diff --git a/frontend/Caddyfile b/frontend/Caddyfile index 0fa3a150..04093afd 100644 --- a/frontend/Caddyfile +++ b/frontend/Caddyfile @@ -1,9 +1,17 @@ :8020 { root * /usr/share/caddy - - # SPA routing - serve index.html for all non-file requests - try_files {path} /index.html - - file_server + + # Authenticated app served under /app + handle_path /app* { + uri strip_prefix /app + try_files {path} /index.html + file_server + } + + # Marketing site is the public default + handle { + try_files {path} /marketing.html + file_server + } } diff --git a/frontend/dist/assets/css/index-BWNRswks.css b/frontend/dist/assets/css/index-BWNRswks.css deleted file mode 100644 index 793cd5a7..00000000 --- a/frontend/dist/assets/css/index-BWNRswks.css +++ /dev/null @@ -1 +0,0 @@ -@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap"layer(base);/*! tailwindcss v4.0.8 | MIT License | https://tailwindcss.com */@layer theme{:root,:host{--color-red-50:oklch(.971 .013 17.38);--color-red-100:oklch(.936 .032 17.717);--color-red-200:oklch(.885 .062 18.334);--color-red-300:oklch(.808 .114 19.571);--color-red-400:oklch(.704 .191 22.216);--color-red-500:oklch(.637 .237 25.331);--color-red-600:oklch(.577 .245 27.325);--color-red-700:oklch(.505 .213 27.518);--color-red-800:oklch(.444 .177 26.899);--color-red-900:oklch(.396 .141 25.723);--color-orange-50:#fff6ed;--color-orange-400:#fd853a;--color-orange-500:#fb6514;--color-amber-50:oklch(.987 .022 95.277);--color-amber-100:oklch(.962 .059 95.617);--color-amber-500:oklch(.769 .188 70.08);--color-yellow-50:oklch(.987 .026 102.212);--color-yellow-100:oklch(.973 .071 103.193);--color-yellow-200:oklch(.945 .129 101.54);--color-yellow-300:oklch(.905 .182 98.111);--color-yellow-400:oklch(.852 .199 91.936);--color-yellow-500:oklch(.795 .184 86.047);--color-yellow-600:oklch(.681 .162 75.834);--color-yellow-700:oklch(.554 .135 66.442);--color-yellow-800:oklch(.476 .114 61.907);--color-yellow-900:oklch(.421 .095 57.708);--color-green-50:oklch(.982 .018 155.826);--color-green-100:oklch(.962 .044 156.743);--color-green-200:oklch(.925 .084 155.995);--color-green-300:oklch(.871 .15 154.449);--color-green-400:oklch(.792 .209 151.711);--color-green-500:oklch(.723 .219 149.579);--color-green-600:oklch(.627 .194 149.214);--color-green-700:oklch(.527 .154 150.069);--color-green-800:oklch(.448 .119 151.328);--color-green-900:oklch(.393 .095 152.535);--color-blue-50:oklch(.97 .014 254.604);--color-blue-100:oklch(.932 .032 255.585);--color-blue-200:oklch(.882 .059 254.128);--color-blue-300:oklch(.809 .105 251.813);--color-blue-400:oklch(.707 .165 254.624);--color-blue-500:oklch(.623 .214 259.815);--color-blue-600:oklch(.546 .245 262.881);--color-blue-700:oklch(.488 .243 264.376);--color-blue-800:oklch(.424 .199 265.638);--color-blue-900:oklch(.379 .146 265.522);--color-purple-50:oklch(.977 .014 308.299);--color-purple-100:oklch(.946 .033 307.174);--color-purple-200:oklch(.902 .063 306.703);--color-purple-300:oklch(.827 .119 306.383);--color-purple-500:oklch(.627 .265 303.9);--color-purple-700:oklch(.496 .265 301.924);--color-purple-800:oklch(.438 .218 303.724);--color-purple-900:oklch(.381 .176 304.987);--color-gray-50:#f9fafb;--color-gray-100:#f2f4f7;--color-gray-200:#e4e7ec;--color-gray-300:#d0d5dd;--color-gray-400:#98a2b3;--color-gray-500:#667085;--color-gray-600:#475467;--color-gray-700:#344054;--color-gray-800:#1d2939;--color-gray-900:#101828;--color-black:#101828;--color-white:#fff;--spacing:.25rem;--container-xs:20rem;--container-md:28rem;--container-lg:32rem;--container-2xl:42rem;--container-4xl:56rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--text-3xl:1.875rem;--text-3xl--line-height: 1.2 ;--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5/2.25);--text-6xl:3.75rem;--text-6xl--line-height:1;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--tracking-wide:.025em;--tracking-wider:.05em;--leading-tight:1.25;--leading-normal:1.5;--leading-relaxed:1.625;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--radius-2xl:1rem;--radius-3xl:1.5rem;--ease-in:cubic-bezier(.4,0,1,1);--ease-out:cubic-bezier(0,0,.2,1);--ease-in-out:cubic-bezier(.4,0,.2,1);--animate-spin:spin 1s linear infinite;--animate-ping:ping 1s cubic-bezier(0,0,.2,1)infinite;--animate-pulse:pulse 2s cubic-bezier(.4,0,.6,1)infinite;--blur-sm:8px;--blur-2xl:40px;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-font-feature-settings:var(--font-sans--font-feature-settings);--default-font-variation-settings:var(--font-sans--font-variation-settings);--default-mono-font-family:var(--font-mono);--default-mono-font-feature-settings:var(--font-mono--font-feature-settings);--default-mono-font-variation-settings:var(--font-mono--font-variation-settings);--font-outfit:Outfit,sans-serif;--font-mono:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,"Liberation Mono",monospace;--text-title-2xl:72px;--text-title-2xl--line-height:90px;--text-title-md:36px;--text-title-md--line-height:44px;--text-title-sm:30px;--text-title-sm--line-height:38px;--text-theme-xl:20px;--text-theme-xl--line-height:30px;--text-theme-sm:14px;--text-theme-sm--line-height:20px;--text-theme-xs:12px;--text-theme-xs--line-height:18px;--color-brand-50:#ecf3ff;--color-brand-100:#dde9ff;--color-brand-300:#9cb9ff;--color-brand-400:#7592ff;--color-brand-500:#0693e3;--color-brand-600:#0472b8;--color-brand-800:#252dae;--color-brand-900:#262e89;--color-brand-950:#161950;--color-blue-light-50:#f0f9ff;--color-blue-light-100:#e0f2fe;--color-blue-light-200:#b9e6fe;--color-blue-light-300:#7cd4fd;--color-blue-light-400:#36bffa;--color-blue-light-500:#0ba5ec;--color-blue-light-600:#0086c9;--color-gray-dark:#1a2231;--color-success-50:#ecfdf3;--color-success-100:#d1fadf;--color-success-200:#a6f4c5;--color-success-300:#6ce9a6;--color-success-400:#32d583;--color-success-500:#12b76a;--color-success-600:#039855;--color-success-800:#05603a;--color-error-50:#fef3f2;--color-error-100:#fee4e2;--color-error-200:#fecdca;--color-error-300:#fda29b;--color-error-400:#f97066;--color-error-500:#f04438;--color-error-600:#d92d20;--color-error-800:#912018;--color-warning-50:#fffaeb;--color-warning-100:#fef0c7;--color-warning-200:#fedf89;--color-warning-500:#f79009;--color-warning-600:#dc6803;--z-index-1:1;--z-index-999:999;--z-index-99999:99999}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}body{line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1;color:color-mix(in oklab,currentColor 50%,transparent)}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}*,:after,:before,::backdrop{border-color:var(--color-gray-200,currentColor)}::file-selector-button{border-color:var(--color-gray-200,currentColor)}button:not(:disabled),[role=button]:not(:disabled){cursor:pointer}body{z-index:var(--z-index-1);background-color:var(--color-gray-50);font-family:var(--font-outfit);--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal);position:relative}}@layer components;@layer utilities{.\@container,.\@container-\[inline-size\]{container-type:inline-size}.pointer-events-auto{pointer-events:auto}.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.invisible{visibility:hidden}.visible{visibility:visible}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.not-sr-only{clip:auto;white-space:normal;width:auto;height:auto;margin:0;padding:0;position:static;overflow:visible}.menu-item{align-items:center;gap:calc(var(--spacing)*3);border-radius:var(--radius-lg);width:100%;padding-inline:calc(var(--spacing)*3);padding-block:calc(var(--spacing)*2);font-size:var(--text-theme-sm);line-height:var(--tw-leading,var(--text-theme-sm--line-height));--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);display:flex;position:relative}.menu-dropdown-item{align-items:center;gap:calc(var(--spacing)*3);border-radius:var(--radius-lg);padding-inline:calc(var(--spacing)*3);padding-block:calc(var(--spacing)*2.5);font-size:var(--text-theme-sm);line-height:var(--tw-leading,var(--text-theme-sm--line-height));--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);display:flex;position:relative}.\!fixed{position:fixed!important}.\!relative{position:relative!important}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.-inset-1{inset:calc(var(--spacing)*-1)}.inset-0{inset:calc(var(--spacing)*0)}.inset-y-0{inset-block:calc(var(--spacing)*0)}.end-1{inset-inline-end:calc(var(--spacing)*1)}.end-2{inset-inline-end:calc(var(--spacing)*2)}.-top-7{top:calc(var(--spacing)*-7)}.top-0{top:calc(var(--spacing)*0)}.top-0\.5{top:calc(var(--spacing)*.5)}.top-1\/2{top:50%}.top-2{top:calc(var(--spacing)*2)}.top-3{top:calc(var(--spacing)*3)}.top-4{top:calc(var(--spacing)*4)}.top-5{top:calc(var(--spacing)*5)}.top-6{top:calc(var(--spacing)*6)}.top-full{top:100%}.-right-\[240px\]{right:-240px}.right-0{right:calc(var(--spacing)*0)}.right-2{right:calc(var(--spacing)*2)}.right-2\.5{right:calc(var(--spacing)*2.5)}.right-3{right:calc(var(--spacing)*3)}.right-4{right:calc(var(--spacing)*4)}.right-5{right:calc(var(--spacing)*5)}.right-6{right:calc(var(--spacing)*6)}.right-full{right:100%}.bottom-0{bottom:calc(var(--spacing)*0)}.bottom-4{bottom:calc(var(--spacing)*4)}.bottom-6{bottom:calc(var(--spacing)*6)}.bottom-20{bottom:calc(var(--spacing)*20)}.bottom-full{bottom:100%}.-left-9{left:calc(var(--spacing)*-9)}.-left-px{left:-1px}.left-0{left:calc(var(--spacing)*0)}.left-0\.5{left:calc(var(--spacing)*.5)}.left-1\/2{left:50%}.left-4{left:calc(var(--spacing)*4)}.left-full{left:100%}.isolate{isolation:isolate}.isolation-auto{isolation:auto}.-z-1{z-index:calc(var(--z-index-1)*-1)}.z-1{z-index:var(--z-index-1)}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-999{z-index:var(--z-index-999)}.z-99999{z-index:var(--z-index-99999)}.z-\[9999\]{z-index:9999}.z-\[99998\]{z-index:99998}.z-\[99999\]{z-index:99999}.z-\[999999\]{z-index:999999}.z-auto{z-index:auto}.order-2{order:2}.order-3{order:3}.order-first{order:-9999}.order-last{order:9999}.order-none{order:0}.col-auto{grid-column:auto}.col-span-2{grid-column:span 2/span 2}.col-span-12{grid-column:span 12/span 12}.col-span-full{grid-column:1/-1}.col-start-auto{grid-column-start:auto}.col-end-auto{grid-column-end:auto}.row-auto{grid-row:auto}.row-span-full{grid-row:1/-1}.row-start-auto{grid-row-start:auto}.row-end-auto{grid-row-end:auto}.float-end{float:inline-end}.float-left{float:left}.float-none{float:none}.float-right{float:right}.float-start{float:inline-start}.clear-both{clear:both}.clear-end{clear:inline-end}.clear-left{clear:left}.clear-none{clear:none}.clear-right{clear:right}.clear-start{clear:inline-start}.\!container{width:100%!important}@media (width>=375px){.\!container{max-width:375px!important}}@media (width>=425px){.\!container{max-width:425px!important}}@media (width>=640px){.\!container{max-width:640px!important}}@media (width>=768px){.\!container{max-width:768px!important}}@media (width>=1024px){.\!container{max-width:1024px!important}}@media (width>=1280px){.\!container{max-width:1280px!important}}@media (width>=1536px){.\!container{max-width:1536px!important}}@media (width>=2000px){.\!container{max-width:2000px!important}}.container{width:100%}@media (width>=375px){.container{max-width:375px}}@media (width>=425px){.container{max-width:425px}}@media (width>=640px){.container{max-width:640px}}@media (width>=768px){.container{max-width:768px}}@media (width>=1024px){.container{max-width:1024px}}@media (width>=1280px){.container{max-width:1280px}}@media (width>=1536px){.container{max-width:1536px}}@media (width>=2000px){.container{max-width:2000px}}.container\!{width:100%!important}@media (width>=375px){.container\!{max-width:375px!important}}@media (width>=425px){.container\!{max-width:425px!important}}@media (width>=640px){.container\!{max-width:640px!important}}@media (width>=768px){.container\!{max-width:768px!important}}@media (width>=1024px){.container\!{max-width:1024px!important}}@media (width>=1280px){.container\!{max-width:1280px!important}}@media (width>=1536px){.container\!{max-width:1536px!important}}@media (width>=2000px){.container\!{max-width:2000px!important}}.m-0\!{margin:calc(var(--spacing)*0)!important}.m-1{margin:calc(var(--spacing)*1)}.m-2{margin:calc(var(--spacing)*2)}.m-4{margin:calc(var(--spacing)*4)}.m-48{margin:calc(var(--spacing)*48)}.m-65{margin:calc(var(--spacing)*65)}.m-97{margin:calc(var(--spacing)*97)}.-mx-4{margin-inline:calc(var(--spacing)*-4)}.mx-2{margin-inline:calc(var(--spacing)*2)}.mx-auto{margin-inline:auto}.-my-6{margin-block:calc(var(--spacing)*-6)}.my-2{margin-block:calc(var(--spacing)*2)}.my-6{margin-block:calc(var(--spacing)*6)}.-mt-0\.5{margin-top:calc(var(--spacing)*-.5)}.-mt-1{margin-top:calc(var(--spacing)*-1)}.mt-0\.5{margin-top:calc(var(--spacing)*.5)}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-1\.5{margin-top:calc(var(--spacing)*1.5)}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-3{margin-top:calc(var(--spacing)*3)}.mt-4{margin-top:calc(var(--spacing)*4)}.mt-5{margin-top:calc(var(--spacing)*5)}.mt-6{margin-top:calc(var(--spacing)*6)}.mt-7{margin-top:calc(var(--spacing)*7)}.mt-8{margin-top:calc(var(--spacing)*8)}.mt-10{margin-top:calc(var(--spacing)*10)}.mt-16{margin-top:calc(var(--spacing)*16)}.mt-\[17px\]{margin-top:17px}.mt-auto{margin-top:auto}.-mr-1{margin-right:calc(var(--spacing)*-1)}.mr-1{margin-right:calc(var(--spacing)*1)}.mr-1\.5{margin-right:calc(var(--spacing)*1.5)}.mr-2{margin-right:calc(var(--spacing)*2)}.mr-3{margin-right:calc(var(--spacing)*3)}.-mb-4{margin-bottom:calc(var(--spacing)*-4)}.mb-0\.5{margin-bottom:calc(var(--spacing)*.5)}.mb-1{margin-bottom:calc(var(--spacing)*1)}.mb-1\.5{margin-bottom:calc(var(--spacing)*1.5)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-3{margin-bottom:calc(var(--spacing)*3)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-5{margin-bottom:calc(var(--spacing)*5)}.mb-6{margin-bottom:calc(var(--spacing)*6)}.mb-7{margin-bottom:calc(var(--spacing)*7)}.mb-8{margin-bottom:calc(var(--spacing)*8)}.mb-10{margin-bottom:calc(var(--spacing)*10)}.mb-\[22px\]{margin-bottom:22px}.-ml-5{margin-left:calc(var(--spacing)*-5)}.ml-0{margin-left:calc(var(--spacing)*0)}.ml-1{margin-left:calc(var(--spacing)*1)}.ml-2{margin-left:calc(var(--spacing)*2)}.ml-4{margin-left:calc(var(--spacing)*4)}.ml-9{margin-left:calc(var(--spacing)*9)}.ml-auto{margin-left:auto}.box-border{box-sizing:border-box}.box-content{box-sizing:content-box}.line-clamp-none{-webkit-line-clamp:unset;-webkit-box-orient:horizontal;display:block;overflow:visible}.menu-dropdown-badge{padding-inline:calc(var(--spacing)*2.5);padding-block:calc(var(--spacing)*.5);font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height));--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);color:var(--color-brand-500);text-transform:uppercase;border-radius:3.40282e38px;display:block}.menu-dropdown-badge:is(.dark *){color:var(--color-brand-400)}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}.\!block{display:block!important}.\!contents{display:contents!important}.\!grid{display:grid!important}.\!hidden{display:none!important}.\!table{display:table!important}.block{display:block}.contents{display:contents}.flex{display:flex}.flow-root{display:flow-root}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.inline-grid{display:inline-grid}.inline-table{display:inline-table}.list-item{display:list-item}.table{display:table}.table-caption{display:table-caption}.table-cell{display:table-cell}.table-column{display:table-column}.table-column-group{display:table-column-group}.table-footer-group{display:table-footer-group}.table-header-group{display:table-header-group}.table-row{display:table-row}.table-row-group{display:table-row-group}.field-sizing-content{field-sizing:content}.field-sizing-fixed{field-sizing:fixed}.aspect-4\/3{aspect-ratio:4/3}.aspect-21\/9{aspect-ratio:21/9}.aspect-auto{aspect-ratio:auto}.aspect-square{aspect-ratio:1}.custom-scrollbar::-webkit-scrollbar{width:calc(var(--spacing)*1.5);height:calc(var(--spacing)*1.5)}.custom-scrollbar::-webkit-scrollbar-track{border-radius:3.40282e38px}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:var(--color-gray-200);border-radius:3.40282e38px}.custom-scrollbar::-webkit-scrollbar-thumb:is(){background-color:var(--color-gray-700)}.menu-item-icon-size svg{width:calc(var(--spacing)*6)!important;height:calc(var(--spacing)*6)!important}.size-1{width:calc(var(--spacing)*1);height:calc(var(--spacing)*1)}.size-4{width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.size-5{width:calc(var(--spacing)*5);height:calc(var(--spacing)*5)}.size-6{width:calc(var(--spacing)*6);height:calc(var(--spacing)*6)}.size-14{width:calc(var(--spacing)*14);height:calc(var(--spacing)*14)}.h-1{height:calc(var(--spacing)*1)}.h-1\.5{height:calc(var(--spacing)*1.5)}.h-2{height:calc(var(--spacing)*2)}.h-2\.5{height:calc(var(--spacing)*2.5)}.h-3{height:calc(var(--spacing)*3)}.h-3\.5{height:calc(var(--spacing)*3.5)}.h-4{height:calc(var(--spacing)*4)}.h-5{height:calc(var(--spacing)*5)}.h-6{height:calc(var(--spacing)*6)}.h-7{height:calc(var(--spacing)*7)}.h-8{height:calc(var(--spacing)*8)}.h-9{height:calc(var(--spacing)*9)}.h-9\.5{height:calc(var(--spacing)*9.5)}.h-10{height:calc(var(--spacing)*10)}.h-11{height:calc(var(--spacing)*11)}.h-12{height:calc(var(--spacing)*12)}.h-14{height:calc(var(--spacing)*14)}.h-16{height:calc(var(--spacing)*16)}.h-20{height:calc(var(--spacing)*20)}.h-24{height:calc(var(--spacing)*24)}.h-32{height:calc(var(--spacing)*32)}.h-48{height:calc(var(--spacing)*48)}.h-64{height:calc(var(--spacing)*64)}.h-90{height:calc(var(--spacing)*90)}.h-\[1\.5px\]{height:1.5px}.h-\[3px\]{height:3px}.h-\[25px\]{height:25px}.h-\[50px\]{height:50px}.h-\[56px\]{height:56px}.h-\[68px\]{height:68px}.h-\[212px\]{height:212px}.h-\[450px\]{height:450px}.h-\[480px\]{height:480px}.h-auto{height:auto}.h-fit{height:fit-content}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-32{max-height:calc(var(--spacing)*32)}.max-h-60{max-height:calc(var(--spacing)*60)}.max-h-64{max-height:calc(var(--spacing)*64)}.max-h-96{max-height:calc(var(--spacing)*96)}.max-h-\[85vh\]{max-height:85vh}.max-h-\[300px\]{max-height:300px}.max-h-\[330px\]{max-height:330px}.max-h-none{max-height:none}.max-h-screen{max-height:100vh}.min-h-11{min-height:calc(var(--spacing)*11)}.min-h-\[400px\]{min-height:400px}.min-h-screen{min-height:100vh}.w-1{width:calc(var(--spacing)*1)}.w-1\.5{width:calc(var(--spacing)*1.5)}.w-1\/2{width:50%}.w-1\/3{width:33.3333%}.w-2{width:calc(var(--spacing)*2)}.w-2\.5{width:calc(var(--spacing)*2.5)}.w-3{width:calc(var(--spacing)*3)}.w-3\.5{width:calc(var(--spacing)*3.5)}.w-4{width:calc(var(--spacing)*4)}.w-5{width:calc(var(--spacing)*5)}.w-6{width:calc(var(--spacing)*6)}.w-7{width:calc(var(--spacing)*7)}.w-8{width:calc(var(--spacing)*8)}.w-9\.5{width:calc(var(--spacing)*9.5)}.w-10{width:calc(var(--spacing)*10)}.w-11{width:calc(var(--spacing)*11)}.w-12{width:calc(var(--spacing)*12)}.w-14{width:calc(var(--spacing)*14)}.w-16{width:calc(var(--spacing)*16)}.w-20{width:calc(var(--spacing)*20)}.w-24{width:calc(var(--spacing)*24)}.w-40{width:calc(var(--spacing)*40)}.w-48{width:calc(var(--spacing)*48)}.w-64{width:calc(var(--spacing)*64)}.w-\[3px\]{width:3px}.w-\[23\%\]{width:23%}.w-\[25px\]{width:25px}.w-\[46px\]{width:46px}.w-\[50px\]{width:50px}.w-\[56px\]{width:56px}.w-\[68px\]{width:68px}.w-\[75\%\]{width:75%}.w-\[79\%\]{width:79%}.w-\[90px\]{width:90px}.w-\[120px\]{width:120px}.w-\[252px\]{width:252px}.w-\[260px\]{width:260px}.w-\[290px\]{width:290px}.w-\[350px\]{width:350px}.w-\[500px\]{width:500px}.w-full{width:100%}.w-px{width:1px}.w-screen{width:100vw}.max-w-1\.5{max-width:calc(var(--spacing)*1.5)}.max-w-2{max-width:calc(var(--spacing)*2)}.max-w-2\.5{max-width:calc(var(--spacing)*2.5)}.max-w-2xl{max-width:var(--container-2xl)}.max-w-3{max-width:calc(var(--spacing)*3)}.max-w-3\.5{max-width:calc(var(--spacing)*3.5)}.max-w-4{max-width:calc(var(--spacing)*4)}.max-w-4xl{max-width:var(--container-4xl)}.max-w-6{max-width:calc(var(--spacing)*6)}.max-w-8{max-width:calc(var(--spacing)*8)}.max-w-10{max-width:calc(var(--spacing)*10)}.max-w-12{max-width:calc(var(--spacing)*12)}.max-w-14{max-width:calc(var(--spacing)*14)}.max-w-16{max-width:calc(var(--spacing)*16)}.max-w-60{max-width:calc(var(--spacing)*60)}.max-w-\[100px\]{max-width:100px}.max-w-\[140px\]{max-width:140px}.max-w-\[150px\]{max-width:150px}.max-w-\[200px\]{max-width:200px}.max-w-\[242px\]{max-width:242px}.max-w-\[250px\]{max-width:250px}.max-w-\[290px\]{max-width:290px}.max-w-\[380px\]{max-width:380px}.max-w-\[385px\]{max-width:385px}.max-w-\[420px\]{max-width:420px}.max-w-\[630px\]{max-width:630px}.max-w-\[700px\]{max-width:700px}.max-w-full{max-width:100%}.max-w-lg{max-width:var(--container-lg)}.max-w-md{max-width:var(--container-md)}.max-w-none{max-width:none}.max-w-screen{max-width:100vw}.max-w-xs{max-width:var(--container-xs)}.min-w-0{min-width:calc(var(--spacing)*0)}.min-w-\[140px\]{min-width:140px}.min-w-\[200px\]{min-width:200px}.min-w-\[280px\]{min-width:280px}.min-w-\[320px\]{min-width:320px}.min-w-\[650px\]{min-width:650px}.min-w-\[1000px\]{min-width:1000px}.min-w-full{min-width:100%}.min-w-screen{min-width:100vw}.flex-1{flex:1}.flex-auto{flex:auto}.flex-initial{flex:0 auto}.flex-none{flex:none}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.flex-grow,.grow{flex-grow:1}.basis-auto{flex-basis:auto}.basis-full{flex-basis:100%}.table-auto{table-layout:auto}.table-fixed{table-layout:fixed}.caption-bottom{caption-side:bottom}.caption-top{caption-side:top}.border-collapse{border-collapse:collapse}.border-separate{border-collapse:separate}.origin-bottom{transform-origin:bottom}.origin-bottom-left{transform-origin:0 100%}.origin-bottom-right{transform-origin:100% 100%}.origin-center{transform-origin:50%}.origin-left{transform-origin:0}.origin-right{transform-origin:100%}.origin-top{transform-origin:top}.origin-top-left{transform-origin:0 0}.origin-top-right{transform-origin:100% 0}.-translate-full{--tw-translate-x:-100%;--tw-translate-y:-100%;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-full{--tw-translate-x:100%;--tw-translate-y:100%;translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-x-1\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-x-full{--tw-translate-x:-100%;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-0{--tw-translate-x:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-\[120px\]{--tw-translate-x:120px;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-full{--tw-translate-x:100%;translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-y-1\/2{--tw-translate-y: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-y-\[95\%\]{--tw-translate-y: -95% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-3d{translate:var(--tw-translate-x)var(--tw-translate-y)var(--tw-translate-z)}.translate-none{translate:none}.scale-3d{scale:var(--tw-scale-x)var(--tw-scale-y)var(--tw-scale-z)}.scale-none{scale:none}.-rotate-45{rotate:-45deg}.rotate-180{rotate:180deg}.rotate-none{rotate:none}.transform,.transform-cpu{transform:var(--tw-rotate-x)var(--tw-rotate-y)var(--tw-rotate-z)var(--tw-skew-x)var(--tw-skew-y)}.transform-gpu{transform:translateZ(0)var(--tw-rotate-x)var(--tw-rotate-y)var(--tw-rotate-z)var(--tw-skew-x)var(--tw-skew-y)}.transform-none{transform:none}.animate-none{animation:none}.animate-ping{animation:var(--animate-ping)}.animate-pulse{animation:var(--animate-pulse)}.animate-spin{animation:var(--animate-spin)}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.touch-pinch-zoom{--tw-pinch-zoom:pinch-zoom;touch-action:var(--tw-pan-x,)var(--tw-pan-y,)var(--tw-pinch-zoom,)}.resize{resize:both}.resize-none{resize:none}.resize-x{resize:horizontal}.resize-y{resize:vertical}.snap-none{scroll-snap-type:none}.snap-mandatory{--tw-scroll-snap-strictness:mandatory}.snap-proximity{--tw-scroll-snap-strictness:proximity}.snap-align-none{scroll-snap-align:none}.snap-center{scroll-snap-align:center}.snap-end{scroll-snap-align:end}.snap-start{scroll-snap-align:start}.snap-always{scroll-snap-stop:always}.snap-normal{scroll-snap-stop:normal}.list-inside{list-style-position:inside}.list-outside{list-style-position:outside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.list-image-none{list-style-image:none}.appearance-auto{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.columns-auto{columns:auto}.auto-cols-auto{grid-auto-columns:auto}.auto-cols-fr{grid-auto-columns:minmax(0,1fr)}.auto-cols-max{grid-auto-columns:max-content}.auto-cols-min{grid-auto-columns:min-content}.grid-flow-col{grid-auto-flow:column}.grid-flow-col-dense{grid-auto-flow:column dense}.grid-flow-dense{grid-auto-flow:dense}.grid-flow-row{grid-auto-flow:row}.grid-flow-row-dense{grid-auto-flow:dense}.auto-rows-auto{grid-auto-rows:auto}.auto-rows-fr{grid-auto-rows:minmax(0,1fr)}.auto-rows-max{grid-auto-rows:max-content}.auto-rows-min{grid-auto-rows:min-content}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-none{grid-template-columns:none}.grid-cols-subgrid{grid-template-columns:subgrid}.grid-rows-none{grid-template-rows:none}.grid-rows-subgrid{grid-template-rows:subgrid}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-nowrap{flex-wrap:nowrap}.flex-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.place-content-around{place-content:space-around}.place-content-baseline{place-content:baseline start}.place-content-between{place-content:space-between}.place-content-center{place-content:center}.place-content-end{place-content:end}.place-content-evenly{place-content:space-evenly}.place-content-start{place-content:start}.place-content-stretch{place-content:stretch}.place-items-baseline{place-items:baseline}.place-items-center{place-items:center}.place-items-end{place-items:end}.place-items-start{place-items:start}.place-items-stretch{place-items:stretch stretch}.content-around{align-content:space-around}.content-baseline{align-content:baseline}.content-between{align-content:space-between}.content-center{align-content:center}.content-end{align-content:flex-end}.content-evenly{align-content:space-evenly}.content-normal{align-content:normal}.content-start{align-content:flex-start}.content-stretch{align-content:stretch}.items-baseline{align-items:baseline}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.items-stretch{align-items:stretch}.justify-around{justify-content:space-around}.justify-baseline{justify-content:baseline}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-evenly{justify-content:space-evenly}.justify-normal{justify-content:normal}.justify-start{justify-content:flex-start}.justify-stretch{justify-content:stretch}.justify-items-center{justify-items:center}.justify-items-end{justify-items:end}.justify-items-normal{justify-items:normal}.justify-items-start{justify-items:start}.justify-items-stretch{justify-items:stretch}.gap-0\.5{gap:calc(var(--spacing)*.5)}.gap-1{gap:calc(var(--spacing)*1)}.gap-1\.5{gap:calc(var(--spacing)*1.5)}.gap-2{gap:calc(var(--spacing)*2)}.gap-3{gap:calc(var(--spacing)*3)}.gap-4{gap:calc(var(--spacing)*4)}.gap-5{gap:calc(var(--spacing)*5)}.gap-6{gap:calc(var(--spacing)*6)}.gap-8{gap:calc(var(--spacing)*8)}:where(.space-y-1>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*1)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*2)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-3>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*3)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*3)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*4)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*5)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*5)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-6>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*6)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*6)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-8>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*8)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*8)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-reverse>:not(:last-child)){--tw-space-y-reverse:1}.gap-x-6{column-gap:calc(var(--spacing)*6)}:where(.-space-x-2>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing)*-2)*var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing)*-2)*calc(1 - var(--tw-space-x-reverse)))}:where(.space-x-1>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing)*1)*var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-x-reverse)))}:where(.space-x-3>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing)*3)*var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing)*3)*calc(1 - var(--tw-space-x-reverse)))}:where(.space-x-reverse>:not(:last-child)){--tw-space-x-reverse:1}.gap-y-5{row-gap:calc(var(--spacing)*5)}:where(.divide-x>:not(:last-child)){--tw-divide-x-reverse:0;border-inline-style:var(--tw-border-style);border-inline-start-width:calc(1px*var(--tw-divide-x-reverse));border-inline-end-width:calc(1px*calc(1 - var(--tw-divide-x-reverse)))}:where(.divide-y>:not(:last-child)){--tw-divide-y-reverse:0;border-bottom-style:var(--tw-border-style);border-top-style:var(--tw-border-style);border-top-width:calc(1px*var(--tw-divide-y-reverse));border-bottom-width:calc(1px*calc(1 - var(--tw-divide-y-reverse)))}:where(.divide-y-reverse>:not(:last-child)){--tw-divide-y-reverse:1}:where(.divide-gray-100>:not(:last-child)){border-color:var(--color-gray-100)}:where(.divide-gray-200>:not(:last-child)){border-color:var(--color-gray-200)}.place-self-auto{place-self:auto}.place-self-center{place-self:center}.place-self-end{place-self:end}.place-self-start{place-self:start}.place-self-stretch{place-self:stretch stretch}.self-auto{align-self:auto}.self-baseline{align-self:baseline}.self-center{align-self:center}.self-end{align-self:flex-end}.self-start{align-self:flex-start}.self-stretch{align-self:stretch}.justify-self-auto{justify-self:auto}.justify-self-center{justify-self:center}.justify-self-end{justify-self:flex-end}.justify-self-start{justify-self:flex-start}.justify-self-stretch{justify-self:stretch}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.scroll-auto{scroll-behavior:auto}.scroll-smooth{scroll-behavior:smooth}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-3xl{border-radius:var(--radius-3xl)}.rounded-\[10\.5px\]{border-radius:10.5px}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-sm{border-radius:var(--radius-sm)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-s{border-start-start-radius:.25rem;border-end-start-radius:.25rem}.rounded-ss{border-start-start-radius:.25rem}.rounded-e{border-start-end-radius:.25rem;border-end-end-radius:.25rem}.rounded-se{border-start-end-radius:.25rem}.rounded-ee{border-end-end-radius:.25rem}.rounded-es{border-end-start-radius:.25rem}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-t-xl{border-top-left-radius:var(--radius-xl);border-top-right-radius:var(--radius-xl)}.rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-l-lg{border-top-left-radius:var(--radius-lg);border-bottom-left-radius:var(--radius-lg)}.rounded-tl{border-top-left-radius:.25rem}.rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.rounded-r-full{border-top-right-radius:3.40282e38px;border-bottom-right-radius:3.40282e38px}.rounded-r-lg{border-top-right-radius:var(--radius-lg);border-bottom-right-radius:var(--radius-lg)}.rounded-tr{border-top-right-radius:.25rem}.rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-br{border-bottom-right-radius:.25rem}.rounded-bl{border-bottom-left-radius:.25rem}.border{border-style:var(--tw-border-style);border-width:1px}.border\!{border-style:var(--tw-border-style)!important;border-width:1px!important}.border-0{border-style:var(--tw-border-style);border-width:0}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-4{border-style:var(--tw-border-style);border-width:4px}.border-\[0\.7px\]{border-style:var(--tw-border-style);border-width:.7px}.border-\[1\.5px\]{border-style:var(--tw-border-style);border-width:1.5px}.border-\[1\.25px\]{border-style:var(--tw-border-style);border-width:1.25px}.border-x{border-inline-style:var(--tw-border-style);border-inline-width:1px}.border-y{border-block-style:var(--tw-border-style);border-block-width:1px}.border-s{border-inline-start-style:var(--tw-border-style);border-inline-start-width:1px}.border-e{border-inline-end-style:var(--tw-border-style);border-inline-end-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-r-0{border-right-style:var(--tw-border-style);border-right-width:0}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-b-2{border-bottom-style:var(--tw-border-style);border-bottom-width:2px}.border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.border-l-0{border-left-style:var(--tw-border-style);border-left-width:0}.border-l-4{border-left-style:var(--tw-border-style);border-left-width:4px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-dotted{--tw-border-style:dotted;border-style:dotted}.border-double{--tw-border-style:double;border-style:double}.border-hidden{--tw-border-style:hidden;border-style:hidden}.border-none{--tw-border-style:none;border-style:none}.border-solid{--tw-border-style:solid;border-style:solid}.border-blue-200{border-color:var(--color-blue-200)}.border-blue-500{border-color:var(--color-blue-500)}.border-blue-light-200{border-color:var(--color-blue-light-200)}.border-blue-light-500{border-color:var(--color-blue-light-500)}.border-brand-300{border-color:var(--color-brand-300)}.border-brand-500{border-color:var(--color-brand-500)}.border-error-200{border-color:var(--color-error-200)}.border-error-500{border-color:var(--color-error-500)}.border-gray-100{border-color:var(--color-gray-100)}.border-gray-200{border-color:var(--color-gray-200)}.border-gray-200\/50{border-color:color-mix(in oklab,var(--color-gray-200)50%,transparent)}.border-gray-300{border-color:var(--color-gray-300)}.border-gray-500{border-color:var(--color-gray-500)}.border-gray-800{border-color:var(--color-gray-800)}.border-gray-900{border-color:var(--color-gray-900)}.border-green-200{border-color:var(--color-green-200)}.border-purple-200{border-color:var(--color-purple-200)}.border-red-200{border-color:var(--color-red-200)}.border-success-200{border-color:var(--color-success-200)}.border-success-500{border-color:var(--color-success-500)}.border-transparent{border-color:#0000}.border-warning-200{border-color:var(--color-warning-200)}.border-warning-500{border-color:var(--color-warning-500)}.border-white{border-color:var(--color-white)}.border-yellow-200{border-color:var(--color-yellow-200)}.border-t-blue-600{border-top-color:var(--color-blue-600)}.border-t-blue-light-500{border-top-color:var(--color-blue-light-500)}.border-t-brand-500{border-top-color:var(--color-brand-500)}.border-t-error-500{border-top-color:var(--color-error-500)}.border-t-gray-900{border-top-color:var(--color-gray-900)}.border-t-success-500{border-top-color:var(--color-success-500)}.border-t-warning-500{border-top-color:var(--color-warning-500)}.border-r-gray-900{border-right-color:var(--color-gray-900)}.menu-item-inactive{color:var(--color-gray-700)}@media (hover:hover){.menu-item-inactive:is(:where(.group):hover *){color:var(--color-gray-700)}.menu-item-inactive:hover{background-color:var(--color-gray-100)}}.menu-item-inactive:is(.dark *){color:var(--color-gray-300)}@media (hover:hover){.menu-item-inactive:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-white)5%,transparent);color:var(--color-gray-300)}}.menu-dropdown-item-active{background-color:var(--color-brand-50);color:var(--color-brand-500)}.menu-dropdown-item-active:is(.dark *){background-color:color-mix(in oklab,var(--color-brand-500)12%,transparent);color:var(--color-brand-400)}.menu-dropdown-item-inactive{color:var(--color-gray-700)}@media (hover:hover){.menu-dropdown-item-inactive:hover{background-color:var(--color-gray-100)}}.menu-dropdown-item-inactive:is(.dark *){color:var(--color-gray-300)}@media (hover:hover){.menu-dropdown-item-inactive:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-white)5%,transparent)}}.menu-item-active{background-color:var(--color-brand-50);color:var(--color-brand-500)}.menu-item-active:is(.dark *){background-color:color-mix(in oklab,var(--color-brand-500)12%,transparent);color:var(--color-brand-400)}.menu-dropdown-badge-inactive{background-color:var(--color-brand-50)}@media (hover:hover){.menu-dropdown-badge-inactive:is(:where(.group):hover *){background-color:var(--color-brand-100)}}.menu-dropdown-badge-inactive:is(.dark *){background-color:color-mix(in oklab,var(--color-brand-500)15%,transparent)}@media (hover:hover){.menu-dropdown-badge-inactive:is(.dark *):is(:where(.group):hover *){background-color:color-mix(in oklab,var(--color-brand-500)20%,transparent)}}.menu-dropdown-badge-active{background-color:var(--color-brand-100)}.menu-dropdown-badge-active:is(.dark *){background-color:color-mix(in oklab,var(--color-brand-500)20%,transparent)}.bg-\(--my_variable\){background-color:var(--my_variable)}.bg-\(color\:--my-color\){background-color:var(--my-color)}.bg-\[\#0088cc\]{background-color:#08c}.bg-\[\#B91C1C\]{background-color:#b91c1c}.bg-\[color\:var\(--my-color\)\]{background-color:var(--my-color)}.bg-\[var\(--my_variable\)\]{background-color:var(--my_variable)}.bg-amber-50{background-color:var(--color-amber-50)}.bg-blue-50{background-color:var(--color-blue-50)}.bg-blue-100{background-color:var(--color-blue-100)}.bg-blue-light-50{background-color:var(--color-blue-light-50)}.bg-blue-light-100{background-color:var(--color-blue-light-100)}.bg-blue-light-500{background-color:var(--color-blue-light-500)}.bg-brand-50{background-color:var(--color-brand-50)}.bg-brand-500{background-color:var(--color-brand-500)}.bg-brand-950{background-color:var(--color-brand-950)}.bg-error-50{background-color:var(--color-error-50)}.bg-error-100{background-color:var(--color-error-100)}.bg-error-400{background-color:var(--color-error-400)}.bg-error-500{background-color:var(--color-error-500)}.bg-gray-50{background-color:var(--color-gray-50)}.bg-gray-100{background-color:var(--color-gray-100)}.bg-gray-100\/50{background-color:color-mix(in oklab,var(--color-gray-100)50%,transparent)}.bg-gray-200{background-color:var(--color-gray-200)}.bg-gray-300{background-color:var(--color-gray-300)}.bg-gray-400{background-color:var(--color-gray-400)}.bg-gray-400\/50{background-color:color-mix(in oklab,var(--color-gray-400)50%,transparent)}.bg-gray-500{background-color:var(--color-gray-500)}.bg-gray-700{background-color:var(--color-gray-700)}.bg-gray-800{background-color:var(--color-gray-800)}.bg-gray-900{background-color:var(--color-gray-900)}.bg-gray-900\/50{background-color:color-mix(in oklab,var(--color-gray-900)50%,transparent)}.bg-green-50{background-color:var(--color-green-50)}.bg-green-100{background-color:var(--color-green-100)}.bg-green-500{background-color:var(--color-green-500)}.bg-orange-400{background-color:var(--color-orange-400)}.bg-purple-50{background-color:var(--color-purple-50)}.bg-purple-500{background-color:var(--color-purple-500)}.bg-red-50{background-color:var(--color-red-50)}.bg-red-100{background-color:var(--color-red-100)}.bg-red-500{background-color:var(--color-red-500)}.bg-red-500\/50,.bg-red-500\/\[50\%\]{background-color:color-mix(in oklab,var(--color-red-500)50%,transparent)}.bg-red-600{background-color:var(--color-red-600)}.bg-success-50{background-color:var(--color-success-50)}.bg-success-100{background-color:var(--color-success-100)}.bg-success-500{background-color:var(--color-success-500)}.bg-success-600{background-color:var(--color-success-600)}.bg-transparent{background-color:#0000}.bg-warning-50{background-color:var(--color-warning-50)}.bg-warning-100{background-color:var(--color-warning-100)}.bg-warning-500{background-color:var(--color-warning-500)}.bg-white{background-color:var(--color-white)}.bg-white\/10{background-color:color-mix(in oklab,var(--color-white)10%,transparent)}.bg-white\/20{background-color:color-mix(in oklab,var(--color-white)20%,transparent)}.bg-white\/50{background-color:color-mix(in oklab,var(--color-white)50%,transparent)}.bg-yellow-50{background-color:var(--color-yellow-50)}.bg-yellow-100{background-color:var(--color-yellow-100)}.bg-yellow-500{background-color:var(--color-yellow-500)}.bg-yellow-600{background-color:var(--color-yellow-600)}.-bg-conic,.bg-conic{--tw-gradient-position:in oklab;background-image:conic-gradient(var(--tw-gradient-stops))}.bg-gradient-to-r{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-radial{--tw-gradient-position:in oklab;background-image:radial-gradient(var(--tw-gradient-stops))}.bg-none{background-image:none}.via-none{--tw-gradient-via-stops:initial}.from-purple-500{--tw-gradient-from:var(--color-purple-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-blue-500{--tw-gradient-to:var(--color-blue-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.box-decoration-clone{-webkit-box-decoration-break:clone;box-decoration-break:clone}.box-decoration-slice{-webkit-box-decoration-break:slice;box-decoration-break:slice}.decoration-clone{-webkit-box-decoration-break:clone;box-decoration-break:clone}.decoration-slice{-webkit-box-decoration-break:slice;box-decoration-break:slice}.bg-auto{background-size:auto}.bg-contain{background-size:contain}.bg-cover{background-size:cover}.bg-fixed{background-attachment:fixed}.bg-local{background-attachment:local}.bg-scroll{background-attachment:scroll}.bg-clip-border{background-clip:border-box}.bg-clip-content{background-clip:content-box}.bg-clip-padding{background-clip:padding-box}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.bg-bottom{background-position:bottom}.bg-center{background-position:50%}.bg-left{background-position:0}.bg-left-bottom{background-position:0 100%}.bg-left-top{background-position:0 0}.bg-right{background-position:100%}.bg-right-bottom{background-position:100% 100%}.bg-right-top{background-position:100% 0}.bg-top{background-position:top}.bg-no-repeat{background-repeat:no-repeat}.bg-repeat{background-repeat:repeat}.bg-repeat-round{background-repeat:round}.bg-repeat-space{background-repeat:space}.bg-repeat-x{background-repeat:repeat-x}.bg-repeat-y{background-repeat:repeat-y}.bg-origin-border{background-origin:border-box}.bg-origin-content{background-origin:content-box}.bg-origin-padding{background-origin:padding-box}.fill-current{fill:currentColor}.fill-gray-500{fill:var(--color-gray-500)}.fill-none{fill:none}.fill-white{fill:var(--color-white)}.stroke-current{stroke:currentColor}.stroke-gray-500{stroke:var(--color-gray-500)}.stroke-none{stroke:none}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.object-fill{object-fit:fill}.object-none{object-fit:none}.object-scale-down{object-fit:scale-down}.object-bottom{object-position:bottom}.object-center{object-position:center}.object-left{object-position:left}.object-left-bottom{object-position:left bottom}.object-left-top{object-position:left top}.object-right{object-position:right}.object-right-bottom{object-position:right bottom}.object-right-top{object-position:right top}.object-top{object-position:top}.p-0\.5{padding:calc(var(--spacing)*.5)}.p-1{padding:calc(var(--spacing)*1)}.p-2{padding:calc(var(--spacing)*2)}.p-3{padding:calc(var(--spacing)*3)}.p-3\.5{padding:calc(var(--spacing)*3.5)}.p-4{padding:calc(var(--spacing)*4)}.p-5{padding:calc(var(--spacing)*5)}.p-6{padding:calc(var(--spacing)*6)}.p-7{padding:calc(var(--spacing)*7)}.p-8{padding:calc(var(--spacing)*8)}.p-12{padding:calc(var(--spacing)*12)}.p-48{padding:calc(var(--spacing)*48)}.p-97{padding:calc(var(--spacing)*97)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-2\.5{padding-inline:calc(var(--spacing)*2.5)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-3\.5{padding-inline:calc(var(--spacing)*3.5)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-4\.5{padding-inline:calc(var(--spacing)*4.5)}.px-5{padding-inline:calc(var(--spacing)*5)}.px-6{padding-inline:calc(var(--spacing)*6)}.px-7{padding-inline:calc(var(--spacing)*7)}.px-8{padding-inline:calc(var(--spacing)*8)}.px-\[7px\]{padding-inline:7px}.py-0{padding-block:calc(var(--spacing)*0)}.py-0\.5{padding-block:calc(var(--spacing)*.5)}.py-1{padding-block:calc(var(--spacing)*1)}.py-1\.5{padding-block:calc(var(--spacing)*1.5)}.py-2{padding-block:calc(var(--spacing)*2)}.py-2\.5{padding-block:calc(var(--spacing)*2.5)}.py-3{padding-block:calc(var(--spacing)*3)}.py-3\.5{padding-block:calc(var(--spacing)*3.5)}.py-4{padding-block:calc(var(--spacing)*4)}.py-5{padding-block:calc(var(--spacing)*5)}.py-6{padding-block:calc(var(--spacing)*6)}.py-7{padding-block:calc(var(--spacing)*7)}.py-8{padding-block:calc(var(--spacing)*8)}.py-10{padding-block:calc(var(--spacing)*10)}.py-12{padding-block:calc(var(--spacing)*12)}.py-\[4\.5px\]{padding-block:4.5px}.pt-2{padding-top:calc(var(--spacing)*2)}.pt-3{padding-top:calc(var(--spacing)*3)}.pt-4{padding-top:calc(var(--spacing)*4)}.pt-5{padding-top:calc(var(--spacing)*5)}.pt-6{padding-top:calc(var(--spacing)*6)}.pt-10{padding-top:calc(var(--spacing)*10)}.pt-16{padding-top:calc(var(--spacing)*16)}.pr-1{padding-right:calc(var(--spacing)*1)}.pr-2{padding-right:calc(var(--spacing)*2)}.pr-3{padding-right:calc(var(--spacing)*3)}.pr-8{padding-right:calc(var(--spacing)*8)}.pr-10{padding-right:calc(var(--spacing)*10)}.pr-11{padding-right:calc(var(--spacing)*11)}.pr-14{padding-right:calc(var(--spacing)*14)}.pr-16{padding-right:calc(var(--spacing)*16)}.pr-\[84px\]{padding-right:84px}.pb-3{padding-bottom:calc(var(--spacing)*3)}.pb-5{padding-bottom:calc(var(--spacing)*5)}.pb-6{padding-bottom:calc(var(--spacing)*6)}.pb-9{padding-bottom:calc(var(--spacing)*9)}.pb-11{padding-bottom:calc(var(--spacing)*11)}.pb-20{padding-bottom:calc(var(--spacing)*20)}.pl-1{padding-left:calc(var(--spacing)*1)}.pl-2{padding-left:calc(var(--spacing)*2)}.pl-2\.5{padding-left:calc(var(--spacing)*2.5)}.pl-3{padding-left:calc(var(--spacing)*3)}.pl-3\.5{padding-left:calc(var(--spacing)*3.5)}.pl-4{padding-left:calc(var(--spacing)*4)}.pl-12{padding-left:calc(var(--spacing)*12)}.pl-\[62px\]{padding-left:62px}.pl-\[84px\]{padding-left:84px}.text-center{text-align:center}.text-end{text-align:end}.text-justify{text-align:justify}.text-left{text-align:left}.text-right{text-align:right}.text-start{text-align:start}.align-baseline{vertical-align:baseline}.align-bottom{vertical-align:bottom}.align-middle{vertical-align:middle}.align-sub{vertical-align:sub}.align-super{vertical-align:super}.align-text-bottom{vertical-align:text-bottom}.align-text-top{vertical-align:text-top}.align-top{vertical-align:top}.font-mono{font-family:var(--font-mono)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-6xl{font-size:var(--text-6xl);line-height:var(--tw-leading,var(--text-6xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-theme-sm{font-size:var(--text-theme-sm);line-height:var(--tw-leading,var(--text-theme-sm--line-height))}.text-theme-xl{font-size:var(--text-theme-xl);line-height:var(--tw-leading,var(--text-theme-xl--line-height))}.text-theme-xs{font-size:var(--text-theme-xs);line-height:var(--tw-leading,var(--text-theme-xs--line-height))}.text-title-md{font-size:var(--text-title-md);line-height:var(--tw-leading,var(--text-title-md--line-height))}.text-title-sm{font-size:var(--text-title-sm);line-height:var(--tw-leading,var(--text-title-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.leading-6{--tw-leading:calc(var(--spacing)*6);line-height:calc(var(--spacing)*6)}.leading-\[20px\]{--tw-leading:20px;line-height:20px}.leading-none{--tw-leading:1;line-height:1}.leading-normal{--tw-leading:var(--leading-normal);line-height:var(--leading-normal)}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.-tracking-\[0\.2px\]{--tw-tracking: -.2px ;letter-spacing:-.2px}.tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.tracking-wider{--tw-tracking:var(--tracking-wider);letter-spacing:var(--tracking-wider)}.text-balance{text-wrap:balance}.text-nowrap{text-wrap:nowrap}.text-pretty{text-wrap:pretty}.text-wrap{text-wrap:wrap}.break-normal{overflow-wrap:normal;word-break:normal}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.break-keep{word-break:keep-all}.overflow-ellipsis{text-overflow:ellipsis}.text-clip{text-overflow:clip}.text-ellipsis{text-overflow:ellipsis}.hyphens-auto{-webkit-hyphens:auto;hyphens:auto}.hyphens-manual{-webkit-hyphens:manual;hyphens:manual}.hyphens-none{-webkit-hyphens:none;hyphens:none}.whitespace-break-spaces{white-space:break-spaces}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre{white-space:pre}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.menu-item-icon-inactive{color:var(--color-gray-500)}@media (hover:hover){.menu-item-icon-inactive:is(:where(.group):hover *){color:var(--color-gray-700)}}.menu-item-icon-inactive:is(.dark *){color:var(--color-gray-400)}@media (hover:hover){.menu-item-icon-inactive:is(.dark *):is(:where(.group):hover *){color:var(--color-gray-300)}}.menu-item-icon-active{color:var(--color-brand-500)}.menu-item-icon-active:is(.dark *){color:var(--color-brand-400)}.\[color\:red\]{color:red}.\[color\:red\]\/50{color:#ff000080}.\[color\:red\]\/50\!{color:#ff000080!important}.text-amber-500{color:var(--color-amber-500)}.text-black{color:var(--color-black)}.text-blue-500{color:var(--color-blue-500)}.text-blue-600{color:var(--color-blue-600)}.text-blue-700{color:var(--color-blue-700)}.text-blue-800{color:var(--color-blue-800)}.text-blue-900{color:var(--color-blue-900)}.text-blue-light-500{color:var(--color-blue-light-500)}.text-blue-light-600{color:var(--color-blue-light-600)}.text-brand-500{color:var(--color-brand-500)}.text-brand-600{color:var(--color-brand-600)}.text-error-500{color:var(--color-error-500)}.text-error-600{color:var(--color-error-600)}.text-gray-100{color:var(--color-gray-100)}.text-gray-300{color:var(--color-gray-300)}.text-gray-400{color:var(--color-gray-400)}.text-gray-500{color:var(--color-gray-500)}.text-gray-600{color:var(--color-gray-600)}.text-gray-700{color:var(--color-gray-700)}.text-gray-800{color:var(--color-gray-800)}.text-gray-900{color:var(--color-gray-900)}.text-green-600{color:var(--color-green-600)}.text-green-700{color:var(--color-green-700)}.text-green-800{color:var(--color-green-800)}.text-purple-500{color:var(--color-purple-500)}.text-purple-700{color:var(--color-purple-700)}.text-red-600{color:var(--color-red-600)}.text-red-700{color:var(--color-red-700)}.text-red-800{color:var(--color-red-800)}.text-success-500{color:var(--color-success-500)}.text-success-600{color:var(--color-success-600)}.text-warning-500{color:var(--color-warning-500)}.text-warning-600{color:var(--color-warning-600)}.text-white{color:var(--color-white)}.text-white\/70{color:color-mix(in oklab,var(--color-white)70%,transparent)}.text-white\/80{color:color-mix(in oklab,var(--color-white)80%,transparent)}.text-white\/90{color:color-mix(in oklab,var(--color-white)90%,transparent)}.text-yellow-600{color:var(--color-yellow-600)}.text-yellow-800{color:var(--color-yellow-800)}.text-yellow-900{color:var(--color-yellow-900)}.capitalize{text-transform:capitalize}.lowercase{text-transform:lowercase}.normal-case{text-transform:none}.uppercase{text-transform:uppercase}.italic{font-style:italic}.not-italic{font-style:normal}.font-stretch-condensed{font-stretch:75%}.font-stretch-expanded{font-stretch:125%}.font-stretch-extra-condensed{font-stretch:62.5%}.font-stretch-extra-expanded{font-stretch:150%}.font-stretch-normal{font-stretch:100%}.font-stretch-semi-condensed{font-stretch:87.5%}.font-stretch-semi-expanded{font-stretch:112.5%}.font-stretch-ultra-condensed{font-stretch:50%}.font-stretch-ultra-expanded{font-stretch:200%}.diagonal-fractions{--tw-numeric-fraction:diagonal-fractions;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.lining-nums{--tw-numeric-figure:lining-nums;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.oldstyle-nums{--tw-numeric-figure:oldstyle-nums;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.ordinal{--tw-ordinal:ordinal;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.proportional-nums{--tw-numeric-spacing:proportional-nums;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.slashed-zero{--tw-slashed-zero:slashed-zero;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.stacked-fractions{--tw-numeric-fraction:stacked-fractions;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.normal-nums{font-variant-numeric:normal}.line-through{text-decoration-line:line-through}.no-underline{text-decoration-line:none}.overline{text-decoration-line:overline}.underline{text-decoration-line:underline}.decoration-dashed{text-decoration-style:dashed}.decoration-dotted{text-decoration-style:dotted}.decoration-double{text-decoration-style:double}.decoration-solid{text-decoration-style:solid}.decoration-wavy{text-decoration-style:wavy}.decoration-auto{text-decoration-thickness:auto}.decoration-from-font{text-decoration-thickness:from-font}.underline-offset-auto{text-underline-offset:auto}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.subpixel-antialiased{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}.accent-auto{accent-color:auto}.scheme-dark{color-scheme:dark}.scheme-light{color-scheme:light}.scheme-light-dark{color-scheme:light dark}.scheme-normal{color-scheme:normal}.scheme-only-dark{color-scheme:dark only}.scheme-only-light{color-scheme:light only}.opacity-0{opacity:0}.opacity-25{opacity:.25}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-75{opacity:.75}.opacity-90{opacity:.9}.opacity-100{opacity:1}.mix-blend-plus-darker{mix-blend-mode:plus-darker}.mix-blend-plus-lighter{mix-blend-mode:plus-lighter}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-2xl{--tw-shadow:0 25px 50px -12px var(--tw-shadow-color,#00000040);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-theme-lg{--tw-shadow:0px 12px 16px -4px var(--tw-shadow-color,#10182814),0px 4px 6px -2px var(--tw-shadow-color,#10182808);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-theme-md{--tw-shadow:0px 4px 8px -2px var(--tw-shadow-color,#1018281a),0px 2px 4px -2px var(--tw-shadow-color,#1018280f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-theme-sm{--tw-shadow:0px 1px 3px 0px var(--tw-shadow-color,#1018281a),0px 1px 2px 0px var(--tw-shadow-color,#1018280f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-theme-xs{--tw-shadow:0px 1px 2px 0px var(--tw-shadow-color,#1018280d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring,.ring-1{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentColor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-3{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(3px + var(--tw-ring-offset-width))var(--tw-ring-color,currentColor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.inset-ring{--tw-inset-ring-shadow:inset 0 0 0 1px var(--tw-inset-ring-color,currentColor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-initial{--tw-shadow-color:initial}.ring-brand-500\/10{--tw-ring-color:color-mix(in oklab,var(--color-brand-500)10%,transparent)}.ring-gray-300{--tw-ring-color:var(--color-gray-300)}.inset-shadow-initial{--tw-inset-shadow-color:initial}.outline-hidden{outline-style:none}@media (forced-colors:active){.outline-hidden{outline-offset:2px;outline:2px solid #0000}}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.blur-2xl{--tw-blur:blur(var(--blur-2xl));filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.blur-none{--tw-blur: ;filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.drop-shadow{--tw-drop-shadow:drop-shadow(0 1px 2px #0000001a)drop-shadow(0 1px 1px #0000000f);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.drop-shadow-none{--tw-drop-shadow: ;filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.grayscale{--tw-grayscale:grayscale(100%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.hue-rotate-180{--tw-hue-rotate:hue-rotate(180deg);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.\!invert{--tw-invert:invert(100%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)!important}.invert{--tw-invert:invert(100%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.sepia{--tw-sepia:sepia(100%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.\!filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)!important}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.backdrop-blur{--tw-backdrop-blur:blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-\[32px\]{--tw-backdrop-blur:blur(32px);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-none{--tw-backdrop-blur: ;-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-sm{--tw-backdrop-blur:blur(var(--blur-sm));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-grayscale{--tw-backdrop-grayscale:grayscale(100%);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-invert{--tw-backdrop-invert:invert(100%);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-sepia{--tw-backdrop-sepia:sepia(100%);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-shadow{transition-property:box-shadow;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-none{transition-property:none}.transition-discrete{transition-behavior:allow-discrete}.transition-normal{transition-behavior:normal}.duration-150{--tw-duration:.15s;transition-duration:.15s}.duration-200{--tw-duration:.2s;transition-duration:.2s}.duration-300{--tw-duration:.3s;transition-duration:.3s}.ease-in{--tw-ease:var(--ease-in);transition-timing-function:var(--ease-in)}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.ease-linear{--tw-ease:linear;transition-timing-function:linear}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}.will-change-auto{will-change:auto}.will-change-contents{will-change:contents}.will-change-scroll{will-change:scroll-position}.will-change-transform{will-change:transform}.contain-inline-size{--tw-contain-size:inline-size;contain:var(--tw-contain-size,)var(--tw-contain-layout,)var(--tw-contain-paint,)var(--tw-contain-style,)}.contain-layout{--tw-contain-layout:layout;contain:var(--tw-contain-size,)var(--tw-contain-layout,)var(--tw-contain-paint,)var(--tw-contain-style,)}.contain-paint{--tw-contain-paint:paint;contain:var(--tw-contain-size,)var(--tw-contain-layout,)var(--tw-contain-paint,)var(--tw-contain-style,)}.contain-size{--tw-contain-size:size;contain:var(--tw-contain-size,)var(--tw-contain-layout,)var(--tw-contain-paint,)var(--tw-contain-style,)}.contain-style{--tw-contain-style:style;contain:var(--tw-contain-size,)var(--tw-contain-layout,)var(--tw-contain-paint,)var(--tw-contain-style,)}.contain-content{contain:content}.contain-none{contain:none}.contain-strict{contain:strict}.content-none{--tw-content:none;content:none}.forced-color-adjust-auto{forced-color-adjust:auto}.forced-color-adjust-none{forced-color-adjust:none}.outline-dashed{--tw-outline-style:dashed;outline-style:dashed}.outline-dotted{--tw-outline-style:dotted;outline-style:dotted}.outline-double{--tw-outline-style:double;outline-style:double}.outline-none{--tw-outline-style:none;outline-style:none}.outline-solid{--tw-outline-style:solid;outline-style:solid}.select-all{-webkit-user-select:all;user-select:all}.select-none{-webkit-user-select:none;user-select:none}.\[a-zA-Z0-9\:\\\\-\\\\\._\$\]{a-zA-Z0-9:\\-\\.$}.\[k\:K\]{k:K}.\[vite\:css\]{vite:css}.\[vite\:html\]{vite:html}.backface-hidden{backface-visibility:hidden}.backface-visible{backface-visibility:visible}:where(.divide-x-reverse>:not(:last-child)){--tw-divide-x-reverse:1}.duration-initial{--tw-duration:initial}.ease-initial{--tw-ease:initial}.perspective-none{perspective:none}.perspective-origin-bottom{perspective-origin:bottom}.perspective-origin-bottom-left{perspective-origin:0 100%}.perspective-origin-bottom-right{perspective-origin:100% 100%}.perspective-origin-center{perspective-origin:50%}.perspective-origin-left{perspective-origin:0}.perspective-origin-right{perspective-origin:100%}.perspective-origin-top{perspective-origin:top}.perspective-origin-top-left{perspective-origin:0 0}.perspective-origin-top-right{perspective-origin:100% 0}.ring-inset{--tw-ring-inset:inset}.transform-3d{transform-style:preserve-3d}.transform-border{transform-box:border-box}.transform-content{transform-box:content-box}.transform-fill{transform-box:fill-box}.transform-flat{transform-style:flat}.transform-stroke{transform-box:stroke-box}.transform-view{transform-box:view-box}@media (hover:hover){.group-hover\:bg-amber-100:is(:where(.group):hover *){background-color:var(--color-amber-100)}.group-hover\:bg-blue-100:is(:where(.group):hover *){background-color:var(--color-blue-100)}.group-hover\:bg-green-100:is(:where(.group):hover *){background-color:var(--color-green-100)}.group-hover\:bg-purple-100:is(:where(.group):hover *){background-color:var(--color-purple-100)}.group-hover\:fill-gray-700:is(:where(.group):hover *){fill:var(--color-gray-700)}.group-hover\:text-gray-400:is(:where(.group):hover *){color:var(--color-gray-400)}.group-hover\:opacity-100:is(:where(.group):hover *){opacity:1}}.file\:mr-5::file-selector-button{margin-right:calc(var(--spacing)*5)}.file\:border-collapse::file-selector-button{border-collapse:collapse}.file\:cursor-pointer::file-selector-button{cursor:pointer}.file\:rounded-l-lg::file-selector-button{border-top-left-radius:var(--radius-lg);border-bottom-left-radius:var(--radius-lg)}.file\:border-0::file-selector-button{border-style:var(--tw-border-style);border-width:0}.file\:border-r::file-selector-button{border-right-style:var(--tw-border-style);border-right-width:1px}.file\:border-solid::file-selector-button{--tw-border-style:solid;border-style:solid}.file\:border-gray-200::file-selector-button{border-color:var(--color-gray-200)}.file\:bg-gray-50::file-selector-button{background-color:var(--color-gray-50)}.file\:py-3::file-selector-button{padding-block:calc(var(--spacing)*3)}.file\:pr-3::file-selector-button{padding-right:calc(var(--spacing)*3)}.file\:pl-3\.5::file-selector-button{padding-left:calc(var(--spacing)*3.5)}.file\:text-sm::file-selector-button{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.file\:text-gray-700::file-selector-button{color:var(--color-gray-700)}.placeholder\:text-gray-400::placeholder{color:var(--color-gray-400)}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:top-0:before{content:var(--tw-content);top:calc(var(--spacing)*0)}.before\:top-1\/2:before{content:var(--tw-content);top:50%}.before\:top-full:before{content:var(--tw-content);top:100%}.before\:-right-4:before{content:var(--tw-content);right:calc(var(--spacing)*-4)}.before\:right-full:before{content:var(--tw-content);right:100%}.before\:bottom-full:before{content:var(--tw-content);bottom:100%}.before\:left-1\/2:before{content:var(--tw-content);left:50%}.before\:left-full:before{content:var(--tw-content);left:100%}.before\:-mt-1:before{content:var(--tw-content);margin-top:calc(var(--spacing)*-1)}.before\:-mr-1:before{content:var(--tw-content);margin-right:calc(var(--spacing)*-1)}.before\:-mb-1:before{content:var(--tw-content);margin-bottom:calc(var(--spacing)*-1)}.before\:-ml-1:before{content:var(--tw-content);margin-left:calc(var(--spacing)*-1)}.before\:-translate-x-1\/2:before{content:var(--tw-content);--tw-translate-x: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.before\:-translate-y-1\/2:before{content:var(--tw-content);--tw-translate-y: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.before\:border-4:before{content:var(--tw-content);border-style:var(--tw-border-style);border-width:4px}.before\:border-\[13px\]:before{content:var(--tw-content);border-style:var(--tw-border-style);border-width:13px}.before\:border-transparent:before{content:var(--tw-content);border-color:#0000}.before\:border-t-brand-500:before{content:var(--tw-content);border-top-color:var(--color-brand-500)}.before\:border-t-error-500:before{content:var(--tw-content);border-top-color:var(--color-error-500)}.before\:border-t-gray-900:before{content:var(--tw-content);border-top-color:var(--color-gray-900)}.before\:border-t-success-500:before{content:var(--tw-content);border-top-color:var(--color-success-500)}.before\:border-t-warning-500:before{content:var(--tw-content);border-top-color:var(--color-warning-500)}.before\:border-r-gray-900:before{content:var(--tw-content);border-right-color:var(--color-gray-900)}.before\:border-b-gray-900:before{content:var(--tw-content);border-bottom-color:var(--color-gray-900)}.before\:border-l-brand-500:before{content:var(--tw-content);border-left-color:var(--color-brand-500)}.before\:border-l-error-500:before{content:var(--tw-content);border-left-color:var(--color-error-500)}.before\:border-l-gray-900:before{content:var(--tw-content);border-left-color:var(--color-gray-900)}.before\:border-l-success-500:before{content:var(--tw-content);border-left-color:var(--color-success-500)}.before\:border-l-warning-500:before{content:var(--tw-content);border-left-color:var(--color-warning-500)}.before\:content-\[\'\'\]:before{--tw-content:"";content:var(--tw-content)}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:-right-4:after{content:var(--tw-content);right:calc(var(--spacing)*-4)}.after\:bottom-0:after{content:var(--tw-content);bottom:calc(var(--spacing)*0)}.after\:border-\[13px\]:after{content:var(--tw-content);border-style:var(--tw-border-style);border-width:13px}.after\:border-transparent:after{content:var(--tw-content);border-color:#0000}.after\:border-b-brand-500:after{content:var(--tw-content);border-bottom-color:var(--color-brand-500)}.after\:border-b-error-500:after{content:var(--tw-content);border-bottom-color:var(--color-error-500)}.after\:border-b-success-500:after{content:var(--tw-content);border-bottom-color:var(--color-success-500)}.after\:border-b-warning-500:after{content:var(--tw-content);border-bottom-color:var(--color-warning-500)}.after\:border-l-brand-500:after{content:var(--tw-content);border-left-color:var(--color-brand-500)}.after\:border-l-error-500:after{content:var(--tw-content);border-left-color:var(--color-error-500)}.after\:border-l-success-500:after{content:var(--tw-content);border-left-color:var(--color-success-500)}.after\:border-l-warning-500:after{content:var(--tw-content);border-left-color:var(--color-warning-500)}.after\:content-\[\'\'\]:after{--tw-content:"";content:var(--tw-content)}.last\:border-0:last-child{border-style:var(--tw-border-style);border-width:0}.last\:border-b-0:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}.checked\:border-transparent:checked{border-color:#0000}.checked\:bg-brand-500:checked{background-color:var(--color-brand-500)}@media (hover:hover){.hover\:border-brand-300:hover{border-color:var(--color-brand-300)}.hover\:border-brand-500:hover{border-color:var(--color-brand-500)}.hover\:border-gray-200:hover{border-color:var(--color-gray-200)}.hover\:border-gray-600:hover{border-color:var(--color-gray-600)}.hover\:bg-blue-light-50:hover{background-color:var(--color-blue-light-50)}.hover\:bg-blue-light-600:hover{background-color:var(--color-blue-light-600)}.hover\:bg-brand-50:hover{background-color:var(--color-brand-50)}.hover\:bg-brand-500:hover{background-color:var(--color-brand-500)}.hover\:bg-brand-600:hover{background-color:var(--color-brand-600)}.hover\:bg-error-50:hover{background-color:var(--color-error-50)}.hover\:bg-error-600:hover{background-color:var(--color-error-600)}.hover\:bg-gray-50:hover{background-color:var(--color-gray-50)}.hover\:bg-gray-100:hover{background-color:var(--color-gray-100)}.hover\:bg-gray-200:hover{background-color:var(--color-gray-200)}.hover\:bg-gray-300:hover{background-color:var(--color-gray-300)}.hover\:bg-gray-600:hover{background-color:var(--color-gray-600)}.hover\:bg-red-50:hover{background-color:var(--color-red-50)}.hover\:bg-red-700:hover{background-color:var(--color-red-700)}.hover\:bg-success-600:hover{background-color:var(--color-success-600)}.hover\:bg-warning-600:hover{background-color:var(--color-warning-600)}.hover\:bg-yellow-700:hover{background-color:var(--color-yellow-700)}.hover\:text-blue-light-600:hover{color:var(--color-blue-light-600)}.hover\:text-brand-500:hover{color:var(--color-brand-500)}.hover\:text-brand-600:hover{color:var(--color-brand-600)}.hover\:text-error-600:hover{color:var(--color-error-600)}.hover\:text-gray-600:hover{color:var(--color-gray-600)}.hover\:text-gray-700:hover{color:var(--color-gray-700)}.hover\:text-gray-800:hover{color:var(--color-gray-800)}.hover\:text-gray-900:hover{color:var(--color-gray-900)}.hover\:text-red-700:hover{color:var(--color-red-700)}.hover\:text-red-800:hover{color:var(--color-red-800)}.hover\:text-success-600:hover{color:var(--color-success-600)}.hover\:text-white:hover{color:var(--color-white)}.hover\:underline:hover{text-decoration-line:underline}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a),0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:file\:bg-gray-100:hover::file-selector-button{background-color:var(--color-gray-100)}}.focus\:border-blue-500:focus{border-color:var(--color-blue-500)}.focus\:border-brand-300:focus{border-color:var(--color-brand-300)}.focus\:border-brand-500:focus{border-color:var(--color-brand-500)}.focus\:border-error-300:focus{border-color:var(--color-error-300)}.focus\:border-success-300:focus{border-color:var(--color-success-300)}.focus\:shadow-focus-ring:focus{--tw-shadow:0px 0px 0px 4px var(--tw-shadow-color,#465fff1f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentColor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-3:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(3px + var(--tw-ring-offset-width))var(--tw-ring-color,currentColor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-blue-500:focus{--tw-ring-color:var(--color-blue-500)}.focus\:ring-blue-500\/20:focus{--tw-ring-color:color-mix(in oklab,var(--color-blue-500)20%,transparent)}.focus\:ring-brand-500:focus{--tw-ring-color:var(--color-brand-500)}.focus\:ring-brand-500\/10:focus{--tw-ring-color:color-mix(in oklab,var(--color-brand-500)10%,transparent)}.focus\:ring-brand-500\/20:focus{--tw-ring-color:color-mix(in oklab,var(--color-brand-500)20%,transparent)}.focus\:ring-error-500\/10:focus{--tw-ring-color:color-mix(in oklab,var(--color-error-500)10%,transparent)}.focus\:ring-error-500\/20:focus{--tw-ring-color:color-mix(in oklab,var(--color-error-500)20%,transparent)}.focus\:ring-success-500\/20:focus{--tw-ring-color:color-mix(in oklab,var(--color-success-500)20%,transparent)}.focus\:outline-hidden:focus{outline-style:none}@media (forced-colors:active){.focus\:outline-hidden:focus{outline-offset:2px;outline:2px solid #0000}}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.focus\:file\:ring-brand-300:focus::file-selector-button{--tw-ring-color:var(--color-brand-300)}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-brand-300:disabled{background-color:var(--color-brand-300)}.disabled\:bg-success-300:disabled{background-color:var(--color-success-300)}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}@media (width>=375px){.\32xsm\:w-\[307px\]{width:307px}.\32xsm\:gap-3{gap:calc(var(--spacing)*3)}}@media (width>=425px){.xsm\:w-\[358px\]{width:358px}}@media (width>=640px){.sm\:top-6{top:calc(var(--spacing)*6)}.sm\:right-6{right:calc(var(--spacing)*6)}.sm\:col-span-1{grid-column:span 1/span 1}.sm\:-mx-6{margin-inline:calc(var(--spacing)*-6)}.sm\:mb-8{margin-bottom:calc(var(--spacing)*8)}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:inline{display:inline}.sm\:h-11{height:calc(var(--spacing)*11)}.sm\:w-11{width:calc(var(--spacing)*11)}.sm\:w-\[228px\]{width:228px}.sm\:w-\[361px\]{width:361px}.sm\:w-auto{width:auto}.sm\:w-fit{width:fit-content}.sm\:max-w-\[472px\]{max-width:472px}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:justify-center{justify-content:center}.sm\:justify-end{justify-content:flex-end}.sm\:justify-normal{justify-content:normal}.sm\:gap-4{gap:calc(var(--spacing)*4)}.sm\:gap-5{gap:calc(var(--spacing)*5)}.sm\:gap-6{gap:calc(var(--spacing)*6)}.sm\:gap-8{gap:calc(var(--spacing)*8)}:where(.sm\:space-y-6>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*6)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*6)*calc(1 - var(--tw-space-y-reverse)))}.sm\:p-0{padding:calc(var(--spacing)*0)}.sm\:p-2\.5{padding:calc(var(--spacing)*2.5)}.sm\:p-6{padding:calc(var(--spacing)*6)}.sm\:px-3\.5{padding-inline:calc(var(--spacing)*3.5)}.sm\:px-5{padding-inline:calc(var(--spacing)*5)}.sm\:px-6{padding-inline:calc(var(--spacing)*6)}.sm\:py-2{padding-block:calc(var(--spacing)*2)}.sm\:py-2\.5{padding-block:calc(var(--spacing)*2.5)}.sm\:py-5{padding-block:calc(var(--spacing)*5)}.sm\:pt-6{padding-top:calc(var(--spacing)*6)}.sm\:pt-10{padding-top:calc(var(--spacing)*10)}.sm\:text-start{text-align:start}.sm\:text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.sm\:text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.sm\:text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.sm\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.sm\:text-title-md{font-size:var(--text-title-md);line-height:var(--tw-leading,var(--text-title-md--line-height))}}@media (width>=768px){.md\:w-\[668px\]{width:668px}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:gap-6{gap:calc(var(--spacing)*6)}.md\:border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.md\:border-b-0{border-bottom-style:var(--tw-border-style);border-bottom-width:0}.md\:p-6{padding:calc(var(--spacing)*6)}.md\:pb-24{padding-bottom:calc(var(--spacing)*24)}}@media (width>=1024px){.lg\:right-0{right:calc(var(--spacing)*0)}.lg\:col-span-1{grid-column:span 1/span 1}.lg\:mt-0{margin-top:calc(var(--spacing)*0)}.lg\:mb-6{margin-bottom:calc(var(--spacing)*6)}.lg\:mb-7{margin-bottom:calc(var(--spacing)*7)}.lg\:ml-\[90px\]{margin-left:90px}.lg\:ml-\[290px\]{margin-left:290px}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:inline-flex{display:inline-flex}.lg\:h-11{height:calc(var(--spacing)*11)}.lg\:w-1\/2{width:50%}.lg\:w-11{width:calc(var(--spacing)*11)}.lg\:w-\[634px\]{width:634px}.lg\:w-auto{width:auto}.lg\:translate-x-0{--tw-translate-x:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:items-start{align-items:flex-start}.lg\:justify-between{justify-content:space-between}.lg\:justify-center{justify-content:center}.lg\:justify-end{justify-content:flex-end}.lg\:justify-normal{justify-content:normal}.lg\:justify-start{justify-content:flex-start}.lg\:gap-7{gap:calc(var(--spacing)*7)}.lg\:border{border-style:var(--tw-border-style);border-width:1px}.lg\:border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.lg\:border-b-0{border-bottom-style:var(--tw-border-style);border-bottom-width:0}.lg\:p-6{padding:calc(var(--spacing)*6)}.lg\:p-10{padding:calc(var(--spacing)*10)}.lg\:p-11{padding:calc(var(--spacing)*11)}.lg\:px-0{padding-inline:calc(var(--spacing)*0)}.lg\:px-6{padding-inline:calc(var(--spacing)*6)}.lg\:py-4{padding-block:calc(var(--spacing)*4)}.lg\:text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.lg\:shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}@media (width>=1280px){.xl\:order-2{order:2}.xl\:order-3{order:3}.xl\:col-span-2{grid-column:span 2/span 2}.xl\:col-span-4{grid-column:span 4/span 4}.xl\:col-span-8{grid-column:span 8/span 8}.xl\:block{display:block}.xl\:flex{display:flex}.xl\:w-\[393px\]{width:393px}.xl\:w-\[430px\]{width:430px}.xl\:max-w-\[450px\]{max-width:450px}.xl\:min-w-full{min-width:100%}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:flex-row{flex-direction:row}.xl\:items-center{align-items:center}.xl\:justify-between{justify-content:space-between}.xl\:justify-end{justify-content:flex-end}.xl\:gap-3{gap:calc(var(--spacing)*3)}.xl\:gap-6{gap:calc(var(--spacing)*6)}.xl\:p-8{padding:calc(var(--spacing)*8)}.xl\:px-10{padding-inline:calc(var(--spacing)*10)}.xl\:py-12{padding-block:calc(var(--spacing)*12)}.xl\:text-left{text-align:left}.xl\:text-title-2xl{font-size:var(--text-title-2xl);line-height:var(--tw-leading,var(--text-title-2xl--line-height))}}@media (width>=1440px){.min-\[1440px\]\:max-w-\[90\%\]{max-width:90%}}@media (width>=1536px){.\32xl\:w-\[554px\]{width:554px}.\32xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.\32xl\:gap-x-32{column-gap:calc(var(--spacing)*32)}}.dark\:block:is(.dark *){display:block}.dark\:hidden:is(.dark *){display:none}:where(.dark\:divide-gray-700:is(.dark *)>:not(:last-child)){border-color:var(--color-gray-700)}:where(.dark\:divide-gray-800:is(.dark *)>:not(:last-child)){border-color:var(--color-gray-800)}:where(.dark\:divide-white\/\[0\.05\]:is(.dark *)>:not(:last-child)){border-color:color-mix(in oklab,var(--color-white)5%,transparent)}.dark\:border-blue-800:is(.dark *){border-color:var(--color-blue-800)}.dark\:border-blue-light-500\/30:is(.dark *){border-color:color-mix(in oklab,var(--color-blue-light-500)30%,transparent)}.dark\:border-brand-500:is(.dark *){border-color:var(--color-brand-500)}.dark\:border-brand-800:is(.dark *){border-color:var(--color-brand-800)}.dark\:border-error-500:is(.dark *){border-color:var(--color-error-500)}.dark\:border-error-500\/30:is(.dark *){border-color:color-mix(in oklab,var(--color-error-500)30%,transparent)}.dark\:border-gray-500:is(.dark *){border-color:var(--color-gray-500)}.dark\:border-gray-700:is(.dark *){border-color:var(--color-gray-700)}.dark\:border-gray-700\/50:is(.dark *){border-color:color-mix(in oklab,var(--color-gray-700)50%,transparent)}.dark\:border-gray-800:is(.dark *){border-color:var(--color-gray-800)}.dark\:border-gray-900:is(.dark *){border-color:var(--color-gray-900)}.dark\:border-green-800:is(.dark *){border-color:var(--color-green-800)}.dark\:border-purple-800:is(.dark *){border-color:var(--color-purple-800)}.dark\:border-red-800:is(.dark *){border-color:var(--color-red-800)}.dark\:border-success-500:is(.dark *){border-color:var(--color-success-500)}.dark\:border-success-500\/30:is(.dark *){border-color:color-mix(in oklab,var(--color-success-500)30%,transparent)}.dark\:border-warning-500\/30:is(.dark *){border-color:color-mix(in oklab,var(--color-warning-500)30%,transparent)}.dark\:border-white:is(.dark *){border-color:var(--color-white)}.dark\:border-white\/10:is(.dark *){border-color:color-mix(in oklab,var(--color-white)10%,transparent)}.dark\:border-white\/\[0\.05\]:is(.dark *){border-color:color-mix(in oklab,var(--color-white)5%,transparent)}.dark\:border-yellow-800:is(.dark *){border-color:var(--color-yellow-800)}.dark\:bg-\[\#1e2636\]:is(.dark *){background-color:#1e2636}.dark\:bg-amber-500\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-amber-500)10%,transparent)}.dark\:bg-blue-500\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-blue-500)10%,transparent)}.dark\:bg-blue-500\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-blue-500)20%,transparent)}.dark\:bg-blue-900\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-blue-900)20%,transparent)}.dark\:bg-blue-light-500\/15:is(.dark *){background-color:color-mix(in oklab,var(--color-blue-light-500)15%,transparent)}.dark\:bg-blue-light-500\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-blue-light-500)20%,transparent)}.dark\:bg-brand-500\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-brand-500)10%,transparent)}.dark\:bg-brand-500\/15:is(.dark *){background-color:color-mix(in oklab,var(--color-brand-500)15%,transparent)}.dark\:bg-brand-900\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-brand-900)20%,transparent)}.dark\:bg-error-500\/15:is(.dark *){background-color:color-mix(in oklab,var(--color-error-500)15%,transparent)}.dark\:bg-gray-400:is(.dark *){background-color:var(--color-gray-400)}.dark\:bg-gray-500:is(.dark *){background-color:var(--color-gray-500)}.dark\:bg-gray-700:is(.dark *){background-color:var(--color-gray-700)}.dark\:bg-gray-800:is(.dark *){background-color:var(--color-gray-800)}.dark\:bg-gray-800\/50:is(.dark *){background-color:color-mix(in oklab,var(--color-gray-800)50%,transparent)}.dark\:bg-gray-900:is(.dark *){background-color:var(--color-gray-900)}.dark\:bg-gray-900\/30:is(.dark *){background-color:color-mix(in oklab,var(--color-gray-900)30%,transparent)}.dark\:bg-gray-900\/50:is(.dark *){background-color:color-mix(in oklab,var(--color-gray-900)50%,transparent)}.dark\:bg-gray-dark:is(.dark *){background-color:var(--color-gray-dark)}.dark\:bg-green-500\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-green-500)10%,transparent)}.dark\:bg-green-600:is(.dark *){background-color:var(--color-green-600)}.dark\:bg-green-900\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-green-900)20%,transparent)}.dark\:bg-green-900\/30:is(.dark *){background-color:color-mix(in oklab,var(--color-green-900)30%,transparent)}.dark\:bg-purple-500\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-purple-500)10%,transparent)}.dark\:bg-purple-900\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-purple-900)20%,transparent)}.dark\:bg-red-600:is(.dark *){background-color:var(--color-red-600)}.dark\:bg-red-900\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-red-900)20%,transparent)}.dark\:bg-red-900\/30:is(.dark *){background-color:color-mix(in oklab,var(--color-red-900)30%,transparent)}.dark\:bg-red-900\/40:is(.dark *){background-color:color-mix(in oklab,var(--color-red-900)40%,transparent)}.dark\:bg-success-500\/15:is(.dark *){background-color:color-mix(in oklab,var(--color-success-500)15%,transparent)}.dark\:bg-warning-500\/15:is(.dark *){background-color:color-mix(in oklab,var(--color-warning-500)15%,transparent)}.dark\:bg-white\/3:is(.dark *){background-color:color-mix(in oklab,var(--color-white)3%,transparent)}.dark\:bg-white\/5:is(.dark *){background-color:color-mix(in oklab,var(--color-white)5%,transparent)}.dark\:bg-white\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-white)10%,transparent)}.dark\:bg-white\/\[0\.03\]:is(.dark *){background-color:color-mix(in oklab,var(--color-white)3%,transparent)}.dark\:bg-yellow-900\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-yellow-900)20%,transparent)}.dark\:bg-yellow-900\/30:is(.dark *){background-color:color-mix(in oklab,var(--color-yellow-900)30%,transparent)}.dark\:fill-gray-400:is(.dark *){fill:var(--color-gray-400)}.dark\:fill-gray-800:is(.dark *){fill:var(--color-gray-800)}.dark\:stroke-gray-400:is(.dark *){stroke:var(--color-gray-400)}.dark\:text-blue-200:is(.dark *){color:var(--color-blue-200)}.dark\:text-blue-300:is(.dark *){color:var(--color-blue-300)}.dark\:text-blue-400:is(.dark *){color:var(--color-blue-400)}.dark\:text-blue-light-400:is(.dark *){color:var(--color-blue-light-400)}.dark\:text-blue-light-500:is(.dark *){color:var(--color-blue-light-500)}.dark\:text-brand-400:is(.dark *){color:var(--color-brand-400)}.dark\:text-error-400:is(.dark *){color:var(--color-error-400)}.dark\:text-error-500:is(.dark *){color:var(--color-error-500)}.dark\:text-gray-100:is(.dark *){color:var(--color-gray-100)}.dark\:text-gray-200:is(.dark *){color:var(--color-gray-200)}.dark\:text-gray-300:is(.dark *){color:var(--color-gray-300)}.dark\:text-gray-400:is(.dark *){color:var(--color-gray-400)}.dark\:text-gray-500:is(.dark *){color:var(--color-gray-500)}.dark\:text-gray-600:is(.dark *){color:var(--color-gray-600)}.dark\:text-green-300:is(.dark *){color:var(--color-green-300)}.dark\:text-green-400:is(.dark *){color:var(--color-green-400)}.dark\:text-orange-400:is(.dark *){color:var(--color-orange-400)}.dark\:text-purple-300:is(.dark *){color:var(--color-purple-300)}.dark\:text-red-200:is(.dark *){color:var(--color-red-200)}.dark\:text-red-300:is(.dark *){color:var(--color-red-300)}.dark\:text-red-400:is(.dark *){color:var(--color-red-400)}.dark\:text-success-400:is(.dark *){color:var(--color-success-400)}.dark\:text-success-500:is(.dark *){color:var(--color-success-500)}.dark\:text-warning-500:is(.dark *){color:var(--color-warning-500)}.dark\:text-white:is(.dark *){color:var(--color-white)}.dark\:text-white\/60:is(.dark *){color:color-mix(in oklab,var(--color-white)60%,transparent)}.dark\:text-white\/80:is(.dark *){color:color-mix(in oklab,var(--color-white)80%,transparent)}.dark\:text-white\/90:is(.dark *){color:color-mix(in oklab,var(--color-white)90%,transparent)}.dark\:text-yellow-200:is(.dark *){color:var(--color-yellow-200)}.dark\:text-yellow-300:is(.dark *){color:var(--color-yellow-300)}.dark\:text-yellow-400:is(.dark *){color:var(--color-yellow-400)}.dark\:ring-gray-700:is(.dark *){--tw-ring-color:var(--color-gray-700)}@media (hover:hover){.dark\:group-hover\:bg-amber-500\/20:is(.dark *):is(:where(.group):hover *){background-color:color-mix(in oklab,var(--color-amber-500)20%,transparent)}.dark\:group-hover\:bg-blue-500\/20:is(.dark *):is(:where(.group):hover *){background-color:color-mix(in oklab,var(--color-blue-500)20%,transparent)}.dark\:group-hover\:bg-green-500\/20:is(.dark *):is(:where(.group):hover *){background-color:color-mix(in oklab,var(--color-green-500)20%,transparent)}.dark\:group-hover\:bg-purple-500\/20:is(.dark *):is(:where(.group):hover *){background-color:color-mix(in oklab,var(--color-purple-500)20%,transparent)}.dark\:group-hover\:fill-gray-300:is(.dark *):is(:where(.group):hover *){fill:var(--color-gray-300)}}.dark\:file\:border-gray-800:is(.dark *)::file-selector-button{border-color:var(--color-gray-800)}.dark\:file\:bg-white\/\[0\.03\]:is(.dark *)::file-selector-button{background-color:color-mix(in oklab,var(--color-white)3%,transparent)}.dark\:file\:text-gray-400:is(.dark *)::file-selector-button{color:var(--color-gray-400)}.dark\:placeholder\:text-gray-400:is(.dark *)::placeholder{color:var(--color-gray-400)}.dark\:placeholder\:text-white\/30:is(.dark *)::placeholder{color:color-mix(in oklab,var(--color-white)30%,transparent)}@media (hover:hover){.dark\:hover\:border-brand-500:is(.dark *):hover{border-color:var(--color-brand-500)}.dark\:hover\:border-gray-600:is(.dark *):hover{border-color:var(--color-gray-600)}.dark\:hover\:border-gray-800:is(.dark *):hover{border-color:var(--color-gray-800)}.dark\:hover\:bg-blue-light-500\/15:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-blue-light-500)15%,transparent)}.dark\:hover\:bg-brand-500:is(.dark *):hover{background-color:var(--color-brand-500)}.dark\:hover\:bg-brand-500\/10:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-brand-500)10%,transparent)}.dark\:hover\:bg-brand-500\/\[0\.12\]:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-brand-500)12%,transparent)}.dark\:hover\:bg-brand-600:is(.dark *):hover{background-color:var(--color-brand-600)}.dark\:hover\:bg-error-500\/15:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-error-500)15%,transparent)}.dark\:hover\:bg-gray-600:is(.dark *):hover{background-color:var(--color-gray-600)}.dark\:hover\:bg-gray-700:is(.dark *):hover{background-color:var(--color-gray-700)}.dark\:hover\:bg-gray-800:is(.dark *):hover{background-color:var(--color-gray-800)}.dark\:hover\:bg-red-900\/20:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-red-900)20%,transparent)}.dark\:hover\:bg-white\/5:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-white)5%,transparent)}.dark\:hover\:bg-white\/10:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-white)10%,transparent)}.dark\:hover\:bg-white\/\[0\.03\]:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-white)3%,transparent)}.hover\:dark\:\!bg-gray-100:hover:is(.dark *){background-color:var(--color-gray-100)!important}.hover\:dark\:bg-gray-100:hover:is(.dark *){background-color:var(--color-gray-100)}.dark\:hover\:text-blue-light-300:is(.dark *):hover{color:var(--color-blue-light-300)}.dark\:hover\:text-brand-400:is(.dark *):hover{color:var(--color-brand-400)}.dark\:hover\:text-error-300:is(.dark *):hover{color:var(--color-error-300)}.dark\:hover\:text-gray-200:is(.dark *):hover{color:var(--color-gray-200)}.dark\:hover\:text-gray-300:is(.dark *):hover{color:var(--color-gray-300)}.dark\:hover\:text-red-200:is(.dark *):hover{color:var(--color-red-200)}.dark\:hover\:text-red-300:is(.dark *):hover{color:var(--color-red-300)}.dark\:hover\:text-success-300:is(.dark *):hover{color:var(--color-success-300)}.dark\:hover\:text-white:is(.dark *):hover{color:var(--color-white)}.dark\:hover\:text-white\/80:is(.dark *):hover{color:color-mix(in oklab,var(--color-white)80%,transparent)}}.dark\:focus\:border-brand-300:is(.dark *):focus{border-color:var(--color-brand-300)}.dark\:focus\:border-brand-800:is(.dark *):focus{border-color:var(--color-brand-800)}.dark\:focus\:border-error-800:is(.dark *):focus{border-color:var(--color-error-800)}.dark\:focus\:border-success-800:is(.dark *):focus{border-color:var(--color-success-800)}input[type=date]::-webkit-inner-spin-button{-webkit-appearance:none;display:none}input[type=time]::-webkit-inner-spin-button{-webkit-appearance:none;display:none}input[type=date]::-webkit-calendar-picker-indicator{-webkit-appearance:none;display:none}input[type=time]::-webkit-calendar-picker-indicator{-webkit-appearance:none;display:none}}@keyframes slide-in-right{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.dark .custom-scrollbar::-webkit-scrollbar-thumb{background-color:#344054}.tableCheckbox:checked~span span{opacity:1}.tableCheckbox:checked~span{border-color:var(--color-brand-500);background-color:var(--color-brand-500)}.apexcharts-legend-text{color:var(--color-gray-700)!important}.apexcharts-text{fill:var(--color-gray-700)!important}.apexcharts-text:is(.dark *){fill:var(--color-gray-400)!important}.apexcharts-tooltip.apexcharts-theme-light{gap:calc(var(--spacing)*1);padding:calc(var(--spacing)*3);--tw-shadow:0px 1px 3px 0px var(--tw-shadow-color,#1018281a),0px 1px 2px 0px var(--tw-shadow-color,#1018280f);border-radius:var(--radius-lg)!important;border-color:var(--color-gray-200)!important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important}.apexcharts-tooltip.apexcharts-theme-light:is(.dark *){border-color:var(--color-gray-800)!important;background-color:var(--color-gray-900)!important}.apexcharts-tooltip-marker{width:6px;height:6px;margin-right:6px}.apexcharts-legend-text{padding-left:calc(var(--spacing)*5)!important;color:var(--color-gray-700)!important}.apexcharts-legend-text:is(.dark *){color:var(--color-gray-400)!important}.apexcharts-tooltip-series-group,.apexcharts-tooltip-y-group{padding:calc(var(--spacing)*0)!important}.apexcharts-tooltip-title{--tw-leading:calc(var(--spacing)*4);margin-bottom:calc(var(--spacing)*0)!important;border-bottom-style:var(--tw-border-style)!important;padding:calc(var(--spacing)*0)!important;font-size:10px!important;line-height:calc(var(--spacing)*4)!important;color:var(--color-gray-800)!important;background-color:#0000!important;border-bottom-width:0!important}.apexcharts-tooltip-title:is(.dark *){color:color-mix(in oklab,var(--color-white)90%,transparent)!important}.apexcharts-tooltip-text{font-size:var(--text-theme-xs)!important;line-height:var(--tw-leading,var(--text-theme-xs--line-height))!important;color:var(--color-gray-700)!important}.apexcharts-tooltip-text:is(.dark *){color:color-mix(in oklab,var(--color-white)90%,transparent)!important}.apexcharts-tooltip-text-y-value{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)!important}.apexcharts-gridline{stroke:var(--color-gray-100)!important}.apexcharts-gridline:is(.dark *){stroke:var(--color-gray-800)!important}#chartTwo .apexcharts-datalabels-group{--tw-translate-y:calc(var(--spacing)*-24);translate:var(--tw-translate-x)var(--tw-translate-y)!important}#chartTwo .apexcharts-datalabels-group .apexcharts-text{--tw-font-weight:var(--font-weight-semibold);fill:var(--color-gray-800)!important;font-weight:var(--font-weight-semibold)!important}#chartTwo .apexcharts-datalabels-group .apexcharts-text:is(.dark *){fill:color-mix(in oklab,var(--color-white)90%,transparent)!important}#chartDarkStyle .apexcharts-datalabels-group .apexcharts-text{--tw-font-weight:var(--font-weight-semibold);fill:var(--color-gray-800)!important;font-weight:var(--font-weight-semibold)!important}#chartDarkStyle .apexcharts-datalabels-group .apexcharts-text:is(.dark *){fill:color-mix(in oklab,var(--color-white)90%,transparent)!important}#chartSixteen .apexcharts-legend{padding:calc(var(--spacing)*0)!important;padding-left:calc(var(--spacing)*6)!important}.jvectormap-container{background-color:var(--color-gray-50)!important}.jvectormap-container:is(.dark *){background-color:var(--color-gray-900)!important}.jvectormap-region.jvectormap-element{fill:var(--color-gray-300)!important}@media (hover:hover){.jvectormap-region.jvectormap-element:hover{fill:var(--color-brand-500)!important}}.jvectormap-region.jvectormap-element:is(.dark *){fill:var(--color-gray-700)!important}@media (hover:hover){.jvectormap-region.jvectormap-element:is(.dark *):hover{fill:var(--color-brand-500)!important}}.jvectormap-marker.jvectormap-element{stroke:var(--color-gray-200)!important}.jvectormap-marker.jvectormap-element:is(.dark *){stroke:var(--color-gray-800)!important}.jvectormap-tip{--tw-border-style:none;background-color:var(--color-brand-500)!important;padding-inline:calc(var(--spacing)*2)!important;padding-block:calc(var(--spacing)*1)!important;border-style:none!important}.jvectormap-zoomin,.jvectormap-zoomout{display:none!important}.stocks-slider-outer .swiper-button-next:after,.stocks-slider-outer .swiper-button-prev:after{display:none}.stocks-slider-outer .swiper-button-next,.stocks-slider-outer .swiper-button-prev{margin-top:calc(var(--spacing)*0);height:calc(var(--spacing)*8);width:calc(var(--spacing)*9);border-style:var(--tw-border-style);border-width:1px;border-color:var(--color-gray-200);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration));border-radius:3.40282e38px;color:var(--color-gray-700)!important;position:static!important}@media (hover:hover){:is(.stocks-slider-outer .swiper-button-next,.stocks-slider-outer .swiper-button-prev):hover{background-color:var(--color-gray-100)}}:is(.stocks-slider-outer .swiper-button-next,.stocks-slider-outer .swiper-button-prev):is(.dark *){border-color:color-mix(in oklab,var(--color-white)3%,transparent);background-color:var(--color-gray-800);color:var(--color-gray-400)!important}@media (hover:hover){:is(.stocks-slider-outer .swiper-button-next,.stocks-slider-outer .swiper-button-prev):is(.dark *):hover{background-color:color-mix(in oklab,var(--color-white)5%,transparent);color:color-mix(in oklab,var(--color-white)90%,transparent)!important}}.stocks-slider-outer .swiper-button-next.swiper-button-disabled,.stocks-slider-outer .swiper-button-prev.swiper-button-disabled{background-color:var(--color-white);opacity:.5}:is(.stocks-slider-outer .swiper-button-next.swiper-button-disabled,.stocks-slider-outer .swiper-button-prev.swiper-button-disabled):is(.dark *){background-color:var(--color-gray-900)}.stocks-slider-outer .swiper-button-next svg,.stocks-slider-outer .swiper-button-prev svg{width:auto!important;height:auto!important}.flatpickr-wrapper{width:100%}.flatpickr-calendar{margin-top:calc(var(--spacing)*2);border-radius:var(--radius-xl)!important;border-style:var(--tw-border-style)!important;border-width:1px!important;border-color:var(--color-gray-200)!important;background-color:var(--color-white)!important;padding:calc(var(--spacing)*5)!important;color:var(--color-gray-500)!important}@media (width>=375px){.flatpickr-calendar{width:auto!important}}.flatpickr-calendar:is(.dark *){--tw-shadow:0px 20px 24px -4px var(--tw-shadow-color,#10182814),0px 8px 8px -4px var(--tw-shadow-color,#10182808);border-color:var(--color-gray-700)!important;background-color:var(--color-gray-dark)!important;color:var(--color-gray-400)!important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{stroke:var(--color-brand-500)}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{display:none}.flatpickr-current-month{padding:calc(var(--spacing)*0)!important}.flatpickr-current-month .cur-month,.flatpickr-current-month input.cur-year{--tw-font-weight:var(--font-weight-medium);height:auto!important;padding-top:calc(var(--spacing)*0)!important;font-size:var(--text-lg)!important;line-height:var(--tw-leading,var(--text-lg--line-height))!important;font-weight:var(--font-weight-medium)!important;color:var(--color-gray-800)!important}:is(.flatpickr-current-month .cur-month,.flatpickr-current-month input.cur-year):is(.dark *){color:color-mix(in oklab,var(--color-white)90%,transparent)!important}.flatpickr-prev-month,.flatpickr-next-month{padding:calc(var(--spacing)*0)!important}.flatpickr-weekdays{margin-top:calc(var(--spacing)*6);margin-bottom:calc(var(--spacing)*4);height:auto;background-color:#0000!important}.flatpickr-weekday{--tw-font-weight:var(--font-weight-medium);font-size:var(--text-theme-sm)!important;line-height:var(--tw-leading,var(--text-theme-sm--line-height))!important;font-weight:var(--font-weight-medium)!important;color:var(--color-gray-500)!important;background-color:#0000!important}.flatpickr-weekday:is(.dark *){color:var(--color-gray-400)!important}.flatpickr-day{--tw-font-weight:var(--font-weight-medium);font-size:var(--text-theme-sm)!important;line-height:var(--tw-leading,var(--text-theme-sm--line-height))!important;font-weight:var(--font-weight-medium)!important;color:var(--color-gray-800)!important;align-items:center!important;display:flex!important}.flatpickr-day:is(.dark *){color:color-mix(in oklab,var(--color-white)90%,transparent)!important}@media (hover:hover){.flatpickr-day:is(.dark *):hover{border-color:var(--color-gray-300)!important;background-color:var(--color-gray-900)!important}}.flatpickr-day.nextMonthDay,.flatpickr-day.prevMonthDay{color:var(--color-gray-400)!important}.flatpickr-months>.flatpickr-month{background:0 0!important}.flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months{-webkit-appearance:none;-moz-appearance:none;appearance:none;font-weight:500;background:0 0!important}.flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months:focus{border:0!important;outline:none!important}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{top:calc(var(--spacing)*7)!important;background-color:#0000!important}:is(.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month):is(.dark *){fill:var(--color-white)!important;color:var(--color-white)!important}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{left:calc(var(--spacing)*7)!important}.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{right:calc(var(--spacing)*7)!important}.flatpickr-days{border-style:var(--tw-border-style)!important;border-width:0!important}span.flatpickr-weekday,.flatpickr-months .flatpickr-month{background-image:none!important}:is(span.flatpickr-weekday,.flatpickr-months .flatpickr-month):is(.dark *){fill:var(--color-white)!important;color:var(--color-white)!important}.flatpickr-innerContainer{border-bottom-style:var(--tw-border-style)!important;border-bottom-width:0!important}.flatpickr-months .flatpickr-month{background-image:none!important}.flatpickr-day.inRange{box-shadow:-5px 0 #f9fafb,5px 0 #f9fafb!important}.flatpickr-day.inRange:is(.dark *){--tw-shadow:-5px 0 0 var(--tw-shadow-color,#262d3c),5px 0 0 var(--tw-shadow-color,#262d3c);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{border-color:var(--color-gray-50)!important;background-color:var(--color-gray-50)!important}:is(.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus):is(.dark *){border-style:var(--tw-border-style)!important;border-width:0!important;border-color:color-mix(in oklab,var(--color-white)5%,transparent)!important;background-color:color-mix(in oklab,var(--color-white)5%,transparent)!important}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,:is(.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange):is(.dark *){color:var(--color-white)!important}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#465fff;border-color:var(--color-brand-500)!important;background-color:var(--color-brand-500)!important}@media (hover:hover){:is(.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay):hover{border-color:var(--color-brand-500)!important;background-color:var(--color-brand-500)!important}}.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)){box-shadow:-10px 0 #465fff}@media (hover:hover){:is(.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg,.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month):hover{fill:none!important}}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:none!important}.flatpickr-calendar.static{right:calc(var(--spacing)*0)}.fc .fc-view-harness{max-width:100%;overflow-x:auto}.fc .fc-view-harness::-webkit-scrollbar{width:calc(var(--spacing)*1.5);height:calc(var(--spacing)*1.5)}.fc .fc-view-harness::-webkit-scrollbar-track{border-radius:3.40282e38px}.fc .fc-view-harness::-webkit-scrollbar-thumb{background-color:var(--color-gray-200);border-radius:3.40282e38px}.fc .fc-view-harness::-webkit-scrollbar-thumb:is(){background-color:var(--color-gray-700)}.fc-dayGridMonth-view.fc-view.fc-daygrid{min-width:718px}.fc .fc-scrollgrid-section>*{border-bottom-width:0;border-right-width:0}.fc .fc-scrollgrid{border-left-width:0}.fc .fc-toolbar.fc-header-toolbar{gap:calc(var(--spacing)*4);padding-inline:calc(var(--spacing)*6);padding-top:calc(var(--spacing)*6);flex-direction:column}@media (width>=640px){.fc .fc-toolbar.fc-header-toolbar{flex-direction:row}}.fc-button-group{gap:calc(var(--spacing)*2)}.fc-button-group .fc-button{height:calc(var(--spacing)*10);width:calc(var(--spacing)*10);border-style:var(--tw-border-style);border-width:1px;border-color:var(--color-gray-200);background-color:#0000;justify-content:center;align-items:center;display:flex;border-radius:var(--radius-lg)!important}@media (hover:hover){.fc-button-group .fc-button:hover{border-color:var(--color-gray-200);background-color:var(--color-gray-50)}}.fc-button-group .fc-button:focus{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.fc-button-group .fc-button:active{--tw-shadow:0 0 #0000;border-color:var(--color-gray-200)!important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important;background-color:#0000!important}.fc-button-group .fc-button:is(.dark *){border-color:var(--color-gray-800)}@media (hover:hover){.fc-button-group .fc-button:is(.dark *):hover{border-color:var(--color-gray-800);background-color:var(--color-gray-900)}}.fc-button-group .fc-button:is(.dark *):active{border-color:var(--color-gray-800)!important}.fc-button-group .fc-button.fc-prev-button:before{margin-top:calc(var(--spacing)*1);content:url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0068 6L9.75684 12.25L16.0068 18.5' stroke='%23344054' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");display:inline-block}.fc-button-group .fc-button.fc-next-button:before{margin-top:calc(var(--spacing)*1);content:url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.50684 19L15.7568 12.75L9.50684 6.5' stroke='%23344054' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");display:inline-block}.dark .fc-button-group .fc-button.fc-prev-button:before{content:url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0068 6L9.75684 12.25L16.0068 18.5' stroke='%2398A2B3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.dark .fc-button-group .fc-button.fc-next-button:before{content:url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.50684 19L15.7568 12.75L9.50684 6.5' stroke='%2398A2B3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.fc-button-group .fc-button .fc-icon{display:none}.fc-addEventButton-button{--tw-font-weight:var(--font-weight-medium);border-radius:var(--radius-lg)!important;border-style:var(--tw-border-style)!important;background-color:var(--color-brand-500)!important;padding-inline:calc(var(--spacing)*4)!important;padding-block:calc(var(--spacing)*2.5)!important;font-size:var(--text-sm)!important;line-height:var(--tw-leading,var(--text-sm--line-height))!important;font-weight:var(--font-weight-medium)!important;border-width:0!important}@media (hover:hover){.fc-addEventButton-button:hover{background-color:var(--color-brand-600)!important}}.fc-addEventButton-button:focus{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important}.fc-toolbar-title{--tw-font-weight:var(--font-weight-medium);color:var(--color-gray-800);font-size:var(--text-lg)!important;line-height:var(--tw-leading,var(--text-lg--line-height))!important;font-weight:var(--font-weight-medium)!important}.fc-toolbar-title:is(.dark *){color:color-mix(in oklab,var(--color-white)90%,transparent)}.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:last-child{border-radius:var(--radius-lg);background-color:var(--color-gray-100);padding:calc(var(--spacing)*.5)}.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:last-child:is(.dark *){background-color:var(--color-gray-900)}.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:last-child .fc-button{border-radius:var(--radius-md);font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);color:var(--color-gray-500);background-color:#0000;border-style:var(--tw-border-style)!important;width:auto!important;height:auto!important;padding-inline:calc(var(--spacing)*5)!important;padding-block:calc(var(--spacing)*2)!important;border-width:0!important}@media (hover:hover){.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:last-child .fc-button:hover{color:var(--color-gray-700)}}.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:last-child .fc-button:focus{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important}.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:last-child .fc-button:is(.dark *){color:var(--color-gray-400)}.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:last-child .fc-button.fc-button-active{background-color:var(--color-white);color:var(--color-gray-900)}.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:last-child .fc-button.fc-button-active:is(.dark *){background-color:var(--color-gray-800);color:var(--color-white)}.fc-theme-standard th{border-top-style:var(--tw-border-style);background-color:var(--color-gray-50);border-top-width:1px;border-inline-style:var(--tw-border-style)!important;border-inline-width:0!important;border-color:var(--color-gray-200)!important;text-align:left!important}.fc-theme-standard th:is(.dark *){background-color:var(--color-gray-900);border-color:var(--color-gray-800)!important}.fc-theme-standard td,.fc-theme-standard .fc-scrollgrid{border-color:var(--color-gray-200)!important}:is(.fc-theme-standard td,.fc-theme-standard .fc-scrollgrid):is(.dark *){border-color:var(--color-gray-800)!important}.fc .fc-col-header-cell-cushion{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);color:var(--color-gray-400);text-transform:uppercase;padding-inline:calc(var(--spacing)*5)!important;padding-block:calc(var(--spacing)*4)!important}.fc .fc-daygrid-day.fc-day-today{background-color:#0000}.fc .fc-daygrid-day{padding:calc(var(--spacing)*2)}.fc .fc-daygrid-day.fc-day-today .fc-scrollgrid-sync-inner{border-radius:var(--radius-sm);background-color:var(--color-gray-100)}.fc .fc-daygrid-day.fc-day-today .fc-scrollgrid-sync-inner:is(.dark *){background-color:color-mix(in oklab,var(--color-white)3%,transparent)}.fc .fc-daygrid-day-number{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);color:var(--color-gray-700);padding:calc(var(--spacing)*3)!important}.fc .fc-daygrid-day-number:is(.dark *){color:var(--color-gray-400)}.fc .fc-daygrid-day-top{flex-direction:row!important}.fc .fc-day-other .fc-daygrid-day-top{opacity:1}.fc .fc-day-other .fc-daygrid-day-top .fc-daygrid-day-number{color:var(--color-gray-400)}.fc .fc-day-other .fc-daygrid-day-top .fc-daygrid-day-number:is(.dark *){color:color-mix(in oklab,var(--color-white)30%,transparent)}.event-fc-color{border-radius:var(--radius-lg);padding-block:calc(var(--spacing)*2.5);padding-right:calc(var(--spacing)*3);padding-left:calc(var(--spacing)*4)}.event-fc-color .fc-event-title{padding:calc(var(--spacing)*0);font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal);color:var(--color-gray-700)}.fc-daygrid-event-dot{margin-right:calc(var(--spacing)*3);margin-left:calc(var(--spacing)*0);height:calc(var(--spacing)*5);width:calc(var(--spacing)*1);border-radius:var(--radius-sm);--tw-border-style:none;border-style:none}.fc-event:focus{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.fc-daygrid-event.fc-event-start{margin-left:calc(var(--spacing)*3)!important}.event-fc-color.fc-bg-success{border-color:var(--color-success-50);background-color:var(--color-success-50)}.event-fc-color.fc-bg-danger{border-color:var(--color-error-50);background-color:var(--color-error-50)}.event-fc-color.fc-bg-primary{border-color:var(--color-brand-50);background-color:var(--color-brand-50)}.event-fc-color.fc-bg-warning{border-color:var(--color-orange-50);background-color:var(--color-orange-50)}.event-fc-color.fc-bg-success .fc-daygrid-event-dot{background-color:var(--color-success-500)}.event-fc-color.fc-bg-danger .fc-daygrid-event-dot{background-color:var(--color-error-500)}.event-fc-color.fc-bg-primary .fc-daygrid-event-dot{background-color:var(--color-brand-500)}.event-fc-color.fc-bg-warning .fc-daygrid-event-dot{background-color:var(--color-orange-500)}.fc-direction-ltr .fc-timegrid-slot-label-frame{padding-inline:calc(var(--spacing)*3);padding-block:calc(var(--spacing)*1.5);text-align:left;font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);color:var(--color-gray-500)}.fc-direction-ltr .fc-timegrid-slot-label-frame:is(.dark *){color:var(--color-gray-400)}.fc .fc-timegrid-axis-cushion{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);color:var(--color-gray-500)}.fc .fc-timegrid-axis-cushion:is(.dark *){color:var(--color-gray-400)}.input-date-icon::-webkit-inner-spin-button{opacity:0;-webkit-appearance:none}.input-date-icon::-webkit-calendar-picker-indicator{opacity:0;-webkit-appearance:none}.swiper-button-prev svg,.swiper-button-next svg{width:auto!important;height:auto!important}.carouselTwo .swiper-button-next:after,.carouselTwo .swiper-button-prev:after,.carouselFour .swiper-button-next:after,.carouselFour .swiper-button-prev:after{display:none}.carouselTwo .swiper-button-next.swiper-button-disabled,.carouselTwo .swiper-button-prev.swiper-button-disabled,.carouselFour .swiper-button-next.swiper-button-disabled,.carouselFour .swiper-button-prev.swiper-button-disabled{background-color:color-mix(in oklab,var(--color-white)60%,transparent);opacity:1!important}.carouselTwo .swiper-button-next,.carouselTwo .swiper-button-prev,.carouselFour .swiper-button-next,.carouselFour .swiper-button-prev{height:calc(var(--spacing)*10);width:calc(var(--spacing)*10);border-style:var(--tw-border-style);border-width:.5px;border-color:color-mix(in oklab,var(--color-white)10%,transparent);background-color:color-mix(in oklab,var(--color-white)90%,transparent);--tw-shadow:0px 1px 2px 0px var(--tw-shadow-color,#1018281a),0px 1px 3px 0px var(--tw-shadow-color,#1018281a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);--tw-backdrop-blur:blur(10px);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);border-radius:3.40282e38px;color:var(--color-gray-700)!important}.carouselTwo .swiper-button-prev,.carouselFour .swiper-button-prev{left:calc(var(--spacing)*3)!important}@media (width>=640px){:is(.carouselTwo .swiper-button-prev,.carouselFour .swiper-button-prev){left:calc(var(--spacing)*4)!important}}.carouselTwo .swiper-button-next,.carouselFour .swiper-button-next{right:calc(var(--spacing)*3)!important}@media (width>=640px){:is(.carouselTwo .swiper-button-next,.carouselFour .swiper-button-next){right:calc(var(--spacing)*4)!important}}.carouselThree .swiper-pagination,.carouselFour .swiper-pagination{--tw-translate-x: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y);align-items:center;gap:calc(var(--spacing)*1.5);border-style:var(--tw-border-style);border-width:.5px;border-color:color-mix(in oklab,var(--color-white)10%,transparent);background-color:color-mix(in oklab,var(--color-white)60%,transparent);padding-inline:calc(var(--spacing)*2);padding-block:calc(var(--spacing)*1.5);--tw-shadow:0px 1px 2px 0px var(--tw-shadow-color,#1018281a),0px 1px 3px 0px var(--tw-shadow-color,#1018281a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);--tw-backdrop-blur:blur(10px);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);border-radius:40px;display:inline-flex;bottom:calc(var(--spacing)*3)!important;width:auto!important;left:50%!important}@media (width>=640px){:is(.carouselThree .swiper-pagination,.carouselFour .swiper-pagination){bottom:calc(var(--spacing)*5)!important}}.carouselThree .swiper-pagination-bullet,.carouselFour .swiper-pagination-bullet{height:calc(var(--spacing)*2.5);width:calc(var(--spacing)*2.5);background-color:var(--color-white);opacity:1;--tw-shadow:0px 1px 2px 0px var(--tw-shadow-color,#1018280d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);--tw-duration:.2s;--tw-ease:var(--ease-in-out);transition-duration:.2s;transition-timing-function:var(--ease-in-out);margin:calc(var(--spacing)*0)!important}.carouselThree .swiper-pagination-bullet-active,.carouselFour .swiper-pagination-bullet-active{width:calc(var(--spacing)*6.5);border-radius:var(--radius-xl)}.form-check-input:checked~span{border-style:var(--tw-border-style);border-width:6px;border-color:var(--color-brand-500);background-color:var(--color-brand-500)}.form-check-input:checked~span:is(.dark *){border-color:var(--color-brand-500)}.taskCheckbox:checked~.box span{background-color:var(--color-brand-500);opacity:1}.taskCheckbox:checked~p{color:var(--color-gray-400);text-decoration-line:line-through}.taskCheckbox:checked~.box{border-color:var(--color-brand-500);background-color:var(--color-brand-500)}.taskCheckbox:checked~.box:is(.dark *){border-color:var(--color-brand-500)}.task{opacity:.8;cursor:grabbing;border-radius:.75rem;transition:all .2s;box-shadow:0 1px 3px #1018281a,0 1px 2px #1018280f}.custom-calendar .fc-h-event{color:#000;background-color:#0000;border:none}.fc.fc-media-screen{min-height:100vh}.simplebar-scrollbar:before{background-color:var(--color-gray-200)!important;opacity:1!important;border-radius:3.40282e38px!important}.simplebar-scrollbar:before:is(),.dark .simplebar-scrollbar:before{background-color:var(--color-gray-700)!important}.simplebar-scrollbar.simplebar-visible:before{opacity:1}.animate-slide-in-right{animation:.3s ease-out slide-in-right}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:.3s ease-out fade-in}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:10000px 0}}.igny8-skeleton-row .animate-pulse{position:relative;overflow:hidden}.igny8-skeleton-row .animate-pulse:after{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000) 0 0/200% 100%;animation:2s infinite shimmer;position:absolute;top:0;right:0;bottom:0;left:0}.dark .igny8-skeleton-row .animate-pulse:after{background:linear-gradient(90deg,#0000,#ffffff1a,#0000)}.html-content-renderer{color:var(--color-gray-700)}.html-content-renderer:is(.dark *){color:var(--color-gray-300)}.html-content-renderer h1,.html-content-renderer h2,.html-content-renderer h3,.html-content-renderer h4,.html-content-renderer h5,.html-content-renderer h6{margin-top:calc(var(--spacing)*4);margin-bottom:calc(var(--spacing)*2);--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold);color:var(--color-gray-900)}:is(.html-content-renderer h1,.html-content-renderer h2,.html-content-renderer h3,.html-content-renderer h4,.html-content-renderer h5,.html-content-renderer h6):is(.dark *){color:var(--color-white)}.html-content-renderer h1{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.html-content-renderer h2{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.html-content-renderer h3{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.html-content-renderer p{margin-bottom:calc(var(--spacing)*3);--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.html-content-renderer ul,.html-content-renderer ol{margin-bottom:calc(var(--spacing)*3);margin-left:calc(var(--spacing)*6);list-style-type:disc}.html-content-renderer ol{list-style-type:decimal}.html-content-renderer li{margin-bottom:calc(var(--spacing)*1)}.html-content-renderer strong{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold);color:var(--color-gray-900)}.html-content-renderer strong:is(.dark *){color:var(--color-white)}.html-content-renderer em{font-style:italic}.html-content-renderer code{background-color:var(--color-gray-100);padding-inline:calc(var(--spacing)*1.5);padding-block:calc(var(--spacing)*.5);font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));border-radius:.25rem;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace}.html-content-renderer code:is(.dark *){background-color:var(--color-gray-800)}.html-content-renderer pre{margin-bottom:calc(var(--spacing)*3);border-radius:var(--radius-lg);background-color:var(--color-gray-100);padding:calc(var(--spacing)*3);overflow-x:auto}.html-content-renderer pre:is(.dark *){background-color:var(--color-gray-800)}.html-content-renderer pre code{padding:calc(var(--spacing)*0);background-color:#0000}.html-content-renderer blockquote{margin-block:calc(var(--spacing)*3);border-left-style:var(--tw-border-style);border-left-width:4px;border-color:var(--color-gray-300);padding-left:calc(var(--spacing)*4);font-style:italic}.html-content-renderer blockquote:is(.dark *){border-color:var(--color-gray-600)}.html-content-renderer table{margin-bottom:calc(var(--spacing)*3);border-collapse:collapse;width:100%}.html-content-renderer table th,.html-content-renderer table td{border-style:var(--tw-border-style);border-width:1px;border-color:var(--color-gray-300);padding-inline:calc(var(--spacing)*3);padding-block:calc(var(--spacing)*2)}:is(.html-content-renderer table th,.html-content-renderer table td):is(.dark *){border-color:var(--color-gray-700)}.html-content-renderer table th{background-color:var(--color-gray-100);--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.html-content-renderer table th:is(.dark *){background-color:var(--color-gray-800)}:where(.content-outline>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*4)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-y-reverse)))}.outline-intro{margin-bottom:calc(var(--spacing)*4);border-bottom-style:var(--tw-border-style);border-bottom-width:1px;border-color:var(--color-gray-200);padding-bottom:calc(var(--spacing)*4)}.outline-intro:is(.dark *){border-color:var(--color-gray-700)}.outline-hook{margin-bottom:calc(var(--spacing)*3);border-radius:var(--radius-lg);background-color:var(--color-blue-50);padding:calc(var(--spacing)*3);color:var(--color-blue-900)}.outline-hook:is(.dark *){background-color:color-mix(in oklab,var(--color-blue-900)20%,transparent);color:var(--color-blue-200)}.outline-paragraph{margin-bottom:calc(var(--spacing)*2);background-color:var(--color-gray-50);padding:calc(var(--spacing)*2);border-radius:.25rem}.outline-paragraph:is(.dark *){background-color:color-mix(in oklab,var(--color-gray-800)50%,transparent)}.outline-section{margin-bottom:calc(var(--spacing)*4);border-radius:var(--radius-lg);border-style:var(--tw-border-style);border-width:1px;border-color:var(--color-gray-200);background-color:var(--color-white);padding:calc(var(--spacing)*4)}.outline-section:is(.dark *){border-color:var(--color-gray-700);background-color:color-mix(in oklab,var(--color-gray-800)30%,transparent)}.outline-list{margin-left:calc(var(--spacing)*4)}:where(.outline-list>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*1)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-y-reverse)))}.outline-item{color:var(--color-gray-700)}.outline-item:is(.dark *){color:var(--color-gray-300)}.outline-item.nested{margin-left:calc(var(--spacing)*4);color:var(--color-gray-600)}.outline-item.nested:is(.dark *){color:var(--color-gray-400)}.subsection-heading{margin-top:calc(var(--spacing)*3);margin-bottom:calc(var(--spacing)*2);font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height));--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold);color:var(--color-gray-800)}.subsection-heading:is(.dark *){color:var(--color-gray-200)}.section-heading{margin-bottom:calc(var(--spacing)*3);font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height));--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold);color:var(--color-blue-600)}.section-heading:is(.dark *){color:var(--color-blue-400)}.content-type-badge{margin-bottom:calc(var(--spacing)*2);background-color:var(--color-gray-200);padding-inline:calc(var(--spacing)*2);padding-block:calc(var(--spacing)*1);font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height));--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold);color:var(--color-gray-700);text-transform:uppercase;border-radius:.25rem;display:inline-block}.content-type-badge:is(.dark *){background-color:var(--color-gray-700);color:var(--color-gray-300)}.section-details{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed);color:var(--color-gray-600)}.section-details:is(.dark *){color:var(--color-gray-400)}.toggle-content-row{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration));--tw-duration:.3s;transition-duration:.3s}.toggle-content-row.collapsed{opacity:0}.toggle-content-row.expanded{opacity:1}.html-content-wrapper{max-height:600px;overflow-y:auto}.html-content-wrapper::-webkit-scrollbar{width:calc(var(--spacing)*1.5);height:calc(var(--spacing)*1.5)}.html-content-wrapper::-webkit-scrollbar-track{border-radius:3.40282e38px}.html-content-wrapper::-webkit-scrollbar-thumb{background-color:var(--color-gray-200);border-radius:3.40282e38px}.html-content-wrapper::-webkit-scrollbar-thumb:is(){background-color:var(--color-gray-700)}.normalized-html-content{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed);color:var(--color-gray-700);line-height:1.7}.normalized-html-content:is(.dark *){color:var(--color-gray-300)}:where(.normalized-html-content article>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*4)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-y-reverse)))}.normalized-html-content h1,.normalized-html-content h2,.normalized-html-content h3,.normalized-html-content h4,.normalized-html-content h5,.normalized-html-content h6{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold);color:var(--color-gray-900);margin-top:1.5em;margin-bottom:.75em;font-weight:600}:is(.normalized-html-content h1,.normalized-html-content h2,.normalized-html-content h3,.normalized-html-content h4,.normalized-html-content h5,.normalized-html-content h6):is(.dark *){color:var(--color-white)}.normalized-html-content h1{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height));font-size:1.75em}.normalized-html-content h2{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height));font-size:1.5em}.normalized-html-content h3{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height));font-size:1.25em}.normalized-html-content h4{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height));font-size:1.1em}.normalized-html-content p{margin-bottom:calc(var(--spacing)*4);color:var(--color-gray-700);margin-bottom:1em}.normalized-html-content p:is(.dark *){color:var(--color-gray-300)}.normalized-html-content ul,.normalized-html-content ol{margin-block:calc(var(--spacing)*4);padding-left:calc(var(--spacing)*8);margin:1em 0;padding-left:2em}.normalized-html-content ul{list-style-type:disc}.normalized-html-content ol{list-style-type:decimal}.normalized-html-content li{margin-bottom:calc(var(--spacing)*2);margin-bottom:.5em}.normalized-html-content table{margin-block:calc(var(--spacing)*4);border-collapse:collapse;width:100%;margin:1em 0}.normalized-html-content table th,.normalized-html-content table td{border-style:var(--tw-border-style);border-width:1px;border-color:var(--color-gray-200);padding:calc(var(--spacing)*2);border:1px solid #e5e7eb;padding:.5em}:is(.normalized-html-content table th,.normalized-html-content table td):is(.dark *){border-color:var(--color-gray-700)}.normalized-html-content table th{background-color:var(--color-gray-50);--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold);background-color:#f9fafb;font-weight:600}.normalized-html-content table th:is(.dark *){background-color:var(--color-gray-800)}.normalized-html-content strong{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.normalized-html-content em{font-style:italic}.normalized-html-content a{color:var(--color-blue-600)}@media (hover:hover){.normalized-html-content a:hover{text-decoration-line:underline}}.normalized-html-content a:is(.dark *){color:var(--color-blue-400)}.normalized-html-content blockquote{margin-block:calc(var(--spacing)*4);border-left-style:var(--tw-border-style);border-left-width:4px;border-color:var(--color-gray-300);padding-left:calc(var(--spacing)*4);font-style:italic}.normalized-html-content blockquote:is(.dark *){border-color:var(--color-gray-600)}.normalized-html-content code{background-color:var(--color-gray-100);padding-inline:calc(var(--spacing)*1);padding-block:calc(var(--spacing)*.5);font-family:var(--font-mono);font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));border-radius:.25rem}.normalized-html-content code:is(.dark *){background-color:var(--color-gray-800)}.normalized-html-content pre{margin-block:calc(var(--spacing)*4);background-color:var(--color-gray-100);padding:calc(var(--spacing)*4);border-radius:.25rem;overflow-x:auto}.normalized-html-content pre:is(.dark *){background-color:var(--color-gray-800)}.normalized-html-content pre code{padding:calc(var(--spacing)*0);background-color:#0000}.font-mono-custom{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace}@keyframes spin{to{transform:rotate(360deg)}}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}@keyframes pulse{50%{opacity:.5}}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@property --tw-rotate-x{syntax:"*";inherits:false;initial-value:rotateX(0)}@property --tw-rotate-y{syntax:"*";inherits:false;initial-value:rotateY(0)}@property --tw-rotate-z{syntax:"*";inherits:false;initial-value:rotateZ(0)}@property --tw-skew-x{syntax:"*";inherits:false;initial-value:skewX(0)}@property --tw-skew-y{syntax:"*";inherits:false;initial-value:skewY(0)}@property --tw-pan-x{syntax:"*";inherits:false}@property --tw-pan-y{syntax:"*";inherits:false}@property --tw-pinch-zoom{syntax:"*";inherits:false}@property --tw-scroll-snap-strictness{syntax:"*";inherits:false;initial-value:proximity}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-divide-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-divide-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@property --tw-contain-size{syntax:"*";inherits:false}@property --tw-contain-layout{syntax:"*";inherits:false}@property --tw-contain-paint{syntax:"*";inherits:false}@property --tw-contain-style{syntax:"*";inherits:false}@property --tw-content{syntax:"*";inherits:false;initial-value:""}:root{--igny8-blue: #0693e3;--igny8-blue-dark: #0472b8;--igny8-green: #0bbf87;--igny8-green-dark: #08966b;--igny8-amber: #ff7a00;--igny8-amber-dark: #cc5f00;--igny8-red: #ef4444;--igny8-red-dark: #d13333;--igny8-purple: #5d4ae3;--igny8-purple-dark: #3a2f94;--igny8-navy-bg: #0d1b2a;--igny8-navy-bg-2: #142b3f;--igny8-surface: #f8fafc;--igny8-panel: #ffffff;--igny8-panel-2: #f1f5f9;--igny8-text: #555a68;--igny8-text-dim: #64748b;--igny8-text-light: #e5eaf0;--igny8-stroke: #e2e8f0;--igny8-radius: 6px;--igny8-gradient-blue: linear-gradient(135deg, var(--igny8-blue) 0%, var(--igny8-blue-dark) 100%);--igny8-gradient-success: linear-gradient(135deg, var(--igny8-green) 0%, var(--igny8-green-dark) 100%);--igny8-gradient-warning: linear-gradient(135deg, var(--igny8-amber) 0%, var(--igny8-amber-dark) 100%);--igny8-gradient-danger: linear-gradient(135deg, var(--igny8-red) 0%, var(--igny8-red-dark) 100%);--igny8-gradient-purple: linear-gradient(135deg, var(--igny8-purple) 0%, var(--igny8-purple-dark) 100%);--igny8-gradient-panel: linear-gradient(180deg, var(--igny8-panel) 0%, var(--igny8-panel-2) 100%)}.dark{--igny8-surface: #1f2937;--igny8-panel: #1f2937;--igny8-panel-2: #111827;--igny8-text: #e5eaf0;--igny8-text-dim: #9ca3af;--igny8-stroke: #374151}.igny8-bg-blue{background-color:var(--igny8-blue)}.igny8-bg-blue-dark{background-color:var(--igny8-blue-dark)}.igny8-bg-green{background-color:var(--igny8-green)}.igny8-bg-green-dark{background-color:var(--igny8-green-dark)}.igny8-bg-amber{background-color:var(--igny8-amber)}.igny8-bg-amber-dark{background-color:var(--igny8-amber-dark)}.igny8-bg-red{background-color:var(--igny8-red)}.igny8-bg-red-dark{background-color:var(--igny8-red-dark)}.igny8-bg-purple{background-color:var(--igny8-purple)}.igny8-bg-purple-dark{background-color:var(--igny8-purple-dark)}.igny8-bg-navy{background-color:var(--igny8-navy-bg)}.igny8-bg-navy-2{background-color:var(--igny8-navy-bg-2)}.igny8-bg-surface{background-color:var(--igny8-surface)}.igny8-bg-panel{background-color:var(--igny8-panel)}.igny8-bg-panel-2{background-color:var(--igny8-panel-2)}.igny8-text-blue{color:var(--igny8-blue)}.igny8-text-blue-dark{color:var(--igny8-blue-dark)}.igny8-text-green{color:var(--igny8-green)}.igny8-text-green-dark{color:var(--igny8-green-dark)}.igny8-text-amber{color:var(--igny8-amber)}.igny8-text-amber-dark{color:var(--igny8-amber-dark)}.igny8-text-red{color:var(--igny8-red)}.igny8-text-red-dark{color:var(--igny8-red-dark)}.igny8-text-purple{color:var(--igny8-purple)}.igny8-text-purple-dark{color:var(--igny8-purple-dark)}.igny8-text-primary{color:var(--igny8-text)}.igny8-text-dim{color:var(--igny8-text-dim)}.igny8-text-light{color:var(--igny8-text-light)}.igny8-border-blue{border-color:var(--igny8-blue)}.igny8-border-blue-dark{border-color:var(--igny8-blue-dark)}.igny8-border-green{border-color:var(--igny8-green)}.igny8-border-amber{border-color:var(--igny8-amber)}.igny8-border-red{border-color:var(--igny8-red)}.igny8-border-purple{border-color:var(--igny8-purple)}.igny8-border-stroke{border-color:var(--igny8-stroke)}.igny8-gradient-blue{background:var(--igny8-gradient-blue)}.igny8-gradient-success{background:var(--igny8-gradient-success)}.igny8-gradient-warning{background:var(--igny8-gradient-warning)}.igny8-gradient-danger{background:var(--igny8-gradient-danger)}.igny8-gradient-purple{background:var(--igny8-gradient-purple)}.igny8-gradient-panel{background:var(--igny8-gradient-panel)}.igny8-rounded{border-radius:var(--igny8-radius)}.igny8-rounded-xl{border-radius:calc(var(--igny8-radius) * 2)}.igny8-rounded-2xl{border-radius:calc(var(--igny8-radius) * 3)}.igny8-hover-blue:hover{background-color:var(--igny8-blue-dark)}.igny8-hover-green:hover{background-color:var(--igny8-green-dark)}.igny8-hover-amber:hover{background-color:var(--igny8-amber-dark)}.igny8-card{background:var(--igny8-panel);border:1px solid var(--igny8-stroke);border-radius:var(--igny8-radius);padding:18px;box-shadow:0 2px 6px #0000001a,0 4px 10px #0d1b2a0f;transition:box-shadow .25s ease,transform .2s ease}.igny8-card:hover{transform:translateY(-2px);box-shadow:0 6px 14px #00000024,0 8px 20px #0d1b2a1a}.igny8-card-header{display:flex;align-items:center;justify-content:space-between;background:var(--igny8-gradient-blue);color:#fff;padding:12px 16px;border-radius:var(--igny8-radius) var(--igny8-radius) 0 0;margin:-10px -10px 12px}.igny8-btn{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;font-size:13px;font-weight:500;line-height:1.3;border:none;border-radius:var(--igny8-radius);cursor:pointer;transition:all .2s ease-in-out;color:#fff;text-decoration:none;white-space:nowrap;margin:0 5px}.igny8-btn-primary{background:var(--igny8-blue)}.igny8-btn-primary:hover{background:var(--igny8-blue-dark)}.igny8-btn-success{background:var(--igny8-green)}.igny8-btn-success:hover{background:var(--igny8-green-dark)}.igny8-btn-warning{background:var(--igny8-amber)}.igny8-btn-warning:hover{background:var(--igny8-amber-dark)}.igny8-btn-danger{background:var(--igny8-red)}.igny8-btn-danger:hover{opacity:.9}.igny8-badge{padding:4px 10px;border-radius:4px;font-size:12px;font-weight:500;color:#fff;white-space:nowrap;display:inline-block}.igny8-badge-primary{background:var(--igny8-blue)}.igny8-badge-success{background:var(--igny8-green)}.igny8-badge-warning{background:var(--igny8-amber)}.igny8-badge-danger{background:var(--igny8-red)}.igny8-badge-purple{background:var(--igny8-purple)}.igny8-table-compact th{padding:12px 16px!important;font-size:14px!important;font-weight:600!important;color:#475467!important;text-align:left!important;background-color:#f8fafc!important;border-bottom:2px solid #e2e8f0!important;text-transform:uppercase;letter-spacing:.3px}.dark .igny8-table-compact th{color:#e5eaf0!important;background-color:#0f172a80!important;border-bottom-color:#ffffff1a!important}.igny8-table-compact td{padding:4px 12px!important;font-size:14px!important;border-bottom:1px solid #e2e8f0!important}.dark .igny8-table-compact td{border-bottom-color:#ffffff0d!important}.igny8-input-compact,.igny8-select-compact{height:36px!important;padding:6px 12px!important;font-size:13px!important}.igny8-btn-compact{padding:6px 12px!important;font-size:13px!important;height:36px!important}.igny8-btn-compact-sm{padding:4px 10px!important;font-size:12px!important;height:32px!important}.igny8-select-styled{background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23647085' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 12px center!important;padding-right:36px!important}.dark .igny8-select-styled{background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%2398A2B3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important}select.igny8-select-styled{cursor:pointer}select.igny8-select-styled option{padding:10px 12px!important;background:#fff!important;color:#334054!important;font-size:13px!important}select.igny8-select-styled option:hover{background:#f1f5f9!important}select.igny8-select-styled option:checked{background:#ede9fe!important;color:#5d4ae3!important;font-weight:600!important}.dark select.igny8-select-styled option{background:#1f2937!important;color:#e5eaf0!important}.dark select.igny8-select-styled option:hover{background:#374151!important}.dark select.igny8-select-styled option:checked{background:#3a2f94!important;color:#e9d5ff!important}.igny8-header-metrics{display:flex;align-items:center;gap:16px;padding:6px 12px;background:transparent;border-radius:6px;box-shadow:0 2px 6px 3px #00000014}.dark .igny8-header-metrics{background:transparent;box-shadow:0 2px 6px 3px #00000014}.igny8-header-metric{display:flex;align-items:center;gap:8px}.igny8-header-metric-separator{width:1px;height:16px;background:#cbd5e1;opacity:.4}.dark .igny8-header-metric-separator{background:#94a3b8;opacity:.3}.igny8-header-metric-label{font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;color:#64748b}.dark .igny8-header-metric-label{color:#94a3b8}.igny8-header-metric-value{font-size:14px;font-weight:700;color:#1e293b;margin-left:4px}.dark .igny8-header-metric-value{color:#fff}.igny8-header-metric-accent{width:2px;height:14px;border-radius:2px}.igny8-header-metric-accent.blue{background:var(--igny8-blue)}.igny8-header-metric-accent.green{background:var(--igny8-green)}.igny8-header-metric-accent.amber{background:var(--igny8-amber)}.igny8-header-metric-accent.purple{background:var(--igny8-purple)}.difficulty-badge{border-radius:3px!important;min-width:28px!important;display:inline-flex!important;justify-content:center!important;align-items:center!important}.difficulty-badge.difficulty-very-hard,.dark .difficulty-badge.difficulty-very-hard{background-color:#dc2626!important;color:#fff!important}.igny8-table-compact th.text-center,.igny8-table-compact td.text-center{text-align:center!important}.igny8-table-container{min-height:500px;transition:min-height .8s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;will-change:min-height}.igny8-table-container.loading{min-height:500px;overflow:hidden!important;contain:layout style paint}.igny8-table-container.loaded{min-height:auto;overflow:visible;transition:min-height .8s cubic-bezier(.4,0,.2,1);animation:fadeInContainer .3s ease-out}@keyframes fadeInContainer{0%{opacity:.95}to{opacity:1}}.igny8-table-wrapper{width:100%;position:relative;overflow-x:hidden;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.3) transparent;transition:opacity .4s ease-in-out;contain:layout}.igny8-table-container.loading .igny8-table-wrapper{overflow-x:hidden!important;overflow-y:hidden!important;scrollbar-width:none;-ms-overflow-style:none}.igny8-table-container.loading .igny8-table-wrapper::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}.igny8-table-container.loaded .igny8-table-wrapper{overflow-x:auto;overflow-y:hidden;animation:showScrollbar .4s ease-out .3s both}@keyframes showScrollbar{0%{scrollbar-width:none}to{scrollbar-width:thin}}.igny8-table-smooth{width:100%;table-layout:fixed;min-width:100%;transition:opacity .5s ease-in-out;contain:layout}.igny8-table-container.loading .igny8-table-smooth{opacity:.8;visibility:visible}.igny8-table-container.loaded .igny8-table-smooth{opacity:1;table-layout:auto;transition:opacity .5s ease-in-out,table-layout .1s ease-out}.igny8-table-body{position:relative;min-height:450px;transition:min-height .8s cubic-bezier(.4,0,.2,1),opacity .5s ease-in-out;contain:layout}.igny8-table-container.loading .igny8-table-body{min-height:450px;opacity:1;height:auto}.igny8-table-container.loaded .igny8-table-body{min-height:0;opacity:1;transition:min-height .8s cubic-bezier(.4,0,.2,1),opacity .5s ease-in-out}.igny8-table-container.loading .igny8-table-body>tr:not(.igny8-skeleton-row){display:none!important;visibility:hidden}.igny8-table-container.loaded .igny8-table-body>tr.igny8-skeleton-row{display:none!important;visibility:hidden;opacity:0;pointer-events:none}.igny8-data-row{animation:fadeInRow .6s ease-out forwards;opacity:0;transform:translateY(8px)}@keyframes fadeInRow{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.igny8-skeleton-row{animation:none!important;opacity:1!important;transform:none!important;display:table-row!important}.igny8-table-container.loading *{backface-visibility:hidden;perspective:1000px} diff --git a/frontend/dist/assets/css/main-Bxq_xmfV.css b/frontend/dist/assets/css/main-Bxq_xmfV.css new file mode 100644 index 00000000..2c8203cb --- /dev/null +++ b/frontend/dist/assets/css/main-Bxq_xmfV.css @@ -0,0 +1 @@ +@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap"layer(base);/*! tailwindcss v4.0.8 | MIT License | https://tailwindcss.com */@layer theme{:root,:host{--color-red-50:oklch(.971 .013 17.38);--color-red-100:oklch(.936 .032 17.717);--color-red-200:oklch(.885 .062 18.334);--color-red-300:oklch(.808 .114 19.571);--color-red-400:oklch(.704 .191 22.216);--color-red-500:oklch(.637 .237 25.331);--color-red-600:oklch(.577 .245 27.325);--color-red-700:oklch(.505 .213 27.518);--color-red-800:oklch(.444 .177 26.899);--color-red-900:oklch(.396 .141 25.723);--color-orange-50:#fff6ed;--color-orange-100:#ffead5;--color-orange-400:#fd853a;--color-orange-500:#fb6514;--color-orange-600:#ec4a0a;--color-orange-900:#7e2410;--color-amber-50:oklch(.987 .022 95.277);--color-amber-100:oklch(.962 .059 95.617);--color-amber-200:oklch(.924 .12 95.746);--color-amber-500:oklch(.769 .188 70.08);--color-amber-700:oklch(.555 .163 48.998);--color-yellow-50:oklch(.987 .026 102.212);--color-yellow-100:oklch(.973 .071 103.193);--color-yellow-200:oklch(.945 .129 101.54);--color-yellow-300:oklch(.905 .182 98.111);--color-yellow-400:oklch(.852 .199 91.936);--color-yellow-500:oklch(.795 .184 86.047);--color-yellow-600:oklch(.681 .162 75.834);--color-yellow-700:oklch(.554 .135 66.442);--color-yellow-800:oklch(.476 .114 61.907);--color-yellow-900:oklch(.421 .095 57.708);--color-green-50:oklch(.982 .018 155.826);--color-green-100:oklch(.962 .044 156.743);--color-green-200:oklch(.925 .084 155.995);--color-green-300:oklch(.871 .15 154.449);--color-green-400:oklch(.792 .209 151.711);--color-green-500:oklch(.723 .219 149.579);--color-green-600:oklch(.627 .194 149.214);--color-green-700:oklch(.527 .154 150.069);--color-green-800:oklch(.448 .119 151.328);--color-green-900:oklch(.393 .095 152.535);--color-emerald-100:oklch(.95 .052 163.051);--color-emerald-200:oklch(.905 .093 164.15);--color-emerald-500:oklch(.696 .17 162.48);--color-emerald-700:oklch(.508 .118 165.612);--color-blue-50:oklch(.97 .014 254.604);--color-blue-100:oklch(.932 .032 255.585);--color-blue-200:oklch(.882 .059 254.128);--color-blue-300:oklch(.809 .105 251.813);--color-blue-400:oklch(.707 .165 254.624);--color-blue-500:oklch(.623 .214 259.815);--color-blue-600:oklch(.546 .245 262.881);--color-blue-700:oklch(.488 .243 264.376);--color-blue-800:oklch(.424 .199 265.638);--color-blue-900:oklch(.379 .146 265.522);--color-indigo-100:oklch(.93 .034 272.788);--color-indigo-400:oklch(.673 .182 276.935);--color-indigo-500:oklch(.585 .233 277.117);--color-indigo-600:oklch(.511 .262 276.966);--color-indigo-900:oklch(.359 .144 278.697);--color-purple-50:oklch(.977 .014 308.299);--color-purple-100:oklch(.946 .033 307.174);--color-purple-200:oklch(.902 .063 306.703);--color-purple-300:oklch(.827 .119 306.383);--color-purple-400:oklch(.714 .203 305.504);--color-purple-500:oklch(.627 .265 303.9);--color-purple-600:oklch(.558 .288 302.321);--color-purple-700:oklch(.496 .265 301.924);--color-purple-800:oklch(.438 .218 303.724);--color-purple-900:oklch(.381 .176 304.987);--color-pink-100:oklch(.948 .028 342.258);--color-pink-400:oklch(.718 .202 349.761);--color-pink-600:oklch(.592 .249 .584);--color-pink-900:oklch(.408 .153 2.432);--color-rose-50:oklch(.969 .015 12.422);--color-rose-100:oklch(.941 .03 12.58);--color-rose-200:oklch(.892 .058 10.001);--color-rose-300:oklch(.81 .117 11.638);--color-rose-500:oklch(.645 .246 16.439);--color-rose-700:oklch(.514 .222 16.935);--color-rose-900:oklch(.41 .159 10.272);--color-rose-950:oklch(.271 .105 12.094);--color-slate-50:oklch(.984 .003 247.858);--color-slate-100:oklch(.968 .007 247.896);--color-slate-200:oklch(.929 .013 255.508);--color-slate-300:oklch(.869 .022 252.894);--color-slate-400:oklch(.704 .04 256.788);--color-slate-500:oklch(.554 .046 257.417);--color-slate-600:oklch(.446 .043 257.281);--color-slate-700:oklch(.372 .044 257.287);--color-slate-900:oklch(.208 .042 265.755);--color-slate-950:oklch(.129 .042 264.695);--color-gray-50:#f9fafb;--color-gray-100:#f2f4f7;--color-gray-200:#e4e7ec;--color-gray-300:#d0d5dd;--color-gray-400:#98a2b3;--color-gray-500:#667085;--color-gray-600:#475467;--color-gray-700:#344054;--color-gray-800:#1d2939;--color-gray-900:#101828;--color-gray-950:#0c111d;--color-black:#101828;--color-white:#fff;--spacing:.25rem;--container-xs:20rem;--container-md:28rem;--container-lg:32rem;--container-xl:36rem;--container-2xl:42rem;--container-3xl:48rem;--container-4xl:56rem;--container-5xl:64rem;--container-6xl:72rem;--container-7xl:80rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--text-3xl:1.875rem;--text-3xl--line-height: 1.2 ;--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5/2.25);--text-5xl:3rem;--text-5xl--line-height:1;--text-6xl:3.75rem;--text-6xl--line-height:1;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--tracking-wide:.025em;--tracking-wider:.05em;--leading-tight:1.25;--leading-snug:1.375;--leading-normal:1.5;--leading-relaxed:1.625;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--radius-2xl:1rem;--radius-3xl:1.5rem;--ease-in:cubic-bezier(.4,0,1,1);--ease-out:cubic-bezier(0,0,.2,1);--ease-in-out:cubic-bezier(.4,0,.2,1);--animate-spin:spin 1s linear infinite;--animate-ping:ping 1s cubic-bezier(0,0,.2,1)infinite;--animate-pulse:pulse 2s cubic-bezier(.4,0,.6,1)infinite;--blur-sm:8px;--blur-lg:16px;--blur-xl:24px;--blur-2xl:40px;--blur-3xl:64px;--aspect-video:16/9;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-font-feature-settings:var(--font-sans--font-feature-settings);--default-font-variation-settings:var(--font-sans--font-variation-settings);--default-mono-font-family:var(--font-mono);--default-mono-font-feature-settings:var(--font-mono--font-feature-settings);--default-mono-font-variation-settings:var(--font-mono--font-variation-settings);--font-outfit:Outfit,sans-serif;--font-mono:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,"Liberation Mono",monospace;--text-title-2xl:72px;--text-title-2xl--line-height:90px;--text-title-md:36px;--text-title-md--line-height:44px;--text-title-sm:30px;--text-title-sm--line-height:38px;--text-theme-xl:20px;--text-theme-xl--line-height:30px;--text-theme-sm:14px;--text-theme-sm--line-height:20px;--text-theme-xs:12px;--text-theme-xs--line-height:18px;--color-brand-50:#ecf3ff;--color-brand-100:#dde9ff;--color-brand-200:#c2d6ff;--color-brand-300:#9cb9ff;--color-brand-400:#7592ff;--color-brand-500:#0693e3;--color-brand-600:#0472b8;--color-brand-700:#2a31d8;--color-brand-800:#252dae;--color-brand-900:#262e89;--color-brand-950:#161950;--color-blue-light-50:#f0f9ff;--color-blue-light-100:#e0f2fe;--color-blue-light-200:#b9e6fe;--color-blue-light-300:#7cd4fd;--color-blue-light-400:#36bffa;--color-blue-light-500:#0ba5ec;--color-blue-light-600:#0086c9;--color-gray-dark:#1a2231;--color-success-50:#ecfdf3;--color-success-100:#d1fadf;--color-success-200:#a6f4c5;--color-success-300:#6ce9a6;--color-success-400:#32d583;--color-success-500:#12b76a;--color-success-600:#039855;--color-success-700:#027a48;--color-success-800:#05603a;--color-error-50:#fef3f2;--color-error-100:#fee4e2;--color-error-200:#fecdca;--color-error-300:#fda29b;--color-error-400:#f97066;--color-error-500:#f04438;--color-error-600:#d92d20;--color-error-800:#912018;--color-warning-50:#fffaeb;--color-warning-100:#fef0c7;--color-warning-200:#fedf89;--color-warning-400:#fdb022;--color-warning-500:#f79009;--color-warning-600:#dc6803;--color-warning-700:#b54708;--z-index-1:1;--z-index-999:999;--z-index-99999:99999}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}body{line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1;color:color-mix(in oklab,currentColor 50%,transparent)}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}*,:after,:before,::backdrop{border-color:var(--color-gray-200,currentColor)}::file-selector-button{border-color:var(--color-gray-200,currentColor)}button:not(:disabled),[role=button]:not(:disabled){cursor:pointer}body{z-index:var(--z-index-1);background-color:var(--color-gray-50);font-family:var(--font-outfit);--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal);position:relative}}@layer components;@layer utilities{.\@container,.\@container-\[inline-size\]{container-type:inline-size}.pointer-events-auto{pointer-events:auto}.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.invisible{visibility:hidden}.visible{visibility:visible}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.not-sr-only{clip:auto;white-space:normal;width:auto;height:auto;margin:0;padding:0;position:static;overflow:visible}.menu-item{align-items:center;gap:calc(var(--spacing)*3);border-radius:var(--radius-lg);width:100%;padding-inline:calc(var(--spacing)*3);padding-block:calc(var(--spacing)*2);font-size:var(--text-theme-sm);line-height:var(--tw-leading,var(--text-theme-sm--line-height));--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);display:flex;position:relative}.menu-dropdown-item{align-items:center;gap:calc(var(--spacing)*3);border-radius:var(--radius-lg);padding-inline:calc(var(--spacing)*3);padding-block:calc(var(--spacing)*2.5);font-size:var(--text-theme-sm);line-height:var(--tw-leading,var(--text-theme-sm--line-height));--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);display:flex;position:relative}.\!fixed{position:fixed!important}.\!relative{position:relative!important}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.-inset-1{inset:calc(var(--spacing)*-1)}.inset-0{inset:calc(var(--spacing)*0)}.inset-y-0{inset-block:calc(var(--spacing)*0)}.end-1{inset-inline-end:calc(var(--spacing)*1)}.end-2{inset-inline-end:calc(var(--spacing)*2)}.-top-7{top:calc(var(--spacing)*-7)}.-top-16{top:calc(var(--spacing)*-16)}.top-0{top:calc(var(--spacing)*0)}.top-0\.5{top:calc(var(--spacing)*.5)}.top-1{top:calc(var(--spacing)*1)}.top-1\/2{top:50%}.top-2{top:calc(var(--spacing)*2)}.top-3{top:calc(var(--spacing)*3)}.top-4{top:calc(var(--spacing)*4)}.top-5{top:calc(var(--spacing)*5)}.top-6{top:calc(var(--spacing)*6)}.top-full{top:100%}.-right-2{right:calc(var(--spacing)*-2)}.-right-\[240px\]{right:-240px}.right-0{right:calc(var(--spacing)*0)}.right-1{right:calc(var(--spacing)*1)}.right-2{right:calc(var(--spacing)*2)}.right-2\.5{right:calc(var(--spacing)*2.5)}.right-3{right:calc(var(--spacing)*3)}.right-4{right:calc(var(--spacing)*4)}.right-5{right:calc(var(--spacing)*5)}.right-6{right:calc(var(--spacing)*6)}.right-full{right:100%}.-bottom-8{bottom:calc(var(--spacing)*-8)}.bottom-0{bottom:calc(var(--spacing)*0)}.bottom-4{bottom:calc(var(--spacing)*4)}.bottom-5{bottom:calc(var(--spacing)*5)}.bottom-6{bottom:calc(var(--spacing)*6)}.bottom-20{bottom:calc(var(--spacing)*20)}.bottom-full{bottom:100%}.-left-8{left:calc(var(--spacing)*-8)}.-left-9{left:calc(var(--spacing)*-9)}.-left-px{left:-1px}.left-0{left:calc(var(--spacing)*0)}.left-0\.5{left:calc(var(--spacing)*.5)}.left-1\/2{left:50%}.left-4{left:calc(var(--spacing)*4)}.left-5{left:calc(var(--spacing)*5)}.left-6{left:calc(var(--spacing)*6)}.left-full{left:100%}.isolate{isolation:isolate}.isolation-auto{isolation:auto}.-z-1{z-index:calc(var(--z-index-1)*-1)}.z-0{z-index:0}.z-1{z-index:var(--z-index-1)}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-999{z-index:var(--z-index-999)}.z-99999{z-index:var(--z-index-99999)}.z-\[1100\]{z-index:1100}.z-\[9999\]{z-index:9999}.z-\[99998\]{z-index:99998}.z-\[99999\]{z-index:99999}.z-\[999999\]{z-index:999999}.z-auto{z-index:auto}.order-2{order:2}.order-3{order:3}.order-first{order:-9999}.order-last{order:9999}.order-none{order:0}.col-auto{grid-column:auto}.col-span-2{grid-column:span 2/span 2}.col-span-12{grid-column:span 12/span 12}.col-span-full{grid-column:1/-1}.col-start-auto{grid-column-start:auto}.col-end-auto{grid-column-end:auto}.row-auto{grid-row:auto}.row-span-full{grid-row:1/-1}.row-start-auto{grid-row-start:auto}.row-end-auto{grid-row-end:auto}.float-end{float:inline-end}.float-left{float:left}.float-none{float:none}.float-right{float:right}.float-start{float:inline-start}.clear-both{clear:both}.clear-end{clear:inline-end}.clear-left{clear:left}.clear-none{clear:none}.clear-right{clear:right}.clear-start{clear:inline-start}.\!container{width:100%!important}@media (width>=375px){.\!container{max-width:375px!important}}@media (width>=425px){.\!container{max-width:425px!important}}@media (width>=640px){.\!container{max-width:640px!important}}@media (width>=768px){.\!container{max-width:768px!important}}@media (width>=1024px){.\!container{max-width:1024px!important}}@media (width>=1280px){.\!container{max-width:1280px!important}}@media (width>=1536px){.\!container{max-width:1536px!important}}@media (width>=2000px){.\!container{max-width:2000px!important}}.container{width:100%}@media (width>=375px){.container{max-width:375px}}@media (width>=425px){.container{max-width:425px}}@media (width>=640px){.container{max-width:640px}}@media (width>=768px){.container{max-width:768px}}@media (width>=1024px){.container{max-width:1024px}}@media (width>=1280px){.container{max-width:1280px}}@media (width>=1536px){.container{max-width:1536px}}@media (width>=2000px){.container{max-width:2000px}}.container\!{width:100%!important}@media (width>=375px){.container\!{max-width:375px!important}}@media (width>=425px){.container\!{max-width:425px!important}}@media (width>=640px){.container\!{max-width:640px!important}}@media (width>=768px){.container\!{max-width:768px!important}}@media (width>=1024px){.container\!{max-width:1024px!important}}@media (width>=1280px){.container\!{max-width:1280px!important}}@media (width>=1536px){.container\!{max-width:1536px!important}}@media (width>=2000px){.container\!{max-width:2000px!important}}.m-0\!{margin:calc(var(--spacing)*0)!important}.m-1{margin:calc(var(--spacing)*1)}.m-2{margin:calc(var(--spacing)*2)}.m-4{margin:calc(var(--spacing)*4)}.m-48{margin:calc(var(--spacing)*48)}.m-65{margin:calc(var(--spacing)*65)}.m-97{margin:calc(var(--spacing)*97)}.-mx-4{margin-inline:calc(var(--spacing)*-4)}.mx-1{margin-inline:calc(var(--spacing)*1)}.mx-2{margin-inline:calc(var(--spacing)*2)}.mx-4{margin-inline:calc(var(--spacing)*4)}.mx-auto{margin-inline:auto}.-my-6{margin-block:calc(var(--spacing)*-6)}.my-2{margin-block:calc(var(--spacing)*2)}.my-4{margin-block:calc(var(--spacing)*4)}.my-6{margin-block:calc(var(--spacing)*6)}.-mt-0\.5{margin-top:calc(var(--spacing)*-.5)}.-mt-1{margin-top:calc(var(--spacing)*-1)}.-mt-12{margin-top:calc(var(--spacing)*-12)}.mt-0\.5{margin-top:calc(var(--spacing)*.5)}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-1\.5{margin-top:calc(var(--spacing)*1.5)}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-3{margin-top:calc(var(--spacing)*3)}.mt-4{margin-top:calc(var(--spacing)*4)}.mt-5{margin-top:calc(var(--spacing)*5)}.mt-6{margin-top:calc(var(--spacing)*6)}.mt-7{margin-top:calc(var(--spacing)*7)}.mt-8{margin-top:calc(var(--spacing)*8)}.mt-10{margin-top:calc(var(--spacing)*10)}.mt-16{margin-top:calc(var(--spacing)*16)}.mt-\[17px\]{margin-top:17px}.mt-auto{margin-top:auto}.-mr-1{margin-right:calc(var(--spacing)*-1)}.mr-1{margin-right:calc(var(--spacing)*1)}.mr-1\.5{margin-right:calc(var(--spacing)*1.5)}.mr-2{margin-right:calc(var(--spacing)*2)}.mr-3{margin-right:calc(var(--spacing)*3)}.-mb-1{margin-bottom:calc(var(--spacing)*-1)}.-mb-4{margin-bottom:calc(var(--spacing)*-4)}.mb-0\.5{margin-bottom:calc(var(--spacing)*.5)}.mb-1{margin-bottom:calc(var(--spacing)*1)}.mb-1\.5{margin-bottom:calc(var(--spacing)*1.5)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-3{margin-bottom:calc(var(--spacing)*3)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-5{margin-bottom:calc(var(--spacing)*5)}.mb-6{margin-bottom:calc(var(--spacing)*6)}.mb-7{margin-bottom:calc(var(--spacing)*7)}.mb-8{margin-bottom:calc(var(--spacing)*8)}.mb-10{margin-bottom:calc(var(--spacing)*10)}.mb-12{margin-bottom:calc(var(--spacing)*12)}.mb-\[22px\]{margin-bottom:22px}.-ml-1{margin-left:calc(var(--spacing)*-1)}.-ml-5{margin-left:calc(var(--spacing)*-5)}.ml-0{margin-left:calc(var(--spacing)*0)}.ml-1{margin-left:calc(var(--spacing)*1)}.ml-2{margin-left:calc(var(--spacing)*2)}.ml-4{margin-left:calc(var(--spacing)*4)}.ml-9{margin-left:calc(var(--spacing)*9)}.ml-auto{margin-left:auto}.box-border{box-sizing:border-box}.box-content{box-sizing:content-box}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-none{-webkit-line-clamp:unset;-webkit-box-orient:horizontal;display:block;overflow:visible}.menu-dropdown-badge{padding-inline:calc(var(--spacing)*2.5);padding-block:calc(var(--spacing)*.5);font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height));--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);color:var(--color-brand-500);text-transform:uppercase;border-radius:3.40282e38px;display:block}.menu-dropdown-badge:is(.dark *){color:var(--color-brand-400)}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}.\!block{display:block!important}.\!contents{display:contents!important}.\!grid{display:grid!important}.\!hidden{display:none!important}.\!table{display:table!important}.block{display:block}.contents{display:contents}.flex{display:flex}.flow-root{display:flow-root}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.inline-grid{display:inline-grid}.inline-table{display:inline-table}.list-item{display:list-item}.table{display:table}.table-caption{display:table-caption}.table-cell{display:table-cell}.table-column{display:table-column}.table-column-group{display:table-column-group}.table-footer-group{display:table-footer-group}.table-header-group{display:table-header-group}.table-row{display:table-row}.table-row-group{display:table-row-group}.field-sizing-content{field-sizing:content}.field-sizing-fixed{field-sizing:fixed}.aspect-4\/3{aspect-ratio:4/3}.aspect-21\/9{aspect-ratio:21/9}.aspect-\[4\/3\]{aspect-ratio:4/3}.aspect-auto{aspect-ratio:auto}.aspect-square{aspect-ratio:1}.aspect-video{aspect-ratio:var(--aspect-video)}.custom-scrollbar::-webkit-scrollbar{width:calc(var(--spacing)*1.5);height:calc(var(--spacing)*1.5)}.custom-scrollbar::-webkit-scrollbar-track{border-radius:3.40282e38px}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:var(--color-gray-200);border-radius:3.40282e38px}.custom-scrollbar::-webkit-scrollbar-thumb:is(){background-color:var(--color-gray-700)}.menu-item-icon-size svg{width:calc(var(--spacing)*6)!important;height:calc(var(--spacing)*6)!important}.size-1{width:calc(var(--spacing)*1);height:calc(var(--spacing)*1)}.size-1\.5{width:calc(var(--spacing)*1.5);height:calc(var(--spacing)*1.5)}.size-2{width:calc(var(--spacing)*2);height:calc(var(--spacing)*2)}.size-3{width:calc(var(--spacing)*3);height:calc(var(--spacing)*3)}.size-4{width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.size-5{width:calc(var(--spacing)*5);height:calc(var(--spacing)*5)}.size-6{width:calc(var(--spacing)*6);height:calc(var(--spacing)*6)}.size-8{width:calc(var(--spacing)*8);height:calc(var(--spacing)*8)}.size-12{width:calc(var(--spacing)*12);height:calc(var(--spacing)*12)}.size-14{width:calc(var(--spacing)*14);height:calc(var(--spacing)*14)}.h-0{height:calc(var(--spacing)*0)}.h-0\.5{height:calc(var(--spacing)*.5)}.h-1{height:calc(var(--spacing)*1)}.h-1\.5{height:calc(var(--spacing)*1.5)}.h-2{height:calc(var(--spacing)*2)}.h-2\.5{height:calc(var(--spacing)*2.5)}.h-3{height:calc(var(--spacing)*3)}.h-3\.5{height:calc(var(--spacing)*3.5)}.h-4{height:calc(var(--spacing)*4)}.h-5{height:calc(var(--spacing)*5)}.h-6{height:calc(var(--spacing)*6)}.h-7{height:calc(var(--spacing)*7)}.h-8{height:calc(var(--spacing)*8)}.h-9{height:calc(var(--spacing)*9)}.h-9\.5{height:calc(var(--spacing)*9.5)}.h-10{height:calc(var(--spacing)*10)}.h-11{height:calc(var(--spacing)*11)}.h-12{height:calc(var(--spacing)*12)}.h-14{height:calc(var(--spacing)*14)}.h-16{height:calc(var(--spacing)*16)}.h-20{height:calc(var(--spacing)*20)}.h-24{height:calc(var(--spacing)*24)}.h-32{height:calc(var(--spacing)*32)}.h-40{height:calc(var(--spacing)*40)}.h-48{height:calc(var(--spacing)*48)}.h-64{height:calc(var(--spacing)*64)}.h-90{height:calc(var(--spacing)*90)}.h-96{height:calc(var(--spacing)*96)}.h-\[1\.5px\]{height:1.5px}.h-\[3px\]{height:3px}.h-\[25px\]{height:25px}.h-\[50px\]{height:50px}.h-\[56px\]{height:56px}.h-\[68px\]{height:68px}.h-\[200px\]{height:200px}.h-\[212px\]{height:212px}.h-\[260px\]{height:260px}.h-\[300px\]{height:300px}.h-\[420px\]{height:420px}.h-\[450px\]{height:450px}.h-\[480px\]{height:480px}.h-auto{height:auto}.h-fit{height:fit-content}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-0{max-height:calc(var(--spacing)*0)}.max-h-32{max-height:calc(var(--spacing)*32)}.max-h-60{max-height:calc(var(--spacing)*60)}.max-h-64{max-height:calc(var(--spacing)*64)}.max-h-96{max-height:calc(var(--spacing)*96)}.max-h-\[80vh\]{max-height:80vh}.max-h-\[85vh\]{max-height:85vh}.max-h-\[300px\]{max-height:300px}.max-h-\[330px\]{max-height:330px}.max-h-\[5000px\]{max-height:5000px}.max-h-none{max-height:none}.max-h-screen{max-height:100vh}.min-h-11{min-height:calc(var(--spacing)*11)}.min-h-\[200px\]{min-height:200px}.min-h-\[400px\]{min-height:400px}.min-h-screen{min-height:100vh}.w-0{width:calc(var(--spacing)*0)}.w-1{width:calc(var(--spacing)*1)}.w-1\.5{width:calc(var(--spacing)*1.5)}.w-1\/2{width:50%}.w-1\/3{width:33.3333%}.w-1\/4{width:25%}.w-2{width:calc(var(--spacing)*2)}.w-2\.5{width:calc(var(--spacing)*2.5)}.w-3{width:calc(var(--spacing)*3)}.w-3\.5{width:calc(var(--spacing)*3.5)}.w-3\/4{width:75%}.w-4{width:calc(var(--spacing)*4)}.w-5{width:calc(var(--spacing)*5)}.w-5\/6{width:83.3333%}.w-6{width:calc(var(--spacing)*6)}.w-7{width:calc(var(--spacing)*7)}.w-8{width:calc(var(--spacing)*8)}.w-9\.5{width:calc(var(--spacing)*9.5)}.w-10{width:calc(var(--spacing)*10)}.w-11{width:calc(var(--spacing)*11)}.w-12{width:calc(var(--spacing)*12)}.w-14{width:calc(var(--spacing)*14)}.w-16{width:calc(var(--spacing)*16)}.w-20{width:calc(var(--spacing)*20)}.w-24{width:calc(var(--spacing)*24)}.w-40{width:calc(var(--spacing)*40)}.w-48{width:calc(var(--spacing)*48)}.w-56{width:calc(var(--spacing)*56)}.w-64{width:calc(var(--spacing)*64)}.w-\[3px\]{width:3px}.w-\[23\%\]{width:23%}.w-\[25px\]{width:25px}.w-\[46px\]{width:46px}.w-\[50px\]{width:50px}.w-\[56px\]{width:56px}.w-\[68px\]{width:68px}.w-\[75\%\]{width:75%}.w-\[79\%\]{width:79%}.w-\[90px\]{width:90px}.w-\[120px\]{width:120px}.w-\[140\%\]{width:140%}.w-\[140px\]{width:140px}.w-\[252px\]{width:252px}.w-\[260px\]{width:260px}.w-\[290px\]{width:290px}.w-\[350px\]{width:350px}.w-\[500px\]{width:500px}.w-auto{width:auto}.w-full{width:100%}.w-px{width:1px}.w-screen{width:100vw}.max-w-1\.5{max-width:calc(var(--spacing)*1.5)}.max-w-2{max-width:calc(var(--spacing)*2)}.max-w-2\.5{max-width:calc(var(--spacing)*2.5)}.max-w-2xl{max-width:var(--container-2xl)}.max-w-3{max-width:calc(var(--spacing)*3)}.max-w-3\.5{max-width:calc(var(--spacing)*3.5)}.max-w-3xl{max-width:var(--container-3xl)}.max-w-4{max-width:calc(var(--spacing)*4)}.max-w-4xl{max-width:var(--container-4xl)}.max-w-5{max-width:calc(var(--spacing)*5)}.max-w-5xl{max-width:var(--container-5xl)}.max-w-6{max-width:calc(var(--spacing)*6)}.max-w-6xl{max-width:var(--container-6xl)}.max-w-7xl{max-width:var(--container-7xl)}.max-w-8{max-width:calc(var(--spacing)*8)}.max-w-10{max-width:calc(var(--spacing)*10)}.max-w-12{max-width:calc(var(--spacing)*12)}.max-w-14{max-width:calc(var(--spacing)*14)}.max-w-16{max-width:calc(var(--spacing)*16)}.max-w-60{max-width:calc(var(--spacing)*60)}.max-w-\[100px\]{max-width:100px}.max-w-\[120px\]{max-width:120px}.max-w-\[140px\]{max-width:140px}.max-w-\[150px\]{max-width:150px}.max-w-\[200px\]{max-width:200px}.max-w-\[242px\]{max-width:242px}.max-w-\[250px\]{max-width:250px}.max-w-\[290px\]{max-width:290px}.max-w-\[380px\]{max-width:380px}.max-w-\[385px\]{max-width:385px}.max-w-\[420px\]{max-width:420px}.max-w-\[630px\]{max-width:630px}.max-w-\[700px\]{max-width:700px}.max-w-\[800px\]{max-width:800px}.max-w-\[1200px\]{max-width:1200px}.max-w-full{max-width:100%}.max-w-lg{max-width:var(--container-lg)}.max-w-md{max-width:var(--container-md)}.max-w-none{max-width:none}.max-w-screen{max-width:100vw}.max-w-xl{max-width:var(--container-xl)}.max-w-xs{max-width:var(--container-xs)}.min-w-0{min-width:calc(var(--spacing)*0)}.min-w-\[60px\]{min-width:60px}.min-w-\[140px\]{min-width:140px}.min-w-\[200px\]{min-width:200px}.min-w-\[280px\]{min-width:280px}.min-w-\[320px\]{min-width:320px}.min-w-\[650px\]{min-width:650px}.min-w-\[1000px\]{min-width:1000px}.min-w-full{min-width:100%}.min-w-screen{min-width:100vw}.flex-1{flex:1}.flex-auto{flex:auto}.flex-initial{flex:0 auto}.flex-none{flex:none}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.flex-grow,.grow{flex-grow:1}.basis-auto{flex-basis:auto}.basis-full{flex-basis:100%}.table-auto{table-layout:auto}.table-fixed{table-layout:fixed}.caption-bottom{caption-side:bottom}.caption-top{caption-side:top}.border-collapse{border-collapse:collapse}.border-separate{border-collapse:separate}.origin-bottom{transform-origin:bottom}.origin-bottom-left{transform-origin:0 100%}.origin-bottom-right{transform-origin:100% 100%}.origin-center{transform-origin:50%}.origin-left{transform-origin:0}.origin-right{transform-origin:100%}.origin-top{transform-origin:top}.origin-top-left{transform-origin:0 0}.origin-top-right{transform-origin:100% 0}.-translate-full{--tw-translate-x:-100%;--tw-translate-y:-100%;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-full{--tw-translate-x:100%;--tw-translate-y:100%;translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-x-1\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-x-full{--tw-translate-x:-100%;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-0{--tw-translate-x:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-0\.5{--tw-translate-x:calc(var(--spacing)*.5);translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-6{--tw-translate-x:calc(var(--spacing)*6);translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-\[120px\]{--tw-translate-x:120px;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-full{--tw-translate-x:100%;translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-y-1\/2{--tw-translate-y: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-y-\[95\%\]{--tw-translate-y: -95% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-3d{translate:var(--tw-translate-x)var(--tw-translate-y)var(--tw-translate-z)}.translate-none{translate:none}.scale-3d{scale:var(--tw-scale-x)var(--tw-scale-y)var(--tw-scale-z)}.scale-none{scale:none}.-rotate-45{rotate:-45deg}.rotate-180{rotate:180deg}.rotate-none{rotate:none}.transform,.transform-cpu{transform:var(--tw-rotate-x)var(--tw-rotate-y)var(--tw-rotate-z)var(--tw-skew-x)var(--tw-skew-y)}.transform-gpu{transform:translateZ(0)var(--tw-rotate-x)var(--tw-rotate-y)var(--tw-rotate-z)var(--tw-skew-x)var(--tw-skew-y)}.transform-none{transform:none}.animate-none{animation:none}.animate-ping{animation:var(--animate-ping)}.animate-pulse{animation:var(--animate-pulse)}.animate-spin{animation:var(--animate-spin)}.cursor-move{cursor:move}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.touch-pinch-zoom{--tw-pinch-zoom:pinch-zoom;touch-action:var(--tw-pan-x,)var(--tw-pan-y,)var(--tw-pinch-zoom,)}.resize{resize:both}.resize-none{resize:none}.resize-x{resize:horizontal}.resize-y{resize:vertical}.snap-none{scroll-snap-type:none}.snap-mandatory{--tw-scroll-snap-strictness:mandatory}.snap-proximity{--tw-scroll-snap-strictness:proximity}.snap-align-none{scroll-snap-align:none}.snap-center{scroll-snap-align:center}.snap-end{scroll-snap-align:end}.snap-start{scroll-snap-align:start}.snap-always{scroll-snap-stop:always}.snap-normal{scroll-snap-stop:normal}.scroll-mt-24{scroll-margin-top:calc(var(--spacing)*24)}.list-inside{list-style-position:inside}.list-outside{list-style-position:outside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.list-image-none{list-style-image:none}.appearance-auto{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.columns-auto{columns:auto}.auto-cols-auto{grid-auto-columns:auto}.auto-cols-fr{grid-auto-columns:minmax(0,1fr)}.auto-cols-max{grid-auto-columns:max-content}.auto-cols-min{grid-auto-columns:min-content}.grid-flow-col{grid-auto-flow:column}.grid-flow-col-dense{grid-auto-flow:column dense}.grid-flow-dense{grid-auto-flow:dense}.grid-flow-row{grid-auto-flow:row}.grid-flow-row-dense{grid-auto-flow:dense}.auto-rows-auto{grid-auto-rows:auto}.auto-rows-fr{grid-auto-rows:minmax(0,1fr)}.auto-rows-max{grid-auto-rows:max-content}.auto-rows-min{grid-auto-rows:min-content}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-none{grid-template-columns:none}.grid-cols-subgrid{grid-template-columns:subgrid}.grid-rows-none{grid-template-rows:none}.grid-rows-subgrid{grid-template-rows:subgrid}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-nowrap{flex-wrap:nowrap}.flex-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.place-content-around{place-content:space-around}.place-content-baseline{place-content:baseline start}.place-content-between{place-content:space-between}.place-content-center{place-content:center}.place-content-end{place-content:end}.place-content-evenly{place-content:space-evenly}.place-content-start{place-content:start}.place-content-stretch{place-content:stretch}.place-items-baseline{place-items:baseline}.place-items-center{place-items:center}.place-items-end{place-items:end}.place-items-start{place-items:start}.place-items-stretch{place-items:stretch stretch}.content-around{align-content:space-around}.content-baseline{align-content:baseline}.content-between{align-content:space-between}.content-center{align-content:center}.content-end{align-content:flex-end}.content-evenly{align-content:space-evenly}.content-normal{align-content:normal}.content-start{align-content:flex-start}.content-stretch{align-content:stretch}.items-baseline{align-items:baseline}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.items-stretch{align-items:stretch}.justify-around{justify-content:space-around}.justify-baseline{justify-content:baseline}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-evenly{justify-content:space-evenly}.justify-normal{justify-content:normal}.justify-start{justify-content:flex-start}.justify-stretch{justify-content:stretch}.justify-items-center{justify-items:center}.justify-items-end{justify-items:end}.justify-items-normal{justify-items:normal}.justify-items-start{justify-items:start}.justify-items-stretch{justify-items:stretch}.gap-0\.5{gap:calc(var(--spacing)*.5)}.gap-1{gap:calc(var(--spacing)*1)}.gap-1\.5{gap:calc(var(--spacing)*1.5)}.gap-2{gap:calc(var(--spacing)*2)}.gap-3{gap:calc(var(--spacing)*3)}.gap-4{gap:calc(var(--spacing)*4)}.gap-5{gap:calc(var(--spacing)*5)}.gap-6{gap:calc(var(--spacing)*6)}.gap-8{gap:calc(var(--spacing)*8)}.gap-10{gap:calc(var(--spacing)*10)}.gap-12{gap:calc(var(--spacing)*12)}.gap-16{gap:calc(var(--spacing)*16)}:where(.space-y-1>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*1)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*2)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-3>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*3)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*3)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*4)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*5)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*5)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-6>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*6)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*6)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-8>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*8)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*8)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-10>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*10)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*10)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-12>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*12)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*12)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-reverse>:not(:last-child)){--tw-space-y-reverse:1}.gap-x-1{column-gap:calc(var(--spacing)*1)}.gap-x-6{column-gap:calc(var(--spacing)*6)}:where(.-space-x-2>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing)*-2)*var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing)*-2)*calc(1 - var(--tw-space-x-reverse)))}:where(.space-x-1>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing)*1)*var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-x-reverse)))}:where(.space-x-3>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing)*3)*var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing)*3)*calc(1 - var(--tw-space-x-reverse)))}:where(.space-x-reverse>:not(:last-child)){--tw-space-x-reverse:1}.gap-y-2{row-gap:calc(var(--spacing)*2)}.gap-y-5{row-gap:calc(var(--spacing)*5)}:where(.divide-x>:not(:last-child)){--tw-divide-x-reverse:0;border-inline-style:var(--tw-border-style);border-inline-start-width:calc(1px*var(--tw-divide-x-reverse));border-inline-end-width:calc(1px*calc(1 - var(--tw-divide-x-reverse)))}:where(.divide-y>:not(:last-child)){--tw-divide-y-reverse:0;border-bottom-style:var(--tw-border-style);border-top-style:var(--tw-border-style);border-top-width:calc(1px*var(--tw-divide-y-reverse));border-bottom-width:calc(1px*calc(1 - var(--tw-divide-y-reverse)))}:where(.divide-y-reverse>:not(:last-child)){--tw-divide-y-reverse:1}:where(.divide-gray-100>:not(:last-child)){border-color:var(--color-gray-100)}:where(.divide-gray-200>:not(:last-child)){border-color:var(--color-gray-200)}.place-self-auto{place-self:auto}.place-self-center{place-self:center}.place-self-end{place-self:end}.place-self-start{place-self:start}.place-self-stretch{place-self:stretch stretch}.self-auto{align-self:auto}.self-baseline{align-self:baseline}.self-center{align-self:center}.self-end{align-self:flex-end}.self-start{align-self:flex-start}.self-stretch{align-self:stretch}.justify-self-auto{justify-self:auto}.justify-self-center{justify-self:center}.justify-self-end{justify-self:flex-end}.justify-self-start{justify-self:flex-start}.justify-self-stretch{justify-self:stretch}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.scroll-auto{scroll-behavior:auto}.scroll-smooth{scroll-behavior:smooth}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-3xl{border-radius:var(--radius-3xl)}.rounded-\[10\.5px\]{border-radius:10.5px}.rounded-\[50\%\]{border-radius:50%}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-sm{border-radius:var(--radius-sm)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-s{border-start-start-radius:.25rem;border-end-start-radius:.25rem}.rounded-ss{border-start-start-radius:.25rem}.rounded-e{border-start-end-radius:.25rem;border-end-end-radius:.25rem}.rounded-se{border-start-end-radius:.25rem}.rounded-ee{border-end-end-radius:.25rem}.rounded-es{border-end-start-radius:.25rem}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-t-xl{border-top-left-radius:var(--radius-xl);border-top-right-radius:var(--radius-xl)}.rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-l-lg{border-top-left-radius:var(--radius-lg);border-bottom-left-radius:var(--radius-lg)}.rounded-tl{border-top-left-radius:.25rem}.rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.rounded-r-full{border-top-right-radius:3.40282e38px;border-bottom-right-radius:3.40282e38px}.rounded-r-lg{border-top-right-radius:var(--radius-lg);border-bottom-right-radius:var(--radius-lg)}.rounded-tr{border-top-right-radius:.25rem}.rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-br{border-bottom-right-radius:.25rem}.rounded-bl{border-bottom-left-radius:.25rem}.border{border-style:var(--tw-border-style);border-width:1px}.border\!{border-style:var(--tw-border-style)!important;border-width:1px!important}.border-0{border-style:var(--tw-border-style);border-width:0}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-4{border-style:var(--tw-border-style);border-width:4px}.border-\[0\.5px\]{border-style:var(--tw-border-style);border-width:.5px}.border-\[0\.7px\]{border-style:var(--tw-border-style);border-width:.7px}.border-\[1\.5px\]{border-style:var(--tw-border-style);border-width:1.5px}.border-\[1\.25px\]{border-style:var(--tw-border-style);border-width:1.25px}.border-x{border-inline-style:var(--tw-border-style);border-inline-width:1px}.border-y{border-block-style:var(--tw-border-style);border-block-width:1px}.border-s{border-inline-start-style:var(--tw-border-style);border-inline-start-width:1px}.border-e{border-inline-end-style:var(--tw-border-style);border-inline-end-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-t-\[6px\]{border-top-style:var(--tw-border-style);border-top-width:6px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-r-0{border-right-style:var(--tw-border-style);border-right-width:0}.border-r-\[6px\]{border-right-style:var(--tw-border-style);border-right-width:6px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-b-2{border-bottom-style:var(--tw-border-style);border-bottom-width:2px}.border-b-\[6px\]{border-bottom-style:var(--tw-border-style);border-bottom-width:6px}.border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.border-l-0{border-left-style:var(--tw-border-style);border-left-width:0}.border-l-4{border-left-style:var(--tw-border-style);border-left-width:4px}.border-l-\[6px\]{border-left-style:var(--tw-border-style);border-left-width:6px}.border-l-\[8px\]{border-left-style:var(--tw-border-style);border-left-width:8px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-dotted{--tw-border-style:dotted;border-style:dotted}.border-double{--tw-border-style:double;border-style:double}.border-hidden{--tw-border-style:hidden;border-style:hidden}.border-none{--tw-border-style:none;border-style:none}.border-solid{--tw-border-style:solid;border-style:solid}.border-blue-200{border-color:var(--color-blue-200)}.border-blue-500{border-color:var(--color-blue-500)}.border-blue-light-200{border-color:var(--color-blue-light-200)}.border-blue-light-500{border-color:var(--color-blue-light-500)}.border-brand-200{border-color:var(--color-brand-200)}.border-brand-300{border-color:var(--color-brand-300)}.border-brand-500{border-color:var(--color-brand-500)}.border-brand-500\/30{border-color:color-mix(in oklab,var(--color-brand-500)30%,transparent)}.border-brand-500\/60{border-color:color-mix(in oklab,var(--color-brand-500)60%,transparent)}.border-error-200{border-color:var(--color-error-200)}.border-error-500{border-color:var(--color-error-500)}.border-gray-100{border-color:var(--color-gray-100)}.border-gray-200{border-color:var(--color-gray-200)}.border-gray-200\/50{border-color:color-mix(in oklab,var(--color-gray-200)50%,transparent)}.border-gray-300{border-color:var(--color-gray-300)}.border-gray-500{border-color:var(--color-gray-500)}.border-gray-800{border-color:var(--color-gray-800)}.border-gray-900{border-color:var(--color-gray-900)}.border-green-200{border-color:var(--color-green-200)}.border-green-500{border-color:var(--color-green-500)}.border-green-700{border-color:var(--color-green-700)}.border-orange-500{border-color:var(--color-orange-500)}.border-purple-200{border-color:var(--color-purple-200)}.border-purple-500{border-color:var(--color-purple-500)}.border-red-200{border-color:var(--color-red-200)}.border-red-300{border-color:var(--color-red-300)}.border-red-500{border-color:var(--color-red-500)}.border-rose-200{border-color:var(--color-rose-200)}.border-slate-200\/70{border-color:color-mix(in oklab,var(--color-slate-200)70%,transparent)}.border-slate-200\/80{border-color:color-mix(in oklab,var(--color-slate-200)80%,transparent)}.border-success-200{border-color:var(--color-success-200)}.border-success-500{border-color:var(--color-success-500)}.border-transparent{border-color:#0000}.border-warning-200{border-color:var(--color-warning-200)}.border-warning-400{border-color:var(--color-warning-400)}.border-warning-500{border-color:var(--color-warning-500)}.border-white{border-color:var(--color-white)}.border-white\/0{border-color:color-mix(in oklab,var(--color-white)0%,transparent)}.border-white\/5{border-color:color-mix(in oklab,var(--color-white)5%,transparent)}.border-white\/10{border-color:color-mix(in oklab,var(--color-white)10%,transparent)}.border-white\/15{border-color:color-mix(in oklab,var(--color-white)15%,transparent)}.border-white\/20{border-color:color-mix(in oklab,var(--color-white)20%,transparent)}.border-white\/30{border-color:color-mix(in oklab,var(--color-white)30%,transparent)}.border-white\/40{border-color:color-mix(in oklab,var(--color-white)40%,transparent)}.border-yellow-200{border-color:var(--color-yellow-200)}.border-t-blue-600{border-top-color:var(--color-blue-600)}.border-t-blue-light-500{border-top-color:var(--color-blue-light-500)}.border-t-brand-500{border-top-color:var(--color-brand-500)}.border-t-error-500{border-top-color:var(--color-error-500)}.border-t-gray-900{border-top-color:var(--color-gray-900)}.border-t-success-500{border-top-color:var(--color-success-500)}.border-t-transparent{border-top-color:#0000}.border-t-warning-500{border-top-color:var(--color-warning-500)}.border-r-gray-900{border-right-color:var(--color-gray-900)}.border-r-transparent{border-right-color:#0000}.border-b-gray-900{border-bottom-color:var(--color-gray-900)}.border-b-transparent{border-bottom-color:#0000}.border-l-gray-400{border-left-color:var(--color-gray-400)}.border-l-gray-900{border-left-color:var(--color-gray-900)}.border-l-success-500{border-left-color:var(--color-success-500)}.border-l-transparent{border-left-color:#0000}.menu-item-inactive{color:var(--color-gray-700)}@media (hover:hover){.menu-item-inactive:is(:where(.group):hover *){color:var(--color-gray-700)}.menu-item-inactive:hover{background-color:var(--color-gray-100)}}.menu-item-inactive:is(.dark *){color:var(--color-gray-300)}@media (hover:hover){.menu-item-inactive:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-white)5%,transparent);color:var(--color-gray-300)}}.menu-dropdown-item-active{background-color:var(--color-brand-50);color:var(--color-brand-500)}.menu-dropdown-item-active:is(.dark *){background-color:color-mix(in oklab,var(--color-brand-500)12%,transparent);color:var(--color-brand-400)}.menu-dropdown-item-inactive{color:var(--color-gray-700)}@media (hover:hover){.menu-dropdown-item-inactive:hover{background-color:var(--color-gray-100)}}.menu-dropdown-item-inactive:is(.dark *){color:var(--color-gray-300)}@media (hover:hover){.menu-dropdown-item-inactive:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-white)5%,transparent)}}.menu-item-active{background-color:var(--color-brand-50);color:var(--color-brand-500)}.menu-item-active:is(.dark *){background-color:color-mix(in oklab,var(--color-brand-500)12%,transparent);color:var(--color-brand-400)}.menu-dropdown-badge-inactive{background-color:var(--color-brand-50)}@media (hover:hover){.menu-dropdown-badge-inactive:is(:where(.group):hover *){background-color:var(--color-brand-100)}}.menu-dropdown-badge-inactive:is(.dark *){background-color:color-mix(in oklab,var(--color-brand-500)15%,transparent)}@media (hover:hover){.menu-dropdown-badge-inactive:is(.dark *):is(:where(.group):hover *){background-color:color-mix(in oklab,var(--color-brand-500)20%,transparent)}}.menu-dropdown-badge-active{background-color:var(--color-brand-100)}.menu-dropdown-badge-active:is(.dark *){background-color:color-mix(in oklab,var(--color-brand-500)20%,transparent)}.bg-\(--my_variable\){background-color:var(--my_variable)}.bg-\(color\:--my-color\){background-color:var(--my-color)}.bg-\[\#0088cc\]{background-color:#08c}.bg-\[\#090E1A\]{background-color:#090e1a}.bg-\[\#050913\]{background-color:#050913}.bg-\[\#B91C1C\]{background-color:#b91c1c}.bg-\[color\:var\(--my-color\)\]{background-color:var(--my-color)}.bg-\[var\(--my_variable\)\]{background-color:var(--my_variable)}.bg-amber-50{background-color:var(--color-amber-50)}.bg-amber-100{background-color:var(--color-amber-100)}.bg-black\/5{background-color:color-mix(in oklab,var(--color-black)5%,transparent)}.bg-blue-50{background-color:var(--color-blue-50)}.bg-blue-100{background-color:var(--color-blue-100)}.bg-blue-500{background-color:var(--color-blue-500)}.bg-blue-600{background-color:var(--color-blue-600)}.bg-blue-light-50{background-color:var(--color-blue-light-50)}.bg-blue-light-100{background-color:var(--color-blue-light-100)}.bg-blue-light-500{background-color:var(--color-blue-light-500)}.bg-brand-50{background-color:var(--color-brand-50)}.bg-brand-50\/50{background-color:color-mix(in oklab,var(--color-brand-50)50%,transparent)}.bg-brand-100{background-color:var(--color-brand-100)}.bg-brand-200{background-color:var(--color-brand-200)}.bg-brand-300{background-color:var(--color-brand-300)}.bg-brand-500{background-color:var(--color-brand-500)}.bg-brand-500\/10{background-color:color-mix(in oklab,var(--color-brand-500)10%,transparent)}.bg-brand-950{background-color:var(--color-brand-950)}.bg-emerald-100{background-color:var(--color-emerald-100)}.bg-error-50{background-color:var(--color-error-50)}.bg-error-100{background-color:var(--color-error-100)}.bg-error-400{background-color:var(--color-error-400)}.bg-error-500{background-color:var(--color-error-500)}.bg-gray-50{background-color:var(--color-gray-50)}.bg-gray-100{background-color:var(--color-gray-100)}.bg-gray-100\/50{background-color:color-mix(in oklab,var(--color-gray-100)50%,transparent)}.bg-gray-200{background-color:var(--color-gray-200)}.bg-gray-300{background-color:var(--color-gray-300)}.bg-gray-400{background-color:var(--color-gray-400)}.bg-gray-400\/50{background-color:color-mix(in oklab,var(--color-gray-400)50%,transparent)}.bg-gray-500{background-color:var(--color-gray-500)}.bg-gray-700{background-color:var(--color-gray-700)}.bg-gray-800{background-color:var(--color-gray-800)}.bg-gray-900{background-color:var(--color-gray-900)}.bg-gray-900\/50{background-color:color-mix(in oklab,var(--color-gray-900)50%,transparent)}.bg-green-50{background-color:var(--color-green-50)}.bg-green-100{background-color:var(--color-green-100)}.bg-green-500{background-color:var(--color-green-500)}.bg-green-600{background-color:var(--color-green-600)}.bg-indigo-100{background-color:var(--color-indigo-100)}.bg-indigo-600{background-color:var(--color-indigo-600)}.bg-orange-100{background-color:var(--color-orange-100)}.bg-orange-400{background-color:var(--color-orange-400)}.bg-orange-400\/10{background-color:color-mix(in oklab,var(--color-orange-400)10%,transparent)}.bg-orange-600{background-color:var(--color-orange-600)}.bg-pink-100{background-color:var(--color-pink-100)}.bg-purple-50{background-color:var(--color-purple-50)}.bg-purple-100{background-color:var(--color-purple-100)}.bg-purple-500{background-color:var(--color-purple-500)}.bg-purple-600{background-color:var(--color-purple-600)}.bg-red-50{background-color:var(--color-red-50)}.bg-red-100{background-color:var(--color-red-100)}.bg-red-500{background-color:var(--color-red-500)}.bg-red-500\/50,.bg-red-500\/\[50\%\]{background-color:color-mix(in oklab,var(--color-red-500)50%,transparent)}.bg-red-600{background-color:var(--color-red-600)}.bg-rose-50\/80{background-color:color-mix(in oklab,var(--color-rose-50)80%,transparent)}.bg-rose-100{background-color:var(--color-rose-100)}.bg-rose-300{background-color:var(--color-rose-300)}.bg-slate-50\/70{background-color:color-mix(in oklab,var(--color-slate-50)70%,transparent)}.bg-slate-100{background-color:var(--color-slate-100)}.bg-slate-200\/60{background-color:color-mix(in oklab,var(--color-slate-200)60%,transparent)}.bg-slate-200\/70{background-color:color-mix(in oklab,var(--color-slate-200)70%,transparent)}.bg-slate-900{background-color:var(--color-slate-900)}.bg-slate-950{background-color:var(--color-slate-950)}.bg-slate-950\/60{background-color:color-mix(in oklab,var(--color-slate-950)60%,transparent)}.bg-slate-950\/70{background-color:color-mix(in oklab,var(--color-slate-950)70%,transparent)}.bg-slate-950\/80{background-color:color-mix(in oklab,var(--color-slate-950)80%,transparent)}.bg-slate-950\/95{background-color:color-mix(in oklab,var(--color-slate-950)95%,transparent)}.bg-success-50{background-color:var(--color-success-50)}.bg-success-100{background-color:var(--color-success-100)}.bg-success-500{background-color:var(--color-success-500)}.bg-success-600{background-color:var(--color-success-600)}.bg-transparent{background-color:#0000}.bg-warning-50{background-color:var(--color-warning-50)}.bg-warning-100{background-color:var(--color-warning-100)}.bg-warning-500{background-color:var(--color-warning-500)}.bg-white{background-color:var(--color-white)}.bg-white\/3{background-color:color-mix(in oklab,var(--color-white)3%,transparent)}.bg-white\/5{background-color:color-mix(in oklab,var(--color-white)5%,transparent)}.bg-white\/10{background-color:color-mix(in oklab,var(--color-white)10%,transparent)}.bg-white\/20{background-color:color-mix(in oklab,var(--color-white)20%,transparent)}.bg-white\/50{background-color:color-mix(in oklab,var(--color-white)50%,transparent)}.bg-white\/70{background-color:color-mix(in oklab,var(--color-white)70%,transparent)}.bg-white\/80{background-color:color-mix(in oklab,var(--color-white)80%,transparent)}.bg-white\/90{background-color:color-mix(in oklab,var(--color-white)90%,transparent)}.bg-yellow-50{background-color:var(--color-yellow-50)}.bg-yellow-100{background-color:var(--color-yellow-100)}.bg-yellow-500{background-color:var(--color-yellow-500)}.bg-yellow-600{background-color:var(--color-yellow-600)}.-bg-conic,.bg-conic{--tw-gradient-position:in oklab;background-image:conic-gradient(var(--tw-gradient-stops))}.bg-gradient-to-br{--tw-gradient-position:to bottom right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-gradient-to-r{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-radial{--tw-gradient-position:in oklab;background-image:radial-gradient(var(--tw-gradient-stops))}.bg-\[radial-gradient\(circle_at_top\,_rgba\(66\,133\,244\,0\.25\)\,_rgba\(9\,14\,26\,0\.9\)\)\]{background-image:radial-gradient(circle at top,#4285f440,#090e1ae6)}.bg-\[radial-gradient\(circle_at_top_left\,_rgba\(255\,255\,255\,0\.12\)\,_transparent_60\%\)\]{background-image:radial-gradient(circle at 0 0,#ffffff1f,#0000 60%)}.bg-none{background-image:none}.via-none{--tw-gradient-via-stops:initial}.from-brand-50{--tw-gradient-from:var(--color-brand-50);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-brand-400{--tw-gradient-from:var(--color-brand-400);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-brand-500{--tw-gradient-from:var(--color-brand-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-brand-500\/30{--tw-gradient-from:color-mix(in oklab,var(--color-brand-500)30%,transparent);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-gray-50{--tw-gradient-from:var(--color-gray-50);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-purple-500{--tw-gradient-from:var(--color-purple-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-slate-100{--tw-gradient-from:var(--color-slate-100);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-white{--tw-gradient-from:var(--color-white);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-white\/5{--tw-gradient-from:color-mix(in oklab,var(--color-white)5%,transparent);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-white\/8{--tw-gradient-from:color-mix(in oklab,var(--color-white)8%,transparent);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-white\/10{--tw-gradient-from:color-mix(in oklab,var(--color-white)10%,transparent);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.via-brand-600\/20{--tw-gradient-via:color-mix(in oklab,var(--color-brand-600)20%,transparent);--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-slate-50{--tw-gradient-via:var(--color-slate-50);--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-transparent{--tw-gradient-via:transparent;--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.to-blue-500{--tw-gradient-to:var(--color-blue-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-brand-600{--tw-gradient-to:var(--color-brand-600);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-purple-50{--tw-gradient-to:var(--color-purple-50);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-purple-600{--tw-gradient-to:var(--color-purple-600);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-slate-950\/60{--tw-gradient-to:color-mix(in oklab,var(--color-slate-950)60%,transparent);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-transparent{--tw-gradient-to:transparent;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-white{--tw-gradient-to:var(--color-white);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-white\/0{--tw-gradient-to:color-mix(in oklab,var(--color-white)0%,transparent);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.box-decoration-clone{-webkit-box-decoration-break:clone;box-decoration-break:clone}.box-decoration-slice{-webkit-box-decoration-break:slice;box-decoration-break:slice}.decoration-clone{-webkit-box-decoration-break:clone;box-decoration-break:clone}.decoration-slice{-webkit-box-decoration-break:slice;box-decoration-break:slice}.bg-auto{background-size:auto}.bg-contain{background-size:contain}.bg-cover{background-size:cover}.bg-fixed{background-attachment:fixed}.bg-local{background-attachment:local}.bg-scroll{background-attachment:scroll}.bg-clip-border{background-clip:border-box}.bg-clip-content{background-clip:content-box}.bg-clip-padding{background-clip:padding-box}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.bg-bottom{background-position:bottom}.bg-center{background-position:50%}.bg-left{background-position:0}.bg-left-bottom{background-position:0 100%}.bg-left-top{background-position:0 0}.bg-right{background-position:100%}.bg-right-bottom{background-position:100% 100%}.bg-right-top{background-position:100% 0}.bg-top{background-position:top}.bg-no-repeat{background-repeat:no-repeat}.bg-repeat{background-repeat:repeat}.bg-repeat-round{background-repeat:round}.bg-repeat-space{background-repeat:space}.bg-repeat-x{background-repeat:repeat-x}.bg-repeat-y{background-repeat:repeat-y}.bg-origin-border{background-origin:border-box}.bg-origin-content{background-origin:content-box}.bg-origin-padding{background-origin:padding-box}.fill-current{fill:currentColor}.fill-gray-500{fill:var(--color-gray-500)}.fill-none{fill:none}.fill-white{fill:var(--color-white)}.stroke-current{stroke:currentColor}.stroke-gray-500{stroke:var(--color-gray-500)}.stroke-none{stroke:none}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.object-fill{object-fit:fill}.object-none{object-fit:none}.object-scale-down{object-fit:scale-down}.object-bottom{object-position:bottom}.object-center{object-position:center}.object-left{object-position:left}.object-left-bottom{object-position:left bottom}.object-left-top{object-position:left top}.object-right{object-position:right}.object-right-bottom{object-position:right bottom}.object-right-top{object-position:right top}.object-top{object-position:top}.p-0\.5{padding:calc(var(--spacing)*.5)}.p-1{padding:calc(var(--spacing)*1)}.p-2{padding:calc(var(--spacing)*2)}.p-3{padding:calc(var(--spacing)*3)}.p-3\.5{padding:calc(var(--spacing)*3.5)}.p-4{padding:calc(var(--spacing)*4)}.p-5{padding:calc(var(--spacing)*5)}.p-6{padding:calc(var(--spacing)*6)}.p-7{padding:calc(var(--spacing)*7)}.p-8{padding:calc(var(--spacing)*8)}.p-10{padding:calc(var(--spacing)*10)}.p-12{padding:calc(var(--spacing)*12)}.p-48{padding:calc(var(--spacing)*48)}.p-97{padding:calc(var(--spacing)*97)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-2\.5{padding-inline:calc(var(--spacing)*2.5)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-3\.5{padding-inline:calc(var(--spacing)*3.5)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-4\.5{padding-inline:calc(var(--spacing)*4.5)}.px-5{padding-inline:calc(var(--spacing)*5)}.px-6{padding-inline:calc(var(--spacing)*6)}.px-7{padding-inline:calc(var(--spacing)*7)}.px-8{padding-inline:calc(var(--spacing)*8)}.px-\[7px\]{padding-inline:7px}.py-0{padding-block:calc(var(--spacing)*0)}.py-0\.5{padding-block:calc(var(--spacing)*.5)}.py-1{padding-block:calc(var(--spacing)*1)}.py-1\.5{padding-block:calc(var(--spacing)*1.5)}.py-2{padding-block:calc(var(--spacing)*2)}.py-2\.5{padding-block:calc(var(--spacing)*2.5)}.py-3{padding-block:calc(var(--spacing)*3)}.py-3\.5{padding-block:calc(var(--spacing)*3.5)}.py-4{padding-block:calc(var(--spacing)*4)}.py-5{padding-block:calc(var(--spacing)*5)}.py-6{padding-block:calc(var(--spacing)*6)}.py-7{padding-block:calc(var(--spacing)*7)}.py-8{padding-block:calc(var(--spacing)*8)}.py-10{padding-block:calc(var(--spacing)*10)}.py-12{padding-block:calc(var(--spacing)*12)}.py-16{padding-block:calc(var(--spacing)*16)}.py-24{padding-block:calc(var(--spacing)*24)}.py-\[4\.5px\]{padding-block:4.5px}.pt-1{padding-top:calc(var(--spacing)*1)}.pt-2{padding-top:calc(var(--spacing)*2)}.pt-3{padding-top:calc(var(--spacing)*3)}.pt-4{padding-top:calc(var(--spacing)*4)}.pt-5{padding-top:calc(var(--spacing)*5)}.pt-6{padding-top:calc(var(--spacing)*6)}.pt-8{padding-top:calc(var(--spacing)*8)}.pt-10{padding-top:calc(var(--spacing)*10)}.pt-16{padding-top:calc(var(--spacing)*16)}.pt-24{padding-top:calc(var(--spacing)*24)}.pr-1{padding-right:calc(var(--spacing)*1)}.pr-2{padding-right:calc(var(--spacing)*2)}.pr-3{padding-right:calc(var(--spacing)*3)}.pr-8{padding-right:calc(var(--spacing)*8)}.pr-10{padding-right:calc(var(--spacing)*10)}.pr-11{padding-right:calc(var(--spacing)*11)}.pr-14{padding-right:calc(var(--spacing)*14)}.pr-16{padding-right:calc(var(--spacing)*16)}.pr-\[84px\]{padding-right:84px}.pb-3{padding-bottom:calc(var(--spacing)*3)}.pb-4{padding-bottom:calc(var(--spacing)*4)}.pb-5{padding-bottom:calc(var(--spacing)*5)}.pb-6{padding-bottom:calc(var(--spacing)*6)}.pb-9{padding-bottom:calc(var(--spacing)*9)}.pb-10{padding-bottom:calc(var(--spacing)*10)}.pb-11{padding-bottom:calc(var(--spacing)*11)}.pb-12{padding-bottom:calc(var(--spacing)*12)}.pb-16{padding-bottom:calc(var(--spacing)*16)}.pb-20{padding-bottom:calc(var(--spacing)*20)}.pb-24{padding-bottom:calc(var(--spacing)*24)}.pl-1{padding-left:calc(var(--spacing)*1)}.pl-2{padding-left:calc(var(--spacing)*2)}.pl-2\.5{padding-left:calc(var(--spacing)*2.5)}.pl-3{padding-left:calc(var(--spacing)*3)}.pl-3\.5{padding-left:calc(var(--spacing)*3.5)}.pl-4{padding-left:calc(var(--spacing)*4)}.pl-8{padding-left:calc(var(--spacing)*8)}.pl-12{padding-left:calc(var(--spacing)*12)}.pl-\[62px\]{padding-left:62px}.pl-\[84px\]{padding-left:84px}.text-center{text-align:center}.text-end{text-align:end}.text-justify{text-align:justify}.text-left{text-align:left}.text-right{text-align:right}.text-start{text-align:start}.align-baseline{vertical-align:baseline}.align-bottom{vertical-align:bottom}.align-middle{vertical-align:middle}.align-sub{vertical-align:sub}.align-super{vertical-align:super}.align-text-bottom{vertical-align:text-bottom}.align-text-top{vertical-align:text-top}.align-top{vertical-align:top}.font-mono{font-family:var(--font-mono)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-6xl{font-size:var(--text-6xl);line-height:var(--tw-leading,var(--text-6xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-theme-sm{font-size:var(--text-theme-sm);line-height:var(--tw-leading,var(--text-theme-sm--line-height))}.text-theme-xl{font-size:var(--text-theme-xl);line-height:var(--tw-leading,var(--text-theme-xl--line-height))}.text-theme-xs{font-size:var(--text-theme-xs);line-height:var(--tw-leading,var(--text-theme-xs--line-height))}.text-title-md{font-size:var(--text-title-md);line-height:var(--tw-leading,var(--text-title-md--line-height))}.text-title-sm{font-size:var(--text-title-sm);line-height:var(--tw-leading,var(--text-title-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[0\.7rem\]{font-size:.7rem}.text-\[11px\]{font-size:11px}.leading-6{--tw-leading:calc(var(--spacing)*6);line-height:calc(var(--spacing)*6)}.leading-\[20px\]{--tw-leading:20px;line-height:20px}.leading-none{--tw-leading:1;line-height:1}.leading-normal{--tw-leading:var(--leading-normal);line-height:var(--leading-normal)}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.leading-snug{--tw-leading:var(--leading-snug);line-height:var(--leading-snug)}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.-tracking-\[0\.2px\]{--tw-tracking: -.2px ;letter-spacing:-.2px}.tracking-\[0\.2em\]{--tw-tracking:.2em;letter-spacing:.2em}.tracking-\[0\.3em\]{--tw-tracking:.3em;letter-spacing:.3em}.tracking-\[0\.25em\]{--tw-tracking:.25em;letter-spacing:.25em}.tracking-\[0\.28em\]{--tw-tracking:.28em;letter-spacing:.28em}.tracking-\[0\.35em\]{--tw-tracking:.35em;letter-spacing:.35em}.tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.tracking-wider{--tw-tracking:var(--tracking-wider);letter-spacing:var(--tracking-wider)}.text-balance{text-wrap:balance}.text-nowrap{text-wrap:nowrap}.text-pretty{text-wrap:pretty}.text-wrap{text-wrap:wrap}.break-normal{overflow-wrap:normal;word-break:normal}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.break-keep{word-break:keep-all}.overflow-ellipsis{text-overflow:ellipsis}.text-clip{text-overflow:clip}.text-ellipsis{text-overflow:ellipsis}.hyphens-auto{-webkit-hyphens:auto;hyphens:auto}.hyphens-manual{-webkit-hyphens:manual;hyphens:manual}.hyphens-none{-webkit-hyphens:none;hyphens:none}.whitespace-break-spaces{white-space:break-spaces}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre{white-space:pre}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.menu-item-icon-inactive{color:var(--color-gray-500)}@media (hover:hover){.menu-item-icon-inactive:is(:where(.group):hover *){color:var(--color-gray-700)}}.menu-item-icon-inactive:is(.dark *){color:var(--color-gray-400)}@media (hover:hover){.menu-item-icon-inactive:is(.dark *):is(:where(.group):hover *){color:var(--color-gray-300)}}.menu-item-icon-active{color:var(--color-brand-500)}.menu-item-icon-active:is(.dark *){color:var(--color-brand-400)}.\[color\:red\]{color:red}.\[color\:red\]\/50{color:#ff000080}.\[color\:red\]\/50\!{color:#ff000080!important}.text-amber-700{color:var(--color-amber-700)}.text-black{color:var(--color-black)}.text-blue-500{color:var(--color-blue-500)}.text-blue-600{color:var(--color-blue-600)}.text-blue-700{color:var(--color-blue-700)}.text-blue-800{color:var(--color-blue-800)}.text-blue-900{color:var(--color-blue-900)}.text-blue-light-500{color:var(--color-blue-light-500)}.text-blue-light-600{color:var(--color-blue-light-600)}.text-brand-50{color:var(--color-brand-50)}.text-brand-100{color:var(--color-brand-100)}.text-brand-200{color:var(--color-brand-200)}.text-brand-500{color:var(--color-brand-500)}.text-brand-600{color:var(--color-brand-600)}.text-brand-700{color:var(--color-brand-700)}.text-brand-800{color:var(--color-brand-800)}.text-emerald-700{color:var(--color-emerald-700)}.text-error-500{color:var(--color-error-500)}.text-error-600{color:var(--color-error-600)}.text-gray-100{color:var(--color-gray-100)}.text-gray-300{color:var(--color-gray-300)}.text-gray-400{color:var(--color-gray-400)}.text-gray-500{color:var(--color-gray-500)}.text-gray-600{color:var(--color-gray-600)}.text-gray-700{color:var(--color-gray-700)}.text-gray-800{color:var(--color-gray-800)}.text-gray-900{color:var(--color-gray-900)}.text-green-500{color:var(--color-green-500)}.text-green-600{color:var(--color-green-600)}.text-green-700{color:var(--color-green-700)}.text-green-800{color:var(--color-green-800)}.text-indigo-600{color:var(--color-indigo-600)}.text-orange-400{color:var(--color-orange-400)}.text-orange-600{color:var(--color-orange-600)}.text-pink-600{color:var(--color-pink-600)}.text-purple-500{color:var(--color-purple-500)}.text-purple-600{color:var(--color-purple-600)}.text-purple-700{color:var(--color-purple-700)}.text-red-500{color:var(--color-red-500)}.text-red-600{color:var(--color-red-600)}.text-red-700{color:var(--color-red-700)}.text-red-800{color:var(--color-red-800)}.text-rose-700{color:var(--color-rose-700)}.text-slate-400{color:var(--color-slate-400)}.text-slate-500{color:var(--color-slate-500)}.text-slate-600{color:var(--color-slate-600)}.text-slate-700{color:var(--color-slate-700)}.text-slate-900{color:var(--color-slate-900)}.text-slate-950{color:var(--color-slate-950)}.text-success-500{color:var(--color-success-500)}.text-success-600{color:var(--color-success-600)}.text-success-700{color:var(--color-success-700)}.text-warning-500{color:var(--color-warning-500)}.text-warning-600{color:var(--color-warning-600)}.text-warning-700{color:var(--color-warning-700)}.text-white{color:var(--color-white)}.text-white\/30{color:color-mix(in oklab,var(--color-white)30%,transparent)}.text-white\/40{color:color-mix(in oklab,var(--color-white)40%,transparent)}.text-white\/50{color:color-mix(in oklab,var(--color-white)50%,transparent)}.text-white\/60{color:color-mix(in oklab,var(--color-white)60%,transparent)}.text-white\/65{color:color-mix(in oklab,var(--color-white)65%,transparent)}.text-white\/70{color:color-mix(in oklab,var(--color-white)70%,transparent)}.text-white\/80{color:color-mix(in oklab,var(--color-white)80%,transparent)}.text-white\/90{color:color-mix(in oklab,var(--color-white)90%,transparent)}.text-yellow-600{color:var(--color-yellow-600)}.text-yellow-800{color:var(--color-yellow-800)}.text-yellow-900{color:var(--color-yellow-900)}.capitalize{text-transform:capitalize}.lowercase{text-transform:lowercase}.normal-case{text-transform:none}.uppercase{text-transform:uppercase}.italic{font-style:italic}.not-italic{font-style:normal}.font-stretch-condensed{font-stretch:75%}.font-stretch-expanded{font-stretch:125%}.font-stretch-extra-condensed{font-stretch:62.5%}.font-stretch-extra-expanded{font-stretch:150%}.font-stretch-normal{font-stretch:100%}.font-stretch-semi-condensed{font-stretch:87.5%}.font-stretch-semi-expanded{font-stretch:112.5%}.font-stretch-ultra-condensed{font-stretch:50%}.font-stretch-ultra-expanded{font-stretch:200%}.diagonal-fractions{--tw-numeric-fraction:diagonal-fractions;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.lining-nums{--tw-numeric-figure:lining-nums;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.oldstyle-nums{--tw-numeric-figure:oldstyle-nums;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.ordinal{--tw-ordinal:ordinal;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.proportional-nums{--tw-numeric-spacing:proportional-nums;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.slashed-zero{--tw-slashed-zero:slashed-zero;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.stacked-fractions{--tw-numeric-fraction:stacked-fractions;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.normal-nums{font-variant-numeric:normal}.line-through{text-decoration-line:line-through}.no-underline{text-decoration-line:none}.overline{text-decoration-line:overline}.underline{text-decoration-line:underline}.decoration-dashed{text-decoration-style:dashed}.decoration-dotted{text-decoration-style:dotted}.decoration-double{text-decoration-style:double}.decoration-solid{text-decoration-style:solid}.decoration-wavy{text-decoration-style:wavy}.decoration-auto{text-decoration-thickness:auto}.decoration-from-font{text-decoration-thickness:from-font}.underline-offset-auto{text-underline-offset:auto}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.subpixel-antialiased{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}.accent-auto{accent-color:auto}.scheme-dark{color-scheme:dark}.scheme-light{color-scheme:light}.scheme-light-dark{color-scheme:light dark}.scheme-normal{color-scheme:normal}.scheme-only-dark{color-scheme:dark only}.scheme-only-light{color-scheme:light only}.opacity-0{opacity:0}.opacity-25{opacity:.25}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-100{opacity:1}.mix-blend-plus-darker{mix-blend-mode:plus-darker}.mix-blend-plus-lighter{mix-blend-mode:plus-lighter}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-2xl{--tw-shadow:0 25px 50px -12px var(--tw-shadow-color,#00000040);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_0_60px_rgba\(88\,166\,255\,0\.1\)\]{--tw-shadow:0 0 60px var(--tw-shadow-color,#58a6ff1a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_0_70px_rgba\(59\,130\,246\,0\.25\)\]{--tw-shadow:0 0 70px var(--tw-shadow-color,#3b82f640);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-inner{--tw-shadow:inset 0 2px 4px 0 var(--tw-shadow-color,#0000000d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-theme-lg{--tw-shadow:0px 12px 16px -4px var(--tw-shadow-color,#10182814),0px 4px 6px -2px var(--tw-shadow-color,#10182808);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-theme-md{--tw-shadow:0px 4px 8px -2px var(--tw-shadow-color,#1018281a),0px 2px 4px -2px var(--tw-shadow-color,#1018280f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-theme-sm{--tw-shadow:0px 1px 3px 0px var(--tw-shadow-color,#1018281a),0px 1px 2px 0px var(--tw-shadow-color,#1018280f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-theme-xs{--tw-shadow:0px 1px 2px 0px var(--tw-shadow-color,#1018280d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring,.ring-1{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentColor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-3{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(3px + var(--tw-ring-offset-width))var(--tw-ring-color,currentColor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.inset-ring{--tw-inset-ring-shadow:inset 0 0 0 1px var(--tw-inset-ring-color,currentColor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-initial{--tw-shadow-color:initial}.shadow-slate-200\/40{--tw-shadow-color:color-mix(in oklab,var(--color-slate-200)40%,transparent)}.shadow-slate-200\/50{--tw-shadow-color:color-mix(in oklab,var(--color-slate-200)50%,transparent)}.shadow-slate-200\/60{--tw-shadow-color:color-mix(in oklab,var(--color-slate-200)60%,transparent)}.shadow-slate-200\/70{--tw-shadow-color:color-mix(in oklab,var(--color-slate-200)70%,transparent)}.ring-brand-500\/10{--tw-ring-color:color-mix(in oklab,var(--color-brand-500)10%,transparent)}.ring-gray-300{--tw-ring-color:var(--color-gray-300)}.inset-shadow-initial{--tw-inset-shadow-color:initial}.outline-hidden{outline-style:none}@media (forced-colors:active){.outline-hidden{outline-offset:2px;outline:2px solid #0000}}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.blur-2xl{--tw-blur:blur(var(--blur-2xl));filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.blur-3xl{--tw-blur:blur(var(--blur-3xl));filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.blur-none{--tw-blur: ;filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.drop-shadow{--tw-drop-shadow:drop-shadow(0 1px 2px #0000001a)drop-shadow(0 1px 1px #0000000f);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.drop-shadow-none{--tw-drop-shadow: ;filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.grayscale{--tw-grayscale:grayscale(100%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.hue-rotate-180{--tw-hue-rotate:hue-rotate(180deg);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.\!invert{--tw-invert:invert(100%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)!important}.invert{--tw-invert:invert(100%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.sepia{--tw-sepia:sepia(100%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.\!filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)!important}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.backdrop-blur{--tw-backdrop-blur:blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-2xl{--tw-backdrop-blur:blur(var(--blur-2xl));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-\[32px\]{--tw-backdrop-blur:blur(32px);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-lg{--tw-backdrop-blur:blur(var(--blur-lg));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-none{--tw-backdrop-blur: ;-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-sm{--tw-backdrop-blur:blur(var(--blur-sm));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-xl{--tw-backdrop-blur:blur(var(--blur-xl));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-grayscale{--tw-backdrop-grayscale:grayscale(100%);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-invert{--tw-backdrop-invert:invert(100%);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-sepia{--tw-backdrop-sepia:sepia(100%);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-shadow{transition-property:box-shadow;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-none{transition-property:none}.transition-discrete{transition-behavior:allow-discrete}.transition-normal{transition-behavior:normal}.duration-150{--tw-duration:.15s;transition-duration:.15s}.duration-200{--tw-duration:.2s;transition-duration:.2s}.duration-300{--tw-duration:.3s;transition-duration:.3s}.ease-in{--tw-ease:var(--ease-in);transition-timing-function:var(--ease-in)}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.ease-linear{--tw-ease:linear;transition-timing-function:linear}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}.will-change-auto{will-change:auto}.will-change-contents{will-change:contents}.will-change-scroll{will-change:scroll-position}.will-change-transform{will-change:transform}.contain-inline-size{--tw-contain-size:inline-size;contain:var(--tw-contain-size,)var(--tw-contain-layout,)var(--tw-contain-paint,)var(--tw-contain-style,)}.contain-layout{--tw-contain-layout:layout;contain:var(--tw-contain-size,)var(--tw-contain-layout,)var(--tw-contain-paint,)var(--tw-contain-style,)}.contain-paint{--tw-contain-paint:paint;contain:var(--tw-contain-size,)var(--tw-contain-layout,)var(--tw-contain-paint,)var(--tw-contain-style,)}.contain-size{--tw-contain-size:size;contain:var(--tw-contain-size,)var(--tw-contain-layout,)var(--tw-contain-paint,)var(--tw-contain-style,)}.contain-style{--tw-contain-style:style;contain:var(--tw-contain-size,)var(--tw-contain-layout,)var(--tw-contain-paint,)var(--tw-contain-style,)}.contain-content{contain:content}.contain-none{contain:none}.contain-strict{contain:strict}.content-none{--tw-content:none;content:none}.forced-color-adjust-auto{forced-color-adjust:auto}.forced-color-adjust-none{forced-color-adjust:none}.outline-dashed{--tw-outline-style:dashed;outline-style:dashed}.outline-dotted{--tw-outline-style:dotted;outline-style:dotted}.outline-double{--tw-outline-style:double;outline-style:double}.outline-none{--tw-outline-style:none;outline-style:none}.outline-solid{--tw-outline-style:solid;outline-style:solid}.select-all{-webkit-user-select:all;user-select:all}.select-none{-webkit-user-select:none;user-select:none}.\[a-zA-Z0-9\:\\\\-\\\\\._\$\]{a-zA-Z0-9:\\-\\.$}.\[k\:K\]{k:K}.\[mask-image\:linear-gradient\(0deg\,white\,transparent\)\]{-webkit-mask-image:linear-gradient(#0000,#fff);mask-image:linear-gradient(#0000,#fff)}.\[vite\:css\]{vite:css}.\[vite\:html\]{vite:html}.backface-hidden{backface-visibility:hidden}.backface-visible{backface-visibility:visible}:where(.divide-x-reverse>:not(:last-child)){--tw-divide-x-reverse:1}.duration-initial{--tw-duration:initial}.ease-initial{--tw-ease:initial}.perspective-none{perspective:none}.perspective-origin-bottom{perspective-origin:bottom}.perspective-origin-bottom-left{perspective-origin:0 100%}.perspective-origin-bottom-right{perspective-origin:100% 100%}.perspective-origin-center{perspective-origin:50%}.perspective-origin-left{perspective-origin:0}.perspective-origin-right{perspective-origin:100%}.perspective-origin-top{perspective-origin:top}.perspective-origin-top-left{perspective-origin:0 0}.perspective-origin-top-right{perspective-origin:100% 0}.ring-inset{--tw-ring-inset:inset}.transform-3d{transform-style:preserve-3d}.transform-border{transform-box:border-box}.transform-content{transform-box:content-box}.transform-fill{transform-box:fill-box}.transform-flat{transform-style:flat}.transform-stroke{transform-box:stroke-box}.transform-view{transform-box:view-box}@media (hover:hover){.group-hover\:translate-x-1:is(:where(.group):hover *){--tw-translate-x:calc(var(--spacing)*1);translate:var(--tw-translate-x)var(--tw-translate-y)}.group-hover\:scale-110:is(:where(.group):hover *){--tw-scale-x:110%;--tw-scale-y:110%;--tw-scale-z:110%;scale:var(--tw-scale-x)var(--tw-scale-y)}.group-hover\:border-brand-500\/30:is(:where(.group):hover *){border-color:color-mix(in oklab,var(--color-brand-500)30%,transparent)}.group-hover\:bg-brand-50:is(:where(.group):hover *){background-color:var(--color-brand-50)}.group-hover\:fill-gray-700:is(:where(.group):hover *){fill:var(--color-gray-700)}.group-hover\:text-brand-500:is(:where(.group):hover *){color:var(--color-brand-500)}.group-hover\:text-gray-400:is(:where(.group):hover *){color:var(--color-gray-400)}.group-hover\:opacity-100:is(:where(.group):hover *){opacity:1}.group-hover\/section\:-translate-y-1:is(:where(.group\/section):hover *){--tw-translate-y:calc(var(--spacing)*-1);translate:var(--tw-translate-x)var(--tw-translate-y)}}.file\:mr-5::file-selector-button{margin-right:calc(var(--spacing)*5)}.file\:border-collapse::file-selector-button{border-collapse:collapse}.file\:cursor-pointer::file-selector-button{cursor:pointer}.file\:rounded-l-lg::file-selector-button{border-top-left-radius:var(--radius-lg);border-bottom-left-radius:var(--radius-lg)}.file\:border-0::file-selector-button{border-style:var(--tw-border-style);border-width:0}.file\:border-r::file-selector-button{border-right-style:var(--tw-border-style);border-right-width:1px}.file\:border-solid::file-selector-button{--tw-border-style:solid;border-style:solid}.file\:border-gray-200::file-selector-button{border-color:var(--color-gray-200)}.file\:bg-gray-50::file-selector-button{background-color:var(--color-gray-50)}.file\:py-3::file-selector-button{padding-block:calc(var(--spacing)*3)}.file\:pr-3::file-selector-button{padding-right:calc(var(--spacing)*3)}.file\:pl-3\.5::file-selector-button{padding-left:calc(var(--spacing)*3.5)}.file\:text-sm::file-selector-button{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.file\:text-gray-700::file-selector-button{color:var(--color-gray-700)}.placeholder\:text-gray-400::placeholder{color:var(--color-gray-400)}.placeholder\:text-white\/40::placeholder{color:color-mix(in oklab,var(--color-white)40%,transparent)}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:top-0:before{content:var(--tw-content);top:calc(var(--spacing)*0)}.before\:top-1\/2:before{content:var(--tw-content);top:50%}.before\:top-full:before{content:var(--tw-content);top:100%}.before\:-right-4:before{content:var(--tw-content);right:calc(var(--spacing)*-4)}.before\:right-full:before{content:var(--tw-content);right:100%}.before\:bottom-full:before{content:var(--tw-content);bottom:100%}.before\:left-1\/2:before{content:var(--tw-content);left:50%}.before\:left-full:before{content:var(--tw-content);left:100%}.before\:-mt-1:before{content:var(--tw-content);margin-top:calc(var(--spacing)*-1)}.before\:-mr-1:before{content:var(--tw-content);margin-right:calc(var(--spacing)*-1)}.before\:-mb-1:before{content:var(--tw-content);margin-bottom:calc(var(--spacing)*-1)}.before\:-ml-1:before{content:var(--tw-content);margin-left:calc(var(--spacing)*-1)}.before\:-translate-x-1\/2:before{content:var(--tw-content);--tw-translate-x: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.before\:-translate-y-1\/2:before{content:var(--tw-content);--tw-translate-y: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.before\:border-4:before{content:var(--tw-content);border-style:var(--tw-border-style);border-width:4px}.before\:border-\[13px\]:before{content:var(--tw-content);border-style:var(--tw-border-style);border-width:13px}.before\:border-transparent:before{content:var(--tw-content);border-color:#0000}.before\:border-t-brand-500:before{content:var(--tw-content);border-top-color:var(--color-brand-500)}.before\:border-t-error-500:before{content:var(--tw-content);border-top-color:var(--color-error-500)}.before\:border-t-gray-900:before{content:var(--tw-content);border-top-color:var(--color-gray-900)}.before\:border-t-success-500:before{content:var(--tw-content);border-top-color:var(--color-success-500)}.before\:border-t-warning-500:before{content:var(--tw-content);border-top-color:var(--color-warning-500)}.before\:border-r-gray-900:before{content:var(--tw-content);border-right-color:var(--color-gray-900)}.before\:border-b-gray-900:before{content:var(--tw-content);border-bottom-color:var(--color-gray-900)}.before\:border-l-brand-500:before{content:var(--tw-content);border-left-color:var(--color-brand-500)}.before\:border-l-error-500:before{content:var(--tw-content);border-left-color:var(--color-error-500)}.before\:border-l-gray-900:before{content:var(--tw-content);border-left-color:var(--color-gray-900)}.before\:border-l-success-500:before{content:var(--tw-content);border-left-color:var(--color-success-500)}.before\:border-l-warning-500:before{content:var(--tw-content);border-left-color:var(--color-warning-500)}.before\:content-\[\'\'\]:before{--tw-content:"";content:var(--tw-content)}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:-right-4:after{content:var(--tw-content);right:calc(var(--spacing)*-4)}.after\:bottom-0:after{content:var(--tw-content);bottom:calc(var(--spacing)*0)}.after\:border-\[13px\]:after{content:var(--tw-content);border-style:var(--tw-border-style);border-width:13px}.after\:border-transparent:after{content:var(--tw-content);border-color:#0000}.after\:border-b-brand-500:after{content:var(--tw-content);border-bottom-color:var(--color-brand-500)}.after\:border-b-error-500:after{content:var(--tw-content);border-bottom-color:var(--color-error-500)}.after\:border-b-success-500:after{content:var(--tw-content);border-bottom-color:var(--color-success-500)}.after\:border-b-warning-500:after{content:var(--tw-content);border-bottom-color:var(--color-warning-500)}.after\:border-l-brand-500:after{content:var(--tw-content);border-left-color:var(--color-brand-500)}.after\:border-l-error-500:after{content:var(--tw-content);border-left-color:var(--color-error-500)}.after\:border-l-success-500:after{content:var(--tw-content);border-left-color:var(--color-success-500)}.after\:border-l-warning-500:after{content:var(--tw-content);border-left-color:var(--color-warning-500)}.after\:content-\[\'\'\]:after{--tw-content:"";content:var(--tw-content)}.last\:border-0:last-child{border-style:var(--tw-border-style);border-width:0}.last\:border-b-0:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}.checked\:border-transparent:checked{border-color:#0000}.checked\:bg-brand-500:checked{background-color:var(--color-brand-500)}@media (hover:hover){.hover\:scale-110:hover{--tw-scale-x:110%;--tw-scale-y:110%;--tw-scale-z:110%;scale:var(--tw-scale-x)var(--tw-scale-y)}.hover\:scale-\[1\.02\]:hover{scale:1.02}.hover\:border-brand-300:hover{border-color:var(--color-brand-300)}.hover\:border-brand-400\/40:hover{border-color:color-mix(in oklab,var(--color-brand-400)40%,transparent)}.hover\:border-brand-500:hover{border-color:var(--color-brand-500)}.hover\:border-gray-200:hover{border-color:var(--color-gray-200)}.hover\:border-gray-600:hover{border-color:var(--color-gray-600)}.hover\:border-white\/40:hover{border-color:color-mix(in oklab,var(--color-white)40%,transparent)}.hover\:border-white\/60:hover{border-color:color-mix(in oklab,var(--color-white)60%,transparent)}.hover\:bg-amber-100:hover{background-color:var(--color-amber-100)}.hover\:bg-blue-100:hover{background-color:var(--color-blue-100)}.hover\:bg-blue-600:hover{background-color:var(--color-blue-600)}.hover\:bg-blue-light-50:hover{background-color:var(--color-blue-light-50)}.hover\:bg-blue-light-600:hover{background-color:var(--color-blue-light-600)}.hover\:bg-brand-50:hover{background-color:var(--color-brand-50)}.hover\:bg-brand-100:hover{background-color:var(--color-brand-100)}.hover\:bg-brand-400:hover{background-color:var(--color-brand-400)}.hover\:bg-brand-500:hover{background-color:var(--color-brand-500)}.hover\:bg-brand-600:hover{background-color:var(--color-brand-600)}.hover\:bg-error-50:hover{background-color:var(--color-error-50)}.hover\:bg-error-600:hover{background-color:var(--color-error-600)}.hover\:bg-gray-50:hover{background-color:var(--color-gray-50)}.hover\:bg-gray-100:hover{background-color:var(--color-gray-100)}.hover\:bg-gray-200:hover{background-color:var(--color-gray-200)}.hover\:bg-gray-300:hover{background-color:var(--color-gray-300)}.hover\:bg-gray-600:hover{background-color:var(--color-gray-600)}.hover\:bg-green-100:hover{background-color:var(--color-green-100)}.hover\:bg-green-700:hover{background-color:var(--color-green-700)}.hover\:bg-purple-100:hover{background-color:var(--color-purple-100)}.hover\:bg-red-50:hover{background-color:var(--color-red-50)}.hover\:bg-red-100:hover{background-color:var(--color-red-100)}.hover\:bg-red-700:hover{background-color:var(--color-red-700)}.hover\:bg-success-100:hover{background-color:var(--color-success-100)}.hover\:bg-success-600:hover{background-color:var(--color-success-600)}.hover\:bg-warning-600:hover{background-color:var(--color-warning-600)}.hover\:bg-white\/20:hover{background-color:color-mix(in oklab,var(--color-white)20%,transparent)}.hover\:bg-white\/30:hover{background-color:color-mix(in oklab,var(--color-white)30%,transparent)}.hover\:bg-white\/50:hover{background-color:color-mix(in oklab,var(--color-white)50%,transparent)}.hover\:bg-yellow-700:hover{background-color:var(--color-yellow-700)}.hover\:text-blue-light-600:hover{color:var(--color-blue-light-600)}.hover\:text-brand-100:hover{color:var(--color-brand-100)}.hover\:text-brand-200:hover{color:var(--color-brand-200)}.hover\:text-brand-500:hover{color:var(--color-brand-500)}.hover\:text-brand-600:hover{color:var(--color-brand-600)}.hover\:text-brand-700:hover{color:var(--color-brand-700)}.hover\:text-error-600:hover{color:var(--color-error-600)}.hover\:text-gray-600:hover{color:var(--color-gray-600)}.hover\:text-gray-700:hover{color:var(--color-gray-700)}.hover\:text-gray-800:hover{color:var(--color-gray-800)}.hover\:text-gray-900:hover{color:var(--color-gray-900)}.hover\:text-red-700:hover{color:var(--color-red-700)}.hover\:text-red-800:hover{color:var(--color-red-800)}.hover\:text-success-600:hover{color:var(--color-success-600)}.hover\:text-white:hover{color:var(--color-white)}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a),0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:file\:bg-gray-100:hover::file-selector-button{background-color:var(--color-gray-100)}}.focus\:border-blue-500:focus{border-color:var(--color-blue-500)}.focus\:border-brand-300:focus{border-color:var(--color-brand-300)}.focus\:border-brand-400:focus{border-color:var(--color-brand-400)}.focus\:border-brand-500:focus{border-color:var(--color-brand-500)}.focus\:border-error-300:focus{border-color:var(--color-error-300)}.focus\:border-success-300:focus{border-color:var(--color-success-300)}.focus\:shadow-focus-ring:focus{--tw-shadow:0px 0px 0px 4px var(--tw-shadow-color,#465fff1f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentColor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-3:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(3px + var(--tw-ring-offset-width))var(--tw-ring-color,currentColor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-blue-500:focus{--tw-ring-color:var(--color-blue-500)}.focus\:ring-blue-500\/20:focus{--tw-ring-color:color-mix(in oklab,var(--color-blue-500)20%,transparent)}.focus\:ring-brand-500:focus{--tw-ring-color:var(--color-brand-500)}.focus\:ring-brand-500\/10:focus{--tw-ring-color:color-mix(in oklab,var(--color-brand-500)10%,transparent)}.focus\:ring-brand-500\/20:focus{--tw-ring-color:color-mix(in oklab,var(--color-brand-500)20%,transparent)}.focus\:ring-error-500\/10:focus{--tw-ring-color:color-mix(in oklab,var(--color-error-500)10%,transparent)}.focus\:ring-error-500\/20:focus{--tw-ring-color:color-mix(in oklab,var(--color-error-500)20%,transparent)}.focus\:ring-success-500\/20:focus{--tw-ring-color:color-mix(in oklab,var(--color-success-500)20%,transparent)}.focus\:outline-hidden:focus{outline-style:none}@media (forced-colors:active){.focus\:outline-hidden:focus{outline-offset:2px;outline:2px solid #0000}}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.focus\:file\:ring-brand-300:focus::file-selector-button{--tw-ring-color:var(--color-brand-300)}.active\:scale-\[0\.98\]:active{scale:.98}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-brand-300:disabled{background-color:var(--color-brand-300)}.disabled\:bg-success-300:disabled{background-color:var(--color-success-300)}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}@media (width>=375px){.\32xsm\:w-\[307px\]{width:307px}.\32xsm\:gap-3{gap:calc(var(--spacing)*3)}}@media (width>=425px){.xsm\:w-\[358px\]{width:358px}}@media (width>=640px){.sm\:top-6{top:calc(var(--spacing)*6)}.sm\:right-6{right:calc(var(--spacing)*6)}.sm\:col-span-1{grid-column:span 1/span 1}.sm\:-mx-6{margin-inline:calc(var(--spacing)*-6)}.sm\:-mt-16{margin-top:calc(var(--spacing)*-16)}.sm\:mt-0{margin-top:calc(var(--spacing)*0)}.sm\:mb-8{margin-bottom:calc(var(--spacing)*8)}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:inline{display:inline}.sm\:h-11{height:calc(var(--spacing)*11)}.sm\:w-11{width:calc(var(--spacing)*11)}.sm\:w-\[228px\]{width:228px}.sm\:w-\[361px\]{width:361px}.sm\:w-auto{width:auto}.sm\:w-fit{width:fit-content}.sm\:max-w-\[472px\]{max-width:472px}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:justify-center{justify-content:center}.sm\:justify-end{justify-content:flex-end}.sm\:justify-normal{justify-content:normal}.sm\:gap-4{gap:calc(var(--spacing)*4)}.sm\:gap-5{gap:calc(var(--spacing)*5)}.sm\:gap-6{gap:calc(var(--spacing)*6)}.sm\:gap-8{gap:calc(var(--spacing)*8)}:where(.sm\:space-y-6>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*6)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*6)*calc(1 - var(--tw-space-y-reverse)))}.sm\:p-0{padding:calc(var(--spacing)*0)}.sm\:p-2\.5{padding:calc(var(--spacing)*2.5)}.sm\:p-6{padding:calc(var(--spacing)*6)}.sm\:p-10{padding:calc(var(--spacing)*10)}.sm\:px-3\.5{padding-inline:calc(var(--spacing)*3.5)}.sm\:px-5{padding-inline:calc(var(--spacing)*5)}.sm\:px-6{padding-inline:calc(var(--spacing)*6)}.sm\:py-2{padding-block:calc(var(--spacing)*2)}.sm\:py-2\.5{padding-block:calc(var(--spacing)*2.5)}.sm\:py-5{padding-block:calc(var(--spacing)*5)}.sm\:pt-6{padding-top:calc(var(--spacing)*6)}.sm\:pt-10{padding-top:calc(var(--spacing)*10)}.sm\:text-left{text-align:left}.sm\:text-start{text-align:start}.sm\:text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.sm\:text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.sm\:text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.sm\:text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.sm\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.sm\:text-title-md{font-size:var(--text-title-md);line-height:var(--tw-leading,var(--text-title-md--line-height))}}@media (width>=768px){.md\:-left-12{left:calc(var(--spacing)*-12)}.md\:flex{display:flex}.md\:h-10{height:calc(var(--spacing)*10)}.md\:w-\[668px\]{width:668px}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:gap-6{gap:calc(var(--spacing)*6)}.md\:gap-12{gap:calc(var(--spacing)*12)}.md\:border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.md\:border-b-0{border-bottom-style:var(--tw-border-style);border-bottom-width:0}.md\:p-6{padding:calc(var(--spacing)*6)}.md\:p-8{padding:calc(var(--spacing)*8)}.md\:p-12{padding:calc(var(--spacing)*12)}.md\:p-14{padding:calc(var(--spacing)*14)}.md\:p-16{padding:calc(var(--spacing)*16)}.md\:py-32{padding-block:calc(var(--spacing)*32)}.md\:pb-24{padding-bottom:calc(var(--spacing)*24)}.md\:text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.md\:text-5xl{font-size:var(--text-5xl);line-height:var(--tw-leading,var(--text-5xl--line-height))}.md\:text-6xl{font-size:var(--text-6xl);line-height:var(--tw-leading,var(--text-6xl--line-height))}.md\:text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.md\:text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.md\:text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}}@media (width>=1024px){.lg\:right-0{right:calc(var(--spacing)*0)}.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:col-span-1{grid-column:span 1/span 1}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:mt-0{margin-top:calc(var(--spacing)*0)}.lg\:mb-6{margin-bottom:calc(var(--spacing)*6)}.lg\:mb-7{margin-bottom:calc(var(--spacing)*7)}.lg\:ml-\[90px\]{margin-left:90px}.lg\:ml-\[290px\]{margin-left:290px}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:inline-flex{display:inline-flex}.lg\:h-11{height:calc(var(--spacing)*11)}.lg\:w-1\/2{width:50%}.lg\:w-11{width:calc(var(--spacing)*11)}.lg\:w-\[634px\]{width:634px}.lg\:w-auto{width:auto}.lg\:translate-x-0{--tw-translate-x:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-\[minmax\(0\,3fr\)_minmax\(0\,2fr\)\]{grid-template-columns:minmax(0,3fr) minmax(0,2fr)}.lg\:flex-row{flex-direction:row}.lg\:items-start{align-items:flex-start}.lg\:justify-between{justify-content:space-between}.lg\:justify-center{justify-content:center}.lg\:justify-end{justify-content:flex-end}.lg\:justify-normal{justify-content:normal}.lg\:justify-start{justify-content:flex-start}.lg\:gap-7{gap:calc(var(--spacing)*7)}.lg\:border{border-style:var(--tw-border-style);border-width:1px}.lg\:border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.lg\:border-b-0{border-bottom-style:var(--tw-border-style);border-bottom-width:0}.lg\:p-6{padding:calc(var(--spacing)*6)}.lg\:p-10{padding:calc(var(--spacing)*10)}.lg\:p-11{padding:calc(var(--spacing)*11)}.lg\:px-0{padding-inline:calc(var(--spacing)*0)}.lg\:px-6{padding-inline:calc(var(--spacing)*6)}.lg\:px-8{padding-inline:calc(var(--spacing)*8)}.lg\:py-4{padding-block:calc(var(--spacing)*4)}.lg\:text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.lg\:shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}@media (width>=1280px){.xl\:order-2{order:2}.xl\:order-3{order:3}.xl\:col-span-2{grid-column:span 2/span 2}.xl\:col-span-4{grid-column:span 4/span 4}.xl\:col-span-8{grid-column:span 8/span 8}.xl\:block{display:block}.xl\:flex{display:flex}.xl\:w-\[393px\]{width:393px}.xl\:w-\[430px\]{width:430px}.xl\:w-auto{width:auto}.xl\:max-w-\[450px\]{max-width:450px}.xl\:min-w-full{min-width:100%}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.xl\:flex-row{flex-direction:row}.xl\:items-center{align-items:center}.xl\:justify-between{justify-content:space-between}.xl\:justify-end{justify-content:flex-end}.xl\:justify-normal{justify-content:normal}.xl\:gap-3{gap:calc(var(--spacing)*3)}.xl\:gap-5{gap:calc(var(--spacing)*5)}.xl\:gap-6{gap:calc(var(--spacing)*6)}.xl\:p-6{padding:calc(var(--spacing)*6)}.xl\:p-8{padding:calc(var(--spacing)*8)}.xl\:px-6{padding-inline:calc(var(--spacing)*6)}.xl\:px-10{padding-inline:calc(var(--spacing)*10)}.xl\:py-6{padding-block:calc(var(--spacing)*6)}.xl\:py-12{padding-block:calc(var(--spacing)*12)}.xl\:text-left{text-align:left}.xl\:text-title-2xl{font-size:var(--text-title-2xl);line-height:var(--tw-leading,var(--text-title-2xl--line-height))}}@media (width>=1440px){.min-\[1440px\]\:max-w-\[90\%\]{max-width:90%}}@media (width>=1536px){.\32xl\:w-\[554px\]{width:554px}.\32xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.\32xl\:gap-x-32{column-gap:calc(var(--spacing)*32)}}.dark\:block:is(.dark *){display:block}.dark\:hidden:is(.dark *){display:none}:where(.dark\:divide-gray-700:is(.dark *)>:not(:last-child)){border-color:var(--color-gray-700)}:where(.dark\:divide-gray-800:is(.dark *)>:not(:last-child)){border-color:var(--color-gray-800)}:where(.dark\:divide-white\/\[0\.05\]:is(.dark *)>:not(:last-child)){border-color:color-mix(in oklab,var(--color-white)5%,transparent)}.dark\:border-blue-800:is(.dark *){border-color:var(--color-blue-800)}.dark\:border-blue-light-500\/30:is(.dark *){border-color:color-mix(in oklab,var(--color-blue-light-500)30%,transparent)}.dark\:border-brand-500:is(.dark *){border-color:var(--color-brand-500)}.dark\:border-brand-500\/30:is(.dark *){border-color:color-mix(in oklab,var(--color-brand-500)30%,transparent)}.dark\:border-brand-700\/50:is(.dark *){border-color:color-mix(in oklab,var(--color-brand-700)50%,transparent)}.dark\:border-brand-800:is(.dark *){border-color:var(--color-brand-800)}.dark\:border-error-500:is(.dark *){border-color:var(--color-error-500)}.dark\:border-error-500\/30:is(.dark *){border-color:color-mix(in oklab,var(--color-error-500)30%,transparent)}.dark\:border-gray-500:is(.dark *){border-color:var(--color-gray-500)}.dark\:border-gray-600:is(.dark *){border-color:var(--color-gray-600)}.dark\:border-gray-700:is(.dark *){border-color:var(--color-gray-700)}.dark\:border-gray-700\/50:is(.dark *){border-color:color-mix(in oklab,var(--color-gray-700)50%,transparent)}.dark\:border-gray-800:is(.dark *){border-color:var(--color-gray-800)}.dark\:border-gray-800\/60:is(.dark *){border-color:color-mix(in oklab,var(--color-gray-800)60%,transparent)}.dark\:border-gray-800\/70:is(.dark *){border-color:color-mix(in oklab,var(--color-gray-800)70%,transparent)}.dark\:border-gray-900:is(.dark *){border-color:var(--color-gray-900)}.dark\:border-green-600:is(.dark *){border-color:var(--color-green-600)}.dark\:border-green-800:is(.dark *){border-color:var(--color-green-800)}.dark\:border-purple-800:is(.dark *){border-color:var(--color-purple-800)}.dark\:border-red-700:is(.dark *){border-color:var(--color-red-700)}.dark\:border-red-800:is(.dark *){border-color:var(--color-red-800)}.dark\:border-rose-900\/40:is(.dark *){border-color:color-mix(in oklab,var(--color-rose-900)40%,transparent)}.dark\:border-success-500:is(.dark *){border-color:var(--color-success-500)}.dark\:border-success-500\/30:is(.dark *){border-color:color-mix(in oklab,var(--color-success-500)30%,transparent)}.dark\:border-warning-500\/30:is(.dark *){border-color:color-mix(in oklab,var(--color-warning-500)30%,transparent)}.dark\:border-white:is(.dark *){border-color:var(--color-white)}.dark\:border-white\/10:is(.dark *){border-color:color-mix(in oklab,var(--color-white)10%,transparent)}.dark\:border-white\/\[0\.05\]:is(.dark *){border-color:color-mix(in oklab,var(--color-white)5%,transparent)}.dark\:border-yellow-800:is(.dark *){border-color:var(--color-yellow-800)}.dark\:bg-\[\#1e2636\]:is(.dark *){background-color:#1e2636}.dark\:bg-amber-500\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-amber-500)10%,transparent)}.dark\:bg-amber-500\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-amber-500)20%,transparent)}.dark\:bg-blue-500:is(.dark *){background-color:var(--color-blue-500)}.dark\:bg-blue-500\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-blue-500)10%,transparent)}.dark\:bg-blue-500\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-blue-500)20%,transparent)}.dark\:bg-blue-900\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-blue-900)10%,transparent)}.dark\:bg-blue-900\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-blue-900)20%,transparent)}.dark\:bg-blue-light-500\/15:is(.dark *){background-color:color-mix(in oklab,var(--color-blue-light-500)15%,transparent)}.dark\:bg-blue-light-500\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-blue-light-500)20%,transparent)}.dark\:bg-brand-500\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-brand-500)10%,transparent)}.dark\:bg-brand-500\/15:is(.dark *){background-color:color-mix(in oklab,var(--color-brand-500)15%,transparent)}.dark\:bg-brand-500\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-brand-500)20%,transparent)}.dark\:bg-brand-900\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-brand-900)10%,transparent)}.dark\:bg-brand-900\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-brand-900)20%,transparent)}.dark\:bg-emerald-500\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-emerald-500)20%,transparent)}.dark\:bg-error-500\/15:is(.dark *){background-color:color-mix(in oklab,var(--color-error-500)15%,transparent)}.dark\:bg-gray-400:is(.dark *){background-color:var(--color-gray-400)}.dark\:bg-gray-500:is(.dark *){background-color:var(--color-gray-500)}.dark\:bg-gray-600:is(.dark *){background-color:var(--color-gray-600)}.dark\:bg-gray-700:is(.dark *){background-color:var(--color-gray-700)}.dark\:bg-gray-700\/50:is(.dark *){background-color:color-mix(in oklab,var(--color-gray-700)50%,transparent)}.dark\:bg-gray-800:is(.dark *){background-color:var(--color-gray-800)}.dark\:bg-gray-800\/50:is(.dark *){background-color:color-mix(in oklab,var(--color-gray-800)50%,transparent)}.dark\:bg-gray-800\/60:is(.dark *){background-color:color-mix(in oklab,var(--color-gray-800)60%,transparent)}.dark\:bg-gray-900:is(.dark *){background-color:var(--color-gray-900)}.dark\:bg-gray-900\/30:is(.dark *){background-color:color-mix(in oklab,var(--color-gray-900)30%,transparent)}.dark\:bg-gray-900\/40:is(.dark *){background-color:color-mix(in oklab,var(--color-gray-900)40%,transparent)}.dark\:bg-gray-900\/50:is(.dark *){background-color:color-mix(in oklab,var(--color-gray-900)50%,transparent)}.dark\:bg-gray-900\/70:is(.dark *){background-color:color-mix(in oklab,var(--color-gray-900)70%,transparent)}.dark\:bg-gray-950\/70:is(.dark *){background-color:color-mix(in oklab,var(--color-gray-950)70%,transparent)}.dark\:bg-gray-dark:is(.dark *){background-color:var(--color-gray-dark)}.dark\:bg-green-500:is(.dark *){background-color:var(--color-green-500)}.dark\:bg-green-500\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-green-500)10%,transparent)}.dark\:bg-green-600:is(.dark *){background-color:var(--color-green-600)}.dark\:bg-green-700:is(.dark *){background-color:var(--color-green-700)}.dark\:bg-green-900\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-green-900)20%,transparent)}.dark\:bg-green-900\/30:is(.dark *){background-color:color-mix(in oklab,var(--color-green-900)30%,transparent)}.dark\:bg-indigo-500:is(.dark *){background-color:var(--color-indigo-500)}.dark\:bg-indigo-900\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-indigo-900)20%,transparent)}.dark\:bg-orange-500:is(.dark *){background-color:var(--color-orange-500)}.dark\:bg-orange-900\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-orange-900)20%,transparent)}.dark\:bg-pink-900\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-pink-900)20%,transparent)}.dark\:bg-purple-500:is(.dark *){background-color:var(--color-purple-500)}.dark\:bg-purple-500\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-purple-500)10%,transparent)}.dark\:bg-purple-900\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-purple-900)20%,transparent)}.dark\:bg-red-500:is(.dark *){background-color:var(--color-red-500)}.dark\:bg-red-500\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-red-500)10%,transparent)}.dark\:bg-red-600:is(.dark *){background-color:var(--color-red-600)}.dark\:bg-red-900\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-red-900)20%,transparent)}.dark\:bg-red-900\/30:is(.dark *){background-color:color-mix(in oklab,var(--color-red-900)30%,transparent)}.dark\:bg-red-900\/40:is(.dark *){background-color:color-mix(in oklab,var(--color-red-900)40%,transparent)}.dark\:bg-rose-500\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-rose-500)20%,transparent)}.dark\:bg-rose-950\/30:is(.dark *){background-color:color-mix(in oklab,var(--color-rose-950)30%,transparent)}.dark\:bg-slate-700\/70:is(.dark *){background-color:color-mix(in oklab,var(--color-slate-700)70%,transparent)}.dark\:bg-success-500\/15:is(.dark *){background-color:color-mix(in oklab,var(--color-success-500)15%,transparent)}.dark\:bg-warning-500\/15:is(.dark *){background-color:color-mix(in oklab,var(--color-warning-500)15%,transparent)}.dark\:bg-white\/3:is(.dark *){background-color:color-mix(in oklab,var(--color-white)3%,transparent)}.dark\:bg-white\/5:is(.dark *){background-color:color-mix(in oklab,var(--color-white)5%,transparent)}.dark\:bg-white\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-white)10%,transparent)}.dark\:bg-white\/\[0\.03\]:is(.dark *){background-color:color-mix(in oklab,var(--color-white)3%,transparent)}.dark\:bg-yellow-900\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-yellow-900)20%,transparent)}.dark\:bg-yellow-900\/30:is(.dark *){background-color:color-mix(in oklab,var(--color-yellow-900)30%,transparent)}.dark\:from-brand-500\/10:is(.dark *){--tw-gradient-from:color-mix(in oklab,var(--color-brand-500)10%,transparent);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.dark\:from-brand-900\/10:is(.dark *){--tw-gradient-from:color-mix(in oklab,var(--color-brand-900)10%,transparent);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.dark\:from-gray-800:is(.dark *){--tw-gradient-from:var(--color-gray-800);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.dark\:from-gray-900:is(.dark *){--tw-gradient-from:var(--color-gray-900);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.dark\:from-gray-900\/50:is(.dark *){--tw-gradient-from:color-mix(in oklab,var(--color-gray-900)50%,transparent);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.dark\:via-gray-900:is(.dark *){--tw-gradient-via:var(--color-gray-900);--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.dark\:via-gray-950:is(.dark *){--tw-gradient-via:var(--color-gray-950);--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.dark\:to-gray-800\/50:is(.dark *){--tw-gradient-to:color-mix(in oklab,var(--color-gray-800)50%,transparent);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.dark\:to-gray-900:is(.dark *){--tw-gradient-to:var(--color-gray-900);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.dark\:to-gray-950:is(.dark *){--tw-gradient-to:var(--color-gray-950);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.dark\:to-purple-900\/10:is(.dark *){--tw-gradient-to:color-mix(in oklab,var(--color-purple-900)10%,transparent);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.dark\:fill-gray-400:is(.dark *){fill:var(--color-gray-400)}.dark\:fill-gray-800:is(.dark *){fill:var(--color-gray-800)}.dark\:stroke-gray-400:is(.dark *){stroke:var(--color-gray-400)}.dark\:text-amber-200:is(.dark *){color:var(--color-amber-200)}.dark\:text-blue-200:is(.dark *){color:var(--color-blue-200)}.dark\:text-blue-300:is(.dark *){color:var(--color-blue-300)}.dark\:text-blue-400:is(.dark *){color:var(--color-blue-400)}.dark\:text-blue-light-400:is(.dark *){color:var(--color-blue-light-400)}.dark\:text-blue-light-500:is(.dark *){color:var(--color-blue-light-500)}.dark\:text-brand-300:is(.dark *){color:var(--color-brand-300)}.dark\:text-brand-400:is(.dark *){color:var(--color-brand-400)}.dark\:text-emerald-200:is(.dark *){color:var(--color-emerald-200)}.dark\:text-error-400:is(.dark *){color:var(--color-error-400)}.dark\:text-error-500:is(.dark *){color:var(--color-error-500)}.dark\:text-gray-100:is(.dark *){color:var(--color-gray-100)}.dark\:text-gray-200:is(.dark *){color:var(--color-gray-200)}.dark\:text-gray-300:is(.dark *){color:var(--color-gray-300)}.dark\:text-gray-400:is(.dark *){color:var(--color-gray-400)}.dark\:text-gray-500:is(.dark *){color:var(--color-gray-500)}.dark\:text-gray-600:is(.dark *){color:var(--color-gray-600)}.dark\:text-green-300:is(.dark *){color:var(--color-green-300)}.dark\:text-green-400:is(.dark *){color:var(--color-green-400)}.dark\:text-indigo-400:is(.dark *){color:var(--color-indigo-400)}.dark\:text-orange-400:is(.dark *){color:var(--color-orange-400)}.dark\:text-pink-400:is(.dark *){color:var(--color-pink-400)}.dark\:text-purple-300:is(.dark *){color:var(--color-purple-300)}.dark\:text-purple-400:is(.dark *){color:var(--color-purple-400)}.dark\:text-red-200:is(.dark *){color:var(--color-red-200)}.dark\:text-red-300:is(.dark *){color:var(--color-red-300)}.dark\:text-red-400:is(.dark *){color:var(--color-red-400)}.dark\:text-rose-200:is(.dark *){color:var(--color-rose-200)}.dark\:text-rose-300:is(.dark *){color:var(--color-rose-300)}.dark\:text-slate-200:is(.dark *){color:var(--color-slate-200)}.dark\:text-slate-300:is(.dark *){color:var(--color-slate-300)}.dark\:text-slate-400:is(.dark *){color:var(--color-slate-400)}.dark\:text-slate-500:is(.dark *){color:var(--color-slate-500)}.dark\:text-success-400:is(.dark *){color:var(--color-success-400)}.dark\:text-success-500:is(.dark *){color:var(--color-success-500)}.dark\:text-warning-400:is(.dark *){color:var(--color-warning-400)}.dark\:text-warning-500:is(.dark *){color:var(--color-warning-500)}.dark\:text-white:is(.dark *){color:var(--color-white)}.dark\:text-white\/60:is(.dark *){color:color-mix(in oklab,var(--color-white)60%,transparent)}.dark\:text-white\/80:is(.dark *){color:color-mix(in oklab,var(--color-white)80%,transparent)}.dark\:text-white\/90:is(.dark *){color:color-mix(in oklab,var(--color-white)90%,transparent)}.dark\:text-yellow-200:is(.dark *){color:var(--color-yellow-200)}.dark\:text-yellow-300:is(.dark *){color:var(--color-yellow-300)}.dark\:text-yellow-400:is(.dark *){color:var(--color-yellow-400)}.dark\:shadow-black\/10:is(.dark *){--tw-shadow-color:color-mix(in oklab,var(--color-black)10%,transparent)}.dark\:shadow-black\/20:is(.dark *){--tw-shadow-color:color-mix(in oklab,var(--color-black)20%,transparent)}.dark\:shadow-black\/30:is(.dark *){--tw-shadow-color:color-mix(in oklab,var(--color-black)30%,transparent)}.dark\:ring-gray-700:is(.dark *){--tw-ring-color:var(--color-gray-700)}@media (hover:hover){.dark\:group-hover\:bg-brand-500\/15:is(.dark *):is(:where(.group):hover *){background-color:color-mix(in oklab,var(--color-brand-500)15%,transparent)}.dark\:group-hover\:fill-gray-300:is(.dark *):is(:where(.group):hover *){fill:var(--color-gray-300)}.dark\:group-hover\:text-brand-400:is(.dark *):is(:where(.group):hover *){color:var(--color-brand-400)}}.dark\:file\:border-gray-800:is(.dark *)::file-selector-button{border-color:var(--color-gray-800)}.dark\:file\:bg-white\/\[0\.03\]:is(.dark *)::file-selector-button{background-color:color-mix(in oklab,var(--color-white)3%,transparent)}.dark\:file\:text-gray-400:is(.dark *)::file-selector-button{color:var(--color-gray-400)}.dark\:placeholder\:text-gray-400:is(.dark *)::placeholder{color:var(--color-gray-400)}.dark\:placeholder\:text-white\/30:is(.dark *)::placeholder{color:color-mix(in oklab,var(--color-white)30%,transparent)}@media (hover:hover){.dark\:hover\:border-brand-400:is(.dark *):hover{border-color:var(--color-brand-400)}.dark\:hover\:border-brand-500:is(.dark *):hover{border-color:var(--color-brand-500)}.dark\:hover\:border-brand-500\/30:is(.dark *):hover{border-color:color-mix(in oklab,var(--color-brand-500)30%,transparent)}.dark\:hover\:border-brand-600\/50:is(.dark *):hover{border-color:color-mix(in oklab,var(--color-brand-600)50%,transparent)}.dark\:hover\:border-gray-600:is(.dark *):hover{border-color:var(--color-gray-600)}.dark\:hover\:border-gray-800:is(.dark *):hover{border-color:var(--color-gray-800)}.dark\:hover\:bg-amber-500\/20:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-amber-500)20%,transparent)}.dark\:hover\:bg-blue-500\/20:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-blue-500)20%,transparent)}.dark\:hover\:bg-blue-light-500\/15:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-blue-light-500)15%,transparent)}.dark\:hover\:bg-brand-500:is(.dark *):hover{background-color:var(--color-brand-500)}.dark\:hover\:bg-brand-500\/10:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-brand-500)10%,transparent)}.dark\:hover\:bg-brand-500\/25:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-brand-500)25%,transparent)}.dark\:hover\:bg-brand-500\/\[0\.12\]:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-brand-500)12%,transparent)}.dark\:hover\:bg-brand-600:is(.dark *):hover{background-color:var(--color-brand-600)}.dark\:hover\:bg-error-500\/15:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-error-500)15%,transparent)}.dark\:hover\:bg-gray-600:is(.dark *):hover{background-color:var(--color-gray-600)}.dark\:hover\:bg-gray-700:is(.dark *):hover{background-color:var(--color-gray-700)}.dark\:hover\:bg-gray-700\/50:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-gray-700)50%,transparent)}.dark\:hover\:bg-gray-800:is(.dark *):hover{background-color:var(--color-gray-800)}.dark\:hover\:bg-gray-800\/30:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-gray-800)30%,transparent)}.dark\:hover\:bg-gray-800\/50:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-gray-800)50%,transparent)}.dark\:hover\:bg-green-500\/20:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-green-500)20%,transparent)}.dark\:hover\:bg-green-800:is(.dark *):hover{background-color:var(--color-green-800)}.dark\:hover\:bg-purple-500\/20:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-purple-500)20%,transparent)}.dark\:hover\:bg-red-500\/20:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-red-500)20%,transparent)}.dark\:hover\:bg-red-900\/20:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-red-900)20%,transparent)}.dark\:hover\:bg-success-500\/25:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-success-500)25%,transparent)}.dark\:hover\:bg-white\/5:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-white)5%,transparent)}.dark\:hover\:bg-white\/10:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-white)10%,transparent)}.dark\:hover\:bg-white\/\[0\.03\]:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-white)3%,transparent)}.hover\:dark\:\!bg-gray-100:hover:is(.dark *){background-color:var(--color-gray-100)!important}.hover\:dark\:bg-gray-100:hover:is(.dark *){background-color:var(--color-gray-100)}.dark\:hover\:text-blue-light-300:is(.dark *):hover{color:var(--color-blue-light-300)}.dark\:hover\:text-brand-300:is(.dark *):hover{color:var(--color-brand-300)}.dark\:hover\:text-brand-400:is(.dark *):hover{color:var(--color-brand-400)}.dark\:hover\:text-error-300:is(.dark *):hover{color:var(--color-error-300)}.dark\:hover\:text-gray-200:is(.dark *):hover{color:var(--color-gray-200)}.dark\:hover\:text-gray-300:is(.dark *):hover{color:var(--color-gray-300)}.dark\:hover\:text-red-200:is(.dark *):hover{color:var(--color-red-200)}.dark\:hover\:text-red-300:is(.dark *):hover{color:var(--color-red-300)}.dark\:hover\:text-success-300:is(.dark *):hover{color:var(--color-success-300)}.dark\:hover\:text-white:is(.dark *):hover{color:var(--color-white)}.dark\:hover\:text-white\/80:is(.dark *):hover{color:color-mix(in oklab,var(--color-white)80%,transparent)}}.dark\:focus\:border-brand-300:is(.dark *):focus{border-color:var(--color-brand-300)}.dark\:focus\:border-brand-800:is(.dark *):focus{border-color:var(--color-brand-800)}.dark\:focus\:border-error-800:is(.dark *):focus{border-color:var(--color-error-800)}.dark\:focus\:border-success-800:is(.dark *):focus{border-color:var(--color-success-800)}.\[\&_\.igny8-select-styled\]\:border-white\/20 .igny8-select-styled{border-color:color-mix(in oklab,var(--color-white)20%,transparent)}.\[\&_\.igny8-select-styled\]\:bg-white\/10 .igny8-select-styled{background-color:color-mix(in oklab,var(--color-white)10%,transparent)}.\[\&_\.igny8-select-styled\]\:text-white .igny8-select-styled{color:var(--color-white)}.\[\&_\.igny8-select-styled\]\:placeholder\:text-white\/70 .igny8-select-styled::placeholder{color:color-mix(in oklab,var(--color-white)70%,transparent)}.\[\&_\.igny8-select-styled\]\:focus\:border-white\/40 .igny8-select-styled:focus{border-color:color-mix(in oklab,var(--color-white)40%,transparent)}.\[\&_\.igny8-select-styled\]\:focus\:ring-white\/20 .igny8-select-styled:focus{--tw-ring-color:color-mix(in oklab,var(--color-white)20%,transparent)}input[type=date]::-webkit-inner-spin-button{-webkit-appearance:none;display:none}input[type=time]::-webkit-inner-spin-button{-webkit-appearance:none;display:none}input[type=date]::-webkit-calendar-picker-indicator{-webkit-appearance:none;display:none}input[type=time]::-webkit-calendar-picker-indicator{-webkit-appearance:none;display:none}}@keyframes slide-in-right{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.dark .custom-scrollbar::-webkit-scrollbar-thumb{background-color:#344054}.tableCheckbox:checked~span span{opacity:1}.tableCheckbox:checked~span{border-color:var(--color-brand-500);background-color:var(--color-brand-500)}.apexcharts-legend-text{color:var(--color-gray-700)!important}.apexcharts-text{fill:var(--color-gray-700)!important}.apexcharts-text:is(.dark *){fill:var(--color-gray-400)!important}.apexcharts-tooltip.apexcharts-theme-light{gap:calc(var(--spacing)*1);padding:calc(var(--spacing)*3);--tw-shadow:0px 1px 3px 0px var(--tw-shadow-color,#1018281a),0px 1px 2px 0px var(--tw-shadow-color,#1018280f);border-radius:var(--radius-lg)!important;border-color:var(--color-gray-200)!important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important}.apexcharts-tooltip.apexcharts-theme-light:is(.dark *){border-color:var(--color-gray-800)!important;background-color:var(--color-gray-900)!important}.apexcharts-tooltip-marker{width:6px;height:6px;margin-right:6px}.apexcharts-legend-text{padding-left:calc(var(--spacing)*5)!important;color:var(--color-gray-700)!important}.apexcharts-legend-text:is(.dark *){color:var(--color-gray-400)!important}.apexcharts-tooltip-series-group,.apexcharts-tooltip-y-group{padding:calc(var(--spacing)*0)!important}.apexcharts-tooltip-title{--tw-leading:calc(var(--spacing)*4);margin-bottom:calc(var(--spacing)*0)!important;border-bottom-style:var(--tw-border-style)!important;padding:calc(var(--spacing)*0)!important;font-size:10px!important;line-height:calc(var(--spacing)*4)!important;color:var(--color-gray-800)!important;background-color:#0000!important;border-bottom-width:0!important}.apexcharts-tooltip-title:is(.dark *){color:color-mix(in oklab,var(--color-white)90%,transparent)!important}.apexcharts-tooltip-text{font-size:var(--text-theme-xs)!important;line-height:var(--tw-leading,var(--text-theme-xs--line-height))!important;color:var(--color-gray-700)!important}.apexcharts-tooltip-text:is(.dark *){color:color-mix(in oklab,var(--color-white)90%,transparent)!important}.apexcharts-tooltip-text-y-value{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)!important}.apexcharts-gridline{stroke:var(--color-gray-100)!important}.apexcharts-gridline:is(.dark *){stroke:var(--color-gray-800)!important}#chartTwo .apexcharts-datalabels-group{--tw-translate-y:calc(var(--spacing)*-24);translate:var(--tw-translate-x)var(--tw-translate-y)!important}#chartTwo .apexcharts-datalabels-group .apexcharts-text{--tw-font-weight:var(--font-weight-semibold);fill:var(--color-gray-800)!important;font-weight:var(--font-weight-semibold)!important}#chartTwo .apexcharts-datalabels-group .apexcharts-text:is(.dark *){fill:color-mix(in oklab,var(--color-white)90%,transparent)!important}#chartDarkStyle .apexcharts-datalabels-group .apexcharts-text{--tw-font-weight:var(--font-weight-semibold);fill:var(--color-gray-800)!important;font-weight:var(--font-weight-semibold)!important}#chartDarkStyle .apexcharts-datalabels-group .apexcharts-text:is(.dark *){fill:color-mix(in oklab,var(--color-white)90%,transparent)!important}#chartSixteen .apexcharts-legend{padding:calc(var(--spacing)*0)!important;padding-left:calc(var(--spacing)*6)!important}.jvectormap-container{background-color:var(--color-gray-50)!important}.jvectormap-container:is(.dark *){background-color:var(--color-gray-900)!important}.jvectormap-region.jvectormap-element{fill:var(--color-gray-300)!important}@media (hover:hover){.jvectormap-region.jvectormap-element:hover{fill:var(--color-brand-500)!important}}.jvectormap-region.jvectormap-element:is(.dark *){fill:var(--color-gray-700)!important}@media (hover:hover){.jvectormap-region.jvectormap-element:is(.dark *):hover{fill:var(--color-brand-500)!important}}.jvectormap-marker.jvectormap-element{stroke:var(--color-gray-200)!important}.jvectormap-marker.jvectormap-element:is(.dark *){stroke:var(--color-gray-800)!important}.jvectormap-tip{--tw-border-style:none;background-color:var(--color-brand-500)!important;padding-inline:calc(var(--spacing)*2)!important;padding-block:calc(var(--spacing)*1)!important;border-style:none!important}.jvectormap-zoomin,.jvectormap-zoomout{display:none!important}.stocks-slider-outer .swiper-button-next:after,.stocks-slider-outer .swiper-button-prev:after{display:none}.stocks-slider-outer .swiper-button-next,.stocks-slider-outer .swiper-button-prev{margin-top:calc(var(--spacing)*0);height:calc(var(--spacing)*8);width:calc(var(--spacing)*9);border-style:var(--tw-border-style);border-width:1px;border-color:var(--color-gray-200);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration));border-radius:3.40282e38px;color:var(--color-gray-700)!important;position:static!important}@media (hover:hover){:is(.stocks-slider-outer .swiper-button-next,.stocks-slider-outer .swiper-button-prev):hover{background-color:var(--color-gray-100)}}:is(.stocks-slider-outer .swiper-button-next,.stocks-slider-outer .swiper-button-prev):is(.dark *){border-color:color-mix(in oklab,var(--color-white)3%,transparent);background-color:var(--color-gray-800);color:var(--color-gray-400)!important}@media (hover:hover){:is(.stocks-slider-outer .swiper-button-next,.stocks-slider-outer .swiper-button-prev):is(.dark *):hover{background-color:color-mix(in oklab,var(--color-white)5%,transparent);color:color-mix(in oklab,var(--color-white)90%,transparent)!important}}.stocks-slider-outer .swiper-button-next.swiper-button-disabled,.stocks-slider-outer .swiper-button-prev.swiper-button-disabled{background-color:var(--color-white);opacity:.5}:is(.stocks-slider-outer .swiper-button-next.swiper-button-disabled,.stocks-slider-outer .swiper-button-prev.swiper-button-disabled):is(.dark *){background-color:var(--color-gray-900)}.stocks-slider-outer .swiper-button-next svg,.stocks-slider-outer .swiper-button-prev svg{width:auto!important;height:auto!important}.flatpickr-wrapper{width:100%}.flatpickr-calendar{margin-top:calc(var(--spacing)*2);border-radius:var(--radius-xl)!important;border-style:var(--tw-border-style)!important;border-width:1px!important;border-color:var(--color-gray-200)!important;background-color:var(--color-white)!important;padding:calc(var(--spacing)*5)!important;color:var(--color-gray-500)!important}@media (width>=375px){.flatpickr-calendar{width:auto!important}}.flatpickr-calendar:is(.dark *){--tw-shadow:0px 20px 24px -4px var(--tw-shadow-color,#10182814),0px 8px 8px -4px var(--tw-shadow-color,#10182808);border-color:var(--color-gray-700)!important;background-color:var(--color-gray-dark)!important;color:var(--color-gray-400)!important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{stroke:var(--color-brand-500)}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{display:none}.flatpickr-current-month{padding:calc(var(--spacing)*0)!important}.flatpickr-current-month .cur-month,.flatpickr-current-month input.cur-year{--tw-font-weight:var(--font-weight-medium);height:auto!important;padding-top:calc(var(--spacing)*0)!important;font-size:var(--text-lg)!important;line-height:var(--tw-leading,var(--text-lg--line-height))!important;font-weight:var(--font-weight-medium)!important;color:var(--color-gray-800)!important}:is(.flatpickr-current-month .cur-month,.flatpickr-current-month input.cur-year):is(.dark *){color:color-mix(in oklab,var(--color-white)90%,transparent)!important}.flatpickr-prev-month,.flatpickr-next-month{padding:calc(var(--spacing)*0)!important}.flatpickr-weekdays{margin-top:calc(var(--spacing)*6);margin-bottom:calc(var(--spacing)*4);height:auto;background-color:#0000!important}.flatpickr-weekday{--tw-font-weight:var(--font-weight-medium);font-size:var(--text-theme-sm)!important;line-height:var(--tw-leading,var(--text-theme-sm--line-height))!important;font-weight:var(--font-weight-medium)!important;color:var(--color-gray-500)!important;background-color:#0000!important}.flatpickr-weekday:is(.dark *){color:var(--color-gray-400)!important}.flatpickr-day{--tw-font-weight:var(--font-weight-medium);font-size:var(--text-theme-sm)!important;line-height:var(--tw-leading,var(--text-theme-sm--line-height))!important;font-weight:var(--font-weight-medium)!important;color:var(--color-gray-800)!important;align-items:center!important;display:flex!important}.flatpickr-day:is(.dark *){color:color-mix(in oklab,var(--color-white)90%,transparent)!important}@media (hover:hover){.flatpickr-day:is(.dark *):hover{border-color:var(--color-gray-300)!important;background-color:var(--color-gray-900)!important}}.flatpickr-day.nextMonthDay,.flatpickr-day.prevMonthDay{color:var(--color-gray-400)!important}.flatpickr-months>.flatpickr-month{background:0 0!important}.flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months{-webkit-appearance:none;-moz-appearance:none;appearance:none;font-weight:500;background:0 0!important}.flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months:focus{border:0!important;outline:none!important}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{top:calc(var(--spacing)*7)!important;background-color:#0000!important}:is(.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month):is(.dark *){fill:var(--color-white)!important;color:var(--color-white)!important}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{left:calc(var(--spacing)*7)!important}.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{right:calc(var(--spacing)*7)!important}.flatpickr-days{border-style:var(--tw-border-style)!important;border-width:0!important}span.flatpickr-weekday,.flatpickr-months .flatpickr-month{background-image:none!important}:is(span.flatpickr-weekday,.flatpickr-months .flatpickr-month):is(.dark *){fill:var(--color-white)!important;color:var(--color-white)!important}.flatpickr-innerContainer{border-bottom-style:var(--tw-border-style)!important;border-bottom-width:0!important}.flatpickr-months .flatpickr-month{background-image:none!important}.flatpickr-day.inRange{box-shadow:-5px 0 #f9fafb,5px 0 #f9fafb!important}.flatpickr-day.inRange:is(.dark *){--tw-shadow:-5px 0 0 var(--tw-shadow-color,#262d3c),5px 0 0 var(--tw-shadow-color,#262d3c);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{border-color:var(--color-gray-50)!important;background-color:var(--color-gray-50)!important}:is(.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus):is(.dark *){border-style:var(--tw-border-style)!important;border-width:0!important;border-color:color-mix(in oklab,var(--color-white)5%,transparent)!important;background-color:color-mix(in oklab,var(--color-white)5%,transparent)!important}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,:is(.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange):is(.dark *){color:var(--color-white)!important}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#465fff;border-color:var(--color-brand-500)!important;background-color:var(--color-brand-500)!important}@media (hover:hover){:is(.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay):hover{border-color:var(--color-brand-500)!important;background-color:var(--color-brand-500)!important}}.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)){box-shadow:-10px 0 #465fff}@media (hover:hover){:is(.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg,.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month):hover{fill:none!important}}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:none!important}.flatpickr-calendar.static{right:calc(var(--spacing)*0)}.fc .fc-view-harness{max-width:100%;overflow-x:auto}.fc .fc-view-harness::-webkit-scrollbar{width:calc(var(--spacing)*1.5);height:calc(var(--spacing)*1.5)}.fc .fc-view-harness::-webkit-scrollbar-track{border-radius:3.40282e38px}.fc .fc-view-harness::-webkit-scrollbar-thumb{background-color:var(--color-gray-200);border-radius:3.40282e38px}.fc .fc-view-harness::-webkit-scrollbar-thumb:is(){background-color:var(--color-gray-700)}.fc-dayGridMonth-view.fc-view.fc-daygrid{min-width:718px}.fc .fc-scrollgrid-section>*{border-bottom-width:0;border-right-width:0}.fc .fc-scrollgrid{border-left-width:0}.fc .fc-toolbar.fc-header-toolbar{gap:calc(var(--spacing)*4);padding-inline:calc(var(--spacing)*6);padding-top:calc(var(--spacing)*6);flex-direction:column}@media (width>=640px){.fc .fc-toolbar.fc-header-toolbar{flex-direction:row}}.fc-button-group{gap:calc(var(--spacing)*2)}.fc-button-group .fc-button{height:calc(var(--spacing)*10);width:calc(var(--spacing)*10);border-style:var(--tw-border-style);border-width:1px;border-color:var(--color-gray-200);background-color:#0000;justify-content:center;align-items:center;display:flex;border-radius:var(--radius-lg)!important}@media (hover:hover){.fc-button-group .fc-button:hover{border-color:var(--color-gray-200);background-color:var(--color-gray-50)}}.fc-button-group .fc-button:focus{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.fc-button-group .fc-button:active{--tw-shadow:0 0 #0000;border-color:var(--color-gray-200)!important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important;background-color:#0000!important}.fc-button-group .fc-button:is(.dark *){border-color:var(--color-gray-800)}@media (hover:hover){.fc-button-group .fc-button:is(.dark *):hover{border-color:var(--color-gray-800);background-color:var(--color-gray-900)}}.fc-button-group .fc-button:is(.dark *):active{border-color:var(--color-gray-800)!important}.fc-button-group .fc-button.fc-prev-button:before{margin-top:calc(var(--spacing)*1);content:url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0068 6L9.75684 12.25L16.0068 18.5' stroke='%23344054' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");display:inline-block}.fc-button-group .fc-button.fc-next-button:before{margin-top:calc(var(--spacing)*1);content:url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.50684 19L15.7568 12.75L9.50684 6.5' stroke='%23344054' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");display:inline-block}.dark .fc-button-group .fc-button.fc-prev-button:before{content:url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0068 6L9.75684 12.25L16.0068 18.5' stroke='%2398A2B3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.dark .fc-button-group .fc-button.fc-next-button:before{content:url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.50684 19L15.7568 12.75L9.50684 6.5' stroke='%2398A2B3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.fc-button-group .fc-button .fc-icon{display:none}.fc-addEventButton-button{--tw-font-weight:var(--font-weight-medium);border-radius:var(--radius-lg)!important;border-style:var(--tw-border-style)!important;background-color:var(--color-brand-500)!important;padding-inline:calc(var(--spacing)*4)!important;padding-block:calc(var(--spacing)*2.5)!important;font-size:var(--text-sm)!important;line-height:var(--tw-leading,var(--text-sm--line-height))!important;font-weight:var(--font-weight-medium)!important;border-width:0!important}@media (hover:hover){.fc-addEventButton-button:hover{background-color:var(--color-brand-600)!important}}.fc-addEventButton-button:focus{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important}.fc-toolbar-title{--tw-font-weight:var(--font-weight-medium);color:var(--color-gray-800);font-size:var(--text-lg)!important;line-height:var(--tw-leading,var(--text-lg--line-height))!important;font-weight:var(--font-weight-medium)!important}.fc-toolbar-title:is(.dark *){color:color-mix(in oklab,var(--color-white)90%,transparent)}.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:last-child{border-radius:var(--radius-lg);background-color:var(--color-gray-100);padding:calc(var(--spacing)*.5)}.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:last-child:is(.dark *){background-color:var(--color-gray-900)}.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:last-child .fc-button{border-radius:var(--radius-md);font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);color:var(--color-gray-500);background-color:#0000;border-style:var(--tw-border-style)!important;width:auto!important;height:auto!important;padding-inline:calc(var(--spacing)*5)!important;padding-block:calc(var(--spacing)*2)!important;border-width:0!important}@media (hover:hover){.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:last-child .fc-button:hover{color:var(--color-gray-700)}}.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:last-child .fc-button:focus{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important}.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:last-child .fc-button:is(.dark *){color:var(--color-gray-400)}.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:last-child .fc-button.fc-button-active{background-color:var(--color-white);color:var(--color-gray-900)}.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:last-child .fc-button.fc-button-active:is(.dark *){background-color:var(--color-gray-800);color:var(--color-white)}.fc-theme-standard th{border-top-style:var(--tw-border-style);background-color:var(--color-gray-50);border-top-width:1px;border-inline-style:var(--tw-border-style)!important;border-inline-width:0!important;border-color:var(--color-gray-200)!important;text-align:left!important}.fc-theme-standard th:is(.dark *){background-color:var(--color-gray-900);border-color:var(--color-gray-800)!important}.fc-theme-standard td,.fc-theme-standard .fc-scrollgrid{border-color:var(--color-gray-200)!important}:is(.fc-theme-standard td,.fc-theme-standard .fc-scrollgrid):is(.dark *){border-color:var(--color-gray-800)!important}.fc .fc-col-header-cell-cushion{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);color:var(--color-gray-400);text-transform:uppercase;padding-inline:calc(var(--spacing)*5)!important;padding-block:calc(var(--spacing)*4)!important}.fc .fc-daygrid-day.fc-day-today{background-color:#0000}.fc .fc-daygrid-day{padding:calc(var(--spacing)*2)}.fc .fc-daygrid-day.fc-day-today .fc-scrollgrid-sync-inner{border-radius:var(--radius-sm);background-color:var(--color-gray-100)}.fc .fc-daygrid-day.fc-day-today .fc-scrollgrid-sync-inner:is(.dark *){background-color:color-mix(in oklab,var(--color-white)3%,transparent)}.fc .fc-daygrid-day-number{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);color:var(--color-gray-700);padding:calc(var(--spacing)*3)!important}.fc .fc-daygrid-day-number:is(.dark *){color:var(--color-gray-400)}.fc .fc-daygrid-day-top{flex-direction:row!important}.fc .fc-day-other .fc-daygrid-day-top{opacity:1}.fc .fc-day-other .fc-daygrid-day-top .fc-daygrid-day-number{color:var(--color-gray-400)}.fc .fc-day-other .fc-daygrid-day-top .fc-daygrid-day-number:is(.dark *){color:color-mix(in oklab,var(--color-white)30%,transparent)}.event-fc-color{border-radius:var(--radius-lg);padding-block:calc(var(--spacing)*2.5);padding-right:calc(var(--spacing)*3);padding-left:calc(var(--spacing)*4)}.event-fc-color .fc-event-title{padding:calc(var(--spacing)*0);font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal);color:var(--color-gray-700)}.fc-daygrid-event-dot{margin-right:calc(var(--spacing)*3);margin-left:calc(var(--spacing)*0);height:calc(var(--spacing)*5);width:calc(var(--spacing)*1);border-radius:var(--radius-sm);--tw-border-style:none;border-style:none}.fc-event:focus{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.fc-daygrid-event.fc-event-start{margin-left:calc(var(--spacing)*3)!important}.event-fc-color.fc-bg-success{border-color:var(--color-success-50);background-color:var(--color-success-50)}.event-fc-color.fc-bg-danger{border-color:var(--color-error-50);background-color:var(--color-error-50)}.event-fc-color.fc-bg-primary{border-color:var(--color-brand-50);background-color:var(--color-brand-50)}.event-fc-color.fc-bg-warning{border-color:var(--color-orange-50);background-color:var(--color-orange-50)}.event-fc-color.fc-bg-success .fc-daygrid-event-dot{background-color:var(--color-success-500)}.event-fc-color.fc-bg-danger .fc-daygrid-event-dot{background-color:var(--color-error-500)}.event-fc-color.fc-bg-primary .fc-daygrid-event-dot{background-color:var(--color-brand-500)}.event-fc-color.fc-bg-warning .fc-daygrid-event-dot{background-color:var(--color-orange-500)}.fc-direction-ltr .fc-timegrid-slot-label-frame{padding-inline:calc(var(--spacing)*3);padding-block:calc(var(--spacing)*1.5);text-align:left;font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);color:var(--color-gray-500)}.fc-direction-ltr .fc-timegrid-slot-label-frame:is(.dark *){color:var(--color-gray-400)}.fc .fc-timegrid-axis-cushion{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);color:var(--color-gray-500)}.fc .fc-timegrid-axis-cushion:is(.dark *){color:var(--color-gray-400)}.input-date-icon::-webkit-inner-spin-button{opacity:0;-webkit-appearance:none}.input-date-icon::-webkit-calendar-picker-indicator{opacity:0;-webkit-appearance:none}.swiper-button-prev svg,.swiper-button-next svg{width:auto!important;height:auto!important}.carouselTwo .swiper-button-next:after,.carouselTwo .swiper-button-prev:after,.carouselFour .swiper-button-next:after,.carouselFour .swiper-button-prev:after{display:none}.carouselTwo .swiper-button-next.swiper-button-disabled,.carouselTwo .swiper-button-prev.swiper-button-disabled,.carouselFour .swiper-button-next.swiper-button-disabled,.carouselFour .swiper-button-prev.swiper-button-disabled{background-color:color-mix(in oklab,var(--color-white)60%,transparent);opacity:1!important}.carouselTwo .swiper-button-next,.carouselTwo .swiper-button-prev,.carouselFour .swiper-button-next,.carouselFour .swiper-button-prev{height:calc(var(--spacing)*10);width:calc(var(--spacing)*10);border-style:var(--tw-border-style);border-width:.5px;border-color:color-mix(in oklab,var(--color-white)10%,transparent);background-color:color-mix(in oklab,var(--color-white)90%,transparent);--tw-shadow:0px 1px 2px 0px var(--tw-shadow-color,#1018281a),0px 1px 3px 0px var(--tw-shadow-color,#1018281a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);--tw-backdrop-blur:blur(10px);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);border-radius:3.40282e38px;color:var(--color-gray-700)!important}.carouselTwo .swiper-button-prev,.carouselFour .swiper-button-prev{left:calc(var(--spacing)*3)!important}@media (width>=640px){:is(.carouselTwo .swiper-button-prev,.carouselFour .swiper-button-prev){left:calc(var(--spacing)*4)!important}}.carouselTwo .swiper-button-next,.carouselFour .swiper-button-next{right:calc(var(--spacing)*3)!important}@media (width>=640px){:is(.carouselTwo .swiper-button-next,.carouselFour .swiper-button-next){right:calc(var(--spacing)*4)!important}}.carouselThree .swiper-pagination,.carouselFour .swiper-pagination{--tw-translate-x: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y);align-items:center;gap:calc(var(--spacing)*1.5);border-style:var(--tw-border-style);border-width:.5px;border-color:color-mix(in oklab,var(--color-white)10%,transparent);background-color:color-mix(in oklab,var(--color-white)60%,transparent);padding-inline:calc(var(--spacing)*2);padding-block:calc(var(--spacing)*1.5);--tw-shadow:0px 1px 2px 0px var(--tw-shadow-color,#1018281a),0px 1px 3px 0px var(--tw-shadow-color,#1018281a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);--tw-backdrop-blur:blur(10px);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);border-radius:40px;display:inline-flex;bottom:calc(var(--spacing)*3)!important;width:auto!important;left:50%!important}@media (width>=640px){:is(.carouselThree .swiper-pagination,.carouselFour .swiper-pagination){bottom:calc(var(--spacing)*5)!important}}.carouselThree .swiper-pagination-bullet,.carouselFour .swiper-pagination-bullet{height:calc(var(--spacing)*2.5);width:calc(var(--spacing)*2.5);background-color:var(--color-white);opacity:1;--tw-shadow:0px 1px 2px 0px var(--tw-shadow-color,#1018280d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);--tw-duration:.2s;--tw-ease:var(--ease-in-out);transition-duration:.2s;transition-timing-function:var(--ease-in-out);margin:calc(var(--spacing)*0)!important}.carouselThree .swiper-pagination-bullet-active,.carouselFour .swiper-pagination-bullet-active{width:calc(var(--spacing)*6.5);border-radius:var(--radius-xl)}.form-check-input:checked~span{border-style:var(--tw-border-style);border-width:6px;border-color:var(--color-brand-500);background-color:var(--color-brand-500)}.form-check-input:checked~span:is(.dark *){border-color:var(--color-brand-500)}.taskCheckbox:checked~.box span{background-color:var(--color-brand-500);opacity:1}.taskCheckbox:checked~p{color:var(--color-gray-400);text-decoration-line:line-through}.taskCheckbox:checked~.box{border-color:var(--color-brand-500);background-color:var(--color-brand-500)}.taskCheckbox:checked~.box:is(.dark *){border-color:var(--color-brand-500)}.task{opacity:.8;cursor:grabbing;border-radius:.75rem;transition:all .2s;box-shadow:0 1px 3px #1018281a,0 1px 2px #1018280f}.custom-calendar .fc-h-event{color:#000;background-color:#0000;border:none}.fc.fc-media-screen{min-height:100vh}.simplebar-scrollbar:before{background-color:var(--color-gray-200)!important;opacity:1!important;border-radius:3.40282e38px!important}.simplebar-scrollbar:before:is(),.dark .simplebar-scrollbar:before{background-color:var(--color-gray-700)!important}.simplebar-scrollbar.simplebar-visible:before{opacity:1}.animate-slide-in-right{animation:.3s ease-out slide-in-right}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:.3s ease-out fade-in}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:10000px 0}}.igny8-skeleton-row .animate-pulse{position:relative;overflow:hidden}.igny8-skeleton-row .animate-pulse:after{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000) 0 0/200% 100%;animation:2s infinite shimmer;position:absolute;top:0;right:0;bottom:0;left:0}.dark .igny8-skeleton-row .animate-pulse:after{background:linear-gradient(90deg,#0000,#ffffff1a,#0000)}.html-content-renderer{color:var(--color-gray-700)}.html-content-renderer:is(.dark *){color:var(--color-gray-300)}.html-content-renderer h1,.html-content-renderer h2,.html-content-renderer h3,.html-content-renderer h4,.html-content-renderer h5,.html-content-renderer h6{margin-top:calc(var(--spacing)*4);margin-bottom:calc(var(--spacing)*2);--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold);color:var(--color-gray-900)}:is(.html-content-renderer h1,.html-content-renderer h2,.html-content-renderer h3,.html-content-renderer h4,.html-content-renderer h5,.html-content-renderer h6):is(.dark *){color:var(--color-white)}.html-content-renderer h1{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.html-content-renderer h2{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.html-content-renderer h3{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.html-content-renderer p{margin-bottom:calc(var(--spacing)*3);--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.html-content-renderer ul,.html-content-renderer ol{margin-bottom:calc(var(--spacing)*3);margin-left:calc(var(--spacing)*6);list-style-type:disc}.html-content-renderer ol{list-style-type:decimal}.html-content-renderer li{margin-bottom:calc(var(--spacing)*1)}.html-content-renderer strong{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold);color:var(--color-gray-900)}.html-content-renderer strong:is(.dark *){color:var(--color-white)}.html-content-renderer em{font-style:italic}.html-content-renderer code{background-color:var(--color-gray-100);padding-inline:calc(var(--spacing)*1.5);padding-block:calc(var(--spacing)*.5);font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));border-radius:.25rem;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace}.html-content-renderer code:is(.dark *){background-color:var(--color-gray-800)}.html-content-renderer pre{margin-bottom:calc(var(--spacing)*3);border-radius:var(--radius-lg);background-color:var(--color-gray-100);padding:calc(var(--spacing)*3);overflow-x:auto}.html-content-renderer pre:is(.dark *){background-color:var(--color-gray-800)}.html-content-renderer pre code{padding:calc(var(--spacing)*0);background-color:#0000}.html-content-renderer blockquote{margin-block:calc(var(--spacing)*3);border-left-style:var(--tw-border-style);border-left-width:4px;border-color:var(--color-gray-300);padding-left:calc(var(--spacing)*4);font-style:italic}.html-content-renderer blockquote:is(.dark *){border-color:var(--color-gray-600)}.html-content-renderer table{margin-bottom:calc(var(--spacing)*3);border-collapse:collapse;width:100%}.html-content-renderer table th,.html-content-renderer table td{border-style:var(--tw-border-style);border-width:1px;border-color:var(--color-gray-300);padding-inline:calc(var(--spacing)*3);padding-block:calc(var(--spacing)*2)}:is(.html-content-renderer table th,.html-content-renderer table td):is(.dark *){border-color:var(--color-gray-700)}.html-content-renderer table th{background-color:var(--color-gray-100);--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.html-content-renderer table th:is(.dark *){background-color:var(--color-gray-800)}:where(.content-outline>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*4)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-y-reverse)))}.outline-intro{margin-bottom:calc(var(--spacing)*4);border-bottom-style:var(--tw-border-style);border-bottom-width:1px;border-color:var(--color-gray-200);padding-bottom:calc(var(--spacing)*4)}.outline-intro:is(.dark *){border-color:var(--color-gray-700)}.outline-hook{margin-bottom:calc(var(--spacing)*3);border-radius:var(--radius-lg);background-color:var(--color-blue-50);padding:calc(var(--spacing)*3);color:var(--color-blue-900)}.outline-hook:is(.dark *){background-color:color-mix(in oklab,var(--color-blue-900)20%,transparent);color:var(--color-blue-200)}.outline-paragraph{margin-bottom:calc(var(--spacing)*2);background-color:var(--color-gray-50);padding:calc(var(--spacing)*2);border-radius:.25rem}.outline-paragraph:is(.dark *){background-color:color-mix(in oklab,var(--color-gray-800)50%,transparent)}.outline-section{margin-bottom:calc(var(--spacing)*4);border-radius:var(--radius-lg);border-style:var(--tw-border-style);border-width:1px;border-color:var(--color-gray-200);background-color:var(--color-white);padding:calc(var(--spacing)*4)}.outline-section:is(.dark *){border-color:var(--color-gray-700);background-color:color-mix(in oklab,var(--color-gray-800)30%,transparent)}.outline-list{margin-left:calc(var(--spacing)*4)}:where(.outline-list>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*1)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-y-reverse)))}.outline-item{color:var(--color-gray-700)}.outline-item:is(.dark *){color:var(--color-gray-300)}.outline-item.nested{margin-left:calc(var(--spacing)*4);color:var(--color-gray-600)}.outline-item.nested:is(.dark *){color:var(--color-gray-400)}.subsection-heading{margin-top:calc(var(--spacing)*3);margin-bottom:calc(var(--spacing)*2);font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height));--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold);color:var(--color-gray-800)}.subsection-heading:is(.dark *){color:var(--color-gray-200)}.section-heading{margin-bottom:calc(var(--spacing)*3);font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height));--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold);color:var(--color-blue-600)}.section-heading:is(.dark *){color:var(--color-blue-400)}.content-type-badge{margin-bottom:calc(var(--spacing)*2);background-color:var(--color-gray-200);padding-inline:calc(var(--spacing)*2);padding-block:calc(var(--spacing)*1);font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height));--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold);color:var(--color-gray-700);text-transform:uppercase;border-radius:.25rem;display:inline-block}.content-type-badge:is(.dark *){background-color:var(--color-gray-700);color:var(--color-gray-300)}.section-details{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed);color:var(--color-gray-600)}.section-details:is(.dark *){color:var(--color-gray-400)}.toggle-content-row{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration));--tw-duration:.3s;transition-duration:.3s}.toggle-content-row.collapsed{opacity:0}.toggle-content-row.expanded{opacity:1}.html-content-wrapper{max-height:600px;overflow-y:auto}.html-content-wrapper::-webkit-scrollbar{width:calc(var(--spacing)*1.5);height:calc(var(--spacing)*1.5)}.html-content-wrapper::-webkit-scrollbar-track{border-radius:3.40282e38px}.html-content-wrapper::-webkit-scrollbar-thumb{background-color:var(--color-gray-200);border-radius:3.40282e38px}.html-content-wrapper::-webkit-scrollbar-thumb:is(){background-color:var(--color-gray-700)}.normalized-html-content{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed);color:var(--color-gray-700);line-height:1.7}.normalized-html-content:is(.dark *){color:var(--color-gray-300)}:where(.normalized-html-content article>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*4)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-y-reverse)))}.normalized-html-content h1,.normalized-html-content h2,.normalized-html-content h3,.normalized-html-content h4,.normalized-html-content h5,.normalized-html-content h6{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold);color:var(--color-gray-900);margin-top:1.5em;margin-bottom:.75em;font-weight:600}:is(.normalized-html-content h1,.normalized-html-content h2,.normalized-html-content h3,.normalized-html-content h4,.normalized-html-content h5,.normalized-html-content h6):is(.dark *){color:var(--color-white)}.normalized-html-content h1{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height));font-size:1.75em}.normalized-html-content h2{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height));font-size:1.5em}.normalized-html-content h3{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height));font-size:1.25em}.normalized-html-content h4{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height));font-size:1.1em}.normalized-html-content p{margin-bottom:calc(var(--spacing)*4);color:var(--color-gray-700);margin-bottom:1em}.normalized-html-content p:is(.dark *){color:var(--color-gray-300)}.normalized-html-content ul,.normalized-html-content ol{margin-block:calc(var(--spacing)*4);padding-left:calc(var(--spacing)*8);margin:1em 0;padding-left:2em}.normalized-html-content ul{list-style-type:disc}.normalized-html-content ol{list-style-type:decimal}.normalized-html-content li{margin-bottom:calc(var(--spacing)*2);margin-bottom:.5em}.normalized-html-content table{margin-block:calc(var(--spacing)*4);border-collapse:collapse;width:100%;margin:1em 0}.normalized-html-content table th,.normalized-html-content table td{border-style:var(--tw-border-style);border-width:1px;border-color:var(--color-gray-200);padding:calc(var(--spacing)*2);border:1px solid #e5e7eb;padding:.5em}:is(.normalized-html-content table th,.normalized-html-content table td):is(.dark *){border-color:var(--color-gray-700)}.normalized-html-content table th{background-color:var(--color-gray-50);--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold);background-color:#f9fafb;font-weight:600}.normalized-html-content table th:is(.dark *){background-color:var(--color-gray-800)}.normalized-html-content strong{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.normalized-html-content em{font-style:italic}.normalized-html-content a{color:var(--color-blue-600)}@media (hover:hover){.normalized-html-content a:hover{text-decoration-line:underline}}.normalized-html-content a:is(.dark *){color:var(--color-blue-400)}.normalized-html-content blockquote{margin-block:calc(var(--spacing)*4);border-left-style:var(--tw-border-style);border-left-width:4px;border-color:var(--color-gray-300);padding-left:calc(var(--spacing)*4);font-style:italic}.normalized-html-content blockquote:is(.dark *){border-color:var(--color-gray-600)}.normalized-html-content code{background-color:var(--color-gray-100);padding-inline:calc(var(--spacing)*1);padding-block:calc(var(--spacing)*.5);font-family:var(--font-mono);font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));border-radius:.25rem}.normalized-html-content code:is(.dark *){background-color:var(--color-gray-800)}.normalized-html-content pre{margin-block:calc(var(--spacing)*4);background-color:var(--color-gray-100);padding:calc(var(--spacing)*4);border-radius:.25rem;overflow-x:auto}.normalized-html-content pre:is(.dark *){background-color:var(--color-gray-800)}.normalized-html-content pre code{padding:calc(var(--spacing)*0);background-color:#0000}.font-mono-custom{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace}@keyframes spin{to{transform:rotate(360deg)}}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}@keyframes pulse{50%{opacity:.5}}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@property --tw-rotate-x{syntax:"*";inherits:false;initial-value:rotateX(0)}@property --tw-rotate-y{syntax:"*";inherits:false;initial-value:rotateY(0)}@property --tw-rotate-z{syntax:"*";inherits:false;initial-value:rotateZ(0)}@property --tw-skew-x{syntax:"*";inherits:false;initial-value:skewX(0)}@property --tw-skew-y{syntax:"*";inherits:false;initial-value:skewY(0)}@property --tw-pan-x{syntax:"*";inherits:false}@property --tw-pan-y{syntax:"*";inherits:false}@property --tw-pinch-zoom{syntax:"*";inherits:false}@property --tw-scroll-snap-strictness{syntax:"*";inherits:false;initial-value:proximity}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-divide-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-divide-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@property --tw-contain-size{syntax:"*";inherits:false}@property --tw-contain-layout{syntax:"*";inherits:false}@property --tw-contain-paint{syntax:"*";inherits:false}@property --tw-contain-style{syntax:"*";inherits:false}@property --tw-content{syntax:"*";inherits:false;initial-value:""}:root{--igny8-blue: #0693e3;--igny8-blue-dark: #0472b8;--igny8-green: #0bbf87;--igny8-green-dark: #08966b;--igny8-amber: #ff7a00;--igny8-amber-dark: #cc5f00;--igny8-red: #ef4444;--igny8-red-dark: #d13333;--igny8-purple: #5d4ae3;--igny8-purple-dark: #3a2f94;--igny8-navy-bg: #0d1b2a;--igny8-navy-bg-2: #142b3f;--igny8-surface: #f8fafc;--igny8-panel: #ffffff;--igny8-panel-2: #f1f5f9;--igny8-text: #555a68;--igny8-text-dim: #64748b;--igny8-text-light: #e5eaf0;--igny8-stroke: #e2e8f0;--igny8-radius: 6px;--igny8-gradient-blue: linear-gradient(135deg, var(--igny8-blue) 0%, var(--igny8-blue-dark) 100%);--igny8-gradient-success: linear-gradient(135deg, var(--igny8-green) 0%, var(--igny8-green-dark) 100%);--igny8-gradient-warning: linear-gradient(135deg, var(--igny8-amber) 0%, var(--igny8-amber-dark) 100%);--igny8-gradient-danger: linear-gradient(135deg, var(--igny8-red) 0%, var(--igny8-red-dark) 100%);--igny8-gradient-purple: linear-gradient(135deg, var(--igny8-purple) 0%, var(--igny8-purple-dark) 100%);--igny8-gradient-panel: linear-gradient(180deg, var(--igny8-panel) 0%, var(--igny8-panel-2) 100%)}.dark{--igny8-surface: #1f2937;--igny8-panel: #1f2937;--igny8-panel-2: #111827;--igny8-text: #e5eaf0;--igny8-text-dim: #9ca3af;--igny8-stroke: #374151}.igny8-bg-blue{background-color:var(--igny8-blue)}.igny8-bg-blue-dark{background-color:var(--igny8-blue-dark)}.igny8-bg-green{background-color:var(--igny8-green)}.igny8-bg-green-dark{background-color:var(--igny8-green-dark)}.igny8-bg-amber{background-color:var(--igny8-amber)}.igny8-bg-amber-dark{background-color:var(--igny8-amber-dark)}.igny8-bg-red{background-color:var(--igny8-red)}.igny8-bg-red-dark{background-color:var(--igny8-red-dark)}.igny8-bg-purple{background-color:var(--igny8-purple)}.igny8-bg-purple-dark{background-color:var(--igny8-purple-dark)}.igny8-bg-navy{background-color:var(--igny8-navy-bg)}.igny8-bg-navy-2{background-color:var(--igny8-navy-bg-2)}.igny8-bg-surface{background-color:var(--igny8-surface)}.igny8-bg-panel{background-color:var(--igny8-panel)}.igny8-bg-panel-2{background-color:var(--igny8-panel-2)}.igny8-text-blue{color:var(--igny8-blue)}.igny8-text-blue-dark{color:var(--igny8-blue-dark)}.igny8-text-green{color:var(--igny8-green)}.igny8-text-green-dark{color:var(--igny8-green-dark)}.igny8-text-amber{color:var(--igny8-amber)}.igny8-text-amber-dark{color:var(--igny8-amber-dark)}.igny8-text-red{color:var(--igny8-red)}.igny8-text-red-dark{color:var(--igny8-red-dark)}.igny8-text-purple{color:var(--igny8-purple)}.igny8-text-purple-dark{color:var(--igny8-purple-dark)}.igny8-text-primary{color:var(--igny8-text)}.igny8-text-dim{color:var(--igny8-text-dim)}.igny8-text-light{color:var(--igny8-text-light)}.igny8-border-blue{border-color:var(--igny8-blue)}.igny8-border-blue-dark{border-color:var(--igny8-blue-dark)}.igny8-border-green{border-color:var(--igny8-green)}.igny8-border-amber{border-color:var(--igny8-amber)}.igny8-border-red{border-color:var(--igny8-red)}.igny8-border-purple{border-color:var(--igny8-purple)}.igny8-border-stroke{border-color:var(--igny8-stroke)}.igny8-gradient-blue{background:var(--igny8-gradient-blue)}.igny8-gradient-success{background:var(--igny8-gradient-success)}.igny8-gradient-warning{background:var(--igny8-gradient-warning)}.igny8-gradient-danger{background:var(--igny8-gradient-danger)}.igny8-gradient-purple{background:var(--igny8-gradient-purple)}.igny8-gradient-panel{background:var(--igny8-gradient-panel)}.igny8-rounded{border-radius:var(--igny8-radius)}.igny8-rounded-xl{border-radius:calc(var(--igny8-radius) * 2)}.igny8-rounded-2xl{border-radius:calc(var(--igny8-radius) * 3)}.igny8-hover-blue:hover{background-color:var(--igny8-blue-dark)}.igny8-hover-green:hover{background-color:var(--igny8-green-dark)}.igny8-hover-amber:hover{background-color:var(--igny8-amber-dark)}.igny8-card{background:var(--igny8-panel);border:1px solid var(--igny8-stroke);border-radius:var(--igny8-radius);padding:18px;box-shadow:0 2px 6px #0000001a,0 4px 10px #0d1b2a0f;transition:box-shadow .25s ease,transform .2s ease}.igny8-card:hover{transform:translateY(-2px);box-shadow:0 6px 14px #00000024,0 8px 20px #0d1b2a1a}.igny8-card-header{display:flex;align-items:center;justify-content:space-between;background:var(--igny8-gradient-blue);color:#fff;padding:12px 16px;border-radius:var(--igny8-radius) var(--igny8-radius) 0 0;margin:-10px -10px 12px}.igny8-btn{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;font-size:13px;font-weight:500;line-height:1.3;border:none;border-radius:var(--igny8-radius);cursor:pointer;transition:all .2s ease-in-out;color:#fff;text-decoration:none;white-space:nowrap;margin:0 5px}.igny8-btn-primary{background:var(--igny8-blue)}.igny8-btn-primary:hover{background:var(--igny8-blue-dark)}.igny8-btn-success{background:var(--igny8-green)}.igny8-btn-success:hover{background:var(--igny8-green-dark)}.igny8-btn-warning{background:var(--igny8-amber)}.igny8-btn-warning:hover{background:var(--igny8-amber-dark)}.igny8-btn-danger{background:var(--igny8-red)}.igny8-btn-danger:hover{opacity:.9}.igny8-badge{padding:4px 10px;border-radius:4px;font-size:12px;font-weight:500;color:#fff;white-space:nowrap;display:inline-block}.igny8-badge-primary{background:var(--igny8-blue)}.igny8-badge-success{background:var(--igny8-green)}.igny8-badge-warning{background:var(--igny8-amber)}.igny8-badge-danger{background:var(--igny8-red)}.igny8-badge-purple{background:var(--igny8-purple)}.igny8-table-compact th{padding:12px 16px!important;font-size:14px!important;font-weight:600!important;color:#475467!important;text-align:left!important;background-color:#f8fafc!important;border-bottom:2px solid #e2e8f0!important;text-transform:uppercase;letter-spacing:.3px}.dark .igny8-table-compact th{color:#e5eaf0!important;background-color:#0f172a80!important;border-bottom-color:#ffffff1a!important}.igny8-table-compact td{padding:8px 12px!important;font-size:14px!important;border-bottom:1px solid #e2e8f0!important}.dark .igny8-table-compact td{border-bottom-color:#ffffff0d!important}.igny8-input-compact,.igny8-select-compact{height:36px!important;padding:6px 12px!important;font-size:13px!important}.igny8-btn-compact{padding:6px 12px!important;font-size:13px!important;height:36px!important}.igny8-btn-compact-sm{padding:4px 10px!important;font-size:12px!important;height:32px!important}.igny8-select-styled{background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23647085' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 12px center!important;padding-right:36px!important}.dark .igny8-select-styled{background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%2398A2B3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important}select.igny8-select-styled{cursor:pointer}select.igny8-select-styled option{padding:10px 12px!important;background:#fff!important;color:#334054!important;font-size:13px!important}select.igny8-select-styled option:hover{background:#f1f5f9!important}select.igny8-select-styled option:checked{background:#ede9fe!important;color:#5d4ae3!important;font-weight:600!important}.dark select.igny8-select-styled option{background:#1f2937!important;color:#e5eaf0!important}.dark select.igny8-select-styled option:hover{background:#374151!important}.dark select.igny8-select-styled option:checked{background:#3a2f94!important;color:#e9d5ff!important}.igny8-header-metrics{display:flex;align-items:center;gap:16px;padding:6px 12px;background:transparent;border-radius:6px;box-shadow:0 2px 6px 3px #00000014}.dark .igny8-header-metrics{background:transparent;box-shadow:0 2px 6px 3px #00000014}.igny8-header-metric{display:flex;align-items:center;gap:8px}.igny8-header-metric-separator{width:1px;height:16px;background:#cbd5e1;opacity:.4}.dark .igny8-header-metric-separator{background:#94a3b8;opacity:.3}.igny8-header-metric-label{font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;color:#64748b}.dark .igny8-header-metric-label{color:#94a3b8}.igny8-header-metric-value{font-size:14px;font-weight:700;color:#1e293b;margin-left:4px}.dark .igny8-header-metric-value{color:#fff}.igny8-header-metric-accent{width:4px;height:20px;border-radius:5px}.igny8-header-metric-accent.blue{background:var(--igny8-blue)}.igny8-header-metric-accent.green{background:var(--igny8-green)}.igny8-header-metric-accent.amber{background:var(--igny8-amber)}.igny8-header-metric-accent.purple{background:var(--igny8-purple)}.difficulty-badge{border-radius:3px!important;min-width:28px!important;display:inline-flex!important;justify-content:center!important;align-items:center!important}.difficulty-badge.difficulty-very-hard,.dark .difficulty-badge.difficulty-very-hard{background-color:#dc2626!important;color:#fff!important}.igny8-table-compact th.text-center,.igny8-table-compact td.text-center{text-align:center!important}.igny8-table-container{min-height:500px;transition:min-height .8s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;will-change:min-height}.igny8-table-container.loading{min-height:500px;overflow:hidden!important;contain:layout style paint}.igny8-table-container.loaded{min-height:auto;overflow:visible;transition:min-height .8s cubic-bezier(.4,0,.2,1);animation:fadeInContainer .3s ease-out}@keyframes fadeInContainer{0%{opacity:.95}to{opacity:1}}.igny8-table-wrapper{width:100%;position:relative;overflow-x:hidden;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.3) transparent;transition:opacity .4s ease-in-out;contain:layout}.igny8-table-container.loading .igny8-table-wrapper{overflow-x:hidden!important;overflow-y:hidden!important;scrollbar-width:none;-ms-overflow-style:none}.igny8-table-container.loading .igny8-table-wrapper::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}.igny8-table-container.loaded .igny8-table-wrapper{overflow-x:auto;overflow-y:hidden;animation:showScrollbar .4s ease-out .3s both}@keyframes showScrollbar{0%{scrollbar-width:none}to{scrollbar-width:thin}}.igny8-table-smooth{width:100%;table-layout:fixed;min-width:100%;transition:opacity .5s ease-in-out;contain:layout}.igny8-table-container.loading .igny8-table-smooth{opacity:.8;visibility:visible}.igny8-table-container.loaded .igny8-table-smooth{opacity:1;table-layout:auto;transition:opacity .5s ease-in-out,table-layout .1s ease-out}.igny8-table-body{position:relative;min-height:450px;transition:min-height .8s cubic-bezier(.4,0,.2,1),opacity .5s ease-in-out;contain:layout}.igny8-table-container.loading .igny8-table-body{min-height:450px;opacity:1;height:auto}.igny8-table-container.loaded .igny8-table-body{min-height:0;opacity:1;transition:min-height .8s cubic-bezier(.4,0,.2,1),opacity .5s ease-in-out}.igny8-table-container.loading .igny8-table-body>tr:not(.igny8-skeleton-row){display:none!important;visibility:hidden}.igny8-table-container.loaded .igny8-table-body>tr.igny8-skeleton-row{display:none!important;visibility:hidden;opacity:0;pointer-events:none}.igny8-data-row{animation:fadeInRow .6s ease-out forwards;opacity:0;transform:translateY(8px)}@keyframes fadeInRow{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.igny8-skeleton-row{animation:none!important;opacity:1!important;transform:none!important;display:table-row!important}.igny8-table-container.loading *{backface-visibility:hidden;perspective:1000px} diff --git a/frontend/dist/assets/css/marketing-index-5OamTPcd.css b/frontend/dist/assets/css/marketing-index-5OamTPcd.css new file mode 100644 index 00000000..123aec2b --- /dev/null +++ b/frontend/dist/assets/css/marketing-index-5OamTPcd.css @@ -0,0 +1 @@ +@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap"layer(base);/*! tailwindcss v4.0.8 | MIT License | https://tailwindcss.com */@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-50:oklch(.971 .013 17.38);--color-red-100:oklch(.936 .032 17.717);--color-red-200:oklch(.885 .062 18.334);--color-red-300:oklch(.808 .114 19.571);--color-red-400:oklch(.704 .191 22.216);--color-red-500:oklch(.637 .237 25.331);--color-red-600:oklch(.577 .245 27.325);--color-red-700:oklch(.505 .213 27.518);--color-red-800:oklch(.444 .177 26.899);--color-red-900:oklch(.396 .141 25.723);--color-orange-100:oklch(.954 .038 75.164);--color-orange-400:oklch(.75 .183 55.934);--color-orange-500:oklch(.705 .213 47.604);--color-orange-600:oklch(.646 .222 41.116);--color-orange-900:oklch(.408 .123 38.172);--color-amber-50:oklch(.987 .022 95.277);--color-amber-100:oklch(.962 .059 95.617);--color-amber-200:oklch(.924 .12 95.746);--color-amber-500:oklch(.769 .188 70.08);--color-amber-700:oklch(.555 .163 48.998);--color-yellow-50:oklch(.987 .026 102.212);--color-yellow-100:oklch(.973 .071 103.193);--color-yellow-200:oklch(.945 .129 101.54);--color-yellow-300:oklch(.905 .182 98.111);--color-yellow-400:oklch(.852 .199 91.936);--color-yellow-500:oklch(.795 .184 86.047);--color-yellow-600:oklch(.681 .162 75.834);--color-yellow-700:oklch(.554 .135 66.442);--color-yellow-800:oklch(.476 .114 61.907);--color-yellow-900:oklch(.421 .095 57.708);--color-green-50:oklch(.982 .018 155.826);--color-green-100:oklch(.962 .044 156.743);--color-green-200:oklch(.925 .084 155.995);--color-green-300:oklch(.871 .15 154.449);--color-green-400:oklch(.792 .209 151.711);--color-green-500:oklch(.723 .219 149.579);--color-green-600:oklch(.627 .194 149.214);--color-green-700:oklch(.527 .154 150.069);--color-green-800:oklch(.448 .119 151.328);--color-green-900:oklch(.393 .095 152.535);--color-emerald-100:oklch(.95 .052 163.051);--color-emerald-200:oklch(.905 .093 164.15);--color-emerald-500:oklch(.696 .17 162.48);--color-emerald-700:oklch(.508 .118 165.612);--color-blue-50:oklch(.97 .014 254.604);--color-blue-100:oklch(.932 .032 255.585);--color-blue-200:oklch(.882 .059 254.128);--color-blue-300:oklch(.809 .105 251.813);--color-blue-400:oklch(.707 .165 254.624);--color-blue-500:oklch(.623 .214 259.815);--color-blue-600:oklch(.546 .245 262.881);--color-blue-700:oklch(.488 .243 264.376);--color-blue-800:oklch(.424 .199 265.638);--color-blue-900:oklch(.379 .146 265.522);--color-indigo-100:oklch(.93 .034 272.788);--color-indigo-400:oklch(.673 .182 276.935);--color-indigo-500:oklch(.585 .233 277.117);--color-indigo-600:oklch(.511 .262 276.966);--color-indigo-900:oklch(.359 .144 278.697);--color-purple-50:oklch(.977 .014 308.299);--color-purple-100:oklch(.946 .033 307.174);--color-purple-200:oklch(.902 .063 306.703);--color-purple-300:oklch(.827 .119 306.383);--color-purple-400:oklch(.714 .203 305.504);--color-purple-500:oklch(.627 .265 303.9);--color-purple-600:oklch(.558 .288 302.321);--color-purple-700:oklch(.496 .265 301.924);--color-purple-800:oklch(.438 .218 303.724);--color-purple-900:oklch(.381 .176 304.987);--color-pink-100:oklch(.948 .028 342.258);--color-pink-400:oklch(.718 .202 349.761);--color-pink-600:oklch(.592 .249 .584);--color-pink-900:oklch(.408 .153 2.432);--color-rose-50:oklch(.969 .015 12.422);--color-rose-100:oklch(.941 .03 12.58);--color-rose-200:oklch(.892 .058 10.001);--color-rose-300:oklch(.81 .117 11.638);--color-rose-500:oklch(.645 .246 16.439);--color-rose-700:oklch(.514 .222 16.935);--color-rose-900:oklch(.41 .159 10.272);--color-rose-950:oklch(.271 .105 12.094);--color-slate-50:oklch(.984 .003 247.858);--color-slate-100:oklch(.968 .007 247.896);--color-slate-200:oklch(.929 .013 255.508);--color-slate-300:oklch(.869 .022 252.894);--color-slate-400:oklch(.704 .04 256.788);--color-slate-500:oklch(.554 .046 257.417);--color-slate-600:oklch(.446 .043 257.281);--color-slate-700:oklch(.372 .044 257.287);--color-slate-900:oklch(.208 .042 265.755);--color-slate-950:oklch(.129 .042 264.695);--color-gray-50:oklch(.985 .002 247.839);--color-gray-100:oklch(.967 .003 264.542);--color-gray-200:oklch(.928 .006 264.531);--color-gray-300:oklch(.872 .01 258.338);--color-gray-400:oklch(.707 .022 261.325);--color-gray-500:oklch(.551 .027 264.364);--color-gray-600:oklch(.446 .03 256.802);--color-gray-700:oklch(.373 .034 259.733);--color-gray-800:oklch(.278 .033 256.848);--color-gray-900:oklch(.21 .034 264.665);--color-gray-950:oklch(.13 .028 261.692);--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-xs:20rem;--container-md:28rem;--container-lg:32rem;--container-xl:36rem;--container-2xl:42rem;--container-3xl:48rem;--container-4xl:56rem;--container-5xl:64rem;--container-6xl:72rem;--container-7xl:80rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--text-3xl:1.875rem;--text-3xl--line-height: 1.2 ;--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5/2.25);--text-5xl:3rem;--text-5xl--line-height:1;--text-6xl:3.75rem;--text-6xl--line-height:1;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--tracking-wide:.025em;--tracking-wider:.05em;--leading-tight:1.25;--leading-snug:1.375;--leading-normal:1.5;--leading-relaxed:1.625;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--radius-2xl:1rem;--radius-3xl:1.5rem;--ease-in:cubic-bezier(.4,0,1,1);--ease-out:cubic-bezier(0,0,.2,1);--ease-in-out:cubic-bezier(.4,0,.2,1);--animate-spin:spin 1s linear infinite;--animate-ping:ping 1s cubic-bezier(0,0,.2,1)infinite;--animate-pulse:pulse 2s cubic-bezier(.4,0,.6,1)infinite;--blur-sm:8px;--blur-lg:16px;--blur-xl:24px;--blur-2xl:40px;--blur-3xl:64px;--aspect-video:16/9;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-font-feature-settings:var(--font-sans--font-feature-settings);--default-font-variation-settings:var(--font-sans--font-variation-settings);--default-mono-font-family:var(--font-mono);--default-mono-font-feature-settings:var(--font-mono--font-feature-settings);--default-mono-font-variation-settings:var(--font-mono--font-variation-settings)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}body{line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1;color:color-mix(in oklab,currentColor 50%,transparent)}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}*,:before,:after{box-sizing:border-box}html,body{color:#fff;background-color:#050913;margin:0;padding:0;font-family:Outfit,sans-serif}body{min-height:100vh}a{color:inherit;text-decoration:none}}@layer components;@layer utilities{.\@container,.\@container-\[inline-size\]{container-type:inline-size}.pointer-events-auto{pointer-events:auto}.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.invisible{visibility:hidden}.visible{visibility:visible}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.not-sr-only{clip:auto;white-space:normal;width:auto;height:auto;margin:0;padding:0;position:static;overflow:visible}.\!fixed{position:fixed!important}.\!relative{position:relative!important}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.-inset-1{inset:calc(var(--spacing)*-1)}.inset-0{inset:calc(var(--spacing)*0)}.inset-y-0{inset-block:calc(var(--spacing)*0)}.end-1{inset-inline-end:calc(var(--spacing)*1)}.end-2{inset-inline-end:calc(var(--spacing)*2)}.-top-7{top:calc(var(--spacing)*-7)}.-top-16{top:calc(var(--spacing)*-16)}.top-0{top:calc(var(--spacing)*0)}.top-0\.5{top:calc(var(--spacing)*.5)}.top-1{top:calc(var(--spacing)*1)}.top-1\/2{top:50%}.top-2{top:calc(var(--spacing)*2)}.top-3{top:calc(var(--spacing)*3)}.top-4{top:calc(var(--spacing)*4)}.top-5{top:calc(var(--spacing)*5)}.top-6{top:calc(var(--spacing)*6)}.top-full{top:100%}.-right-2{right:calc(var(--spacing)*-2)}.-right-\[240px\]{right:-240px}.right-0{right:calc(var(--spacing)*0)}.right-1{right:calc(var(--spacing)*1)}.right-2{right:calc(var(--spacing)*2)}.right-2\.5{right:calc(var(--spacing)*2.5)}.right-3{right:calc(var(--spacing)*3)}.right-4{right:calc(var(--spacing)*4)}.right-5{right:calc(var(--spacing)*5)}.right-6{right:calc(var(--spacing)*6)}.right-full{right:100%}.-bottom-8{bottom:calc(var(--spacing)*-8)}.bottom-0{bottom:calc(var(--spacing)*0)}.bottom-4{bottom:calc(var(--spacing)*4)}.bottom-5{bottom:calc(var(--spacing)*5)}.bottom-6{bottom:calc(var(--spacing)*6)}.bottom-20{bottom:calc(var(--spacing)*20)}.bottom-full{bottom:100%}.-left-8{left:calc(var(--spacing)*-8)}.-left-9{left:calc(var(--spacing)*-9)}.-left-px{left:-1px}.left-0{left:calc(var(--spacing)*0)}.left-0\.5{left:calc(var(--spacing)*.5)}.left-1\/2{left:50%}.left-4{left:calc(var(--spacing)*4)}.left-5{left:calc(var(--spacing)*5)}.left-6{left:calc(var(--spacing)*6)}.left-full{left:100%}.isolate{isolation:isolate}.isolation-auto{isolation:auto}.-z-1{z-index:-1}.z-0{z-index:0}.z-1{z-index:1}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-999{z-index:999}.z-99999{z-index:99999}.z-\[1100\]{z-index:1100}.z-\[9999\]{z-index:9999}.z-\[99998\]{z-index:99998}.z-\[99999\]{z-index:99999}.z-\[999999\]{z-index:999999}.z-auto{z-index:auto}.order-2{order:2}.order-3{order:3}.order-first{order:-9999}.order-last{order:9999}.order-none{order:0}.col-auto{grid-column:auto}.col-span-2{grid-column:span 2/span 2}.col-span-12{grid-column:span 12/span 12}.col-span-full{grid-column:1/-1}.col-start-auto{grid-column-start:auto}.col-end-auto{grid-column-end:auto}.row-auto{grid-row:auto}.row-span-full{grid-row:1/-1}.row-start-auto{grid-row-start:auto}.row-end-auto{grid-row-end:auto}.float-end{float:inline-end}.float-left{float:left}.float-none{float:none}.float-right{float:right}.float-start{float:inline-start}.clear-both{clear:both}.clear-end{clear:inline-end}.clear-left{clear:left}.clear-none{clear:none}.clear-right{clear:right}.clear-start{clear:inline-start}.\!container{width:100%!important}@media (width>=40rem){.\!container{max-width:40rem!important}}@media (width>=48rem){.\!container{max-width:48rem!important}}@media (width>=64rem){.\!container{max-width:64rem!important}}@media (width>=80rem){.\!container{max-width:80rem!important}}@media (width>=96rem){.\!container{max-width:96rem!important}}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.container\!{width:100%!important}@media (width>=40rem){.container\!{max-width:40rem!important}}@media (width>=48rem){.container\!{max-width:48rem!important}}@media (width>=64rem){.container\!{max-width:64rem!important}}@media (width>=80rem){.container\!{max-width:80rem!important}}@media (width>=96rem){.container\!{max-width:96rem!important}}.m-0\!{margin:calc(var(--spacing)*0)!important}.m-1{margin:calc(var(--spacing)*1)}.m-2{margin:calc(var(--spacing)*2)}.m-4{margin:calc(var(--spacing)*4)}.m-48{margin:calc(var(--spacing)*48)}.m-65{margin:calc(var(--spacing)*65)}.m-97{margin:calc(var(--spacing)*97)}.-mx-4{margin-inline:calc(var(--spacing)*-4)}.mx-1{margin-inline:calc(var(--spacing)*1)}.mx-2{margin-inline:calc(var(--spacing)*2)}.mx-4{margin-inline:calc(var(--spacing)*4)}.mx-auto{margin-inline:auto}.-my-6{margin-block:calc(var(--spacing)*-6)}.my-2{margin-block:calc(var(--spacing)*2)}.my-4{margin-block:calc(var(--spacing)*4)}.my-6{margin-block:calc(var(--spacing)*6)}.-mt-0\.5{margin-top:calc(var(--spacing)*-.5)}.-mt-1{margin-top:calc(var(--spacing)*-1)}.-mt-12{margin-top:calc(var(--spacing)*-12)}.mt-0\.5{margin-top:calc(var(--spacing)*.5)}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-1\.5{margin-top:calc(var(--spacing)*1.5)}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-3{margin-top:calc(var(--spacing)*3)}.mt-4{margin-top:calc(var(--spacing)*4)}.mt-5{margin-top:calc(var(--spacing)*5)}.mt-6{margin-top:calc(var(--spacing)*6)}.mt-7{margin-top:calc(var(--spacing)*7)}.mt-8{margin-top:calc(var(--spacing)*8)}.mt-10{margin-top:calc(var(--spacing)*10)}.mt-16{margin-top:calc(var(--spacing)*16)}.mt-\[17px\]{margin-top:17px}.mt-auto{margin-top:auto}.-mr-1{margin-right:calc(var(--spacing)*-1)}.mr-1{margin-right:calc(var(--spacing)*1)}.mr-1\.5{margin-right:calc(var(--spacing)*1.5)}.mr-2{margin-right:calc(var(--spacing)*2)}.mr-3{margin-right:calc(var(--spacing)*3)}.-mb-1{margin-bottom:calc(var(--spacing)*-1)}.-mb-4{margin-bottom:calc(var(--spacing)*-4)}.mb-0\.5{margin-bottom:calc(var(--spacing)*.5)}.mb-1{margin-bottom:calc(var(--spacing)*1)}.mb-1\.5{margin-bottom:calc(var(--spacing)*1.5)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-3{margin-bottom:calc(var(--spacing)*3)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-5{margin-bottom:calc(var(--spacing)*5)}.mb-6{margin-bottom:calc(var(--spacing)*6)}.mb-7{margin-bottom:calc(var(--spacing)*7)}.mb-8{margin-bottom:calc(var(--spacing)*8)}.mb-10{margin-bottom:calc(var(--spacing)*10)}.mb-12{margin-bottom:calc(var(--spacing)*12)}.mb-\[22px\]{margin-bottom:22px}.-ml-1{margin-left:calc(var(--spacing)*-1)}.-ml-5{margin-left:calc(var(--spacing)*-5)}.ml-0{margin-left:calc(var(--spacing)*0)}.ml-1{margin-left:calc(var(--spacing)*1)}.ml-2{margin-left:calc(var(--spacing)*2)}.ml-4{margin-left:calc(var(--spacing)*4)}.ml-9{margin-left:calc(var(--spacing)*9)}.ml-auto{margin-left:auto}.box-border{box-sizing:border-box}.box-content{box-sizing:content-box}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-none{-webkit-line-clamp:unset;-webkit-box-orient:horizontal;display:block;overflow:visible}.\!block{display:block!important}.\!contents{display:contents!important}.\!grid{display:grid!important}.\!hidden{display:none!important}.\!table{display:table!important}.block{display:block}.contents{display:contents}.flex{display:flex}.flow-root{display:flow-root}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.inline-grid{display:inline-grid}.inline-table{display:inline-table}.list-item{display:list-item}.table{display:table}.table-caption{display:table-caption}.table-cell{display:table-cell}.table-column{display:table-column}.table-column-group{display:table-column-group}.table-footer-group{display:table-footer-group}.table-header-group{display:table-header-group}.table-row{display:table-row}.table-row-group{display:table-row-group}.field-sizing-content{field-sizing:content}.field-sizing-fixed{field-sizing:fixed}.aspect-4\/3{aspect-ratio:4/3}.aspect-21\/9{aspect-ratio:21/9}.aspect-\[4\/3\]{aspect-ratio:4/3}.aspect-auto{aspect-ratio:auto}.aspect-square{aspect-ratio:1}.aspect-video{aspect-ratio:var(--aspect-video)}.size-1{width:calc(var(--spacing)*1);height:calc(var(--spacing)*1)}.size-1\.5{width:calc(var(--spacing)*1.5);height:calc(var(--spacing)*1.5)}.size-2{width:calc(var(--spacing)*2);height:calc(var(--spacing)*2)}.size-3{width:calc(var(--spacing)*3);height:calc(var(--spacing)*3)}.size-4{width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.size-5{width:calc(var(--spacing)*5);height:calc(var(--spacing)*5)}.size-6{width:calc(var(--spacing)*6);height:calc(var(--spacing)*6)}.size-8{width:calc(var(--spacing)*8);height:calc(var(--spacing)*8)}.size-12{width:calc(var(--spacing)*12);height:calc(var(--spacing)*12)}.size-14{width:calc(var(--spacing)*14);height:calc(var(--spacing)*14)}.h-0{height:calc(var(--spacing)*0)}.h-0\.5{height:calc(var(--spacing)*.5)}.h-1{height:calc(var(--spacing)*1)}.h-1\.5{height:calc(var(--spacing)*1.5)}.h-2{height:calc(var(--spacing)*2)}.h-2\.5{height:calc(var(--spacing)*2.5)}.h-3{height:calc(var(--spacing)*3)}.h-3\.5{height:calc(var(--spacing)*3.5)}.h-4{height:calc(var(--spacing)*4)}.h-5{height:calc(var(--spacing)*5)}.h-6{height:calc(var(--spacing)*6)}.h-7{height:calc(var(--spacing)*7)}.h-8{height:calc(var(--spacing)*8)}.h-9{height:calc(var(--spacing)*9)}.h-9\.5{height:calc(var(--spacing)*9.5)}.h-10{height:calc(var(--spacing)*10)}.h-11{height:calc(var(--spacing)*11)}.h-12{height:calc(var(--spacing)*12)}.h-14{height:calc(var(--spacing)*14)}.h-16{height:calc(var(--spacing)*16)}.h-20{height:calc(var(--spacing)*20)}.h-24{height:calc(var(--spacing)*24)}.h-32{height:calc(var(--spacing)*32)}.h-40{height:calc(var(--spacing)*40)}.h-48{height:calc(var(--spacing)*48)}.h-64{height:calc(var(--spacing)*64)}.h-90{height:calc(var(--spacing)*90)}.h-96{height:calc(var(--spacing)*96)}.h-\[1\.5px\]{height:1.5px}.h-\[3px\]{height:3px}.h-\[25px\]{height:25px}.h-\[50px\]{height:50px}.h-\[56px\]{height:56px}.h-\[68px\]{height:68px}.h-\[200px\]{height:200px}.h-\[212px\]{height:212px}.h-\[260px\]{height:260px}.h-\[300px\]{height:300px}.h-\[420px\]{height:420px}.h-\[450px\]{height:450px}.h-\[480px\]{height:480px}.h-auto{height:auto}.h-fit{height:fit-content}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-0{max-height:calc(var(--spacing)*0)}.max-h-32{max-height:calc(var(--spacing)*32)}.max-h-60{max-height:calc(var(--spacing)*60)}.max-h-64{max-height:calc(var(--spacing)*64)}.max-h-96{max-height:calc(var(--spacing)*96)}.max-h-\[80vh\]{max-height:80vh}.max-h-\[85vh\]{max-height:85vh}.max-h-\[300px\]{max-height:300px}.max-h-\[330px\]{max-height:330px}.max-h-\[5000px\]{max-height:5000px}.max-h-none{max-height:none}.max-h-screen{max-height:100vh}.min-h-11{min-height:calc(var(--spacing)*11)}.min-h-\[200px\]{min-height:200px}.min-h-\[400px\]{min-height:400px}.min-h-screen{min-height:100vh}.w-0{width:calc(var(--spacing)*0)}.w-1{width:calc(var(--spacing)*1)}.w-1\.5{width:calc(var(--spacing)*1.5)}.w-1\/2{width:50%}.w-1\/3{width:33.3333%}.w-1\/4{width:25%}.w-2{width:calc(var(--spacing)*2)}.w-2\.5{width:calc(var(--spacing)*2.5)}.w-3{width:calc(var(--spacing)*3)}.w-3\.5{width:calc(var(--spacing)*3.5)}.w-3\/4{width:75%}.w-4{width:calc(var(--spacing)*4)}.w-5{width:calc(var(--spacing)*5)}.w-5\/6{width:83.3333%}.w-6{width:calc(var(--spacing)*6)}.w-7{width:calc(var(--spacing)*7)}.w-8{width:calc(var(--spacing)*8)}.w-9\.5{width:calc(var(--spacing)*9.5)}.w-10{width:calc(var(--spacing)*10)}.w-11{width:calc(var(--spacing)*11)}.w-12{width:calc(var(--spacing)*12)}.w-14{width:calc(var(--spacing)*14)}.w-16{width:calc(var(--spacing)*16)}.w-20{width:calc(var(--spacing)*20)}.w-24{width:calc(var(--spacing)*24)}.w-40{width:calc(var(--spacing)*40)}.w-48{width:calc(var(--spacing)*48)}.w-56{width:calc(var(--spacing)*56)}.w-64{width:calc(var(--spacing)*64)}.w-\[3px\]{width:3px}.w-\[23\%\]{width:23%}.w-\[25px\]{width:25px}.w-\[46px\]{width:46px}.w-\[50px\]{width:50px}.w-\[56px\]{width:56px}.w-\[68px\]{width:68px}.w-\[75\%\]{width:75%}.w-\[79\%\]{width:79%}.w-\[90px\]{width:90px}.w-\[120px\]{width:120px}.w-\[140\%\]{width:140%}.w-\[140px\]{width:140px}.w-\[252px\]{width:252px}.w-\[260px\]{width:260px}.w-\[290px\]{width:290px}.w-\[350px\]{width:350px}.w-\[500px\]{width:500px}.w-auto{width:auto}.w-full{width:100%}.w-px{width:1px}.w-screen{width:100vw}.max-w-1\.5{max-width:calc(var(--spacing)*1.5)}.max-w-2{max-width:calc(var(--spacing)*2)}.max-w-2\.5{max-width:calc(var(--spacing)*2.5)}.max-w-2xl{max-width:var(--container-2xl)}.max-w-3{max-width:calc(var(--spacing)*3)}.max-w-3\.5{max-width:calc(var(--spacing)*3.5)}.max-w-3xl{max-width:var(--container-3xl)}.max-w-4{max-width:calc(var(--spacing)*4)}.max-w-4xl{max-width:var(--container-4xl)}.max-w-5{max-width:calc(var(--spacing)*5)}.max-w-5xl{max-width:var(--container-5xl)}.max-w-6{max-width:calc(var(--spacing)*6)}.max-w-6xl{max-width:var(--container-6xl)}.max-w-7xl{max-width:var(--container-7xl)}.max-w-8{max-width:calc(var(--spacing)*8)}.max-w-10{max-width:calc(var(--spacing)*10)}.max-w-12{max-width:calc(var(--spacing)*12)}.max-w-14{max-width:calc(var(--spacing)*14)}.max-w-16{max-width:calc(var(--spacing)*16)}.max-w-60{max-width:calc(var(--spacing)*60)}.max-w-\[100px\]{max-width:100px}.max-w-\[120px\]{max-width:120px}.max-w-\[140px\]{max-width:140px}.max-w-\[150px\]{max-width:150px}.max-w-\[200px\]{max-width:200px}.max-w-\[242px\]{max-width:242px}.max-w-\[250px\]{max-width:250px}.max-w-\[290px\]{max-width:290px}.max-w-\[380px\]{max-width:380px}.max-w-\[385px\]{max-width:385px}.max-w-\[420px\]{max-width:420px}.max-w-\[630px\]{max-width:630px}.max-w-\[700px\]{max-width:700px}.max-w-\[800px\]{max-width:800px}.max-w-\[1200px\]{max-width:1200px}.max-w-full{max-width:100%}.max-w-lg{max-width:var(--container-lg)}.max-w-md{max-width:var(--container-md)}.max-w-none{max-width:none}.max-w-screen{max-width:100vw}.max-w-xl{max-width:var(--container-xl)}.max-w-xs{max-width:var(--container-xs)}.min-w-0{min-width:calc(var(--spacing)*0)}.min-w-\[60px\]{min-width:60px}.min-w-\[140px\]{min-width:140px}.min-w-\[200px\]{min-width:200px}.min-w-\[280px\]{min-width:280px}.min-w-\[320px\]{min-width:320px}.min-w-\[650px\]{min-width:650px}.min-w-\[1000px\]{min-width:1000px}.min-w-full{min-width:100%}.min-w-screen{min-width:100vw}.flex-1{flex:1}.flex-auto{flex:auto}.flex-initial{flex:0 auto}.flex-none{flex:none}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.flex-grow,.grow{flex-grow:1}.basis-auto{flex-basis:auto}.basis-full{flex-basis:100%}.table-auto{table-layout:auto}.table-fixed{table-layout:fixed}.caption-bottom{caption-side:bottom}.caption-top{caption-side:top}.border-collapse{border-collapse:collapse}.border-separate{border-collapse:separate}.origin-bottom{transform-origin:bottom}.origin-bottom-left{transform-origin:0 100%}.origin-bottom-right{transform-origin:100% 100%}.origin-center{transform-origin:50%}.origin-left{transform-origin:0}.origin-right{transform-origin:100%}.origin-top{transform-origin:top}.origin-top-left{transform-origin:0 0}.origin-top-right{transform-origin:100% 0}.-translate-full{--tw-translate-x:-100%;--tw-translate-y:-100%;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-full{--tw-translate-x:100%;--tw-translate-y:100%;translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-x-1\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-x-full{--tw-translate-x:-100%;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-0{--tw-translate-x:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-0\.5{--tw-translate-x:calc(var(--spacing)*.5);translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-6{--tw-translate-x:calc(var(--spacing)*6);translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-\[120px\]{--tw-translate-x:120px;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-full{--tw-translate-x:100%;translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-y-1\/2{--tw-translate-y: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-y-\[95\%\]{--tw-translate-y: -95% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-3d{translate:var(--tw-translate-x)var(--tw-translate-y)var(--tw-translate-z)}.translate-none{translate:none}.scale-3d{scale:var(--tw-scale-x)var(--tw-scale-y)var(--tw-scale-z)}.scale-none{scale:none}.-rotate-45{rotate:-45deg}.rotate-180{rotate:180deg}.rotate-none{rotate:none}.transform,.transform-cpu{transform:var(--tw-rotate-x)var(--tw-rotate-y)var(--tw-rotate-z)var(--tw-skew-x)var(--tw-skew-y)}.transform-gpu{transform:translateZ(0)var(--tw-rotate-x)var(--tw-rotate-y)var(--tw-rotate-z)var(--tw-skew-x)var(--tw-skew-y)}.transform-none{transform:none}.animate-none{animation:none}.animate-ping{animation:var(--animate-ping)}.animate-pulse{animation:var(--animate-pulse)}.animate-spin{animation:var(--animate-spin)}.cursor-move{cursor:move}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.touch-pinch-zoom{--tw-pinch-zoom:pinch-zoom;touch-action:var(--tw-pan-x,)var(--tw-pan-y,)var(--tw-pinch-zoom,)}.resize{resize:both}.resize-none{resize:none}.resize-x{resize:horizontal}.resize-y{resize:vertical}.snap-none{scroll-snap-type:none}.snap-mandatory{--tw-scroll-snap-strictness:mandatory}.snap-proximity{--tw-scroll-snap-strictness:proximity}.snap-align-none{scroll-snap-align:none}.snap-center{scroll-snap-align:center}.snap-end{scroll-snap-align:end}.snap-start{scroll-snap-align:start}.snap-always{scroll-snap-stop:always}.snap-normal{scroll-snap-stop:normal}.scroll-mt-24{scroll-margin-top:calc(var(--spacing)*24)}.list-inside{list-style-position:inside}.list-outside{list-style-position:outside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.list-image-none{list-style-image:none}.appearance-auto{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.columns-auto{columns:auto}.auto-cols-auto{grid-auto-columns:auto}.auto-cols-fr{grid-auto-columns:minmax(0,1fr)}.auto-cols-max{grid-auto-columns:max-content}.auto-cols-min{grid-auto-columns:min-content}.grid-flow-col{grid-auto-flow:column}.grid-flow-col-dense{grid-auto-flow:column dense}.grid-flow-dense{grid-auto-flow:dense}.grid-flow-row{grid-auto-flow:row}.grid-flow-row-dense{grid-auto-flow:dense}.auto-rows-auto{grid-auto-rows:auto}.auto-rows-fr{grid-auto-rows:minmax(0,1fr)}.auto-rows-max{grid-auto-rows:max-content}.auto-rows-min{grid-auto-rows:min-content}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-none{grid-template-columns:none}.grid-cols-subgrid{grid-template-columns:subgrid}.grid-rows-none{grid-template-rows:none}.grid-rows-subgrid{grid-template-rows:subgrid}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-nowrap{flex-wrap:nowrap}.flex-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.place-content-around{place-content:space-around}.place-content-baseline{place-content:baseline start}.place-content-between{place-content:space-between}.place-content-center{place-content:center}.place-content-end{place-content:end}.place-content-evenly{place-content:space-evenly}.place-content-start{place-content:start}.place-content-stretch{place-content:stretch}.place-items-baseline{place-items:baseline}.place-items-center{place-items:center}.place-items-end{place-items:end}.place-items-start{place-items:start}.place-items-stretch{place-items:stretch stretch}.content-around{align-content:space-around}.content-baseline{align-content:baseline}.content-between{align-content:space-between}.content-center{align-content:center}.content-end{align-content:flex-end}.content-evenly{align-content:space-evenly}.content-normal{align-content:normal}.content-start{align-content:flex-start}.content-stretch{align-content:stretch}.items-baseline{align-items:baseline}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.items-stretch{align-items:stretch}.justify-around{justify-content:space-around}.justify-baseline{justify-content:baseline}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-evenly{justify-content:space-evenly}.justify-normal{justify-content:normal}.justify-start{justify-content:flex-start}.justify-stretch{justify-content:stretch}.justify-items-center{justify-items:center}.justify-items-end{justify-items:end}.justify-items-normal{justify-items:normal}.justify-items-start{justify-items:start}.justify-items-stretch{justify-items:stretch}.gap-0\.5{gap:calc(var(--spacing)*.5)}.gap-1{gap:calc(var(--spacing)*1)}.gap-1\.5{gap:calc(var(--spacing)*1.5)}.gap-2{gap:calc(var(--spacing)*2)}.gap-3{gap:calc(var(--spacing)*3)}.gap-4{gap:calc(var(--spacing)*4)}.gap-5{gap:calc(var(--spacing)*5)}.gap-6{gap:calc(var(--spacing)*6)}.gap-8{gap:calc(var(--spacing)*8)}.gap-10{gap:calc(var(--spacing)*10)}.gap-12{gap:calc(var(--spacing)*12)}.gap-16{gap:calc(var(--spacing)*16)}:where(.space-y-1>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*1)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*2)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-3>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*3)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*3)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*4)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*5)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*5)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-6>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*6)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*6)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-8>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*8)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*8)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-10>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*10)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*10)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-12>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*12)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*12)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-reverse>:not(:last-child)){--tw-space-y-reverse:1}.gap-x-1{column-gap:calc(var(--spacing)*1)}.gap-x-6{column-gap:calc(var(--spacing)*6)}:where(.-space-x-2>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing)*-2)*var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing)*-2)*calc(1 - var(--tw-space-x-reverse)))}:where(.space-x-1>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing)*1)*var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-x-reverse)))}:where(.space-x-3>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing)*3)*var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing)*3)*calc(1 - var(--tw-space-x-reverse)))}:where(.space-x-reverse>:not(:last-child)){--tw-space-x-reverse:1}.gap-y-2{row-gap:calc(var(--spacing)*2)}.gap-y-5{row-gap:calc(var(--spacing)*5)}:where(.divide-x>:not(:last-child)){--tw-divide-x-reverse:0;border-inline-style:var(--tw-border-style);border-inline-start-width:calc(1px*var(--tw-divide-x-reverse));border-inline-end-width:calc(1px*calc(1 - var(--tw-divide-x-reverse)))}:where(.divide-y>:not(:last-child)){--tw-divide-y-reverse:0;border-bottom-style:var(--tw-border-style);border-top-style:var(--tw-border-style);border-top-width:calc(1px*var(--tw-divide-y-reverse));border-bottom-width:calc(1px*calc(1 - var(--tw-divide-y-reverse)))}:where(.divide-y-reverse>:not(:last-child)){--tw-divide-y-reverse:1}:where(.divide-gray-100>:not(:last-child)){border-color:var(--color-gray-100)}:where(.divide-gray-200>:not(:last-child)){border-color:var(--color-gray-200)}.place-self-auto{place-self:auto}.place-self-center{place-self:center}.place-self-end{place-self:end}.place-self-start{place-self:start}.place-self-stretch{place-self:stretch stretch}.self-auto{align-self:auto}.self-baseline{align-self:baseline}.self-center{align-self:center}.self-end{align-self:flex-end}.self-start{align-self:flex-start}.self-stretch{align-self:stretch}.justify-self-auto{justify-self:auto}.justify-self-center{justify-self:center}.justify-self-end{justify-self:flex-end}.justify-self-start{justify-self:flex-start}.justify-self-stretch{justify-self:stretch}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.scroll-auto{scroll-behavior:auto}.scroll-smooth{scroll-behavior:smooth}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-3xl{border-radius:var(--radius-3xl)}.rounded-\[10\.5px\]{border-radius:10.5px}.rounded-\[50\%\]{border-radius:50%}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-sm{border-radius:var(--radius-sm)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-s{border-start-start-radius:.25rem;border-end-start-radius:.25rem}.rounded-ss{border-start-start-radius:.25rem}.rounded-e{border-start-end-radius:.25rem;border-end-end-radius:.25rem}.rounded-se{border-start-end-radius:.25rem}.rounded-ee{border-end-end-radius:.25rem}.rounded-es{border-end-start-radius:.25rem}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-t-xl{border-top-left-radius:var(--radius-xl);border-top-right-radius:var(--radius-xl)}.rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-l-lg{border-top-left-radius:var(--radius-lg);border-bottom-left-radius:var(--radius-lg)}.rounded-tl{border-top-left-radius:.25rem}.rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.rounded-r-full{border-top-right-radius:3.40282e38px;border-bottom-right-radius:3.40282e38px}.rounded-r-lg{border-top-right-radius:var(--radius-lg);border-bottom-right-radius:var(--radius-lg)}.rounded-tr{border-top-right-radius:.25rem}.rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-br{border-bottom-right-radius:.25rem}.rounded-bl{border-bottom-left-radius:.25rem}.border{border-style:var(--tw-border-style);border-width:1px}.border\!{border-style:var(--tw-border-style)!important;border-width:1px!important}.border-0{border-style:var(--tw-border-style);border-width:0}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-4{border-style:var(--tw-border-style);border-width:4px}.border-\[0\.5px\]{border-style:var(--tw-border-style);border-width:.5px}.border-\[0\.7px\]{border-style:var(--tw-border-style);border-width:.7px}.border-\[1\.5px\]{border-style:var(--tw-border-style);border-width:1.5px}.border-\[1\.25px\]{border-style:var(--tw-border-style);border-width:1.25px}.border-x{border-inline-style:var(--tw-border-style);border-inline-width:1px}.border-y{border-block-style:var(--tw-border-style);border-block-width:1px}.border-s{border-inline-start-style:var(--tw-border-style);border-inline-start-width:1px}.border-e{border-inline-end-style:var(--tw-border-style);border-inline-end-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-t-\[6px\]{border-top-style:var(--tw-border-style);border-top-width:6px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-r-0{border-right-style:var(--tw-border-style);border-right-width:0}.border-r-\[6px\]{border-right-style:var(--tw-border-style);border-right-width:6px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-b-2{border-bottom-style:var(--tw-border-style);border-bottom-width:2px}.border-b-\[6px\]{border-bottom-style:var(--tw-border-style);border-bottom-width:6px}.border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.border-l-0{border-left-style:var(--tw-border-style);border-left-width:0}.border-l-4{border-left-style:var(--tw-border-style);border-left-width:4px}.border-l-\[6px\]{border-left-style:var(--tw-border-style);border-left-width:6px}.border-l-\[8px\]{border-left-style:var(--tw-border-style);border-left-width:8px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-dotted{--tw-border-style:dotted;border-style:dotted}.border-double{--tw-border-style:double;border-style:double}.border-hidden{--tw-border-style:hidden;border-style:hidden}.border-none{--tw-border-style:none;border-style:none}.border-solid{--tw-border-style:solid;border-style:solid}.border-blue-200{border-color:var(--color-blue-200)}.border-blue-500{border-color:var(--color-blue-500)}.border-gray-100{border-color:var(--color-gray-100)}.border-gray-200{border-color:var(--color-gray-200)}.border-gray-200\/50{border-color:color-mix(in oklab,var(--color-gray-200)50%,transparent)}.border-gray-300{border-color:var(--color-gray-300)}.border-gray-500{border-color:var(--color-gray-500)}.border-gray-800{border-color:var(--color-gray-800)}.border-gray-900{border-color:var(--color-gray-900)}.border-green-200{border-color:var(--color-green-200)}.border-green-500{border-color:var(--color-green-500)}.border-green-700{border-color:var(--color-green-700)}.border-orange-500{border-color:var(--color-orange-500)}.border-purple-200{border-color:var(--color-purple-200)}.border-purple-500{border-color:var(--color-purple-500)}.border-red-200{border-color:var(--color-red-200)}.border-red-300{border-color:var(--color-red-300)}.border-red-500{border-color:var(--color-red-500)}.border-rose-200{border-color:var(--color-rose-200)}.border-slate-200\/70{border-color:color-mix(in oklab,var(--color-slate-200)70%,transparent)}.border-slate-200\/80{border-color:color-mix(in oklab,var(--color-slate-200)80%,transparent)}.border-transparent{border-color:#0000}.border-white{border-color:var(--color-white)}.border-white\/0{border-color:color-mix(in oklab,var(--color-white)0%,transparent)}.border-white\/5{border-color:color-mix(in oklab,var(--color-white)5%,transparent)}.border-white\/10{border-color:color-mix(in oklab,var(--color-white)10%,transparent)}.border-white\/15{border-color:color-mix(in oklab,var(--color-white)15%,transparent)}.border-white\/20{border-color:color-mix(in oklab,var(--color-white)20%,transparent)}.border-white\/30{border-color:color-mix(in oklab,var(--color-white)30%,transparent)}.border-white\/40{border-color:color-mix(in oklab,var(--color-white)40%,transparent)}.border-yellow-200{border-color:var(--color-yellow-200)}.border-t-blue-600{border-top-color:var(--color-blue-600)}.border-t-gray-900{border-top-color:var(--color-gray-900)}.border-t-transparent{border-top-color:#0000}.border-r-gray-900{border-right-color:var(--color-gray-900)}.border-r-transparent{border-right-color:#0000}.border-b-gray-900{border-bottom-color:var(--color-gray-900)}.border-b-transparent{border-bottom-color:#0000}.border-l-gray-400{border-left-color:var(--color-gray-400)}.border-l-gray-900{border-left-color:var(--color-gray-900)}.border-l-transparent{border-left-color:#0000}.bg-\(--my_variable\){background-color:var(--my_variable)}.bg-\(color\:--my-color\){background-color:var(--my-color)}.bg-\[\#0088cc\]{background-color:#08c}.bg-\[\#090E1A\]{background-color:#090e1a}.bg-\[\#050913\]{background-color:#050913}.bg-\[\#B91C1C\]{background-color:#b91c1c}.bg-\[color\:var\(--my-color\)\]{background-color:var(--my-color)}.bg-\[var\(--my_variable\)\]{background-color:var(--my_variable)}.bg-amber-50{background-color:var(--color-amber-50)}.bg-amber-100{background-color:var(--color-amber-100)}.bg-black\/5{background-color:color-mix(in oklab,var(--color-black)5%,transparent)}.bg-blue-50{background-color:var(--color-blue-50)}.bg-blue-100{background-color:var(--color-blue-100)}.bg-blue-500{background-color:var(--color-blue-500)}.bg-blue-600{background-color:var(--color-blue-600)}.bg-emerald-100{background-color:var(--color-emerald-100)}.bg-gray-50{background-color:var(--color-gray-50)}.bg-gray-100{background-color:var(--color-gray-100)}.bg-gray-100\/50{background-color:color-mix(in oklab,var(--color-gray-100)50%,transparent)}.bg-gray-200{background-color:var(--color-gray-200)}.bg-gray-300{background-color:var(--color-gray-300)}.bg-gray-400{background-color:var(--color-gray-400)}.bg-gray-400\/50{background-color:color-mix(in oklab,var(--color-gray-400)50%,transparent)}.bg-gray-500{background-color:var(--color-gray-500)}.bg-gray-700{background-color:var(--color-gray-700)}.bg-gray-800{background-color:var(--color-gray-800)}.bg-gray-900{background-color:var(--color-gray-900)}.bg-gray-900\/50{background-color:color-mix(in oklab,var(--color-gray-900)50%,transparent)}.bg-green-50{background-color:var(--color-green-50)}.bg-green-100{background-color:var(--color-green-100)}.bg-green-500{background-color:var(--color-green-500)}.bg-green-600{background-color:var(--color-green-600)}.bg-indigo-100{background-color:var(--color-indigo-100)}.bg-indigo-600{background-color:var(--color-indigo-600)}.bg-orange-100{background-color:var(--color-orange-100)}.bg-orange-400{background-color:var(--color-orange-400)}.bg-orange-400\/10{background-color:color-mix(in oklab,var(--color-orange-400)10%,transparent)}.bg-orange-600{background-color:var(--color-orange-600)}.bg-pink-100{background-color:var(--color-pink-100)}.bg-purple-50{background-color:var(--color-purple-50)}.bg-purple-100{background-color:var(--color-purple-100)}.bg-purple-500{background-color:var(--color-purple-500)}.bg-purple-600{background-color:var(--color-purple-600)}.bg-red-50{background-color:var(--color-red-50)}.bg-red-100{background-color:var(--color-red-100)}.bg-red-500{background-color:var(--color-red-500)}.bg-red-500\/50,.bg-red-500\/\[50\%\]{background-color:color-mix(in oklab,var(--color-red-500)50%,transparent)}.bg-red-600{background-color:var(--color-red-600)}.bg-rose-50\/80{background-color:color-mix(in oklab,var(--color-rose-50)80%,transparent)}.bg-rose-100{background-color:var(--color-rose-100)}.bg-rose-300{background-color:var(--color-rose-300)}.bg-slate-50\/70{background-color:color-mix(in oklab,var(--color-slate-50)70%,transparent)}.bg-slate-100{background-color:var(--color-slate-100)}.bg-slate-200\/60{background-color:color-mix(in oklab,var(--color-slate-200)60%,transparent)}.bg-slate-200\/70{background-color:color-mix(in oklab,var(--color-slate-200)70%,transparent)}.bg-slate-900{background-color:var(--color-slate-900)}.bg-slate-950{background-color:var(--color-slate-950)}.bg-slate-950\/60{background-color:color-mix(in oklab,var(--color-slate-950)60%,transparent)}.bg-slate-950\/70{background-color:color-mix(in oklab,var(--color-slate-950)70%,transparent)}.bg-slate-950\/80{background-color:color-mix(in oklab,var(--color-slate-950)80%,transparent)}.bg-slate-950\/95{background-color:color-mix(in oklab,var(--color-slate-950)95%,transparent)}.bg-transparent{background-color:#0000}.bg-white{background-color:var(--color-white)}.bg-white\/3{background-color:color-mix(in oklab,var(--color-white)3%,transparent)}.bg-white\/5{background-color:color-mix(in oklab,var(--color-white)5%,transparent)}.bg-white\/10{background-color:color-mix(in oklab,var(--color-white)10%,transparent)}.bg-white\/20{background-color:color-mix(in oklab,var(--color-white)20%,transparent)}.bg-white\/50{background-color:color-mix(in oklab,var(--color-white)50%,transparent)}.bg-white\/70{background-color:color-mix(in oklab,var(--color-white)70%,transparent)}.bg-white\/80{background-color:color-mix(in oklab,var(--color-white)80%,transparent)}.bg-white\/90{background-color:color-mix(in oklab,var(--color-white)90%,transparent)}.bg-yellow-50{background-color:var(--color-yellow-50)}.bg-yellow-100{background-color:var(--color-yellow-100)}.bg-yellow-500{background-color:var(--color-yellow-500)}.bg-yellow-600{background-color:var(--color-yellow-600)}.-bg-conic,.bg-conic{--tw-gradient-position:in oklab;background-image:conic-gradient(var(--tw-gradient-stops))}.bg-gradient-to-br{--tw-gradient-position:to bottom right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-gradient-to-r{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-radial{--tw-gradient-position:in oklab;background-image:radial-gradient(var(--tw-gradient-stops))}.bg-\[radial-gradient\(circle_at_top\,_rgba\(66\,133\,244\,0\.25\)\,_rgba\(9\,14\,26\,0\.9\)\)\]{background-image:radial-gradient(circle at top,#4285f440,#090e1ae6)}.bg-\[radial-gradient\(circle_at_top_left\,_rgba\(255\,255\,255\,0\.12\)\,_transparent_60\%\)\]{background-image:radial-gradient(circle at 0 0,#ffffff1f,#0000 60%)}.bg-none{background-image:none}.via-none{--tw-gradient-via-stops:initial}.from-gray-50{--tw-gradient-from:var(--color-gray-50);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-purple-500{--tw-gradient-from:var(--color-purple-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-slate-100{--tw-gradient-from:var(--color-slate-100);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-white{--tw-gradient-from:var(--color-white);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-white\/5{--tw-gradient-from:color-mix(in oklab,var(--color-white)5%,transparent);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-white\/8{--tw-gradient-from:color-mix(in oklab,var(--color-white)8%,transparent);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-white\/10{--tw-gradient-from:color-mix(in oklab,var(--color-white)10%,transparent);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.via-slate-50{--tw-gradient-via:var(--color-slate-50);--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-transparent{--tw-gradient-via:transparent;--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.to-blue-500{--tw-gradient-to:var(--color-blue-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-purple-50{--tw-gradient-to:var(--color-purple-50);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-purple-600{--tw-gradient-to:var(--color-purple-600);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-slate-950\/60{--tw-gradient-to:color-mix(in oklab,var(--color-slate-950)60%,transparent);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-transparent{--tw-gradient-to:transparent;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-white{--tw-gradient-to:var(--color-white);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-white\/0{--tw-gradient-to:color-mix(in oklab,var(--color-white)0%,transparent);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.box-decoration-clone{-webkit-box-decoration-break:clone;box-decoration-break:clone}.box-decoration-slice{-webkit-box-decoration-break:slice;box-decoration-break:slice}.decoration-clone{-webkit-box-decoration-break:clone;box-decoration-break:clone}.decoration-slice{-webkit-box-decoration-break:slice;box-decoration-break:slice}.bg-auto{background-size:auto}.bg-contain{background-size:contain}.bg-cover{background-size:cover}.bg-fixed{background-attachment:fixed}.bg-local{background-attachment:local}.bg-scroll{background-attachment:scroll}.bg-clip-border{background-clip:border-box}.bg-clip-content{background-clip:content-box}.bg-clip-padding{background-clip:padding-box}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.bg-bottom{background-position:bottom}.bg-center{background-position:50%}.bg-left{background-position:0}.bg-left-bottom{background-position:0 100%}.bg-left-top{background-position:0 0}.bg-right{background-position:100%}.bg-right-bottom{background-position:100% 100%}.bg-right-top{background-position:100% 0}.bg-top{background-position:top}.bg-no-repeat{background-repeat:no-repeat}.bg-repeat{background-repeat:repeat}.bg-repeat-round{background-repeat:round}.bg-repeat-space{background-repeat:space}.bg-repeat-x{background-repeat:repeat-x}.bg-repeat-y{background-repeat:repeat-y}.bg-origin-border{background-origin:border-box}.bg-origin-content{background-origin:content-box}.bg-origin-padding{background-origin:padding-box}.fill-current{fill:currentColor}.fill-gray-500{fill:var(--color-gray-500)}.fill-none{fill:none}.fill-white{fill:var(--color-white)}.stroke-current{stroke:currentColor}.stroke-gray-500{stroke:var(--color-gray-500)}.stroke-none{stroke:none}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.object-fill{object-fit:fill}.object-none{object-fit:none}.object-scale-down{object-fit:scale-down}.object-bottom{object-position:bottom}.object-center{object-position:center}.object-left{object-position:left}.object-left-bottom{object-position:left bottom}.object-left-top{object-position:left top}.object-right{object-position:right}.object-right-bottom{object-position:right bottom}.object-right-top{object-position:right top}.object-top{object-position:top}.p-0\.5{padding:calc(var(--spacing)*.5)}.p-1{padding:calc(var(--spacing)*1)}.p-2{padding:calc(var(--spacing)*2)}.p-3{padding:calc(var(--spacing)*3)}.p-3\.5{padding:calc(var(--spacing)*3.5)}.p-4{padding:calc(var(--spacing)*4)}.p-5{padding:calc(var(--spacing)*5)}.p-6{padding:calc(var(--spacing)*6)}.p-7{padding:calc(var(--spacing)*7)}.p-8{padding:calc(var(--spacing)*8)}.p-10{padding:calc(var(--spacing)*10)}.p-12{padding:calc(var(--spacing)*12)}.p-48{padding:calc(var(--spacing)*48)}.p-97{padding:calc(var(--spacing)*97)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-2\.5{padding-inline:calc(var(--spacing)*2.5)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-3\.5{padding-inline:calc(var(--spacing)*3.5)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-4\.5{padding-inline:calc(var(--spacing)*4.5)}.px-5{padding-inline:calc(var(--spacing)*5)}.px-6{padding-inline:calc(var(--spacing)*6)}.px-7{padding-inline:calc(var(--spacing)*7)}.px-8{padding-inline:calc(var(--spacing)*8)}.px-\[7px\]{padding-inline:7px}.py-0{padding-block:calc(var(--spacing)*0)}.py-0\.5{padding-block:calc(var(--spacing)*.5)}.py-1{padding-block:calc(var(--spacing)*1)}.py-1\.5{padding-block:calc(var(--spacing)*1.5)}.py-2{padding-block:calc(var(--spacing)*2)}.py-2\.5{padding-block:calc(var(--spacing)*2.5)}.py-3{padding-block:calc(var(--spacing)*3)}.py-3\.5{padding-block:calc(var(--spacing)*3.5)}.py-4{padding-block:calc(var(--spacing)*4)}.py-5{padding-block:calc(var(--spacing)*5)}.py-6{padding-block:calc(var(--spacing)*6)}.py-7{padding-block:calc(var(--spacing)*7)}.py-8{padding-block:calc(var(--spacing)*8)}.py-10{padding-block:calc(var(--spacing)*10)}.py-12{padding-block:calc(var(--spacing)*12)}.py-16{padding-block:calc(var(--spacing)*16)}.py-24{padding-block:calc(var(--spacing)*24)}.py-\[4\.5px\]{padding-block:4.5px}.pt-1{padding-top:calc(var(--spacing)*1)}.pt-2{padding-top:calc(var(--spacing)*2)}.pt-3{padding-top:calc(var(--spacing)*3)}.pt-4{padding-top:calc(var(--spacing)*4)}.pt-5{padding-top:calc(var(--spacing)*5)}.pt-6{padding-top:calc(var(--spacing)*6)}.pt-8{padding-top:calc(var(--spacing)*8)}.pt-10{padding-top:calc(var(--spacing)*10)}.pt-16{padding-top:calc(var(--spacing)*16)}.pt-24{padding-top:calc(var(--spacing)*24)}.pr-1{padding-right:calc(var(--spacing)*1)}.pr-2{padding-right:calc(var(--spacing)*2)}.pr-3{padding-right:calc(var(--spacing)*3)}.pr-8{padding-right:calc(var(--spacing)*8)}.pr-10{padding-right:calc(var(--spacing)*10)}.pr-11{padding-right:calc(var(--spacing)*11)}.pr-14{padding-right:calc(var(--spacing)*14)}.pr-16{padding-right:calc(var(--spacing)*16)}.pr-\[84px\]{padding-right:84px}.pb-3{padding-bottom:calc(var(--spacing)*3)}.pb-4{padding-bottom:calc(var(--spacing)*4)}.pb-5{padding-bottom:calc(var(--spacing)*5)}.pb-6{padding-bottom:calc(var(--spacing)*6)}.pb-9{padding-bottom:calc(var(--spacing)*9)}.pb-10{padding-bottom:calc(var(--spacing)*10)}.pb-11{padding-bottom:calc(var(--spacing)*11)}.pb-12{padding-bottom:calc(var(--spacing)*12)}.pb-16{padding-bottom:calc(var(--spacing)*16)}.pb-20{padding-bottom:calc(var(--spacing)*20)}.pb-24{padding-bottom:calc(var(--spacing)*24)}.pl-1{padding-left:calc(var(--spacing)*1)}.pl-2{padding-left:calc(var(--spacing)*2)}.pl-2\.5{padding-left:calc(var(--spacing)*2.5)}.pl-3{padding-left:calc(var(--spacing)*3)}.pl-3\.5{padding-left:calc(var(--spacing)*3.5)}.pl-4{padding-left:calc(var(--spacing)*4)}.pl-8{padding-left:calc(var(--spacing)*8)}.pl-12{padding-left:calc(var(--spacing)*12)}.pl-\[62px\]{padding-left:62px}.pl-\[84px\]{padding-left:84px}.text-center{text-align:center}.text-end{text-align:end}.text-justify{text-align:justify}.text-left{text-align:left}.text-right{text-align:right}.text-start{text-align:start}.align-baseline{vertical-align:baseline}.align-bottom{vertical-align:bottom}.align-middle{vertical-align:middle}.align-sub{vertical-align:sub}.align-super{vertical-align:super}.align-text-bottom{vertical-align:text-bottom}.align-text-top{vertical-align:text-top}.align-top{vertical-align:top}.font-mono{font-family:var(--font-mono)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-6xl{font-size:var(--text-6xl);line-height:var(--tw-leading,var(--text-6xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[0\.7rem\]{font-size:.7rem}.text-\[11px\]{font-size:11px}.leading-6{--tw-leading:calc(var(--spacing)*6);line-height:calc(var(--spacing)*6)}.leading-\[20px\]{--tw-leading:20px;line-height:20px}.leading-none{--tw-leading:1;line-height:1}.leading-normal{--tw-leading:var(--leading-normal);line-height:var(--leading-normal)}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.leading-snug{--tw-leading:var(--leading-snug);line-height:var(--leading-snug)}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.-tracking-\[0\.2px\]{--tw-tracking: -.2px ;letter-spacing:-.2px}.tracking-\[0\.2em\]{--tw-tracking:.2em;letter-spacing:.2em}.tracking-\[0\.3em\]{--tw-tracking:.3em;letter-spacing:.3em}.tracking-\[0\.25em\]{--tw-tracking:.25em;letter-spacing:.25em}.tracking-\[0\.28em\]{--tw-tracking:.28em;letter-spacing:.28em}.tracking-\[0\.35em\]{--tw-tracking:.35em;letter-spacing:.35em}.tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.tracking-wider{--tw-tracking:var(--tracking-wider);letter-spacing:var(--tracking-wider)}.text-balance{text-wrap:balance}.text-nowrap{text-wrap:nowrap}.text-pretty{text-wrap:pretty}.text-wrap{text-wrap:wrap}.break-normal{overflow-wrap:normal;word-break:normal}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.break-keep{word-break:keep-all}.overflow-ellipsis{text-overflow:ellipsis}.text-clip{text-overflow:clip}.text-ellipsis{text-overflow:ellipsis}.hyphens-auto{-webkit-hyphens:auto;hyphens:auto}.hyphens-manual{-webkit-hyphens:manual;hyphens:manual}.hyphens-none{-webkit-hyphens:none;hyphens:none}.whitespace-break-spaces{white-space:break-spaces}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre{white-space:pre}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.\[color\:red\]{color:red}.\[color\:red\]\/50{color:#ff000080}.\[color\:red\]\/50\!{color:#ff000080!important}.text-amber-700{color:var(--color-amber-700)}.text-black{color:var(--color-black)}.text-blue-500{color:var(--color-blue-500)}.text-blue-600{color:var(--color-blue-600)}.text-blue-700{color:var(--color-blue-700)}.text-blue-800{color:var(--color-blue-800)}.text-blue-900{color:var(--color-blue-900)}.text-emerald-700{color:var(--color-emerald-700)}.text-gray-100{color:var(--color-gray-100)}.text-gray-300{color:var(--color-gray-300)}.text-gray-400{color:var(--color-gray-400)}.text-gray-500{color:var(--color-gray-500)}.text-gray-600{color:var(--color-gray-600)}.text-gray-700{color:var(--color-gray-700)}.text-gray-800{color:var(--color-gray-800)}.text-gray-900{color:var(--color-gray-900)}.text-green-500{color:var(--color-green-500)}.text-green-600{color:var(--color-green-600)}.text-green-700{color:var(--color-green-700)}.text-green-800{color:var(--color-green-800)}.text-indigo-600{color:var(--color-indigo-600)}.text-orange-400{color:var(--color-orange-400)}.text-orange-600{color:var(--color-orange-600)}.text-pink-600{color:var(--color-pink-600)}.text-purple-500{color:var(--color-purple-500)}.text-purple-600{color:var(--color-purple-600)}.text-purple-700{color:var(--color-purple-700)}.text-red-500{color:var(--color-red-500)}.text-red-600{color:var(--color-red-600)}.text-red-700{color:var(--color-red-700)}.text-red-800{color:var(--color-red-800)}.text-rose-700{color:var(--color-rose-700)}.text-slate-400{color:var(--color-slate-400)}.text-slate-500{color:var(--color-slate-500)}.text-slate-600{color:var(--color-slate-600)}.text-slate-700{color:var(--color-slate-700)}.text-slate-900{color:var(--color-slate-900)}.text-slate-950{color:var(--color-slate-950)}.text-white{color:var(--color-white)}.text-white\/30{color:color-mix(in oklab,var(--color-white)30%,transparent)}.text-white\/40{color:color-mix(in oklab,var(--color-white)40%,transparent)}.text-white\/50{color:color-mix(in oklab,var(--color-white)50%,transparent)}.text-white\/60{color:color-mix(in oklab,var(--color-white)60%,transparent)}.text-white\/65{color:color-mix(in oklab,var(--color-white)65%,transparent)}.text-white\/70{color:color-mix(in oklab,var(--color-white)70%,transparent)}.text-white\/80{color:color-mix(in oklab,var(--color-white)80%,transparent)}.text-white\/90{color:color-mix(in oklab,var(--color-white)90%,transparent)}.text-yellow-600{color:var(--color-yellow-600)}.text-yellow-800{color:var(--color-yellow-800)}.text-yellow-900{color:var(--color-yellow-900)}.capitalize{text-transform:capitalize}.lowercase{text-transform:lowercase}.normal-case{text-transform:none}.uppercase{text-transform:uppercase}.italic{font-style:italic}.not-italic{font-style:normal}.font-stretch-condensed{font-stretch:75%}.font-stretch-expanded{font-stretch:125%}.font-stretch-extra-condensed{font-stretch:62.5%}.font-stretch-extra-expanded{font-stretch:150%}.font-stretch-normal{font-stretch:100%}.font-stretch-semi-condensed{font-stretch:87.5%}.font-stretch-semi-expanded{font-stretch:112.5%}.font-stretch-ultra-condensed{font-stretch:50%}.font-stretch-ultra-expanded{font-stretch:200%}.diagonal-fractions{--tw-numeric-fraction:diagonal-fractions;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.lining-nums{--tw-numeric-figure:lining-nums;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.oldstyle-nums{--tw-numeric-figure:oldstyle-nums;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.ordinal{--tw-ordinal:ordinal;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.proportional-nums{--tw-numeric-spacing:proportional-nums;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.slashed-zero{--tw-slashed-zero:slashed-zero;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.stacked-fractions{--tw-numeric-fraction:stacked-fractions;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.normal-nums{font-variant-numeric:normal}.line-through{text-decoration-line:line-through}.no-underline{text-decoration-line:none}.overline{text-decoration-line:overline}.underline{text-decoration-line:underline}.decoration-dashed{text-decoration-style:dashed}.decoration-dotted{text-decoration-style:dotted}.decoration-double{text-decoration-style:double}.decoration-solid{text-decoration-style:solid}.decoration-wavy{text-decoration-style:wavy}.decoration-auto{text-decoration-thickness:auto}.decoration-from-font{text-decoration-thickness:from-font}.underline-offset-auto{text-underline-offset:auto}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.subpixel-antialiased{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}.accent-auto{accent-color:auto}.scheme-dark{color-scheme:dark}.scheme-light{color-scheme:light}.scheme-light-dark{color-scheme:light dark}.scheme-normal{color-scheme:normal}.scheme-only-dark{color-scheme:dark only}.scheme-only-light{color-scheme:light only}.opacity-0{opacity:0}.opacity-25{opacity:.25}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-100{opacity:1}.mix-blend-plus-darker{mix-blend-mode:plus-darker}.mix-blend-plus-lighter{mix-blend-mode:plus-lighter}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-2xl{--tw-shadow:0 25px 50px -12px var(--tw-shadow-color,#00000040);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_0_60px_rgba\(88\,166\,255\,0\.1\)\]{--tw-shadow:0 0 60px var(--tw-shadow-color,#58a6ff1a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_0_70px_rgba\(59\,130\,246\,0\.25\)\]{--tw-shadow:0 0 70px var(--tw-shadow-color,#3b82f640);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-inner{--tw-shadow:inset 0 2px 4px 0 var(--tw-shadow-color,#0000000d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring,.ring-1{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentColor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-3{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(3px + var(--tw-ring-offset-width))var(--tw-ring-color,currentColor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.inset-ring{--tw-inset-ring-shadow:inset 0 0 0 1px var(--tw-inset-ring-color,currentColor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-initial{--tw-shadow-color:initial}.shadow-slate-200\/40{--tw-shadow-color:color-mix(in oklab,var(--color-slate-200)40%,transparent)}.shadow-slate-200\/50{--tw-shadow-color:color-mix(in oklab,var(--color-slate-200)50%,transparent)}.shadow-slate-200\/60{--tw-shadow-color:color-mix(in oklab,var(--color-slate-200)60%,transparent)}.shadow-slate-200\/70{--tw-shadow-color:color-mix(in oklab,var(--color-slate-200)70%,transparent)}.ring-gray-300{--tw-ring-color:var(--color-gray-300)}.inset-shadow-initial{--tw-inset-shadow-color:initial}.outline-hidden{outline-style:none}@media (forced-colors:active){.outline-hidden{outline-offset:2px;outline:2px solid #0000}}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.blur-2xl{--tw-blur:blur(var(--blur-2xl));filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.blur-3xl{--tw-blur:blur(var(--blur-3xl));filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.blur-none{--tw-blur: ;filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.drop-shadow{--tw-drop-shadow:drop-shadow(0 1px 2px #0000001a)drop-shadow(0 1px 1px #0000000f);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.drop-shadow-none{--tw-drop-shadow: ;filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.grayscale{--tw-grayscale:grayscale(100%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.hue-rotate-180{--tw-hue-rotate:hue-rotate(180deg);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.\!invert{--tw-invert:invert(100%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)!important}.invert{--tw-invert:invert(100%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.sepia{--tw-sepia:sepia(100%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.\!filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)!important}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.backdrop-blur{--tw-backdrop-blur:blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-2xl{--tw-backdrop-blur:blur(var(--blur-2xl));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-\[32px\]{--tw-backdrop-blur:blur(32px);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-lg{--tw-backdrop-blur:blur(var(--blur-lg));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-none{--tw-backdrop-blur: ;-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-sm{--tw-backdrop-blur:blur(var(--blur-sm));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-xl{--tw-backdrop-blur:blur(var(--blur-xl));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-grayscale{--tw-backdrop-grayscale:grayscale(100%);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-invert{--tw-backdrop-invert:invert(100%);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-sepia{--tw-backdrop-sepia:sepia(100%);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-shadow{transition-property:box-shadow;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-none{transition-property:none}.transition-discrete{transition-behavior:allow-discrete}.transition-normal{transition-behavior:normal}.duration-150{--tw-duration:.15s;transition-duration:.15s}.duration-200{--tw-duration:.2s;transition-duration:.2s}.duration-300{--tw-duration:.3s;transition-duration:.3s}.ease-in{--tw-ease:var(--ease-in);transition-timing-function:var(--ease-in)}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.ease-linear{--tw-ease:linear;transition-timing-function:linear}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}.will-change-auto{will-change:auto}.will-change-contents{will-change:contents}.will-change-scroll{will-change:scroll-position}.will-change-transform{will-change:transform}.contain-inline-size{--tw-contain-size:inline-size;contain:var(--tw-contain-size,)var(--tw-contain-layout,)var(--tw-contain-paint,)var(--tw-contain-style,)}.contain-layout{--tw-contain-layout:layout;contain:var(--tw-contain-size,)var(--tw-contain-layout,)var(--tw-contain-paint,)var(--tw-contain-style,)}.contain-paint{--tw-contain-paint:paint;contain:var(--tw-contain-size,)var(--tw-contain-layout,)var(--tw-contain-paint,)var(--tw-contain-style,)}.contain-size{--tw-contain-size:size;contain:var(--tw-contain-size,)var(--tw-contain-layout,)var(--tw-contain-paint,)var(--tw-contain-style,)}.contain-style{--tw-contain-style:style;contain:var(--tw-contain-size,)var(--tw-contain-layout,)var(--tw-contain-paint,)var(--tw-contain-style,)}.contain-content{contain:content}.contain-none{contain:none}.contain-strict{contain:strict}.content-none{--tw-content:none;content:none}.forced-color-adjust-auto{forced-color-adjust:auto}.forced-color-adjust-none{forced-color-adjust:none}.outline-dashed{--tw-outline-style:dashed;outline-style:dashed}.outline-dotted{--tw-outline-style:dotted;outline-style:dotted}.outline-double{--tw-outline-style:double;outline-style:double}.outline-none{--tw-outline-style:none;outline-style:none}.outline-solid{--tw-outline-style:solid;outline-style:solid}.select-all{-webkit-user-select:all;user-select:all}.select-none{-webkit-user-select:none;user-select:none}.\[a-zA-Z0-9\:\\\\-\\\\\._\$\]{a-zA-Z0-9:\\-\\.$}.\[k\:K\]{k:K}.\[mask-image\:linear-gradient\(0deg\,white\,transparent\)\]{-webkit-mask-image:linear-gradient(#0000,#fff);mask-image:linear-gradient(#0000,#fff)}.\[vite\:css\]{vite:css}.\[vite\:html\]{vite:html}.backface-hidden{backface-visibility:hidden}.backface-visible{backface-visibility:visible}:where(.divide-x-reverse>:not(:last-child)){--tw-divide-x-reverse:1}.duration-initial{--tw-duration:initial}.ease-initial{--tw-ease:initial}.perspective-none{perspective:none}.perspective-origin-bottom{perspective-origin:bottom}.perspective-origin-bottom-left{perspective-origin:0 100%}.perspective-origin-bottom-right{perspective-origin:100% 100%}.perspective-origin-center{perspective-origin:50%}.perspective-origin-left{perspective-origin:0}.perspective-origin-right{perspective-origin:100%}.perspective-origin-top{perspective-origin:top}.perspective-origin-top-left{perspective-origin:0 0}.perspective-origin-top-right{perspective-origin:100% 0}.ring-inset{--tw-ring-inset:inset}.transform-3d{transform-style:preserve-3d}.transform-border{transform-box:border-box}.transform-content{transform-box:content-box}.transform-fill{transform-box:fill-box}.transform-flat{transform-style:flat}.transform-stroke{transform-box:stroke-box}.transform-view{transform-box:view-box}@media (hover:hover){.group-hover\:translate-x-1:is(:where(.group):hover *){--tw-translate-x:calc(var(--spacing)*1);translate:var(--tw-translate-x)var(--tw-translate-y)}.group-hover\:scale-110:is(:where(.group):hover *){--tw-scale-x:110%;--tw-scale-y:110%;--tw-scale-z:110%;scale:var(--tw-scale-x)var(--tw-scale-y)}.group-hover\:fill-gray-700:is(:where(.group):hover *){fill:var(--color-gray-700)}.group-hover\:text-gray-400:is(:where(.group):hover *){color:var(--color-gray-400)}.group-hover\:opacity-100:is(:where(.group):hover *){opacity:1}.group-hover\/section\:-translate-y-1:is(:where(.group\/section):hover *){--tw-translate-y:calc(var(--spacing)*-1);translate:var(--tw-translate-x)var(--tw-translate-y)}}.file\:mr-5::file-selector-button{margin-right:calc(var(--spacing)*5)}.file\:border-collapse::file-selector-button{border-collapse:collapse}.file\:cursor-pointer::file-selector-button{cursor:pointer}.file\:rounded-l-lg::file-selector-button{border-top-left-radius:var(--radius-lg);border-bottom-left-radius:var(--radius-lg)}.file\:border-0::file-selector-button{border-style:var(--tw-border-style);border-width:0}.file\:border-r::file-selector-button{border-right-style:var(--tw-border-style);border-right-width:1px}.file\:border-solid::file-selector-button{--tw-border-style:solid;border-style:solid}.file\:border-gray-200::file-selector-button{border-color:var(--color-gray-200)}.file\:bg-gray-50::file-selector-button{background-color:var(--color-gray-50)}.file\:py-3::file-selector-button{padding-block:calc(var(--spacing)*3)}.file\:pr-3::file-selector-button{padding-right:calc(var(--spacing)*3)}.file\:pl-3\.5::file-selector-button{padding-left:calc(var(--spacing)*3.5)}.file\:text-sm::file-selector-button{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.file\:text-gray-700::file-selector-button{color:var(--color-gray-700)}.placeholder\:text-gray-400::placeholder{color:var(--color-gray-400)}.placeholder\:text-white\/40::placeholder{color:color-mix(in oklab,var(--color-white)40%,transparent)}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:top-0:before{content:var(--tw-content);top:calc(var(--spacing)*0)}.before\:top-1\/2:before{content:var(--tw-content);top:50%}.before\:top-full:before{content:var(--tw-content);top:100%}.before\:-right-4:before{content:var(--tw-content);right:calc(var(--spacing)*-4)}.before\:right-full:before{content:var(--tw-content);right:100%}.before\:bottom-full:before{content:var(--tw-content);bottom:100%}.before\:left-1\/2:before{content:var(--tw-content);left:50%}.before\:left-full:before{content:var(--tw-content);left:100%}.before\:-mt-1:before{content:var(--tw-content);margin-top:calc(var(--spacing)*-1)}.before\:-mr-1:before{content:var(--tw-content);margin-right:calc(var(--spacing)*-1)}.before\:-mb-1:before{content:var(--tw-content);margin-bottom:calc(var(--spacing)*-1)}.before\:-ml-1:before{content:var(--tw-content);margin-left:calc(var(--spacing)*-1)}.before\:-translate-x-1\/2:before{content:var(--tw-content);--tw-translate-x: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.before\:-translate-y-1\/2:before{content:var(--tw-content);--tw-translate-y: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.before\:border-4:before{content:var(--tw-content);border-style:var(--tw-border-style);border-width:4px}.before\:border-\[13px\]:before{content:var(--tw-content);border-style:var(--tw-border-style);border-width:13px}.before\:border-transparent:before{content:var(--tw-content);border-color:#0000}.before\:border-t-gray-900:before{content:var(--tw-content);border-top-color:var(--color-gray-900)}.before\:border-r-gray-900:before{content:var(--tw-content);border-right-color:var(--color-gray-900)}.before\:border-b-gray-900:before{content:var(--tw-content);border-bottom-color:var(--color-gray-900)}.before\:border-l-gray-900:before{content:var(--tw-content);border-left-color:var(--color-gray-900)}.before\:content-\[\'\'\]:before{--tw-content:"";content:var(--tw-content)}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:-right-4:after{content:var(--tw-content);right:calc(var(--spacing)*-4)}.after\:bottom-0:after{content:var(--tw-content);bottom:calc(var(--spacing)*0)}.after\:border-\[13px\]:after{content:var(--tw-content);border-style:var(--tw-border-style);border-width:13px}.after\:border-transparent:after{content:var(--tw-content);border-color:#0000}.after\:content-\[\'\'\]:after{--tw-content:"";content:var(--tw-content)}.last\:border-0:last-child{border-style:var(--tw-border-style);border-width:0}.last\:border-b-0:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}.checked\:border-transparent:checked{border-color:#0000}@media (hover:hover){.hover\:scale-110:hover{--tw-scale-x:110%;--tw-scale-y:110%;--tw-scale-z:110%;scale:var(--tw-scale-x)var(--tw-scale-y)}.hover\:scale-\[1\.02\]:hover{scale:1.02}.hover\:border-gray-200:hover{border-color:var(--color-gray-200)}.hover\:border-gray-600:hover{border-color:var(--color-gray-600)}.hover\:border-white\/40:hover{border-color:color-mix(in oklab,var(--color-white)40%,transparent)}.hover\:border-white\/60:hover{border-color:color-mix(in oklab,var(--color-white)60%,transparent)}.hover\:bg-amber-100:hover{background-color:var(--color-amber-100)}.hover\:bg-blue-100:hover{background-color:var(--color-blue-100)}.hover\:bg-blue-600:hover{background-color:var(--color-blue-600)}.hover\:bg-gray-50:hover{background-color:var(--color-gray-50)}.hover\:bg-gray-100:hover{background-color:var(--color-gray-100)}.hover\:bg-gray-200:hover{background-color:var(--color-gray-200)}.hover\:bg-gray-300:hover{background-color:var(--color-gray-300)}.hover\:bg-gray-600:hover{background-color:var(--color-gray-600)}.hover\:bg-green-100:hover{background-color:var(--color-green-100)}.hover\:bg-green-700:hover{background-color:var(--color-green-700)}.hover\:bg-purple-100:hover{background-color:var(--color-purple-100)}.hover\:bg-red-50:hover{background-color:var(--color-red-50)}.hover\:bg-red-100:hover{background-color:var(--color-red-100)}.hover\:bg-red-700:hover{background-color:var(--color-red-700)}.hover\:bg-white\/20:hover{background-color:color-mix(in oklab,var(--color-white)20%,transparent)}.hover\:bg-white\/30:hover{background-color:color-mix(in oklab,var(--color-white)30%,transparent)}.hover\:bg-white\/50:hover{background-color:color-mix(in oklab,var(--color-white)50%,transparent)}.hover\:bg-yellow-700:hover{background-color:var(--color-yellow-700)}.hover\:text-gray-600:hover{color:var(--color-gray-600)}.hover\:text-gray-700:hover{color:var(--color-gray-700)}.hover\:text-gray-800:hover{color:var(--color-gray-800)}.hover\:text-gray-900:hover{color:var(--color-gray-900)}.hover\:text-red-700:hover{color:var(--color-red-700)}.hover\:text-red-800:hover{color:var(--color-red-800)}.hover\:text-white:hover{color:var(--color-white)}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a),0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:file\:bg-gray-100:hover::file-selector-button{background-color:var(--color-gray-100)}}.focus\:border-blue-500:focus{border-color:var(--color-blue-500)}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentColor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-3:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(3px + var(--tw-ring-offset-width))var(--tw-ring-color,currentColor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-blue-500:focus{--tw-ring-color:var(--color-blue-500)}.focus\:ring-blue-500\/20:focus{--tw-ring-color:color-mix(in oklab,var(--color-blue-500)20%,transparent)}.focus\:outline-hidden:focus{outline-style:none}@media (forced-colors:active){.focus\:outline-hidden:focus{outline-offset:2px;outline:2px solid #0000}}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.active\:scale-\[0\.98\]:active{scale:.98}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}@media (width>=1440px){.min-\[1440px\]\:max-w-\[90\%\]{max-width:90%}}@media (width>=40rem){.sm\:top-6{top:calc(var(--spacing)*6)}.sm\:right-6{right:calc(var(--spacing)*6)}.sm\:col-span-1{grid-column:span 1/span 1}.sm\:-mx-6{margin-inline:calc(var(--spacing)*-6)}.sm\:-mt-16{margin-top:calc(var(--spacing)*-16)}.sm\:mt-0{margin-top:calc(var(--spacing)*0)}.sm\:mb-8{margin-bottom:calc(var(--spacing)*8)}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:inline{display:inline}.sm\:h-11{height:calc(var(--spacing)*11)}.sm\:w-11{width:calc(var(--spacing)*11)}.sm\:w-\[228px\]{width:228px}.sm\:w-\[361px\]{width:361px}.sm\:w-auto{width:auto}.sm\:w-fit{width:fit-content}.sm\:max-w-\[472px\]{max-width:472px}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:justify-center{justify-content:center}.sm\:justify-end{justify-content:flex-end}.sm\:justify-normal{justify-content:normal}.sm\:gap-4{gap:calc(var(--spacing)*4)}.sm\:gap-5{gap:calc(var(--spacing)*5)}.sm\:gap-6{gap:calc(var(--spacing)*6)}.sm\:gap-8{gap:calc(var(--spacing)*8)}:where(.sm\:space-y-6>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*6)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*6)*calc(1 - var(--tw-space-y-reverse)))}.sm\:p-0{padding:calc(var(--spacing)*0)}.sm\:p-2\.5{padding:calc(var(--spacing)*2.5)}.sm\:p-6{padding:calc(var(--spacing)*6)}.sm\:p-10{padding:calc(var(--spacing)*10)}.sm\:px-3\.5{padding-inline:calc(var(--spacing)*3.5)}.sm\:px-5{padding-inline:calc(var(--spacing)*5)}.sm\:px-6{padding-inline:calc(var(--spacing)*6)}.sm\:py-2{padding-block:calc(var(--spacing)*2)}.sm\:py-2\.5{padding-block:calc(var(--spacing)*2.5)}.sm\:py-5{padding-block:calc(var(--spacing)*5)}.sm\:pt-6{padding-top:calc(var(--spacing)*6)}.sm\:pt-10{padding-top:calc(var(--spacing)*10)}.sm\:text-left{text-align:left}.sm\:text-start{text-align:start}.sm\:text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.sm\:text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.sm\:text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.sm\:text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.sm\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}}@media (width>=48rem){.md\:-left-12{left:calc(var(--spacing)*-12)}.md\:flex{display:flex}.md\:h-10{height:calc(var(--spacing)*10)}.md\:w-\[668px\]{width:668px}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:gap-6{gap:calc(var(--spacing)*6)}.md\:gap-12{gap:calc(var(--spacing)*12)}.md\:border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.md\:border-b-0{border-bottom-style:var(--tw-border-style);border-bottom-width:0}.md\:p-6{padding:calc(var(--spacing)*6)}.md\:p-8{padding:calc(var(--spacing)*8)}.md\:p-12{padding:calc(var(--spacing)*12)}.md\:p-14{padding:calc(var(--spacing)*14)}.md\:p-16{padding:calc(var(--spacing)*16)}.md\:py-32{padding-block:calc(var(--spacing)*32)}.md\:pb-24{padding-bottom:calc(var(--spacing)*24)}.md\:text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.md\:text-5xl{font-size:var(--text-5xl);line-height:var(--tw-leading,var(--text-5xl--line-height))}.md\:text-6xl{font-size:var(--text-6xl);line-height:var(--tw-leading,var(--text-6xl--line-height))}.md\:text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.md\:text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.md\:text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}}@media (width>=64rem){.lg\:right-0{right:calc(var(--spacing)*0)}.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:col-span-1{grid-column:span 1/span 1}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:mt-0{margin-top:calc(var(--spacing)*0)}.lg\:mb-6{margin-bottom:calc(var(--spacing)*6)}.lg\:mb-7{margin-bottom:calc(var(--spacing)*7)}.lg\:ml-\[90px\]{margin-left:90px}.lg\:ml-\[290px\]{margin-left:290px}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:inline-flex{display:inline-flex}.lg\:h-11{height:calc(var(--spacing)*11)}.lg\:w-1\/2{width:50%}.lg\:w-11{width:calc(var(--spacing)*11)}.lg\:w-\[634px\]{width:634px}.lg\:w-auto{width:auto}.lg\:translate-x-0{--tw-translate-x:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-\[minmax\(0\,3fr\)_minmax\(0\,2fr\)\]{grid-template-columns:minmax(0,3fr) minmax(0,2fr)}.lg\:flex-row{flex-direction:row}.lg\:items-start{align-items:flex-start}.lg\:justify-between{justify-content:space-between}.lg\:justify-center{justify-content:center}.lg\:justify-end{justify-content:flex-end}.lg\:justify-normal{justify-content:normal}.lg\:justify-start{justify-content:flex-start}.lg\:gap-7{gap:calc(var(--spacing)*7)}.lg\:border{border-style:var(--tw-border-style);border-width:1px}.lg\:border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.lg\:border-b-0{border-bottom-style:var(--tw-border-style);border-bottom-width:0}.lg\:p-6{padding:calc(var(--spacing)*6)}.lg\:p-10{padding:calc(var(--spacing)*10)}.lg\:p-11{padding:calc(var(--spacing)*11)}.lg\:px-0{padding-inline:calc(var(--spacing)*0)}.lg\:px-6{padding-inline:calc(var(--spacing)*6)}.lg\:px-8{padding-inline:calc(var(--spacing)*8)}.lg\:py-4{padding-block:calc(var(--spacing)*4)}.lg\:text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.lg\:shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}@media (width>=80rem){.xl\:order-2{order:2}.xl\:order-3{order:3}.xl\:col-span-2{grid-column:span 2/span 2}.xl\:col-span-4{grid-column:span 4/span 4}.xl\:col-span-8{grid-column:span 8/span 8}.xl\:block{display:block}.xl\:flex{display:flex}.xl\:w-\[393px\]{width:393px}.xl\:w-\[430px\]{width:430px}.xl\:w-auto{width:auto}.xl\:max-w-\[450px\]{max-width:450px}.xl\:min-w-full{min-width:100%}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.xl\:flex-row{flex-direction:row}.xl\:items-center{align-items:center}.xl\:justify-between{justify-content:space-between}.xl\:justify-end{justify-content:flex-end}.xl\:justify-normal{justify-content:normal}.xl\:gap-3{gap:calc(var(--spacing)*3)}.xl\:gap-5{gap:calc(var(--spacing)*5)}.xl\:gap-6{gap:calc(var(--spacing)*6)}.xl\:p-6{padding:calc(var(--spacing)*6)}.xl\:p-8{padding:calc(var(--spacing)*8)}.xl\:px-6{padding-inline:calc(var(--spacing)*6)}.xl\:px-10{padding-inline:calc(var(--spacing)*10)}.xl\:py-6{padding-block:calc(var(--spacing)*6)}.xl\:py-12{padding-block:calc(var(--spacing)*12)}.xl\:text-left{text-align:left}}@media (width>=96rem){.\32xl\:w-\[554px\]{width:554px}.\32xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.\32xl\:gap-x-32{column-gap:calc(var(--spacing)*32)}}@media (prefers-color-scheme:dark){.dark\:block{display:block}.dark\:hidden{display:none}:where(.dark\:divide-gray-700>:not(:last-child)){border-color:var(--color-gray-700)}:where(.dark\:divide-gray-800>:not(:last-child)){border-color:var(--color-gray-800)}:where(.dark\:divide-white\/\[0\.05\]>:not(:last-child)){border-color:color-mix(in oklab,var(--color-white)5%,transparent)}.dark\:border-blue-800{border-color:var(--color-blue-800)}.dark\:border-gray-500{border-color:var(--color-gray-500)}.dark\:border-gray-600{border-color:var(--color-gray-600)}.dark\:border-gray-700{border-color:var(--color-gray-700)}.dark\:border-gray-700\/50{border-color:color-mix(in oklab,var(--color-gray-700)50%,transparent)}.dark\:border-gray-800{border-color:var(--color-gray-800)}.dark\:border-gray-800\/60{border-color:color-mix(in oklab,var(--color-gray-800)60%,transparent)}.dark\:border-gray-800\/70{border-color:color-mix(in oklab,var(--color-gray-800)70%,transparent)}.dark\:border-gray-900{border-color:var(--color-gray-900)}.dark\:border-green-600{border-color:var(--color-green-600)}.dark\:border-green-800{border-color:var(--color-green-800)}.dark\:border-purple-800{border-color:var(--color-purple-800)}.dark\:border-red-700{border-color:var(--color-red-700)}.dark\:border-red-800{border-color:var(--color-red-800)}.dark\:border-rose-900\/40{border-color:color-mix(in oklab,var(--color-rose-900)40%,transparent)}.dark\:border-white{border-color:var(--color-white)}.dark\:border-white\/10{border-color:color-mix(in oklab,var(--color-white)10%,transparent)}.dark\:border-white\/\[0\.05\]{border-color:color-mix(in oklab,var(--color-white)5%,transparent)}.dark\:border-yellow-800{border-color:var(--color-yellow-800)}.dark\:bg-\[\#1e2636\]{background-color:#1e2636}.dark\:bg-amber-500\/10{background-color:color-mix(in oklab,var(--color-amber-500)10%,transparent)}.dark\:bg-amber-500\/20{background-color:color-mix(in oklab,var(--color-amber-500)20%,transparent)}.dark\:bg-blue-500{background-color:var(--color-blue-500)}.dark\:bg-blue-500\/10{background-color:color-mix(in oklab,var(--color-blue-500)10%,transparent)}.dark\:bg-blue-500\/20{background-color:color-mix(in oklab,var(--color-blue-500)20%,transparent)}.dark\:bg-blue-900\/10{background-color:color-mix(in oklab,var(--color-blue-900)10%,transparent)}.dark\:bg-blue-900\/20{background-color:color-mix(in oklab,var(--color-blue-900)20%,transparent)}.dark\:bg-emerald-500\/20{background-color:color-mix(in oklab,var(--color-emerald-500)20%,transparent)}.dark\:bg-gray-400{background-color:var(--color-gray-400)}.dark\:bg-gray-500{background-color:var(--color-gray-500)}.dark\:bg-gray-600{background-color:var(--color-gray-600)}.dark\:bg-gray-700{background-color:var(--color-gray-700)}.dark\:bg-gray-700\/50{background-color:color-mix(in oklab,var(--color-gray-700)50%,transparent)}.dark\:bg-gray-800{background-color:var(--color-gray-800)}.dark\:bg-gray-800\/50{background-color:color-mix(in oklab,var(--color-gray-800)50%,transparent)}.dark\:bg-gray-800\/60{background-color:color-mix(in oklab,var(--color-gray-800)60%,transparent)}.dark\:bg-gray-900{background-color:var(--color-gray-900)}.dark\:bg-gray-900\/30{background-color:color-mix(in oklab,var(--color-gray-900)30%,transparent)}.dark\:bg-gray-900\/40{background-color:color-mix(in oklab,var(--color-gray-900)40%,transparent)}.dark\:bg-gray-900\/50{background-color:color-mix(in oklab,var(--color-gray-900)50%,transparent)}.dark\:bg-gray-900\/70{background-color:color-mix(in oklab,var(--color-gray-900)70%,transparent)}.dark\:bg-gray-950\/70{background-color:color-mix(in oklab,var(--color-gray-950)70%,transparent)}.dark\:bg-green-500{background-color:var(--color-green-500)}.dark\:bg-green-500\/10{background-color:color-mix(in oklab,var(--color-green-500)10%,transparent)}.dark\:bg-green-600{background-color:var(--color-green-600)}.dark\:bg-green-700{background-color:var(--color-green-700)}.dark\:bg-green-900\/20{background-color:color-mix(in oklab,var(--color-green-900)20%,transparent)}.dark\:bg-green-900\/30{background-color:color-mix(in oklab,var(--color-green-900)30%,transparent)}.dark\:bg-indigo-500{background-color:var(--color-indigo-500)}.dark\:bg-indigo-900\/20{background-color:color-mix(in oklab,var(--color-indigo-900)20%,transparent)}.dark\:bg-orange-500{background-color:var(--color-orange-500)}.dark\:bg-orange-900\/20{background-color:color-mix(in oklab,var(--color-orange-900)20%,transparent)}.dark\:bg-pink-900\/20{background-color:color-mix(in oklab,var(--color-pink-900)20%,transparent)}.dark\:bg-purple-500{background-color:var(--color-purple-500)}.dark\:bg-purple-500\/10{background-color:color-mix(in oklab,var(--color-purple-500)10%,transparent)}.dark\:bg-purple-900\/20{background-color:color-mix(in oklab,var(--color-purple-900)20%,transparent)}.dark\:bg-red-500{background-color:var(--color-red-500)}.dark\:bg-red-500\/10{background-color:color-mix(in oklab,var(--color-red-500)10%,transparent)}.dark\:bg-red-600{background-color:var(--color-red-600)}.dark\:bg-red-900\/20{background-color:color-mix(in oklab,var(--color-red-900)20%,transparent)}.dark\:bg-red-900\/30{background-color:color-mix(in oklab,var(--color-red-900)30%,transparent)}.dark\:bg-red-900\/40{background-color:color-mix(in oklab,var(--color-red-900)40%,transparent)}.dark\:bg-rose-500\/20{background-color:color-mix(in oklab,var(--color-rose-500)20%,transparent)}.dark\:bg-rose-950\/30{background-color:color-mix(in oklab,var(--color-rose-950)30%,transparent)}.dark\:bg-slate-700\/70{background-color:color-mix(in oklab,var(--color-slate-700)70%,transparent)}.dark\:bg-white\/3{background-color:color-mix(in oklab,var(--color-white)3%,transparent)}.dark\:bg-white\/5{background-color:color-mix(in oklab,var(--color-white)5%,transparent)}.dark\:bg-white\/10{background-color:color-mix(in oklab,var(--color-white)10%,transparent)}.dark\:bg-white\/\[0\.03\]{background-color:color-mix(in oklab,var(--color-white)3%,transparent)}.dark\:bg-yellow-900\/20{background-color:color-mix(in oklab,var(--color-yellow-900)20%,transparent)}.dark\:bg-yellow-900\/30{background-color:color-mix(in oklab,var(--color-yellow-900)30%,transparent)}.dark\:from-gray-800{--tw-gradient-from:var(--color-gray-800);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.dark\:from-gray-900{--tw-gradient-from:var(--color-gray-900);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.dark\:from-gray-900\/50{--tw-gradient-from:color-mix(in oklab,var(--color-gray-900)50%,transparent);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.dark\:via-gray-900{--tw-gradient-via:var(--color-gray-900);--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.dark\:via-gray-950{--tw-gradient-via:var(--color-gray-950);--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.dark\:to-gray-800\/50{--tw-gradient-to:color-mix(in oklab,var(--color-gray-800)50%,transparent);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.dark\:to-gray-900{--tw-gradient-to:var(--color-gray-900);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.dark\:to-gray-950{--tw-gradient-to:var(--color-gray-950);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.dark\:to-purple-900\/10{--tw-gradient-to:color-mix(in oklab,var(--color-purple-900)10%,transparent);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.dark\:fill-gray-400{fill:var(--color-gray-400)}.dark\:fill-gray-800{fill:var(--color-gray-800)}.dark\:stroke-gray-400{stroke:var(--color-gray-400)}.dark\:text-amber-200{color:var(--color-amber-200)}.dark\:text-blue-200{color:var(--color-blue-200)}.dark\:text-blue-300{color:var(--color-blue-300)}.dark\:text-blue-400{color:var(--color-blue-400)}.dark\:text-emerald-200{color:var(--color-emerald-200)}.dark\:text-gray-100{color:var(--color-gray-100)}.dark\:text-gray-200{color:var(--color-gray-200)}.dark\:text-gray-300{color:var(--color-gray-300)}.dark\:text-gray-400{color:var(--color-gray-400)}.dark\:text-gray-500{color:var(--color-gray-500)}.dark\:text-gray-600{color:var(--color-gray-600)}.dark\:text-green-300{color:var(--color-green-300)}.dark\:text-green-400{color:var(--color-green-400)}.dark\:text-indigo-400{color:var(--color-indigo-400)}.dark\:text-orange-400{color:var(--color-orange-400)}.dark\:text-pink-400{color:var(--color-pink-400)}.dark\:text-purple-300{color:var(--color-purple-300)}.dark\:text-purple-400{color:var(--color-purple-400)}.dark\:text-red-200{color:var(--color-red-200)}.dark\:text-red-300{color:var(--color-red-300)}.dark\:text-red-400{color:var(--color-red-400)}.dark\:text-rose-200{color:var(--color-rose-200)}.dark\:text-rose-300{color:var(--color-rose-300)}.dark\:text-slate-200{color:var(--color-slate-200)}.dark\:text-slate-300{color:var(--color-slate-300)}.dark\:text-slate-400{color:var(--color-slate-400)}.dark\:text-slate-500{color:var(--color-slate-500)}.dark\:text-white{color:var(--color-white)}.dark\:text-white\/60{color:color-mix(in oklab,var(--color-white)60%,transparent)}.dark\:text-white\/80{color:color-mix(in oklab,var(--color-white)80%,transparent)}.dark\:text-white\/90{color:color-mix(in oklab,var(--color-white)90%,transparent)}.dark\:text-yellow-200{color:var(--color-yellow-200)}.dark\:text-yellow-300{color:var(--color-yellow-300)}.dark\:text-yellow-400{color:var(--color-yellow-400)}.dark\:shadow-black\/10{--tw-shadow-color:color-mix(in oklab,var(--color-black)10%,transparent)}.dark\:shadow-black\/20{--tw-shadow-color:color-mix(in oklab,var(--color-black)20%,transparent)}.dark\:shadow-black\/30{--tw-shadow-color:color-mix(in oklab,var(--color-black)30%,transparent)}.dark\:ring-gray-700{--tw-ring-color:var(--color-gray-700)}@media (hover:hover){.dark\:group-hover\:fill-gray-300:is(:where(.group):hover *){fill:var(--color-gray-300)}}.dark\:file\:border-gray-800::file-selector-button{border-color:var(--color-gray-800)}.dark\:file\:bg-white\/\[0\.03\]::file-selector-button{background-color:color-mix(in oklab,var(--color-white)3%,transparent)}.dark\:file\:text-gray-400::file-selector-button{color:var(--color-gray-400)}.dark\:placeholder\:text-gray-400::placeholder{color:var(--color-gray-400)}.dark\:placeholder\:text-white\/30::placeholder{color:color-mix(in oklab,var(--color-white)30%,transparent)}@media (hover:hover){.dark\:hover\:border-gray-600:hover{border-color:var(--color-gray-600)}.dark\:hover\:border-gray-800:hover{border-color:var(--color-gray-800)}.dark\:hover\:bg-amber-500\/20:hover{background-color:color-mix(in oklab,var(--color-amber-500)20%,transparent)}.dark\:hover\:bg-blue-500\/20:hover{background-color:color-mix(in oklab,var(--color-blue-500)20%,transparent)}.dark\:hover\:bg-gray-600:hover{background-color:var(--color-gray-600)}.dark\:hover\:bg-gray-700:hover{background-color:var(--color-gray-700)}.dark\:hover\:bg-gray-700\/50:hover{background-color:color-mix(in oklab,var(--color-gray-700)50%,transparent)}.dark\:hover\:bg-gray-800:hover{background-color:var(--color-gray-800)}.dark\:hover\:bg-gray-800\/30:hover{background-color:color-mix(in oklab,var(--color-gray-800)30%,transparent)}.dark\:hover\:bg-gray-800\/50:hover{background-color:color-mix(in oklab,var(--color-gray-800)50%,transparent)}.dark\:hover\:bg-green-500\/20:hover{background-color:color-mix(in oklab,var(--color-green-500)20%,transparent)}.dark\:hover\:bg-green-800:hover{background-color:var(--color-green-800)}.dark\:hover\:bg-purple-500\/20:hover{background-color:color-mix(in oklab,var(--color-purple-500)20%,transparent)}.dark\:hover\:bg-red-500\/20:hover{background-color:color-mix(in oklab,var(--color-red-500)20%,transparent)}.dark\:hover\:bg-red-900\/20:hover{background-color:color-mix(in oklab,var(--color-red-900)20%,transparent)}.dark\:hover\:bg-white\/5:hover{background-color:color-mix(in oklab,var(--color-white)5%,transparent)}.dark\:hover\:bg-white\/10:hover{background-color:color-mix(in oklab,var(--color-white)10%,transparent)}.dark\:hover\:bg-white\/\[0\.03\]:hover{background-color:color-mix(in oklab,var(--color-white)3%,transparent)}}}@media (hover:hover){@media (prefers-color-scheme:dark){.hover\:dark\:\!bg-gray-100:hover{background-color:var(--color-gray-100)!important}.hover\:dark\:bg-gray-100:hover{background-color:var(--color-gray-100)}}}@media (prefers-color-scheme:dark){@media (hover:hover){.dark\:hover\:text-gray-200:hover{color:var(--color-gray-200)}.dark\:hover\:text-gray-300:hover{color:var(--color-gray-300)}.dark\:hover\:text-red-200:hover{color:var(--color-red-200)}.dark\:hover\:text-red-300:hover{color:var(--color-red-300)}.dark\:hover\:text-white:hover{color:var(--color-white)}.dark\:hover\:text-white\/80:hover{color:color-mix(in oklab,var(--color-white)80%,transparent)}}}.\[\&_\.igny8-select-styled\]\:border-white\/20 .igny8-select-styled{border-color:color-mix(in oklab,var(--color-white)20%,transparent)}.\[\&_\.igny8-select-styled\]\:bg-white\/10 .igny8-select-styled{background-color:color-mix(in oklab,var(--color-white)10%,transparent)}.\[\&_\.igny8-select-styled\]\:text-white .igny8-select-styled{color:var(--color-white)}.\[\&_\.igny8-select-styled\]\:placeholder\:text-white\/70 .igny8-select-styled::placeholder{color:color-mix(in oklab,var(--color-white)70%,transparent)}.\[\&_\.igny8-select-styled\]\:focus\:border-white\/40 .igny8-select-styled:focus{border-color:color-mix(in oklab,var(--color-white)40%,transparent)}.\[\&_\.igny8-select-styled\]\:focus\:ring-white\/20 .igny8-select-styled:focus{--tw-ring-color:color-mix(in oklab,var(--color-white)20%,transparent)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}@keyframes pulse{50%{opacity:.5}}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@property --tw-rotate-x{syntax:"*";inherits:false;initial-value:rotateX(0)}@property --tw-rotate-y{syntax:"*";inherits:false;initial-value:rotateY(0)}@property --tw-rotate-z{syntax:"*";inherits:false;initial-value:rotateZ(0)}@property --tw-skew-x{syntax:"*";inherits:false;initial-value:skewX(0)}@property --tw-skew-y{syntax:"*";inherits:false;initial-value:skewY(0)}@property --tw-pan-x{syntax:"*";inherits:false}@property --tw-pan-y{syntax:"*";inherits:false}@property --tw-pinch-zoom{syntax:"*";inherits:false}@property --tw-scroll-snap-strictness{syntax:"*";inherits:false;initial-value:proximity}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-divide-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-divide-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@property --tw-contain-size{syntax:"*";inherits:false}@property --tw-contain-layout{syntax:"*";inherits:false}@property --tw-contain-paint{syntax:"*";inherits:false}@property --tw-contain-style{syntax:"*";inherits:false}@property --tw-content{syntax:"*";inherits:false;initial-value:""} diff --git a/frontend/dist/assets/js/index-BGcO3ahy.js b/frontend/dist/assets/js/index-BGcO3ahy.js deleted file mode 100644 index d13e5b79..00000000 --- a/frontend/dist/assets/js/index-BGcO3ahy.js +++ /dev/null @@ -1,6 +0,0 @@ -const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/js/page-dashboard-DxYTR5eF.js","assets/js/vendor-react-core-DjsjKnCi.js","assets/js/vendor-other-CdRIx1s3.js","assets/css/vendor-other-BsM4JrO0.css","assets/js/page-analytics.tsx-1KCk8AGD.js","assets/js/vendor-helmet-MZDArkdS.js","assets/js/vendor-state-CYwAWrAU.js","assets/js/pages-planner-Biqt-k6C.js","assets/js/vendor-react-router-BJY_70Cr.js","assets/js/page-authpages-CY7hjDHU.js","assets/js/page-clusters.config.tsx-9GAd-_h-.js","assets/js/page-reference-aC0iABvU.js","assets/js/page-components.tsx-DYfg5dka.js","assets/js/page-keywords.config.tsx-CxJn1kF1.js","assets/js/page-ideas.config.tsx-Cr6kWRFa.js","assets/js/page-delete-modal.config.ts-B7nUJ-QI.js","assets/js/page-bulk-action-modal.config.ts-D-0XtKwF.js","assets/js/page-table-actions.config.tsx-BSR5Zo7l.js","assets/js/pages-writer-BNZLXTX1.js","assets/js/page-images.config.tsx-Dy4DVDQH.js","assets/js/page-tasks.config.tsx-mmlIGC4l.js","assets/js/pages-thinker-CAze4ZPc.js","assets/js/pages-billing-CR09bFDK.js","assets/js/page-schedules.tsx-KBMo-Hzm.js","assets/js/pages-settings-GUQ4SeDJ.js","assets/js/page-help-j71zd25J.js"])))=>i.map(i=>d[i]); -import{r as t,j as e,R as Q,c as ee}from"./vendor-react-core-DjsjKnCi.js";/* empty css */import"./vendor-other-CdRIx1s3.js";import{g as te,N as se,A as q,_ as i}from"./page-dashboard-DxYTR5eF.js";import{L as M,u as re,a as H,O as ae,N as ne,B as le,R as oe,b as r}from"./vendor-react-router-BJY_70Cr.js";import{u as ie,v as I,w as de,h as W,x as O,y as z,f as ce,s as me,b as K,i as ue,z as he,A as xe,n as ge,j as pe,D as fe,E as be,T as je}from"./page-authpages-CY7hjDHU.js";import{D as $,a as R}from"./page-components.tsx-DYfg5dka.js";import{d as ye,e as J,u as we,H as _e}from"./pages-planner-Biqt-k6C.js";import{u as ke,T as ve}from"./page-reference-aC0iABvU.js";import{N as Ce}from"./page-otherpage-CbNMllJl.js";import{A as Ne}from"./page-analytics.tsx-1KCk8AGD.js";import"./vendor-state-CYwAWrAU.js";import"./page-clusters.config.tsx-9GAd-_h-.js";import"./page-keywords.config.tsx-CxJn1kF1.js";import"./page-ideas.config.tsx-Cr6kWRFa.js";import"./page-delete-modal.config.ts-B7nUJ-QI.js";import"./page-bulk-action-modal.config.ts-D-0XtKwF.js";import"./page-table-actions.config.tsx-BSR5Zo7l.js";import"./vendor-helmet-MZDArkdS.js";(function(){const a=document.createElement("link").relList;if(a&&a.supports&&a.supports("modulepreload"))return;for(const o of document.querySelectorAll('link[rel="modulepreload"]'))l(o);new MutationObserver(o=>{for(const d of o)if(d.type==="childList")for(const m of d.addedNodes)m.tagName==="LINK"&&m.rel==="modulepreload"&&l(m)}).observe(document,{childList:!0,subtree:!0});function n(o){const d={};return o.integrity&&(d.integrity=o.integrity),o.referrerPolicy&&(d.referrerPolicy=o.referrerPolicy),o.crossOrigin==="use-credentials"?d.credentials="include":o.crossOrigin==="anonymous"?d.credentials="omit":d.credentials="same-origin",d}function l(o){if(o.ep)return;o.ep=!0;const d=n(o);fetch(o.href,d)}})();const X=t.createContext(void 0),F=()=>{const s=t.useContext(X);if(!s)throw new Error("useSidebar must be used within a SidebarProvider");return s},Se=({children:s})=>{const[a,n]=t.useState(!0),[l,o]=t.useState(!1),[d,m]=t.useState(!1),[u,b]=t.useState(!1),[p,v]=t.useState(null),[_,f]=t.useState(null);t.useEffect(()=>{const j=()=>{const y=window.innerWidth<768;m(y),y||o(!1)};return j(),window.addEventListener("resize",j),()=>{window.removeEventListener("resize",j)}},[]);const E=()=>{n(j=>!j)},L=()=>{o(j=>!j)},N=j=>{f(y=>y===j?null:j)};return e.jsx(X.Provider,{value:{isExpanded:d?!1:a,isMobileOpen:l,isHovered:u,activeItem:p,openSubmenu:_,toggleSidebar:E,toggleMobileSidebar:L,setIsHovered:b,setActiveItem:v,toggleSubmenu:N},children:s})},Ee=()=>{const{toggleTheme:s}=ie();return e.jsxs("button",{onClick:s,className:"relative flex items-center justify-center text-gray-500 transition-colors bg-white border border-gray-200 rounded-full hover:text-dark-900 h-11 w-11 hover:bg-gray-100 hover:text-gray-700 dark:border-gray-800 dark:bg-gray-900 dark:text-gray-400 dark:hover:bg-gray-800 dark:hover:text-white",children:[e.jsx("svg",{className:"hidden dark:block",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.99998 1.5415C10.4142 1.5415 10.75 1.87729 10.75 2.2915V3.5415C10.75 3.95572 10.4142 4.2915 9.99998 4.2915C9.58577 4.2915 9.24998 3.95572 9.24998 3.5415V2.2915C9.24998 1.87729 9.58577 1.5415 9.99998 1.5415ZM10.0009 6.79327C8.22978 6.79327 6.79402 8.22904 6.79402 10.0001C6.79402 11.7712 8.22978 13.207 10.0009 13.207C11.772 13.207 13.2078 11.7712 13.2078 10.0001C13.2078 8.22904 11.772 6.79327 10.0009 6.79327ZM5.29402 10.0001C5.29402 7.40061 7.40135 5.29327 10.0009 5.29327C12.6004 5.29327 14.7078 7.40061 14.7078 10.0001C14.7078 12.5997 12.6004 14.707 10.0009 14.707C7.40135 14.707 5.29402 12.5997 5.29402 10.0001ZM15.9813 5.08035C16.2742 4.78746 16.2742 4.31258 15.9813 4.01969C15.6884 3.7268 15.2135 3.7268 14.9207 4.01969L14.0368 4.90357C13.7439 5.19647 13.7439 5.67134 14.0368 5.96423C14.3297 6.25713 14.8045 6.25713 15.0974 5.96423L15.9813 5.08035ZM18.4577 10.0001C18.4577 10.4143 18.1219 10.7501 17.7077 10.7501H16.4577C16.0435 10.7501 15.7077 10.4143 15.7077 10.0001C15.7077 9.58592 16.0435 9.25013 16.4577 9.25013H17.7077C18.1219 9.25013 18.4577 9.58592 18.4577 10.0001ZM14.9207 15.9806C15.2135 16.2735 15.6884 16.2735 15.9813 15.9806C16.2742 15.6877 16.2742 15.2128 15.9813 14.9199L15.0974 14.036C14.8045 13.7431 14.3297 13.7431 14.0368 14.036C13.7439 14.3289 13.7439 14.8038 14.0368 15.0967L14.9207 15.9806ZM9.99998 15.7088C10.4142 15.7088 10.75 16.0445 10.75 16.4588V17.7088C10.75 18.123 10.4142 18.4588 9.99998 18.4588C9.58577 18.4588 9.24998 18.123 9.24998 17.7088V16.4588C9.24998 16.0445 9.58577 15.7088 9.99998 15.7088ZM5.96356 15.0972C6.25646 14.8043 6.25646 14.3295 5.96356 14.0366C5.67067 13.7437 5.1958 13.7437 4.9029 14.0366L4.01902 14.9204C3.72613 15.2133 3.72613 15.6882 4.01902 15.9811C4.31191 16.274 4.78679 16.274 5.07968 15.9811L5.96356 15.0972ZM4.29224 10.0001C4.29224 10.4143 3.95645 10.7501 3.54224 10.7501H2.29224C1.87802 10.7501 1.54224 10.4143 1.54224 10.0001C1.54224 9.58592 1.87802 9.25013 2.29224 9.25013H3.54224C3.95645 9.25013 4.29224 9.58592 4.29224 10.0001ZM4.9029 5.9637C5.1958 6.25659 5.67067 6.25659 5.96356 5.9637C6.25646 5.6708 6.25646 5.19593 5.96356 4.90303L5.07968 4.01915C4.78679 3.72626 4.31191 3.72626 4.01902 4.01915C3.72613 4.31204 3.72613 4.78692 4.01902 5.07981L4.9029 5.9637Z",fill:"currentColor"})}),e.jsx("svg",{className:"dark:hidden",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M17.4547 11.97L18.1799 12.1611C18.265 11.8383 18.1265 11.4982 17.8401 11.3266C17.5538 11.1551 17.1885 11.1934 16.944 11.4207L17.4547 11.97ZM8.0306 2.5459L8.57989 3.05657C8.80718 2.81209 8.84554 2.44682 8.67398 2.16046C8.50243 1.8741 8.16227 1.73559 7.83948 1.82066L8.0306 2.5459ZM12.9154 13.0035C9.64678 13.0035 6.99707 10.3538 6.99707 7.08524H5.49707C5.49707 11.1823 8.81835 14.5035 12.9154 14.5035V13.0035ZM16.944 11.4207C15.8869 12.4035 14.4721 13.0035 12.9154 13.0035V14.5035C14.8657 14.5035 16.6418 13.7499 17.9654 12.5193L16.944 11.4207ZM16.7295 11.7789C15.9437 14.7607 13.2277 16.9586 10.0003 16.9586V18.4586C13.9257 18.4586 17.2249 15.7853 18.1799 12.1611L16.7295 11.7789ZM10.0003 16.9586C6.15734 16.9586 3.04199 13.8433 3.04199 10.0003H1.54199C1.54199 14.6717 5.32892 18.4586 10.0003 18.4586V16.9586ZM3.04199 10.0003C3.04199 6.77289 5.23988 4.05695 8.22173 3.27114L7.83948 1.82066C4.21532 2.77574 1.54199 6.07486 1.54199 10.0003H3.04199ZM6.99707 7.08524C6.99707 5.52854 7.5971 4.11366 8.57989 3.05657L7.48132 2.03522C6.25073 3.35885 5.49707 5.13487 5.49707 7.08524H6.99707Z",fill:"currentColor"})})]})};function Le(){const[s,a]=t.useState(!1),[n,l]=t.useState(!0);function o(){a(!s)}function d(){a(!1)}const m=()=>{o(),l(!1)};return e.jsxs("div",{className:"relative",children:[e.jsxs("button",{className:"relative flex items-center justify-center text-gray-500 transition-colors bg-white border border-gray-200 rounded-full dropdown-toggle hover:text-gray-700 h-11 w-11 hover:bg-gray-100 dark:border-gray-800 dark:bg-gray-900 dark:text-gray-400 dark:hover:bg-gray-800 dark:hover:text-white",onClick:m,children:[e.jsx("span",{className:`absolute right-0 top-0.5 z-10 h-2 w-2 rounded-full bg-orange-400 ${n?"flex":"hidden"}`,children:e.jsx("span",{className:"absolute inline-flex w-full h-full bg-orange-400 rounded-full opacity-75 animate-ping"})}),e.jsx("svg",{className:"fill-current",width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.75 2.29248C10.75 1.87827 10.4143 1.54248 10 1.54248C9.58583 1.54248 9.25004 1.87827 9.25004 2.29248V2.83613C6.08266 3.20733 3.62504 5.9004 3.62504 9.16748V14.4591H3.33337C2.91916 14.4591 2.58337 14.7949 2.58337 15.2091C2.58337 15.6234 2.91916 15.9591 3.33337 15.9591H4.37504H15.625H16.6667C17.0809 15.9591 17.4167 15.6234 17.4167 15.2091C17.4167 14.7949 17.0809 14.4591 16.6667 14.4591H16.375V9.16748C16.375 5.9004 13.9174 3.20733 10.75 2.83613V2.29248ZM14.875 14.4591V9.16748C14.875 6.47509 12.6924 4.29248 10 4.29248C7.30765 4.29248 5.12504 6.47509 5.12504 9.16748V14.4591H14.875ZM8.00004 17.7085C8.00004 18.1228 8.33583 18.4585 8.75004 18.4585H11.25C11.6643 18.4585 12 18.1228 12 17.7085C12 17.2943 11.6643 16.9585 11.25 16.9585H8.75004C8.33583 16.9585 8.00004 17.2943 8.00004 17.7085Z",fill:"currentColor"})})]}),e.jsxs($,{isOpen:s,onClose:d,className:"absolute -right-[240px] mt-[17px] flex h-[480px] w-[350px] flex-col rounded-2xl border border-gray-200 bg-white p-3 shadow-theme-lg dark:border-gray-800 dark:bg-gray-dark sm:w-[361px] lg:right-0",children:[e.jsxs("div",{className:"flex items-center justify-between pb-3 mb-3 border-b border-gray-100 dark:border-gray-700",children:[e.jsx("h5",{className:"text-lg font-semibold text-gray-800 dark:text-gray-200",children:"Notification"}),e.jsx("button",{onClick:o,className:"text-gray-500 transition dark:text-gray-400 hover:text-gray-700 dark:hover:text-gray-200",children:e.jsx("svg",{className:"fill-current",width:"24",height:"24",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.21967 7.28131C5.92678 6.98841 5.92678 6.51354 6.21967 6.22065C6.51256 5.92775 6.98744 5.92775 7.28033 6.22065L11.999 10.9393L16.7176 6.22078C17.0105 5.92789 17.4854 5.92788 17.7782 6.22078C18.0711 6.51367 18.0711 6.98855 17.7782 7.28144L13.0597 12L17.7782 16.7186C18.0711 17.0115 18.0711 17.4863 17.7782 17.7792C17.4854 18.0721 17.0105 18.0721 16.7176 17.7792L11.999 13.0607L7.28033 17.7794C6.98744 18.0722 6.51256 18.0722 6.21967 17.7794C5.92678 17.4865 5.92678 17.0116 6.21967 16.7187L10.9384 12L6.21967 7.28131Z",fill:"currentColor"})})})]}),e.jsxs("ul",{className:"flex flex-col h-auto overflow-y-auto custom-scrollbar",children:[e.jsx("li",{children:e.jsxs(R,{onItemClick:d,className:"flex gap-3 rounded-lg border-b border-gray-100 p-3 px-4.5 py-3 hover:bg-gray-100 dark:border-gray-800 dark:hover:bg-white/5",children:[e.jsxs("span",{className:"relative block w-full h-10 rounded-full z-1 max-w-10",children:[e.jsx("img",{width:40,height:40,src:"/images/user/user-02.jpg",alt:"User",className:"w-full overflow-hidden rounded-full"}),e.jsx("span",{className:"absolute bottom-0 right-0 z-10 h-2.5 w-full max-w-2.5 rounded-full border-[1.5px] border-white bg-success-500 dark:border-gray-900"})]}),e.jsxs("span",{className:"block",children:[e.jsxs("span",{className:"mb-1.5 block text-theme-sm text-gray-500 dark:text-gray-400 space-x-1",children:[e.jsx("span",{className:"font-medium text-gray-800 dark:text-white/90",children:"Terry Franci"}),e.jsx("span",{children:" requests permission to change"}),e.jsx("span",{className:"font-medium text-gray-800 dark:text-white/90",children:"Project - Nganter App"})]}),e.jsxs("span",{className:"flex items-center gap-2 text-gray-500 text-theme-xs dark:text-gray-400",children:[e.jsx("span",{children:"Project"}),e.jsx("span",{className:"w-1 h-1 bg-gray-400 rounded-full"}),e.jsx("span",{children:"5 min ago"})]})]})]})}),e.jsx("li",{children:e.jsxs(R,{onItemClick:d,className:"flex gap-3 rounded-lg border-b border-gray-100 p-3 px-4.5 py-3 hover:bg-gray-100 dark:border-gray-800 dark:hover:bg-white/5",children:[e.jsxs("span",{className:"relative block w-full h-10 rounded-full z-1 max-w-10",children:[e.jsx("img",{width:40,height:40,src:"/images/user/user-03.jpg",alt:"User",className:"w-full overflow-hidden rounded-full"}),e.jsx("span",{className:"absolute bottom-0 right-0 z-10 h-2.5 w-full max-w-2.5 rounded-full border-[1.5px] border-white bg-success-500 dark:border-gray-900"})]}),e.jsxs("span",{className:"block",children:[e.jsxs("span",{className:"mb-1.5 block space-x-1 text-theme-sm text-gray-500 dark:text-gray-400",children:[e.jsx("span",{className:"font-medium text-gray-800 dark:text-white/90",children:"Alena Franci"}),e.jsx("span",{children:"requests permission to change"}),e.jsx("span",{className:"font-medium text-gray-800 dark:text-white/90",children:"Project - Nganter App"})]}),e.jsxs("span",{className:"flex items-center gap-2 text-gray-500 text-theme-xs dark:text-gray-400",children:[e.jsx("span",{children:"Project"}),e.jsx("span",{className:"w-1 h-1 bg-gray-400 rounded-full"}),e.jsx("span",{children:"8 min ago"})]})]})]})}),e.jsx("li",{children:e.jsxs(R,{onItemClick:d,className:"flex gap-3 rounded-lg border-b border-gray-100 p-3 px-4.5 py-3 hover:bg-gray-100 dark:border-gray-800 dark:hover:bg-white/5",children:[e.jsxs("span",{className:"relative block w-full h-10 rounded-full z-1 max-w-10",children:[e.jsx("img",{width:40,height:40,src:"/images/user/user-04.jpg",alt:"User",className:"w-full overflow-hidden rounded-full"}),e.jsx("span",{className:"absolute bottom-0 right-0 z-10 h-2.5 w-full max-w-2.5 rounded-full border-[1.5px] border-white bg-success-500 dark:border-gray-900"})]}),e.jsxs("span",{className:"block",children:[e.jsxs("span",{className:"mb-1.5 block space-x-1 text-theme-sm text-gray-500 dark:text-gray-400",children:[e.jsx("span",{className:"font-medium text-gray-800 dark:text-white/90",children:"Jocelyn Kenter"}),e.jsx("span",{children:" requests permission to change"}),e.jsx("span",{className:"font-medium text-gray-800 dark:text-white/90",children:"Project - Nganter App"})]}),e.jsxs("span",{className:"flex items-center gap-2 text-gray-500 text-theme-xs dark:text-gray-400",children:[e.jsx("span",{children:"Project"}),e.jsx("span",{className:"w-1 h-1 bg-gray-400 rounded-full"}),e.jsx("span",{children:"15 min ago"})]})]})]})}),e.jsx("li",{children:e.jsxs(R,{onItemClick:d,className:"flex gap-3 rounded-lg border-b border-gray-100 p-3 px-4.5 py-3 hover:bg-gray-100 dark:border-gray-800 dark:hover:bg-white/5",to:"/",children:[e.jsxs("span",{className:"relative block w-full h-10 rounded-full z-1 max-w-10",children:[e.jsx("img",{width:40,height:40,src:"/images/user/user-05.jpg",alt:"User",className:"w-full overflow-hidden rounded-full"}),e.jsx("span",{className:"absolute bottom-0 right-0 z-10 h-2.5 w-full max-w-2.5 rounded-full border-[1.5px] border-white bg-error-500 dark:border-gray-900"})]}),e.jsxs("span",{className:"block",children:[e.jsxs("span",{className:"mb-1.5 space-x-1 block text-theme-sm text-gray-500 dark:text-gray-400",children:[e.jsx("span",{className:"font-medium text-gray-800 dark:text-white/90",children:"Brandon Philips"}),e.jsx("span",{children:"requests permission to change"}),e.jsx("span",{className:"font-medium text-gray-800 dark:text-white/90",children:"Project - Nganter App"})]}),e.jsxs("span",{className:"flex items-center gap-2 text-gray-500 text-theme-xs dark:text-gray-400",children:[e.jsx("span",{children:"Project"}),e.jsx("span",{className:"w-1 h-1 bg-gray-400 rounded-full"}),e.jsx("span",{children:"1 hr ago"})]})]})]})}),e.jsx("li",{children:e.jsxs(R,{className:"flex gap-3 rounded-lg border-b border-gray-100 p-3 px-4.5 py-3 hover:bg-gray-100 dark:border-gray-800 dark:hover:bg-white/5",onItemClick:d,children:[e.jsxs("span",{className:"relative block w-full h-10 rounded-full z-1 max-w-10",children:[e.jsx("img",{width:40,height:40,src:"/images/user/user-02.jpg",alt:"User",className:"w-full overflow-hidden rounded-full"}),e.jsx("span",{className:"absolute bottom-0 right-0 z-10 h-2.5 w-full max-w-2.5 rounded-full border-[1.5px] border-white bg-success-500 dark:border-gray-900"})]}),e.jsxs("span",{className:"block",children:[e.jsxs("span",{className:"mb-1.5 block space-x-1 text-theme-sm text-gray-500 dark:text-gray-400",children:[e.jsx("span",{className:"font-medium text-gray-800 dark:text-white/90",children:"Terry Franci"}),e.jsx("span",{children:" requests permission to change"}),e.jsx("span",{className:"font-medium text-gray-800 dark:text-white/90",children:"Project - Nganter App"})]}),e.jsxs("span",{className:"flex items-center gap-2 text-gray-500 text-theme-xs dark:text-gray-400",children:[e.jsx("span",{children:"Project"}),e.jsx("span",{className:"w-1 h-1 bg-gray-400 rounded-full"}),e.jsx("span",{children:"5 min ago"})]})]})]})}),e.jsx("li",{children:e.jsxs(R,{onItemClick:d,className:"flex gap-3 rounded-lg border-b border-gray-100 p-3 px-4.5 py-3 hover:bg-gray-100 dark:border-gray-800 dark:hover:bg-white/5",children:[e.jsxs("span",{className:"relative block w-full h-10 rounded-full z-1 max-w-10",children:[e.jsx("img",{width:40,height:40,src:"/images/user/user-03.jpg",alt:"User",className:"w-full overflow-hidden rounded-full"}),e.jsx("span",{className:"absolute bottom-0 right-0 z-10 h-2.5 w-full max-w-2.5 rounded-full border-[1.5px] border-white bg-success-500 dark:border-gray-900"})]}),e.jsxs("span",{className:"block",children:[e.jsxs("span",{className:"mb-1.5 block space-x-1 text-theme-sm text-gray-500 dark:text-gray-400",children:[e.jsx("span",{className:"font-medium text-gray-800 dark:text-white/90",children:"Alena Franci"}),e.jsx("span",{children:" requests permission to change"}),e.jsx("span",{className:"font-medium text-gray-800 dark:text-white/90",children:"Project - Nganter App"})]}),e.jsxs("span",{className:"flex items-center gap-2 text-gray-500 text-theme-xs dark:text-gray-400",children:[e.jsx("span",{children:"Project"}),e.jsx("span",{className:"w-1 h-1 bg-gray-400 rounded-full"}),e.jsx("span",{children:"8 min ago"})]})]})]})}),e.jsx("li",{children:e.jsxs(R,{onItemClick:d,className:"flex gap-3 rounded-lg border-b border-gray-100 p-3 px-4.5 py-3 hover:bg-gray-100 dark:border-gray-800 dark:hover:bg-white/5",children:[e.jsxs("span",{className:"relative block w-full h-10 rounded-full z-1 max-w-10",children:[e.jsx("img",{width:40,height:40,src:"/images/user/user-04.jpg",alt:"User",className:"w-full overflow-hidden rounded-full"}),e.jsx("span",{className:"absolute bottom-0 right-0 z-10 h-2.5 w-full max-w-2.5 rounded-full border-[1.5px] border-white bg-success-500 dark:border-gray-900"})]}),e.jsxs("span",{className:"block",children:[e.jsxs("span",{className:"mb-1.5 block space-x-1 text-theme-sm text-gray-500 dark:text-gray-400",children:[e.jsx("span",{className:"font-medium text-gray-800 dark:text-white/90",children:"Jocelyn Kenter"}),e.jsx("span",{children:" requests permission to change"}),e.jsx("span",{className:"font-medium text-gray-800 dark:text-white/90",children:"Project - Nganter App"})]}),e.jsxs("span",{className:"flex items-center gap-2 text-gray-500 text-theme-xs dark:text-gray-400",children:[e.jsx("span",{children:"Project"}),e.jsx("span",{className:"w-1 h-1 bg-gray-400 rounded-full"}),e.jsx("span",{children:"15 min ago"})]})]})]})}),e.jsx("li",{children:e.jsxs(R,{onItemClick:d,className:"flex gap-3 rounded-lg border-b border-gray-100 p-3 px-4.5 py-3 hover:bg-gray-100 dark:border-gray-800 dark:hover:bg-white/5",children:[e.jsxs("span",{className:"relative block w-full h-10 rounded-full z-1 max-w-10",children:[e.jsx("img",{width:40,height:40,src:"/images/user/user-05.jpg",alt:"User",className:"overflow-hidden rounded-full"}),e.jsx("span",{className:"absolute bottom-0 right-0 z-10 h-2.5 w-full max-w-2.5 rounded-full border-[1.5px] border-white bg-error-500 dark:border-gray-900"})]}),e.jsxs("span",{className:"block",children:[e.jsxs("span",{className:"mb-1.5 block space-x-1 text-theme-sm text-gray-500 dark:text-gray-400",children:[e.jsx("span",{className:"font-medium text-gray-800 dark:text-white/90",children:"Brandon Philips"}),e.jsx("span",{children:"requests permission to change"}),e.jsx("span",{className:"font-medium text-gray-800 dark:text-white/90",children:"Project - Nganter App"})]}),e.jsxs("span",{className:"flex items-center gap-2 text-gray-500 text-theme-xs dark:text-gray-400",children:[e.jsx("span",{children:"Project"}),e.jsx("span",{className:"w-1 h-1 bg-gray-400 rounded-full"}),e.jsx("span",{children:"1 hr ago"})]})]})]})})]}),e.jsx(M,{to:"/",className:"block px-4 py-2 mt-3 text-sm font-medium text-center text-gray-700 bg-white border border-gray-300 rounded-lg hover:bg-gray-100 dark:border-gray-700 dark:bg-gray-800 dark:text-gray-400 dark:hover:bg-gray-700",children:"View All Notifications"})]})]})}function Ie(){var b;const[s,a]=t.useState(!1),n=re(),{user:l,logout:o}=I();function d(){a(!s)}function m(){a(!1)}const u=()=>{o(),n("/signin",{replace:!0}),m()};return e.jsxs("div",{className:"relative",children:[e.jsxs("button",{onClick:d,className:"flex items-center text-gray-700 dropdown-toggle dark:text-gray-400",children:[e.jsx("span",{className:"mr-3 overflow-hidden rounded-full h-11 w-11 bg-brand-500 flex items-center justify-center",children:l!=null&&l.email?e.jsx("span",{className:"text-white font-semibold text-sm",children:l.email.charAt(0).toUpperCase()}):e.jsx("img",{src:"/images/user/owner.jpg",alt:"User"})}),e.jsx("span",{className:"block mr-1 font-medium text-theme-sm",children:(l==null?void 0:l.username)||((b=l==null?void 0:l.email)==null?void 0:b.split("@")[0])||"User"}),e.jsx("svg",{className:`stroke-gray-500 dark:stroke-gray-400 transition-transform duration-200 ${s?"rotate-180":""}`,width:"18",height:"20",viewBox:"0 0 18 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M4.3125 8.65625L9 13.3437L13.6875 8.65625",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})]}),e.jsxs($,{isOpen:s,onClose:m,className:"absolute right-0 mt-[17px] flex w-[260px] flex-col rounded-2xl border border-gray-200 bg-white p-3 shadow-theme-lg dark:border-gray-800 dark:bg-gray-dark",children:[e.jsxs("div",{children:[e.jsx("span",{className:"block font-medium text-gray-700 text-theme-sm dark:text-gray-400",children:(l==null?void 0:l.username)||"User"}),e.jsx("span",{className:"mt-0.5 block text-theme-xs text-gray-500 dark:text-gray-400",children:(l==null?void 0:l.email)||"No email"}),(l==null?void 0:l.role)&&e.jsx("span",{className:"mt-1 inline-block px-2 py-0.5 text-xs font-medium text-brand-600 bg-brand-50 rounded dark:text-brand-400 dark:bg-brand-900/20",children:l.role})]}),e.jsxs("ul",{className:"flex flex-col gap-1 pt-4 pb-3 border-b border-gray-200 dark:border-gray-800",children:[e.jsx("li",{children:e.jsxs(R,{onItemClick:m,tag:"a",to:"/profile",className:"flex items-center gap-3 px-3 py-2 font-medium text-gray-700 rounded-lg group text-theme-sm hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300",children:[e.jsx("svg",{className:"fill-gray-500 group-hover:fill-gray-700 dark:fill-gray-400 dark:group-hover:fill-gray-300",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 14.1526 4.3002 16.1184 5.61936 17.616C6.17279 15.3096 8.24852 13.5955 10.7246 13.5955H13.2746C15.7509 13.5955 17.8268 15.31 18.38 17.6167C19.6996 16.119 20.5 14.153 20.5 12C20.5 7.30558 16.6944 3.5 12 3.5ZM17.0246 18.8566V18.8455C17.0246 16.7744 15.3457 15.0955 13.2746 15.0955H10.7246C8.65354 15.0955 6.97461 16.7744 6.97461 18.8455V18.856C8.38223 19.8895 10.1198 20.5 12 20.5C13.8798 20.5 15.6171 19.8898 17.0246 18.8566ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM11.9991 7.25C10.8847 7.25 9.98126 8.15342 9.98126 9.26784C9.98126 10.3823 10.8847 11.2857 11.9991 11.2857C13.1135 11.2857 14.0169 10.3823 14.0169 9.26784C14.0169 8.15342 13.1135 7.25 11.9991 7.25ZM8.48126 9.26784C8.48126 7.32499 10.0563 5.75 11.9991 5.75C13.9419 5.75 15.5169 7.32499 15.5169 9.26784C15.5169 11.2107 13.9419 12.7857 11.9991 12.7857C10.0563 12.7857 8.48126 11.2107 8.48126 9.26784Z",fill:""})}),"Edit profile"]})}),e.jsx("li",{children:e.jsxs(R,{onItemClick:m,tag:"a",to:"/profile",className:"flex items-center gap-3 px-3 py-2 font-medium text-gray-700 rounded-lg group text-theme-sm hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300",children:[e.jsx("svg",{className:"fill-gray-500 group-hover:fill-gray-700 dark:fill-gray-400 dark:group-hover:fill-gray-300",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.4858 3.5L13.5182 3.5C13.9233 3.5 14.2518 3.82851 14.2518 4.23377C14.2518 5.9529 16.1129 7.02795 17.602 6.1682C17.9528 5.96567 18.4014 6.08586 18.6039 6.43667L20.1203 9.0631C20.3229 9.41407 20.2027 9.86286 19.8517 10.0655C18.3625 10.9253 18.3625 13.0747 19.8517 13.9345C20.2026 14.1372 20.3229 14.5859 20.1203 14.9369L18.6039 17.5634C18.4013 17.9142 17.9528 18.0344 17.602 17.8318C16.1129 16.9721 14.2518 18.0471 14.2518 19.7663C14.2518 20.1715 13.9233 20.5 13.5182 20.5H10.4858C10.0804 20.5 9.75182 20.1714 9.75182 19.766C9.75182 18.0461 7.88983 16.9717 6.40067 17.8314C6.04945 18.0342 5.60037 17.9139 5.39767 17.5628L3.88167 14.937C3.67903 14.586 3.79928 14.1372 4.15026 13.9346C5.63949 13.0748 5.63946 10.9253 4.15025 10.0655C3.79926 9.86282 3.67901 9.41401 3.88165 9.06303L5.39764 6.43725C5.60034 6.08617 6.04943 5.96581 6.40065 6.16858C7.88982 7.02836 9.75182 5.9539 9.75182 4.23399C9.75182 3.82862 10.0804 3.5 10.4858 3.5ZM13.5182 2L10.4858 2C9.25201 2 8.25182 3.00019 8.25182 4.23399C8.25182 4.79884 7.64013 5.15215 7.15065 4.86955C6.08213 4.25263 4.71559 4.61859 4.0986 5.68725L2.58261 8.31303C1.96575 9.38146 2.33183 10.7477 3.40025 11.3645C3.88948 11.647 3.88947 12.3531 3.40026 12.6355C2.33184 13.2524 1.96578 14.6186 2.58263 15.687L4.09863 18.3128C4.71562 19.3814 6.08215 19.7474 7.15067 19.1305C7.64015 18.8479 8.25182 19.2012 8.25182 19.766C8.25182 20.9998 9.25201 22 10.4858 22H13.5182C14.7519 22 15.7518 20.9998 15.7518 19.7663C15.7518 19.2015 16.3632 18.8487 16.852 19.1309C17.9202 19.7476 19.2862 19.3816 19.9029 18.3134L21.4193 15.6869C22.0361 14.6185 21.6701 13.2523 20.6017 12.6355C20.1125 12.3531 20.1125 11.647 20.6017 11.3645C21.6701 10.7477 22.0362 9.38152 21.4193 8.3131L19.903 5.68667C19.2862 4.61842 17.9202 4.25241 16.852 4.86917C16.3632 5.15138 15.7518 4.79856 15.7518 4.23377C15.7518 3.00024 14.7519 2 13.5182 2ZM9.6659 11.9999C9.6659 10.7103 10.7113 9.66493 12.0009 9.66493C13.2905 9.66493 14.3359 10.7103 14.3359 11.9999C14.3359 13.2895 13.2905 14.3349 12.0009 14.3349C10.7113 14.3349 9.6659 13.2895 9.6659 11.9999ZM12.0009 8.16493C9.88289 8.16493 8.1659 9.88191 8.1659 11.9999C8.1659 14.1179 9.88289 15.8349 12.0009 15.8349C14.1189 15.8349 15.8359 14.1179 15.8359 11.9999C15.8359 9.88191 14.1189 8.16493 12.0009 8.16493Z",fill:""})}),"Account settings"]})}),e.jsx("li",{children:e.jsxs(R,{onItemClick:m,tag:"a",to:"/profile",className:"flex items-center gap-3 px-3 py-2 font-medium text-gray-700 rounded-lg group text-theme-sm hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300",children:[e.jsx("svg",{className:"fill-gray-500 group-hover:fill-gray-700 dark:fill-gray-400 dark:group-hover:fill-gray-300",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 12C3.5 7.30558 7.30558 3.5 12 3.5C16.6944 3.5 20.5 7.30558 20.5 12C20.5 16.6944 16.6944 20.5 12 20.5C7.30558 20.5 3.5 16.6944 3.5 12ZM12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM11.0991 7.52507C11.0991 8.02213 11.5021 8.42507 11.9991 8.42507H12.0001C12.4972 8.42507 12.9001 8.02213 12.9001 7.52507C12.9001 7.02802 12.4972 6.62507 12.0001 6.62507H11.9991C11.5021 6.62507 11.0991 7.02802 11.0991 7.52507ZM12.0001 17.3714C11.5859 17.3714 11.2501 17.0356 11.2501 16.6214V10.9449C11.2501 10.5307 11.5859 10.1949 12.0001 10.1949C12.4143 10.1949 12.7501 10.5307 12.7501 10.9449V16.6214C12.7501 17.0356 12.4143 17.3714 12.0001 17.3714Z",fill:""})}),"Support"]})})]}),e.jsxs("button",{onClick:u,className:"flex items-center gap-3 px-3 py-2 mt-3 font-medium text-gray-700 rounded-lg group text-theme-sm hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300 w-full text-left",children:[e.jsx("svg",{className:"fill-gray-500 group-hover:fill-gray-700 dark:group-hover:fill-gray-300",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.1007 19.247C14.6865 19.247 14.3507 18.9112 14.3507 18.497L14.3507 14.245H12.8507V18.497C12.8507 19.7396 13.8581 20.747 15.1007 20.747H18.5007C19.7434 20.747 20.7507 19.7396 20.7507 18.497L20.7507 5.49609C20.7507 4.25345 19.7433 3.24609 18.5007 3.24609H15.1007C13.8581 3.24609 12.8507 4.25345 12.8507 5.49609V9.74501L14.3507 9.74501V5.49609C14.3507 5.08188 14.6865 4.74609 15.1007 4.74609L18.5007 4.74609C18.9149 4.74609 19.2507 5.08188 19.2507 5.49609L19.2507 18.497C19.2507 18.9112 18.9149 19.247 18.5007 19.247H15.1007ZM3.25073 11.9984C3.25073 12.2144 3.34204 12.4091 3.48817 12.546L8.09483 17.1556C8.38763 17.4485 8.86251 17.4487 9.15549 17.1559C9.44848 16.8631 9.44863 16.3882 9.15583 16.0952L5.81116 12.7484L16.0007 12.7484C16.4149 12.7484 16.7507 12.4127 16.7507 11.9984C16.7507 11.5842 16.4149 11.2484 16.0007 11.2484L5.81528 11.2484L9.15585 7.90554C9.44864 7.61255 9.44847 7.13767 9.15547 6.84488C8.86248 6.55209 8.3876 6.55226 8.09481 6.84525L3.52309 11.4202C3.35673 11.5577 3.25073 11.7657 3.25073 11.9984Z",fill:""})}),"Sign out"]})]})]})}const Re=()=>{const{metrics:s}=ye();return!s||s.length===0?null:e.jsx("div",{className:"igny8-header-metrics hidden lg:flex",children:s.map((a,n)=>e.jsxs(Q.Fragment,{children:[e.jsxs("div",{className:"igny8-header-metric",children:[e.jsx("div",{className:`igny8-header-metric-accent ${a.accentColor}`}),e.jsx("span",{className:"igny8-header-metric-label",children:a.label}),e.jsx("span",{className:"igny8-header-metric-value",children:typeof a.value=="number"?a.value.toLocaleString():a.value})]}),n0?w=!y.some(h=>a.pathname.startsWith(h)):w=j.some(h=>a.pathname.startsWith(h)),t.useEffect(()=>{b&&m&&u().catch(h=>{console.debug("SiteSwitcher: Failed to refresh user (non-critical):",h)})},[b]),t.useEffect(()=>{if(w){L(!1);return}c(),l||d()},[w,a.pathname,(k=m==null?void 0:m.account)==null?void 0:k.id]);const c=async()=>{try{L(!0);const C=((await te()).results||[]).filter(S=>S.is_active);f(C)}catch(h){console.error("Failed to load sites:",h),n.error(`Failed to load sites: ${h.message}`)}finally{L(!1)}},x=async h=>{try{await se(h);const C=_.find(S=>S.id===h);C&&(o(C),n.success(`Switched to "${C.name}"`)),v(!1)}catch(C){n.error(`Failed to switch site: ${C.message}`)}};function g(){v(!p)}return w||E||_.length===0?null:e.jsxs("div",{className:"relative inline-block",children:[e.jsxs("button",{ref:N,onClick:g,className:"flex items-center gap-2 px-3 py-2 text-sm font-medium text-gray-700 bg-white border border-gray-300 rounded-lg hover:bg-gray-50 dark:bg-gray-800 dark:text-gray-300 dark:border-gray-700 dark:hover:bg-gray-700 dropdown-toggle","aria-label":"Switch site",children:[e.jsxs("span",{className:"flex items-center gap-2",children:[e.jsx("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4"})}),e.jsx("span",{className:"max-w-[150px] truncate",children:(l==null?void 0:l.name)||"Select Site"})]}),e.jsx("svg",{className:`w-4 h-4 transition-transform ${p?"rotate-180":""}`,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M19 9l-7 7-7-7"})})]}),e.jsx($,{isOpen:p,onClose:()=>v(!1),anchorRef:N,placement:"bottom-left",className:"w-64 p-2",children:_.map(h=>e.jsxs(R,{onItemClick:()=>x(h.id),className:`flex items-center gap-3 px-3 py-2 font-medium rounded-lg text-sm text-left ${(l==null?void 0:l.id)===h.id?"bg-blue-50 text-blue-700 dark:bg-blue-500/20 dark:text-blue-300":"text-gray-700 hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300"}`,children:[e.jsx("span",{className:"flex-1",children:h.name}),(l==null?void 0:l.id)===h.id&&e.jsx("svg",{className:"w-4 h-4 text-blue-600 dark:text-blue-400",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z",clipRule:"evenodd"})})]},h.id))})]})}function De(){const{user:s}=I(),[a,n]=t.useState(!1),l=(s==null?void 0:s.role)==="admin"||(s==null?void 0:s.role)==="developer";t.useEffect(()=>{if(l){const d=localStorage.getItem("debug_resource_tracking_enabled");n(d==="true")}},[l]);const o=()=>{const d=!a;n(d),localStorage.setItem("debug_resource_tracking_enabled",String(d)),window.dispatchEvent(new CustomEvent("debug-resource-tracking-toggle",{detail:d}))};return l?e.jsx("button",{onClick:o,className:`flex items-center justify-center w-10 h-10 rounded-lg transition-colors ${a?"bg-red-100 text-red-600 dark:bg-red-900/30 dark:text-red-400":"text-gray-500 hover:bg-gray-100 dark:text-gray-400 dark:hover:bg-gray-800"}`,title:a?"Disable Resource Debug":"Enable Resource Debug",children:"🔍"}):null}const Me=()=>{const[s,a]=t.useState(!1),{isMobileOpen:n,toggleSidebar:l,toggleMobileSidebar:o}=F(),d=()=>{window.innerWidth>=1024?l():o()},m=()=>{a(!s)},u=t.useRef(null);return t.useEffect(()=>{const b=p=>{var v;(p.metaKey||p.ctrlKey)&&p.key==="k"&&(p.preventDefault(),(v=u.current)==null||v.focus())};return document.addEventListener("keydown",b),()=>{document.removeEventListener("keydown",b)}},[]),e.jsx("header",{className:"sticky top-0 flex w-full bg-white border-gray-200 z-99999 dark:border-gray-800 dark:bg-gray-900 lg:border-b",children:e.jsxs("div",{className:"flex flex-col items-center justify-between grow lg:flex-row lg:px-6",children:[e.jsxs("div",{className:"flex items-center justify-between w-full gap-2 px-3 py-3 border-b border-gray-200 dark:border-gray-800 sm:gap-4 lg:justify-normal lg:border-b-0 lg:px-0 lg:py-4",children:[e.jsx("button",{className:"items-center justify-center w-10 h-10 text-gray-500 border-gray-200 rounded-lg z-99999 dark:border-gray-800 lg:flex dark:text-gray-400 lg:h-11 lg:w-11 lg:border",onClick:d,"aria-label":"Toggle Sidebar",children:n?e.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.21967 7.28131C5.92678 6.98841 5.92678 6.51354 6.21967 6.22065C6.51256 5.92775 6.98744 5.92775 7.28033 6.22065L11.999 10.9393L16.7176 6.22078C17.0105 5.92789 17.4854 5.92788 17.7782 6.22078C18.0711 6.51367 18.0711 6.98855 17.7782 7.28144L13.0597 12L17.7782 16.7186C18.0711 17.0115 18.0711 17.4863 17.7782 17.7792C17.4854 18.0721 17.0105 18.0721 16.7176 17.7792L11.999 13.0607L7.28033 17.7794C6.98744 18.0722 6.51256 18.0722 6.21967 17.7794C5.92678 17.4865 5.92678 17.0116 6.21967 16.7187L10.9384 12L6.21967 7.28131Z",fill:"currentColor"})}):e.jsx("svg",{width:"16",height:"12",viewBox:"0 0 16 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.583252 1C0.583252 0.585788 0.919038 0.25 1.33325 0.25H14.6666C15.0808 0.25 15.4166 0.585786 15.4166 1C15.4166 1.41421 15.0808 1.75 14.6666 1.75L1.33325 1.75C0.919038 1.75 0.583252 1.41422 0.583252 1ZM0.583252 11C0.583252 10.5858 0.919038 10.25 1.33325 10.25L14.6666 10.25C15.0808 10.25 15.4166 10.5858 15.4166 11C15.4166 11.4142 15.0808 11.75 14.6666 11.75L1.33325 11.75C0.919038 11.75 0.583252 11.4142 0.583252 11ZM1.33325 5.25C0.919038 5.25 0.583252 5.58579 0.583252 6C0.583252 6.41421 0.919038 6.75 1.33325 6.75L7.99992 6.75C8.41413 6.75 8.74992 6.41421 8.74992 6C8.74992 5.58579 8.41413 5.25 7.99992 5.25L1.33325 5.25Z",fill:"currentColor"})})}),e.jsxs(M,{to:"/",className:"lg:hidden",children:[e.jsx("img",{className:"dark:hidden",src:"./images/logo/logo.svg",alt:"Logo"}),e.jsx("img",{className:"hidden dark:block",src:"./images/logo/logo-dark.svg",alt:"Logo"})]}),e.jsx("button",{onClick:m,className:"flex items-center justify-center w-10 h-10 text-gray-700 rounded-lg z-99999 hover:bg-gray-100 dark:text-gray-400 dark:hover:bg-gray-800 lg:hidden",children:e.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.99902 10.4951C6.82745 10.4951 7.49902 11.1667 7.49902 11.9951V12.0051C7.49902 12.8335 6.82745 13.5051 5.99902 13.5051C5.1706 13.5051 4.49902 12.8335 4.49902 12.0051V11.9951C4.49902 11.1667 5.1706 10.4951 5.99902 10.4951ZM17.999 10.4951C18.8275 10.4951 19.499 11.1667 19.499 11.9951V12.0051C19.499 12.8335 18.8275 13.5051 17.999 13.5051C17.1706 13.5051 16.499 12.8335 16.499 12.0051V11.9951C16.499 11.1667 17.1706 10.4951 17.999 10.4951ZM13.499 11.9951C13.499 11.1667 12.8275 10.4951 11.999 10.4951C11.1706 10.4951 10.499 11.1667 10.499 11.9951V12.0051C10.499 12.8335 11.1706 13.5051 11.999 13.5051C12.8275 13.5051 13.499 12.8335 13.499 12.0051V11.9951Z",fill:"currentColor"})})}),e.jsx("div",{className:"hidden lg:block",children:e.jsx("form",{children:e.jsxs("div",{className:"relative",children:[e.jsx("span",{className:"absolute -translate-y-1/2 pointer-events-none left-4 top-1/2",children:e.jsx("svg",{className:"fill-gray-500 dark:fill-gray-400",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.04175 9.37363C3.04175 5.87693 5.87711 3.04199 9.37508 3.04199C12.8731 3.04199 15.7084 5.87693 15.7084 9.37363C15.7084 12.8703 12.8731 15.7053 9.37508 15.7053C5.87711 15.7053 3.04175 12.8703 3.04175 9.37363ZM9.37508 1.54199C5.04902 1.54199 1.54175 5.04817 1.54175 9.37363C1.54175 13.6991 5.04902 17.2053 9.37508 17.2053C11.2674 17.2053 13.003 16.5344 14.357 15.4176L17.177 18.238C17.4699 18.5309 17.9448 18.5309 18.2377 18.238C18.5306 17.9451 18.5306 17.4703 18.2377 17.1774L15.418 14.3573C16.5365 13.0033 17.2084 11.2669 17.2084 9.37363C17.2084 5.04817 13.7011 1.54199 9.37508 1.54199Z",fill:""})})}),e.jsx("input",{ref:u,type:"text",placeholder:"Search or type command...",className:"dark:bg-dark-900 h-11 w-full rounded-lg border border-gray-200 bg-transparent py-2.5 pl-12 pr-14 text-sm text-gray-800 shadow-theme-xs placeholder:text-gray-400 focus:border-brand-300 focus:outline-hidden focus:ring-3 focus:ring-brand-500/10 dark:border-gray-800 dark:bg-gray-900 dark:bg-white/[0.03] dark:text-white/90 dark:placeholder:text-white/30 dark:focus:border-brand-800 xl:w-[430px]"}),e.jsxs("button",{className:"absolute right-2.5 top-1/2 inline-flex -translate-y-1/2 items-center gap-0.5 rounded-lg border border-gray-200 bg-gray-50 px-[7px] py-[4.5px] text-xs -tracking-[0.2px] text-gray-500 dark:border-gray-800 dark:bg-white/[0.03] dark:text-gray-400",children:[e.jsx("span",{children:" ⌘ "}),e.jsx("span",{children:" K "})]})]})})})]}),e.jsxs("div",{className:`${s?"flex":"hidden"} items-center justify-between w-full gap-4 px-5 py-4 lg:flex shadow-theme-md lg:justify-end lg:px-0 lg:shadow-none`,children:[e.jsxs("div",{className:"flex items-center gap-2 2xsm:gap-3",children:[e.jsx(Pe,{}),e.jsx(Re,{}),e.jsx(Ee,{}),e.jsx(De,{}),e.jsx(Le,{})]}),e.jsx(Ie,{})]})]})})},Ve=()=>{const{isMobileOpen:s,toggleMobileSidebar:a}=F();return s?e.jsx("div",{className:"fixed inset-0 z-40 bg-gray-900/50 lg:hidden",onClick:a}):null};function Oe(){return e.jsx("div",{className:` - mx-auto mb-10 w-full max-w-60 rounded-2xl bg-blue-50 px-4 py-5 text-center dark:bg-blue-900/20`,children:e.jsxs("ul",{className:"space-y-1 text-sm text-gray-700 dark:text-gray-300",children:[e.jsx("li",{children:"Infinite."}),e.jsx("li",{children:"Writing."}),e.jsx("li",{children:"Refreshing."}),e.jsx("li",{children:"Ranking."})]})})}const ze="1.0.0",He=()=>{var w;const{isExpanded:s,isMobileOpen:a,isHovered:n,setIsHovered:l}=F(),o=H(),{user:d}=I(),m=((w=d==null?void 0:d.account)==null?void 0:w.slug)==="aws-admin"||(d==null?void 0:d.role)==="developer",[u,b]=t.useState(null),[p,v]=t.useState({}),_=t.useRef({}),f=t.useCallback(c=>o.pathname===c,[o.pathname]),E=t.useMemo(()=>[{label:"OVERVIEW",items:[{icon:e.jsx(de,{}),name:"Dashboard",path:"/"},{icon:e.jsx(W,{}),name:"Analytics",path:"/analytics"},{icon:e.jsx(O,{}),name:"Industry / Sectors",path:"/reference/industries"}]},{label:"WORKFLOWS",items:[{icon:e.jsx(z,{}),name:"Setup",subItems:[{name:"Sites",path:"/settings/sites"},{name:"Keywords Opportunities",path:"/planner/keyword-opportunities"}]},{icon:e.jsx(ce,{}),name:"Planner",subItems:[{name:"Dashboard",path:"/planner"},{name:"Keywords",path:"/planner/keywords"},{name:"Clusters",path:"/planner/clusters"},{name:"Ideas",path:"/planner/ideas"}]},{icon:e.jsx(me,{}),name:"Writer",subItems:[{name:"Dashboard",path:"/writer"},{name:"Tasks",path:"/writer/tasks"},{name:"Content",path:"/writer/content"},{name:"Drafts",path:"/writer/drafts"},{name:"Images",path:"/writer/images"},{name:"Published",path:"/writer/published"}]},{icon:e.jsx(K,{}),name:"Thinker",subItems:[{name:"Dashboard",path:"/thinker"},{name:"Prompts",path:"/thinker/prompts"},{name:"Author Profiles",path:"/thinker/author-profiles"},{name:"Strategies",path:"/thinker/strategies"},{name:"Image Testing",path:"/thinker/image-testing"}]},{icon:e.jsx(ue,{}),name:"Schedules",path:"/schedules"}]},{label:"ACCOUNT & SETTINGS",items:[{icon:e.jsx(z,{}),name:"Settings",subItems:[{name:"General",path:"/settings"},{name:"Plans",path:"/settings/plans"},{name:"Integration",path:"/settings/integration"},{name:"Import / Export",path:"/settings/import-export"}]},{icon:e.jsx(he,{}),name:"Billing",subItems:[{name:"Credits",path:"/billing/credits"},{name:"Transactions",path:"/billing/transactions"},{name:"Usage",path:"/billing/usage"}]}]},{label:"HELP",items:[{icon:e.jsx(O,{}),name:"Help & Support",path:"/help"},{icon:e.jsx(O,{}),name:"Documentation",path:"/help/docs"}]}],[]),L=t.useMemo(()=>({label:"ADMIN",items:[{icon:e.jsx(z,{}),name:"User Management",subItems:[{name:"Users",path:"/settings/users"},{name:"Subscriptions",path:"/settings/subscriptions"}]},{icon:e.jsx(z,{}),name:"Configuration",subItems:[{name:"System Settings",path:"/settings/system"},{name:"Account Settings",path:"/settings/account"},{name:"Module Settings",path:"/settings/modules"}]},{icon:e.jsx(K,{}),name:"AI Controls",subItems:[{name:"AI Settings",path:"/settings/ai"}]},{icon:e.jsx(W,{}),name:"System Health",subItems:[{name:"Status",path:"/settings/status"}]},{icon:e.jsx(O,{}),name:"Testing Tools",subItems:[{name:"Function Testing",path:"/help/function-testing"},{name:"System Testing",path:"/help/system-testing"}]},{icon:e.jsx(xe,{}),name:"UI Elements",subItems:[{name:"Alerts",path:"/ui-elements/alerts"},{name:"Avatar",path:"/ui-elements/avatars"},{name:"Badge",path:"/ui-elements/badges"},{name:"Breadcrumb",path:"/ui-elements/breadcrumb"},{name:"Buttons",path:"/ui-elements/buttons"},{name:"Buttons Group",path:"/ui-elements/buttons-group"},{name:"Cards",path:"/ui-elements/cards"},{name:"Carousel",path:"/ui-elements/carousel"},{name:"Dropdowns",path:"/ui-elements/dropdowns"},{name:"Images",path:"/ui-elements/images"},{name:"Links",path:"/ui-elements/links"},{name:"List",path:"/ui-elements/list"},{name:"Modals",path:"/ui-elements/modals"},{name:"Notification",path:"/ui-elements/notifications"},{name:"Pagination",path:"/ui-elements/pagination"},{name:"Popovers",path:"/ui-elements/popovers"},{name:"Pricing Table",path:"/ui-elements/pricing-table"},{name:"Progressbar",path:"/ui-elements/progressbar"},{name:"Ribbons",path:"/ui-elements/ribbons"},{name:"Spinners",path:"/ui-elements/spinners"},{name:"Tabs",path:"/ui-elements/tabs"},{name:"Tooltips",path:"/ui-elements/tooltips"},{name:"Videos",path:"/ui-elements/videos"},{name:"Components",path:"/components"}]}]}),[]),N=t.useMemo(()=>m?[...E,L]:E,[m,E,L]);t.useEffect(()=>{const c=o.pathname;let x=!1;N.forEach((g,k)=>{g.items.forEach((h,C)=>{h.subItems&&!x&&h.subItems.some(P=>!!(c===P.path||P.path!=="/"&&c.startsWith(P.path+"/")))&&(b({sectionIndex:k,itemIndex:C}),x=!0)})})},[o.pathname,N]),t.useEffect(()=>{if(u!==null){const c=`${u.sectionIndex}-${u.itemIndex}`,x=requestAnimationFrame(()=>{setTimeout(()=>{const g=_.current[c];if(g){const k=g.scrollHeight;k>0&&v(h=>({...h,[c]:k}))}},50)});return()=>cancelAnimationFrame(x)}},[u]);const j=(c,x)=>{b(g=>g&&g.sectionIndex===c&&g.itemIndex===x?null:{sectionIndex:c,itemIndex:x})},y=(c,x)=>e.jsx("ul",{className:"flex flex-col gap-2",children:c.map((g,k)=>e.jsxs("li",{children:[g.subItems?e.jsxs("button",{onClick:()=>j(x,k),className:`menu-item group ${(u==null?void 0:u.sectionIndex)===x&&(u==null?void 0:u.itemIndex)===k||g.subItems&&g.subItems.some(h=>f(h.path))?"menu-item-active":"menu-item-inactive"} cursor-pointer ${!s&&!n?"lg:justify-center":"lg:justify-start"}`,children:[e.jsx("span",{className:`menu-item-icon-size ${(u==null?void 0:u.sectionIndex)===x&&(u==null?void 0:u.itemIndex)===k||g.subItems&&g.subItems.some(h=>f(h.path))?"menu-item-icon-active":"menu-item-icon-inactive"}`,children:g.icon}),(s||n||a)&&e.jsx("span",{className:"menu-item-text",children:g.name}),(s||n||a)&&e.jsx(pe,{className:`ml-auto w-5 h-5 transition-transform duration-200 ${(u==null?void 0:u.sectionIndex)===x&&(u==null?void 0:u.itemIndex)===k?"rotate-180 text-brand-500":""}`})]}):g.path&&e.jsxs(M,{to:g.path,className:`menu-item group ${f(g.path)?"menu-item-active":"menu-item-inactive"}`,children:[e.jsx("span",{className:`menu-item-icon-size ${f(g.path)?"menu-item-icon-active":"menu-item-icon-inactive"}`,children:g.icon}),(s||n||a)&&e.jsx("span",{className:"menu-item-text",children:g.name})]}),g.subItems&&(s||n||a)&&e.jsx("div",{ref:h=>{_.current[`${x}-${k}`]=h},className:"overflow-hidden transition-all duration-300",style:{height:(u==null?void 0:u.sectionIndex)===x&&(u==null?void 0:u.itemIndex)===k?`${p[`${x}-${k}`]}px`:"0px"},children:e.jsx("ul",{className:"mt-2 flex flex-col gap-1 ml-9",children:g.subItems.map(h=>e.jsx("li",{children:e.jsxs(M,{to:h.path,className:`menu-dropdown-item ${f(h.path)?"menu-dropdown-item-active":"menu-dropdown-item-inactive"}`,children:[h.name,e.jsxs("span",{className:"flex items-center gap-1 ml-auto",children:[h.new&&e.jsx("span",{className:`ml-auto ${f(h.path)?"menu-dropdown-badge-active":"menu-dropdown-badge-inactive"} menu-dropdown-badge`,children:"new"}),h.pro&&e.jsx("span",{className:`ml-auto ${f(h.path)?"menu-dropdown-badge-active":"menu-dropdown-badge-inactive"} menu-dropdown-badge`,children:"pro"})]})]})},h.name))})})]},g.name))});return e.jsxs("aside",{className:`fixed mt-16 flex flex-col lg:mt-0 top-0 px-5 left-0 bg-white dark:bg-gray-900 dark:border-gray-800 text-gray-900 h-screen transition-all duration-300 ease-in-out z-50 border-r border-gray-200 - ${s||a||n?"w-[290px]":"w-[90px]"} - ${a?"translate-x-0":"-translate-x-full"} - lg:translate-x-0`,onMouseEnter:()=>!s&&l(!0),onMouseLeave:()=>l(!1),children:[e.jsxs("div",{className:"py-8 flex flex-col justify-center items-center gap-3",children:[e.jsx(M,{to:"/",className:"flex justify-center items-center",children:s||n||a?e.jsxs(e.Fragment,{children:[e.jsx("img",{className:"dark:hidden",src:"/images/logo/logo.svg",alt:"Logo",width:113,height:30}),e.jsx("img",{className:"hidden dark:block",src:"/images/logo/logo-dark.svg",alt:"Logo",width:113,height:30})]}):e.jsx("img",{src:"/images/logo/logo-icon.svg",alt:"Logo",width:24,height:24})}),(s||n||a)&&e.jsx("div",{className:"flex justify-center items-center",children:e.jsxs("span",{className:"inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-gray-900 dark:bg-gray-700 text-gray-100 dark:text-gray-300",children:["v",ze]})})]}),e.jsxs("div",{className:"flex flex-col overflow-y-auto duration-300 ease-linear no-scrollbar",children:[e.jsx("nav",{className:"mb-6",children:e.jsx("div",{className:"flex flex-col gap-2",children:N.map((c,x)=>e.jsxs("div",{children:[e.jsx("h2",{className:`mb-4 text-xs uppercase flex leading-[20px] text-gray-400 ${!s&&!n?"lg:justify-center":"justify-start"}`,children:s||n||a?c.label:e.jsx(ge,{className:"size-6"})}),y(c.items,x)]},c.label))})}),s||n||a?e.jsx(Oe,{}):null]})]})},A=[],D=new Set;function B(s){const[a,n]=t.useState([]);t.useEffect(()=>{const m=()=>{n([...A])};return D.add(m),m(),()=>{D.delete(m)}},[]);const l=t.useCallback((m,u)=>{const b={message:m instanceof Error?m.message:m,source:u||s,timestamp:Date.now(),stack:m instanceof Error?m.stack:void 0};A.push(b),A.length>10&&A.shift(),D.forEach(p=>p([...A])),console.error(`[${b.source}]`,b)},[s]),o=t.useCallback(m=>{A.splice(m,1),D.forEach(u=>u([...A]))},[]),d=t.useCallback(()=>{A.length=0,D.forEach(m=>m([]))},[]);return{errors:a,addError:l,clearError:o,clearAllErrors:d}}const V=new Map,Z=new Set;function T(s,a){a?V.set(s,{source:s,startTime:Date.now(),duration:0}):V.delete(s),Z.forEach(n=>{const l=Array.from(V.values()).map(o=>({...o,duration:Date.now()-o.startTime}));n(l)})}function Fe(){const[s,a]=t.useState([]),{addError:n}=B("LoadingStateMonitor"),l=t.useRef(new Set),o=t.useRef(n);return t.useEffect(()=>{o.current=n},[n]),t.useEffect(()=>{const d=b=>{const p=b.filter(f=>f.duration<6e4);a(p);const v=p.filter(f=>f.duration>5e3&&!l.current.has(f.source));v.length>0&&v.forEach(f=>{l.current.add(f.source),o.current(new Error(`Loading state stuck: ${f.source} (${(f.duration/1e3).toFixed(1)}s)`),"LoadingStateMonitor")}),Array.from(l.current).filter(f=>!p.find(E=>E.source===f&&E.duration>5e3)).forEach(f=>l.current.delete(f))},m=Array.from(V.values()).map(b=>({...b,duration:Date.now()-b.startTime}));d(m),Z.add(d);const u=setInterval(()=>{const b=Array.from(V.values()).map(p=>({...p,duration:Date.now()-p.startTime}));d(b)},1e3);return()=>{Z.delete(d),clearInterval(u)}},[]),t.useEffect(()=>{const d=s.filter(m=>m.duration>1e4);d.length>0&&d.forEach(m=>{console.warn(`Auto-resetting stuck loading state: ${m.source}`),T(m.source,!1),l.current.delete(m.source)})},[s]),null}function Be({enabled:s}){const{user:a}=I(),[n,l]=t.useState([]),[o,d]=t.useState(!1),[m,u]=t.useState(null),b=t.useRef(null),p=t.useRef([]),v=t.useRef(null),_=t.useRef(null),f=(a==null?void 0:a.role)==="admin"||(a==null?void 0:a.role)==="developer";t.useEffect(()=>{if(!s||!f){_.current&&(window.fetch=_.current,_.current=null,v.current=null);return}return u(performance.now()),_.current||(_.current=window.fetch,v.current=window.fetch.bind(window)),window.fetch=async function(...c){performance.now();const[x,g={}]=c;if((typeof x=="string"?x:x.toString()).includes("/request-metrics/"))return _.current.apply(window,c);const h=new Headers(g.headers||{});h.set("X-Debug-Resource-Tracking","true");const C=await v.current(x,{...g,headers:h});performance.now();const S=C.headers.get("X-Resource-Tracking-ID");return S&&(b.current=S,setTimeout(()=>E(S),300)),C},()=>{_.current&&(window.fetch=_.current,_.current=null,v.current=null)}},[s,f]);const E=async(c,x=0)=>{try{const g=_.current||window.fetch,{token:k}=I.getState(),h={"Content-Type":"application/json"};k&&(h.Authorization=`Bearer ${k}`);try{const C=await g.call(window,`${q}/v1/system/request-metrics/${c}/`,{method:"GET",headers:h,credentials:"include"});if(C.ok){const S=await C.json();p.current=[...p.current,S],l([...p.current])}else if(C.status===401)try{await I.getState().refreshToken();const S=I.getState().token;if(S){const P={"Content-Type":"application/json",Authorization:`Bearer ${S}`},U=await g.call(window,`${q}/v1/system/request-metrics/${c}/`,{method:"GET",headers:P,credentials:"include"});if(U.ok){const Y=await U.json();p.current=[...p.current,Y],l([...p.current]);return}}}catch{}else return C.status===404,void 0}catch{return}}catch{return}},L=m?performance.now()-m:null,N=n.reduce((c,x)=>({elapsed_time_ms:c.elapsed_time_ms+x.elapsed_time_ms,cpu_total_ms:c.cpu_total_ms+x.cpu.total_time_ms,memory_delta_mb:c.memory_delta_mb+x.memory.delta_mb,io_read_mb:c.io_read_mb+x.io.read_mb,io_write_mb:c.io_write_mb+x.io.write_mb}),{elapsed_time_ms:0,cpu_total_ms:0,memory_delta_mb:0,io_read_mb:0,io_write_mb:0}),j=n.length>0?n.reduce((c,x)=>x.elapsed_time_ms>c.elapsed_time_ms?x:c):null,y=n.length>0?n.reduce((c,x)=>x.cpu.total_time_ms>c.cpu.total_time_ms?x:c):null,w=n.length>0?n.reduce((c,x)=>x.memory.delta_mb>c.memory.delta_mb?x:c):null;return!s||!f?null:e.jsxs(e.Fragment,{children:[e.jsxs("button",{onClick:()=>d(!o),className:"fixed bottom-4 right-4 z-[99999] bg-red-600 hover:bg-red-700 text-white px-4 py-2 rounded-lg shadow-lg text-sm font-medium flex items-center gap-2",title:"Toggle Resource Debug Overlay",children:[e.jsx("span",{children:"🔍"}),e.jsxs("span",{children:["Debug (",n.length,")"]})]}),o&&e.jsxs("div",{className:"fixed bottom-20 right-4 z-[99998] bg-white dark:bg-gray-900 border border-gray-300 dark:border-gray-700 rounded-lg shadow-2xl w-[500px] max-h-[85vh] overflow-auto",children:[e.jsxs("div",{className:"sticky top-0 bg-gray-100 dark:bg-gray-800 px-4 py-3 border-b border-gray-300 dark:border-gray-700 flex justify-between items-center",children:[e.jsx("h3",{className:"font-semibold text-gray-900 dark:text-white",children:"Resource Debug"}),e.jsx("button",{onClick:()=>d(!1),className:"text-gray-500 hover:text-gray-700 dark:text-gray-400 dark:hover:text-gray-200",children:"✕"})]}),e.jsxs("div",{className:"p-4 space-y-4",children:[L&&e.jsxs("div",{className:"bg-blue-50 dark:bg-blue-900/20 p-3 rounded border border-blue-200 dark:border-blue-800",children:[e.jsx("h4",{className:"font-semibold text-blue-900 dark:text-blue-200 mb-2",children:"Page Load Time"}),e.jsxs("div",{className:"text-sm text-blue-800 dark:text-blue-300",children:[L.toFixed(2)," ms"]})]}),n.length>0&&e.jsxs("div",{className:"bg-yellow-50 dark:bg-yellow-900/20 p-3 rounded border border-yellow-200 dark:border-yellow-800",children:[e.jsx("h4",{className:"font-semibold text-yellow-900 dark:text-yellow-200 mb-2",children:"⚠️ Performance Culprits"}),e.jsxs("div",{className:"text-xs space-y-2 text-yellow-800 dark:text-yellow-300",children:[j&&e.jsxs("div",{children:[e.jsx("span",{className:"font-semibold",children:"Slowest Request:"})," ",j.method," ",j.path,e.jsx("br",{}),e.jsxs("span",{className:"ml-4",children:["Time: ",j.elapsed_time_ms.toFixed(2)," ms"]})]}),y&&y.cpu.total_time_ms>100&&e.jsxs("div",{children:[e.jsx("span",{className:"font-semibold",children:"Highest CPU:"})," ",y.method," ",y.path,e.jsx("br",{}),e.jsxs("span",{className:"ml-4",children:["CPU: ",y.cpu.total_time_ms.toFixed(2)," ms (System: ",y.cpu.system_percent.toFixed(1),"%)"]})]}),w&&w.memory.delta_mb>1&&e.jsxs("div",{children:[e.jsx("span",{className:"font-semibold",children:"Highest Memory:"})," ",w.method," ",w.path,e.jsx("br",{}),e.jsxs("span",{className:"ml-4",children:["Memory: ",w.memory.delta_mb>0?"+":"",w.memory.delta_mb.toFixed(2)," MB"]})]})]})]}),n.length>0&&e.jsxs("div",{className:"bg-gray-50 dark:bg-gray-800 p-3 rounded border border-gray-200 dark:border-gray-700",children:[e.jsx("h4",{className:"font-semibold text-gray-900 dark:text-white mb-2",children:"Request Totals"}),e.jsxs("div",{className:"text-xs space-y-1 text-gray-700 dark:text-gray-300",children:[e.jsxs("div",{children:["Total Requests: ",n.length]}),e.jsxs("div",{children:["Total Time: ",N.elapsed_time_ms.toFixed(2)," ms"]}),e.jsxs("div",{children:["Total CPU Time: ",N.cpu_total_ms.toFixed(2)," ms"]}),e.jsxs("div",{children:["Total Memory Delta: ",N.memory_delta_mb>0?"+":"",N.memory_delta_mb.toFixed(2)," MB"]}),e.jsxs("div",{children:["Total I/O Read: ",N.io_read_mb.toFixed(2)," MB"]}),e.jsxs("div",{children:["Total I/O Write: ",N.io_write_mb.toFixed(2)," MB"]})]})]}),e.jsxs("div",{className:"space-y-2",children:[e.jsx("h4",{className:"font-semibold text-gray-900 dark:text-white",children:"All Requests (Detailed)"}),n.length===0?e.jsxs("div",{className:"text-sm text-gray-500 dark:text-gray-400",children:["No requests tracked yet. Navigate to trigger API calls.",e.jsx("br",{}),e.jsx("span",{className:"text-xs",children:"Make sure debug toggle is enabled in header."})]}):n.map((c,x)=>{const g=c.elapsed_time_ms>1e3,k=c.cpu.total_time_ms>100,h=c.memory.delta_mb>1;return e.jsxs("div",{className:`p-3 rounded border text-xs ${g||k||h?"bg-red-50 dark:bg-red-900/20 border-red-200 dark:border-red-800":"bg-gray-50 dark:bg-gray-800 border-gray-200 dark:border-gray-700"}`,children:[e.jsxs("div",{className:"font-semibold text-gray-900 dark:text-white mb-2 flex items-center gap-2",children:[e.jsx("span",{children:c.method}),e.jsx("span",{className:"text-gray-600 dark:text-gray-400 truncate",children:c.path}),(g||k||h)&&e.jsx("span",{className:"text-red-600 dark:text-red-400 text-xs",children:"⚠️"})]}),e.jsxs("div",{className:"space-y-1 text-gray-700 dark:text-gray-300",children:[e.jsxs("div",{className:g?"font-semibold text-red-700 dark:text-red-300":"",children:["⏱️ Time: ",c.elapsed_time_ms.toFixed(2)," ms"]}),e.jsxs("div",{className:k?"font-semibold text-red-700 dark:text-red-300":"",children:["🔥 CPU: ",c.cpu.total_time_ms.toFixed(2)," ms",e.jsxs("span",{className:"text-gray-500",children:[" (User: ",c.cpu.user_time_ms.toFixed(2),"ms, System: ",c.cpu.system_time_ms.toFixed(2),"ms)"]}),e.jsx("br",{}),e.jsxs("span",{className:"ml-4 text-gray-500",children:["System CPU: ",c.cpu.system_percent.toFixed(1),"%"]})]}),e.jsxs("div",{className:h?"font-semibold text-red-700 dark:text-red-300":"",children:["💾 Memory: ",c.memory.delta_mb>0?"+":"",c.memory.delta_mb.toFixed(2)," MB",e.jsxs("span",{className:"text-gray-500",children:[" (Final RSS: ",c.memory.final_rss_mb.toFixed(2)," MB)"]}),e.jsx("br",{}),e.jsxs("span",{className:"ml-4 text-gray-500",children:["System Memory: ",c.memory.system_used_percent.toFixed(1),"%"]})]}),c.io.read_mb>0&&e.jsxs("div",{children:["📖 I/O Read: ",c.io.read_mb.toFixed(2)," MB (",c.io.read_bytes.toLocaleString()," bytes)"]}),c.io.write_mb>0&&e.jsxs("div",{children:["📝 I/O Write: ",c.io.write_mb.toFixed(2)," MB (",c.io.write_bytes.toLocaleString()," bytes)"]})]})]},x)})]}),n.length>0&&e.jsx("button",{onClick:()=>{l([]),p.current=[],u(performance.now())},className:"w-full bg-gray-200 hover:bg-gray-300 dark:bg-gray-700 dark:hover:bg-gray-600 text-gray-900 dark:text-white px-3 py-2 rounded text-sm",children:"Clear Metrics"})]})]})]})}const Ze=()=>{const{isExpanded:s,isHovered:a,isMobileOpen:n}=F(),{loadActiveSite:l,activeSite:o}=J(),{loadSectorsForSite:d}=we(),{refreshUser:m,isAuthenticated:u}=I(),{addError:b}=B("AppLayout"),p=t.useRef(!1),v=t.useRef(null),_=t.useRef(!1),f=t.useRef(!1),[E,L]=t.useState(!1),N=t.useRef(0);return t.useEffect(()=>{if(!p.current&&!_.current){p.current=!0,_.current=!0,T("site-loading",!0);const j=setTimeout(()=>{_.current&&(console.error("AppLayout: Site loading timeout after 35 seconds"),T("site-loading",!1),_.current=!1,b(new Error("Site loading timeout - check network connection"),"AppLayout.loadActiveSite"))},35e3);l().catch(y=>{console.error("AppLayout: Error loading active site:",y),b(y,"AppLayout.loadActiveSite")}).finally(()=>{clearTimeout(j),T("site-loading",!1),_.current=!1})}},[]),t.useEffect(()=>{const j=(o==null?void 0:o.id)??null;if(j&&(o!=null&&o.is_active)&&j!==v.current&&!f.current){v.current=j,f.current=!0,T("sector-loading",!0);const y=setTimeout(()=>{f.current&&(console.error("AppLayout: Sector loading timeout after 35 seconds"),T("sector-loading",!1),f.current=!1,b(new Error("Sector loading timeout - check network connection"),"AppLayout.loadSectorsForSite"))},35e3);d(j).catch(w=>{w.status!==403&&w.status!==404&&(console.error("AppLayout: Error loading sectors:",w),b(w,"AppLayout.loadSectorsForSite"))}).finally(()=>{clearTimeout(y),T("sector-loading",!1),f.current=!1})}else if(j&&!(o!=null&&o.is_active)){v.current=null;const{useSectorStore:y}=require("../store/sectorStore");y.getState().clearActiveSector()}},[o==null?void 0:o.id,o==null?void 0:o.is_active]),t.useEffect(()=>{if(!u)return;const j="2.0.2",y="igny8-app-version",w=async(h=!1)=>{const C=Date.now();if(!(!h&&C-N.current<3e4))try{N.current=C,await m(),h&&localStorage.setItem(y,j)}catch(S){console.debug("User data refresh failed (non-critical):",S)}};localStorage.getItem(y)!==j?w(!0):w();const x=()=>{document.visibilityState==="visible"&&w()},g=()=>{w()},k=setInterval(()=>w(),12e4);return document.addEventListener("visibilitychange",x),window.addEventListener("focus",g),()=>{clearInterval(k),document.removeEventListener("visibilitychange",x),window.removeEventListener("focus",g)}},[u,m]),t.useEffect(()=>{const j=localStorage.getItem("debug_resource_tracking_enabled");L(j==="true");const y=w=>{L(w.detail)};return window.addEventListener("debug-resource-tracking-toggle",y),()=>{window.removeEventListener("debug-resource-tracking-toggle",y)}},[]),e.jsxs("div",{className:"min-h-screen xl:flex",children:[e.jsxs("div",{children:[e.jsx(He,{}),e.jsx(Ve,{})]}),e.jsxs("div",{className:`flex-1 transition-all duration-300 ease-in-out ${s||a?"lg:ml-[290px]":"lg:ml-[90px]"} ${n?"ml-0":""} w-full max-w-full min-[1440px]:max-w-[90%]`,children:[e.jsx(Me,{}),e.jsx("div",{className:"p-4 pb-20 md:p-6 md:pb-24",children:e.jsx(ae,{})}),e.jsx(Be,{enabled:E})]})]})},$e=()=>e.jsx(Se,{children:e.jsx(Ze,{})});function Ue(){const{pathname:s}=H();return t.useEffect(()=>{window.scrollTo({top:0,left:0,behavior:"smooth"})},[s]),null}function qe({children:s}){const{isAuthenticated:a,loading:n}=I(),l=H(),{addError:o}=B("ProtectedRoute"),[d,m]=t.useState(!1),[u,b]=t.useState("");return t.useEffect(()=>{T("auth-loading",n)},[n]),t.useEffect(()=>{n&&(console.warn("ProtectedRoute: Loading state is true on mount, resetting immediately"),I.setState({loading:!1}))},[]),t.useEffect(()=>{if(n){const p=setTimeout(()=>{b("Authentication check is taking longer than expected. This may indicate a network or server issue."),m(!0),o(new Error("Auth loading stuck for 3 seconds"),"ProtectedRoute")},3e3),v=setTimeout(()=>{console.error("ProtectedRoute: Loading state stuck for 5 seconds, forcing reset"),I.setState({loading:!1}),m(!1)},5e3);return()=>{clearTimeout(p),clearTimeout(v)}}else m(!1)},[n,o]),n?e.jsx("div",{className:"flex items-center justify-center min-h-screen bg-gray-50 dark:bg-gray-900",children:e.jsxs("div",{className:"text-center max-w-md px-4",children:[e.jsx("div",{className:"inline-block animate-spin rounded-full h-12 w-12 border-b-2 border-brand-500 mb-4"}),e.jsx("p",{className:"text-lg font-medium text-gray-800 dark:text-white mb-2",children:"Loading..."}),d&&e.jsxs("div",{className:"mt-4 p-4 bg-yellow-50 dark:bg-yellow-900/20 border border-yellow-200 dark:border-yellow-800 rounded-lg",children:[e.jsx("p",{className:"text-sm text-yellow-800 dark:text-yellow-200 mb-3",children:u}),e.jsx("button",{onClick:()=>{I.setState({loading:!1}),m(!1),window.location.reload()},className:"px-4 py-2 text-sm bg-yellow-600 text-white rounded hover:bg-yellow-700",children:"Retry or Reload Page"})]})]})}):a?e.jsx(e.Fragment,{children:s}):e.jsx(ne,{to:"/signin",state:{from:l},replace:!0})}function We(){const{errors:s,clearError:a,clearAllErrors:n}=B("GlobalErrorDisplay"),[l,o]=t.useState(!1);return t.useEffect(()=>{o(s.length>0)},[s.length]),!l||s.length===0?null:e.jsxs("div",{className:"fixed top-4 right-4 z-[9999] max-w-md space-y-2",children:[s.map((d,m)=>e.jsx("div",{className:"bg-red-50 dark:bg-red-900/20 border border-red-200 dark:border-red-800 rounded-lg shadow-lg p-4 animate-in slide-in-from-right",children:e.jsxs("div",{className:"flex items-start justify-between gap-2",children:[e.jsxs("div",{className:"flex-1",children:[e.jsxs("div",{className:"flex items-center gap-2 mb-1",children:[e.jsx("span",{className:"text-red-600 dark:text-red-400 text-lg",children:"⚠️"}),e.jsx("span",{className:"text-sm font-semibold text-red-800 dark:text-red-200",children:d.source})]}),e.jsx("p",{className:"text-sm text-red-700 dark:text-red-300 mb-2",children:d.message}),d.stack&&e.jsxs("details",{className:"mt-2",children:[e.jsx("summary",{className:"text-xs text-red-600 dark:text-red-400 cursor-pointer hover:underline",children:"Show stack trace"}),e.jsx("pre",{className:"mt-2 text-xs bg-red-100 dark:bg-red-900/40 p-2 rounded overflow-auto max-h-32",children:d.stack})]})]}),e.jsx("button",{onClick:()=>a(m),className:"text-red-600 dark:text-red-400 hover:text-red-800 dark:hover:text-red-200 text-xl leading-none","aria-label":"Dismiss error",children:"×"})]})},m)),s.length>1&&e.jsx("button",{onClick:n,className:"w-full px-3 py-2 text-xs bg-red-600 text-white rounded hover:bg-red-700",children:"Clear All Errors"})]})}const Ke=t.lazy(()=>i(()=>import("./page-dashboard-DxYTR5eF.js").then(s=>s.a8),__vite__mapDeps([0,1,2,3,4,5,6]))),Ge=t.lazy(()=>i(()=>import("./pages-planner-Biqt-k6C.js").then(s=>s.D),__vite__mapDeps([7,1,2,3,8,4,5,9,6,0,10,11,12,13,14,15,16,17]))),Je=t.lazy(()=>i(()=>import("./pages-planner-Biqt-k6C.js").then(s=>s.K),__vite__mapDeps([7,1,2,3,8,4,5,9,6,0,10,11,12,13,14,15,16,17]))),Xe=t.lazy(()=>i(()=>import("./pages-planner-Biqt-k6C.js").then(s=>s.C),__vite__mapDeps([7,1,2,3,8,4,5,9,6,0,10,11,12,13,14,15,16,17]))),Ye=t.lazy(()=>i(()=>import("./pages-planner-Biqt-k6C.js").then(s=>s.I),__vite__mapDeps([7,1,2,3,8,4,5,9,6,0,10,11,12,13,14,15,16,17]))),Qe=t.lazy(()=>i(()=>import("./pages-planner-Biqt-k6C.js").then(s=>s.f),__vite__mapDeps([7,1,2,3,8,4,5,9,6,0,10,11,12,13,14,15,16,17]))),et=t.lazy(()=>i(()=>import("./pages-writer-BNZLXTX1.js").then(s=>s.D),__vite__mapDeps([18,1,2,3,4,5,11,0,6,12,9,8,10,7,13,14,15,16,17,19,20]))),tt=t.lazy(()=>i(()=>import("./pages-writer-BNZLXTX1.js").then(s=>s.T),__vite__mapDeps([18,1,2,3,4,5,11,0,6,12,9,8,10,7,13,14,15,16,17,19,20]))),st=t.lazy(()=>i(()=>import("./pages-writer-BNZLXTX1.js").then(s=>s.C),__vite__mapDeps([18,1,2,3,4,5,11,0,6,12,9,8,10,7,13,14,15,16,17,19,20]))),rt=t.lazy(()=>i(()=>import("./pages-writer-BNZLXTX1.js").then(s=>s.a),__vite__mapDeps([18,1,2,3,4,5,11,0,6,12,9,8,10,7,13,14,15,16,17,19,20]))),at=t.lazy(()=>i(()=>import("./pages-writer-BNZLXTX1.js").then(s=>s.I),__vite__mapDeps([18,1,2,3,4,5,11,0,6,12,9,8,10,7,13,14,15,16,17,19,20]))),nt=t.lazy(()=>i(()=>import("./pages-writer-BNZLXTX1.js").then(s=>s.P),__vite__mapDeps([18,1,2,3,4,5,11,0,6,12,9,8,10,7,13,14,15,16,17,19,20]))),lt=t.lazy(()=>i(()=>import("./pages-thinker-CAze4ZPc.js").then(s=>s.D),__vite__mapDeps([21,1,2,3,4,5,9,8,6,11,0,12,10,7,13,14,15,16,17]))),ot=t.lazy(()=>i(()=>import("./pages-thinker-CAze4ZPc.js").then(s=>s.P),__vite__mapDeps([21,1,2,3,4,5,9,8,6,11,0,12,10,7,13,14,15,16,17]))),it=t.lazy(()=>i(()=>import("./pages-thinker-CAze4ZPc.js").then(s=>s.A),__vite__mapDeps([21,1,2,3,4,5,9,8,6,11,0,12,10,7,13,14,15,16,17]))),dt=t.lazy(()=>i(()=>import("./pages-thinker-CAze4ZPc.js").then(s=>s.a),__vite__mapDeps([21,1,2,3,4,5,9,8,6,11,0,12,10,7,13,14,15,16,17]))),ct=t.lazy(()=>i(()=>import("./pages-thinker-CAze4ZPc.js").then(s=>s.S),__vite__mapDeps([21,1,2,3,4,5,9,8,6,11,0,12,10,7,13,14,15,16,17]))),mt=t.lazy(()=>i(()=>import("./pages-thinker-CAze4ZPc.js").then(s=>s.I),__vite__mapDeps([21,1,2,3,4,5,9,8,6,11,0,12,10,7,13,14,15,16,17]))),ut=t.lazy(()=>i(()=>import("./pages-billing-CR09bFDK.js").then(s=>s.C),__vite__mapDeps([22,1,2,3,4,5,11,0,6,12,9,8,10]))),ht=t.lazy(()=>i(()=>import("./pages-billing-CR09bFDK.js").then(s=>s.T),__vite__mapDeps([22,1,2,3,4,5,11,0,6,12,9,8,10]))),xt=t.lazy(()=>i(()=>import("./pages-billing-CR09bFDK.js").then(s=>s.U),__vite__mapDeps([22,1,2,3,4,5,11,0,6,12,9,8,10]))),gt=t.lazy(()=>i(()=>import("./page-reference-aC0iABvU.js").then(s=>s.S),__vite__mapDeps([11,1,2,3,4,5,0,6,12,9,8,10]))),pt=t.lazy(()=>i(()=>import("./page-reference-aC0iABvU.js").then(s=>s.I),__vite__mapDeps([11,1,2,3,4,5,0,6,12,9,8,10]))),ft=t.lazy(()=>i(()=>import("./page-analytics.tsx-1KCk8AGD.js").then(s=>s.a),__vite__mapDeps([4,1,2,3,5]))),bt=t.lazy(()=>i(()=>import("./page-schedules.tsx-KBMo-Hzm.js"),__vite__mapDeps([23,1,2,3,4,5]))),jt=t.lazy(()=>i(()=>import("./pages-settings-GUQ4SeDJ.js").then(s=>s.G),__vite__mapDeps([24,1,2,3,4,5,6,0,11,12,9,8,10,7,13,14,15,16,17]))),yt=t.lazy(()=>i(()=>import("./pages-settings-GUQ4SeDJ.js").then(s=>s.U),__vite__mapDeps([24,1,2,3,4,5,6,0,11,12,9,8,10,7,13,14,15,16,17]))),wt=t.lazy(()=>i(()=>import("./pages-settings-GUQ4SeDJ.js").then(s=>s.S),__vite__mapDeps([24,1,2,3,4,5,6,0,11,12,9,8,10,7,13,14,15,16,17]))),_t=t.lazy(()=>i(()=>import("./pages-settings-GUQ4SeDJ.js").then(s=>s.a),__vite__mapDeps([24,1,2,3,4,5,6,0,11,12,9,8,10,7,13,14,15,16,17]))),kt=t.lazy(()=>i(()=>import("./pages-settings-GUQ4SeDJ.js").then(s=>s.A),__vite__mapDeps([24,1,2,3,4,5,6,0,11,12,9,8,10,7,13,14,15,16,17]))),vt=t.lazy(()=>i(()=>import("./pages-settings-GUQ4SeDJ.js").then(s=>s.M),__vite__mapDeps([24,1,2,3,4,5,6,0,11,12,9,8,10,7,13,14,15,16,17]))),Ct=t.lazy(()=>i(()=>import("./pages-settings-GUQ4SeDJ.js").then(s=>s.b),__vite__mapDeps([24,1,2,3,4,5,6,0,11,12,9,8,10,7,13,14,15,16,17]))),Nt=t.lazy(()=>i(()=>import("./pages-settings-GUQ4SeDJ.js").then(s=>s.P),__vite__mapDeps([24,1,2,3,4,5,6,0,11,12,9,8,10,7,13,14,15,16,17]))),St=t.lazy(()=>i(()=>import("./pages-settings-GUQ4SeDJ.js").then(s=>s.I),__vite__mapDeps([24,1,2,3,4,5,6,0,11,12,9,8,10,7,13,14,15,16,17]))),Et=t.lazy(()=>i(()=>import("./pages-settings-GUQ4SeDJ.js").then(s=>s.c),__vite__mapDeps([24,1,2,3,4,5,6,0,11,12,9,8,10,7,13,14,15,16,17]))),Lt=t.lazy(()=>i(()=>import("./pages-settings-GUQ4SeDJ.js").then(s=>s.d),__vite__mapDeps([24,1,2,3,4,5,6,0,11,12,9,8,10,7,13,14,15,16,17]))),It=t.lazy(()=>i(()=>import("./pages-settings-GUQ4SeDJ.js").then(s=>s.e),__vite__mapDeps([24,1,2,3,4,5,6,0,11,12,9,8,10,7,13,14,15,16,17]))),Rt=t.lazy(()=>i(()=>import("./pages-settings-GUQ4SeDJ.js").then(s=>s.f),__vite__mapDeps([24,1,2,3,4,5,6,0,11,12,9,8,10,7,13,14,15,16,17]))),At=t.lazy(()=>i(()=>import("./page-help-j71zd25J.js").then(s=>s.H),__vite__mapDeps([25,1,2,3,4,5]))),Tt=t.lazy(()=>i(()=>import("./page-help-j71zd25J.js").then(s=>s.D),__vite__mapDeps([25,1,2,3,4,5]))),Pt=t.lazy(()=>i(()=>import("./page-help-j71zd25J.js").then(s=>s.S),__vite__mapDeps([25,1,2,3,4,5]))),Dt=t.lazy(()=>i(()=>import("./page-help-j71zd25J.js").then(s=>s.F),__vite__mapDeps([25,1,2,3,4,5]))),Mt=t.lazy(()=>i(()=>import("./page-components.tsx-DYfg5dka.js").then(s=>s.f),__vite__mapDeps([12,1,2,3,9,4,5,8,6]))),Vt=t.lazy(()=>i(()=>import("./pages-settings-GUQ4SeDJ.js").then(s=>s.g),__vite__mapDeps([24,1,2,3,4,5,6,0,11,12,9,8,10,7,13,14,15,16,17]))),Ot=t.lazy(()=>i(()=>import("./pages-settings-GUQ4SeDJ.js").then(s=>s.h),__vite__mapDeps([24,1,2,3,4,5,6,0,11,12,9,8,10,7,13,14,15,16,17]))),zt=t.lazy(()=>i(()=>import("./pages-settings-GUQ4SeDJ.js").then(s=>s.B),__vite__mapDeps([24,1,2,3,4,5,6,0,11,12,9,8,10,7,13,14,15,16,17]))),Ht=t.lazy(()=>i(()=>import("./pages-settings-GUQ4SeDJ.js").then(s=>s.i),__vite__mapDeps([24,1,2,3,4,5,6,0,11,12,9,8,10,7,13,14,15,16,17]))),Ft=t.lazy(()=>i(()=>import("./pages-settings-GUQ4SeDJ.js").then(s=>s.j),__vite__mapDeps([24,1,2,3,4,5,6,0,11,12,9,8,10,7,13,14,15,16,17]))),Bt=t.lazy(()=>i(()=>import("./pages-settings-GUQ4SeDJ.js").then(s=>s.k),__vite__mapDeps([24,1,2,3,4,5,6,0,11,12,9,8,10,7,13,14,15,16,17]))),Zt=t.lazy(()=>i(()=>import("./pages-settings-GUQ4SeDJ.js").then(s=>s.C),__vite__mapDeps([24,1,2,3,4,5,6,0,11,12,9,8,10,7,13,14,15,16,17]))),$t=t.lazy(()=>i(()=>import("./pages-settings-GUQ4SeDJ.js").then(s=>s.l),__vite__mapDeps([24,1,2,3,4,5,6,0,11,12,9,8,10,7,13,14,15,16,17]))),Ut=t.lazy(()=>i(()=>import("./pages-settings-GUQ4SeDJ.js").then(s=>s.D),__vite__mapDeps([24,1,2,3,4,5,6,0,11,12,9,8,10,7,13,14,15,16,17]))),qt=t.lazy(()=>i(()=>import("./pages-settings-GUQ4SeDJ.js").then(s=>s.m),__vite__mapDeps([24,1,2,3,4,5,6,0,11,12,9,8,10,7,13,14,15,16,17]))),Wt=t.lazy(()=>i(()=>import("./pages-settings-GUQ4SeDJ.js").then(s=>s.L),__vite__mapDeps([24,1,2,3,4,5,6,0,11,12,9,8,10,7,13,14,15,16,17]))),Kt=t.lazy(()=>i(()=>import("./pages-settings-GUQ4SeDJ.js").then(s=>s.n),__vite__mapDeps([24,1,2,3,4,5,6,0,11,12,9,8,10,7,13,14,15,16,17]))),Gt=t.lazy(()=>i(()=>import("./pages-settings-GUQ4SeDJ.js").then(s=>s.o),__vite__mapDeps([24,1,2,3,4,5,6,0,11,12,9,8,10,7,13,14,15,16,17]))),G=t.lazy(()=>i(()=>import("./pages-settings-GUQ4SeDJ.js").then(s=>s.N),__vite__mapDeps([24,1,2,3,4,5,6,0,11,12,9,8,10,7,13,14,15,16,17]))),Jt=t.lazy(()=>i(()=>import("./pages-settings-GUQ4SeDJ.js").then(s=>s.p),__vite__mapDeps([24,1,2,3,4,5,6,0,11,12,9,8,10,7,13,14,15,16,17]))),Xt=t.lazy(()=>i(()=>import("./pages-settings-GUQ4SeDJ.js").then(s=>s.q),__vite__mapDeps([24,1,2,3,4,5,6,0,11,12,9,8,10,7,13,14,15,16,17]))),Yt=t.lazy(()=>i(()=>import("./pages-settings-GUQ4SeDJ.js").then(s=>s.r),__vite__mapDeps([24,1,2,3,4,5,6,0,11,12,9,8,10,7,13,14,15,16,17]))),Qt=t.lazy(()=>i(()=>import("./pages-settings-GUQ4SeDJ.js").then(s=>s.s),__vite__mapDeps([24,1,2,3,4,5,6,0,11,12,9,8,10,7,13,14,15,16,17]))),es=t.lazy(()=>i(()=>import("./pages-settings-GUQ4SeDJ.js").then(s=>s.R),__vite__mapDeps([24,1,2,3,4,5,6,0,11,12,9,8,10,7,13,14,15,16,17]))),ts=t.lazy(()=>i(()=>import("./pages-settings-GUQ4SeDJ.js").then(s=>s.t),__vite__mapDeps([24,1,2,3,4,5,6,0,11,12,9,8,10,7,13,14,15,16,17]))),ss=t.lazy(()=>i(()=>import("./pages-settings-GUQ4SeDJ.js").then(s=>s.T),__vite__mapDeps([24,1,2,3,4,5,6,0,11,12,9,8,10,7,13,14,15,16,17]))),rs=t.lazy(()=>i(()=>import("./pages-settings-GUQ4SeDJ.js").then(s=>s.u),__vite__mapDeps([24,1,2,3,4,5,6,0,11,12,9,8,10,7,13,14,15,16,17]))),as=t.lazy(()=>i(()=>import("./pages-settings-GUQ4SeDJ.js").then(s=>s.V),__vite__mapDeps([24,1,2,3,4,5,6,0,11,12,9,8,10,7,13,14,15,16,17])));function ns(){return e.jsxs(e.Fragment,{children:[e.jsx(We,{}),e.jsx(Fe,{}),e.jsxs(le,{children:[e.jsx(Ue,{}),e.jsxs(oe,{children:[e.jsx(r,{path:"/signin",element:e.jsx(fe,{})}),e.jsx(r,{path:"/signup",element:e.jsx(be,{})}),e.jsxs(r,{element:e.jsx(qe,{children:e.jsx($e,{})}),children:[e.jsx(r,{index:!0,path:"/",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(Ke,{})})}),e.jsx(r,{path:"/planner",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(Ge,{})})}),e.jsx(r,{path:"/planner/keywords",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(Je,{})})}),e.jsx(r,{path:"/planner/clusters",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(Xe,{})})}),e.jsx(r,{path:"/planner/ideas",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(Ye,{})})}),e.jsx(r,{path:"/writer",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(et,{})})}),e.jsx(r,{path:"/writer/tasks",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(tt,{})})}),e.jsx(r,{path:"/writer/content",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(st,{})})}),e.jsx(r,{path:"/writer/drafts",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(rt,{})})}),e.jsx(r,{path:"/writer/images",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(at,{})})}),e.jsx(r,{path:"/writer/published",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(nt,{})})}),e.jsx(r,{path:"/thinker",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(lt,{})})}),e.jsx(r,{path:"/thinker/prompts",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(ot,{})})}),e.jsx(r,{path:"/thinker/author-profiles",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(it,{})})}),e.jsx(r,{path:"/thinker/profile",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(dt,{})})}),e.jsx(r,{path:"/thinker/strategies",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(ct,{})})}),e.jsx(r,{path:"/thinker/image-testing",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(mt,{})})}),e.jsx(r,{path:"/billing/credits",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(ut,{})})}),e.jsx(r,{path:"/billing/transactions",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(ht,{})})}),e.jsx(r,{path:"/billing/usage",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(xt,{})})}),e.jsx(r,{path:"/reference/seed-keywords",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(gt,{})})}),e.jsx(r,{path:"/planner/keyword-opportunities",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(Qe,{})})}),e.jsx(r,{path:"/reference/industries",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(pt,{})})}),e.jsx(r,{path:"/analytics",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(ft,{})})}),e.jsx(r,{path:"/schedules",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(bt,{})})}),e.jsx(r,{path:"/settings",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(jt,{})})}),e.jsx(r,{path:"/settings/users",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(yt,{})})}),e.jsx(r,{path:"/settings/subscriptions",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(wt,{})})}),e.jsx(r,{path:"/settings/system",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(_t,{})})}),e.jsx(r,{path:"/settings/account",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(kt,{})})}),e.jsx(r,{path:"/settings/modules",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(vt,{})})}),e.jsx(r,{path:"/settings/ai",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(Ct,{})})}),e.jsx(r,{path:"/settings/plans",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(Nt,{})})}),e.jsx(r,{path:"/settings/industries",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(St,{})})}),e.jsx(r,{path:"/settings/status",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(Et,{})})}),e.jsx(r,{path:"/settings/integration",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(Lt,{})})}),e.jsx(r,{path:"/settings/sites",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(It,{})})}),e.jsx(r,{path:"/settings/import-export",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(Rt,{})})}),e.jsx(r,{path:"/help",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(At,{})})}),e.jsx(r,{path:"/help/docs",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(Tt,{})})}),e.jsx(r,{path:"/help/system-testing",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(Pt,{})})}),e.jsx(r,{path:"/help/function-testing",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(Dt,{})})}),e.jsx(r,{path:"/ui-elements/alerts",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(Vt,{})})}),e.jsx(r,{path:"/ui-elements/avatars",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(Ot,{})})}),e.jsx(r,{path:"/ui-elements/badges",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(zt,{})})}),e.jsx(r,{path:"/ui-elements/breadcrumb",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(Ht,{})})}),e.jsx(r,{path:"/ui-elements/buttons",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(Ft,{})})}),e.jsx(r,{path:"/ui-elements/buttons-group",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(Bt,{})})}),e.jsx(r,{path:"/ui-elements/cards",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(Zt,{})})}),e.jsx(r,{path:"/ui-elements/carousel",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx($t,{})})}),e.jsx(r,{path:"/ui-elements/dropdowns",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(Ut,{})})}),e.jsx(r,{path:"/ui-elements/images",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(qt,{})})}),e.jsx(r,{path:"/ui-elements/links",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(Wt,{})})}),e.jsx(r,{path:"/ui-elements/list",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(Kt,{})})}),e.jsx(r,{path:"/ui-elements/modals",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(Gt,{})})}),e.jsx(r,{path:"/ui-elements/notifications",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(G,{})})}),e.jsx(r,{path:"/ui-elements/pagination",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(Jt,{})})}),e.jsx(r,{path:"/ui-elements/popovers",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(Xt,{})})}),e.jsx(r,{path:"/ui-elements/pricing-table",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(Yt,{})})}),e.jsx(r,{path:"/ui-elements/progressbar",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(Qt,{})})}),e.jsx(r,{path:"/ui-elements/ribbons",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(es,{})})}),e.jsx(r,{path:"/ui-elements/spinners",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(ts,{})})}),e.jsx(r,{path:"/ui-elements/tabs",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(ss,{})})}),e.jsx(r,{path:"/ui-elements/tooltips",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(rs,{})})}),e.jsx(r,{path:"/ui-elements/videos",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(as,{})})}),e.jsx(r,{path:"/components",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(Mt,{})})}),e.jsx(r,{path:"/notifications",element:e.jsx(t.Suspense,{fallback:null,children:e.jsx(G,{})})})]}),e.jsx(r,{path:"*",element:e.jsx(Ce,{})})]})]})]})}class ls extends t.Component{constructor(a){super(a),this.state={hasError:!1,error:null,errorInfo:null}}static getDerivedStateFromError(a){return{hasError:!0,error:a,errorInfo:null}}componentDidCatch(a,n){console.error("ErrorBoundary caught an error:",a,n),this.setState({error:a,errorInfo:n})}render(){var a;return this.state.hasError?this.props.fallback?this.props.fallback:e.jsx("div",{className:"flex items-center justify-center min-h-screen p-6",children:e.jsxs("div",{className:"text-center max-w-md",children:[e.jsx("h2",{className:"text-2xl font-semibold text-gray-800 dark:text-white mb-4",children:"Something went wrong"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mb-4",children:((a=this.state.error)==null?void 0:a.message)||"An unexpected error occurred"}),e.jsx("button",{onClick:()=>{this.setState({hasError:!1,error:null,errorInfo:null}),window.location.reload()},className:"px-4 py-2 bg-primary-500 text-white rounded-lg hover:bg-primary-600",children:"Reload Page"}),!1]})}):this.props.children}}ee.createRoot(document.getElementById("root")).render(e.jsx(t.StrictMode,{children:e.jsx(ls,{children:e.jsx(je,{children:e.jsx(_e,{children:e.jsx(ve,{children:e.jsx(Ne,{children:e.jsx(ns,{})})})})})})})); diff --git a/frontend/dist/assets/js/main-Dm0GojqK.js b/frontend/dist/assets/js/main-Dm0GojqK.js new file mode 100644 index 00000000..ff335698 --- /dev/null +++ b/frontend/dist/assets/js/main-Dm0GojqK.js @@ -0,0 +1,6 @@ +const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/js/page-dashboard-CuOyqq-s.js","assets/js/vendor-react-core-DRQGgXXF.js","assets/js/vendor-charts-BCGhWx_0.js","assets/js/vendor-other-DTCyBslD.js","assets/css/vendor-other-BsM4JrO0.css","assets/js/vendor-react-router-P1WQ4rUN.js","assets/js/page-authpages-BaiNliVr.js","assets/js/vendor-helmet-Cxll262M.js","assets/js/vendor-state-C9hO8g1p.js","assets/js/page-components.tsx-4vErPdxY.js","assets/js/marketing-marketingapp.tsx-D0Y0OkFz.js","assets/js/marketing-layout-DVDsYZpl.js","assets/js/marketing-data-DtLIUpMC.js","assets/js/marketing-components-CJXw20ab.js","assets/js/pages-planner-dv4ygB5K.js","assets/js/page-reference-wEKoPZ-s.js","assets/js/page-clusters.config.tsx-FJ8SgY77.js","assets/js/page-keywords.config.tsx-DZ6n4Vdz.js","assets/js/page-ideas.config.tsx-BDMNIgpF.js","assets/js/page-delete-modal.config.ts-BIbgpgnr.js","assets/js/page-bulk-action-modal.config.ts-DEzkmedw.js","assets/js/page-table-actions.config.tsx-CnI7P__0.js","assets/js/pages-writer-BGmP8pSS.js","assets/js/page-content.config.tsx-Bu5_tL3S.js","assets/js/page-images.config.tsx-D2qUfhK2.js","assets/js/page-tasks.config.tsx-DbwIlrdw.js","assets/js/pages-thinker-C5P9qYJa.js","assets/js/pages-billing-DLN8PjHX.js","assets/js/page-schedules.tsx-BxdZCyA5.js","assets/js/pages-settings-thllZ7gb.js","assets/js/page-help-COTCneXr.js"])))=>i.map(i=>d[i]); +import"./modulepreload-polyfill-B5Qt9EMX.js";import{r as s,j as e,a as Y,k as Q}from"./vendor-react-core-DRQGgXXF.js";/* empty css */import"./vendor-other-DTCyBslD.js";import{_ as a}from"./marketing-marketingapp.tsx-D0Y0OkFz.js";import{L as V,b as ee,u as B,O as te,N as W,B as se,R as re,a as r}from"./vendor-react-router-P1WQ4rUN.js";import{a as ae}from"./vendor-helmet-Cxll262M.js";import{z as ne,u as L,A as le,D as F,c as z,d as oe,w as ie,g as U,n as de,E as ce,j as me,F as ue,r as he,i as xe,H as ge,J as pe,T as be}from"./page-authpages-BaiNliVr.js";import{D as G,a as I}from"./page-components.tsx-4vErPdxY.js";import{d as fe,H as je}from"./pages-planner-dv4ygB5K.js";import{A as q,a as ye,b as _e,af as we}from"./page-dashboard-CuOyqq-s.js";import{N as ke}from"./page-otherpage-my21hYIE.js";import"./vendor-charts-BCGhWx_0.js";import"./marketing-layout-DVDsYZpl.js";import"./marketing-data-DtLIUpMC.js";import"./marketing-components-CJXw20ab.js";import"./vendor-state-C9hO8g1p.js";import"./page-reference-wEKoPZ-s.js";import"./page-clusters.config.tsx-FJ8SgY77.js";import"./page-keywords.config.tsx-DZ6n4Vdz.js";import"./page-ideas.config.tsx-BDMNIgpF.js";import"./page-delete-modal.config.ts-BIbgpgnr.js";import"./page-bulk-action-modal.config.ts-DEzkmedw.js";import"./page-table-actions.config.tsx-CnI7P__0.js";const J=s.createContext(void 0),O=()=>{const t=s.useContext(J);if(!t)throw new Error("useSidebar must be used within a SidebarProvider");return t},ve=({children:t})=>{const[l,n]=s.useState(!0),[i,u]=s.useState(!1),[d,c]=s.useState(!1),[m,b]=s.useState(!1),[f,v]=s.useState(null),[_,g]=s.useState(null);s.useEffect(()=>{const j=()=>{const y=window.innerWidth<768;c(y),y||u(!1)};return j(),window.addEventListener("resize",j),()=>{window.removeEventListener("resize",j)}},[]);const E=()=>{n(j=>!j)},R=()=>{u(j=>!j)},C=j=>{g(y=>y===j?null:j)};return e.jsx(J.Provider,{value:{isExpanded:d?!1:l,isMobileOpen:i,isHovered:m,activeItem:f,openSubmenu:_,toggleSidebar:E,toggleMobileSidebar:R,setIsHovered:b,setActiveItem:v,toggleSubmenu:C},children:t})},Ce=()=>{const{toggleTheme:t}=ne();return e.jsxs("button",{onClick:t,className:"relative flex items-center justify-center text-gray-500 transition-colors bg-white border border-gray-200 rounded-full hover:text-dark-900 h-11 w-11 hover:bg-gray-100 hover:text-gray-700 dark:border-gray-800 dark:bg-gray-900 dark:text-gray-400 dark:hover:bg-gray-800 dark:hover:text-white",children:[e.jsx("svg",{className:"hidden dark:block",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.99998 1.5415C10.4142 1.5415 10.75 1.87729 10.75 2.2915V3.5415C10.75 3.95572 10.4142 4.2915 9.99998 4.2915C9.58577 4.2915 9.24998 3.95572 9.24998 3.5415V2.2915C9.24998 1.87729 9.58577 1.5415 9.99998 1.5415ZM10.0009 6.79327C8.22978 6.79327 6.79402 8.22904 6.79402 10.0001C6.79402 11.7712 8.22978 13.207 10.0009 13.207C11.772 13.207 13.2078 11.7712 13.2078 10.0001C13.2078 8.22904 11.772 6.79327 10.0009 6.79327ZM5.29402 10.0001C5.29402 7.40061 7.40135 5.29327 10.0009 5.29327C12.6004 5.29327 14.7078 7.40061 14.7078 10.0001C14.7078 12.5997 12.6004 14.707 10.0009 14.707C7.40135 14.707 5.29402 12.5997 5.29402 10.0001ZM15.9813 5.08035C16.2742 4.78746 16.2742 4.31258 15.9813 4.01969C15.6884 3.7268 15.2135 3.7268 14.9207 4.01969L14.0368 4.90357C13.7439 5.19647 13.7439 5.67134 14.0368 5.96423C14.3297 6.25713 14.8045 6.25713 15.0974 5.96423L15.9813 5.08035ZM18.4577 10.0001C18.4577 10.4143 18.1219 10.7501 17.7077 10.7501H16.4577C16.0435 10.7501 15.7077 10.4143 15.7077 10.0001C15.7077 9.58592 16.0435 9.25013 16.4577 9.25013H17.7077C18.1219 9.25013 18.4577 9.58592 18.4577 10.0001ZM14.9207 15.9806C15.2135 16.2735 15.6884 16.2735 15.9813 15.9806C16.2742 15.6877 16.2742 15.2128 15.9813 14.9199L15.0974 14.036C14.8045 13.7431 14.3297 13.7431 14.0368 14.036C13.7439 14.3289 13.7439 14.8038 14.0368 15.0967L14.9207 15.9806ZM9.99998 15.7088C10.4142 15.7088 10.75 16.0445 10.75 16.4588V17.7088C10.75 18.123 10.4142 18.4588 9.99998 18.4588C9.58577 18.4588 9.24998 18.123 9.24998 17.7088V16.4588C9.24998 16.0445 9.58577 15.7088 9.99998 15.7088ZM5.96356 15.0972C6.25646 14.8043 6.25646 14.3295 5.96356 14.0366C5.67067 13.7437 5.1958 13.7437 4.9029 14.0366L4.01902 14.9204C3.72613 15.2133 3.72613 15.6882 4.01902 15.9811C4.31191 16.274 4.78679 16.274 5.07968 15.9811L5.96356 15.0972ZM4.29224 10.0001C4.29224 10.4143 3.95645 10.7501 3.54224 10.7501H2.29224C1.87802 10.7501 1.54224 10.4143 1.54224 10.0001C1.54224 9.58592 1.87802 9.25013 2.29224 9.25013H3.54224C3.95645 9.25013 4.29224 9.58592 4.29224 10.0001ZM4.9029 5.9637C5.1958 6.25659 5.67067 6.25659 5.96356 5.9637C6.25646 5.6708 6.25646 5.19593 5.96356 4.90303L5.07968 4.01915C4.78679 3.72626 4.31191 3.72626 4.01902 4.01915C3.72613 4.31204 3.72613 4.78692 4.01902 5.07981L4.9029 5.9637Z",fill:"currentColor"})}),e.jsx("svg",{className:"dark:hidden",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M17.4547 11.97L18.1799 12.1611C18.265 11.8383 18.1265 11.4982 17.8401 11.3266C17.5538 11.1551 17.1885 11.1934 16.944 11.4207L17.4547 11.97ZM8.0306 2.5459L8.57989 3.05657C8.80718 2.81209 8.84554 2.44682 8.67398 2.16046C8.50243 1.8741 8.16227 1.73559 7.83948 1.82066L8.0306 2.5459ZM12.9154 13.0035C9.64678 13.0035 6.99707 10.3538 6.99707 7.08524H5.49707C5.49707 11.1823 8.81835 14.5035 12.9154 14.5035V13.0035ZM16.944 11.4207C15.8869 12.4035 14.4721 13.0035 12.9154 13.0035V14.5035C14.8657 14.5035 16.6418 13.7499 17.9654 12.5193L16.944 11.4207ZM16.7295 11.7789C15.9437 14.7607 13.2277 16.9586 10.0003 16.9586V18.4586C13.9257 18.4586 17.2249 15.7853 18.1799 12.1611L16.7295 11.7789ZM10.0003 16.9586C6.15734 16.9586 3.04199 13.8433 3.04199 10.0003H1.54199C1.54199 14.6717 5.32892 18.4586 10.0003 18.4586V16.9586ZM3.04199 10.0003C3.04199 6.77289 5.23988 4.05695 8.22173 3.27114L7.83948 1.82066C4.21532 2.77574 1.54199 6.07486 1.54199 10.0003H3.04199ZM6.99707 7.08524C6.99707 5.52854 7.5971 4.11366 8.57989 3.05657L7.48132 2.03522C6.25073 3.35885 5.49707 5.13487 5.49707 7.08524H6.99707Z",fill:"currentColor"})})]})};function Ne(){const[t,l]=s.useState(!1),[n,i]=s.useState(!0);function u(){l(!t)}function d(){l(!1)}const c=()=>{u(),i(!1)};return e.jsxs("div",{className:"relative",children:[e.jsxs("button",{className:"relative flex items-center justify-center text-gray-500 transition-colors bg-white border border-gray-200 rounded-full dropdown-toggle hover:text-gray-700 h-11 w-11 hover:bg-gray-100 dark:border-gray-800 dark:bg-gray-900 dark:text-gray-400 dark:hover:bg-gray-800 dark:hover:text-white",onClick:c,children:[e.jsx("span",{className:`absolute right-0 top-0.5 z-10 h-2 w-2 rounded-full bg-orange-400 ${n?"flex":"hidden"}`,children:e.jsx("span",{className:"absolute inline-flex w-full h-full bg-orange-400 rounded-full opacity-75 animate-ping"})}),e.jsx("svg",{className:"fill-current",width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.75 2.29248C10.75 1.87827 10.4143 1.54248 10 1.54248C9.58583 1.54248 9.25004 1.87827 9.25004 2.29248V2.83613C6.08266 3.20733 3.62504 5.9004 3.62504 9.16748V14.4591H3.33337C2.91916 14.4591 2.58337 14.7949 2.58337 15.2091C2.58337 15.6234 2.91916 15.9591 3.33337 15.9591H4.37504H15.625H16.6667C17.0809 15.9591 17.4167 15.6234 17.4167 15.2091C17.4167 14.7949 17.0809 14.4591 16.6667 14.4591H16.375V9.16748C16.375 5.9004 13.9174 3.20733 10.75 2.83613V2.29248ZM14.875 14.4591V9.16748C14.875 6.47509 12.6924 4.29248 10 4.29248C7.30765 4.29248 5.12504 6.47509 5.12504 9.16748V14.4591H14.875ZM8.00004 17.7085C8.00004 18.1228 8.33583 18.4585 8.75004 18.4585H11.25C11.6643 18.4585 12 18.1228 12 17.7085C12 17.2943 11.6643 16.9585 11.25 16.9585H8.75004C8.33583 16.9585 8.00004 17.2943 8.00004 17.7085Z",fill:"currentColor"})})]}),e.jsxs(G,{isOpen:t,onClose:d,className:"absolute -right-[240px] mt-[17px] flex h-[480px] w-[350px] flex-col rounded-2xl border border-gray-200 bg-white p-3 shadow-theme-lg dark:border-gray-800 dark:bg-gray-dark sm:w-[361px] lg:right-0",children:[e.jsxs("div",{className:"flex items-center justify-between pb-3 mb-3 border-b border-gray-100 dark:border-gray-700",children:[e.jsx("h5",{className:"text-lg font-semibold text-gray-800 dark:text-gray-200",children:"Notification"}),e.jsx("button",{onClick:u,className:"text-gray-500 transition dark:text-gray-400 hover:text-gray-700 dark:hover:text-gray-200",children:e.jsx("svg",{className:"fill-current",width:"24",height:"24",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.21967 7.28131C5.92678 6.98841 5.92678 6.51354 6.21967 6.22065C6.51256 5.92775 6.98744 5.92775 7.28033 6.22065L11.999 10.9393L16.7176 6.22078C17.0105 5.92789 17.4854 5.92788 17.7782 6.22078C18.0711 6.51367 18.0711 6.98855 17.7782 7.28144L13.0597 12L17.7782 16.7186C18.0711 17.0115 18.0711 17.4863 17.7782 17.7792C17.4854 18.0721 17.0105 18.0721 16.7176 17.7792L11.999 13.0607L7.28033 17.7794C6.98744 18.0722 6.51256 18.0722 6.21967 17.7794C5.92678 17.4865 5.92678 17.0116 6.21967 16.7187L10.9384 12L6.21967 7.28131Z",fill:"currentColor"})})})]}),e.jsxs("ul",{className:"flex flex-col h-auto overflow-y-auto custom-scrollbar",children:[e.jsx("li",{children:e.jsxs(I,{onItemClick:d,className:"flex gap-3 rounded-lg border-b border-gray-100 p-3 px-4.5 py-3 hover:bg-gray-100 dark:border-gray-800 dark:hover:bg-white/5",children:[e.jsxs("span",{className:"relative block w-full h-10 rounded-full z-1 max-w-10",children:[e.jsx("img",{width:40,height:40,src:"/images/user/user-02.jpg",alt:"User",className:"w-full overflow-hidden rounded-full"}),e.jsx("span",{className:"absolute bottom-0 right-0 z-10 h-2.5 w-full max-w-2.5 rounded-full border-[1.5px] border-white bg-success-500 dark:border-gray-900"})]}),e.jsxs("span",{className:"block",children:[e.jsxs("span",{className:"mb-1.5 block text-theme-sm text-gray-500 dark:text-gray-400 space-x-1",children:[e.jsx("span",{className:"font-medium text-gray-800 dark:text-white/90",children:"Terry Franci"}),e.jsx("span",{children:" requests permission to change"}),e.jsx("span",{className:"font-medium text-gray-800 dark:text-white/90",children:"Project - Nganter App"})]}),e.jsxs("span",{className:"flex items-center gap-2 text-gray-500 text-theme-xs dark:text-gray-400",children:[e.jsx("span",{children:"Project"}),e.jsx("span",{className:"w-1 h-1 bg-gray-400 rounded-full"}),e.jsx("span",{children:"5 min ago"})]})]})]})}),e.jsx("li",{children:e.jsxs(I,{onItemClick:d,className:"flex gap-3 rounded-lg border-b border-gray-100 p-3 px-4.5 py-3 hover:bg-gray-100 dark:border-gray-800 dark:hover:bg-white/5",children:[e.jsxs("span",{className:"relative block w-full h-10 rounded-full z-1 max-w-10",children:[e.jsx("img",{width:40,height:40,src:"/images/user/user-03.jpg",alt:"User",className:"w-full overflow-hidden rounded-full"}),e.jsx("span",{className:"absolute bottom-0 right-0 z-10 h-2.5 w-full max-w-2.5 rounded-full border-[1.5px] border-white bg-success-500 dark:border-gray-900"})]}),e.jsxs("span",{className:"block",children:[e.jsxs("span",{className:"mb-1.5 block space-x-1 text-theme-sm text-gray-500 dark:text-gray-400",children:[e.jsx("span",{className:"font-medium text-gray-800 dark:text-white/90",children:"Alena Franci"}),e.jsx("span",{children:"requests permission to change"}),e.jsx("span",{className:"font-medium text-gray-800 dark:text-white/90",children:"Project - Nganter App"})]}),e.jsxs("span",{className:"flex items-center gap-2 text-gray-500 text-theme-xs dark:text-gray-400",children:[e.jsx("span",{children:"Project"}),e.jsx("span",{className:"w-1 h-1 bg-gray-400 rounded-full"}),e.jsx("span",{children:"8 min ago"})]})]})]})}),e.jsx("li",{children:e.jsxs(I,{onItemClick:d,className:"flex gap-3 rounded-lg border-b border-gray-100 p-3 px-4.5 py-3 hover:bg-gray-100 dark:border-gray-800 dark:hover:bg-white/5",children:[e.jsxs("span",{className:"relative block w-full h-10 rounded-full z-1 max-w-10",children:[e.jsx("img",{width:40,height:40,src:"/images/user/user-04.jpg",alt:"User",className:"w-full overflow-hidden rounded-full"}),e.jsx("span",{className:"absolute bottom-0 right-0 z-10 h-2.5 w-full max-w-2.5 rounded-full border-[1.5px] border-white bg-success-500 dark:border-gray-900"})]}),e.jsxs("span",{className:"block",children:[e.jsxs("span",{className:"mb-1.5 block space-x-1 text-theme-sm text-gray-500 dark:text-gray-400",children:[e.jsx("span",{className:"font-medium text-gray-800 dark:text-white/90",children:"Jocelyn Kenter"}),e.jsx("span",{children:" requests permission to change"}),e.jsx("span",{className:"font-medium text-gray-800 dark:text-white/90",children:"Project - Nganter App"})]}),e.jsxs("span",{className:"flex items-center gap-2 text-gray-500 text-theme-xs dark:text-gray-400",children:[e.jsx("span",{children:"Project"}),e.jsx("span",{className:"w-1 h-1 bg-gray-400 rounded-full"}),e.jsx("span",{children:"15 min ago"})]})]})]})}),e.jsx("li",{children:e.jsxs(I,{onItemClick:d,className:"flex gap-3 rounded-lg border-b border-gray-100 p-3 px-4.5 py-3 hover:bg-gray-100 dark:border-gray-800 dark:hover:bg-white/5",to:"/",children:[e.jsxs("span",{className:"relative block w-full h-10 rounded-full z-1 max-w-10",children:[e.jsx("img",{width:40,height:40,src:"/images/user/user-05.jpg",alt:"User",className:"w-full overflow-hidden rounded-full"}),e.jsx("span",{className:"absolute bottom-0 right-0 z-10 h-2.5 w-full max-w-2.5 rounded-full border-[1.5px] border-white bg-error-500 dark:border-gray-900"})]}),e.jsxs("span",{className:"block",children:[e.jsxs("span",{className:"mb-1.5 space-x-1 block text-theme-sm text-gray-500 dark:text-gray-400",children:[e.jsx("span",{className:"font-medium text-gray-800 dark:text-white/90",children:"Brandon Philips"}),e.jsx("span",{children:"requests permission to change"}),e.jsx("span",{className:"font-medium text-gray-800 dark:text-white/90",children:"Project - Nganter App"})]}),e.jsxs("span",{className:"flex items-center gap-2 text-gray-500 text-theme-xs dark:text-gray-400",children:[e.jsx("span",{children:"Project"}),e.jsx("span",{className:"w-1 h-1 bg-gray-400 rounded-full"}),e.jsx("span",{children:"1 hr ago"})]})]})]})}),e.jsx("li",{children:e.jsxs(I,{className:"flex gap-3 rounded-lg border-b border-gray-100 p-3 px-4.5 py-3 hover:bg-gray-100 dark:border-gray-800 dark:hover:bg-white/5",onItemClick:d,children:[e.jsxs("span",{className:"relative block w-full h-10 rounded-full z-1 max-w-10",children:[e.jsx("img",{width:40,height:40,src:"/images/user/user-02.jpg",alt:"User",className:"w-full overflow-hidden rounded-full"}),e.jsx("span",{className:"absolute bottom-0 right-0 z-10 h-2.5 w-full max-w-2.5 rounded-full border-[1.5px] border-white bg-success-500 dark:border-gray-900"})]}),e.jsxs("span",{className:"block",children:[e.jsxs("span",{className:"mb-1.5 block space-x-1 text-theme-sm text-gray-500 dark:text-gray-400",children:[e.jsx("span",{className:"font-medium text-gray-800 dark:text-white/90",children:"Terry Franci"}),e.jsx("span",{children:" requests permission to change"}),e.jsx("span",{className:"font-medium text-gray-800 dark:text-white/90",children:"Project - Nganter App"})]}),e.jsxs("span",{className:"flex items-center gap-2 text-gray-500 text-theme-xs dark:text-gray-400",children:[e.jsx("span",{children:"Project"}),e.jsx("span",{className:"w-1 h-1 bg-gray-400 rounded-full"}),e.jsx("span",{children:"5 min ago"})]})]})]})}),e.jsx("li",{children:e.jsxs(I,{onItemClick:d,className:"flex gap-3 rounded-lg border-b border-gray-100 p-3 px-4.5 py-3 hover:bg-gray-100 dark:border-gray-800 dark:hover:bg-white/5",children:[e.jsxs("span",{className:"relative block w-full h-10 rounded-full z-1 max-w-10",children:[e.jsx("img",{width:40,height:40,src:"/images/user/user-03.jpg",alt:"User",className:"w-full overflow-hidden rounded-full"}),e.jsx("span",{className:"absolute bottom-0 right-0 z-10 h-2.5 w-full max-w-2.5 rounded-full border-[1.5px] border-white bg-success-500 dark:border-gray-900"})]}),e.jsxs("span",{className:"block",children:[e.jsxs("span",{className:"mb-1.5 block space-x-1 text-theme-sm text-gray-500 dark:text-gray-400",children:[e.jsx("span",{className:"font-medium text-gray-800 dark:text-white/90",children:"Alena Franci"}),e.jsx("span",{children:" requests permission to change"}),e.jsx("span",{className:"font-medium text-gray-800 dark:text-white/90",children:"Project - Nganter App"})]}),e.jsxs("span",{className:"flex items-center gap-2 text-gray-500 text-theme-xs dark:text-gray-400",children:[e.jsx("span",{children:"Project"}),e.jsx("span",{className:"w-1 h-1 bg-gray-400 rounded-full"}),e.jsx("span",{children:"8 min ago"})]})]})]})}),e.jsx("li",{children:e.jsxs(I,{onItemClick:d,className:"flex gap-3 rounded-lg border-b border-gray-100 p-3 px-4.5 py-3 hover:bg-gray-100 dark:border-gray-800 dark:hover:bg-white/5",children:[e.jsxs("span",{className:"relative block w-full h-10 rounded-full z-1 max-w-10",children:[e.jsx("img",{width:40,height:40,src:"/images/user/user-04.jpg",alt:"User",className:"w-full overflow-hidden rounded-full"}),e.jsx("span",{className:"absolute bottom-0 right-0 z-10 h-2.5 w-full max-w-2.5 rounded-full border-[1.5px] border-white bg-success-500 dark:border-gray-900"})]}),e.jsxs("span",{className:"block",children:[e.jsxs("span",{className:"mb-1.5 block space-x-1 text-theme-sm text-gray-500 dark:text-gray-400",children:[e.jsx("span",{className:"font-medium text-gray-800 dark:text-white/90",children:"Jocelyn Kenter"}),e.jsx("span",{children:" requests permission to change"}),e.jsx("span",{className:"font-medium text-gray-800 dark:text-white/90",children:"Project - Nganter App"})]}),e.jsxs("span",{className:"flex items-center gap-2 text-gray-500 text-theme-xs dark:text-gray-400",children:[e.jsx("span",{children:"Project"}),e.jsx("span",{className:"w-1 h-1 bg-gray-400 rounded-full"}),e.jsx("span",{children:"15 min ago"})]})]})]})}),e.jsx("li",{children:e.jsxs(I,{onItemClick:d,className:"flex gap-3 rounded-lg border-b border-gray-100 p-3 px-4.5 py-3 hover:bg-gray-100 dark:border-gray-800 dark:hover:bg-white/5",children:[e.jsxs("span",{className:"relative block w-full h-10 rounded-full z-1 max-w-10",children:[e.jsx("img",{width:40,height:40,src:"/images/user/user-05.jpg",alt:"User",className:"overflow-hidden rounded-full"}),e.jsx("span",{className:"absolute bottom-0 right-0 z-10 h-2.5 w-full max-w-2.5 rounded-full border-[1.5px] border-white bg-error-500 dark:border-gray-900"})]}),e.jsxs("span",{className:"block",children:[e.jsxs("span",{className:"mb-1.5 block space-x-1 text-theme-sm text-gray-500 dark:text-gray-400",children:[e.jsx("span",{className:"font-medium text-gray-800 dark:text-white/90",children:"Brandon Philips"}),e.jsx("span",{children:"requests permission to change"}),e.jsx("span",{className:"font-medium text-gray-800 dark:text-white/90",children:"Project - Nganter App"})]}),e.jsxs("span",{className:"flex items-center gap-2 text-gray-500 text-theme-xs dark:text-gray-400",children:[e.jsx("span",{children:"Project"}),e.jsx("span",{className:"w-1 h-1 bg-gray-400 rounded-full"}),e.jsx("span",{children:"1 hr ago"})]})]})]})})]}),e.jsx(V,{to:"/",className:"block px-4 py-2 mt-3 text-sm font-medium text-center text-gray-700 bg-white border border-gray-300 rounded-lg hover:bg-gray-100 dark:border-gray-700 dark:bg-gray-800 dark:text-gray-400 dark:hover:bg-gray-700",children:"View All Notifications"})]})]})}function Ee(){var b;const[t,l]=s.useState(!1),n=ee(),{user:i,logout:u}=L();function d(){l(!t)}function c(){l(!1)}const m=()=>{u(),n("/signin",{replace:!0}),c()};return e.jsxs("div",{className:"relative",children:[e.jsxs("button",{onClick:d,className:"flex items-center text-gray-700 dropdown-toggle dark:text-gray-400",children:[e.jsx("span",{className:"mr-3 overflow-hidden rounded-full h-11 w-11 bg-brand-500 flex items-center justify-center",children:i!=null&&i.email?e.jsx("span",{className:"text-white font-semibold text-sm",children:i.email.charAt(0).toUpperCase()}):e.jsx("img",{src:"/images/user/owner.jpg",alt:"User"})}),e.jsx("span",{className:"block mr-1 font-medium text-theme-sm",children:(i==null?void 0:i.username)||((b=i==null?void 0:i.email)==null?void 0:b.split("@")[0])||"User"}),e.jsx("svg",{className:`stroke-gray-500 dark:stroke-gray-400 transition-transform duration-200 ${t?"rotate-180":""}`,width:"18",height:"20",viewBox:"0 0 18 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M4.3125 8.65625L9 13.3437L13.6875 8.65625",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})]}),e.jsxs(G,{isOpen:t,onClose:c,className:"absolute right-0 mt-[17px] flex w-[260px] flex-col rounded-2xl border border-gray-200 bg-white p-3 shadow-theme-lg dark:border-gray-800 dark:bg-gray-dark",children:[e.jsxs("div",{children:[e.jsx("span",{className:"block font-medium text-gray-700 text-theme-sm dark:text-gray-400",children:(i==null?void 0:i.username)||"User"}),e.jsx("span",{className:"mt-0.5 block text-theme-xs text-gray-500 dark:text-gray-400",children:(i==null?void 0:i.email)||"No email"}),(i==null?void 0:i.role)&&e.jsx("span",{className:"mt-1 inline-block px-2 py-0.5 text-xs font-medium text-brand-600 bg-brand-50 rounded dark:text-brand-400 dark:bg-brand-900/20",children:i.role})]}),e.jsxs("ul",{className:"flex flex-col gap-1 pt-4 pb-3 border-b border-gray-200 dark:border-gray-800",children:[e.jsx("li",{children:e.jsxs(I,{onItemClick:c,tag:"a",to:"/profile",className:"flex items-center gap-3 px-3 py-2 font-medium text-gray-700 rounded-lg group text-theme-sm hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300",children:[e.jsx("svg",{className:"fill-gray-500 group-hover:fill-gray-700 dark:fill-gray-400 dark:group-hover:fill-gray-300",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 14.1526 4.3002 16.1184 5.61936 17.616C6.17279 15.3096 8.24852 13.5955 10.7246 13.5955H13.2746C15.7509 13.5955 17.8268 15.31 18.38 17.6167C19.6996 16.119 20.5 14.153 20.5 12C20.5 7.30558 16.6944 3.5 12 3.5ZM17.0246 18.8566V18.8455C17.0246 16.7744 15.3457 15.0955 13.2746 15.0955H10.7246C8.65354 15.0955 6.97461 16.7744 6.97461 18.8455V18.856C8.38223 19.8895 10.1198 20.5 12 20.5C13.8798 20.5 15.6171 19.8898 17.0246 18.8566ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM11.9991 7.25C10.8847 7.25 9.98126 8.15342 9.98126 9.26784C9.98126 10.3823 10.8847 11.2857 11.9991 11.2857C13.1135 11.2857 14.0169 10.3823 14.0169 9.26784C14.0169 8.15342 13.1135 7.25 11.9991 7.25ZM8.48126 9.26784C8.48126 7.32499 10.0563 5.75 11.9991 5.75C13.9419 5.75 15.5169 7.32499 15.5169 9.26784C15.5169 11.2107 13.9419 12.7857 11.9991 12.7857C10.0563 12.7857 8.48126 11.2107 8.48126 9.26784Z",fill:""})}),"Edit profile"]})}),e.jsx("li",{children:e.jsxs(I,{onItemClick:c,tag:"a",to:"/profile",className:"flex items-center gap-3 px-3 py-2 font-medium text-gray-700 rounded-lg group text-theme-sm hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300",children:[e.jsx("svg",{className:"fill-gray-500 group-hover:fill-gray-700 dark:fill-gray-400 dark:group-hover:fill-gray-300",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.4858 3.5L13.5182 3.5C13.9233 3.5 14.2518 3.82851 14.2518 4.23377C14.2518 5.9529 16.1129 7.02795 17.602 6.1682C17.9528 5.96567 18.4014 6.08586 18.6039 6.43667L20.1203 9.0631C20.3229 9.41407 20.2027 9.86286 19.8517 10.0655C18.3625 10.9253 18.3625 13.0747 19.8517 13.9345C20.2026 14.1372 20.3229 14.5859 20.1203 14.9369L18.6039 17.5634C18.4013 17.9142 17.9528 18.0344 17.602 17.8318C16.1129 16.9721 14.2518 18.0471 14.2518 19.7663C14.2518 20.1715 13.9233 20.5 13.5182 20.5H10.4858C10.0804 20.5 9.75182 20.1714 9.75182 19.766C9.75182 18.0461 7.88983 16.9717 6.40067 17.8314C6.04945 18.0342 5.60037 17.9139 5.39767 17.5628L3.88167 14.937C3.67903 14.586 3.79928 14.1372 4.15026 13.9346C5.63949 13.0748 5.63946 10.9253 4.15025 10.0655C3.79926 9.86282 3.67901 9.41401 3.88165 9.06303L5.39764 6.43725C5.60034 6.08617 6.04943 5.96581 6.40065 6.16858C7.88982 7.02836 9.75182 5.9539 9.75182 4.23399C9.75182 3.82862 10.0804 3.5 10.4858 3.5ZM13.5182 2L10.4858 2C9.25201 2 8.25182 3.00019 8.25182 4.23399C8.25182 4.79884 7.64013 5.15215 7.15065 4.86955C6.08213 4.25263 4.71559 4.61859 4.0986 5.68725L2.58261 8.31303C1.96575 9.38146 2.33183 10.7477 3.40025 11.3645C3.88948 11.647 3.88947 12.3531 3.40026 12.6355C2.33184 13.2524 1.96578 14.6186 2.58263 15.687L4.09863 18.3128C4.71562 19.3814 6.08215 19.7474 7.15067 19.1305C7.64015 18.8479 8.25182 19.2012 8.25182 19.766C8.25182 20.9998 9.25201 22 10.4858 22H13.5182C14.7519 22 15.7518 20.9998 15.7518 19.7663C15.7518 19.2015 16.3632 18.8487 16.852 19.1309C17.9202 19.7476 19.2862 19.3816 19.9029 18.3134L21.4193 15.6869C22.0361 14.6185 21.6701 13.2523 20.6017 12.6355C20.1125 12.3531 20.1125 11.647 20.6017 11.3645C21.6701 10.7477 22.0362 9.38152 21.4193 8.3131L19.903 5.68667C19.2862 4.61842 17.9202 4.25241 16.852 4.86917C16.3632 5.15138 15.7518 4.79856 15.7518 4.23377C15.7518 3.00024 14.7519 2 13.5182 2ZM9.6659 11.9999C9.6659 10.7103 10.7113 9.66493 12.0009 9.66493C13.2905 9.66493 14.3359 10.7103 14.3359 11.9999C14.3359 13.2895 13.2905 14.3349 12.0009 14.3349C10.7113 14.3349 9.6659 13.2895 9.6659 11.9999ZM12.0009 8.16493C9.88289 8.16493 8.1659 9.88191 8.1659 11.9999C8.1659 14.1179 9.88289 15.8349 12.0009 15.8349C14.1189 15.8349 15.8359 14.1179 15.8359 11.9999C15.8359 9.88191 14.1189 8.16493 12.0009 8.16493Z",fill:""})}),"Account settings"]})}),e.jsx("li",{children:e.jsxs(I,{onItemClick:c,tag:"a",to:"/profile",className:"flex items-center gap-3 px-3 py-2 font-medium text-gray-700 rounded-lg group text-theme-sm hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300",children:[e.jsx("svg",{className:"fill-gray-500 group-hover:fill-gray-700 dark:fill-gray-400 dark:group-hover:fill-gray-300",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 12C3.5 7.30558 7.30558 3.5 12 3.5C16.6944 3.5 20.5 7.30558 20.5 12C20.5 16.6944 16.6944 20.5 12 20.5C7.30558 20.5 3.5 16.6944 3.5 12ZM12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM11.0991 7.52507C11.0991 8.02213 11.5021 8.42507 11.9991 8.42507H12.0001C12.4972 8.42507 12.9001 8.02213 12.9001 7.52507C12.9001 7.02802 12.4972 6.62507 12.0001 6.62507H11.9991C11.5021 6.62507 11.0991 7.02802 11.0991 7.52507ZM12.0001 17.3714C11.5859 17.3714 11.2501 17.0356 11.2501 16.6214V10.9449C11.2501 10.5307 11.5859 10.1949 12.0001 10.1949C12.4143 10.1949 12.7501 10.5307 12.7501 10.9449V16.6214C12.7501 17.0356 12.4143 17.3714 12.0001 17.3714Z",fill:""})}),"Support"]})})]}),e.jsxs("button",{onClick:m,className:"flex items-center gap-3 px-3 py-2 mt-3 font-medium text-gray-700 rounded-lg group text-theme-sm hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300 w-full text-left",children:[e.jsx("svg",{className:"fill-gray-500 group-hover:fill-gray-700 dark:group-hover:fill-gray-300",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.1007 19.247C14.6865 19.247 14.3507 18.9112 14.3507 18.497L14.3507 14.245H12.8507V18.497C12.8507 19.7396 13.8581 20.747 15.1007 20.747H18.5007C19.7434 20.747 20.7507 19.7396 20.7507 18.497L20.7507 5.49609C20.7507 4.25345 19.7433 3.24609 18.5007 3.24609H15.1007C13.8581 3.24609 12.8507 4.25345 12.8507 5.49609V9.74501L14.3507 9.74501V5.49609C14.3507 5.08188 14.6865 4.74609 15.1007 4.74609L18.5007 4.74609C18.9149 4.74609 19.2507 5.08188 19.2507 5.49609L19.2507 18.497C19.2507 18.9112 18.9149 19.247 18.5007 19.247H15.1007ZM3.25073 11.9984C3.25073 12.2144 3.34204 12.4091 3.48817 12.546L8.09483 17.1556C8.38763 17.4485 8.86251 17.4487 9.15549 17.1559C9.44848 16.8631 9.44863 16.3882 9.15583 16.0952L5.81116 12.7484L16.0007 12.7484C16.4149 12.7484 16.7507 12.4127 16.7507 11.9984C16.7507 11.5842 16.4149 11.2484 16.0007 11.2484L5.81528 11.2484L9.15585 7.90554C9.44864 7.61255 9.44847 7.13767 9.15547 6.84488C8.86248 6.55209 8.3876 6.55226 8.09481 6.84525L3.52309 11.4202C3.35673 11.5577 3.25073 11.7657 3.25073 11.9984Z",fill:""})}),"Sign out"]})]})]})}const Se=()=>{const{metrics:t}=fe();return!t||t.length===0?null:e.jsx("div",{className:"igny8-header-metrics hidden lg:flex",children:t.map((l,n)=>e.jsxs(Y.Fragment,{children:[e.jsxs("div",{className:"igny8-header-metric",children:[e.jsx("div",{className:`igny8-header-metric-accent ${l.accentColor}`}),e.jsx("span",{className:"igny8-header-metric-label",children:l.label}),e.jsx("span",{className:"igny8-header-metric-value",children:typeof l.value=="number"?l.value.toLocaleString():l.value})]}),n{if(i){const d=localStorage.getItem("debug_resource_tracking_enabled");n(d==="true")}},[i]);const u=()=>{const d=!l;n(d),localStorage.setItem("debug_resource_tracking_enabled",String(d)),window.dispatchEvent(new CustomEvent("debug-resource-tracking-toggle",{detail:d}))};return i?e.jsx("button",{onClick:u,className:`flex items-center justify-center w-10 h-10 rounded-lg transition-colors ${l?"bg-red-100 text-red-600 dark:bg-red-900/30 dark:text-red-400":"text-gray-500 hover:bg-gray-100 dark:text-gray-400 dark:hover:bg-gray-800"}`,title:l?"Disable Resource Debug":"Enable Resource Debug",children:"🔍"}):null}const Ie=()=>{const[t,l]=s.useState(!1),{isMobileOpen:n,toggleSidebar:i,toggleMobileSidebar:u}=O(),d=()=>{window.innerWidth>=1024?i():u()},c=()=>{l(!t)},m=s.useRef(null);return s.useEffect(()=>{const b=f=>{var v;(f.metaKey||f.ctrlKey)&&f.key==="k"&&(f.preventDefault(),(v=m.current)==null||v.focus())};return document.addEventListener("keydown",b),()=>{document.removeEventListener("keydown",b)}},[]),e.jsx("header",{className:"sticky top-0 flex w-full bg-white border-gray-200 z-99999 dark:border-gray-800 dark:bg-gray-900 lg:border-b",children:e.jsxs("div",{className:"flex flex-col items-center justify-between grow lg:flex-row lg:px-6",children:[e.jsxs("div",{className:"flex items-center justify-between w-full gap-2 px-3 py-3 border-b border-gray-200 dark:border-gray-800 sm:gap-4 lg:justify-normal lg:border-b-0 lg:px-0 lg:py-4",children:[e.jsx("button",{className:"items-center justify-center w-10 h-10 text-gray-500 border-gray-200 rounded-lg z-99999 dark:border-gray-800 lg:flex dark:text-gray-400 lg:h-11 lg:w-11 lg:border",onClick:d,"aria-label":"Toggle Sidebar",children:n?e.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.21967 7.28131C5.92678 6.98841 5.92678 6.51354 6.21967 6.22065C6.51256 5.92775 6.98744 5.92775 7.28033 6.22065L11.999 10.9393L16.7176 6.22078C17.0105 5.92789 17.4854 5.92788 17.7782 6.22078C18.0711 6.51367 18.0711 6.98855 17.7782 7.28144L13.0597 12L17.7782 16.7186C18.0711 17.0115 18.0711 17.4863 17.7782 17.7792C17.4854 18.0721 17.0105 18.0721 16.7176 17.7792L11.999 13.0607L7.28033 17.7794C6.98744 18.0722 6.51256 18.0722 6.21967 17.7794C5.92678 17.4865 5.92678 17.0116 6.21967 16.7187L10.9384 12L6.21967 7.28131Z",fill:"currentColor"})}):e.jsx("svg",{width:"16",height:"12",viewBox:"0 0 16 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.583252 1C0.583252 0.585788 0.919038 0.25 1.33325 0.25H14.6666C15.0808 0.25 15.4166 0.585786 15.4166 1C15.4166 1.41421 15.0808 1.75 14.6666 1.75L1.33325 1.75C0.919038 1.75 0.583252 1.41422 0.583252 1ZM0.583252 11C0.583252 10.5858 0.919038 10.25 1.33325 10.25L14.6666 10.25C15.0808 10.25 15.4166 10.5858 15.4166 11C15.4166 11.4142 15.0808 11.75 14.6666 11.75L1.33325 11.75C0.919038 11.75 0.583252 11.4142 0.583252 11ZM1.33325 5.25C0.919038 5.25 0.583252 5.58579 0.583252 6C0.583252 6.41421 0.919038 6.75 1.33325 6.75L7.99992 6.75C8.41413 6.75 8.74992 6.41421 8.74992 6C8.74992 5.58579 8.41413 5.25 7.99992 5.25L1.33325 5.25Z",fill:"currentColor"})})}),e.jsxs(V,{to:"/",className:"lg:hidden",children:[e.jsx("img",{className:"dark:hidden",src:"./images/logo/logo.svg",alt:"Logo"}),e.jsx("img",{className:"hidden dark:block",src:"./images/logo/logo-dark.svg",alt:"Logo"})]}),e.jsx("button",{onClick:c,className:"flex items-center justify-center w-10 h-10 text-gray-700 rounded-lg z-99999 hover:bg-gray-100 dark:text-gray-400 dark:hover:bg-gray-800 lg:hidden",children:e.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.99902 10.4951C6.82745 10.4951 7.49902 11.1667 7.49902 11.9951V12.0051C7.49902 12.8335 6.82745 13.5051 5.99902 13.5051C5.1706 13.5051 4.49902 12.8335 4.49902 12.0051V11.9951C4.49902 11.1667 5.1706 10.4951 5.99902 10.4951ZM17.999 10.4951C18.8275 10.4951 19.499 11.1667 19.499 11.9951V12.0051C19.499 12.8335 18.8275 13.5051 17.999 13.5051C17.1706 13.5051 16.499 12.8335 16.499 12.0051V11.9951C16.499 11.1667 17.1706 10.4951 17.999 10.4951ZM13.499 11.9951C13.499 11.1667 12.8275 10.4951 11.999 10.4951C11.1706 10.4951 10.499 11.1667 10.499 11.9951V12.0051C10.499 12.8335 11.1706 13.5051 11.999 13.5051C12.8275 13.5051 13.499 12.8335 13.499 12.0051V11.9951Z",fill:"currentColor"})})}),e.jsx("div",{className:"hidden lg:block",children:e.jsx("form",{children:e.jsxs("div",{className:"relative",children:[e.jsx("span",{className:"absolute -translate-y-1/2 pointer-events-none left-4 top-1/2",children:e.jsx("svg",{className:"fill-gray-500 dark:fill-gray-400",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.04175 9.37363C3.04175 5.87693 5.87711 3.04199 9.37508 3.04199C12.8731 3.04199 15.7084 5.87693 15.7084 9.37363C15.7084 12.8703 12.8731 15.7053 9.37508 15.7053C5.87711 15.7053 3.04175 12.8703 3.04175 9.37363ZM9.37508 1.54199C5.04902 1.54199 1.54175 5.04817 1.54175 9.37363C1.54175 13.6991 5.04902 17.2053 9.37508 17.2053C11.2674 17.2053 13.003 16.5344 14.357 15.4176L17.177 18.238C17.4699 18.5309 17.9448 18.5309 18.2377 18.238C18.5306 17.9451 18.5306 17.4703 18.2377 17.1774L15.418 14.3573C16.5365 13.0033 17.2084 11.2669 17.2084 9.37363C17.2084 5.04817 13.7011 1.54199 9.37508 1.54199Z",fill:""})})}),e.jsx("input",{ref:m,type:"text",placeholder:"Search or type command...",className:"dark:bg-dark-900 h-11 w-full rounded-lg border border-gray-200 bg-transparent py-2.5 pl-12 pr-14 text-sm text-gray-800 shadow-theme-xs placeholder:text-gray-400 focus:border-brand-300 focus:outline-hidden focus:ring-3 focus:ring-brand-500/10 dark:border-gray-800 dark:bg-gray-900 dark:bg-white/[0.03] dark:text-white/90 dark:placeholder:text-white/30 dark:focus:border-brand-800 xl:w-[430px]"}),e.jsxs("button",{className:"absolute right-2.5 top-1/2 inline-flex -translate-y-1/2 items-center gap-0.5 rounded-lg border border-gray-200 bg-gray-50 px-[7px] py-[4.5px] text-xs -tracking-[0.2px] text-gray-500 dark:border-gray-800 dark:bg-white/[0.03] dark:text-gray-400",children:[e.jsx("span",{children:" ⌘ "}),e.jsx("span",{children:" K "})]})]})})})]}),e.jsxs("div",{className:`${t?"flex":"hidden"} items-center justify-between w-full gap-4 px-5 py-4 lg:flex shadow-theme-md lg:justify-end lg:px-0 lg:shadow-none`,children:[e.jsxs("div",{className:"flex items-center gap-2 2xsm:gap-3",children:[e.jsx(Se,{}),e.jsx(Ce,{}),e.jsx(Le,{}),e.jsx(Ne,{})]}),e.jsx(Ee,{})]})]})})},Re=()=>{const{isMobileOpen:t,toggleMobileSidebar:l}=O();return t?e.jsx("div",{className:"fixed inset-0 z-40 bg-gray-900/50 lg:hidden",onClick:l}):null};function Te(){return e.jsx("div",{className:` + mx-auto mb-10 w-full max-w-60 rounded-2xl bg-blue-50 px-4 py-5 text-center dark:bg-blue-900/20`,children:e.jsxs("ul",{className:"space-y-1 text-sm text-gray-700 dark:text-gray-300",children:[e.jsx("li",{children:"Infinite."}),e.jsx("li",{children:"Writing."}),e.jsx("li",{children:"Refreshing."}),e.jsx("li",{children:"Ranking."})]})})}const Ae="1.0.0",Pe=()=>{var w;const{isExpanded:t,isMobileOpen:l,isHovered:n,setIsHovered:i}=O(),u=B(),{user:d}=L(),c=((w=d==null?void 0:d.account)==null?void 0:w.slug)==="aws-admin"||(d==null?void 0:d.role)==="developer",[m,b]=s.useState(null),[f,v]=s.useState({}),_=s.useRef({}),g=s.useCallback(o=>u.pathname===o,[u.pathname]),E=s.useMemo(()=>[{label:"OVERVIEW",items:[{icon:e.jsx(le,{}),name:"Dashboard",path:"/"},{icon:e.jsx(F,{}),name:"Industry / Sectors",path:"/reference/industries"}]},{label:"WORKFLOWS",items:[{icon:e.jsx(z,{}),name:"Setup",subItems:[{name:"Sites",path:"/settings/sites"},{name:"Keywords Opportunities",path:"/planner/keyword-opportunities"}]},{icon:e.jsx(oe,{}),name:"Planner",subItems:[{name:"Dashboard",path:"/planner"},{name:"Keywords",path:"/planner/keywords"},{name:"Clusters",path:"/planner/clusters"},{name:"Ideas",path:"/planner/ideas"}]},{icon:e.jsx(ie,{}),name:"Writer",subItems:[{name:"Dashboard",path:"/writer"},{name:"Tasks",path:"/writer/tasks"},{name:"Content",path:"/writer/content"},{name:"Images",path:"/writer/images"},{name:"Published",path:"/writer/published"}]},{icon:e.jsx(U,{}),name:"Thinker",subItems:[{name:"Dashboard",path:"/thinker"},{name:"Prompts",path:"/thinker/prompts"},{name:"Author Profiles",path:"/thinker/author-profiles"},{name:"Strategies",path:"/thinker/strategies"},{name:"Image Testing",path:"/thinker/image-testing"}]},{icon:e.jsx(de,{}),name:"Schedules",path:"/schedules"}]},{label:"ACCOUNT & SETTINGS",items:[{icon:e.jsx(z,{}),name:"Settings",subItems:[{name:"General",path:"/settings"},{name:"Plans",path:"/settings/plans"},{name:"Integration",path:"/settings/integration"},{name:"Import / Export",path:"/settings/import-export"}]},{icon:e.jsx(ce,{}),name:"Billing",subItems:[{name:"Credits",path:"/billing/credits"},{name:"Transactions",path:"/billing/transactions"},{name:"Usage",path:"/billing/usage"}]}]},{label:"HELP",items:[{icon:e.jsx(F,{}),name:"Help & Documentation",path:"/help"}]}],[]),R=s.useMemo(()=>({label:"ADMIN",items:[{icon:e.jsx(z,{}),name:"User Management",subItems:[{name:"Users",path:"/settings/users"},{name:"Subscriptions",path:"/settings/subscriptions"}]},{icon:e.jsx(z,{}),name:"Configuration",subItems:[{name:"System Settings",path:"/settings/system"},{name:"Account Settings",path:"/settings/account"},{name:"Module Settings",path:"/settings/modules"}]},{icon:e.jsx(U,{}),name:"AI Controls",subItems:[{name:"AI Settings",path:"/settings/ai"}]},{icon:e.jsx(me,{}),name:"System Health",subItems:[{name:"Status",path:"/settings/status"}]},{icon:e.jsx(F,{}),name:"Testing Tools",subItems:[{name:"Function Testing",path:"/help/function-testing"},{name:"System Testing",path:"/help/system-testing"}]},{icon:e.jsx(ue,{}),name:"UI Elements",subItems:[{name:"Alerts",path:"/ui-elements/alerts"},{name:"Avatar",path:"/ui-elements/avatars"},{name:"Badge",path:"/ui-elements/badges"},{name:"Breadcrumb",path:"/ui-elements/breadcrumb"},{name:"Buttons",path:"/ui-elements/buttons"},{name:"Buttons Group",path:"/ui-elements/buttons-group"},{name:"Cards",path:"/ui-elements/cards"},{name:"Carousel",path:"/ui-elements/carousel"},{name:"Dropdowns",path:"/ui-elements/dropdowns"},{name:"Images",path:"/ui-elements/images"},{name:"Links",path:"/ui-elements/links"},{name:"List",path:"/ui-elements/list"},{name:"Modals",path:"/ui-elements/modals"},{name:"Notification",path:"/ui-elements/notifications"},{name:"Pagination",path:"/ui-elements/pagination"},{name:"Popovers",path:"/ui-elements/popovers"},{name:"Pricing Table",path:"/ui-elements/pricing-table"},{name:"Progressbar",path:"/ui-elements/progressbar"},{name:"Ribbons",path:"/ui-elements/ribbons"},{name:"Spinners",path:"/ui-elements/spinners"},{name:"Tabs",path:"/ui-elements/tabs"},{name:"Tooltips",path:"/ui-elements/tooltips"},{name:"Videos",path:"/ui-elements/videos"},{name:"Components",path:"/components"}]}]}),[]),C=s.useMemo(()=>c?[...E,R]:E,[c,E,R]);s.useEffect(()=>{const o=u.pathname;let h=!1;C.forEach((x,k)=>{x.items.forEach((p,N)=>{p.subItems&&!h&&p.subItems.some(P=>!!(o===P.path||P.path!=="/"&&o.startsWith(P.path+"/")))&&(b({sectionIndex:k,itemIndex:N}),h=!0)})})},[u.pathname,C]),s.useEffect(()=>{if(m!==null){const o=`${m.sectionIndex}-${m.itemIndex}`,h=requestAnimationFrame(()=>{setTimeout(()=>{const x=_.current[o];if(x){const k=x.scrollHeight;k>0&&v(p=>({...p,[o]:k}))}},50)});return()=>cancelAnimationFrame(h)}},[m]);const j=(o,h)=>{b(x=>x&&x.sectionIndex===o&&x.itemIndex===h?null:{sectionIndex:o,itemIndex:h})},y=(o,h)=>e.jsx("ul",{className:"flex flex-col gap-2",children:o.map((x,k)=>e.jsxs("li",{children:[x.subItems?e.jsxs("button",{onClick:()=>j(h,k),className:`menu-item group ${(m==null?void 0:m.sectionIndex)===h&&(m==null?void 0:m.itemIndex)===k||x.subItems&&x.subItems.some(p=>g(p.path))?"menu-item-active":"menu-item-inactive"} cursor-pointer ${!t&&!n?"lg:justify-center":"lg:justify-start"}`,children:[e.jsx("span",{className:`menu-item-icon-size ${(m==null?void 0:m.sectionIndex)===h&&(m==null?void 0:m.itemIndex)===k||x.subItems&&x.subItems.some(p=>g(p.path))?"menu-item-icon-active":"menu-item-icon-inactive"}`,children:x.icon}),(t||n||l)&&e.jsx("span",{className:"menu-item-text",children:x.name}),(t||n||l)&&e.jsx(xe,{className:`ml-auto w-5 h-5 transition-transform duration-200 ${(m==null?void 0:m.sectionIndex)===h&&(m==null?void 0:m.itemIndex)===k?"rotate-180 text-brand-500":""}`})]}):x.path&&e.jsxs(V,{to:x.path,className:`menu-item group ${g(x.path)?"menu-item-active":"menu-item-inactive"}`,children:[e.jsx("span",{className:`menu-item-icon-size ${g(x.path)?"menu-item-icon-active":"menu-item-icon-inactive"}`,children:x.icon}),(t||n||l)&&e.jsx("span",{className:"menu-item-text",children:x.name})]}),x.subItems&&(t||n||l)&&e.jsx("div",{ref:p=>{_.current[`${h}-${k}`]=p},className:"overflow-hidden transition-all duration-300",style:{height:(m==null?void 0:m.sectionIndex)===h&&(m==null?void 0:m.itemIndex)===k?`${f[`${h}-${k}`]}px`:"0px"},children:e.jsx("ul",{className:"mt-2 flex flex-col gap-1 ml-9",children:x.subItems.map(p=>e.jsx("li",{children:e.jsxs(V,{to:p.path,className:`menu-dropdown-item ${g(p.path)?"menu-dropdown-item-active":"menu-dropdown-item-inactive"}`,children:[p.name,e.jsxs("span",{className:"flex items-center gap-1 ml-auto",children:[p.new&&e.jsx("span",{className:`ml-auto ${g(p.path)?"menu-dropdown-badge-active":"menu-dropdown-badge-inactive"} menu-dropdown-badge`,children:"new"}),p.pro&&e.jsx("span",{className:`ml-auto ${g(p.path)?"menu-dropdown-badge-active":"menu-dropdown-badge-inactive"} menu-dropdown-badge`,children:"pro"})]})]})},p.name))})})]},x.name))});return e.jsxs("aside",{className:`fixed mt-16 flex flex-col lg:mt-0 top-0 px-5 left-0 bg-white dark:bg-gray-900 dark:border-gray-800 text-gray-900 h-screen transition-all duration-300 ease-in-out z-50 border-r border-gray-200 + ${t||l||n?"w-[290px]":"w-[90px]"} + ${l?"translate-x-0":"-translate-x-full"} + lg:translate-x-0`,onMouseEnter:()=>!t&&i(!0),onMouseLeave:()=>i(!1),children:[e.jsxs("div",{className:"py-8 flex flex-col justify-center items-center gap-3",children:[e.jsx(V,{to:"/",className:"flex justify-center items-center",children:t||n||l?e.jsxs(e.Fragment,{children:[e.jsx("img",{className:"dark:hidden",src:"/images/logo/logo.svg",alt:"Logo",width:113,height:30}),e.jsx("img",{className:"hidden dark:block",src:"/images/logo/logo-dark.svg",alt:"Logo",width:113,height:30})]}):e.jsx("img",{src:"/images/logo/logo-icon.svg",alt:"Logo",width:24,height:24})}),(t||n||l)&&e.jsx("div",{className:"flex justify-center items-center",children:e.jsxs("span",{className:"inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-gray-900 dark:bg-gray-700 text-gray-100 dark:text-gray-300",children:["v",Ae]})})]}),e.jsxs("div",{className:"flex flex-col overflow-y-auto duration-300 ease-linear no-scrollbar",children:[e.jsx("nav",{className:"mb-6",children:e.jsx("div",{className:"flex flex-col gap-2",children:C.map((o,h)=>e.jsxs("div",{children:[e.jsx("h2",{className:`mb-4 text-xs uppercase flex leading-[20px] text-gray-400 ${!t&&!n?"lg:justify-center":"justify-start"}`,children:t||n||l?o.label:e.jsx(he,{className:"size-6"})}),y(o.items,h)]},o.label))})}),t||n||l?e.jsx(Te,{}):null]})]})},T=[],D=new Set;function H(t){const[l,n]=s.useState([]);s.useEffect(()=>{const c=()=>{n([...T])};return D.add(c),c(),()=>{D.delete(c)}},[]);const i=s.useCallback((c,m)=>{const b={message:c instanceof Error?c.message:c,source:m||t,timestamp:Date.now(),stack:c instanceof Error?c.stack:void 0};T.push(b),T.length>10&&T.shift(),D.forEach(f=>f([...T])),console.error(`[${b.source}]`,b)},[t]),u=s.useCallback(c=>{T.splice(c,1),D.forEach(m=>m([...T]))},[]),d=s.useCallback(()=>{T.length=0,D.forEach(c=>c([]))},[]);return{errors:l,addError:i,clearError:u,clearAllErrors:d}}const M=new Map,Z=new Set;function A(t,l){l?M.set(t,{source:t,startTime:Date.now(),duration:0}):M.delete(t),Z.forEach(n=>{const i=Array.from(M.values()).map(u=>({...u,duration:Date.now()-u.startTime}));n(i)})}function De(){const[t,l]=s.useState([]),{addError:n}=H("LoadingStateMonitor"),i=s.useRef(new Set),u=s.useRef(n);return s.useEffect(()=>{u.current=n},[n]),s.useEffect(()=>{const d=b=>{const f=b.filter(g=>g.duration<6e4);l(f);const v=f.filter(g=>g.duration>5e3&&!i.current.has(g.source));v.length>0&&v.forEach(g=>{i.current.add(g.source),u.current(new Error(`Loading state stuck: ${g.source} (${(g.duration/1e3).toFixed(1)}s)`),"LoadingStateMonitor")}),Array.from(i.current).filter(g=>!f.find(E=>E.source===g&&E.duration>5e3)).forEach(g=>i.current.delete(g))},c=Array.from(M.values()).map(b=>({...b,duration:Date.now()-b.startTime}));d(c),Z.add(d);const m=setInterval(()=>{const b=Array.from(M.values()).map(f=>({...f,duration:Date.now()-f.startTime}));d(b)},1e3);return()=>{Z.delete(d),clearInterval(m)}},[]),s.useEffect(()=>{const d=t.filter(c=>c.duration>1e4);d.length>0&&d.forEach(c=>{console.warn(`Auto-resetting stuck loading state: ${c.source}`),A(c.source,!1),i.current.delete(c.source)})},[t]),null}function Ve({enabled:t}){const{user:l}=L(),[n,i]=s.useState([]),[u,d]=s.useState(!1),[c,m]=s.useState(null),b=s.useRef(null),f=s.useRef([]),v=s.useRef(null),_=s.useRef(null),g=(l==null?void 0:l.role)==="admin"||(l==null?void 0:l.role)==="developer";s.useEffect(()=>{if(!t||!g){_.current&&(window.fetch=_.current,_.current=null,v.current=null);return}return m(performance.now()),_.current||(_.current=window.fetch,v.current=window.fetch.bind(window)),window.fetch=async function(...o){performance.now();const[h,x={}]=o;if((typeof h=="string"?h:h.toString()).includes("/request-metrics/"))return _.current.apply(window,o);const p=new Headers(x.headers||{});p.set("X-Debug-Resource-Tracking","true");const N=await v.current(h,{...x,headers:p});performance.now();const S=N.headers.get("X-Resource-Tracking-ID");return S&&(b.current=S,setTimeout(()=>E(S),300)),N},()=>{_.current&&(window.fetch=_.current,_.current=null,v.current=null)}},[t,g]);const E=async(o,h=0)=>{try{const x=_.current||window.fetch,{token:k}=L.getState(),p={"Content-Type":"application/json"};k&&(p.Authorization=`Bearer ${k}`);try{const N=await x.call(window,`${q}/v1/system/request-metrics/${o}/`,{method:"GET",headers:p,credentials:"include"});if(N.ok){const S=await N.json();f.current=[...f.current,S],i([...f.current])}else if(N.status===401)try{await L.getState().refreshToken();const S=L.getState().token;if(S){const P={"Content-Type":"application/json",Authorization:`Bearer ${S}`},$=await x.call(window,`${q}/v1/system/request-metrics/${o}/`,{method:"GET",headers:P,credentials:"include"});if($.ok){const X=await $.json();f.current=[...f.current,X],i([...f.current]);return}}}catch{}else return N.status===404,void 0}catch{return}}catch{return}},R=c?performance.now()-c:null,C=n.reduce((o,h)=>({elapsed_time_ms:o.elapsed_time_ms+h.elapsed_time_ms,cpu_total_ms:o.cpu_total_ms+h.cpu.total_time_ms,memory_delta_mb:o.memory_delta_mb+h.memory.delta_mb,io_read_mb:o.io_read_mb+h.io.read_mb,io_write_mb:o.io_write_mb+h.io.write_mb}),{elapsed_time_ms:0,cpu_total_ms:0,memory_delta_mb:0,io_read_mb:0,io_write_mb:0}),j=n.length>0?n.reduce((o,h)=>h.elapsed_time_ms>o.elapsed_time_ms?h:o):null,y=n.length>0?n.reduce((o,h)=>h.cpu.total_time_ms>o.cpu.total_time_ms?h:o):null,w=n.length>0?n.reduce((o,h)=>h.memory.delta_mb>o.memory.delta_mb?h:o):null;return!t||!g?null:e.jsxs(e.Fragment,{children:[e.jsxs("button",{onClick:()=>d(!u),className:"fixed bottom-4 right-4 z-[99999] bg-red-600 hover:bg-red-700 text-white px-4 py-2 rounded-lg shadow-lg text-sm font-medium flex items-center gap-2",title:"Toggle Resource Debug Overlay",children:[e.jsx("span",{children:"🔍"}),e.jsxs("span",{children:["Debug (",n.length,")"]})]}),u&&e.jsxs("div",{className:"fixed bottom-20 right-4 z-[99998] bg-white dark:bg-gray-900 border border-gray-300 dark:border-gray-700 rounded-lg shadow-2xl w-[500px] max-h-[85vh] overflow-auto",children:[e.jsxs("div",{className:"sticky top-0 bg-gray-100 dark:bg-gray-800 px-4 py-3 border-b border-gray-300 dark:border-gray-700 flex justify-between items-center",children:[e.jsx("h3",{className:"font-semibold text-gray-900 dark:text-white",children:"Resource Debug"}),e.jsx("button",{onClick:()=>d(!1),className:"text-gray-500 hover:text-gray-700 dark:text-gray-400 dark:hover:text-gray-200",children:"✕"})]}),e.jsxs("div",{className:"p-4 space-y-4",children:[R&&e.jsxs("div",{className:"bg-blue-50 dark:bg-blue-900/20 p-3 rounded border border-blue-200 dark:border-blue-800",children:[e.jsx("h4",{className:"font-semibold text-blue-900 dark:text-blue-200 mb-2",children:"Page Load Time"}),e.jsxs("div",{className:"text-sm text-blue-800 dark:text-blue-300",children:[R.toFixed(2)," ms"]})]}),n.length>0&&e.jsxs("div",{className:"bg-yellow-50 dark:bg-yellow-900/20 p-3 rounded border border-yellow-200 dark:border-yellow-800",children:[e.jsx("h4",{className:"font-semibold text-yellow-900 dark:text-yellow-200 mb-2",children:"⚠️ Performance Culprits"}),e.jsxs("div",{className:"text-xs space-y-2 text-yellow-800 dark:text-yellow-300",children:[j&&e.jsxs("div",{children:[e.jsx("span",{className:"font-semibold",children:"Slowest Request:"})," ",j.method," ",j.path,e.jsx("br",{}),e.jsxs("span",{className:"ml-4",children:["Time: ",j.elapsed_time_ms.toFixed(2)," ms"]})]}),y&&y.cpu.total_time_ms>100&&e.jsxs("div",{children:[e.jsx("span",{className:"font-semibold",children:"Highest CPU:"})," ",y.method," ",y.path,e.jsx("br",{}),e.jsxs("span",{className:"ml-4",children:["CPU: ",y.cpu.total_time_ms.toFixed(2)," ms (System: ",y.cpu.system_percent.toFixed(1),"%)"]})]}),w&&w.memory.delta_mb>1&&e.jsxs("div",{children:[e.jsx("span",{className:"font-semibold",children:"Highest Memory:"})," ",w.method," ",w.path,e.jsx("br",{}),e.jsxs("span",{className:"ml-4",children:["Memory: ",w.memory.delta_mb>0?"+":"",w.memory.delta_mb.toFixed(2)," MB"]})]})]})]}),n.length>0&&e.jsxs("div",{className:"bg-gray-50 dark:bg-gray-800 p-3 rounded border border-gray-200 dark:border-gray-700",children:[e.jsx("h4",{className:"font-semibold text-gray-900 dark:text-white mb-2",children:"Request Totals"}),e.jsxs("div",{className:"text-xs space-y-1 text-gray-700 dark:text-gray-300",children:[e.jsxs("div",{children:["Total Requests: ",n.length]}),e.jsxs("div",{children:["Total Time: ",C.elapsed_time_ms.toFixed(2)," ms"]}),e.jsxs("div",{children:["Total CPU Time: ",C.cpu_total_ms.toFixed(2)," ms"]}),e.jsxs("div",{children:["Total Memory Delta: ",C.memory_delta_mb>0?"+":"",C.memory_delta_mb.toFixed(2)," MB"]}),e.jsxs("div",{children:["Total I/O Read: ",C.io_read_mb.toFixed(2)," MB"]}),e.jsxs("div",{children:["Total I/O Write: ",C.io_write_mb.toFixed(2)," MB"]})]})]}),e.jsxs("div",{className:"space-y-2",children:[e.jsx("h4",{className:"font-semibold text-gray-900 dark:text-white",children:"All Requests (Detailed)"}),n.length===0?e.jsxs("div",{className:"text-sm text-gray-500 dark:text-gray-400",children:["No requests tracked yet. Navigate to trigger API calls.",e.jsx("br",{}),e.jsx("span",{className:"text-xs",children:"Make sure debug toggle is enabled in header."})]}):n.map((o,h)=>{const x=o.elapsed_time_ms>1e3,k=o.cpu.total_time_ms>100,p=o.memory.delta_mb>1;return e.jsxs("div",{className:`p-3 rounded border text-xs ${x||k||p?"bg-red-50 dark:bg-red-900/20 border-red-200 dark:border-red-800":"bg-gray-50 dark:bg-gray-800 border-gray-200 dark:border-gray-700"}`,children:[e.jsxs("div",{className:"font-semibold text-gray-900 dark:text-white mb-2 flex items-center gap-2",children:[e.jsx("span",{children:o.method}),e.jsx("span",{className:"text-gray-600 dark:text-gray-400 truncate",children:o.path}),(x||k||p)&&e.jsx("span",{className:"text-red-600 dark:text-red-400 text-xs",children:"⚠️"})]}),e.jsxs("div",{className:"space-y-1 text-gray-700 dark:text-gray-300",children:[e.jsxs("div",{className:x?"font-semibold text-red-700 dark:text-red-300":"",children:["⏱️ Time: ",o.elapsed_time_ms.toFixed(2)," ms"]}),e.jsxs("div",{className:k?"font-semibold text-red-700 dark:text-red-300":"",children:["🔥 CPU: ",o.cpu.total_time_ms.toFixed(2)," ms",e.jsxs("span",{className:"text-gray-500",children:[" (User: ",o.cpu.user_time_ms.toFixed(2),"ms, System: ",o.cpu.system_time_ms.toFixed(2),"ms)"]}),e.jsx("br",{}),e.jsxs("span",{className:"ml-4 text-gray-500",children:["System CPU: ",o.cpu.system_percent.toFixed(1),"%"]})]}),e.jsxs("div",{className:p?"font-semibold text-red-700 dark:text-red-300":"",children:["💾 Memory: ",o.memory.delta_mb>0?"+":"",o.memory.delta_mb.toFixed(2)," MB",e.jsxs("span",{className:"text-gray-500",children:[" (Final RSS: ",o.memory.final_rss_mb.toFixed(2)," MB)"]}),e.jsx("br",{}),e.jsxs("span",{className:"ml-4 text-gray-500",children:["System Memory: ",o.memory.system_used_percent.toFixed(1),"%"]})]}),o.io.read_mb>0&&e.jsxs("div",{children:["📖 I/O Read: ",o.io.read_mb.toFixed(2)," MB (",o.io.read_bytes.toLocaleString()," bytes)"]}),o.io.write_mb>0&&e.jsxs("div",{children:["📝 I/O Write: ",o.io.write_mb.toFixed(2)," MB (",o.io.write_bytes.toLocaleString()," bytes)"]})]})]},h)})]}),n.length>0&&e.jsx("button",{onClick:()=>{i([]),f.current=[],m(performance.now())},className:"w-full bg-gray-200 hover:bg-gray-300 dark:bg-gray-700 dark:hover:bg-gray-600 text-gray-900 dark:text-white px-3 py-2 rounded text-sm",children:"Clear Metrics"})]})]})]})}const Me=()=>{const{isExpanded:t,isHovered:l,isMobileOpen:n}=O(),{loadActiveSite:i,activeSite:u}=ye(),{loadSectorsForSite:d}=_e(),{refreshUser:c,isAuthenticated:m}=L(),{addError:b}=H("AppLayout"),f=s.useRef(!1),v=s.useRef(null),_=s.useRef(!1),g=s.useRef(!1),[E,R]=s.useState(!1),C=s.useRef(0);return s.useEffect(()=>{if(!f.current&&!_.current){f.current=!0,_.current=!0,A("site-loading",!0);const j=setTimeout(()=>{_.current&&(console.error("AppLayout: Site loading timeout after 35 seconds"),A("site-loading",!1),_.current=!1,b(new Error("Site loading timeout - check network connection"),"AppLayout.loadActiveSite"))},35e3);i().catch(y=>{console.error("AppLayout: Error loading active site:",y),b(y,"AppLayout.loadActiveSite")}).finally(()=>{clearTimeout(j),A("site-loading",!1),_.current=!1})}},[]),s.useEffect(()=>{const j=(u==null?void 0:u.id)??null;if(j&&(u!=null&&u.is_active)&&j!==v.current&&!g.current){v.current=j,g.current=!0,A("sector-loading",!0);const y=setTimeout(()=>{g.current&&(console.error("AppLayout: Sector loading timeout after 35 seconds"),A("sector-loading",!1),g.current=!1,b(new Error("Sector loading timeout - check network connection"),"AppLayout.loadSectorsForSite"))},35e3);d(j).catch(w=>{w.status!==403&&w.status!==404&&(console.error("AppLayout: Error loading sectors:",w),b(w,"AppLayout.loadSectorsForSite"))}).finally(()=>{clearTimeout(y),A("sector-loading",!1),g.current=!1})}else if(j&&!(u!=null&&u.is_active)){v.current=null;const{useSectorStore:y}=require("../store/sectorStore");y.getState().clearActiveSector()}},[u==null?void 0:u.id,u==null?void 0:u.is_active]),s.useEffect(()=>{if(!m)return;const j="2.0.2",y="igny8-app-version",w=async(p=!1)=>{const N=Date.now();if(!(!p&&N-C.current<3e4))try{C.current=N,await c(),p&&localStorage.setItem(y,j)}catch(S){console.debug("User data refresh failed (non-critical):",S)}};localStorage.getItem(y)!==j?w(!0):w();const h=()=>{document.visibilityState==="visible"&&w()},x=()=>{w()},k=setInterval(()=>w(),12e4);return document.addEventListener("visibilitychange",h),window.addEventListener("focus",x),()=>{clearInterval(k),document.removeEventListener("visibilitychange",h),window.removeEventListener("focus",x)}},[m,c]),s.useEffect(()=>{const j=localStorage.getItem("debug_resource_tracking_enabled");R(j==="true");const y=w=>{R(w.detail)};return window.addEventListener("debug-resource-tracking-toggle",y),()=>{window.removeEventListener("debug-resource-tracking-toggle",y)}},[]),e.jsxs("div",{className:"min-h-screen xl:flex",children:[e.jsxs("div",{children:[e.jsx(Pe,{}),e.jsx(Re,{})]}),e.jsxs("div",{className:`flex-1 transition-all duration-300 ease-in-out ${t||l?"lg:ml-[290px]":"lg:ml-[90px]"} ${n?"ml-0":""} w-full max-w-full min-[1440px]:max-w-[90%]`,children:[e.jsx(Ie,{}),e.jsx("div",{className:"p-4 pb-20 md:p-6 md:pb-24",children:e.jsx(te,{})}),e.jsx(Ve,{enabled:E})]})]})},ze=()=>e.jsx(ve,{children:e.jsx(Me,{})});function Oe(){const{pathname:t}=B();return s.useEffect(()=>{window.scrollTo({top:0,left:0,behavior:"smooth"})},[t]),null}function He({children:t}){const{isAuthenticated:l,loading:n}=L(),i=B(),{addError:u}=H("ProtectedRoute"),[d,c]=s.useState(!1),[m,b]=s.useState("");return s.useEffect(()=>{A("auth-loading",n)},[n]),s.useEffect(()=>{n&&(console.warn("ProtectedRoute: Loading state is true on mount, resetting immediately"),L.setState({loading:!1}))},[]),s.useEffect(()=>{if(n){const f=setTimeout(()=>{b("Authentication check is taking longer than expected. This may indicate a network or server issue."),c(!0),u(new Error("Auth loading stuck for 3 seconds"),"ProtectedRoute")},3e3),v=setTimeout(()=>{console.error("ProtectedRoute: Loading state stuck for 5 seconds, forcing reset"),L.setState({loading:!1}),c(!1)},5e3);return()=>{clearTimeout(f),clearTimeout(v)}}else c(!1)},[n,u]),n?e.jsx("div",{className:"flex items-center justify-center min-h-screen bg-gray-50 dark:bg-gray-900",children:e.jsxs("div",{className:"text-center max-w-md px-4",children:[e.jsx("div",{className:"inline-block animate-spin rounded-full h-12 w-12 border-b-2 border-brand-500 mb-4"}),e.jsx("p",{className:"text-lg font-medium text-gray-800 dark:text-white mb-2",children:"Loading..."}),d&&e.jsxs("div",{className:"mt-4 p-4 bg-yellow-50 dark:bg-yellow-900/20 border border-yellow-200 dark:border-yellow-800 rounded-lg",children:[e.jsx("p",{className:"text-sm text-yellow-800 dark:text-yellow-200 mb-3",children:m}),e.jsx("button",{onClick:()=>{L.setState({loading:!1}),c(!1),window.location.reload()},className:"px-4 py-2 text-sm bg-yellow-600 text-white rounded hover:bg-yellow-700",children:"Retry or Reload Page"})]})]})}):l?e.jsx(e.Fragment,{children:t}):e.jsx(W,{to:"/signin",state:{from:i},replace:!0})}function Fe(){const{errors:t,clearError:l,clearAllErrors:n}=H("GlobalErrorDisplay"),[i,u]=s.useState(!1);return s.useEffect(()=>{u(t.length>0)},[t.length]),!i||t.length===0?null:e.jsxs("div",{className:"fixed top-4 right-4 z-[9999] max-w-md space-y-2",children:[t.map((d,c)=>e.jsx("div",{className:"bg-red-50 dark:bg-red-900/20 border border-red-200 dark:border-red-800 rounded-lg shadow-lg p-4 animate-in slide-in-from-right",children:e.jsxs("div",{className:"flex items-start justify-between gap-2",children:[e.jsxs("div",{className:"flex-1",children:[e.jsxs("div",{className:"flex items-center gap-2 mb-1",children:[e.jsx("span",{className:"text-red-600 dark:text-red-400 text-lg",children:"⚠️"}),e.jsx("span",{className:"text-sm font-semibold text-red-800 dark:text-red-200",children:d.source})]}),e.jsx("p",{className:"text-sm text-red-700 dark:text-red-300 mb-2",children:d.message}),d.stack&&e.jsxs("details",{className:"mt-2",children:[e.jsx("summary",{className:"text-xs text-red-600 dark:text-red-400 cursor-pointer hover:underline",children:"Show stack trace"}),e.jsx("pre",{className:"mt-2 text-xs bg-red-100 dark:bg-red-900/40 p-2 rounded overflow-auto max-h-32",children:d.stack})]})]}),e.jsx("button",{onClick:()=>l(c),className:"text-red-600 dark:text-red-400 hover:text-red-800 dark:hover:text-red-200 text-xl leading-none","aria-label":"Dismiss error",children:"×"})]})},c)),t.length>1&&e.jsx("button",{onClick:n,className:"w-full px-3 py-2 text-xs bg-red-600 text-white rounded hover:bg-red-700",children:"Clear All Errors"})]})}const Ze=s.lazy(()=>a(()=>import("./page-dashboard-CuOyqq-s.js").then(t=>t.ah),__vite__mapDeps([0,1,2,3,4,5,6,7,8,9,10,11,12,13]))),Be=s.lazy(()=>a(()=>import("./pages-planner-dv4ygB5K.js").then(t=>t.D),__vite__mapDeps([14,1,2,3,4,10,11,12,5,13,6,7,8,0,9,15,16,17,18,19,20,21]))),$e=s.lazy(()=>a(()=>import("./pages-planner-dv4ygB5K.js").then(t=>t.K),__vite__mapDeps([14,1,2,3,4,10,11,12,5,13,6,7,8,0,9,15,16,17,18,19,20,21]))),Ue=s.lazy(()=>a(()=>import("./pages-planner-dv4ygB5K.js").then(t=>t.C),__vite__mapDeps([14,1,2,3,4,10,11,12,5,13,6,7,8,0,9,15,16,17,18,19,20,21]))),qe=s.lazy(()=>a(()=>import("./pages-planner-dv4ygB5K.js").then(t=>t.I),__vite__mapDeps([14,1,2,3,4,10,11,12,5,13,6,7,8,0,9,15,16,17,18,19,20,21]))),Ke=s.lazy(()=>a(()=>import("./pages-planner-dv4ygB5K.js").then(t=>t.e),__vite__mapDeps([14,1,2,3,4,10,11,12,5,13,6,7,8,0,9,15,16,17,18,19,20,21]))),We=s.lazy(()=>a(()=>import("./pages-writer-BGmP8pSS.js").then(t=>t.D),__vite__mapDeps([22,10,1,2,3,4,11,12,5,13,6,7,8,0,9,14,15,16,17,18,19,20,21,23,24,25]))),Ge=s.lazy(()=>a(()=>import("./pages-writer-BGmP8pSS.js").then(t=>t.T),__vite__mapDeps([22,10,1,2,3,4,11,12,5,13,6,7,8,0,9,14,15,16,17,18,19,20,21,23,24,25]))),Je=s.lazy(()=>a(()=>import("./pages-writer-BGmP8pSS.js").then(t=>t.C),__vite__mapDeps([22,10,1,2,3,4,11,12,5,13,6,7,8,0,9,14,15,16,17,18,19,20,21,23,24,25]))),Xe=s.lazy(()=>a(()=>import("./pages-writer-BGmP8pSS.js").then(t=>t.a),__vite__mapDeps([22,10,1,2,3,4,11,12,5,13,6,7,8,0,9,14,15,16,17,18,19,20,21,23,24,25])));s.lazy(()=>a(()=>import("./pages-writer-BGmP8pSS.js").then(t=>t.b),__vite__mapDeps([22,10,1,2,3,4,11,12,5,13,6,7,8,0,9,14,15,16,17,18,19,20,21,23,24,25])));const Ye=s.lazy(()=>a(()=>import("./pages-writer-BGmP8pSS.js").then(t=>t.I),__vite__mapDeps([22,10,1,2,3,4,11,12,5,13,6,7,8,0,9,14,15,16,17,18,19,20,21,23,24,25]))),Qe=s.lazy(()=>a(()=>import("./pages-writer-BGmP8pSS.js").then(t=>t.P),__vite__mapDeps([22,10,1,2,3,4,11,12,5,13,6,7,8,0,9,14,15,16,17,18,19,20,21,23,24,25]))),et=s.lazy(()=>a(()=>import("./pages-thinker-C5P9qYJa.js").then(t=>t.D),__vite__mapDeps([26,1,2,3,4,6,5,7,8,0,9,10,11,12,13,14,15,16,17,18,19,20,21]))),tt=s.lazy(()=>a(()=>import("./pages-thinker-C5P9qYJa.js").then(t=>t.P),__vite__mapDeps([26,1,2,3,4,6,5,7,8,0,9,10,11,12,13,14,15,16,17,18,19,20,21]))),st=s.lazy(()=>a(()=>import("./pages-thinker-C5P9qYJa.js").then(t=>t.A),__vite__mapDeps([26,1,2,3,4,6,5,7,8,0,9,10,11,12,13,14,15,16,17,18,19,20,21]))),rt=s.lazy(()=>a(()=>import("./pages-thinker-C5P9qYJa.js").then(t=>t.a),__vite__mapDeps([26,1,2,3,4,6,5,7,8,0,9,10,11,12,13,14,15,16,17,18,19,20,21]))),at=s.lazy(()=>a(()=>import("./pages-thinker-C5P9qYJa.js").then(t=>t.S),__vite__mapDeps([26,1,2,3,4,6,5,7,8,0,9,10,11,12,13,14,15,16,17,18,19,20,21]))),nt=s.lazy(()=>a(()=>import("./pages-thinker-C5P9qYJa.js").then(t=>t.I),__vite__mapDeps([26,1,2,3,4,6,5,7,8,0,9,10,11,12,13,14,15,16,17,18,19,20,21]))),lt=s.lazy(()=>a(()=>import("./pages-billing-DLN8PjHX.js").then(t=>t.C),__vite__mapDeps([27,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16]))),ot=s.lazy(()=>a(()=>import("./pages-billing-DLN8PjHX.js").then(t=>t.T),__vite__mapDeps([27,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16]))),it=s.lazy(()=>a(()=>import("./pages-billing-DLN8PjHX.js").then(t=>t.U),__vite__mapDeps([27,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16]))),dt=s.lazy(()=>a(()=>import("./page-reference-wEKoPZ-s.js").then(t=>t.S),__vite__mapDeps([15,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16]))),ct=s.lazy(()=>a(()=>import("./page-reference-wEKoPZ-s.js").then(t=>t.I),__vite__mapDeps([15,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16]))),mt=s.lazy(()=>a(()=>import("./page-schedules.tsx-BxdZCyA5.js"),__vite__mapDeps([28,1,2,3,4,6,5,7,8,0,9,10,11,12,13]))),ut=s.lazy(()=>a(()=>import("./pages-settings-thllZ7gb.js").then(t=>t.G),__vite__mapDeps([29,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16,14,15,17,18,19,20,21]))),ht=s.lazy(()=>a(()=>import("./pages-settings-thllZ7gb.js").then(t=>t.U),__vite__mapDeps([29,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16,14,15,17,18,19,20,21]))),xt=s.lazy(()=>a(()=>import("./pages-settings-thllZ7gb.js").then(t=>t.S),__vite__mapDeps([29,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16,14,15,17,18,19,20,21]))),gt=s.lazy(()=>a(()=>import("./pages-settings-thllZ7gb.js").then(t=>t.a),__vite__mapDeps([29,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16,14,15,17,18,19,20,21]))),pt=s.lazy(()=>a(()=>import("./pages-settings-thllZ7gb.js").then(t=>t.A),__vite__mapDeps([29,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16,14,15,17,18,19,20,21]))),bt=s.lazy(()=>a(()=>import("./pages-settings-thllZ7gb.js").then(t=>t.M),__vite__mapDeps([29,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16,14,15,17,18,19,20,21]))),ft=s.lazy(()=>a(()=>import("./pages-settings-thllZ7gb.js").then(t=>t.b),__vite__mapDeps([29,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16,14,15,17,18,19,20,21]))),jt=s.lazy(()=>a(()=>import("./pages-settings-thllZ7gb.js").then(t=>t.P),__vite__mapDeps([29,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16,14,15,17,18,19,20,21]))),yt=s.lazy(()=>a(()=>import("./pages-settings-thllZ7gb.js").then(t=>t.I),__vite__mapDeps([29,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16,14,15,17,18,19,20,21]))),_t=s.lazy(()=>a(()=>import("./pages-settings-thllZ7gb.js").then(t=>t.c),__vite__mapDeps([29,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16,14,15,17,18,19,20,21]))),wt=s.lazy(()=>a(()=>import("./pages-settings-thllZ7gb.js").then(t=>t.d),__vite__mapDeps([29,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16,14,15,17,18,19,20,21]))),kt=s.lazy(()=>a(()=>import("./pages-settings-thllZ7gb.js").then(t=>t.e),__vite__mapDeps([29,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16,14,15,17,18,19,20,21]))),vt=s.lazy(()=>a(()=>import("./pages-settings-thllZ7gb.js").then(t=>t.f),__vite__mapDeps([29,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16,14,15,17,18,19,20,21]))),Ct=s.lazy(()=>a(()=>import("./page-help-COTCneXr.js").then(t=>t.H),__vite__mapDeps([30,1,2,3,4,6,5,7,8,9,16,0,10,11,12,13]))),Nt=s.lazy(()=>a(()=>import("./page-help-COTCneXr.js").then(t=>t.D),__vite__mapDeps([30,1,2,3,4,6,5,7,8,9,16,0,10,11,12,13]))),Et=s.lazy(()=>a(()=>import("./page-help-COTCneXr.js").then(t=>t.S),__vite__mapDeps([30,1,2,3,4,6,5,7,8,9,16,0,10,11,12,13]))),St=s.lazy(()=>a(()=>import("./page-help-COTCneXr.js").then(t=>t.F),__vite__mapDeps([30,1,2,3,4,6,5,7,8,9,16,0,10,11,12,13]))),Lt=s.lazy(()=>a(()=>import("./page-components.tsx-4vErPdxY.js").then(t=>t.f),__vite__mapDeps([9,1,2,3,4,6,5,7,8]))),It=s.lazy(()=>a(()=>import("./pages-settings-thllZ7gb.js").then(t=>t.g),__vite__mapDeps([29,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16,14,15,17,18,19,20,21]))),Rt=s.lazy(()=>a(()=>import("./pages-settings-thllZ7gb.js").then(t=>t.h),__vite__mapDeps([29,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16,14,15,17,18,19,20,21]))),Tt=s.lazy(()=>a(()=>import("./pages-settings-thllZ7gb.js").then(t=>t.B),__vite__mapDeps([29,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16,14,15,17,18,19,20,21]))),At=s.lazy(()=>a(()=>import("./pages-settings-thllZ7gb.js").then(t=>t.i),__vite__mapDeps([29,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16,14,15,17,18,19,20,21]))),Pt=s.lazy(()=>a(()=>import("./pages-settings-thllZ7gb.js").then(t=>t.j),__vite__mapDeps([29,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16,14,15,17,18,19,20,21]))),Dt=s.lazy(()=>a(()=>import("./pages-settings-thllZ7gb.js").then(t=>t.k),__vite__mapDeps([29,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16,14,15,17,18,19,20,21]))),Vt=s.lazy(()=>a(()=>import("./pages-settings-thllZ7gb.js").then(t=>t.C),__vite__mapDeps([29,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16,14,15,17,18,19,20,21]))),Mt=s.lazy(()=>a(()=>import("./pages-settings-thllZ7gb.js").then(t=>t.l),__vite__mapDeps([29,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16,14,15,17,18,19,20,21]))),zt=s.lazy(()=>a(()=>import("./pages-settings-thllZ7gb.js").then(t=>t.D),__vite__mapDeps([29,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16,14,15,17,18,19,20,21]))),Ot=s.lazy(()=>a(()=>import("./pages-settings-thllZ7gb.js").then(t=>t.m),__vite__mapDeps([29,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16,14,15,17,18,19,20,21]))),Ht=s.lazy(()=>a(()=>import("./pages-settings-thllZ7gb.js").then(t=>t.L),__vite__mapDeps([29,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16,14,15,17,18,19,20,21]))),Ft=s.lazy(()=>a(()=>import("./pages-settings-thllZ7gb.js").then(t=>t.n),__vite__mapDeps([29,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16,14,15,17,18,19,20,21]))),Zt=s.lazy(()=>a(()=>import("./pages-settings-thllZ7gb.js").then(t=>t.o),__vite__mapDeps([29,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16,14,15,17,18,19,20,21]))),K=s.lazy(()=>a(()=>import("./pages-settings-thllZ7gb.js").then(t=>t.N),__vite__mapDeps([29,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16,14,15,17,18,19,20,21]))),Bt=s.lazy(()=>a(()=>import("./pages-settings-thllZ7gb.js").then(t=>t.p),__vite__mapDeps([29,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16,14,15,17,18,19,20,21]))),$t=s.lazy(()=>a(()=>import("./pages-settings-thllZ7gb.js").then(t=>t.q),__vite__mapDeps([29,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16,14,15,17,18,19,20,21]))),Ut=s.lazy(()=>a(()=>import("./pages-settings-thllZ7gb.js").then(t=>t.r),__vite__mapDeps([29,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16,14,15,17,18,19,20,21]))),qt=s.lazy(()=>a(()=>import("./pages-settings-thllZ7gb.js").then(t=>t.s),__vite__mapDeps([29,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16,14,15,17,18,19,20,21]))),Kt=s.lazy(()=>a(()=>import("./pages-settings-thllZ7gb.js").then(t=>t.R),__vite__mapDeps([29,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16,14,15,17,18,19,20,21]))),Wt=s.lazy(()=>a(()=>import("./pages-settings-thllZ7gb.js").then(t=>t.t),__vite__mapDeps([29,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16,14,15,17,18,19,20,21]))),Gt=s.lazy(()=>a(()=>import("./pages-settings-thllZ7gb.js").then(t=>t.T),__vite__mapDeps([29,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16,14,15,17,18,19,20,21]))),Jt=s.lazy(()=>a(()=>import("./pages-settings-thllZ7gb.js").then(t=>t.u),__vite__mapDeps([29,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16,14,15,17,18,19,20,21]))),Xt=s.lazy(()=>a(()=>import("./pages-settings-thllZ7gb.js").then(t=>t.V),__vite__mapDeps([29,1,2,3,4,6,5,7,8,0,9,10,11,12,13,16,14,15,17,18,19,20,21])));function Yt(){return e.jsxs(e.Fragment,{children:[e.jsx(Fe,{}),e.jsx(De,{}),e.jsx(se,{children:e.jsxs(ae,{children:[e.jsx(Oe,{}),e.jsxs(re,{children:[e.jsx(r,{path:"/signin",element:e.jsx(ge,{})}),e.jsx(r,{path:"/signup",element:e.jsx(pe,{})}),e.jsxs(r,{element:e.jsx(He,{children:e.jsx(ze,{})}),children:[e.jsx(r,{index:!0,path:"/",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(Ze,{})})}),e.jsx(r,{path:"/planner",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(Be,{})})}),e.jsx(r,{path:"/planner/keywords",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx($e,{})})}),e.jsx(r,{path:"/planner/clusters",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(Ue,{})})}),e.jsx(r,{path:"/planner/ideas",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(qe,{})})}),e.jsx(r,{path:"/writer",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(We,{})})}),e.jsx(r,{path:"/writer/tasks",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(Ge,{})})}),e.jsx(r,{path:"/writer/content",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(Je,{})})}),e.jsx(r,{path:"/writer/content/:id",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(Xe,{})})}),e.jsx(r,{path:"/writer/drafts",element:e.jsx(W,{to:"/writer/content",replace:!0})}),e.jsx(r,{path:"/writer/images",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(Ye,{})})}),e.jsx(r,{path:"/writer/published",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(Qe,{})})}),e.jsx(r,{path:"/thinker",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(et,{})})}),e.jsx(r,{path:"/thinker/prompts",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(tt,{})})}),e.jsx(r,{path:"/thinker/author-profiles",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(st,{})})}),e.jsx(r,{path:"/thinker/profile",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(rt,{})})}),e.jsx(r,{path:"/thinker/strategies",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(at,{})})}),e.jsx(r,{path:"/thinker/image-testing",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(nt,{})})}),e.jsx(r,{path:"/billing/credits",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(lt,{})})}),e.jsx(r,{path:"/billing/transactions",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(ot,{})})}),e.jsx(r,{path:"/billing/usage",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(it,{})})}),e.jsx(r,{path:"/reference/seed-keywords",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(dt,{})})}),e.jsx(r,{path:"/planner/keyword-opportunities",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(Ke,{})})}),e.jsx(r,{path:"/reference/industries",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(ct,{})})}),e.jsx(r,{path:"/schedules",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(mt,{})})}),e.jsx(r,{path:"/settings",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(ut,{})})}),e.jsx(r,{path:"/settings/users",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(ht,{})})}),e.jsx(r,{path:"/settings/subscriptions",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(xt,{})})}),e.jsx(r,{path:"/settings/system",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(gt,{})})}),e.jsx(r,{path:"/settings/account",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(pt,{})})}),e.jsx(r,{path:"/settings/modules",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(bt,{})})}),e.jsx(r,{path:"/settings/ai",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(ft,{})})}),e.jsx(r,{path:"/settings/plans",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(jt,{})})}),e.jsx(r,{path:"/settings/industries",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(yt,{})})}),e.jsx(r,{path:"/settings/status",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(_t,{})})}),e.jsx(r,{path:"/settings/integration",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(wt,{})})}),e.jsx(r,{path:"/settings/sites",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(kt,{})})}),e.jsx(r,{path:"/settings/import-export",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(vt,{})})}),e.jsx(r,{path:"/help",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(Ct,{})})}),e.jsx(r,{path:"/help/docs",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(Nt,{})})}),e.jsx(r,{path:"/help/system-testing",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(Et,{})})}),e.jsx(r,{path:"/help/function-testing",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(St,{})})}),e.jsx(r,{path:"/ui-elements/alerts",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(It,{})})}),e.jsx(r,{path:"/ui-elements/avatars",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(Rt,{})})}),e.jsx(r,{path:"/ui-elements/badges",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(Tt,{})})}),e.jsx(r,{path:"/ui-elements/breadcrumb",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(At,{})})}),e.jsx(r,{path:"/ui-elements/buttons",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(Pt,{})})}),e.jsx(r,{path:"/ui-elements/buttons-group",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(Dt,{})})}),e.jsx(r,{path:"/ui-elements/cards",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(Vt,{})})}),e.jsx(r,{path:"/ui-elements/carousel",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(Mt,{})})}),e.jsx(r,{path:"/ui-elements/dropdowns",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(zt,{})})}),e.jsx(r,{path:"/ui-elements/images",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(Ot,{})})}),e.jsx(r,{path:"/ui-elements/links",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(Ht,{})})}),e.jsx(r,{path:"/ui-elements/list",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(Ft,{})})}),e.jsx(r,{path:"/ui-elements/modals",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(Zt,{})})}),e.jsx(r,{path:"/ui-elements/notifications",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(K,{})})}),e.jsx(r,{path:"/ui-elements/pagination",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(Bt,{})})}),e.jsx(r,{path:"/ui-elements/popovers",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx($t,{})})}),e.jsx(r,{path:"/ui-elements/pricing-table",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(Ut,{})})}),e.jsx(r,{path:"/ui-elements/progressbar",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(qt,{})})}),e.jsx(r,{path:"/ui-elements/ribbons",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(Kt,{})})}),e.jsx(r,{path:"/ui-elements/spinners",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(Wt,{})})}),e.jsx(r,{path:"/ui-elements/tabs",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(Gt,{})})}),e.jsx(r,{path:"/ui-elements/tooltips",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(Jt,{})})}),e.jsx(r,{path:"/ui-elements/videos",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(Xt,{})})}),e.jsx(r,{path:"/components",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(Lt,{})})}),e.jsx(r,{path:"/notifications",element:e.jsx(s.Suspense,{fallback:null,children:e.jsx(K,{})})})]}),e.jsx(r,{path:"*",element:e.jsx(ke,{})})]})]})})]})}class Qt extends s.Component{constructor(l){super(l),this.state={hasError:!1,error:null,errorInfo:null}}static getDerivedStateFromError(l){return{hasError:!0,error:l,errorInfo:null}}componentDidCatch(l,n){console.error("ErrorBoundary caught an error:",l,n),this.setState({error:l,errorInfo:n})}render(){var l;return this.state.hasError?this.props.fallback?this.props.fallback:e.jsx("div",{className:"flex items-center justify-center min-h-screen p-6",children:e.jsxs("div",{className:"text-center max-w-md",children:[e.jsx("h2",{className:"text-2xl font-semibold text-gray-800 dark:text-white mb-4",children:"Something went wrong"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mb-4",children:((l=this.state.error)==null?void 0:l.message)||"An unexpected error occurred"}),e.jsx("button",{onClick:()=>{this.setState({hasError:!1,error:null,errorInfo:null}),window.location.reload()},className:"px-4 py-2 bg-primary-500 text-white rounded-lg hover:bg-primary-600",children:"Reload Page"}),!1]})}):this.props.children}}Q.createRoot(document.getElementById("root")).render(e.jsx(s.StrictMode,{children:e.jsx(Qt,{children:e.jsx(be,{children:e.jsx(je,{children:e.jsx(we,{children:e.jsx(Yt,{})})})})})})); diff --git a/frontend/dist/assets/js/marketing-components-CJXw20ab.js b/frontend/dist/assets/js/marketing-components-CJXw20ab.js new file mode 100644 index 00000000..6c812d1f --- /dev/null +++ b/frontend/dist/assets/js/marketing-components-CJXw20ab.js @@ -0,0 +1 @@ +import{j as e,F as o}from"./vendor-react-core-DRQGgXXF.js";import{L as c}from"./vendor-react-router-P1WQ4rUN.js";import{t as m}from"./marketing-data-DtLIUpMC.js";const f=()=>e.jsx("div",{className:"min-h-screen flex flex-col items-center justify-center bg-slate-950 text-white",children:e.jsxs("div",{className:"flex items-center gap-3 text-lg font-semibold tracking-wide uppercase",children:[e.jsx("span",{className:"h-3 w-3 rounded-full bg-brand-500 animate-pulse"}),"Loading experience…"]})}),u=({image:t,headline:s,subheadline:r,primaryCta:a,secondaryCta:i})=>{const n=(l,d)=>l.href.startsWith("http")?e.jsx("a",{href:l.href,className:d,target:"_blank",rel:"noreferrer",children:l.label}):e.jsx(c,{to:l.href,className:d,children:l.label});return e.jsxs("section",{className:"relative overflow-hidden",children:[e.jsx("div",{className:"absolute inset-0 bg-[radial-gradient(circle_at_top,_rgba(66,133,244,0.25),_rgba(9,14,26,0.9))]"}),e.jsxs("div",{className:"relative max-w-6xl mx-auto px-6 py-24 md:py-32 flex flex-col lg:flex-row gap-16 items-center",children:[e.jsxs("div",{className:"flex-1 flex flex-col gap-6",children:[e.jsx("span",{className:"inline-flex items-center gap-2 text-xs font-semibold uppercase tracking-[0.28em] text-brand-200",children:"AI + SEO PLATFORM"}),e.jsx("h1",{className:"text-4xl md:text-6xl font-semibold leading-tight text-white",children:s}),e.jsx("p",{className:"text-lg md:text-xl text-white/70 leading-relaxed max-w-xl",children:r}),e.jsxs("div",{className:"flex flex-col sm:flex-row gap-4",children:[n(a,"inline-flex items-center justify-center rounded-full bg-brand-500 hover:bg-brand-400 px-6 py-3 text-sm md:text-base font-semibold transition"),i&&n(i,"inline-flex items-center justify-center rounded-full border border-white/20 px-6 py-3 text-sm md:text-base font-semibold text-white/80 hover:text-white hover:border-white/40 transition")]})]}),e.jsx("div",{className:"flex-1 w-full",children:e.jsxs("div",{className:"relative rounded-3xl border border-white/10 bg-white/5 shadow-[0_0_60px_rgba(88,166,255,0.1)]",children:[e.jsx("div",{className:"absolute inset-0 rounded-3xl bg-gradient-to-br from-white/10 via-transparent to-white/0 pointer-events-none"}),e.jsx("img",{src:`/marketing/images/${t}`,alt:"Igny8 dashboard preview",className:"w-full h-full object-cover rounded-3xl"}),e.jsxs("div",{className:"absolute bottom-6 left-6 bg-slate-950/70 backdrop-blur-lg border border-white/10 rounded-2xl px-6 py-4 flex flex-col gap-1",children:[e.jsx("span",{className:"text-xs uppercase tracking-[0.2em] text-white/50",children:"End-to-end automation"}),e.jsx("span",{className:"text-lg font-semibold text-white",children:"Keywords ➝ Ideas ➝ Tasks ➝ Content ➝ Images"})]})]})})]})]})},j=({metrics:t})=>e.jsx("div",{className:"max-w-5xl mx-auto -mt-12 sm:-mt-16 px-6",children:e.jsx("div",{className:"grid grid-cols-1 sm:grid-cols-3 gap-4 rounded-2xl border border-white/10 bg-slate-950/70 backdrop-blur-2xl p-6",children:t.map(s=>e.jsxs("div",{className:"text-center sm:text-left",children:[e.jsx("div",{className:"text-3xl font-semibold text-white",children:s.value}),e.jsx("div",{className:"text-sm uppercase tracking-[0.2em] text-white/50 mt-2",children:s.label})]},s.label))})}),h=["launchpad","northbeam","scaleops","pathfinder","catalyst","orbit"],w=()=>e.jsx("section",{className:"py-16 bg-slate-950/70 border-y border-white/5",children:e.jsxs("div",{className:"max-w-5xl mx-auto px-6 flex flex-col gap-6 items-center",children:[e.jsx("span",{className:"text-xs uppercase tracking-[0.28em] text-white/40",children:"Trusted by modern SEO + content teams"}),e.jsx("div",{className:"flex flex-wrap justify-center gap-8 md:gap-12",children:h.map(t=>e.jsx("div",{className:"h-8 md:h-10 opacity-70 hover:opacity-100 transition",children:e.jsx("img",{src:`/marketing/images/logo-${t}.svg`,alt:`${t} logo`,className:"h-full w-auto"})},t))})]})}),v=({steps:t})=>e.jsx("div",{className:"max-w-6xl mx-auto px-6 py-24",children:e.jsx("div",{className:"grid grid-cols-1 md:grid-cols-4 gap-6",children:t.map((s,r)=>e.jsxs("div",{className:"rounded-3xl border border-white/10 bg-white/5 p-6 flex flex-col gap-4 hover:border-brand-400/40 transition",children:[e.jsx("div",{className:"h-12 w-12 rounded-2xl bg-brand-500/10 border border-brand-500/30 flex items-center justify-center font-semibold text-brand-200 text-xl",children:r+1}),e.jsx("h3",{className:"text-lg font-semibold text-white leading-snug",children:s.title}),e.jsx("p",{className:"text-sm text-white/60 leading-relaxed",children:s.subtitle})]},s.title))})}),N=({features:t})=>e.jsx("div",{className:"max-w-6xl mx-auto px-6 py-24",children:e.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-6",children:t.map(s=>e.jsxs("div",{className:"relative rounded-3xl border border-white/10 bg-gradient-to-br from-white/8 via-transparent to-white/0 p-8 flex flex-col gap-4 group hover:border-brand-400/40 transition",children:[e.jsx("div",{className:"size-12 rounded-2xl bg-brand-500/10 border border-brand-500/30 flex items-center justify-center text-brand-200",children:s.icon}),e.jsx("h3",{className:"text-xl font-semibold text-white",children:s.title}),e.jsx("p",{className:"text-sm text-white/60 leading-relaxed",children:s.description}),s.link&&e.jsxs("a",{href:s.link.href,className:"inline-flex items-center gap-2 text-sm font-semibold text-brand-200 hover:text-brand-100",children:[s.link.label,e.jsx(o,{className:"h-4 w-4"})]}),e.jsx("div",{className:"absolute inset-0 rounded-3xl border border-white/0 group-hover:border-brand-500/30 transition"})]},s.title))})}),y=({eyebrow:t,title:s,description:r,align:a="center"})=>e.jsxs("div",{className:`flex flex-col gap-4 ${a==="center"?"items-center text-center":"items-start text-left"}`,children:[t&&e.jsx("span",{className:"inline-flex items-center rounded-full border border-white/15 bg-white/5 px-4 py-1 text-xs font-semibold uppercase tracking-[0.2em] text-brand-200",children:t}),e.jsx("h2",{className:"text-3xl md:text-4xl font-semibold text-white leading-tight max-w-3xl",children:s}),r&&e.jsx("p",{className:"text-white/60 max-w-2xl text-base md:text-lg leading-relaxed",children:r})]}),k=()=>e.jsx("section",{className:"bg-slate-950",children:e.jsxs("div",{className:"max-w-6xl mx-auto px-6 py-24 space-y-12",children:[e.jsxs("div",{className:"flex flex-col items-center gap-4 text-center",children:[e.jsx("span",{className:"inline-flex items-center rounded-full border border-white/15 bg-white/5 px-4 py-1 text-xs font-semibold uppercase tracking-[0.2em] text-brand-200",children:"Loved by scaling teams"}),e.jsx("h2",{className:"text-3xl md:text-4xl font-semibold text-white leading-tight max-w-2xl",children:"Teams ship more content, capture more demand, and see faster ROI with Igny8."})]}),e.jsx("div",{className:"grid grid-cols-1 md:grid-cols-3 gap-6",children:m.map(t=>e.jsxs("div",{className:"rounded-3xl border border-white/10 bg-white/5 p-8 flex flex-col gap-6 relative overflow-hidden",children:[e.jsx("div",{className:"absolute -top-16 left-1/2 -translate-x-1/2 h-32 w-[140%] rounded-[50%] bg-brand-500/10 blur-3xl pointer-events-none"}),e.jsxs("p",{className:"text-base text-white/80 leading-relaxed",children:["“",t.quote,"”"]}),e.jsxs("div",{className:"flex flex-col text-sm text-white/60",children:[e.jsx("span",{className:"font-semibold text-white",children:t.name}),e.jsxs("span",{children:[t.title," · ",t.company]})]})]},t.name))})]})}),_=({title:t,description:s,primaryCta:r,secondaryCta:a})=>{const i=(n,l,d)=>l.startsWith("http")?e.jsx("a",{href:l,className:d,target:"_blank",rel:"noreferrer",children:n},l):e.jsx("a",{href:l,className:d,children:n},l);return e.jsx("section",{className:"py-24",children:e.jsx("div",{className:"max-w-5xl mx-auto px-6",children:e.jsxs("div",{className:"relative overflow-hidden rounded-3xl border border-white/10 bg-gradient-to-br from-brand-500/30 via-brand-600/20 to-transparent p-10 md:p-14",children:[e.jsx("div",{className:"absolute inset-0 bg-[radial-gradient(circle_at_top_left,_rgba(255,255,255,0.12),_transparent_60%)] pointer-events-none"}),e.jsxs("div",{className:"relative flex flex-col gap-6",children:[e.jsx("h3",{className:"text-3xl md:text-4xl font-semibold text-white leading-tight",children:t}),e.jsx("p",{className:"text-white/70 text-base md:text-lg max-w-2xl",children:s}),e.jsxs("div",{className:"flex flex-col sm:flex-row gap-4",children:[i(r.label,r.href,"inline-flex items-center justify-center rounded-full bg-white text-slate-950 px-6 py-3 text-sm md:text-base font-semibold hover:bg-brand-100 transition"),a&&i(a.label,a.href,"inline-flex items-center justify-center rounded-full border border-white/40 px-6 py-3 text-sm md:text-base font-semibold text-white hover:border-white/60 transition")]})]})]})})})};export{_ as C,N as F,u as H,f as L,j as M,y as S,k as T,v as W,w as a}; diff --git a/frontend/dist/assets/js/marketing-data-DtLIUpMC.js b/frontend/dist/assets/js/marketing-data-DtLIUpMC.js new file mode 100644 index 00000000..fca3b2a1 --- /dev/null +++ b/frontend/dist/assets/js/marketing-data-DtLIUpMC.js @@ -0,0 +1 @@ +const t=[{name:"Product",path:"/product"},{name:"Solutions",path:"/solutions"},{name:"Pricing",path:"/pricing"},{name:"Tour",path:"/tour"},{name:"Resources",path:"/resources"},{name:"Case Studies",path:"/case-studies"},{name:"Partners",path:"/partners"}],e=[{title:"Platform",links:[{name:"Planner",path:"/product#planner"},{name:"Writer",path:"/product#writer"},{name:"Automation",path:"/product#automation"}]},{title:"Company",links:[{name:"Case Studies",path:"/case-studies"},{name:"Partners",path:"/partners"},{name:"Contact",path:"/contact"}]},{title:"Resources",links:[{name:"Help Center",path:"/resources#help"},{name:"Documentation",path:"/resources#docs"},{name:"Partner Program",path:"/partners"}]}],a=[{label:"Content velocity",value:"6× faster"},{label:"SERP lift",value:"+132%"},{label:"Automation coverage",value:"85%"}],n=[{title:"Capture search intent",subtitle:"Import keywords or pull from the global database with one click."},{title:"Cluster automatically",subtitle:"Group related queries using Igny8 AI to map topical authority."},{title:"Generate briefs",subtitle:"Turn clusters into on-brand, SEO-rich content briefs instantly."},{title:"Produce content",subtitle:"Draft long-form content tailored to your tone, guidelines, and SERP data."}],o=[{quote:"Igny8 replaced four tools for our content team. We now go from keywords to published content in hours, not weeks.",name:"Maria Lopez",title:"Head of Content",company:"ScaleOps"},{quote:"Cluster automation plus AI writing gave us a 3× lift in organic traffic. Igny8 is an unfair advantage.",name:"James Patel",title:"SEO Director",company:"BrightOrbit"},{quote:"From briefs to images, everything is automated. Our clients feel the impact every single month.",name:"Lena Morris",title:"Agency Founder",company:"Northbeam Digital"}];export{e as f,a as h,t as p,o as t,n as w}; diff --git a/frontend/dist/assets/js/marketing-index.tsx-BEwFexLZ.js b/frontend/dist/assets/js/marketing-index.tsx-BEwFexLZ.js new file mode 100644 index 00000000..5b1706bb --- /dev/null +++ b/frontend/dist/assets/js/marketing-index.tsx-BEwFexLZ.js @@ -0,0 +1 @@ +import{R as t,j as o,a as e}from"./vendor-react-core-DRQGgXXF.js";import{M as n}from"./marketing-marketingapp.tsx-D0Y0OkFz.js";import{B as s}from"./vendor-react-router-P1WQ4rUN.js";const r=document.getElementById("root");if(!r)throw new Error("Marketing root element not found");const a=t.createRoot(r);a.render(o.jsx(e.StrictMode,{children:o.jsx(s,{children:o.jsx(n,{})})})); diff --git a/frontend/dist/assets/js/marketing-layout-DVDsYZpl.js b/frontend/dist/assets/js/marketing-layout-DVDsYZpl.js new file mode 100644 index 00000000..ca1a5516 --- /dev/null +++ b/frontend/dist/assets/js/marketing-layout-DVDsYZpl.js @@ -0,0 +1 @@ +import{r as d,j as e,b as m,c as h}from"./vendor-react-core-DRQGgXXF.js";import{p as l,f as p}from"./marketing-data-DtLIUpMC.js";import{u as g,L as a}from"./vendor-react-router-P1WQ4rUN.js";const w=({children:c})=>{const[n,r]=d.useState(!1),o=g(),x=()=>r(t=>!t),i=()=>r(!1);return e.jsxs("div",{className:"min-h-screen flex flex-col bg-[#090E1A] text-white",children:[e.jsxs("header",{className:"sticky top-0 z-[1100] backdrop-blur-xl bg-slate-950/70 border-b border-white/10",children:[e.jsxs("div",{className:"max-w-6xl mx-auto px-6 py-4 flex items-center justify-between",children:[e.jsxs(a,{to:"/",className:"flex items-center gap-3",onClick:i,children:[e.jsx("span",{className:"h-10 w-10 rounded-xl bg-gradient-to-br from-brand-400 to-brand-600 flex items-center justify-center text-lg font-bold",children:"IG"}),e.jsxs("div",{className:"flex flex-col leading-tight",children:[e.jsx("span",{className:"font-semibold tracking-wide text-white uppercase",children:"Igny8"}),e.jsx("span",{className:"text-xs text-white/60",children:"AI growth engine"})]})]}),e.jsx("nav",{className:"hidden lg:flex items-center gap-8 text-sm font-medium",children:l.map(t=>{const s=o.pathname===t.path;return e.jsx(a,{to:t.path,className:`transition hover:text-brand-200 ${s?"text-brand-200":"text-white/70"}`,children:t.name},t.name)})}),e.jsxs("div",{className:"hidden lg:flex items-center gap-4",children:[e.jsx("a",{href:"https://app.igny8.com/login",className:"text-sm font-medium text-white/70 hover:text-white transition",children:"Log in"}),e.jsx("a",{href:"https://app.igny8.com/signup",className:"inline-flex items-center justify-center rounded-full bg-brand-500 hover:bg-brand-400 px-5 py-2 text-sm font-semibold transition",children:"Start Free"})]}),e.jsx("button",{className:"lg:hidden inline-flex items-center justify-center rounded-lg border border-white/10 p-2 text-white/80",onClick:x,"aria-label":"Toggle navigation",children:n?e.jsx(m,{className:"h-6 w-6"}):e.jsx(h,{className:"h-6 w-6"})})]}),n&&e.jsxs("div",{className:"lg:hidden border-t border-white/10 bg-slate-950/95 backdrop-blur-xl",children:[e.jsx("nav",{className:"px-6 py-4 flex flex-col gap-3",children:l.map(t=>e.jsx(a,{to:t.path,onClick:i,className:"text-sm font-medium text-white/80 hover:text-white transition",children:t.name},t.name))}),e.jsxs("div",{className:"px-6 pb-6 flex flex-col gap-3",children:[e.jsx("a",{href:"https://app.igny8.com/login",className:"text-sm font-medium text-white/70 hover:text-white transition",onClick:i,children:"Log in"}),e.jsx("a",{href:"https://app.igny8.com/signup",className:"inline-flex items-center justify-center rounded-full bg-brand-500 hover:bg-brand-400 px-5 py-2 text-sm font-semibold transition",onClick:i,children:"Start Free"})]})]})]}),e.jsx("main",{className:"flex-1",children:c}),e.jsxs("footer",{className:"bg-slate-950 border-t border-white/10",children:[e.jsxs("div",{className:"max-w-6xl mx-auto px-6 py-16 grid grid-cols-1 md:grid-cols-4 gap-12",children:[e.jsxs("div",{className:"space-y-4",children:[e.jsxs(a,{to:"/",className:"inline-flex items-center gap-3",children:[e.jsx("span",{className:"h-10 w-10 rounded-xl bg-gradient-to-br from-brand-400 to-brand-600 flex items-center justify-center text-lg font-bold",children:"IG"}),e.jsxs("div",{className:"flex flex-col leading-tight",children:[e.jsx("span",{className:"font-semibold tracking-wide text-white uppercase",children:"Igny8"}),e.jsx("span",{className:"text-xs text-white/60",children:"AI + SEO automation suite"})]})]}),e.jsx("p",{className:"text-sm text-white/60 max-w-xs",children:"Automate keyword intelligence, clustering, content production, and image creation in one unified growth engine."}),e.jsxs("div",{className:"text-xs text-white/40",children:["© ",new Date().getFullYear()," Igny8 Labs. All rights reserved."]})]}),p.map(t=>e.jsxs("div",{children:[e.jsx("h4",{className:"text-sm font-semibold text-white uppercase tracking-wide mb-4",children:t.title}),e.jsx("ul",{className:"space-y-3 text-sm text-white/60",children:t.links.map(s=>e.jsx("li",{children:e.jsx(a,{to:s.path,className:"hover:text-white transition",children:s.name})},s.name))})]},t.title))]}),e.jsx("div",{className:"border-t border-white/10 py-6 px-6 text-center text-xs text-white/30",children:"Built for marketers who automate growth with AI."})]})]})};export{w as M}; diff --git a/frontend/dist/assets/js/marketing-marketingapp.tsx-D0Y0OkFz.js b/frontend/dist/assets/js/marketing-marketingapp.tsx-D0Y0OkFz.js new file mode 100644 index 00000000..71ab22d9 --- /dev/null +++ b/frontend/dist/assets/js/marketing-marketingapp.tsx-D0Y0OkFz.js @@ -0,0 +1,2 @@ +const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/js/page-home.tsx-Ccskc_oH.js","assets/js/vendor-react-core-DRQGgXXF.js","assets/js/vendor-charts-BCGhWx_0.js","assets/js/vendor-other-DTCyBslD.js","assets/css/vendor-other-BsM4JrO0.css","assets/js/marketing-components-CJXw20ab.js","assets/js/vendor-react-router-P1WQ4rUN.js","assets/js/marketing-data-DtLIUpMC.js","assets/js/page-product.tsx-1daWL9gj.js","assets/js/page-solutions.tsx-CFFnhF65.js","assets/js/page-pricing.tsx-CtcPYL8c.js","assets/js/page-tour.tsx-C_7-bMkX.js","assets/js/page-resources.tsx-C5QFszxc.js","assets/js/page-casestudies.tsx-CpWa_rNb.js","assets/js/page-partners.tsx-BG86dGWQ.js","assets/js/page-contact.tsx-B5JVBtMV.js","assets/js/page-waitlist.tsx--kBT-e1c.js"])))=>i.map(i=>d[i]); +import{r,j as t}from"./vendor-react-core-DRQGgXXF.js";import{M as h}from"./marketing-layout-DVDsYZpl.js";import{L as f}from"./marketing-components-CJXw20ab.js";import{R as P,a as o}from"./vendor-react-router-P1WQ4rUN.js";const v="modulepreload",y=function(_){return"/"+_},d={},s=function(p,c,S){let u=Promise.resolve();if(c&&c.length>0){document.getElementsByTagName("link");const e=document.querySelector("meta[property=csp-nonce]"),n=(e==null?void 0:e.nonce)||(e==null?void 0:e.getAttribute("nonce"));u=Promise.allSettled(c.map(i=>{if(i=y(i),i in d)return;d[i]=!0;const l=i.endsWith(".css"),E=l?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${i}"]${E}`))return;const a=document.createElement("link");if(a.rel=l?"stylesheet":v,l||(a.as="script"),a.crossOrigin="",a.href=i,n&&a.setAttribute("nonce",n),document.head.appendChild(a),l)return new Promise((x,j)=>{a.addEventListener("load",x),a.addEventListener("error",()=>j(new Error(`Unable to preload CSS for ${i}`)))})}))}function m(e){const n=new Event("vite:preloadError",{cancelable:!0});if(n.payload=e,window.dispatchEvent(n),!n.defaultPrevented)throw e}return u.then(e=>{for(const n of e||[])n.status==="rejected"&&m(n.reason);return p().catch(m)})},R=r.lazy(()=>s(()=>import("./page-home.tsx-Ccskc_oH.js"),__vite__mapDeps([0,1,2,3,4,5,6,7]))),L=r.lazy(()=>s(()=>import("./page-product.tsx-1daWL9gj.js"),__vite__mapDeps([8,1,2,3,4,5,6,7]))),A=r.lazy(()=>s(()=>import("./page-solutions.tsx-CFFnhF65.js"),__vite__mapDeps([9,1,2,3,4,5,6,7]))),T=r.lazy(()=>s(()=>import("./page-pricing.tsx-CtcPYL8c.js"),__vite__mapDeps([10,1,2,3,4,5,6,7]))),g=r.lazy(()=>s(()=>import("./page-tour.tsx-C_7-bMkX.js"),__vite__mapDeps([11,1,2,3,4,5,6,7]))),O=r.lazy(()=>s(()=>import("./page-resources.tsx-C5QFszxc.js"),__vite__mapDeps([12,1,2,3,4,5,6,7]))),z=r.lazy(()=>s(()=>import("./page-casestudies.tsx-CpWa_rNb.js"),__vite__mapDeps([13,1,2,3,4,5,6,7]))),D=r.lazy(()=>s(()=>import("./page-partners.tsx-BG86dGWQ.js"),__vite__mapDeps([14,1,2,3,4,5,6,7]))),I=r.lazy(()=>s(()=>import("./page-contact.tsx-B5JVBtMV.js"),__vite__mapDeps([15,1,2,3,4,5,6,7]))),V=r.lazy(()=>s(()=>import("./page-waitlist.tsx--kBT-e1c.js"),__vite__mapDeps([16,1,2,3,4,5,6,7]))),U=()=>t.jsx(h,{children:t.jsx(r.Suspense,{fallback:t.jsx(f,{}),children:t.jsxs(P,{children:[t.jsx(o,{path:"/",element:t.jsx(R,{})}),t.jsx(o,{path:"/product",element:t.jsx(L,{})}),t.jsx(o,{path:"/solutions",element:t.jsx(A,{})}),t.jsx(o,{path:"/pricing",element:t.jsx(T,{})}),t.jsx(o,{path:"/tour",element:t.jsx(g,{})}),t.jsx(o,{path:"/resources",element:t.jsx(O,{})}),t.jsx(o,{path:"/case-studies",element:t.jsx(z,{})}),t.jsx(o,{path:"/partners",element:t.jsx(D,{})}),t.jsx(o,{path:"/contact",element:t.jsx(I,{})}),t.jsx(o,{path:"/waitlist",element:t.jsx(V,{})})]})})});export{U as M,s as _}; diff --git a/frontend/dist/assets/js/modulepreload-polyfill-B5Qt9EMX.js b/frontend/dist/assets/js/modulepreload-polyfill-B5Qt9EMX.js new file mode 100644 index 00000000..3e0a78a5 --- /dev/null +++ b/frontend/dist/assets/js/modulepreload-polyfill-B5Qt9EMX.js @@ -0,0 +1 @@ +(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const e of document.querySelectorAll('link[rel="modulepreload"]'))i(e);new MutationObserver(e=>{for(const r of e)if(r.type==="childList")for(const o of r.addedNodes)o.tagName==="LINK"&&o.rel==="modulepreload"&&i(o)}).observe(document,{childList:!0,subtree:!0});function s(e){const r={};return e.integrity&&(r.integrity=e.integrity),e.referrerPolicy&&(r.referrerPolicy=e.referrerPolicy),e.crossOrigin==="use-credentials"?r.credentials="include":e.crossOrigin==="anonymous"?r.credentials="omit":r.credentials="same-origin",r}function i(e){if(e.ep)return;e.ep=!0;const r=s(e);fetch(e.href,r)}})(); diff --git a/frontend/dist/assets/js/page-analytics.tsx-1KCk8AGD.js b/frontend/dist/assets/js/page-analytics.tsx-1KCk8AGD.js deleted file mode 100644 index 91df206a..00000000 --- a/frontend/dist/assets/js/page-analytics.tsx-1KCk8AGD.js +++ /dev/null @@ -1 +0,0 @@ -import{j as e}from"./vendor-react-core-DjsjKnCi.js";import{H as n,a as i}from"./vendor-helmet-MZDArkdS.js";const c=({title:r,description:t})=>e.jsxs(n,{children:[e.jsx("title",{children:r}),e.jsx("meta",{name:"description",content:t})]}),x=({children:r})=>e.jsx(i,{children:r}),d=({title:r,children:t,className:s="",desc:a=""})=>e.jsxs("div",{className:`rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03] ${s}`,children:[e.jsxs("div",{className:"px-6 py-5",children:[e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:r}),a&&e.jsx("p",{className:"mt-1 text-sm text-gray-500 dark:text-gray-400",children:a})]}),e.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:e.jsx("div",{className:"space-y-6",children:t})})]});function o(){return e.jsxs(e.Fragment,{children:[e.jsx(c,{title:"Analytics - IGNY8",description:"Performance analytics"}),e.jsx(d,{title:"Coming Soon",desc:"Performance analytics",children:e.jsxs("div",{className:"text-center py-8",children:[e.jsx("p",{className:"text-gray-600 dark:text-gray-400",children:"Analytics - Coming Soon"}),e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mt-2",children:"Performance analytics and reporting for data-driven decisions"})]})})]})}const p=Object.freeze(Object.defineProperty({__proto__:null,default:o},Symbol.toStringTag,{value:"Module"}));export{x as A,d as C,c as P,p as a}; diff --git a/frontend/dist/assets/js/page-authpages-BaiNliVr.js b/frontend/dist/assets/js/page-authpages-BaiNliVr.js new file mode 100644 index 00000000..899d07e0 --- /dev/null +++ b/frontend/dist/assets/js/page-authpages-BaiNliVr.js @@ -0,0 +1,2 @@ +import{r as s,j as e}from"./vendor-react-core-DRQGgXXF.js";import{L as v,b,u as R}from"./vendor-react-router-P1WQ4rUN.js";import{H as B}from"./vendor-helmet-Cxll262M.js";import{c as T,t as A}from"./vendor-other-DTCyBslD.js";import{c as P,p as z}from"./vendor-state-C9hO8g1p.js";const k=s.createContext(void 0),X=({children:t})=>{const[l,a]=s.useState("light"),[o,r]=s.useState(!1);s.useEffect(()=>{const d=localStorage.getItem("theme")||"light";a(d),r(!0)},[]),s.useEffect(()=>{o&&(localStorage.setItem("theme",l),l==="dark"?document.documentElement.classList.add("dark"):document.documentElement.classList.remove("dark"))},[l,o]);const i=()=>{a(n=>n==="light"?"dark":"light")};return e.jsx(k.Provider,{value:{theme:l,toggleTheme:i},children:t})},I=()=>{const t=s.useContext(k);if(t===void 0)throw new Error("useTheme must be used within a ThemeProvider");return t},H=P()(z((t,l)=>({user:null,token:null,isAuthenticated:!1,loading:!1,login:async(a,o)=>{var r,i;t({loading:!0});try{const d=await fetch("https://api.igny8.com/api/v1/auth/login/",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({email:a,password:o})}),c=await d.json();if(!d.ok||!c.success)throw new Error(c.message||"Login failed");t({user:c.user,token:((r=c.tokens)==null?void 0:r.access)||null,refreshToken:((i=c.tokens)==null?void 0:i.refresh)||null,isAuthenticated:!0,loading:!1})}catch(n){throw t({loading:!1}),new Error(n.message||"Login failed")}finally{l().loading&&t({loading:!1})}},logout:()=>{t({user:null,token:null,refreshToken:null,isAuthenticated:!1,loading:!1})},register:async a=>{var o,r;t({loading:!0});try{const n=await fetch("https://api.igny8.com/api/v1/auth/register/",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({...a,password_confirm:a.password})}),d=await n.json();if(!n.ok||!d.success){const c=d.message||(d.errors&&typeof d.errors=="object"?JSON.stringify(d.errors):d.errors)||"Registration failed";throw new Error(c)}t({user:d.user,token:((o=d.tokens)==null?void 0:o.access)||null,refreshToken:((r=d.tokens)==null?void 0:r.refresh)||null,isAuthenticated:!0,loading:!1})}catch(i){throw t({loading:!1}),new Error(i.message||"Registration failed")}finally{l().loading&&t({loading:!1})}},setUser:a=>{t({user:a,isAuthenticated:!!a})},setToken:a=>{t({token:a})},refreshToken:async()=>{const a=l();if(!a.refreshToken)throw new Error("No refresh token available");try{const r=await fetch("https://api.igny8.com/api/v1/auth/refresh/",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({refresh:a.refreshToken})}),i=await r.json();if(!r.ok||!i.success)throw new Error(i.message||"Token refresh failed");t({token:i.access});try{await l().refreshUser()}catch(n){console.warn("Failed to refresh user data during token refresh:",n)}}catch(o){throw t({user:null,token:null,refreshToken:null,isAuthenticated:!1}),new Error(o.message||"Token refresh failed")}},refreshUser:async()=>{const a=l();if(!a.token&&!a.isAuthenticated)throw new Error("Not authenticated");try{const o="https://api.igny8.com/api",r=a.token||getAuthToken(),i=await fetch(`${o}/v1/auth/me/`,{method:"GET",headers:{"Content-Type":"application/json",...r?{Authorization:`Bearer ${r}`}:{}},credentials:"include"}),n=await i.json();if(!i.ok||!n.success)throw new Error(n.message||"Failed to refresh user data");t({user:n.user})}catch(o){throw console.warn("Failed to refresh user data:",o),new Error(o.message||"Failed to refresh user data")}}}),{name:"auth-storage",partialize:t=>({user:t.user,token:t.token,refreshToken:t.refreshToken,isAuthenticated:t.isAuthenticated}),onRehydrateStorage:()=>(t,l)=>{t&&(t.loading=!1),l&&(console.error("Auth store rehydration error:",l),t&&(t.loading=!1))}})),K=t=>s.createElement("svg",{className:"fill-current",width:"1em",height:"1em",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.25012 3C5.25012 2.58579 5.58591 2.25 6.00012 2.25C6.41433 2.25 6.75012 2.58579 6.75012 3V5.25012L9.00034 5.25012C9.41455 5.25012 9.75034 5.58591 9.75034 6.00012C9.75034 6.41433 9.41455 6.75012 9.00034 6.75012H6.75012V9.00034C6.75012 9.41455 6.41433 9.75034 6.00012 9.75034C5.58591 9.75034 5.25012 9.41455 5.25012 9.00034L5.25012 6.75012H3C2.58579 6.75012 2.25 6.41433 2.25 6.00012C2.25 5.58591 2.58579 5.25012 3 5.25012H5.25012V3Z",fill:""})),Q=t=>s.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.77692 3.24224C9.91768 3.17186 10.0834 3.17186 10.2241 3.24224L15.3713 5.81573L10.3359 8.33331C10.1248 8.43888 9.87626 8.43888 9.66512 8.33331L4.6298 5.81573L9.77692 3.24224ZM3.70264 7.0292V13.4124C3.70264 13.6018 3.80964 13.775 3.97903 13.8597L9.25016 16.4952L9.25016 9.7837C9.16327 9.75296 9.07782 9.71671 8.99432 9.67496L3.70264 7.0292ZM10.7502 16.4955V9.78396C10.8373 9.75316 10.923 9.71683 11.0067 9.67496L16.2984 7.0292V13.4124C16.2984 13.6018 16.1914 13.775 16.022 13.8597L10.7502 16.4955ZM9.41463 17.4831L9.10612 18.1002C9.66916 18.3817 10.3319 18.3817 10.8949 18.1002L16.6928 15.2013C17.3704 14.8625 17.7984 14.17 17.7984 13.4124V6.58831C17.7984 5.83076 17.3704 5.13823 16.6928 4.79945L10.8949 1.90059C10.3319 1.61908 9.66916 1.61907 9.10612 1.90059L9.44152 2.57141L9.10612 1.90059L3.30823 4.79945C2.63065 5.13823 2.20264 5.83076 2.20264 6.58831V13.4124C2.20264 14.17 2.63065 14.8625 3.30823 15.2013L9.10612 18.1002L9.41463 17.4831Z",fill:"currentColor"})),Y=t=>s.createElement("svg",{className:"size-5",xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 22 22",fill:"none",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.70186 11.0001C2.70186 6.41711 6.41711 2.70186 11.0001 2.70186C15.5831 2.70186 19.2984 6.41711 19.2984 11.0001C19.2984 15.5831 15.5831 19.2984 11.0001 19.2984C6.41711 19.2984 2.70186 15.5831 2.70186 11.0001ZM11.0001 0.901855C5.423 0.901855 0.901855 5.423 0.901855 11.0001C0.901855 16.5772 5.423 21.0984 11.0001 21.0984C16.5772 21.0984 21.0984 16.5772 21.0984 11.0001C21.0984 5.423 16.5772 0.901855 11.0001 0.901855ZM14.6197 9.73951C14.9712 9.38804 14.9712 8.81819 14.6197 8.46672C14.2683 8.11525 13.6984 8.11525 13.347 8.46672L10.1894 11.6243L8.6533 10.0883C8.30183 9.7368 7.73198 9.7368 7.38051 10.0883C7.02904 10.4397 7.02904 11.0096 7.38051 11.3611L9.55295 13.5335C9.72174 13.7023 9.95065 13.7971 10.1894 13.7971C10.428 13.7971 10.657 13.7023 10.8257 13.5335L14.6197 9.73951Z",fill:"#12B76A"})),e1=t=>s.createElement("svg",{className:"size-5",xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.6501 11.9996C3.6501 7.38803 7.38852 3.64961 12.0001 3.64961C16.6117 3.64961 20.3501 7.38803 20.3501 11.9996C20.3501 16.6112 16.6117 20.3496 12.0001 20.3496C7.38852 20.3496 3.6501 16.6112 3.6501 11.9996ZM12.0001 1.84961C6.39441 1.84961 1.8501 6.39392 1.8501 11.9996C1.8501 17.6053 6.39441 22.1496 12.0001 22.1496C17.6058 22.1496 22.1501 17.6053 22.1501 11.9996C22.1501 6.39392 17.6058 1.84961 12.0001 1.84961ZM10.9992 7.52468C10.9992 8.07697 11.4469 8.52468 11.9992 8.52468H12.0002C12.5525 8.52468 13.0002 8.07697 13.0002 7.52468C13.0002 6.9724 12.5525 6.52468 12.0002 6.52468H11.9992C11.4469 6.52468 10.9992 6.9724 10.9992 7.52468ZM12.0002 17.371C11.586 17.371 11.2502 17.0352 11.2502 16.621V10.9445C11.2502 10.5303 11.586 10.1945 12.0002 10.1945C12.4144 10.1945 12.7502 10.5303 12.7502 10.9445V16.621C12.7502 17.0352 12.4144 17.371 12.0002 17.371Z",fill:"#0BA5EC"})),t1=t=>s.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.3499 11.9999C20.3499 16.6115 16.6115 20.3499 11.9999 20.3499C7.38832 20.3499 3.6499 16.6115 3.6499 11.9999C3.6499 7.38832 7.38833 3.6499 11.9999 3.6499C16.6115 3.6499 20.3499 7.38832 20.3499 11.9999ZM11.9999 22.1499C17.6056 22.1499 22.1499 17.6056 22.1499 11.9999C22.1499 6.39421 17.6056 1.8499 11.9999 1.8499C6.39421 1.8499 1.8499 6.39421 1.8499 11.9999C1.8499 17.6056 6.39421 22.1499 11.9999 22.1499ZM13.0008 16.4748C13.0008 15.9225 12.5531 15.4748 12.0008 15.4748L11.9998 15.4748C11.4475 15.4748 10.9998 15.9225 10.9998 16.4748C10.9998 17.0271 11.4475 17.4748 11.9998 17.4748L12.0008 17.4748C12.5531 17.4748 13.0008 17.0271 13.0008 16.4748ZM11.9998 6.62849C12.414 6.62849 12.7498 6.96428 12.7498 7.37849L12.7498 13.055C12.7498 13.4692 12.414 13.805 11.9998 13.805C11.5856 13.805 11.2498 13.4692 11.2498 13.055L11.2498 7.37849C11.2498 6.96428 11.5856 6.62849 11.9998 6.62849Z",fill:"#F04438"})),s1=t=>s.createElement("svg",{className:"size-6",width:"1em",height:"1em",viewBox:"0 0 24 26",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{d:"M12.814 4.75L4.78516 16.0352H11.1859L11.1859 23.25L19.2148 11.9648L12.814 11.9648V4.75Z",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})),r1=t=>s.createElement("svg",{className:"fill-current",width:"1em",height:"1em",viewBox:"0 0 13 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.06462 1.62393C6.20193 1.47072 6.40135 1.37432 6.62329 1.37432C6.6236 1.37432 6.62391 1.37432 6.62422 1.37432C6.81631 1.37415 7.00845 1.44731 7.15505 1.5938L10.1551 4.5918C10.4481 4.88459 10.4483 5.35946 10.1555 5.65246C9.86273 5.94546 9.38785 5.94562 9.09486 5.65283L7.37329 3.93247L7.37329 10.125C7.37329 10.5392 7.03751 10.875 6.62329 10.875C6.20908 10.875 5.87329 10.5392 5.87329 10.125L5.87329 3.93578L4.15516 5.65281C3.86218 5.94561 3.3873 5.94546 3.0945 5.65248C2.8017 5.35949 2.80185 4.88462 3.09484 4.59182L6.06462 1.62393Z",fill:""})),a1=t=>s.createElement("svg",{className:"fill-current",width:"1em",height:"1em",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.31462 10.3761C5.45194 10.5293 5.65136 10.6257 5.87329 10.6257C5.8736 10.6257 5.8739 10.6257 5.87421 10.6257C6.0663 10.6259 6.25845 10.5527 6.40505 10.4062L9.40514 7.4082C9.69814 7.11541 9.69831 6.64054 9.40552 6.34754C9.11273 6.05454 8.63785 6.05438 8.34486 6.34717L6.62329 8.06753L6.62329 1.875C6.62329 1.46079 6.28751 1.125 5.87329 1.125C5.45908 1.125 5.12329 1.46079 5.12329 1.875L5.12329 8.06422L3.40516 6.34719C3.11218 6.05439 2.6373 6.05454 2.3445 6.34752C2.0517 6.64051 2.05185 7.11538 2.34484 7.40818L5.31462 10.3761Z",fill:""})),l1=t=>s.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.5 3.25C4.25736 3.25 3.25 4.25736 3.25 5.5V8.99998C3.25 10.2426 4.25736 11.25 5.5 11.25H9C10.2426 11.25 11.25 10.2426 11.25 8.99998V5.5C11.25 4.25736 10.2426 3.25 9 3.25H5.5ZM4.75 5.5C4.75 5.08579 5.08579 4.75 5.5 4.75H9C9.41421 4.75 9.75 5.08579 9.75 5.5V8.99998C9.75 9.41419 9.41421 9.74998 9 9.74998H5.5C5.08579 9.74998 4.75 9.41419 4.75 8.99998V5.5ZM5.5 12.75C4.25736 12.75 3.25 13.7574 3.25 15V18.5C3.25 19.7426 4.25736 20.75 5.5 20.75H9C10.2426 20.75 11.25 19.7427 11.25 18.5V15C11.25 13.7574 10.2426 12.75 9 12.75H5.5ZM4.75 15C4.75 14.5858 5.08579 14.25 5.5 14.25H9C9.41421 14.25 9.75 14.5858 9.75 15V18.5C9.75 18.9142 9.41421 19.25 9 19.25H5.5C5.08579 19.25 4.75 18.9142 4.75 18.5V15ZM12.75 5.5C12.75 4.25736 13.7574 3.25 15 3.25H18.5C19.7426 3.25 20.75 4.25736 20.75 5.5V8.99998C20.75 10.2426 19.7426 11.25 18.5 11.25H15C13.7574 11.25 12.75 10.2426 12.75 8.99998V5.5ZM15 4.75C14.5858 4.75 14.25 5.08579 14.25 5.5V8.99998C14.25 9.41419 14.5858 9.74998 15 9.74998H18.5C18.9142 9.74998 19.25 9.41419 19.25 8.99998V5.5C19.25 5.08579 18.9142 4.75 18.5 4.75H15ZM15 12.75C13.7574 12.75 12.75 13.7574 12.75 15V18.5C12.75 19.7426 13.7574 20.75 15 20.75H18.5C19.7426 20.75 20.75 19.7427 20.75 18.5V15C20.75 13.7574 19.7426 12.75 18.5 12.75H15ZM14.25 15C14.25 14.5858 14.5858 14.25 15 14.25H18.5C18.9142 14.25 19.25 14.5858 19.25 15V18.5C19.25 18.9142 18.9142 19.25 18.5 19.25H15C14.5858 19.25 14.25 18.9142 14.25 18.5V15Z",fill:"currentColor"})),n1=t=>s.createElement("svg",{className:"fill-current",width:"1em",height:"1em",viewBox:"0 0 25 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.8335 19.75C19.8335 20.9926 18.8261 22 17.5835 22H7.0835C5.84086 22 4.8335 20.9926 4.8335 19.75V9.62105C4.8335 9.02455 5.07036 8.45247 5.49201 8.03055L10.8597 2.65951C11.2817 2.23725 11.8542 2 12.4512 2H17.5835C18.8261 2 19.8335 3.00736 19.8335 4.25V19.75ZM17.5835 20.5C17.9977 20.5 18.3335 20.1642 18.3335 19.75V4.25C18.3335 3.83579 17.9977 3.5 17.5835 3.5H12.5815L12.5844 7.49913C12.5853 8.7424 11.5776 9.75073 10.3344 9.75073H6.3335V19.75C6.3335 20.1642 6.66928 20.5 7.0835 20.5H17.5835ZM7.39262 8.25073L11.0823 4.55876L11.0844 7.5002C11.0847 7.91462 10.7488 8.25073 10.3344 8.25073H7.39262ZM8.5835 14.5C8.5835 14.0858 8.91928 13.75 9.3335 13.75H15.3335C15.7477 13.75 16.0835 14.0858 16.0835 14.5C16.0835 14.9142 15.7477 15.25 15.3335 15.25H9.3335C8.91928 15.25 8.5835 14.9142 8.5835 14.5ZM8.5835 17.5C8.5835 17.0858 8.91928 16.75 9.3335 16.75H12.3335C12.7477 16.75 13.0835 17.0858 13.0835 17.5C13.0835 17.9142 12.7477 18.25 12.3335 18.25H9.3335C8.91928 18.25 8.5835 17.9142 8.5835 17.5Z",fill:"currentColor"})),i1=t=>s.createElement("svg",{className:"fill-current",width:"1em",height:"1em",viewBox:"0 0 25 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.6686 16.75C12.4526 16.75 12.2579 16.6587 12.1211 16.5126L7.5115 11.9059C7.21851 11.6131 7.21836 11.1382 7.51116 10.8452C7.80396 10.5523 8.27883 10.5521 8.57182 10.8449L11.9186 14.1896V4C11.9186 3.58579 12.2544 3.25 12.6686 3.25C13.0828 3.25 13.4186 3.58579 13.4186 4V14.1854L16.7615 10.8449C17.0545 10.5521 17.5294 10.5523 17.8222 10.8453C18.115 11.1383 18.1148 11.6131 17.8218 11.9059L13.2469 16.4776C13.1093 16.644 12.9013 16.75 12.6686 16.75ZM5.41663 16C5.41663 15.5858 5.08084 15.25 4.66663 15.25C4.25241 15.25 3.91663 15.5858 3.91663 16V18.5C3.91663 19.7426 4.92399 20.75 6.16663 20.75H19.1675C20.4101 20.75 21.4175 19.7426 21.4175 18.5V16C21.4175 15.5858 21.0817 15.25 20.6675 15.25C20.2533 15.25 19.9175 15.5858 19.9175 16V18.5C19.9175 18.9142 19.5817 19.25 19.1675 19.25H6.16663C5.75241 19.25 5.41663 18.9142 5.41663 18.5V16Z",fill:"currentColor"})),o1=t=>s.createElement("svg",{className:"fill-current",width:"1em",height:"1em",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.4175 9.9986C17.4178 10.1909 17.3446 10.3832 17.198 10.53L12.2013 15.5301C11.9085 15.8231 11.4337 15.8233 11.1407 15.5305C10.8477 15.2377 10.8475 14.7629 11.1403 14.4699L14.8604 10.7472L3.33301 10.7472C2.91879 10.7472 2.58301 10.4114 2.58301 9.99715C2.58301 9.58294 2.91879 9.24715 3.33301 9.24715L14.8549 9.24715L11.1403 5.53016C10.8475 5.23717 10.8477 4.7623 11.1407 4.4695C11.4336 4.1767 11.9085 4.17685 12.2013 4.46984L17.1588 9.43049C17.3173 9.568 17.4175 9.77087 17.4175 9.99715C17.4175 9.99763 17.4175 9.99812 17.4175 9.9986Z",fill:""})),d1=t=>s.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.80443 5.60156C7.59109 5.60156 6.60749 6.58517 6.60749 7.79851C6.60749 9.01185 7.59109 9.99545 8.80443 9.99545C10.0178 9.99545 11.0014 9.01185 11.0014 7.79851C11.0014 6.58517 10.0178 5.60156 8.80443 5.60156ZM5.10749 7.79851C5.10749 5.75674 6.76267 4.10156 8.80443 4.10156C10.8462 4.10156 12.5014 5.75674 12.5014 7.79851C12.5014 9.84027 10.8462 11.4955 8.80443 11.4955C6.76267 11.4955 5.10749 9.84027 5.10749 7.79851ZM4.86252 15.3208C4.08769 16.0881 3.70377 17.0608 3.51705 17.8611C3.48384 18.0034 3.5211 18.1175 3.60712 18.2112C3.70161 18.3141 3.86659 18.3987 4.07591 18.3987H13.4249C13.6343 18.3987 13.7992 18.3141 13.8937 18.2112C13.9797 18.1175 14.017 18.0034 13.9838 17.8611C13.7971 17.0608 13.4132 16.0881 12.6383 15.3208C11.8821 14.572 10.6899 13.955 8.75042 13.955C6.81096 13.955 5.61877 14.572 4.86252 15.3208ZM3.8071 14.2549C4.87163 13.2009 6.45602 12.455 8.75042 12.455C11.0448 12.455 12.6292 13.2009 13.6937 14.2549C14.7397 15.2906 15.2207 16.5607 15.4446 17.5202C15.7658 18.8971 14.6071 19.8987 13.4249 19.8987H4.07591C2.89369 19.8987 1.73504 18.8971 2.05628 17.5202C2.28015 16.5607 2.76117 15.2906 3.8071 14.2549ZM15.3042 11.4955C14.4702 11.4955 13.7006 11.2193 13.0821 10.7533C13.3742 10.3314 13.6054 9.86419 13.7632 9.36432C14.1597 9.75463 14.7039 9.99545 15.3042 9.99545C16.5176 9.99545 17.5012 9.01185 17.5012 7.79851C17.5012 6.58517 16.5176 5.60156 15.3042 5.60156C14.7039 5.60156 14.1597 5.84239 13.7632 6.23271C13.6054 5.73284 13.3741 5.26561 13.082 4.84371C13.7006 4.37777 14.4702 4.10156 15.3042 4.10156C17.346 4.10156 19.0012 5.75674 19.0012 7.79851C19.0012 9.84027 17.346 11.4955 15.3042 11.4955ZM19.9248 19.8987H16.3901C16.7014 19.4736 16.9159 18.969 16.9827 18.3987H19.9248C20.1341 18.3987 20.2991 18.3141 20.3936 18.2112C20.4796 18.1175 20.5169 18.0034 20.4837 17.861C20.2969 17.0607 19.913 16.088 19.1382 15.3208C18.4047 14.5945 17.261 13.9921 15.4231 13.9566C15.2232 13.6945 14.9995 13.437 14.7491 13.1891C14.5144 12.9566 14.262 12.7384 13.9916 12.5362C14.3853 12.4831 14.8044 12.4549 15.2503 12.4549C17.5447 12.4549 19.1291 13.2008 20.1936 14.2549C21.2395 15.2906 21.7206 16.5607 21.9444 17.5202C22.2657 18.8971 21.107 19.8987 19.9248 19.8987Z",fill:"currentColor"})),c1=t=>s.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 25 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.4164 2.79175C13.4164 2.37753 13.0806 2.04175 12.6664 2.04175C12.2522 2.04175 11.9164 2.37753 11.9164 2.79175V4.39876C9.94768 4.67329 8.43237 6.36366 8.43237 8.40795C8.43237 10.0954 9.47908 11.6058 11.0591 12.1984L13.7474 13.2066C14.7419 13.5795 15.4008 14.5303 15.4008 15.5925C15.4008 16.9998 14.2599 18.1407 12.8526 18.1407H11.7957C10.7666 18.1407 9.93237 17.3064 9.93237 16.2773C9.93237 15.8631 9.59659 15.5273 9.18237 15.5273C8.76816 15.5273 8.43237 15.8631 8.43237 16.2773C8.43237 18.1348 9.9382 19.6407 11.7957 19.6407H11.9164V21.2083C11.9164 21.6225 12.2522 21.9583 12.6664 21.9583C13.0806 21.9583 13.4164 21.6225 13.4164 21.2083V19.6017C15.3853 19.3274 16.9008 17.6369 16.9008 15.5925C16.9008 13.905 15.8541 12.3946 14.2741 11.8021L11.5858 10.7939C10.5912 10.4209 9.93237 9.47013 9.93237 8.40795C9.93237 7.00063 11.0732 5.85976 12.4806 5.85976H13.5374C14.5665 5.85976 15.4008 6.69401 15.4008 7.72311C15.4008 8.13732 15.7366 8.47311 16.1508 8.47311C16.565 8.47311 16.9008 8.13732 16.9008 7.72311C16.9008 5.86558 15.395 4.35976 13.5374 4.35976H13.4164V2.79175Z",fill:"currentColor"})),h1=t=>s.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.54142 3.7915C6.54142 2.54886 7.54878 1.5415 8.79142 1.5415H11.2081C12.4507 1.5415 13.4581 2.54886 13.4581 3.7915V4.0415H15.6252H16.666C17.0802 4.0415 17.416 4.37729 17.416 4.7915C17.416 5.20572 17.0802 5.5415 16.666 5.5415H16.3752V8.24638V13.2464V16.2082C16.3752 17.4508 15.3678 18.4582 14.1252 18.4582H5.87516C4.63252 18.4582 3.62516 17.4508 3.62516 16.2082V13.2464V8.24638V5.5415H3.3335C2.91928 5.5415 2.5835 5.20572 2.5835 4.7915C2.5835 4.37729 2.91928 4.0415 3.3335 4.0415H4.37516H6.54142V3.7915ZM14.8752 13.2464V8.24638V5.5415H13.4581H12.7081H7.29142H6.54142H5.12516V8.24638V13.2464V16.2082C5.12516 16.6224 5.46095 16.9582 5.87516 16.9582H14.1252C14.5394 16.9582 14.8752 16.6224 14.8752 16.2082V13.2464ZM8.04142 4.0415H11.9581V3.7915C11.9581 3.37729 11.6223 3.0415 11.2081 3.0415H8.79142C8.37721 3.0415 8.04142 3.37729 8.04142 3.7915V4.0415ZM8.3335 7.99984C8.74771 7.99984 9.0835 8.33562 9.0835 8.74984V13.7498C9.0835 14.1641 8.74771 14.4998 8.3335 14.4998C7.91928 14.4998 7.5835 14.1641 7.5835 13.7498V8.74984C7.5835 8.33562 7.91928 7.99984 8.3335 7.99984ZM12.4168 8.74984C12.4168 8.33562 12.081 7.99984 11.6668 7.99984C11.2526 7.99984 10.9168 8.33562 10.9168 8.74984V13.7498C10.9168 14.1641 11.2526 14.4998 11.6668 14.4998C12.081 14.4998 12.4168 14.1641 12.4168 13.7498V8.74984Z",fill:"currentColor"})),C1=t=>s.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",...t},s.createElement("path",{d:"M14.375 5.75L8.125 12L14.375 18.25",stroke:"#344054",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})),m1=t=>s.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",...t},s.createElement("path",{d:"M8.875 18.25L15.125 12L8.875 5.75",stroke:"#344054",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})),g1=t=>s.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 21 21",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.0911 3.53206C16.2124 2.65338 14.7878 2.65338 13.9091 3.53206L5.6074 11.8337C5.29899 12.1421 5.08687 12.5335 4.99684 12.9603L4.26177 16.445C4.20943 16.6931 4.286 16.9508 4.46529 17.1301C4.64458 17.3094 4.90232 17.3859 5.15042 17.3336L8.63507 16.5985C9.06184 16.5085 9.45324 16.2964 9.76165 15.988L18.0633 7.68631C18.942 6.80763 18.942 5.38301 18.0633 4.50433L17.0911 3.53206ZM14.9697 4.59272C15.2626 4.29982 15.7375 4.29982 16.0304 4.59272L17.0027 5.56499C17.2956 5.85788 17.2956 6.33276 17.0027 6.62565L16.1043 7.52402L14.0714 5.49109L14.9697 4.59272ZM13.0107 6.55175L6.66806 12.8944C6.56526 12.9972 6.49455 13.1277 6.46454 13.2699L5.96704 15.6283L8.32547 15.1308C8.46772 15.1008 8.59819 15.0301 8.70099 14.9273L15.0436 8.58468L13.0107 6.55175Z",fill:"currentColor"})),x1=t=>s.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{d:"M4.79175 7.396L10.0001 12.6043L15.2084 7.396",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})),N=t=>s.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.0002 13.8619C7.23361 13.8619 4.86803 12.1372 3.92328 9.70241C4.86804 7.26761 7.23361 5.54297 10.0002 5.54297C12.7667 5.54297 15.1323 7.26762 16.0771 9.70243C15.1323 12.1372 12.7667 13.8619 10.0002 13.8619ZM10.0002 4.04297C6.48191 4.04297 3.49489 6.30917 2.4155 9.4593C2.3615 9.61687 2.3615 9.78794 2.41549 9.94552C3.49488 13.0957 6.48191 15.3619 10.0002 15.3619C13.5184 15.3619 16.5055 13.0957 17.5849 9.94555C17.6389 9.78797 17.6389 9.6169 17.5849 9.45932C16.5055 6.30919 13.5184 4.04297 10.0002 4.04297ZM9.99151 7.84413C8.96527 7.84413 8.13333 8.67606 8.13333 9.70231C8.13333 10.7286 8.96527 11.5605 9.99151 11.5605H10.0064C11.0326 11.5605 11.8646 10.7286 11.8646 9.70231C11.8646 8.67606 11.0326 7.84413 10.0064 7.84413H9.99151Z"})),M=t=>s.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.63803 3.57709C4.34513 3.2842 3.87026 3.2842 3.57737 3.57709C3.28447 3.86999 3.28447 4.34486 3.57737 4.63775L4.85323 5.91362C3.74609 6.84199 2.89363 8.06395 2.4155 9.45936C2.3615 9.61694 2.3615 9.78801 2.41549 9.94558C3.49488 13.0957 6.48191 15.3619 10.0002 15.3619C11.255 15.3619 12.4422 15.0737 13.4994 14.5598L15.3625 16.4229C15.6554 16.7158 16.1302 16.7158 16.4231 16.4229C16.716 16.13 16.716 15.6551 16.4231 15.3622L4.63803 3.57709ZM12.3608 13.4212L10.4475 11.5079C10.3061 11.5423 10.1584 11.5606 10.0064 11.5606H9.99151C8.96527 11.5606 8.13333 10.7286 8.13333 9.70237C8.13333 9.5461 8.15262 9.39434 8.18895 9.24933L5.91885 6.97923C5.03505 7.69015 4.34057 8.62704 3.92328 9.70247C4.86803 12.1373 7.23361 13.8619 10.0002 13.8619C10.8326 13.8619 11.6287 13.7058 12.3608 13.4212ZM16.0771 9.70249C15.7843 10.4569 15.3552 11.1432 14.8199 11.7311L15.8813 12.7925C16.6329 11.9813 17.2187 11.0143 17.5849 9.94561C17.6389 9.78803 17.6389 9.61696 17.5849 9.45938C16.5055 6.30925 13.5184 4.04303 10.0002 4.04303C9.13525 4.04303 8.30244 4.17999 7.52218 4.43338L8.75139 5.66259C9.1556 5.58413 9.57311 5.54303 10.0002 5.54303C12.7667 5.54303 15.1323 7.26768 16.0771 9.70249Z"})),w1=t=>s.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.04175 9.99984C3.04175 6.15686 6.1571 3.0415 10.0001 3.0415C13.8431 3.0415 16.9584 6.15686 16.9584 9.99984C16.9584 13.8428 13.8431 16.9582 10.0001 16.9582C6.1571 16.9582 3.04175 13.8428 3.04175 9.99984ZM10.0001 1.5415C5.32867 1.5415 1.54175 5.32843 1.54175 9.99984C1.54175 14.6712 5.32867 18.4582 10.0001 18.4582C14.6715 18.4582 18.4584 14.6712 18.4584 9.99984C18.4584 5.32843 14.6715 1.5415 10.0001 1.5415ZM9.99998 10.7498C9.58577 10.7498 9.24998 10.4141 9.24998 9.99984V5.4165C9.24998 5.00229 9.58577 4.6665 9.99998 4.6665C10.4142 4.6665 10.75 5.00229 10.75 5.4165V9.24984H13.3334C13.7476 9.24984 14.0834 9.58562 14.0834 9.99984C14.0834 10.4141 13.7476 10.7498 13.3334 10.7498H10.0001H9.99998Z",fill:"currentColor"})),D=t=>s.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 20 20",fill:"none",...t},s.createElement("path",{d:"M12.7083 5L7.5 10.2083L12.7083 15.4167",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})),u1=t=>s.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.75586 5.50098C7.75586 5.08676 8.09165 4.75098 8.50586 4.75098H18.4985C18.9127 4.75098 19.2485 5.08676 19.2485 5.50098L19.2485 15.4956C19.2485 15.9098 18.9127 16.2456 18.4985 16.2456H8.50586C8.09165 16.2456 7.75586 15.9098 7.75586 15.4956V5.50098ZM8.50586 3.25098C7.26322 3.25098 6.25586 4.25834 6.25586 5.50098V6.26318H5.50195C4.25931 6.26318 3.25195 7.27054 3.25195 8.51318V18.4995C3.25195 19.7422 4.25931 20.7495 5.50195 20.7495H15.4883C16.7309 20.7495 17.7383 19.7421 17.7383 18.4995L17.7383 17.7456H18.4985C19.7411 17.7456 20.7485 16.7382 20.7485 15.4956L20.7485 5.50097C20.7485 4.25833 19.7411 3.25098 18.4985 3.25098H8.50586ZM16.2383 17.7456H8.50586C7.26322 17.7456 6.25586 16.7382 6.25586 15.4956V7.76318H5.50195C5.08774 7.76318 4.75195 8.09897 4.75195 8.51318V18.4995C4.75195 18.9137 5.08774 19.2495 5.50195 19.2495H15.4883C15.9025 19.2495 16.2383 18.9137 16.2383 18.4995L16.2383 17.7456Z",fill:"currentColor"})),f1=t=>s.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.5 3.25C4.25736 3.25 3.25 4.25736 3.25 5.5V18.5C3.25 19.7426 4.25736 20.75 5.5 20.75H18.5001C19.7427 20.75 20.7501 19.7426 20.7501 18.5V5.5C20.7501 4.25736 19.7427 3.25 18.5001 3.25H5.5ZM4.75 5.5C4.75 5.08579 5.08579 4.75 5.5 4.75H18.5001C18.9143 4.75 19.2501 5.08579 19.2501 5.5V18.5C19.2501 18.9142 18.9143 19.25 18.5001 19.25H5.5C5.08579 19.25 4.75 18.9142 4.75 18.5V5.5ZM6.25005 9.7143C6.25005 9.30008 6.58583 8.9643 7.00005 8.9643L17 8.96429C17.4143 8.96429 17.75 9.30008 17.75 9.71429C17.75 10.1285 17.4143 10.4643 17 10.4643L7.00005 10.4643C6.58583 10.4643 6.25005 10.1285 6.25005 9.7143ZM6.25005 14.2857C6.25005 13.8715 6.58583 13.5357 7.00005 13.5357H17C17.4143 13.5357 17.75 13.8715 17.75 14.2857C17.75 14.6999 17.4143 15.0357 17 15.0357H7.00005C6.58583 15.0357 6.25005 14.6999 6.25005 14.2857Z",fill:"currentColor"})),p1=t=>s.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.50391 4.25C8.50391 3.83579 8.83969 3.5 9.25391 3.5H15.2777C15.4766 3.5 15.6674 3.57902 15.8081 3.71967L18.2807 6.19234C18.4214 6.333 18.5004 6.52376 18.5004 6.72268V16.75C18.5004 17.1642 18.1646 17.5 17.7504 17.5H16.248V17.4993H14.748V17.5H9.25391C8.83969 17.5 8.50391 17.1642 8.50391 16.75V4.25ZM14.748 19H9.25391C8.01126 19 7.00391 17.9926 7.00391 16.75V6.49854H6.24805C5.83383 6.49854 5.49805 6.83432 5.49805 7.24854V19.75C5.49805 20.1642 5.83383 20.5 6.24805 20.5H13.998C14.4123 20.5 14.748 20.1642 14.748 19.75L14.748 19ZM7.00391 4.99854V4.25C7.00391 3.00736 8.01127 2 9.25391 2H15.2777C15.8745 2 16.4468 2.23705 16.8687 2.659L19.3414 5.13168C19.7634 5.55364 20.0004 6.12594 20.0004 6.72268V16.75C20.0004 17.9926 18.9931 19 17.7504 19H16.248L16.248 19.75C16.248 20.9926 15.2407 22 13.998 22H6.24805C5.00541 22 3.99805 20.9926 3.99805 19.75V7.24854C3.99805 6.00589 5.00541 4.99854 6.24805 4.99854H7.00391Z",fill:"currentColor"})),v1=t=>s.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C11.5858 2 11.25 2.33579 11.25 2.75V12C11.25 12.4142 11.5858 12.75 12 12.75H21.25C21.6642 12.75 22 12.4142 22 12C22 6.47715 17.5228 2 12 2ZM12.75 11.25V3.53263C13.2645 3.57761 13.7659 3.66843 14.25 3.80098V3.80099C15.6929 4.19606 16.9827 4.96184 18.0104 5.98959C19.0382 7.01734 19.8039 8.30707 20.199 9.75C20.3316 10.2341 20.4224 10.7355 20.4674 11.25H12.75ZM2 12C2 7.25083 5.31065 3.27489 9.75 2.25415V3.80099C6.14748 4.78734 3.5 8.0845 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C15.9155 20.5 19.2127 17.8525 20.199 14.25H21.7459C20.7251 18.6894 16.7492 22 12 22C6.47715 22 2 17.5229 2 12Z",fill:"currentColor"})),L1=t=>s.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 2.75C14 2.33579 14.3358 2 14.75 2C15.1642 2 15.5 2.33579 15.5 2.75V5.73291L17.75 5.73291H19C19.4142 5.73291 19.75 6.0687 19.75 6.48291C19.75 6.89712 19.4142 7.23291 19 7.23291H18.5L18.5 12.2329C18.5 15.5691 15.9866 18.3183 12.75 18.6901V21.25C12.75 21.6642 12.4142 22 12 22C11.5858 22 11.25 21.6642 11.25 21.25V18.6901C8.01342 18.3183 5.5 15.5691 5.5 12.2329L5.5 7.23291H5C4.58579 7.23291 4.25 6.89712 4.25 6.48291C4.25 6.0687 4.58579 5.73291 5 5.73291L6.25 5.73291L8.5 5.73291L8.5 2.75C8.5 2.33579 8.83579 2 9.25 2C9.66421 2 10 2.33579 10 2.75L10 5.73291L14 5.73291V2.75ZM7 7.23291L7 12.2329C7 14.9943 9.23858 17.2329 12 17.2329C14.7614 17.2329 17 14.9943 17 12.2329L17 7.23291L7 7.23291Z",fill:"currentColor"})),j1=t=>s.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.5 19.75C19.5 20.9926 18.4926 22 17.25 22H6.75C5.50736 22 4.5 20.9926 4.5 19.75V9.62105C4.5 9.02455 4.73686 8.45247 5.15851 8.03055L10.5262 2.65951C10.9482 2.23725 11.5207 2 12.1177 2H17.25C18.4926 2 19.5 3.00736 19.5 4.25V19.75ZM17.25 20.5C17.6642 20.5 18 20.1642 18 19.75V4.25C18 3.83579 17.6642 3.5 17.25 3.5H12.248L12.2509 7.49913C12.2518 8.7424 11.2442 9.75073 10.0009 9.75073H6V19.75C6 20.1642 6.33579 20.5 6.75 20.5H17.25ZM7.05913 8.25073L10.7488 4.55876L10.7509 7.5002C10.7512 7.91462 10.4153 8.25073 10.0009 8.25073H7.05913ZM8.25 14.5C8.25 14.0858 8.58579 13.75 9 13.75H15C15.4142 13.75 15.75 14.0858 15.75 14.5C15.75 14.9142 15.4142 15.25 15 15.25H9C8.58579 15.25 8.25 14.9142 8.25 14.5ZM8.25 17.5C8.25 17.0858 8.58579 16.75 9 16.75H12C12.4142 16.75 12.75 17.0858 12.75 17.5C12.75 17.9142 12.4142 18.25 12 18.25H9C8.58579 18.25 8.25 17.9142 8.25 17.5Z",fill:"currentColor"})),y1=t=>s.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.99915 10.2451C6.96564 10.2451 7.74915 11.0286 7.74915 11.9951V12.0051C7.74915 12.9716 6.96564 13.7551 5.99915 13.7551C5.03265 13.7551 4.24915 12.9716 4.24915 12.0051V11.9951C4.24915 11.0286 5.03265 10.2451 5.99915 10.2451ZM17.9991 10.2451C18.9656 10.2451 19.7491 11.0286 19.7491 11.9951V12.0051C19.7491 12.9716 18.9656 13.7551 17.9991 13.7551C17.0326 13.7551 16.2491 12.9716 16.2491 12.0051V11.9951C16.2491 11.0286 17.0326 10.2451 17.9991 10.2451ZM13.7491 11.9951C13.7491 11.0286 12.9656 10.2451 11.9991 10.2451C11.0326 10.2451 10.2491 11.0286 10.2491 11.9951V12.0051C10.2491 12.9716 11.0326 13.7551 11.9991 13.7551C12.9656 13.7551 13.7491 12.9716 13.7491 12.0051V11.9951Z",fill:"currentColor"})),b1=t=>s.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.2441 6C10.2441 5.0335 11.0276 4.25 11.9941 4.25H12.0041C12.9706 4.25 13.7541 5.0335 13.7541 6C13.7541 6.9665 12.9706 7.75 12.0041 7.75H11.9941C11.0276 7.75 10.2441 6.9665 10.2441 6ZM10.2441 18C10.2441 17.0335 11.0276 16.25 11.9941 16.25H12.0041C12.9706 16.25 13.7541 17.0335 13.7541 18C13.7541 18.9665 12.9706 19.75 12.0041 19.75H11.9941C11.0276 19.75 10.2441 18.9665 10.2441 18ZM11.9941 10.25C11.0276 10.25 10.2441 11.0335 10.2441 12C10.2441 12.9665 11.0276 13.75 11.9941 13.75H12.0041C12.9706 13.75 13.7541 12.9665 13.7541 12C13.7541 11.0335 12.9706 10.25 12.0041 10.25H11.9941Z",fill:"currentColor"})),k1=t=>s.createElement("svg",{className:"size-6",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8 2C8.41421 2 8.75 2.33579 8.75 2.75V3.75H15.25V2.75C15.25 2.33579 15.5858 2 16 2C16.4142 2 16.75 2.33579 16.75 2.75V3.75H18.5C19.7426 3.75 20.75 4.75736 20.75 6V9V19C20.75 20.2426 19.7426 21.25 18.5 21.25H5.5C4.25736 21.25 3.25 20.2426 3.25 19V9V6C3.25 4.75736 4.25736 3.75 5.5 3.75H7.25V2.75C7.25 2.33579 7.58579 2 8 2ZM8 5.25H5.5C5.08579 5.25 4.75 5.58579 4.75 6V8.25H19.25V6C19.25 5.58579 18.9142 5.25 18.5 5.25H16H8ZM19.25 9.75H4.75V19C4.75 19.4142 5.08579 19.75 5.5 19.75H18.5C18.9142 19.75 19.25 19.4142 19.25 19V9.75Z",fill:"currentColor"})),V=({title:t,description:l})=>e.jsxs(B,{children:[e.jsx("title",{children:t}),e.jsx("meta",{name:"description",content:l})]});function F(){return e.jsxs(e.Fragment,{children:[e.jsx("div",{className:"absolute right-0 top-0 -z-1 w-full max-w-[250px] xl:max-w-[450px]",children:e.jsx("img",{src:"/images/shape/grid-01.svg",alt:"grid"})}),e.jsx("div",{className:"absolute bottom-0 left-0 -z-1 w-full max-w-[250px] rotate-180 xl:max-w-[450px]",children:e.jsx("img",{src:"/images/shape/grid-01.svg",alt:"grid"})})]})}function U(){const{toggleTheme:t}=I();return e.jsxs("button",{onClick:t,className:"inline-flex items-center justify-center text-white transition-colors rounded-full size-14 bg-brand-500 hover:bg-brand-600",children:[e.jsx("svg",{className:"hidden dark:block",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.99998 1.5415C10.4142 1.5415 10.75 1.87729 10.75 2.2915V3.5415C10.75 3.95572 10.4142 4.2915 9.99998 4.2915C9.58577 4.2915 9.24998 3.95572 9.24998 3.5415V2.2915C9.24998 1.87729 9.58577 1.5415 9.99998 1.5415ZM10.0009 6.79327C8.22978 6.79327 6.79402 8.22904 6.79402 10.0001C6.79402 11.7712 8.22978 13.207 10.0009 13.207C11.772 13.207 13.2078 11.7712 13.2078 10.0001C13.2078 8.22904 11.772 6.79327 10.0009 6.79327ZM5.29402 10.0001C5.29402 7.40061 7.40135 5.29327 10.0009 5.29327C12.6004 5.29327 14.7078 7.40061 14.7078 10.0001C14.7078 12.5997 12.6004 14.707 10.0009 14.707C7.40135 14.707 5.29402 12.5997 5.29402 10.0001ZM15.9813 5.08035C16.2742 4.78746 16.2742 4.31258 15.9813 4.01969C15.6884 3.7268 15.2135 3.7268 14.9207 4.01969L14.0368 4.90357C13.7439 5.19647 13.7439 5.67134 14.0368 5.96423C14.3297 6.25713 14.8045 6.25713 15.0974 5.96423L15.9813 5.08035ZM18.4577 10.0001C18.4577 10.4143 18.1219 10.7501 17.7077 10.7501H16.4577C16.0435 10.7501 15.7077 10.4143 15.7077 10.0001C15.7077 9.58592 16.0435 9.25013 16.4577 9.25013H17.7077C18.1219 9.25013 18.4577 9.58592 18.4577 10.0001ZM14.9207 15.9806C15.2135 16.2735 15.6884 16.2735 15.9813 15.9806C16.2742 15.6877 16.2742 15.2128 15.9813 14.9199L15.0974 14.036C14.8045 13.7431 14.3297 13.7431 14.0368 14.036C13.7439 14.3289 13.7439 14.8038 14.0368 15.0967L14.9207 15.9806ZM9.99998 15.7088C10.4142 15.7088 10.75 16.0445 10.75 16.4588V17.7088C10.75 18.123 10.4142 18.4588 9.99998 18.4588C9.58577 18.4588 9.24998 18.123 9.24998 17.7088V16.4588C9.24998 16.0445 9.58577 15.7088 9.99998 15.7088ZM5.96356 15.0972C6.25646 14.8043 6.25646 14.3295 5.96356 14.0366C5.67067 13.7437 5.1958 13.7437 4.9029 14.0366L4.01902 14.9204C3.72613 15.2133 3.72613 15.6882 4.01902 15.9811C4.31191 16.274 4.78679 16.274 5.07968 15.9811L5.96356 15.0972ZM4.29224 10.0001C4.29224 10.4143 3.95645 10.7501 3.54224 10.7501H2.29224C1.87802 10.7501 1.54224 10.4143 1.54224 10.0001C1.54224 9.58592 1.87802 9.25013 2.29224 9.25013H3.54224C3.95645 9.25013 4.29224 9.58592 4.29224 10.0001ZM4.9029 5.9637C5.1958 6.25659 5.67067 6.25659 5.96356 5.9637C6.25646 5.6708 6.25646 5.19593 5.96356 4.90303L5.07968 4.01915C4.78679 3.72626 4.31191 3.72626 4.01902 4.01915C3.72613 4.31204 3.72613 4.78692 4.01902 5.07981L4.9029 5.9637Z",fill:"currentColor"})}),e.jsx("svg",{className:"dark:hidden",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M17.4547 11.97L18.1799 12.1611C18.265 11.8383 18.1265 11.4982 17.8401 11.3266C17.5538 11.1551 17.1885 11.1934 16.944 11.4207L17.4547 11.97ZM8.0306 2.5459L8.57989 3.05657C8.80718 2.81209 8.84554 2.44682 8.67398 2.16046C8.50243 1.8741 8.16227 1.73559 7.83948 1.82066L8.0306 2.5459ZM12.9154 13.0035C9.64678 13.0035 6.99707 10.3538 6.99707 7.08524H5.49707C5.49707 11.1823 8.81835 14.5035 12.9154 14.5035V13.0035ZM16.944 11.4207C15.8869 12.4035 14.4721 13.0035 12.9154 13.0035V14.5035C14.8657 14.5035 16.6418 13.7499 17.9654 12.5193L16.944 11.4207ZM16.7295 11.7789C15.9437 14.7607 13.2277 16.9586 10.0003 16.9586V18.4586C13.9257 18.4586 17.2249 15.7853 18.1799 12.1611L16.7295 11.7789ZM10.0003 16.9586C6.15734 16.9586 3.04199 13.8433 3.04199 10.0003H1.54199C1.54199 14.6717 5.32892 18.4586 10.0003 18.4586V16.9586ZM3.04199 10.0003C3.04199 6.77289 5.23988 4.05695 8.22173 3.27114L7.83948 1.82066C4.21532 2.77574 1.54199 6.07486 1.54199 10.0003H3.04199ZM6.99707 7.08524C6.99707 5.52854 7.5971 4.11366 8.57989 3.05657L7.48132 2.03522C6.25073 3.35885 5.49707 5.13487 5.49707 7.08524H6.99707Z",fill:"currentColor"})})]})}function Z({children:t}){return e.jsx("div",{className:"relative p-6 bg-white z-1 dark:bg-gray-900 sm:p-0",children:e.jsxs("div",{className:"relative flex flex-col justify-center w-full h-screen lg:flex-row dark:bg-gray-900 sm:p-0",children:[t,e.jsx("div",{className:"items-center hidden w-full h-full lg:w-1/2 bg-brand-950 dark:bg-white/5 lg:grid",children:e.jsxs("div",{className:"relative flex items-center justify-center z-1",children:[e.jsx(F,{}),e.jsxs("div",{className:"flex flex-col items-center max-w-xs",children:[e.jsx(v,{to:"/",className:"block mb-4",children:e.jsx("img",{width:231,height:48,src:"/images/logo/auth-logo.svg",alt:"Logo"})}),e.jsx("p",{className:"text-center text-gray-400 dark:text-white/60",children:"Free and Open-Source Tailwind CSS Admin Dashboard Template"})]})]})}),e.jsx("div",{className:"fixed z-50 hidden bottom-6 right-6 sm:block",children:e.jsx(U,{})})]})})}const f=({htmlFor:t,children:l,className:a})=>e.jsx("label",{htmlFor:t,className:T(A("mb-1.5 block text-sm font-medium text-gray-700 dark:text-gray-400",a)),children:l}),p=({type:t="text",id:l,name:a,placeholder:o,value:r,onChange:i,className:n="",min:d,max:c,step:m,disabled:g=!1,success:C=!1,error:u=!1,hint:x})=>{let h=` h-9 w-full rounded-lg border appearance-none px-3 py-2 text-sm shadow-theme-xs placeholder:text-gray-400 focus:outline-hidden focus:ring-3 dark:bg-gray-900 dark:text-white/90 dark:placeholder:text-white/30 ${n}`;return g?h+=" text-gray-500 border-gray-300 opacity-40 bg-gray-100 cursor-not-allowed dark:bg-gray-800 dark:text-gray-400 dark:border-gray-700 opacity-40":u?h+=" border-error-500 focus:border-error-300 focus:ring-error-500/20 dark:text-error-400 dark:border-error-500 dark:focus:border-error-800":C?h+=" border-success-500 focus:border-success-300 focus:ring-success-500/20 dark:text-success-400 dark:border-success-500 dark:focus:border-success-800":h+=" bg-transparent text-gray-800 border-gray-300 focus:border-brand-300 focus:ring-brand-500/20 dark:border-gray-700 dark:text-white/90 dark:focus:border-brand-800",e.jsxs("div",{className:"relative",children:[e.jsx("input",{type:t,id:l,name:a,placeholder:o,value:r,onChange:i,min:d,max:c,step:m,disabled:g,className:h}),x&&e.jsx("p",{className:`mt-1.5 text-xs ${u?"text-error-500":C?"text-success-500":"text-gray-500"}`,children:x})]})},E=({label:t,checked:l,id:a,onChange:o,className:r="",disabled:i=!1})=>e.jsxs("label",{className:`flex items-center space-x-3 group cursor-pointer ${i?"cursor-not-allowed opacity-60":""}`,children:[e.jsxs("div",{className:"relative w-4 h-4",children:[e.jsx("input",{id:a,type:"checkbox",className:`w-4 h-4 appearance-none cursor-pointer dark:border-gray-700 border border-gray-300 checked:border-transparent rounded-md checked:bg-brand-500 disabled:opacity-60 + ${r}`,checked:l,onChange:n=>o(n.target.checked),disabled:i}),l&&e.jsx("svg",{className:"absolute transform -translate-x-1/2 -translate-y-1/2 pointer-events-none top-1/2 left-1/2",xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",children:e.jsx("path",{d:"M11.6666 3.5L5.24992 9.91667L2.33325 7",stroke:"white",strokeWidth:"1.94437",strokeLinecap:"round",strokeLinejoin:"round"})}),i&&e.jsx("svg",{className:"absolute transform -translate-x-1/2 -translate-y-1/2 pointer-events-none top-1/2 left-1/2",xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",children:e.jsx("path",{d:"M11.6666 3.5L5.24992 9.91667L2.33325 7",stroke:"#E4E7EC",strokeWidth:"2.33333",strokeLinecap:"round",strokeLinejoin:"round"})})]}),t&&e.jsx("span",{className:"text-sm font-medium text-gray-800 dark:text-gray-200",children:t})]}),S=s.forwardRef(({children:t,size:l="md",variant:a="primary",startIcon:o,endIcon:r,onClick:i,className:n="",disabled:d=!1,type:c="button"},m)=>{const g={sm:"px-3 py-1.5 text-xs h-8",md:"px-3 py-2 text-sm h-9"},C={primary:"bg-brand-500 text-white shadow-theme-xs hover:bg-brand-600 disabled:bg-brand-300",outline:"bg-white text-gray-700 ring-1 ring-inset ring-gray-300 hover:bg-gray-50 dark:bg-gray-800 dark:text-gray-400 dark:ring-gray-700 dark:hover:bg-white/[0.03] dark:hover:text-gray-300",secondary:"bg-gray-500 text-white border border-gray-500 hover:bg-gray-600 hover:border-gray-600 dark:bg-gray-500 dark:border-gray-500 dark:hover:bg-gray-600 dark:hover:border-gray-600",success:"bg-success-500 text-white shadow-theme-xs hover:bg-success-600 disabled:bg-success-300"};return e.jsxs("button",{ref:m,type:c,className:`inline-flex items-center justify-center gap-2 rounded-lg transition ${n} ${g[l]} ${C[a]} ${d?"cursor-not-allowed opacity-50":""}`,onClick:i,disabled:d,children:[o&&e.jsx("span",{className:"flex items-center",children:o}),t,r&&e.jsx("span",{className:"flex items-center",children:r})]})});S.displayName="Button";function _(){const[t,l]=s.useState(!1),[a,o]=s.useState(!1),[r,i]=s.useState(""),[n,d]=s.useState(""),[c,m]=s.useState(""),g=b(),C=R(),{login:u,loading:x}=H(),h=async w=>{var L,y;if(w.preventDefault(),m(""),!r||!n){m("Please enter both email and password");return}try{await u(r,n);const j=((y=(L=C.state)==null?void 0:L.from)==null?void 0:y.pathname)||"/";g(j,{replace:!0})}catch(j){m(j.message||"Login failed. Please check your credentials.")}};return e.jsxs("div",{className:"flex flex-col flex-1",children:[e.jsx("div",{className:"w-full max-w-md pt-10 mx-auto"}),e.jsx("div",{className:"flex flex-col justify-center flex-1 w-full max-w-md mx-auto",children:e.jsxs("div",{children:[e.jsxs("div",{className:"mb-5 sm:mb-8",children:[e.jsx("h1",{className:"mb-2 font-semibold text-gray-800 text-title-sm dark:text-white/90 sm:text-title-md",children:"Sign In"}),e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400",children:"Enter your email and password to sign in!"})]}),e.jsxs("div",{children:[e.jsxs("div",{className:"grid grid-cols-1 gap-3 sm:grid-cols-2 sm:gap-5",children:[e.jsxs("button",{className:"inline-flex items-center justify-center gap-3 py-3 text-sm font-normal text-gray-700 transition-colors bg-gray-100 rounded-lg px-7 hover:bg-gray-200 hover:text-gray-800 dark:bg-white/5 dark:text-white/90 dark:hover:bg-white/10",children:[e.jsxs("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.jsx("path",{d:"M18.7511 10.1944C18.7511 9.47495 18.6915 8.94995 18.5626 8.40552H10.1797V11.6527H15.1003C15.0011 12.4597 14.4654 13.675 13.2749 14.4916L13.2582 14.6003L15.9087 16.6126L16.0924 16.6305C17.7788 15.1041 18.7511 12.8583 18.7511 10.1944Z",fill:"#4285F4"}),e.jsx("path",{d:"M10.1788 18.75C12.5895 18.75 14.6133 17.9722 16.0915 16.6305L13.274 14.4916C12.5201 15.0068 11.5081 15.3666 10.1788 15.3666C7.81773 15.3666 5.81379 13.8402 5.09944 11.7305L4.99473 11.7392L2.23868 13.8295L2.20264 13.9277C3.67087 16.786 6.68674 18.75 10.1788 18.75Z",fill:"#34A853"}),e.jsx("path",{d:"M5.10014 11.7305C4.91165 11.186 4.80257 10.6027 4.80257 9.99992C4.80257 9.3971 4.91165 8.81379 5.09022 8.26935L5.08523 8.1534L2.29464 6.02954L2.20333 6.0721C1.5982 7.25823 1.25098 8.5902 1.25098 9.99992C1.25098 11.4096 1.5982 12.7415 2.20333 13.9277L5.10014 11.7305Z",fill:"#FBBC05"}),e.jsx("path",{d:"M10.1789 4.63331C11.8554 4.63331 12.9864 5.34303 13.6312 5.93612L16.1511 3.525C14.6035 2.11528 12.5895 1.25 10.1789 1.25C6.68676 1.25 3.67088 3.21387 2.20264 6.07218L5.08953 8.26943C5.81381 6.15972 7.81776 4.63331 10.1789 4.63331Z",fill:"#EB4335"})]}),"Sign in with Google"]}),e.jsxs("button",{className:"inline-flex items-center justify-center gap-3 py-3 text-sm font-normal text-gray-700 transition-colors bg-gray-100 rounded-lg px-7 hover:bg-gray-200 hover:text-gray-800 dark:bg-white/5 dark:text-white/90 dark:hover:bg-white/10",children:[e.jsx("svg",{width:"21",className:"fill-current",height:"20",viewBox:"0 0 21 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M15.6705 1.875H18.4272L12.4047 8.75833L19.4897 18.125H13.9422L9.59717 12.4442L4.62554 18.125H1.86721L8.30887 10.7625L1.51221 1.875H7.20054L11.128 7.0675L15.6705 1.875ZM14.703 16.475H16.2305L6.37054 3.43833H4.73137L14.703 16.475Z"})}),"Sign in with X"]})]}),e.jsxs("div",{className:"relative py-3 sm:py-5",children:[e.jsx("div",{className:"absolute inset-0 flex items-center",children:e.jsx("div",{className:"w-full border-t border-gray-200 dark:border-gray-800"})}),e.jsx("div",{className:"relative flex justify-center text-sm",children:e.jsx("span",{className:"p-2 text-gray-400 bg-white dark:bg-gray-900 sm:px-5 sm:py-2",children:"Or"})})]}),e.jsx("form",{onSubmit:h,children:e.jsxs("div",{className:"space-y-6",children:[c&&e.jsx("div",{className:"p-3 text-sm text-red-600 bg-red-50 border border-red-200 rounded-lg dark:bg-red-900/20 dark:text-red-400 dark:border-red-800",children:c}),e.jsxs("div",{children:[e.jsxs(f,{children:["Email ",e.jsx("span",{className:"text-error-500",children:"*"})," "]}),e.jsx(p,{type:"email",value:r,onChange:w=>i(w.target.value),placeholder:"info@gmail.com",required:!0})]}),e.jsxs("div",{children:[e.jsxs(f,{children:["Password ",e.jsx("span",{className:"text-error-500",children:"*"})," "]}),e.jsxs("div",{className:"relative",children:[e.jsx(p,{type:t?"text":"password",value:n,onChange:w=>d(w.target.value),placeholder:"Enter your password",required:!0}),e.jsx("span",{onClick:()=>l(!t),className:"absolute z-30 -translate-y-1/2 cursor-pointer right-4 top-1/2",children:t?e.jsx(N,{className:"fill-gray-500 dark:fill-gray-400 size-5"}):e.jsx(M,{className:"fill-gray-500 dark:fill-gray-400 size-5"})})]})]}),e.jsxs("div",{className:"flex items-center justify-between",children:[e.jsxs("div",{className:"flex items-center gap-3",children:[e.jsx(E,{checked:a,onChange:o}),e.jsx("span",{className:"block font-normal text-gray-700 text-theme-sm dark:text-gray-400",children:"Keep me logged in"})]}),e.jsx(v,{to:"/reset-password",className:"text-sm text-brand-500 hover:text-brand-600 dark:text-brand-400",children:"Forgot password?"})]}),e.jsx("div",{children:e.jsx(S,{className:"w-full",size:"sm",type:"submit",disabled:x,children:x?"Signing in...":"Sign in"})})]})}),e.jsx("div",{className:"mt-5",children:e.jsxs("p",{className:"text-sm font-normal text-center text-gray-700 dark:text-gray-400 sm:text-start",children:["Don't have an account? ","",e.jsx(v,{to:"/signup",className:"text-brand-500 hover:text-brand-600 dark:text-brand-400",children:"Sign Up"})]})})]})]})})]})}function H1(){return e.jsxs(e.Fragment,{children:[e.jsx(V,{title:"React.js SignIn Dashboard | TailAdmin - Next.js Admin Dashboard Template",description:"This is React.js SignIn Tables Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsx(Z,{children:e.jsx(_,{})})]})}function $(){const[t,l]=s.useState(!1),[a,o]=s.useState(!1),[r,i]=s.useState({firstName:"",lastName:"",email:"",password:"",username:""}),[n,d]=s.useState(""),c=b(),{register:m,loading:g}=H(),C=x=>{const{name:h,value:w}=x.target;i(L=>({...L,[h]:w}))},u=async x=>{if(x.preventDefault(),d(""),!r.email||!r.password||!r.firstName||!r.lastName){d("Please fill in all required fields");return}if(!a){d("Please agree to the Terms and Conditions");return}try{const h=r.username||r.email.split("@")[0];await m({email:r.email,password:r.password,username:h,first_name:r.firstName,last_name:r.lastName}),c("/",{replace:!0})}catch(h){d(h.message||"Registration failed. Please try again.")}};return e.jsxs("div",{className:"flex flex-col flex-1 w-full overflow-y-auto lg:w-1/2 no-scrollbar",children:[e.jsx("div",{className:"w-full max-w-md mx-auto mb-5 sm:pt-10",children:e.jsxs(v,{to:"/",className:"inline-flex items-center text-sm text-gray-500 transition-colors hover:text-gray-700 dark:text-gray-400 dark:hover:text-gray-300",children:[e.jsx(D,{className:"size-5"}),"Back to dashboard"]})}),e.jsx("div",{className:"flex flex-col justify-center flex-1 w-full max-w-md mx-auto",children:e.jsxs("div",{children:[e.jsxs("div",{className:"mb-5 sm:mb-8",children:[e.jsx("h1",{className:"mb-2 font-semibold text-gray-800 text-title-sm dark:text-white/90 sm:text-title-md",children:"Sign Up"}),e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400",children:"Enter your email and password to sign up!"})]}),e.jsxs("div",{children:[e.jsxs("div",{className:"grid grid-cols-1 gap-3 sm:grid-cols-2 sm:gap-5",children:[e.jsxs("button",{className:"inline-flex items-center justify-center gap-3 py-3 text-sm font-normal text-gray-700 transition-colors bg-gray-100 rounded-lg px-7 hover:bg-gray-200 hover:text-gray-800 dark:bg-white/5 dark:text-white/90 dark:hover:bg-white/10",children:[e.jsxs("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.jsx("path",{d:"M18.7511 10.1944C18.7511 9.47495 18.6915 8.94995 18.5626 8.40552H10.1797V11.6527H15.1003C15.0011 12.4597 14.4654 13.675 13.2749 14.4916L13.2582 14.6003L15.9087 16.6126L16.0924 16.6305C17.7788 15.1041 18.7511 12.8583 18.7511 10.1944Z",fill:"#4285F4"}),e.jsx("path",{d:"M10.1788 18.75C12.5895 18.75 14.6133 17.9722 16.0915 16.6305L13.274 14.4916C12.5201 15.0068 11.5081 15.3666 10.1788 15.3666C7.81773 15.3666 5.81379 13.8402 5.09944 11.7305L4.99473 11.7392L2.23868 13.8295L2.20264 13.9277C3.67087 16.786 6.68674 18.75 10.1788 18.75Z",fill:"#34A853"}),e.jsx("path",{d:"M5.10014 11.7305C4.91165 11.186 4.80257 10.6027 4.80257 9.99992C4.80257 9.3971 4.91165 8.81379 5.09022 8.26935L5.08523 8.1534L2.29464 6.02954L2.20333 6.0721C1.5982 7.25823 1.25098 8.5902 1.25098 9.99992C1.25098 11.4096 1.5982 12.7415 2.20333 13.9277L5.10014 11.7305Z",fill:"#FBBC05"}),e.jsx("path",{d:"M10.1789 4.63331C11.8554 4.63331 12.9864 5.34303 13.6312 5.93612L16.1511 3.525C14.6035 2.11528 12.5895 1.25 10.1789 1.25C6.68676 1.25 3.67088 3.21387 2.20264 6.07218L5.08953 8.26943C5.81381 6.15972 7.81776 4.63331 10.1789 4.63331Z",fill:"#EB4335"})]}),"Sign up with Google"]}),e.jsxs("button",{className:"inline-flex items-center justify-center gap-3 py-3 text-sm font-normal text-gray-700 transition-colors bg-gray-100 rounded-lg px-7 hover:bg-gray-200 hover:text-gray-800 dark:bg-white/5 dark:text-white/90 dark:hover:bg-white/10",children:[e.jsx("svg",{width:"21",className:"fill-current",height:"20",viewBox:"0 0 21 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M15.6705 1.875H18.4272L12.4047 8.75833L19.4897 18.125H13.9422L9.59717 12.4442L4.62554 18.125H1.86721L8.30887 10.7625L1.51221 1.875H7.20054L11.128 7.0675L15.6705 1.875ZM14.703 16.475H16.2305L6.37054 3.43833H4.73137L14.703 16.475Z"})}),"Sign up with X"]})]}),e.jsxs("div",{className:"relative py-3 sm:py-5",children:[e.jsx("div",{className:"absolute inset-0 flex items-center",children:e.jsx("div",{className:"w-full border-t border-gray-200 dark:border-gray-800"})}),e.jsx("div",{className:"relative flex justify-center text-sm",children:e.jsx("span",{className:"p-2 text-gray-400 bg-white dark:bg-gray-900 sm:px-5 sm:py-2",children:"Or"})})]}),e.jsx("form",{onSubmit:u,children:e.jsxs("div",{className:"space-y-5",children:[n&&e.jsx("div",{className:"p-3 text-sm text-red-600 bg-red-50 border border-red-200 rounded-lg dark:bg-red-900/20 dark:text-red-400 dark:border-red-800",children:n}),e.jsxs("div",{className:"grid grid-cols-1 gap-5 sm:grid-cols-2",children:[e.jsxs("div",{className:"sm:col-span-1",children:[e.jsxs(f,{children:["First Name",e.jsx("span",{className:"text-error-500",children:"*"})]}),e.jsx(p,{type:"text",id:"firstName",name:"firstName",value:r.firstName,onChange:C,placeholder:"Enter your first name",required:!0})]}),e.jsxs("div",{className:"sm:col-span-1",children:[e.jsxs(f,{children:["Last Name",e.jsx("span",{className:"text-error-500",children:"*"})]}),e.jsx(p,{type:"text",id:"lastName",name:"lastName",value:r.lastName,onChange:C,placeholder:"Enter your last name",required:!0})]})]}),e.jsxs("div",{children:[e.jsxs(f,{children:["Email",e.jsx("span",{className:"text-error-500",children:"*"})]}),e.jsx(p,{type:"email",id:"email",name:"email",value:r.email,onChange:C,placeholder:"Enter your email",required:!0})]}),e.jsxs("div",{children:[e.jsxs(f,{children:["Password",e.jsx("span",{className:"text-error-500",children:"*"})]}),e.jsxs("div",{className:"relative",children:[e.jsx(p,{placeholder:"Enter your password",type:t?"text":"password",id:"password",name:"password",value:r.password,onChange:C,required:!0}),e.jsx("span",{onClick:()=>l(!t),className:"absolute z-30 -translate-y-1/2 cursor-pointer right-4 top-1/2",children:t?e.jsx(N,{className:"fill-gray-500 dark:fill-gray-400 size-5"}):e.jsx(M,{className:"fill-gray-500 dark:fill-gray-400 size-5"})})]})]}),e.jsxs("div",{className:"flex items-center gap-3",children:[e.jsx(E,{className:"w-5 h-5",checked:a,onChange:o}),e.jsxs("p",{className:"inline-block font-normal text-gray-500 dark:text-gray-400",children:["By creating an account means you agree to the"," ",e.jsx("span",{className:"text-gray-800 dark:text-white/90",children:"Terms and Conditions,"})," ","and our"," ",e.jsx("span",{className:"text-gray-800 dark:text-white",children:"Privacy Policy"})]})]}),e.jsx("div",{children:e.jsx("button",{type:"submit",disabled:g,className:"flex items-center justify-center w-full px-4 py-3 text-sm font-medium text-white transition rounded-lg bg-brand-500 shadow-theme-xs hover:bg-brand-600 disabled:opacity-50 disabled:cursor-not-allowed",children:g?"Signing up...":"Sign Up"})})]})}),e.jsx("div",{className:"mt-5",children:e.jsxs("p",{className:"text-sm font-normal text-center text-gray-700 dark:text-gray-400 sm:text-start",children:["Already have an account? ","",e.jsx(v,{to:"/signin",className:"text-brand-500 hover:text-brand-600 dark:text-brand-400",children:"Sign In"})]})})]})]})})]})}function N1(){return e.jsxs(e.Fragment,{children:[e.jsx(V,{title:"React.js SignUp Dashboard | TailAdmin - Next.js Admin Dashboard Template",description:"This is React.js SignUp Tables Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsx(Z,{children:e.jsx($,{})})]})}export{l1 as A,S as B,E as C,j1 as D,c1 as E,p1 as F,F as G,H1 as H,p as I,N1 as J,f as L,V as P,r1 as S,X as T,a1 as a,o1 as b,L1 as c,f1 as d,n1 as e,Y as f,s1 as g,d1 as h,x1 as i,v1 as j,i1 as k,g1 as l,h1 as m,w1 as n,e1 as o,C1 as p,m1 as q,y1 as r,K as s,b1 as t,H as u,Q as v,u1 as w,t1 as x,k1 as y,I as z}; diff --git a/frontend/dist/assets/js/page-authpages-CY7hjDHU.js b/frontend/dist/assets/js/page-authpages-CY7hjDHU.js deleted file mode 100644 index e5c4a093..00000000 --- a/frontend/dist/assets/js/page-authpages-CY7hjDHU.js +++ /dev/null @@ -1,2 +0,0 @@ -import{r as s,j as e}from"./vendor-react-core-DjsjKnCi.js";import{P as b}from"./page-analytics.tsx-1KCk8AGD.js";import{L as v,u as k,a as R}from"./vendor-react-router-BJY_70Cr.js";import{c as B,t as T}from"./vendor-other-CdRIx1s3.js";import{c as A,p as P}from"./vendor-state-CYwAWrAU.js";const H=s.createContext(void 0),J=({children:t})=>{const[i,a]=s.useState("light"),[o,r]=s.useState(!1);s.useEffect(()=>{const d=localStorage.getItem("theme")||"light";a(d),r(!0)},[]),s.useEffect(()=>{o&&(localStorage.setItem("theme",i),i==="dark"?document.documentElement.classList.add("dark"):document.documentElement.classList.remove("dark"))},[i,o]);const n=()=>{a(l=>l==="light"?"dark":"light")};return e.jsx(H.Provider,{value:{theme:i,toggleTheme:n},children:t})},z=()=>{const t=s.useContext(H);if(t===void 0)throw new Error("useTheme must be used within a ThemeProvider");return t},N=A()(P((t,i)=>({user:null,token:null,isAuthenticated:!1,loading:!1,login:async(a,o)=>{var r,n;t({loading:!0});try{const d=await fetch("https://api.igny8.com/api/v1/auth/login/",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({email:a,password:o})}),c=await d.json();if(!d.ok||!c.success)throw new Error(c.message||"Login failed");t({user:c.user,token:((r=c.tokens)==null?void 0:r.access)||null,refreshToken:((n=c.tokens)==null?void 0:n.refresh)||null,isAuthenticated:!0,loading:!1})}catch(l){throw t({loading:!1}),new Error(l.message||"Login failed")}finally{i().loading&&t({loading:!1})}},logout:()=>{t({user:null,token:null,refreshToken:null,isAuthenticated:!1,loading:!1})},register:async a=>{var o,r;t({loading:!0});try{const l=await fetch("https://api.igny8.com/api/v1/auth/register/",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({...a,password_confirm:a.password})}),d=await l.json();if(!l.ok||!d.success){const c=d.message||(d.errors&&typeof d.errors=="object"?JSON.stringify(d.errors):d.errors)||"Registration failed";throw new Error(c)}t({user:d.user,token:((o=d.tokens)==null?void 0:o.access)||null,refreshToken:((r=d.tokens)==null?void 0:r.refresh)||null,isAuthenticated:!0,loading:!1})}catch(n){throw t({loading:!1}),new Error(n.message||"Registration failed")}finally{i().loading&&t({loading:!1})}},setUser:a=>{t({user:a,isAuthenticated:!!a})},setToken:a=>{t({token:a})},refreshToken:async()=>{const a=i();if(!a.refreshToken)throw new Error("No refresh token available");try{const r=await fetch("https://api.igny8.com/api/v1/auth/refresh/",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({refresh:a.refreshToken})}),n=await r.json();if(!r.ok||!n.success)throw new Error(n.message||"Token refresh failed");t({token:n.access});try{await i().refreshUser()}catch(l){console.warn("Failed to refresh user data during token refresh:",l)}}catch(o){throw t({user:null,token:null,refreshToken:null,isAuthenticated:!1}),new Error(o.message||"Token refresh failed")}},refreshUser:async()=>{const a=i();if(!a.token&&!a.isAuthenticated)throw new Error("Not authenticated");try{const o="https://api.igny8.com/api",r=a.token||getAuthToken(),n=await fetch(`${o}/v1/auth/me/`,{method:"GET",headers:{"Content-Type":"application/json",...r?{Authorization:`Bearer ${r}`}:{}},credentials:"include"}),l=await n.json();if(!n.ok||!l.success)throw new Error(l.message||"Failed to refresh user data");t({user:l.user})}catch(o){throw console.warn("Failed to refresh user data:",o),new Error(o.message||"Failed to refresh user data")}}}),{name:"auth-storage",partialize:t=>({user:t.user,token:t.token,refreshToken:t.refreshToken,isAuthenticated:t.isAuthenticated}),onRehydrateStorage:()=>(t,i)=>{t&&(t.loading=!1),i&&(console.error("Auth store rehydration error:",i),t&&(t.loading=!1))}})),X=t=>s.createElement("svg",{className:"fill-current",width:"1em",height:"1em",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.25012 3C5.25012 2.58579 5.58591 2.25 6.00012 2.25C6.41433 2.25 6.75012 2.58579 6.75012 3V5.25012L9.00034 5.25012C9.41455 5.25012 9.75034 5.58591 9.75034 6.00012C9.75034 6.41433 9.41455 6.75012 9.00034 6.75012H6.75012V9.00034C6.75012 9.41455 6.41433 9.75034 6.00012 9.75034C5.58591 9.75034 5.25012 9.41455 5.25012 9.00034L5.25012 6.75012H3C2.58579 6.75012 2.25 6.41433 2.25 6.00012C2.25 5.58591 2.58579 5.25012 3 5.25012H5.25012V3Z",fill:""})),K=t=>s.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.77692 3.24224C9.91768 3.17186 10.0834 3.17186 10.2241 3.24224L15.3713 5.81573L10.3359 8.33331C10.1248 8.43888 9.87626 8.43888 9.66512 8.33331L4.6298 5.81573L9.77692 3.24224ZM3.70264 7.0292V13.4124C3.70264 13.6018 3.80964 13.775 3.97903 13.8597L9.25016 16.4952L9.25016 9.7837C9.16327 9.75296 9.07782 9.71671 8.99432 9.67496L3.70264 7.0292ZM10.7502 16.4955V9.78396C10.8373 9.75316 10.923 9.71683 11.0067 9.67496L16.2984 7.0292V13.4124C16.2984 13.6018 16.1914 13.775 16.022 13.8597L10.7502 16.4955ZM9.41463 17.4831L9.10612 18.1002C9.66916 18.3817 10.3319 18.3817 10.8949 18.1002L16.6928 15.2013C17.3704 14.8625 17.7984 14.17 17.7984 13.4124V6.58831C17.7984 5.83076 17.3704 5.13823 16.6928 4.79945L10.8949 1.90059C10.3319 1.61908 9.66916 1.61907 9.10612 1.90059L9.44152 2.57141L9.10612 1.90059L3.30823 4.79945C2.63065 5.13823 2.20264 5.83076 2.20264 6.58831V13.4124C2.20264 14.17 2.63065 14.8625 3.30823 15.2013L9.10612 18.1002L9.41463 17.4831Z",fill:"currentColor"})),Q=t=>s.createElement("svg",{className:"size-5",xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 22 22",fill:"none",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.70186 11.0001C2.70186 6.41711 6.41711 2.70186 11.0001 2.70186C15.5831 2.70186 19.2984 6.41711 19.2984 11.0001C19.2984 15.5831 15.5831 19.2984 11.0001 19.2984C6.41711 19.2984 2.70186 15.5831 2.70186 11.0001ZM11.0001 0.901855C5.423 0.901855 0.901855 5.423 0.901855 11.0001C0.901855 16.5772 5.423 21.0984 11.0001 21.0984C16.5772 21.0984 21.0984 16.5772 21.0984 11.0001C21.0984 5.423 16.5772 0.901855 11.0001 0.901855ZM14.6197 9.73951C14.9712 9.38804 14.9712 8.81819 14.6197 8.46672C14.2683 8.11525 13.6984 8.11525 13.347 8.46672L10.1894 11.6243L8.6533 10.0883C8.30183 9.7368 7.73198 9.7368 7.38051 10.0883C7.02904 10.4397 7.02904 11.0096 7.38051 11.3611L9.55295 13.5335C9.72174 13.7023 9.95065 13.7971 10.1894 13.7971C10.428 13.7971 10.657 13.7023 10.8257 13.5335L14.6197 9.73951Z",fill:"#12B76A"})),Y=t=>s.createElement("svg",{className:"size-5",xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.6501 11.9996C3.6501 7.38803 7.38852 3.64961 12.0001 3.64961C16.6117 3.64961 20.3501 7.38803 20.3501 11.9996C20.3501 16.6112 16.6117 20.3496 12.0001 20.3496C7.38852 20.3496 3.6501 16.6112 3.6501 11.9996ZM12.0001 1.84961C6.39441 1.84961 1.8501 6.39392 1.8501 11.9996C1.8501 17.6053 6.39441 22.1496 12.0001 22.1496C17.6058 22.1496 22.1501 17.6053 22.1501 11.9996C22.1501 6.39392 17.6058 1.84961 12.0001 1.84961ZM10.9992 7.52468C10.9992 8.07697 11.4469 8.52468 11.9992 8.52468H12.0002C12.5525 8.52468 13.0002 8.07697 13.0002 7.52468C13.0002 6.9724 12.5525 6.52468 12.0002 6.52468H11.9992C11.4469 6.52468 10.9992 6.9724 10.9992 7.52468ZM12.0002 17.371C11.586 17.371 11.2502 17.0352 11.2502 16.621V10.9445C11.2502 10.5303 11.586 10.1945 12.0002 10.1945C12.4144 10.1945 12.7502 10.5303 12.7502 10.9445V16.621C12.7502 17.0352 12.4144 17.371 12.0002 17.371Z",fill:"#0BA5EC"})),e1=t=>s.createElement("svg",{className:"size-6",width:"1em",height:"1em",viewBox:"0 0 24 26",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{d:"M12.814 4.75L4.78516 16.0352H11.1859L11.1859 23.25L19.2148 11.9648L12.814 11.9648V4.75Z",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})),t1=t=>s.createElement("svg",{className:"fill-current",width:"1em",height:"1em",viewBox:"0 0 13 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.06462 1.62393C6.20193 1.47072 6.40135 1.37432 6.62329 1.37432C6.6236 1.37432 6.62391 1.37432 6.62422 1.37432C6.81631 1.37415 7.00845 1.44731 7.15505 1.5938L10.1551 4.5918C10.4481 4.88459 10.4483 5.35946 10.1555 5.65246C9.86273 5.94546 9.38785 5.94562 9.09486 5.65283L7.37329 3.93247L7.37329 10.125C7.37329 10.5392 7.03751 10.875 6.62329 10.875C6.20908 10.875 5.87329 10.5392 5.87329 10.125L5.87329 3.93578L4.15516 5.65281C3.86218 5.94561 3.3873 5.94546 3.0945 5.65248C2.8017 5.35949 2.80185 4.88462 3.09484 4.59182L6.06462 1.62393Z",fill:""})),s1=t=>s.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.5 3.25C4.25736 3.25 3.25 4.25736 3.25 5.5V8.99998C3.25 10.2426 4.25736 11.25 5.5 11.25H9C10.2426 11.25 11.25 10.2426 11.25 8.99998V5.5C11.25 4.25736 10.2426 3.25 9 3.25H5.5ZM4.75 5.5C4.75 5.08579 5.08579 4.75 5.5 4.75H9C9.41421 4.75 9.75 5.08579 9.75 5.5V8.99998C9.75 9.41419 9.41421 9.74998 9 9.74998H5.5C5.08579 9.74998 4.75 9.41419 4.75 8.99998V5.5ZM5.5 12.75C4.25736 12.75 3.25 13.7574 3.25 15V18.5C3.25 19.7426 4.25736 20.75 5.5 20.75H9C10.2426 20.75 11.25 19.7427 11.25 18.5V15C11.25 13.7574 10.2426 12.75 9 12.75H5.5ZM4.75 15C4.75 14.5858 5.08579 14.25 5.5 14.25H9C9.41421 14.25 9.75 14.5858 9.75 15V18.5C9.75 18.9142 9.41421 19.25 9 19.25H5.5C5.08579 19.25 4.75 18.9142 4.75 18.5V15ZM12.75 5.5C12.75 4.25736 13.7574 3.25 15 3.25H18.5C19.7426 3.25 20.75 4.25736 20.75 5.5V8.99998C20.75 10.2426 19.7426 11.25 18.5 11.25H15C13.7574 11.25 12.75 10.2426 12.75 8.99998V5.5ZM15 4.75C14.5858 4.75 14.25 5.08579 14.25 5.5V8.99998C14.25 9.41419 14.5858 9.74998 15 9.74998H18.5C18.9142 9.74998 19.25 9.41419 19.25 8.99998V5.5C19.25 5.08579 18.9142 4.75 18.5 4.75H15ZM15 12.75C13.7574 12.75 12.75 13.7574 12.75 15V18.5C12.75 19.7426 13.7574 20.75 15 20.75H18.5C19.7426 20.75 20.75 19.7427 20.75 18.5V15C20.75 13.7574 19.7426 12.75 18.5 12.75H15ZM14.25 15C14.25 14.5858 14.5858 14.25 15 14.25H18.5C18.9142 14.25 19.25 14.5858 19.25 15V18.5C19.25 18.9142 18.9142 19.25 18.5 19.25H15C14.5858 19.25 14.25 18.9142 14.25 18.5V15Z",fill:"currentColor"})),r1=t=>s.createElement("svg",{className:"fill-current",width:"1em",height:"1em",viewBox:"0 0 25 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.8335 19.75C19.8335 20.9926 18.8261 22 17.5835 22H7.0835C5.84086 22 4.8335 20.9926 4.8335 19.75V9.62105C4.8335 9.02455 5.07036 8.45247 5.49201 8.03055L10.8597 2.65951C11.2817 2.23725 11.8542 2 12.4512 2H17.5835C18.8261 2 19.8335 3.00736 19.8335 4.25V19.75ZM17.5835 20.5C17.9977 20.5 18.3335 20.1642 18.3335 19.75V4.25C18.3335 3.83579 17.9977 3.5 17.5835 3.5H12.5815L12.5844 7.49913C12.5853 8.7424 11.5776 9.75073 10.3344 9.75073H6.3335V19.75C6.3335 20.1642 6.66928 20.5 7.0835 20.5H17.5835ZM7.39262 8.25073L11.0823 4.55876L11.0844 7.5002C11.0847 7.91462 10.7488 8.25073 10.3344 8.25073H7.39262ZM8.5835 14.5C8.5835 14.0858 8.91928 13.75 9.3335 13.75H15.3335C15.7477 13.75 16.0835 14.0858 16.0835 14.5C16.0835 14.9142 15.7477 15.25 15.3335 15.25H9.3335C8.91928 15.25 8.5835 14.9142 8.5835 14.5ZM8.5835 17.5C8.5835 17.0858 8.91928 16.75 9.3335 16.75H12.3335C12.7477 16.75 13.0835 17.0858 13.0835 17.5C13.0835 17.9142 12.7477 18.25 12.3335 18.25H9.3335C8.91928 18.25 8.5835 17.9142 8.5835 17.5Z",fill:"currentColor"})),a1=t=>s.createElement("svg",{className:"fill-current",width:"1em",height:"1em",viewBox:"0 0 25 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.6686 16.75C12.4526 16.75 12.2579 16.6587 12.1211 16.5126L7.5115 11.9059C7.21851 11.6131 7.21836 11.1382 7.51116 10.8452C7.80396 10.5523 8.27883 10.5521 8.57182 10.8449L11.9186 14.1896V4C11.9186 3.58579 12.2544 3.25 12.6686 3.25C13.0828 3.25 13.4186 3.58579 13.4186 4V14.1854L16.7615 10.8449C17.0545 10.5521 17.5294 10.5523 17.8222 10.8453C18.115 11.1383 18.1148 11.6131 17.8218 11.9059L13.2469 16.4776C13.1093 16.644 12.9013 16.75 12.6686 16.75ZM5.41663 16C5.41663 15.5858 5.08084 15.25 4.66663 15.25C4.25241 15.25 3.91663 15.5858 3.91663 16V18.5C3.91663 19.7426 4.92399 20.75 6.16663 20.75H19.1675C20.4101 20.75 21.4175 19.7426 21.4175 18.5V16C21.4175 15.5858 21.0817 15.25 20.6675 15.25C20.2533 15.25 19.9175 15.5858 19.9175 16V18.5C19.9175 18.9142 19.5817 19.25 19.1675 19.25H6.16663C5.75241 19.25 5.41663 18.9142 5.41663 18.5V16Z",fill:"currentColor"})),l1=t=>s.createElement("svg",{className:"fill-current",width:"1em",height:"1em",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.4175 9.9986C17.4178 10.1909 17.3446 10.3832 17.198 10.53L12.2013 15.5301C11.9085 15.8231 11.4337 15.8233 11.1407 15.5305C10.8477 15.2377 10.8475 14.7629 11.1403 14.4699L14.8604 10.7472L3.33301 10.7472C2.91879 10.7472 2.58301 10.4114 2.58301 9.99715C2.58301 9.58294 2.91879 9.24715 3.33301 9.24715L14.8549 9.24715L11.1403 5.53016C10.8475 5.23717 10.8477 4.7623 11.1407 4.4695C11.4336 4.1767 11.9085 4.17685 12.2013 4.46984L17.1588 9.43049C17.3173 9.568 17.4175 9.77087 17.4175 9.99715C17.4175 9.99763 17.4175 9.99812 17.4175 9.9986Z",fill:""})),n1=t=>s.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.80443 5.60156C7.59109 5.60156 6.60749 6.58517 6.60749 7.79851C6.60749 9.01185 7.59109 9.99545 8.80443 9.99545C10.0178 9.99545 11.0014 9.01185 11.0014 7.79851C11.0014 6.58517 10.0178 5.60156 8.80443 5.60156ZM5.10749 7.79851C5.10749 5.75674 6.76267 4.10156 8.80443 4.10156C10.8462 4.10156 12.5014 5.75674 12.5014 7.79851C12.5014 9.84027 10.8462 11.4955 8.80443 11.4955C6.76267 11.4955 5.10749 9.84027 5.10749 7.79851ZM4.86252 15.3208C4.08769 16.0881 3.70377 17.0608 3.51705 17.8611C3.48384 18.0034 3.5211 18.1175 3.60712 18.2112C3.70161 18.3141 3.86659 18.3987 4.07591 18.3987H13.4249C13.6343 18.3987 13.7992 18.3141 13.8937 18.2112C13.9797 18.1175 14.017 18.0034 13.9838 17.8611C13.7971 17.0608 13.4132 16.0881 12.6383 15.3208C11.8821 14.572 10.6899 13.955 8.75042 13.955C6.81096 13.955 5.61877 14.572 4.86252 15.3208ZM3.8071 14.2549C4.87163 13.2009 6.45602 12.455 8.75042 12.455C11.0448 12.455 12.6292 13.2009 13.6937 14.2549C14.7397 15.2906 15.2207 16.5607 15.4446 17.5202C15.7658 18.8971 14.6071 19.8987 13.4249 19.8987H4.07591C2.89369 19.8987 1.73504 18.8971 2.05628 17.5202C2.28015 16.5607 2.76117 15.2906 3.8071 14.2549ZM15.3042 11.4955C14.4702 11.4955 13.7006 11.2193 13.0821 10.7533C13.3742 10.3314 13.6054 9.86419 13.7632 9.36432C14.1597 9.75463 14.7039 9.99545 15.3042 9.99545C16.5176 9.99545 17.5012 9.01185 17.5012 7.79851C17.5012 6.58517 16.5176 5.60156 15.3042 5.60156C14.7039 5.60156 14.1597 5.84239 13.7632 6.23271C13.6054 5.73284 13.3741 5.26561 13.082 4.84371C13.7006 4.37777 14.4702 4.10156 15.3042 4.10156C17.346 4.10156 19.0012 5.75674 19.0012 7.79851C19.0012 9.84027 17.346 11.4955 15.3042 11.4955ZM19.9248 19.8987H16.3901C16.7014 19.4736 16.9159 18.969 16.9827 18.3987H19.9248C20.1341 18.3987 20.2991 18.3141 20.3936 18.2112C20.4796 18.1175 20.5169 18.0034 20.4837 17.861C20.2969 17.0607 19.913 16.088 19.1382 15.3208C18.4047 14.5945 17.261 13.9921 15.4231 13.9566C15.2232 13.6945 14.9995 13.437 14.7491 13.1891C14.5144 12.9566 14.262 12.7384 13.9916 12.5362C14.3853 12.4831 14.8044 12.4549 15.2503 12.4549C17.5447 12.4549 19.1291 13.2008 20.1936 14.2549C21.2395 15.2906 21.7206 16.5607 21.9444 17.5202C22.2657 18.8971 21.107 19.8987 19.9248 19.8987Z",fill:"currentColor"})),i1=t=>s.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 25 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.4164 2.79175C13.4164 2.37753 13.0806 2.04175 12.6664 2.04175C12.2522 2.04175 11.9164 2.37753 11.9164 2.79175V4.39876C9.94768 4.67329 8.43237 6.36366 8.43237 8.40795C8.43237 10.0954 9.47908 11.6058 11.0591 12.1984L13.7474 13.2066C14.7419 13.5795 15.4008 14.5303 15.4008 15.5925C15.4008 16.9998 14.2599 18.1407 12.8526 18.1407H11.7957C10.7666 18.1407 9.93237 17.3064 9.93237 16.2773C9.93237 15.8631 9.59659 15.5273 9.18237 15.5273C8.76816 15.5273 8.43237 15.8631 8.43237 16.2773C8.43237 18.1348 9.9382 19.6407 11.7957 19.6407H11.9164V21.2083C11.9164 21.6225 12.2522 21.9583 12.6664 21.9583C13.0806 21.9583 13.4164 21.6225 13.4164 21.2083V19.6017C15.3853 19.3274 16.9008 17.6369 16.9008 15.5925C16.9008 13.905 15.8541 12.3946 14.2741 11.8021L11.5858 10.7939C10.5912 10.4209 9.93237 9.47013 9.93237 8.40795C9.93237 7.00063 11.0732 5.85976 12.4806 5.85976H13.5374C14.5665 5.85976 15.4008 6.69401 15.4008 7.72311C15.4008 8.13732 15.7366 8.47311 16.1508 8.47311C16.565 8.47311 16.9008 8.13732 16.9008 7.72311C16.9008 5.86558 15.395 4.35976 13.5374 4.35976H13.4164V2.79175Z",fill:"currentColor"})),o1=t=>s.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.54142 3.7915C6.54142 2.54886 7.54878 1.5415 8.79142 1.5415H11.2081C12.4507 1.5415 13.4581 2.54886 13.4581 3.7915V4.0415H15.6252H16.666C17.0802 4.0415 17.416 4.37729 17.416 4.7915C17.416 5.20572 17.0802 5.5415 16.666 5.5415H16.3752V8.24638V13.2464V16.2082C16.3752 17.4508 15.3678 18.4582 14.1252 18.4582H5.87516C4.63252 18.4582 3.62516 17.4508 3.62516 16.2082V13.2464V8.24638V5.5415H3.3335C2.91928 5.5415 2.5835 5.20572 2.5835 4.7915C2.5835 4.37729 2.91928 4.0415 3.3335 4.0415H4.37516H6.54142V3.7915ZM14.8752 13.2464V8.24638V5.5415H13.4581H12.7081H7.29142H6.54142H5.12516V8.24638V13.2464V16.2082C5.12516 16.6224 5.46095 16.9582 5.87516 16.9582H14.1252C14.5394 16.9582 14.8752 16.6224 14.8752 16.2082V13.2464ZM8.04142 4.0415H11.9581V3.7915C11.9581 3.37729 11.6223 3.0415 11.2081 3.0415H8.79142C8.37721 3.0415 8.04142 3.37729 8.04142 3.7915V4.0415ZM8.3335 7.99984C8.74771 7.99984 9.0835 8.33562 9.0835 8.74984V13.7498C9.0835 14.1641 8.74771 14.4998 8.3335 14.4998C7.91928 14.4998 7.5835 14.1641 7.5835 13.7498V8.74984C7.5835 8.33562 7.91928 7.99984 8.3335 7.99984ZM12.4168 8.74984C12.4168 8.33562 12.081 7.99984 11.6668 7.99984C11.2526 7.99984 10.9168 8.33562 10.9168 8.74984V13.7498C10.9168 14.1641 11.2526 14.4998 11.6668 14.4998C12.081 14.4998 12.4168 14.1641 12.4168 13.7498V8.74984Z",fill:"currentColor"})),d1=t=>s.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",...t},s.createElement("path",{d:"M14.375 5.75L8.125 12L14.375 18.25",stroke:"#344054",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})),c1=t=>s.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",...t},s.createElement("path",{d:"M8.875 18.25L15.125 12L8.875 5.75",stroke:"#344054",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})),h1=t=>s.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 21 21",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.0911 3.53206C16.2124 2.65338 14.7878 2.65338 13.9091 3.53206L5.6074 11.8337C5.29899 12.1421 5.08687 12.5335 4.99684 12.9603L4.26177 16.445C4.20943 16.6931 4.286 16.9508 4.46529 17.1301C4.64458 17.3094 4.90232 17.3859 5.15042 17.3336L8.63507 16.5985C9.06184 16.5085 9.45324 16.2964 9.76165 15.988L18.0633 7.68631C18.942 6.80763 18.942 5.38301 18.0633 4.50433L17.0911 3.53206ZM14.9697 4.59272C15.2626 4.29982 15.7375 4.29982 16.0304 4.59272L17.0027 5.56499C17.2956 5.85788 17.2956 6.33276 17.0027 6.62565L16.1043 7.52402L14.0714 5.49109L14.9697 4.59272ZM13.0107 6.55175L6.66806 12.8944C6.56526 12.9972 6.49455 13.1277 6.46454 13.2699L5.96704 15.6283L8.32547 15.1308C8.46772 15.1008 8.59819 15.0301 8.70099 14.9273L15.0436 8.58468L13.0107 6.55175Z",fill:"currentColor"})),C1=t=>s.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{d:"M4.79175 7.396L10.0001 12.6043L15.2084 7.396",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})),M=t=>s.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.0002 13.8619C7.23361 13.8619 4.86803 12.1372 3.92328 9.70241C4.86804 7.26761 7.23361 5.54297 10.0002 5.54297C12.7667 5.54297 15.1323 7.26762 16.0771 9.70243C15.1323 12.1372 12.7667 13.8619 10.0002 13.8619ZM10.0002 4.04297C6.48191 4.04297 3.49489 6.30917 2.4155 9.4593C2.3615 9.61687 2.3615 9.78794 2.41549 9.94552C3.49488 13.0957 6.48191 15.3619 10.0002 15.3619C13.5184 15.3619 16.5055 13.0957 17.5849 9.94555C17.6389 9.78797 17.6389 9.6169 17.5849 9.45932C16.5055 6.30919 13.5184 4.04297 10.0002 4.04297ZM9.99151 7.84413C8.96527 7.84413 8.13333 8.67606 8.13333 9.70231C8.13333 10.7286 8.96527 11.5605 9.99151 11.5605H10.0064C11.0326 11.5605 11.8646 10.7286 11.8646 9.70231C11.8646 8.67606 11.0326 7.84413 10.0064 7.84413H9.99151Z"})),Z=t=>s.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.63803 3.57709C4.34513 3.2842 3.87026 3.2842 3.57737 3.57709C3.28447 3.86999 3.28447 4.34486 3.57737 4.63775L4.85323 5.91362C3.74609 6.84199 2.89363 8.06395 2.4155 9.45936C2.3615 9.61694 2.3615 9.78801 2.41549 9.94558C3.49488 13.0957 6.48191 15.3619 10.0002 15.3619C11.255 15.3619 12.4422 15.0737 13.4994 14.5598L15.3625 16.4229C15.6554 16.7158 16.1302 16.7158 16.4231 16.4229C16.716 16.13 16.716 15.6551 16.4231 15.3622L4.63803 3.57709ZM12.3608 13.4212L10.4475 11.5079C10.3061 11.5423 10.1584 11.5606 10.0064 11.5606H9.99151C8.96527 11.5606 8.13333 10.7286 8.13333 9.70237C8.13333 9.5461 8.15262 9.39434 8.18895 9.24933L5.91885 6.97923C5.03505 7.69015 4.34057 8.62704 3.92328 9.70247C4.86803 12.1373 7.23361 13.8619 10.0002 13.8619C10.8326 13.8619 11.6287 13.7058 12.3608 13.4212ZM16.0771 9.70249C15.7843 10.4569 15.3552 11.1432 14.8199 11.7311L15.8813 12.7925C16.6329 11.9813 17.2187 11.0143 17.5849 9.94561C17.6389 9.78803 17.6389 9.61696 17.5849 9.45938C16.5055 6.30925 13.5184 4.04303 10.0002 4.04303C9.13525 4.04303 8.30244 4.17999 7.52218 4.43338L8.75139 5.66259C9.1556 5.58413 9.57311 5.54303 10.0002 5.54303C12.7667 5.54303 15.1323 7.26768 16.0771 9.70249Z"})),m1=t=>s.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.04175 9.99984C3.04175 6.15686 6.1571 3.0415 10.0001 3.0415C13.8431 3.0415 16.9584 6.15686 16.9584 9.99984C16.9584 13.8428 13.8431 16.9582 10.0001 16.9582C6.1571 16.9582 3.04175 13.8428 3.04175 9.99984ZM10.0001 1.5415C5.32867 1.5415 1.54175 5.32843 1.54175 9.99984C1.54175 14.6712 5.32867 18.4582 10.0001 18.4582C14.6715 18.4582 18.4584 14.6712 18.4584 9.99984C18.4584 5.32843 14.6715 1.5415 10.0001 1.5415ZM9.99998 10.7498C9.58577 10.7498 9.24998 10.4141 9.24998 9.99984V5.4165C9.24998 5.00229 9.58577 4.6665 9.99998 4.6665C10.4142 4.6665 10.75 5.00229 10.75 5.4165V9.24984H13.3334C13.7476 9.24984 14.0834 9.58562 14.0834 9.99984C14.0834 10.4141 13.7476 10.7498 13.3334 10.7498H10.0001H9.99998Z",fill:"currentColor"})),I=t=>s.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 20 20",fill:"none",...t},s.createElement("path",{d:"M12.7083 5L7.5 10.2083L12.7083 15.4167",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})),g1=t=>s.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.75586 5.50098C7.75586 5.08676 8.09165 4.75098 8.50586 4.75098H18.4985C18.9127 4.75098 19.2485 5.08676 19.2485 5.50098L19.2485 15.4956C19.2485 15.9098 18.9127 16.2456 18.4985 16.2456H8.50586C8.09165 16.2456 7.75586 15.9098 7.75586 15.4956V5.50098ZM8.50586 3.25098C7.26322 3.25098 6.25586 4.25834 6.25586 5.50098V6.26318H5.50195C4.25931 6.26318 3.25195 7.27054 3.25195 8.51318V18.4995C3.25195 19.7422 4.25931 20.7495 5.50195 20.7495H15.4883C16.7309 20.7495 17.7383 19.7421 17.7383 18.4995L17.7383 17.7456H18.4985C19.7411 17.7456 20.7485 16.7382 20.7485 15.4956L20.7485 5.50097C20.7485 4.25833 19.7411 3.25098 18.4985 3.25098H8.50586ZM16.2383 17.7456H8.50586C7.26322 17.7456 6.25586 16.7382 6.25586 15.4956V7.76318H5.50195C5.08774 7.76318 4.75195 8.09897 4.75195 8.51318V18.4995C4.75195 18.9137 5.08774 19.2495 5.50195 19.2495H15.4883C15.9025 19.2495 16.2383 18.9137 16.2383 18.4995L16.2383 17.7456Z",fill:"currentColor"})),x1=t=>s.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.5 3.25C4.25736 3.25 3.25 4.25736 3.25 5.5V18.5C3.25 19.7426 4.25736 20.75 5.5 20.75H18.5001C19.7427 20.75 20.7501 19.7426 20.7501 18.5V5.5C20.7501 4.25736 19.7427 3.25 18.5001 3.25H5.5ZM4.75 5.5C4.75 5.08579 5.08579 4.75 5.5 4.75H18.5001C18.9143 4.75 19.2501 5.08579 19.2501 5.5V18.5C19.2501 18.9142 18.9143 19.25 18.5001 19.25H5.5C5.08579 19.25 4.75 18.9142 4.75 18.5V5.5ZM6.25005 9.7143C6.25005 9.30008 6.58583 8.9643 7.00005 8.9643L17 8.96429C17.4143 8.96429 17.75 9.30008 17.75 9.71429C17.75 10.1285 17.4143 10.4643 17 10.4643L7.00005 10.4643C6.58583 10.4643 6.25005 10.1285 6.25005 9.7143ZM6.25005 14.2857C6.25005 13.8715 6.58583 13.5357 7.00005 13.5357H17C17.4143 13.5357 17.75 13.8715 17.75 14.2857C17.75 14.6999 17.4143 15.0357 17 15.0357H7.00005C6.58583 15.0357 6.25005 14.6999 6.25005 14.2857Z",fill:"currentColor"})),u1=t=>s.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.50391 4.25C8.50391 3.83579 8.83969 3.5 9.25391 3.5H15.2777C15.4766 3.5 15.6674 3.57902 15.8081 3.71967L18.2807 6.19234C18.4214 6.333 18.5004 6.52376 18.5004 6.72268V16.75C18.5004 17.1642 18.1646 17.5 17.7504 17.5H16.248V17.4993H14.748V17.5H9.25391C8.83969 17.5 8.50391 17.1642 8.50391 16.75V4.25ZM14.748 19H9.25391C8.01126 19 7.00391 17.9926 7.00391 16.75V6.49854H6.24805C5.83383 6.49854 5.49805 6.83432 5.49805 7.24854V19.75C5.49805 20.1642 5.83383 20.5 6.24805 20.5H13.998C14.4123 20.5 14.748 20.1642 14.748 19.75L14.748 19ZM7.00391 4.99854V4.25C7.00391 3.00736 8.01127 2 9.25391 2H15.2777C15.8745 2 16.4468 2.23705 16.8687 2.659L19.3414 5.13168C19.7634 5.55364 20.0004 6.12594 20.0004 6.72268V16.75C20.0004 17.9926 18.9931 19 17.7504 19H16.248L16.248 19.75C16.248 20.9926 15.2407 22 13.998 22H6.24805C5.00541 22 3.99805 20.9926 3.99805 19.75V7.24854C3.99805 6.00589 5.00541 4.99854 6.24805 4.99854H7.00391Z",fill:"currentColor"})),w1=t=>s.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C11.5858 2 11.25 2.33579 11.25 2.75V12C11.25 12.4142 11.5858 12.75 12 12.75H21.25C21.6642 12.75 22 12.4142 22 12C22 6.47715 17.5228 2 12 2ZM12.75 11.25V3.53263C13.2645 3.57761 13.7659 3.66843 14.25 3.80098V3.80099C15.6929 4.19606 16.9827 4.96184 18.0104 5.98959C19.0382 7.01734 19.8039 8.30707 20.199 9.75C20.3316 10.2341 20.4224 10.7355 20.4674 11.25H12.75ZM2 12C2 7.25083 5.31065 3.27489 9.75 2.25415V3.80099C6.14748 4.78734 3.5 8.0845 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C15.9155 20.5 19.2127 17.8525 20.199 14.25H21.7459C20.7251 18.6894 16.7492 22 12 22C6.47715 22 2 17.5229 2 12Z",fill:"currentColor"})),f1=t=>s.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 2.75C14 2.33579 14.3358 2 14.75 2C15.1642 2 15.5 2.33579 15.5 2.75V5.73291L17.75 5.73291H19C19.4142 5.73291 19.75 6.0687 19.75 6.48291C19.75 6.89712 19.4142 7.23291 19 7.23291H18.5L18.5 12.2329C18.5 15.5691 15.9866 18.3183 12.75 18.6901V21.25C12.75 21.6642 12.4142 22 12 22C11.5858 22 11.25 21.6642 11.25 21.25V18.6901C8.01342 18.3183 5.5 15.5691 5.5 12.2329L5.5 7.23291H5C4.58579 7.23291 4.25 6.89712 4.25 6.48291C4.25 6.0687 4.58579 5.73291 5 5.73291L6.25 5.73291L8.5 5.73291L8.5 2.75C8.5 2.33579 8.83579 2 9.25 2C9.66421 2 10 2.33579 10 2.75L10 5.73291L14 5.73291V2.75ZM7 7.23291L7 12.2329C7 14.9943 9.23858 17.2329 12 17.2329C14.7614 17.2329 17 14.9943 17 12.2329L17 7.23291L7 7.23291Z",fill:"currentColor"})),p1=t=>s.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.5 19.75C19.5 20.9926 18.4926 22 17.25 22H6.75C5.50736 22 4.5 20.9926 4.5 19.75V9.62105C4.5 9.02455 4.73686 8.45247 5.15851 8.03055L10.5262 2.65951C10.9482 2.23725 11.5207 2 12.1177 2H17.25C18.4926 2 19.5 3.00736 19.5 4.25V19.75ZM17.25 20.5C17.6642 20.5 18 20.1642 18 19.75V4.25C18 3.83579 17.6642 3.5 17.25 3.5H12.248L12.2509 7.49913C12.2518 8.7424 11.2442 9.75073 10.0009 9.75073H6V19.75C6 20.1642 6.33579 20.5 6.75 20.5H17.25ZM7.05913 8.25073L10.7488 4.55876L10.7509 7.5002C10.7512 7.91462 10.4153 8.25073 10.0009 8.25073H7.05913ZM8.25 14.5C8.25 14.0858 8.58579 13.75 9 13.75H15C15.4142 13.75 15.75 14.0858 15.75 14.5C15.75 14.9142 15.4142 15.25 15 15.25H9C8.58579 15.25 8.25 14.9142 8.25 14.5ZM8.25 17.5C8.25 17.0858 8.58579 16.75 9 16.75H12C12.4142 16.75 12.75 17.0858 12.75 17.5C12.75 17.9142 12.4142 18.25 12 18.25H9C8.58579 18.25 8.25 17.9142 8.25 17.5Z",fill:"currentColor"})),v1=t=>s.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.99915 10.2451C6.96564 10.2451 7.74915 11.0286 7.74915 11.9951V12.0051C7.74915 12.9716 6.96564 13.7551 5.99915 13.7551C5.03265 13.7551 4.24915 12.9716 4.24915 12.0051V11.9951C4.24915 11.0286 5.03265 10.2451 5.99915 10.2451ZM17.9991 10.2451C18.9656 10.2451 19.7491 11.0286 19.7491 11.9951V12.0051C19.7491 12.9716 18.9656 13.7551 17.9991 13.7551C17.0326 13.7551 16.2491 12.9716 16.2491 12.0051V11.9951C16.2491 11.0286 17.0326 10.2451 17.9991 10.2451ZM13.7491 11.9951C13.7491 11.0286 12.9656 10.2451 11.9991 10.2451C11.0326 10.2451 10.2491 11.0286 10.2491 11.9951V12.0051C10.2491 12.9716 11.0326 13.7551 11.9991 13.7551C12.9656 13.7551 13.7491 12.9716 13.7491 12.0051V11.9951Z",fill:"currentColor"})),L1=t=>s.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.2441 6C10.2441 5.0335 11.0276 4.25 11.9941 4.25H12.0041C12.9706 4.25 13.7541 5.0335 13.7541 6C13.7541 6.9665 12.9706 7.75 12.0041 7.75H11.9941C11.0276 7.75 10.2441 6.9665 10.2441 6ZM10.2441 18C10.2441 17.0335 11.0276 16.25 11.9941 16.25H12.0041C12.9706 16.25 13.7541 17.0335 13.7541 18C13.7541 18.9665 12.9706 19.75 12.0041 19.75H11.9941C11.0276 19.75 10.2441 18.9665 10.2441 18ZM11.9941 10.25C11.0276 10.25 10.2441 11.0335 10.2441 12C10.2441 12.9665 11.0276 13.75 11.9941 13.75H12.0041C12.9706 13.75 13.7541 12.9665 13.7541 12C13.7541 11.0335 12.9706 10.25 12.0041 10.25H11.9941Z",fill:"currentColor"}));function D(){return e.jsxs(e.Fragment,{children:[e.jsx("div",{className:"absolute right-0 top-0 -z-1 w-full max-w-[250px] xl:max-w-[450px]",children:e.jsx("img",{src:"/images/shape/grid-01.svg",alt:"grid"})}),e.jsx("div",{className:"absolute bottom-0 left-0 -z-1 w-full max-w-[250px] rotate-180 xl:max-w-[450px]",children:e.jsx("img",{src:"/images/shape/grid-01.svg",alt:"grid"})})]})}function F(){const{toggleTheme:t}=z();return e.jsxs("button",{onClick:t,className:"inline-flex items-center justify-center text-white transition-colors rounded-full size-14 bg-brand-500 hover:bg-brand-600",children:[e.jsx("svg",{className:"hidden dark:block",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.99998 1.5415C10.4142 1.5415 10.75 1.87729 10.75 2.2915V3.5415C10.75 3.95572 10.4142 4.2915 9.99998 4.2915C9.58577 4.2915 9.24998 3.95572 9.24998 3.5415V2.2915C9.24998 1.87729 9.58577 1.5415 9.99998 1.5415ZM10.0009 6.79327C8.22978 6.79327 6.79402 8.22904 6.79402 10.0001C6.79402 11.7712 8.22978 13.207 10.0009 13.207C11.772 13.207 13.2078 11.7712 13.2078 10.0001C13.2078 8.22904 11.772 6.79327 10.0009 6.79327ZM5.29402 10.0001C5.29402 7.40061 7.40135 5.29327 10.0009 5.29327C12.6004 5.29327 14.7078 7.40061 14.7078 10.0001C14.7078 12.5997 12.6004 14.707 10.0009 14.707C7.40135 14.707 5.29402 12.5997 5.29402 10.0001ZM15.9813 5.08035C16.2742 4.78746 16.2742 4.31258 15.9813 4.01969C15.6884 3.7268 15.2135 3.7268 14.9207 4.01969L14.0368 4.90357C13.7439 5.19647 13.7439 5.67134 14.0368 5.96423C14.3297 6.25713 14.8045 6.25713 15.0974 5.96423L15.9813 5.08035ZM18.4577 10.0001C18.4577 10.4143 18.1219 10.7501 17.7077 10.7501H16.4577C16.0435 10.7501 15.7077 10.4143 15.7077 10.0001C15.7077 9.58592 16.0435 9.25013 16.4577 9.25013H17.7077C18.1219 9.25013 18.4577 9.58592 18.4577 10.0001ZM14.9207 15.9806C15.2135 16.2735 15.6884 16.2735 15.9813 15.9806C16.2742 15.6877 16.2742 15.2128 15.9813 14.9199L15.0974 14.036C14.8045 13.7431 14.3297 13.7431 14.0368 14.036C13.7439 14.3289 13.7439 14.8038 14.0368 15.0967L14.9207 15.9806ZM9.99998 15.7088C10.4142 15.7088 10.75 16.0445 10.75 16.4588V17.7088C10.75 18.123 10.4142 18.4588 9.99998 18.4588C9.58577 18.4588 9.24998 18.123 9.24998 17.7088V16.4588C9.24998 16.0445 9.58577 15.7088 9.99998 15.7088ZM5.96356 15.0972C6.25646 14.8043 6.25646 14.3295 5.96356 14.0366C5.67067 13.7437 5.1958 13.7437 4.9029 14.0366L4.01902 14.9204C3.72613 15.2133 3.72613 15.6882 4.01902 15.9811C4.31191 16.274 4.78679 16.274 5.07968 15.9811L5.96356 15.0972ZM4.29224 10.0001C4.29224 10.4143 3.95645 10.7501 3.54224 10.7501H2.29224C1.87802 10.7501 1.54224 10.4143 1.54224 10.0001C1.54224 9.58592 1.87802 9.25013 2.29224 9.25013H3.54224C3.95645 9.25013 4.29224 9.58592 4.29224 10.0001ZM4.9029 5.9637C5.1958 6.25659 5.67067 6.25659 5.96356 5.9637C6.25646 5.6708 6.25646 5.19593 5.96356 4.90303L5.07968 4.01915C4.78679 3.72626 4.31191 3.72626 4.01902 4.01915C3.72613 4.31204 3.72613 4.78692 4.01902 5.07981L4.9029 5.9637Z",fill:"currentColor"})}),e.jsx("svg",{className:"dark:hidden",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M17.4547 11.97L18.1799 12.1611C18.265 11.8383 18.1265 11.4982 17.8401 11.3266C17.5538 11.1551 17.1885 11.1934 16.944 11.4207L17.4547 11.97ZM8.0306 2.5459L8.57989 3.05657C8.80718 2.81209 8.84554 2.44682 8.67398 2.16046C8.50243 1.8741 8.16227 1.73559 7.83948 1.82066L8.0306 2.5459ZM12.9154 13.0035C9.64678 13.0035 6.99707 10.3538 6.99707 7.08524H5.49707C5.49707 11.1823 8.81835 14.5035 12.9154 14.5035V13.0035ZM16.944 11.4207C15.8869 12.4035 14.4721 13.0035 12.9154 13.0035V14.5035C14.8657 14.5035 16.6418 13.7499 17.9654 12.5193L16.944 11.4207ZM16.7295 11.7789C15.9437 14.7607 13.2277 16.9586 10.0003 16.9586V18.4586C13.9257 18.4586 17.2249 15.7853 18.1799 12.1611L16.7295 11.7789ZM10.0003 16.9586C6.15734 16.9586 3.04199 13.8433 3.04199 10.0003H1.54199C1.54199 14.6717 5.32892 18.4586 10.0003 18.4586V16.9586ZM3.04199 10.0003C3.04199 6.77289 5.23988 4.05695 8.22173 3.27114L7.83948 1.82066C4.21532 2.77574 1.54199 6.07486 1.54199 10.0003H3.04199ZM6.99707 7.08524C6.99707 5.52854 7.5971 4.11366 8.57989 3.05657L7.48132 2.03522C6.25073 3.35885 5.49707 5.13487 5.49707 7.08524H6.99707Z",fill:"currentColor"})})]})}function V({children:t}){return e.jsx("div",{className:"relative p-6 bg-white z-1 dark:bg-gray-900 sm:p-0",children:e.jsxs("div",{className:"relative flex flex-col justify-center w-full h-screen lg:flex-row dark:bg-gray-900 sm:p-0",children:[t,e.jsx("div",{className:"items-center hidden w-full h-full lg:w-1/2 bg-brand-950 dark:bg-white/5 lg:grid",children:e.jsxs("div",{className:"relative flex items-center justify-center z-1",children:[e.jsx(D,{}),e.jsxs("div",{className:"flex flex-col items-center max-w-xs",children:[e.jsx(v,{to:"/",className:"block mb-4",children:e.jsx("img",{width:231,height:48,src:"/images/logo/auth-logo.svg",alt:"Logo"})}),e.jsx("p",{className:"text-center text-gray-400 dark:text-white/60",children:"Free and Open-Source Tailwind CSS Admin Dashboard Template"})]})]})}),e.jsx("div",{className:"fixed z-50 hidden bottom-6 right-6 sm:block",children:e.jsx(F,{})})]})})}const f=({htmlFor:t,children:i,className:a})=>e.jsx("label",{htmlFor:t,className:B(T("mb-1.5 block text-sm font-medium text-gray-700 dark:text-gray-400",a)),children:i}),p=({type:t="text",id:i,name:a,placeholder:o,value:r,onChange:n,className:l="",min:d,max:c,step:m,disabled:g=!1,success:C=!1,error:w=!1,hint:x})=>{let h=` h-9 w-full rounded-lg border appearance-none px-3 py-2 text-sm shadow-theme-xs placeholder:text-gray-400 focus:outline-hidden focus:ring-3 dark:bg-gray-900 dark:text-white/90 dark:placeholder:text-white/30 ${l}`;return g?h+=" text-gray-500 border-gray-300 opacity-40 bg-gray-100 cursor-not-allowed dark:bg-gray-800 dark:text-gray-400 dark:border-gray-700 opacity-40":w?h+=" border-error-500 focus:border-error-300 focus:ring-error-500/20 dark:text-error-400 dark:border-error-500 dark:focus:border-error-800":C?h+=" border-success-500 focus:border-success-300 focus:ring-success-500/20 dark:text-success-400 dark:border-success-500 dark:focus:border-success-800":h+=" bg-transparent text-gray-800 border-gray-300 focus:border-brand-300 focus:ring-brand-500/20 dark:border-gray-700 dark:text-white/90 dark:focus:border-brand-800",e.jsxs("div",{className:"relative",children:[e.jsx("input",{type:t,id:i,name:a,placeholder:o,value:r,onChange:n,min:d,max:c,step:m,disabled:g,className:h}),x&&e.jsx("p",{className:`mt-1.5 text-xs ${w?"text-error-500":C?"text-success-500":"text-gray-500"}`,children:x})]})},E=({label:t,checked:i,id:a,onChange:o,className:r="",disabled:n=!1})=>e.jsxs("label",{className:`flex items-center space-x-3 group cursor-pointer ${n?"cursor-not-allowed opacity-60":""}`,children:[e.jsxs("div",{className:"relative w-4 h-4",children:[e.jsx("input",{id:a,type:"checkbox",className:`w-4 h-4 appearance-none cursor-pointer dark:border-gray-700 border border-gray-300 checked:border-transparent rounded-md checked:bg-brand-500 disabled:opacity-60 - ${r}`,checked:i,onChange:l=>o(l.target.checked),disabled:n}),i&&e.jsx("svg",{className:"absolute transform -translate-x-1/2 -translate-y-1/2 pointer-events-none top-1/2 left-1/2",xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",children:e.jsx("path",{d:"M11.6666 3.5L5.24992 9.91667L2.33325 7",stroke:"white",strokeWidth:"1.94437",strokeLinecap:"round",strokeLinejoin:"round"})}),n&&e.jsx("svg",{className:"absolute transform -translate-x-1/2 -translate-y-1/2 pointer-events-none top-1/2 left-1/2",xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",children:e.jsx("path",{d:"M11.6666 3.5L5.24992 9.91667L2.33325 7",stroke:"#E4E7EC",strokeWidth:"2.33333",strokeLinecap:"round",strokeLinejoin:"round"})})]}),t&&e.jsx("span",{className:"text-sm font-medium text-gray-800 dark:text-gray-200",children:t})]}),S=s.forwardRef(({children:t,size:i="md",variant:a="primary",startIcon:o,endIcon:r,onClick:n,className:l="",disabled:d=!1,type:c="button"},m)=>{const g={sm:"px-3 py-1.5 text-xs h-8",md:"px-3 py-2 text-sm h-9"},C={primary:"bg-brand-500 text-white shadow-theme-xs hover:bg-brand-600 disabled:bg-brand-300",outline:"bg-white text-gray-700 ring-1 ring-inset ring-gray-300 hover:bg-gray-50 dark:bg-gray-800 dark:text-gray-400 dark:ring-gray-700 dark:hover:bg-white/[0.03] dark:hover:text-gray-300",secondary:"bg-gray-500 text-white border border-gray-500 hover:bg-gray-600 hover:border-gray-600 dark:bg-gray-500 dark:border-gray-500 dark:hover:bg-gray-600 dark:hover:border-gray-600",success:"bg-success-500 text-white shadow-theme-xs hover:bg-success-600 disabled:bg-success-300"};return e.jsxs("button",{ref:m,type:c,className:`inline-flex items-center justify-center gap-2 rounded-lg transition ${l} ${g[i]} ${C[a]} ${d?"cursor-not-allowed opacity-50":""}`,onClick:n,disabled:d,children:[o&&e.jsx("span",{className:"flex items-center",children:o}),t,r&&e.jsx("span",{className:"flex items-center",children:r})]})});S.displayName="Button";function U(){const[t,i]=s.useState(!1),[a,o]=s.useState(!1),[r,n]=s.useState(""),[l,d]=s.useState(""),[c,m]=s.useState(""),g=k(),C=R(),{login:w,loading:x}=N(),h=async u=>{var L,y;if(u.preventDefault(),m(""),!r||!l){m("Please enter both email and password");return}try{await w(r,l);const j=((y=(L=C.state)==null?void 0:L.from)==null?void 0:y.pathname)||"/";g(j,{replace:!0})}catch(j){m(j.message||"Login failed. Please check your credentials.")}};return e.jsxs("div",{className:"flex flex-col flex-1",children:[e.jsx("div",{className:"w-full max-w-md pt-10 mx-auto"}),e.jsx("div",{className:"flex flex-col justify-center flex-1 w-full max-w-md mx-auto",children:e.jsxs("div",{children:[e.jsxs("div",{className:"mb-5 sm:mb-8",children:[e.jsx("h1",{className:"mb-2 font-semibold text-gray-800 text-title-sm dark:text-white/90 sm:text-title-md",children:"Sign In"}),e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400",children:"Enter your email and password to sign in!"})]}),e.jsxs("div",{children:[e.jsxs("div",{className:"grid grid-cols-1 gap-3 sm:grid-cols-2 sm:gap-5",children:[e.jsxs("button",{className:"inline-flex items-center justify-center gap-3 py-3 text-sm font-normal text-gray-700 transition-colors bg-gray-100 rounded-lg px-7 hover:bg-gray-200 hover:text-gray-800 dark:bg-white/5 dark:text-white/90 dark:hover:bg-white/10",children:[e.jsxs("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.jsx("path",{d:"M18.7511 10.1944C18.7511 9.47495 18.6915 8.94995 18.5626 8.40552H10.1797V11.6527H15.1003C15.0011 12.4597 14.4654 13.675 13.2749 14.4916L13.2582 14.6003L15.9087 16.6126L16.0924 16.6305C17.7788 15.1041 18.7511 12.8583 18.7511 10.1944Z",fill:"#4285F4"}),e.jsx("path",{d:"M10.1788 18.75C12.5895 18.75 14.6133 17.9722 16.0915 16.6305L13.274 14.4916C12.5201 15.0068 11.5081 15.3666 10.1788 15.3666C7.81773 15.3666 5.81379 13.8402 5.09944 11.7305L4.99473 11.7392L2.23868 13.8295L2.20264 13.9277C3.67087 16.786 6.68674 18.75 10.1788 18.75Z",fill:"#34A853"}),e.jsx("path",{d:"M5.10014 11.7305C4.91165 11.186 4.80257 10.6027 4.80257 9.99992C4.80257 9.3971 4.91165 8.81379 5.09022 8.26935L5.08523 8.1534L2.29464 6.02954L2.20333 6.0721C1.5982 7.25823 1.25098 8.5902 1.25098 9.99992C1.25098 11.4096 1.5982 12.7415 2.20333 13.9277L5.10014 11.7305Z",fill:"#FBBC05"}),e.jsx("path",{d:"M10.1789 4.63331C11.8554 4.63331 12.9864 5.34303 13.6312 5.93612L16.1511 3.525C14.6035 2.11528 12.5895 1.25 10.1789 1.25C6.68676 1.25 3.67088 3.21387 2.20264 6.07218L5.08953 8.26943C5.81381 6.15972 7.81776 4.63331 10.1789 4.63331Z",fill:"#EB4335"})]}),"Sign in with Google"]}),e.jsxs("button",{className:"inline-flex items-center justify-center gap-3 py-3 text-sm font-normal text-gray-700 transition-colors bg-gray-100 rounded-lg px-7 hover:bg-gray-200 hover:text-gray-800 dark:bg-white/5 dark:text-white/90 dark:hover:bg-white/10",children:[e.jsx("svg",{width:"21",className:"fill-current",height:"20",viewBox:"0 0 21 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M15.6705 1.875H18.4272L12.4047 8.75833L19.4897 18.125H13.9422L9.59717 12.4442L4.62554 18.125H1.86721L8.30887 10.7625L1.51221 1.875H7.20054L11.128 7.0675L15.6705 1.875ZM14.703 16.475H16.2305L6.37054 3.43833H4.73137L14.703 16.475Z"})}),"Sign in with X"]})]}),e.jsxs("div",{className:"relative py-3 sm:py-5",children:[e.jsx("div",{className:"absolute inset-0 flex items-center",children:e.jsx("div",{className:"w-full border-t border-gray-200 dark:border-gray-800"})}),e.jsx("div",{className:"relative flex justify-center text-sm",children:e.jsx("span",{className:"p-2 text-gray-400 bg-white dark:bg-gray-900 sm:px-5 sm:py-2",children:"Or"})})]}),e.jsx("form",{onSubmit:h,children:e.jsxs("div",{className:"space-y-6",children:[c&&e.jsx("div",{className:"p-3 text-sm text-red-600 bg-red-50 border border-red-200 rounded-lg dark:bg-red-900/20 dark:text-red-400 dark:border-red-800",children:c}),e.jsxs("div",{children:[e.jsxs(f,{children:["Email ",e.jsx("span",{className:"text-error-500",children:"*"})," "]}),e.jsx(p,{type:"email",value:r,onChange:u=>n(u.target.value),placeholder:"info@gmail.com",required:!0})]}),e.jsxs("div",{children:[e.jsxs(f,{children:["Password ",e.jsx("span",{className:"text-error-500",children:"*"})," "]}),e.jsxs("div",{className:"relative",children:[e.jsx(p,{type:t?"text":"password",value:l,onChange:u=>d(u.target.value),placeholder:"Enter your password",required:!0}),e.jsx("span",{onClick:()=>i(!t),className:"absolute z-30 -translate-y-1/2 cursor-pointer right-4 top-1/2",children:t?e.jsx(M,{className:"fill-gray-500 dark:fill-gray-400 size-5"}):e.jsx(Z,{className:"fill-gray-500 dark:fill-gray-400 size-5"})})]})]}),e.jsxs("div",{className:"flex items-center justify-between",children:[e.jsxs("div",{className:"flex items-center gap-3",children:[e.jsx(E,{checked:a,onChange:o}),e.jsx("span",{className:"block font-normal text-gray-700 text-theme-sm dark:text-gray-400",children:"Keep me logged in"})]}),e.jsx(v,{to:"/reset-password",className:"text-sm text-brand-500 hover:text-brand-600 dark:text-brand-400",children:"Forgot password?"})]}),e.jsx("div",{children:e.jsx(S,{className:"w-full",size:"sm",type:"submit",disabled:x,children:x?"Signing in...":"Sign in"})})]})}),e.jsx("div",{className:"mt-5",children:e.jsxs("p",{className:"text-sm font-normal text-center text-gray-700 dark:text-gray-400 sm:text-start",children:["Don't have an account? ","",e.jsx(v,{to:"/signup",className:"text-brand-500 hover:text-brand-600 dark:text-brand-400",children:"Sign Up"})]})})]})]})})]})}function j1(){return e.jsxs(e.Fragment,{children:[e.jsx(b,{title:"React.js SignIn Dashboard | TailAdmin - Next.js Admin Dashboard Template",description:"This is React.js SignIn Tables Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsx(V,{children:e.jsx(U,{})})]})}function _(){const[t,i]=s.useState(!1),[a,o]=s.useState(!1),[r,n]=s.useState({firstName:"",lastName:"",email:"",password:"",username:""}),[l,d]=s.useState(""),c=k(),{register:m,loading:g}=N(),C=x=>{const{name:h,value:u}=x.target;n(L=>({...L,[h]:u}))},w=async x=>{if(x.preventDefault(),d(""),!r.email||!r.password||!r.firstName||!r.lastName){d("Please fill in all required fields");return}if(!a){d("Please agree to the Terms and Conditions");return}try{const h=r.username||r.email.split("@")[0];await m({email:r.email,password:r.password,username:h,first_name:r.firstName,last_name:r.lastName}),c("/",{replace:!0})}catch(h){d(h.message||"Registration failed. Please try again.")}};return e.jsxs("div",{className:"flex flex-col flex-1 w-full overflow-y-auto lg:w-1/2 no-scrollbar",children:[e.jsx("div",{className:"w-full max-w-md mx-auto mb-5 sm:pt-10",children:e.jsxs(v,{to:"/",className:"inline-flex items-center text-sm text-gray-500 transition-colors hover:text-gray-700 dark:text-gray-400 dark:hover:text-gray-300",children:[e.jsx(I,{className:"size-5"}),"Back to dashboard"]})}),e.jsx("div",{className:"flex flex-col justify-center flex-1 w-full max-w-md mx-auto",children:e.jsxs("div",{children:[e.jsxs("div",{className:"mb-5 sm:mb-8",children:[e.jsx("h1",{className:"mb-2 font-semibold text-gray-800 text-title-sm dark:text-white/90 sm:text-title-md",children:"Sign Up"}),e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400",children:"Enter your email and password to sign up!"})]}),e.jsxs("div",{children:[e.jsxs("div",{className:"grid grid-cols-1 gap-3 sm:grid-cols-2 sm:gap-5",children:[e.jsxs("button",{className:"inline-flex items-center justify-center gap-3 py-3 text-sm font-normal text-gray-700 transition-colors bg-gray-100 rounded-lg px-7 hover:bg-gray-200 hover:text-gray-800 dark:bg-white/5 dark:text-white/90 dark:hover:bg-white/10",children:[e.jsxs("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.jsx("path",{d:"M18.7511 10.1944C18.7511 9.47495 18.6915 8.94995 18.5626 8.40552H10.1797V11.6527H15.1003C15.0011 12.4597 14.4654 13.675 13.2749 14.4916L13.2582 14.6003L15.9087 16.6126L16.0924 16.6305C17.7788 15.1041 18.7511 12.8583 18.7511 10.1944Z",fill:"#4285F4"}),e.jsx("path",{d:"M10.1788 18.75C12.5895 18.75 14.6133 17.9722 16.0915 16.6305L13.274 14.4916C12.5201 15.0068 11.5081 15.3666 10.1788 15.3666C7.81773 15.3666 5.81379 13.8402 5.09944 11.7305L4.99473 11.7392L2.23868 13.8295L2.20264 13.9277C3.67087 16.786 6.68674 18.75 10.1788 18.75Z",fill:"#34A853"}),e.jsx("path",{d:"M5.10014 11.7305C4.91165 11.186 4.80257 10.6027 4.80257 9.99992C4.80257 9.3971 4.91165 8.81379 5.09022 8.26935L5.08523 8.1534L2.29464 6.02954L2.20333 6.0721C1.5982 7.25823 1.25098 8.5902 1.25098 9.99992C1.25098 11.4096 1.5982 12.7415 2.20333 13.9277L5.10014 11.7305Z",fill:"#FBBC05"}),e.jsx("path",{d:"M10.1789 4.63331C11.8554 4.63331 12.9864 5.34303 13.6312 5.93612L16.1511 3.525C14.6035 2.11528 12.5895 1.25 10.1789 1.25C6.68676 1.25 3.67088 3.21387 2.20264 6.07218L5.08953 8.26943C5.81381 6.15972 7.81776 4.63331 10.1789 4.63331Z",fill:"#EB4335"})]}),"Sign up with Google"]}),e.jsxs("button",{className:"inline-flex items-center justify-center gap-3 py-3 text-sm font-normal text-gray-700 transition-colors bg-gray-100 rounded-lg px-7 hover:bg-gray-200 hover:text-gray-800 dark:bg-white/5 dark:text-white/90 dark:hover:bg-white/10",children:[e.jsx("svg",{width:"21",className:"fill-current",height:"20",viewBox:"0 0 21 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M15.6705 1.875H18.4272L12.4047 8.75833L19.4897 18.125H13.9422L9.59717 12.4442L4.62554 18.125H1.86721L8.30887 10.7625L1.51221 1.875H7.20054L11.128 7.0675L15.6705 1.875ZM14.703 16.475H16.2305L6.37054 3.43833H4.73137L14.703 16.475Z"})}),"Sign up with X"]})]}),e.jsxs("div",{className:"relative py-3 sm:py-5",children:[e.jsx("div",{className:"absolute inset-0 flex items-center",children:e.jsx("div",{className:"w-full border-t border-gray-200 dark:border-gray-800"})}),e.jsx("div",{className:"relative flex justify-center text-sm",children:e.jsx("span",{className:"p-2 text-gray-400 bg-white dark:bg-gray-900 sm:px-5 sm:py-2",children:"Or"})})]}),e.jsx("form",{onSubmit:w,children:e.jsxs("div",{className:"space-y-5",children:[l&&e.jsx("div",{className:"p-3 text-sm text-red-600 bg-red-50 border border-red-200 rounded-lg dark:bg-red-900/20 dark:text-red-400 dark:border-red-800",children:l}),e.jsxs("div",{className:"grid grid-cols-1 gap-5 sm:grid-cols-2",children:[e.jsxs("div",{className:"sm:col-span-1",children:[e.jsxs(f,{children:["First Name",e.jsx("span",{className:"text-error-500",children:"*"})]}),e.jsx(p,{type:"text",id:"firstName",name:"firstName",value:r.firstName,onChange:C,placeholder:"Enter your first name",required:!0})]}),e.jsxs("div",{className:"sm:col-span-1",children:[e.jsxs(f,{children:["Last Name",e.jsx("span",{className:"text-error-500",children:"*"})]}),e.jsx(p,{type:"text",id:"lastName",name:"lastName",value:r.lastName,onChange:C,placeholder:"Enter your last name",required:!0})]})]}),e.jsxs("div",{children:[e.jsxs(f,{children:["Email",e.jsx("span",{className:"text-error-500",children:"*"})]}),e.jsx(p,{type:"email",id:"email",name:"email",value:r.email,onChange:C,placeholder:"Enter your email",required:!0})]}),e.jsxs("div",{children:[e.jsxs(f,{children:["Password",e.jsx("span",{className:"text-error-500",children:"*"})]}),e.jsxs("div",{className:"relative",children:[e.jsx(p,{placeholder:"Enter your password",type:t?"text":"password",id:"password",name:"password",value:r.password,onChange:C,required:!0}),e.jsx("span",{onClick:()=>i(!t),className:"absolute z-30 -translate-y-1/2 cursor-pointer right-4 top-1/2",children:t?e.jsx(M,{className:"fill-gray-500 dark:fill-gray-400 size-5"}):e.jsx(Z,{className:"fill-gray-500 dark:fill-gray-400 size-5"})})]})]}),e.jsxs("div",{className:"flex items-center gap-3",children:[e.jsx(E,{className:"w-5 h-5",checked:a,onChange:o}),e.jsxs("p",{className:"inline-block font-normal text-gray-500 dark:text-gray-400",children:["By creating an account means you agree to the"," ",e.jsx("span",{className:"text-gray-800 dark:text-white/90",children:"Terms and Conditions,"})," ","and our"," ",e.jsx("span",{className:"text-gray-800 dark:text-white",children:"Privacy Policy"})]})]}),e.jsx("div",{children:e.jsx("button",{type:"submit",disabled:g,className:"flex items-center justify-center w-full px-4 py-3 text-sm font-medium text-white transition rounded-lg bg-brand-500 shadow-theme-xs hover:bg-brand-600 disabled:opacity-50 disabled:cursor-not-allowed",children:g?"Signing up...":"Sign Up"})})]})}),e.jsx("div",{className:"mt-5",children:e.jsxs("p",{className:"text-sm font-normal text-center text-gray-700 dark:text-gray-400 sm:text-start",children:["Already have an account? ","",e.jsx(v,{to:"/signin",className:"text-brand-500 hover:text-brand-600 dark:text-brand-400",children:"Sign In"})]})})]})]})})]})}function y1(){return e.jsxs(e.Fragment,{children:[e.jsx(b,{title:"React.js SignUp Dashboard | TailAdmin - Next.js Admin Dashboard Template",description:"This is React.js SignUp Tables Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsx(V,{children:e.jsx(_,{})})]})}export{u1 as A,S as B,E as C,j1 as D,y1 as E,D as G,p as I,f as L,Q as S,J as T,a1 as a,e1 as b,l1 as c,h1 as d,o1 as e,x1 as f,n1 as g,w1 as h,m1 as i,C1 as j,Y as k,d1 as l,c1 as m,v1 as n,X as o,L1 as p,t1 as q,K as r,g1 as s,r1 as t,z as u,N as v,s1 as w,p1 as x,f1 as y,i1 as z}; diff --git a/frontend/dist/assets/js/page-bulk-action-modal.config.ts-D-0XtKwF.js b/frontend/dist/assets/js/page-bulk-action-modal.config.ts-DEzkmedw.js similarity index 60% rename from frontend/dist/assets/js/page-bulk-action-modal.config.ts-D-0XtKwF.js rename to frontend/dist/assets/js/page-bulk-action-modal.config.ts-DEzkmedw.js index ad97f2c3..9a19e6e7 100644 --- a/frontend/dist/assets/js/page-bulk-action-modal.config.ts-D-0XtKwF.js +++ b/frontend/dist/assets/js/page-bulk-action-modal.config.ts-DEzkmedw.js @@ -1 +1 @@ -const t={"/planner/keywords":{export:{title:"Export Selected Keywords",message:e=>`You are about to export ${e} selected keyword${e!==1?"s":""}. The export will be downloaded as a CSV file.`,confirmText:"Export",itemNamePlural:"keywords"},updateStatus:{title:"Update Status",message:e=>`You are about to update the status of ${e} selected keyword${e!==1?"s":""}. Select the new status below.`,confirmText:"Update Status",itemNamePlural:"keywords",statusOptions:[{value:"active",label:"Active"},{value:"pending",label:"Pending"},{value:"archived",label:"Archived"}]}},"/planner/clusters":{export:{title:"Export Selected Clusters",message:e=>`You are about to export ${e} selected cluster${e!==1?"s":""}. The export will be downloaded as a CSV file.`,confirmText:"Export",itemNamePlural:"clusters"},updateStatus:{title:"Update Status",message:e=>`You are about to update the status of ${e} selected cluster${e!==1?"s":""}. Select the new status below.`,confirmText:"Update Status",itemNamePlural:"clusters",statusOptions:[{value:"active",label:"Active"},{value:"inactive",label:"Inactive"}]}},"/planner/ideas":{export:{title:"Export Selected Ideas",message:e=>`You are about to export ${e} selected idea${e!==1?"s":""}. The export will be downloaded as a CSV file.`,confirmText:"Export",itemNamePlural:"ideas"},updateStatus:{title:"Update Status",message:e=>`You are about to update the status of ${e} selected idea${e!==1?"s":""}. Select the new status below.`,confirmText:"Update Status",itemNamePlural:"ideas",statusOptions:[{value:"new",label:"New"},{value:"scheduled",label:"Scheduled"},{value:"published",label:"Published"}]}},"/writer/tasks":{export:{title:"Export Selected Tasks",message:e=>`You are about to export ${e} selected task${e!==1?"s":""}. The export will be downloaded as a CSV file.`,confirmText:"Export",itemNamePlural:"tasks"},updateStatus:{title:"Update Status",message:e=>`You are about to update the status of ${e} selected task${e!==1?"s":""}. Select the new status below.`,confirmText:"Update Status",itemNamePlural:"tasks",statusOptions:[{value:"queued",label:"Queued"},{value:"draft",label:"Draft"},{value:"in_progress",label:"In Progress"},{value:"completed",label:"Completed"}]}},"/writer/drafts":{export:{title:"Export Selected Drafts",message:e=>`You are about to export ${e} selected draft${e!==1?"s":""}. The export will be downloaded as a CSV file.`,confirmText:"Export",itemNamePlural:"drafts"},updateStatus:{title:"Update Status",message:e=>`You are about to update the status of ${e} selected draft${e!==1?"s":""}. Select the new status below.`,confirmText:"Update Status",itemNamePlural:"drafts",statusOptions:[{value:"draft",label:"Draft"},{value:"review",label:"Review"},{value:"published",label:"Published"}]}},"/writer/published":{export:{title:"Export Selected Published Content",message:e=>`You are about to export ${e} selected published content item${e!==1?"s":""}. The export will be downloaded as a CSV file.`,confirmText:"Export",itemNamePlural:"published content items"},updateStatus:{title:"Update Status",message:e=>`You are about to update the status of ${e} selected published content item${e!==1?"s":""}. Select the new status below.`,confirmText:"Update Status",itemNamePlural:"published content items",statusOptions:[{value:"published",label:"Published"},{value:"archived",label:"Archived"}]}}};function a(e){return t[e]||null}export{a as g}; +const t={"/planner/keywords":{export:{title:"Export Selected Keywords",message:e=>`You are about to export ${e} selected keyword${e!==1?"s":""}. The export will be downloaded as a CSV file.`,confirmText:"Export",itemNamePlural:"keywords"},updateStatus:{title:"Update Status",message:e=>`You are about to update the status of ${e} selected keyword${e!==1?"s":""}. Select the new status below.`,confirmText:"Update Status",itemNamePlural:"keywords",statusOptions:[{value:"active",label:"Active"},{value:"pending",label:"Pending"},{value:"archived",label:"Archived"}]}},"/planner/clusters":{export:{title:"Export Selected Clusters",message:e=>`You are about to export ${e} selected cluster${e!==1?"s":""}. The export will be downloaded as a CSV file.`,confirmText:"Export",itemNamePlural:"clusters"},updateStatus:{title:"Update Status",message:e=>`You are about to update the status of ${e} selected cluster${e!==1?"s":""}. Select the new status below.`,confirmText:"Update Status",itemNamePlural:"clusters",statusOptions:[{value:"active",label:"Active"},{value:"inactive",label:"Inactive"}]}},"/planner/ideas":{export:{title:"Export Selected Ideas",message:e=>`You are about to export ${e} selected idea${e!==1?"s":""}. The export will be downloaded as a CSV file.`,confirmText:"Export",itemNamePlural:"ideas"},updateStatus:{title:"Update Status",message:e=>`You are about to update the status of ${e} selected idea${e!==1?"s":""}. Select the new status below.`,confirmText:"Update Status",itemNamePlural:"ideas",statusOptions:[{value:"new",label:"New"},{value:"scheduled",label:"Scheduled"},{value:"published",label:"Published"}]}},"/writer/tasks":{export:{title:"Export Selected Tasks",message:e=>`You are about to export ${e} selected task${e!==1?"s":""}. The export will be downloaded as a CSV file.`,confirmText:"Export",itemNamePlural:"tasks"},updateStatus:{title:"Update Status",message:e=>`You are about to update the status of ${e} selected task${e!==1?"s":""}. Select the new status below.`,confirmText:"Update Status",itemNamePlural:"tasks",statusOptions:[{value:"queued",label:"Queued"},{value:"completed",label:"Completed"}]}},"/writer/content":{export:{title:"Export Selected Drafts",message:e=>`You are about to export ${e} selected draft${e!==1?"s":""}. The export will be downloaded as a CSV file.`,confirmText:"Export",itemNamePlural:"drafts"},updateStatus:{title:"Update Status",message:e=>`You are about to update the status of ${e} selected draft${e!==1?"s":""}. Select the new status below.`,confirmText:"Update Status",itemNamePlural:"drafts",statusOptions:[{value:"draft",label:"Draft"},{value:"review",label:"Review"},{value:"publish",label:"Publish"}]}},"/writer/published":{export:{title:"Export Selected Published Content",message:e=>`You are about to export ${e} selected published content item${e!==1?"s":""}. The export will be downloaded as a CSV file.`,confirmText:"Export",itemNamePlural:"published content items"},updateStatus:{title:"Update Status",message:e=>`You are about to update the status of ${e} selected published content item${e!==1?"s":""}. Select the new status below.`,confirmText:"Update Status",itemNamePlural:"published content items",statusOptions:[{value:"publish",label:"Publish"},{value:"review",label:"Review"},{value:"draft",label:"Draft"}]}}};function a(e){return t[e]||null}export{a as g}; diff --git a/frontend/dist/assets/js/page-casestudies.tsx-CpWa_rNb.js b/frontend/dist/assets/js/page-casestudies.tsx-CpWa_rNb.js new file mode 100644 index 00000000..e9627e5f --- /dev/null +++ b/frontend/dist/assets/js/page-casestudies.tsx-CpWa_rNb.js @@ -0,0 +1 @@ +import{j as e}from"./vendor-react-core-DRQGgXXF.js";import{S as t,C as i}from"./marketing-components-CJXw20ab.js";import"./vendor-charts-BCGhWx_0.js";import"./vendor-other-DTCyBslD.js";import"./vendor-react-router-P1WQ4rUN.js";import"./marketing-data-DtLIUpMC.js";const r=[{company:"Lumen Publishing",headline:"From 40 to 220 articles/month with 3× SERP visibility.",metrics:[{label:"Organic traffic",value:"+210%"},{label:"Time-to-publish",value:"-58%"},{label:"Cost per article",value:"-34%"}],summary:"Publisher running 6 niche brands used Igny8 to centralize research, briefs, and AI-assisted writing. Automation recipes ensured every keyword moved to published content with minimal handoff friction.",image:"case-lumen.png"},{company:"Northbeam Digital",headline:"Agency tripled client output without adding headcount.",metrics:[{label:"Client satisfaction",value:"98%"},{label:"Deliverables/mo",value:"+175%"},{label:"Margin lift",value:"+22%"}],summary:"Multi-client agency adopted Igny8 to standardize workflows, automate reporting, and launch custom Thinker playbooks. Teams now produce keyword research, content, and images for 20+ clients simultaneously.",image:"case-northbeam.png"},{company:"Arcadia SaaS",headline:"In-house team built a 7-stage automation pipeline.",metrics:[{label:"New keywords ranked",value:"1,040"},{label:"Automation coverage",value:"82%"},{label:"Time saved monthly",value:"120 hrs"}],summary:"Arcadia used Igny8 to align SEO, product marketing, and design. Thinker libraries ensured every asset matched product messaging; automation pushed approved content directly into WordPress and HubSpot.",image:"case-arcadia.png"}],u=()=>e.jsxs("div",{className:"bg-[#050913] text-white",children:[e.jsx("section",{className:"max-w-6xl mx-auto px-6 pt-24 pb-16",children:e.jsx(t,{eyebrow:"Proof",title:"Stories from teams automating their way to category leadership.",description:"See how publishers, agencies, and SaaS companies transformed their SEO and content operations with Igny8."})}),e.jsx("section",{className:"max-w-6xl mx-auto px-6 pb-24 space-y-12",children:r.map(a=>e.jsxs("div",{className:"rounded-3xl border border-white/10 bg-white/5 p-12 grid grid-cols-1 lg:grid-cols-2 gap-12",children:[e.jsxs("div",{className:"space-y-6",children:[e.jsx("span",{className:"text-xs uppercase tracking-[0.3em] text-white/40",children:a.company}),e.jsx("h3",{className:"text-2xl font-semibold text-white",children:a.headline}),e.jsx("p",{className:"text-sm text-white/70 leading-relaxed",children:a.summary}),e.jsx("div",{className:"grid grid-cols-3 gap-4",children:a.metrics.map(s=>e.jsxs("div",{className:"rounded-2xl border border-white/10 bg-white/5 p-4 text-center space-y-2",children:[e.jsx("div",{className:"text-xl font-semibold text-white",children:s.value}),e.jsx("div",{className:"text-xs uppercase tracking-[0.2em] text-white/40",children:s.label})]},s.label))})]}),e.jsx("div",{className:"rounded-3xl border border-white/10 bg-slate-900 overflow-hidden",children:e.jsx("img",{src:`/marketing/images/${a.image}`,alt:`${a.company} case study`,className:"w-full h-full object-cover"})})]},a.company))}),e.jsx("section",{className:"bg-slate-950/70 border-y border-white/5",children:e.jsxs("div",{className:"max-w-6xl mx-auto px-6 py-24 grid grid-cols-1 md:grid-cols-2 gap-12",children:[e.jsxs("div",{className:"space-y-4",children:[e.jsx("h4",{className:"text-lg font-semibold text-white",children:"Results you can expect"}),e.jsxs("ul",{className:"space-y-3 text-sm text-white/70",children:[e.jsxs("li",{className:"flex gap-3",children:[e.jsx("span",{className:"mt-1 size-1.5 rounded-full bg-brand-300"}),"30-60 day onboarding to deploy automation and Thinker governance."]}),e.jsxs("li",{className:"flex gap-3",children:[e.jsx("span",{className:"mt-1 size-1.5 rounded-full bg-brand-300"}),"3-5× increase in content throughput without sacrificing editorial quality."]}),e.jsxs("li",{className:"flex gap-3",children:[e.jsx("span",{className:"mt-1 size-1.5 rounded-full bg-brand-300"}),"Clear ROI dashboards tying automation to revenue outcomes."]})]})]}),e.jsxs("div",{className:"rounded-3xl border border-white/10 bg-white/5 p-10 space-y-4 text-sm text-white/70",children:[e.jsx("h4",{className:"text-lg font-semibold text-white",children:"Customer advisory board"}),e.jsx("p",{children:"Igny8’s roadmap is shaped by an active community of customer strategists, agency partners, and product marketers. Join and get early access to features, template libraries, and industry benchmarks."}),e.jsx("button",{className:"inline-flex items-center justify-center rounded-full bg-brand-500 hover:bg-brand-400 px-5 py-2 text-sm font-semibold",children:"Join the CAB waitlist"})]})]})}),e.jsx(i,{title:"Let’s document your Igny8 success story next.",description:"Share your goals and we’ll map an automation blueprint specific to your team, then track and celebrate the wins together.",primaryCta:{label:"Book strategy session",href:"/contact"},secondaryCta:{label:"Download case study pack",href:"/resources"}})]});export{u as default}; diff --git a/frontend/dist/assets/js/page-clusters.config.tsx-9GAd-_h-.js b/frontend/dist/assets/js/page-clusters.config.tsx-9GAd-_h-.js deleted file mode 100644 index 115f6050..00000000 --- a/frontend/dist/assets/js/page-clusters.config.tsx-9GAd-_h-.js +++ /dev/null @@ -1 +0,0 @@ -import{j as r}from"./vendor-react-core-DjsjKnCi.js";import{L as d,I as b,B as g}from"./page-authpages-CY7hjDHU.js";const m={"Very Easy":{min:0,max:10,number:1},Easy:{min:11,max:30,number:2},Medium:{min:31,max:50,number:3},Hard:{min:51,max:70,number:4},"Very Hard":{min:71,max:100,number:5}};function f(e){return e==null?"-":e<=10?1:e<=30?2:e<=50?3:e<=70?4:5}function j(e){return{min:m[e].min,max:m[e].max}}function N(e){for(const[s,a]of Object.entries(m))if(a.number===e)return s;return null}const w={key:"title",label:"Title",sortable:!0,width:"auto"},$={key:"keyword",label:"Keyword",sortable:!0,width:"auto"},v={key:"status",label:"Status",sortable:!0,badge:!0,width:"120px"},T={key:"volume",label:"Volume",sortable:!0,numeric:!0,width:"100px"},h={key:"difficulty",label:"Difficulty",sortable:!0,badge:!0,width:"120px"},F={key:"intent",label:"Intent",sortable:!0,badge:!0,width:"120px"},S={key:"cluster",label:"Cluster",sortable:!0,width:"200px"},k={key:"created_at",label:"Created",sortable:!0,date:!0,width:"150px"},L={key:"word_count",label:"Word Count",sortable:!0,numeric:!0,width:"120px"},M={key:"sector_name",label:"Sector",sortable:!1,width:"150px"},c=({variant:e="light",color:s="primary",size:a="md",startIcon:t,endIcon:n,children:u,className:l=""})=>{const o="inline-flex items-center px-2.5 py-0.5 justify-center gap-1 rounded-full font-medium",i={sm:"text-theme-xs",md:"text-sm"},x={light:{primary:"bg-brand-50 text-brand-500 dark:bg-brand-500/15 dark:text-brand-400",success:"bg-success-50 text-success-600 dark:bg-success-500/15 dark:text-success-500",error:"bg-error-50 text-error-600 dark:bg-error-500/15 dark:text-error-500",warning:"bg-warning-50 text-warning-600 dark:bg-warning-500/15 dark:text-orange-400",info:"bg-blue-light-50 text-blue-light-500 dark:bg-blue-light-500/15 dark:text-blue-light-500",light:"bg-gray-100 text-gray-700 dark:bg-white/5 dark:text-white/80",dark:"bg-gray-500 text-white dark:bg-white/5 dark:text-white"},solid:{primary:"bg-brand-500 text-white dark:text-white",success:"bg-success-500 text-white dark:text-white",error:"bg-error-500 text-white dark:text-white",warning:"bg-warning-500 text-white dark:text-white",info:"bg-blue-light-500 text-white dark:text-white",light:"bg-gray-400 dark:bg-white/5 text-white dark:text-white/80",dark:"bg-gray-700 text-white dark:text-white"}},p=i[a],y=x[e][s];return r.jsxs("span",{className:`${o} ${p} ${y} ${l}`,children:[t&&r.jsx("span",{className:"mr-1",children:t}),u,n&&r.jsx("span",{className:"ml-1",children:n})]})};function C(e){if(!e)return"Today";const s=typeof e=="string"?new Date(e):e;if(isNaN(s.getTime()))return"Today";const a=new Date,t=new Date(a.getFullYear(),a.getMonth(),a.getDate()),n=new Date(s.getFullYear(),s.getMonth(),s.getDate()),u=t.getTime()-n.getTime(),l=Math.floor(u/(1e3*60*60*24));if(l===0)return"Today";if(l===1)return"Yesterday";if(l<30)return`${l} days ago`;if(l<365){const o=Math.floor(l/30),i=l%30;return i===0?`${o} month${o>1?"s":""} ago`:`${o} month${o>1?"s":""} ${i} day${i>1?"s":""} ago`}else{const o=Math.floor(l/365),i=Math.floor(l%365/30);return i===0?`${o} year${o>1?"s":""} ago`:`${o} year${o>1?"s":""} ${i} month${i>1?"s":""} ago`}}const O=e=>{const s=!e.activeSector;return{columns:[{...w,key:"name",label:"Cluster Name",sortable:!0,sortField:"name"},...s?[{...M,render:(a,t)=>r.jsx(c,{color:"info",size:"sm",variant:"light",children:t.sector_name||"-"})}]:[],{key:"keywords_count",label:"Keywords",sortable:!1,width:"120px",render:a=>a.toLocaleString()},{key:"volume",label:"Volume",sortable:!1,width:"120px",render:a=>a.toLocaleString()},{...h,key:"difficulty",label:"Difficulty",sortable:!1,align:"center",render:a=>{const t=f(a),n=typeof t=="number"&&t===5?"solid":typeof t=="number"&&(t===2||t===3||t===4)?"light":typeof t=="number"&&t===1?"solid":"light",u=typeof t=="number"&&t===1||typeof t=="number"&&t===2?"success":typeof t=="number"&&t===3?"warning":typeof t=="number"&&t===4||typeof t=="number"&&t===5?"error":"light";return typeof t=="number"?r.jsx(c,{color:u,variant:n,size:"sm",children:t}):t}},{key:"mapped_pages",label:"Mapped Pages",sortable:!1,width:"120px",render:a=>a.toLocaleString()},{...v,sortable:!0,sortField:"status",render:a=>r.jsx(c,{color:a==="active"?"success":"warning",size:"sm",children:a})},{...k,sortable:!0,sortField:"created_at",render:a=>C(a)}],filters:[{key:"search",label:"Search",type:"text",placeholder:"Search clusters..."},{key:"status",label:"Status",type:"select",options:[{value:"",label:"All Status"},{value:"active",label:"Active"},{value:"archived",label:"Archived"}]},{key:"difficulty",label:"Difficulty",type:"select",options:[{value:"",label:"All Difficulty"},{value:"1",label:"1 - Very Easy"},{value:"2",label:"2 - Easy"},{value:"3",label:"3 - Medium"},{value:"4",label:"4 - Hard"},{value:"5",label:"5 - Very Hard"}]},{key:"volume",label:"Volume Range",type:"custom",customRender:()=>r.jsxs("div",{className:"relative flex-1 min-w-[140px]",children:[r.jsxs("button",{ref:e.volumeButtonRef,type:"button",onClick:()=>{e.setIsVolumeDropdownOpen(!e.isVolumeDropdownOpen),e.setTempVolumeMin(e.volumeMin),e.setTempVolumeMax(e.volumeMax)},className:`igny8-select-styled h-9 w-full appearance-none rounded-lg border border-gray-300 bg-transparent px-3 py-2 pr-10 text-sm shadow-theme-xs focus:border-brand-300 focus:outline-hidden focus:ring-3 focus:ring-brand-500/10 dark:border-gray-700 dark:bg-gray-900 dark:focus:border-brand-800 ${e.volumeMin||e.volumeMax?"text-gray-800 dark:text-white/90":"text-gray-400 dark:text-gray-400"} ${e.isVolumeDropdownOpen?"border-brand-300 ring-3 ring-brand-500/10 dark:border-brand-800":""}`,children:[r.jsx("span",{className:"block text-left truncate",children:e.volumeMin||e.volumeMax?`Vol: ${e.volumeMin||"Min"} - ${e.volumeMax||"Max"}`:"Volume Range"}),r.jsx("span",{className:"absolute inset-y-0 right-0 flex items-center pr-3 pointer-events-none",children:r.jsx("svg",{className:"h-4 w-4 text-gray-400",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:r.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M19 9l-7 7-7-7"})})})]}),e.isVolumeDropdownOpen&&r.jsx("div",{ref:e.volumeDropdownRef,className:"absolute z-50 left-0 right-0 mt-1 rounded-lg border border-gray-200 bg-white shadow-theme-lg dark:border-gray-800 dark:bg-gray-dark overflow-hidden p-4 min-w-[280px]",children:r.jsxs("div",{className:"space-y-3",children:[r.jsxs("div",{children:[r.jsx(d,{htmlFor:"vol-min",className:"text-xs mb-1",children:"Min Volume"}),r.jsx(b,{id:"vol-min",type:"number",placeholder:"Min",value:e.tempVolumeMin,onChange:a=>{const t=a.target.value;e.setTempVolumeMin(t===""?"":parseInt(t)||"")},className:"w-full h-9"})]}),r.jsxs("div",{children:[r.jsx(d,{htmlFor:"vol-max",className:"text-xs mb-1",children:"Max Volume"}),r.jsx(b,{id:"vol-max",type:"number",placeholder:"Max",value:e.tempVolumeMax,onChange:a=>{const t=a.target.value;e.setTempVolumeMax(t===""?"":parseInt(t)||"")},className:"w-full h-9"})]}),r.jsxs("div",{className:"flex gap-2 pt-2",children:[r.jsx(g,{size:"sm",variant:"primary",onClick:async()=>{const a=e.tempVolumeMin===""?"":Number(e.tempVolumeMin),t=e.tempVolumeMax===""?"":Number(e.tempVolumeMax);e.setIsVolumeDropdownOpen(!1),e.setVolumeMin(a),e.setVolumeMax(t),e.setCurrentPage(1),setTimeout(()=>{e.loadClusters()},0)},className:"flex-1",children:"OK"}),r.jsx(g,{size:"sm",variant:"secondary",onClick:()=>{e.setIsVolumeDropdownOpen(!1),e.setTempVolumeMin(e.volumeMin),e.setTempVolumeMax(e.volumeMax)},className:"flex-1",children:"Cancel"})]})]})})]})}],formFields:()=>[{key:"name",label:"Cluster Name",type:"text",placeholder:"Enter cluster name",required:!0,value:e.formData.name||"",onChange:a=>e.setFormData({...e.formData,name:a})},{key:"description",label:"Description",type:"textarea",placeholder:"Enter cluster description",value:e.formData.description||"",onChange:a=>e.setFormData({...e.formData,description:a})},{key:"status",label:"Status",type:"select",value:e.formData.status||"active",onChange:a=>e.setFormData({...e.formData,status:a}),options:[{value:"active",label:"Active"},{value:"archived",label:"Archived"}]}],headerMetrics:[{label:"Total Clusters",value:0,accentColor:"blue",calculate:a=>a.totalCount||0},{label:"Active",value:0,accentColor:"green",calculate:a=>a.clusters.filter(t=>t.status==="active").length},{label:"Total Keywords",value:0,accentColor:"amber",calculate:a=>a.clusters.reduce((t,n)=>t+(n.keywords_count||0),0)},{label:"Total Volume",value:0,accentColor:"purple",calculate:a=>a.clusters.reduce((t,n)=>t+(n.volume||0),0)}]}};export{c as B,v as a,S as b,k as c,h as d,N as e,C as f,f as g,j as h,F as i,O as j,$ as k,M as s,w as t,T as v,L as w}; diff --git a/frontend/dist/assets/js/page-clusters.config.tsx-FJ8SgY77.js b/frontend/dist/assets/js/page-clusters.config.tsx-FJ8SgY77.js new file mode 100644 index 00000000..06643b86 --- /dev/null +++ b/frontend/dist/assets/js/page-clusters.config.tsx-FJ8SgY77.js @@ -0,0 +1 @@ +import{j as a}from"./vendor-react-core-DRQGgXXF.js";import{L as d,I as b,B as x}from"./page-authpages-BaiNliVr.js";const c=({variant:e="light",color:s="primary",size:t="md",startIcon:r,endIcon:n,children:u,className:l=""})=>{const o="inline-flex items-center px-2.5 py-0.5 justify-center gap-1 rounded-full font-medium",i={sm:"text-theme-xs",md:"text-sm"},p={light:{primary:"bg-brand-50 text-brand-500 dark:bg-brand-500/15 dark:text-brand-400",success:"bg-success-50 text-success-600 dark:bg-success-500/15 dark:text-success-500",error:"bg-error-50 text-error-600 dark:bg-error-500/15 dark:text-error-500",warning:"bg-warning-50 text-warning-600 dark:bg-warning-500/15 dark:text-orange-400",info:"bg-blue-light-50 text-blue-light-500 dark:bg-blue-light-500/15 dark:text-blue-light-500",light:"bg-gray-100 text-gray-700 dark:bg-white/5 dark:text-white/80",dark:"bg-gray-500 text-white dark:bg-white/5 dark:text-white"},solid:{primary:"bg-brand-500 text-white dark:text-white",success:"bg-success-500 text-white dark:text-white",error:"bg-error-500 text-white dark:text-white",warning:"bg-warning-500 text-white dark:text-white",info:"bg-blue-light-500 text-white dark:text-white",light:"bg-gray-400 dark:bg-white/5 text-white dark:text-white/80",dark:"bg-gray-700 text-white dark:text-white"}},y=i[t],f=p[e][s];return a.jsxs("span",{className:`${o} ${y} ${f} ${l}`,children:[r&&a.jsx("span",{className:"mr-1",children:r}),u,n&&a.jsx("span",{className:"ml-1",children:n})]})},m={"Very Easy":{min:0,max:10,number:1},Easy:{min:11,max:30,number:2},Medium:{min:31,max:50,number:3},Hard:{min:51,max:70,number:4},"Very Hard":{min:71,max:100,number:5}};function w(e){return e==null?"-":e<=10?1:e<=30?2:e<=50?3:e<=70?4:5}function j(e){return{min:m[e].min,max:m[e].max}}function N(e){for(const[s,t]of Object.entries(m))if(t.number===e)return s;return null}const h={key:"title",label:"Title",sortable:!0,width:"auto"},F={key:"keyword",label:"Keyword",sortable:!0,width:"auto"},v={key:"status",label:"Status",sortable:!0,badge:!0,width:"120px"},$={key:"volume",label:"Volume",sortable:!0,numeric:!0,width:"100px"},k={key:"difficulty",label:"Difficulty",sortable:!0,badge:!0,width:"120px"},T={key:"intent",label:"Intent",sortable:!0,badge:!0,width:"120px"},_={key:"cluster",label:"Cluster",sortable:!0,width:"200px"},M={key:"created_at",label:"Created",sortable:!0,date:!0,width:"150px"},S={key:"word_count",label:"Word Count",sortable:!0,numeric:!0,width:"120px"},C={key:"sector_name",label:"Sector",sortable:!1,width:"150px"};function g(e){if(!e)return"Today";const s=typeof e=="string"?new Date(e):e;if(isNaN(s.getTime()))return"Today";const t=new Date,r=new Date(t.getFullYear(),t.getMonth(),t.getDate()),n=new Date(s.getFullYear(),s.getMonth(),s.getDate()),u=r.getTime()-n.getTime(),l=Math.floor(u/(1e3*60*60*24));if(l===0)return"Today";if(l===1)return"Yesterday";if(l<30)return`${l} days ago`;if(l<365){const o=Math.floor(l/30),i=l%30;return i===0?`${o} month${o>1?"s":""} ago`:`${o} month${o>1?"s":""} ${i} day${i>1?"s":""} ago`}else{const o=Math.floor(l/365),i=Math.floor(l%365/30);return i===0?`${o} year${o>1?"s":""} ago`:`${o} year${o>1?"s":""} ${i} month${i>1?"s":""} ago`}}const L=e=>{const s=!e.activeSector;return{columns:[{...h,key:"name",label:"Cluster Name",sortable:!0,sortField:"name"},...s?[{...C,render:(t,r)=>a.jsx(c,{color:"info",size:"sm",variant:"light",children:r.sector_name||"-"})}]:[],{key:"keywords_count",label:"Keywords",sortable:!0,sortField:"keywords_count",width:"120px",render:t=>t.toLocaleString()},{key:"ideas_count",label:"Ideas",sortable:!0,sortField:"ideas_count",width:"120px",render:t=>t.toLocaleString()},{key:"volume",label:"Volume",sortable:!0,sortField:"volume",width:"120px",render:t=>t.toLocaleString()},{...k,key:"difficulty",label:"Difficulty",sortable:!0,sortField:"difficulty",align:"center",render:t=>{const r=w(t),n=typeof r=="number"&&r===5?"solid":typeof r=="number"&&(r===2||r===3||r===4)?"light":typeof r=="number"&&r===1?"solid":"light",u=typeof r=="number"&&r===1||typeof r=="number"&&r===2?"success":typeof r=="number"&&r===3?"warning":typeof r=="number"&&r===4||typeof r=="number"&&r===5?"error":"light";return typeof r=="number"?a.jsx(c,{color:u,variant:n,size:"sm",children:r}):r}},{key:"content_count",label:"Content",sortable:!0,sortField:"content_count",width:"120px",render:t=>t.toLocaleString()},{...v,sortable:!0,sortField:"status",render:t=>a.jsx(c,{color:t==="active"?"success":"warning",size:"sm",children:t})},{...M,sortable:!0,sortField:"created_at",render:t=>g(t)},{key:"description",label:"Description",sortable:!1,defaultVisible:!1,width:"250px",render:t=>a.jsx("span",{className:"text-sm text-gray-600 dark:text-gray-400 truncate block max-w-[250px]",children:t||"-"})},{key:"mapped_pages",label:"Mapped Pages",sortable:!0,sortField:"mapped_pages",defaultVisible:!1,width:"120px",render:t=>t.toLocaleString()},{key:"updated_at",label:"Updated",sortable:!0,sortField:"updated_at",defaultVisible:!1,render:t=>g(t)}],filters:[{key:"search",label:"Search",type:"text",placeholder:"Search clusters..."},{key:"status",label:"Status",type:"select",options:[{value:"",label:"All Status"},{value:"active",label:"Active"},{value:"archived",label:"Archived"}]},{key:"difficulty",label:"Difficulty",type:"select",options:[{value:"",label:"All Difficulty"},{value:"1",label:"1 - Very Easy"},{value:"2",label:"2 - Easy"},{value:"3",label:"3 - Medium"},{value:"4",label:"4 - Hard"},{value:"5",label:"5 - Very Hard"}]},{key:"volume",label:"Volume Range",type:"custom",customRender:()=>a.jsxs("div",{className:"relative flex-1 min-w-[140px]",children:[a.jsxs("button",{ref:e.volumeButtonRef,type:"button",onClick:()=>{e.setIsVolumeDropdownOpen(!e.isVolumeDropdownOpen),e.setTempVolumeMin(e.volumeMin),e.setTempVolumeMax(e.volumeMax)},className:`igny8-select-styled h-9 w-full appearance-none rounded-lg border border-gray-300 bg-transparent px-3 py-2 pr-10 text-sm shadow-theme-xs focus:border-brand-300 focus:outline-hidden focus:ring-3 focus:ring-brand-500/10 dark:border-gray-700 dark:bg-gray-900 dark:focus:border-brand-800 ${e.volumeMin||e.volumeMax?"text-gray-800 dark:text-white/90":"text-gray-400 dark:text-gray-400"} ${e.isVolumeDropdownOpen?"border-brand-300 ring-3 ring-brand-500/10 dark:border-brand-800":""}`,children:[a.jsx("span",{className:"block text-left truncate",children:e.volumeMin||e.volumeMax?`Vol: ${e.volumeMin||"Min"} - ${e.volumeMax||"Max"}`:"Volume Range"}),a.jsx("span",{className:"absolute inset-y-0 right-0 flex items-center pr-3 pointer-events-none",children:a.jsx("svg",{className:"h-4 w-4 text-gray-400",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:a.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M19 9l-7 7-7-7"})})})]}),e.isVolumeDropdownOpen&&a.jsx("div",{ref:e.volumeDropdownRef,className:"absolute z-50 left-0 right-0 mt-1 rounded-lg border border-gray-200 bg-white shadow-theme-lg dark:border-gray-800 dark:bg-gray-dark overflow-hidden p-4 min-w-[280px]",children:a.jsxs("div",{className:"space-y-3",children:[a.jsxs("div",{children:[a.jsx(d,{htmlFor:"vol-min",className:"text-xs mb-1",children:"Min Volume"}),a.jsx(b,{id:"vol-min",type:"number",placeholder:"Min",value:e.tempVolumeMin,onChange:t=>{const r=t.target.value;e.setTempVolumeMin(r===""?"":parseInt(r)||"")},className:"w-full h-9"})]}),a.jsxs("div",{children:[a.jsx(d,{htmlFor:"vol-max",className:"text-xs mb-1",children:"Max Volume"}),a.jsx(b,{id:"vol-max",type:"number",placeholder:"Max",value:e.tempVolumeMax,onChange:t=>{const r=t.target.value;e.setTempVolumeMax(r===""?"":parseInt(r)||"")},className:"w-full h-9"})]}),a.jsxs("div",{className:"flex gap-2 pt-2",children:[a.jsx(x,{size:"sm",variant:"primary",onClick:async()=>{const t=e.tempVolumeMin===""?"":Number(e.tempVolumeMin),r=e.tempVolumeMax===""?"":Number(e.tempVolumeMax);e.setIsVolumeDropdownOpen(!1),e.setVolumeMin(t),e.setVolumeMax(r),e.setCurrentPage(1),setTimeout(()=>{e.loadClusters()},0)},className:"flex-1",children:"OK"}),a.jsx(x,{size:"sm",variant:"secondary",onClick:()=>{e.setIsVolumeDropdownOpen(!1),e.setTempVolumeMin(e.volumeMin),e.setTempVolumeMax(e.volumeMax)},className:"flex-1",children:"Cancel"})]})]})})]})}],formFields:()=>[{key:"name",label:"Cluster Name",type:"text",placeholder:"Enter cluster name",required:!0,value:e.formData.name||"",onChange:t=>e.setFormData({...e.formData,name:t})},{key:"description",label:"Description",type:"textarea",placeholder:"Enter cluster description",value:e.formData.description||"",onChange:t=>e.setFormData({...e.formData,description:t})},{key:"status",label:"Status",type:"select",value:e.formData.status||"active",onChange:t=>e.setFormData({...e.formData,status:t}),options:[{value:"active",label:"Active"},{value:"archived",label:"Archived"}]}],headerMetrics:[{label:"Total Clusters",value:0,accentColor:"blue",calculate:t=>t.totalCount||0},{label:"Active",value:0,accentColor:"green",calculate:t=>t.clusters.filter(r=>r.status==="active").length},{label:"Total Keywords",value:0,accentColor:"amber",calculate:t=>t.clusters.reduce((r,n)=>r+(n.keywords_count||0),0)},{label:"Total Volume",value:0,accentColor:"purple",calculate:t=>t.clusters.reduce((r,n)=>r+(n.volume||0),0)}]}};export{c as B,v as a,_ as b,M as c,k as d,N as e,g as f,w as g,j as h,T as i,L as j,F as k,C as s,h as t,$ as v,S as w}; diff --git a/frontend/dist/assets/js/page-components.tsx-4vErPdxY.js b/frontend/dist/assets/js/page-components.tsx-4vErPdxY.js new file mode 100644 index 00000000..15da00b4 --- /dev/null +++ b/frontend/dist/assets/js/page-components.tsx-4vErPdxY.js @@ -0,0 +1 @@ +import{r as c,j as e,d as B}from"./vendor-react-core-DRQGgXXF.js";import{P as $,B as y}from"./page-authpages-BaiNliVr.js";import{L as I}from"./vendor-react-router-P1WQ4rUN.js";const w=({isOpen:r,onClose:t,children:i,className:s="",anchorRef:d,placement:a="right"})=>{const g=c.useRef(null),[m,h]=c.useState({top:0,left:0}),x=c.useCallback(()=>{if(!r||!(d!=null&&d.current)||!g.current)return;const n=d.current.getBoundingClientRect(),u=g.current.getBoundingClientRect();let o=n.bottom+8,l=n.left,b=u.width;if(!b||b===0){const C=s.match(/w-(\d+)/);C?b=parseInt(C[1],10)*4:b=192}a==="right"||a==="bottom-right"?l=n.right-b:l=n.left;const v=window.innerWidth,D=window.innerHeight,N=u.height||200;l+b>v&&(l=n.left-b),n.bottom+N>D&&(o=n.top-N-8),l<0&&(l=8),h({top:o,left:l})},[r,d,a]);if(c.useEffect(()=>{if(r&&(d!=null&&d.current)){const n=()=>x();window.addEventListener("scroll",n,!0),window.addEventListener("resize",n);let u;const o=requestAnimationFrame(()=>{x(),u=requestAnimationFrame(()=>{x()})});return()=>{window.removeEventListener("scroll",n,!0),window.removeEventListener("resize",n),cancelAnimationFrame(o),u!==void 0&&cancelAnimationFrame(u)}}},[r,d,a,x]),c.useEffect(()=>{const n=u=>{g.current&&!g.current.contains(u.target)&&!u.target.closest(".dropdown-toggle")&&t()};return r&&document.addEventListener("mousedown",n),()=>{document.removeEventListener("mousedown",n)}},[r,t]),!r)return null;const p=e.jsx("div",{ref:g,className:`fixed z-[999999] rounded-xl border border-gray-200 bg-white shadow-theme-lg dark:border-gray-800 dark:bg-gray-dark ${s}`,style:{top:`${m.top}px`,left:`${m.left}px`},children:i});return B.createPortal(p,document.body)},f=({tag:r="button",to:t,onClick:i,onItemClick:s,baseClassName:d="block w-full text-left px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 hover:text-gray-900",className:a="",children:g})=>{const m=`${d} ${a}`.trim(),h=x=>{r==="button"&&x.preventDefault(),i&&i(),s&&s()};return r==="a"&&t?e.jsx(I,{to:t,className:m,onClick:h,children:g}):e.jsx("button",{onClick:h,className:m,children:g})},L=({children:r,className:t="",onClick:i})=>e.jsx("div",{className:`rounded-xl border border-gray-200 bg-white p-5 dark:border-gray-800 dark:bg-white/[0.03] sm:p-6 ${t}`,onClick:i,children:r}),M=({children:r,className:t=""})=>e.jsx("h4",{className:`mb-1 font-medium text-gray-800 text-theme-xl dark:text-white/90 ${t}`,children:r}),S=({children:r,className:t=""})=>e.jsx("p",{className:`text-sm text-gray-500 dark:text-gray-400 ${t}`,children:r}),A=({children:r,href:t,onClick:i,variant:s="button",className:d=""})=>{const a=s==="button"?"inline-flex items-center gap-2 px-4 py-3 mt-4 text-sm font-medium text-white rounded-lg bg-brand-500 shadow-theme-xs hover:bg-brand-600":"inline-flex items-center gap-1 mt-4 text-sm text-brand-500 hover:text-brand-600";return t?e.jsx("a",{href:t,className:`${a} ${d}`,onClick:i,children:r}):e.jsx("button",{className:`${a} ${d}`,onClick:i,type:"button",children:r})},E=({children:r,className:t=""})=>e.jsx("div",{className:`mb-5 flex h-14 max-w-14 items-center justify-center rounded-[10.5px] bg-brand-50 text-brand-500 dark:bg-brand-500/10 ${t}`,children:r}),j=({isOpen:r,onClose:t,children:i,className:s,showCloseButton:d=!0,isFullscreen:a=!1})=>{const g=c.useRef(null);if(c.useEffect(()=>{const h=x=>{x.key==="Escape"&&t()};return r&&document.addEventListener("keydown",h),()=>{document.removeEventListener("keydown",h)}},[r,t]),c.useEffect(()=>(r?document.body.style.overflow="hidden":document.body.style.overflow="unset",()=>{document.body.style.overflow="unset"}),[r]),!r)return null;const m=a?"w-full h-full":"relative w-full rounded-3xl bg-white dark:bg-gray-900";return e.jsxs("div",{className:"fixed inset-0 flex items-center justify-center overflow-y-auto modal z-99999",children:[!a&&e.jsx("div",{className:"fixed inset-0 h-full w-full bg-gray-400/50 backdrop-blur-[32px]",onClick:t}),e.jsxs("div",{ref:g,className:`${m} ${s}`,onClick:h=>h.stopPropagation(),children:[d&&e.jsx("button",{onClick:t,className:"absolute right-3 top-3 z-999 flex h-9.5 w-9.5 items-center justify-center rounded-full bg-gray-100 text-gray-400 transition-colors hover:bg-gray-200 hover:text-gray-700 dark:bg-gray-800 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white sm:right-6 sm:top-6 sm:h-11 sm:w-11",children:e.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.04289 16.5413C5.65237 16.9318 5.65237 17.565 6.04289 17.9555C6.43342 18.346 7.06658 18.346 7.45711 17.9555L11.9987 13.4139L16.5408 17.956C16.9313 18.3466 17.5645 18.3466 17.955 17.956C18.3455 17.5655 18.3455 16.9323 17.955 16.5418L13.4129 11.9997L17.955 7.4576C18.3455 7.06707 18.3455 6.43391 17.955 6.04338C17.5645 5.65286 16.9313 5.65286 16.5408 6.04338L11.9987 10.5855L7.45711 6.0439C7.06658 5.65338 6.43342 5.65338 6.04289 6.0439C5.65237 6.43442 5.65237 7.06759 6.04289 7.45811L10.5845 11.9997L6.04289 16.5413Z",fill:"currentColor"})})}),e.jsx("div",{children:i})]})]})};function z({isOpen:r,onClose:t,title:i,message:s,variant:d="info",buttonText:a="Okay, Got It",isConfirmation:g=!1,onConfirm:m,confirmText:h="Okay, Got It",cancelText:x="Cancel",isLoading:p=!1,itemsList:n=[]}){const u={success:e.jsxs("div",{className:"relative flex items-center justify-center w-24 h-24 mx-auto mb-6",children:[e.jsx("div",{className:"absolute inset-0 bg-success-100 rounded-full",style:{clipPath:"polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%)",width:"80px",height:"80px"}}),e.jsx("div",{className:"relative bg-success-600 rounded-full w-16 h-16 flex items-center justify-center",children:e.jsx("svg",{className:"w-8 h-8 text-white",fill:"none",stroke:"currentColor",strokeWidth:3,viewBox:"0 0 24 24",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5 13l4 4L19 7"})})})]}),info:e.jsxs("div",{className:"relative flex items-center justify-center w-24 h-24 mx-auto mb-6",children:[e.jsx("div",{className:"absolute inset-0 bg-blue-light-100 rounded-full blur-2xl opacity-50",style:{width:"90px",height:"90px",transform:"scale(1.1)"}}),e.jsx("div",{className:"relative bg-blue-light-500 rounded-full w-16 h-16 flex items-center justify-center shadow-lg",children:e.jsx("span",{className:"text-white text-4xl font-bold leading-none",children:"i"})})]}),warning:e.jsxs("div",{className:"relative flex items-center justify-center w-24 h-24 mx-auto mb-6",children:[e.jsx("div",{className:"absolute inset-0 bg-warning-100 rounded-full blur-2xl opacity-50",style:{width:"90px",height:"90px",transform:"scale(1.1)"}}),e.jsx("div",{className:"relative bg-white rounded-full w-14 h-14 flex items-center justify-center shadow-lg",children:e.jsx("div",{className:"bg-warning-500 rounded-full w-16 h-16 flex items-center justify-center absolute -inset-1",children:e.jsx("span",{className:"text-white text-4xl font-bold leading-none",children:"!"})})})]}),danger:e.jsxs("div",{className:"relative flex items-center justify-center w-24 h-24 mx-auto mb-6",children:[e.jsx("div",{className:"absolute inset-0 bg-error-100 rounded-full blur-2xl opacity-50",style:{width:"90px",height:"90px",transform:"scale(1.1)"}}),e.jsx("div",{className:"relative bg-error-100 rounded-full w-16 h-16 flex items-center justify-center",children:e.jsx("svg",{className:"w-10 h-10 text-error-500",fill:"currentColor",viewBox:"0 0 24 24",children:e.jsx("path",{fillRule:"evenodd",d:"M18.364 5.636a1 1 0 010 1.414L13.414 12l4.95 4.95a1 1 0 11-1.414 1.414L12 13.414l-4.95 4.95a1 1 0 01-1.414-1.414L10.586 12 5.636 7.05a1 1 0 011.414-1.414L12 10.586l4.95-4.95a1 1 0 011.414 0z",clipRule:"evenodd"})})})]})},o={success:"bg-success-500 hover:bg-success-600 text-white",info:"bg-blue-light-500 hover:bg-blue-light-600 text-white",warning:"bg-warning-500 hover:bg-warning-600 text-white",danger:"bg-error-500 hover:bg-error-600 text-white"};return e.jsx(j,{isOpen:r,onClose:t,className:"max-w-md",children:e.jsxs("div",{className:"px-8 py-10 text-center",children:[u[d],e.jsx("h2",{className:"text-2xl font-bold text-gray-800 dark:text-white mb-4",children:i}),n.length>0&&e.jsx("div",{className:"mb-6",children:e.jsxs("ul",{className:"text-left text-gray-700 dark:text-gray-300 text-sm space-y-1 max-w-md mx-auto",children:[n.slice(0,5).map((l,b)=>e.jsxs("li",{className:"italic",children:["• ",l]},b)),n.length>5&&e.jsxs("li",{className:"text-gray-500 dark:text-gray-400 italic",children:["... and ",n.length-5," more"]})]})}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mb-8 text-sm leading-relaxed",children:s}),g?e.jsxs("div",{className:"flex justify-center gap-3",children:[e.jsx("button",{onClick:t,disabled:p,className:"px-6 py-3 rounded-lg font-medium text-sm transition-colors shadow-sm bg-gray-200 hover:bg-gray-300 text-gray-700 dark:bg-gray-700 dark:hover:bg-gray-600 dark:text-gray-300 disabled:opacity-50 disabled:cursor-not-allowed",children:x}),e.jsx("button",{onClick:m,disabled:p,className:`px-6 py-3 rounded-lg font-medium text-sm transition-colors shadow-sm ${o[d]} disabled:opacity-50 disabled:cursor-not-allowed`,children:p?"Processing...":h})]}):e.jsx("div",{className:"flex justify-center",children:e.jsx("button",{onClick:t,className:`px-6 py-3 rounded-lg font-medium text-sm transition-colors shadow-sm ${o[d]}`,children:a})})]})})}const T=()=>e.jsx("svg",{className:"fill-current",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.58203 9.99868C2.58174 10.1909 2.6549 10.3833 2.80152 10.53L7.79818 15.5301C8.09097 15.8231 8.56584 15.8233 8.85883 15.5305C9.15183 15.2377 9.152 14.7629 8.85921 14.4699L5.13911 10.7472L16.6665 10.7472C17.0807 10.7472 17.4165 10.4114 17.4165 9.99715C17.4165 9.58294 17.0807 9.24715 16.6665 9.24715L5.14456 9.24715L8.85919 5.53016C9.15199 5.23717 9.15184 4.7623 8.85885 4.4695C8.56587 4.1767 8.09099 4.17685 7.79819 4.46984L2.84069 9.43049C2.68224 9.568 2.58203 9.77087 2.58203 9.99715C2.58203 9.99766 2.58203 9.99817 2.58203 9.99868Z",fill:""})}),R=()=>e.jsx("svg",{className:"fill-current",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.4165 9.9986C17.4168 10.1909 17.3437 10.3832 17.197 10.53L12.2004 15.5301C11.9076 15.8231 11.4327 15.8233 11.1397 15.5305C10.8467 15.2377 10.8465 14.7629 11.1393 14.4699L14.8594 10.7472L3.33203 10.7472C2.91782 10.7472 2.58203 10.4114 2.58203 9.99715C2.58203 9.58294 2.91782 9.24715 3.33203 9.24715L14.854 9.24715L11.1393 5.53016C10.8465 5.23717 10.8467 4.7623 11.1397 4.4695C11.4327 4.1767 11.9075 4.17685 12.2003 4.46984L17.1578 9.43049C17.3163 9.568 17.4165 9.77087 17.4165 9.99715C17.4165 9.99763 17.4165 9.99812 17.4165 9.9986Z",fill:""})}),k=({currentPage:r,totalPages:t,onPageChange:i,variant:s="text",className:d="",showPageInfo:a=!0})=>{const m=(()=>{const o=[];if(t<=7)for(let l=1;l<=t;l++)o.push(l);else if(r<=3){for(let l=1;l<=5;l++)o.push(l);o.push("..."),o.push(t)}else if(r>=t-2){o.push(1),o.push("...");for(let l=t-4;l<=t;l++)o.push(l)}else{o.push(1),o.push("...");for(let l=r-1;l<=r+1;l++)o.push(l);o.push("..."),o.push(t)}return o})(),h=r===1,x=r===t,p="rounded-lg border border-gray-300 bg-white px-2 py-2 text-sm font-medium text-gray-700 shadow-theme-xs hover:bg-gray-50 hover:text-gray-800 dark:border-gray-700 dark:bg-gray-800 dark:text-gray-400 dark:hover:bg-white/[0.03] dark:hover:text-gray-200 sm:px-3.5 sm:py-2.5 disabled:opacity-50 disabled:cursor-not-allowed",n=s==="icon"?`${p} flex items-center gap-2 p-2 sm:p-2.5`:`${p} flex items-center gap-2`,u=n;return e.jsxs("div",{className:`flex items-center justify-between gap-2 px-6 py-4 sm:justify-normal ${d}`,children:[e.jsxs("button",{className:n,onClick:()=>!h&&i(r-1),disabled:h,type:"button",children:[(s==="text"||s==="text-icon")&&e.jsx("span",{className:"inline sm:hidden",children:e.jsx(T,{})}),(s==="text-icon"||s==="icon")&&e.jsx(T,{}),(s==="text"||s==="text-icon")&&e.jsx("span",{className:"hidden sm:inline",children:s==="text-icon"?" Previous ":"Previous"})]}),a&&e.jsxs("span",{className:"block text-sm font-medium text-gray-700 dark:text-gray-400 sm:hidden",children:["Page ",r," of ",t]}),e.jsx("ul",{className:"hidden items-center gap-0.5 sm:flex",children:m.map((o,l)=>{if(o==="...")return e.jsx("li",{children:e.jsx("span",{className:"flex items-center justify-center w-10 h-10 text-sm font-medium text-gray-700 dark:text-gray-400",children:"..."})},`ellipsis-${l}`);const b=o,v=b===r;return e.jsx("li",{children:e.jsx("button",{className:`flex items-center justify-center w-10 h-10 text-sm font-medium rounded-lg ${v?"text-white bg-brand-500 hover:bg-brand-600":"text-gray-700 hover:bg-brand-500 hover:text-white dark:text-gray-400 dark:hover:text-white"}`,onClick:()=>i(b),type:"button",children:b})},b)})}),e.jsxs("button",{className:u,onClick:()=>!x&&i(r+1),disabled:x,type:"button",children:[(s==="text"||s==="text-icon")&&e.jsx("span",{className:"hidden sm:inline",children:s==="text-icon"?" Next ":"Next"}),(s==="text-icon"||s==="icon")&&e.jsx(R,{}),(s==="text"||s==="text-icon")&&e.jsx("span",{className:"inline sm:hidden",children:e.jsx(R,{})})]})]})},P=()=>{const[r,t]=c.useState("optionOne"),i=s=>r===s?"shadow-theme-xs text-gray-900 dark:text-white bg-white dark:bg-gray-800":"text-gray-500 dark:text-gray-400";return e.jsxs("div",{className:"flex items-center gap-0.5 rounded-lg bg-gray-100 p-0.5 dark:bg-gray-900",children:[e.jsx("button",{onClick:()=>t("optionOne"),className:`px-3 py-2 font-medium w-full rounded-md text-theme-sm hover:text-gray-900 dark:hover:text-white ${i("optionOne")}`,children:"Monthly"}),e.jsx("button",{onClick:()=>t("optionTwo"),className:`px-3 py-2 font-medium w-full rounded-md text-theme-sm hover:text-gray-900 dark:hover:text-white ${i("optionTwo")}`,children:"Quarterly"}),e.jsx("button",{onClick:()=>t("optionThree"),className:`px-3 py-2 font-medium w-full rounded-md text-theme-sm hover:text-gray-900 dark:hover:text-white ${i("optionThree")}`,children:"Annually"})]})};function F(){const[r,t]=c.useState({isOpen:!1,variant:"info"}),[i,s]=c.useState(!1),[d,a]=c.useState(!1),[g,m]=c.useState(!1),[h,x]=c.useState(!1),p=u=>{t({isOpen:!0,variant:u})},n={success:{title:"Well Done!",message:"Lorem ipsum dolor sit amet consectetur. Feugiat ipsum libero tempor felis risus nisi non. Quisque eu ut tempor curabitur."},info:{title:"Information Alert!",message:"Lorem ipsum dolor sit amet consectetur. Feugiat ipsum libero tempor felis risus nisi non. Quisque eu ut tempor curabitur."},warning:{title:"Warning Alert!",message:"Lorem ipsum dolor sit amet consectetur. Feugiat ipsum libero tempor felis risus nisi non. Quisque eu ut tempor curabitur."},danger:{title:"Danger Alert!",message:"Lorem ipsum dolor sit amet consectetur. Feugiat ipsum libero tempor felis risus nisi non. Quisque eu ut tempor curabitur."}};return e.jsxs(e.Fragment,{children:[e.jsx($,{title:"React.js Components Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Components Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsxs("div",{className:"grid grid-cols-1 gap-5 xl:grid-cols-2 xl:gap-6",children:[e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Default Modal"})}),e.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:e.jsx("div",{className:"space-y-6",children:e.jsx(y,{variant:"primary",onClick:()=>s(!0),children:"Open Modal"})})})]}),e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Vertically Centered Modal"})}),e.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:e.jsx("div",{className:"space-y-6",children:e.jsx(y,{variant:"primary",onClick:()=>a(!0),children:"Open Modal"})})})]}),e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Form In Modal"})}),e.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:e.jsx("div",{className:"space-y-6",children:e.jsx(y,{variant:"primary",onClick:()=>m(!0),children:"Open Modal"})})})]}),e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Full Screen Modal"})}),e.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:e.jsx("div",{className:"space-y-6",children:e.jsx(y,{variant:"primary",onClick:()=>x(!0),children:"Open Modal"})})})]}),e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03] xl:col-span-2",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Modal Based Alerts"})}),e.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:e.jsx("div",{className:"space-y-6",children:e.jsxs("div",{className:"flex flex-wrap items-center gap-3",children:[e.jsx("button",{onClick:()=>p("success"),className:"px-4 py-3 text-sm font-medium text-white rounded-lg bg-success-500 shadow-theme-xs hover:bg-success-600 transition-colors",children:"Success Alert"}),e.jsx("button",{onClick:()=>p("info"),className:"px-4 py-3 text-sm font-medium text-white rounded-lg bg-blue-light-500 shadow-theme-xs hover:bg-blue-light-600 transition-colors",children:"Info Alert"}),e.jsx("button",{onClick:()=>p("warning"),className:"px-4 py-3 text-sm font-medium text-white rounded-lg bg-warning-500 shadow-theme-xs hover:bg-warning-600 transition-colors",children:"Warning Alert"}),e.jsx("button",{onClick:()=>p("danger"),className:"px-4 py-3 text-sm font-medium text-white rounded-lg bg-error-500 shadow-theme-xs hover:bg-error-600 transition-colors",children:"Danger Alert"})]})})})]})]}),e.jsx(V,{}),e.jsx(O,{}),e.jsx(H,{}),e.jsx(q,{}),e.jsx(W,{}),e.jsx(Q,{}),e.jsx(G,{}),e.jsx(_,{}),e.jsx(z,{isOpen:r.isOpen,onClose:()=>t({...r,isOpen:!1}),title:n[r.variant].title,message:n[r.variant].message,variant:r.variant}),e.jsx(j,{isOpen:i,onClose:()=>s(!1),className:"max-w-md",children:e.jsxs("div",{className:"p-6",children:[e.jsx("h2",{className:"text-xl font-bold mb-4 text-gray-800 dark:text-white",children:"Modal Heading"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mb-6",children:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque euismod est quis mauris lacinia pharetra."}),e.jsxs("div",{className:"flex justify-end gap-4",children:[e.jsx(y,{variant:"outline",onClick:()=>s(!1),children:"Close"}),e.jsx(y,{variant:"primary",onClick:()=>s(!1),children:"Save Changes"})]})]})}),e.jsx(j,{isOpen:d,onClose:()=>a(!1),className:"max-w-md",children:e.jsxs("div",{className:"p-6",children:[e.jsx("h2",{className:"text-xl font-bold mb-4 text-gray-800 dark:text-white",children:"Vertically Centered Modal"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mb-6",children:"This modal is centered vertically on the screen. Lorem ipsum dolor sit amet, consectetur adipiscing elit."}),e.jsxs("div",{className:"flex justify-end gap-4",children:[e.jsx(y,{variant:"outline",onClick:()=>a(!1),children:"Close"}),e.jsx(y,{variant:"primary",onClick:()=>a(!1),children:"Save Changes"})]})]})}),e.jsx(j,{isOpen:g,onClose:()=>m(!1),className:"max-w-2xl",children:e.jsxs("div",{className:"p-6",children:[e.jsx("h2",{className:"text-xl font-bold mb-6 text-gray-800 dark:text-white",children:"Personal Information"}),e.jsxs("form",{className:"space-y-4",children:[e.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[e.jsxs("div",{children:[e.jsx("label",{className:"block text-sm font-medium text-gray-700 dark:text-gray-300 mb-2",children:"First Name"}),e.jsx("input",{type:"text",className:"w-full px-3 py-2 border border-gray-300 rounded-lg dark:bg-gray-800 dark:border-gray-700 dark:text-white",defaultValue:"Emirhan"})]}),e.jsxs("div",{children:[e.jsx("label",{className:"block text-sm font-medium text-gray-700 dark:text-gray-300 mb-2",children:"Last Name"}),e.jsx("input",{type:"text",className:"w-full px-3 py-2 border border-gray-300 rounded-lg dark:bg-gray-800 dark:border-gray-700 dark:text-white",defaultValue:"Boruch"})]})]}),e.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[e.jsxs("div",{children:[e.jsx("label",{className:"block text-sm font-medium text-gray-700 dark:text-gray-300 mb-2",children:"Email"}),e.jsx("input",{type:"email",className:"w-full px-3 py-2 border border-gray-300 rounded-lg dark:bg-gray-800 dark:border-gray-700 dark:text-white",defaultValue:"emirhanboruch55@gmail.com"})]}),e.jsxs("div",{children:[e.jsx("label",{className:"block text-sm font-medium text-gray-700 dark:text-gray-300 mb-2",children:"Phone"}),e.jsx("input",{type:"tel",className:"w-full px-3 py-2 border border-gray-300 rounded-lg dark:bg-gray-800 dark:border-gray-700 dark:text-white",defaultValue:"+09 363 398 46"})]})]}),e.jsxs("div",{children:[e.jsx("label",{className:"block text-sm font-medium text-gray-700 dark:text-gray-300 mb-2",children:"Bio"}),e.jsx("textarea",{rows:4,className:"w-full px-3 py-2 border border-gray-300 rounded-lg dark:bg-gray-800 dark:border-gray-700 dark:text-white",defaultValue:"Team Manager"})]}),e.jsxs("div",{className:"flex justify-end gap-4 pt-4",children:[e.jsx(y,{variant:"outline",onClick:()=>m(!1),children:"Close"}),e.jsx(y,{variant:"primary",onClick:()=>m(!1),children:"Save Changes"})]})]})]})}),e.jsx(j,{isOpen:h,onClose:()=>x(!1),className:"max-w-4xl",isFullscreen:!1,children:e.jsxs("div",{className:"p-8",children:[e.jsx("h2",{className:"text-2xl font-bold mb-4 text-gray-800 dark:text-white",children:"Full Screen Modal"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mb-6",children:"This is a larger modal that takes up more screen space. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque euismod est quis mauris lacinia pharetra."}),e.jsxs("div",{className:"flex justify-end gap-4",children:[e.jsx(y,{variant:"outline",onClick:()=>x(!1),children:"Close"}),e.jsx(y,{variant:"primary",onClick:()=>x(!1),children:"Save Changes"})]})]})})]})]})}function V(){const[r,t]=c.useState(!1),[i,s]=c.useState(!1),[d,a]=c.useState(!1);return e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Dropdowns"})}),e.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:e.jsxs("div",{className:"space-y-6",children:[e.jsxs("div",{className:"relative inline-block",children:[e.jsx("button",{onClick:()=>t(!r),className:"dropdown-toggle inline-flex px-4 py-3 text-sm font-medium text-white rounded-lg bg-brand-500 shadow-theme-xs hover:bg-brand-600",children:"Dropdown Default"}),e.jsxs(w,{isOpen:r,onClose:()=>t(!1),className:"w-48 p-2 mt-2",children:[e.jsx(f,{onItemClick:()=>t(!1),className:"flex items-center gap-3 px-3 py-2 font-medium text-gray-700 rounded-lg text-theme-sm hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300",children:"Edit"}),e.jsx(f,{onItemClick:()=>t(!1),className:"flex items-center gap-3 px-3 py-2 font-medium text-gray-700 rounded-lg text-theme-sm hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300",children:"Delete"})]})]}),e.jsxs("div",{className:"relative inline-block",children:[e.jsx("button",{onClick:()=>s(!i),className:"dropdown-toggle inline-flex px-4 py-3 text-sm font-medium text-white rounded-lg bg-brand-500 shadow-theme-xs hover:bg-brand-600",children:"Dropdown with Divider"}),e.jsxs(w,{isOpen:i,onClose:()=>s(!1),className:"w-48 p-2 mt-2",children:[e.jsx(f,{onItemClick:()=>s(!1),className:"flex items-center gap-3 px-3 py-2 font-medium text-gray-700 rounded-lg text-theme-sm hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300",children:"Edit"}),e.jsx(f,{onItemClick:()=>s(!1),className:"flex items-center gap-3 px-3 py-2 font-medium text-gray-700 rounded-lg text-theme-sm hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300",children:"View"}),e.jsx("div",{className:"my-2 border-t border-gray-200 dark:border-gray-800"}),e.jsx(f,{onItemClick:()=>s(!1),className:"flex items-center gap-3 px-3 py-2 font-medium text-gray-700 rounded-lg text-theme-sm hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300",children:"Delete"})]})]}),e.jsxs("div",{className:"relative inline-block",children:[e.jsx("button",{onClick:()=>a(!d),className:"dropdown-toggle inline-flex px-4 py-3 text-sm font-medium text-white rounded-lg bg-brand-500 shadow-theme-xs hover:bg-brand-600",children:"Dropdown with Icon"}),e.jsxs(w,{isOpen:d,onClose:()=>a(!1),className:"w-48 p-2 mt-2",children:[e.jsxs(f,{onItemClick:()=>a(!1),className:"flex items-center gap-3 px-3 py-2 font-medium text-gray-700 rounded-lg text-theme-sm hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300",children:[e.jsx("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{d:"M13.586 3.586a2 2 0 112.828 2.828l-.793.793-2.828-2.828.793-.793zM11.379 5.793L3 14.172V17h2.828l8.38-8.379-2.83-2.828z"})}),"Edit"]}),e.jsxs(f,{onItemClick:()=>a(!1),className:"flex items-center gap-3 px-3 py-2 font-medium text-gray-700 rounded-lg text-theme-sm hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300",children:[e.jsx("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z",clipRule:"evenodd"})}),"View"]}),e.jsx("div",{className:"my-2 border-t border-gray-200 dark:border-gray-800"}),e.jsxs(f,{onItemClick:()=>a(!1),className:"flex items-center gap-3 px-3 py-2 font-medium text-red-600 rounded-lg text-theme-sm hover:bg-red-50 hover:text-red-700 dark:text-red-400 dark:hover:bg-red-900/20 dark:hover:text-red-300",children:[e.jsx("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M9 2a1 1 0 00-.894.553L7.382 4H4a1 1 0 000 2v10a2 2 0 002 2h8a2 2 0 002-2V6a1 1 0 100-2h-3.382l-.724-1.447A1 1 0 0011 2H9zM7 8a1 1 0 012 0v6a1 1 0 11-2 0V8zm5-1a1 1 0 00-1 1v6a1 1 0 102 0V8a1 1 0 00-1-1z",clipRule:"evenodd"})}),"Delete"]})]})]})]})})]})}function O(){return e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Button Groups"})}),e.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:e.jsxs("div",{className:"space-y-6",children:[e.jsxs("div",{className:"inline-flex rounded-lg border border-gray-300 bg-white shadow-theme-xs dark:border-gray-700 dark:bg-gray-800",children:[e.jsx("button",{className:"px-4 py-2 text-sm font-medium text-gray-700 rounded-l-lg hover:bg-gray-50 hover:text-gray-900 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-white",children:"Left"}),e.jsx("button",{className:"px-4 py-2 text-sm font-medium text-gray-700 border-l border-r border-gray-300 hover:bg-gray-50 hover:text-gray-900 dark:text-gray-400 dark:border-gray-700 dark:hover:bg-white/5 dark:hover:text-white",children:"Center"}),e.jsx("button",{className:"px-4 py-2 text-sm font-medium text-gray-700 rounded-r-lg hover:bg-gray-50 hover:text-gray-900 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-white",children:"Right"})]}),e.jsxs("div",{className:"inline-flex rounded-lg border border-gray-300 bg-white shadow-theme-xs dark:border-gray-700 dark:bg-gray-800",children:[e.jsx("button",{className:"p-2 text-gray-700 rounded-l-lg hover:bg-gray-50 hover:text-gray-900 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-white",children:e.jsx("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z",clipRule:"evenodd"})})}),e.jsx("button",{className:"p-2 text-gray-700 border-l border-r border-gray-300 hover:bg-gray-50 hover:text-gray-900 dark:text-gray-400 dark:border-gray-700 dark:hover:bg-white/5 dark:hover:text-white",children:e.jsx("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M10 3a1 1 0 011 1v12a1 1 0 11-2 0V4a1 1 0 011-1z",clipRule:"evenodd"})})}),e.jsx("button",{className:"p-2 text-gray-700 rounded-r-lg hover:bg-gray-50 hover:text-gray-900 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-white",children:e.jsx("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M3 10a1 1 0 011 1h12a1 1 0 110-2H4a1 1 0 01-1-1z",clipRule:"evenodd"})})})]})]})})]})}function H(){return e.jsxs("div",{className:"grid grid-cols-1 gap-5 lg:grid-cols-2",children:[e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Rounded Ribbon"})}),e.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:e.jsxs("div",{className:"relative overflow-hidden rounded-xl border border-gray-200 dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("span",{className:"absolute -left-px mt-3 inline-block rounded-r-full bg-brand-500 px-4 py-1.5 text-sm font-medium text-white",children:"Popular"}),e.jsx("div",{className:"p-5 pt-16",children:e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400",children:"Lorem ipsum dolor sit amet consectetur. Eget nulla suscipit arcu rutrum amet vel nec fringilla vulputate."})})]})})]}),e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Filled Ribbon"})}),e.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:e.jsxs("div",{className:"relative overflow-hidden rounded-xl border border-gray-200 dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("span",{className:"absolute -left-9 -top-7 mt-3 flex h-14 w-24 -rotate-45 items-end justify-center bg-brand-500 px-4 py-1.5 text-sm font-medium text-white shadow-theme-xs",children:"New"}),e.jsx("div",{className:"p-5 pt-16",children:e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400",children:"Lorem ipsum dolor sit amet consectetur. Eget nulla suscipit arcu rutrum amet vel nec fringilla vulputate."})})]})})]})]})}function q(){return e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Spinners"})}),e.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:e.jsxs("div",{className:"flex flex-wrap items-center gap-6",children:[e.jsx("div",{className:"inline-flex h-10 w-10 animate-spin items-center justify-center rounded-full border-4 border-gray-200 border-t-brand-500"}),e.jsx("div",{className:"inline-flex h-6 w-6 animate-spin items-center justify-center rounded-full border-2 border-gray-200 border-t-brand-500"}),e.jsx("div",{className:"inline-flex h-16 w-16 animate-spin items-center justify-center rounded-full border-4 border-gray-200 border-t-brand-500"}),e.jsx("div",{className:"inline-flex h-10 w-10 animate-spin items-center justify-center rounded-full border-4 border-success-200 border-t-success-500"}),e.jsx("div",{className:"inline-flex h-10 w-10 animate-spin items-center justify-center rounded-full border-4 border-error-200 border-t-error-500"})]})})]})}function W(){return e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Tabs"})}),e.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:e.jsx("div",{className:"space-y-6",children:e.jsx(P,{})})})]})}function Q(){return e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Tooltips"})}),e.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:e.jsxs("div",{className:"flex flex-wrap items-center gap-6",children:[e.jsxs("button",{className:"relative group inline-flex px-4 py-3 text-sm font-medium text-white rounded-lg bg-brand-500 shadow-theme-xs",title:"Tooltip Top",children:["Tooltip Top",e.jsxs("span",{className:"absolute bottom-full left-1/2 mb-2 -translate-x-1/2 px-3 py-1.5 text-xs font-medium text-white bg-gray-900 rounded-lg opacity-0 pointer-events-none group-hover:opacity-100 transition-opacity whitespace-nowrap",children:["Tooltip Top",e.jsx("span",{className:"absolute top-full left-1/2 -translate-x-1/2 -mt-1 border-4 border-transparent border-t-gray-900"})]})]}),e.jsxs("button",{className:"relative group inline-flex px-4 py-3 text-sm font-medium text-white rounded-lg bg-brand-500 shadow-theme-xs",title:"Tooltip Right",children:["Tooltip Right",e.jsxs("span",{className:"absolute left-full top-1/2 ml-2 -translate-y-1/2 px-3 py-1.5 text-xs font-medium text-white bg-gray-900 rounded-lg opacity-0 pointer-events-none group-hover:opacity-100 transition-opacity whitespace-nowrap",children:["Tooltip Right",e.jsx("span",{className:"absolute right-full top-1/2 -translate-y-1/2 -mr-1 border-4 border-transparent border-r-gray-900"})]})]})]})})]})}function G(){const[r,t]=c.useState(1),[i,s]=c.useState(1),[d,a]=c.useState(1);return e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Pagination with Text"})}),e.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:e.jsx(k,{currentPage:r,totalPages:10,onPageChange:t,variant:"text"})})]}),e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Pagination with Text and Icon"})}),e.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:e.jsx(k,{currentPage:i,totalPages:10,onPageChange:s,variant:"text-icon"})})]}),e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Pagination with Icon"})}),e.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:e.jsx(k,{currentPage:d,totalPages:10,onPageChange:a,variant:"icon"})})]})]})}function _(){return e.jsxs("div",{className:"grid grid-cols-1 gap-5 lg:grid-cols-2",children:[e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Basic Card"})}),e.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:e.jsxs(L,{children:[e.jsx(M,{children:"Card Title"}),e.jsx(S,{children:"This is a basic card with title and description."})]})})]}),e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Card with Icon"})}),e.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:e.jsxs(L,{children:[e.jsx(E,{children:e.jsxs("svg",{className:"w-6 h-6",fill:"currentColor",viewBox:"0 0 20 20",children:[e.jsx("path",{d:"M9 2a1 1 0 000 2h2a1 1 0 100-2H9z"}),e.jsx("path",{fillRule:"evenodd",d:"M4 5a2 2 0 012-2 3 3 0 003 3h2a3 3 0 003-3 2 2 0 012 2v11a2 2 0 01-2 2H6a2 2 0 01-2-2V5zm3 4a1 1 0 000 2h.01a1 1 0 100-2H7zm3 0a1 1 0 000 2h3a1 1 0 100-2h-3zm-3 4a1 1 0 100 2h.01a1 1 0 100-2H7zm3 0a1 1 0 100 2h3a1 1 0 100-2h-3z",clipRule:"evenodd"})]})}),e.jsx(M,{children:"Card with Icon"}),e.jsx(S,{children:"This card includes an icon at the top."}),e.jsx(A,{children:"Learn More"})]})})]})]})}const X=Object.freeze(Object.defineProperty({__proto__:null,default:F},Symbol.toStringTag,{value:"Module"}));export{z as A,L as C,w as D,j as M,k as P,f as a,M as b,S as c,E as d,A as e,X as f}; diff --git a/frontend/dist/assets/js/page-components.tsx-DYfg5dka.js b/frontend/dist/assets/js/page-components.tsx-DYfg5dka.js deleted file mode 100644 index 361e1221..00000000 --- a/frontend/dist/assets/js/page-components.tsx-DYfg5dka.js +++ /dev/null @@ -1 +0,0 @@ -import{r as c,j as e,a as B}from"./vendor-react-core-DjsjKnCi.js";import{B as y}from"./page-authpages-CY7hjDHU.js";import{L as $}from"./vendor-react-router-BJY_70Cr.js";import{P as I}from"./page-analytics.tsx-1KCk8AGD.js";const w=({isOpen:r,onClose:t,children:i,className:s="",anchorRef:d,placement:a="right"})=>{const g=c.useRef(null),[m,h]=c.useState({top:0,left:0}),x=c.useCallback(()=>{if(!r||!(d!=null&&d.current)||!g.current)return;const n=d.current.getBoundingClientRect(),u=g.current.getBoundingClientRect();let o=n.bottom+8,l=n.left,b=u.width;if(!b||b===0){const C=s.match(/w-(\d+)/);C?b=parseInt(C[1],10)*4:b=192}a==="right"||a==="bottom-right"?l=n.right-b:l=n.left;const v=window.innerWidth,D=window.innerHeight,N=u.height||200;l+b>v&&(l=n.left-b),n.bottom+N>D&&(o=n.top-N-8),l<0&&(l=8),h({top:o,left:l})},[r,d,a]);if(c.useEffect(()=>{if(r&&(d!=null&&d.current)){const n=()=>x();window.addEventListener("scroll",n,!0),window.addEventListener("resize",n);let u;const o=requestAnimationFrame(()=>{x(),u=requestAnimationFrame(()=>{x()})});return()=>{window.removeEventListener("scroll",n,!0),window.removeEventListener("resize",n),cancelAnimationFrame(o),u!==void 0&&cancelAnimationFrame(u)}}},[r,d,a,x]),c.useEffect(()=>{const n=u=>{g.current&&!g.current.contains(u.target)&&!u.target.closest(".dropdown-toggle")&&t()};return r&&document.addEventListener("mousedown",n),()=>{document.removeEventListener("mousedown",n)}},[r,t]),!r)return null;const p=e.jsx("div",{ref:g,className:`fixed z-[999999] rounded-xl border border-gray-200 bg-white shadow-theme-lg dark:border-gray-800 dark:bg-gray-dark ${s}`,style:{top:`${m.top}px`,left:`${m.left}px`},children:i});return B.createPortal(p,document.body)},f=({tag:r="button",to:t,onClick:i,onItemClick:s,baseClassName:d="block w-full text-left px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 hover:text-gray-900",className:a="",children:g})=>{const m=`${d} ${a}`.trim(),h=x=>{r==="button"&&x.preventDefault(),i&&i(),s&&s()};return r==="a"&&t?e.jsx($,{to:t,className:m,onClick:h,children:g}):e.jsx("button",{onClick:h,className:m,children:g})},j=({isOpen:r,onClose:t,children:i,className:s,showCloseButton:d=!0,isFullscreen:a=!1})=>{const g=c.useRef(null);if(c.useEffect(()=>{const h=x=>{x.key==="Escape"&&t()};return r&&document.addEventListener("keydown",h),()=>{document.removeEventListener("keydown",h)}},[r,t]),c.useEffect(()=>(r?document.body.style.overflow="hidden":document.body.style.overflow="unset",()=>{document.body.style.overflow="unset"}),[r]),!r)return null;const m=a?"w-full h-full":"relative w-full rounded-3xl bg-white dark:bg-gray-900";return e.jsxs("div",{className:"fixed inset-0 flex items-center justify-center overflow-y-auto modal z-99999",children:[!a&&e.jsx("div",{className:"fixed inset-0 h-full w-full bg-gray-400/50 backdrop-blur-[32px]",onClick:t}),e.jsxs("div",{ref:g,className:`${m} ${s}`,onClick:h=>h.stopPropagation(),children:[d&&e.jsx("button",{onClick:t,className:"absolute right-3 top-3 z-999 flex h-9.5 w-9.5 items-center justify-center rounded-full bg-gray-100 text-gray-400 transition-colors hover:bg-gray-200 hover:text-gray-700 dark:bg-gray-800 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white sm:right-6 sm:top-6 sm:h-11 sm:w-11",children:e.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.04289 16.5413C5.65237 16.9318 5.65237 17.565 6.04289 17.9555C6.43342 18.346 7.06658 18.346 7.45711 17.9555L11.9987 13.4139L16.5408 17.956C16.9313 18.3466 17.5645 18.3466 17.955 17.956C18.3455 17.5655 18.3455 16.9323 17.955 16.5418L13.4129 11.9997L17.955 7.4576C18.3455 7.06707 18.3455 6.43391 17.955 6.04338C17.5645 5.65286 16.9313 5.65286 16.5408 6.04338L11.9987 10.5855L7.45711 6.0439C7.06658 5.65338 6.43342 5.65338 6.04289 6.0439C5.65237 6.43442 5.65237 7.06759 6.04289 7.45811L10.5845 11.9997L6.04289 16.5413Z",fill:"currentColor"})})}),e.jsx("div",{children:i})]})]})};function A({isOpen:r,onClose:t,title:i,message:s,variant:d="info",buttonText:a="Okay, Got It",isConfirmation:g=!1,onConfirm:m,confirmText:h="Okay, Got It",cancelText:x="Cancel",isLoading:p=!1,itemsList:n=[]}){const u={success:e.jsxs("div",{className:"relative flex items-center justify-center w-24 h-24 mx-auto mb-6",children:[e.jsx("div",{className:"absolute inset-0 bg-success-100 rounded-full",style:{clipPath:"polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%)",width:"80px",height:"80px"}}),e.jsx("div",{className:"relative bg-success-600 rounded-full w-16 h-16 flex items-center justify-center",children:e.jsx("svg",{className:"w-8 h-8 text-white",fill:"none",stroke:"currentColor",strokeWidth:3,viewBox:"0 0 24 24",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5 13l4 4L19 7"})})})]}),info:e.jsxs("div",{className:"relative flex items-center justify-center w-24 h-24 mx-auto mb-6",children:[e.jsx("div",{className:"absolute inset-0 bg-blue-light-100 rounded-full blur-2xl opacity-50",style:{width:"90px",height:"90px",transform:"scale(1.1)"}}),e.jsx("div",{className:"relative bg-blue-light-500 rounded-full w-16 h-16 flex items-center justify-center shadow-lg",children:e.jsx("span",{className:"text-white text-4xl font-bold leading-none",children:"i"})})]}),warning:e.jsxs("div",{className:"relative flex items-center justify-center w-24 h-24 mx-auto mb-6",children:[e.jsx("div",{className:"absolute inset-0 bg-warning-100 rounded-full blur-2xl opacity-50",style:{width:"90px",height:"90px",transform:"scale(1.1)"}}),e.jsx("div",{className:"relative bg-white rounded-full w-14 h-14 flex items-center justify-center shadow-lg",children:e.jsx("div",{className:"bg-warning-500 rounded-full w-16 h-16 flex items-center justify-center absolute -inset-1",children:e.jsx("span",{className:"text-white text-4xl font-bold leading-none",children:"!"})})})]}),danger:e.jsxs("div",{className:"relative flex items-center justify-center w-24 h-24 mx-auto mb-6",children:[e.jsx("div",{className:"absolute inset-0 bg-error-100 rounded-full blur-2xl opacity-50",style:{width:"90px",height:"90px",transform:"scale(1.1)"}}),e.jsx("div",{className:"relative bg-error-100 rounded-full w-16 h-16 flex items-center justify-center",children:e.jsx("svg",{className:"w-10 h-10 text-error-500",fill:"currentColor",viewBox:"0 0 24 24",children:e.jsx("path",{fillRule:"evenodd",d:"M18.364 5.636a1 1 0 010 1.414L13.414 12l4.95 4.95a1 1 0 11-1.414 1.414L12 13.414l-4.95 4.95a1 1 0 01-1.414-1.414L10.586 12 5.636 7.05a1 1 0 011.414-1.414L12 10.586l4.95-4.95a1 1 0 011.414 0z",clipRule:"evenodd"})})})]})},o={success:"bg-success-500 hover:bg-success-600 text-white",info:"bg-blue-light-500 hover:bg-blue-light-600 text-white",warning:"bg-warning-500 hover:bg-warning-600 text-white",danger:"bg-error-500 hover:bg-error-600 text-white"};return e.jsx(j,{isOpen:r,onClose:t,className:"max-w-md",children:e.jsxs("div",{className:"px-8 py-10 text-center",children:[u[d],e.jsx("h2",{className:"text-2xl font-bold text-gray-800 dark:text-white mb-4",children:i}),n.length>0&&e.jsx("div",{className:"mb-6",children:e.jsxs("ul",{className:"text-left text-gray-700 dark:text-gray-300 text-sm space-y-1 max-w-md mx-auto",children:[n.slice(0,5).map((l,b)=>e.jsxs("li",{className:"italic",children:["• ",l]},b)),n.length>5&&e.jsxs("li",{className:"text-gray-500 dark:text-gray-400 italic",children:["... and ",n.length-5," more"]})]})}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mb-8 text-sm leading-relaxed",children:s}),g?e.jsxs("div",{className:"flex justify-center gap-3",children:[e.jsx("button",{onClick:t,disabled:p,className:"px-6 py-3 rounded-lg font-medium text-sm transition-colors shadow-sm bg-gray-200 hover:bg-gray-300 text-gray-700 dark:bg-gray-700 dark:hover:bg-gray-600 dark:text-gray-300 disabled:opacity-50 disabled:cursor-not-allowed",children:x}),e.jsx("button",{onClick:m,disabled:p,className:`px-6 py-3 rounded-lg font-medium text-sm transition-colors shadow-sm ${o[d]} disabled:opacity-50 disabled:cursor-not-allowed`,children:p?"Processing...":h})]}):e.jsx("div",{className:"flex justify-center",children:e.jsx("button",{onClick:t,className:`px-6 py-3 rounded-lg font-medium text-sm transition-colors shadow-sm ${o[d]}`,children:a})})]})})}const L=()=>e.jsx("svg",{className:"fill-current",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.58203 9.99868C2.58174 10.1909 2.6549 10.3833 2.80152 10.53L7.79818 15.5301C8.09097 15.8231 8.56584 15.8233 8.85883 15.5305C9.15183 15.2377 9.152 14.7629 8.85921 14.4699L5.13911 10.7472L16.6665 10.7472C17.0807 10.7472 17.4165 10.4114 17.4165 9.99715C17.4165 9.58294 17.0807 9.24715 16.6665 9.24715L5.14456 9.24715L8.85919 5.53016C9.15199 5.23717 9.15184 4.7623 8.85885 4.4695C8.56587 4.1767 8.09099 4.17685 7.79819 4.46984L2.84069 9.43049C2.68224 9.568 2.58203 9.77087 2.58203 9.99715C2.58203 9.99766 2.58203 9.99817 2.58203 9.99868Z",fill:""})}),M=()=>e.jsx("svg",{className:"fill-current",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.4165 9.9986C17.4168 10.1909 17.3437 10.3832 17.197 10.53L12.2004 15.5301C11.9076 15.8231 11.4327 15.8233 11.1397 15.5305C10.8467 15.2377 10.8465 14.7629 11.1393 14.4699L14.8594 10.7472L3.33203 10.7472C2.91782 10.7472 2.58203 10.4114 2.58203 9.99715C2.58203 9.58294 2.91782 9.24715 3.33203 9.24715L14.854 9.24715L11.1393 5.53016C10.8465 5.23717 10.8467 4.7623 11.1397 4.4695C11.4327 4.1767 11.9075 4.17685 12.2003 4.46984L17.1578 9.43049C17.3163 9.568 17.4165 9.77087 17.4165 9.99715C17.4165 9.99763 17.4165 9.99812 17.4165 9.9986Z",fill:""})}),k=({currentPage:r,totalPages:t,onPageChange:i,variant:s="text",className:d="",showPageInfo:a=!0})=>{const m=(()=>{const o=[];if(t<=7)for(let l=1;l<=t;l++)o.push(l);else if(r<=3){for(let l=1;l<=5;l++)o.push(l);o.push("..."),o.push(t)}else if(r>=t-2){o.push(1),o.push("...");for(let l=t-4;l<=t;l++)o.push(l)}else{o.push(1),o.push("...");for(let l=r-1;l<=r+1;l++)o.push(l);o.push("..."),o.push(t)}return o})(),h=r===1,x=r===t,p="rounded-lg border border-gray-300 bg-white px-2 py-2 text-sm font-medium text-gray-700 shadow-theme-xs hover:bg-gray-50 hover:text-gray-800 dark:border-gray-700 dark:bg-gray-800 dark:text-gray-400 dark:hover:bg-white/[0.03] dark:hover:text-gray-200 sm:px-3.5 sm:py-2.5 disabled:opacity-50 disabled:cursor-not-allowed",n=s==="icon"?`${p} flex items-center gap-2 p-2 sm:p-2.5`:`${p} flex items-center gap-2`,u=n;return e.jsxs("div",{className:`flex items-center justify-between gap-2 px-6 py-4 sm:justify-normal ${d}`,children:[e.jsxs("button",{className:n,onClick:()=>!h&&i(r-1),disabled:h,type:"button",children:[(s==="text"||s==="text-icon")&&e.jsx("span",{className:"inline sm:hidden",children:e.jsx(L,{})}),(s==="text-icon"||s==="icon")&&e.jsx(L,{}),(s==="text"||s==="text-icon")&&e.jsx("span",{className:"hidden sm:inline",children:s==="text-icon"?" Previous ":"Previous"})]}),a&&e.jsxs("span",{className:"block text-sm font-medium text-gray-700 dark:text-gray-400 sm:hidden",children:["Page ",r," of ",t]}),e.jsx("ul",{className:"hidden items-center gap-0.5 sm:flex",children:m.map((o,l)=>{if(o==="...")return e.jsx("li",{children:e.jsx("span",{className:"flex items-center justify-center w-10 h-10 text-sm font-medium text-gray-700 dark:text-gray-400",children:"..."})},`ellipsis-${l}`);const b=o,v=b===r;return e.jsx("li",{children:e.jsx("button",{className:`flex items-center justify-center w-10 h-10 text-sm font-medium rounded-lg ${v?"text-white bg-brand-500 hover:bg-brand-600":"text-gray-700 hover:bg-brand-500 hover:text-white dark:text-gray-400 dark:hover:text-white"}`,onClick:()=>i(b),type:"button",children:b})},b)})}),e.jsxs("button",{className:u,onClick:()=>!x&&i(r+1),disabled:x,type:"button",children:[(s==="text"||s==="text-icon")&&e.jsx("span",{className:"hidden sm:inline",children:s==="text-icon"?" Next ":"Next"}),(s==="text-icon"||s==="icon")&&e.jsx(M,{}),(s==="text"||s==="text-icon")&&e.jsx("span",{className:"inline sm:hidden",children:e.jsx(M,{})})]})]})},S=({children:r,className:t="",onClick:i})=>e.jsx("div",{className:`rounded-xl border border-gray-200 bg-white p-5 dark:border-gray-800 dark:bg-white/[0.03] sm:p-6 ${t}`,onClick:i,children:r}),T=({children:r,className:t=""})=>e.jsx("h4",{className:`mb-1 font-medium text-gray-800 text-theme-xl dark:text-white/90 ${t}`,children:r}),R=({children:r,className:t=""})=>e.jsx("p",{className:`text-sm text-gray-500 dark:text-gray-400 ${t}`,children:r}),E=({children:r,href:t,onClick:i,variant:s="button",className:d=""})=>{const a=s==="button"?"inline-flex items-center gap-2 px-4 py-3 mt-4 text-sm font-medium text-white rounded-lg bg-brand-500 shadow-theme-xs hover:bg-brand-600":"inline-flex items-center gap-1 mt-4 text-sm text-brand-500 hover:text-brand-600";return t?e.jsx("a",{href:t,className:`${a} ${d}`,onClick:i,children:r}):e.jsx("button",{className:`${a} ${d}`,onClick:i,type:"button",children:r})},z=({children:r,className:t=""})=>e.jsx("div",{className:`mb-5 flex h-14 max-w-14 items-center justify-center rounded-[10.5px] bg-brand-50 text-brand-500 dark:bg-brand-500/10 ${t}`,children:r}),P=()=>{const[r,t]=c.useState("optionOne"),i=s=>r===s?"shadow-theme-xs text-gray-900 dark:text-white bg-white dark:bg-gray-800":"text-gray-500 dark:text-gray-400";return e.jsxs("div",{className:"flex items-center gap-0.5 rounded-lg bg-gray-100 p-0.5 dark:bg-gray-900",children:[e.jsx("button",{onClick:()=>t("optionOne"),className:`px-3 py-2 font-medium w-full rounded-md text-theme-sm hover:text-gray-900 dark:hover:text-white ${i("optionOne")}`,children:"Monthly"}),e.jsx("button",{onClick:()=>t("optionTwo"),className:`px-3 py-2 font-medium w-full rounded-md text-theme-sm hover:text-gray-900 dark:hover:text-white ${i("optionTwo")}`,children:"Quarterly"}),e.jsx("button",{onClick:()=>t("optionThree"),className:`px-3 py-2 font-medium w-full rounded-md text-theme-sm hover:text-gray-900 dark:hover:text-white ${i("optionThree")}`,children:"Annually"})]})};function F(){const[r,t]=c.useState({isOpen:!1,variant:"info"}),[i,s]=c.useState(!1),[d,a]=c.useState(!1),[g,m]=c.useState(!1),[h,x]=c.useState(!1),p=u=>{t({isOpen:!0,variant:u})},n={success:{title:"Well Done!",message:"Lorem ipsum dolor sit amet consectetur. Feugiat ipsum libero tempor felis risus nisi non. Quisque eu ut tempor curabitur."},info:{title:"Information Alert!",message:"Lorem ipsum dolor sit amet consectetur. Feugiat ipsum libero tempor felis risus nisi non. Quisque eu ut tempor curabitur."},warning:{title:"Warning Alert!",message:"Lorem ipsum dolor sit amet consectetur. Feugiat ipsum libero tempor felis risus nisi non. Quisque eu ut tempor curabitur."},danger:{title:"Danger Alert!",message:"Lorem ipsum dolor sit amet consectetur. Feugiat ipsum libero tempor felis risus nisi non. Quisque eu ut tempor curabitur."}};return e.jsxs(e.Fragment,{children:[e.jsx(I,{title:"React.js Components Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Components Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsxs("div",{className:"grid grid-cols-1 gap-5 xl:grid-cols-2 xl:gap-6",children:[e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Default Modal"})}),e.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:e.jsx("div",{className:"space-y-6",children:e.jsx(y,{variant:"primary",onClick:()=>s(!0),children:"Open Modal"})})})]}),e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Vertically Centered Modal"})}),e.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:e.jsx("div",{className:"space-y-6",children:e.jsx(y,{variant:"primary",onClick:()=>a(!0),children:"Open Modal"})})})]}),e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Form In Modal"})}),e.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:e.jsx("div",{className:"space-y-6",children:e.jsx(y,{variant:"primary",onClick:()=>m(!0),children:"Open Modal"})})})]}),e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Full Screen Modal"})}),e.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:e.jsx("div",{className:"space-y-6",children:e.jsx(y,{variant:"primary",onClick:()=>x(!0),children:"Open Modal"})})})]}),e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03] xl:col-span-2",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Modal Based Alerts"})}),e.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:e.jsx("div",{className:"space-y-6",children:e.jsxs("div",{className:"flex flex-wrap items-center gap-3",children:[e.jsx("button",{onClick:()=>p("success"),className:"px-4 py-3 text-sm font-medium text-white rounded-lg bg-success-500 shadow-theme-xs hover:bg-success-600 transition-colors",children:"Success Alert"}),e.jsx("button",{onClick:()=>p("info"),className:"px-4 py-3 text-sm font-medium text-white rounded-lg bg-blue-light-500 shadow-theme-xs hover:bg-blue-light-600 transition-colors",children:"Info Alert"}),e.jsx("button",{onClick:()=>p("warning"),className:"px-4 py-3 text-sm font-medium text-white rounded-lg bg-warning-500 shadow-theme-xs hover:bg-warning-600 transition-colors",children:"Warning Alert"}),e.jsx("button",{onClick:()=>p("danger"),className:"px-4 py-3 text-sm font-medium text-white rounded-lg bg-error-500 shadow-theme-xs hover:bg-error-600 transition-colors",children:"Danger Alert"})]})})})]})]}),e.jsx(V,{}),e.jsx(O,{}),e.jsx(H,{}),e.jsx(q,{}),e.jsx(W,{}),e.jsx(Q,{}),e.jsx(G,{}),e.jsx(_,{}),e.jsx(A,{isOpen:r.isOpen,onClose:()=>t({...r,isOpen:!1}),title:n[r.variant].title,message:n[r.variant].message,variant:r.variant}),e.jsx(j,{isOpen:i,onClose:()=>s(!1),className:"max-w-md",children:e.jsxs("div",{className:"p-6",children:[e.jsx("h2",{className:"text-xl font-bold mb-4 text-gray-800 dark:text-white",children:"Modal Heading"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mb-6",children:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque euismod est quis mauris lacinia pharetra."}),e.jsxs("div",{className:"flex justify-end gap-4",children:[e.jsx(y,{variant:"outline",onClick:()=>s(!1),children:"Close"}),e.jsx(y,{variant:"primary",onClick:()=>s(!1),children:"Save Changes"})]})]})}),e.jsx(j,{isOpen:d,onClose:()=>a(!1),className:"max-w-md",children:e.jsxs("div",{className:"p-6",children:[e.jsx("h2",{className:"text-xl font-bold mb-4 text-gray-800 dark:text-white",children:"Vertically Centered Modal"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mb-6",children:"This modal is centered vertically on the screen. Lorem ipsum dolor sit amet, consectetur adipiscing elit."}),e.jsxs("div",{className:"flex justify-end gap-4",children:[e.jsx(y,{variant:"outline",onClick:()=>a(!1),children:"Close"}),e.jsx(y,{variant:"primary",onClick:()=>a(!1),children:"Save Changes"})]})]})}),e.jsx(j,{isOpen:g,onClose:()=>m(!1),className:"max-w-2xl",children:e.jsxs("div",{className:"p-6",children:[e.jsx("h2",{className:"text-xl font-bold mb-6 text-gray-800 dark:text-white",children:"Personal Information"}),e.jsxs("form",{className:"space-y-4",children:[e.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[e.jsxs("div",{children:[e.jsx("label",{className:"block text-sm font-medium text-gray-700 dark:text-gray-300 mb-2",children:"First Name"}),e.jsx("input",{type:"text",className:"w-full px-3 py-2 border border-gray-300 rounded-lg dark:bg-gray-800 dark:border-gray-700 dark:text-white",defaultValue:"Emirhan"})]}),e.jsxs("div",{children:[e.jsx("label",{className:"block text-sm font-medium text-gray-700 dark:text-gray-300 mb-2",children:"Last Name"}),e.jsx("input",{type:"text",className:"w-full px-3 py-2 border border-gray-300 rounded-lg dark:bg-gray-800 dark:border-gray-700 dark:text-white",defaultValue:"Boruch"})]})]}),e.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[e.jsxs("div",{children:[e.jsx("label",{className:"block text-sm font-medium text-gray-700 dark:text-gray-300 mb-2",children:"Email"}),e.jsx("input",{type:"email",className:"w-full px-3 py-2 border border-gray-300 rounded-lg dark:bg-gray-800 dark:border-gray-700 dark:text-white",defaultValue:"emirhanboruch55@gmail.com"})]}),e.jsxs("div",{children:[e.jsx("label",{className:"block text-sm font-medium text-gray-700 dark:text-gray-300 mb-2",children:"Phone"}),e.jsx("input",{type:"tel",className:"w-full px-3 py-2 border border-gray-300 rounded-lg dark:bg-gray-800 dark:border-gray-700 dark:text-white",defaultValue:"+09 363 398 46"})]})]}),e.jsxs("div",{children:[e.jsx("label",{className:"block text-sm font-medium text-gray-700 dark:text-gray-300 mb-2",children:"Bio"}),e.jsx("textarea",{rows:4,className:"w-full px-3 py-2 border border-gray-300 rounded-lg dark:bg-gray-800 dark:border-gray-700 dark:text-white",defaultValue:"Team Manager"})]}),e.jsxs("div",{className:"flex justify-end gap-4 pt-4",children:[e.jsx(y,{variant:"outline",onClick:()=>m(!1),children:"Close"}),e.jsx(y,{variant:"primary",onClick:()=>m(!1),children:"Save Changes"})]})]})]})}),e.jsx(j,{isOpen:h,onClose:()=>x(!1),className:"max-w-4xl",isFullscreen:!1,children:e.jsxs("div",{className:"p-8",children:[e.jsx("h2",{className:"text-2xl font-bold mb-4 text-gray-800 dark:text-white",children:"Full Screen Modal"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mb-6",children:"This is a larger modal that takes up more screen space. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque euismod est quis mauris lacinia pharetra."}),e.jsxs("div",{className:"flex justify-end gap-4",children:[e.jsx(y,{variant:"outline",onClick:()=>x(!1),children:"Close"}),e.jsx(y,{variant:"primary",onClick:()=>x(!1),children:"Save Changes"})]})]})})]})]})}function V(){const[r,t]=c.useState(!1),[i,s]=c.useState(!1),[d,a]=c.useState(!1);return e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Dropdowns"})}),e.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:e.jsxs("div",{className:"space-y-6",children:[e.jsxs("div",{className:"relative inline-block",children:[e.jsx("button",{onClick:()=>t(!r),className:"dropdown-toggle inline-flex px-4 py-3 text-sm font-medium text-white rounded-lg bg-brand-500 shadow-theme-xs hover:bg-brand-600",children:"Dropdown Default"}),e.jsxs(w,{isOpen:r,onClose:()=>t(!1),className:"w-48 p-2 mt-2",children:[e.jsx(f,{onItemClick:()=>t(!1),className:"flex items-center gap-3 px-3 py-2 font-medium text-gray-700 rounded-lg text-theme-sm hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300",children:"Edit"}),e.jsx(f,{onItemClick:()=>t(!1),className:"flex items-center gap-3 px-3 py-2 font-medium text-gray-700 rounded-lg text-theme-sm hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300",children:"Delete"})]})]}),e.jsxs("div",{className:"relative inline-block",children:[e.jsx("button",{onClick:()=>s(!i),className:"dropdown-toggle inline-flex px-4 py-3 text-sm font-medium text-white rounded-lg bg-brand-500 shadow-theme-xs hover:bg-brand-600",children:"Dropdown with Divider"}),e.jsxs(w,{isOpen:i,onClose:()=>s(!1),className:"w-48 p-2 mt-2",children:[e.jsx(f,{onItemClick:()=>s(!1),className:"flex items-center gap-3 px-3 py-2 font-medium text-gray-700 rounded-lg text-theme-sm hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300",children:"Edit"}),e.jsx(f,{onItemClick:()=>s(!1),className:"flex items-center gap-3 px-3 py-2 font-medium text-gray-700 rounded-lg text-theme-sm hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300",children:"View"}),e.jsx("div",{className:"my-2 border-t border-gray-200 dark:border-gray-800"}),e.jsx(f,{onItemClick:()=>s(!1),className:"flex items-center gap-3 px-3 py-2 font-medium text-gray-700 rounded-lg text-theme-sm hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300",children:"Delete"})]})]}),e.jsxs("div",{className:"relative inline-block",children:[e.jsx("button",{onClick:()=>a(!d),className:"dropdown-toggle inline-flex px-4 py-3 text-sm font-medium text-white rounded-lg bg-brand-500 shadow-theme-xs hover:bg-brand-600",children:"Dropdown with Icon"}),e.jsxs(w,{isOpen:d,onClose:()=>a(!1),className:"w-48 p-2 mt-2",children:[e.jsxs(f,{onItemClick:()=>a(!1),className:"flex items-center gap-3 px-3 py-2 font-medium text-gray-700 rounded-lg text-theme-sm hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300",children:[e.jsx("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{d:"M13.586 3.586a2 2 0 112.828 2.828l-.793.793-2.828-2.828.793-.793zM11.379 5.793L3 14.172V17h2.828l8.38-8.379-2.83-2.828z"})}),"Edit"]}),e.jsxs(f,{onItemClick:()=>a(!1),className:"flex items-center gap-3 px-3 py-2 font-medium text-gray-700 rounded-lg text-theme-sm hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300",children:[e.jsx("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z",clipRule:"evenodd"})}),"View"]}),e.jsx("div",{className:"my-2 border-t border-gray-200 dark:border-gray-800"}),e.jsxs(f,{onItemClick:()=>a(!1),className:"flex items-center gap-3 px-3 py-2 font-medium text-red-600 rounded-lg text-theme-sm hover:bg-red-50 hover:text-red-700 dark:text-red-400 dark:hover:bg-red-900/20 dark:hover:text-red-300",children:[e.jsx("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M9 2a1 1 0 00-.894.553L7.382 4H4a1 1 0 000 2v10a2 2 0 002 2h8a2 2 0 002-2V6a1 1 0 100-2h-3.382l-.724-1.447A1 1 0 0011 2H9zM7 8a1 1 0 012 0v6a1 1 0 11-2 0V8zm5-1a1 1 0 00-1 1v6a1 1 0 102 0V8a1 1 0 00-1-1z",clipRule:"evenodd"})}),"Delete"]})]})]})]})})]})}function O(){return e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Button Groups"})}),e.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:e.jsxs("div",{className:"space-y-6",children:[e.jsxs("div",{className:"inline-flex rounded-lg border border-gray-300 bg-white shadow-theme-xs dark:border-gray-700 dark:bg-gray-800",children:[e.jsx("button",{className:"px-4 py-2 text-sm font-medium text-gray-700 rounded-l-lg hover:bg-gray-50 hover:text-gray-900 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-white",children:"Left"}),e.jsx("button",{className:"px-4 py-2 text-sm font-medium text-gray-700 border-l border-r border-gray-300 hover:bg-gray-50 hover:text-gray-900 dark:text-gray-400 dark:border-gray-700 dark:hover:bg-white/5 dark:hover:text-white",children:"Center"}),e.jsx("button",{className:"px-4 py-2 text-sm font-medium text-gray-700 rounded-r-lg hover:bg-gray-50 hover:text-gray-900 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-white",children:"Right"})]}),e.jsxs("div",{className:"inline-flex rounded-lg border border-gray-300 bg-white shadow-theme-xs dark:border-gray-700 dark:bg-gray-800",children:[e.jsx("button",{className:"p-2 text-gray-700 rounded-l-lg hover:bg-gray-50 hover:text-gray-900 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-white",children:e.jsx("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z",clipRule:"evenodd"})})}),e.jsx("button",{className:"p-2 text-gray-700 border-l border-r border-gray-300 hover:bg-gray-50 hover:text-gray-900 dark:text-gray-400 dark:border-gray-700 dark:hover:bg-white/5 dark:hover:text-white",children:e.jsx("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M10 3a1 1 0 011 1v12a1 1 0 11-2 0V4a1 1 0 011-1z",clipRule:"evenodd"})})}),e.jsx("button",{className:"p-2 text-gray-700 rounded-r-lg hover:bg-gray-50 hover:text-gray-900 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-white",children:e.jsx("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M3 10a1 1 0 011 1h12a1 1 0 110-2H4a1 1 0 01-1-1z",clipRule:"evenodd"})})})]})]})})]})}function H(){return e.jsxs("div",{className:"grid grid-cols-1 gap-5 lg:grid-cols-2",children:[e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Rounded Ribbon"})}),e.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:e.jsxs("div",{className:"relative overflow-hidden rounded-xl border border-gray-200 dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("span",{className:"absolute -left-px mt-3 inline-block rounded-r-full bg-brand-500 px-4 py-1.5 text-sm font-medium text-white",children:"Popular"}),e.jsx("div",{className:"p-5 pt-16",children:e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400",children:"Lorem ipsum dolor sit amet consectetur. Eget nulla suscipit arcu rutrum amet vel nec fringilla vulputate."})})]})})]}),e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Filled Ribbon"})}),e.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:e.jsxs("div",{className:"relative overflow-hidden rounded-xl border border-gray-200 dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("span",{className:"absolute -left-9 -top-7 mt-3 flex h-14 w-24 -rotate-45 items-end justify-center bg-brand-500 px-4 py-1.5 text-sm font-medium text-white shadow-theme-xs",children:"New"}),e.jsx("div",{className:"p-5 pt-16",children:e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400",children:"Lorem ipsum dolor sit amet consectetur. Eget nulla suscipit arcu rutrum amet vel nec fringilla vulputate."})})]})})]})]})}function q(){return e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Spinners"})}),e.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:e.jsxs("div",{className:"flex flex-wrap items-center gap-6",children:[e.jsx("div",{className:"inline-flex h-10 w-10 animate-spin items-center justify-center rounded-full border-4 border-gray-200 border-t-brand-500"}),e.jsx("div",{className:"inline-flex h-6 w-6 animate-spin items-center justify-center rounded-full border-2 border-gray-200 border-t-brand-500"}),e.jsx("div",{className:"inline-flex h-16 w-16 animate-spin items-center justify-center rounded-full border-4 border-gray-200 border-t-brand-500"}),e.jsx("div",{className:"inline-flex h-10 w-10 animate-spin items-center justify-center rounded-full border-4 border-success-200 border-t-success-500"}),e.jsx("div",{className:"inline-flex h-10 w-10 animate-spin items-center justify-center rounded-full border-4 border-error-200 border-t-error-500"})]})})]})}function W(){return e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Tabs"})}),e.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:e.jsx("div",{className:"space-y-6",children:e.jsx(P,{})})})]})}function Q(){return e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Tooltips"})}),e.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:e.jsxs("div",{className:"flex flex-wrap items-center gap-6",children:[e.jsxs("button",{className:"relative group inline-flex px-4 py-3 text-sm font-medium text-white rounded-lg bg-brand-500 shadow-theme-xs",title:"Tooltip Top",children:["Tooltip Top",e.jsxs("span",{className:"absolute bottom-full left-1/2 mb-2 -translate-x-1/2 px-3 py-1.5 text-xs font-medium text-white bg-gray-900 rounded-lg opacity-0 pointer-events-none group-hover:opacity-100 transition-opacity whitespace-nowrap",children:["Tooltip Top",e.jsx("span",{className:"absolute top-full left-1/2 -translate-x-1/2 -mt-1 border-4 border-transparent border-t-gray-900"})]})]}),e.jsxs("button",{className:"relative group inline-flex px-4 py-3 text-sm font-medium text-white rounded-lg bg-brand-500 shadow-theme-xs",title:"Tooltip Right",children:["Tooltip Right",e.jsxs("span",{className:"absolute left-full top-1/2 ml-2 -translate-y-1/2 px-3 py-1.5 text-xs font-medium text-white bg-gray-900 rounded-lg opacity-0 pointer-events-none group-hover:opacity-100 transition-opacity whitespace-nowrap",children:["Tooltip Right",e.jsx("span",{className:"absolute right-full top-1/2 -translate-y-1/2 -mr-1 border-4 border-transparent border-r-gray-900"})]})]})]})})]})}function G(){const[r,t]=c.useState(1),[i,s]=c.useState(1),[d,a]=c.useState(1);return e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Pagination with Text"})}),e.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:e.jsx(k,{currentPage:r,totalPages:10,onPageChange:t,variant:"text"})})]}),e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Pagination with Text and Icon"})}),e.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:e.jsx(k,{currentPage:i,totalPages:10,onPageChange:s,variant:"text-icon"})})]}),e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Pagination with Icon"})}),e.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:e.jsx(k,{currentPage:d,totalPages:10,onPageChange:a,variant:"icon"})})]})]})}function _(){return e.jsxs("div",{className:"grid grid-cols-1 gap-5 lg:grid-cols-2",children:[e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Basic Card"})}),e.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:e.jsxs(S,{children:[e.jsx(T,{children:"Card Title"}),e.jsx(R,{children:"This is a basic card with title and description."})]})})]}),e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Card with Icon"})}),e.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:e.jsxs(S,{children:[e.jsx(z,{children:e.jsxs("svg",{className:"w-6 h-6",fill:"currentColor",viewBox:"0 0 20 20",children:[e.jsx("path",{d:"M9 2a1 1 0 000 2h2a1 1 0 100-2H9z"}),e.jsx("path",{fillRule:"evenodd",d:"M4 5a2 2 0 012-2 3 3 0 003 3h2a3 3 0 003-3 2 2 0 012 2v11a2 2 0 01-2 2H6a2 2 0 01-2-2V5zm3 4a1 1 0 000 2h.01a1 1 0 100-2H7zm3 0a1 1 0 000 2h3a1 1 0 100-2h-3zm-3 4a1 1 0 100 2h.01a1 1 0 100-2H7zm3 0a1 1 0 100 2h3a1 1 0 100-2h-3z",clipRule:"evenodd"})]})}),e.jsx(T,{children:"Card with Icon"}),e.jsx(R,{children:"This card includes an icon at the top."}),e.jsx(E,{children:"Learn More"})]})})]})]})}const Y=Object.freeze(Object.defineProperty({__proto__:null,default:F},Symbol.toStringTag,{value:"Module"}));export{A,S as C,w as D,j as M,k as P,f as a,T as b,R as c,z as d,E as e,Y as f}; diff --git a/frontend/dist/assets/js/page-contact.tsx-B5JVBtMV.js b/frontend/dist/assets/js/page-contact.tsx-B5JVBtMV.js new file mode 100644 index 00000000..a0d17448 --- /dev/null +++ b/frontend/dist/assets/js/page-contact.tsx-B5JVBtMV.js @@ -0,0 +1 @@ +import{j as e}from"./vendor-react-core-DRQGgXXF.js";import{S as t,C as s}from"./marketing-components-CJXw20ab.js";import"./vendor-charts-BCGhWx_0.js";import"./vendor-other-DTCyBslD.js";import"./vendor-react-router-P1WQ4rUN.js";import"./marketing-data-DtLIUpMC.js";const c=()=>e.jsxs("div",{className:"bg-[#050913] text-white",children:[e.jsx("section",{className:"max-w-4xl mx-auto px-6 pt-24 pb-12",children:e.jsx(t,{eyebrow:"Contact",title:"Talk with an Igny8 strategist.",description:"Share your goals, current stack, and timeline. We’ll map automation opportunities, project ROI, and plan your launch."})}),e.jsxs("section",{className:"max-w-5xl mx-auto px-6 pb-24 grid grid-cols-1 lg:grid-cols-2 gap-12",children:[e.jsxs("form",{className:"rounded-3xl border border-white/10 bg-white/5 p-10 space-y-6",children:[e.jsxs("div",{className:"grid grid-cols-1 sm:grid-cols-2 gap-4",children:[e.jsxs("label",{className:"flex flex-col gap-2 text-sm text-white/70",children:["First name",e.jsx("input",{type:"text",placeholder:"Alex",className:"rounded-xl border border-white/15 bg-slate-950/60 px-4 py-3 text-sm text-white placeholder:text-white/40 focus:outline-none focus:border-brand-400"})]}),e.jsxs("label",{className:"flex flex-col gap-2 text-sm text-white/70",children:["Last name",e.jsx("input",{type:"text",placeholder:"Rivera",className:"rounded-xl border border-white/15 bg-slate-950/60 px-4 py-3 text-sm text-white placeholder:text-white/40 focus:outline-none focus:border-brand-400"})]})]}),e.jsxs("label",{className:"flex flex-col gap-2 text-sm text-white/70",children:["Work email",e.jsx("input",{type:"email",placeholder:"you@company.com",className:"rounded-xl border border-white/15 bg-slate-950/60 px-4 py-3 text-sm text-white placeholder:text-white/40 focus:outline-none focus:border-brand-400"})]}),e.jsxs("label",{className:"flex flex-col gap-2 text-sm text-white/70",children:["Company",e.jsx("input",{type:"text",placeholder:"Company name",className:"rounded-xl border border-white/15 bg-slate-950/60 px-4 py-3 text-sm text-white placeholder:text-white/40 focus:outline-none focus:border-brand-400"})]}),e.jsxs("label",{className:"flex flex-col gap-2 text-sm text-white/70",children:["How can we help?",e.jsx("textarea",{rows:4,placeholder:"Tell us about your current workflow, challenges, and goals.",className:"rounded-xl border border-white/15 bg-slate-950/60 px-4 py-3 text-sm text-white placeholder:text-white/40 focus:outline-none focus:border-brand-400 resize-none"})]}),e.jsx("button",{type:"submit",className:"inline-flex items-center justify-center rounded-full bg-brand-500 hover:bg-brand-400 px-6 py-3 text-sm font-semibold",children:"Book strategy call"})]}),e.jsxs("div",{className:"space-y-8",children:[e.jsxs("div",{className:"rounded-3xl border border-white/10 bg-white/5 p-8 space-y-4 text-sm text-white/70",children:[e.jsx("h3",{className:"text-lg font-semibold text-white",children:"Calendly placeholder"}),e.jsx("div",{className:"aspect-[4/3] rounded-2xl border border-white/10 bg-slate-900 flex items-center justify-center text-xs text-white/40",children:"Embed Calendly iframe here"}),e.jsxs("p",{children:["Prefer async? Email us at"," ",e.jsx("a",{href:"mailto:hello@igny8.com",className:"text-brand-200 hover:text-brand-100",children:"hello@igny8.com"})," ","or join our community Slack."]})]}),e.jsxs("div",{className:"rounded-3xl border border-white/10 bg-white/5 p-8 space-y-4",children:[e.jsx("h3",{className:"text-lg font-semibold text-white",children:"Support perks"}),e.jsxs("ul",{className:"space-y-3 text-sm text-white/70",children:[e.jsxs("li",{className:"flex gap-3",children:[e.jsx("span",{className:"mt-1 size-1.5 rounded-full bg-brand-300"}),"24-hour response time on all Launch+ plans."]}),e.jsxs("li",{className:"flex gap-3",children:[e.jsx("span",{className:"mt-1 size-1.5 rounded-full bg-brand-300"}),"Dedicated success architect for Scale and Enterprise."]}),e.jsxs("li",{className:"flex gap-3",children:[e.jsx("span",{className:"mt-1 size-1.5 rounded-full bg-brand-300"}),"Migration services when replacing legacy content stacks."]})]})]})]})]}),e.jsx(s,{title:"Need instant access?",description:"Start a free trial to explore Igny8 in minutes—no credit card, no setup required.",primaryCta:{label:"Start free trial",href:"https://app.igny8.com/signup"},secondaryCta:{label:"Visit help center",href:"/resources"}})]});export{c as default}; diff --git a/frontend/dist/assets/js/page-content.config.tsx-Bu5_tL3S.js b/frontend/dist/assets/js/page-content.config.tsx-Bu5_tL3S.js new file mode 100644 index 00000000..e946f61d --- /dev/null +++ b/frontend/dist/assets/js/page-content.config.tsx-Bu5_tL3S.js @@ -0,0 +1 @@ +import{j as r}from"./vendor-react-core-DRQGgXXF.js";import{t as g,s as h,w as m,a as p,c as y,f as x,B as o}from"./page-clusters.config.tsx-FJ8SgY77.js";const d=(l,n)=>l&&l.length>0?l:n?Array.isArray(n)?n:[]:[],c=(l,n="-")=>!l||l.length===0?r.jsx("span",{className:"text-gray-400 dark:text-gray-500",children:n}):r.jsx("div",{className:"flex flex-wrap gap-1",children:l.map((i,t)=>r.jsx(o,{color:"light",size:"sm",variant:"light",children:i},`${i}-${t}`))}),b=l=>{const n=!l.activeSector,i={draft:"warning",review:"info",publish:"success"};return{columns:[{...g,sortable:!0,sortField:"title",toggleable:!0,toggleContentKey:"html_content",toggleContentLabel:"Generated Content",render:(t,e)=>r.jsxs("div",{children:[r.jsx("div",{className:"font-medium text-gray-900 dark:text-white",children:e.meta_title||e.title||e.task_title||`Task #${e.task_id}`}),e.meta_description&&r.jsx("div",{className:"mt-1 text-sm text-gray-500 dark:text-gray-400 line-clamp-2",children:e.meta_description})]})},...n?[{...h,render:(t,e)=>r.jsx(o,{color:"info",size:"sm",variant:"light",children:e.sector_name||"-"})}]:[],{key:"primary_keyword",label:"Primary Keyword",sortable:!0,sortField:"primary_keyword",width:"150px",render:(t,e)=>e.primary_keyword?r.jsx(o,{color:"info",size:"sm",variant:"light",children:e.primary_keyword}):r.jsx("span",{className:"text-gray-400 dark:text-gray-500",children:"-"})},{key:"secondary_keywords",label:"Secondary Keywords",sortable:!1,width:"200px",render:(t,e)=>{var s;const a=d(e.secondary_keywords,(s=e.metadata)==null?void 0:s.secondary_keywords);return c(a)}},{key:"tags",label:"Tags",sortable:!1,width:"150px",render:(t,e)=>{var s;const a=d(e.tags,(s=e.metadata)==null?void 0:s.tags);return c(a)}},{key:"categories",label:"Categories",sortable:!1,width:"150px",render:(t,e)=>{var s;const a=d(e.categories,(s=e.metadata)==null?void 0:s.categories);return c(a)}},{...m,sortable:!0,sortField:"word_count",render:t=>(t==null?void 0:t.toLocaleString())??"-"},{...p,sortable:!0,sortField:"status",render:t=>{const e=t||"draft",a=i[e]||"primary",s=e.replace("_"," ").replace(/^\w/,u=>u.toUpperCase());return r.jsx(o,{color:a,size:"sm",variant:"light",children:s})}},{...y,sortable:!0,sortField:"generated_at",label:"Generated",align:"right",render:(t,e)=>{const a=e.has_image_prompts||!1,s=e.has_generated_images||!1;return r.jsxs("div",{className:"flex items-center justify-end gap-3 pr-10",children:[r.jsx("span",{className:"text-gray-700 dark:text-gray-300 whitespace-nowrap",children:x(t)}),r.jsxs("div",{className:"flex items-center gap-2",children:[r.jsx("div",{className:`w-5 h-5 flex items-center justify-center flex-shrink-0 ${a?"text-green-500 dark:text-green-400":"text-gray-300 dark:text-gray-600"}`,title:a?"Image prompts generated":"No image prompts",children:r.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"w-4 h-4",children:[r.jsx("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),r.jsx("polyline",{points:"14 2 14 8 20 8"}),r.jsx("line",{x1:"16",y1:"13",x2:"8",y2:"13"}),r.jsx("line",{x1:"16",y1:"17",x2:"8",y2:"17"}),r.jsx("polyline",{points:"10 9 9 9 8 9"})]})}),r.jsx("div",{className:`w-5 h-5 flex items-center justify-center flex-shrink-0 ${s?"text-green-500 dark:text-green-400":"text-gray-300 dark:text-gray-600"}`,title:s?"Images generated":"No images generated",children:r.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"w-4 h-4",children:[r.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),r.jsx("circle",{cx:"8.5",cy:"8.5",r:"1.5"}),r.jsx("polyline",{points:"21 15 16 10 5 21"})]})})]})]})}},{key:"task_title",label:"Task Title",sortable:!0,sortField:"task_id",defaultVisible:!1,width:"200px",render:(t,e)=>r.jsx("span",{className:"text-sm text-gray-600 dark:text-gray-400 truncate block max-w-[200px]",children:e.task_title||"-"})},{key:"post_url",label:"Post URL",sortable:!1,defaultVisible:!1,width:"200px",render:(t,e)=>{const a=t||e.post_url||null;return a?r.jsx("a",{href:a,target:"_blank",rel:"noopener noreferrer",className:"text-sm text-brand-600 hover:text-brand-700 dark:text-brand-400 dark:hover:text-brand-300 truncate block max-w-[200px]",children:a}):r.jsx("span",{className:"text-sm text-gray-400 dark:text-gray-500",children:"-"})}},{key:"updated_at",label:"Updated",sortable:!0,sortField:"updated_at",defaultVisible:!1,render:t=>x(t)}],filters:[{key:"search",label:"Search",type:"text",placeholder:"Search content..."},{key:"status",label:"Status",type:"select",options:[{value:"",label:"All Status"},{value:"draft",label:"Draft"},{value:"review",label:"Review"},{value:"publish",label:"Publish"}]}],headerMetrics:[{label:"Total Content",value:0,accentColor:"blue",calculate:t=>t.totalCount||0},{label:"Draft",value:0,accentColor:"warning",calculate:t=>t.content.filter(e=>e.status==="draft").length},{label:"Review",value:0,accentColor:"info",calculate:t=>t.content.filter(e=>e.status==="review").length},{label:"Published",value:0,accentColor:"success",calculate:t=>t.content.filter(e=>e.status==="publish").length}]}};export{b as c}; diff --git a/frontend/dist/assets/js/page-dashboard-CuOyqq-s.js b/frontend/dist/assets/js/page-dashboard-CuOyqq-s.js new file mode 100644 index 00000000..0913cee8 --- /dev/null +++ b/frontend/dist/assets/js/page-dashboard-CuOyqq-s.js @@ -0,0 +1,13 @@ +import{r as m,j as t,d as se,a as F}from"./vendor-react-core-DRQGgXXF.js";import{L as T}from"./vendor-react-router-P1WQ4rUN.js";import{S as re,a as ne,P as oe,b as z,c as ie,d as J,e as O,f as L,g as B,h as ce}from"./page-authpages-BaiNliVr.js";import{c as D,p as G}from"./vendor-state-C9hO8g1p.js";import{C as I}from"./page-components.tsx-4vErPdxY.js";import{_ as de}from"./marketing-marketingapp.tsx-D0Y0OkFz.js";function le(){const e=window.location.origin;return e.includes("localhost")||e.includes("127.0.0.1")||/^\d+\.\d+\.\d+\.\d+/.test(e)?e.includes(":3000")?e.replace(":3000",":8011")+"/api":e.includes(":7921")?e.replace(":7921",":7911")+"/api":e.split(":")[0]+":8011/api":"https://api.igny8.com/api"}const C=le();function $(){var e;try{const a=localStorage.getItem("site-storage");if(a){const s=JSON.parse(a),r=(e=s==null?void 0:s.state)==null?void 0:e.activeSite;if(r&&r.id)return r.id}return null}catch(a){return console.warn("Failed to get active site ID from storage:",a),null}}function P(){var e;try{const a=localStorage.getItem("sector-storage");if(a){const s=JSON.parse(a),r=(e=s==null?void 0:s.state)==null?void 0:e.activeSector;if(r&&r.id)return r.id}return null}catch(a){return console.warn("Failed to get active sector ID from storage:",a),null}}const ue=()=>{var e;try{const a=localStorage.getItem("auth-storage");if(a){const s=JSON.parse(a);return((e=s==null?void 0:s.state)==null?void 0:e.token)||null}}catch{}return null},ge=()=>{var e;try{const a=localStorage.getItem("auth-storage");if(a){const s=JSON.parse(a);return((e=s==null?void 0:s.state)==null?void 0:e.refreshToken)||null}}catch{}return null};async function i(e,a){var l,c,d,x,y,b;const s=(a==null?void 0:a.timeout)||3e4,r=new AbortController,n=setTimeout(()=>r.abort(),s);try{const o=ue(),u={"Content-Type":"application/json",...a==null?void 0:a.headers};o&&(u.Authorization=`Bearer ${o}`);const p=await fetch(`${C}${e}`,{headers:u,credentials:"include",signal:r.signal,...a});clearTimeout(n);const S=p.headers.get("content-type")||"",k=p.headers.get("content-length"),v=await p.text();if(p.status===401){const g=ge();if(g)try{const f=await fetch(`${C}/v1/auth/refresh/`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({refresh:g}),credentials:"include"});if(f.ok){const h=await f.json();if(h.success&&h.access){try{const N=localStorage.getItem("auth-storage");if(N){const E=JSON.parse(N);E.state.token=h.access,localStorage.setItem("auth-storage",JSON.stringify(E))}}catch{}const j={...u,Authorization:`Bearer ${h.access}`},w=await fetch(`${C}${e}`,{headers:j,credentials:"include",...a}),_=await w.text();if(w.ok){if(_&&_.trim())try{return JSON.parse(_)}catch{return _}return null}}}}catch{}}if(!p.ok){let g=p.statusText,f="HTTP_ERROR",h=null;try{if(S.includes("application/json"))try{if(h=JSON.parse(v),g=h.error||h.message||h.detail||g,h.success===!1&&h.error)return h;(l=h.error)!=null&&l.includes("OperationalError")?f="DATABASE_ERROR":(c=h.error)!=null&&c.includes("ValidationError")?f="VALIDATION_ERROR":(d=h.error)!=null&&d.includes("PermissionDenied")?f="PERMISSION_ERROR":(x=h.error)!=null&&x.includes("NotFound")?f="NOT_FOUND_ERROR":(y=h.error)!=null&&y.includes("IntegrityError")?f="DATABASE_ERROR":(b=h.error)!=null&&b.includes("RelatedObjectDoesNotExist")&&(f="RELATED_OBJECT_ERROR")}catch{g=v.substring(0,200)}else if(v.includes("")){const w=v.match(/([^<]+) at ([^<]+)<\/title>/);if(w)f=w[1].trim(),g=`${f} at ${w[2].trim()}`;else{const _=v.match(/<h1[^>]*>([^<]+)<\/h1>/);_?(g=_[1].trim(),f=g.split(" ")[0]):g=`HTTP ${p.status} Error`}}else g=v.substring(0,200)}catch{g=p.statusText}console.error("API Error:",{status:p.status,type:f,message:g,endpoint:e,errorData:h});const j=new Error(`API Error (${p.status}): ${f} - ${g}`);throw j.response=h,j.status=p.status,j}if(p.status===204||k==="0"||!v||v.trim()===""||S&&!S.includes("application/json"))return;try{return JSON.parse(v)}catch{return v}}catch(o){throw clearTimeout(n),o.name==="AbortError"?new Error(`Request timeout after ${s}ms: ${C}${e}`):o instanceof TypeError&&o.message.includes("Failed to fetch")?new Error(`Network Error: Unable to reach API at ${C}${e}. Check CORS and network connectivity.`):o}}async function q(e={}){const a=new URLSearchParams;if(!e.site_id){const n=$();n&&(e.site_id=n)}if(e.sector_id===void 0){const n=P();n!=null&&(e.sector_id=n)}e.search&&a.append("search",e.search),e.status&&a.append("status",e.status),e.cluster_id&&a.append("cluster_id",e.cluster_id),e.intent&&a.append("intent",e.intent),e.difficulty_min!==void 0&&a.append("difficulty_min",e.difficulty_min.toString()),e.difficulty_max!==void 0&&a.append("difficulty_max",e.difficulty_max.toString()),e.volume_min!==void 0&&a.append("volume_min",e.volume_min.toString()),e.volume_max!==void 0&&a.append("volume_max",e.volume_max.toString()),e.site_id&&a.append("site_id",e.site_id.toString()),e.sector_id&&a.append("sector_id",e.sector_id.toString()),e.page&&a.append("page",e.page.toString()),e.page_size!==void 0&&e.page_size!==null&&a.append("page_size",e.page_size.toString()),e.ordering&&a.append("ordering",e.ordering);const s=a.toString(),r=`/v1/planner/keywords/${s?`?${s}`:""}`;return i(r)}async function me(e){return i("/v1/planner/keywords/",{method:"POST",body:JSON.stringify(e)})}async function pe(e,a){return i(`/v1/planner/keywords/${e}/`,{method:"PUT",body:JSON.stringify(a)})}async function he(e){return i(`/v1/planner/keywords/${e}/`,{method:"DELETE"})}async function xe(e){return i("/v1/planner/keywords/bulk_delete/",{method:"POST",body:JSON.stringify({ids:e})})}async function ye(e,a){return i("/v1/planner/keywords/bulk_update/",{method:"POST",body:JSON.stringify({ids:e,status:a})})}async function K(e={}){const a=new URLSearchParams;if(!e.site_id){const n=$();n&&(e.site_id=n)}if(e.sector_id===void 0){const n=P();n!=null&&(e.sector_id=n)}e.search&&a.append("search",e.search),e.status&&a.append("status",e.status),e.difficulty_min!==void 0&&a.append("difficulty_min",e.difficulty_min.toString()),e.difficulty_max!==void 0&&a.append("difficulty_max",e.difficulty_max.toString()),e.volume_min!==void 0&&a.append("volume_min",e.volume_min.toString()),e.volume_max!==void 0&&a.append("volume_max",e.volume_max.toString()),e.site_id&&a.append("site_id",e.site_id.toString()),e.sector_id&&a.append("sector_id",e.sector_id.toString()),e.page&&a.append("page",e.page.toString()),e.page_size!==void 0&&e.page_size!==null&&a.append("page_size",e.page_size.toString()),e.ordering&&a.append("ordering",e.ordering);const s=a.toString(),r=`/v1/planner/clusters/${s?`?${s}`:""}`;return i(r)}async function be(e){return i("/v1/planner/clusters/",{method:"POST",body:JSON.stringify(e)})}async function fe(e,a){return i(`/v1/planner/clusters/${e}/`,{method:"PUT",body:JSON.stringify(a)})}async function ve(e){return i(`/v1/planner/clusters/${e}/`,{method:"DELETE"})}async function Se(e){return i("/v1/planner/clusters/bulk_delete/",{method:"POST",body:JSON.stringify({ids:e})})}async function we(e,a){return i("/v1/planner/clusters/bulk_update/",{method:"POST",body:JSON.stringify({ids:e,status:a})})}async function _e(e,a){const s="/v1/planner/keywords/auto_cluster/",r={ids:e,sector_id:a};try{const n=await i(s,{method:"POST",body:JSON.stringify(r)});return n&&n.success===!1,n}catch(n){throw n}}async function ke(e){const a="/v1/planner/clusters/auto_generate_ideas/",s={ids:e};try{return await i(a,{method:"POST",body:JSON.stringify(s)})}catch(r){throw r}}async function H(e={}){const a=new URLSearchParams;if(!e.site_id){const n=$();n&&(e.site_id=n)}if(e.sector_id===void 0){const n=P();n!=null&&(e.sector_id=n)}e.search&&a.append("search",e.search),e.status&&a.append("status",e.status),e.keyword_cluster_id&&a.append("keyword_cluster_id",e.keyword_cluster_id),e.content_structure&&a.append("content_structure",e.content_structure),e.content_type&&a.append("content_type",e.content_type),e.site_id&&a.append("site_id",e.site_id.toString()),e.sector_id&&a.append("sector_id",e.sector_id.toString()),e.page&&a.append("page",e.page.toString()),e.page_size!==void 0&&e.page_size!==null&&a.append("page_size",e.page_size.toString()),e.ordering&&a.append("ordering",e.ordering);const s=a.toString(),r=`/v1/planner/ideas/${s?`?${s}`:""}`;return i(r)}async function je(e){return i("/v1/planner/ideas/",{method:"POST",body:JSON.stringify(e)})}async function Ne(e,a){return i(`/v1/planner/ideas/${e}/`,{method:"PUT",body:JSON.stringify(a)})}async function Ce(e){return i(`/v1/planner/ideas/${e}/`,{method:"DELETE"})}async function Te(e){return i("/v1/planner/ideas/bulk_delete/",{method:"POST",body:JSON.stringify({ids:e})})}async function Oe(e,a){return i("/v1/planner/ideas/bulk_update/",{method:"POST",body:JSON.stringify({ids:e,status:a})})}async function $e(e){return i("/v1/planner/ideas/bulk_queue_to_writer/",{method:"POST",body:JSON.stringify({ids:e})})}async function W(e={}){const a=new URLSearchParams;if(!e.site_id){const n=$();n&&(e.site_id=n)}if(e.sector_id===void 0){const n=P();n!=null&&(e.sector_id=n)}e.search&&a.append("search",e.search),e.status&&a.append("status",e.status),e.cluster_id&&a.append("cluster_id",e.cluster_id),e.content_type&&a.append("content_type",e.content_type),e.content_structure&&a.append("content_structure",e.content_structure),e.site_id&&a.append("site_id",e.site_id.toString()),e.sector_id&&a.append("sector_id",e.sector_id.toString()),e.page&&a.append("page",e.page.toString()),e.page_size!==void 0&&e.page_size!==null&&a.append("page_size",e.page_size.toString()),e.ordering&&a.append("ordering",e.ordering);const s=a.toString(),r=`/v1/writer/tasks/${s?`?${s}`:""}`;return i(r)}async function Pe(e){return i("/v1/writer/tasks/",{method:"POST",body:JSON.stringify(e)})}async function Ie(e,a){return i(`/v1/writer/tasks/${e}/`,{method:"PUT",body:JSON.stringify(a)})}async function Ee(e){return i(`/v1/writer/tasks/${e}/`,{method:"DELETE"})}async function Re(e){return i("/v1/writer/tasks/bulk_delete/",{method:"POST",body:JSON.stringify({ids:e})})}async function Ae(e,a){return i("/v1/writer/tasks/bulk_update/",{method:"POST",body:JSON.stringify({ids:e,status:a})})}async function ze(e){const a="/v1/writer/tasks/auto_generate_content/",s={ids:e};try{return await i(a,{method:"POST",body:JSON.stringify(s)})}catch(r){throw r}}async function Je(e){const a="/v1/writer/tasks/auto_generate_images/",s={task_ids:e};try{return await i(a,{method:"POST",body:JSON.stringify(s)})}catch(r){throw r}}async function Le(e){return i("/v1/writer/content/generate_image_prompts/",{method:"POST",body:JSON.stringify({ids:e})})}async function V(e={}){const a=new URLSearchParams;if(!e.site_id){const r=$();r&&(e.site_id=r)}if(e.sector_id===void 0){const r=P();r!=null&&(e.sector_id=r)}e.site_id&&a.append("site_id",e.site_id.toString()),e.sector_id&&a.append("sector_id",e.sector_id.toString());const s=a.toString();return i(`/v1/writer/images/content_images/${s?`?${s}`:""}`)}async function Ue(e,a){return i("/v1/writer/images/bulk_update/",{method:"POST",body:JSON.stringify({content_id:e,status:a})})}async function De(e,a){return i("/v1/writer/images/generate_images/",{method:"POST",body:JSON.stringify({ids:e,content_id:a})})}async function Me(e={}){const a=new URLSearchParams;e.content_id&&a.append("content_id",e.content_id.toString()),e.task_id&&a.append("task_id",e.task_id.toString()),e.image_type&&a.append("image_type",e.image_type),e.status&&a.append("status",e.status),e.ordering&&a.append("ordering",e.ordering),e.page&&a.append("page",e.page.toString()),e.page_size&&a.append("page_size",e.page_size.toString());const s=a.toString();return i(`/v1/writer/images/${s?`?${s}`:""}`)}async function Fe(){return i("/v1/system/integrations/image_generation/")}async function U(){return i("/v1/auth/sites/")}async function Be(e){return i("/v1/auth/sites/",{method:"POST",body:JSON.stringify(e)})}async function Ge(e,a){return i(`/v1/auth/sites/${e}/`,{method:"PATCH",body:JSON.stringify(a)})}async function qe(e){return i(`/v1/auth/sites/${e}/`,{method:"DELETE"})}async function Ke(e){return i(`/v1/auth/sites/${e}/set_active/`,{method:"POST"})}async function He(e,a,s){return i(`/v1/auth/sites/${e}/select_sectors/`,{method:"POST",body:JSON.stringify({industry_slug:a,sector_slugs:s})})}async function Y(e){return i(`/v1/auth/sites/${e}/sectors/`)}async function We(){return i("/v1/auth/industries/")}async function Ve(){return i("/v1/system/settings/account/")}async function Ye(e){return i(`/v1/system/settings/account/${e}/`)}async function Qe(e){return i("/v1/system/settings/account/",{method:"POST",body:JSON.stringify(e)})}async function Xe(e,a){return i(`/v1/system/settings/account/${e}/`,{method:"PUT",body:JSON.stringify(a)})}async function Ze(e){return(await i(`/v1/system/settings/modules/module/${e}/`)).results||[]}async function et(e){return i("/v1/system/settings/modules/",{method:"POST",body:JSON.stringify(e)})}async function tt(e,a,s){return i(`/v1/system/settings/modules/${a}/?module_name=${e}`,{method:"PUT",body:JSON.stringify(s)})}async function Q(){return i("/v1/billing/credits/balance/balance/")}async function at(e){const a=new URLSearchParams;e!=null&&e.operation_type&&a.append("operation_type",e.operation_type),e!=null&&e.start_date&&a.append("start_date",e.start_date),e!=null&&e.end_date&&a.append("end_date",e.end_date),e!=null&&e.page&&a.append("page",e.page.toString());const s=a.toString();return i(`/v1/billing/credits/usage/${s?`?${s}`:""}`)}async function X(e,a){const s=new URLSearchParams;e&&s.append("start_date",e),a&&s.append("end_date",a);const r=s.toString();return i(`/v1/billing/credits/usage/summary/${r?`?${r}`:""}`)}async function st(){console.log("Fetching usage limits from:","/v1/billing/credits/usage/limits/");try{const e=await i("/v1/billing/credits/usage/limits/");return console.log("Usage limits API response:",e),e}catch(e){throw console.error("Error fetching usage limits:",e),e}}async function rt(e){const a=new URLSearchParams;e!=null&&e.transaction_type&&a.append("transaction_type",e.transaction_type),e!=null&&e.page&&a.append("page",e.page.toString());const s=a.toString();return i(`/v1/billing/credits/transactions/${s?`?${s}`:""}`)}async function nt(e){const a=new URLSearchParams;e!=null&&e.industry&&(a.append("industry",e.industry.toString()),a.append("industry_id",e.industry.toString())),e!=null&&e.sector&&(a.append("sector",e.sector.toString()),a.append("sector_id",e.sector.toString())),e!=null&&e.intent&&a.append("intent",e.intent),e!=null&&e.search&&a.append("search",e.search),e!=null&&e.page&&a.append("page",e.page.toString()),e!=null&&e.page_size&&a.append("page_size",e.page_size.toString());const s=a.toString();return i(`/v1/auth/seed-keywords/${s?`?${s}`:""}`)}async function ot(e,a,s){return i("/v1/planner/keywords/bulk_add_from_seed/",{method:"POST",body:JSON.stringify({seed_keyword_ids:e,site_id:a,sector_id:s})})}async function it(e){const s=new URLSearchParams().toString();return i(`/v1/system/author-profiles/${s?`?${s}`:""}`)}async function ct(e){return i("/v1/system/author-profiles/",{method:"POST",body:JSON.stringify(e)})}async function dt(e,a){return i(`/v1/system/author-profiles/${e}/`,{method:"PUT",body:JSON.stringify(a)})}async function lt(e){return i(`/v1/system/author-profiles/${e}/`,{method:"DELETE"})}async function Z(e={}){const a=new URLSearchParams;if(!e.site_id){const r=$();r&&(e.site_id=r)}if(e.sector_id===void 0){const r=P();r!=null&&(e.sector_id=r)}e.search&&a.append("search",e.search),e.status&&a.append("status",e.status),e.task_id&&a.append("task_id",e.task_id.toString()),e.site_id&&a.append("site_id",e.site_id.toString()),e.sector_id&&a.append("sector_id",e.sector_id.toString()),e.page&&a.append("page",e.page.toString()),e.page_size!==void 0&&e.page_size!==null&&a.append("page_size",e.page_size.toString()),e.ordering&&a.append("ordering",e.ordering);const s=a.toString();return i(`/v1/writer/content/${s?`?${s}`:""}`)}async function ut(e){return i(`/v1/writer/content/${e}/`)}const Ot=Object.freeze(Object.defineProperty({__proto__:null,API_BASE_URL:C,addSeedKeywordsToWorkflow:ot,autoClusterKeywords:_e,autoGenerateContent:ze,autoGenerateIdeas:ke,autoGenerateImages:Je,bulkDeleteClusters:Se,bulkDeleteContentIdeas:Te,bulkDeleteKeywords:xe,bulkDeleteTasks:Re,bulkQueueIdeasToWriter:$e,bulkUpdateClustersStatus:we,bulkUpdateContentIdeasStatus:Oe,bulkUpdateImagesStatus:Ue,bulkUpdateKeywordsStatus:ye,bulkUpdateTasksStatus:Ae,createAccountSetting:Qe,createAuthorProfile:ct,createCluster:be,createContentIdea:je,createKeyword:me,createModuleSetting:et,createSite:Be,createTask:Pe,deleteAuthorProfile:lt,deleteCluster:ve,deleteContentIdea:Ce,deleteKeyword:he,deleteSite:qe,deleteTask:Ee,fetchAPI:i,fetchAccountSetting:Ye,fetchAccountSettings:Ve,fetchAuthorProfiles:it,fetchClusters:K,fetchContent:Z,fetchContentById:ut,fetchContentIdeas:H,fetchContentImages:V,fetchCreditBalance:Q,fetchCreditTransactions:rt,fetchCreditUsage:at,fetchImageGenerationSettings:Fe,fetchImages:Me,fetchIndustries:We,fetchKeywords:q,fetchModuleSettings:Ze,fetchSeedKeywords:nt,fetchSiteSectors:Y,fetchSites:U,fetchTasks:W,fetchUsageLimits:st,fetchUsageSummary:X,generateImagePrompts:Le,generateImages:De,selectSectorsForSite:He,setActiveSite:Ke,updateAccountSetting:Xe,updateAuthorProfile:dt,updateCluster:fe,updateContentIdea:Ne,updateKeyword:pe,updateModuleSetting:tt,updateSite:Ge,updateTask:Ie},Symbol.toStringTag,{value:"Module"})),gt=D()(G((e,a)=>({activeSite:null,loading:!1,error:null,setActiveSite:s=>{if(e({activeSite:s,error:null}),typeof window<"u")try{const r=a();localStorage.setItem("site-storage",JSON.stringify({state:{activeSite:s},version:0}))}catch(r){console.warn("Failed to persist site to localStorage:",r)}window.dispatchEvent(new CustomEvent("siteChanged",{detail:{siteId:s==null?void 0:s.id}})),s&&typeof window<"u"&&de(async()=>{const{useSectorStore:r}=await Promise.resolve().then(()=>mt);return{useSectorStore:r}},void 0).then(({useSectorStore:r})=>{r.getState().loadSectorsForSite(s.id)}).catch(()=>{})},loadActiveSite:async()=>{e({loading:!0,error:null});try{const r=(await U()).results||[],n=r.filter(d=>d.is_active),l=a().activeSite;let c=null;if(l){const d=r.find(x=>x.id===l.id);d&&d.is_active?c=d:(d&&d.is_active,c=n.length>0?n[0]:null)}else n.length>0&&(c=n[0]);if(e({activeSite:c,loading:!1}),c&&typeof window<"u")try{localStorage.setItem("site-storage",JSON.stringify({state:{activeSite:c},version:0}))}catch(d){console.warn("Failed to persist site to localStorage:",d)}}catch(s){e({error:s.message||"Failed to load active site",loading:!1})}},refreshActiveSite:async()=>{const s=a().activeSite;if(!s){await a().loadActiveSite();return}e({loading:!0,error:null});try{const n=((await U()).results||[]).find(l=>l.id===s.id);n&&n.is_active?e({activeSite:n,loading:!1}):await a().loadActiveSite()}catch(r){e({error:r.message||"Failed to refresh active site",loading:!1})}}}),{name:"site-storage",partialize:e=>({activeSite:e.activeSite})})),ee=D()(G((e,a)=>({activeSector:null,sectors:[],loading:!1,error:null,setActiveSector:s=>{if(e({activeSector:s,error:null}),typeof window<"u")try{const r=a();localStorage.setItem("sector-storage",JSON.stringify({state:{activeSector:s},version:0}))}catch(r){console.warn("Failed to persist sector to localStorage:",r)}window.dispatchEvent(new CustomEvent("sectorChanged",{detail:{sectorId:s==null?void 0:s.id,siteId:s==null?void 0:s.site_id}}))},loadSectorsForSite:async s=>{e({loading:!0,error:null});try{if(!s)return e({sectors:[],loading:!1}),[];const n=(await Y(s)).map(c=>({id:c.id,name:c.name,slug:c.slug,site_id:s,is_active:c.is_active!==!1,industry_sector:c.industry_sector||null}));e({sectors:n,loading:!1});const l=a().activeSector;if(l&&l.site_id!==s){if(e({activeSector:null}),typeof window<"u")try{localStorage.setItem("sector-storage",JSON.stringify({state:{activeSector:null},version:0}))}catch(c){console.warn("Failed to persist sector to localStorage:",c)}window.dispatchEvent(new CustomEvent("sectorChanged",{detail:{sectorId:null,siteId:s}}))}else if(l&&l.site_id===s&&!n.find(d=>d.id===l.id)){if(e({activeSector:null}),typeof window<"u")try{localStorage.setItem("sector-storage",JSON.stringify({state:{activeSector:null},version:0}))}catch(d){console.warn("Failed to persist sector to localStorage:",d)}window.dispatchEvent(new CustomEvent("sectorChanged",{detail:{sectorId:null,siteId:s}}))}return n}catch(r){return r.status===403||r.status===404?(console.warn(`Cannot load sectors for site ${s}: site may be inactive or inaccessible`),e({sectors:[],activeSector:null,loading:!1,error:null}),[]):(e({error:r.message||"Failed to load sectors",loading:!1}),[])}},clearActiveSector:()=>{if(e({activeSector:null,sectors:[],error:null}),typeof window<"u")try{localStorage.setItem("sector-storage",JSON.stringify({state:{activeSector:null},version:0}))}catch(s){console.warn("Failed to persist sector to localStorage:",s)}}}),{name:"sector-storage",partialize:e=>({activeSector:e.activeSector})})),mt=Object.freeze(Object.defineProperty({__proto__:null,useSectorStore:ee},Symbol.toStringTag,{value:"Module"}));function pt({id:e,variant:a,title:s,message:r,onClose:n}){m.useEffect(()=>{const d=setTimeout(()=>{n(e)},5e3);return()=>clearTimeout(d)},[e,n]);const c={success:{container:"bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-700 text-gray-800 dark:text-white shadow-lg",icon:t.jsx("div",{className:"flex-shrink-0",children:t.jsx("svg",{className:"w-5 h-5 text-success-500",fill:"currentColor",viewBox:"0 0 20 20",children:t.jsx("path",{fillRule:"evenodd",d:"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z",clipRule:"evenodd"})})})},error:{container:"bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-700 text-gray-800 dark:text-white shadow-lg",icon:t.jsx("div",{className:"flex-shrink-0",children:t.jsx("svg",{className:"w-5 h-5 text-error-500",fill:"currentColor",viewBox:"0 0 20 20",children:t.jsx("path",{fillRule:"evenodd",d:"M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z",clipRule:"evenodd"})})})},warning:{container:"bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-700 text-gray-800 dark:text-white shadow-lg",icon:t.jsx("div",{className:"flex-shrink-0",children:t.jsx("svg",{className:"w-5 h-5 text-warning-500",fill:"currentColor",viewBox:"0 0 20 20",children:t.jsx("path",{fillRule:"evenodd",d:"M8.257 3.099c.765-1.36 2.722-1.36 3.486 0l5.58 9.92c.75 1.334-.213 2.98-1.742 2.98H4.42c-1.53 0-2.493-1.646-1.743-2.98l5.58-9.92zM11 13a1 1 0 11-2 0 1 1 0 012 0zm-1-8a1 1 0 00-1 1v3a1 1 0 002 0V6a1 1 0 00-1-1z",clipRule:"evenodd"})})})},info:{container:"bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-700 text-gray-800 dark:text-white shadow-lg",icon:t.jsx("div",{className:"flex-shrink-0",children:t.jsx("svg",{className:"w-5 h-5 text-blue-light-500",fill:"currentColor",viewBox:"0 0 20 20",children:t.jsx("path",{fillRule:"evenodd",d:"M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a1 1 0 000 2v3a1 1 0 001 1h1a1 1 0 100-2v-3a1 1 0 00-1-1H9z",clipRule:"evenodd"})})})}}[a];return t.jsxs("div",{className:`flex items-start gap-3 p-4 rounded-lg shadow-sm min-w-[320px] max-w-[420px] animate-slide-in-right ${c.container}`,children:[c.icon,t.jsxs("div",{className:"flex-1 min-w-0",children:[t.jsx("h4",{className:"text-sm font-semibold mb-0.5",children:s}),r&&t.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-300",children:r})]}),t.jsx("button",{onClick:()=>n(e),className:"flex-shrink-0 ml-2 text-gray-400 hover:text-gray-600 dark:hover:text-gray-300 transition-colors","aria-label":"Close",children:t.jsx("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",children:t.jsx("path",{fillRule:"evenodd",d:"M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z",clipRule:"evenodd"})})})]})}const te=m.createContext(void 0);let ht=0;function $t({children:e}){const[a,s]=m.useState([]),r=m.useCallback((y,b,o)=>{const u=`toast-${++ht}`,p={id:u,variant:y,title:b,message:o};return s(S=>[...S,p]),u},[]),n=m.useCallback(y=>{s(b=>b.filter(o=>o.id!==y))},[]),l=m.useCallback((y,b)=>r("success",y,b),[r]),c=m.useCallback((y,b)=>r("error",y,b),[r]),d=m.useCallback((y,b)=>r("warning",y,b),[r]),x=m.useCallback((y,b)=>r("info",y,b),[r]);return t.jsxs(te.Provider,{value:{success:l,error:c,warning:d,info:x},children:[e,t.jsx(yt,{toasts:a,onClose:n})]})}function xt(){const e=m.useContext(te);if(e===void 0)throw new Error("useToast must be used within a ToastProvider");return e}function yt({toasts:e,onClose:a}){return e.length===0?null:se.createPortal(t.jsx("div",{className:"fixed top-6 right-4 z-[999999] flex flex-col gap-3 pointer-events-none",children:e.map((s,r)=>t.jsx("div",{className:"pointer-events-auto",style:{animationDelay:`${r*50}ms`},children:t.jsx(pt,{...s,onClose:a})},s.id))}),document.body)}const ae=D((e,a)=>({balance:null,usageSummary:null,loading:!1,error:null,loadBalance:async()=>{e({loading:!0,error:null});try{const s=await Q();e({balance:s,loading:!1})}catch(s){e({error:s.message,loading:!1})}},loadUsageSummary:async(s,r)=>{e({loading:!0,error:null});try{const n=await X(s,r);e({usageSummary:n,loading:!1})}catch(n){e({error:n.message,loading:!1})}},reset:()=>{e({balance:null,usageSummary:null,loading:!1,error:null})}})),A=({title:e,children:a,className:s="",desc:r=""})=>t.jsxs("div",{className:`rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03] overflow-visible ${s}`,children:[t.jsxs("div",{className:"px-6 py-5 relative z-0",children:[t.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:e}),r&&t.jsx("p",{className:"mt-1 text-sm text-gray-500 dark:text-gray-400",children:r})]}),t.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6 overflow-visible",children:t.jsx("div",{className:"space-y-6",children:a})})]});function bt(){const{balance:e,loading:a,loadBalance:s}=ae();if(m.useEffect(()=>{s()},[s]),a&&!e)return t.jsx(A,{title:"Credit Balance",desc:"Loading...",children:t.jsx("div",{className:"animate-pulse",children:"Loading credit balance..."})});if(!e)return null;const r=e.plan_credits_per_month>0?e.credits_used_this_month/e.plan_credits_per_month*100:0;return t.jsx(A,{title:"Credit Balance",desc:"Current credit status and usage",children:t.jsxs("div",{className:"space-y-4",children:[t.jsx("div",{children:t.jsxs("div",{className:"flex justify-between items-center mb-2",children:[t.jsx("span",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Current Credits"}),t.jsx("span",{className:"text-2xl font-bold text-primary",children:e.credits})]})}),t.jsxs("div",{children:[t.jsxs("div",{className:"flex justify-between items-center mb-2",children:[t.jsx("span",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Used This Month"}),t.jsxs("span",{className:"text-sm font-medium",children:[e.credits_used_this_month," / ",e.plan_credits_per_month]})]}),t.jsx("div",{className:"w-full bg-gray-200 rounded-full h-2.5 dark:bg-gray-700",children:t.jsx("div",{className:"bg-primary h-2.5 rounded-full transition-all",style:{width:`${Math.min(r,100)}%`}})})]}),t.jsx("div",{className:"pt-2 border-t border-gray-200 dark:border-gray-700",children:t.jsxs("div",{className:"flex justify-between items-center",children:[t.jsx("span",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Remaining"}),t.jsx("span",{className:"text-sm font-medium text-success",children:e.credits_remaining})]})})]})})}function ft(){const{usageSummary:e,loading:a,loadUsageSummary:s}=ae(),[r,n]=m.useState("month");return m.useEffect(()=>{const l=new Date;let c;r==="week"?c=new Date(l.getTime()-6048e5).toISOString().split("T")[0]:r==="month"?c=new Date(l.getFullYear(),l.getMonth(),1).toISOString().split("T")[0]:c=new Date(l.getFullYear(),0,1).toISOString().split("T")[0];const d=l.toISOString().split("T")[0];s(c,d)},[r,s]),a&&!e?t.jsx(A,{title:"Usage Summary",desc:"Loading...",children:t.jsx("div",{className:"animate-pulse",children:"Loading usage data..."})}):e?t.jsx(A,{title:"Usage Summary",desc:"Credit usage breakdown by operation and model",children:t.jsxs("div",{className:"space-y-4",children:[t.jsx("div",{className:"flex justify-end items-center mb-4",children:t.jsxs("select",{className:"h-9 rounded-lg border border-gray-300 bg-transparent px-3 py-2 text-sm shadow-theme-xs text-gray-800 focus:border-brand-300 focus:outline-hidden focus:ring-3 focus:ring-brand-500/10 dark:border-gray-700 dark:bg-gray-900 dark:text-white/90 dark:focus:border-brand-800",value:r,onChange:l=>n(l.target.value),children:[t.jsx("option",{value:"week",children:"Last 7 Days"}),t.jsx("option",{value:"month",children:"This Month"}),t.jsx("option",{value:"year",children:"This Year"})]})}),t.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[t.jsxs("div",{children:[t.jsx("div",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Total Credits Used"}),t.jsx("div",{className:"text-2xl font-bold",children:e.total_credits_used})]}),t.jsxs("div",{children:[t.jsx("div",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Total Cost"}),t.jsxs("div",{className:"text-2xl font-bold",children:["$",(Number(e.total_cost_usd)||0).toFixed(2)]})]})]}),t.jsxs("div",{children:[t.jsx("h4",{className:"text-sm font-semibold mb-2",children:"By Operation"}),t.jsxs("div",{className:"space-y-2",children:[Object.entries(e.by_operation).map(([l,c])=>t.jsxs("div",{className:"flex justify-between items-center text-sm",children:[t.jsx("span",{className:"capitalize",children:l.replace("_"," ")}),t.jsxs("span",{className:"font-medium",children:[c.credits," credits ($",(Number(c.cost)||0).toFixed(2),")"]})]},l)),Object.keys(e.by_operation).length===0&&t.jsx("div",{className:"text-sm text-gray-500 dark:text-gray-400",children:"No usage data available"})]})]})]})}):null}const vt=({children:e,content:a,placement:s="top",className:r="",delay:n=200})=>{const[l,c]=m.useState(!1),[d,x]=m.useState({top:0,left:0}),y=m.useRef(null),b=m.useRef(null),o=m.useRef(),u={top:"bottom-full left-1/2 mb-2 -translate-x-1/2 before:top-full before:left-1/2 before:-translate-x-1/2 before:-mt-1 before:border-t-gray-900",bottom:"top-full left-1/2 mt-2 -translate-x-1/2 before:bottom-full before:left-1/2 before:-translate-x-1/2 before:-mb-1 before:border-b-gray-900",left:"right-full top-1/2 mr-2 -translate-y-1/2 before:left-full before:top-1/2 before:-translate-y-1/2 before:-ml-1 before:border-l-gray-900",right:"left-full top-1/2 ml-2 -translate-y-1/2 before:right-full before:top-1/2 before:-translate-y-1/2 before:-mr-1 before:border-r-gray-900"},p=()=>{o.current&&clearTimeout(o.current),o.current=setTimeout(()=>{c(!0)},n)},S=()=>{o.current&&clearTimeout(o.current),c(!1)};return m.useEffect(()=>()=>{o.current&&clearTimeout(o.current)},[]),t.jsxs("div",{ref:b,className:`relative inline-flex ${r}`,style:{zIndex:1},onMouseEnter:p,onMouseLeave:S,children:[e,l&&t.jsx("div",{ref:y,className:` + absolute z-[99999] px-3 py-2 text-xs font-medium text-white bg-gray-900 rounded-lg + opacity-100 pointer-events-none transition-opacity duration-200 + whitespace-normal max-w-xs shadow-lg + before:absolute before:border-4 before:border-transparent before:content-[''] + ${u[s]} + `,style:{zIndex:99999},onMouseEnter:()=>c(!0),onMouseLeave:()=>c(!1),children:typeof a=="string"?t.jsx("span",{children:a}):t.jsx("div",{className:"text-white",children:a})})]})},St={blue:{bg:"bg-blue-50 dark:bg-blue-500/10",hover:"hover:bg-blue-100 dark:hover:bg-blue-500/20",border:"bg-brand-500",icon:"text-brand-500"},green:{bg:"bg-green-50 dark:bg-green-500/10",hover:"hover:bg-green-100 dark:hover:bg-green-500/20",border:"bg-success-500",icon:"text-success-500"},orange:{bg:"bg-amber-50 dark:bg-amber-500/10",hover:"hover:bg-amber-100 dark:hover:bg-amber-500/20",border:"bg-warning-500",icon:"text-warning-500"},purple:{bg:"bg-purple-50 dark:bg-purple-500/10",hover:"hover:bg-purple-100 dark:hover:bg-purple-500/20",border:"bg-purple-500",icon:"text-purple-500"},red:{bg:"bg-red-50 dark:bg-red-500/10",hover:"hover:bg-red-100 dark:hover:bg-red-500/20",border:"bg-error-500",icon:"text-error-500"},success:{bg:"bg-green-50 dark:bg-green-500/10",hover:"hover:bg-green-100 dark:hover:bg-green-500/20",border:"bg-success-500",icon:"text-success-500"}};function R({title:e,value:a,subtitle:s,trend:r,icon:n,accentColor:l,href:c,onClick:d,tooltip:x,details:y,className:b=""}){const[o,u]=m.useState(!1),p=St[l],S=g=>typeof g=="number"?g.toLocaleString():g,k=x||(y?t.jsx("div",{className:"space-y-1",children:y.map((g,f)=>t.jsxs("div",{className:"flex justify-between gap-4 text-xs",children:[t.jsxs("span",{className:"text-gray-300",children:[g.label,":"]}),t.jsx("span",{className:"font-medium text-white",children:g.value})]},f))}):null),v=t.jsxs("div",{className:` + rounded-2xl border border-gray-200 bg-white p-5 + dark:border-gray-800 dark:bg-white/[0.03] md:p-6 + hover:shadow-lg transition-all cursor-pointer group + relative overflow-hidden + ${b} + `,onMouseEnter:()=>u(!0),onMouseLeave:()=>u(!1),onClick:d,children:[t.jsx("div",{className:`absolute left-0 top-0 bottom-0 w-1 ${p.border}`}),t.jsxs("div",{className:"flex items-start justify-between",children:[t.jsxs("div",{className:"flex-1",children:[t.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400",children:e}),t.jsxs("div",{className:"flex items-center gap-2 mt-2",children:[t.jsx("h4",{className:"font-bold text-gray-800 text-title-sm dark:text-white/90",children:S(a)}),r!==void 0&&r!==0&&t.jsxs("div",{className:`flex items-center gap-1 text-xs ${r>0?"text-success-500":"text-error-500"}`,children:[r>0?t.jsx(re,{className:"size-3"}):t.jsx(ne,{className:"size-3"}),t.jsx("span",{children:Math.abs(r)})]})]}),s&&t.jsx("p",{className:"text-xs text-gray-500 dark:text-gray-400 mt-1",children:s})]}),t.jsx("div",{className:`flex items-center justify-center w-12 h-12 rounded-xl ${p.bg} ${p.hover} transition-colors flex-shrink-0`,children:F.cloneElement(n,{className:`${p.icon} size-6`})})]}),o&&k&&t.jsx("div",{className:"absolute inset-0 bg-black/5 dark:bg-white/5 rounded-2xl"})]});if(k){const g=c?t.jsx(T,{to:c,className:"block",children:v}):v;return t.jsx(vt,{content:k,placement:"top",children:g})}return c?t.jsx(T,{to:c,children:v}):v}const M=[{id:1,title:"Discover Keywords",description:"Find high-volume keywords from our global database",icon:t.jsx(J,{}),color:"blue",path:"/planner/keyword-opportunities"},{id:2,title:"Cluster Keywords",description:"Group related keywords into strategic clusters",icon:t.jsx(ce,{}),color:"purple",path:"/planner/clusters"},{id:3,title:"Generate Ideas",description:"AI creates content ideas from keyword clusters",icon:t.jsx(B,{}),color:"orange",path:"/planner/ideas"},{id:4,title:"Create Tasks",description:"Convert ideas into actionable writing tasks",icon:t.jsx(L,{}),color:"indigo",path:"/writer/tasks"},{id:5,title:"Write Content",description:"AI generates full content pieces automatically",icon:t.jsx(O,{}),color:"green",path:"/writer/content"},{id:6,title:"Generate Images",description:"Create featured and in-article images",icon:t.jsx(O,{}),color:"pink",path:"/writer/images"},{id:7,title:"Publish",description:"Content ready for publication",icon:t.jsx(L,{}),color:"success",path:"/writer/published"}];function wt(){const e=xt(),{activeSite:a}=gt(),{activeSector:s}=ee(),[r,n]=m.useState(null),[l,c]=m.useState(!0),[d,x]=m.useState({keywords:{enabled:!1,keywordsPerCycle:50,autoCluster:!0,maxKeywordsPerCluster:10},ideas:{enabled:!1,autoGenerate:!0,ideasPerCluster:3},content:{enabled:!1,autoCreateTasks:!0,autoGenerateContent:!1},images:{enabled:!1,autoGenerate:!1}}),y=async()=>{try{c(!0);const[o,u,p,S,k,v]=await Promise.all([q({page_size:1,site_id:void 0}),K({page_size:1,site_id:void 0}),H({page_size:1,site_id:void 0}),W({page_size:1,site_id:void 0}),Z({page_size:1,site_id:void 0}),V({page_size:1,site_id:void 0})]),g=o.count||0,f=u.count||0,h=p.count||0,j=S.count||0,w=k.count||0,_=v.count||0,N=0,E=g>0?Math.round(N/g*100):0;n({totalKeywords:g,totalClusters:f,totalIdeas:h,totalTasks:j,totalContent:w,totalImages:_,publishedContent:N,workflowCompletionRate:E})}catch(o){console.error("Error fetching insights:",o),e.error(`Failed to load insights: ${o.message}`)}finally{c(!1)}};m.useEffect(()=>{y()},[a,s]);const b={blue:"bg-blue-100 dark:bg-blue-900/20 text-blue-600 dark:text-blue-400",purple:"bg-purple-100 dark:bg-purple-900/20 text-purple-600 dark:text-purple-400",orange:"bg-orange-100 dark:bg-orange-900/20 text-orange-600 dark:text-orange-400",indigo:"bg-indigo-100 dark:bg-indigo-900/20 text-indigo-600 dark:text-indigo-400",green:"bg-green-100 dark:bg-green-900/20 text-green-600 dark:text-green-400",pink:"bg-pink-100 dark:bg-pink-900/20 text-pink-600 dark:text-pink-400",success:"bg-green-100 dark:bg-green-900/20 text-green-600 dark:text-green-400"};return t.jsxs(t.Fragment,{children:[t.jsx(oe,{title:"Dashboard - IGNY8",description:"IGNY8 AI-Powered Content Creation Dashboard"}),t.jsx("div",{className:"mb-8",children:t.jsxs("div",{className:"bg-gradient-to-r from-brand-500 to-purple-600 rounded-2xl p-8 md:p-12 text-white relative overflow-hidden",children:[t.jsx("div",{className:"absolute inset-0 bg-grid-white/10 [mask-image:linear-gradient(0deg,white,transparent)]"}),t.jsxs("div",{className:"relative z-10",children:[t.jsx("h1",{className:"text-4xl md:text-5xl font-bold mb-4",children:"AI-Powered Content Creation Workflow"}),t.jsx("p",{className:"text-xl text-white/90 mb-6 max-w-2xl",children:"Transform keywords into published content with intelligent automation. From discovery to publication, IGNY8 streamlines your entire content creation process."}),t.jsxs("div",{className:"flex flex-wrap gap-4",children:[t.jsxs(T,{to:"/planner/keyword-opportunities",className:"px-6 py-3 bg-white text-brand-600 rounded-lg font-semibold hover:bg-gray-100 transition-colors inline-flex items-center gap-2",children:["Get Started",t.jsx(z,{className:"size-5"})]}),t.jsxs(T,{to:"/schedules",className:"px-6 py-3 bg-white/10 text-white rounded-lg font-semibold hover:bg-white/20 transition-colors inline-flex items-center gap-2 border border-white/20",children:["Configure Automation",t.jsx(ie,{className:"size-5"})]})]})]})]})}),t.jsxs("div",{className:"mb-8",children:[t.jsxs("div",{className:"flex items-center justify-between mb-6",children:[t.jsx("h2",{className:"text-2xl font-bold text-gray-900 dark:text-white",children:"Account-Wide Insights"}),t.jsx("span",{className:"text-sm text-gray-500 dark:text-gray-400",children:"All sites aggregated"})]}),l?t.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4",children:[1,2,3,4].map(o=>t.jsx("div",{className:"h-32 bg-gray-200 dark:bg-gray-700 rounded-lg animate-pulse"},o))}):r?t.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4",children:[t.jsx(R,{title:"Total Keywords",value:r.totalKeywords.toLocaleString(),icon:t.jsx(J,{}),accentColor:"blue",href:"/planner/keywords"}),t.jsx(R,{title:"Content Pieces",value:r.totalContent.toLocaleString(),icon:t.jsx(O,{}),accentColor:"green",href:"/writer/content"}),t.jsx(R,{title:"Images Generated",value:r.totalImages.toLocaleString(),icon:t.jsx(O,{}),accentColor:"purple",href:"/writer/images"}),t.jsx(R,{title:"Workflow Completion",value:`${r.workflowCompletionRate}%`,icon:t.jsx(L,{}),accentColor:"success"})]}):null]}),t.jsxs("div",{className:"mb-8",children:[t.jsx("h2",{className:"text-2xl font-bold text-gray-900 dark:text-white mb-6",children:"How It Works"}),t.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 xl:grid-cols-7 gap-4",children:M.map((o,u)=>t.jsx(T,{to:o.path,className:"group",children:t.jsx(I,{className:"p-6 hover:shadow-lg transition-all duration-200 border-2 hover:border-brand-500 dark:hover:border-brand-400 h-full",children:t.jsxs("div",{className:"flex flex-col items-center text-center",children:[t.jsx("div",{className:`w-16 h-16 rounded-xl ${b[o.color]} flex items-center justify-center mb-4 group-hover:scale-110 transition-transform`,children:t.jsx("div",{className:"w-8 h-8 flex items-center justify-center flex-shrink-0",children:F.cloneElement(o.icon,{className:"w-8 h-8 flex-shrink-0"})})}),t.jsxs("div",{className:"text-sm font-semibold text-gray-500 dark:text-gray-400 mb-1",children:["Step ",o.id]}),t.jsx("h3",{className:"text-lg font-bold text-gray-900 dark:text-white mb-2",children:o.title}),t.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400",children:o.description}),u<M.length-1&&t.jsx("div",{className:"hidden xl:block absolute top-1/2 -right-2 transform -translate-y-1/2 translate-x-full",children:t.jsx(z,{className:"size-6 text-gray-400"})})]})})},o.id))})]}),t.jsxs("div",{className:"mb-8",children:[t.jsxs("div",{className:"flex items-center justify-between mb-6",children:[t.jsx("h2",{className:"text-2xl font-bold text-gray-900 dark:text-white",children:"Automation Setup"}),t.jsxs(T,{to:"/schedules",className:"text-brand-600 dark:text-brand-400 hover:text-brand-700 dark:hover:text-brand-300 font-medium inline-flex items-center gap-2",children:["Advanced Settings",t.jsx(z,{className:"size-4"})]})]}),t.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-6",children:[t.jsxs(I,{className:"p-6",children:[t.jsxs("div",{className:"flex items-center justify-between mb-4",children:[t.jsxs("div",{className:"flex items-center gap-3",children:[t.jsx("div",{className:"w-10 h-10 rounded-lg bg-blue-100 dark:bg-blue-900/20 flex items-center justify-center",children:t.jsx(J,{className:"size-5 text-blue-600 dark:text-blue-400"})}),t.jsx("h3",{className:"text-lg font-bold text-gray-900 dark:text-white",children:"Keywords Automation"})]}),t.jsx("button",{onClick:()=>x(o=>({...o,keywords:{...o.keywords,enabled:!o.keywords.enabled}})),className:`w-12 h-6 rounded-full transition-colors ${d.keywords.enabled?"bg-brand-500":"bg-gray-300 dark:bg-gray-600"}`,children:t.jsx("div",{className:`w-5 h-5 bg-white rounded-full transition-transform ${d.keywords.enabled?"translate-x-6":"translate-x-0.5"}`})})]}),d.keywords.enabled&&t.jsxs("div",{className:"space-y-3 mt-4",children:[t.jsxs("div",{children:[t.jsx("label",{className:"text-sm font-medium text-gray-700 dark:text-gray-300",children:"Keywords per cycle"}),t.jsx("input",{type:"number",value:d.keywords.keywordsPerCycle,onChange:o=>x(u=>({...u,keywords:{...u.keywords,keywordsPerCycle:parseInt(o.target.value)||0}})),className:"mt-1 w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-lg bg-white dark:bg-gray-800"})]}),t.jsxs("div",{className:"flex items-center gap-2",children:[t.jsx("input",{type:"checkbox",checked:d.keywords.autoCluster,onChange:o=>x(u=>({...u,keywords:{...u.keywords,autoCluster:o.target.checked}})),className:"rounded"}),t.jsx("label",{className:"text-sm text-gray-700 dark:text-gray-300",children:"Auto-cluster keywords"})]})]})]}),t.jsxs(I,{className:"p-6",children:[t.jsxs("div",{className:"flex items-center justify-between mb-4",children:[t.jsxs("div",{className:"flex items-center gap-3",children:[t.jsx("div",{className:"w-10 h-10 rounded-lg bg-orange-100 dark:bg-orange-900/20 flex items-center justify-center",children:t.jsx(B,{className:"size-5 text-orange-600 dark:text-orange-400"})}),t.jsx("h3",{className:"text-lg font-bold text-gray-900 dark:text-white",children:"Ideas Automation"})]}),t.jsx("button",{onClick:()=>x(o=>({...o,ideas:{...o.ideas,enabled:!o.ideas.enabled}})),className:`w-12 h-6 rounded-full transition-colors ${d.ideas.enabled?"bg-brand-500":"bg-gray-300 dark:bg-gray-600"}`,children:t.jsx("div",{className:`w-5 h-5 bg-white rounded-full transition-transform ${d.ideas.enabled?"translate-x-6":"translate-x-0.5"}`})})]}),d.ideas.enabled&&t.jsx("div",{className:"space-y-3 mt-4",children:t.jsxs("div",{className:"flex items-center gap-2",children:[t.jsx("input",{type:"checkbox",checked:d.ideas.autoGenerate,onChange:o=>x(u=>({...u,ideas:{...u.ideas,autoGenerate:o.target.checked}})),className:"rounded"}),t.jsx("label",{className:"text-sm text-gray-700 dark:text-gray-300",children:"Auto-generate ideas from clusters"})]})})]}),t.jsxs(I,{className:"p-6",children:[t.jsxs("div",{className:"flex items-center justify-between mb-4",children:[t.jsxs("div",{className:"flex items-center gap-3",children:[t.jsx("div",{className:"w-10 h-10 rounded-lg bg-green-100 dark:bg-green-900/20 flex items-center justify-center",children:t.jsx(O,{className:"size-5 text-green-600 dark:text-green-400"})}),t.jsx("h3",{className:"text-lg font-bold text-gray-900 dark:text-white",children:"Content Automation"})]}),t.jsx("button",{onClick:()=>x(o=>({...o,content:{...o.content,enabled:!o.content.enabled}})),className:`w-12 h-6 rounded-full transition-colors ${d.content.enabled?"bg-brand-500":"bg-gray-300 dark:bg-gray-600"}`,children:t.jsx("div",{className:`w-5 h-5 bg-white rounded-full transition-transform ${d.content.enabled?"translate-x-6":"translate-x-0.5"}`})})]}),d.content.enabled&&t.jsxs("div",{className:"space-y-3 mt-4",children:[t.jsxs("div",{className:"flex items-center gap-2",children:[t.jsx("input",{type:"checkbox",checked:d.content.autoCreateTasks,onChange:o=>x(u=>({...u,content:{...u.content,autoCreateTasks:o.target.checked}})),className:"rounded"}),t.jsx("label",{className:"text-sm text-gray-700 dark:text-gray-300",children:"Auto-create tasks from ideas"})]}),t.jsxs("div",{className:"flex items-center gap-2",children:[t.jsx("input",{type:"checkbox",checked:d.content.autoGenerateContent,onChange:o=>x(u=>({...u,content:{...u.content,autoGenerateContent:o.target.checked}})),className:"rounded"}),t.jsx("label",{className:"text-sm text-gray-700 dark:text-gray-300",children:"Auto-generate content from tasks"})]})]})]}),t.jsxs(I,{className:"p-6",children:[t.jsxs("div",{className:"flex items-center justify-between mb-4",children:[t.jsxs("div",{className:"flex items-center gap-3",children:[t.jsx("div",{className:"w-10 h-10 rounded-lg bg-purple-100 dark:bg-purple-900/20 flex items-center justify-center",children:t.jsx(O,{className:"size-5 text-purple-600 dark:text-purple-400"})}),t.jsx("h3",{className:"text-lg font-bold text-gray-900 dark:text-white",children:"Images Automation"})]}),t.jsx("button",{onClick:()=>x(o=>({...o,images:{...o.images,enabled:!o.images.enabled}})),className:`w-12 h-6 rounded-full transition-colors ${d.images.enabled?"bg-brand-500":"bg-gray-300 dark:bg-gray-600"}`,children:t.jsx("div",{className:`w-5 h-5 bg-white rounded-full transition-transform ${d.images.enabled?"translate-x-6":"translate-x-0.5"}`})})]}),d.images.enabled&&t.jsx("div",{className:"space-y-3 mt-4",children:t.jsxs("div",{className:"flex items-center gap-2",children:[t.jsx("input",{type:"checkbox",checked:d.images.autoGenerate,onChange:o=>x(u=>({...u,images:{...u.images,autoGenerate:o.target.checked}})),className:"rounded"}),t.jsx("label",{className:"text-sm text-gray-700 dark:text-gray-300",children:"Auto-generate images for content"})]})})]})]})]}),t.jsxs("div",{className:"grid grid-cols-12 gap-4 md:gap-6",children:[t.jsx("div",{className:"col-span-12 xl:col-span-4",children:t.jsx(bt,{})}),t.jsx("div",{className:"col-span-12 xl:col-span-8",children:t.jsx(ft,{})})]})]})}const Pt=Object.freeze(Object.defineProperty({__proto__:null,default:wt},Symbol.toStringTag,{value:"Module"}));export{lt as $,C as A,fe as B,A as C,be as D,R as E,Oe as F,$e as G,Te as H,Ce as I,Ne as J,je as K,ot as L,tt as M,et as N,Ze as O,Xe as P,Qe as Q,Ye as R,Ve as S,Ge as T,Y as U,Be as V,He as W,qe as X,it as Y,dt as Z,ct as _,gt as a,Z as a0,Me as a1,Ae as a2,ze as a3,Je as a4,Re as a5,Ee as a6,Ie as a7,Pe as a8,Le as a9,ut as aa,V as ab,Ue as ac,Fe as ad,De as ae,$t as af,Ot as ag,Pt as ah,ee as b,We as c,nt as d,Q as e,U as f,rt as g,at as h,st as i,q as j,K as k,H as l,W as m,i as n,_e as o,ye as p,xe as q,he as r,Ke as s,pe as t,xt as u,me as v,we as w,ke as x,Se as y,ve as z}; diff --git a/frontend/dist/assets/js/page-dashboard-DxYTR5eF.js b/frontend/dist/assets/js/page-dashboard-DxYTR5eF.js deleted file mode 100644 index 91e00f32..00000000 --- a/frontend/dist/assets/js/page-dashboard-DxYTR5eF.js +++ /dev/null @@ -1 +0,0 @@ -import{r as A,j as d}from"./vendor-react-core-DjsjKnCi.js";import{C as R,P as J}from"./page-analytics.tsx-1KCk8AGD.js";import{c as D}from"./vendor-state-CYwAWrAU.js";const B="modulepreload",z=function(e){return"/"+e},L={},k=function(t,n,a){let r=Promise.resolve();if(n&&n.length>0){document.getElementsByTagName("link");const s=document.querySelector("meta[property=csp-nonce]"),c=(s==null?void 0:s.nonce)||(s==null?void 0:s.getAttribute("nonce"));r=Promise.allSettled(n.map(p=>{if(p=z(p),p in L)return;L[p]=!0;const i=p.endsWith(".css"),g=i?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${p}"]${g}`))return;const l=document.createElement("link");if(l.rel=i?"stylesheet":B,i||(l.as="script"),l.crossOrigin="",l.href=p,c&&l.setAttribute("nonce",c),document.head.appendChild(l),i)return new Promise((m,h)=>{l.addEventListener("load",m),l.addEventListener("error",()=>h(new Error(`Unable to preload CSS for ${p}`)))})}))}function u(s){const c=new Event("vite:preloadError",{cancelable:!0});if(c.payload=s,window.dispatchEvent(c),!c.defaultPrevented)throw s}return r.then(s=>{for(const c of s||[])c.status==="rejected"&&u(c.reason);return t().catch(u)})},x=D((e,t)=>({logs:[],maxLogs:20,addLog:n=>{const a={...n,id:`${Date.now()}-${Math.random().toString(36).substr(2,9)}`,timestamp:new Date,requestSteps:[],responseSteps:[]};return e(r=>({logs:[a,...r.logs].slice(0,r.maxLogs)})),a.id},updateLog:(n,a)=>{e(r=>({logs:r.logs.map(s=>s.id===n?{...s,...a}:s)}))},addRequestStep:(n,a)=>{e(r=>({logs:r.logs.map(s=>{if(s.id===n){const c={...a,timestamp:new Date};return{...s,requestSteps:[...s.requestSteps,c]}}return s})}))},addResponseStep:(n,a)=>{e(r=>({logs:r.logs.map(s=>{if(s.id===n){const c={...a,timestamp:new Date};return{...s,responseSteps:[...s.responseSteps,c]}}return s})}))},clearLogs:()=>{e({logs:[]})}})),j=Object.freeze(Object.defineProperty({__proto__:null,useAIRequestLogsStore:x},Symbol.toStringTag,{value:"Module"}));function M(){const e=window.location.origin;return e.includes("localhost")||e.includes("127.0.0.1")||/^\d+\.\d+\.\d+\.\d+/.test(e)?e.includes(":3000")?e.replace(":3000",":8011")+"/api":e.includes(":7921")?e.replace(":7921",":7911")+"/api":e.split(":")[0]+":8011/api":"https://api.igny8.com/api"}const E=M();function P(){var e;try{const t=localStorage.getItem("site-storage");if(t){const n=JSON.parse(t),a=(e=n==null?void 0:n.state)==null?void 0:e.activeSite;if(a&&a.id)return a.id}return null}catch(t){return console.warn("Failed to get active site ID from storage:",t),null}}function N(){var e;try{const t=localStorage.getItem("sector-storage");if(t){const n=JSON.parse(t),a=(e=n==null?void 0:n.state)==null?void 0:e.activeSector;if(a&&a.id)return a.id}return null}catch(t){return console.warn("Failed to get active sector ID from storage:",t),null}}const K=()=>{var e;try{const t=localStorage.getItem("auth-storage");if(t){const n=JSON.parse(t);return((e=n==null?void 0:n.state)==null?void 0:e.token)||null}}catch{}return null},F=()=>{var e;try{const t=localStorage.getItem("auth-storage");if(t){const n=JSON.parse(t);return((e=n==null?void 0:n.state)==null?void 0:e.refreshToken)||null}}catch{}return null};async function o(e,t){var u,s,c,p,i,g;const n=(t==null?void 0:t.timeout)||3e4,a=new AbortController,r=setTimeout(()=>a.abort(),n);try{const l=K(),m={"Content-Type":"application/json",...t==null?void 0:t.headers};l&&(m.Authorization=`Bearer ${l}`);const h=await fetch(`${E}${e}`,{headers:m,credentials:"include",signal:a.signal,...t});clearTimeout(r);const w=h.headers.get("content-type")||"",v=h.headers.get("content-length"),f=await h.text();if(h.status===401){const S=F();if(S)try{const _=await fetch(`${E}/v1/auth/refresh/`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({refresh:S}),credentials:"include"});if(_.ok){const y=await _.json();if(y.success&&y.access){try{const I=localStorage.getItem("auth-storage");if(I){const $=JSON.parse(I);$.state.token=y.access,localStorage.setItem("auth-storage",JSON.stringify($))}}catch{}const T={...m,Authorization:`Bearer ${y.access}`},O=await fetch(`${E}${e}`,{headers:T,credentials:"include",...t}),b=await O.text();if(O.ok){if(b&&b.trim())try{return JSON.parse(b)}catch{return b}return null}}}}catch{}}if(!h.ok){let S=h.statusText,_="HTTP_ERROR",y=null;try{if(w.includes("application/json"))try{if(y=JSON.parse(f),S=y.error||y.message||y.detail||S,y.success===!1&&y.error)return y;(u=y.error)!=null&&u.includes("OperationalError")?_="DATABASE_ERROR":(s=y.error)!=null&&s.includes("ValidationError")?_="VALIDATION_ERROR":(c=y.error)!=null&&c.includes("PermissionDenied")?_="PERMISSION_ERROR":(p=y.error)!=null&&p.includes("NotFound")?_="NOT_FOUND_ERROR":(i=y.error)!=null&&i.includes("IntegrityError")?_="DATABASE_ERROR":(g=y.error)!=null&&g.includes("RelatedObjectDoesNotExist")&&(_="RELATED_OBJECT_ERROR")}catch{S=f.substring(0,200)}else if(f.includes("<!DOCTYPE html>")){const O=f.match(/<title>([^<]+) at ([^<]+)<\/title>/);if(O)_=O[1].trim(),S=`${_} at ${O[2].trim()}`;else{const b=f.match(/<h1[^>]*>([^<]+)<\/h1>/);b?(S=b[1].trim(),_=S.split(" ")[0]):S=`HTTP ${h.status} Error`}}else S=f.substring(0,200)}catch{S=h.statusText}console.error("API Error:",{status:h.status,type:_,message:S,endpoint:e,errorData:y});const T=new Error(`API Error (${h.status}): ${_} - ${S}`);throw T.response=y,T.status=h.status,T}if(h.status===204||v==="0"||!f||f.trim()===""||w&&!w.includes("application/json"))return;try{return JSON.parse(f)}catch{return f}}catch(l){throw clearTimeout(r),l.name==="AbortError"?new Error(`Request timeout after ${n}ms: ${E}${e}`):l instanceof TypeError&&l.message.includes("Failed to fetch")?new Error(`Network Error: Unable to reach API at ${E}${e}. Check CORS and network connectivity.`):l}}async function G(e={}){const t=new URLSearchParams;if(!e.site_id){const r=P();r&&(e.site_id=r)}if(e.sector_id===void 0){const r=N();r!=null&&(e.sector_id=r)}e.search&&t.append("search",e.search),e.status&&t.append("status",e.status),e.cluster_id&&t.append("cluster_id",e.cluster_id),e.intent&&t.append("intent",e.intent),e.difficulty_min!==void 0&&t.append("difficulty_min",e.difficulty_min.toString()),e.difficulty_max!==void 0&&t.append("difficulty_max",e.difficulty_max.toString()),e.volume_min!==void 0&&t.append("volume_min",e.volume_min.toString()),e.volume_max!==void 0&&t.append("volume_max",e.volume_max.toString()),e.site_id&&t.append("site_id",e.site_id.toString()),e.sector_id&&t.append("sector_id",e.sector_id.toString()),e.page&&t.append("page",e.page.toString()),e.page_size!==void 0&&e.page_size!==null&&t.append("page_size",e.page_size.toString()),e.ordering&&t.append("ordering",e.ordering);const n=t.toString(),a=`/v1/planner/keywords/${n?`?${n}`:""}`;return o(a)}async function V(e){return o("/v1/planner/keywords/",{method:"POST",body:JSON.stringify(e)})}async function W(e,t){return o(`/v1/planner/keywords/${e}/`,{method:"PUT",body:JSON.stringify(t)})}async function H(e){return o(`/v1/planner/keywords/${e}/`,{method:"DELETE"})}async function Y(e){return o("/v1/planner/keywords/bulk_delete/",{method:"POST",body:JSON.stringify({ids:e})})}async function Q(e,t){return o("/v1/planner/keywords/bulk_update/",{method:"POST",body:JSON.stringify({ids:e,status:t})})}async function X(e={}){const t=new URLSearchParams;if(!e.site_id){const r=P();r&&(e.site_id=r)}if(e.sector_id===void 0){const r=N();r!=null&&(e.sector_id=r)}e.search&&t.append("search",e.search),e.status&&t.append("status",e.status),e.difficulty_min!==void 0&&t.append("difficulty_min",e.difficulty_min.toString()),e.difficulty_max!==void 0&&t.append("difficulty_max",e.difficulty_max.toString()),e.volume_min!==void 0&&t.append("volume_min",e.volume_min.toString()),e.volume_max!==void 0&&t.append("volume_max",e.volume_max.toString()),e.site_id&&t.append("site_id",e.site_id.toString()),e.sector_id&&t.append("sector_id",e.sector_id.toString()),e.page&&t.append("page",e.page.toString()),e.page_size!==void 0&&e.page_size!==null&&t.append("page_size",e.page_size.toString()),e.ordering&&t.append("ordering",e.ordering);const n=t.toString(),a=`/v1/planner/clusters/${n?`?${n}`:""}`;return o(a)}async function Z(e){return o("/v1/planner/clusters/",{method:"POST",body:JSON.stringify(e)})}async function ee(e,t){return o(`/v1/planner/clusters/${e}/`,{method:"PUT",body:JSON.stringify(t)})}async function te(e){return o(`/v1/planner/clusters/${e}/`,{method:"DELETE"})}async function ne(e){return o("/v1/planner/clusters/bulk_delete/",{method:"POST",body:JSON.stringify({ids:e})})}async function ae(e,t){return o("/v1/planner/clusters/bulk_update/",{method:"POST",body:JSON.stringify({ids:e,status:t})})}async function re(e,t){const n=Date.now(),a=x.getState().addLog,r="/v1/planner/keywords/auto_cluster/",u={ids:e,sector_id:t},s=a({function:"autoClusterKeywords",endpoint:r,request:{method:"POST",body:u},status:"pending"});try{const c=await o(r,{method:"POST",body:JSON.stringify(u)}),p=Date.now()-n,i=x.getState().updateLog;return s&&c&&i(s,{response:{status:200,data:c},status:c.success===!1?"error":"success",duration:p}),c&&c.success===!1,c}catch(c){const p=Date.now()-n;let i=null,g=null;c.response||c.data?(i=c.response||c.data,g=i==null?void 0:i.request_steps):c.response&&(i=c.response,g=i==null?void 0:i.request_steps);let l="UNKNOWN_ERROR",m=c.message||"Unknown error";if(c.message&&c.message.includes("API Error")){const v=c.message.match(/API Error \(\d+\): ([^-]+) - (.+)/);v&&(l=v[1].trim(),m=v[2].trim())}m.includes("OperationalError")?(l="DATABASE_ERROR",m=m.replace(/API Error \(\d+\): /,"").replace(/ - .*OperationalError.*/," - Database operation failed")):m.includes("ValidationError")?l="VALIDATION_ERROR":m.includes("PermissionDenied")?l="PERMISSION_ERROR":m.includes("NotFound")?l="NOT_FOUND_ERROR":m.includes("IntegrityError")?l="DATABASE_ERROR":m.includes("RelatedObjectDoesNotExist")&&(l="RELATED_OBJECT_ERROR",m=m.replace(/API Error \(\d+\): [^-]+ - /,"").trim());const h=x.getState().updateLog,w=x.getState().addRequestStep;if(s)h(s,{response:{status:(i==null?void 0:i.status)||500,error:m,errorType:l,data:i},status:"error",duration:p}),g&&Array.isArray(g)&&g.forEach(v=>{w(s,v)});else{const v=a({function:"autoClusterKeywords",endpoint:r,request:{method:"POST",body:u},response:{status:(i==null?void 0:i.status)||500,error:m,errorType:l,data:i},status:"error",duration:p});v&&g&&Array.isArray(g)&&g.forEach(f=>{w(v,f)})}return{success:!1,error:m,errorType:l}}}async function se(e){const t=Date.now(),{useAIRequestLogsStore:n}=await k(async()=>{const{useAIRequestLogsStore:s}=await Promise.resolve().then(()=>j);return{useAIRequestLogsStore:s}},void 0).catch(()=>({useAIRequestLogsStore:null})),a=n==null?void 0:n.getState().addLog,r="/v1/planner/clusters/auto_generate_ideas/",u={ids:e};a==null||a({function:"autoGenerateIdeas",endpoint:r,request:{method:"POST",body:u},status:"pending"});try{const s=await o(r,{method:"POST",body:JSON.stringify(u)}),c=Date.now()-t;return a({function:"autoGenerateIdeas",endpoint:r,request:{method:"POST",body:u},response:{status:200,data:s},status:"success",duration:c}),s}catch(s){const c=Date.now()-t;let p="UNKNOWN_ERROR",i=s.message||"Unknown error";if(i.includes("OperationalError"))p="DATABASE_ERROR",i=i.replace(/API Error \(\d+\): /,"").replace(/ - .*OperationalError.*/," - Database operation failed");else if(i.includes("ValidationError"))p="VALIDATION_ERROR";else if(i.includes("PermissionDenied"))p="PERMISSION_ERROR";else if(i.match(/API Error \(\d+\): ([^-]+)/)){const g=i.match(/API Error \(\d+\): ([^-]+)/);g&&(p=g[1].trim(),i=i.replace(/API Error \(\d+\): [^-]+ - /,""))}throw a==null||a({function:"autoGenerateIdeas",endpoint:r,request:{method:"POST",body:u},response:{status:500,error:i,errorType:p},status:"error",duration:c}),s}}async function oe(e={}){const t=new URLSearchParams;if(!e.site_id){const r=P();r&&(e.site_id=r)}if(e.sector_id===void 0){const r=N();r!=null&&(e.sector_id=r)}e.search&&t.append("search",e.search),e.status&&t.append("status",e.status),e.keyword_cluster_id&&t.append("keyword_cluster_id",e.keyword_cluster_id),e.content_structure&&t.append("content_structure",e.content_structure),e.content_type&&t.append("content_type",e.content_type),e.site_id&&t.append("site_id",e.site_id.toString()),e.sector_id&&t.append("sector_id",e.sector_id.toString()),e.page&&t.append("page",e.page.toString()),e.page_size!==void 0&&e.page_size!==null&&t.append("page_size",e.page_size.toString()),e.ordering&&t.append("ordering",e.ordering);const n=t.toString(),a=`/v1/planner/ideas/${n?`?${n}`:""}`;return o(a)}async function ie(e){return o("/v1/planner/ideas/",{method:"POST",body:JSON.stringify(e)})}async function ce(e,t){return o(`/v1/planner/ideas/${e}/`,{method:"PUT",body:JSON.stringify(t)})}async function de(e){return o(`/v1/planner/ideas/${e}/`,{method:"DELETE"})}async function ue(e){return o("/v1/planner/ideas/bulk_delete/",{method:"POST",body:JSON.stringify({ids:e})})}async function pe(e,t){return o("/v1/planner/ideas/bulk_update/",{method:"POST",body:JSON.stringify({ids:e,status:t})})}async function le(e){return o("/v1/planner/ideas/bulk_queue_to_writer/",{method:"POST",body:JSON.stringify({ids:e})})}async function ge(e={}){const t=new URLSearchParams;if(!e.site_id){const r=P();r&&(e.site_id=r)}if(e.sector_id===void 0){const r=N();r!=null&&(e.sector_id=r)}e.search&&t.append("search",e.search),e.status&&t.append("status",e.status),e.cluster_id&&t.append("cluster_id",e.cluster_id),e.content_type&&t.append("content_type",e.content_type),e.content_structure&&t.append("content_structure",e.content_structure),e.site_id&&t.append("site_id",e.site_id.toString()),e.sector_id&&t.append("sector_id",e.sector_id.toString()),e.page&&t.append("page",e.page.toString()),e.page_size!==void 0&&e.page_size!==null&&t.append("page_size",e.page_size.toString()),e.ordering&&t.append("ordering",e.ordering);const n=t.toString(),a=`/v1/writer/tasks/${n?`?${n}`:""}`;return o(a)}async function me(e){return o("/v1/writer/tasks/",{method:"POST",body:JSON.stringify(e)})}async function ye(e,t){return o(`/v1/writer/tasks/${e}/`,{method:"PUT",body:JSON.stringify(t)})}async function he(e){return o(`/v1/writer/tasks/${e}/`,{method:"DELETE"})}async function Se(e){return o("/v1/writer/tasks/bulk_delete/",{method:"POST",body:JSON.stringify({ids:e})})}async function _e(e,t){return o("/v1/writer/tasks/bulk_update/",{method:"POST",body:JSON.stringify({ids:e,status:t})})}async function fe(e){const t=Date.now(),{useAIRequestLogsStore:n}=await k(async()=>{const{useAIRequestLogsStore:s}=await Promise.resolve().then(()=>j);return{useAIRequestLogsStore:s}},void 0).catch(()=>({useAIRequestLogsStore:null})),a=n==null?void 0:n.getState().addLog,r="/v1/writer/tasks/auto_generate_content/",u={ids:e};a==null||a({function:"autoGenerateContent",endpoint:r,request:{method:"POST",body:u},status:"pending"});try{const s=await o(r,{method:"POST",body:JSON.stringify(u)}),c=Date.now()-t;return a({function:"autoGenerateContent",endpoint:r,request:{method:"POST",body:u},response:{status:200,data:s},status:"success",duration:c}),s}catch(s){const c=Date.now()-t;let p="UNKNOWN_ERROR",i=s.message||"Unknown error";if(i.includes("OperationalError"))p="DATABASE_ERROR",i=i.replace(/API Error \(\d+\): /,"").replace(/ - .*OperationalError.*/," - Database operation failed");else if(i.includes("ValidationError"))p="VALIDATION_ERROR";else if(i.match(/API Error \(\d+\): ([^-]+)/)){const g=i.match(/API Error \(\d+\): ([^-]+)/);g&&(p=g[1].trim(),i=i.replace(/API Error \(\d+\): [^-]+ - /,""))}throw a==null||a({function:"autoGenerateContent",endpoint:r,request:{method:"POST",body:u},response:{status:500,error:i,errorType:p},status:"error",duration:c}),s}}async function ve(e){const t=Date.now(),{useAIRequestLogsStore:n}=await k(async()=>{const{useAIRequestLogsStore:s}=await Promise.resolve().then(()=>j);return{useAIRequestLogsStore:s}},void 0).catch(()=>({useAIRequestLogsStore:null})),a=n==null?void 0:n.getState().addLog,r="/v1/writer/tasks/auto_generate_images/",u={task_ids:e};a==null||a({function:"autoGenerateImages",endpoint:r,request:{method:"POST",body:u},status:"pending"});try{const s=await o(r,{method:"POST",body:JSON.stringify(u)}),c=Date.now()-t;return a({function:"autoGenerateImages",endpoint:r,request:{method:"POST",body:u},response:{status:200,data:s},status:"success",duration:c}),s}catch(s){const c=Date.now()-t;let p="UNKNOWN_ERROR",i=s.message||"Unknown error";if(i.includes("OperationalError"))p="DATABASE_ERROR",i=i.replace(/API Error \(\d+\): /,"").replace(/ - .*OperationalError.*/," - Database operation failed");else if(i.includes("ValidationError"))p="VALIDATION_ERROR";else if(i.match(/API Error \(\d+\): ([^-]+)/)){const g=i.match(/API Error \(\d+\): ([^-]+)/);g&&(p=g[1].trim(),i=i.replace(/API Error \(\d+\): [^-]+ - /,""))}throw a==null||a({function:"autoGenerateImages",endpoint:r,request:{method:"POST",body:u},response:{status:500,error:i,errorType:p},status:"error",duration:c}),s}}async function Oe(e={}){const t=new URLSearchParams;e.task_id&&t.append("task_id",e.task_id),e.image_type&&t.append("image_type",e.image_type),e.status&&t.append("status",e.status),e.page&&t.append("page",e.page.toString()),e.ordering&&t.append("ordering",e.ordering||"task,position,-created_at");const n=t.toString(),a=`/v1/writer/images/${n?`?${n}`:""}`;return o(a)}async function be(e){return o(`/v1/writer/images/${e}/`,{method:"DELETE"})}async function we(){return o("/v1/auth/sites/")}async function Ee(e){return o("/v1/auth/sites/",{method:"POST",body:JSON.stringify(e)})}async function Te(e,t){return o(`/v1/auth/sites/${e}/`,{method:"PATCH",body:JSON.stringify(t)})}async function xe(e){return o(`/v1/auth/sites/${e}/`,{method:"DELETE"})}async function Re(e){return o(`/v1/auth/sites/${e}/set_active/`,{method:"POST"})}async function Pe(e,t,n){return o(`/v1/auth/sites/${e}/select_sectors/`,{method:"POST",body:JSON.stringify({industry_slug:t,sector_slugs:n})})}async function Ne(e){return o(`/v1/auth/sites/${e}/sectors/`)}async function Ie(){return o("/v1/auth/industries/")}async function Ae(){return o("/v1/system/settings/account/")}async function ke(e){return o(`/v1/system/settings/account/${e}/`)}async function je(e){return o("/v1/system/settings/account/",{method:"POST",body:JSON.stringify(e)})}async function $e(e,t){return o(`/v1/system/settings/account/${e}/`,{method:"PUT",body:JSON.stringify(t)})}async function Le(e){return(await o(`/v1/system/settings/modules/module/${e}/`)).results||[]}async function De(e){return o("/v1/system/settings/modules/",{method:"POST",body:JSON.stringify(e)})}async function qe(e,t,n){return o(`/v1/system/settings/modules/${t}/?module_name=${e}`,{method:"PUT",body:JSON.stringify(n)})}async function q(){return o("/v1/billing/credits/balance/balance/")}async function Ce(e){const t=new URLSearchParams;e!=null&&e.operation_type&&t.append("operation_type",e.operation_type),e!=null&&e.start_date&&t.append("start_date",e.start_date),e!=null&&e.end_date&&t.append("end_date",e.end_date),e!=null&&e.page&&t.append("page",e.page.toString());const n=t.toString();return o(`/v1/billing/credits/usage/${n?`?${n}`:""}`)}async function C(e,t){const n=new URLSearchParams;e&&n.append("start_date",e),t&&n.append("end_date",t);const a=n.toString();return o(`/v1/billing/credits/usage/summary/${a?`?${a}`:""}`)}async function Ue(){console.log("Fetching usage limits from:","/v1/billing/credits/usage/limits/");try{const e=await o("/v1/billing/credits/usage/limits/");return console.log("Usage limits API response:",e),e}catch(e){throw console.error("Error fetching usage limits:",e),e}}async function Je(e){const t=new URLSearchParams;e!=null&&e.transaction_type&&t.append("transaction_type",e.transaction_type),e!=null&&e.page&&t.append("page",e.page.toString());const n=t.toString();return o(`/v1/billing/credits/transactions/${n?`?${n}`:""}`)}async function Be(e){const t=new URLSearchParams;e!=null&&e.industry&&(t.append("industry",e.industry.toString()),t.append("industry_id",e.industry.toString())),e!=null&&e.sector&&(t.append("sector",e.sector.toString()),t.append("sector_id",e.sector.toString())),e!=null&&e.intent&&t.append("intent",e.intent),e!=null&&e.search&&t.append("search",e.search),e!=null&&e.page&&t.append("page",e.page.toString()),e!=null&&e.page_size&&t.append("page_size",e.page_size.toString());const n=t.toString();return o(`/v1/auth/seed-keywords/${n?`?${n}`:""}`)}async function ze(e,t,n){return o("/v1/planner/keywords/bulk_add_from_seed/",{method:"POST",body:JSON.stringify({seed_keyword_ids:e,site_id:t,sector_id:n})})}async function Me(e){const n=new URLSearchParams().toString();return o(`/v1/system/author-profiles/${n?`?${n}`:""}`)}async function Ke(e){return o("/v1/system/author-profiles/",{method:"POST",body:JSON.stringify(e)})}async function Fe(e,t){return o(`/v1/system/author-profiles/${e}/`,{method:"PUT",body:JSON.stringify(t)})}async function Ge(e){return o(`/v1/system/author-profiles/${e}/`,{method:"DELETE"})}async function Ve(e){const n=new URLSearchParams().toString();return o(`/v1/writer/content/${n?`?${n}`:""}`)}const et=Object.freeze(Object.defineProperty({__proto__:null,API_BASE_URL:E,addSeedKeywordsToWorkflow:ze,autoClusterKeywords:re,autoGenerateContent:fe,autoGenerateIdeas:se,autoGenerateImages:ve,bulkDeleteClusters:ne,bulkDeleteContentIdeas:ue,bulkDeleteKeywords:Y,bulkDeleteTasks:Se,bulkQueueIdeasToWriter:le,bulkUpdateClustersStatus:ae,bulkUpdateContentIdeasStatus:pe,bulkUpdateKeywordsStatus:Q,bulkUpdateTasksStatus:_e,createAccountSetting:je,createAuthorProfile:Ke,createCluster:Z,createContentIdea:ie,createKeyword:V,createModuleSetting:De,createSite:Ee,createTask:me,deleteAuthorProfile:Ge,deleteCluster:te,deleteContentIdea:de,deleteKeyword:H,deleteSite:xe,deleteTask:he,deleteTaskImage:be,fetchAPI:o,fetchAccountSetting:ke,fetchAccountSettings:Ae,fetchAuthorProfiles:Me,fetchClusters:X,fetchContent:Ve,fetchContentIdeas:oe,fetchCreditBalance:q,fetchCreditTransactions:Je,fetchCreditUsage:Ce,fetchIndustries:Ie,fetchKeywords:G,fetchModuleSettings:Le,fetchSeedKeywords:Be,fetchSiteSectors:Ne,fetchSites:we,fetchTaskImages:Oe,fetchTasks:ge,fetchUsageLimits:Ue,fetchUsageSummary:C,selectSectorsForSite:Pe,setActiveSite:Re,updateAccountSetting:$e,updateAuthorProfile:Fe,updateCluster:ee,updateContentIdea:ce,updateKeyword:W,updateModuleSetting:qe,updateSite:Te,updateTask:ye},Symbol.toStringTag,{value:"Module"})),U=D((e,t)=>({balance:null,usageSummary:null,loading:!1,error:null,loadBalance:async()=>{e({loading:!0,error:null});try{const n=await q();e({balance:n,loading:!1})}catch(n){e({error:n.message,loading:!1})}},loadUsageSummary:async(n,a)=>{e({loading:!0,error:null});try{const r=await C(n,a);e({usageSummary:r,loading:!1})}catch(r){e({error:r.message,loading:!1})}},reset:()=>{e({balance:null,usageSummary:null,loading:!1,error:null})}}));function We(){const{balance:e,loading:t,loadBalance:n}=U();if(A.useEffect(()=>{n()},[n]),t&&!e)return d.jsx(R,{title:"Credit Balance",desc:"Loading...",children:d.jsx("div",{className:"animate-pulse",children:"Loading credit balance..."})});if(!e)return null;const a=e.plan_credits_per_month>0?e.credits_used_this_month/e.plan_credits_per_month*100:0;return d.jsx(R,{title:"Credit Balance",desc:"Current credit status and usage",children:d.jsxs("div",{className:"space-y-4",children:[d.jsx("div",{children:d.jsxs("div",{className:"flex justify-between items-center mb-2",children:[d.jsx("span",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Current Credits"}),d.jsx("span",{className:"text-2xl font-bold text-primary",children:e.credits})]})}),d.jsxs("div",{children:[d.jsxs("div",{className:"flex justify-between items-center mb-2",children:[d.jsx("span",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Used This Month"}),d.jsxs("span",{className:"text-sm font-medium",children:[e.credits_used_this_month," / ",e.plan_credits_per_month]})]}),d.jsx("div",{className:"w-full bg-gray-200 rounded-full h-2.5 dark:bg-gray-700",children:d.jsx("div",{className:"bg-primary h-2.5 rounded-full transition-all",style:{width:`${Math.min(a,100)}%`}})})]}),d.jsx("div",{className:"pt-2 border-t border-gray-200 dark:border-gray-700",children:d.jsxs("div",{className:"flex justify-between items-center",children:[d.jsx("span",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Remaining"}),d.jsx("span",{className:"text-sm font-medium text-success",children:e.credits_remaining})]})})]})})}function He(){const{usageSummary:e,loading:t,loadUsageSummary:n}=U(),[a,r]=A.useState("month");return A.useEffect(()=>{const u=new Date;let s;a==="week"?s=new Date(u.getTime()-6048e5).toISOString().split("T")[0]:a==="month"?s=new Date(u.getFullYear(),u.getMonth(),1).toISOString().split("T")[0]:s=new Date(u.getFullYear(),0,1).toISOString().split("T")[0];const c=u.toISOString().split("T")[0];n(s,c)},[a,n]),t&&!e?d.jsx(R,{title:"Usage Summary",desc:"Loading...",children:d.jsx("div",{className:"animate-pulse",children:"Loading usage data..."})}):e?d.jsx(R,{title:"Usage Summary",desc:"Credit usage breakdown by operation and model",children:d.jsxs("div",{className:"space-y-4",children:[d.jsx("div",{className:"flex justify-end items-center mb-4",children:d.jsxs("select",{className:"h-9 rounded-lg border border-gray-300 bg-transparent px-3 py-2 text-sm shadow-theme-xs text-gray-800 focus:border-brand-300 focus:outline-hidden focus:ring-3 focus:ring-brand-500/10 dark:border-gray-700 dark:bg-gray-900 dark:text-white/90 dark:focus:border-brand-800",value:a,onChange:u=>r(u.target.value),children:[d.jsx("option",{value:"week",children:"Last 7 Days"}),d.jsx("option",{value:"month",children:"This Month"}),d.jsx("option",{value:"year",children:"This Year"})]})}),d.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[d.jsxs("div",{children:[d.jsx("div",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Total Credits Used"}),d.jsx("div",{className:"text-2xl font-bold",children:e.total_credits_used})]}),d.jsxs("div",{children:[d.jsx("div",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Total Cost"}),d.jsxs("div",{className:"text-2xl font-bold",children:["$",(Number(e.total_cost_usd)||0).toFixed(2)]})]})]}),d.jsxs("div",{children:[d.jsx("h4",{className:"text-sm font-semibold mb-2",children:"By Operation"}),d.jsxs("div",{className:"space-y-2",children:[Object.entries(e.by_operation).map(([u,s])=>d.jsxs("div",{className:"flex justify-between items-center text-sm",children:[d.jsx("span",{className:"capitalize",children:u.replace("_"," ")}),d.jsxs("span",{className:"font-medium",children:[s.credits," credits ($",(Number(s.cost)||0).toFixed(2),")"]})]},u)),Object.keys(e.by_operation).length===0&&d.jsx("div",{className:"text-sm text-gray-500 dark:text-gray-400",children:"No usage data available"})]})]})]})}):null}function Ye(){return d.jsxs(d.Fragment,{children:[d.jsx(J,{title:"Dashboard - IGNY8",description:"IGNY8 Dashboard"}),d.jsxs("div",{className:"grid grid-cols-12 gap-4 md:gap-6",children:[d.jsx("div",{className:"col-span-12 xl:col-span-4",children:d.jsx(We,{})}),d.jsx("div",{className:"col-span-12 xl:col-span-8",children:d.jsx(He,{})})]})]})}const tt=Object.freeze(Object.defineProperty({__proto__:null,default:Ye},Symbol.toStringTag,{value:"Module"}));export{Se as $,E as A,ue as B,de as C,ce as D,ie as E,ze as F,qe as G,De as H,Le as I,$e as J,je as K,ke as L,Ae as M,Re as N,Te as O,Ee as P,Pe as Q,xe as R,Me as S,Fe as T,Ke as U,Ge as V,ge as W,_e as X,fe as Y,ve as Z,k as _,Be as a,he as a0,ye as a1,me as a2,Ve as a3,Oe as a4,be as a5,j as a6,et as a7,tt as a8,q as b,Je as c,Ce as d,Ue as e,Ie as f,we as g,Ne as h,o as i,G as j,re as k,Q as l,Y as m,H as n,X as o,V as p,ae as q,se as r,ne as s,te as t,W as u,ee as v,Z as w,oe as x,pe as y,le as z}; diff --git a/frontend/dist/assets/js/page-delete-modal.config.ts-B7nUJ-QI.js b/frontend/dist/assets/js/page-delete-modal.config.ts-BIbgpgnr.js similarity index 62% rename from frontend/dist/assets/js/page-delete-modal.config.ts-B7nUJ-QI.js rename to frontend/dist/assets/js/page-delete-modal.config.ts-BIbgpgnr.js index bfd0acfa..b73d20e7 100644 --- a/frontend/dist/assets/js/page-delete-modal.config.ts-B7nUJ-QI.js +++ b/frontend/dist/assets/js/page-delete-modal.config.ts-BIbgpgnr.js @@ -1 +1 @@ -const t={"/planner/keywords":{title:"Delete Keywords",singleItemMessage:"You are about to delete this keyword. This action cannot be undone.",multipleItemsMessage:e=>`You are deleting ${e} keywords. This action cannot be undone.`,itemNameSingular:"keyword",itemNamePlural:"keywords"},"/planner/clusters":{title:"Delete Clusters",singleItemMessage:"You are about to delete this cluster. All associated keywords will remain but will no longer be grouped under this cluster.",multipleItemsMessage:e=>`You are deleting ${e} clusters. All associated keywords will remain but will no longer be grouped under these clusters.`,itemNameSingular:"cluster",itemNamePlural:"clusters"},"/planner/ideas":{title:"Delete Ideas",singleItemMessage:"You are about to delete this idea. This action cannot be undone.",multipleItemsMessage:e=>`You are deleting ${e} ideas. This action cannot be undone.`,itemNameSingular:"idea",itemNamePlural:"ideas"},"/writer/tasks":{title:"Delete Tasks",singleItemMessage:"You are about to delete this task. This action cannot be undone.",multipleItemsMessage:e=>`You are deleting ${e} tasks. This action cannot be undone.`,itemNameSingular:"task",itemNamePlural:"tasks"},"/writer/drafts":{title:"Delete Drafts",singleItemMessage:"You are about to delete this draft. This action cannot be undone.",multipleItemsMessage:e=>`You are deleting ${e} drafts. This action cannot be undone.`,itemNameSingular:"draft",itemNamePlural:"drafts"},"/writer/published":{title:"Delete Published Content",singleItemMessage:"You are about to delete this published content. This action cannot be undone.",multipleItemsMessage:e=>`You are deleting ${e} published content items. This action cannot be undone.`,itemNameSingular:"published content",itemNamePlural:"published content items"}};function s(e){return t[e]||null}export{s as g}; +const t={"/planner/keywords":{title:"Delete Keywords",singleItemMessage:"You are about to delete this keyword. This action cannot be undone.",multipleItemsMessage:e=>`You are deleting ${e} keywords. This action cannot be undone.`,itemNameSingular:"keyword",itemNamePlural:"keywords"},"/planner/clusters":{title:"Delete Clusters",singleItemMessage:"You are about to delete this cluster. All associated keywords will remain but will no longer be grouped under this cluster.",multipleItemsMessage:e=>`You are deleting ${e} clusters. All associated keywords will remain but will no longer be grouped under these clusters.`,itemNameSingular:"cluster",itemNamePlural:"clusters"},"/planner/ideas":{title:"Delete Ideas",singleItemMessage:"You are about to delete this idea. This action cannot be undone.",multipleItemsMessage:e=>`You are deleting ${e} ideas. This action cannot be undone.`,itemNameSingular:"idea",itemNamePlural:"ideas"},"/writer/tasks":{title:"Delete Tasks",singleItemMessage:"You are about to delete this task. This action cannot be undone.",multipleItemsMessage:e=>`You are deleting ${e} tasks. This action cannot be undone.`,itemNameSingular:"task",itemNamePlural:"tasks"},"/writer/content":{title:"Delete Drafts",singleItemMessage:"You are about to delete this draft. This action cannot be undone.",multipleItemsMessage:e=>`You are deleting ${e} drafts. This action cannot be undone.`,itemNameSingular:"draft",itemNamePlural:"drafts"},"/writer/published":{title:"Delete Published Content",singleItemMessage:"You are about to delete this published content. This action cannot be undone.",multipleItemsMessage:e=>`You are deleting ${e} published content items. This action cannot be undone.`,itemNameSingular:"published content",itemNamePlural:"published content items"}};function s(e){return t[e]||null}export{s as g}; diff --git a/frontend/dist/assets/js/page-help-COTCneXr.js b/frontend/dist/assets/js/page-help-COTCneXr.js new file mode 100644 index 00000000..7e5f8c52 --- /dev/null +++ b/frontend/dist/assets/js/page-help-COTCneXr.js @@ -0,0 +1 @@ +import{j as e,r as y}from"./vendor-react-core-DRQGgXXF.js";import{i as w,P as c,d as h,g as f,e as b,f as g,h as k}from"./page-authpages-BaiNliVr.js";import{C as l}from"./page-components.tsx-4vErPdxY.js";import{B as u}from"./page-clusters.config.tsx-FJ8SgY77.js";import{C as p}from"./page-dashboard-CuOyqq-s.js";const a=({title:r,children:n,defaultOpen:s=!1,className:x=""})=>{const[i,m]=y.useState(s);return e.jsxs("div",{className:`border border-gray-200 dark:border-gray-700 rounded-lg overflow-hidden ${x}`,children:[e.jsxs("button",{onClick:()=>m(!i),className:"w-full px-6 py-4 flex items-center justify-between bg-white dark:bg-gray-800 hover:bg-gray-50 dark:hover:bg-gray-700/50 transition-colors",children:[e.jsx("h3",{className:"text-left font-semibold text-gray-900 dark:text-white",children:r}),e.jsx(w,{className:`w-5 h-5 text-gray-500 dark:text-gray-400 transition-transform duration-200 ${i?"rotate-180":""}`})]}),e.jsx("div",{className:`overflow-hidden transition-all duration-300 ease-in-out ${i?"max-h-[5000px] opacity-100":"max-h-0 opacity-0"}`,children:e.jsx("div",{className:"px-6 py-4 bg-gray-50 dark:bg-gray-900/50 border-t border-gray-200 dark:border-gray-700",children:n})})]})},d=({children:r,className:n="",allowMultiple:s=!0})=>e.jsx("div",{className:`space-y-3 ${n}`,children:r});function N(){const[r,n]=y.useState(null),s=y.useRef({}),x=[{id:"getting-started",title:"Getting Started",level:1},{id:"quick-start",title:"Quick Start Guide",level:2},{id:"workflow-overview",title:"Workflow Overview",level:2},{id:"planner-module",title:"Planner Module",level:1},{id:"keywords",title:"Keywords Management",level:2},{id:"clusters",title:"Keyword Clusters",level:2},{id:"ideas",title:"Content Ideas",level:2},{id:"writer-module",title:"Writer Module",level:1},{id:"tasks",title:"Tasks Management",level:2},{id:"content",title:"Content Generation",level:2},{id:"images",title:"Image Generation",level:2},{id:"automation",title:"Automation Setup",level:1},{id:"faq",title:"Frequently Asked Questions",level:1}],i=t=>{const o=s.current[t];if(o){const j=o.getBoundingClientRect().top+window.pageYOffset-100;window.scrollTo({top:j,behavior:"smooth"}),n(t)}},m=[{question:"How do I add keywords to my workflow?",answer:"Navigate to Planner > Keyword Opportunities. Browse available keywords, use filters to find relevant ones, and click 'Add to Workflow' on individual keywords or use bulk selection to add multiple keywords at once."},{question:"What is the difference between Keywords and Clusters?",answer:"Keywords are individual search terms. Clusters are groups of related keywords that are organized together for content planning. Clusters help you create comprehensive content that covers multiple related search queries."},{question:"How does auto-clustering work?",answer:"Auto-clustering uses AI to analyze your keywords and group them based on semantic similarity and search intent. Select keywords in the Keywords page and click 'Auto Cluster' to automatically organize them into clusters."},{question:"How do I generate content ideas from clusters?",answer:"Go to Planner > Clusters, select one or more clusters, and click 'Generate Ideas'. The AI will analyze the keywords in each cluster and create content ideas that cover the topics comprehensively."},{question:"What is the workflow from keywords to published content?",answer:"1) Add keywords from Opportunities, 2) Cluster related keywords, 3) Generate content ideas from clusters, 4) Create tasks from ideas, 5) Generate content from tasks, 6) Generate images, 7) Review and publish. You can automate most of these steps in the Automation Setup."},{question:"How do I set up automation?",answer:"Go to Dashboard > Automation Setup section. Enable automation for each step (Keywords, Ideas, Content, Images) and configure settings like how many keywords to process per cycle. Advanced settings are available in Schedules page."},{question:"Can I edit AI-generated content?",answer:"Yes! All AI-generated content can be edited. Go to Writer > Content, click on any content piece to open the editor, and make your changes. You can also regenerate content if needed."},{question:"How are images generated?",answer:"Images are generated using AI based on your content. Go to Writer > Images to see all generated images. You can regenerate images, view them in a modal, and manage them per content piece."},{question:"What is the difference between Tasks and Content?",answer:"Tasks are content ideas that have been converted into actionable writing assignments. Content is the actual generated articles/posts created from tasks. Tasks show what needs to be written, Content shows what has been written."},{question:"How do I filter data by site or sector?",answer:"Use the Site and Sector selectors in the page header. Select a site to filter all data to that site. Select a sector for further filtering. The 'All Sectors' option shows all sectors for the selected site."},{question:"What are column visibility settings?",answer:"Each table page has a column selector (icon in the header). Click it to show/hide columns. Your preferences are saved and persist across page reloads. Use 'Show All' to quickly make all columns visible."},{question:"How do I sort table data?",answer:"Click on any column header that has a sort icon. Click once for ascending order, click again for descending order. The current sort is indicated by an arrow icon in the column header."},{question:"What is the Thinker module?",answer:"The Thinker module manages AI prompts, author profiles, and content strategies. Use it to customize how AI generates content, define writing styles, and create reusable prompt templates."},{question:"How do I manage my credits?",answer:"Go to Billing > Credits to view your credit balance, purchase more credits, and see credit usage. Credits are used for AI operations like content generation, clustering, and image generation."},{question:"Can I export my data?",answer:"Yes! Most table pages have export functionality. Look for the export button in the action bar. You can export data as CSV for keywords, clusters, content, and other entities."},{question:"How do I bulk delete items?",answer:"Select multiple items using checkboxes, then use the bulk actions dropdown to delete selected items. Bulk actions are available on most table pages for efficient management."},{question:"What happens if I delete a cluster?",answer:"Deleting a cluster does not delete the keywords in it. Keywords will become unclustered and can be re-clustered later. Content ideas associated with the cluster will also be affected."},{question:"How do I search for specific content?",answer:"Use the search bar at the top of each table page. Search works across multiple fields depending on the page. For example, on Keywords page you can search by keyword text, on Content page you can search by title."},{question:"What filters are available?",answer:"Filters vary by page. Common filters include: Status, Intent (for keywords), Difficulty, Volume range, Content Type, and Date ranges. Use the filter dropdowns to narrow down results."},{question:"How do I view content details?",answer:"Click on any content item in the Content table to open the detailed view. Here you can see the full content, edit it, view associated images, see metadata, and manage publication status."}];return e.jsxs(e.Fragment,{children:[e.jsx(c,{title:"Help & Documentation - IGNY8",description:"Complete documentation and guides for IGNY8"}),e.jsxs("div",{className:"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8",children:[e.jsxs("div",{className:"mb-8",children:[e.jsx("h1",{className:"text-4xl font-bold text-gray-900 dark:text-white mb-4",children:"Help & Documentation"}),e.jsx("p",{className:"text-lg text-gray-600 dark:text-gray-400",children:"Complete guides and documentation to help you get the most out of IGNY8"})]}),e.jsxs(l,{className:"p-6 mb-8 bg-gradient-to-r from-brand-50 to-purple-50 dark:from-brand-900/10 dark:to-purple-900/10 border-brand-200 dark:border-brand-800",children:[e.jsxs("h2",{className:"text-xl font-bold text-gray-900 dark:text-white mb-4 flex items-center gap-2",children:[e.jsx(h,{className:"size-5 text-brand-600 dark:text-brand-400"}),"Table of Contents"]}),e.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-2",children:x.map(t=>e.jsx("button",{onClick:()=>i(t.id),className:`text-left px-4 py-2 rounded-lg transition-colors ${t.level===1?"font-semibold text-gray-900 dark:text-white hover:bg-white/50 dark:hover:bg-gray-800/50":"text-sm text-gray-600 dark:text-gray-400 hover:bg-white/30 dark:hover:bg-gray-800/30 pl-8"} ${r===t.id?"bg-brand-100 dark:bg-brand-900/20 text-brand-700 dark:text-brand-400":""}`,children:t.title},t.id))})]}),e.jsxs("div",{ref:t=>s.current["getting-started"]=t,className:"mb-12 scroll-mt-24",children:[e.jsxs("h2",{className:"text-3xl font-bold text-gray-900 dark:text-white mb-6 flex items-center gap-3",children:[e.jsx(f,{className:"size-8 text-brand-600 dark:text-brand-400"}),"Getting Started"]}),e.jsxs(d,{children:[e.jsx(a,{title:"Quick Start Guide",defaultOpen:!0,children:e.jsxs("div",{className:"space-y-4",children:[e.jsx("p",{className:"text-gray-700 dark:text-gray-300",children:"Welcome to IGNY8! Follow these steps to get started with content creation:"}),e.jsxs("div",{className:"space-y-3",children:[e.jsxs("div",{className:"flex gap-4",children:[e.jsx("div",{className:"flex-shrink-0 w-8 h-8 rounded-full bg-brand-500 text-white flex items-center justify-center font-bold",children:"1"}),e.jsxs("div",{className:"flex-1",children:[e.jsx("h4",{className:"font-semibold text-gray-900 dark:text-white mb-1",children:"Set Up Your Site"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 text-sm",children:"Go to Settings > Sites and add your WordPress site. Configure the connection details and verify the integration."})]})]}),e.jsxs("div",{className:"flex gap-4",children:[e.jsx("div",{className:"flex-shrink-0 w-8 h-8 rounded-full bg-brand-500 text-white flex items-center justify-center font-bold",children:"2"}),e.jsxs("div",{className:"flex-1",children:[e.jsx("h4",{className:"font-semibold text-gray-900 dark:text-white mb-1",children:"Discover Keywords"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 text-sm",children:"Navigate to Planner > Keyword Opportunities. Browse the global keyword database and add relevant keywords to your workflow."})]})]}),e.jsxs("div",{className:"flex gap-4",children:[e.jsx("div",{className:"flex-shrink-0 w-8 h-8 rounded-full bg-brand-500 text-white flex items-center justify-center font-bold",children:"3"}),e.jsxs("div",{className:"flex-1",children:[e.jsx("h4",{className:"font-semibold text-gray-900 dark:text-white mb-1",children:"Organize Keywords"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 text-sm",children:"Go to Planner > Keywords and use Auto Cluster to group related keywords. This helps create comprehensive content."})]})]}),e.jsxs("div",{className:"flex gap-4",children:[e.jsx("div",{className:"flex-shrink-0 w-8 h-8 rounded-full bg-brand-500 text-white flex items-center justify-center font-bold",children:"4"}),e.jsxs("div",{className:"flex-1",children:[e.jsx("h4",{className:"font-semibold text-gray-900 dark:text-white mb-1",children:"Generate Ideas"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 text-sm",children:"Select clusters in Planner > Clusters and click Generate Ideas. AI will create content ideas based on your keywords."})]})]}),e.jsxs("div",{className:"flex gap-4",children:[e.jsx("div",{className:"flex-shrink-0 w-8 h-8 rounded-full bg-brand-500 text-white flex items-center justify-center font-bold",children:"5"}),e.jsxs("div",{className:"flex-1",children:[e.jsx("h4",{className:"font-semibold text-gray-900 dark:text-white mb-1",children:"Create Content"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 text-sm",children:"Ideas automatically become tasks. Go to Writer > Tasks, select tasks, and generate content. Review and edit as needed."})]})]}),e.jsxs("div",{className:"flex gap-4",children:[e.jsx("div",{className:"flex-shrink-0 w-8 h-8 rounded-full bg-brand-500 text-white flex items-center justify-center font-bold",children:"6"}),e.jsxs("div",{className:"flex-1",children:[e.jsx("h4",{className:"font-semibold text-gray-900 dark:text-white mb-1",children:"Generate Images"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 text-sm",children:"Go to Writer > Images and generate featured and in-article images for your content. Images are AI-generated based on your content."})]})]}),e.jsxs("div",{className:"flex gap-4",children:[e.jsx("div",{className:"flex-shrink-0 w-8 h-8 rounded-full bg-green-500 text-white flex items-center justify-center font-bold",children:"7"}),e.jsxs("div",{className:"flex-1",children:[e.jsx("h4",{className:"font-semibold text-gray-900 dark:text-white mb-1",children:"Publish"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 text-sm",children:"Review your content in Writer > Content, make final edits, and publish to your WordPress site."})]})]})]})]})}),e.jsx(a,{title:"Workflow Overview",children:e.jsxs("div",{className:"space-y-4",children:[e.jsx("p",{className:"text-gray-700 dark:text-gray-300",children:"IGNY8 follows a streamlined workflow from keyword discovery to published content:"}),e.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-4",children:[e.jsxs(l,{className:"p-4 border-l-4 border-blue-500",children:[e.jsxs("h4",{className:"font-semibold text-gray-900 dark:text-white mb-2 flex items-center gap-2",children:[e.jsx(h,{className:"size-5 text-blue-500"}),"Planner Module"]}),e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Discover keywords, organize them into clusters, and generate content ideas. This is where your content strategy begins."})]}),e.jsxs(l,{className:"p-4 border-l-4 border-green-500",children:[e.jsxs("h4",{className:"font-semibold text-gray-900 dark:text-white mb-2 flex items-center gap-2",children:[e.jsx(b,{className:"size-5 text-green-500"}),"Writer Module"]}),e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Convert ideas into tasks, generate content, create images, and publish to your WordPress site."})]})]}),e.jsx("div",{className:"bg-blue-50 dark:bg-blue-900/10 p-4 rounded-lg border border-blue-200 dark:border-blue-800",children:e.jsxs("p",{className:"text-sm text-blue-800 dark:text-blue-300",children:[e.jsx("strong",{children:"Tip:"})," You can automate most of this workflow! Go to Dashboard > Automation Setup to configure automatic processing."]})})]})})]})]}),e.jsxs("div",{ref:t=>s.current["planner-module"]=t,className:"mb-12 scroll-mt-24",children:[e.jsxs("h2",{className:"text-3xl font-bold text-gray-900 dark:text-white mb-6 flex items-center gap-3",children:[e.jsx(h,{className:"size-8 text-blue-600 dark:text-blue-400"}),"Planner Module"]}),e.jsxs(d,{children:[e.jsx(a,{title:"Keywords Management",children:e.jsxs("div",{className:"space-y-4",children:[e.jsx("p",{className:"text-gray-700 dark:text-gray-300",children:"Keywords are the foundation of your content strategy. Here's how to manage them:"}),e.jsxs("div",{className:"space-y-3",children:[e.jsxs("div",{className:"flex items-start gap-3",children:[e.jsx(g,{className:"size-5 text-green-500 mt-0.5 flex-shrink-0"}),e.jsxs("div",{children:[e.jsx("h4",{className:"font-semibold text-gray-900 dark:text-white",children:"Adding Keywords"}),e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Go to Planner > Keyword Opportunities to browse the global keyword database. Use filters to find relevant keywords, then add them individually or in bulk."})]})]}),e.jsxs("div",{className:"flex items-start gap-3",children:[e.jsx(g,{className:"size-5 text-green-500 mt-0.5 flex-shrink-0"}),e.jsxs("div",{children:[e.jsx("h4",{className:"font-semibold text-gray-900 dark:text-white",children:"Organizing Keywords"}),e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Use Auto Cluster to automatically group related keywords. You can also manually assign keywords to clusters or create new clusters."})]})]}),e.jsxs("div",{className:"flex items-start gap-3",children:[e.jsx(g,{className:"size-5 text-green-500 mt-0.5 flex-shrink-0"}),e.jsxs("div",{children:[e.jsx("h4",{className:"font-semibold text-gray-900 dark:text-white",children:"Keyword Data"}),e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Each keyword includes volume, difficulty, intent, and status. Use column visibility to show/hide additional fields like updated dates and overrides."})]})]})]})]})}),e.jsx(a,{title:"Keyword Clusters",children:e.jsxs("div",{className:"space-y-4",children:[e.jsx("p",{className:"text-gray-700 dark:text-gray-300",children:"Clusters group related keywords together for comprehensive content planning:"}),e.jsxs("ul",{className:"list-disc list-inside space-y-2 text-gray-600 dark:text-gray-400",children:[e.jsx("li",{children:"Clusters help you create content that covers multiple related search queries"}),e.jsx("li",{children:"Auto-clustering uses AI to group keywords by semantic similarity"}),e.jsx("li",{children:"Each cluster shows total volume, keyword count, and associated ideas"}),e.jsx("li",{children:"Generate content ideas directly from clusters"})]})]})}),e.jsx(a,{title:"Content Ideas",children:e.jsxs("div",{className:"space-y-4",children:[e.jsx("p",{className:"text-gray-700 dark:text-gray-300",children:"Content ideas are AI-generated suggestions based on your keyword clusters:"}),e.jsxs("ul",{className:"list-disc list-inside space-y-2 text-gray-600 dark:text-gray-400",children:[e.jsx("li",{children:"Ideas include title, structure, content type, and target keyword"}),e.jsx("li",{children:"Ideas automatically convert to tasks in the Writer module"}),e.jsx("li",{children:"Filter ideas by status, cluster, content type, and structure"}),e.jsx("li",{children:"Edit ideas before they become tasks"})]})]})})]})]}),e.jsxs("div",{ref:t=>s.current["writer-module"]=t,className:"mb-12 scroll-mt-24",children:[e.jsxs("h2",{className:"text-3xl font-bold text-gray-900 dark:text-white mb-6 flex items-center gap-3",children:[e.jsx(b,{className:"size-8 text-green-600 dark:text-green-400"}),"Writer Module"]}),e.jsxs(d,{children:[e.jsx(a,{title:"Tasks Management",children:e.jsxs("div",{className:"space-y-4",children:[e.jsx("p",{className:"text-gray-700 dark:text-gray-300",children:"Tasks are content ideas converted into actionable writing assignments:"}),e.jsxs("div",{className:"bg-gray-50 dark:bg-gray-800/50 p-4 rounded-lg",children:[e.jsx("h4",{className:"font-semibold text-gray-900 dark:text-white mb-2",children:"Task Workflow:"}),e.jsxs("ol",{className:"list-decimal list-inside space-y-1 text-sm text-gray-600 dark:text-gray-400",children:[e.jsx("li",{children:"Ideas from Planner automatically create tasks"}),e.jsx("li",{children:"Tasks show status: Pending, In Progress, Completed"}),e.jsx("li",{children:"Select tasks and generate content using AI"}),e.jsx("li",{children:"Content is created and linked to the task"})]})]})]})}),e.jsx(a,{title:"Content Generation",children:e.jsxs("div",{className:"space-y-4",children:[e.jsx("p",{className:"text-gray-700 dark:text-gray-300",children:"Generate, edit, and manage your content:"}),e.jsxs("div",{className:"space-y-3",children:[e.jsxs("div",{className:"flex items-start gap-3",children:[e.jsx(u,{variant:"solid",color:"blue",size:"sm",children:"Step 1"}),e.jsxs("div",{children:[e.jsx("h4",{className:"font-semibold text-gray-900 dark:text-white",children:"Generate Content"}),e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400",children:'Select tasks and click "Generate Content". AI creates full articles based on the task requirements.'})]})]}),e.jsxs("div",{className:"flex items-start gap-3",children:[e.jsx(u,{variant:"solid",color:"blue",size:"sm",children:"Step 2"}),e.jsxs("div",{children:[e.jsx("h4",{className:"font-semibold text-gray-900 dark:text-white",children:"Review & Edit"}),e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Click on any content to open the editor. Make changes, adjust formatting, and refine the content."})]})]}),e.jsxs("div",{className:"flex items-start gap-3",children:[e.jsx(u,{variant:"solid",color:"blue",size:"sm",children:"Step 3"}),e.jsxs("div",{children:[e.jsx("h4",{className:"font-semibold text-gray-900 dark:text-white",children:"Generate Images"}),e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Go to Images page and generate featured and in-article images for your content."})]})]})]})]})}),e.jsx(a,{title:"Image Generation",children:e.jsxs("div",{className:"space-y-4",children:[e.jsx("p",{className:"text-gray-700 dark:text-gray-300",children:"AI-generated images for your content:"}),e.jsxs("ul",{className:"list-disc list-inside space-y-2 text-gray-600 dark:text-gray-400",children:[e.jsx("li",{children:"Featured images: Main image for your content"}),e.jsx("li",{children:"In-article images: Multiple images throughout the content"}),e.jsx("li",{children:"Click any image to view in full size"}),e.jsx("li",{children:"Regenerate images if needed"}),e.jsx("li",{children:"Images are automatically linked to content"})]})]})})]})]}),e.jsxs("div",{ref:t=>s.current.automation=t,className:"mb-12 scroll-mt-24",children:[e.jsxs("h2",{className:"text-3xl font-bold text-gray-900 dark:text-white mb-6 flex items-center gap-3",children:[e.jsx(f,{className:"size-8 text-orange-600 dark:text-orange-400"}),"Automation Setup"]}),e.jsxs(l,{className:"p-6",children:[e.jsx("p",{className:"text-gray-700 dark:text-gray-300 mb-4",children:"Automate your content creation workflow to save time and maintain consistency:"}),e.jsxs("div",{className:"space-y-4",children:[e.jsxs("div",{className:"border-l-4 border-blue-500 pl-4",children:[e.jsx("h4",{className:"font-semibold text-gray-900 dark:text-white mb-2",children:"Keywords Automation"}),e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400 mb-2",children:"Automatically add keywords from opportunities and cluster them:"}),e.jsxs("ul",{className:"list-disc list-inside text-sm text-gray-600 dark:text-gray-400 space-y-1",children:[e.jsx("li",{children:"Set how many keywords to process per cycle"}),e.jsx("li",{children:"Enable auto-clustering for new keywords"}),e.jsx("li",{children:"Configure cluster size limits"})]})]}),e.jsxs("div",{className:"border-l-4 border-orange-500 pl-4",children:[e.jsx("h4",{className:"font-semibold text-gray-900 dark:text-white mb-2",children:"Ideas Automation"}),e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400 mb-2",children:"Automatically generate content ideas from clusters:"}),e.jsxs("ul",{className:"list-disc list-inside text-sm text-gray-600 dark:text-gray-400 space-y-1",children:[e.jsx("li",{children:"Auto-generate ideas when clusters are created"}),e.jsx("li",{children:"Set number of ideas per cluster"})]})]}),e.jsxs("div",{className:"border-l-4 border-green-500 pl-4",children:[e.jsx("h4",{className:"font-semibold text-gray-900 dark:text-white mb-2",children:"Content Automation"}),e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400 mb-2",children:"Automatically create tasks and generate content:"}),e.jsxs("ul",{className:"list-disc list-inside text-sm text-gray-600 dark:text-gray-400 space-y-1",children:[e.jsx("li",{children:"Auto-create tasks from ideas"}),e.jsx("li",{children:"Auto-generate content from tasks"})]})]}),e.jsxs("div",{className:"border-l-4 border-purple-500 pl-4",children:[e.jsx("h4",{className:"font-semibold text-gray-900 dark:text-white mb-2",children:"Images Automation"}),e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400 mb-2",children:"Automatically generate images for content:"}),e.jsxs("ul",{className:"list-disc list-inside text-sm text-gray-600 dark:text-gray-400 space-y-1",children:[e.jsx("li",{children:"Auto-generate featured images"}),e.jsx("li",{children:"Auto-generate in-article images"})]})]})]}),e.jsx("div",{className:"mt-6 p-4 bg-brand-50 dark:bg-brand-900/10 rounded-lg border border-brand-200 dark:border-brand-800",children:e.jsxs("p",{className:"text-sm text-brand-800 dark:text-brand-300",children:[e.jsx("strong",{children:"Note:"})," Configure automation in Dashboard > Automation Setup. For advanced scheduling, go to Schedules page."]})})]})]}),e.jsxs("div",{ref:t=>s.current.faq=t,className:"mb-12 scroll-mt-24",children:[e.jsxs("h2",{className:"text-3xl font-bold text-gray-900 dark:text-white mb-6 flex items-center gap-3",children:[e.jsx(k,{className:"size-8 text-purple-600 dark:text-purple-400"}),"Frequently Asked Questions"]}),e.jsx(d,{children:m.map((t,o)=>e.jsx(a,{title:t.question,children:e.jsx("p",{className:"text-gray-700 dark:text-gray-300 leading-relaxed",children:t.answer})},o))})]}),e.jsx(l,{className:"p-8 bg-gradient-to-r from-brand-500 to-purple-600 text-white",children:e.jsxs("div",{className:"text-center",children:[e.jsx("h3",{className:"text-2xl font-bold mb-4",children:"Still Need Help?"}),e.jsx("p",{className:"text-white/90 mb-6",children:"Can't find what you're looking for? Our support team is here to help."}),e.jsxs("div",{className:"flex flex-wrap justify-center gap-4",children:[e.jsx("button",{className:"px-6 py-3 bg-white text-brand-600 rounded-lg font-semibold hover:bg-gray-100 transition-colors",children:"Contact Support"}),e.jsx("button",{className:"px-6 py-3 bg-white/10 text-white rounded-lg font-semibold hover:bg-white/20 transition-colors border border-white/20",children:"Feature Request"})]})]})})]})]})}const W=Object.freeze(Object.defineProperty({__proto__:null,default:N},Symbol.toStringTag,{value:"Module"}));function v(){return e.jsxs(e.Fragment,{children:[e.jsx(c,{title:"Documentation - IGNY8",description:"Complete documentation"}),e.jsx(p,{title:"Coming Soon",desc:"Complete documentation",children:e.jsxs("div",{className:"text-center py-8",children:[e.jsx("p",{className:"text-gray-600 dark:text-gray-400",children:"Documentation - Coming Soon"}),e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mt-2",children:"Comprehensive documentation and guides"})]})})]})}const O=Object.freeze(Object.defineProperty({__proto__:null,default:v},Symbol.toStringTag,{value:"Module"}));function C(){return e.jsxs(e.Fragment,{children:[e.jsx(c,{title:"System Testing - IGNY8",description:"System diagnostics"}),e.jsx(p,{title:"Coming Soon",desc:"System diagnostics",children:e.jsxs("div",{className:"text-center py-8",children:[e.jsx("p",{className:"text-gray-600 dark:text-gray-400",children:"System Testing - Coming Soon"}),e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mt-2",children:"Test system functionality and diagnose issues"})]})})]})}const F=Object.freeze(Object.defineProperty({__proto__:null,default:C},Symbol.toStringTag,{value:"Module"}));function S(){return e.jsxs(e.Fragment,{children:[e.jsx(c,{title:"Function Testing - IGNY8",description:"Function testing"}),e.jsx(p,{title:"Coming Soon",desc:"Function testing",children:e.jsxs("div",{className:"text-center py-8",children:[e.jsx("p",{className:"text-gray-600 dark:text-gray-400",children:"Function Testing - Coming Soon"}),e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mt-2",children:"Test individual functions and components"})]})})]})}const K=Object.freeze(Object.defineProperty({__proto__:null,default:S},Symbol.toStringTag,{value:"Module"}));export{O as D,K as F,W as H,F as S}; diff --git a/frontend/dist/assets/js/page-help-j71zd25J.js b/frontend/dist/assets/js/page-help-j71zd25J.js deleted file mode 100644 index 11a35140..00000000 --- a/frontend/dist/assets/js/page-help-j71zd25J.js +++ /dev/null @@ -1 +0,0 @@ -import{j as t}from"./vendor-react-core-DjsjKnCi.js";import{P as e,C as n}from"./page-analytics.tsx-1KCk8AGD.js";function s(){return t.jsxs(t.Fragment,{children:[t.jsx(e,{title:"Help & Support - IGNY8",description:"Documentation and support"}),t.jsx(n,{title:"Coming Soon",desc:"Documentation and support",children:t.jsxs("div",{className:"text-center py-8",children:[t.jsx("p",{className:"text-gray-600 dark:text-gray-400",children:"Help & Support - Coming Soon"}),t.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mt-2",children:"Documentation and support resources for getting started"})]})})]})}const l=Object.freeze(Object.defineProperty({__proto__:null,default:s},Symbol.toStringTag,{value:"Module"}));function o(){return t.jsxs(t.Fragment,{children:[t.jsx(e,{title:"Documentation - IGNY8",description:"Complete documentation"}),t.jsx(n,{title:"Coming Soon",desc:"Complete documentation",children:t.jsxs("div",{className:"text-center py-8",children:[t.jsx("p",{className:"text-gray-600 dark:text-gray-400",children:"Documentation - Coming Soon"}),t.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mt-2",children:"Comprehensive documentation and guides"})]})})]})}const d=Object.freeze(Object.defineProperty({__proto__:null,default:o},Symbol.toStringTag,{value:"Module"}));function i(){return t.jsxs(t.Fragment,{children:[t.jsx(e,{title:"System Testing - IGNY8",description:"System diagnostics"}),t.jsx(n,{title:"Coming Soon",desc:"System diagnostics",children:t.jsxs("div",{className:"text-center py-8",children:[t.jsx("p",{className:"text-gray-600 dark:text-gray-400",children:"System Testing - Coming Soon"}),t.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mt-2",children:"Test system functionality and diagnose issues"})]})})]})}const m=Object.freeze(Object.defineProperty({__proto__:null,default:i},Symbol.toStringTag,{value:"Module"}));function r(){return t.jsxs(t.Fragment,{children:[t.jsx(e,{title:"Function Testing - IGNY8",description:"Function testing"}),t.jsx(n,{title:"Coming Soon",desc:"Function testing",children:t.jsxs("div",{className:"text-center py-8",children:[t.jsx("p",{className:"text-gray-600 dark:text-gray-400",children:"Function Testing - Coming Soon"}),t.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mt-2",children:"Test individual functions and components"})]})})]})}const g=Object.freeze(Object.defineProperty({__proto__:null,default:r},Symbol.toStringTag,{value:"Module"}));export{d as D,g as F,l as H,m as S}; diff --git a/frontend/dist/assets/js/page-home.tsx-Ccskc_oH.js b/frontend/dist/assets/js/page-home.tsx-Ccskc_oH.js new file mode 100644 index 00000000..ed4e1a42 --- /dev/null +++ b/frontend/dist/assets/js/page-home.tsx-Ccskc_oH.js @@ -0,0 +1 @@ +import{j as e,e as a,f as o,g as i,h as r}from"./vendor-react-core-DRQGgXXF.js";import{H as n,M as l,a as d,S as s,F as c,W as p,T as m,C as h}from"./marketing-components-CJXw20ab.js";import{h as u,w as g}from"./marketing-data-DtLIUpMC.js";import"./vendor-charts-BCGhWx_0.js";import"./vendor-other-DTCyBslD.js";import"./vendor-react-router-P1WQ4rUN.js";const v=()=>e.jsxs("div",{className:"bg-[#050913]",children:[e.jsx(n,{image:"hero-dashboard.png",headline:"Scale SEO content from keyword discovery to AI-crafted outputs.",subheadline:"Igny8 automates your entire growth workflow—from market intelligence to publishing-ready content and imagery—so your team builds momentum, not spreadsheets.",primaryCta:{label:"Start free trial",href:"https://app.igny8.com/signup"},secondaryCta:{label:"Book a live tour",href:"/tour"}}),e.jsx(l,{metrics:u}),e.jsx(d,{}),e.jsxs("section",{className:"max-w-6xl mx-auto px-6 py-24 space-y-12",children:[e.jsx(s,{eyebrow:"Unified growth engine",title:"Four deeply connected products deliver one end-to-end workflow.",description:"Every step compounds the next—from keyword intelligence to AI-powered writing and design. Automations keep your pipeline moving while strategy stays in your control."}),e.jsx(c,{features:[{title:"Planner · Market intelligence",description:"Tap into a living keyword database, cluster at scale, and prioritize opportunities with AI scoring. Build topical maps in minutes, not days.",icon:e.jsx(a,{className:"h-6 w-6"}),link:{label:"See Planner",href:"/product#planner"}},{title:"Writer · AI content studio",description:"Generate briefs, long-form articles, and on-brand messaging with contextual SERP data, tone controls, and collaboration tools.",icon:e.jsx(o,{className:"h-6 w-6"}),link:{label:"See Writer",href:"/product#writer"}},{title:"Thinker · Strategy OS",description:"Centralize prompts, author voices, and brand playbooks. Sync guidelines directly into every piece of content Igny8 creates.",icon:e.jsx(i,{className:"h-6 w-6"}),link:{label:"See Thinker",href:"/product#thinker"}},{title:"Automation · Always-on execution",description:"Orchestrate keywords to ideas, tasks to content, and assets to WordPress in automated cycles—customized to your cadence.",icon:e.jsx(r,{className:"h-6 w-6"}),link:{label:"See Automation",href:"/product#automation"}}]})]}),e.jsx(p,{steps:g}),e.jsxs("section",{className:"max-w-6xl mx-auto px-6 py-24 grid grid-cols-1 lg:grid-cols-2 gap-16 items-center",children:[e.jsxs("div",{className:"space-y-6",children:[e.jsx(s,{eyebrow:"Full visibility",title:"See the entire pipeline—from keyword intake to published content—in one dashboard.",description:"Monitor velocity, quality, and automation coverage across every site. Use filters to dive into sectors, teams, and campaigns. Igny8 keeps leadership confident and operations aligned.",align:"left"}),e.jsxs("ul",{className:"space-y-4 text-sm text-white/70",children:[e.jsxs("li",{className:"flex gap-3",children:[e.jsx("span",{className:"mt-1 size-2 rounded-full bg-brand-300"}),"Real-time metrics on keyword additions, clusters formed, briefs generated, and content shipped."]}),e.jsxs("li",{className:"flex gap-3",children:[e.jsx("span",{className:"mt-1 size-2 rounded-full bg-brand-300"}),"Drill into automation logs to understand every AI action, approvals, and handoffs."]}),e.jsxs("li",{className:"flex gap-3",children:[e.jsx("span",{className:"mt-1 size-2 rounded-full bg-brand-300"}),"Export-ready visuals for leadership updates and client reporting."]})]})]}),e.jsxs("div",{className:"relative",children:[e.jsx("div",{className:"rounded-3xl border border-white/10 bg-white/5 overflow-hidden",children:e.jsx("img",{src:"/marketing/images/workflow-overview.png",alt:"Workflow overview",className:"w-full h-full object-cover"})}),e.jsxs("div",{className:"absolute -bottom-8 -left-8 md:-left-12 bg-slate-950/80 border border-white/10 rounded-3xl p-6 w-64",children:[e.jsx("h4",{className:"text-sm font-semibold text-white/80",children:"Automation snapshot"}),e.jsx("p",{className:"text-xs text-white/60 mt-2",children:"87 keywords → 63 briefs → 48 articles → 48 image sets generated this week."})]})]})]}),e.jsx(m,{}),e.jsx("section",{className:"max-w-6xl mx-auto px-6 py-24 grid grid-cols-1 lg:grid-cols-3 gap-8",children:[{title:"Deploy anywhere",description:"Publish directly to WordPress with Igny8 automations or export polished assets to CMS, docs, or project tools."},{title:"Collaborate cross-team",description:"Give SEO, content, and creative teams a shared workspace—complete with approvals, version history, and assignments."},{title:"Stay on-brand and compliant",description:"Govern prompts, author voices, and AI usage with centralized policies and audit-ready histories."}].map(t=>e.jsxs("div",{className:"rounded-3xl border border-white/10 bg-white/5 p-8 space-y-4",children:[e.jsx("h3",{className:"text-lg font-semibold text-white",children:t.title}),e.jsx("p",{className:"text-sm text-white/60 leading-relaxed",children:t.description})]},t.title))}),e.jsx(h,{title:"Ready to orchestrate SEO, content, and creative in one AI engine?",description:"Launch Igny8 in minutes. Start automating your workflow, or book a white-glove onboarding session with our team.",primaryCta:{label:"Start free trial",href:"https://app.igny8.com/signup"},secondaryCta:{label:"Talk to sales",href:"/contact"}})]});export{v as default}; diff --git a/frontend/dist/assets/js/page-ideas.config.tsx-BDMNIgpF.js b/frontend/dist/assets/js/page-ideas.config.tsx-BDMNIgpF.js new file mode 100644 index 00000000..91154e41 --- /dev/null +++ b/frontend/dist/assets/js/page-ideas.config.tsx-BDMNIgpF.js @@ -0,0 +1 @@ +import{j as r}from"./vendor-react-core-DRQGgXXF.js";import{t as i,s as n,a as c,f as s,c as d,B as o}from"./page-clusters.config.tsx-FJ8SgY77.js";const g=t=>{const u=!t.activeSector;return{columns:[{...i,key:"idea_title",label:"Title",sortable:!0,sortField:"idea_title",toggleable:!0,toggleContentKey:"description",toggleContentLabel:"Content Outline",render:e=>r.jsx("span",{className:"text-gray-800 dark:text-white font-medium",children:e})},...u?[{...n,render:(e,a)=>r.jsx(o,{color:"info",size:"sm",variant:"light",children:a.sector_name||"-"})}]:[],{key:"content_structure",label:"Structure",sortable:!0,sortField:"content_structure",width:"150px",render:e=>r.jsx(o,{color:"info",size:"sm",variant:"light",children:(e==null?void 0:e.replace("_"," "))||"-"})},{key:"content_type",label:"Type",sortable:!0,sortField:"content_type",width:"120px",render:e=>r.jsx(o,{color:"info",size:"sm",variant:"light",children:(e==null?void 0:e.replace("_"," "))||"-"})},{key:"target_keywords",label:"Target Keywords",sortable:!1,width:"250px",render:e=>r.jsx("span",{className:"text-sm text-gray-600 dark:text-gray-400 truncate block max-w-[250px]",children:e||"-"})},{key:"keyword_cluster_name",label:"Cluster",sortable:!0,sortField:"keyword_cluster_id",width:"200px",render:(e,a)=>a.keyword_cluster_name||"-"},{...c,sortable:!0,sortField:"status",render:e=>{const a={new:"warning",scheduled:"info",published:"success"};return r.jsx(o,{color:a[e]||"warning",size:"sm",children:e})}},{key:"estimated_word_count",label:"Words",sortable:!0,sortField:"estimated_word_count",width:"100px",render:e=>e.toLocaleString()},{...d,sortable:!0,sortField:"created_at",render:e=>s(e)},{key:"updated_at",label:"Updated",sortable:!0,sortField:"updated_at",defaultVisible:!1,render:e=>s(e)}],filters:[{key:"search",label:"Search",type:"text",placeholder:"Search ideas..."},{key:"status",label:"Status",type:"select",options:[{value:"",label:"All Status"},{value:"new",label:"New"},{value:"scheduled",label:"Scheduled"},{value:"published",label:"Published"}]},{key:"content_structure",label:"Structure",type:"select",options:[{value:"",label:"All Structures"},{value:"cluster_hub",label:"Cluster Hub"},{value:"landing_page",label:"Landing Page"},{value:"pillar_page",label:"Pillar Page"},{value:"supporting_page",label:"Supporting Page"}]},{key:"content_type",label:"Type",type:"select",options:[{value:"",label:"All Types"},{value:"blog_post",label:"Blog Post"},{value:"article",label:"Article"},{value:"guide",label:"Guide"},{value:"tutorial",label:"Tutorial"}]},{key:"keyword_cluster_id",label:"Cluster",type:"select",options:[{value:"",label:"All Clusters"},...t.clusters.map(e=>({value:e.id.toString(),label:e.name}))],dynamicOptions:"clusters"}],formFields:e=>{var a;return[{key:"idea_title",label:"Title",type:"text",placeholder:"Enter idea title",required:!0,value:t.formData.idea_title||"",onChange:l=>t.setFormData({...t.formData,idea_title:l})},{key:"description",label:"Description",type:"textarea",placeholder:"Enter description",value:t.formData.description||"",onChange:l=>t.setFormData({...t.formData,description:l})},{key:"content_structure",label:"Content Structure",type:"select",value:t.formData.content_structure||"blog_post",onChange:l=>t.setFormData({...t.formData,content_structure:l}),options:[{value:"cluster_hub",label:"Cluster Hub"},{value:"landing_page",label:"Landing Page"},{value:"pillar_page",label:"Pillar Page"},{value:"supporting_page",label:"Supporting Page"}]},{key:"content_type",label:"Content Type",type:"select",value:t.formData.content_type||"blog_post",onChange:l=>t.setFormData({...t.formData,content_type:l}),options:[{value:"blog_post",label:"Blog Post"},{value:"article",label:"Article"},{value:"guide",label:"Guide"},{value:"tutorial",label:"Tutorial"}]},{key:"target_keywords",label:"Target Keywords",type:"text",placeholder:"Enter keywords (comma-separated)",value:t.formData.target_keywords||"",onChange:l=>t.setFormData({...t.formData,target_keywords:l})},{key:"keyword_cluster_id",label:"Cluster",type:"select",value:((a=t.formData.keyword_cluster_id)==null?void 0:a.toString())||"",onChange:l=>t.setFormData({...t.formData,keyword_cluster_id:l?parseInt(l):null}),options:[{value:"",label:"No Cluster"},...e.map(l=>({value:l.id.toString(),label:l.name}))]},{key:"estimated_word_count",label:"Estimated Word Count",type:"number",value:t.formData.estimated_word_count||1e3,onChange:l=>t.setFormData({...t.formData,estimated_word_count:l?parseInt(l):1e3})},{key:"status",label:"Status",type:"select",value:t.formData.status||"new",onChange:l=>t.setFormData({...t.formData,status:l}),options:[{value:"new",label:"New"},{value:"scheduled",label:"Scheduled"},{value:"published",label:"Published"}]}]},headerMetrics:[{label:"Total Ideas",value:0,accentColor:"blue",calculate:e=>e.totalCount||0},{label:"New",value:0,accentColor:"amber",calculate:e=>e.ideas.filter(a=>a.status==="new").length},{label:"Scheduled",value:0,accentColor:"blue",calculate:e=>e.ideas.filter(a=>a.status==="scheduled").length},{label:"Published",value:0,accentColor:"green",calculate:e=>e.ideas.filter(a=>a.status==="published").length}]}};export{g as c}; diff --git a/frontend/dist/assets/js/page-ideas.config.tsx-Cr6kWRFa.js b/frontend/dist/assets/js/page-ideas.config.tsx-Cr6kWRFa.js deleted file mode 100644 index da0fda87..00000000 --- a/frontend/dist/assets/js/page-ideas.config.tsx-Cr6kWRFa.js +++ /dev/null @@ -1 +0,0 @@ -import{j as r}from"./vendor-react-core-DjsjKnCi.js";import{t as u,s as i,a as n,f as c,c as d,B as o}from"./page-clusters.config.tsx-9GAd-_h-.js";const g=t=>{const s=!t.activeSector;return{columns:[{...u,key:"idea_title",label:"Title",sortable:!0,sortField:"idea_title",toggleable:!0,toggleContentKey:"description",toggleContentLabel:"Content Outline",render:e=>r.jsx("span",{className:"text-gray-800 dark:text-white font-medium",children:e})},...s?[{...i,render:(e,a)=>r.jsx(o,{color:"info",size:"sm",variant:"light",children:a.sector_name||"-"})}]:[],{key:"content_structure",label:"Structure",sortable:!0,sortField:"content_structure",width:"150px",render:e=>r.jsx(o,{color:"info",size:"sm",variant:"light",children:(e==null?void 0:e.replace("_"," "))||"-"})},{key:"content_type",label:"Type",sortable:!0,sortField:"content_type",width:"120px",render:e=>r.jsx(o,{color:"info",size:"sm",variant:"light",children:(e==null?void 0:e.replace("_"," "))||"-"})},{key:"target_keywords",label:"Target Keywords",sortable:!1,width:"250px",render:e=>r.jsx("span",{className:"text-sm text-gray-600 dark:text-gray-400 truncate block max-w-[250px]",children:e||"-"})},{key:"keyword_cluster_name",label:"Cluster",sortable:!1,width:"200px",render:(e,a)=>a.keyword_cluster_name||"-"},{...n,sortable:!0,sortField:"status",render:e=>{const a={new:"warning",scheduled:"info",published:"success"};return r.jsx(o,{color:a[e]||"warning",size:"sm",children:e})}},{key:"estimated_word_count",label:"Words",sortable:!0,sortField:"estimated_word_count",width:"100px",render:e=>e.toLocaleString()},{...d,sortable:!0,sortField:"created_at",render:e=>c(e)}],filters:[{key:"search",label:"Search",type:"text",placeholder:"Search ideas..."},{key:"status",label:"Status",type:"select",options:[{value:"",label:"All Status"},{value:"new",label:"New"},{value:"scheduled",label:"Scheduled"},{value:"published",label:"Published"}]},{key:"content_structure",label:"Structure",type:"select",options:[{value:"",label:"All Structures"},{value:"cluster_hub",label:"Cluster Hub"},{value:"landing_page",label:"Landing Page"},{value:"pillar_page",label:"Pillar Page"},{value:"supporting_page",label:"Supporting Page"}]},{key:"content_type",label:"Type",type:"select",options:[{value:"",label:"All Types"},{value:"blog_post",label:"Blog Post"},{value:"article",label:"Article"},{value:"guide",label:"Guide"},{value:"tutorial",label:"Tutorial"}]},{key:"keyword_cluster_id",label:"Cluster",type:"select",options:[{value:"",label:"All Clusters"},...t.clusters.map(e=>({value:e.id.toString(),label:e.name}))],dynamicOptions:"clusters"}],formFields:e=>{var a;return[{key:"idea_title",label:"Title",type:"text",placeholder:"Enter idea title",required:!0,value:t.formData.idea_title||"",onChange:l=>t.setFormData({...t.formData,idea_title:l})},{key:"description",label:"Description",type:"textarea",placeholder:"Enter description",value:t.formData.description||"",onChange:l=>t.setFormData({...t.formData,description:l})},{key:"content_structure",label:"Content Structure",type:"select",value:t.formData.content_structure||"blog_post",onChange:l=>t.setFormData({...t.formData,content_structure:l}),options:[{value:"cluster_hub",label:"Cluster Hub"},{value:"landing_page",label:"Landing Page"},{value:"pillar_page",label:"Pillar Page"},{value:"supporting_page",label:"Supporting Page"}]},{key:"content_type",label:"Content Type",type:"select",value:t.formData.content_type||"blog_post",onChange:l=>t.setFormData({...t.formData,content_type:l}),options:[{value:"blog_post",label:"Blog Post"},{value:"article",label:"Article"},{value:"guide",label:"Guide"},{value:"tutorial",label:"Tutorial"}]},{key:"target_keywords",label:"Target Keywords",type:"text",placeholder:"Enter keywords (comma-separated)",value:t.formData.target_keywords||"",onChange:l=>t.setFormData({...t.formData,target_keywords:l})},{key:"keyword_cluster_id",label:"Cluster",type:"select",value:((a=t.formData.keyword_cluster_id)==null?void 0:a.toString())||"",onChange:l=>t.setFormData({...t.formData,keyword_cluster_id:l?parseInt(l):null}),options:[{value:"",label:"No Cluster"},...e.map(l=>({value:l.id.toString(),label:l.name}))]},{key:"estimated_word_count",label:"Estimated Word Count",type:"number",value:t.formData.estimated_word_count||1e3,onChange:l=>t.setFormData({...t.formData,estimated_word_count:l?parseInt(l):1e3})},{key:"status",label:"Status",type:"select",value:t.formData.status||"new",onChange:l=>t.setFormData({...t.formData,status:l}),options:[{value:"new",label:"New"},{value:"scheduled",label:"Scheduled"},{value:"published",label:"Published"}]}]},headerMetrics:[{label:"Total Ideas",value:0,accentColor:"blue",calculate:e=>e.totalCount||0},{label:"New",value:0,accentColor:"amber",calculate:e=>e.ideas.filter(a=>a.status==="new").length},{label:"Scheduled",value:0,accentColor:"blue",calculate:e=>e.ideas.filter(a=>a.status==="scheduled").length},{label:"Published",value:0,accentColor:"green",calculate:e=>e.ideas.filter(a=>a.status==="published").length}]}};export{g as c}; diff --git a/frontend/dist/assets/js/page-images.config.tsx-D2qUfhK2.js b/frontend/dist/assets/js/page-images.config.tsx-D2qUfhK2.js new file mode 100644 index 00000000..2653ae16 --- /dev/null +++ b/frontend/dist/assets/js/page-images.config.tsx-D2qUfhK2.js @@ -0,0 +1,5 @@ +import{r as p,j as e}from"./vendor-react-core-DRQGgXXF.js";import{B as x}from"./page-clusters.config.tsx-FJ8SgY77.js";import{g as b}from"./page-authpages-BaiNliVr.js";function u({image:a,maxPromptLength:c=100}){const[i,t]=p.useState(!1),r=s=>s.startsWith("http://")||s.startsWith("https://")?!1:s.includes("ai-images"),o=s=>{if(s.includes("ai-images")){const m=s.split("ai-images/")[1]||s.split("ai-images\\")[1];if(m)return`/images/ai-images/${m}`}return s.startsWith("/images/")?s:`/images/ai-images/${s.split("/").pop()||s.split("\\").pop()}`};if(!a)return e.jsx("div",{className:"text-gray-400 dark:text-gray-500 text-sm",children:"-"});const l=a.prompt||"",d=l.length>c,g=i||!d?l:`${l.substring(0,c)}...`;return e.jsxs("div",{className:"space-y-2",children:[l&&e.jsx("div",{className:"text-sm",children:e.jsxs("p",{className:"text-gray-700 dark:text-gray-300",children:[g,d&&e.jsx("button",{onClick:()=>t(!i),className:"ml-1 text-brand-500 hover:text-brand-600 text-xs",children:i?"Show less":"Show more"})]})}),e.jsxs("div",{className:"relative",children:[a.status==="pending"&&e.jsx("div",{className:"w-full h-24 bg-gray-200 dark:bg-gray-700 rounded border-2 border-dashed border-gray-300 dark:border-gray-600 flex items-center justify-center",children:e.jsxs("div",{className:"text-center",children:[e.jsx("svg",{className:"w-8 h-8 mx-auto text-gray-400 dark:text-gray-500 mb-1",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M4 16l4.586-4.586a2 2 0 012.828 0L16 16m-2-2l1.586-1.586a2 2 0 012.828 0L20 14m-6-6h.01M6 20h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z"})}),e.jsx("p",{className:"text-xs text-gray-500 dark:text-gray-400",children:"Pending"})]})}),a.status==="generated"&&e.jsx("div",{className:"space-y-1",children:a.image_path&&a.image_path.trim()&&r(a.image_path)?e.jsx(e.Fragment,{children:e.jsx("img",{src:o(a.image_path),alt:l||"Generated image",className:"w-full h-24 object-cover rounded border border-gray-300 dark:border-gray-600",onError:s=>{const n=s.target;n.style.display="none";const m=n.parentElement;m&&(m.innerHTML=` + <div class="w-full h-24 bg-gray-200 dark:bg-gray-700 rounded border-2 border-dashed border-gray-300 dark:border-gray-600 flex items-center justify-center"> + <p class="text-xs text-gray-500 dark:text-gray-400">Image not available</p> + </div> + `)}})}):e.jsx("div",{className:"w-full h-24 bg-gray-200 dark:bg-gray-700 rounded border-2 border-dashed border-gray-300 dark:border-gray-600 flex items-center justify-center",children:e.jsx("p",{className:"text-xs text-gray-500 dark:text-gray-400",children:"No image available"})})}),a.status==="failed"&&e.jsx("div",{className:"w-full h-24 bg-red-100 dark:bg-red-900/20 rounded border border-red-300 dark:border-red-700 flex items-center justify-center",children:e.jsxs("div",{className:"text-center",children:[e.jsx("svg",{className:"w-6 h-6 mx-auto text-red-500 mb-1",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"})}),e.jsx("p",{className:"text-xs text-red-700 dark:text-red-400",children:"Failed"})]})}),e.jsx("div",{className:"absolute top-1 right-1",children:e.jsx(x,{color:a.status==="generated"?"success":a.status==="failed"?"error":"warning",size:"xs",variant:"light",children:a.status})})]})]})}const y=a=>{const c=a.maxInArticleImages||5,i=[{key:"content_title",label:"Content Title",sortable:!0,sortField:"content_title",width:"250px",render:(t,r)=>e.jsxs("div",{children:[e.jsx("a",{href:`/writer/content/${r.content_id}`,className:"font-medium text-brand-500 hover:text-brand-600 dark:text-brand-400",children:r.content_title}),e.jsxs("div",{className:"text-xs text-gray-500 dark:text-gray-400 mt-1",children:["ID: ",r.content_id]})]})},{key:"featured_image",label:"Featured Image",sortable:!1,width:"200px",render:(t,r)=>e.jsx(u,{image:r.featured_image,onImageClick:a.onImageClick?()=>a.onImageClick(r.content_id,"featured"):void 0})}];for(let t=1;t<=c;t++)i.push({key:`in_article_${t}`,label:`In-Article ${t}`,sortable:!1,width:"200px",render:(r,o)=>{const l=o.in_article_images.find(d=>d.position===t);return e.jsx(u,{image:l||null,onImageClick:a.onImageClick&&l?()=>a.onImageClick(o.content_id,"in_article",t):void 0})}});return i.push({key:"overall_status",label:"Status",sortable:!0,sortField:"overall_status",width:"180px",render:(t,r)=>{var g,s;const o={complete:"success",partial:"info",pending:"warning",failed:"error"},l={complete:"Complete",partial:"Partial",pending:"Pending",failed:"Failed"},d=((g=r.featured_image)==null?void 0:g.status)==="pending"&&((s=r.featured_image)==null?void 0:s.prompt)||r.in_article_images.some(n=>n.status==="pending"&&n.prompt);return e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx(x,{color:o[t]||"warning",size:"sm",children:l[t]||t}),d&&a.onGenerateImages&&e.jsxs("button",{onClick:n=>{n.stopPropagation(),a.onGenerateImages(r.content_id)},className:"inline-flex items-center gap-1 px-2 py-1 text-xs font-medium text-white bg-brand-500 hover:bg-brand-600 rounded transition-colors",title:"Generate Images",children:[e.jsx(b,{className:"w-3 h-3"}),"Generate"]})]})}}),{columns:i,filters:[{key:"search",label:"Search",type:"text",placeholder:"Search by content title..."},{key:"status",label:"Status",type:"select",options:[{value:"",label:"All Status"},{value:"complete",label:"Complete"},{value:"partial",label:"Partial"},{value:"pending",label:"Pending"},{value:"failed",label:"Failed"}]}],headerMetrics:[{label:"Total Content",value:0,accentColor:"blue",calculate:t=>t.totalCount||0},{label:"Complete",value:0,accentColor:"green",calculate:t=>t.images.filter(r=>r.overall_status==="complete").length},{label:"Partial",value:0,accentColor:"info",calculate:t=>t.images.filter(r=>r.overall_status==="partial").length},{label:"Pending",value:0,accentColor:"amber",calculate:t=>t.images.filter(r=>r.overall_status==="pending").length}],maxInArticleImages:c}};export{y as c}; diff --git a/frontend/dist/assets/js/page-images.config.tsx-Dy4DVDQH.js b/frontend/dist/assets/js/page-images.config.tsx-Dy4DVDQH.js deleted file mode 100644 index af3a4e23..00000000 --- a/frontend/dist/assets/js/page-images.config.tsx-Dy4DVDQH.js +++ /dev/null @@ -1 +0,0 @@ -import{j as l}from"./vendor-react-core-DjsjKnCi.js";import{a as r,f as s,c as n,B as t}from"./page-clusters.config.tsx-9GAd-_h-.js";const d=i=>({columns:[{key:"task_title",label:"Task",sortable:!1,width:"250px",render:(e,a)=>l.jsx("span",{className:"font-medium text-gray-800 dark:text-white/90",children:a.task_title||"-"})},{key:"image_type",label:"Image Type",sortable:!1,width:"150px",render:e=>l.jsx(t,{color:"info",size:"sm",variant:"light",children:(e==null?void 0:e.replace("_"," "))||"-"})},{key:"image_url",label:"Image",sortable:!1,width:"200px",render:e=>e?l.jsx("a",{href:e,target:"_blank",rel:"noopener noreferrer",className:"text-brand-500 hover:text-brand-600 text-sm truncate block max-w-[200px]",children:"View Image"}):l.jsx("span",{className:"text-gray-400",children:"-"})},{...r,sortable:!0,sortField:"status",render:e=>{const a={pending:"warning",generated:"success",failed:"error"};return l.jsx(t,{color:a[e]||"warning",size:"sm",children:e})}},{key:"position",label:"Position",sortable:!1,width:"100px",render:e=>e||0},{...n,sortable:!0,sortField:"created_at",render:e=>s(e)}],filters:[{key:"search",label:"Search",type:"text",placeholder:"Search by task title..."},{key:"image_type",label:"Image Type",type:"select",options:[{value:"",label:"All Types"},{value:"featured",label:"Featured Image"},{value:"desktop",label:"Desktop Image"},{value:"mobile",label:"Mobile Image"},{value:"in_article",label:"In-Article Image"}]},{key:"status",label:"Status",type:"select",options:[{value:"",label:"All Status"},{value:"pending",label:"Pending"},{value:"generated",label:"Generated"},{value:"failed",label:"Failed"}]}],headerMetrics:[{label:"Total Images",value:0,accentColor:"blue",calculate:e=>e.totalCount||0},{label:"Generated",value:0,accentColor:"green",calculate:e=>e.images.filter(a=>a.status==="generated").length},{label:"Pending",value:0,accentColor:"amber",calculate:e=>e.images.filter(a=>a.status==="pending").length},{label:"Failed",value:0,accentColor:"error",calculate:e=>e.images.filter(a=>a.status==="failed").length}]});export{d as c}; diff --git a/frontend/dist/assets/js/page-keywords.config.tsx-CxJn1kF1.js b/frontend/dist/assets/js/page-keywords.config.tsx-CxJn1kF1.js deleted file mode 100644 index 78481931..00000000 --- a/frontend/dist/assets/js/page-keywords.config.tsx-CxJn1kF1.js +++ /dev/null @@ -1 +0,0 @@ -import{j as a}from"./vendor-react-core-DjsjKnCi.js";import{k as c,s as d,v as p,b as v,d as f,i as y,a as b,f as g,c as x,B as i,g as w}from"./page-clusters.config.tsx-9GAd-_h-.js";import{L as n,I as s,B as u}from"./page-authpages-CY7hjDHU.js";const V=e=>{const m=!e.activeSector;return{columns:[{...c,sortable:!0,sortField:"keyword"},...m?[{...d,render:(l,t)=>a.jsx(i,{color:"info",size:"sm",variant:"light",children:t.sector_name||"-"})}]:[],{...p,sortable:!0,sortField:"volume",render:l=>l.toLocaleString()},{...v,sortable:!1,render:(l,t)=>t.cluster_name||"-"},{...f,sortable:!0,sortField:"difficulty",align:"center",render:l=>{const t=w(l),r=typeof t=="number"&&t===5?"solid":typeof t=="number"&&(t===2||t===3||t===4)?"light":typeof t=="number"&&t===1?"solid":"light",o=typeof t=="number"&&t===1||typeof t=="number"&&t===2?"success":typeof t=="number"&&t===3?"warning":typeof t=="number"&&t===4||typeof t=="number"&&t===5?"error":"light";return typeof t=="number"?a.jsx(i,{color:o,variant:r,size:"sm",children:t}):t}},{...y,sortable:!0,sortField:"intent",render:l=>{const t=r=>{const o=(r==null?void 0:r.toLowerCase())||"";return o==="transactional"||o==="commercial"?"success":o==="navigational"?"warning":"info"};return a.jsx(i,{color:t(l),size:"sm",variant:(l==null?void 0:l.toLowerCase())==="informational"?"light":void 0,children:l})}},{...b,sortable:!0,sortField:"status",render:l=>a.jsx(i,{color:l==="active"?"success":l==="pending"?"warning":"error",size:"sm",children:l})},{...x,sortable:!0,sortField:"created_at",render:l=>g(l)}],filters:[{key:"search",label:"Search",type:"text",placeholder:"Search keywords..."},{key:"status",label:"Status",type:"select",options:[{value:"",label:"All Status"},{value:"active",label:"Active"},{value:"pending",label:"Pending"},{value:"archived",label:"Archived"}]},{key:"intent",label:"Intent",type:"select",options:[{value:"",label:"All Intent"},{value:"informational",label:"Informational"},{value:"navigational",label:"Navigational"},{value:"transactional",label:"Transactional"},{value:"commercial",label:"Commercial"}]},{key:"difficulty",label:"Difficulty",type:"select",options:[{value:"",label:"All Difficulty"},{value:"1",label:"1 - Very Easy"},{value:"2",label:"2 - Easy"},{value:"3",label:"3 - Medium"},{value:"4",label:"4 - Hard"},{value:"5",label:"5 - Very Hard"}]},{key:"volume",label:"Volume Range",type:"custom",customRender:()=>a.jsxs("div",{className:"relative flex-1 min-w-[140px]",children:[a.jsxs("button",{ref:e.volumeButtonRef,type:"button",onClick:()=>{e.setIsVolumeDropdownOpen(!e.isVolumeDropdownOpen),e.setTempVolumeMin(e.volumeMin),e.setTempVolumeMax(e.volumeMax)},className:`igny8-select-styled h-9 w-full appearance-none rounded-lg border border-gray-300 bg-transparent px-3 py-2 pr-10 text-sm shadow-theme-xs focus:border-brand-300 focus:outline-hidden focus:ring-3 focus:ring-brand-500/10 dark:border-gray-700 dark:bg-gray-900 dark:focus:border-brand-800 ${e.volumeMin||e.volumeMax?"text-gray-800 dark:text-white/90":"text-gray-400 dark:text-gray-400"} ${e.isVolumeDropdownOpen?"border-brand-300 ring-3 ring-brand-500/10 dark:border-brand-800":""}`,children:[a.jsx("span",{className:"block text-left truncate",children:e.volumeMin||e.volumeMax?`Vol: ${e.volumeMin||"Min"} - ${e.volumeMax||"Max"}`:"Volume Range"}),a.jsx("span",{className:"absolute inset-y-0 right-0 flex items-center pr-3 pointer-events-none",children:a.jsx("svg",{className:"h-4 w-4 text-gray-400",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:a.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M19 9l-7 7-7-7"})})})]}),e.isVolumeDropdownOpen&&a.jsx("div",{ref:e.volumeDropdownRef,className:"absolute z-50 left-0 right-0 mt-1 rounded-lg border border-gray-200 bg-white shadow-theme-lg dark:border-gray-800 dark:bg-gray-dark overflow-hidden p-4 min-w-[280px]",children:a.jsxs("div",{className:"space-y-3",children:[a.jsxs("div",{children:[a.jsx(n,{htmlFor:"vol-min",className:"text-xs mb-1",children:"Min Volume"}),a.jsx(s,{id:"vol-min",type:"number",placeholder:"Min",value:e.tempVolumeMin,onChange:l=>{const t=l.target.value;e.setTempVolumeMin(t===""?"":parseInt(t)||"")},className:"w-full h-9"})]}),a.jsxs("div",{children:[a.jsx(n,{htmlFor:"vol-max",className:"text-xs mb-1",children:"Max Volume"}),a.jsx(s,{id:"vol-max",type:"number",placeholder:"Max",value:e.tempVolumeMax,onChange:l=>{const t=l.target.value;e.setTempVolumeMax(t===""?"":parseInt(t)||"")},className:"w-full h-9"})]}),a.jsxs("div",{className:"flex gap-2 pt-2",children:[a.jsx(u,{size:"sm",variant:"primary",onClick:async()=>{const l=e.tempVolumeMin===""?"":Number(e.tempVolumeMin),t=e.tempVolumeMax===""?"":Number(e.tempVolumeMax);e.setIsVolumeDropdownOpen(!1),e.setVolumeMin(l),e.setVolumeMax(t),e.setCurrentPage(1),setTimeout(()=>{e.loadKeywords()},0)},className:"flex-1",children:"OK"}),a.jsx(u,{size:"sm",variant:"secondary",onClick:()=>{e.setIsVolumeDropdownOpen(!1),e.setTempVolumeMin(e.volumeMin),e.setTempVolumeMax(e.volumeMax)},className:"flex-1",children:"Cancel"})]})]})})]})},{key:"cluster_id",label:"Cluster",type:"select",options:[{value:"",label:"All Clusters"},...e.clusters.map(l=>({value:l.id.toString(),label:l.name}))],className:"w-40"}],headerMetrics:[{label:"Total Keywords",value:0,accentColor:"blue",calculate:l=>l.totalCount||0},{label:"Mapped",value:0,accentColor:"green",calculate:l=>l.keywords.filter(t=>t.cluster_id).length},{label:"Unmapped",value:0,accentColor:"amber",calculate:l=>l.keywords.filter(t=>!t.cluster_id).length},{label:"Total Volume",value:0,accentColor:"purple",calculate:l=>l.keywords.reduce((t,r)=>t+(r.volume||0),0)}],formFields:l=>{var t,r;return[{key:"seed_keyword_id",label:"Seed Keyword",type:"select",placeholder:"Select a seed keyword",value:((t=e.formData.seed_keyword_id)==null?void 0:t.toString())||"",onChange:o=>e.setFormData({...e.formData,seed_keyword_id:o?parseInt(o):0}),required:!0,options:[{value:"",label:"Select a keyword..."},...e.availableSeedKeywords.map(o=>({value:o.id.toString(),label:`${o.keyword} (Vol: ${o.volume.toLocaleString()}, Diff: ${o.difficulty}, ${o.intent})`}))]},{key:"volume_override",label:"Volume Override (optional)",type:"number",placeholder:"Leave empty to use seed keyword volume",value:e.formData.volume_override??"",onChange:o=>e.setFormData({...e.formData,volume_override:o?parseInt(o):null})},{key:"difficulty_override",label:"Difficulty Override (optional)",type:"number",placeholder:"Leave empty to use seed keyword difficulty",value:e.formData.difficulty_override??"",onChange:o=>e.setFormData({...e.formData,difficulty_override:o?parseInt(o):null}),min:0,max:100},{key:"cluster_id",label:"Cluster",type:"select",value:((r=e.formData.cluster_id)==null?void 0:r.toString())||"",onChange:o=>e.setFormData({...e.formData,cluster_id:o?parseInt(o):null}),options:[{value:"",label:"No Cluster"},...l.map(o=>({value:o.id.toString(),label:o.name}))]},{key:"status",label:"Status",type:"select",value:e.formData.status||"pending",onChange:o=>e.setFormData({...e.formData,status:o}),options:[{value:"pending",label:"Pending"},{value:"active",label:"Active"},{value:"archived",label:"Archived"}]}]},exportConfig:{endpoint:"/v1/planner/keywords/export/",filename:"keywords",formats:["csv","json"]},importConfig:{endpoint:"/v1/planner/keywords/import_keywords/",acceptedFormats:[".csv"],maxFileSize:5*1024*1024}}};export{V as c}; diff --git a/frontend/dist/assets/js/page-keywords.config.tsx-DZ6n4Vdz.js b/frontend/dist/assets/js/page-keywords.config.tsx-DZ6n4Vdz.js new file mode 100644 index 00000000..8fba0cce --- /dev/null +++ b/frontend/dist/assets/js/page-keywords.config.tsx-DZ6n4Vdz.js @@ -0,0 +1 @@ +import{j as r}from"./vendor-react-core-DRQGgXXF.js";import{k as p,s as f,v,b,d as y,i as g,a as x,f as s,c as w,B as i,g as n}from"./page-clusters.config.tsx-FJ8SgY77.js";import{L as u,I as m,B as c}from"./page-authpages-BaiNliVr.js";const V=e=>{const d=!e.activeSector;return{columns:[{...p,sortable:!0,sortField:"keyword"},...d?[{...f,render:(l,t)=>r.jsx(i,{color:"info",size:"sm",variant:"light",children:t.sector_name||"-"})}]:[],{...v,sortable:!0,sortField:"volume",render:l=>l.toLocaleString()},{...b,sortable:!0,sortField:"cluster_id",render:(l,t)=>t.cluster_name||"-"},{...y,sortable:!0,sortField:"difficulty",align:"center",render:l=>{const t=n(l),a=typeof t=="number"&&t===5?"solid":typeof t=="number"&&(t===2||t===3||t===4)?"light":typeof t=="number"&&t===1?"solid":"light",o=typeof t=="number"&&t===1||typeof t=="number"&&t===2?"success":typeof t=="number"&&t===3?"warning":typeof t=="number"&&t===4||typeof t=="number"&&t===5?"error":"light";return typeof t=="number"?r.jsx(i,{color:o,variant:a,size:"sm",children:t}):t}},{...g,sortable:!0,sortField:"intent",render:l=>{const t=a=>{const o=(a==null?void 0:a.toLowerCase())||"";return o==="transactional"||o==="commercial"?"success":o==="navigational"?"warning":"info"};return r.jsx(i,{color:t(l),size:"sm",variant:(l==null?void 0:l.toLowerCase())==="informational"?"light":void 0,children:l})}},{...x,sortable:!0,sortField:"status",render:l=>r.jsx(i,{color:l==="active"?"success":l==="pending"?"warning":"error",size:"sm",children:l})},{...w,sortable:!0,sortField:"created_at",render:l=>s(l)},{key:"updated_at",label:"Updated",sortable:!0,sortField:"updated_at",defaultVisible:!1,render:l=>s(l)},{key:"volume_override",label:"Volume Override",sortable:!0,sortField:"volume_override",defaultVisible:!1,render:l=>l?l.toLocaleString():"-"},{key:"difficulty_override",label:"Difficulty Override",sortable:!0,sortField:"difficulty_override",defaultVisible:!1,align:"center",render:l=>{if(l==null)return"-";const t=n(l);return typeof t=="number"?r.jsx(i,{color:t===1||t===2?"success":t===3?"warning":"error",variant:t===5?"solid":"light",size:"sm",children:t}):t}}],filters:[{key:"search",label:"Search",type:"text",placeholder:"Search keywords..."},{key:"status",label:"Status",type:"select",options:[{value:"",label:"All Status"},{value:"active",label:"Active"},{value:"pending",label:"Pending"},{value:"archived",label:"Archived"}]},{key:"intent",label:"Intent",type:"select",options:[{value:"",label:"All Intent"},{value:"informational",label:"Informational"},{value:"navigational",label:"Navigational"},{value:"transactional",label:"Transactional"},{value:"commercial",label:"Commercial"}]},{key:"difficulty",label:"Difficulty",type:"select",options:[{value:"",label:"All Difficulty"},{value:"1",label:"1 - Very Easy"},{value:"2",label:"2 - Easy"},{value:"3",label:"3 - Medium"},{value:"4",label:"4 - Hard"},{value:"5",label:"5 - Very Hard"}]},{key:"volume",label:"Volume Range",type:"custom",customRender:()=>r.jsxs("div",{className:"relative flex-1 min-w-[140px]",children:[r.jsxs("button",{ref:e.volumeButtonRef,type:"button",onClick:()=>{e.setIsVolumeDropdownOpen(!e.isVolumeDropdownOpen),e.setTempVolumeMin(e.volumeMin),e.setTempVolumeMax(e.volumeMax)},className:`igny8-select-styled h-9 w-full appearance-none rounded-lg border border-gray-300 bg-transparent px-3 py-2 pr-10 text-sm shadow-theme-xs focus:border-brand-300 focus:outline-hidden focus:ring-3 focus:ring-brand-500/10 dark:border-gray-700 dark:bg-gray-900 dark:focus:border-brand-800 ${e.volumeMin||e.volumeMax?"text-gray-800 dark:text-white/90":"text-gray-400 dark:text-gray-400"} ${e.isVolumeDropdownOpen?"border-brand-300 ring-3 ring-brand-500/10 dark:border-brand-800":""}`,children:[r.jsx("span",{className:"block text-left truncate",children:e.volumeMin||e.volumeMax?`Vol: ${e.volumeMin||"Min"} - ${e.volumeMax||"Max"}`:"Volume Range"}),r.jsx("span",{className:"absolute inset-y-0 right-0 flex items-center pr-3 pointer-events-none",children:r.jsx("svg",{className:"h-4 w-4 text-gray-400",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:r.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M19 9l-7 7-7-7"})})})]}),e.isVolumeDropdownOpen&&r.jsx("div",{ref:e.volumeDropdownRef,className:"absolute z-50 left-0 right-0 mt-1 rounded-lg border border-gray-200 bg-white shadow-theme-lg dark:border-gray-800 dark:bg-gray-dark overflow-hidden p-4 min-w-[280px]",children:r.jsxs("div",{className:"space-y-3",children:[r.jsxs("div",{children:[r.jsx(u,{htmlFor:"vol-min",className:"text-xs mb-1",children:"Min Volume"}),r.jsx(m,{id:"vol-min",type:"number",placeholder:"Min",value:e.tempVolumeMin,onChange:l=>{const t=l.target.value;e.setTempVolumeMin(t===""?"":parseInt(t)||"")},className:"w-full h-9"})]}),r.jsxs("div",{children:[r.jsx(u,{htmlFor:"vol-max",className:"text-xs mb-1",children:"Max Volume"}),r.jsx(m,{id:"vol-max",type:"number",placeholder:"Max",value:e.tempVolumeMax,onChange:l=>{const t=l.target.value;e.setTempVolumeMax(t===""?"":parseInt(t)||"")},className:"w-full h-9"})]}),r.jsxs("div",{className:"flex gap-2 pt-2",children:[r.jsx(c,{size:"sm",variant:"primary",onClick:async()=>{const l=e.tempVolumeMin===""?"":Number(e.tempVolumeMin),t=e.tempVolumeMax===""?"":Number(e.tempVolumeMax);e.setIsVolumeDropdownOpen(!1),e.setVolumeMin(l),e.setVolumeMax(t),e.setCurrentPage(1),setTimeout(()=>{e.loadKeywords()},0)},className:"flex-1",children:"OK"}),r.jsx(c,{size:"sm",variant:"secondary",onClick:()=>{e.setIsVolumeDropdownOpen(!1),e.setTempVolumeMin(e.volumeMin),e.setTempVolumeMax(e.volumeMax)},className:"flex-1",children:"Cancel"})]})]})})]})},{key:"cluster_id",label:"Cluster",type:"select",options:[{value:"",label:"All Clusters"},...e.clusters.map(l=>({value:l.id.toString(),label:l.name}))],className:"w-40"}],headerMetrics:[{label:"Total Keywords",value:0,accentColor:"blue",calculate:l=>l.totalCount||0},{label:"Mapped",value:0,accentColor:"green",calculate:l=>l.keywords.filter(t=>t.cluster_id).length},{label:"Unmapped",value:0,accentColor:"amber",calculate:l=>l.keywords.filter(t=>!t.cluster_id).length},{label:"Total Volume",value:0,accentColor:"purple",calculate:l=>l.keywords.reduce((t,a)=>t+(a.volume||0),0)}],formFields:l=>{var t,a;return[{key:"seed_keyword_id",label:"Seed Keyword",type:"select",placeholder:"Select a seed keyword",value:((t=e.formData.seed_keyword_id)==null?void 0:t.toString())||"",onChange:o=>e.setFormData({...e.formData,seed_keyword_id:o?parseInt(o):0}),required:!0,options:[{value:"",label:"Select a keyword..."},...e.availableSeedKeywords.map(o=>({value:o.id.toString(),label:`${o.keyword} (Vol: ${o.volume.toLocaleString()}, Diff: ${o.difficulty}, ${o.intent})`}))]},{key:"volume_override",label:"Volume Override (optional)",type:"number",placeholder:"Leave empty to use seed keyword volume",value:e.formData.volume_override??"",onChange:o=>e.setFormData({...e.formData,volume_override:o?parseInt(o):null})},{key:"difficulty_override",label:"Difficulty Override (optional)",type:"number",placeholder:"Leave empty to use seed keyword difficulty",value:e.formData.difficulty_override??"",onChange:o=>e.setFormData({...e.formData,difficulty_override:o?parseInt(o):null}),min:0,max:100},{key:"cluster_id",label:"Cluster",type:"select",value:((a=e.formData.cluster_id)==null?void 0:a.toString())||"",onChange:o=>e.setFormData({...e.formData,cluster_id:o?parseInt(o):null}),options:[{value:"",label:"No Cluster"},...l.map(o=>({value:o.id.toString(),label:o.name}))]},{key:"status",label:"Status",type:"select",value:e.formData.status||"pending",onChange:o=>e.setFormData({...e.formData,status:o}),options:[{value:"pending",label:"Pending"},{value:"active",label:"Active"},{value:"archived",label:"Archived"}]}]},exportConfig:{endpoint:"/v1/planner/keywords/export/",filename:"keywords",formats:["csv","json"]},importConfig:{endpoint:"/v1/planner/keywords/import_keywords/",acceptedFormats:[".csv"],maxFileSize:5*1024*1024}}};export{V as c}; diff --git a/frontend/dist/assets/js/page-otherpage-CbNMllJl.js b/frontend/dist/assets/js/page-otherpage-CbNMllJl.js deleted file mode 100644 index 3cadbd94..00000000 --- a/frontend/dist/assets/js/page-otherpage-CbNMllJl.js +++ /dev/null @@ -1 +0,0 @@ -import{j as e}from"./vendor-react-core-DjsjKnCi.js";import{G as t}from"./page-authpages-CY7hjDHU.js";import{L as a}from"./vendor-react-router-BJY_70Cr.js";import{P as r}from"./page-analytics.tsx-1KCk8AGD.js";function o(){return e.jsxs(e.Fragment,{children:[e.jsx(r,{title:"React.js 404 Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js 404 Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsxs("div",{className:"relative flex flex-col items-center justify-center min-h-screen p-6 overflow-hidden z-1",children:[e.jsx(t,{}),e.jsxs("div",{className:"mx-auto w-full max-w-[242px] text-center sm:max-w-[472px]",children:[e.jsx("h1",{className:"mb-8 font-bold text-gray-800 text-title-md dark:text-white/90 xl:text-title-2xl",children:"ERROR"}),e.jsx("img",{src:"/images/error/404.svg",alt:"404",className:"dark:hidden"}),e.jsx("img",{src:"/images/error/404-dark.svg",alt:"404",className:"hidden dark:block"}),e.jsx("p",{className:"mt-10 mb-6 text-base text-gray-700 dark:text-gray-400 sm:text-lg",children:"We can’t seem to find the page you are looking for!"}),e.jsx(a,{to:"/",className:"inline-flex items-center justify-center rounded-lg border border-gray-300 bg-white px-5 py-3.5 text-sm font-medium text-gray-700 shadow-theme-xs hover:bg-gray-50 hover:text-gray-800 dark:border-gray-700 dark:bg-gray-800 dark:text-gray-400 dark:hover:bg-white/[0.03] dark:hover:text-gray-200",children:"Back to Home Page"})]}),e.jsxs("p",{className:"absolute text-sm text-center text-gray-500 -translate-x-1/2 bottom-6 left-1/2 dark:text-gray-400",children:["© ",new Date().getFullYear()," - TailAdmin"]})]})]})}export{o as N}; diff --git a/frontend/dist/assets/js/page-otherpage-my21hYIE.js b/frontend/dist/assets/js/page-otherpage-my21hYIE.js new file mode 100644 index 00000000..3838926e --- /dev/null +++ b/frontend/dist/assets/js/page-otherpage-my21hYIE.js @@ -0,0 +1 @@ +import{j as e}from"./vendor-react-core-DRQGgXXF.js";import{P as t,G as a}from"./page-authpages-BaiNliVr.js";import{L as r}from"./vendor-react-router-P1WQ4rUN.js";function l(){return e.jsxs(e.Fragment,{children:[e.jsx(t,{title:"React.js 404 Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js 404 Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsxs("div",{className:"relative flex flex-col items-center justify-center min-h-screen p-6 overflow-hidden z-1",children:[e.jsx(a,{}),e.jsxs("div",{className:"mx-auto w-full max-w-[242px] text-center sm:max-w-[472px]",children:[e.jsx("h1",{className:"mb-8 font-bold text-gray-800 text-title-md dark:text-white/90 xl:text-title-2xl",children:"ERROR"}),e.jsx("img",{src:"/images/error/404.svg",alt:"404",className:"dark:hidden"}),e.jsx("img",{src:"/images/error/404-dark.svg",alt:"404",className:"hidden dark:block"}),e.jsx("p",{className:"mt-10 mb-6 text-base text-gray-700 dark:text-gray-400 sm:text-lg",children:"We can’t seem to find the page you are looking for!"}),e.jsx(r,{to:"/",className:"inline-flex items-center justify-center rounded-lg border border-gray-300 bg-white px-5 py-3.5 text-sm font-medium text-gray-700 shadow-theme-xs hover:bg-gray-50 hover:text-gray-800 dark:border-gray-700 dark:bg-gray-800 dark:text-gray-400 dark:hover:bg-white/[0.03] dark:hover:text-gray-200",children:"Back to Home Page"})]}),e.jsxs("p",{className:"absolute text-sm text-center text-gray-500 -translate-x-1/2 bottom-6 left-1/2 dark:text-gray-400",children:["© ",new Date().getFullYear()," - TailAdmin"]})]})]})}export{l as N}; diff --git a/frontend/dist/assets/js/page-partners.tsx-BG86dGWQ.js b/frontend/dist/assets/js/page-partners.tsx-BG86dGWQ.js new file mode 100644 index 00000000..1890bc08 --- /dev/null +++ b/frontend/dist/assets/js/page-partners.tsx-BG86dGWQ.js @@ -0,0 +1 @@ +import{j as e}from"./vendor-react-core-DRQGgXXF.js";import{S as t,C as r}from"./marketing-components-CJXw20ab.js";import"./vendor-charts-BCGhWx_0.js";import"./vendor-other-DTCyBslD.js";import"./vendor-react-router-P1WQ4rUN.js";import"./marketing-data-DtLIUpMC.js";const n=[{title:"Certified Agency",benefits:["Co-branded marketing assets and listing in partner directory.","Dedicated partner manager and quarterly business reviews.","Access to automation templates and think tank sessions."]},{title:"Technology Partner",benefits:["API access, sandbox environments, and technical documentation.","Joint integration roadmap planning and go-to-market support.","Shared lead programs and launch promotion campaigns."]},{title:"Affiliate & Advocate",benefits:["Performance-based revenue share with lifetime attribution.","Early access to new features and partner community channels.","Custom reporting dashboards to track referred accounts."]}],p=()=>e.jsxs("div",{className:"bg-[#050913] text-white",children:[e.jsx("section",{className:"max-w-6xl mx-auto px-6 pt-24 pb-16",children:e.jsx(t,{eyebrow:"Partners",title:"Grow faster together—build services and solutions on Igny8.",description:"Join our partner ecosystem to co-create automations, deliver measurable results, and co-market AI-driven success stories."})}),e.jsx("section",{className:"max-w-6xl mx-auto px-6 pb-24 grid grid-cols-1 md:grid-cols-3 gap-8",children:n.map(s=>e.jsxs("div",{className:"rounded-3xl border border-white/10 bg-white/5 p-8 flex flex-col gap-5",children:[e.jsx("span",{className:"text-xs uppercase tracking-[0.3em] text-white/40",children:"Program"}),e.jsx("h3",{className:"text-xl font-semibold text-white",children:s.title}),e.jsx("ul",{className:"space-y-3 text-sm text-white/70",children:s.benefits.map(a=>e.jsxs("li",{className:"flex gap-3",children:[e.jsx("span",{className:"mt-1 size-1.5 rounded-full bg-brand-300"}),a]},a))})]},s.title))}),e.jsx("section",{className:"bg-slate-950/70 border-y border-white/5",children:e.jsxs("div",{className:"max-w-6xl mx-auto px-6 py-24 grid grid-cols-1 lg:grid-cols-2 gap-12",children:[e.jsxs("div",{className:"space-y-6",children:[e.jsx(t,{eyebrow:"API & integrations",title:"Embed Igny8 intelligence into your workflows.",description:"Use Igny8 APIs and webhooks to power your own products, analytics, or client portals. Automate keyword ingestion, content creation, asset delivery, and reporting.",align:"left"}),e.jsx("div",{className:"rounded-3xl border border-white/10 bg-white/5 p-6 text-sm text-white/60",children:"API docs placeholder (download at `/marketing/images/api-docs.png`, 1100×720)."})]}),e.jsxs("div",{className:"rounded-3xl border border-white/10 bg-white/5 p-10 space-y-6",children:[e.jsx("h4",{className:"text-lg font-semibold text-white",children:"Partner resources"}),e.jsxs("ul",{className:"space-y-4 text-sm text-white/70",children:[e.jsxs("li",{className:"flex gap-3",children:[e.jsx("span",{className:"mt-1 size-1.5 rounded-full bg-brand-300"}),"Sales playbooks, ROI calculators, and demo environments."]}),e.jsxs("li",{className:"flex gap-3",children:[e.jsx("span",{className:"mt-1 size-1.5 rounded-full bg-brand-300"}),"Shared Slack channels with Igny8 product and marketing teams."]}),e.jsxs("li",{className:"flex gap-3",children:[e.jsx("span",{className:"mt-1 size-1.5 rounded-full bg-brand-300"}),"Quarterly partner labs to showcase launches and integrations."]})]})]})]})}),e.jsx(r,{title:"Become an Igny8 partner.",description:"Apply today to co-create automations, launch integrations, and grow with our shared go-to-market engine.",primaryCta:{label:"Apply now",href:"/contact"},secondaryCta:{label:"Download partner deck",href:"/marketing/images/partner-program.png"}})]});export{p as default}; diff --git a/frontend/dist/assets/js/page-pricing.tsx-CtcPYL8c.js b/frontend/dist/assets/js/page-pricing.tsx-CtcPYL8c.js new file mode 100644 index 00000000..d454a67d --- /dev/null +++ b/frontend/dist/assets/js/page-pricing.tsx-CtcPYL8c.js @@ -0,0 +1 @@ +import{j as e}from"./vendor-react-core-DRQGgXXF.js";import{S as s,C as r}from"./marketing-components-CJXw20ab.js";import"./vendor-charts-BCGhWx_0.js";import"./vendor-other-DTCyBslD.js";import"./vendor-react-router-P1WQ4rUN.js";import"./marketing-data-DtLIUpMC.js";const i=[{name:"Launch",price:"$199",cadence:"per month",description:"For emerging teams launching AI-assisted content operations.",features:["Up to 5 team seats","Planner + Writer modules","3 automation recipes","2,500 AI credits / month","Email support"],badge:"Most popular for startups"},{name:"Scale",price:"$499",cadence:"per month",description:"For growing organizations automating multi-site workflows.",features:["Unlimited seats","Planner + Writer + Thinker","All automation recipes","10,000 AI credits / month","Priority support & onboarding"],featured:!0,badge:"Best value"},{name:"Enterprise",price:"Let’s talk",cadence:"",description:"For publishers and agencies needing advanced governance.",features:["Custom SLAs and SSO","Private automation recipes","Dedicated success architect","Credit scaling & on-prem options","Security reviews & compliance support"],badge:"Tailored programs"}],n=[{feature:"Global keyword database",launch:!0,scale:!0,enterprise:!0},{feature:"AI clustering & topical maps",launch:"10k keywords",scale:"100k keywords",enterprise:"Unlimited"},{feature:"Automation recipes",launch:"3 core",scale:"All 12",enterprise:"Custom"},{feature:"WordPress publishing",launch:"Manual",scale:"Automated",enterprise:"Automated + custom CMS"},{feature:"Support",launch:"Email + docs",scale:"Priority + onboarding",enterprise:"Dedicated CSM"}],x=()=>e.jsxs("div",{className:"bg-[#050913] text-white",children:[e.jsxs("section",{className:"max-w-6xl mx-auto px-6 pt-24 pb-16 space-y-8",children:[e.jsx(s,{eyebrow:"Pricing",title:"Simple plans that scale with your automation ambitions.",description:"Transparent pricing for the entire Igny8 platform. No seat-based penalties—every teammate can collaborate freely."}),e.jsx("div",{className:"rounded-3xl border border-white/10 bg-white/5 p-6 text-sm text-white/60 text-center",children:"Looking to migrate from an existing AI content stack? Ask about our migration credit and onboarding accelerator."})]}),e.jsx("section",{className:"max-w-6xl mx-auto px-6 pb-24 grid grid-cols-1 lg:grid-cols-3 gap-8",children:i.map(t=>e.jsxs("div",{className:`relative rounded-3xl border ${t.featured?"border-brand-500/60 bg-brand-500/10 shadow-[0_0_70px_rgba(59,130,246,0.25)]":"border-white/10 bg-white/5"} p-10 flex flex-col gap-6`,children:[t.badge&&e.jsx("span",{className:"inline-flex items-center self-start rounded-full border border-white/15 bg-white/10 px-4 py-1 text-[11px] uppercase tracking-[0.25em] text-brand-100",children:t.badge}),e.jsxs("div",{children:[e.jsx("h3",{className:"text-2xl font-semibold text-white",children:t.name}),e.jsx("p",{className:"text-sm text-white/60 mt-2",children:t.description})]}),e.jsxs("div",{className:"text-4xl font-semibold text-white",children:[t.price,t.cadence&&e.jsx("span",{className:"text-sm font-normal text-white/50 ml-2",children:t.cadence})]}),e.jsx("ul",{className:"space-y-3 text-sm text-white/70",children:t.features.map(a=>e.jsxs("li",{className:"flex gap-3",children:[e.jsx("span",{className:"mt-1 size-1.5 rounded-full bg-brand-300"}),a]},a))}),e.jsx("div",{className:"pt-4",children:e.jsx("a",{href:t.name==="Enterprise"?"/contact":"https://app.igny8.com/signup",className:`inline-flex w-full items-center justify-center rounded-full px-6 py-3 text-sm font-semibold transition ${t.featured?"bg-white text-slate-950 hover:bg-brand-100":"border border-white/30 text-white hover:border-white/60"}`,children:t.name==="Enterprise"?"Contact sales":"Start free trial"})})]},t.name))}),e.jsxs("section",{className:"max-w-6xl mx-auto px-6 pb-24 space-y-10",children:[e.jsx("h3",{className:"text-xl font-semibold text-white",children:"Compare plan capabilities"}),e.jsx("div",{className:"overflow-hidden rounded-3xl border border-white/10 bg-white/5",children:e.jsxs("table",{className:"min-w-full text-sm text-white/70",children:[e.jsx("thead",{className:"bg-white/5 text-white/60 uppercase text-xs tracking-[0.3em]",children:e.jsxs("tr",{children:[e.jsx("th",{className:"px-6 py-4 text-left",children:"Capability"}),e.jsx("th",{className:"px-6 py-4 text-center",children:"Launch"}),e.jsx("th",{className:"px-6 py-4 text-center",children:"Scale"}),e.jsx("th",{className:"px-6 py-4 text-center",children:"Enterprise"})]})}),e.jsx("tbody",{children:n.map((t,a)=>e.jsxs("tr",{className:a%2===0?"bg-white/3":"",children:[e.jsx("td",{className:"px-6 py-5 text-white font-medium",children:t.feature}),e.jsx("td",{className:"px-6 py-5 text-center",children:t.launch===!0?"Included":t.launch}),e.jsx("td",{className:"px-6 py-5 text-center",children:t.scale===!0?"Included":t.scale}),e.jsx("td",{className:"px-6 py-5 text-center",children:t.enterprise===!0?"Included":t.enterprise})]},t.feature))})]})})]}),e.jsx("section",{className:"bg-slate-950/70 border-y border-white/5",children:e.jsxs("div",{className:"max-w-6xl mx-auto px-6 py-24 grid grid-cols-1 md:grid-cols-2 gap-12 text-sm text-white/70",children:[e.jsxs("div",{className:"space-y-4",children:[e.jsx("h4",{className:"text-lg font-semibold text-white",children:"Usage-based credits explained"}),e.jsx("p",{children:"Igny8 credits cover AI-generated drafts, clustering, and image creation. Monitor usage in real time from your dashboard. Credits roll over for 30 days."}),e.jsx("p",{children:"Need more? Add packs instantly or set automation rules to pause when thresholds are hit."})]}),e.jsxs("div",{className:"space-y-4",children:[e.jsx("h4",{className:"text-lg font-semibold text-white",children:"Security & compliance"}),e.jsx("p",{children:"Igny8 supports granular access controls, SSO, audit logging, and data residency requests. Enterprise plans include SOC 2 documentation and custom security reviews."})]})]})}),e.jsx(r,{title:"Let’s build a plan tailored to your content velocity goals.",description:"Our team will help you forecast automation impact, map migrations, and launch Igny8 within days.",primaryCta:{label:"Talk to sales",href:"/contact"},secondaryCta:{label:"Start free trial",href:"https://app.igny8.com/signup"}})]});export{x as default}; diff --git a/frontend/dist/assets/js/page-product.tsx-1daWL9gj.js b/frontend/dist/assets/js/page-product.tsx-1daWL9gj.js new file mode 100644 index 00000000..26a18c83 --- /dev/null +++ b/frontend/dist/assets/js/page-product.tsx-1daWL9gj.js @@ -0,0 +1 @@ +import{j as e}from"./vendor-react-core-DRQGgXXF.js";import{S as a,C as i}from"./marketing-components-CJXw20ab.js";import"./vendor-charts-BCGhWx_0.js";import"./vendor-other-DTCyBslD.js";import"./vendor-react-router-P1WQ4rUN.js";import"./marketing-data-DtLIUpMC.js";const m=()=>e.jsxs("div",{className:"bg-[#050913] text-white",children:[e.jsx("section",{className:"max-w-6xl mx-auto px-6 pt-24 pb-16",children:e.jsxs("div",{className:"grid grid-cols-1 lg:grid-cols-2 gap-16 items-center",children:[e.jsxs("div",{className:"space-y-6",children:[e.jsx(a,{eyebrow:"Platform overview",title:"One operating system for keyword intelligence, AI content production, and automation.",description:"Planner, Writer, Thinker, and Automation act as one cohesive system. Each module is powerful on its own—together they deliver a compounding growth engine.",align:"left"}),e.jsxs("div",{className:"rounded-3xl border border-white/10 bg-white/5 p-6 space-y-4 text-sm text-white/70",children:[e.jsxs("div",{className:"flex items-center justify-between text-white",children:[e.jsx("span",{className:"font-semibold",children:"Modules included"}),e.jsx("span",{children:"4 products · 12 automation recipes"})]}),e.jsx("ul",{className:"space-y-3",children:["Planner → Find, cluster, and prioritize keywords with AI scoring and SERP insights.","Writer → Generate on-brand long-form content from briefs with tone, audience, and compliance controls.","Thinker → Manage prompts, author profiles, and brand playbooks that feed every generation.","Automation → Run scheduled workflows that move keywords to ideas, tasks, content, and images automatically."].map(t=>e.jsxs("li",{className:"flex gap-3",children:[e.jsx("span",{className:"mt-1 size-2 rounded-full bg-brand-300"}),t]},t))})]})]}),e.jsx("div",{className:"relative",children:e.jsx("div",{className:"rounded-3xl border border-white/10 bg-white/5 overflow-hidden",children:e.jsx("img",{src:"/marketing/images/planner-keywords.png",alt:"Planner module screenshot",className:"w-full h-full object-cover"})})})]})}),e.jsxs("section",{className:"max-w-6xl mx-auto px-6 py-24 space-y-12",children:[e.jsx(a,{eyebrow:"Module deep dive",title:"Everything you need to research, create, deploy, and measure.",description:"We designed Igny8 so your team can centralize strategy, remove bottlenecks, and trust AI with execution while maintaining full visibility."}),e.jsx("div",{className:"grid grid-cols-1 lg:grid-cols-2 gap-10",children:[{title:"Planner",copy:["Global keyword database with opportunity scoring, SERP overlays, and traffic estimates.","Drag-and-drop topical mapping. Auto-cluster thousands of terms in minutes.","Alerts for emerging opportunities, competitive gaps, and seasonality shifts."],image:"planner-strategy.png"},{title:"Writer",copy:["AI briefs with outlines, talking points, and internal link suggestions.","Long-form drafts aligned to your brand voice, compliance rules, and target SERP.","Editorial workspace with comments, approvals, and WordPress publishing."],image:"writer-editor.png"},{title:"Thinker",copy:["Centralize prompts, tone profiles, and persona guidance.","Version control for AI instructions and playbooks across teams.","Governance dashboards showing who generated what, when, and with which inputs."],image:"thinker-prompts.png"},{title:"Automation",copy:["Schedule keywords → ideas → tasks → content → images in fully automated cycles.","Trigger workflows based on SERP movements, pipeline bottlenecks, or credit availability.","Monitor every automation with audit logs and manual override controls."],image:"automation-timeline.png"}].map(t=>e.jsxs("div",{className:"rounded-3xl border border-white/10 bg-white/5 p-10 flex flex-col gap-6",children:[e.jsxs("div",{className:"flex items-center gap-3 text-sm uppercase tracking-[0.3em] text-white/40",children:[e.jsx("span",{className:"size-2 rounded-full bg-brand-300"}),t.title]}),e.jsxs("h3",{className:"text-2xl font-semibold text-white",children:[t.title," platform"]}),e.jsx("ul",{className:"space-y-3 text-sm text-white/65",children:t.copy.map(s=>e.jsxs("li",{className:"flex gap-3",children:[e.jsx("span",{className:"mt-1 size-1.5 rounded-full bg-brand-200"}),s]},s))}),e.jsx("div",{className:"rounded-2xl border border-white/10 bg-slate-900 overflow-hidden",children:e.jsx("img",{src:`/marketing/images/${t.image}`,alt:`${t.title} module`,className:"w-full h-full object-cover"})})]},t.title))})]}),e.jsx("section",{className:"max-w-6xl mx-auto px-6 py-24",children:e.jsxs("div",{className:"rounded-3xl border border-white/10 bg-gradient-to-br from-white/5 via-transparent to-slate-950/60 p-10 md:p-16 flex flex-col lg:flex-row gap-16",children:[e.jsxs("div",{className:"flex-1 space-y-6",children:[e.jsx(a,{eyebrow:"Automation timeline",title:"Visualize every automated handoff—and take control at any point.",description:"Igny8 timelines map dependencies across your workflow so you can see how AI is powering each deliverable. Pause or accelerate with confidence.",align:"left"}),e.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-6 text-sm text-white/70",children:["Real-time status for every automation recipe with success rates and manual interventions logged.","Smart recommendations to rebalance workloads, add credits, or adjust prompts when performance shifts.","Exportable reports to share results with leadership or clients in one click.","Granular permissions so teams can automate while leadership maintains oversight."].map(t=>e.jsxs("div",{className:"flex gap-3",children:[e.jsx("span",{className:"mt-1 size-2 rounded-full bg-brand-300"}),t]},t))})]}),e.jsx("div",{className:"flex-1",children:e.jsx("div",{className:"rounded-3xl border border-white/10 bg-white/5 overflow-hidden",children:e.jsx("img",{src:"/marketing/images/automation-timeline.png",alt:"Automation timeline",className:"w-full h-full object-cover"})})})]})}),e.jsx(i,{title:"Unify search intelligence, AI content, and automation in one platform.",description:"Start with 14 days on us or book a bespoke walkthrough with our team to map Igny8 to your workflows.",primaryCta:{label:"Start your trial",href:"https://app.igny8.com/signup"},secondaryCta:{label:"Book a tour",href:"/tour"}})]});export{m as default}; diff --git a/frontend/dist/assets/js/page-reference-aC0iABvU.js b/frontend/dist/assets/js/page-reference-aC0iABvU.js deleted file mode 100644 index e961c592..00000000 --- a/frontend/dist/assets/js/page-reference-aC0iABvU.js +++ /dev/null @@ -1 +0,0 @@ -import{r as s,j as e,a as N}from"./vendor-react-core-DjsjKnCi.js";import{P as y}from"./page-analytics.tsx-1KCk8AGD.js";import{f,a as k}from"./page-dashboard-DxYTR5eF.js";import{C as p}from"./page-components.tsx-DYfg5dka.js";import{B as j}from"./page-clusters.config.tsx-9GAd-_h-.js";function S({id:l,variant:c,title:n,message:a,onClose:o}){s.useEffect(()=>{const x=setTimeout(()=>{o(l)},5e3);return()=>clearTimeout(x)},[l,o]);const r={success:{container:"bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-700 text-gray-800 dark:text-white shadow-lg",icon:e.jsx("div",{className:"flex-shrink-0",children:e.jsx("svg",{className:"w-5 h-5 text-success-500",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z",clipRule:"evenodd"})})})},error:{container:"bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-700 text-gray-800 dark:text-white shadow-lg",icon:e.jsx("div",{className:"flex-shrink-0",children:e.jsx("svg",{className:"w-5 h-5 text-error-500",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z",clipRule:"evenodd"})})})},warning:{container:"bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-700 text-gray-800 dark:text-white shadow-lg",icon:e.jsx("div",{className:"flex-shrink-0",children:e.jsx("svg",{className:"w-5 h-5 text-warning-500",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M8.257 3.099c.765-1.36 2.722-1.36 3.486 0l5.58 9.92c.75 1.334-.213 2.98-1.742 2.98H4.42c-1.53 0-2.493-1.646-1.743-2.98l5.58-9.92zM11 13a1 1 0 11-2 0 1 1 0 012 0zm-1-8a1 1 0 00-1 1v3a1 1 0 002 0V6a1 1 0 00-1-1z",clipRule:"evenodd"})})})},info:{container:"bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-700 text-gray-800 dark:text-white shadow-lg",icon:e.jsx("div",{className:"flex-shrink-0",children:e.jsx("svg",{className:"w-5 h-5 text-blue-light-500",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a1 1 0 000 2v3a1 1 0 001 1h1a1 1 0 100-2v-3a1 1 0 00-1-1H9z",clipRule:"evenodd"})})})}}[c];return e.jsxs("div",{className:`flex items-start gap-3 p-4 rounded-lg shadow-sm min-w-[320px] max-w-[420px] animate-slide-in-right ${r.container}`,children:[r.icon,e.jsxs("div",{className:"flex-1 min-w-0",children:[e.jsx("h4",{className:"text-sm font-semibold mb-0.5",children:n}),a&&e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-300",children:a})]}),e.jsx("button",{onClick:()=>o(l),className:"flex-shrink-0 ml-2 text-gray-400 hover:text-gray-600 dark:hover:text-gray-300 transition-colors","aria-label":"Close",children:e.jsx("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z",clipRule:"evenodd"})})})]})}const v=s.createContext(void 0);let C=0;function P({children:l}){const[c,n]=s.useState([]),a=s.useCallback((d,i,h)=>{const u=`toast-${++C}`,t={id:u,variant:d,title:i,message:h};return n(w=>[...w,t]),u},[]),o=s.useCallback(d=>{n(i=>i.filter(h=>h.id!==d))},[]),m=s.useCallback((d,i)=>a("success",d,i),[a]),r=s.useCallback((d,i)=>a("error",d,i),[a]),x=s.useCallback((d,i)=>a("warning",d,i),[a]),g=s.useCallback((d,i)=>a("info",d,i),[a]);return e.jsxs(v.Provider,{value:{success:m,error:r,warning:x,info:g},children:[l,e.jsx(I,{toasts:c,onClose:o})]})}function b(){const l=s.useContext(v);if(l===void 0)throw new Error("useToast must be used within a ToastProvider");return l}function I({toasts:l,onClose:c}){return l.length===0?null:N.createPortal(e.jsx("div",{className:"fixed top-6 right-4 z-[999999] flex flex-col gap-3 pointer-events-none",children:l.map((n,a)=>e.jsx("div",{className:"pointer-events-auto",style:{animationDelay:`${a*50}ms`},children:e.jsx(S,{...n,onClose:c})},n.id))}),document.body)}function T(){const l=b(),[c,n]=s.useState([]),[a,o]=s.useState([]),[m,r]=s.useState(!0),[x,g]=s.useState(null),[d,i]=s.useState("");s.useEffect(()=>{h(),u()},[x,d]);const h=async()=>{try{const t=await f();o(t.industries||[])}catch(t){l.error(`Failed to load industries: ${t.message}`)}},u=async()=>{try{r(!0);const t=await k({industry:x||void 0,search:d||void 0});n(t.results||[])}catch(t){l.error(`Failed to load seed keywords: ${t.message}`)}finally{r(!1)}};return e.jsxs("div",{className:"p-6",children:[e.jsx(y,{title:"Seed Keywords"}),e.jsxs("div",{className:"mb-6",children:[e.jsx("h1",{className:"text-2xl font-bold text-gray-900 dark:text-white",children:"Seed Keywords"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mt-1",children:"Global keyword library for reference"})]}),e.jsxs("div",{className:"mb-6 flex gap-4",children:[e.jsxs("select",{className:"px-4 py-2 border border-gray-300 dark:border-gray-700 rounded-lg bg-white dark:bg-gray-800",value:x||"",onChange:t=>g(t.target.value?parseInt(t.target.value):null),children:[e.jsx("option",{value:"",children:"All Industries"}),a.map(t=>e.jsx("option",{value:t.id,children:t.name},t.id))]}),e.jsx("input",{type:"text",placeholder:"Search keywords...",className:"flex-1 px-4 py-2 border border-gray-300 dark:border-gray-700 rounded-lg bg-white dark:bg-gray-800",value:d,onChange:t=>i(t.target.value)})]}),m?e.jsx("div",{className:"flex items-center justify-center h-64",children:e.jsx("div",{className:"text-gray-500",children:"Loading..."})}):e.jsx(p,{className:"p-6",children:e.jsx("div",{className:"overflow-x-auto",children:e.jsxs("table",{className:"w-full",children:[e.jsx("thead",{children:e.jsxs("tr",{className:"border-b border-gray-200 dark:border-gray-700",children:[e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Keyword"}),e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Industry"}),e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Sector"}),e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Volume"}),e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Difficulty"}),e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Intent"})]})}),e.jsx("tbody",{children:c.map(t=>e.jsxs("tr",{className:"border-b border-gray-100 dark:border-gray-800",children:[e.jsx("td",{className:"py-3 px-4 text-sm font-medium text-gray-900 dark:text-white",children:t.keyword}),e.jsx("td",{className:"py-3 px-4 text-sm text-gray-600 dark:text-gray-400",children:t.industry_name}),e.jsx("td",{className:"py-3 px-4 text-sm text-gray-600 dark:text-gray-400",children:t.sector_name}),e.jsx("td",{className:"py-3 px-4 text-sm text-gray-900 dark:text-white",children:t.volume.toLocaleString()}),e.jsx("td",{className:"py-3 px-4 text-sm text-gray-900 dark:text-white",children:t.difficulty}),e.jsx("td",{className:"py-3 px-4",children:e.jsx(j,{variant:"light",color:"primary",children:t.intent_display})})]},t.id))})]})})})]})}const $=Object.freeze(Object.defineProperty({__proto__:null,default:T},Symbol.toStringTag,{value:"Module"}));function z(){const l=b(),[c,n]=s.useState([]),[a,o]=s.useState(!0);s.useEffect(()=>{m()},[]);const m=async()=>{try{o(!0);const r=await f();n(r.industries||[])}catch(r){l.error(`Failed to load industries: ${r.message}`)}finally{o(!1)}};return e.jsxs("div",{className:"p-6",children:[e.jsx(y,{title:"Industries"}),e.jsxs("div",{className:"mb-6",children:[e.jsx("h1",{className:"text-2xl font-bold text-gray-900 dark:text-white",children:"Industries"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mt-1",children:"Global industry reference data"})]}),a?e.jsx("div",{className:"flex items-center justify-center h-64",children:e.jsx("div",{className:"text-gray-500",children:"Loading..."})}):e.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6",children:c.map(r=>e.jsxs(p,{className:"p-6",children:[e.jsxs("div",{className:"flex justify-between items-start mb-4",children:[e.jsx("h3",{className:"text-lg font-semibold text-gray-900 dark:text-white",children:r.name}),e.jsx(j,{variant:"light",color:r.is_active?"success":"dark",children:r.is_active?"Active":"Inactive"})]}),r.description&&e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400 mb-2",children:r.description}),e.jsxs("p",{className:"text-sm text-gray-500 dark:text-gray-400",children:["Sectors: ",r.sectors_count||0]})]},r.id))})]})}const B=Object.freeze(Object.defineProperty({__proto__:null,default:z},Symbol.toStringTag,{value:"Module"}));export{B as I,$ as S,P as T,b as u}; diff --git a/frontend/dist/assets/js/page-reference-wEKoPZ-s.js b/frontend/dist/assets/js/page-reference-wEKoPZ-s.js new file mode 100644 index 00000000..7d6c1d07 --- /dev/null +++ b/frontend/dist/assets/js/page-reference-wEKoPZ-s.js @@ -0,0 +1 @@ +import{r as i,j as e,d as E,a as O}from"./vendor-react-core-DRQGgXXF.js";import{u as P,P as M,j as W}from"./page-authpages-BaiNliVr.js";import{u as S,a as F,b as K,f as D,s as H,c as V,d as _}from"./page-dashboard-CuOyqq-s.js";import{D as I,a as w,C as A}from"./page-components.tsx-4vErPdxY.js";import{B}from"./page-clusters.config.tsx-FJ8SgY77.js";const G=({children:m,text:a,placement:g="top",className:p=""})=>{const[l,c]=i.useState(!1),t=i.useRef(null),d=i.useRef(null),o=()=>{if(!t.current)return{};const s=t.current.getBoundingClientRect();let u=0,x=0,h="";switch(g){case"top":u=s.top-8,x=s.left+s.width/2,h="translate(-50%, -100%)";break;case"bottom":u=s.bottom+8,x=s.left+s.width/2,h="translateX(-50%)";break;case"left":u=s.top+s.height/2,x=s.left-8,h="translate(-100%, -50%)";break;case"right":u=s.top+s.height/2,x=s.right+8,h="translateY(-50%)";break}return{top:`${u}px`,left:`${x}px`,transform:h}};return i.useEffect(()=>{if(l&&d.current){const s=setTimeout(()=>{d.current&&(d.current.style.visibility="visible")},0);return()=>clearTimeout(s)}},[l]),e.jsxs(e.Fragment,{children:[e.jsx("div",{ref:t,className:`relative inline-flex ${p}`,onMouseEnter:()=>c(!0),onMouseLeave:()=>c(!1),children:m}),l&&E.createPortal(e.jsxs("span",{ref:d,className:"fixed z-[999999] px-3 py-1.5 text-xs font-medium text-white bg-gray-900 rounded-lg pointer-events-none whitespace-nowrap",style:o(),children:[a,e.jsx("span",{className:`absolute ${g==="top"?"top-full left-1/2 -translate-x-1/2 -mt-1 w-0 h-0 border-l-[6px] border-l-transparent border-r-[6px] border-r-transparent border-t-[6px] border-t-gray-900":g==="bottom"?"bottom-full left-1/2 -translate-x-1/2 -mb-1 w-0 h-0 border-l-[6px] border-l-transparent border-r-[6px] border-r-transparent border-b-[6px] border-b-gray-900":g==="left"?"left-full top-1/2 -translate-y-1/2 -ml-1 w-0 h-0 border-t-[6px] border-t-transparent border-b-[6px] border-b-transparent border-l-[6px] border-l-gray-900":"right-full top-1/2 -translate-y-1/2 -mr-1 w-0 h-0 border-t-[6px] border-t-transparent border-b-[6px] border-b-transparent border-r-[6px] border-r-gray-900"}`})]}),document.body)]})};function X(){var R;const m=S(),{activeSite:a,setActiveSite:g,loadActiveSite:p}=F(),{activeSector:l,sectors:c,setActiveSector:t,loading:d}=K(),{user:o,refreshUser:s,isAuthenticated:u}=P(),[x,h]=i.useState(!1),[r,v]=i.useState([]),[f,y]=i.useState(!0),L=i.useRef(null),[N,k]=i.useState(!1),C=i.useRef(null);i.useEffect(()=>{u&&o&&s().catch(n=>{console.debug("SiteAndSectorSelector: Failed to refresh user (non-critical):",n)})},[u]),i.useEffect(()=>{T(),a||p()},[(R=o==null?void 0:o.account)==null?void 0:R.id]);const T=async()=>{try{y(!0);const b=((await D()).results||[]).filter(j=>j.is_active);v(b)}catch(n){console.error("Failed to load sites:",n),m.error(`Failed to load sites: ${n.message}`)}finally{y(!1)}},z=async n=>{try{await H(n);const b=r.find(j=>j.id===n);b&&(g(b),m.success(`Switched to "${b.name}"`)),h(!1)}catch(b){m.error(`Failed to switch site: ${b.message}`)}},$=n=>{if(n===null)t(null),k(!1);else{const b=c.find(j=>j.id===n);b&&(t(b),k(!1))}};return a?e.jsxs("div",{className:"flex items-center gap-3",children:[e.jsxs("div",{className:"relative inline-block",children:[e.jsxs("button",{ref:L,onClick:()=>h(!x),className:"flex items-center gap-2 px-3 py-2 text-sm font-medium text-gray-700 bg-white border border-brand-200 rounded-lg hover:bg-brand-50 hover:border-brand-300 dark:bg-gray-800 dark:text-gray-300 dark:border-brand-700/50 dark:hover:bg-brand-500/10 dark:hover:border-brand-600/50 transition-colors dropdown-toggle","aria-label":"Switch site",disabled:f||r.length===0,children:[e.jsxs("span",{className:"flex items-center gap-2",children:[e.jsx("svg",{className:"w-4 h-4 text-brand-500 dark:text-brand-400",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4"})}),e.jsx("span",{className:"max-w-[150px] truncate",children:f?"Loading...":(a==null?void 0:a.name)||"Select Site"})]}),e.jsx("svg",{className:`w-4 h-4 text-brand-500 dark:text-brand-400 transition-transform ${x?"rotate-180":""}`,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M19 9l-7 7-7-7"})})]}),e.jsx(I,{isOpen:x,onClose:()=>h(!1),anchorRef:L,placement:"bottom-left",className:"w-64 p-2",children:r.map(n=>e.jsxs(w,{onItemClick:()=>z(n.id),className:`flex items-center gap-3 px-3 py-2 font-medium rounded-lg text-sm text-left ${(a==null?void 0:a.id)===n.id?"bg-brand-50 text-brand-700 dark:bg-brand-500/20 dark:text-brand-300":"text-gray-700 hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300"}`,children:[e.jsx("span",{className:"flex-1",children:n.name}),(a==null?void 0:a.id)===n.id&&e.jsx("svg",{className:"w-4 h-4 text-brand-600 dark:text-brand-400",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z",clipRule:"evenodd"})})]},n.id))})]}),!d&&c.length>0&&e.jsxs("div",{className:"relative inline-block",children:[e.jsxs("button",{ref:C,onClick:()=>k(!N),className:"flex items-center gap-2 px-3 py-2 text-sm font-medium text-gray-700 bg-white border border-brand-200 rounded-lg hover:bg-brand-50 hover:border-brand-300 dark:bg-gray-800 dark:text-gray-300 dark:border-brand-700/50 dark:hover:bg-brand-500/10 dark:hover:border-brand-600/50 transition-colors dropdown-toggle","aria-label":"Select sector",disabled:d||c.length===0,children:[e.jsxs("span",{className:"flex items-center gap-2",children:[e.jsx("svg",{className:"w-4 h-4 text-brand-500 dark:text-brand-400",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z"})}),e.jsx("span",{className:"max-w-[150px] truncate",children:d?"Loading...":(l==null?void 0:l.name)||"All Sectors"})]}),e.jsx("svg",{className:`w-4 h-4 text-brand-500 dark:text-brand-400 transition-transform ${N?"rotate-180":""}`,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M19 9l-7 7-7-7"})})]}),e.jsxs(I,{isOpen:N,onClose:()=>k(!1),anchorRef:C,placement:"bottom-right",className:"w-64 p-2 overflow-y-auto max-h-[300px]",children:[e.jsxs(w,{onItemClick:()=>$(null),className:`flex items-center gap-3 px-3 py-2 font-medium rounded-lg text-sm text-left ${l?"text-gray-700 hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300":"bg-brand-50 text-brand-700 dark:bg-brand-500/20 dark:text-brand-300"}`,children:[e.jsx("span",{className:"flex-1",children:"All Sectors"}),!l&&e.jsx("svg",{className:"w-4 h-4 text-brand-600 dark:text-brand-400",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z",clipRule:"evenodd"})})]}),c.map(n=>e.jsxs(w,{onItemClick:()=>$(n.id),className:`flex items-center gap-3 px-3 py-2 font-medium rounded-lg text-sm text-left ${(l==null?void 0:l.id)===n.id?"bg-brand-50 text-brand-700 dark:bg-brand-500/20 dark:text-brand-300":"text-gray-700 hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300"}`,children:[e.jsx("span",{className:"flex-1",children:n.name}),(l==null?void 0:l.id)===n.id&&e.jsx("svg",{className:"w-4 h-4 text-brand-600 dark:text-brand-400",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z",clipRule:"evenodd"})})]},n.id))]})]})]}):null}function Y({title:m,lastUpdated:a,showRefresh:g=!1,onRefresh:p,className:l="",badge:c,hideSiteSector:t=!1}){const{activeSite:d}=F(),{activeSector:o}=K(),s={blue:"bg-blue-600 dark:bg-blue-500",green:"bg-green-600 dark:bg-green-500",purple:"bg-purple-600 dark:bg-purple-500",orange:"bg-orange-600 dark:bg-orange-500",red:"bg-red-600 dark:bg-red-500",indigo:"bg-indigo-600 dark:bg-indigo-500"};return e.jsxs("div",{className:`flex flex-col sm:flex-row items-start sm:items-center justify-between gap-4 ${l}`,children:[e.jsxs("div",{className:"flex-1",children:[e.jsxs("div",{className:"flex items-center gap-3",children:[c&&e.jsx("div",{className:`flex items-center justify-center w-10 h-10 rounded-xl ${s[c.color]} flex-shrink-0`,children:c.icon&&typeof c.icon=="object"&&"type"in c.icon?O.cloneElement(c.icon,{className:"text-white size-5"}):c.icon}),e.jsx("h2",{className:"text-2xl font-bold text-gray-800 dark:text-white/90",children:m})]}),!t&&e.jsxs("div",{className:"flex items-center gap-3 mt-1",children:[a&&e.jsx(e.Fragment,{children:e.jsxs("p",{className:"text-sm text-gray-500 dark:text-gray-400",children:["Last updated: ",a.toLocaleTimeString()]})}),d&&e.jsxs(e.Fragment,{children:[a&&e.jsx("span",{className:"text-sm text-gray-400 dark:text-gray-600",children:"•"}),e.jsxs("p",{className:"text-sm font-medium text-gray-700 dark:text-gray-300",children:["Site: ",e.jsx("span",{className:"text-brand-600 dark:text-brand-400",children:d.name})]})]}),o&&e.jsxs(e.Fragment,{children:[e.jsx("span",{className:"text-sm text-gray-400 dark:text-gray-600",children:"•"}),e.jsxs("p",{className:"text-sm font-medium text-gray-700 dark:text-gray-300",children:["Sector: ",e.jsx("span",{className:"text-brand-600 dark:text-brand-400",children:o.name})]})]}),!o&&d&&e.jsxs(e.Fragment,{children:[e.jsx("span",{className:"text-sm text-gray-400 dark:text-gray-600",children:"•"}),e.jsxs("p",{className:"text-sm font-medium text-gray-700 dark:text-gray-300",children:["Sector: ",e.jsx("span",{className:"text-brand-600 dark:text-brand-400",children:"All Sectors"})]})]})]}),t&&a&&e.jsx("div",{className:"flex items-center gap-3 mt-1",children:e.jsxs("p",{className:"text-sm text-gray-500 dark:text-gray-400",children:["Last updated: ",a.toLocaleTimeString()]})})]}),e.jsxs("div",{className:"flex items-center gap-3",children:[!t&&e.jsx(X,{}),g&&p&&e.jsx("button",{onClick:p,className:"px-4 py-2 text-sm font-medium text-brand-500 hover:text-brand-600 border border-brand-200 rounded-lg hover:bg-brand-50 dark:border-brand-800 dark:hover:bg-brand-500/10 transition-colors",children:"Refresh"})]})]})}function q(){const m=S(),[a,g]=i.useState([]),[p,l]=i.useState([]),[c,t]=i.useState(!0),[d,o]=i.useState(null),[s,u]=i.useState("");i.useEffect(()=>{x(),h()},[d,s]);const x=async()=>{try{const r=await V();l(r.industries||[])}catch(r){m.error(`Failed to load industries: ${r.message}`)}},h=async()=>{try{t(!0);const r=await _({industry:d||void 0,search:s||void 0});g(r.results||[])}catch(r){m.error(`Failed to load seed keywords: ${r.message}`)}finally{t(!1)}};return e.jsxs("div",{className:"p-6",children:[e.jsx(M,{title:"Seed Keywords"}),e.jsxs("div",{className:"mb-6",children:[e.jsx("h1",{className:"text-2xl font-bold text-gray-900 dark:text-white",children:"Seed Keywords"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mt-1",children:"Global keyword library for reference"})]}),e.jsxs("div",{className:"mb-6 flex gap-4",children:[e.jsxs("select",{className:"px-4 py-2 border border-gray-300 dark:border-gray-700 rounded-lg bg-white dark:bg-gray-800",value:d||"",onChange:r=>o(r.target.value?parseInt(r.target.value):null),children:[e.jsx("option",{value:"",children:"All Industries"}),p.map(r=>e.jsx("option",{value:r.id,children:r.name},r.id))]}),e.jsx("input",{type:"text",placeholder:"Search keywords...",className:"flex-1 px-4 py-2 border border-gray-300 dark:border-gray-700 rounded-lg bg-white dark:bg-gray-800",value:s,onChange:r=>u(r.target.value)})]}),c?e.jsx("div",{className:"flex items-center justify-center h-64",children:e.jsx("div",{className:"text-gray-500",children:"Loading..."})}):e.jsx(A,{className:"p-6",children:e.jsx("div",{className:"overflow-x-auto",children:e.jsxs("table",{className:"w-full",children:[e.jsx("thead",{children:e.jsxs("tr",{className:"border-b border-gray-200 dark:border-gray-700",children:[e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Keyword"}),e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Industry"}),e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Sector"}),e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Volume"}),e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Difficulty"}),e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Intent"})]})}),e.jsx("tbody",{children:a.map(r=>e.jsxs("tr",{className:"border-b border-gray-100 dark:border-gray-800",children:[e.jsx("td",{className:"py-3 px-4 text-sm font-medium text-gray-900 dark:text-white",children:r.keyword}),e.jsx("td",{className:"py-3 px-4 text-sm text-gray-600 dark:text-gray-400",children:r.industry_name}),e.jsx("td",{className:"py-3 px-4 text-sm text-gray-600 dark:text-gray-400",children:r.sector_name}),e.jsx("td",{className:"py-3 px-4 text-sm text-gray-900 dark:text-white",children:r.volume.toLocaleString()}),e.jsx("td",{className:"py-3 px-4 text-sm text-gray-900 dark:text-white",children:r.difficulty}),e.jsx("td",{className:"py-3 px-4",children:e.jsx(B,{variant:"light",color:"primary",children:r.intent_display})})]},r.id))})]})})})]})}const se=Object.freeze(Object.defineProperty({__proto__:null,default:q},Symbol.toStringTag,{value:"Module"})),J=m=>m>=1e6?`${(m/1e6).toFixed(1)}m`:m>=1e3?`${(m/1e3).toFixed(1)}k`:m.toString();function Q(){const m=S(),[a,g]=i.useState([]),[p,l]=i.useState(!0);i.useEffect(()=>{c()},[]);const c=async()=>{try{l(!0);const d=(await V()).industries||[];let o=[];try{o=(await _({page_size:1e3})).results||[]}catch(x){console.warn("Failed to fetch keywords, will show without keyword data:",x)}const u=d.map(x=>{const h=o.filter(f=>f.industry_name===x.name),r=[...h].sort((f,y)=>(y.volume||0)-(f.volume||0)).slice(0,5),v=h.reduce((f,y)=>f+(y.volume||0),0);return{...x,keywordsCount:h.length,topKeywords:r,totalVolume:v}}).filter(x=>x.keywordsCount>0);g(u)}catch(t){m.error(`Failed to load industries: ${t.message}`)}finally{l(!1)}};return e.jsxs(e.Fragment,{children:[e.jsx(M,{title:"Industries"}),e.jsx(Y,{title:"Industries",badge:{icon:e.jsx(W,{}),color:"blue"},hideSiteSector:!0}),e.jsxs("div",{className:"p-6",children:[e.jsx("div",{className:"mb-6",children:e.jsx("p",{className:"text-gray-600 dark:text-gray-400",children:"Explore our comprehensive global database of industries, sectors, and high-volume keywords"})}),p?e.jsx("div",{className:"flex items-center justify-center h-64",children:e.jsx("div",{className:"text-gray-500",children:"Loading industries..."})}):e.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-4",children:a.map(t=>{var d;return e.jsxs(A,{className:"p-4 hover:shadow-lg transition-shadow duration-200 border border-gray-200 dark:border-gray-700",children:[e.jsxs("div",{className:"flex justify-between items-start mb-3",children:[e.jsx("h3",{className:"text-base font-bold text-gray-900 dark:text-white leading-tight",children:t.name}),t.totalVolume>0&&e.jsx(G,{text:`Total search volume: ${t.totalVolume.toLocaleString()} monthly searches across all keywords in this industry`,placement:"top",children:e.jsx(B,{variant:"solid",color:"dark",size:"sm",children:J(t.totalVolume)})})]}),t.description&&e.jsx("p",{className:"text-xs text-gray-600 dark:text-gray-400 mb-3 line-clamp-2",children:t.description}),e.jsxs("div",{className:"flex items-center gap-4 mb-3 text-xs",children:[e.jsxs("div",{className:"flex items-center gap-1 text-gray-600 dark:text-gray-400",children:[e.jsx("svg",{className:"w-3.5 h-3.5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M19 11H5m14 0a2 2 0 012 2v6a2 2 0 01-2 2H5a2 2 0 01-2-2v-6a2 2 0 012-2m14 0V9a2 2 0 00-2-2M5 11V9a2 2 0 012-2m0 0V5a2 2 0 012-2h6a2 2 0 012 2v2M7 7h10"})}),e.jsx("span",{className:"font-medium",children:((d=t.sectors)==null?void 0:d.length)||t.sectors_count||0}),e.jsx("span",{className:"text-gray-500",children:"sectors"})]}),e.jsxs("div",{className:"flex items-center gap-1 text-gray-600 dark:text-gray-400",children:[e.jsx("svg",{className:"w-3.5 h-3.5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M7 7h.01M7 3h5c.512 0 1.024.195 1.414.586l7 7a2 2 0 010 2.828l-7 7a2 2 0 01-2.828 0l-7-7A1.994 1.994 0 013 12V7a4 4 0 014-4z"})}),e.jsx("span",{className:"font-medium",children:t.keywordsCount||0}),e.jsx("span",{className:"text-gray-500",children:"keywords"})]})]}),t.topKeywords&&t.topKeywords.length>0&&e.jsxs("div",{className:"mt-3 pt-3 border-t border-gray-200 dark:border-gray-700",children:[e.jsx("p",{className:"text-xs font-medium text-gray-700 dark:text-gray-300 mb-2",children:"Top Keywords"}),e.jsx("div",{className:"flex flex-wrap gap-1.5",children:t.topKeywords.slice(0,5).map((o,s)=>e.jsxs("div",{className:"inline-flex items-center gap-1 px-2 py-0.5 rounded-md bg-blue-50 dark:bg-blue-900/20 border border-blue-200 dark:border-blue-800",children:[e.jsx("span",{className:"text-xs font-medium text-blue-700 dark:text-blue-300",children:o.keyword}),e.jsx("span",{className:"text-xs text-blue-600 dark:text-blue-400 font-semibold",children:o.volume?o.volume>=1e3?`${(o.volume/1e3).toFixed(1)}k`:o.volume.toString():"-"})]},o.id||s))})]})]},t.slug)})})]})]})}const ae=Object.freeze(Object.defineProperty({__proto__:null,default:Q},Symbol.toStringTag,{value:"Module"}));export{ae as I,Y as P,se as S,G as T}; diff --git a/frontend/dist/assets/js/page-resources.tsx-C5QFszxc.js b/frontend/dist/assets/js/page-resources.tsx-C5QFszxc.js new file mode 100644 index 00000000..d396ae53 --- /dev/null +++ b/frontend/dist/assets/js/page-resources.tsx-C5QFszxc.js @@ -0,0 +1 @@ +import{j as e}from"./vendor-react-core-DRQGgXXF.js";import{S as s,C as a}from"./marketing-components-CJXw20ab.js";import"./vendor-charts-BCGhWx_0.js";import"./vendor-other-DTCyBslD.js";import"./vendor-react-router-P1WQ4rUN.js";import"./marketing-data-DtLIUpMC.js";const r=[{title:"AI + SEO: Building topical authority at scale",description:"How Igny8 customers map thousands of keywords into authoritative clusters that rank faster.",date:"October 2025"},{title:"Automating the content supply chain",description:"A playbook for connecting keyword research, briefs, writing, and imagery without human bottlenecks.",date:"September 2025"},{title:"Measuring AI-generated content quality",description:"Frameworks for tracking performance, editorial standards, and compliance across large AI programs.",date:"August 2025"}],i=[{title:"Building an automation-first content ops team",description:"Live strategy session with Igny8 specialists and customer panel.",date:"November 21, 2025"},{title:"From keywords to conversions: dashboards that prove ROI",description:"Hands-on walkthrough of Igny8 dashboards and reporting exports.",date:"On-demand replay"}],x=()=>e.jsxs("div",{className:"bg-[#050913] text-white",children:[e.jsx("section",{className:"max-w-6xl mx-auto px-6 pt-24 pb-16 space-y-6",children:e.jsx(s,{eyebrow:"Resources",title:"Insights, playbooks, and events for AI-led growth teams.",description:"Stay ahead of the curve with strategic content, live sessions, and practical guides built by the Igny8 team."})}),e.jsx("section",{className:"max-w-6xl mx-auto px-6 pb-24 grid grid-cols-1 md:grid-cols-3 gap-6",children:r.map(t=>e.jsxs("article",{className:"rounded-3xl border border-white/10 bg-white/5 p-8 flex flex-col gap-6",children:[e.jsx("span",{className:"text-xs uppercase tracking-[0.3em] text-white/40",children:t.date}),e.jsx("h3",{className:"text-xl font-semibold text-white",children:t.title}),e.jsx("p",{className:"text-sm text-white/70 leading-relaxed",children:t.description}),e.jsx("div",{className:"rounded-2xl border border-white/10 bg-slate-900 h-40 flex items-center justify-center text-xs text-white/40",children:"Article cover placeholder (800×600) → /marketing/images/resource-hero.png"})]},t.title))}),e.jsx("section",{className:"bg-slate-950/70 border-y border-white/5",children:e.jsx("div",{className:"max-w-6xl mx-auto px-6 py-24 grid grid-cols-1 md:grid-cols-2 gap-8",children:i.map(t=>e.jsxs("div",{className:"rounded-3xl border border-white/10 bg-white/5 p-8 flex flex-col gap-4",children:[e.jsx("span",{className:"text-xs uppercase tracking-[0.3em] text-white/40",children:t.date}),e.jsx("h3",{className:"text-lg font-semibold text-white",children:t.title}),e.jsx("p",{className:"text-sm text-white/70",children:t.description}),e.jsx("button",{className:"inline-flex items-center justify-center rounded-full bg-brand-500 hover:bg-brand-400 px-5 py-2 text-sm font-semibold",children:"Save my seat"})]},t.title))})}),e.jsxs("section",{className:"max-w-6xl mx-auto px-6 py-24 grid grid-cols-1 md:grid-cols-2 gap-12 items-center",children:[e.jsxs("div",{className:"space-y-4",children:[e.jsx(s,{eyebrow:"Help center",title:"Get instant answers and product walkthroughs.",description:"Dive into documentation, watch quickstart videos, or join live onboarding cohorts.",align:"left"}),e.jsxs("ul",{className:"space-y-3 text-sm text-white/70",children:[e.jsxs("li",{className:"flex gap-3",children:[e.jsx("span",{className:"mt-1 size-1.5 rounded-full bg-brand-300"}),"Help Center → `/help`"]}),e.jsxs("li",{className:"flex gap-3",children:[e.jsx("span",{className:"mt-1 size-1.5 rounded-full bg-brand-300"}),"Documentation → `/help#docs`"]}),e.jsxs("li",{className:"flex gap-3",children:[e.jsx("span",{className:"mt-1 size-1.5 rounded-full bg-brand-300"}),"API Reference → `/partners#api`"]})]})]}),e.jsxs("div",{className:"rounded-3xl border border-white/10 bg-white/5 p-10 space-y-6",children:[e.jsx("h3",{className:"text-2xl font-semibold text-white",children:"Join the Igny8 newsletter"}),e.jsx("p",{className:"text-sm text-white/60",children:"Monthly insights on AI, SEO, and automation. No fluff—just tactical guidance and event invites."}),e.jsxs("form",{className:"flex flex-col sm:flex-row gap-3",children:[e.jsx("input",{type:"email",placeholder:"you@company.com",className:"flex-1 rounded-full border border-white/15 bg-slate-950/60 px-4 py-3 text-sm text-white placeholder:text-white/40 focus:outline-none focus:border-brand-400"}),e.jsx("button",{type:"submit",className:"inline-flex items-center justify-center rounded-full bg-brand-500 hover:bg-brand-400 px-6 py-3 text-sm font-semibold",children:"Subscribe"})]})]})]}),e.jsx(a,{title:"Want deeper access? Join our monthly live strategy lab.",description:"Reserve your seat for upcoming webinars and office hours to learn how teams automate their growth pipeline with Igny8.",primaryCta:{label:"Reserve seat",href:"/contact"},secondaryCta:{label:"Browse articles",href:"/resources"}})]});export{x as default}; diff --git a/frontend/dist/assets/js/page-schedules.tsx-BxdZCyA5.js b/frontend/dist/assets/js/page-schedules.tsx-BxdZCyA5.js new file mode 100644 index 00000000..a915f4a7 --- /dev/null +++ b/frontend/dist/assets/js/page-schedules.tsx-BxdZCyA5.js @@ -0,0 +1 @@ +import{j as t}from"./vendor-react-core-DRQGgXXF.js";import{P as e}from"./page-authpages-BaiNliVr.js";import{C as o}from"./page-dashboard-CuOyqq-s.js";import"./vendor-charts-BCGhWx_0.js";import"./vendor-other-DTCyBslD.js";import"./vendor-react-router-P1WQ4rUN.js";import"./vendor-helmet-Cxll262M.js";import"./vendor-state-C9hO8g1p.js";import"./page-components.tsx-4vErPdxY.js";import"./marketing-marketingapp.tsx-D0Y0OkFz.js";import"./marketing-layout-DVDsYZpl.js";import"./marketing-data-DtLIUpMC.js";import"./marketing-components-CJXw20ab.js";function g(){return t.jsxs(t.Fragment,{children:[t.jsx(e,{title:"Schedules - IGNY8",description:"Automation schedules"}),t.jsx(o,{title:"Coming Soon",desc:"Automation schedules",children:t.jsxs("div",{className:"text-center py-8",children:[t.jsx("p",{className:"text-gray-600 dark:text-gray-400",children:"Schedules - Coming Soon"}),t.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mt-2",children:"Content scheduling and automation for consistent publishing"})]})})]})}export{g as default}; diff --git a/frontend/dist/assets/js/page-schedules.tsx-KBMo-Hzm.js b/frontend/dist/assets/js/page-schedules.tsx-KBMo-Hzm.js deleted file mode 100644 index bbe47d6b..00000000 --- a/frontend/dist/assets/js/page-schedules.tsx-KBMo-Hzm.js +++ /dev/null @@ -1 +0,0 @@ -import{j as t}from"./vendor-react-core-DjsjKnCi.js";import{P as e,C as s}from"./page-analytics.tsx-1KCk8AGD.js";import"./vendor-other-CdRIx1s3.js";import"./vendor-helmet-MZDArkdS.js";function i(){return t.jsxs(t.Fragment,{children:[t.jsx(e,{title:"Schedules - IGNY8",description:"Automation schedules"}),t.jsx(s,{title:"Coming Soon",desc:"Automation schedules",children:t.jsxs("div",{className:"text-center py-8",children:[t.jsx("p",{className:"text-gray-600 dark:text-gray-400",children:"Schedules - Coming Soon"}),t.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mt-2",children:"Content scheduling and automation for consistent publishing"})]})})]})}export{i as default}; diff --git a/frontend/dist/assets/js/page-solutions.tsx-CFFnhF65.js b/frontend/dist/assets/js/page-solutions.tsx-CFFnhF65.js new file mode 100644 index 00000000..0b4beb5f --- /dev/null +++ b/frontend/dist/assets/js/page-solutions.tsx-CFFnhF65.js @@ -0,0 +1 @@ +import{j as e}from"./vendor-react-core-DRQGgXXF.js";import{S as a,C as i}from"./marketing-components-CJXw20ab.js";import"./vendor-charts-BCGhWx_0.js";import"./vendor-other-DTCyBslD.js";import"./vendor-react-router-P1WQ4rUN.js";import"./marketing-data-DtLIUpMC.js";const o=[{name:"Publishers & Media",pains:["Monthly content quotas and strict editorial standards.","Need faster research without sacrificing topical authority.","Multiple brands and verticals competing for attention."],outcomes:["Launch keyword → content automation that protects brand voice.","Keep editors in control with approvals and Thinker playbooks.","Automate image generation and WordPress publishing by site."],image:"solutions-publisher.png"},{name:"Agencies & Consultancies",pains:["Manual reporting and slow client deliverables.","Disjointed tool stack for research, writing, and visuals.","Scaling teams across time zones with consistent quality."],outcomes:["Shared workspaces for each client with automation templates.","Real-time dashboards to prove impact and showcase velocity.","Reusable Thinker libraries to standardize tone and strategy."],image:"solutions-agency.png"},{name:"In-house Marketing Teams",pains:["Demand for multi-channel content with lean resources.","Difficulty aligning SEO, content, and creative workflows.","Pressure to report results to leadership quickly."],outcomes:["Automated pipeline from keyword intake to published content.","Dashboards that unite SEO, writers, designers, and leadership.","Insights to reallocate focus when campaigns spike or drop."],image:"solutions-inhouse.png"}],p=()=>e.jsxs("div",{className:"bg-[#050913] text-white",children:[e.jsx("section",{className:"max-w-6xl mx-auto px-6 pt-24 pb-16",children:e.jsx(a,{eyebrow:"Solutions",title:"Designed for every team that owns growth.",description:"Igny8 adapts to your operating model—agency, publisher, or in-house. Automate repetitive work, keep strategy centralized, and connect every team to outcomes."})}),e.jsx("section",{className:"max-w-6xl mx-auto px-6 pb-24 space-y-12",children:o.map(s=>e.jsxs("div",{className:"rounded-3xl border border-white/10 bg-white/5 p-10 md:p-16 grid grid-cols-1 lg:grid-cols-3 gap-12",children:[e.jsxs("div",{className:"lg:col-span-1 space-y-4",children:[e.jsx("span",{className:"text-xs uppercase tracking-[0.3em] text-white/50",children:"Persona"}),e.jsx("h3",{className:"text-2xl font-semibold",children:s.name}),e.jsx("div",{className:"rounded-2xl border border-white/10 bg-slate-900 overflow-hidden",children:e.jsx("img",{src:`/marketing/images/${s.image}`,alt:`${s.name} workflow`,className:"w-full h-full object-cover"})})]}),e.jsxs("div",{className:"space-y-6",children:[e.jsx("h4",{className:"text-sm uppercase tracking-[0.3em] text-white/40",children:"Pain points"}),e.jsx("ul",{className:"space-y-4 text-sm text-white/70",children:s.pains.map(t=>e.jsxs("li",{className:"flex gap-3",children:[e.jsx("span",{className:"mt-1 size-1.5 rounded-full bg-rose-300"}),t]},t))})]}),e.jsxs("div",{className:"space-y-6",children:[e.jsx("h4",{className:"text-sm uppercase tracking-[0.3em] text-white/40",children:"Outcomes with Igny8"}),e.jsx("ul",{className:"space-y-4 text-sm text-white/70",children:s.outcomes.map(t=>e.jsxs("li",{className:"flex gap-3",children:[e.jsx("span",{className:"mt-1 size-1.5 rounded-full bg-brand-300"}),t]},t))})]})]},s.name))}),e.jsx("section",{className:"bg-slate-950/70 border-y border-white/5",children:e.jsx("div",{className:"max-w-6xl mx-auto px-6 py-24 grid grid-cols-1 md:grid-cols-3 gap-8",children:[{metric:"3.2×",label:"Average lift in organic traffic within 90 days."},{metric:"48%",label:"Reduction in time-to-publish from keyword discovery."},{metric:"4 tools",label:"Average number of point solutions replaced by Igny8."}].map(s=>e.jsxs("div",{className:"rounded-3xl border border-white/10 bg-white/5 p-8 text-center space-y-4",children:[e.jsx("div",{className:"text-4xl font-semibold",children:s.metric}),e.jsx("p",{className:"text-sm text-white/60",children:s.label})]},s.metric))})}),e.jsx(i,{title:"Let’s tailor Igny8 to your growth targets.",description:"Book a session with our team to map Igny8 to your use cases. We’ll uncover ROI, automation recommendations, and the fastest path to value.",primaryCta:{label:"Talk to sales",href:"/contact"},secondaryCta:{label:"See pricing",href:"/pricing"}})]});export{p as default}; diff --git a/frontend/dist/assets/js/page-table-actions.config.tsx-BSR5Zo7l.js b/frontend/dist/assets/js/page-table-actions.config.tsx-BSR5Zo7l.js deleted file mode 100644 index c4b277ab..00000000 --- a/frontend/dist/assets/js/page-table-actions.config.tsx-BSR5Zo7l.js +++ /dev/null @@ -1 +0,0 @@ -import{j as e}from"./vendor-react-core-DjsjKnCi.js";import{S as s,a as o,b as n,c as l,d as b,e as w}from"./page-authpages-CY7hjDHU.js";const i=e.jsx(b,{className:"w-5 h-5"}),m=e.jsx(w,{className:"w-5 h-5"}),h=e.jsx(o,{className:"w-5 h-5"});function g(r){const a=d[r]||d.default;if(r==="/planner/keyword-opportunities")return{rowActions:a.rowActions||[],bulkActions:a.bulkActions||[]};const u=a.rowActions.filter(t=>t.key!=="edit"&&t.key!=="delete"&&t.key!=="export"),y=a.rowActions.find(t=>t.key==="edit"||t.key==="update")||{key:"edit",label:"Update",icon:i,variant:"primary"},x=a.rowActions.find(t=>t.key==="export")||{key:"export",label:"Export",icon:h,variant:"secondary"},c={key:"delete",label:"Delete",icon:m,variant:"danger"},k=a.bulkActions.filter(t=>t.key!=="delete"),p=a.bulkActions.find(t=>t.key==="delete")||c;return{rowActions:[y,...u,x,c],bulkActions:[...k,p]}}const d={"/planner/keyword-opportunities":{rowActions:[{key:"add_to_workflow",label:"Add",icon:e.jsx(n,{className:"w-5 h-5"}),variant:"success"}],bulkActions:[{key:"add_selected_to_workflow",label:"Add Selected to Workflow",icon:e.jsx(n,{className:"w-5 h-5"}),variant:"success"}]},"/planner/keywords":{rowActions:[{key:"edit",label:"Edit",icon:i,variant:"primary"}],bulkActions:[{key:"update_status",label:"Update Status",icon:e.jsx(s,{className:"w-4 h-4 text-success-500"}),variant:"secondary"},{key:"export",label:"Export Selected",icon:e.jsx(o,{className:"w-4 h-4 text-blue-light-500"}),variant:"secondary"},{key:"auto_cluster",label:"Auto-Cluster",icon:e.jsx(n,{className:"w-4 h-4 text-warning-500"}),variant:"secondary"}]},"/planner/clusters":{rowActions:[{key:"edit",label:"Edit",icon:i,variant:"primary"},{key:"generate_ideas",label:"Generate Ideas",icon:e.jsx(n,{className:"w-5 h-5"}),variant:"primary"}],bulkActions:[{key:"update_status",label:"Update Status",icon:e.jsx(s,{className:"w-4 h-4 text-success-500"}),variant:"secondary"},{key:"export",label:"Export Selected",icon:e.jsx(o,{className:"w-4 h-4 text-blue-light-500"}),variant:"secondary"},{key:"auto_generate_ideas",label:"Generate Ideas",icon:e.jsx(n,{className:"w-4 h-4 text-warning-500"}),variant:"secondary"}]},"/planner/ideas":{rowActions:[{key:"edit",label:"Edit",icon:i,variant:"primary"},{key:"queue_to_writer",label:"Queue to Writer",icon:e.jsx(l,{className:"w-5 h-5"}),variant:"primary"}],bulkActions:[{key:"update_status",label:"Update Status",icon:e.jsx(s,{className:"w-4 h-4 text-success-500"}),variant:"secondary"},{key:"export",label:"Export Selected",icon:e.jsx(o,{className:"w-4 h-4 text-blue-light-500"}),variant:"secondary"},{key:"queue_to_writer",label:"Queue to Writer",icon:e.jsx(l,{className:"w-4 h-4 text-brand-500"}),variant:"secondary"}]},"/writer/tasks":{rowActions:[{key:"edit",label:"Edit",icon:i,variant:"primary"},{key:"generate_content",label:"Generate Content",icon:e.jsx(n,{className:"w-5 h-5"}),variant:"primary"}],bulkActions:[{key:"update_status",label:"Update Status",icon:e.jsx(s,{className:"w-4 h-4 text-success-500"}),variant:"secondary"},{key:"export",label:"Export Selected",icon:e.jsx(o,{className:"w-4 h-4 text-blue-light-500"}),variant:"secondary"}]},"/writer/drafts":{rowActions:[{key:"edit",label:"Edit",icon:i,variant:"primary"}],bulkActions:[{key:"update_status",label:"Update Status",icon:e.jsx(s,{className:"w-4 h-4 text-success-500"}),variant:"secondary"},{key:"export",label:"Export Selected",icon:e.jsx(o,{className:"w-4 h-4 text-blue-light-500"}),variant:"secondary"},{key:"generate_images",label:"Generate Images",icon:e.jsx(n,{className:"w-4 h-4 text-purple-500"}),variant:"secondary"},{key:"publish",label:"Publish Selected",icon:e.jsx(s,{className:"w-4 h-4 text-success-500"}),variant:"secondary"}]},"/writer/published":{rowActions:[{key:"edit",label:"Edit",icon:i,variant:"primary"}],bulkActions:[{key:"update_status",label:"Update Status",icon:e.jsx(s,{className:"w-4 h-4 text-success-500"}),variant:"secondary"},{key:"export",label:"Export Selected",icon:e.jsx(o,{className:"w-4 h-4 text-blue-light-500"}),variant:"secondary"}]},default:{rowActions:[],bulkActions:[]}};export{g}; diff --git a/frontend/dist/assets/js/page-table-actions.config.tsx-CnI7P__0.js b/frontend/dist/assets/js/page-table-actions.config.tsx-CnI7P__0.js new file mode 100644 index 00000000..14373877 --- /dev/null +++ b/frontend/dist/assets/js/page-table-actions.config.tsx-CnI7P__0.js @@ -0,0 +1 @@ +import{j as e}from"./vendor-react-core-DRQGgXXF.js";import{f as a,k as o,g as n,b as c,l as b,m as w}from"./page-authpages-BaiNliVr.js";const i=e.jsx(b,{className:"w-5 h-5"}),m=e.jsx(w,{className:"w-5 h-5"}),A=e.jsx(o,{className:"w-5 h-5"});function g(r){const s=d[r]||d.default;if(r==="/planner/keyword-opportunities")return{rowActions:s.rowActions||[],bulkActions:s.bulkActions||[]};const u=s.rowActions.filter(t=>t.key!=="edit"&&t.key!=="delete"&&t.key!=="export"),y=s.rowActions.find(t=>t.key==="edit"||t.key==="update")||{key:"edit",label:"Update",icon:i,variant:"primary"},p=s.rowActions.find(t=>t.key==="export")||{key:"export",label:"Export",icon:A,variant:"secondary"},l={key:"delete",label:"Delete",icon:m,variant:"danger"},k=s.bulkActions.filter(t=>t.key!=="delete"),x=s.bulkActions.find(t=>t.key==="delete")||l;return{rowActions:[y,...u,p,l],bulkActions:[...k,x]}}const d={"/planner/keyword-opportunities":{rowActions:[{key:"add_to_workflow",label:"Add",icon:e.jsx(n,{className:"w-5 h-5"}),variant:"success"}],bulkActions:[{key:"add_selected_to_workflow",label:"Add Selected to Workflow",icon:e.jsx(n,{className:"w-5 h-5"}),variant:"success"}]},"/planner/keywords":{rowActions:[{key:"edit",label:"Edit",icon:i,variant:"primary"}],bulkActions:[{key:"update_status",label:"Update Status",icon:e.jsx(a,{className:"w-4 h-4 text-success-500"}),variant:"secondary"},{key:"export",label:"Export Selected",icon:e.jsx(o,{className:"w-4 h-4 text-blue-light-500"}),variant:"secondary"},{key:"auto_cluster",label:"Auto-Cluster",icon:e.jsx(n,{className:"w-4 h-4 text-warning-500"}),variant:"secondary"}]},"/planner/clusters":{rowActions:[{key:"edit",label:"Edit",icon:i,variant:"primary"},{key:"generate_ideas",label:"Generate Ideas",icon:e.jsx(n,{className:"w-5 h-5"}),variant:"primary"}],bulkActions:[{key:"update_status",label:"Update Status",icon:e.jsx(a,{className:"w-4 h-4 text-success-500"}),variant:"secondary"},{key:"export",label:"Export Selected",icon:e.jsx(o,{className:"w-4 h-4 text-blue-light-500"}),variant:"secondary"},{key:"auto_generate_ideas",label:"Generate Ideas",icon:e.jsx(n,{className:"w-4 h-4 text-warning-500"}),variant:"secondary"}]},"/planner/ideas":{rowActions:[{key:"edit",label:"Edit",icon:i,variant:"primary"},{key:"queue_to_writer",label:"Queue to Writer",icon:e.jsx(c,{className:"w-5 h-5"}),variant:"primary"}],bulkActions:[{key:"update_status",label:"Update Status",icon:e.jsx(a,{className:"w-4 h-4 text-success-500"}),variant:"secondary"},{key:"export",label:"Export Selected",icon:e.jsx(o,{className:"w-4 h-4 text-blue-light-500"}),variant:"secondary"},{key:"queue_to_writer",label:"Queue to Writer",icon:e.jsx(c,{className:"w-4 h-4 text-brand-500"}),variant:"secondary"}]},"/writer/tasks":{rowActions:[{key:"edit",label:"Edit",icon:i,variant:"primary"},{key:"generate_content",label:"Generate Content",icon:e.jsx(n,{className:"w-5 h-5"}),variant:"primary"}],bulkActions:[{key:"update_status",label:"Update Status",icon:e.jsx(a,{className:"w-4 h-4 text-success-500"}),variant:"secondary"},{key:"export",label:"Export Selected",icon:e.jsx(o,{className:"w-4 h-4 text-blue-light-500"}),variant:"secondary"}]},"/writer/content":{rowActions:[{key:"edit",label:"Edit",icon:i,variant:"primary"},{key:"generate_image_prompts",label:"Generate Image Prompts",icon:e.jsx(n,{className:"w-5 h-5 text-purple-500"}),variant:"primary"}],bulkActions:[{key:"update_status",label:"Update Status",icon:e.jsx(a,{className:"w-4 h-4 text-success-500"}),variant:"secondary"},{key:"export",label:"Export Selected",icon:e.jsx(o,{className:"w-4 h-4 text-blue-light-500"}),variant:"secondary"},{key:"publish",label:"Publish Selected",icon:e.jsx(a,{className:"w-4 h-4 text-success-500"}),variant:"secondary"}]},"/writer/published":{rowActions:[{key:"edit",label:"Edit",icon:i,variant:"primary"}],bulkActions:[{key:"update_status",label:"Update Status",icon:e.jsx(a,{className:"w-4 h-4 text-success-500"}),variant:"secondary"},{key:"export",label:"Export Selected",icon:e.jsx(o,{className:"w-4 h-4 text-blue-light-500"}),variant:"secondary"}]},"/writer/images":{rowActions:[{key:"update_status",label:"Update Status",icon:e.jsx(a,{className:"w-5 h-5"}),variant:"primary"}],bulkActions:[]},default:{rowActions:[],bulkActions:[]}};export{g}; diff --git a/frontend/dist/assets/js/page-tasks.config.tsx-DbwIlrdw.js b/frontend/dist/assets/js/page-tasks.config.tsx-DbwIlrdw.js new file mode 100644 index 00000000..d3ace487 --- /dev/null +++ b/frontend/dist/assets/js/page-tasks.config.tsx-DbwIlrdw.js @@ -0,0 +1 @@ +import{j as r}from"./vendor-react-core-DRQGgXXF.js";import{t as i,s as c,a as p,w as d,f as s,c as b,B as o}from"./page-clusters.config.tsx-FJ8SgY77.js";const y=t=>{const u=!t.activeSector;return{columns:[{...i,sortable:!0,sortField:"title",toggleable:!0,toggleContentKey:"description",toggleContentLabel:"Idea & Content Outline"},...u?[{...c,render:(e,l)=>r.jsx(o,{color:"info",size:"sm",variant:"light",children:l.sector_name||"-"})}]:[],{key:"cluster_name",label:"Cluster",sortable:!0,sortField:"cluster_id",width:"200px",render:(e,l)=>l.cluster_name||"-"},{key:"content_structure",label:"Structure",sortable:!0,sortField:"content_structure",width:"150px",render:e=>r.jsx(o,{color:"info",size:"sm",variant:"light",children:(e==null?void 0:e.replace("_"," "))||"-"})},{key:"content_type",label:"Type",sortable:!0,sortField:"content_type",width:"120px",render:e=>r.jsx(o,{color:"info",size:"sm",variant:"light",children:(e==null?void 0:e.replace("_"," "))||"-"})},{...p,sortable:!0,sortField:"status",render:e=>{const l={queued:"warning",completed:"success"},a=e?e.replace("_"," "):"",n=a?a.charAt(0).toUpperCase()+a.slice(1):"";return r.jsx(o,{color:l[e]||"warning",size:"sm",children:n})}},{...d,sortable:!0,sortField:"word_count",render:e=>e.toLocaleString()},{...b,sortable:!0,sortField:"created_at",render:e=>s(e)},{key:"idea_title",label:"Idea",sortable:!0,sortField:"idea_id",defaultVisible:!1,width:"200px",render:(e,l)=>r.jsx("span",{className:"text-sm text-gray-600 dark:text-gray-400 truncate block max-w-[200px]",children:l.idea_title||"-"})},{key:"keywords",label:"Keywords",sortable:!1,defaultVisible:!1,width:"200px",render:e=>r.jsx("span",{className:"text-sm text-gray-600 dark:text-gray-400 truncate block max-w-[200px]",children:e||"-"})},{key:"meta_title",label:"Meta Title",sortable:!1,defaultVisible:!1,width:"200px",render:e=>r.jsx("span",{className:"text-sm text-gray-600 dark:text-gray-400 truncate block max-w-[200px]",children:e||"-"})},{key:"meta_description",label:"Meta Description",sortable:!1,defaultVisible:!1,width:"250px",render:e=>r.jsx("span",{className:"text-sm text-gray-600 dark:text-gray-400 truncate block max-w-[250px]",children:e||"-"})},{key:"post_url",label:"Post URL",sortable:!1,defaultVisible:!1,width:"200px",render:e=>e?r.jsx("a",{href:e,target:"_blank",rel:"noopener noreferrer",className:"text-sm text-brand-600 hover:text-brand-700 dark:text-brand-400 dark:hover:text-brand-300 truncate block max-w-[200px]",children:e}):r.jsx("span",{className:"text-sm text-gray-400 dark:text-gray-500",children:"-"})},{key:"updated_at",label:"Updated",sortable:!0,sortField:"updated_at",defaultVisible:!1,render:e=>s(e)}],filters:[{key:"search",label:"Search",type:"text",placeholder:"Search tasks..."},{key:"status",label:"Status",type:"select",options:[{value:"",label:"All Status"},{value:"queued",label:"Queued"},{value:"completed",label:"Completed"}]},{key:"content_structure",label:"Structure",type:"select",options:[{value:"",label:"All Structures"},{value:"cluster_hub",label:"Cluster Hub"},{value:"landing_page",label:"Landing Page"},{value:"pillar_page",label:"Pillar Page"},{value:"supporting_page",label:"Supporting Page"}]},{key:"content_type",label:"Type",type:"select",options:[{value:"",label:"All Types"},{value:"blog_post",label:"Blog Post"},{value:"article",label:"Article"},{value:"guide",label:"Guide"},{value:"tutorial",label:"Tutorial"}]},{key:"cluster_id",label:"Cluster",type:"select",options:[{value:"",label:"All Clusters"},...t.clusters.map(e=>({value:e.id.toString(),label:e.name}))],dynamicOptions:"clusters"}],formFields:e=>{var l;return[{key:"title",label:"Title",type:"text",placeholder:"Enter task title",required:!0,value:t.formData.title||"",onChange:a=>t.setFormData({...t.formData,title:a})},{key:"description",label:"Description",type:"textarea",placeholder:"Enter description",value:t.formData.description||"",onChange:a=>t.setFormData({...t.formData,description:a})},{key:"keywords",label:"Keywords",type:"text",placeholder:"Enter keywords (comma-separated)",value:t.formData.keywords||"",onChange:a=>t.setFormData({...t.formData,keywords:a})},{key:"cluster_id",label:"Cluster",type:"select",value:((l=t.formData.cluster_id)==null?void 0:l.toString())||"",onChange:a=>t.setFormData({...t.formData,cluster_id:a?parseInt(a):null}),options:[{value:"",label:"No Cluster"},...e.map(a=>({value:a.id.toString(),label:a.name}))]},{key:"content_structure",label:"Content Structure",type:"select",value:t.formData.content_structure||"blog_post",onChange:a=>t.setFormData({...t.formData,content_structure:a}),options:[{value:"cluster_hub",label:"Cluster Hub"},{value:"landing_page",label:"Landing Page"},{value:"pillar_page",label:"Pillar Page"},{value:"supporting_page",label:"Supporting Page"}]},{key:"content_type",label:"Content Type",type:"select",value:t.formData.content_type||"blog_post",onChange:a=>t.setFormData({...t.formData,content_type:a}),options:[{value:"blog_post",label:"Blog Post"},{value:"article",label:"Article"},{value:"guide",label:"Guide"},{value:"tutorial",label:"Tutorial"}]},{key:"status",label:"Status",type:"select",value:t.formData.status||"queued",onChange:a=>t.setFormData({...t.formData,status:a}),options:[{value:"queued",label:"Queued"},{value:"completed",label:"Completed"}]}]},headerMetrics:[{label:"Total Tasks",value:0,accentColor:"blue",calculate:e=>e.totalCount||0},{label:"Queued",value:0,accentColor:"amber",calculate:e=>e.tasks.filter(l=>l.status==="queued").length},{label:"Completed",value:0,accentColor:"green",calculate:e=>e.tasks.filter(l=>l.status==="completed").length}]}};export{y as c}; diff --git a/frontend/dist/assets/js/page-tasks.config.tsx-mmlIGC4l.js b/frontend/dist/assets/js/page-tasks.config.tsx-mmlIGC4l.js deleted file mode 100644 index 438125f9..00000000 --- a/frontend/dist/assets/js/page-tasks.config.tsx-mmlIGC4l.js +++ /dev/null @@ -1 +0,0 @@ -import{j as r}from"./vendor-react-core-DjsjKnCi.js";import{t as u,s as n,a as i,w as c,f as p,c as b,B as o}from"./page-clusters.config.tsx-9GAd-_h-.js";const m=t=>{const s=!t.activeSector;return{columns:[{...u,sortable:!0,sortField:"title",toggleable:!0,toggleContentKey:"content",toggleContentLabel:"Generated Content"},...s?[{...n,render:(e,a)=>r.jsx(o,{color:"info",size:"sm",variant:"light",children:a.sector_name||"-"})}]:[],{key:"cluster_name",label:"Cluster",sortable:!1,width:"200px",render:(e,a)=>a.cluster_name||"-"},{key:"content_structure",label:"Structure",sortable:!0,sortField:"content_structure",width:"150px",render:e=>r.jsx(o,{color:"info",size:"sm",variant:"light",children:(e==null?void 0:e.replace("_"," "))||"-"})},{key:"content_type",label:"Type",sortable:!0,sortField:"content_type",width:"120px",render:e=>r.jsx(o,{color:"info",size:"sm",variant:"light",children:(e==null?void 0:e.replace("_"," "))||"-"})},{...i,sortable:!0,sortField:"status",render:e=>{const a={queued:"warning",in_progress:"info",draft:"warning",review:"info",published:"success",completed:"success"};return r.jsx(o,{color:a[e]||"warning",size:"sm",children:(e==null?void 0:e.replace("_"," "))||e})}},{...c,sortable:!0,sortField:"word_count",render:e=>e.toLocaleString()},{...b,sortable:!0,sortField:"created_at",render:e=>p(e)}],filters:[{key:"search",label:"Search",type:"text",placeholder:"Search tasks..."},{key:"status",label:"Status",type:"select",options:[{value:"",label:"All Status"},{value:"queued",label:"Queued"},{value:"in_progress",label:"In Progress"},{value:"draft",label:"Draft"},{value:"review",label:"Review"},{value:"published",label:"Published"},{value:"completed",label:"Completed"}]},{key:"content_structure",label:"Structure",type:"select",options:[{value:"",label:"All Structures"},{value:"cluster_hub",label:"Cluster Hub"},{value:"landing_page",label:"Landing Page"},{value:"pillar_page",label:"Pillar Page"},{value:"supporting_page",label:"Supporting Page"}]},{key:"content_type",label:"Type",type:"select",options:[{value:"",label:"All Types"},{value:"blog_post",label:"Blog Post"},{value:"article",label:"Article"},{value:"guide",label:"Guide"},{value:"tutorial",label:"Tutorial"}]},{key:"cluster_id",label:"Cluster",type:"select",options:[{value:"",label:"All Clusters"},...t.clusters.map(e=>({value:e.id.toString(),label:e.name}))],dynamicOptions:"clusters"}],formFields:e=>{var a;return[{key:"title",label:"Title",type:"text",placeholder:"Enter task title",required:!0,value:t.formData.title||"",onChange:l=>t.setFormData({...t.formData,title:l})},{key:"description",label:"Description",type:"textarea",placeholder:"Enter description",value:t.formData.description||"",onChange:l=>t.setFormData({...t.formData,description:l})},{key:"keywords",label:"Keywords",type:"text",placeholder:"Enter keywords (comma-separated)",value:t.formData.keywords||"",onChange:l=>t.setFormData({...t.formData,keywords:l})},{key:"cluster_id",label:"Cluster",type:"select",value:((a=t.formData.cluster_id)==null?void 0:a.toString())||"",onChange:l=>t.setFormData({...t.formData,cluster_id:l?parseInt(l):null}),options:[{value:"",label:"No Cluster"},...e.map(l=>({value:l.id.toString(),label:l.name}))]},{key:"content_structure",label:"Content Structure",type:"select",value:t.formData.content_structure||"blog_post",onChange:l=>t.setFormData({...t.formData,content_structure:l}),options:[{value:"cluster_hub",label:"Cluster Hub"},{value:"landing_page",label:"Landing Page"},{value:"pillar_page",label:"Pillar Page"},{value:"supporting_page",label:"Supporting Page"}]},{key:"content_type",label:"Content Type",type:"select",value:t.formData.content_type||"blog_post",onChange:l=>t.setFormData({...t.formData,content_type:l}),options:[{value:"blog_post",label:"Blog Post"},{value:"article",label:"Article"},{value:"guide",label:"Guide"},{value:"tutorial",label:"Tutorial"}]},{key:"status",label:"Status",type:"select",value:t.formData.status||"queued",onChange:l=>t.setFormData({...t.formData,status:l}),options:[{value:"queued",label:"Queued"},{value:"in_progress",label:"In Progress"},{value:"draft",label:"Draft"},{value:"review",label:"Review"},{value:"published",label:"Published"},{value:"completed",label:"Completed"}]}]},headerMetrics:[{label:"Total Tasks",value:0,accentColor:"blue",calculate:e=>e.totalCount||0},{label:"Queued",value:0,accentColor:"amber",calculate:e=>e.tasks.filter(a=>a.status==="queued").length},{label:"In Progress",value:0,accentColor:"blue",calculate:e=>e.tasks.filter(a=>a.status==="in_progress").length},{label:"Published",value:0,accentColor:"green",calculate:e=>e.tasks.filter(a=>a.status==="published").length}]}};export{m as c}; diff --git a/frontend/dist/assets/js/page-tour.tsx-C_7-bMkX.js b/frontend/dist/assets/js/page-tour.tsx-C_7-bMkX.js new file mode 100644 index 00000000..dd1f0582 --- /dev/null +++ b/frontend/dist/assets/js/page-tour.tsx-C_7-bMkX.js @@ -0,0 +1 @@ +import{j as e}from"./vendor-react-core-DRQGgXXF.js";import{S as a,C as s}from"./marketing-components-CJXw20ab.js";import"./vendor-charts-BCGhWx_0.js";import"./vendor-other-DTCyBslD.js";import"./vendor-react-router-P1WQ4rUN.js";import"./marketing-data-DtLIUpMC.js";const r=[{title:"Kick off in the Dashboard",description:"Get instant visibility into automation coverage, credit usage, and pipeline health with filters for every site and team.",image:"tour-dash.png"},{title:"Research in Planner",description:"Explore the global keyword graph, build clustering blueprints, and score opportunities with AI to set your roadmap.",image:"tour-planner.png"},{title:"Generate briefs and drafts in Writer",description:"Create detailed briefs, assign tasks, and produce on-brand drafts tuned to your tone, format, and competitive insights.",image:"tour-writer.png"},{title:"Automate delivery",description:"Configure recipes that move keywords to ideas, content, and imagery. Publish to WordPress or notify your CMS automatically.",image:"tour-automation.png"}],h=()=>e.jsxs("div",{className:"bg-[#050913] text-white",children:[e.jsxs("section",{className:"max-w-6xl mx-auto px-6 pt-24 pb-16 space-y-6",children:[e.jsx(a,{eyebrow:"Guided Tour",title:"Experience the entire Igny8 journey in minutes.",description:"Walk through the workflow that moves market intelligence into production-ready content. Each step builds toward an automated growth flywheel."}),e.jsx("div",{className:"rounded-3xl border border-white/10 bg-white/5 p-8",children:e.jsx("div",{className:"aspect-video rounded-2xl border border-white/10 bg-slate-900 flex items-center justify-center text-white/40 text-sm",children:"Video walkthrough placeholder (embed demo or Loom)"})})]}),e.jsx("section",{className:"max-w-6xl mx-auto px-6 pb-24 space-y-12",children:r.map((t,i)=>e.jsxs("div",{className:"grid grid-cols-1 lg:grid-cols-2 gap-12 items-center",children:[e.jsxs("div",{className:`space-y-4 ${i%2===1?"lg:order-2":""}`,children:[e.jsxs("span",{className:"text-xs uppercase tracking-[0.3em] text-white/50",children:["Step ",i+1]}),e.jsx("h3",{className:"text-2xl font-semibold",children:t.title}),e.jsx("p",{className:"text-sm text-white/70 leading-relaxed",children:t.description})]}),e.jsx("div",{className:`rounded-3xl border border-white/10 bg-white/5 overflow-hidden ${i%2===1?"lg:order-1":""}`,children:e.jsx("img",{src:`/marketing/images/${t.image}`,alt:t.title,className:"w-full h-full object-cover"})})]},t.title))}),e.jsx("section",{className:"bg-slate-950/70 border-y border-white/5",children:e.jsxs("div",{className:"max-w-6xl mx-auto px-6 py-24 space-y-10",children:[e.jsx(a,{eyebrow:"Automation recipes",title:"Pre-built workflows you can launch on day one.",description:"Activate automation templates or customize them in minutes. Igny8 tracks dependencies, statuses, and handoffs."}),e.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 xl:grid-cols-3 gap-6 text-sm text-white/70",children:[{name:"Keywords → Ideas",time:"Nightly",highlight:"Targets new opportunities"},{name:"Ideas → Tasks",time:"Daily",highlight:"Staff writers automatically"},{name:"Tasks → Content",time:"Hourly",highlight:"Generate & queue drafts"},{name:"Content → Images",time:"On approval",highlight:"Produce branded visuals"},{name:"Content → WordPress",time:"Manual launch",highlight:"One-click publish"},{name:"SERP Win/Loss Alerts",time:"Real-time",highlight:"Trigger optimizations"}].map(t=>e.jsxs("div",{className:"rounded-3xl border border-white/10 bg-white/5 p-6 space-y-3",children:[e.jsx("h4",{className:"text-base font-semibold text-white",children:t.name}),e.jsx("div",{className:"text-xs uppercase tracking-[0.3em] text-white/40",children:t.time}),e.jsx("p",{children:t.highlight})]},t.name))})]})}),e.jsx(s,{title:"See Igny8 in action with a live strategist.",description:"Book a walkthrough and we’ll tailor the tour to your stack, data sources, and growth targets.",primaryCta:{label:"Book live tour",href:"/contact"},secondaryCta:{label:"Start free",href:"https://app.igny8.com/signup"}})]});export{h as default}; diff --git a/frontend/dist/assets/js/page-waitlist.tsx--kBT-e1c.js b/frontend/dist/assets/js/page-waitlist.tsx--kBT-e1c.js new file mode 100644 index 00000000..201b9734 --- /dev/null +++ b/frontend/dist/assets/js/page-waitlist.tsx--kBT-e1c.js @@ -0,0 +1 @@ +import{j as e}from"./vendor-react-core-DRQGgXXF.js";import{S as s,C as a}from"./marketing-components-CJXw20ab.js";import"./vendor-charts-BCGhWx_0.js";import"./vendor-other-DTCyBslD.js";import"./vendor-react-router-P1WQ4rUN.js";import"./marketing-data-DtLIUpMC.js";const i=[{title:"One-click workflows",description:"Trigger keywords → ideas → drafts directly inside Planner and Writer with new automation toggles."},{title:"Schedule intelligence",description:"Plan automation cycles by day and time with credit-aware throttling and fallback rules."},{title:"AI quality scoring",description:"Monitor readability, compliance, and SERP alignment across AI-generated content with automated fixes."}],x=()=>e.jsxs("div",{className:"bg-[#050913] text-white",children:[e.jsx("section",{className:"max-w-4xl mx-auto px-6 pt-24 pb-12",children:e.jsx(s,{eyebrow:"Roadmap preview",title:"Get early access to upcoming Igny8 releases.",description:"We’re releasing a wave of automation upgrades and AI scoring tools. Join the waitlist to test features before they ship."})}),e.jsxs("section",{className:"max-w-5xl mx-auto px-6 pb-24 grid grid-cols-1 lg:grid-cols-2 gap-12",children:[e.jsxs("div",{className:"rounded-3xl border border-white/10 bg-white/5 p-10 space-y-6",children:[e.jsx("h3",{className:"text-lg font-semibold text-white",children:"Join the waitlist"}),e.jsx("p",{className:"text-sm text-white/70",children:"Share your details and we’ll invite you to beta cohorts with onboarding resources and direct feedback loops to our product team."}),e.jsxs("form",{className:"space-y-4",children:[e.jsx("input",{type:"text",placeholder:"Name",className:"w-full rounded-xl border border-white/15 bg-slate-950/60 px-4 py-3 text-sm text-white placeholder:text-white/40 focus:outline-none focus:border-brand-400"}),e.jsx("input",{type:"email",placeholder:"Work email",className:"w-full rounded-xl border border-white/15 bg-slate-950/60 px-4 py-3 text-sm text-white placeholder:text-white/40 focus:outline-none focus:border-brand-400"}),e.jsx("textarea",{rows:4,placeholder:"Tell us about your current workflow and why you're excited.",className:"w-full rounded-xl border border-white/15 bg-slate-950/60 px-4 py-3 text-sm text-white placeholder:text-white/40 focus:outline-none focus:border-brand-400 resize-none"}),e.jsx("button",{type:"submit",className:"inline-flex items-center justify-center rounded-full bg-brand-500 hover:bg-brand-400 px-6 py-3 text-sm font-semibold",children:"Join waitlist"})]})]}),e.jsxs("div",{className:"space-y-6",children:[e.jsxs("div",{className:"rounded-3xl border border-white/10 bg-white/5 p-8 space-y-4",children:[e.jsx("h4",{className:"text-lg font-semibold text-white",children:"What’s coming"}),e.jsx("ul",{className:"space-y-3 text-sm text-white/70",children:i.map(t=>e.jsxs("li",{className:"flex gap-3",children:[e.jsx("span",{className:"mt-1 size-1.5 rounded-full bg-brand-300"}),e.jsxs("div",{children:[e.jsx("div",{className:"font-semibold text-white",children:t.title}),e.jsx("div",{children:t.description})]})]},t.title))})]}),e.jsxs("div",{className:"rounded-3xl border border-white/10 bg-white/5 p-8 text-sm text-white/70 space-y-3",children:[e.jsx("h4",{className:"text-lg font-semibold text-white",children:"How the beta works"}),e.jsx("p",{children:"We onboard new features to the waitlist in weekly waves. You’ll receive playbooks, sample workflows, and a feedback channel with our product team."}),e.jsx("p",{children:"Participants also get extended credits to experiment with automation scenarios."})]})]})]}),e.jsx(a,{title:"Prefer to explore now?",description:"Start your Igny8 trial and you’ll get notified the moment new automation releases are ready.",primaryCta:{label:"Start free",href:"https://app.igny8.com/signup"},secondaryCta:{label:"Contact us",href:"/contact"}})]});export{x as default}; diff --git a/frontend/dist/assets/js/pages-billing-CR09bFDK.js b/frontend/dist/assets/js/pages-billing-CR09bFDK.js deleted file mode 100644 index 5abd8d2b..00000000 --- a/frontend/dist/assets/js/pages-billing-CR09bFDK.js +++ /dev/null @@ -1 +0,0 @@ -import{r as i,j as e}from"./vendor-react-core-DjsjKnCi.js";import{P as u}from"./page-analytics.tsx-1KCk8AGD.js";import{u as f}from"./page-reference-aC0iABvU.js";import{b,c as v,d as k,e as w}from"./page-dashboard-DxYTR5eF.js";import{C as o}from"./page-components.tsx-DYfg5dka.js";import{B as N}from"./page-clusters.config.tsx-9GAd-_h-.js";function C(){const a=f(),[n,g]=i.useState(null),[r,l]=i.useState(!0);i.useEffect(()=>{m()},[]);const m=async()=>{try{l(!0);const d=await b();g(d)}catch(d){a.error(`Failed to load credit balance: ${d.message}`)}finally{l(!1)}};return r?e.jsxs("div",{className:"p-6",children:[e.jsx(u,{title:"Credits"}),e.jsx("div",{className:"flex items-center justify-center h-64",children:e.jsx("div",{className:"text-gray-500",children:"Loading..."})})]}):e.jsxs("div",{className:"p-6",children:[e.jsx(u,{title:"Credits"}),e.jsxs("div",{className:"mb-6",children:[e.jsx("h1",{className:"text-2xl font-bold text-gray-900 dark:text-white",children:"Credit Balance"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mt-1",children:"Manage your AI credits and usage"})]}),n&&e.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6",children:[e.jsxs(o,{className:"p-6",children:[e.jsx("div",{className:"flex items-center justify-between mb-2",children:e.jsx("h3",{className:"text-sm font-medium text-gray-600 dark:text-gray-400",children:"Current Balance"})}),e.jsx("div",{className:"text-3xl font-bold text-gray-900 dark:text-white",children:n.credits.toLocaleString()}),e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mt-2",children:"Available credits"})]}),e.jsxs(o,{className:"p-6",children:[e.jsx("div",{className:"flex items-center justify-between mb-2",children:e.jsx("h3",{className:"text-sm font-medium text-gray-600 dark:text-gray-400",children:"Monthly Allocation"})}),e.jsx("div",{className:"text-3xl font-bold text-gray-900 dark:text-white",children:n.plan_credits_per_month.toLocaleString()}),e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mt-2",children:"Credits per month"})]}),e.jsxs(o,{className:"p-6",children:[e.jsx("div",{className:"flex items-center justify-between mb-2",children:e.jsx("h3",{className:"text-sm font-medium text-gray-600 dark:text-gray-400",children:"Used This Month"})}),e.jsx("div",{className:"text-3xl font-bold text-gray-900 dark:text-white",children:n.credits_used_this_month.toLocaleString()}),e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mt-2",children:"Credits consumed"})]}),e.jsxs(o,{className:"p-6",children:[e.jsx("div",{className:"flex items-center justify-between mb-2",children:e.jsx("h3",{className:"text-sm font-medium text-gray-600 dark:text-gray-400",children:"Remaining"})}),e.jsx("div",{className:"text-3xl font-bold text-gray-900 dark:text-white",children:n.credits_remaining.toLocaleString()}),e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mt-2",children:"Credits remaining"})]})]})]})}const A=Object.freeze(Object.defineProperty({__proto__:null,default:C},Symbol.toStringTag,{value:"Module"}));function L(){const a=f(),[n,g]=i.useState([]),[r,l]=i.useState(!0),[m,d]=i.useState(1),[h,c]=i.useState(1);i.useEffect(()=>{j()},[m]);const j=async()=>{try{l(!0);const s=await v({page:m});g(s.results||[]),c(Math.ceil((s.count||0)/50))}catch(s){a.error(`Failed to load transactions: ${s.message}`)}finally{l(!1)}},p=s=>{switch(s){case"purchase":case"subscription":return"success";case"deduction":return"error";default:return"primary"}};return e.jsxs("div",{className:"p-6",children:[e.jsx(u,{title:"Credit Transactions"}),e.jsxs("div",{className:"mb-6",children:[e.jsx("h1",{className:"text-2xl font-bold text-gray-900 dark:text-white",children:"Credit Transactions"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mt-1",children:"View all credit transactions and history"})]}),r?e.jsx("div",{className:"flex items-center justify-center h-64",children:e.jsx("div",{className:"text-gray-500",children:"Loading..."})}):e.jsx(o,{className:"p-6",children:e.jsx("div",{className:"overflow-x-auto",children:e.jsxs("table",{className:"w-full",children:[e.jsx("thead",{children:e.jsxs("tr",{className:"border-b border-gray-200 dark:border-gray-700",children:[e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Date"}),e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Type"}),e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Amount"}),e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Balance After"}),e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Description"})]})}),e.jsx("tbody",{children:n.map(s=>e.jsxs("tr",{className:"border-b border-gray-100 dark:border-gray-800",children:[e.jsx("td",{className:"py-3 px-4 text-sm text-gray-900 dark:text-white",children:new Date(s.created_at).toLocaleDateString()}),e.jsx("td",{className:"py-3 px-4",children:e.jsx(N,{variant:"light",color:p(s.transaction_type),children:s.transaction_type_display})}),e.jsxs("td",{className:`py-3 px-4 text-sm font-medium ${s.amount>=0?"text-green-600 dark:text-green-400":"text-red-600 dark:text-red-400"}`,children:[s.amount>=0?"+":"",s.amount.toLocaleString()]}),e.jsx("td",{className:"py-3 px-4 text-sm text-gray-900 dark:text-white",children:s.balance_after.toLocaleString()}),e.jsx("td",{className:"py-3 px-4 text-sm text-gray-600 dark:text-gray-400",children:s.description})]},s.id))})]})})})]})}const B=Object.freeze(Object.defineProperty({__proto__:null,default:L},Symbol.toStringTag,{value:"Module"}));function _(){const a=f(),[n,g]=i.useState([]),[r,l]=i.useState([]),[m,d]=i.useState(!0),[h,c]=i.useState(!0);i.useEffect(()=>{j(),p()},[]);const j=async()=>{try{d(!0);const t=await k({page:1});g(t.results||[])}catch(t){a.error(`Failed to load usage logs: ${t.message}`)}finally{d(!1)}},p=async()=>{try{c(!0);const t=await w();console.log("Usage limits response:",t),l(t.limits||[]),(!t.limits||t.limits.length===0)&&console.warn("No limits data received from API")}catch(t){console.error("Error loading usage limits:",t),a.error(`Failed to load usage limits: ${t.message}`),l([])}finally{c(!1)}},s={planner:r.filter(t=>t.category==="planner"),writer:r.filter(t=>t.category==="writer"),images:r.filter(t=>t.category==="images"),ai:r.filter(t=>t.category==="ai"),general:r.filter(t=>t.category==="general")};return console.log("[Usage Component] Render state:",{limitsLoading:h,limitsCount:r.length,groupedLimits:s,plannerCount:s.planner.length,writerCount:s.writer.length,imagesCount:s.images.length,aiCount:s.ai.length,generalCount:s.general.length}),e.jsxs("div",{className:"p-6",children:[e.jsx(u,{title:"Usage",description:"Monitor your plan limits and usage statistics"}),e.jsxs("div",{className:"mb-6",children:[e.jsx("h1",{className:"text-2xl font-bold text-gray-900 dark:text-white",children:"Acoount Limits & Usage"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mt-1",children:"Monitor your plan limits and usage statistics"})]}),!1,h?e.jsx(o,{className:"p-6 mb-8",children:e.jsx("div",{className:"flex items-center justify-center h-32",children:e.jsx("div",{className:"text-gray-500",children:"Loading limits..."})})}):r.length===0?e.jsx(o,{className:"p-6 mb-8",children:e.jsxs("div",{className:"text-center text-gray-500 dark:text-gray-400",children:[e.jsx("p",{className:"mb-2 font-medium",children:"No usage limits data available."}),e.jsx("p",{className:"text-sm",children:"The API endpoint may not be responding or your account may not have a plan configured."}),e.jsx("p",{className:"text-xs mt-2 text-gray-400",children:"Check browser console for errors. Endpoint: /v1/billing/credits/usage/limits/"})]})}):e.jsxs("div",{className:"space-y-6 mb-8",children:[s.planner.length>0&&e.jsxs("div",{children:[e.jsx("h2",{className:"text-lg font-semibold text-gray-800 dark:text-white mb-4",children:"Planner Limits"}),e.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4",children:s.planner.map((t,x)=>e.jsx(y,{limit:t},x))})]}),s.writer.length>0&&e.jsxs("div",{children:[e.jsx("h2",{className:"text-lg font-semibold text-gray-800 dark:text-white mb-4",children:"Writer Limits"}),e.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4",children:s.writer.map((t,x)=>e.jsx(y,{limit:t},x))})]}),s.images.length>0&&e.jsxs("div",{children:[e.jsx("h2",{className:"text-lg font-semibold text-gray-800 dark:text-white mb-4",children:"Image Generation Limits"}),e.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4",children:s.images.map((t,x)=>e.jsx(y,{limit:t},x))})]}),s.ai.length>0&&e.jsxs("div",{children:[e.jsx("h2",{className:"text-lg font-semibold text-gray-800 dark:text-white mb-4",children:"AI Credits"}),e.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4",children:s.ai.map((t,x)=>e.jsx(y,{limit:t},x))})]}),s.general.length>0&&e.jsxs("div",{children:[e.jsx("h2",{className:"text-lg font-semibold text-gray-800 dark:text-white mb-4",children:"General Limits"}),e.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4",children:s.general.map((t,x)=>e.jsx(y,{limit:t},x))})]})]}),e.jsxs("div",{className:"mb-6",children:[e.jsx("h2",{className:"text-lg font-semibold text-gray-800 dark:text-white mb-4",children:"Usage Logs"}),m?e.jsx("div",{className:"flex items-center justify-center h-64",children:e.jsx("div",{className:"text-gray-500",children:"Loading..."})}):e.jsx(o,{className:"p-6",children:e.jsx("div",{className:"overflow-x-auto",children:e.jsxs("table",{className:"w-full",children:[e.jsx("thead",{children:e.jsxs("tr",{className:"border-b border-gray-200 dark:border-gray-700",children:[e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Date"}),e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Operation"}),e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Credits Used"}),e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Model"}),e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Cost (USD)"})]})}),e.jsx("tbody",{children:n.map(t=>e.jsxs("tr",{className:"border-b border-gray-100 dark:border-gray-800",children:[e.jsx("td",{className:"py-3 px-4 text-sm text-gray-900 dark:text-white",children:new Date(t.created_at).toLocaleString()}),e.jsx("td",{className:"py-3 px-4",children:e.jsx(N,{variant:"light",color:"primary",children:t.operation_type_display})}),e.jsx("td",{className:"py-3 px-4 text-sm font-medium text-gray-900 dark:text-white",children:t.credits_used}),e.jsx("td",{className:"py-3 px-4 text-sm text-gray-600 dark:text-gray-400",children:t.model_used||"N/A"}),e.jsx("td",{className:"py-3 px-4 text-sm text-gray-600 dark:text-gray-400",children:t.cost_usd?`$${parseFloat(t.cost_usd).toFixed(4)}`:"N/A"})]},t.id))})]})})})]})]})}function y({limit:a}){const n=c=>{switch(c){case"planner":return"blue";case"writer":return"green";case"images":return"purple";case"ai":return"orange";case"general":return"gray";default:return"gray"}},g=c=>c>=90?"danger":c>=75?"warning":"success",r=Math.min(a.percentage,100),l=g(r),m=n(a.category),d=l==="danger"?"bg-red-500":l==="warning"?"bg-yellow-500":"bg-green-500",h=l==="danger"?"text-red-600 dark:text-red-400":l==="warning"?"text-yellow-600 dark:text-yellow-400":"text-green-600 dark:text-green-400";return e.jsxs(o,{className:"p-4",children:[e.jsxs("div",{className:"flex items-center justify-between mb-2",children:[e.jsx("h3",{className:"text-sm font-medium text-gray-700 dark:text-gray-300",children:a.title}),e.jsx(N,{variant:"light",color:m,children:a.category})]}),e.jsxs("div",{className:"mb-3",children:[e.jsxs("div",{className:"flex items-baseline gap-2",children:[e.jsx("span",{className:"text-2xl font-bold text-gray-900 dark:text-white",children:a.used.toLocaleString()}),e.jsxs("span",{className:"text-sm text-gray-500 dark:text-gray-400",children:["/ ",a.limit.toLocaleString()]}),e.jsx("span",{className:"text-xs text-gray-400 dark:text-gray-500",children:a.unit})]}),e.jsx("div",{className:"mt-2",children:e.jsx("div",{className:"w-full bg-gray-200 dark:bg-gray-700 rounded-full h-2",children:e.jsx("div",{className:`h-2 rounded-full ${d}`,style:{width:`${r}%`}})})})]}),e.jsxs("div",{className:"flex items-center justify-between text-xs",children:[e.jsxs("span",{className:h,children:[a.available.toLocaleString()," available"]}),e.jsxs("span",{className:"text-gray-500 dark:text-gray-400",children:[r.toFixed(1),"% used"]})]})]})}const D=Object.freeze(Object.defineProperty({__proto__:null,default:_},Symbol.toStringTag,{value:"Module"}));export{A as C,B as T,D as U}; diff --git a/frontend/dist/assets/js/pages-billing-DLN8PjHX.js b/frontend/dist/assets/js/pages-billing-DLN8PjHX.js new file mode 100644 index 00000000..e6c0d3ec --- /dev/null +++ b/frontend/dist/assets/js/pages-billing-DLN8PjHX.js @@ -0,0 +1 @@ +import{r as i,j as e}from"./vendor-react-core-DRQGgXXF.js";import{P as u}from"./page-authpages-BaiNliVr.js";import{u as f,e as b,g as v,h as k,i as w}from"./page-dashboard-CuOyqq-s.js";import{C as o}from"./page-components.tsx-4vErPdxY.js";import{B as N}from"./page-clusters.config.tsx-FJ8SgY77.js";function C(){const a=f(),[n,g]=i.useState(null),[r,l]=i.useState(!0);i.useEffect(()=>{m()},[]);const m=async()=>{try{l(!0);const d=await b();g(d)}catch(d){a.error(`Failed to load credit balance: ${d.message}`)}finally{l(!1)}};return r?e.jsxs("div",{className:"p-6",children:[e.jsx(u,{title:"Credits"}),e.jsx("div",{className:"flex items-center justify-center h-64",children:e.jsx("div",{className:"text-gray-500",children:"Loading..."})})]}):e.jsxs("div",{className:"p-6",children:[e.jsx(u,{title:"Credits"}),e.jsxs("div",{className:"mb-6",children:[e.jsx("h1",{className:"text-2xl font-bold text-gray-900 dark:text-white",children:"Credit Balance"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mt-1",children:"Manage your AI credits and usage"})]}),n&&e.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6",children:[e.jsxs(o,{className:"p-6",children:[e.jsx("div",{className:"flex items-center justify-between mb-2",children:e.jsx("h3",{className:"text-sm font-medium text-gray-600 dark:text-gray-400",children:"Current Balance"})}),e.jsx("div",{className:"text-3xl font-bold text-gray-900 dark:text-white",children:n.credits.toLocaleString()}),e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mt-2",children:"Available credits"})]}),e.jsxs(o,{className:"p-6",children:[e.jsx("div",{className:"flex items-center justify-between mb-2",children:e.jsx("h3",{className:"text-sm font-medium text-gray-600 dark:text-gray-400",children:"Monthly Allocation"})}),e.jsx("div",{className:"text-3xl font-bold text-gray-900 dark:text-white",children:n.plan_credits_per_month.toLocaleString()}),e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mt-2",children:"Credits per month"})]}),e.jsxs(o,{className:"p-6",children:[e.jsx("div",{className:"flex items-center justify-between mb-2",children:e.jsx("h3",{className:"text-sm font-medium text-gray-600 dark:text-gray-400",children:"Used This Month"})}),e.jsx("div",{className:"text-3xl font-bold text-gray-900 dark:text-white",children:n.credits_used_this_month.toLocaleString()}),e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mt-2",children:"Credits consumed"})]}),e.jsxs(o,{className:"p-6",children:[e.jsx("div",{className:"flex items-center justify-between mb-2",children:e.jsx("h3",{className:"text-sm font-medium text-gray-600 dark:text-gray-400",children:"Remaining"})}),e.jsx("div",{className:"text-3xl font-bold text-gray-900 dark:text-white",children:n.credits_remaining.toLocaleString()}),e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mt-2",children:"Credits remaining"})]})]})]})}const $=Object.freeze(Object.defineProperty({__proto__:null,default:C},Symbol.toStringTag,{value:"Module"}));function L(){const a=f(),[n,g]=i.useState([]),[r,l]=i.useState(!0),[m,d]=i.useState(1),[h,c]=i.useState(1);i.useEffect(()=>{j()},[m]);const j=async()=>{try{l(!0);const s=await v({page:m});g(s.results||[]),c(Math.ceil((s.count||0)/50))}catch(s){a.error(`Failed to load transactions: ${s.message}`)}finally{l(!1)}},p=s=>{switch(s){case"purchase":case"subscription":return"success";case"deduction":return"error";default:return"primary"}};return e.jsxs("div",{className:"p-6",children:[e.jsx(u,{title:"Credit Transactions"}),e.jsxs("div",{className:"mb-6",children:[e.jsx("h1",{className:"text-2xl font-bold text-gray-900 dark:text-white",children:"Credit Transactions"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mt-1",children:"View all credit transactions and history"})]}),r?e.jsx("div",{className:"flex items-center justify-center h-64",children:e.jsx("div",{className:"text-gray-500",children:"Loading..."})}):e.jsx(o,{className:"p-6",children:e.jsx("div",{className:"overflow-x-auto",children:e.jsxs("table",{className:"w-full",children:[e.jsx("thead",{children:e.jsxs("tr",{className:"border-b border-gray-200 dark:border-gray-700",children:[e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Date"}),e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Type"}),e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Amount"}),e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Balance After"}),e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Description"})]})}),e.jsx("tbody",{children:n.map(s=>e.jsxs("tr",{className:"border-b border-gray-100 dark:border-gray-800",children:[e.jsx("td",{className:"py-3 px-4 text-sm text-gray-900 dark:text-white",children:new Date(s.created_at).toLocaleDateString()}),e.jsx("td",{className:"py-3 px-4",children:e.jsx(N,{variant:"light",color:p(s.transaction_type),children:s.transaction_type_display})}),e.jsxs("td",{className:`py-3 px-4 text-sm font-medium ${s.amount>=0?"text-green-600 dark:text-green-400":"text-red-600 dark:text-red-400"}`,children:[s.amount>=0?"+":"",s.amount.toLocaleString()]}),e.jsx("td",{className:"py-3 px-4 text-sm text-gray-900 dark:text-white",children:s.balance_after.toLocaleString()}),e.jsx("td",{className:"py-3 px-4 text-sm text-gray-600 dark:text-gray-400",children:s.description})]},s.id))})]})})})]})}const A=Object.freeze(Object.defineProperty({__proto__:null,default:L},Symbol.toStringTag,{value:"Module"}));function _(){const a=f(),[n,g]=i.useState([]),[r,l]=i.useState([]),[m,d]=i.useState(!0),[h,c]=i.useState(!0);i.useEffect(()=>{j(),p()},[]);const j=async()=>{try{d(!0);const t=await k({page:1});g(t.results||[])}catch(t){a.error(`Failed to load usage logs: ${t.message}`)}finally{d(!1)}},p=async()=>{try{c(!0);const t=await w();console.log("Usage limits response:",t),l(t.limits||[]),(!t.limits||t.limits.length===0)&&console.warn("No limits data received from API")}catch(t){console.error("Error loading usage limits:",t),a.error(`Failed to load usage limits: ${t.message}`),l([])}finally{c(!1)}},s={planner:r.filter(t=>t.category==="planner"),writer:r.filter(t=>t.category==="writer"),images:r.filter(t=>t.category==="images"),ai:r.filter(t=>t.category==="ai"),general:r.filter(t=>t.category==="general")};return console.log("[Usage Component] Render state:",{limitsLoading:h,limitsCount:r.length,groupedLimits:s,plannerCount:s.planner.length,writerCount:s.writer.length,imagesCount:s.images.length,aiCount:s.ai.length,generalCount:s.general.length}),e.jsxs("div",{className:"p-6",children:[e.jsx(u,{title:"Usage",description:"Monitor your plan limits and usage statistics"}),e.jsxs("div",{className:"mb-6",children:[e.jsx("h1",{className:"text-2xl font-bold text-gray-900 dark:text-white",children:"Acoount Limits Usage 8"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mt-1",children:"Monitor your plan limits and usage statistics"})]}),!1,h?e.jsx(o,{className:"p-6 mb-8",children:e.jsx("div",{className:"flex items-center justify-center h-32",children:e.jsx("div",{className:"text-gray-500",children:"Loading limits..."})})}):r.length===0?e.jsx(o,{className:"p-6 mb-8",children:e.jsxs("div",{className:"text-center text-gray-500 dark:text-gray-400",children:[e.jsx("p",{className:"mb-2 font-medium",children:"No usage limits data available."}),e.jsx("p",{className:"text-sm",children:"The API endpoint may not be responding or your account may not have a plan configured."}),e.jsx("p",{className:"text-xs mt-2 text-gray-400",children:"Check browser console for errors. Endpoint: /v1/billing/credits/usage/limits/"})]})}):e.jsxs("div",{className:"space-y-6 mb-8",children:[s.planner.length>0&&e.jsxs("div",{children:[e.jsx("h2",{className:"text-lg font-semibold text-gray-800 dark:text-white mb-4",children:"Planner Limits"}),e.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4",children:s.planner.map((t,x)=>e.jsx(y,{limit:t},x))})]}),s.writer.length>0&&e.jsxs("div",{children:[e.jsx("h2",{className:"text-lg font-semibold text-gray-800 dark:text-white mb-4",children:"Writer Limits"}),e.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4",children:s.writer.map((t,x)=>e.jsx(y,{limit:t},x))})]}),s.images.length>0&&e.jsxs("div",{children:[e.jsx("h2",{className:"text-lg font-semibold text-gray-800 dark:text-white mb-4",children:"Image Generation Limits"}),e.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4",children:s.images.map((t,x)=>e.jsx(y,{limit:t},x))})]}),s.ai.length>0&&e.jsxs("div",{children:[e.jsx("h2",{className:"text-lg font-semibold text-gray-800 dark:text-white mb-4",children:"AI Credits"}),e.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4",children:s.ai.map((t,x)=>e.jsx(y,{limit:t},x))})]}),s.general.length>0&&e.jsxs("div",{children:[e.jsx("h2",{className:"text-lg font-semibold text-gray-800 dark:text-white mb-4",children:"General Limits"}),e.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4",children:s.general.map((t,x)=>e.jsx(y,{limit:t},x))})]})]}),e.jsxs("div",{className:"mb-6",children:[e.jsx("h2",{className:"text-lg font-semibold text-gray-800 dark:text-white mb-4",children:"Usage Logs"}),m?e.jsx("div",{className:"flex items-center justify-center h-64",children:e.jsx("div",{className:"text-gray-500",children:"Loading..."})}):e.jsx(o,{className:"p-6",children:e.jsx("div",{className:"overflow-x-auto",children:e.jsxs("table",{className:"w-full",children:[e.jsx("thead",{children:e.jsxs("tr",{className:"border-b border-gray-200 dark:border-gray-700",children:[e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Date"}),e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Operation"}),e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Credits Used"}),e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Model"}),e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Cost (USD)"})]})}),e.jsx("tbody",{children:n.map(t=>e.jsxs("tr",{className:"border-b border-gray-100 dark:border-gray-800",children:[e.jsx("td",{className:"py-3 px-4 text-sm text-gray-900 dark:text-white",children:new Date(t.created_at).toLocaleString()}),e.jsx("td",{className:"py-3 px-4",children:e.jsx(N,{variant:"light",color:"primary",children:t.operation_type_display})}),e.jsx("td",{className:"py-3 px-4 text-sm font-medium text-gray-900 dark:text-white",children:t.credits_used}),e.jsx("td",{className:"py-3 px-4 text-sm text-gray-600 dark:text-gray-400",children:t.model_used||"N/A"}),e.jsx("td",{className:"py-3 px-4 text-sm text-gray-600 dark:text-gray-400",children:t.cost_usd?`$${parseFloat(t.cost_usd).toFixed(4)}`:"N/A"})]},t.id))})]})})})]})]})}function y({limit:a}){const n=c=>{switch(c){case"planner":return"blue";case"writer":return"green";case"images":return"purple";case"ai":return"orange";case"general":return"gray";default:return"gray"}},g=c=>c>=90?"danger":c>=75?"warning":"success",r=Math.min(a.percentage,100),l=g(r),m=n(a.category),d=l==="danger"?"bg-red-500":l==="warning"?"bg-yellow-500":"bg-green-500",h=l==="danger"?"text-red-600 dark:text-red-400":l==="warning"?"text-yellow-600 dark:text-yellow-400":"text-green-600 dark:text-green-400";return e.jsxs(o,{className:"p-4",children:[e.jsxs("div",{className:"flex items-center justify-between mb-2",children:[e.jsx("h3",{className:"text-sm font-medium text-gray-700 dark:text-gray-300",children:a.title}),e.jsx(N,{variant:"light",color:m,children:a.category})]}),e.jsxs("div",{className:"mb-3",children:[e.jsxs("div",{className:"flex items-baseline gap-2",children:[e.jsx("span",{className:"text-2xl font-bold text-gray-900 dark:text-white",children:a.used.toLocaleString()}),e.jsxs("span",{className:"text-sm text-gray-500 dark:text-gray-400",children:["/ ",a.limit.toLocaleString()]}),e.jsx("span",{className:"text-xs text-gray-400 dark:text-gray-500",children:a.unit})]}),e.jsx("div",{className:"mt-2",children:e.jsx("div",{className:"w-full bg-gray-200 dark:bg-gray-700 rounded-full h-2",children:e.jsx("div",{className:`h-2 rounded-full ${d}`,style:{width:`${r}%`}})})})]}),e.jsxs("div",{className:"flex items-center justify-between text-xs",children:[e.jsxs("span",{className:h,children:[a.available.toLocaleString()," available"]}),e.jsxs("span",{className:"text-gray-500 dark:text-gray-400",children:[r.toFixed(1),"% used"]})]})]})}const B=Object.freeze(Object.defineProperty({__proto__:null,default:_},Symbol.toStringTag,{value:"Module"}));export{$ as C,A as T,B as U}; diff --git a/frontend/dist/assets/js/pages-planner-Biqt-k6C.js b/frontend/dist/assets/js/pages-planner-Biqt-k6C.js deleted file mode 100644 index 3506ded6..00000000 --- a/frontend/dist/assets/js/pages-planner-Biqt-k6C.js +++ /dev/null @@ -1,3 +0,0 @@ -const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/js/page-dashboard-DxYTR5eF.js","assets/js/vendor-react-core-DjsjKnCi.js","assets/js/vendor-other-CdRIx1s3.js","assets/css/vendor-other-BsM4JrO0.css","assets/js/page-analytics.tsx-1KCk8AGD.js","assets/js/vendor-helmet-MZDArkdS.js","assets/js/vendor-state-CYwAWrAU.js"])))=>i.map(i=>d[i]); -import{r,j as e,R as Ce}from"./vendor-react-core-DjsjKnCi.js";import{u as Ut,L as Fe,a as Ht}from"./vendor-react-router-BJY_70Cr.js";import{P as qt,C as We}from"./page-analytics.tsx-1KCk8AGD.js";import{f as Dt,g as zt,b as bt,h as Wt,S as Gt,i as Jt,c as Qt,j as wt,k as Bt,B as je,L as st,l as Yt,m as Xt,n as Zt,I as es,C as Lt,o as Ge,p as ts,q as ss,a as kt}from"./page-authpages-CY7hjDHU.js";import{g as Ot,_ as Pe,h as rs,i as as,A as vt,j as ns,k as os,l as ls,m as is,n as cs,a as xt,o as rt,u as ds,p as us,q as gs,r as Pt,s as ms,t as fs,v as ps,w as hs,x as xs,y as ys,z as Rt,B as bs,C as ws,D as ks,E as vs,F as Ss}from"./page-dashboard-DxYTR5eF.js";import{e as St,h as jt,j as js,B as ft,g as Ns}from"./page-clusters.config.tsx-9GAd-_h-.js";import{u as Je}from"./page-reference-aC0iABvU.js";import{M as Qe,D as yt,a as at,A as Cs}from"./page-components.tsx-DYfg5dka.js";import{c as _s}from"./page-keywords.config.tsx-CxJn1kF1.js";import{c as Is}from"./page-ideas.config.tsx-Cr6kWRFa.js";import{g as Es}from"./page-delete-modal.config.ts-B7nUJ-QI.js";import{g as Ms}from"./page-bulk-action-modal.config.ts-D-0XtKwF.js";import{g as $s}from"./page-table-actions.config.tsx-BSR5Zo7l.js";import{c as Nt,p as Ct}from"./vendor-state-CYwAWrAU.js";const Kt=r.createContext(void 0),As=()=>{const t=r.useContext(Kt);if(!t)throw new Error("useHeaderMetrics must be used within a HeaderMetricsProvider");return t},yr=({children:t})=>{const[s,a]=r.useState([]),o=()=>{a([])};return e.jsx(Kt.Provider,{value:{metrics:s,setMetrics:a,clearMetrics:o},children:t})},_t=Nt()(Ct((t,s)=>({activeSite:null,loading:!1,error:null,setActiveSite:a=>{if(t({activeSite:a,error:null}),typeof window<"u")try{const o=s();localStorage.setItem("site-storage",JSON.stringify({state:{activeSite:a},version:0}))}catch(o){console.warn("Failed to persist site to localStorage:",o)}window.dispatchEvent(new CustomEvent("siteChanged",{detail:{siteId:a==null?void 0:a.id}})),a&&typeof window<"u"&&Pe(async()=>{const{useSectorStore:o}=await Promise.resolve().then(()=>Ts);return{useSectorStore:o}},void 0).then(({useSectorStore:o})=>{o.getState().loadSectorsForSite(a.id)}).catch(()=>{})},loadActiveSite:async()=>{t({loading:!0,error:null});try{const o=(await Ot()).results||[],c=o.filter(m=>m.is_active),g=s().activeSite;let u=null;if(g){const m=o.find(p=>p.id===g.id);m&&m.is_active?u=m:(m&&m.is_active,u=c.length>0?c[0]:null)}else c.length>0&&(u=c[0]);if(t({activeSite:u,loading:!1}),u&&typeof window<"u")try{localStorage.setItem("site-storage",JSON.stringify({state:{activeSite:u},version:0}))}catch(m){console.warn("Failed to persist site to localStorage:",m)}}catch(a){t({error:a.message||"Failed to load active site",loading:!1})}},refreshActiveSite:async()=>{const a=s().activeSite;if(!a){await s().loadActiveSite();return}t({loading:!0,error:null});try{const c=((await Ot()).results||[]).find(g=>g.id===a.id);c&&c.is_active?t({activeSite:c,loading:!1}):await s().loadActiveSite()}catch(o){t({error:o.message||"Failed to refresh active site",loading:!1})}}}),{name:"site-storage",partialize:t=>({activeSite:t.activeSite})})),Be=Nt()(Ct((t,s)=>({activeSector:null,sectors:[],loading:!1,error:null,setActiveSector:a=>{if(t({activeSector:a,error:null}),typeof window<"u")try{const o=s();localStorage.setItem("sector-storage",JSON.stringify({state:{activeSector:a},version:0}))}catch(o){console.warn("Failed to persist sector to localStorage:",o)}window.dispatchEvent(new CustomEvent("sectorChanged",{detail:{sectorId:a==null?void 0:a.id,siteId:a==null?void 0:a.site_id}}))},loadSectorsForSite:async a=>{t({loading:!0,error:null});try{if(!a)return t({sectors:[],loading:!1}),[];const c=(await rs(a)).map(u=>({id:u.id,name:u.name,slug:u.slug,site_id:a,is_active:u.is_active!==!1,industry_sector:u.industry_sector||null}));t({sectors:c,loading:!1});const g=s().activeSector;if(g&&g.site_id!==a){if(t({activeSector:null}),typeof window<"u")try{localStorage.setItem("sector-storage",JSON.stringify({state:{activeSector:null},version:0}))}catch(u){console.warn("Failed to persist sector to localStorage:",u)}window.dispatchEvent(new CustomEvent("sectorChanged",{detail:{sectorId:null,siteId:a}}))}else if(g&&g.site_id===a&&!c.find(m=>m.id===g.id)){if(t({activeSector:null}),typeof window<"u")try{localStorage.setItem("sector-storage",JSON.stringify({state:{activeSector:null},version:0}))}catch(m){console.warn("Failed to persist sector to localStorage:",m)}window.dispatchEvent(new CustomEvent("sectorChanged",{detail:{sectorId:null,siteId:a}}))}return c}catch(o){return o.status===403||o.status===404?(console.warn(`Cannot load sectors for site ${a}: site may be inactive or inaccessible`),t({sectors:[],activeSector:null,loading:!1,error:null}),[]):(t({error:o.message||"Failed to load sectors",loading:!1}),[])}},clearActiveSector:()=>{if(t({activeSector:null,sectors:[],error:null}),typeof window<"u")try{localStorage.setItem("sector-storage",JSON.stringify({state:{activeSector:null},version:0}))}catch(a){console.warn("Failed to persist sector to localStorage:",a)}}}),{name:"sector-storage",partialize:t=>({activeSector:t.activeSector})})),Ts=Object.freeze(Object.defineProperty({__proto__:null,useSectorStore:Be},Symbol.toStringTag,{value:"Module"})),ze=({value:t,color:s="primary",size:a="md",showLabel:o=!1,label:c,className:g=""})=>{const u={sm:"h-1",md:"h-2",lg:"h-3"},m={primary:"bg-brand-500",success:"bg-success-500",error:"bg-error-500",warning:"bg-warning-500",info:"bg-blue-light-500"},p=Math.min(100,Math.max(0,t));return e.jsxs("div",{className:g,children:[o&&e.jsxs("div",{className:"flex items-center justify-between mb-2",children:[e.jsx("span",{className:"text-sm font-medium text-gray-700 dark:text-gray-300",children:c||`${p}%`}),e.jsxs("span",{className:"text-sm text-gray-500 dark:text-gray-400",children:[p,"%"]})]}),e.jsx("div",{className:`w-full rounded-full bg-gray-200 dark:bg-gray-700 ${u[a]}`,children:e.jsx("div",{className:`rounded-full transition-all duration-300 ${u[a]} ${m[s]}`,style:{width:`${p}%`}})})]})};function Ls(){const t=Ut(),s={keywords:245,clusters:18,ideas:52,mappedKeywords:180,clustersWithIdeas:12,queuedIdeas:35},a=Math.round(s.mappedKeywords/s.keywords*100),o=Math.round(s.clustersWithIdeas/s.clusters*100),c=Math.round(s.queuedIdeas/s.ideas*100),g=[{number:1,title:"Add Keywords",status:"completed",count:s.keywords,path:"/planner/keywords"},{number:2,title:"Select Sector",status:"completed",count:null,path:"/planner"},{number:3,title:"Auto Cluster",status:"pending",count:s.clusters,path:"/planner/clusters"},{number:4,title:"Generate Ideas",status:"pending",count:s.ideas,path:"/planner/ideas"}],u=[{name:"SEO Optimization",volume:45800,keywords:24},{name:"Content Marketing",volume:32100,keywords:18},{name:"Link Building",volume:28700,keywords:15},{name:"Keyword Research",volume:24100,keywords:12},{name:"Analytics",volume:18900,keywords:9}],m=[{status:"New",count:20,color:"blue"},{status:"Scheduled",count:15,color:"amber"},{status:"Published",count:17,color:"green"}],p=[{text:"65 keywords unmapped",action:"Map Keywords",path:"/planner/keywords"},{text:"6 clusters without ideas",action:"Generate Ideas",path:"/planner/ideas"},{text:"17 ideas not queued to writer",action:"Queue to Writer",path:"/writer/tasks"}];return e.jsxs(e.Fragment,{children:[e.jsx(qt,{title:"Planner Dashboard - IGNY8",description:"Content planning overview"}),e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsxs("div",{className:"grid grid-cols-1 gap-4 md:grid-cols-2 lg:grid-cols-4 md:gap-6",children:[e.jsxs(Fe,{to:"/planner/keywords",className:"rounded-2xl border border-gray-200 bg-white p-5 dark:border-gray-800 dark:bg-white/[0.03] md:p-6 hover:shadow-md transition-shadow cursor-pointer group relative overflow-hidden",children:[e.jsx("div",{className:"absolute left-0 top-0 bottom-0 w-1 bg-brand-500"}),e.jsxs("div",{className:"flex items-start justify-between",children:[e.jsxs("div",{className:"flex-1",children:[e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400",children:"Keywords Ready"}),e.jsx("h4",{className:"mt-2 font-bold text-gray-800 text-title-sm dark:text-white/90",children:s.keywords.toLocaleString()}),e.jsx("p",{className:"text-xs text-gray-500 dark:text-gray-400 mt-1",children:"Research, analyze, and manage keywords strategy"})]}),e.jsx("div",{className:"flex items-center justify-center w-12 h-12 bg-blue-50 rounded-xl dark:bg-blue-500/10 group-hover:bg-blue-100 dark:group-hover:bg-blue-500/20 transition-colors",children:e.jsx(Dt,{className:"text-brand-500 size-6"})})]})]}),e.jsxs(Fe,{to:"/planner/clusters",className:"rounded-2xl border border-gray-200 bg-white p-5 dark:border-gray-800 dark:bg-white/[0.03] md:p-6 hover:shadow-md transition-shadow cursor-pointer group relative overflow-hidden",children:[e.jsx("div",{className:"absolute left-0 top-0 bottom-0 w-1 bg-success-500"}),e.jsxs("div",{className:"flex items-start justify-between",children:[e.jsxs("div",{className:"flex-1",children:[e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400",children:"Clusters Built"}),e.jsx("h4",{className:"mt-2 font-bold text-gray-800 text-title-sm dark:text-white/90",children:s.clusters.toLocaleString()}),e.jsx("p",{className:"text-xs text-gray-500 dark:text-gray-400 mt-1",children:"Organize keywords into strategic topical clusters"})]}),e.jsx("div",{className:"flex items-center justify-center w-12 h-12 bg-green-50 rounded-xl dark:bg-green-500/10 group-hover:bg-green-100 dark:group-hover:bg-green-500/20 transition-colors",children:e.jsx(zt,{className:"text-success-500 size-6"})})]})]}),e.jsxs(Fe,{to:"/planner/ideas",className:"rounded-2xl border border-gray-200 bg-white p-5 dark:border-gray-800 dark:bg-white/[0.03] md:p-6 hover:shadow-md transition-shadow cursor-pointer group relative overflow-hidden",children:[e.jsx("div",{className:"absolute left-0 top-0 bottom-0 w-1 bg-warning-500"}),e.jsxs("div",{className:"flex items-start justify-between",children:[e.jsxs("div",{className:"flex-1",children:[e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400",children:"Ideas Generated"}),e.jsx("h4",{className:"mt-2 font-bold text-gray-800 text-title-sm dark:text-white/90",children:s.ideas.toLocaleString()}),e.jsx("p",{className:"text-xs text-gray-500 dark:text-gray-400 mt-1",children:"Generate creative content ideas based on semantic strategy"})]}),e.jsx("div",{className:"flex items-center justify-center w-12 h-12 bg-amber-50 rounded-xl dark:bg-amber-500/10 group-hover:bg-amber-100 dark:group-hover:bg-amber-500/20 transition-colors",children:e.jsx(bt,{className:"text-warning-500 size-6"})})]})]}),e.jsxs(Fe,{to:"/planner/keywords",className:"rounded-2xl border border-gray-200 bg-white p-5 dark:border-gray-800 dark:bg-white/[0.03] md:p-6 hover:shadow-md transition-shadow cursor-pointer group relative overflow-hidden",children:[e.jsx("div",{className:"absolute left-0 top-0 bottom-0 w-1 bg-purple-500"}),e.jsxs("div",{className:"flex items-start justify-between",children:[e.jsxs("div",{className:"flex-1",children:[e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400",children:"Mapped Keywords"}),e.jsx("h4",{className:"mt-2 font-bold text-gray-800 text-title-sm dark:text-white/90",children:s.mappedKeywords.toLocaleString()}),e.jsx("p",{className:"text-xs text-gray-500 dark:text-gray-400 mt-1",children:"Keywords successfully mapped to content pages"})]}),e.jsx("div",{className:"flex items-center justify-center w-12 h-12 bg-purple-50 rounded-xl dark:bg-purple-500/10 group-hover:bg-purple-100 dark:group-hover:bg-purple-500/20 transition-colors",children:e.jsx(Wt,{className:"text-purple-500 size-6"})})]})]})]}),e.jsx(We,{title:"Planner Workflow Steps",desc:"Track your planning progress",children:e.jsx("div",{className:"grid grid-cols-1 gap-4 sm:grid-cols-2 lg:grid-cols-4",children:g.map(d=>e.jsxs(Fe,{to:d.path,className:"rounded-xl border border-gray-200 bg-gray-50 p-4 dark:border-gray-800 dark:bg-gray-900/50 hover:border-brand-300 hover:bg-brand-50 dark:hover:bg-brand-500/10 transition-colors",children:[e.jsxs("div",{className:"flex items-center gap-3 mb-3",children:[e.jsx("div",{className:"flex items-center justify-center w-8 h-8 bg-white border-2 border-gray-300 rounded-full text-sm font-semibold text-gray-600 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400",children:d.number}),e.jsx("h4",{className:"font-medium text-gray-800 dark:text-white/90",children:d.title})]}),e.jsx("div",{className:"flex items-center justify-between text-sm",children:e.jsx("div",{className:"flex items-center gap-1.5",children:d.status==="completed"?e.jsxs(e.Fragment,{children:[e.jsx(Gt,{className:"size-4 text-success-500"}),e.jsx("span",{className:"text-gray-600 dark:text-gray-300 font-medium",children:"Completed"})]}):e.jsxs(e.Fragment,{children:[e.jsx(Jt,{className:"size-4 text-amber-500"}),e.jsx("span",{className:"text-gray-600 dark:text-gray-300 font-medium",children:"Pending"})]})})}),d.count!==null&&e.jsxs("p",{className:"mt-2 text-xs text-gray-600 dark:text-gray-400",children:[d.count," ",d.title.includes("Keywords")?"keywords":d.title.includes("Clusters")?"clusters":"ideas"," ",d.status==="completed"?"added":""]}),d.status==="pending"&&e.jsx("button",{type:"button",onClick:f=>{f.preventDefault(),f.stopPropagation(),t(d.path)},className:"mt-3 inline-block text-xs font-medium text-brand-500 hover:text-brand-600 cursor-pointer",children:"Start Now →"})]},d.number))})}),e.jsxs("div",{className:"grid grid-cols-1 gap-6 lg:grid-cols-3",children:[e.jsx(We,{title:"Progress & Readiness Summary",desc:"Planning workflow progress tracking",className:"lg:col-span-1",children:e.jsxs("div",{className:"space-y-6",children:[e.jsxs("div",{children:[e.jsxs("div",{className:"flex items-center justify-between mb-2",children:[e.jsx("span",{className:"text-sm font-medium text-gray-700 dark:text-gray-300",children:"Keyword Mapping"}),e.jsxs("span",{className:"text-sm font-semibold text-gray-800 dark:text-white/90",children:[a,"%"]})]}),e.jsx(ze,{value:a,color:"primary",size:"md"}),e.jsxs("p",{className:"mt-1 text-xs text-gray-500 dark:text-gray-400",children:[s.mappedKeywords," of ",s.keywords," keywords mapped"]})]}),e.jsxs("div",{children:[e.jsxs("div",{className:"flex items-center justify-between mb-2",children:[e.jsx("span",{className:"text-sm font-medium text-gray-700 dark:text-gray-300",children:"Clusters With Ideas"}),e.jsxs("span",{className:"text-sm font-semibold text-gray-800 dark:text-white/90",children:[o,"%"]})]}),e.jsx(ze,{value:o,color:"success",size:"md"}),e.jsxs("p",{className:"mt-1 text-xs text-gray-500 dark:text-gray-400",children:[s.clustersWithIdeas," of ",s.clusters," clusters have ideas"]})]}),e.jsxs("div",{children:[e.jsxs("div",{className:"flex items-center justify-between mb-2",children:[e.jsx("span",{className:"text-sm font-medium text-gray-700 dark:text-gray-300",children:"Ideas Queued to Writer"}),e.jsxs("span",{className:"text-sm font-semibold text-gray-800 dark:text-white/90",children:[c,"%"]})]}),e.jsx(ze,{value:c,color:"warning",size:"md"}),e.jsxs("p",{className:"mt-1 text-xs text-gray-500 dark:text-gray-400",children:[s.queuedIdeas," of ",s.ideas," ideas queued"]})]})]})}),e.jsx(We,{title:"Top 5 Clusters by Volume",desc:"Highest volume keyword clusters",className:"lg:col-span-1",children:e.jsx("div",{className:"space-y-4",children:u.map((d,f)=>{const n=u[0].volume,x=Math.round(d.volume/n*100);return e.jsxs("div",{children:[e.jsxs("div",{className:"flex items-center justify-between mb-1",children:[e.jsx("span",{className:"text-sm font-medium text-gray-800 dark:text-white/90",children:d.name}),e.jsx("span",{className:"text-sm font-semibold text-gray-600 dark:text-gray-400",children:d.volume.toLocaleString()})]}),e.jsx(ze,{value:x,color:f%2===0?"primary":"success",size:"sm"})]},f)})})}),e.jsx(We,{title:"Ideas by Status",desc:"Content ideas workflow status",className:"lg:col-span-1",children:e.jsx("div",{className:"space-y-4",children:m.map((d,f)=>{const n=m.reduce((L,z)=>L+z.count,0),x=Math.round(d.count/n*100);return e.jsxs("div",{children:[e.jsxs("div",{className:"flex items-center justify-between mb-1",children:[e.jsx("span",{className:"text-sm font-medium text-gray-800 dark:text-white/90",children:d.status}),e.jsx("span",{className:"text-sm font-semibold text-gray-600 dark:text-gray-400",children:d.count})]}),e.jsx(ze,{value:x,color:d.color==="blue"?"primary":d.color==="amber"?"warning":"success",size:"sm"})]},f)})})})]}),e.jsx(We,{title:"Next Actions",desc:"Actionable items requiring attention",children:e.jsx("div",{className:"space-y-3",children:p.map((d,f)=>e.jsxs("div",{className:"flex items-center justify-between p-3 rounded-lg bg-gray-50 dark:bg-gray-900/50 border border-gray-200 dark:border-gray-800",children:[e.jsx("span",{className:"text-sm text-gray-700 dark:text-gray-300",children:d.text}),e.jsxs(Fe,{to:d.path,className:"inline-flex items-center gap-1 text-sm font-medium text-brand-500 hover:text-brand-600",children:[d.action,e.jsx(Qt,{className:"size-4"})]})]},f))})})]})]})}const br=Object.freeze(Object.defineProperty({__proto__:null,default:Ls},Symbol.toStringTag,{value:"Module"})),Os=({children:t,className:s})=>e.jsx("table",{className:`min-w-full w-full ${s}`,children:t}),Ps=({children:t,className:s})=>e.jsx("thead",{className:s,children:t}),Rs=({children:t,className:s})=>e.jsx("tbody",{className:s,children:t}),pt=({children:t,className:s})=>e.jsx("tr",{className:s,children:t}),De=({children:t,isHeader:s=!1,className:a})=>{const o=s?"th":"td";return e.jsx(o,{className:` ${a}`,children:t})},nt=({options:t,placeholder:s="Select an option",onChange:a,className:o="",defaultValue:c="",value:g,disabled:u=!1})=>{const m=g!==void 0,[p,d]=r.useState(!1),[f,n]=r.useState(c),x=m?g||"":f,L=r.useRef(null),z=r.useRef(null);r.useEffect(()=>{m||n(c)},[c,m]);const F=String(x||""),le=t.find($=>String($.value||"")===F),q=le?le.label:s,ie=!le;r.useEffect(()=>{const $=A=>{L.current&&!L.current.contains(A.target)&&z.current&&!z.current.contains(A.target)&&d(!1)};if(p)return document.addEventListener("mousedown",$),()=>{document.removeEventListener("mousedown",$)}},[p]);const C=$=>{const A=$==null?"":String($);m||n(A),a(A),d(!1)},M=$=>{$.key==="Escape"?d(!1):($.key==="Enter"||$.key===" ")&&($.preventDefault(),d(!p))};return e.jsxs("div",{className:`relative ${o}`,children:[e.jsxs("button",{ref:z,type:"button",onClick:()=>!u&&d(!p),disabled:u,onKeyDown:M,className:`igny8-select-styled h-9 w-full appearance-none rounded-lg border border-gray-300 bg-transparent px-3 py-2 pr-10 text-sm shadow-theme-xs focus:border-brand-300 focus:outline-hidden focus:ring-3 focus:ring-brand-500/10 dark:border-gray-700 dark:bg-gray-900 dark:focus:border-brand-800 ${ie?"text-gray-400 dark:text-gray-400":"text-gray-800 dark:text-white/90"} ${p?"border-brand-300 ring-3 ring-brand-500/10 dark:border-brand-800":""} ${u?"opacity-50 cursor-not-allowed":""}`,children:[e.jsx("span",{className:"block text-left truncate",children:q}),e.jsx("span",{className:"absolute inset-y-0 right-0 flex items-center pr-3 pointer-events-none",children:e.jsx(wt,{className:`h-4 w-4 text-gray-400 transition-transform ${p?"transform rotate-180":""}`})})]}),p&&e.jsx("div",{ref:L,className:"absolute z-50 left-0 right-0 mt-1 rounded-lg border border-gray-200 bg-white shadow-theme-lg dark:border-gray-800 dark:bg-gray-dark overflow-hidden max-h-60 overflow-y-auto",children:e.jsx("div",{className:"py-1",children:t.map($=>{const A=String($.value||""),P=String(x||"")===A;return e.jsxs("button",{type:"button",onClick:h=>{h.preventDefault(),h.stopPropagation(),C(A)},className:`w-full text-left px-3 py-2 text-sm transition-colors flex items-center gap-2 ${P?"bg-brand-500 text-white":"text-gray-700 hover:bg-gray-100 dark:text-gray-300 dark:hover:bg-gray-800"}`,children:[$.icon&&e.jsx("span",{className:"flex-shrink-0",children:$.icon}),e.jsx("span",{children:$.label})]},`option-${$.value||"empty"}-${$.label}`)})})})]})};function Fs({isOpen:t,onClose:s,onConfirm:a,title:o,message:c,confirmText:g="Export",isLoading:u=!1}){return e.jsx(Qe,{isOpen:t,onClose:s,className:"max-w-md",children:e.jsxs("div",{className:"p-6",children:[e.jsxs("div",{className:"flex items-center gap-3 mb-4",children:[e.jsx("div",{className:"flex items-center justify-center w-10 h-10 bg-blue-50 rounded-xl dark:bg-blue-500/10",children:e.jsx(Bt,{className:"w-5 h-5 text-blue-500"})}),e.jsx("h2",{className:"text-xl font-bold text-gray-800 dark:text-white",children:o})]}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mb-6",children:c}),e.jsxs("div",{className:"flex justify-end gap-4",children:[e.jsx(je,{variant:"outline",onClick:s,disabled:u,children:"Cancel"}),e.jsx(je,{variant:"primary",onClick:a,disabled:u,children:u?"Exporting...":g})]})]})})}function Ds({isOpen:t,onClose:s,onConfirm:a,title:o,message:c,confirmText:g="Update Status",statusOptions:u,isLoading:m=!1}){const[p,d]=r.useState(""),f=async()=>{p&&(await a(p),d(""))},n=()=>{d(""),s()};return e.jsx(Qe,{isOpen:t,onClose:n,className:"max-w-md",children:e.jsxs("div",{className:"p-6",children:[e.jsxs("div",{className:"flex items-center gap-3 mb-4",children:[e.jsx("div",{className:"flex items-center justify-center w-10 h-10 bg-blue-50 rounded-xl dark:bg-blue-500/10",children:e.jsx(Bt,{className:"w-5 h-5 text-blue-500"})}),e.jsx("h2",{className:"text-xl font-bold text-gray-800 dark:text-white",children:o})]}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mb-4",children:c}),e.jsxs("div",{className:"mb-6",children:[e.jsx(st,{className:"mb-2",children:"New Status"}),e.jsx(nt,{options:u,placeholder:"Select status",value:p,onChange:x=>d(x||""),className:"w-full"})]}),e.jsxs("div",{className:"flex justify-end gap-4",children:[e.jsx(je,{variant:"outline",onClick:n,disabled:m,children:"Cancel"}),e.jsx(je,{variant:"primary",onClick:f,disabled:m||!p,children:m?"Updating...":g})]})]})})}const zs=({currentPage:t,totalPages:s,pageSize:a,onPageChange:o,onPageSizeChange:c,className:g=""})=>{const m=(()=>{const f=[];if(s<=7)for(let n=1;n<=s;n++)f.push(n);else if(t<=3){for(let n=1;n<=5;n++)f.push(n);f.push("..."),f.push(s)}else if(t>=s-2){f.push(1),f.push("...");for(let n=s-4;n<=s;n++)f.push(n)}else{f.push(1),f.push("...");for(let n=t-1;n<=t+1;n++)f.push(n);f.push("..."),f.push(s)}return f})(),p=t===1,d=t===s;return e.jsxs("div",{className:`flex items-center gap-3 ${g}`,children:[e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx("label",{htmlFor:"page-size",className:"text-sm text-gray-500 dark:text-gray-400 whitespace-nowrap",children:"Show:"}),e.jsxs("select",{id:"page-size",value:a,onChange:f=>c(Number(f.target.value)),className:"h-8 px-2 text-sm rounded-lg border border-gray-300 bg-white text-gray-700 shadow-sm hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-brand-500 focus:border-brand-500 dark:border-gray-700 dark:bg-gray-800 dark:text-gray-400 dark:hover:bg-gray-700",children:[e.jsx("option",{value:10,children:"10"}),e.jsx("option",{value:20,children:"20"}),e.jsx("option",{value:50,children:"50"})]}),e.jsx("span",{className:"text-sm text-gray-500 dark:text-gray-400 whitespace-nowrap",children:"per page"})]}),e.jsxs("div",{className:"flex items-center gap-1",children:[e.jsx("button",{onClick:()=>!p&&o(t-1),disabled:p,type:"button",className:"flex items-center justify-center w-7 h-7 rounded-lg border border-gray-300 bg-white text-gray-700 shadow-sm hover:bg-gray-50 hover:text-gray-900 disabled:opacity-50 disabled:cursor-not-allowed dark:border-gray-700 dark:bg-gray-800 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-200 transition-colors","aria-label":"Previous page",children:e.jsx(Yt,{className:"w-4 h-4"})}),e.jsx("div",{className:"flex items-center gap-0.5",children:m.map((f,n)=>{if(f==="...")return e.jsx("span",{className:"flex items-center justify-center w-7 h-7 text-xs font-medium text-gray-700 dark:text-gray-400",children:"..."},`ellipsis-${n}`);const x=f,L=x===t;return e.jsx("button",{className:`flex items-center justify-center w-7 h-7 text-xs font-medium rounded-lg transition-colors ${L?"text-white bg-brand-500 hover:bg-brand-600 shadow-sm":"text-gray-700 hover:bg-brand-500 hover:text-white dark:text-gray-400 dark:hover:text-white dark:hover:bg-brand-500"}`,onClick:()=>o(x),type:"button","aria-label":`Go to page ${x}`,"aria-current":L?"page":void 0,children:x},x)})}),e.jsx("button",{onClick:()=>!d&&o(t+1),disabled:d,type:"button",className:"flex items-center justify-center w-7 h-7 rounded-lg border border-gray-300 bg-white text-gray-700 shadow-sm hover:bg-gray-50 hover:text-gray-900 disabled:opacity-50 disabled:cursor-not-allowed dark:border-gray-700 dark:bg-gray-800 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-200 transition-colors","aria-label":"Next page",children:e.jsx(Xt,{className:"w-4 h-4"})})]})]})};function Bs(){const{activeSite:t}=_t(),{activeSector:s,sectors:a,setActiveSector:o,loading:c}=Be(),[g,u]=r.useState(!1),m=r.useRef(null);if(!t)return null;if(!c&&a.length===0)return e.jsx("div",{className:"flex items-center gap-2 px-3 py-2 text-sm text-gray-500 dark:text-gray-400",children:e.jsx("span",{children:"No sectors available"})});const p=d=>{if(d===null)o(null),u(!1);else{const f=a.find(n=>n.id===d);f&&(o(f),u(!1))}};return e.jsxs("div",{className:"relative inline-block",children:[e.jsxs("button",{ref:m,onClick:()=>u(!g),className:"flex items-center gap-2 px-3 py-2 text-sm font-medium text-gray-700 bg-white border border-gray-300 rounded-lg hover:bg-gray-50 dark:bg-gray-800 dark:text-gray-300 dark:border-gray-700 dark:hover:bg-gray-700 dropdown-toggle","aria-label":"Select sector",disabled:c||a.length===0,children:[e.jsxs("span",{className:"flex items-center gap-2",children:[e.jsx("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z"})}),e.jsx("span",{className:"max-w-[150px] truncate",children:c?"Loading...":(s==null?void 0:s.name)||"All Sectors"})]}),e.jsx("svg",{className:`w-4 h-4 transition-transform ${g?"rotate-180":""}`,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M19 9l-7 7-7-7"})})]}),e.jsxs(yt,{isOpen:g,onClose:()=>u(!1),anchorRef:m,placement:"bottom-right",className:"w-64 p-2 overflow-y-auto max-h-[300px]",children:[e.jsxs(at,{onItemClick:()=>p(null),className:`flex items-center gap-3 px-3 py-2 font-medium rounded-lg text-sm text-left ${s?"text-gray-700 hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300":"bg-blue-50 text-blue-700 dark:bg-blue-500/20 dark:text-blue-300"}`,children:[e.jsx("span",{className:"flex-1",children:"All Sectors"}),!s&&e.jsx("svg",{className:"w-4 h-4 text-blue-600 dark:text-blue-400",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z",clipRule:"evenodd"})})]}),a.map(d=>e.jsxs(at,{onItemClick:()=>p(d.id),className:`flex items-center gap-3 px-3 py-2 font-medium rounded-lg text-sm text-left ${(s==null?void 0:s.id)===d.id?"bg-blue-50 text-blue-700 dark:bg-blue-500/20 dark:text-blue-300":"text-gray-700 hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300"}`,children:[e.jsx("span",{className:"flex-1",children:d.name}),(s==null?void 0:s.id)===d.id&&e.jsx("svg",{className:"w-4 h-4 text-blue-600 dark:text-blue-400",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z",clipRule:"evenodd"})})]},d.id))]})]})}const Ye=Nt()(Ct(t=>({pageSize:10,setPageSize:s=>t({pageSize:s})}),{name:"igny8-page-size"}));function Ks(t){if(!t)return"";const s=document.createElement("div");return s.innerHTML=t,s.querySelectorAll("script").forEach(c=>c.remove()),s.querySelectorAll("*").forEach(c=>{const g=c.attributes;for(let u=g.length-1;u>=0;u--){const m=g[u];m.name.startsWith("on")&&c.removeAttribute(m.name),(m.name==="href"||m.name==="src")&&m.value.startsWith("javascript:")&&c.removeAttribute(m.name)}}),s.innerHTML}function Vs(t){return t?/<[a-z][\s\S]*>/i.test(t):!1}function ht(t){if(!t)return"";let s='<div class="content-outline">';return t.introduction&&(s+='<div class="outline-intro">',typeof t.introduction=="string"?s+=`<div class="outline-paragraph">${he(t.introduction)}</div>`:typeof t.introduction=="object"&&(t.introduction.hook&&(s+=`<div class="outline-hook"><strong>Hook:</strong> ${he(t.introduction.hook)}</div>`),t.introduction.paragraphs&&Array.isArray(t.introduction.paragraphs)&&t.introduction.paragraphs.forEach((a,o)=>{a.details&&(s+=`<div class="outline-paragraph"><strong>Intro Paragraph ${o+1}:</strong> ${he(a.details)}</div>`)})),s+="</div>"),t.sections&&Array.isArray(t.sections)&&t.sections.forEach(a=>{if(a){if(s+='<div class="outline-section">',a.title){const o=a.title.replace(/^H2:\s*/i,"").trim();o.toLowerCase()==="conclusion"?s+=`<h3 class="section-heading">${he(o)}</h3>`:s+=`<h3 class="section-heading">${he(o)}</h3>`}a.content&&(Array.isArray(a.content)?a.content.forEach(o=>{if(o.title){const c=o.title.replace(/^H3:\s*/i,"").trim();s+=`<h4 class="subsection-heading">${he(c)}</h4>`}o.content&&(s+=`<div class="section-details">${he(String(o.content))}</div>`)}):typeof a.content=="string"&&(s+=`<div class="section-details">${he(a.content)}</div>`)),s+="</div>"}}),t.H2&&(Array.isArray(t.H2)?t.H2.forEach(a=>{if(a.heading||typeof a=="string"){s+='<div class="outline-section">';const o=a.heading||a;s+=`<h3 class="section-heading">${he(o)}</h3>`,a.content_type&&(s+=`<div class="content-type-badge">${he(a.content_type.replace("_"," ").toUpperCase())}</div>`),a.subsections&&Array.isArray(a.subsections)&&a.subsections.forEach(c=>{const g=c.subheading||c.heading||c;s+=`<h4 class="subsection-heading">${he(g)}</h4>`,c.details&&(s+=`<div class="section-details">${he(c.details)}</div>`)}),a.details&&(s+=`<div class="section-details">${he(a.details)}</div>`),s+="</div>"}}):typeof t.H2=="string"?(s+='<div class="outline-section">',s+=`<h3 class="section-heading">${he(t.H2)}</h3>`,s+="</div>"):typeof t.H2=="object"&&Object.entries(t.H2).forEach(([a,o])=>{s+='<div class="outline-section">',s+=`<h3 class="section-heading">${he(o)}</h3>`,s+="</div>"})),t.H3&&!t.H2&&(s+='<div class="outline-section">',typeof t.H3=="string"?s+=`<h4 class="subsection-heading">${he(t.H3)}</h4>`:typeof t.H3=="object"&&Object.entries(t.H3).forEach(([a,o])=>{s+=`<h4 class="subsection-heading">${he(o)}</h4>`}),s+="</div>"),s+="</div>",s}function he(t){const s=document.createElement("div");return s.textContent=t,s.innerHTML}const Us=({content:t,className:s="",maxHeight:a})=>{const o=r.useMemo(()=>{if(!t)return'<div class="text-gray-400 italic">No content available</div>';if(typeof t=="object"&&t!==null){if(t.H2||t.H3||t.introduction||t.sections)return ht(t);try{return Object.keys(t).length>0?ht(t):he(JSON.stringify(t,null,2))}catch{return he(JSON.stringify(t,null,2))}}if(typeof t=="string"){try{const m=JSON.parse(t);if(typeof m=="object"&&(m.H2||m.H3||m.introduction||m.sections))return ht(m)}catch{}if(Vs(t)){const m=Ks(t);return m.trim().startsWith("<article")||m.trim().startsWith("<div")?`<div class="normalized-html-content">${m}</div>`:`<div class="normalized-html-content"><article>${m}</article></div>`}const c=t.split(` -`);let g='<div class="content-outline">',u=!1;for(const m of c){const p=m.trim();if(!p){u&&(g+="</ul>",u=!1),g+="<br>";continue}if(p.match(/^[-*]\s+/)){u||(g+='<ul class="outline-list">',u=!0);const d=p.replace(/^[-*]\s+/,"");p.startsWith(" ")||p.startsWith(" ")?g+=`<li class="outline-item nested">${he(d)}</li>`:g+=`<li class="outline-item">${he(d)}</li>`}else if(p.match(/^[-*]\s*H2[:]/i)){u&&(g+="</ul>",u=!1);const d=p.replace(/^[-*]\s*H2[:]\s*/i,"");g+=`<h3 class="section-heading">${he(d)}</h3>`}else if(p.match(/^[-*]\s*H3[:]/i)){u&&(g+="</ul>",u=!1);const d=p.replace(/^[-*]\s*H3[:]\s*/i,"");g+=`<h4 class="subsection-heading">${he(d)}</h4>`}else u&&(g+="</ul>",u=!1),g+=`<p class="outline-paragraph">${he(p)}</p>`}return u&&(g+="</ul>"),g+="</div>",g}return he(String(t))},[t]);return e.jsx("div",{className:`html-content-renderer ${s}`,style:a?{maxHeight:a,overflow:"auto"}:void 0,dangerouslySetInnerHTML:{__html:o}})},Hs=({row:t,contentKey:s,contentLabel:a="Content",colSpan:o,isExpanded:c,defaultExpanded:g=!1,onToggle:u,className:m=""})=>{const[p,d]=r.useState(g),f=c!==void 0?c:p,[n,x]=r.useState("auto"),L=r.useRef(null);let z=t[s];(!z||typeof z=="string"&&z.trim().length===0)&&(z=t.description||t.content_outline||null);const F=z&&(typeof z=="string"?z.trim().length>0:typeof z=="object"&&z!==null&&Object.keys(z).length>0);return r.useEffect(()=>{if(f&&L.current){const le=L.current.scrollHeight;x(le)}else x(0)},[f,z]),!F||!f?null:e.jsx("tr",{className:`toggle-content-row expanded ${m}`,"aria-hidden":!1,children:e.jsx("td",{colSpan:o,className:"px-5 py-0 bg-gray-50 dark:bg-gray-800/50 border-b border-gray-200 dark:border-white/[0.05]",children:e.jsx("div",{ref:L,className:"overflow-hidden",children:e.jsxs("div",{className:"py-4 px-2",children:[e.jsx("div",{className:"mb-2 text-xs font-semibold uppercase text-gray-500 dark:text-gray-400 tracking-wide",children:a}),e.jsx("div",{className:"html-content-wrapper",children:e.jsx(Us,{content:z,className:"text-sm text-gray-700 dark:text-gray-300 leading-relaxed"})})]})})})})},qs=({isExpanded:t,onClick:s,hasContent:a,className:o=""})=>a?e.jsx("button",{type:"button",onClick:s,className:`inline-flex items-center justify-center w-8 h-8 rounded-lg transition-all duration-200 ${t?"text-blue-600 dark:text-blue-400 bg-blue-50 dark:bg-blue-900/20":"text-gray-500 dark:text-gray-400 hover:text-gray-700 dark:hover:text-gray-300 hover:bg-gray-100 dark:hover:bg-gray-800"} ${o}`,"aria-label":t?"Collapse content":"Expand content","aria-expanded":t,children:e.jsx(wt,{className:`w-4 h-4 transition-transform duration-200 ${t?"rotate-180":""}`})}):e.jsx("span",{className:`inline-flex items-center justify-center w-8 h-8 text-gray-300 dark:text-gray-600 ${o}`,children:e.jsx(Zt,{className:"w-4 h-4"})});function ot({title:t,titleIcon:s,subtitle:a,columns:o,data:c,loading:g=!1,showContent:u=!0,filters:m=[],filterValues:p={},onFilterChange:d,onFilterReset:f,renderFilters:n,onEdit:x,onCreate:L,createLabel:z="+ Add",onCreateIcon:F,onExportCSV:le,onExportIcon:q,onImport:ie,onImportIcon:C,headerMetrics:M=[],selectionLabel:$="items",pagination:A,selection:N,sorting:P,onDelete:h,onBulkDelete:T,onBulkExport:H,onBulkUpdateStatus:V,onBulkAction:J,onRowAction:W,onExport:R,getItemDisplayName:U=K=>K.name||K.keyword||K.title||String(K.id),className:ee=""}){const K=Ht(),[S,O]=r.useState(!1),[ne,xe]=r.useState(new Map),de=Ce.useRef(new Map),j=Ce.useRef(null),v=Es(K.pathname),w=Ms(K.pathname),G=$s(K.pathname),X=(G==null?void 0:G.rowActions)||[],Q=(G==null?void 0:G.bulkActions)||[],[se,re]=r.useState((N==null?void 0:N.selectedIds)||[]),[fe,te]=r.useState(new Set),[ue,Z]=r.useState({isOpen:!1,items:[],isBulk:!1,isLoading:!1}),[y,I]=r.useState({isOpen:!1,itemCount:0,isLoading:!1}),[B,ce]=r.useState({isOpen:!1,itemCount:0,isLoading:!1}),{setMetrics:ve}=As(),ye=Je(),{pageSize:Le,setPageSize:k}=Ye(),Y=N!=null&&N.selectedIds?JSON.stringify(N.selectedIds):"";r.useEffect(()=>{N!=null&&N.selectedIds&&re(N.selectedIds)},[Y]);const oe=i=>{!h||!v||Z({isOpen:!0,items:[i],isBulk:!1,isLoading:!1})},ae=i=>{if(!T||!v)return;const E=c.filter(l=>i.includes(String(l.id)));Z({isOpen:!0,items:E,isBulk:!0,isLoading:!1})},we=async()=>{if(!(ue.items.length===0||!v)){Z(i=>({...i,isLoading:!0}));try{if(ue.isBulk){if(T){const i=ue.items.map(b=>b.id),E=await T(i),l=(E==null?void 0:E.deleted_count)||ue.items.length;ye.success(`${l} ${v.itemNamePlural} deleted successfully`)}}else h&&(await h(ue.items[0].id),ye.success(`${v.itemNameSingular.charAt(0).toUpperCase()+v.itemNameSingular.slice(1)} deleted successfully`));Z({isOpen:!1,items:[],isBulk:!1,isLoading:!1}),N&&N.onSelectionChange([])}catch(i){ye.error(`Failed to delete: ${i.message}`),Z(E=>({...E,isLoading:!1}))}}},Ee=async(i,E)=>{var l;xe(b=>{const _=new Map(b);return _.set(E.id||E,!1),_}),i==="edit"&&x?x(E):i==="delete"&&h&&v?oe(E):i==="export"&&R?await R(E):W?W(i,E).catch(b=>{ye.error(`Action failed: ${b.message}`)}):J?J(i,[((l=E.id)==null?void 0:l.toString())||String(E)]):ye.info(`Action "${i}" not yet implemented`)},be=(i,E)=>{if(!N)return;const l=N.selectedIds.length>0?N.selectedIds:E;if(i==="delete"&&T&&v)ae(l);else if(i==="export"&&H&&w){const b=l.length;I({isOpen:!0,itemCount:b,isLoading:!1})}else i==="update_status"&&V&&w?ce({isOpen:!0,itemCount:l.length,isLoading:!1}):J?J(i,l).catch(b=>{ye.error(`Bulk action failed: ${b.message}`)}):ye.info(`Bulk action "${i}" not yet implemented`);O(!1)},lt=async()=>{if(!H||!N)return;const i=N.selectedIds.length>0?N.selectedIds:se;I(E=>({...E,isLoading:!0}));try{await H(i),ye.success("Export successful"),I({isOpen:!1,itemCount:0,isLoading:!1}),N.onSelectionChange([])}catch(E){ye.error(`Export failed: ${E.message}`),I(l=>({...l,isLoading:!1}))}},it=async i=>{if(!(!V||!N)){ce(E=>({...E,isLoading:!0}));try{await V(N.selectedIds,i),ye.success("Status updated successfully"),ce({isOpen:!1,itemCount:0,isLoading:!1}),N.onSelectionChange([])}catch(E){ye.error(`Failed to update status: ${E.message}`),ce(l=>({...l,isLoading:!1}))}}},Ke=r.useRef(""),Oe=r.useRef(!1),Re=r.useMemo(()=>{if(!M||M.length===0)return"";try{return M.map(i=>`${i.label}:${String(i.value)}`).join("|")}catch{return""}},[M]);r.useEffect(()=>{if(Re!==Ke.current)return Re?(ve(M),Oe.current=!0,Ke.current=Re):Oe.current&&(ve([]),Oe.current=!1,Ke.current=""),()=>{Oe.current&&(ve([]),Oe.current=!1)}},[Re]);const Ve=(n||m.length>0)&&Object.values(p).some(i=>i===""||i===null||i===void 0?!1:typeof i=="object"&&("min"in i||"max"in i)?i.min!==""&&i.min!==null&&i.min!==void 0||i.max!==""&&i.max!==null&&i.max!==void 0:!0),ct=i=>{if(!i.sortable||!P)return;const E=i.sortField||i.key,l=P.sortBy===E?P.sortDirection:null;let b="asc";if(l==="asc")b="desc";else if(l==="desc"){P.onSort("created_at","desc");return}P.onSort(E,b)},Xe=i=>{if(!i.sortable||!P)return null;const E=i.sortField||i.key;return P.sortBy!==E?e.jsx("span",{className:"ml-1 cursor-pointer text-gray-400 hover:text-gray-600 dark:hover:text-gray-300",children:"⇅"}):P.sortDirection==="asc"?e.jsx("span",{className:"ml-1 cursor-pointer text-brand-500",children:"↑"}):e.jsx("span",{className:"ml-1 cursor-pointer text-brand-500",children:"↓"})},_e=i=>{if(i){const E=c.filter(l=>!l.isAdded).map(l=>{var b;return((b=l.id)==null?void 0:b.toString())||""}).filter(l=>l!=="");re(E),N==null||N.onSelectionChange(E)}else re([]),N==null||N.onSelectionChange([])},dt=(i,E)=>{const l=c.find(_=>String(_.id)===i);if(l&&l.isAdded)return;const b=E?[...se,i]:se.filter(_=>_!==i);re(b),N==null||N.onSelectionChange(b)};return e.jsxs("div",{className:ee,children:[e.jsxs("div",{className:"flex justify-between items-center mb-6 overflow-visible",children:[e.jsxs("div",{className:"flex-1 min-w-0",children:[e.jsxs("h2",{className:"text-xl font-semibold text-gray-800 dark:text-white/90 flex items-center gap-2",children:[s&&e.jsx("div",{className:"flex items-center justify-center w-10 h-10 bg-blue-50 rounded-xl dark:bg-blue-500/10",children:s}),t]}),a&&e.jsx("p",{className:"mt-1 text-sm text-gray-500 dark:text-gray-400",children:a})]}),e.jsx("div",{className:"flex-shrink-0 overflow-visible",children:e.jsx(Bs,{})})]}),(n||m.length>0)&&e.jsx("div",{className:"flex justify-center mb-4",children:e.jsx("div",{className:"w-[75%] igny8-filter-bar p-3 rounded-lg bg-transparent",style:{boxShadow:"0 2px 6px 3px rgba(0, 0, 0, 0.08)"},children:e.jsxs("div",{className:"flex flex-nowrap gap-3 items-center justify-between w-full",children:[e.jsx("div",{className:"flex flex-nowrap gap-3 items-center flex-1 min-w-0 w-full",children:n?e.jsx("div",{className:"flex flex-nowrap gap-3 items-center flex-1 min-w-0 w-full",children:n}):e.jsx(e.Fragment,{children:m.map(i=>{if(i.type==="custom"&&i.customRender)return e.jsx(Ce.Fragment,{children:i.customRender()},i.key);if(i.type==="text")return e.jsx(es,{type:"text",placeholder:i.placeholder||`Search ${i.label.toLowerCase()}...`,value:p[i.key]||"",onChange:E=>{d==null||d(i.key,E.target.value)},className:"flex-1 min-w-[200px] h-9"},i.key);if(i.type==="select"){const E=p[i.key]||"";return e.jsx(nt,{options:i.options||[],placeholder:i.label,value:E,onChange:l=>{const b=l==null?"":String(l);d==null||d(i.key,b)},className:i.className||"flex-1 min-w-[140px]"},i.key)}return null})})}),Ve&&f&&e.jsx(je,{variant:"secondary",size:"sm",onClick:f,className:"flex-shrink-0",children:"Clear Filters"})]})})}),e.jsxs("div",{className:"flex justify-between items-center mb-4",children:[Q.length>0&&e.jsx("div",{className:"inline-block",children:Q.length===1?e.jsxs(je,{size:"md",onClick:()=>{se.length>0&&be(Q[0].key,se)},disabled:se.length===0,variant:Q[0].variant==="success"?"success":(Q[0].variant==="danger","primary"),startIcon:Q[0].icon,className:se.length===0?"opacity-50 cursor-not-allowed":"",children:[Q[0].label,se.length>0&&e.jsx("span",{className:"ml-2 inline-flex items-center justify-center px-2 py-0.5 text-xs font-medium rounded-full bg-white/20 text-white",children:se.length})]}):e.jsxs(e.Fragment,{children:[e.jsxs(je,{ref:j,size:"md",onClick:()=>se.length>0&&O(!S),disabled:se.length===0,className:`dropdown-toggle ${se.length===0?"opacity-50 cursor-not-allowed":""}`,endIcon:e.jsx(wt,{className:"w-4 h-4"}),children:["Bulk Actions",se.length>0&&e.jsx("span",{className:"ml-2 inline-flex items-center justify-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 text-blue-800 dark:bg-blue-500/20 dark:text-blue-300",children:se.length})]}),e.jsx(yt,{isOpen:S&&se.length>0,onClose:()=>O(!1),anchorRef:j,placement:"bottom-left",className:"w-48 p-2",children:Q.map((i,E)=>{const l=i.key==="delete",b=l&&E>0;return e.jsxs(Ce.Fragment,{children:[b&&e.jsx("div",{className:"my-2 border-t border-gray-200 dark:border-gray-800"}),e.jsxs(at,{onItemClick:()=>{be(i.key,se)},className:`flex items-center gap-3 px-3 py-2 font-medium rounded-lg text-sm text-left ${l?"text-error-500 hover:bg-error-50 hover:text-error-600 dark:text-error-400 dark:hover:bg-error-500/15 dark:hover:text-error-300":"text-gray-700 hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300"}`,children:[i.icon&&e.jsx("span",{className:"flex-shrink-0 w-5 h-5",children:i.icon}),e.jsx("span",{className:"text-left",children:i.label})]})]},i.key)})})]})}),e.jsxs("div",{className:"flex gap-2",children:[le&&e.jsx(je,{variant:"secondary",size:"md",endIcon:q,onClick:le,children:"Export CSV"}),ie&&e.jsx(je,{variant:"secondary",size:"md",endIcon:C,onClick:ie,children:"Import"}),L&&e.jsx(je,{variant:"primary",size:"md",endIcon:F,onClick:L,children:z})]})]}),e.jsx("div",{className:`rounded-xl border border-gray-200 bg-white dark:border-white/[0.05] dark:bg-white/[0.03] igny8-table-container ${u?"loaded":"loading"}`,style:{overflowX:"auto",overflowY:"visible"},children:e.jsx("div",{className:"igny8-table-wrapper",style:{overflow:"visible"},children:e.jsxs(Os,{className:"igny8-table-compact igny8-table-smooth",children:[e.jsx(Ps,{className:"border-b border-gray-100 dark:border-white/[0.05]",children:e.jsxs(pt,{children:[N&&e.jsx(De,{isHeader:!0,className:"px-5 py-3 font-medium text-gray-500 text-start text-theme-xs dark:text-gray-400 w-12",children:u&&e.jsx(Lt,{checked:(()=>{const i=c.filter(E=>!E.isAdded);return i.length>0&&se.length===i.length})(),onChange:_e,id:"select-all"})}),o.map((i,E)=>{const l=E===o.length-1;return e.jsx(De,{isHeader:!0,className:`px-5 py-3 font-medium text-gray-500 text-${i.align||"start"} text-theme-xs dark:text-gray-400 ${i.sortable?"cursor-pointer hover:text-gray-700 dark:hover:text-gray-300":""} ${l&&X.length>0?"pr-16":""}`,children:i.sortable?e.jsxs("div",{onClick:()=>ct(i),className:"flex items-center",children:[i.label,Xe(i)]}):e.jsxs(e.Fragment,{children:[i.label,Xe(i)]})},i.key)})]})}),e.jsx(Rs,{className:"divide-y divide-gray-100 dark:divide-white/[0.05] igny8-table-body",children:u?c.length===0?null:c.map((i,E)=>{var At;const l=i.id||E,b=fe.has(l),_=o.find(Ne=>Ne.toggleable),pe=(_==null?void 0:_.toggleContentKey)||(_==null?void 0:_.key),ge=(_==null?void 0:_.toggleContentLabel)||"Content",ke=pe?i[pe]:null,D=ke&&(typeof ke=="string"?ke.trim().length>0:typeof ke=="object"&&ke!==null&&Object.keys(ke).length>0),me=(N?1:0)+o.length,$e=(Ne,Ae)=>{te(Ue=>{const Ie=new Set(Ue),He=Ae??l;return Ne?Ie.add(He):Ie.delete(He),Ie})},$t=!!i.isAdded;return e.jsxs(Ce.Fragment,{children:[e.jsxs(pt,{className:`igny8-data-row ${$t?"bg-blue-50 dark:bg-blue-500/10":""}`,children:[N&&e.jsx(De,{className:"px-5 py-4 text-start",children:e.jsx(Lt,{checked:se.includes(((At=i.id)==null?void 0:At.toString())||""),onChange:Ne=>{var Ae;return dt(((Ae=i.id)==null?void 0:Ae.toString())||"",Ne)},id:`checkbox-${i.id}`,disabled:$t})}),o.map((Ne,Ae)=>{var He;const Ue=Ae===o.length-1,Ie=i.id||E;if(Ue&&X.length>0&&!de.current.has(Ie)){const qe=Ce.createRef();de.current.set(Ie,qe)}return e.jsxs(De,{className:`px-5 py-4 text-${Ne.align||"start"} text-gray-800 dark:text-white/90 ${Ue&&X.length>0?"relative pr-16":""}`,children:[e.jsxs("div",{className:`flex items-center ${Ne.toggleable&&D?"justify-between w-full":""} gap-2`,children:[e.jsx("div",{className:"flex-1",children:Ne.render?Ne.render(i[Ne.key],i):e.jsx("span",{children:((He=i[Ne.key])==null?void 0:He.toString())||"-"})}),Ne.toggleable&&D&&e.jsx("div",{onClick:qe=>qe.stopPropagation(),children:e.jsx(qs,{isExpanded:b,onClick:()=>{$e(!b,l)},hasContent:D})})]}),Ue&&X.length>0&&(()=>{const qe=!!i.isAdded;if(X.length===1){const Se=X[0];return qe?e.jsx("div",{className:"absolute right-2 top-1/2 -translate-y-1/2 z-10",children:e.jsx("span",{className:"text-sm font-medium text-blue-light-500 dark:text-blue-light-400",children:"Added"})}):e.jsx("div",{className:"absolute right-2 top-1/2 -translate-y-1/2 z-10",children:e.jsxs("button",{type:"button",onClick:Me=>{Me.stopPropagation(),Ee(Se.key,i)},className:"flex items-center gap-1 text-sm font-medium text-success-500 hover:text-success-600 dark:text-success-400 dark:hover:text-success-300 transition-colors cursor-pointer",children:[Se.label,e.jsx("span",{className:"inline-flex items-center",children:e.jsx(Ge,{className:"w-4 h-4 fill-current"})})]})})}const ut=de.current.get(Ie);if(!ut)return null;const Vt=ne.get(Ie)||!1;return e.jsxs(e.Fragment,{children:[e.jsx("button",{ref:ut,type:"button",onClick:Se=>{Se.stopPropagation(),xe(Me=>{const Te=new Map(Me);return Te.forEach((gt,Ze)=>{Ze!==Ie&&Te.set(Ze,!1)}),Te.set(Ie,!Te.get(Ie)),Te})},className:"absolute right-2 top-1/2 -translate-y-1/2 inline-flex items-center justify-center w-8 h-8 rounded-lg transition-colors text-gray-500 hover:text-gray-700 hover:bg-gray-100 dark:text-gray-400 dark:hover:text-gray-300 dark:hover:bg-gray-800 dropdown-toggle z-10",title:"Actions",children:e.jsx(ts,{className:"w-5 h-5"})}),e.jsx(yt,{isOpen:Vt,onClose:()=>{xe(Se=>{const Me=new Map(Se);return Me.set(Ie,!1),Me})},anchorRef:ut,placement:"right",className:"w-48 p-2",children:X.map(Se=>{const Me=Se.key==="edit",Te=Se.key==="delete",gt=Se.key==="export",Ze=()=>{var Tt;if(!Se.icon)return null;const et=Se.icon,tt=((Tt=et.props)==null?void 0:Tt.className)||"",mt=tt.includes("w-")?"":"w-5 h-5 ";return Me?Ce.cloneElement(et,{className:`${mt}text-blue-light-500 ${tt}`.trim()}):Te?Ce.cloneElement(et,{className:`${mt}text-error-500 ${tt}`.trim()}):gt?Ce.cloneElement(et,{className:`${mt}text-gray-600 dark:text-gray-400 ${tt}`.trim()}):Se.icon};return e.jsxs(Ce.Fragment,{children:[e.jsxs(at,{onItemClick:()=>Ee(Se.key,i),className:`flex items-center gap-3 px-3 py-2 font-medium rounded-lg text-sm text-left ${Me?"text-blue-light-500 hover:bg-blue-light-50 hover:text-blue-light-600 dark:text-blue-light-400 dark:hover:bg-blue-light-500/15 dark:hover:text-blue-light-300":Te?"text-error-500 hover:bg-error-50 hover:text-error-600 dark:text-error-400 dark:hover:bg-error-500/15 dark:hover:text-error-300":"text-gray-700 hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300"}`,children:[e.jsx("span",{className:"flex-shrink-0 w-5 h-5",children:Ze()}),e.jsx("span",{className:"text-left",children:Se.label})]}),gt&&e.jsx("div",{className:"my-2 border-t border-gray-200 dark:border-gray-800"})]},Se.key)})})]})})()]},Ne.key)})]}),_&&D&&e.jsx(Hs,{row:i,contentKey:pe||"",contentLabel:ge,colSpan:me,isExpanded:b,onToggle:$e})]},i.id||E)}):Array.from({length:10}).map((i,E)=>e.jsxs(pt,{className:"igny8-skeleton-row",children:[N&&e.jsx(De,{children:e.jsx("div",{className:"h-4 bg-gray-200 dark:bg-gray-700 rounded animate-pulse"})}),o.map((l,b)=>e.jsx(De,{children:e.jsx("div",{className:"h-4 bg-gray-200 dark:bg-gray-700 rounded animate-pulse"})},b))]},`skeleton-${E}`))})]})})}),v&&e.jsx(Cs,{isOpen:ue.isOpen,onClose:()=>Z({isOpen:!1,items:[],isBulk:!1,isLoading:!1}),onConfirm:we,title:v.title,message:ue.isBulk?v.multipleItemsMessage(ue.items.length):v.singleItemMessage,variant:"danger",isConfirmation:!0,confirmText:"Delete",cancelText:"Cancel",isLoading:ue.isLoading,itemsList:ue.items.map(i=>U(i))}),w&&e.jsx(Fs,{isOpen:y.isOpen,onClose:()=>I({isOpen:!1,itemCount:0,isLoading:!1}),onConfirm:lt,title:w.export.title,message:w.export.message(y.itemCount),confirmText:w.export.confirmText,isLoading:y.isLoading}),w&&e.jsx(Ds,{isOpen:B.isOpen,onClose:()=>ce({isOpen:!1,itemCount:0,isLoading:!1}),onConfirm:it,title:w.updateStatus.title,message:w.updateStatus.message(B.itemCount),confirmText:w.updateStatus.confirmText,statusOptions:w.updateStatus.statusOptions,isLoading:B.isLoading}),A&&e.jsx("div",{className:"mt-6 border-t border-gray-200 dark:border-gray-800 pt-6",children:e.jsxs("div",{className:"flex items-center justify-between",children:[e.jsxs("div",{className:"text-sm text-gray-500 dark:text-gray-400",children:["Showing ",c.length," of ",A.totalCount," ",$||"items"]}),e.jsx(zs,{currentPage:A.currentPage,totalPages:A.totalPages,pageSize:Le,onPageChange:i=>{A.onPageChange(i)},onPageSizeChange:i=>{k(i),A.onPageChange(1)}})]})})]})}function It({isOpen:t,onClose:s,onSubmit:a,title:o,fields:c=[],submitLabel:g="Create",cancelLabel:u="Cancel",isLoading:m=!1,className:p="max-w-2xl",customFooter:d,customBody:f}){return e.jsx(Qe,{isOpen:t,onClose:s,className:p,children:e.jsxs("div",{className:"p-6",children:[e.jsx("h3",{className:"text-lg font-semibold mb-6 text-gray-800 dark:text-white",children:o}),e.jsxs("form",{onSubmit:n=>{n.preventDefault(),a()},className:"space-y-4",children:[f||e.jsxs(e.Fragment,{children:[c.find(n=>n.key==="keyword")&&e.jsxs("div",{children:[e.jsxs("label",{className:"block text-sm font-medium text-gray-700 dark:text-gray-300 mb-2",children:[c.find(n=>n.key==="keyword").label,c.find(n=>n.key==="keyword").required&&e.jsx("span",{className:"text-error-500 ml-1",children:"*"})]}),e.jsx("input",{type:"text",className:"h-9 w-full rounded-lg border border-gray-300 bg-transparent px-3 py-2 text-sm shadow-theme-xs text-gray-800 placeholder:text-gray-400 focus:border-brand-300 focus:outline-hidden focus:ring-3 focus:ring-brand-500/10 dark:border-gray-700 dark:bg-gray-900 dark:text-white/90 dark:placeholder:text-white/30 dark:focus:border-brand-800",value:c.find(n=>n.key==="keyword").value||"",onChange:n=>c.find(x=>x.key==="keyword").onChange(n.target.value),placeholder:c.find(n=>n.key==="keyword").placeholder,required:c.find(n=>n.key==="keyword").required})]}),(c.find(n=>n.key==="volume")||c.find(n=>n.key==="difficulty"))&&e.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[c.find(n=>n.key==="volume")&&e.jsxs("div",{children:[e.jsxs("label",{className:"block text-sm font-medium text-gray-700 dark:text-gray-300 mb-2",children:[c.find(n=>n.key==="volume").label,c.find(n=>n.key==="volume").required&&e.jsx("span",{className:"text-error-500 ml-1",children:"*"})]}),e.jsx("input",{type:"number",className:"h-9 w-full rounded-lg border border-gray-300 bg-transparent px-3 py-2 text-sm shadow-theme-xs text-gray-800 placeholder:text-gray-400 focus:border-brand-300 focus:outline-hidden focus:ring-3 focus:ring-brand-500/10 dark:border-gray-700 dark:bg-gray-900 dark:text-white/90 dark:placeholder:text-white/30 dark:focus:border-brand-800",value:c.find(n=>n.key==="volume").value||"",onChange:n=>{const x=n.target.value===""?"":parseInt(n.target.value)||0;c.find(L=>L.key==="volume").onChange(x)},placeholder:c.find(n=>n.key==="volume").placeholder,required:c.find(n=>n.key==="volume").required})]}),c.find(n=>n.key==="difficulty")&&(()=>{const n=c.find(x=>x.key==="difficulty");return e.jsxs("div",{children:[e.jsxs(st,{className:"mb-2",children:[n.label,n.required&&e.jsx("span",{className:"text-error-500 ml-1",children:"*"})]}),n.type==="select"?e.jsx(nt,{options:n.options||[],placeholder:n.placeholder||n.label,value:n.value||"",onChange:x=>n.onChange(x),className:"w-full"}):e.jsx("input",{type:"number",className:"h-9 w-full rounded-lg border border-gray-300 bg-transparent px-3 py-2 text-sm shadow-theme-xs text-gray-800 placeholder:text-gray-400 focus:border-brand-300 focus:outline-hidden focus:ring-3 focus:ring-brand-500/10 dark:border-gray-700 dark:bg-gray-900 dark:text-white/90 dark:placeholder:text-white/30 dark:focus:border-brand-800",value:n.value||"",onChange:x=>{const L=x.target.value===""?"":parseInt(x.target.value)||0;n.onChange(L)},placeholder:n.placeholder,required:n.required,min:n.min,max:n.max})]})})()]}),c.filter(n=>n.key!=="keyword"&&n.key!=="volume"&&n.key!=="difficulty").map(n=>n.type==="select"?e.jsxs("div",{children:[e.jsxs(st,{className:"mb-2",children:[n.label,n.required&&e.jsx("span",{className:"text-error-500 ml-1",children:"*"})]}),e.jsx(nt,{options:n.options||[],placeholder:n.placeholder||n.label,value:n.value||"",onChange:x=>n.onChange(x),className:"w-full"})]},n.key):n.type==="textarea"?e.jsxs("div",{children:[e.jsxs("label",{className:"block text-sm font-medium text-gray-700 dark:text-gray-300 mb-2",children:[n.label,n.required&&e.jsx("span",{className:"text-error-500 ml-1",children:"*"})]}),e.jsx("textarea",{rows:n.rows||4,className:"w-full rounded-lg border border-gray-300 bg-transparent px-3 py-2 text-sm shadow-theme-xs text-gray-800 placeholder:text-gray-400 focus:border-brand-300 focus:outline-hidden focus:ring-3 focus:ring-brand-500/10 dark:border-gray-700 dark:bg-gray-900 dark:text-white/90 dark:placeholder:text-white/30 dark:focus:border-brand-800",value:n.value||"",onChange:x=>n.onChange(x.target.value),placeholder:n.placeholder,required:n.required})]},n.key):e.jsxs("div",{children:[e.jsxs("label",{className:"block text-sm font-medium text-gray-700 dark:text-gray-300 mb-2",children:[n.label,n.required&&e.jsx("span",{className:"text-error-500 ml-1",children:"*"})]}),e.jsx("input",{type:n.type,className:"h-9 w-full rounded-lg border border-gray-300 bg-transparent px-3 py-2 text-sm shadow-theme-xs text-gray-800 placeholder:text-gray-400 focus:border-brand-300 focus:outline-hidden focus:ring-3 focus:ring-brand-500/10 dark:border-gray-700 dark:bg-gray-900 dark:text-white/90 dark:placeholder:text-white/30 dark:focus:border-brand-800",value:n.value||"",onChange:x=>n.onChange(x.target.value),placeholder:n.placeholder,required:n.required,min:n.min,max:n.max})]},n.key))]}),d||e.jsxs("div",{className:"flex justify-end gap-3 pt-4",children:[e.jsx(je,{type:"button",variant:"outline",onClick:s,disabled:m,children:u}),e.jsx(je,{type:"submit",variant:"primary",disabled:m,children:m?"Processing...":g})]})]})]})})}let Ft=0;const Ws=()=>(Ft++,`modal-${String(Ft).padStart(2,"0")}`);function Et({isOpen:t,title:s,percentage:a,status:o,message:c,details:g,onClose:u,onCancel:m,taskId:p,functionId:d}){const f=Ce.useRef(null);Ce.useEffect(()=>{f.current||(f.current=Ws())},[]);const n=f.current||"modal-01",x=d?`${d}-${n}`:null,L=Ce.useRef(!1);r.useEffect(()=>{if(o==="completed"&&u&&!L.current){L.current=!0;const le=setTimeout(()=>{u()},2e3);return()=>clearTimeout(le)}o!=="completed"&&(L.current=!1)},[o,u]);const z=()=>o==="error"?"error":o==="completed"?"success":"primary",F=()=>o==="completed"?e.jsx("svg",{className:"w-6 h-6 text-success-500",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M5 13l4 4L19 7"})}):o==="error"?e.jsx("svg",{className:"w-6 h-6 text-error-500",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"})}):e.jsxs("svg",{className:"w-6 h-6 text-brand-500 animate-spin",fill:"none",viewBox:"0 0 24 24",children:[e.jsx("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),e.jsx("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})]});return e.jsx(Qe,{isOpen:t,onClose:u||(()=>{}),className:"max-w-lg",showCloseButton:o==="completed"||o==="error",children:e.jsxs("div",{className:"p-6",children:[e.jsxs("div",{className:"flex items-start gap-4 mb-6",children:[e.jsx("div",{className:"flex-shrink-0 mt-1",children:F()}),e.jsxs("div",{className:"flex-1",children:[e.jsx("h3",{className:"text-lg font-semibold text-gray-900 dark:text-white mb-1",children:s}),e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400",children:c})]})]}),e.jsx("div",{className:"mb-6",children:e.jsx(ze,{value:a,color:z(),size:"lg",showLabel:!0,label:`${Math.round(a)}%`})}),g&&e.jsxs("div",{className:"mb-6 space-y-2",children:[g.currentItem&&e.jsxs("div",{className:"text-sm text-gray-700 dark:text-gray-300",children:[e.jsx("span",{className:"font-medium",children:"Current:"})," ",e.jsx("span",{className:"text-gray-600 dark:text-gray-400",children:g.currentItem})]}),g.total>0&&e.jsxs("div",{className:"text-sm text-gray-700 dark:text-gray-300",children:[e.jsx("span",{className:"font-medium",children:"Progress:"})," ",e.jsxs("span",{className:"text-gray-600 dark:text-gray-400",children:[g.current," of ",g.total," completed"]})]}),g.phase&&e.jsxs("div",{className:"text-xs text-gray-500 dark:text-gray-500",children:["Phase: ",g.phase]})]}),(x||p)&&!1,e.jsxs("div",{className:"flex justify-end gap-3",children:[m&&o!=="completed"&&o!=="error"&&e.jsx(je,{variant:"secondary",size:"sm",onClick:m,disabled:o==="processing",children:"Cancel"}),(o==="completed"||o==="error")&&u&&e.jsx(je,{variant:"primary",size:"sm",onClick:u,children:o==="completed"?"Close":"Dismiss"})]})]})})}function Mt(){const[t,s]=r.useState(!1),[a,o]=r.useState(null),[c,g]=r.useState(""),[u,m]=r.useState(void 0),[p,d]=r.useState({percentage:0,message:"Initializing...",status:"pending"}),f=r.useRef(0),n=r.useRef(null),x=r.useRef(null),L=(C,M="",$=[])=>{const A=(C==null?void 0:C.toUpperCase())||"",N=M.toLowerCase(),P=(S,O)=>{const ne=O.match(S);return ne&&ne[1]?ne[1]:""};let h=P(/(\d+)\s+keyword/i,M),T=P(/(\d+)\s+cluster/i,M),H=P(/(\d+)\s+task/i,M),V=P(/(\d+)\s+item/i,M);if(!h&&!H&&!V){const S=P(/loaded\s+(\d+)\s+items?/i,M);S&&(V=S)}if(!T){const S=P(/created\s+(\d+)\s+clusters?/i,M);S&&(T=S)}if(!h&&!H&&!V)for(const S of $){const O=S.message||"";if(h||(h=P(/(\d+)\s+keyword/i,O)),H||(H=P(/(\d+)\s+task/i,O)),V||(V=P(/loaded\s+(\d+)\s+items?/i,O)),T||(T=P(/(\d+)\s+cluster/i,O)||P(/created\s+(\d+)\s+clusters?/i,O)),(h||H||V)&&T)break}const J=h,W=T,R=H||V,U=N.includes("content")||N.includes("generating content")||N.includes("article"),ee=N.includes("cluster")&&!N.includes("content"),K=N.includes("idea");return A.includes("INIT")||A.includes("INITIALIZ")?{percentage:0,friendlyMessage:"Getting started..."}:A.includes("PREP")||A.includes("PREPAR")?U?{percentage:10,friendlyMessage:R?`Preparing ${R} task${R!=="1"?"s":""}...`:"Preparing content generation..."}:ee?{percentage:16,friendlyMessage:J?`Preparing ${J} keyword${J!=="1"?"s":""}...`:"Preparing your keywords..."}:K?{percentage:10,friendlyMessage:W?`Preparing ${W} cluster${W!=="1"?"s":""}...`:"Preparing clusters..."}:{percentage:10,friendlyMessage:"Preparing..."}:A.includes("AI_CALL")||A.includes("CALLING")?U?{percentage:50,friendlyMessage:"Generating content with AI..."}:ee?{percentage:50,friendlyMessage:"Finding related keywords..."}:K?{percentage:50,friendlyMessage:"Generating ideas..."}:{percentage:50,friendlyMessage:"Processing with AI..."}:A.includes("PARSE")||A.includes("PARSING")?U?{percentage:70,friendlyMessage:"Processing content..."}:ee?{percentage:70,friendlyMessage:"Organizing results..."}:K?{percentage:70,friendlyMessage:"Processing ideas..."}:{percentage:70,friendlyMessage:"Processing results..."}:A.includes("SAVE")||A.includes("SAVING")||A.includes("CREAT")&&!A.includes("CONTENT")?U?{percentage:85,friendlyMessage:R?`Saving content for ${R} task${R!=="1"?"s":""}...`:"Saving content..."}:ee?{percentage:85,friendlyMessage:W?`Saving ${W} cluster${W!=="1"?"s":""}...`:"Saving clusters..."}:K?{percentage:85,friendlyMessage:R?`Saving ${R} idea${R!=="1"?"s":""}...`:"Saving ideas..."}:{percentage:85,friendlyMessage:"Saving results..."}:A.includes("DONE")||A.includes("COMPLETE")?U?{percentage:100,friendlyMessage:R?`Done! Generated content for ${R} task${R!=="1"?"s":""}`:"Done! Content generation complete"}:ee?{percentage:100,friendlyMessage:J&&W?`Done! Created ${W} cluster${W!=="1"?"s":""} from ${J} keyword${J!=="1"?"s":""}`:J?`Done! Processed ${J} keyword${J!=="1"?"s":""}`:W?`Done! Created ${W} cluster${W!=="1"?"s":""}`:"Done! Clustering complete"}:K?{percentage:100,friendlyMessage:R?`Done! Generated ${R} idea${R!=="1"?"s":""}`:"Done! Ideas generation complete"}:{percentage:100,friendlyMessage:"Done! Task complete"}:{percentage:f.current,friendlyMessage:M||"Processing..."}};r.useEffect(()=>{if(!a||!t||a.startsWith("temp-"))return;let C=null,M=0,$=!1;const A=300,N=async()=>{if(!$)try{if(M++,M>A){d({percentage:0,message:"Task is taking longer than expected. Please check manually.",status:"error"}),$=!0,C&&(clearInterval(C),C=null);return}const P=await as(`/v1/system/settings/task_progress/${a}/`);if(P.state==="PROGRESS"){const h=P.meta||{};let T=null;const H=[...h.request_steps||[],...h.response_steps||[]];if(H.length>0){const O=[...H].sort((ne,xe)=>(xe.stepNumber||0)-(ne.stepNumber||0))[0];if(O&&O.stepName){const ne=O.stepName.toUpperCase();ne.includes("INIT")?T="INIT":ne.includes("PREP")?T="PREP":ne.includes("AI_CALL")||ne.includes("CALL")?T="AI_CALL":ne.includes("PARSE")?T="PARSE":ne.includes("SAVE")||ne.includes("CREAT")?T="SAVE":ne.includes("DONE")||ne.includes("COMPLETE")?T="DONE":T=ne}}if(!T){const S=(h.phase||"").toLowerCase(),O=(h.message||"").toLowerCase();S.includes("initializ")||O.includes("initializ")||O.includes("getting started")?T="INIT":S.includes("prepar")||S.includes("prep")||O.includes("prepar")||O.includes("loading")?T="PREP":S.includes("analyzing")||S.includes("ai_call")||O.includes("analyzing")||O.includes("finding related")?T="AI_CALL":S.includes("pars")||O.includes("pars")||O.includes("organizing")?T="PARSE":S.includes("sav")||S.includes("creat")||O.includes("sav")||O.includes("creat")||O.includes("cluster")&&!O.includes("content")?T="SAVE":(S.includes("done")||S.includes("complet")||O.includes("done")||O.includes("complet"))&&(T="DONE")}const V=h.message||"",J=`${c} ${V}`,W=L(T||"",J,H),R=W.percentage,U=W.friendlyMessage,ee=n.current!==T,K=f.current;if(x.current&&(clearTimeout(x.current),x.current=null),R>K){let S=K;const O=()=>{S<R&&(S=Math.min(S+1,R),f.current=S,d({percentage:S,message:U,status:"processing",details:{current:h.current||0,total:h.total||0,completed:h.completed||0,currentItem:h.current_item,phase:h.phase}}),S<R?x.current=setTimeout(O,300):x.current=null)};ee&&n.current!==null?x.current=setTimeout(()=>{n.current=T,O()},500):(n.current=T,O())}else n.current=T,f.current=R,d({percentage:R,message:U,status:"processing",details:{current:h.current||0,total:h.total||0,completed:h.completed||0,currentItem:h.current_item,phase:h.phase}});if(h.request_steps||h.response_steps){const{useAIRequestLogsStore:S}=await Pe(async()=>{const{useAIRequestLogsStore:xe}=await import("./page-dashboard-DxYTR5eF.js").then(de=>de.a6);return{useAIRequestLogsStore:xe}},__vite__mapDeps([0,1,2,3,4,5,6])).catch(()=>({useAIRequestLogsStore:null})),ne=((S==null?void 0:S.getState().logs)||[]).find(xe=>{var de,j;return((j=(de=xe.response)==null?void 0:de.data)==null?void 0:j.task_id)===a});if(ne){const xe=S==null?void 0:S.getState().addRequestStep,de=S==null?void 0:S.getState().addResponseStep;h.request_steps&&Array.isArray(h.request_steps)&&h.request_steps.forEach(j=>{ne.requestSteps.find(v=>v.stepNumber===j.stepNumber)||xe==null||xe(ne.id,j)}),h.response_steps&&Array.isArray(h.response_steps)&&h.response_steps.forEach(j=>{ne.responseSteps.find(v=>v.stepNumber===j.stepNumber)||de==null||de(ne.id,j)})}}}else if(P.state==="SUCCESS"){const h=P.meta||{};x.current&&(clearTimeout(x.current),x.current=null);const T=h.message||"",H=[...h.request_steps||[],...h.response_steps||[]],V=L("DONE",T,H);if(n.current="DONE",f.current=100,d({percentage:100,message:V.friendlyMessage,status:"completed",details:h.details}),h.request_steps||h.response_steps){const{useAIRequestLogsStore:J}=await Pe(async()=>{const{useAIRequestLogsStore:U}=await import("./page-dashboard-DxYTR5eF.js").then(ee=>ee.a6);return{useAIRequestLogsStore:U}},__vite__mapDeps([0,1,2,3,4,5,6])).catch(()=>({useAIRequestLogsStore:null})),W=(J==null?void 0:J.getState().logs)||[],R=W.find(U=>{var ee,K;return((K=(ee=U.response)==null?void 0:ee.data)==null?void 0:K.task_id)===a})||W[0];if(R){const U=J==null?void 0:J.getState().addRequestStep,ee=J==null?void 0:J.getState().addResponseStep;h.request_steps&&Array.isArray(h.request_steps)&&h.request_steps.forEach(K=>{R.requestSteps.find(S=>S.stepNumber===K.stepNumber)||U==null||U(R.id,K)}),h.response_steps&&Array.isArray(h.response_steps)&&h.response_steps.forEach(K=>{R.responseSteps.find(S=>S.stepNumber===K.stepNumber)||ee==null||ee(R.id,K)})}}$=!0,C&&(clearInterval(C),C=null)}else if(P.state==="FAILURE"){const h=P.meta||{},T=h.error||h.message||P.error||"Task failed - exception details unavailable",H=h.error_type||"Error";if(d({percentage:0,message:T.includes("exception details unavailable")?T:`Error: ${T}`,status:"error",details:h.error_type?`${H}: ${T}`:T}),h.request_steps||h.response_steps){const{useAIRequestLogsStore:V}=await Pe(async()=>{const{useAIRequestLogsStore:R}=await import("./page-dashboard-DxYTR5eF.js").then(U=>U.a6);return{useAIRequestLogsStore:R}},__vite__mapDeps([0,1,2,3,4,5,6])).catch(()=>({useAIRequestLogsStore:null})),W=((V==null?void 0:V.getState().logs)||[]).find(R=>{var U,ee;return((ee=(U=R.response)==null?void 0:U.data)==null?void 0:ee.task_id)===a});if(W){const R=V==null?void 0:V.getState().addRequestStep,U=V==null?void 0:V.getState().addResponseStep;h.request_steps&&Array.isArray(h.request_steps)&&h.request_steps.forEach(ee=>{W.requestSteps.find(K=>K.stepNumber===ee.stepNumber)||R==null||R(W.id,ee)}),h.response_steps&&Array.isArray(h.response_steps)&&h.response_steps.forEach(ee=>{W.responseSteps.find(K=>K.stepNumber===ee.stepNumber)||U==null||U(W.id,ee)})}}$=!0,C&&(clearInterval(C),C=null)}else d({percentage:0,message:"Task is starting...",status:"pending"})}catch(P){if(console.error("Error polling task status:",P),M>5){let h=P.message||"Unknown error";h.includes("HTTP_ERROR")&&(h=h.replace(/^API Error \(\d+\): HTTP_ERROR - /,"").trim()||"Server error"),d({percentage:0,message:`Error checking task status: ${h}`,status:"error"}),$=!0,C&&(clearInterval(C),C=null)}}};return N(),C=setInterval(()=>{$||N()},2e3),()=>{$=!0,C&&(clearInterval(C),C=null),x.current&&(clearTimeout(x.current),x.current=null),f.current=0,n.current=null}},[a,t]);const z=r.useCallback((C,M,$)=>{x.current&&(clearTimeout(x.current),x.current=null),f.current=0,n.current=null,o(C),g(M),m($),s(!0),d({percentage:0,message:"Getting started...",status:"pending"})},[]),F=r.useCallback(C=>{o(C),d({percentage:0,message:"Initializing...",status:"pending"})},[]),le=r.useCallback(()=>{x.current&&(clearTimeout(x.current),x.current=null),f.current=0,n.current=null,s(!1),o(null),g("")},[]),q=r.useCallback(C=>{d({percentage:0,message:C,status:"error"})},[]),ie=r.useCallback(()=>{x.current&&(clearTimeout(x.current),x.current=null),f.current=0,n.current=null,d({percentage:0,message:"Getting started...",status:"pending"}),o(null),g(""),s(!1)},[]);return{progress:p,isOpen:t,openModal:z,updateTaskId:F,closeModal:le,setError:q,reset:ie,title:c,taskId:a,functionId:u}}const Gs=t=>{const s=new URLSearchParams;t.filters&&Object.entries(t.filters).forEach(([g,u])=>{u!==""&&u!==null&&u!==void 0&&s.append(g,String(u))});const a=s.toString(),o=t.endpoint.endsWith("/")?t.endpoint:`${t.endpoint}/`;return`${vt}${o}${a?`?${a}`:""}`},Js=async(t,s,a)=>{const o=t.format||"csv",c=Gs(t);s==null||s(`Exporting ${o.toUpperCase()}...`);try{const g=await fetch(c,{method:"GET",credentials:"include"});if(!g.ok){const d=await g.text();throw new Error(`Export failed: ${g.statusText} - ${d}`)}const u=await g.blob(),m=window.URL.createObjectURL(u),p=document.createElement("a");p.href=m,p.download=`${t.filename}.${o}`,document.body.appendChild(p),p.click(),document.body.removeChild(p),window.URL.revokeObjectURL(m),s==null||s(`Export successful: ${t.filename}.${o}`)}catch(g){const u=g instanceof Error?g:new Error("Export failed");throw a==null||a(u),u}},Qs=async(t,s,a,o)=>{var p,d;const c=s.acceptedFormats||[".csv"],g="."+((p=t.name.split(".").pop())==null?void 0:p.toLowerCase());if(!c.includes(g)){const f=new Error(`Invalid file format. Accepted formats: ${c.join(", ")}`);throw o==null||o(f),f}const u=s.maxFileSize||5*1024*1024;if(t.size>u){const f=new Error(`File size exceeds ${u/1024/1024}MB limit`);throw o==null||o(f),f}a==null||a(`Importing ${t.name}...`);const m=new FormData;m.append("file",t);try{const f=s.endpoint.endsWith("/")?s.endpoint:`${s.endpoint}/`,n=new URLSearchParams;s.queryParams&&Object.entries(s.queryParams).forEach(([le,q])=>{q!==""&&q!==null&&q!==void 0&&n.append(le,String(q))});const x=n.toString(),L=`${vt}${f}${x?`?${x}`:""}`,z=await fetch(L,{method:"POST",body:m,credentials:"include"});if(!z.ok){const le=await z.text();throw new Error(`Import failed: ${z.statusText} - ${le}`)}const F=await z.json();return a==null||a(`Import successful: ${F.imported||0} rows imported`),(d=s.onSuccess)==null||d.call(s,F),F}catch(f){const n=f instanceof Error?f:new Error("Import failed");throw o==null||o(n),n}},Ys=({className:t,onChange:s,accept:a,disabled:o=!1})=>e.jsx("input",{type:"file",accept:a,disabled:o,className:`focus:border-ring-brand-300 h-11 w-full overflow-hidden rounded-lg border border-gray-300 bg-transparent text-sm text-gray-500 shadow-theme-xs transition-colors file:mr-5 file:border-collapse file:cursor-pointer file:rounded-l-lg file:border-0 file:border-r file:border-solid file:border-gray-200 file:bg-gray-50 file:py-3 file:pl-3.5 file:pr-3 file:text-sm file:text-gray-700 placeholder:text-gray-400 hover:file:bg-gray-100 focus:outline-hidden focus:file:ring-brand-300 dark:border-gray-700 dark:bg-gray-900 dark:text-gray-400 dark:text-white/90 dark:file:border-gray-800 dark:file:bg-white/[0.03] dark:file:text-gray-400 dark:placeholder:text-gray-400 disabled:opacity-50 disabled:cursor-not-allowed ${t}`,onChange:s});function Xs(t){const{exportEndpoint:s,importEndpoint:a,filename:o,acceptedFormats:c=[".csv"],maxFileSize:g=5*1024*1024,onImportSuccess:u,onExportSuccess:m,onError:p}=t,[d,f]=r.useState(!1),[n,x]=r.useState(!1),L=r.useCallback(async(q="csv",ie={})=>{x(!0);try{await Js({endpoint:s,filename:o,format:q,filters:ie},M=>console.log(M),M=>{throw p==null||p(M),M}),m==null||m()}catch(C){const M=C instanceof Error?C:new Error("Export failed");throw p==null||p(M),M}finally{x(!1)}},[s,o,p,m]),z=r.useCallback(async q=>{x(!0);try{const ie={endpoint:a,acceptedFormats:c,maxFileSize:g,queryParams:t.importQueryParams,onSuccess:M=>{u==null||u(M)}},C=await Qs(q,ie,M=>console.log(M),M=>{throw p==null||p(M),M});return f(!1),C}catch(ie){const C=ie instanceof Error?ie:new Error("Import failed");throw p==null||p(C),C}finally{x(!1)}},[a,c,g,u,p]),F=r.useCallback(async q=>{var C;const ie=(C=q.target.files)==null?void 0:C[0];ie&&(await z(ie),q.target.value="")},[z]);return{handleExport:L,handleImportClick:()=>f(!0),ImportModal:()=>e.jsx(Qe,{isOpen:d,onClose:()=>f(!1),className:"max-w-md",children:e.jsxs("div",{className:"p-6",children:[e.jsxs("h2",{className:"text-xl font-bold mb-6 text-gray-800 dark:text-white",children:["Import ",o.charAt(0).toUpperCase()+o.slice(1)]}),e.jsxs("div",{className:"space-y-4",children:[e.jsxs("div",{children:[e.jsx(st,{children:"CSV File"}),e.jsx(Ys,{onChange:F,accept:c.join(","),disabled:n}),e.jsxs("p",{className:"text-sm text-gray-500 dark:text-gray-400 mt-2",children:["Upload a CSV file (max ",g/1024/1024,"MB)"]})]}),e.jsx("div",{className:"flex justify-end gap-4 pt-4",children:e.jsx(je,{variant:"outline",onClick:()=>f(!1),disabled:n,children:"Close"})})]})]})})}}const Zs=(t,s,a)=>Xs({exportEndpoint:"/v1/planner/keywords/export/",importEndpoint:"/v1/planner/keywords/import_keywords/",filename:"keywords",acceptedFormats:[".csv"],maxFileSize:5*1024*1024,importQueryParams:a,onImportSuccess:t,onError:s});function er(){const t=Je(),{activeSite:s}=_t(),{activeSector:a,loadSectorsForSite:o}=Be(),{pageSize:c}=Ye(),[g,u]=r.useState([]),[m,p]=r.useState([]),[d,f]=r.useState([]),[n,x]=r.useState(!0),[L,z]=r.useState(!1),[F,le]=r.useState(""),[q,ie]=r.useState(""),[C,M]=r.useState(""),[$,A]=r.useState(""),[N,P]=r.useState(""),[h,T]=r.useState(""),[H,V]=r.useState(""),[J,W]=r.useState(!1),[R,U]=r.useState(""),[ee,K]=r.useState(""),S=r.useRef(null),O=r.useRef(null),[ne,xe]=r.useState([]),[de,j]=r.useState(1),[v,w]=r.useState(1),[G,X]=r.useState(0),[Q,se]=r.useState("created_at"),[re,fe]=r.useState("desc"),[te,ue]=r.useState(!1),[Z,y]=r.useState(!1),[I,B]=r.useState(!1),[ce,ve]=r.useState(null),[ye,Le]=r.useState({seed_keyword_id:0,volume_override:null,difficulty_override:null,cluster_id:null,status:"pending"}),k=Mt(),Y=r.useRef(!1),[oe,ae]=r.useState([]),we=r.useRef(null),Ee=r.useRef(-1);r.useEffect(()=>{s&&o(s.id)},[s,o]),r.useEffect(()=>{(async()=>{if(!s||!a||!s.industry){f([]);return}try{z(!0);const b=await xt({industry:s.industry,sector:a.industry_sector||void 0}),_=new Set(g.map(ge=>ge.seed_keyword_id)),pe=(b.results||[]).filter(ge=>!_.has(ge.id));f(pe)}catch(b){console.error("Failed to load available seed keywords:",b),f([])}finally{z(!1)}})()},[s,a,g]),r.useEffect(()=>{(async()=>{try{const b=await rt({ordering:"name"});p(b.results||[])}catch(b){console.error("Error fetching clusters:",b)}})()},[]);const be=r.useCallback(async()=>{x(!0),ue(!1);try{const l=Q?`${re==="desc"?"-":""}${Q}`:"-created_at",b={...F&&{search:F},...q&&{status:q},...C&&{cluster_id:C},...$&&{intent:$},...(a==null?void 0:a.id)&&{sector_id:a.id},page:de,page_size:c||10,ordering:l};if(N){const pe=parseInt(N),ge=St(pe);if(ge!==null){const ke=jt(ge);ke&&(b.difficulty_min=ke.min,b.difficulty_max=ke.max)}}h!==""&&h!==null&&h!==void 0&&(b.volume_min=Number(h)),H!==""&&H!==null&&H!==void 0&&(b.volume_max=Number(H));const _=await ns(b);u(_.results||[]),X(_.count||0),w(Math.ceil((_.count||0)/c)),setTimeout(()=>{ue(!0),x(!1)},100)}catch(l){console.error("Error loading keywords:",l),t.error(`Failed to load keywords: ${l.message}`),ue(!0),x(!1)}},[de,q,C,$,N,h,H,Q,re,F,s,a,c]);r.useEffect(()=>{const l=()=>{be(),(async()=>{try{const pe=await rt({ordering:"name"});p(pe.results||[])}catch(pe){console.error("Error fetching clusters:",pe)}})()},b=()=>{be()};return window.addEventListener("siteChanged",l),window.addEventListener("sectorChanged",b),()=>{window.removeEventListener("siteChanged",l),window.removeEventListener("sectorChanged",b)}},[be]),r.useEffect(()=>{const l=b=>{S.current&&!S.current.contains(b.target)&&O.current&&!O.current.contains(b.target)&&(W(!1),U(h),K(H))};if(J)return document.addEventListener("mousedown",l),()=>{document.removeEventListener("mousedown",l)}},[J,h,H]),r.useEffect(()=>{be()},[be]),r.useEffect(()=>{const l=setTimeout(()=>{j(1)},500);return()=>clearTimeout(l)},[F]),r.useEffect(()=>{const l=de===1;j(1),l&&setTimeout(()=>{be()},0)},[c]);const lt=(l,b)=>{se(l||"created_at"),fe(b),j(1)},{handleExport:it,handleImportClick:Ke,ImportModal:Oe}=Zs(()=>{t.success("Import successful","Keywords imported successfully."),be()},l=>{t.error("Import failed",l.message)},s&&a?{site_id:s.id,sector_id:a.id}:void 0),Re=r.useCallback(async(l,b)=>{if(l==="auto_cluster"){if(b.length===0){t.error("Please select at least one keyword to cluster");return}if(b.length>20){t.error("Maximum 20 keywords allowed for clustering");return}const _=b.map(D=>parseInt(D)),pe=a==null?void 0:a.id,ge=g.filter(D=>_.includes(D.id)),ke={ids:_,keyword_count:_.length,keyword_names:ge.map(D=>D.keyword),sector_id:pe};ae(D=>[...D,{timestamp:new Date().toISOString(),type:"request",action:"auto_cluster (Bulk Action)",data:ke}]);try{const D=await os(_,pe);if(D&&D.success===!1){const me=D.error||"Failed to cluster keywords";ae($e=>[...$e,{timestamp:new Date().toISOString(),type:"error",action:"auto_cluster (Bulk Action)",data:{error:me,keyword_count:_.length}}]),t.error(me);return}if(D&&D.success)D.task_id?(ae(me=>[...me,{timestamp:new Date().toISOString(),type:"success",action:"auto_cluster (Bulk Action)",data:{task_id:D.task_id,message:D.message,keyword_count:_.length}}]),Y.current=!1,k.openModal(D.task_id,"Auto-Clustering Keywords","ai-auto-cluster-01")):(ae(me=>[...me,{timestamp:new Date().toISOString(),type:"success",action:"auto_cluster (Bulk Action)",data:{clusters_created:D.clusters_created||0,keywords_updated:D.keywords_updated||0,keyword_count:_.length,message:D.message}}]),t.success(`Clustering complete: ${D.clusters_created||0} clusters created, ${D.keywords_updated||0} keywords updated`),Y.current||(Y.current=!0,be()));else{const me=(D==null?void 0:D.error)||"Unexpected response format";ae($e=>[...$e,{timestamp:new Date().toISOString(),type:"error",action:"auto_cluster (Bulk Action)",data:{error:me,keyword_count:_.length}}]),t.error(me)}}catch(D){let me="Failed to cluster keywords";D.message&&(me=D.message.replace(/^API Error \(\d+\): [^-]+ - /,"").trim(),(!me||me===D.message)&&(me=D.message)),ae($e=>[...$e,{timestamp:new Date().toISOString(),type:"error",action:"auto_cluster (Bulk Action)",data:{error:me,keyword_count:_.length}}]),t.error(me)}}else t.info(`Bulk action "${l}" for ${b.length} items`)},[t,a,be,k,g]);r.useEffect(()=>{var ke;if(!k.taskId||!k.isOpen)return;const l=k.progress,b=((ke=l.details)==null?void 0:ke.phase)||"",_=l.percentage,pe=l.message,ge=l.status;if(b&&b!==we.current){const D=ge==="error"?"error":ge==="completed"?"success":"step";ae(me=>[...me,{timestamp:new Date().toISOString(),type:D,action:k.title||"AI Function",stepName:b,percentage:_,data:{step:b,message:pe,percentage:_,status:ge,details:l.details}}]),we.current=b,Ee.current=_}else if(b&&Math.abs(_-Ee.current)>=10){const D=ge==="error"?"error":ge==="completed"?"success":"step";ae(me=>[...me,{timestamp:new Date().toISOString(),type:D,action:k.title||"AI Function",stepName:b,percentage:_,data:{step:b,message:pe,percentage:_,status:ge,details:l.details}}]),Ee.current=_}else if((ge==="error"||ge==="completed")&&(b!==we.current||ge==="error"&&we.current!=="error"||ge==="completed"&&we.current!=="completed")){const D=ge==="error"?"error":"success";ae(me=>[...me,{timestamp:new Date().toISOString(),type:D,action:k.title||"AI Function",stepName:b||"Final",percentage:_,data:{step:b||"Final",message:pe,percentage:_,status:ge,details:l.details}}]),we.current=b||ge}},[k.progress,k.taskId,k.isOpen,k.title]),r.useEffect(()=>{k.isOpen||(we.current=null,Ee.current=-1),Y.current=!1},[k.isOpen,k.taskId]);const Ve=r.useCallback(()=>{Le({seed_keyword_id:0,volume_override:null,difficulty_override:null,cluster_id:null,status:"pending"}),B(!1),ve(null)},[]),ct=r.useCallback(async l=>{try{if(!l||l.length===0)throw new Error("No records selected for export");const b=l.join(","),_=`${vt}/v1/planner/keywords/export/?ids=${encodeURIComponent(b)}`,pe=await fetch(_,{method:"GET",credentials:"include"});if(!pe.ok){const me=await pe.text();throw new Error(`Export failed: ${pe.statusText} - ${me}`)}const ge=await pe.blob(),ke=window.URL.createObjectURL(ge),D=document.createElement("a");D.href=ke,D.download="keywords.csv",document.body.appendChild(D),D.click(),document.body.removeChild(D),window.URL.revokeObjectURL(ke)}catch(b){throw b}},[]),Xe=r.useCallback(async(l,b)=>{try{const _=l.map(pe=>parseInt(pe));await ls(_,b),await be()}catch(_){throw _}},[be]),_e=r.useMemo(()=>_s({clusters:m,activeSector:a,availableSeedKeywords:d,formData:ye,setFormData:Le,searchTerm:F,setSearchTerm:le,statusFilter:q,setStatusFilter:ie,intentFilter:$,setIntentFilter:A,difficultyFilter:N,setDifficultyFilter:P,clusterFilter:C,setClusterFilter:M,volumeMin:h,volumeMax:H,setVolumeMin:T,setVolumeMax:V,isVolumeDropdownOpen:J,setIsVolumeDropdownOpen:W,tempVolumeMin:R,tempVolumeMax:ee,setTempVolumeMin:U,setTempVolumeMax:K,volumeButtonRef:O,volumeDropdownRef:S,setCurrentPage:j,loadKeywords:be}),[m,a,d,ye,F,q,$,N,C,h,H,J,R,ee,be,s]),dt=r.useMemo(()=>_e!=null&&_e.headerMetrics?_e.headerMetrics.map(l=>({label:l.label,value:l.calculate({keywords:g,totalCount:G,clusters:m}),accentColor:l.accentColor})):[],[_e==null?void 0:_e.headerMetrics,g,G,m]),i=async()=>{try{if(!s){t.error("Please select an active site first");return}if(I&&ce)await ds(ce.id,ye),t.success("Keyword updated successfully");else{if(!a){t.error("Please select a sector for this site first");return}if(!ye.seed_keyword_id){t.error("Please select a seed keyword");return}const l=a.id,b={...ye,site_id:s.id,sector_id:l};await us(b),t.success("Keyword attached successfully")}y(!1),Ve(),be()}catch(l){t.error(`Failed to save: ${l.message}`)}},E=r.useCallback(l=>{ve(l),B(!0),Le({seed_keyword_id:l.seed_keyword_id,volume_override:l.volume_override||null,difficulty_override:l.difficulty_override||null,cluster_id:l.cluster_id,status:l.status}),y(!0)},[]);return e.jsxs(e.Fragment,{children:[e.jsx(ot,{title:"Keywords",titleIcon:e.jsx(Dt,{className:"text-brand-500 size-5"}),subtitle:"Manage and organize SEO keywords for content planning",columns:_e.columns,data:g,loading:n,showContent:te,filters:_e.filters,filterValues:{search:F,status:q,intent:$,difficulty:N,cluster_id:C,volumeMin:h,volumeMax:H},onFilterChange:(l,b)=>{const _=b==null?"":String(b);l==="search"?le(_):l==="status"?(ie(_),j(1)):l==="intent"?(A(_),j(1)):l==="difficulty"?(P(_),j(1)):l==="cluster_id"&&(M(_),j(1))},onEdit:E,onCreate:()=>{Ve(),y(!0)},createLabel:"Add Keyword",onCreateIcon:e.jsx(Ge,{}),onDelete:async l=>{await cs(l),be()},onBulkDelete:async l=>{const b=await is(l);return be(),b},onBulkExport:ct,onBulkUpdateStatus:Xe,onBulkAction:Re,getItemDisplayName:l=>l.keyword,onExport:async()=>{try{await it("csv",{search:F,status:q,cluster_id:C,intent:$,difficulty:N}),t.success("Export successful","Keywords exported successfully.")}catch(l){t.error("Export failed",l.message)}},onExportIcon:e.jsx(kt,{}),onImport:Ke,onImportIcon:e.jsx(ss,{}),selectionLabel:"keyword",pagination:{currentPage:de,totalPages:v,totalCount:G,onPageChange:l=>{j(l)}},selection:{selectedIds:ne,onSelectionChange:xe},sorting:{sortBy:Q,sortDirection:re,onSort:lt},headerMetrics:dt,onFilterReset:()=>{le(""),ie(""),M(""),A(""),P(""),T(""),V(""),U(""),K(""),W(!1),j(1)}}),e.jsx(It,{isOpen:Z,onClose:()=>{y(!1),Ve()},onSubmit:i,title:I?"Edit Keyword":"Add Keyword",submitLabel:I?"Update":"Create",fields:_e.formFields(m)}),e.jsx(Oe,{}),e.jsx(Et,{isOpen:k.isOpen,title:k.title,percentage:k.progress.percentage,status:k.progress.status,message:k.progress.message,details:k.progress.details,taskId:k.taskId||void 0,functionId:k.functionId,onClose:()=>{k.closeModal(),k.progress.status==="completed"&&!Y.current&&(Y.current=!0,be())}}),oe.length>0&&e.jsxs("div",{className:"mt-6 bg-gray-50 dark:bg-gray-800 rounded-lg border border-gray-200 dark:border-gray-700 p-4",children:[e.jsxs("div",{className:"flex items-center justify-between mb-3",children:[e.jsx("h3",{className:"text-sm font-semibold text-gray-900 dark:text-gray-100",children:"AI Function Logs"}),e.jsx("button",{onClick:()=>ae([]),className:"text-xs text-gray-500 hover:text-gray-700 dark:text-gray-400 dark:hover:text-gray-200",children:"Clear Logs"})]}),e.jsx("div",{className:"space-y-2 max-h-96 overflow-y-auto",children:oe.slice().reverse().map((l,b)=>e.jsxs("div",{className:`p-3 rounded border text-xs font-mono ${l.type==="request"?"bg-blue-50 dark:bg-blue-900/20 border-blue-200 dark:border-blue-800":l.type==="success"?"bg-green-50 dark:bg-green-900/20 border-green-200 dark:border-green-800":l.type==="error"?"bg-red-50 dark:bg-red-900/20 border-red-200 dark:border-red-800":"bg-purple-50 dark:bg-purple-900/20 border-purple-200 dark:border-purple-800"}`,children:[e.jsxs("div",{className:"flex items-center justify-between mb-1",children:[e.jsxs("div",{className:"flex items-center gap-2 flex-wrap",children:[e.jsxs("span",{className:`font-semibold ${l.type==="request"?"text-blue-700 dark:text-blue-300":l.type==="success"?"text-green-700 dark:text-green-300":l.type==="error"?"text-red-700 dark:text-red-300":"text-purple-700 dark:text-purple-300"}`,children:["[",l.type.toUpperCase(),"]"]}),e.jsx("span",{className:"text-gray-700 dark:text-gray-300",children:l.action}),l.stepName&&e.jsx("span",{className:"text-xs px-2 py-0.5 rounded bg-gray-200 dark:bg-gray-700 text-gray-600 dark:text-gray-400",children:l.stepName}),l.percentage!==void 0&&e.jsxs("span",{className:"text-xs text-gray-500 dark:text-gray-400",children:[l.percentage,"%"]})]}),e.jsx("span",{className:"text-gray-500 dark:text-gray-400",children:new Date(l.timestamp).toLocaleTimeString()})]}),e.jsx("pre",{className:"text-xs text-gray-700 dark:text-gray-300 whitespace-pre-wrap break-words",children:JSON.stringify(l.data,null,2)})]},b))})]})]})}const wr=Object.freeze(Object.defineProperty({__proto__:null,default:er},Symbol.toStringTag,{value:"Module"}));function tr(){const t=Je(),{activeSector:s}=Be(),{pageSize:a}=Ye(),[o,c]=r.useState([]),[g,u]=r.useState(!0),[m,p]=r.useState(""),[d,f]=r.useState(""),[n,x]=r.useState(""),[L,z]=r.useState(""),[F,le]=r.useState(""),[q,ie]=r.useState(!1),[C,M]=r.useState(""),[$,A]=r.useState(""),N=r.useRef(null),P=r.useRef(null),[h,T]=r.useState([]),[H,V]=r.useState(1),[J,W]=r.useState(1),[R,U]=r.useState(0),[ee,K]=r.useState("name"),[S,O]=r.useState("asc"),[ne,xe]=r.useState(!1),[de,j]=r.useState(!1),[v,w]=r.useState(!1),[G,X]=r.useState(null),[Q,se]=r.useState({name:"",description:"",status:"active"}),re=Mt(),fe=r.useRef(!1),te=r.useCallback(async()=>{u(!0),xe(!1);try{const k=ee?`${S==="desc"?"-":""}${ee}`:"name",Y={...m&&{search:m},...d&&{status:d},...(s==null?void 0:s.id)&&{sector_id:s.id},page:H,page_size:a,ordering:k};if(n){const ae=parseInt(n),we=St(ae);if(we!==null){const Ee=jt(we);Ee&&(Y.difficulty_min=Ee.min,Y.difficulty_max=Ee.max)}}L!==""&&L!==null&&L!==void 0&&(Y.volume_min=Number(L)),F!==""&&F!==null&&F!==void 0&&(Y.volume_max=Number(F));const oe=await rt(Y);c(oe.results||[]),U(oe.count||0),W(Math.ceil((oe.count||0)/a)),setTimeout(()=>{xe(!0),u(!1)},100)}catch(k){console.error("Error loading clusters:",k),t.error(`Failed to load clusters: ${k.message}`),xe(!0),u(!1)}},[H,d,ee,S,m,n,L,F,s,a]);r.useEffect(()=>{te()},[te]),r.useEffect(()=>{const k=()=>{te()},Y=()=>{te()};return window.addEventListener("siteChanged",k),window.addEventListener("sectorChanged",Y),()=>{window.removeEventListener("siteChanged",k),window.removeEventListener("sectorChanged",Y)}},[te]),r.useEffect(()=>{const k=setTimeout(()=>{H===1?te():V(1)},500);return()=>clearTimeout(k)},[m,H,te]),r.useEffect(()=>{V(1)},[a]);const ue=(k,Y)=>{K(k||"name"),O(Y),V(1)},Z=r.useCallback(async(k,Y)=>{try{const oe=k.map(ae=>parseInt(ae));await gs(oe,Y),await te()}catch(oe){throw oe}},[te]),y=r.useCallback(async k=>{try{if(!k||k.length===0)throw new Error("No records selected for export");t.info("Export functionality coming soon")}catch(Y){throw Y}},[]),I=r.useCallback(async(k,Y)=>{if(k==="generate_ideas")try{const oe=await Pt([Y.id]);oe.success&&oe.task_id?re.openModal(oe.task_id,"Generating Ideas","ai-generate-ideas-01"):oe.success&&oe.ideas_created?(t.success(oe.message||"Ideas generated successfully"),await te()):t.error(oe.error||"Failed to generate ideas")}catch(oe){t.error(`Failed to generate ideas: ${oe.message}`)}},[t,re,te]),B=r.useCallback(async(k,Y)=>{if(k==="auto_generate_ideas"){if(Y.length===0){t.error("Please select at least one cluster to generate ideas");return}if(Y.length>5){t.error("Maximum 5 clusters allowed for idea generation");return}try{const oe=Y.map(we=>parseInt(we)),ae=await Pt(oe);if(ae&&ae.success===!1){const we=ae.error||"Failed to generate ideas";t.error(we);return}if(ae&&ae.success)ae.task_id?(fe.current=!1,re.openModal(ae.task_id,"Generating Content Ideas","ai-generate-ideas-01")):(t.success(`Ideas generation complete: ${ae.ideas_created||0} ideas created`),fe.current||(fe.current=!0,te()));else{const we=(ae==null?void 0:ae.error)||"Unexpected response format";t.error(we)}}catch(oe){let ae="Failed to generate ideas";oe.message&&(ae=oe.message.replace(/^API Error \(\d+\): [^-]+ - /,"").trim(),(!ae||ae===oe.message)&&(ae=oe.message)),t.error(ae)}}else t.info(`Bulk action "${k}" for ${Y.length} items`)},[t,te,re]);r.useEffect(()=>{const k=Y=>{N.current&&!N.current.contains(Y.target)&&P.current&&!P.current.contains(Y.target)&&ie(!1)};return q&&document.addEventListener("mousedown",k),()=>{document.removeEventListener("mousedown",k)}},[q]);const ce=r.useMemo(()=>js({activeSector:s,formData:Q,setFormData:se,searchTerm:m,setSearchTerm:p,statusFilter:d,setStatusFilter:f,difficultyFilter:n,setDifficultyFilter:x,volumeMin:L,volumeMax:F,setVolumeMin:z,setVolumeMax:le,isVolumeDropdownOpen:q,setIsVolumeDropdownOpen:ie,tempVolumeMin:C,tempVolumeMax:$,setTempVolumeMin:M,setTempVolumeMax:A,volumeButtonRef:P,volumeDropdownRef:N,setCurrentPage:V,loadClusters:te}),[s,Q,m,d,n,L,F,q,C,$,te]),ve=r.useMemo(()=>ce!=null&&ce.headerMetrics?ce.headerMetrics.map(k=>({label:k.label,value:k.calculate({clusters:o,totalCount:R}),accentColor:k.accentColor})):[],[ce==null?void 0:ce.headerMetrics,o,R]),ye=r.useCallback(()=>{se({name:"",description:"",status:"active"}),w(!1),X(null)},[]),Le=async()=>{try{v&&G?(await ps(G.id,Q),t.success("Cluster updated successfully")):(await hs(Q),t.success("Cluster created successfully")),j(!1),ye(),te()}catch(k){t.error(`Failed to save: ${k.message}`)}};return e.jsxs(e.Fragment,{children:[e.jsx(ot,{title:"Keyword Clusters",titleIcon:e.jsx(zt,{className:"text-success-500 size-5"}),subtitle:"Organize keywords into content clusters for better SEO strategy",columns:ce.columns,data:o,loading:g,showContent:ne,filters:ce.filters,filterValues:{search:m,status:d,difficulty:n,volumeMin:L,volumeMax:F},onFilterChange:(k,Y)=>{const oe=Y==null?"":String(Y);k==="search"?p(oe):k==="status"?f(oe):k==="difficulty"&&x(oe),V(1)},onEdit:k=>{X(k),se({name:k.name||"",description:k.description||"",status:k.status||"active"}),w(!0),j(!0)},onCreate:()=>{ye(),j(!0)},createLabel:"Create Cluster",onCreateIcon:e.jsx(Ge,{}),onDelete:async k=>{await fs(k),te()},onBulkDelete:async k=>{const Y=await ms(k);return te(),Y},onBulkExport:y,onBulkUpdateStatus:Z,onBulkAction:B,onRowAction:I,getItemDisplayName:k=>k.name,onExport:async()=>{t.info("Export functionality coming soon")},onExportIcon:e.jsx(kt,{}),selectionLabel:"cluster",pagination:{currentPage:H,totalPages:J,totalCount:R,onPageChange:V},selection:{selectedIds:h,onSelectionChange:T},sorting:{sortBy:ee,sortDirection:S,onSort:ue},headerMetrics:ve,onFilterReset:()=>{p(""),f(""),x(""),z(""),le(""),V(1)}}),e.jsx(Et,{isOpen:re.isOpen,title:re.title,percentage:re.progress.percentage,status:re.progress.status,message:re.progress.message,details:re.progress.details,taskId:re.taskId||void 0,functionId:re.functionId,onClose:()=>{re.closeModal(),re.progress.status==="completed"&&!fe.current&&(fe.current=!0,te())}}),e.jsx(It,{isOpen:de,onClose:()=>{j(!1),ye()},onSubmit:Le,title:v?"Edit Cluster":"Add Cluster",submitLabel:v?"Update":"Create",fields:ce.formFields()})]})}const kr=Object.freeze(Object.defineProperty({__proto__:null,default:tr},Symbol.toStringTag,{value:"Module"}));function sr(){const t=Je(),{activeSector:s}=Be(),{pageSize:a}=Ye(),[o,c]=r.useState([]),[g,u]=r.useState([]),[m,p]=r.useState(!0),[d,f]=r.useState(""),[n,x]=r.useState(""),[L,z]=r.useState(""),[F,le]=r.useState(""),[q,ie]=r.useState(""),[C,M]=r.useState([]),[$,A]=r.useState(1),[N,P]=r.useState(1),[h,T]=r.useState(0),[H,V]=r.useState("created_at"),[J,W]=r.useState("desc"),[R,U]=r.useState(!1),[ee,K]=r.useState(!1),[S,O]=r.useState(!1),[ne,xe]=r.useState(null),[de,j]=r.useState({idea_title:"",description:"",content_structure:"blog_post",content_type:"blog_post",target_keywords:"",keyword_cluster_id:null,status:"new",estimated_word_count:1e3}),v=Mt();r.useEffect(()=>{(async()=>{try{const I=await rt({ordering:"name"});u(I.results||[])}catch(I){console.error("Error fetching clusters:",I)}})()},[]);const w=r.useCallback(async()=>{p(!0),U(!1);try{const y=H?`${J==="desc"?"-":""}${H}`:"-created_at",I={...d&&{search:d},...n&&{status:n},...L&&{keyword_cluster_id:L},...F&&{content_structure:F},...q&&{content_type:q},page:$,page_size:a,ordering:y},B=await xs(I);c(B.results||[]),T(B.count||0),P(Math.ceil((B.count||0)/a)),setTimeout(()=>{U(!0),p(!1)},100)}catch(y){console.error("Error loading ideas:",y),t.error(`Failed to load ideas: ${y.message}`),U(!0),p(!1)}},[$,n,L,F,q,H,J,d,s,a]);r.useEffect(()=>{w()},[w]),r.useEffect(()=>{const y=()=>{w()},I=()=>{w()};return window.addEventListener("siteChanged",y),window.addEventListener("sectorChanged",I),()=>{window.removeEventListener("siteChanged",y),window.removeEventListener("sectorChanged",I)}},[w]),r.useEffect(()=>{A(1)},[a]),r.useEffect(()=>{const y=setTimeout(()=>{$===1?w():A(1)},500);return()=>clearTimeout(y)},[d,$,w]);const G=(y,I)=>{V(y||"created_at"),W(I),A(1)},X=r.useCallback(async(y,I)=>{try{const B=y.map(ce=>parseInt(ce));await ys(B,I),await w()}catch(B){throw B}},[w]),Q=r.useCallback(async y=>{try{if(!y||y.length===0)throw new Error("No records selected for export");t.info("Export functionality coming soon")}catch(I){throw I}},[]),se=r.useCallback(async(y,I)=>{if(y==="queue_to_writer"){if(I.status!=="new"){t.error(`Only ideas with status "new" can be queued. Current status: ${I.status}`);return}try{const B=await Rt([I.id]);t.success(`Queue complete: ${B.created_count||0} task created`),await w()}catch(B){t.error(`Failed to queue idea: ${B.message}`)}}},[t,w]),re=r.useCallback(async(y,I)=>{if(y==="queue_to_writer"){if(I.length===0){t.error("Please select at least one idea to queue");return}try{const B=I.map(ve=>parseInt(ve)),ce=await Rt(B);t.success(`Queue complete: ${ce.created_count||0} tasks created from ${I.length} ideas`),await w()}catch(B){t.error(`Failed to queue ideas: ${B.message}`)}}else t.info(`Bulk action "${y}" for ${I.length} items`)},[t,w]),fe=r.useMemo(()=>Is({clusters:g,activeSector:s,formData:de,setFormData:j,searchTerm:d,setSearchTerm:f,statusFilter:n,setStatusFilter:x,clusterFilter:L,setClusterFilter:z,structureFilter:F,setStructureFilter:le,typeFilter:q,setTypeFilter:ie,setCurrentPage:A}),[g,s,de,d,n,L,F,q]),te=r.useMemo(()=>fe!=null&&fe.headerMetrics?fe.headerMetrics.map(y=>({label:y.label,value:y.calculate({ideas:o,totalCount:h}),accentColor:y.accentColor})):[],[fe==null?void 0:fe.headerMetrics,o,h]),ue=r.useCallback(()=>{j({idea_title:"",description:"",content_structure:"blog_post",content_type:"blog_post",target_keywords:"",keyword_cluster_id:null,status:"new",estimated_word_count:1e3}),O(!1),xe(null)},[]),Z=async()=>{try{S&&ne?(await ks(ne.id,de),t.success("Idea updated successfully")):(await vs(de),t.success("Idea created successfully")),K(!1),ue(),w()}catch(y){t.error(`Failed to save: ${y.message}`)}};return e.jsxs(e.Fragment,{children:[e.jsx(ot,{title:"Content Ideas",titleIcon:e.jsx(bt,{className:"text-warning-500 size-5"}),subtitle:"Generate and organize content ideas based on keyword research",columns:fe.columns,data:o,loading:m,showContent:R,filters:fe.filters,filterValues:{search:d,status:n,keyword_cluster_id:L,content_structure:F,content_type:q},onFilterChange:(y,I)=>{const B=I==null?"":String(I);y==="search"?f(B):y==="status"?x(B):y==="keyword_cluster_id"?z(B):y==="content_structure"?le(B):y==="content_type"&&ie(B),A(1)},onEdit:y=>{xe(y),j({idea_title:y.idea_title||"",description:y.description||"",content_structure:y.content_structure||"blog_post",content_type:y.content_type||"blog_post",target_keywords:y.target_keywords||"",keyword_cluster_id:y.keyword_cluster_id||null,status:y.status||"new",estimated_word_count:y.estimated_word_count||1e3}),O(!0),K(!0)},onCreate:()=>{ue(),K(!0)},createLabel:"Add Idea",onCreateIcon:e.jsx(Ge,{}),onDelete:async y=>{await ws(y),w()},onBulkDelete:async y=>{const I=await bs(y);return w(),I},onBulkExport:Q,onBulkUpdateStatus:X,onBulkAction:re,onRowAction:se,getItemDisplayName:y=>y.idea_title,onExport:async()=>{t.info("Export functionality coming soon")},onExportIcon:e.jsx(kt,{}),selectionLabel:"idea",pagination:{currentPage:$,totalPages:N,totalCount:h,onPageChange:A},selection:{selectedIds:C,onSelectionChange:M},sorting:{sortBy:H,sortDirection:J,onSort:G},headerMetrics:te,onFilterReset:()=>{f(""),x(""),z(""),le(""),ie(""),A(1)}}),e.jsx(Et,{isOpen:v.isOpen,title:v.title,percentage:v.progress.percentage,status:v.progress.status,message:v.progress.message,details:v.progress.details,taskId:v.taskId||void 0,functionId:v.functionId,onClose:()=>{const y=v.progress.status==="completed";v.closeModal(),y&&w()}}),e.jsx(It,{isOpen:ee,onClose:()=>{K(!1),ue()},onSubmit:Z,title:S?"Edit Idea":"Add Idea",submitLabel:S?"Update":"Create",fields:fe.formFields(g)})]})}const vr=Object.freeze(Object.defineProperty({__proto__:null,default:sr},Symbol.toStringTag,{value:"Module"}));function rr(){const t=Je(),{activeSite:s}=_t(),{activeSector:a,loadSectorsForSite:o}=Be(),{pageSize:c}=Ye(),[g,u]=r.useState([]),[m,p]=r.useState(!0),[d,f]=r.useState(!1),[n,x]=r.useState([]),L=r.useRef(new Set),[z,F]=r.useState(1),[le,q]=r.useState(1),[ie,C]=r.useState(0),[M,$]=r.useState("keyword"),[A,N]=r.useState("asc"),[P,h]=r.useState(""),[T,H]=r.useState(""),[V,J]=r.useState(""),[W,R]=r.useState(""),[U,ee]=r.useState("");r.useEffect(()=>{s!=null&&s.id&&o(s.id)},[s==null?void 0:s.id]);const K=r.useCallback(async()=>{if(!s||!s.industry){u([]),C(0),q(1),p(!1);return}p(!0),f(!1);try{let j=new Set;try{const{fetchKeywords:Z,fetchSiteSectors:y}=await Pe(async()=>{const{fetchKeywords:B,fetchSiteSectors:ce}=await import("./page-dashboard-DxYTR5eF.js").then(ve=>ve.a7);return{fetchKeywords:B,fetchSiteSectors:ce}},__vite__mapDeps([0,1,2,3,4,5,6])),I=await y(s.id);for(const B of I)try{((await Z({site_id:s.id,sector_id:B.id,page_size:1e3})).results||[]).forEach(ve=>{const ye=ve.seed_keyword_id||ve.seed_keyword&&ve.seed_keyword.id;ye&&j.add(Number(ye))})}catch(ce){console.warn(`Could not fetch attached keywords for sector ${B.id}:`,ce)}}catch(Z){console.warn("Could not fetch sectors or attached keywords:",Z)}const v={industry:s.industry,page_size:1e3};a&&a.industry_sector&&(v.sector=a.industry_sector),P&&(v.search=P),T&&(v.intent=T);let w=[],G=1,X=!0;for(;X;){const Z={...v,page:G},y=await xt(Z);if(y.results&&y.results.length>0&&(w=[...w,...y.results]),X=y.next!==null&&y.next!==void 0,G++,G>100){console.warn("Reached maximum page limit (100) while fetching seed keywords");break}}let Q=w.map(Z=>{const y=j.has(Number(Z.id))||L.current.has(Number(Z.id));return{...Z,isAdded:!!y}});if(V){const Z=parseInt(V),y=St(Z);if(y!==null){const I=jt(y);I&&(Q=Q.filter(B=>B.difficulty>=I.min&&B.difficulty<=I.max))}}W!==""&&W!==null&&W!==void 0&&(Q=Q.filter(Z=>Z.volume>=Number(W))),U!==""&&U!==null&&U!==void 0&&(Q=Q.filter(Z=>Z.volume<=Number(U))),M&&Q.sort((Z,y)=>{let I,B;if(M==="keyword")I=Z.keyword.toLowerCase(),B=y.keyword.toLowerCase();else if(M==="volume")I=Z.volume,B=y.volume;else if(M==="difficulty")I=Z.difficulty,B=y.difficulty;else if(M==="intent")I=Z.intent.toLowerCase(),B=y.intent.toLowerCase();else return 0;return I<B?A==="asc"?-1:1:I>B?A==="asc"?1:-1:0});const se=Q.length,re=c||10,fe=(z-1)*re,te=fe+re,ue=Q.slice(fe,te);u(ue),C(se),q(Math.ceil(se/re)),f(!0)}catch(j){console.error("Error loading seed keywords:",j),t.error(`Failed to load keyword opportunities: ${j.message}`),u([]),C(0),q(1)}finally{p(!1)}},[s,a,z,c,P,T,V,W,U,M,A]);r.useEffect(()=>{K()},[K]),r.useEffect(()=>{const j=setTimeout(()=>{F(1)},500);return()=>clearTimeout(j)},[P]),r.useEffect(()=>{F(1)},[c]);const S=(j,v)=>{$(j||"keyword"),N(v),F(1)},O=r.useCallback(async j=>{var w;if(!s){t.error("Please select an active site first");return}let v=a;if(!v)try{const{fetchSiteSectors:G}=await Pe(async()=>{const{fetchSiteSectors:Q}=await import("./page-dashboard-DxYTR5eF.js").then(se=>se.a7);return{fetchSiteSectors:Q}},__vite__mapDeps([0,1,2,3,4,5,6])),X=await G(s.id);if(X.length===0){t.error("No sectors available for this site. Please create a sector first.");return}v={id:X[0].id,name:X[0].name,slug:X[0].slug,site_id:s.id,is_active:X[0].is_active!==!1,industry_sector:X[0].industry_sector||null}}catch(G){t.error(`Failed to get sectors: ${G.message}`);return}try{const G=await Ss(j,s.id,v.id);G.success?(t.success(`Successfully added ${G.created} keyword(s) to workflow`),j.forEach(X=>{L.current.add(X)}),x([]),u(X=>X.map(Q=>j.includes(Q.id)?{...Q,isAdded:!0}:Q))):t.error(`Failed to add keywords: ${((w=G.errors)==null?void 0:w.join(", "))||"Unknown error"}`)}catch(G){t.error(`Failed to add keywords: ${G.message}`)}},[s,a,t]),ne=r.useCallback(async j=>{if(j.length===0){t.error("Please select at least one keyword");return}const v=j.filter(G=>{const X=g.find(Q=>String(Q.id)===G);return X&&!X.isAdded});if(v.length===0){t.error("All selected keywords are already added to workflow");return}v.length<j.length&&t.info(`${j.length-v.length} keyword(s) were already added and were skipped`);const w=v.map(G=>parseInt(G));await O(w)},[O,t,g]),xe=r.useCallback(async()=>{if(!s||!s.industry){t.error("Please select an active site first");return}try{const j={industry:s.industry,page_size:1e3};a!=null&&a.industry_sector&&(j.sector=a.industry_sector);const w=(await xt(j)).results||[];if(w.length===0){t.error("No keywords available to add");return}const{fetchKeywords:G,fetchSiteSectors:X}=await Pe(async()=>{const{fetchKeywords:te,fetchSiteSectors:ue}=await import("./page-dashboard-DxYTR5eF.js").then(Z=>Z.a7);return{fetchKeywords:te,fetchSiteSectors:ue}},__vite__mapDeps([0,1,2,3,4,5,6])),Q=await X(s.id);let se=new Set;for(const te of Q)try{((await G({site_id:s.id,sector_id:te.id,page_size:1e3})).results||[]).forEach(Z=>{const y=Z.seed_keyword_id||Z.seed_keyword&&Z.seed_keyword.id;y&&se.add(Number(y))})}catch(ue){console.warn(`Could not fetch attached keywords for sector ${te.id}:`,ue)}const re=w.filter(te=>!se.has(te.id));if(re.length===0){t.error("All keywords are already added to workflow");return}re.length<w.length&&t.info(`${w.length-re.length} keyword(s) were already added and were skipped`);const fe=re.map(te=>te.id);await O(fe)}catch(j){t.error(`Failed to load all keywords: ${j.message}`)}},[s,a,O,t]),de=r.useMemo(()=>({columns:[{key:"keyword",label:"Keyword",sortable:!0,sortField:"keyword"},...!a?[{key:"sector_name",label:"Sector",sortable:!1,render:(v,w)=>e.jsx(ft,{color:"info",size:"sm",variant:"light",children:w.sector_name||"-"})}]:[],{key:"volume",label:"Volume",sortable:!0,sortField:"volume",render:v=>v.toLocaleString()},{key:"difficulty",label:"Difficulty",sortable:!0,sortField:"difficulty",align:"center",render:v=>{const w=Ns(v),G=typeof w=="number"&&w===5?"solid":typeof w=="number"&&(w===2||w===3||w===4)?"light":typeof w=="number"&&w===1?"solid":"light",X=typeof w=="number"&&w===1||typeof w=="number"&&w===2?"success":typeof w=="number"&&w===3?"warning":typeof w=="number"&&w===4||typeof w=="number"&&w===5?"error":"light";return typeof w=="number"?e.jsx(ft,{color:X,variant:G,size:"sm",children:w}):w}},{key:"intent",label:"Intent",sortable:!0,sortField:"intent",render:v=>{const w=G=>{const X=(G==null?void 0:G.toLowerCase())||"";return X==="transactional"||X==="commercial"?"success":X==="navigational"?"warning":"info"};return e.jsx(ft,{color:w(v),size:"sm",variant:(v==null?void 0:v.toLowerCase())==="informational"?"light":void 0,children:v})}}],filters:[{key:"search",label:"Search",type:"text",placeholder:"Search keywords..."},{key:"intent",label:"Intent",type:"select",options:[{value:"",label:"All Intent"},{value:"informational",label:"Informational"},{value:"navigational",label:"Navigational"},{value:"transactional",label:"Transactional"},{value:"commercial",label:"Commercial"}]},{key:"difficulty",label:"Difficulty",type:"select",options:[{value:"",label:"All Difficulty"},{value:"1",label:"1 - Very Easy"},{value:"2",label:"2 - Easy"},{value:"3",label:"3 - Medium"},{value:"4",label:"4 - Hard"},{value:"5",label:"5 - Very Hard"}]}]}),[a]);return e.jsx(e.Fragment,{children:e.jsx(ot,{title:"Keyword Opportunities",titleIcon:e.jsx(bt,{className:"text-brand-500 size-5"}),subtitle:"Discover and add keywords to your workflow",columns:de.columns,data:g,loading:m,showContent:d,filters:de.filters,filterValues:{search:P,intent:T,difficulty:V},onFilterChange:(j,v)=>{const w=v==null?"":String(v);j==="search"?h(w):j==="intent"?(H(w),F(1)):j==="difficulty"&&(J(w),F(1))},onRowAction:async(j,v)=>{if(j==="add_to_workflow"){if(v.isAdded){t.info("This keyword is already added to workflow");return}await O([v.id])}},onBulkAction:async(j,v)=>{j==="add_selected_to_workflow"&&await ne(v)},onCreate:xe,createLabel:"Add All to Workflow",onCreateIcon:e.jsx(Ge,{}),pagination:{currentPage:z,totalPages:le,totalCount:ie,onPageChange:F},sorting:{sortBy:M,sortDirection:A,onSort:S},selection:{selectedIds:n,onSelectionChange:x}})})}const Sr=Object.freeze(Object.defineProperty({__proto__:null,default:rr},Symbol.toStringTag,{value:"Module"}));export{kr as C,br as D,It as F,yr as H,vr as I,wr as K,ze as P,nt as S,ot as T,Ye as a,Mt as b,Et as c,As as d,_t as e,Sr as f,Be as u}; diff --git a/frontend/dist/assets/js/pages-planner-dv4ygB5K.js b/frontend/dist/assets/js/pages-planner-dv4ygB5K.js new file mode 100644 index 00000000..90d36136 --- /dev/null +++ b/frontend/dist/assets/js/pages-planner-dv4ygB5K.js @@ -0,0 +1,21 @@ +const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/js/vendor-charts-BCGhWx_0.js","assets/js/vendor-react-core-DRQGgXXF.js","assets/js/vendor-other-DTCyBslD.js","assets/css/vendor-other-BsM4JrO0.css","assets/js/page-dashboard-CuOyqq-s.js","assets/js/vendor-react-router-P1WQ4rUN.js","assets/js/page-authpages-BaiNliVr.js","assets/js/vendor-helmet-Cxll262M.js","assets/js/vendor-state-C9hO8g1p.js","assets/js/page-components.tsx-4vErPdxY.js","assets/js/marketing-marketingapp.tsx-D0Y0OkFz.js","assets/js/marketing-layout-DVDsYZpl.js","assets/js/marketing-data-DtLIUpMC.js","assets/js/marketing-components-CJXw20ab.js"])))=>i.map(i=>d[i]); +import{r as a,j as e,a as _e}from"./vendor-react-core-DRQGgXXF.js";import{_ as lt}from"./marketing-marketingapp.tsx-D0Y0OkFz.js";import{L as Ct,b as rs,u as as}from"./vendor-react-router-P1WQ4rUN.js";import{b as Ht,n as ns,f as ls,P as bt,j as zt,d as Wt,h as Gt,g as It,i as ct,o as Qt,B as we,L as it,p as is,q as os,r as cs,C as St,I as ds,s as He,t as us,S as ms,k as _t}from"./page-authpages-BaiNliVr.js";import{a as Et,b as We,E as nt,C as Le,j as Jt,k as qe,l as Xt,m as gs,u as Ge,n as fs,A as $t,o as ps,p as hs,q as ys,r as xs,d as jt,t as bs,v as ws,w as ks,x as Vt,y as vs,z as Cs,B as Ss,D as js,F as Ns,G as Bt,H as Is,I as _s,J as Es,K as $s,L as As}from"./page-dashboard-CuOyqq-s.js";import{T as Ps,P as Qe}from"./page-reference-wEKoPZ-s.js";import{B as Ue,e as At,h as Pt,j as Ms,g as Rs}from"./page-clusters.config.tsx-FJ8SgY77.js";import{M as Je,D as Kt,a as Ut,A as Ts}from"./page-components.tsx-4vErPdxY.js";import{c as Os}from"./page-keywords.config.tsx-DZ6n4Vdz.js";import{c as Fs}from"./page-ideas.config.tsx-BDMNIgpF.js";import{g as Ls}from"./page-delete-modal.config.ts-BIbgpgnr.js";import{g as Ds}from"./page-bulk-action-modal.config.ts-DEzkmedw.js";import{g as zs}from"./page-table-actions.config.tsx-CnI7P__0.js";import{c as Yt,p as Zt}from"./vendor-state-C9hO8g1p.js";const es=a.createContext(void 0),Vs=()=>{const t=a.useContext(es);if(!t)throw new Error("useHeaderMetrics must be used within a HeaderMetricsProvider");return t},Ar=({children:t})=>{const[s,n]=a.useState([]),r=()=>{n([])};return e.jsx(es.Provider,{value:{metrics:s,setMetrics:n,clearMetrics:r},children:t})},wt=({value:t,color:s="primary",size:n="md",showLabel:r=!1,label:p,className:m=""})=>{const g={sm:"h-1",md:"h-2",lg:"h-3"},d={primary:"bg-brand-500",success:"bg-success-500",error:"bg-error-500",warning:"bg-warning-500",info:"bg-blue-light-500"},u=Math.min(100,Math.max(0,t));return e.jsxs("div",{className:m,children:[r&&e.jsxs("div",{className:"flex items-center justify-between mb-2",children:[e.jsx("span",{className:"text-sm font-medium text-gray-700 dark:text-gray-300",children:p||`${u}%`}),e.jsxs("span",{className:"text-sm text-gray-500 dark:text-gray-400",children:[u,"%"]})]}),e.jsx("div",{className:`w-full rounded-full bg-gray-200 dark:bg-gray-700 ${g[n]}`,children:e.jsx("div",{className:`rounded-full transition-all duration-300 ${g[n]} ${d[s]}`,style:{width:`${u}%`}})})]})};function Bs({steps:t,onStepClick:s,showConnections:n=!0,className:r=""}){const p=d=>{switch(d){case"completed":return"bg-success-500 border-success-500 text-white";case"in_progress":return"bg-warning-500 border-warning-500 text-white";case"pending":return"bg-gray-200 border-gray-300 text-gray-600 dark:bg-gray-700 dark:border-gray-600 dark:text-gray-400"}},m=(d,u)=>{switch(d){case"completed":return e.jsx(ls,{className:"size-5"});case"in_progress":return e.jsx(ns,{className:"size-5"});case"pending":return e.jsx("span",{className:"text-sm font-bold",children:u})}},g=(d,u)=>d==="completed"&&u==="completed"||d==="completed"?"bg-success-500":"bg-gray-300 dark:bg-gray-600";return e.jsx("div",{className:`relative overflow-visible ${r}`,children:e.jsxs("div",{className:"flex items-center justify-between gap-2 overflow-x-auto pb-4 scrollbar-hide",children:[e.jsx("style",{children:` + .scrollbar-hide::-webkit-scrollbar { + display: none; + } + .scrollbar-hide { + -ms-overflow-style: none; + scrollbar-width: none; + } + `}),t.map((d,u)=>{const h=u===t.length-1,w=h?null:t[u+1];return e.jsxs(_e.Fragment,{children:[e.jsxs("div",{className:"flex flex-col items-center flex-shrink-0",children:[e.jsx(Ps,{text:d.details||`${d.title}: ${d.count} ${d.title.toLowerCase().includes("keyword")?"keywords":d.title.toLowerCase().includes("cluster")?"clusters":d.title.toLowerCase().includes("idea")?"ideas":d.title.toLowerCase().includes("task")?"tasks":"items"}`,placement:"top",children:e.jsxs(Ct,{to:d.path,onClick:i=>{s&&(i.preventDefault(),s(d))},className:` + relative flex flex-col items-center justify-center + w-20 h-20 rounded-full border-2 transition-all duration-300 + ${p(d.status)} + hover:scale-110 hover:shadow-lg + cursor-pointer group + `,children:[e.jsx("div",{className:"flex items-center justify-center",children:m(d.status,d.number)}),d.status==="in_progress"&&e.jsx("div",{className:"absolute inset-0 rounded-full border-2 border-warning-400 animate-ping opacity-75"})]})}),e.jsxs("div",{className:"mt-3 text-center max-w-[120px]",children:[e.jsx("p",{className:"text-xs font-semibold text-gray-700 dark:text-gray-300",children:d.title}),e.jsx("p",{className:"text-xs text-gray-500 dark:text-gray-400 mt-1",children:d.count>0?e.jsxs(e.Fragment,{children:[d.count," ",d.title.toLowerCase().includes("keyword")?"keywords":d.title.toLowerCase().includes("cluster")?"clusters":d.title.toLowerCase().includes("idea")?"ideas":d.title.toLowerCase().includes("task")?"tasks":"items"]}):e.jsx("span",{className:"text-gray-400 dark:text-gray-500",children:"No items"})}),d.status==="pending"&&d.count===0&&e.jsxs(Ct,{to:d.path,className:"inline-flex items-center gap-1 mt-2 text-xs font-medium text-brand-500 hover:text-brand-600 group-hover:translate-x-1 transition-transform",onClick:i=>{s&&(i.preventDefault(),s(d))},children:["Start Now ",e.jsx(Ht,{className:"size-3"})]})]})]}),!h&&n&&e.jsxs("div",{className:"flex items-center flex-1 min-w-[60px] max-w-[120px] mx-1",children:[e.jsx("div",{className:`h-0.5 flex-1 ${g(d.status,w==null?void 0:w.status)} transition-colors duration-300`}),e.jsx("div",{className:`flex-shrink-0 mx-1 w-0 h-0 border-t-[6px] border-t-transparent border-b-[6px] border-b-transparent border-l-[8px] transition-colors duration-300 ${d.status==="completed"?"border-l-success-500":"border-l-gray-400"}`}),e.jsx("div",{className:`h-0.5 flex-1 ${g(d.status,w==null?void 0:w.status)} transition-colors duration-300`})]})]},d.number)})]})})}const kt=a.lazy(()=>lt(()=>import("./vendor-charts-BCGhWx_0.js").then(t=>t.r),__vite__mapDeps([0,1,2,3])).then(t=>({default:t.default})));function Ks(){const t=rs(),{activeSite:s}=Et(),{activeSector:n}=We(),[r,p]=a.useState(null),[m,g]=a.useState(!0),[d,u]=a.useState(new Date),[h,w]=a.useState({keywords:0,clusters:0,ideas:0}),i=async()=>{try{g(!0);const[y,O,V,oe]=await Promise.all([Jt({page_size:1e3,sector_id:n==null?void 0:n.id}),qe({page_size:1e3,sector_id:n==null?void 0:n.id}),Xt({page_size:1e3,sector_id:n==null?void 0:n.id}),gs({page_size:1e3,sector_id:n==null?void 0:n.id})]),T=y.results||[],X=T.filter(o=>o.cluster&&o.cluster.length>0),C=T.filter(o=>!o.cluster||o.cluster.length===0),v={},H={};T.forEach(o=>{v[o.status||"unknown"]=(v[o.status||"unknown"]||0)+1,o.intent&&(H[o.intent]=(H[o.intent]||0)+1)});const M=O.results||[],Y=M.filter(o=>o.keywords_count>0),x=M.reduce((o,k)=>o+(k.volume||0),0),E=M.reduce((o,k)=>o+(k.keywords_count||0),0),U=M.length>0?Math.round(E/M.length):0,B=[...M].sort((o,k)=>(k.volume||0)-(o.volume||0)).slice(0,5).map(o=>({id:o.id,name:o.name||"Unnamed Cluster",volume:o.volume||0,keywords_count:o.keywords_count||0})),F=V.results||[],D=new Set(F.map(o=>o.id)),se=(oe.results||[]).filter(o=>o.idea&&D.has(o.idea)).length,ee=F.length-se,c={},f={};F.forEach(o=>{c[o.status||"new"]=(c[o.status||"new"]||0)+1,o.content_type&&(f[o.content_type]=(f[o.content_type]||0)+1)}),r&&w({keywords:T.length-r.keywords.total,clusters:M.length-r.clusters.total,ideas:F.length-r.ideas.total}),p({keywords:{total:T.length,mapped:X.length,unmapped:C.length,byStatus:v,byIntent:H},clusters:{total:M.length,withIdeas:Y.length,withoutIdeas:M.length-Y.length,totalVolume:x,avgKeywords:U,topClusters:B},ideas:{total:F.length,queued:se,notQueued:ee,byStatus:c,byContentType:f},workflow:{keywordsReady:T.length>0,clustersBuilt:M.length>0,ideasGenerated:F.length>0,readyForWriter:se>0}}),u(new Date)}catch(y){console.error("Error fetching dashboard data:",y)}finally{g(!1)}};a.useEffect(()=>{i();const y=setInterval(i,3e4);return()=>clearInterval(y)},[n==null?void 0:n.id,s==null?void 0:s.id]);const P=a.useMemo(()=>!r||r.keywords.total===0?0:Math.round(r.keywords.mapped/r.keywords.total*100),[r]),K=a.useMemo(()=>!r||r.clusters.total===0?0:Math.round(r.clusters.withIdeas/r.clusters.total*100),[r]),N=a.useMemo(()=>!r||r.ideas.total===0?0:Math.round(r.ideas.queued/r.ideas.total*100),[r]),R=a.useMemo(()=>{if(!r)return null;const y={chart:{type:"donut",fontFamily:"Outfit, sans-serif",toolbar:{show:!1}},labels:Object.keys(r.keywords.byStatus).filter(V=>r.keywords.byStatus[V]>0),colors:["#465FFF","#10B981","#F59E0B","#EF4444","#8B5CF6"],legend:{position:"bottom",fontFamily:"Outfit",show:!0},dataLabels:{enabled:!1},tooltip:{enabled:!0,y:{formatter:(V,{seriesIndex:oe,w:T})=>`${T.globals.labels[oe]||""}: ${V}`}},plotOptions:{pie:{donut:{size:"70%",labels:{show:!0,name:{show:!1},value:{show:!0,fontSize:"24px",fontWeight:700,color:"#465FFF",fontFamily:"Outfit",formatter:()=>{const V=Object.values(r.keywords.byStatus).reduce((oe,T)=>oe+T,0);return V>0?V.toString():"0"}},total:{show:!1}}}}}},O=Object.keys(r.keywords.byStatus).filter(V=>r.keywords.byStatus[V]>0).map(V=>r.keywords.byStatus[V]);return{options:y,series:O}},[r]),z=a.useMemo(()=>{if(!r)return null;const y={chart:{type:"bar",fontFamily:"Outfit, sans-serif",toolbar:{show:!1},height:250},colors:["#465FFF"],plotOptions:{bar:{horizontal:!1,columnWidth:"55%",borderRadius:5}},dataLabels:{enabled:!0},xaxis:{categories:Object.keys(r.ideas.byStatus),labels:{style:{fontFamily:"Outfit"}}},yaxis:{labels:{style:{fontFamily:"Outfit"}}},grid:{strokeDashArray:4}},O=[{name:"Ideas",data:Object.values(r.ideas.byStatus)}];return{options:y,series:O}},[r]),I=a.useMemo(()=>{if(!r||r.clusters.topClusters.length===0)return null;const y={chart:{type:"bar",fontFamily:"Outfit, sans-serif",toolbar:{show:!1},height:300},colors:["#10B981"],plotOptions:{bar:{horizontal:!0,borderRadius:5,dataLabels:{position:"top"}}},dataLabels:{enabled:!0,formatter:V=>V.toLocaleString(),offsetX:10},xaxis:{categories:r.clusters.topClusters.map(V=>V.name),labels:{style:{fontFamily:"Outfit",fontSize:"12px"}}},yaxis:{labels:{style:{fontFamily:"Outfit"}}},tooltip:{y:{formatter:V=>`${V.toLocaleString()} volume`}}},O=[{name:"Search Volume",data:r.clusters.topClusters.map(V=>V.volume)}];return{options:y,series:O}},[r]);if(m&&!r)return e.jsxs(e.Fragment,{children:[e.jsx(bt,{title:"Planner Dashboard - IGNY8",description:"Content planning overview"}),e.jsx("div",{className:"flex items-center justify-center h-96",children:e.jsxs("div",{className:"text-center",children:[e.jsx("div",{className:"inline-block animate-spin rounded-full h-12 w-12 border-4 border-brand-500 border-t-transparent"}),e.jsx("p",{className:"mt-4 text-gray-600 dark:text-gray-400",children:"Loading dashboard data..."})]})})]});if(!r&&!m)return e.jsxs(e.Fragment,{children:[e.jsx(bt,{title:"Planner Dashboard - IGNY8",description:"Content planning overview"}),e.jsx("div",{className:"text-center py-12",children:e.jsx("p",{className:"text-gray-600 dark:text-gray-400",children:n?"No data available for the selected sector.":"No data available. Select a sector or wait for data to load."})})]});if(!r)return null;const Z=[{number:1,title:"Add Keywords",status:r.workflow.keywordsReady?"completed":"pending",count:r.keywords.total,path:"/planner/keywords"},{number:2,title:"Auto Cluster",status:r.workflow.clustersBuilt?"completed":"pending",count:r.clusters.total,path:"/planner/clusters"},{number:3,title:"Generate Ideas",status:r.workflow.ideasGenerated?"completed":"pending",count:r.ideas.total,path:"/planner/ideas"},{number:4,title:"Queue to Writer",status:r.workflow.readyForWriter?"completed":"pending",count:r.ideas.queued,path:"/writer/tasks"}],G=[...r.keywords.unmapped>0?[{text:`${r.keywords.unmapped} keywords unmapped`,action:"Map Keywords",path:"/planner/keywords"}]:[],...r.clusters.withoutIdeas>0?[{text:`${r.clusters.withoutIdeas} clusters without ideas`,action:"Generate Ideas",path:"/planner/clusters"}]:[],...r.ideas.notQueued>0?[{text:`${r.ideas.notQueued} ideas not queued to writer`,action:"Queue to Writer",path:"/planner/ideas"}]:[]];return e.jsxs(e.Fragment,{children:[e.jsx(bt,{title:"Planner Dashboard - IGNY8",description:"Content planning overview"}),e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsx(Qe,{title:"Planner Dashboard",lastUpdated:d,showRefresh:!0,onRefresh:i,badge:{icon:e.jsx(zt,{}),color:"blue"}}),e.jsx("div",{className:"rounded-2xl border border-gray-200 bg-gradient-to-br from-brand-50 to-white dark:from-brand-500/10 dark:to-gray-800/50 dark:border-gray-800 p-6 md:p-8",children:e.jsxs("div",{className:"flex items-center justify-between",children:[e.jsxs("div",{children:[e.jsx("p",{className:"text-sm font-medium text-gray-600 dark:text-gray-400",children:"Planning Progress"}),e.jsx("h3",{className:"mt-2 text-3xl font-bold text-gray-800 dark:text-white/90",children:r.ideas.queued>0?e.jsxs(e.Fragment,{children:[r.ideas.queued," Ideas Ready for Content Generation"]}):r.ideas.total>0?e.jsxs(e.Fragment,{children:[r.ideas.total," Ideas Generated"]}):r.clusters.total>0?e.jsxs(e.Fragment,{children:[r.clusters.total," Clusters Built"]}):e.jsxs(e.Fragment,{children:[r.keywords.total," Keywords Ready"]})}),e.jsxs("p",{className:"mt-2 text-sm text-gray-500 dark:text-gray-400",children:[r.keywords.total," keywords • ",r.clusters.total," clusters • ",r.ideas.total," ideas"]})]}),e.jsxs("div",{className:"hidden md:flex items-center gap-4",children:[e.jsxs("div",{className:"text-center",children:[e.jsxs("div",{className:"text-2xl font-bold text-brand-500",children:[P,"%"]}),e.jsx("div",{className:"text-xs text-gray-500 dark:text-gray-400",children:"Mapped"})]}),e.jsxs("div",{className:"text-center",children:[e.jsxs("div",{className:"text-2xl font-bold text-success-500",children:[K,"%"]}),e.jsx("div",{className:"text-xs text-gray-500 dark:text-gray-400",children:"With Ideas"})]}),e.jsxs("div",{className:"text-center",children:[e.jsxs("div",{className:"text-2xl font-bold text-warning-500",children:[N,"%"]}),e.jsx("div",{className:"text-xs text-gray-500 dark:text-gray-400",children:"Queued"})]})]})]})}),e.jsxs("div",{className:"grid grid-cols-1 gap-4 md:grid-cols-2 lg:grid-cols-4 md:gap-6",children:[e.jsx(nt,{title:"Keywords Ready",value:r.keywords.total,subtitle:`${r.keywords.mapped} mapped • ${r.keywords.unmapped} unmapped`,trend:h.keywords,icon:e.jsx(Wt,{className:"size-6"}),accentColor:"blue",href:"/planner/keywords",details:[{label:"Total Keywords",value:r.keywords.total},{label:"Mapped",value:r.keywords.mapped},{label:"Unmapped",value:r.keywords.unmapped},{label:"Active",value:r.keywords.byStatus.active||0},{label:"Pending",value:r.keywords.byStatus.pending||0}]}),e.jsx(nt,{title:"Clusters Built",value:r.clusters.total,subtitle:`${r.clusters.totalVolume.toLocaleString()} total volume • ${r.clusters.avgKeywords} avg keywords`,trend:h.clusters,icon:e.jsx(Gt,{className:"size-6"}),accentColor:"green",href:"/planner/clusters",details:[{label:"Total Clusters",value:r.clusters.total},{label:"With Ideas",value:r.clusters.withIdeas},{label:"Without Ideas",value:r.clusters.withoutIdeas},{label:"Total Volume",value:r.clusters.totalVolume.toLocaleString()},{label:"Avg Keywords",value:r.clusters.avgKeywords}]}),e.jsx(nt,{title:"Ideas Generated",value:r.ideas.total,subtitle:`${r.ideas.queued} queued • ${r.ideas.notQueued} pending`,trend:h.ideas,icon:e.jsx(It,{className:"size-6"}),accentColor:"orange",href:"/planner/ideas",details:[{label:"Total Ideas",value:r.ideas.total},{label:"Queued",value:r.ideas.queued},{label:"Not Queued",value:r.ideas.notQueued},{label:"New",value:r.ideas.byStatus.new||0},{label:"Scheduled",value:r.ideas.byStatus.scheduled||0}]}),e.jsx(nt,{title:"Mapping Progress",value:`${P}%`,subtitle:`${r.keywords.mapped} of ${r.keywords.total} keywords mapped`,icon:e.jsx(zt,{className:"size-6"}),accentColor:"purple",href:"/planner/keywords",details:[{label:"Mapping Progress",value:`${P}%`},{label:"Mapped Keywords",value:r.keywords.mapped},{label:"Total Keywords",value:r.keywords.total},{label:"Unmapped",value:r.keywords.unmapped}]})]}),e.jsx(Le,{title:"Planner Workflow Pipeline",desc:"Track your planning progress through each stage",children:e.jsx(Bs,{steps:Z.map(y=>({number:y.number,title:y.title,status:y.status==="completed"?"completed":y.status==="in_progress"?"in_progress":"pending",count:y.count||0,path:y.path,description:y.title,details:y.status==="completed"?`✓ ${y.title} completed with ${y.count} items`:y.status==="pending"?`→ ${y.title} pending - ${y.count} items ready`:`⟳ ${y.title} in progress`})),onStepClick:y=>{t(y.path)},showConnections:!0})}),e.jsxs("div",{className:"grid grid-cols-1 gap-6 lg:grid-cols-3",children:[e.jsx(Le,{title:"Progress & Readiness Summary",desc:"Planning workflow progress tracking",className:"lg:col-span-1",children:e.jsxs("div",{className:"space-y-6",children:[e.jsxs("div",{children:[e.jsxs("div",{className:"flex items-center justify-between mb-2",children:[e.jsx("span",{className:"text-sm font-medium text-gray-700 dark:text-gray-300",children:"Keyword Mapping"}),e.jsxs("span",{className:"text-sm font-semibold text-gray-800 dark:text-white/90",children:[P,"%"]})]}),e.jsx(wt,{value:P,color:"primary",size:"md"}),e.jsxs("p",{className:"mt-1 text-xs text-gray-500 dark:text-gray-400",children:[r.keywords.mapped," of ",r.keywords.total," keywords mapped"]})]}),e.jsxs("div",{children:[e.jsxs("div",{className:"flex items-center justify-between mb-2",children:[e.jsx("span",{className:"text-sm font-medium text-gray-700 dark:text-gray-300",children:"Clusters With Ideas"}),e.jsxs("span",{className:"text-sm font-semibold text-gray-800 dark:text-white/90",children:[K,"%"]})]}),e.jsx(wt,{value:K,color:"success",size:"md"}),e.jsxs("p",{className:"mt-1 text-xs text-gray-500 dark:text-gray-400",children:[r.clusters.withIdeas," of ",r.clusters.total," clusters have ideas"]})]}),e.jsxs("div",{children:[e.jsxs("div",{className:"flex items-center justify-between mb-2",children:[e.jsx("span",{className:"text-sm font-medium text-gray-700 dark:text-gray-300",children:"Ideas Queued to Writer"}),e.jsxs("span",{className:"text-sm font-semibold text-gray-800 dark:text-white/90",children:[N,"%"]})]}),e.jsx(wt,{value:N,color:"warning",size:"md"}),e.jsxs("p",{className:"mt-1 text-xs text-gray-500 dark:text-gray-400",children:[r.ideas.queued," of ",r.ideas.total," ideas queued"]})]})]})}),e.jsx(Le,{title:"Top 5 Clusters by Volume",desc:"Highest volume keyword clusters",className:"lg:col-span-2",children:I?e.jsx(a.Suspense,{fallback:e.jsx("div",{className:"flex items-center justify-center h-[300px]",children:e.jsx("div",{className:"animate-spin rounded-full h-8 w-8 border-4 border-brand-500 border-t-transparent"})}),children:e.jsx(kt,{options:I.options,series:I.series,type:"bar",height:300})}):e.jsx("div",{className:"text-center py-8 text-gray-500 dark:text-gray-400",children:"No clusters data available"})})]}),e.jsxs("div",{className:"grid grid-cols-1 gap-6 lg:grid-cols-2",children:[R&&e.jsx(Le,{title:"Keywords by Status",desc:"Distribution of keywords across statuses",children:e.jsx(a.Suspense,{fallback:e.jsx("div",{className:"flex items-center justify-center h-[300px]",children:e.jsx("div",{className:"animate-spin rounded-full h-8 w-8 border-4 border-brand-500 border-t-transparent"})}),children:e.jsx(kt,{options:R.options,series:R.series,type:"donut",height:300})})}),z&&e.jsx(Le,{title:"Ideas by Status",desc:"Content ideas workflow status",children:e.jsx(a.Suspense,{fallback:e.jsx("div",{className:"flex items-center justify-center h-[300px]",children:e.jsx("div",{className:"animate-spin rounded-full h-8 w-8 border-4 border-brand-500 border-t-transparent"})}),children:e.jsx(kt,{options:z.options,series:z.series,type:"bar",height:300})})})]}),G.length>0&&e.jsx(Le,{title:"Next Actions",desc:"Actionable items requiring attention",children:e.jsx("div",{className:"space-y-3",children:G.map((y,O)=>e.jsxs("div",{className:"flex items-center justify-between p-4 rounded-lg bg-gradient-to-r from-gray-50 to-white dark:from-gray-900/50 dark:to-gray-800/50 border border-gray-200 dark:border-gray-800 hover:border-brand-300 dark:hover:border-brand-500/30 transition-all group",children:[e.jsx("span",{className:"text-sm font-medium text-gray-700 dark:text-gray-300",children:y.text}),e.jsxs(Ct,{to:y.path,className:"inline-flex items-center gap-2 text-sm font-medium text-brand-500 hover:text-brand-600 group-hover:translate-x-1 transition-transform",children:[y.action,e.jsx(Ht,{className:"size-4"})]})]},O))})})]})]})}const Pr=Object.freeze(Object.defineProperty({__proto__:null,default:Ks},Symbol.toStringTag,{value:"Module"})),Us=({children:t,className:s})=>e.jsx("table",{className:`min-w-full w-full ${s}`,children:t}),qs=({children:t,className:s})=>e.jsx("thead",{className:s,children:t}),Hs=({children:t,className:s})=>e.jsx("tbody",{className:s,children:t}),vt=({children:t,className:s})=>e.jsx("tr",{className:s,children:t}),De=({children:t,isHeader:s=!1,className:n})=>{const r=s?"th":"td";return e.jsx(r,{className:` ${n}`,children:t})},ot=({options:t,placeholder:s="Select an option",onChange:n,className:r="",defaultValue:p="",value:m,disabled:g=!1})=>{const d=m!==void 0,[u,h]=a.useState(!1),[w,i]=a.useState(p),P=d?m||"":w,K=a.useRef(null),N=a.useRef(null);a.useEffect(()=>{d||i(p)},[p,d]);const R=String(P||""),z=t.find(O=>String(O.value||"")===R),I=z?z.label:s,Z=!z;a.useEffect(()=>{const O=V=>{K.current&&!K.current.contains(V.target)&&N.current&&!N.current.contains(V.target)&&h(!1)};if(u)return document.addEventListener("mousedown",O),()=>{document.removeEventListener("mousedown",O)}},[u]);const G=O=>{const V=O==null?"":String(O);d||i(V),n(V),h(!1)},y=O=>{O.key==="Escape"?h(!1):(O.key==="Enter"||O.key===" ")&&(O.preventDefault(),h(!u))};return e.jsxs("div",{className:`relative ${r}`,children:[e.jsxs("button",{ref:N,type:"button",onClick:()=>!g&&h(!u),disabled:g,onKeyDown:y,className:`igny8-select-styled h-9 w-full appearance-none rounded-lg border border-gray-300 bg-transparent px-3 py-2 pr-10 text-sm shadow-theme-xs focus:border-brand-300 focus:outline-hidden focus:ring-3 focus:ring-brand-500/10 dark:border-gray-700 dark:bg-gray-900 dark:focus:border-brand-800 ${Z?"text-gray-400 dark:text-gray-400":"text-gray-800 dark:text-white/90"} ${u?"border-brand-300 ring-3 ring-brand-500/10 dark:border-brand-800":""} ${g?"opacity-50 cursor-not-allowed":""}`,children:[e.jsx("span",{className:"block text-left truncate",children:I}),e.jsx("span",{className:"absolute inset-y-0 right-0 flex items-center pr-3 pointer-events-none",children:e.jsx(ct,{className:`h-4 w-4 text-gray-400 transition-transform ${u?"transform rotate-180":""}`})})]}),u&&e.jsx("div",{ref:K,className:"absolute z-50 left-0 right-0 mt-1 rounded-lg border border-gray-200 bg-white shadow-theme-lg dark:border-gray-800 dark:bg-gray-dark overflow-hidden max-h-60 overflow-y-auto",children:e.jsx("div",{className:"py-1",children:t.map(O=>{const V=String(O.value||""),T=String(P||"")===V;return e.jsxs("button",{type:"button",onClick:X=>{X.preventDefault(),X.stopPropagation(),G(V)},className:`w-full text-left px-3 py-2 text-sm transition-colors flex items-center gap-2 ${T?"bg-brand-500 text-white":"text-gray-700 hover:bg-gray-100 dark:text-gray-300 dark:hover:bg-gray-800"}`,children:[O.icon&&e.jsx("span",{className:"flex-shrink-0",children:O.icon}),e.jsx("span",{children:O.label})]},`option-${O.value||"empty"}-${O.label}`)})})})]})};function Ws({isOpen:t,onClose:s,onConfirm:n,title:r,message:p,confirmText:m="Export",isLoading:g=!1}){return e.jsx(Je,{isOpen:t,onClose:s,className:"max-w-md",children:e.jsxs("div",{className:"p-6",children:[e.jsxs("div",{className:"flex items-center gap-3 mb-4",children:[e.jsx("div",{className:"flex items-center justify-center w-10 h-10 bg-blue-50 rounded-xl dark:bg-blue-500/10",children:e.jsx(Qt,{className:"w-5 h-5 text-blue-500"})}),e.jsx("h2",{className:"text-xl font-bold text-gray-800 dark:text-white",children:r})]}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mb-6",children:p}),e.jsxs("div",{className:"flex justify-end gap-4",children:[e.jsx(we,{variant:"outline",onClick:s,disabled:g,children:"Cancel"}),e.jsx(we,{variant:"primary",onClick:n,disabled:g,children:g?"Exporting...":m})]})]})})}function Gs({isOpen:t,onClose:s,onConfirm:n,title:r,message:p,confirmText:m="Update Status",statusOptions:g,isLoading:d=!1}){const[u,h]=a.useState(""),w=async()=>{u&&(await n(u),h(""))},i=()=>{h(""),s()};return e.jsx(Je,{isOpen:t,onClose:i,className:"max-w-md",children:e.jsxs("div",{className:"p-6",children:[e.jsxs("div",{className:"flex items-center gap-3 mb-4",children:[e.jsx("div",{className:"flex items-center justify-center w-10 h-10 bg-blue-50 rounded-xl dark:bg-blue-500/10",children:e.jsx(Qt,{className:"w-5 h-5 text-blue-500"})}),e.jsx("h2",{className:"text-xl font-bold text-gray-800 dark:text-white",children:r})]}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mb-4",children:p}),e.jsxs("div",{className:"mb-6",children:[e.jsx(it,{className:"mb-2",children:"New Status"}),e.jsx(ot,{options:g,placeholder:"Select status",value:u,onChange:P=>h(P||""),className:"w-full"})]}),e.jsxs("div",{className:"flex justify-end gap-4",children:[e.jsx(we,{variant:"outline",onClick:i,disabled:d,children:"Cancel"}),e.jsx(we,{variant:"primary",onClick:w,disabled:d||!u,children:d?"Updating...":m})]})]})})}const Qs=({currentPage:t,totalPages:s,pageSize:n,onPageChange:r,onPageSizeChange:p,className:m=""})=>{const d=(()=>{const w=[];if(s<=7)for(let i=1;i<=s;i++)w.push(i);else if(t<=3){for(let i=1;i<=5;i++)w.push(i);w.push("..."),w.push(s)}else if(t>=s-2){w.push(1),w.push("...");for(let i=s-4;i<=s;i++)w.push(i)}else{w.push(1),w.push("...");for(let i=t-1;i<=t+1;i++)w.push(i);w.push("..."),w.push(s)}return w})(),u=t===1,h=t===s;return e.jsxs("div",{className:`flex items-center gap-3 ${m}`,children:[e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx("label",{htmlFor:"page-size",className:"text-sm text-gray-500 dark:text-gray-400 whitespace-nowrap",children:"Show:"}),e.jsxs("select",{id:"page-size",value:n,onChange:w=>p(Number(w.target.value)),className:"h-8 px-2 text-sm rounded-lg border border-gray-300 bg-white text-gray-700 shadow-sm hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-brand-500 focus:border-brand-500 dark:border-gray-700 dark:bg-gray-800 dark:text-gray-400 dark:hover:bg-gray-700",children:[e.jsx("option",{value:10,children:"10"}),e.jsx("option",{value:20,children:"20"}),e.jsx("option",{value:50,children:"50"})]}),e.jsx("span",{className:"text-sm text-gray-500 dark:text-gray-400 whitespace-nowrap",children:"per page"})]}),e.jsxs("div",{className:"flex items-center gap-1",children:[e.jsx("button",{onClick:()=>!u&&r(t-1),disabled:u,type:"button",className:"flex items-center justify-center w-7 h-7 rounded-lg border border-gray-300 bg-white text-gray-700 shadow-sm hover:bg-gray-50 hover:text-gray-900 disabled:opacity-50 disabled:cursor-not-allowed dark:border-gray-700 dark:bg-gray-800 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-200 transition-colors","aria-label":"Previous page",children:e.jsx(is,{className:"w-4 h-4"})}),e.jsx("div",{className:"flex items-center gap-0.5",children:d.map((w,i)=>{if(w==="...")return e.jsx("span",{className:"flex items-center justify-center w-7 h-7 text-xs font-medium text-gray-700 dark:text-gray-400",children:"..."},`ellipsis-${i}`);const P=w,K=P===t;return e.jsx("button",{className:`flex items-center justify-center w-7 h-7 text-xs font-medium rounded-lg transition-colors ${K?"text-white bg-brand-500 hover:bg-brand-600 shadow-sm":"text-gray-700 hover:bg-brand-500 hover:text-white dark:text-gray-400 dark:hover:text-white dark:hover:bg-brand-500"}`,onClick:()=>r(P),type:"button","aria-label":`Go to page ${P}`,"aria-current":K?"page":void 0,children:P},P)})}),e.jsx("button",{onClick:()=>!h&&r(t+1),disabled:h,type:"button",className:"flex items-center justify-center w-7 h-7 rounded-lg border border-gray-300 bg-white text-gray-700 shadow-sm hover:bg-gray-50 hover:text-gray-900 disabled:opacity-50 disabled:cursor-not-allowed dark:border-gray-700 dark:bg-gray-800 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-200 transition-colors","aria-label":"Next page",children:e.jsx(os,{className:"w-4 h-4"})})]})]})},Xe=Yt()(Zt(t=>({pageSize:10,setPageSize:s=>t({pageSize:s})}),{name:"igny8-page-size"})),Js=Yt()(Zt((t,s)=>({pageColumns:{},setPageColumns:(n,r)=>{t(p=>({pageColumns:{...p.pageColumns,[n]:r}}))},getPageColumns:n=>s().pageColumns[n]||[],toggleColumn:(n,r)=>{t(p=>{const m=p.pageColumns[n]||[],g=m.includes(r)?m.filter(d=>d!==r):[...m,r];return{pageColumns:{...p.pageColumns,[n]:g}}})},resetPageColumns:n=>{t(r=>{const p={...r.pageColumns};return delete p[n],{pageColumns:p}})}}),{name:"igny8-column-visibility",partialize:t=>({pageColumns:t.pageColumns})}));function Nt(t){if(!t)return"";const s=document.createElement("div");return s.innerHTML=t,s.querySelectorAll("script").forEach(p=>p.remove()),s.querySelectorAll("*").forEach(p=>{const m=p.attributes;for(let g=m.length-1;g>=0;g--){const d=m[g];d.name.startsWith("on")&&p.removeAttribute(d.name),(d.name==="href"||d.name==="src")&&d.value.startsWith("javascript:")&&p.removeAttribute(d.name)}}),s.innerHTML}function qt(t){return t?/<[a-z][\s\S]*>/i.test(t):!1}function Ke(t){if(!t)return"";if(typeof t=="object"&&t!==null&&"content"in t){const n=t.content;if(typeof n=="string"&&n.trim().length>0)return Nt(n)}let s='<div class="content-outline">';return t.introduction&&(s+='<div class="outline-intro">',typeof t.introduction=="string"?s+=`<div class="outline-paragraph">${me(t.introduction)}</div>`:typeof t.introduction=="object"&&(t.introduction.hook&&(s+=`<div class="outline-hook"><strong>Hook:</strong> ${me(t.introduction.hook)}</div>`),t.introduction.paragraphs&&Array.isArray(t.introduction.paragraphs)&&t.introduction.paragraphs.forEach((n,r)=>{n.details&&(s+=`<div class="outline-paragraph"><strong>Intro Paragraph ${r+1}:</strong> ${me(n.details)}</div>`)})),s+="</div>"),t.sections&&Array.isArray(t.sections)&&t.sections.forEach(n=>{if(n){if(s+='<div class="outline-section">',n.title){const r=n.title.replace(/^H2:\s*/i,"").trim();r.toLowerCase()==="conclusion"?s+=`<h3 class="section-heading">${me(r)}</h3>`:s+=`<h3 class="section-heading">${me(r)}</h3>`}n.content&&(Array.isArray(n.content)?n.content.forEach(r=>{if(r.title){const p=r.title.replace(/^H3:\s*/i,"").trim();s+=`<h4 class="subsection-heading">${me(p)}</h4>`}r.content&&(s+=`<div class="section-details">${me(String(r.content))}</div>`)}):typeof n.content=="string"&&(s+=`<div class="section-details">${me(n.content)}</div>`)),s+="</div>"}}),t.H2&&(Array.isArray(t.H2)?t.H2.forEach(n=>{if(n.heading||typeof n=="string"){s+='<div class="outline-section">';const r=n.heading||n;s+=`<h3 class="section-heading">${me(r)}</h3>`,n.content_type&&(s+=`<div class="content-type-badge">${me(n.content_type.replace("_"," ").toUpperCase())}</div>`),n.subsections&&Array.isArray(n.subsections)&&n.subsections.forEach(p=>{const m=p.subheading||p.heading||p;s+=`<h4 class="subsection-heading">${me(m)}</h4>`,p.details&&(s+=`<div class="section-details">${me(p.details)}</div>`)}),n.details&&(s+=`<div class="section-details">${me(n.details)}</div>`),s+="</div>"}}):typeof t.H2=="string"?(s+='<div class="outline-section">',s+=`<h3 class="section-heading">${me(t.H2)}</h3>`,s+="</div>"):typeof t.H2=="object"&&Object.entries(t.H2).forEach(([n,r])=>{s+='<div class="outline-section">',s+=`<h3 class="section-heading">${me(r)}</h3>`,s+="</div>"})),t.H3&&!t.H2&&(s+='<div class="outline-section">',typeof t.H3=="string"?s+=`<h4 class="subsection-heading">${me(t.H3)}</h4>`:typeof t.H3=="object"&&Object.entries(t.H3).forEach(([n,r])=>{s+=`<h4 class="subsection-heading">${me(r)}</h4>`}),s+="</div>"),s+="</div>",s}function me(t){const s=document.createElement("div");return s.textContent=t,s.innerHTML}const Xs=({content:t,className:s="",maxHeight:n})=>{const r=a.useMemo(()=>{if(!t)return'<div class="text-gray-400 italic">No content available</div>';if(typeof t=="object"&&t!==null){if(t.H2||t.H3||t.introduction||t.sections)return Ke(t);try{return Object.keys(t).length>0?Ke(t):me(JSON.stringify(t,null,2))}catch{return me(JSON.stringify(t,null,2))}}if(typeof t=="string"){if(t.trim().startsWith("{")||t.trim().startsWith("["))try{const d=JSON.parse(t);if(typeof d=="object"&&d!==null){if(d.content&&typeof d.content=="string"){const u=d.content;if(qt(u)){const h=Nt(u);return h.trim().startsWith("<article")||h.trim().startsWith("<div")?`<div class="normalized-html-content">${h}</div>`:`<div class="normalized-html-content"><article>${h}</article></div>`}if(u.trim().startsWith("{"))try{const h=JSON.parse(u);if(h.H2||h.H3||h.introduction||h.sections)return Ke(h)}catch{}t=u}else if(d.H2||d.H3||d.introduction||d.sections)return Ke(d)}}catch{}try{const d=JSON.parse(t);if(typeof d=="object"&&(d.H2||d.H3||d.introduction||d.sections))return Ke(d)}catch{}if(qt(t)){const d=Nt(t);return d.trim().startsWith("<article")||d.trim().startsWith("<div")?`<div class="normalized-html-content">${d}</div>`:`<div class="normalized-html-content"><article>${d}</article></div>`}const p=t.split(` +`);let m='<div class="content-outline">',g=!1;for(const d of p){const u=d.trim();if(!u){g&&(m+="</ul>",g=!1),m+="<br>";continue}if(u.match(/^[-*]\s+/)){g||(m+='<ul class="outline-list">',g=!0);const h=u.replace(/^[-*]\s+/,"");u.startsWith(" ")||u.startsWith(" ")?m+=`<li class="outline-item nested">${me(h)}</li>`:m+=`<li class="outline-item">${me(h)}</li>`}else if(u.match(/^[-*]\s*H2[:]/i)){g&&(m+="</ul>",g=!1);const h=u.replace(/^[-*]\s*H2[:]\s*/i,"");m+=`<h3 class="section-heading">${me(h)}</h3>`}else if(u.match(/^[-*]\s*H3[:]/i)){g&&(m+="</ul>",g=!1);const h=u.replace(/^[-*]\s*H3[:]\s*/i,"");m+=`<h4 class="subsection-heading">${me(h)}</h4>`}else g&&(m+="</ul>",g=!1),m+=`<p class="outline-paragraph">${me(u)}</p>`}return g&&(m+="</ul>"),m+="</div>",m}return me(String(t))},[t]);return e.jsx("div",{className:`html-content-renderer ${s}`,style:n?{maxHeight:n,overflow:"auto"}:void 0,dangerouslySetInnerHTML:{__html:r}})},Ys=({row:t,contentKey:s,contentLabel:n="Content",colSpan:r,isExpanded:p,defaultExpanded:m=!1,onToggle:g,className:d=""})=>{const[u,h]=a.useState(m),w=p!==void 0?p:u,[i,P]=a.useState("auto"),K=a.useRef(null);let N=t[s],R=null;N&&typeof N=="object"&&N!==null&&"content"in N&&(R={...N},N=N.content),(!N||typeof N=="string"&&N.trim().length===0)&&(N=t.description||t.content_outline||null);const z=N&&(typeof N=="string"?N.trim().length>0:typeof N=="object"&&N!==null&&Object.keys(N).length>0);return a.useEffect(()=>{if(w&&K.current){const I=K.current.scrollHeight;P(I)}else P(0)},[w,N]),!z||!w?null:e.jsx("tr",{className:`toggle-content-row expanded ${d}`,"aria-hidden":!1,children:e.jsx("td",{colSpan:r,className:"px-5 py-0 bg-gray-50 dark:bg-gray-800/50 border-b border-gray-200 dark:border-white/[0.05]",children:e.jsx("div",{ref:K,className:"overflow-hidden bg-white dark:bg-gray-900",style:{maxWidth:"1200px",margin:"auto",padding:"25px",marginTop:"50px"},children:e.jsx("div",{className:"py-4 px-2",children:e.jsxs("div",{className:"flex flex-col gap-3",children:[e.jsx("div",{className:"text-xs font-semibold uppercase text-gray-500 dark:text-gray-400 tracking-wide",children:n}),t.idea_title&&e.jsxs("div",{className:"mb-2",children:[e.jsx("div",{className:"text-xs font-semibold text-gray-600 dark:text-gray-400 mb-1",children:"Idea:"}),e.jsx("div",{className:"text-sm font-medium text-gray-900 dark:text-white",children:t.idea_title})]}),e.jsx(Zs,{row:t,contentMetadata:R}),e.jsx("div",{className:"html-content-wrapper",children:e.jsx(Xs,{content:N,className:"text-sm text-gray-700 dark:text-gray-300 leading-relaxed"})})]})})})})})},Zs=({row:t,contentMetadata:s})=>{var h,w,i,P,K;const n=t.content_primary_keyword||t.primary_keyword||(s==null?void 0:s.primary_keyword)||((h=s==null?void 0:s.metadata)==null?void 0:h.primary_keyword)||null,r=t.content_secondary_keywords||t.secondary_keywords||(s==null?void 0:s.secondary_keywords)||((w=s==null?void 0:s.metadata)==null?void 0:w.secondary_keywords)||[],p=t.content_tags||t.tags||(s==null?void 0:s.tags)||((i=s==null?void 0:s.metadata)==null?void 0:i.tags)||[],m=t.content_categories||t.categories||(s==null?void 0:s.categories)||((P=s==null?void 0:s.metadata)==null?void 0:P.categories)||[];let g=null;if(t.meta_description&&typeof t.meta_description=="string"?g=t.meta_description:t.content_meta_description&&typeof t.content_meta_description=="string"?g=t.content_meta_description:s!=null&&s.meta_description&&typeof s.meta_description=="string"?g=s.meta_description:(K=s==null?void 0:s.metadata)!=null&&K.meta_description&&typeof s.metadata.meta_description=="string"&&(g=s.metadata.meta_description),g&&g.trim().startsWith("{"))try{const N=JSON.parse(g);N.meta_description&&typeof N.meta_description=="string"?g=N.meta_description:g=N.meta_description||null}catch{}if(!(n||r&&r.length>0||p&&p.length>0||m&&m.length>0||g))return null;const u=(N,R="light")=>{if(!N)return null;const z=Array.isArray(N)?N:[N];return z.length===0?null:e.jsx("div",{className:"flex flex-wrap gap-1",children:z.map((I,Z)=>e.jsx(Ue,{color:R,size:"sm",variant:"light",children:I},`${I}-${Z}`))})};return e.jsxs("div",{className:"space-y-2",children:[n&&e.jsxs("div",{className:"flex items-start gap-2 text-sm text-gray-700 dark:text-gray-300",children:[e.jsx("span",{className:"font-medium text-gray-600 dark:text-gray-400",children:"Primary Keyword:"}),e.jsx(Ue,{color:"info",size:"sm",variant:"light",children:n})]}),(()=>{const N=u(r);return N?e.jsxs("div",{className:"flex items-start gap-2 text-sm text-gray-700 dark:text-gray-300",children:[e.jsx("span",{className:"font-medium text-gray-600 dark:text-gray-400",children:"Secondary Keywords:"}),N]}):null})(),(()=>{const N=u(p);return N?e.jsxs("div",{className:"flex items-start gap-2 text-sm text-gray-700 dark:text-gray-300",children:[e.jsx("span",{className:"font-medium text-gray-600 dark:text-gray-400",children:"Tags:"}),N]}):null})(),(()=>{const N=u(m);return N?e.jsxs("div",{className:"flex items-start gap-2 text-sm text-gray-700 dark:text-gray-300",children:[e.jsx("span",{className:"font-medium text-gray-600 dark:text-gray-400",children:"Categories:"}),N]}):null})(),g&&e.jsxs("div",{className:"rounded-lg bg-gray-50 dark:bg-gray-800/50 p-3 text-xs text-gray-600 dark:text-gray-400",children:[e.jsx("span",{className:"font-semibold uppercase tracking-wide text-gray-500 dark:text-gray-400 block mb-1",children:"Meta Description"}),g]})]})},er=({isExpanded:t,onClick:s,hasContent:n,className:r=""})=>n?e.jsx("button",{type:"button",onClick:s,className:`inline-flex items-center justify-center w-8 h-8 rounded-lg transition-all duration-200 ${t?"text-blue-600 dark:text-blue-400 bg-blue-50 dark:bg-blue-900/20":"text-gray-500 dark:text-gray-400 hover:text-gray-700 dark:hover:text-gray-300 hover:bg-gray-100 dark:hover:bg-gray-800"} ${r}`,"aria-label":t?"Collapse content":"Expand content","aria-expanded":t,children:e.jsx(ct,{className:`w-4 h-4 transition-transform duration-200 ${t?"rotate-180":""}`})}):e.jsx("span",{className:`inline-flex items-center justify-center w-8 h-8 text-gray-300 dark:text-gray-600 ${r}`,children:e.jsx(cs,{className:"w-4 h-4"})});function tr({columns:t,visibleColumns:s,onToggleColumn:n,className:r=""}){const[p,m]=a.useState(!1),g=a.useRef(null),d=a.useRef(null);a.useEffect(()=>{const w=i=>{g.current&&!g.current.contains(i.target)&&d.current&&!d.current.contains(i.target)&&m(!1)};if(p)return document.addEventListener("mousedown",w),()=>{document.removeEventListener("mousedown",w)}},[p]);const u=s.size,h=t.length;return e.jsxs("div",{className:`relative ${r}`,children:[e.jsxs("button",{ref:d,type:"button",onClick:()=>m(!p),className:"inline-flex items-center gap-2 px-3 py-2 text-sm font-medium text-gray-700 bg-white border border-gray-300 rounded-lg hover:bg-gray-50 dark:bg-gray-800 dark:text-gray-300 dark:border-gray-700 dark:hover:bg-gray-700 transition-colors",children:[e.jsx("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M4 6h16M4 12h16M4 18h16"})}),e.jsx("span",{children:"Columns"}),e.jsxs("span",{className:"text-xs text-gray-500 dark:text-gray-400",children:["(",u,"/",h,")"]}),e.jsx(ct,{className:`w-4 h-4 transition-transform ${p?"rotate-180":""}`})]}),p&&e.jsx("div",{ref:g,className:"absolute right-0 mt-2 w-56 rounded-lg border border-gray-200 bg-white shadow-lg dark:border-gray-700 dark:bg-gray-800 z-50 max-h-96 overflow-y-auto",children:e.jsxs("div",{className:"p-2",children:[e.jsx("div",{className:"px-3 py-2 text-xs font-semibold text-gray-500 dark:text-gray-400 uppercase tracking-wide border-b border-gray-200 dark:border-gray-700 mb-1",children:"Show Columns"}),e.jsx("div",{className:"space-y-1",children:t.map(w=>{const i=s.has(w.key);return e.jsxs("label",{className:"flex items-center gap-2 px-3 py-2 rounded-md hover:bg-gray-50 dark:hover:bg-gray-700 cursor-pointer",children:[e.jsx(St,{checked:i,onChange:()=>{n(w.key)}}),e.jsx("span",{className:"text-sm text-gray-700 dark:text-gray-300 flex-1",children:w.label})]},w.key)})}),e.jsx("div",{className:"mt-2 pt-2 border-t border-gray-200 dark:border-gray-700",children:e.jsx("button",{type:"button",onClick:()=>{t.forEach(w=>{s.has(w.key)||n(w.key)})},className:"w-full px-3 py-1.5 text-xs font-medium text-brand-600 hover:text-brand-700 hover:bg-brand-50 dark:text-brand-400 dark:hover:bg-brand-500/10 rounded-md transition-colors",children:"Show All"})})]})})]})}function dt({columns:t,data:s,loading:n=!1,showContent:r=!0,filters:p=[],filterValues:m={},onFilterChange:g,onFilterReset:d,renderFilters:u,onEdit:h,onCreate:w,createLabel:i="+ Add",onCreateIcon:P,onExportCSV:K,onExportIcon:N,onImport:R,onImportIcon:z,headerMetrics:I=[],selectionLabel:Z="items",pagination:G,selection:y,sorting:O,onDelete:V,onBulkDelete:oe,onBulkExport:T,onBulkUpdateStatus:X,onBulkAction:C,onRowAction:v,onExport:H,getItemDisplayName:M=x=>x.name||x.keyword||x.title||String(x.id),className:Y=""}){const x=as(),[E,U]=a.useState(!1),[B,F]=a.useState(new Map),D=_e.useRef(new Map),ce=_e.useRef(null),se=Ls(x.pathname),ee=Ds(x.pathname),c=zs(x.pathname),f=(c==null?void 0:c.rowActions)||[],o=(c==null?void 0:c.bulkActions)||[],[k,A]=a.useState((y==null?void 0:y.selectedIds)||[]),[Q,he]=a.useState(new Set),[te,de]=a.useState({isOpen:!1,items:[],isBulk:!1,isLoading:!1}),[ne,pe]=a.useState({isOpen:!1,itemCount:0,isLoading:!1}),[ie,j]=a.useState({isOpen:!1,itemCount:0,isLoading:!1}),{setMetrics:W}=Vs(),q=Ge(),{pageSize:ge,setPageSize:ke}=Xe(),{pageColumns:Ce,setPageColumns:Ee,getPageColumns:$}=Js(),re=a.useMemo(()=>{const l=$(x.pathname);if(l.length>0){const b=new Set(l),_=t.filter(L=>b.has(L.key));if(_.length>0){const L=t.filter(ae=>!b.has(ae.key)&&ae.defaultVisible!==!1).map(ae=>ae.key);return new Set([...Array.from(_.map(ae=>ae.key)),...L])}}return new Set(t.filter(b=>b.defaultVisible!==!1).map(b=>b.key))},[t,x.pathname,$]),[le,ue]=a.useState(re);a.useEffect(()=>{const l=$(x.pathname);if(l.length>0){const _=new Set(l),L=t.filter(ae=>_.has(ae.key));if(L.length>0){const ae=t.filter(fe=>!_.has(fe.key)&&fe.defaultVisible!==!1).map(fe=>fe.key),J=new Set([...Array.from(L.map(fe=>fe.key)),...ae]);ue(J),Ee(x.pathname,Array.from(J));return}}const b=new Set(t.filter(_=>_.defaultVisible!==!1).map(_=>_.key));ue(b),Ee(x.pathname,Array.from(b))},[t,x.pathname,$,Ee]),a.useEffect(()=>{Ee(x.pathname,Array.from(le))},[le,x.pathname,Ee]);const xe=a.useMemo(()=>t.filter(l=>le.has(l.key)),[t,le]),Se=l=>{ue(b=>{const _=new Set(b);return _.has(l)?_.delete(l):_.add(l),_})},Te=y!=null&&y.selectedIds?JSON.stringify(y.selectedIds):"";a.useEffect(()=>{y!=null&&y.selectedIds&&A(y.selectedIds)},[Te]);const je=l=>{!V||!se||de({isOpen:!0,items:[l],isBulk:!1,isLoading:!1})},ye=l=>{if(!oe||!se)return;const b=s.filter(_=>l.includes(String(_.id)));de({isOpen:!0,items:b,isBulk:!0,isLoading:!1})},ut=async()=>{if(!(te.items.length===0||!se)){de(l=>({...l,isLoading:!0}));try{if(te.isBulk){if(oe){const l=te.items.map(L=>L.id),b=await oe(l),_=(b==null?void 0:b.deleted_count)||te.items.length;q.success(`${_} ${se.itemNamePlural} deleted successfully`)}}else V&&(await V(te.items[0].id),q.success(`${se.itemNameSingular.charAt(0).toUpperCase()+se.itemNameSingular.slice(1)} deleted successfully`));de({isOpen:!1,items:[],isBulk:!1,isLoading:!1}),y&&y.onSelectionChange([])}catch(l){q.error(`Failed to delete: ${l.message}`),de(b=>({...b,isLoading:!1}))}}},Ye=async(l,b)=>{var _;F(L=>{const ae=new Map(L);return ae.set(b.id||b,!1),ae}),l==="edit"&&h?h(b):l==="delete"&&V&&se?je(b):l==="export"&&H?await H(b):v?v(l,b).catch(L=>{q.error(`Action failed: ${L.message}`)}):C?C(l,[((_=b.id)==null?void 0:_.toString())||String(b)]):q.info(`Action "${l}" not yet implemented`)},Ze=(l,b)=>{if(!y)return;const _=y.selectedIds.length>0?y.selectedIds:b;if(l==="delete"&&oe&&se)ye(_);else if(l==="export"&&T&&ee){const L=_.length;pe({isOpen:!0,itemCount:L,isLoading:!1})}else l==="update_status"&&X&&ee?j({isOpen:!0,itemCount:_.length,isLoading:!1}):C?C(l,_).catch(L=>{q.error(`Bulk action failed: ${L.message}`)}):q.info(`Bulk action "${l}" not yet implemented`);U(!1)},mt=async()=>{if(!T||!y)return;const l=y.selectedIds.length>0?y.selectedIds:k;pe(b=>({...b,isLoading:!0}));try{await T(l),q.success("Export successful"),pe({isOpen:!1,itemCount:0,isLoading:!1}),y.onSelectionChange([])}catch(b){q.error(`Export failed: ${b.message}`),pe(_=>({..._,isLoading:!1}))}},gt=async l=>{if(!(!X||!y)){j(b=>({...b,isLoading:!0}));try{await X(y.selectedIds,l),q.success("Status updated successfully"),j({isOpen:!1,itemCount:0,isLoading:!1}),y.onSelectionChange([])}catch(b){q.error(`Failed to update status: ${b.message}`),j(_=>({..._,isLoading:!1}))}}},Me=a.useRef(""),Re=a.useRef(!1),Oe=a.useMemo(()=>{if(!I||I.length===0)return"";try{return I.map(l=>`${l.label}:${String(l.value)}`).join("|")}catch{return""}},[I]);a.useEffect(()=>{if(Oe!==Me.current)return Oe?(W(I),Re.current=!0,Me.current=Oe):Re.current&&(W([]),Re.current=!1,Me.current=""),()=>{Re.current&&(W([]),Re.current=!1)}},[Oe]);const Ne=(u||p.length>0)&&Object.values(m).some(l=>l===""||l===null||l===void 0?!1:typeof l=="object"&&("min"in l||"max"in l)?l.min!==""&&l.min!==null&&l.min!==void 0||l.max!==""&&l.max!==null&&l.max!==void 0:!0),ft=l=>{if(!l.sortable||!O)return;const b=l.sortField||l.key,_=O.sortBy===b?O.sortDirection:null;let L="asc";if(_==="asc")L="desc";else if(_==="desc"){O.onSort("created_at","desc");return}O.onSort(b,L)},et=l=>{if(!l.sortable||!O)return null;const b=l.sortField||l.key;return O.sortBy!==b?e.jsx("span",{className:"ml-1 cursor-pointer text-gray-400 hover:text-gray-600 dark:hover:text-gray-300",children:"⇅"}):O.sortDirection==="asc"?e.jsx("span",{className:"ml-1 cursor-pointer text-brand-500",children:"↑"}):e.jsx("span",{className:"ml-1 cursor-pointer text-brand-500",children:"↓"})},pt=l=>{if(l){const b=s.filter(_=>!_.isAdded).map(_=>{var L;return((L=_.id)==null?void 0:L.toString())||""}).filter(_=>_!=="");A(b),y==null||y.onSelectionChange(b)}else A([]),y==null||y.onSelectionChange([])},S=(l,b)=>{const _=s.find(ae=>String(ae.id)===l);if(_&&_.isAdded)return;const L=b?[...k,l]:k.filter(ae=>ae!==l);A(L),y==null||y.onSelectionChange(L)};return e.jsxs("div",{className:Y,children:[(u||p.length>0)&&e.jsx("div",{className:"flex justify-center mb-4",children:e.jsx("div",{className:"w-[75%] igny8-filter-bar p-3 rounded-lg bg-transparent",style:{boxShadow:"0 2px 6px 3px rgba(0, 0, 0, 0.08)"},children:e.jsxs("div",{className:"flex flex-nowrap gap-3 items-center justify-between w-full",children:[e.jsx("div",{className:"flex flex-nowrap gap-3 items-center flex-1 min-w-0 w-full",children:u?e.jsx("div",{className:"flex flex-nowrap gap-3 items-center flex-1 min-w-0 w-full",children:u}):e.jsx(e.Fragment,{children:p.map(l=>{if(l.type==="custom"&&l.customRender)return e.jsx(_e.Fragment,{children:l.customRender()},l.key);if(l.type==="text")return e.jsx(ds,{type:"text",placeholder:l.placeholder||`Search ${l.label.toLowerCase()}...`,value:m[l.key]||"",onChange:b=>{g==null||g(l.key,b.target.value)},className:"flex-1 min-w-[200px] h-9"},l.key);if(l.type==="select"){const b=m[l.key]||"";return e.jsx(ot,{options:l.options||[],placeholder:l.label,value:b,onChange:_=>{const L=_==null?"":String(_);g==null||g(l.key,L)},className:l.className||"flex-1 min-w-[140px]"},l.key)}return null})})}),Ne&&d&&e.jsx(we,{variant:"secondary",size:"sm",onClick:d,className:"flex-shrink-0",children:"Clear Filters"})]})})}),e.jsxs("div",{className:"flex justify-between items-center mb-4",children:[o.length>0&&e.jsx("div",{className:"inline-block",children:o.length===1?e.jsxs(we,{size:"md",onClick:()=>{k.length>0&&Ze(o[0].key,k)},disabled:k.length===0,variant:o[0].variant==="success"?"success":(o[0].variant==="danger","primary"),startIcon:o[0].icon,className:k.length===0?"opacity-50 cursor-not-allowed":"",children:[o[0].label,k.length>0&&e.jsx("span",{className:"ml-2 inline-flex items-center justify-center px-2 py-0.5 text-xs font-medium rounded-full bg-white/20 text-white",children:k.length})]}):e.jsxs(e.Fragment,{children:[e.jsxs(we,{ref:ce,size:"md",onClick:()=>k.length>0&&U(!E),disabled:k.length===0,className:`dropdown-toggle ${k.length===0?"opacity-50 cursor-not-allowed":""}`,endIcon:e.jsx(ct,{className:"w-4 h-4"}),children:["Bulk Actions",k.length>0&&e.jsx("span",{className:"ml-2 inline-flex items-center justify-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 text-blue-800 dark:bg-blue-500/20 dark:text-blue-300",children:k.length})]}),e.jsx(Kt,{isOpen:E&&k.length>0,onClose:()=>U(!1),anchorRef:ce,placement:"bottom-left",className:"w-48 p-2",children:o.map((l,b)=>{const _=l.key==="delete",L=_&&b>0;return e.jsxs(_e.Fragment,{children:[L&&e.jsx("div",{className:"my-2 border-t border-gray-200 dark:border-gray-800"}),e.jsxs(Ut,{onItemClick:()=>{Ze(l.key,k)},className:`flex items-center gap-3 px-3 py-2 font-medium rounded-lg text-sm text-left ${_?"text-error-500 hover:bg-error-50 hover:text-error-600 dark:text-error-400 dark:hover:bg-error-500/15 dark:hover:text-error-300":"text-gray-700 hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300"}`,children:[l.icon&&e.jsx("span",{className:"flex-shrink-0 w-5 h-5",children:l.icon}),e.jsx("span",{className:"text-left",children:l.label})]})]},l.key)})})]})}),e.jsxs("div",{className:"flex gap-2 items-center",children:[e.jsx(tr,{columns:t.map(l=>({key:l.key,label:l.label,defaultVisible:l.defaultVisible!==!1})),visibleColumns:le,onToggleColumn:Se}),K&&e.jsx(we,{variant:"secondary",size:"md",endIcon:N,onClick:K,children:"Export CSV"}),R&&e.jsx(we,{variant:"secondary",size:"md",endIcon:z,onClick:R,children:"Import"}),w&&e.jsx(we,{variant:"primary",size:"md",endIcon:P,onClick:w,children:i})]})]}),e.jsx("div",{className:`rounded-xl border border-gray-200 bg-white dark:border-white/[0.05] dark:bg-white/[0.03] igny8-table-container ${r?"loaded":"loading"}`,style:{overflowX:"auto",overflowY:"visible"},children:e.jsx("div",{className:"igny8-table-wrapper",style:{overflow:"visible"},children:e.jsxs(Us,{className:"igny8-table-compact igny8-table-smooth",children:[e.jsx(qs,{className:"border-b border-gray-100 dark:border-white/[0.05]",children:e.jsxs(vt,{children:[y&&e.jsx(De,{isHeader:!0,className:"px-5 py-3 font-medium text-gray-500 text-start text-theme-xs dark:text-gray-400 w-12",children:r&&e.jsx(St,{checked:(()=>{const l=s.filter(b=>!b.isAdded);return l.length>0&&k.length===l.length})(),onChange:pt,id:"select-all"})}),xe.map((l,b)=>{const _=b===xe.length-1;return e.jsx(De,{isHeader:!0,className:`px-5 py-3 font-medium text-gray-500 text-${l.align||"start"} text-theme-xs dark:text-gray-400 ${l.sortable?"cursor-pointer hover:text-gray-700 dark:hover:text-gray-300":""} ${_&&f.length>0?"pr-16":""}`,children:l.sortable?e.jsxs("div",{onClick:()=>ft(l),className:"flex items-center",children:[l.label,et(l)]}):e.jsxs(e.Fragment,{children:[l.label,et(l)]})},l.key)})]})}),e.jsx(Hs,{className:"divide-y divide-gray-100 dark:divide-white/[0.05] igny8-table-body",children:r?s.length===0?null:s.map((l,b)=>{var Lt;const _=l.id||b,L=Q.has(_),ae=t.find(ve=>ve.toggleable),J=(ae==null?void 0:ae.toggleContentKey)||(ae==null?void 0:ae.key),fe=(ae==null?void 0:ae.toggleContentLabel)||"Content",Fe=J?l[J]:null,tt=Fe&&(typeof Fe=="string"?Fe.trim().length>0:typeof Fe=="object"&&Fe!==null&&Object.keys(Fe).length>0),ts=(y?1:0)+xe.length,Ot=(ve,Ae)=>{he(ze=>{const Ie=new Set(ze),Ve=Ae??_;return ve?Ie.add(Ve):Ie.delete(Ve),Ie})},Ft=!!l.isAdded;return e.jsxs(_e.Fragment,{children:[e.jsxs(vt,{className:`igny8-data-row ${Ft?"bg-blue-50 dark:bg-blue-500/10":""}`,children:[y&&e.jsx(De,{className:"px-5 py-4 text-start",children:e.jsx(St,{checked:k.includes(((Lt=l.id)==null?void 0:Lt.toString())||""),onChange:ve=>{var Ae;return S(((Ae=l.id)==null?void 0:Ae.toString())||"",ve)},id:`checkbox-${l.id}`,disabled:Ft})}),xe.map((ve,Ae)=>{var Ve;const ze=Ae===xe.length-1,Ie=l.id||b;if(ze&&f.length>0&&!D.current.has(Ie)){const Be=_e.createRef();D.current.set(Ie,Be)}return e.jsxs(De,{className:`px-5 py-4 text-${ve.align||"start"} text-gray-800 dark:text-white/90 ${ze&&f.length>0?"relative pr-16":""}`,children:[e.jsxs("div",{className:`flex items-center ${ve.toggleable&&tt?"justify-between w-full":""} gap-2`,children:[e.jsx("div",{className:"flex-1",children:ve.render?ve.render(l[ve.key],l):e.jsx("span",{children:((Ve=l[ve.key])==null?void 0:Ve.toString())||"-"})}),ve.toggleable&&tt&&e.jsx("div",{onClick:Be=>Be.stopPropagation(),children:e.jsx(er,{isExpanded:L,onClick:()=>{Ot(!L,_)},hasContent:tt})})]}),ze&&f.length>0&&(()=>{const Be=!!l.isAdded;if(f.length===1){const be=f[0];return Be?e.jsx("div",{className:"absolute right-2 top-1/2 -translate-y-1/2 z-10",children:e.jsx("span",{className:"text-sm font-medium text-blue-light-500 dark:text-blue-light-400",children:"Added"})}):e.jsx("div",{className:"absolute right-2 top-1/2 -translate-y-1/2 z-10",children:e.jsxs("button",{type:"button",onClick:$e=>{$e.stopPropagation(),Ye(be.key,l)},className:"flex items-center gap-1 text-sm font-medium text-success-500 hover:text-success-600 dark:text-success-400 dark:hover:text-success-300 transition-colors cursor-pointer",children:[be.label,e.jsx("span",{className:"inline-flex items-center",children:e.jsx(He,{className:"w-4 h-4 fill-current"})})]})})}const ht=D.current.get(Ie);if(!ht)return null;const ss=B.get(Ie)||!1;return e.jsxs(e.Fragment,{children:[e.jsx("button",{ref:ht,type:"button",onClick:be=>{be.stopPropagation(),F($e=>{const Pe=new Map($e);return Pe.forEach((yt,st)=>{st!==Ie&&Pe.set(st,!1)}),Pe.set(Ie,!Pe.get(Ie)),Pe})},className:"absolute right-2 top-1/2 -translate-y-1/2 inline-flex items-center justify-center w-8 h-8 rounded-lg transition-colors text-gray-500 hover:text-gray-700 hover:bg-gray-100 dark:text-gray-400 dark:hover:text-gray-300 dark:hover:bg-gray-800 dropdown-toggle z-10",title:"Actions",children:e.jsx(us,{className:"w-5 h-5"})}),e.jsx(Kt,{isOpen:ss,onClose:()=>{F(be=>{const $e=new Map(be);return $e.set(Ie,!1),$e})},anchorRef:ht,placement:"right",className:"w-48 p-2",children:f.map(be=>{const $e=be.key==="edit",Pe=be.key==="delete",yt=be.key==="export",st=()=>{var Dt;if(!be.icon)return null;const rt=be.icon,at=((Dt=rt.props)==null?void 0:Dt.className)||"",xt=at.includes("w-")?"":"w-5 h-5 ";return $e?_e.cloneElement(rt,{className:`${xt}text-blue-light-500 ${at}`.trim()}):Pe?_e.cloneElement(rt,{className:`${xt}text-error-500 ${at}`.trim()}):yt?_e.cloneElement(rt,{className:`${xt}text-gray-600 dark:text-gray-400 ${at}`.trim()}):be.icon};return e.jsxs(_e.Fragment,{children:[e.jsxs(Ut,{onItemClick:()=>Ye(be.key,l),className:`flex items-center gap-3 px-3 py-2 font-medium rounded-lg text-sm text-left ${$e?"text-blue-light-500 hover:bg-blue-light-50 hover:text-blue-light-600 dark:text-blue-light-400 dark:hover:bg-blue-light-500/15 dark:hover:text-blue-light-300":Pe?"text-error-500 hover:bg-error-50 hover:text-error-600 dark:text-error-400 dark:hover:bg-error-500/15 dark:hover:text-error-300":"text-gray-700 hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300"}`,children:[e.jsx("span",{className:"flex-shrink-0 w-5 h-5",children:st()}),e.jsx("span",{className:"text-left",children:be.label})]}),yt&&e.jsx("div",{className:"my-2 border-t border-gray-200 dark:border-gray-800"})]},be.key)})})]})})()]},ve.key)})]}),ae&&tt&&e.jsx(Ys,{row:l,contentKey:J||"",contentLabel:fe,colSpan:ts,isExpanded:L,onToggle:Ot})]},l.id||b)}):Array.from({length:10}).map((l,b)=>e.jsxs(vt,{className:"igny8-skeleton-row",children:[y&&e.jsx(De,{children:e.jsx("div",{className:"h-4 bg-gray-200 dark:bg-gray-700 rounded animate-pulse"})}),xe.map((_,L)=>e.jsx(De,{children:e.jsx("div",{className:"h-4 bg-gray-200 dark:bg-gray-700 rounded animate-pulse"})},L))]},`skeleton-${b}`))})]})})}),se&&e.jsx(Ts,{isOpen:te.isOpen,onClose:()=>de({isOpen:!1,items:[],isBulk:!1,isLoading:!1}),onConfirm:ut,title:se.title,message:te.isBulk?se.multipleItemsMessage(te.items.length):se.singleItemMessage,variant:"danger",isConfirmation:!0,confirmText:"Delete",cancelText:"Cancel",isLoading:te.isLoading,itemsList:te.items.map(l=>M(l))}),ee&&e.jsx(Ws,{isOpen:ne.isOpen,onClose:()=>pe({isOpen:!1,itemCount:0,isLoading:!1}),onConfirm:mt,title:ee.export.title,message:ee.export.message(ne.itemCount),confirmText:ee.export.confirmText,isLoading:ne.isLoading}),ee&&e.jsx(Gs,{isOpen:ie.isOpen,onClose:()=>j({isOpen:!1,itemCount:0,isLoading:!1}),onConfirm:gt,title:ee.updateStatus.title,message:ee.updateStatus.message(ie.itemCount),confirmText:ee.updateStatus.confirmText,statusOptions:ee.updateStatus.statusOptions,isLoading:ie.isLoading}),G&&e.jsx("div",{className:"mt-6 border-t border-gray-200 dark:border-gray-800 pt-6",children:e.jsxs("div",{className:"flex items-center justify-between",children:[e.jsxs("div",{className:"text-sm text-gray-500 dark:text-gray-400",children:["Showing ",s.length," of ",G.totalCount," ",Z||"items"]}),e.jsx(Qs,{currentPage:G.currentPage,totalPages:G.totalPages,pageSize:ge,onPageChange:l=>{G.onPageChange(l)},onPageSizeChange:l=>{ke(l),G.onPageChange(1)}})]})})]})}function Mt({isOpen:t,onClose:s,onSubmit:n,title:r,fields:p=[],submitLabel:m="Create",cancelLabel:g="Cancel",isLoading:d=!1,className:u="max-w-2xl",customFooter:h,customBody:w}){return e.jsx(Je,{isOpen:t,onClose:s,className:u,children:e.jsxs("div",{className:"p-6",children:[e.jsx("h3",{className:"text-lg font-semibold mb-6 text-gray-800 dark:text-white",children:r}),e.jsxs("form",{onSubmit:i=>{i.preventDefault(),n()},className:"space-y-4",children:[w||e.jsxs(e.Fragment,{children:[p.find(i=>i.key==="keyword")&&e.jsxs("div",{children:[e.jsxs("label",{className:"block text-sm font-medium text-gray-700 dark:text-gray-300 mb-2",children:[p.find(i=>i.key==="keyword").label,p.find(i=>i.key==="keyword").required&&e.jsx("span",{className:"text-error-500 ml-1",children:"*"})]}),e.jsx("input",{type:"text",className:"h-9 w-full rounded-lg border border-gray-300 bg-transparent px-3 py-2 text-sm shadow-theme-xs text-gray-800 placeholder:text-gray-400 focus:border-brand-300 focus:outline-hidden focus:ring-3 focus:ring-brand-500/10 dark:border-gray-700 dark:bg-gray-900 dark:text-white/90 dark:placeholder:text-white/30 dark:focus:border-brand-800",value:p.find(i=>i.key==="keyword").value||"",onChange:i=>p.find(P=>P.key==="keyword").onChange(i.target.value),placeholder:p.find(i=>i.key==="keyword").placeholder,required:p.find(i=>i.key==="keyword").required})]}),(p.find(i=>i.key==="volume")||p.find(i=>i.key==="difficulty"))&&e.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[p.find(i=>i.key==="volume")&&e.jsxs("div",{children:[e.jsxs("label",{className:"block text-sm font-medium text-gray-700 dark:text-gray-300 mb-2",children:[p.find(i=>i.key==="volume").label,p.find(i=>i.key==="volume").required&&e.jsx("span",{className:"text-error-500 ml-1",children:"*"})]}),e.jsx("input",{type:"number",className:"h-9 w-full rounded-lg border border-gray-300 bg-transparent px-3 py-2 text-sm shadow-theme-xs text-gray-800 placeholder:text-gray-400 focus:border-brand-300 focus:outline-hidden focus:ring-3 focus:ring-brand-500/10 dark:border-gray-700 dark:bg-gray-900 dark:text-white/90 dark:placeholder:text-white/30 dark:focus:border-brand-800",value:p.find(i=>i.key==="volume").value||"",onChange:i=>{const P=i.target.value===""?"":parseInt(i.target.value)||0;p.find(K=>K.key==="volume").onChange(P)},placeholder:p.find(i=>i.key==="volume").placeholder,required:p.find(i=>i.key==="volume").required})]}),p.find(i=>i.key==="difficulty")&&(()=>{const i=p.find(P=>P.key==="difficulty");return e.jsxs("div",{children:[e.jsxs(it,{className:"mb-2",children:[i.label,i.required&&e.jsx("span",{className:"text-error-500 ml-1",children:"*"})]}),i.type==="select"?e.jsx(ot,{options:i.options||[],placeholder:i.placeholder||i.label,value:i.value||"",onChange:P=>i.onChange(P),className:"w-full"}):e.jsx("input",{type:"number",className:"h-9 w-full rounded-lg border border-gray-300 bg-transparent px-3 py-2 text-sm shadow-theme-xs text-gray-800 placeholder:text-gray-400 focus:border-brand-300 focus:outline-hidden focus:ring-3 focus:ring-brand-500/10 dark:border-gray-700 dark:bg-gray-900 dark:text-white/90 dark:placeholder:text-white/30 dark:focus:border-brand-800",value:i.value||"",onChange:P=>{const K=P.target.value===""?"":parseInt(P.target.value)||0;i.onChange(K)},placeholder:i.placeholder,required:i.required,min:i.min,max:i.max})]})})()]}),p.filter(i=>i.key!=="keyword"&&i.key!=="volume"&&i.key!=="difficulty").map(i=>i.type==="select"?e.jsxs("div",{children:[e.jsxs(it,{className:"mb-2",children:[i.label,i.required&&e.jsx("span",{className:"text-error-500 ml-1",children:"*"})]}),e.jsx(ot,{options:i.options||[],placeholder:i.placeholder||i.label,value:i.value||"",onChange:P=>i.onChange(P),className:"w-full"})]},i.key):i.type==="textarea"?e.jsxs("div",{children:[e.jsxs("label",{className:"block text-sm font-medium text-gray-700 dark:text-gray-300 mb-2",children:[i.label,i.required&&e.jsx("span",{className:"text-error-500 ml-1",children:"*"})]}),e.jsx("textarea",{rows:i.rows||4,className:"w-full rounded-lg border border-gray-300 bg-transparent px-3 py-2 text-sm shadow-theme-xs text-gray-800 placeholder:text-gray-400 focus:border-brand-300 focus:outline-hidden focus:ring-3 focus:ring-brand-500/10 dark:border-gray-700 dark:bg-gray-900 dark:text-white/90 dark:placeholder:text-white/30 dark:focus:border-brand-800",value:i.value||"",onChange:P=>i.onChange(P.target.value),placeholder:i.placeholder,required:i.required})]},i.key):e.jsxs("div",{children:[e.jsxs("label",{className:"block text-sm font-medium text-gray-700 dark:text-gray-300 mb-2",children:[i.label,i.required&&e.jsx("span",{className:"text-error-500 ml-1",children:"*"})]}),e.jsx("input",{type:i.type,className:"h-9 w-full rounded-lg border border-gray-300 bg-transparent px-3 py-2 text-sm shadow-theme-xs text-gray-800 placeholder:text-gray-400 focus:border-brand-300 focus:outline-hidden focus:ring-3 focus:ring-brand-500/10 dark:border-gray-700 dark:bg-gray-900 dark:text-white/90 dark:placeholder:text-white/30 dark:focus:border-brand-800",value:i.value||"",onChange:P=>i.onChange(P.target.value),placeholder:i.placeholder,required:i.required,min:i.min,max:i.max})]},i.key))]}),h||e.jsxs("div",{className:"flex justify-end gap-3 pt-4",children:[e.jsx(we,{type:"button",variant:"outline",onClick:s,disabled:d,children:g}),e.jsx(we,{type:"submit",variant:"primary",disabled:d,children:d?"Processing...":m})]})]})]})})}const sr=(t,s,n)=>{const r=(t==null?void 0:t.toLowerCase())||(s==null?void 0:s.toLowerCase())||"",p=(m,g)=>{var d;for(const u of g){const h=(d=u.message)==null?void 0:d.match(m);if(h&&h[1])return h[1]}return""};if(r.includes("cluster")){const m=p(/(\d+)\s+keyword/i,n||[]),g=p(/(\d+)\s+cluster/i,n||[]);return m&&g?`Clustering complete +${m} keyword${m!=="1"?"s":""} mapped and grouped into ${g} cluster${g!=="1"?"s":""}`:g?`Clustering complete +${g} cluster${g!=="1"?"s":""} created`:m?`Clustering complete +${m} keyword${m!=="1"?"s":""} mapped and grouped into clusters`:`Clustering complete +Keywords mapped and grouped into clusters`}if(r.includes("idea"))return p(/(\d+)\s+idea/i,n||[]),"Content ideas & outlines created successfully";if(r.includes("content")){const m=p(/(\d+)\s+task/i,n||[]),g=p(/(\d+)\s+article/i,n||[]);return g?`Article${g!=="1"?"s":""} drafted successfully — ${g} article${g!=="1"?"s":""} generated.`:m?`Article${m!=="1"?"s":""} drafted successfully — ${m} task${m!=="1"?"s":""} completed.`:"Article drafted successfully."}if(r.includes("image")&&r.includes("from")){const m=p(/(\d+)\s+image/i,n||[]);return m?`${m} image${m!=="1"?"s":""} generated successfully`:"Images generated successfully"}else if(r.includes("image")&&(r.includes("prompt")||r.includes("extract"))){const m=n==null?void 0:n.find(u=>u.stepName==="SAVE");if(m!=null&&m.message){const u=m.message.match(/Assigning (\d+)\s+Prompts/i);if(u){const h=parseInt(u[1],10),w=h>1?h-1:0;return w>0?`Featured Image and ${w} In‑article Image Prompts ready for image generation`:"Featured Image Prompt ready for image generation"}}const g=n==null?void 0:n.find(u=>u.stepName==="PREP");if(g!=null&&g.message){const u=g.message.match(/Mapping Content for (\d+)\s+Image Prompts/i);if(u&&u[1]){const h=parseInt(u[1],10),w=h>1?h-1:0;return w>0?`Featured Image and ${w} In‑article Image Prompts ready for image generation`:"Featured Image Prompt ready for image generation"}}const d=p(/(\d+)\s+prompt/i,n||[]);if(d){const u=parseInt(d,10),h=u>1?u-1:0;return h>0?`Featured Image and ${h} In‑article Image Prompts ready for image generation`:"Featured Image Prompt ready for image generation"}return"Featured Image and X In‑article Image Prompts ready for image generation"}return"Task completed successfully."},rr=(t,s)=>{const n=(t==null?void 0:t.toLowerCase())||(s==null?void 0:s.toLowerCase())||"";return n.includes("cluster")?[{phase:"INIT",label:"Validating keywords"},{phase:"PREP",label:"Loading keyword data"},{phase:"AI_CALL",label:"Generating clusters with Igny8 Semantic SEO Model"},{phase:"PARSE",label:"Organizing clusters"},{phase:"SAVE",label:"Saving clusters"}]:n.includes("idea")?[{phase:"INIT",label:"Verifying cluster integrity"},{phase:"PREP",label:"Loading cluster keywords"},{phase:"AI_CALL",label:"Generating ideas with Igny8 Semantic AI"},{phase:"PARSE",label:"High-opportunity ideas generated"},{phase:"SAVE",label:"Content Outline for Ideas generated"}]:n.includes("content")?[{phase:"INIT",label:"Validating task"},{phase:"PREP",label:"Preparing content idea"},{phase:"AI_CALL",label:"Writing article with Igny8 Semantic AI"},{phase:"PARSE",label:"Formatting content"},{phase:"SAVE",label:"Saving article"}]:n.includes("image")&&n.includes("from")?[{phase:"INIT",label:"Validating image prompts"},{phase:"PREP",label:"Preparing image generation queue"},{phase:"AI_CALL",label:"Generating images with AI"},{phase:"PARSE",label:"Processing image URLs"},{phase:"SAVE",label:"Saving image URLs"}]:n.includes("image")&&(n.includes("prompt")||n.includes("extract"))?[{phase:"INIT",label:"Checking content and image slots"},{phase:"PREP",label:"Mapping Content for X Image Prompts"},{phase:"AI_CALL",label:"Writing Featured Image Prompts"},{phase:"PARSE",label:"Writing X In‑article Image Prompts"},{phase:"SAVE",label:"Assigning Prompts to Dedicated Slots"}]:[{phase:"INIT",label:"Initializing..."},{phase:"PREP",label:"Preparing..."},{phase:"AI_CALL",label:"Processing with Igny8 Semantic AI..."},{phase:"PARSE",label:"Processing results..."},{phase:"SAVE",label:"Saving results..."}]},ar=(t,s)=>t.length>0?t[t.length-1].stepName||"":s<10?"INIT":s<25?"PREP":s<70?"AI_CALL":s<85?"PARSE":s<100?"SAVE":"DONE",nr=(t,s,n)=>{const r=["INIT","PREP","AI_CALL","PARSE","SAVE","DONE"],p=r.indexOf(t);return r.indexOf(s)>p?!0:n.some(g=>g.stepName===t&&g.status==="success")};function Rt({isOpen:t,title:s,percentage:n,status:r,message:p,onClose:m,onCancel:g,taskId:d,functionId:u,stepLogs:h=[]}){const[w,i]=_e.useState(new Set),P=a.useRef(new Map),K=a.useRef(new Set),N=a.useRef(""),R=a.useRef(""),z=a.useRef(0);a.useEffect(()=>{K.current=w},[w]);const I=w.size,Z=a.useMemo(()=>rr(u,s),[u,s]),G=a.useMemo(()=>ar(h,n),[h,n]),y=a.useMemo(()=>JSON.stringify(h.map(C=>({stepName:C.stepName,status:C.status}))),[h]),O=(C,v,H,M,Y,x)=>{var F,D,ce,se,ee;const E=(Y||x||"").toLowerCase(),U=(v==null?void 0:v.message)||H,B=c=>{const f=U.match(c);return f&&f[1]?f[1]:""};if(E.includes("cluster"))if(C==="INIT"){if(U&&U!==H&&U.includes("Validating")){const c=U.match(/(\d+)\s+more keyword/i);if(c){const k=3+parseInt(c[1],10);return`Validating ${k} keyword${k!==1?"s":""}`}for(const f of M){const o=(F=f.message)==null?void 0:F.match(/(\d+)\s+keyword/i);if(o){const k=parseInt(o[1],10);return`Validating ${k} keyword${k!==1?"s":""}`}}return U}for(const c of M){const f=(D=c.message)==null?void 0:D.match(/(\d+)\s+keyword/i);if(f){const o=parseInt(f[1],10);return`Validating ${o} keyword${o!==1?"s":""}`}}return H}else if(C==="PREP"){const c=B(/(\d+)\s+keyword/i);return c?`Loading ${c} keyword${c!=="1"?"s":""} for clustering`:U}else{if(C==="AI_CALL")return"Generating clusters with Igny8 Semantic SEO Model";if(C==="PARSE"){const c=B(/(\d+)\s+cluster/i);if(c)return`${c} cluster${c!=="1"?"s":""} created`;for(const f of M){const o=(ce=f.message)==null?void 0:ce.match(/(\d+)\s+cluster/i);if(o&&o[1])return`${o[1]} cluster${o[1]!=="1"?"s":""} created`}return U}else if(C==="SAVE"){const c=B(/(\d+)\s+cluster/i);return c?`Saving ${c} cluster${c!=="1"?"s":""}`:U}}else if(E.includes("idea")){if(C==="INIT")return"Verifying cluster integrity";if(C==="PREP")return"Loading cluster keywords";if(C==="AI_CALL")return"Generating ideas with Igny8 Semantic AI";if(C==="PARSE"){const c=B(/(\d+)\s+idea/i);if(c)return`${c} high-opportunity idea${c!=="1"?"s":""} generated`;for(const f of M){const o=(se=f.message)==null?void 0:se.match(/(\d+)\s+idea/i);if(o&&o[1])return`${o[1]} high-opportunity idea${o[1]!=="1"?"s":""} generated`}return U}else if(C==="SAVE")return"Content Outline for Ideas generated"}else if(E.includes("content")){if(C==="AI_CALL")return"Writing article with Igny8 Semantic AI";if(C==="PARSE"){const c=B(/(\d+)\s+article/i);if(c)return`${c} article${c!=="1"?"s":""} created`}}else if(E.includes("image")&&E.includes("from")){if(C==="PREP"){const c=B(/(\d+)\s+image/i);if(c)return`Preparing to generate ${c} image${c!=="1"?"s":""}`;if(v!=null&&v.message){const f=v.message.match(/Preparing to generate (\d+)\s+image/i);if(f&&f[1])return`Preparing to generate ${f[1]} image${f[1]!=="1"?"s":""}`}return"Preparing image generation queue"}else if(C==="AI_CALL"){const c=(ee=v==null?void 0:v.message)==null?void 0:ee.match(/Generating.*image (\d+)/i);return c&&c[1]?`Generating image ${c[1]} with AI`:"Generating images with AI"}else if(C==="PARSE"){const c=B(/(\d+)\s+image/i);if(c)return`${c} image${c!=="1"?"s":""} generated successfully`;if(v!=null&&v.message){const f=v.message.match(/(\d+)\s+image.*generated/i);if(f&&f[1])return`${f[1]} image${f[1]!=="1"?"s":""} generated successfully`}return"Processing image URLs"}else if(C==="SAVE"){const c=B(/(\d+)\s+image/i);if(c)return`Saving ${c} image${c!=="1"?"s":""}`;if(v!=null&&v.message){const f=v.message.match(/Saved image (\d+)/i);if(f&&f[1])return`Saving image ${f[1]}`}return"Saving image URLs"}}else if(E.includes("image")&&(E.includes("prompt")||E.includes("extract")))if(C==="PREP"){const c=B(/(\d+)\s+Image Prompts/i)||B(/(\d+)\s+image/i);if(c)return`Mapping Content for ${c} Image Prompts`;if(v!=null&&v.message){const f=v.message.match(/Mapping Content for (\d+)\s+Image Prompts/i);if(f&&f[1])return`Mapping Content for ${f[1]} Image Prompts`}return"Mapping Content for X Image Prompts"}else{if(C==="AI_CALL")return"Writing Featured Image Prompts";if(C==="PARSE"){const c=B(/(\d+)\s+In‑article/i)||B(/(\d+)\s+In-article/i);if(c)return`Writing ${c} In‑article Image Prompts`;if(v!=null&&v.message){const f=v.message.match(/Writing (\d+)\s+In[‑-]article Image Prompts/i);if(f&&f[1])return`Writing ${f[1]} In‑article Image Prompts`}return"Writing X In‑article Image Prompts"}else if(C==="SAVE"){const c=B(/(\d+)\s+Prompts/i)||B(/(\d+)\s+prompt/i);if(c)return`Assigning ${c} Prompts to Dedicated Slots`;if(v!=null&&v.message){const f=v.message.match(/Assigning (\d+)\s+Prompts/i);if(f&&f[1])return`Assigning ${f[1]} Prompts to Dedicated Slots`}return"Assigning Prompts to Dedicated Slots"}}return U},V=a.useMemo(()=>Z.map(C=>{nr(C.phase,G,h);const v=w.has(C.phase),H=!1,M=h.find(x=>x.stepName===C.phase);return{label:O(C.phase,M,C.label,h,u,s),phase:C.phase,completed:v,inProgress:H}}),[Z,G,h,w,u,s]),oe=Z.length>0&&Z.every(C=>w.has(C.phase));a.useEffect(()=>{if(!t){i(new Set),K.current=new Set,N.current="",R.current="",z.current=0,P.current.forEach(x=>clearTimeout(x)),P.current.clear();return}const C=y!==N.current,v=G!==R.current,H=I>z.current;if(!C&&!v&&!H)return;N.current=y,R.current=G,z.current=I;const M=["INIT","PREP","AI_CALL","PARSE","SAVE","DONE"],Y=r==="completed";for(let x=0;x<Z.length;x++){const U=Z[x].phase,B=M.indexOf(U),F=M.indexOf(G);if((Y||F>B||h.some(ce=>ce.stepName===U&&ce.status==="success"))&&!K.current.has(U)&&!P.current.has(U)){const ce=x>0?Z[x-1]:null;if(!ce||K.current.has(ce.phase)){const c=setTimeout(()=>{i(f=>{const o=new Set([...f,U]);return P.current.delete(U),o})},ce?2e3:0);P.current.set(U,c);break}else break}}return()=>{P.current.forEach(x=>clearTimeout(x)),P.current.clear()}},[t,G,y,Z,r,I]);const T=r==="completed"&&oe,X=sr(u,s,h);return e.jsx(Je,{isOpen:t,onClose:m||(()=>{}),className:"max-w-lg",showCloseButton:!1,children:e.jsxs("div",{className:"p-6 min-h-[200px]",children:[e.jsxs("div",{className:"mb-6",children:[e.jsx("h3",{className:"text-lg font-semibold text-gray-900 dark:text-white mb-1 text-center",children:(()=>{var v;const C=(u||s||"").toLowerCase();if(C.includes("cluster")){const H=h.find(M=>M.stepName==="INIT");if(H!=null&&H.message){const M=H.message,Y=M.match(/(\d+)\s+more keyword/i);if(Y)return`Mapping ${3+parseInt(Y[1],10)} Keywords into Keyword Clusters`;const x=M.match(/(\d+)\s+keyword/i);if(x)return`Mapping ${x[1]} Keywords into Keyword Clusters`}for(const M of h){const Y=(v=M.message)==null?void 0:v.match(/(\d+)\s+keyword/i);if(Y)return`Mapping ${Y[1]} Keywords into Keyword Clusters`}}else{if(C.includes("idea"))return"Generating Content Ideas & Outline";if(C.includes("image")&&C.includes("from"))return"Generate Images";if(C.includes("image")&&(C.includes("prompt")||C.includes("extract")))return"Smart Image Prompts";if(C.includes("image"))return"Generate Images"}return s})()}),(()=>{const C=(u||s||"").toLowerCase();return C.includes("image")&&C.includes("from")?e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 text-center mt-1",children:"Generating images from prompts using AI"}):C.includes("image")&&(C.includes("prompt")||C.includes("extract"))?e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 text-center mt-1",children:"Powered by Igny8 Visual Intelligence"}):null})(),!T&&r!=="completed"&&e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400 text-center",children:(()=>{const C=(u||s||"").toLowerCase();if(C.includes("image")&&C.includes("from")){const v=h.find(M=>M.stepName===G);if(v!=null&&v.message)return v.message;const H=Z.find(M=>M.phase===G);return(H==null?void 0:H.label)||"Generating images..."}return p})()}),r==="completed"&&!oe&&e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400 text-center",children:"Processing..."}),(r==="processing"||r==="completed"&&!oe)&&e.jsx("div",{className:"flex justify-center mt-4",children:e.jsxs("svg",{className:"w-8 h-8 text-brand-500 animate-spin",fill:"none",viewBox:"0 0 24 24",children:[e.jsx("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),e.jsx("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})]})})]}),T&&e.jsxs("div",{className:"mb-6",children:[e.jsx("div",{className:"flex justify-center mb-4",children:e.jsx("div",{className:"w-16 h-16 rounded-full bg-green-600 dark:bg-green-700 flex items-center justify-center",children:e.jsx("svg",{className:"w-10 h-10 text-white",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z",clipRule:"evenodd"})})})}),e.jsx("div",{className:"p-5 rounded-lg bg-green-600 dark:bg-green-700 border border-green-700 dark:border-green-600",children:e.jsx("div",{className:"text-base font-semibold text-white text-center whitespace-pre-line",children:X})})]}),e.jsx("div",{className:"mb-6 space-y-3",children:V.map((C,v)=>e.jsxs("div",{className:`flex items-center gap-3 p-3 rounded-lg border transition-all ${C.completed?"bg-green-50 dark:bg-green-900/20 border-green-200 dark:border-green-800":"bg-gray-50 dark:bg-gray-800 border-gray-200 dark:border-gray-700 opacity-60"}`,children:[e.jsx("div",{className:"flex-shrink-0",children:C.completed?e.jsx("svg",{className:"w-5 h-5 text-green-600 dark:text-green-400",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z",clipRule:"evenodd"})}):e.jsx("div",{className:"w-5 h-5 rounded-full border-2 border-gray-300 dark:border-gray-600"})}),e.jsx("span",{className:`flex-1 text-sm font-medium ${C.completed?"text-green-800 dark:text-green-300":"text-gray-500 dark:text-gray-400"}`,children:C.label})]},v))}),T&&m&&e.jsx("div",{className:"flex justify-center mt-6",children:e.jsx(we,{variant:"primary",size:"lg",onClick:m,className:"bg-green-600 hover:bg-green-700 dark:bg-green-700 dark:hover:bg-green-800 text-white px-8 py-3 text-base font-semibold",children:"Close"})}),g&&!T&&r!=="error"&&e.jsx("div",{className:"flex justify-end gap-3 mt-6",children:e.jsx(we,{variant:"secondary",size:"sm",onClick:g,disabled:r==="processing",children:"Cancel"})}),r==="error"&&m&&e.jsx("div",{className:"flex justify-end gap-3 mt-6",children:e.jsx(we,{variant:"primary",size:"sm",onClick:m,children:"Dismiss"})})]})})}function Tt(){const[t,s]=a.useState(!1),[n,r]=a.useState(null),[p,m]=a.useState(""),[g,d]=a.useState(void 0),[u,h]=a.useState({percentage:0,message:"Initializing...",status:"pending"}),[w,i]=a.useState([]),[P,K]=a.useState(void 0),N=a.useRef(0),R=a.useRef(null),z=a.useRef(null),I=a.useRef(null),Z=(T,X="",C=[])=>{const v=(T==null?void 0:T.toUpperCase())||"",H=X.toLowerCase(),M=(c,f)=>{const o=f.match(c);return o&&o[1]?o[1]:""};let Y=M(/(\d+)\s+keyword/i,X),x=M(/(\d+)\s+cluster/i,X),E=M(/(\d+)\s+task/i,X),U=M(/(\d+)\s+item/i,X);if(!Y&&!E&&!U){const c=M(/loaded\s+(\d+)\s+items?/i,X);c&&(U=c)}if(!x){const c=M(/created\s+(\d+)\s+clusters?/i,X);c&&(x=c)}if(!Y&&!E&&!U)for(const c of C){const f=c.message||"";if(Y||(Y=M(/(\d+)\s+keyword/i,f)),E||(E=M(/(\d+)\s+task/i,f)),U||(U=M(/loaded\s+(\d+)\s+items?/i,f)),x||(x=M(/(\d+)\s+cluster/i,f)||M(/created\s+(\d+)\s+clusters?/i,f)),(Y||E||U)&&x)break}const B=Y,F=x,D=E||U,ce=H.includes("content")||H.includes("generating content")||H.includes("article"),se=H.includes("cluster")&&!H.includes("content"),ee=H.includes("idea");return v.includes("INIT")||v.includes("INITIALIZ")?{percentage:0,friendlyMessage:"Getting started..."}:v.includes("PREP")||v.includes("PREPAR")?ce?{percentage:10,friendlyMessage:D?`Preparing ${D} task${D!=="1"?"s":""}...`:"Preparing content generation..."}:se?{percentage:16,friendlyMessage:B?`Preparing ${B} keyword${B!=="1"?"s":""}...`:"Preparing your keywords..."}:ee?{percentage:10,friendlyMessage:F?`Preparing ${F} cluster${F!=="1"?"s":""}...`:"Preparing clusters..."}:{percentage:10,friendlyMessage:"Preparing..."}:v.includes("AI_CALL")||v.includes("CALLING")?ce?{percentage:50,friendlyMessage:"Writing article with Igny8 Semantic AI..."}:se?{percentage:50,friendlyMessage:"Generating clusters with Igny8 Semantic SEO Model..."}:ee?{percentage:50,friendlyMessage:"Generating ideas with Igny8 Semantic AI..."}:{percentage:50,friendlyMessage:"Processing with Igny8 Semantic AI..."}:v.includes("PARSE")||v.includes("PARSING")?ce?{percentage:70,friendlyMessage:"Processing content..."}:se?{percentage:70,friendlyMessage:"Organizing results..."}:ee?{percentage:70,friendlyMessage:"Processing ideas..."}:{percentage:70,friendlyMessage:"Processing results..."}:v.includes("SAVE")||v.includes("SAVING")||v.includes("CREAT")&&!v.includes("CONTENT")?ce?{percentage:85,friendlyMessage:D?`Saving content for ${D} task${D!=="1"?"s":""}...`:"Saving content..."}:se?{percentage:85,friendlyMessage:F?`Saving ${F} cluster${F!=="1"?"s":""}...`:"Saving clusters..."}:ee?{percentage:85,friendlyMessage:D?`Saving ${D} idea${D!=="1"?"s":""}...`:"Saving ideas..."}:{percentage:85,friendlyMessage:"Saving results..."}:v.includes("DONE")||v.includes("COMPLETE")?ce?{percentage:100,friendlyMessage:D?`Done! Generated content for ${D} task${D!=="1"?"s":""}`:"Done! Content generation complete"}:se?{percentage:100,friendlyMessage:B&&F?`Done! Created ${F} cluster${F!=="1"?"s":""} from ${B} keyword${B!=="1"?"s":""}`:B?`Done! Processed ${B} keyword${B!=="1"?"s":""}`:F?`Done! Created ${F} cluster${F!=="1"?"s":""}`:"Done! Clustering complete"}:ee?{percentage:100,friendlyMessage:D?`Done! Generated ${D} idea${D!=="1"?"s":""}`:"Done! Ideas generation complete"}:{percentage:100,friendlyMessage:"Done! Task complete"}:{percentage:N.current,friendlyMessage:X||"Processing..."}};a.useEffect(()=>{if(!n||!t||n.startsWith("temp-"))return;let T=null,X=0,C=!1;const v=300,H=async()=>{if(!C)try{if(X++,X>v){h({percentage:0,message:"Task is taking longer than expected. Please check manually.",status:"error"}),C=!0,T&&(clearInterval(T),T=null);return}const M=await fs(`/v1/system/settings/task_progress/${n}/`),Y=()=>{I.current&&(clearInterval(I.current),I.current=null),N.current<80&&(I.current=setInterval(()=>{h(E=>{if(E.status!=="processing")return I.current&&(clearInterval(I.current),I.current=null),E;const U=N.current;if(U<80){const B=Math.min(U+1,80);return N.current=B,B>=80&&I.current&&(clearInterval(I.current),I.current=null),{...E,percentage:B}}else return I.current&&(clearInterval(I.current),I.current=null),E})},350))};if(M.state==="PROGRESS"){const x=M.meta||{};let E=null;const U=[...x.request_steps||[],...x.response_steps||[]];if(U.length>0){const A=[...U].sort((Q,he)=>(he.stepNumber||0)-(Q.stepNumber||0))[0];if(A&&A.stepName){const Q=A.stepName.toUpperCase();Q.includes("INIT")?E="INIT":Q.includes("PREP")?E="PREP":Q.includes("AI_CALL")||Q.includes("CALL")?E="AI_CALL":Q.includes("PARSE")?E="PARSE":Q.includes("SAVE")||Q.includes("CREAT")?E="SAVE":Q.includes("DONE")||Q.includes("COMPLETE")?E="DONE":E=Q}}if(!E){const k=(x.phase||"").toUpperCase(),A=(x.message||"").toLowerCase();k==="INIT"||k.includes("INIT")?E="INIT":k==="PREP"||k.includes("PREP")?E="PREP":k==="AI_CALL"||k.includes("AI_CALL")||k.includes("CALL")?E="AI_CALL":k==="PARSE"||k.includes("PARSE")?E="PARSE":k==="SAVE"||k.includes("SAVE")||k.includes("CREAT")?E="SAVE":k==="DONE"||k.includes("DONE")||k.includes("COMPLETE")?E="DONE":A.includes("initializ")||A.includes("getting started")?E="INIT":A.includes("prepar")||A.includes("loading")?E="PREP":A.includes("generating")||A.includes("analyzing")||A.includes("finding related")?E="AI_CALL":A.includes("pars")||A.includes("organizing")||A.includes("processing content")?E="PARSE":A.includes("sav")||A.includes("creat")||A.includes("cluster")&&!A.includes("content")?E="SAVE":(A.includes("done")||A.includes("complet"))&&(E="DONE")}const B=x.message||"",F=`${p} ${B}`,D=Z(E||"",F,U),ce=x.percentage!==void 0?x.percentage:null,se=ce!==null?ce:D.percentage,ee=D.friendlyMessage,c=R.current!==E,f=N.current;I.current&&(clearInterval(I.current),I.current=null),z.current&&(clearTimeout(z.current),z.current=null);const o=Math.max(se,f);if(o>f){let k=f;const A=()=>{if(k<o){const Q=o-k,he=Q<=5?1:Math.min(2,Math.ceil(Q/10));k=Math.min(k+he,o),N.current=k,h({percentage:k,message:ee,status:"processing",details:{current:x.current||0,total:x.total||0,completed:x.completed||0,currentItem:x.current_item,phase:x.phase}}),k<o?z.current=setTimeout(A,150):(z.current=null,o<80&&Y())}};c&&R.current!==null?z.current=setTimeout(()=>{R.current=E,A()},200):(R.current=E,A())}else R.current=E,h(k=>({...k,message:ee,details:{current:x.current||0,total:x.total||0,completed:x.completed||0,currentItem:x.current_item,phase:x.phase}})),f<80&&o===f&&Y();if(x.image_queue&&Array.isArray(x.image_queue)&&K(x.image_queue),x.request_steps||x.response_steps){const k=[];x.request_steps&&Array.isArray(x.request_steps)&&x.request_steps.forEach(A=>{k.push({stepNumber:A.stepNumber||0,stepName:A.stepName||"Unknown",status:A.status||"success",message:A.message||"",timestamp:A.timestamp})}),x.response_steps&&Array.isArray(x.response_steps)&&x.response_steps.forEach(A=>{k.push({stepNumber:A.stepNumber||0,stepName:A.stepName||"Unknown",status:A.status||"success",message:A.message||"",timestamp:A.timestamp})}),k.sort((A,Q)=>A.stepNumber-Q.stepNumber),i(k)}}else if(M.state==="SUCCESS"){const x=M.meta||{};z.current&&(clearTimeout(z.current),z.current=null);const E=x.message||"",U=[...x.request_steps||[],...x.response_steps||[]],B=Z("DONE",E,U);if(R.current="DONE",N.current=100,h({percentage:100,message:B.friendlyMessage,status:"completed",details:x.details}),x.request_steps||x.response_steps){const F=[];x.request_steps&&Array.isArray(x.request_steps)&&x.request_steps.forEach(D=>{F.push({stepNumber:D.stepNumber||0,stepName:D.stepName||"Unknown",status:D.status||"success",message:D.message||"",timestamp:D.timestamp})}),x.response_steps&&Array.isArray(x.response_steps)&&x.response_steps.forEach(D=>{F.push({stepNumber:D.stepNumber||0,stepName:D.stepName||"Unknown",status:D.status||"success",message:D.message||"",timestamp:D.timestamp})}),F.sort((D,ce)=>D.stepNumber-ce.stepNumber),i(F)}C=!0,T&&(clearInterval(T),T=null)}else if(M.state==="FAILURE"){const x=M.meta||{},E=x.error||x.message||M.error||"Task failed - exception details unavailable",U=x.error_type||"Error";if(h({percentage:0,message:E.includes("exception details unavailable")?E:`Error: ${E}`,status:"error",details:x.error_type?`${U}: ${E}`:E}),x.request_steps||x.response_steps){const B=[];x.request_steps&&Array.isArray(x.request_steps)&&x.request_steps.forEach(F=>{B.push({stepNumber:F.stepNumber||0,stepName:F.stepName||"Unknown",status:F.status||"error",message:F.message||"",timestamp:F.timestamp})}),x.response_steps&&Array.isArray(x.response_steps)&&x.response_steps.forEach(F=>{B.push({stepNumber:F.stepNumber||0,stepName:F.stepName||"Unknown",status:F.status||"error",message:F.message||"",timestamp:F.timestamp})}),B.sort((F,D)=>F.stepNumber-D.stepNumber),i(B)}C=!0,T&&(clearInterval(T),T=null)}else h({percentage:0,message:"Task is starting...",status:"pending"})}catch(M){if(console.error("Error polling task status:",M),X>5){let Y=M.message||"Unknown error";Y.includes("HTTP_ERROR")&&(Y=Y.replace(/^API Error \(\d+\): HTTP_ERROR - /,"").trim()||"Server error"),h({percentage:0,message:`Error checking task status: ${Y}`,status:"error"}),C=!0,T&&(clearInterval(T),T=null)}}};return H(),T=setInterval(()=>{C||H()},2e3),()=>{C=!0,T&&(clearInterval(T),T=null),z.current&&(clearTimeout(z.current),z.current=null),I.current&&(clearInterval(I.current),I.current=null),N.current=0,R.current=null}},[n,t]);const G=a.useCallback((T,X,C)=>{z.current&&(clearTimeout(z.current),z.current=null),I.current&&(clearInterval(I.current),I.current=null),N.current=0,R.current=null,i([]),r(T),m(X),d(C),s(!0),h({percentage:0,message:"Getting started...",status:"pending"})},[]),y=a.useCallback(T=>{r(T),h({percentage:0,message:"Initializing...",status:"pending"})},[]),O=a.useCallback(()=>{z.current&&(clearTimeout(z.current),z.current=null),I.current&&(clearInterval(I.current),I.current=null),N.current=0,R.current=null,i([]),K(void 0),s(!1),r(null),m("")},[]),V=a.useCallback(T=>{h({percentage:0,message:T,status:"error"})},[]),oe=a.useCallback(()=>{z.current&&(clearTimeout(z.current),z.current=null),I.current&&(clearInterval(I.current),I.current=null),N.current=0,R.current=null,h({percentage:0,message:"Getting started...",status:"pending"}),i([]),K(void 0),r(null),m(""),s(!1)},[]);return{progress:u,isOpen:t,openModal:G,updateTaskId:y,closeModal:O,setError:V,reset:oe,title:p,taskId:n,functionId:g,stepLogs:w,imageQueue:P}}function lr(){const[t,s]=a.useState(!1);return a.useEffect(()=>{const n=localStorage.getItem("debug_resource_tracking_enabled");s(n==="true");const r=p=>{s(p.detail)};return window.addEventListener("debug-resource-tracking-toggle",r),()=>{window.removeEventListener("debug-resource-tracking-toggle",r)}},[]),t}const ir=t=>{const s=new URLSearchParams;t.filters&&Object.entries(t.filters).forEach(([m,g])=>{g!==""&&g!==null&&g!==void 0&&s.append(m,String(g))});const n=s.toString(),r=t.endpoint.endsWith("/")?t.endpoint:`${t.endpoint}/`;return`${$t}${r}${n?`?${n}`:""}`},or=async(t,s,n)=>{const r=t.format||"csv",p=ir(t);s==null||s(`Exporting ${r.toUpperCase()}...`);try{const m=await fetch(p,{method:"GET",credentials:"include"});if(!m.ok){const h=await m.text();throw new Error(`Export failed: ${m.statusText} - ${h}`)}const g=await m.blob(),d=window.URL.createObjectURL(g),u=document.createElement("a");u.href=d,u.download=`${t.filename}.${r}`,document.body.appendChild(u),u.click(),document.body.removeChild(u),window.URL.revokeObjectURL(d),s==null||s(`Export successful: ${t.filename}.${r}`)}catch(m){const g=m instanceof Error?m:new Error("Export failed");throw n==null||n(g),g}},cr=async(t,s,n,r)=>{var u,h;const p=s.acceptedFormats||[".csv"],m="."+((u=t.name.split(".").pop())==null?void 0:u.toLowerCase());if(!p.includes(m)){const w=new Error(`Invalid file format. Accepted formats: ${p.join(", ")}`);throw r==null||r(w),w}const g=s.maxFileSize||5*1024*1024;if(t.size>g){const w=new Error(`File size exceeds ${g/1024/1024}MB limit`);throw r==null||r(w),w}n==null||n(`Importing ${t.name}...`);const d=new FormData;d.append("file",t);try{const w=s.endpoint.endsWith("/")?s.endpoint:`${s.endpoint}/`,i=new URLSearchParams;s.queryParams&&Object.entries(s.queryParams).forEach(([z,I])=>{I!==""&&I!==null&&I!==void 0&&i.append(z,String(I))});const P=i.toString(),K=`${$t}${w}${P?`?${P}`:""}`,N=await fetch(K,{method:"POST",body:d,credentials:"include"});if(!N.ok){const z=await N.text();throw new Error(`Import failed: ${N.statusText} - ${z}`)}const R=await N.json();return n==null||n(`Import successful: ${R.imported||0} rows imported`),(h=s.onSuccess)==null||h.call(s,R),R}catch(w){const i=w instanceof Error?w:new Error("Import failed");throw r==null||r(i),i}},dr=({className:t,onChange:s,accept:n,disabled:r=!1})=>e.jsx("input",{type:"file",accept:n,disabled:r,className:`focus:border-ring-brand-300 h-11 w-full overflow-hidden rounded-lg border border-gray-300 bg-transparent text-sm text-gray-500 shadow-theme-xs transition-colors file:mr-5 file:border-collapse file:cursor-pointer file:rounded-l-lg file:border-0 file:border-r file:border-solid file:border-gray-200 file:bg-gray-50 file:py-3 file:pl-3.5 file:pr-3 file:text-sm file:text-gray-700 placeholder:text-gray-400 hover:file:bg-gray-100 focus:outline-hidden focus:file:ring-brand-300 dark:border-gray-700 dark:bg-gray-900 dark:text-gray-400 dark:text-white/90 dark:file:border-gray-800 dark:file:bg-white/[0.03] dark:file:text-gray-400 dark:placeholder:text-gray-400 disabled:opacity-50 disabled:cursor-not-allowed ${t}`,onChange:s});function ur(t){const{exportEndpoint:s,importEndpoint:n,filename:r,acceptedFormats:p=[".csv"],maxFileSize:m=5*1024*1024,onImportSuccess:g,onExportSuccess:d,onError:u}=t,[h,w]=a.useState(!1),[i,P]=a.useState(!1),K=a.useCallback(async(I="csv",Z={})=>{P(!0);try{await or({endpoint:s,filename:r,format:I,filters:Z},y=>console.log(y),y=>{throw u==null||u(y),y}),d==null||d()}catch(G){const y=G instanceof Error?G:new Error("Export failed");throw u==null||u(y),y}finally{P(!1)}},[s,r,u,d]),N=a.useCallback(async I=>{P(!0);try{const Z={endpoint:n,acceptedFormats:p,maxFileSize:m,queryParams:t.importQueryParams,onSuccess:y=>{g==null||g(y)}},G=await cr(I,Z,y=>console.log(y),y=>{throw u==null||u(y),y});return w(!1),G}catch(Z){const G=Z instanceof Error?Z:new Error("Import failed");throw u==null||u(G),G}finally{P(!1)}},[n,p,m,g,u]),R=a.useCallback(async I=>{var G;const Z=(G=I.target.files)==null?void 0:G[0];Z&&(await N(Z),I.target.value="")},[N]);return{handleExport:K,handleImportClick:()=>w(!0),ImportModal:()=>e.jsx(Je,{isOpen:h,onClose:()=>w(!1),className:"max-w-md",children:e.jsxs("div",{className:"p-6",children:[e.jsxs("h2",{className:"text-xl font-bold mb-6 text-gray-800 dark:text-white",children:["Import ",r.charAt(0).toUpperCase()+r.slice(1)]}),e.jsxs("div",{className:"space-y-4",children:[e.jsxs("div",{children:[e.jsx(it,{children:"CSV File"}),e.jsx(dr,{onChange:R,accept:p.join(","),disabled:i}),e.jsxs("p",{className:"text-sm text-gray-500 dark:text-gray-400 mt-2",children:["Upload a CSV file (max ",m/1024/1024,"MB)"]})]}),e.jsx("div",{className:"flex justify-end gap-4 pt-4",children:e.jsx(we,{variant:"outline",onClick:()=>w(!1),disabled:i,children:"Close"})})]})]})})}}const mr=(t,s,n)=>ur({exportEndpoint:"/v1/planner/keywords/export/",importEndpoint:"/v1/planner/keywords/import_keywords/",filename:"keywords",acceptedFormats:[".csv"],maxFileSize:5*1024*1024,importQueryParams:n,onImportSuccess:t,onError:s});function gr(){const t=Ge(),{activeSite:s}=Et(),{activeSector:n,loadSectorsForSite:r}=We(),{pageSize:p}=Xe(),[m,g]=a.useState([]),[d,u]=a.useState([]),[h,w]=a.useState([]),[i,P]=a.useState(!0),[K,N]=a.useState(!1),[R,z]=a.useState(""),[I,Z]=a.useState(""),[G,y]=a.useState(""),[O,V]=a.useState(""),[oe,T]=a.useState(""),[X,C]=a.useState(""),[v,H]=a.useState(""),[M,Y]=a.useState(!1),[x,E]=a.useState(""),[U,B]=a.useState(""),F=a.useRef(null),D=a.useRef(null),[ce,se]=a.useState([]),[ee,c]=a.useState(1),[f,o]=a.useState(1),[k,A]=a.useState(0),[Q,he]=a.useState("created_at"),[te,de]=a.useState("desc"),[ne,pe]=a.useState(!1),[ie,j]=a.useState(!1),[W,q]=a.useState(!1),[ge,ke]=a.useState(null),[Ce,Ee]=a.useState({seed_keyword_id:0,volume_override:null,difficulty_override:null,cluster_id:null,status:"pending"}),$=Tt(),re=a.useRef(!1),le=lr(),[ue,xe]=a.useState([]),Se=a.useRef(null),Te=a.useRef(-1),je=a.useCallback(S=>{le&&xe(l=>[...l,S])},[le]);a.useEffect(()=>{s&&r(s.id)},[s,r]),a.useEffect(()=>{(async()=>{if(!s||!n||!s.industry){w([]);return}try{N(!0);const l=await jt({industry:s.industry,sector:n.industry_sector||void 0}),b=new Set(m.map(L=>L.seed_keyword_id)),_=(l.results||[]).filter(L=>!b.has(L.id));w(_)}catch(l){console.error("Failed to load available seed keywords:",l),w([])}finally{N(!1)}})()},[s,n,m]),a.useEffect(()=>{(async()=>{try{const l=await qe({ordering:"name"});u(l.results||[])}catch(l){console.error("Error fetching clusters:",l)}})()},[]);const ye=a.useCallback(async()=>{P(!0),pe(!1);try{const S=Q?`${te==="desc"?"-":""}${Q}`:"-created_at",l={...R&&{search:R},...I&&{status:I},...G&&{cluster_id:G},...O&&{intent:O},...(n==null?void 0:n.id)&&{sector_id:n.id},page:ee,page_size:p||10,ordering:S};if(oe){const _=parseInt(oe),L=At(_);if(L!==null){const ae=Pt(L);ae&&(l.difficulty_min=ae.min,l.difficulty_max=ae.max)}}X!==""&&X!==null&&X!==void 0&&(l.volume_min=Number(X)),v!==""&&v!==null&&v!==void 0&&(l.volume_max=Number(v));const b=await Jt(l);g(b.results||[]),A(b.count||0),o(Math.ceil((b.count||0)/p)),setTimeout(()=>{pe(!0),P(!1)},100)}catch(S){console.error("Error loading keywords:",S),t.error(`Failed to load keywords: ${S.message}`),pe(!0),P(!1)}},[ee,I,G,O,oe,X,v,Q,te,R,s,n,p]);a.useEffect(()=>{const S=()=>{ye(),(async()=>{try{const _=await qe({ordering:"name"});u(_.results||[])}catch(_){console.error("Error fetching clusters:",_)}})()},l=()=>{ye()};return window.addEventListener("siteChanged",S),window.addEventListener("sectorChanged",l),()=>{window.removeEventListener("siteChanged",S),window.removeEventListener("sectorChanged",l)}},[ye]),a.useEffect(()=>{const S=l=>{F.current&&!F.current.contains(l.target)&&D.current&&!D.current.contains(l.target)&&(Y(!1),E(X),B(v))};if(M)return document.addEventListener("mousedown",S),()=>{document.removeEventListener("mousedown",S)}},[M,X,v]),a.useEffect(()=>{ye()},[ye]),a.useEffect(()=>{const S=setTimeout(()=>{c(1)},500);return()=>clearTimeout(S)},[R]),a.useEffect(()=>{const S=ee===1;c(1),S&&setTimeout(()=>{ye()},0)},[p]);const ut=(S,l)=>{he(S||"created_at"),de(l),c(1)},{handleExport:Ye,handleImportClick:Ze,ImportModal:mt}=mr(()=>{t.success("Import successful","Keywords imported successfully."),ye()},S=>{t.error("Import failed",S.message)},s&&n?{site_id:s.id,sector_id:n.id}:void 0),gt=a.useCallback(async(S,l)=>{if(S==="auto_cluster"){if(l.length===0){t.error("Please select at least one keyword to cluster");return}if(l.length>20){t.error("Maximum 20 keywords allowed for clustering");return}const b=l.map(J=>parseInt(J)),_=n==null?void 0:n.id,L=m.filter(J=>b.includes(J.id)),ae={ids:b,keyword_count:b.length,keyword_names:L.map(J=>J.keyword),sector_id:_};je({timestamp:new Date().toISOString(),type:"request",action:"auto_cluster (Bulk Action)",data:ae});try{const J=await ps(b,_);if(J&&J.success===!1){const fe=J.error||"Failed to cluster keywords";je({timestamp:new Date().toISOString(),type:"error",action:"auto_cluster (Bulk Action)",data:{error:fe,keyword_count:b.length}}),t.error(fe);return}if(J&&J.success)J.task_id?(je({timestamp:new Date().toISOString(),type:"success",action:"auto_cluster (Bulk Action)",data:{task_id:J.task_id,message:J.message,keyword_count:b.length}}),re.current=!1,$.openModal(J.task_id,"Auto-Clustering Keywords","ai-auto-cluster-01")):(je({timestamp:new Date().toISOString(),type:"success",action:"auto_cluster (Bulk Action)",data:{clusters_created:J.clusters_created||0,keywords_updated:J.keywords_updated||0,keyword_count:b.length,message:J.message}}),t.success(`Clustering complete: ${J.clusters_created||0} clusters created, ${J.keywords_updated||0} keywords updated`),re.current||(re.current=!0,ye()));else{const fe=(J==null?void 0:J.error)||"Unexpected response format";je({timestamp:new Date().toISOString(),type:"error",action:"auto_cluster (Bulk Action)",data:{error:fe,keyword_count:b.length}}),t.error(fe)}}catch(J){let fe="Failed to cluster keywords";J.message&&(fe=J.message.replace(/^API Error \(\d+\): [^-]+ - /,"").trim(),(!fe||fe===J.message)&&(fe=J.message)),je({timestamp:new Date().toISOString(),type:"error",action:"auto_cluster (Bulk Action)",data:{error:fe,keyword_count:b.length}}),t.error(fe)}}else t.info(`Bulk action "${S}" for ${l.length} items`)},[t,n,ye,$,m]);a.useEffect(()=>{var ae;if(!$.taskId||!$.isOpen)return;const S=$.progress,l=((ae=S.details)==null?void 0:ae.phase)||"",b=S.percentage,_=S.message,L=S.status;if(l&&l!==Se.current){const J=L==="error"?"error":L==="completed"?"success":"step";je({timestamp:new Date().toISOString(),type:J,action:$.title||"AI Function",stepName:l,percentage:b,data:{step:l,message:_,percentage:b,status:L,details:S.details}}),Se.current=l,Te.current=b}else if(l&&Math.abs(b-Te.current)>=10){const J=L==="error"?"error":L==="completed"?"success":"step";je({timestamp:new Date().toISOString(),type:J,action:$.title||"AI Function",stepName:l,percentage:b,data:{step:l,message:_,percentage:b,status:L,details:S.details}}),Te.current=b}else if((L==="error"||L==="completed")&&(l!==Se.current||L==="error"&&Se.current!=="error"||L==="completed"&&Se.current!=="completed")){const J=L==="error"?"error":"success";je({timestamp:new Date().toISOString(),type:J,action:$.title||"AI Function",stepName:l||"Final",percentage:b,data:{step:l||"Final",message:_,percentage:b,status:L,details:S.details}}),Se.current=l||L}},[$.progress,$.taskId,$.isOpen,$.title,je]),a.useEffect(()=>{$.isOpen||(Se.current=null,Te.current=-1),re.current=!1},[$.isOpen,$.taskId]);const Me=a.useCallback(()=>{Ee({seed_keyword_id:0,volume_override:null,difficulty_override:null,cluster_id:null,status:"pending"}),q(!1),ke(null)},[]),Re=a.useCallback(async S=>{try{if(!S||S.length===0)throw new Error("No records selected for export");const l=S.join(","),b=`${$t}/v1/planner/keywords/export/?ids=${encodeURIComponent(l)}`,_=await fetch(b,{method:"GET",credentials:"include"});if(!_.ok){const fe=await _.text();throw new Error(`Export failed: ${_.statusText} - ${fe}`)}const L=await _.blob(),ae=window.URL.createObjectURL(L),J=document.createElement("a");J.href=ae,J.download="keywords.csv",document.body.appendChild(J),J.click(),document.body.removeChild(J),window.URL.revokeObjectURL(ae)}catch(l){throw l}},[]),Oe=a.useCallback(async(S,l)=>{try{const b=S.map(_=>parseInt(_));await hs(b,l),await ye()}catch(b){throw b}},[ye]),Ne=a.useMemo(()=>Os({clusters:d,activeSector:n,availableSeedKeywords:h,formData:Ce,setFormData:Ee,searchTerm:R,setSearchTerm:z,statusFilter:I,setStatusFilter:Z,intentFilter:O,setIntentFilter:V,difficultyFilter:oe,setDifficultyFilter:T,clusterFilter:G,setClusterFilter:y,volumeMin:X,volumeMax:v,setVolumeMin:C,setVolumeMax:H,isVolumeDropdownOpen:M,setIsVolumeDropdownOpen:Y,tempVolumeMin:x,tempVolumeMax:U,setTempVolumeMin:E,setTempVolumeMax:B,volumeButtonRef:D,volumeDropdownRef:F,setCurrentPage:c,loadKeywords:ye}),[d,n,h,Ce,R,I,O,oe,G,X,v,M,x,U,ye,s]),ft=a.useMemo(()=>Ne!=null&&Ne.headerMetrics?Ne.headerMetrics.map(S=>({label:S.label,value:S.calculate({keywords:m,totalCount:k,clusters:d}),accentColor:S.accentColor})):[],[Ne==null?void 0:Ne.headerMetrics,m,k,d]),et=async()=>{try{if(!s){t.error("Please select an active site first");return}if(W&&ge)await bs(ge.id,Ce),t.success("Keyword updated successfully");else{if(!n){t.error("Please select a sector for this site first");return}if(!Ce.seed_keyword_id){t.error("Please select a seed keyword");return}const S=n.id,l={...Ce,site_id:s.id,sector_id:S};await ws(l),t.success("Keyword attached successfully")}j(!1),Me(),ye()}catch(S){t.error(`Failed to save: ${S.message}`)}},pt=a.useCallback(S=>{ke(S),q(!0),Ee({seed_keyword_id:S.seed_keyword_id,volume_override:S.volume_override||null,difficulty_override:S.difficulty_override||null,cluster_id:S.cluster_id,status:S.status}),j(!0)},[]);return e.jsxs(e.Fragment,{children:[e.jsx(Qe,{title:"Keywords",badge:{icon:e.jsx(Wt,{}),color:"green"}}),e.jsx(dt,{columns:Ne.columns,data:m,loading:i,showContent:ne,filters:Ne.filters,filterValues:{search:R,status:I,intent:O,difficulty:oe,cluster_id:G,volumeMin:X,volumeMax:v},onFilterChange:(S,l)=>{const b=l==null?"":String(l);S==="search"?z(b):S==="status"?(Z(b),c(1)):S==="intent"?(V(b),c(1)):S==="difficulty"?(T(b),c(1)):S==="cluster_id"&&(y(b),c(1))},onEdit:pt,onCreate:()=>{Me(),j(!0)},createLabel:"Add Keyword",onCreateIcon:e.jsx(He,{}),onDelete:async S=>{await xs(S),ye()},onBulkDelete:async S=>{const l=await ys(S);return se([]),ee>1&&m.length<=S.length&&c(1),await ye(),l},onBulkExport:Re,onBulkUpdateStatus:Oe,onBulkAction:gt,getItemDisplayName:S=>S.keyword,onExport:async()=>{try{await Ye("csv",{search:R,status:I,cluster_id:G,intent:O,difficulty:oe}),t.success("Export successful","Keywords exported successfully.")}catch(S){t.error("Export failed",S.message)}},onExportIcon:e.jsx(_t,{}),onImport:Ze,onImportIcon:e.jsx(ms,{}),selectionLabel:"keyword",pagination:{currentPage:ee,totalPages:f,totalCount:k,onPageChange:S=>{c(S)}},selection:{selectedIds:ce,onSelectionChange:se},sorting:{sortBy:Q,sortDirection:te,onSort:ut},headerMetrics:ft,onFilterReset:()=>{z(""),Z(""),y(""),V(""),T(""),C(""),H(""),E(""),B(""),Y(!1),c(1)}}),e.jsx(Mt,{isOpen:ie,onClose:()=>{j(!1),Me()},onSubmit:et,title:W?"Edit Keyword":"Add Keyword",submitLabel:W?"Update":"Create",fields:Ne.formFields(d)}),e.jsx(mt,{}),e.jsx(Rt,{isOpen:$.isOpen,title:$.title,percentage:$.progress.percentage,status:$.progress.status,message:$.progress.message,details:$.progress.details,taskId:$.taskId||void 0,functionId:$.functionId,onClose:()=>{$.closeModal(),$.progress.status==="completed"&&!re.current&&(re.current=!0,ye())}}),le&&ue.length>0&&e.jsxs("div",{className:"mt-6 bg-gray-50 dark:bg-gray-800 rounded-lg border border-gray-200 dark:border-gray-700 p-4",children:[e.jsxs("div",{className:"flex items-center justify-between mb-3",children:[e.jsx("h3",{className:"text-sm font-semibold text-gray-900 dark:text-gray-100",children:"AI Function Logs"}),e.jsx("button",{onClick:()=>xe([]),className:"text-xs text-gray-500 hover:text-gray-700 dark:text-gray-400 dark:hover:text-gray-200",children:"Clear Logs"})]}),e.jsx("div",{className:"space-y-2 max-h-96 overflow-y-auto",children:ue.slice().reverse().map((S,l)=>e.jsxs("div",{className:`p-3 rounded border text-xs font-mono ${S.type==="request"?"bg-blue-50 dark:bg-blue-900/20 border-blue-200 dark:border-blue-800":S.type==="success"?"bg-green-50 dark:bg-green-900/20 border-green-200 dark:border-green-800":S.type==="error"?"bg-red-50 dark:bg-red-900/20 border-red-200 dark:border-red-800":"bg-purple-50 dark:bg-purple-900/20 border-purple-200 dark:border-purple-800"}`,children:[e.jsxs("div",{className:"flex items-center justify-between mb-1",children:[e.jsxs("div",{className:"flex items-center gap-2 flex-wrap",children:[e.jsxs("span",{className:`font-semibold ${S.type==="request"?"text-blue-700 dark:text-blue-300":S.type==="success"?"text-green-700 dark:text-green-300":S.type==="error"?"text-red-700 dark:text-red-300":"text-purple-700 dark:text-purple-300"}`,children:["[",S.type.toUpperCase(),"]"]}),e.jsx("span",{className:"text-gray-700 dark:text-gray-300",children:S.action}),S.stepName&&e.jsx("span",{className:"text-xs px-2 py-0.5 rounded bg-gray-200 dark:bg-gray-700 text-gray-600 dark:text-gray-400",children:S.stepName}),S.percentage!==void 0&&e.jsxs("span",{className:"text-xs text-gray-500 dark:text-gray-400",children:[S.percentage,"%"]})]}),e.jsx("span",{className:"text-gray-500 dark:text-gray-400",children:new Date(S.timestamp).toLocaleTimeString()})]}),e.jsx("pre",{className:"text-xs text-gray-700 dark:text-gray-300 whitespace-pre-wrap break-words",children:JSON.stringify(S.data,null,2)})]},l))})]})]})}const Mr=Object.freeze(Object.defineProperty({__proto__:null,default:gr},Symbol.toStringTag,{value:"Module"}));function fr(){const t=Ge(),{activeSector:s}=We(),{pageSize:n}=Xe(),[r,p]=a.useState([]),[m,g]=a.useState(!0),[d,u]=a.useState(""),[h,w]=a.useState(""),[i,P]=a.useState(""),[K,N]=a.useState(""),[R,z]=a.useState(""),[I,Z]=a.useState(!1),[G,y]=a.useState(""),[O,V]=a.useState(""),oe=a.useRef(null),T=a.useRef(null),[X,C]=a.useState([]),[v,H]=a.useState(1),[M,Y]=a.useState(1),[x,E]=a.useState(0),[U,B]=a.useState("name"),[F,D]=a.useState("asc"),[ce,se]=a.useState(!1),[ee,c]=a.useState(!1),[f,o]=a.useState(!1),[k,A]=a.useState(null),[Q,he]=a.useState({name:"",description:"",status:"active"}),te=Tt(),de=a.useRef(!1),ne=a.useCallback(async()=>{g(!0),se(!1);try{const $=U?`${F==="desc"?"-":""}${U}`:"name",re={...d&&{search:d},...h&&{status:h},...(s==null?void 0:s.id)&&{sector_id:s.id},page:v,page_size:n,ordering:$};if(i){const ue=parseInt(i),xe=At(ue);if(xe!==null){const Se=Pt(xe);Se&&(re.difficulty_min=Se.min,re.difficulty_max=Se.max)}}K!==""&&K!==null&&K!==void 0&&(re.volume_min=Number(K)),R!==""&&R!==null&&R!==void 0&&(re.volume_max=Number(R));const le=await qe(re);p(le.results||[]),E(le.count||0),Y(Math.ceil((le.count||0)/n)),setTimeout(()=>{se(!0),g(!1)},100)}catch($){console.error("Error loading clusters:",$),t.error(`Failed to load clusters: ${$.message}`),se(!0),g(!1)}},[v,h,U,F,d,i,K,R,s,n]);a.useEffect(()=>{ne()},[ne]),a.useEffect(()=>{const $=()=>{ne()},re=()=>{ne()};return window.addEventListener("siteChanged",$),window.addEventListener("sectorChanged",re),()=>{window.removeEventListener("siteChanged",$),window.removeEventListener("sectorChanged",re)}},[ne]),a.useEffect(()=>{const $=setTimeout(()=>{v===1?ne():H(1)},500);return()=>clearTimeout($)},[d,v,ne]),a.useEffect(()=>{H(1)},[n]);const pe=($,re)=>{B($||"name"),D(re),H(1)},ie=a.useCallback(async($,re)=>{try{const le=$.map(ue=>parseInt(ue));await ks(le,re),await ne()}catch(le){throw le}},[ne]),j=a.useCallback(async $=>{try{if(!$||$.length===0)throw new Error("No records selected for export");t.info("Export functionality coming soon")}catch(re){throw re}},[]),W=a.useCallback(async($,re)=>{if($==="generate_ideas")try{const le=await Vt([re.id]);le.success&&le.task_id?te.openModal(le.task_id,"Generating Ideas","ai-generate-ideas-01-desktop"):le.success&&le.ideas_created?(t.success(le.message||"Ideas generated successfully"),await ne()):t.error(le.error||"Failed to generate ideas")}catch(le){t.error(`Failed to generate ideas: ${le.message}`)}},[t,te,ne]),q=a.useCallback(async($,re)=>{if($==="auto_generate_ideas"){if(re.length===0){t.error("Please select at least one cluster to generate ideas");return}if(re.length>5){t.error("Maximum 5 clusters allowed for idea generation");return}try{const le=re.map(xe=>parseInt(xe)),ue=await Vt(le);if(ue&&ue.success===!1){const xe=ue.error||"Failed to generate ideas";t.error(xe);return}if(ue&&ue.success)ue.task_id?(de.current=!1,te.openModal(ue.task_id,"Generating Content Ideas","ai-generate-ideas-01-desktop")):(t.success(`Ideas generation complete: ${ue.ideas_created||0} ideas created`),de.current||(de.current=!0,ne()));else{const xe=(ue==null?void 0:ue.error)||"Unexpected response format";t.error(xe)}}catch(le){let ue="Failed to generate ideas";le.message&&(ue=le.message.replace(/^API Error \(\d+\): [^-]+ - /,"").trim(),(!ue||ue===le.message)&&(ue=le.message)),t.error(ue)}}else t.info(`Bulk action "${$}" for ${re.length} items`)},[t,ne,te]);a.useEffect(()=>{const $=re=>{oe.current&&!oe.current.contains(re.target)&&T.current&&!T.current.contains(re.target)&&Z(!1)};return I&&document.addEventListener("mousedown",$),()=>{document.removeEventListener("mousedown",$)}},[I]);const ge=a.useMemo(()=>Ms({activeSector:s,formData:Q,setFormData:he,searchTerm:d,setSearchTerm:u,statusFilter:h,setStatusFilter:w,difficultyFilter:i,setDifficultyFilter:P,volumeMin:K,volumeMax:R,setVolumeMin:N,setVolumeMax:z,isVolumeDropdownOpen:I,setIsVolumeDropdownOpen:Z,tempVolumeMin:G,tempVolumeMax:O,setTempVolumeMin:y,setTempVolumeMax:V,volumeButtonRef:T,volumeDropdownRef:oe,setCurrentPage:H,loadClusters:ne}),[s,Q,d,h,i,K,R,I,G,O,ne]),ke=a.useMemo(()=>ge!=null&&ge.headerMetrics?ge.headerMetrics.map($=>({label:$.label,value:$.calculate({clusters:r,totalCount:x}),accentColor:$.accentColor})):[],[ge==null?void 0:ge.headerMetrics,r,x]),Ce=a.useCallback(()=>{he({name:"",description:"",status:"active"}),o(!1),A(null)},[]),Ee=async()=>{try{f&&k?(await Ss(k.id,Q),t.success("Cluster updated successfully")):(await js(Q),t.success("Cluster created successfully")),c(!1),Ce(),ne()}catch($){t.error(`Failed to save: ${$.message}`)}};return e.jsxs(e.Fragment,{children:[e.jsx(Qe,{title:"Keyword Clusters",badge:{icon:e.jsx(Gt,{}),color:"purple"}}),e.jsx(dt,{columns:ge.columns,data:r,loading:m,showContent:ce,filters:ge.filters,filterValues:{search:d,status:h,difficulty:i,volumeMin:K,volumeMax:R},onFilterChange:($,re)=>{const le=re==null?"":String(re);$==="search"?u(le):$==="status"?w(le):$==="difficulty"&&P(le),H(1)},onEdit:$=>{A($),he({name:$.name||"",description:$.description||"",status:$.status||"active"}),o(!0),c(!0)},onCreate:()=>{Ce(),c(!0)},createLabel:"Create Cluster",onCreateIcon:e.jsx(He,{}),onDelete:async $=>{await Cs($),ne()},onBulkDelete:async $=>{const re=await vs($);return C([]),v>1&&r.length<=$.length&&H(1),await ne(),re},onBulkExport:j,onBulkUpdateStatus:ie,onBulkAction:q,onRowAction:W,getItemDisplayName:$=>$.name,onExport:async()=>{t.info("Export functionality coming soon")},onExportIcon:e.jsx(_t,{}),selectionLabel:"cluster",pagination:{currentPage:v,totalPages:M,totalCount:x,onPageChange:H},selection:{selectedIds:X,onSelectionChange:C},sorting:{sortBy:U,sortDirection:F,onSort:pe},headerMetrics:ke,onFilterReset:()=>{u(""),w(""),P(""),N(""),z(""),H(1)}}),e.jsx(Rt,{isOpen:te.isOpen,title:te.title,percentage:te.progress.percentage,status:te.progress.status,message:te.progress.message,details:te.progress.details,taskId:te.taskId||void 0,functionId:te.functionId,stepLogs:te.stepLogs,onClose:()=>{te.closeModal(),te.progress.status==="completed"&&!de.current&&(de.current=!0,ne())}}),e.jsx(Mt,{isOpen:ee,onClose:()=>{c(!1),Ce()},onSubmit:Ee,title:f?"Edit Cluster":"Add Cluster",submitLabel:f?"Update":"Create",fields:ge.formFields()})]})}const Rr=Object.freeze(Object.defineProperty({__proto__:null,default:fr},Symbol.toStringTag,{value:"Module"}));function pr(){const t=Ge(),{activeSector:s}=We(),{pageSize:n}=Xe(),[r,p]=a.useState([]),[m,g]=a.useState([]),[d,u]=a.useState(!0),[h,w]=a.useState(""),[i,P]=a.useState(""),[K,N]=a.useState(""),[R,z]=a.useState(""),[I,Z]=a.useState(""),[G,y]=a.useState([]),[O,V]=a.useState(1),[oe,T]=a.useState(1),[X,C]=a.useState(0),[v,H]=a.useState("created_at"),[M,Y]=a.useState("desc"),[x,E]=a.useState(!1),[U,B]=a.useState(!1),[F,D]=a.useState(!1),[ce,se]=a.useState(null),[ee,c]=a.useState({idea_title:"",description:"",content_structure:"blog_post",content_type:"blog_post",target_keywords:"",keyword_cluster_id:null,status:"new",estimated_word_count:1e3}),f=Tt();a.useEffect(()=>{(async()=>{try{const W=await qe({ordering:"name"});g(W.results||[])}catch(W){console.error("Error fetching clusters:",W)}})()},[]);const o=a.useCallback(async()=>{u(!0),E(!1);try{const j=v?`${M==="desc"?"-":""}${v}`:"-created_at",W={...h&&{search:h},...i&&{status:i},...K&&{keyword_cluster_id:K},...R&&{content_structure:R},...I&&{content_type:I},page:O,page_size:n,ordering:j},q=await Xt(W);p(q.results||[]),C(q.count||0),T(Math.ceil((q.count||0)/n)),setTimeout(()=>{E(!0),u(!1)},100)}catch(j){console.error("Error loading ideas:",j),t.error(`Failed to load ideas: ${j.message}`),E(!0),u(!1)}},[O,i,K,R,I,v,M,h,s,n]);a.useEffect(()=>{o()},[o]),a.useEffect(()=>{const j=()=>{o()},W=()=>{o()};return window.addEventListener("siteChanged",j),window.addEventListener("sectorChanged",W),()=>{window.removeEventListener("siteChanged",j),window.removeEventListener("sectorChanged",W)}},[o]),a.useEffect(()=>{V(1)},[n]),a.useEffect(()=>{const j=setTimeout(()=>{O===1?o():V(1)},500);return()=>clearTimeout(j)},[h,O,o]);const k=(j,W)=>{H(j||"created_at"),Y(W),V(1)},A=a.useCallback(async(j,W)=>{try{const q=j.map(ge=>parseInt(ge));await Ns(q,W),await o()}catch(q){throw q}},[o]),Q=a.useCallback(async j=>{try{if(!j||j.length===0)throw new Error("No records selected for export");t.info("Export functionality coming soon")}catch(W){throw W}},[]),he=a.useCallback(async(j,W)=>{if(j==="queue_to_writer"){if(W.status!=="new"){t.error(`Only ideas with status "new" can be queued. Current status: ${W.status}`);return}try{const q=await Bt([W.id]);t.success(`Queue complete: ${q.created_count||0} task created`),await o()}catch(q){t.error(`Failed to queue idea: ${q.message}`)}}},[t,o]),te=a.useCallback(async(j,W)=>{if(j==="queue_to_writer"){if(W.length===0){t.error("Please select at least one idea to queue");return}try{const q=W.map(ke=>parseInt(ke)),ge=await Bt(q);t.success(`Queue complete: ${ge.created_count||0} tasks created from ${W.length} ideas`),await o()}catch(q){t.error(`Failed to queue ideas: ${q.message}`)}}else t.info(`Bulk action "${j}" for ${W.length} items`)},[t,o]),de=a.useMemo(()=>Fs({clusters:m,activeSector:s,formData:ee,setFormData:c,searchTerm:h,setSearchTerm:w,statusFilter:i,setStatusFilter:P,clusterFilter:K,setClusterFilter:N,structureFilter:R,setStructureFilter:z,typeFilter:I,setTypeFilter:Z,setCurrentPage:V}),[m,s,ee,h,i,K,R,I]),ne=a.useMemo(()=>de!=null&&de.headerMetrics?de.headerMetrics.map(j=>({label:j.label,value:j.calculate({ideas:r,totalCount:X}),accentColor:j.accentColor})):[],[de==null?void 0:de.headerMetrics,r,X]),pe=a.useCallback(()=>{c({idea_title:"",description:"",content_structure:"blog_post",content_type:"blog_post",target_keywords:"",keyword_cluster_id:null,status:"new",estimated_word_count:1e3}),D(!1),se(null)},[]),ie=async()=>{try{F&&ce?(await Es(ce.id,ee),t.success("Idea updated successfully")):(await $s(ee),t.success("Idea created successfully")),B(!1),pe(),o()}catch(j){t.error(`Failed to save: ${j.message}`)}};return e.jsxs(e.Fragment,{children:[e.jsx(Qe,{title:"Content Ideas",badge:{icon:e.jsx(It,{}),color:"orange"}}),e.jsx(dt,{columns:de.columns,data:r,loading:d,showContent:x,filters:de.filters,filterValues:{search:h,status:i,keyword_cluster_id:K,content_structure:R,content_type:I},onFilterChange:(j,W)=>{const q=W==null?"":String(W);j==="search"?w(q):j==="status"?P(q):j==="keyword_cluster_id"?N(q):j==="content_structure"?z(q):j==="content_type"&&Z(q),V(1)},onEdit:j=>{se(j),c({idea_title:j.idea_title||"",description:j.description||"",content_structure:j.content_structure||"blog_post",content_type:j.content_type||"blog_post",target_keywords:j.target_keywords||"",keyword_cluster_id:j.keyword_cluster_id||null,status:j.status||"new",estimated_word_count:j.estimated_word_count||1e3}),D(!0),B(!0)},onCreate:()=>{pe(),B(!0)},createLabel:"Add Idea",onCreateIcon:e.jsx(He,{}),onDelete:async j=>{await _s(j),o()},onBulkDelete:async j=>{const W=await Is(j);return y([]),O>1&&r.length<=j.length&&V(1),await o(),W},onBulkExport:Q,onBulkUpdateStatus:A,onBulkAction:te,onRowAction:he,getItemDisplayName:j=>j.idea_title,onExport:async()=>{t.info("Export functionality coming soon")},onExportIcon:e.jsx(_t,{}),selectionLabel:"idea",pagination:{currentPage:O,totalPages:oe,totalCount:X,onPageChange:V},selection:{selectedIds:G,onSelectionChange:y},sorting:{sortBy:v,sortDirection:M,onSort:k},headerMetrics:ne,onFilterReset:()=>{w(""),P(""),N(""),z(""),Z(""),V(1)}}),e.jsx(Rt,{isOpen:f.isOpen,title:f.title,percentage:f.progress.percentage,status:f.progress.status,message:f.progress.message,details:f.progress.details,taskId:f.taskId||void 0,functionId:f.functionId,stepLogs:f.stepLogs,onClose:()=>{const j=f.progress.status==="completed";f.closeModal(),j&&o()}}),e.jsx(Mt,{isOpen:U,onClose:()=>{B(!1),pe()},onSubmit:ie,title:F?"Edit Idea":"Add Idea",submitLabel:F?"Update":"Create",fields:de.formFields(m)})]})}const Tr=Object.freeze(Object.defineProperty({__proto__:null,default:pr},Symbol.toStringTag,{value:"Module"}));function hr(){const t=Ge(),{activeSite:s}=Et(),{activeSector:n,loadSectorsForSite:r}=We(),{pageSize:p}=Xe(),[m,g]=a.useState([]),[d,u]=a.useState(!0),[h,w]=a.useState(!1),[i,P]=a.useState([]),K=a.useRef(new Set),[N,R]=a.useState(1),[z,I]=a.useState(1),[Z,G]=a.useState(0),[y,O]=a.useState("keyword"),[V,oe]=a.useState("asc"),[T,X]=a.useState(""),[C,v]=a.useState(""),[H,M]=a.useState(""),[Y,x]=a.useState(""),[E,U]=a.useState("");a.useEffect(()=>{s!=null&&s.id&&r(s.id)},[s==null?void 0:s.id]);const B=a.useCallback(async()=>{if(!s||!s.industry){g([]),G(0),I(1),u(!1);return}u(!0),w(!1);try{let c=new Set;try{const{fetchKeywords:ie,fetchSiteSectors:j}=await lt(async()=>{const{fetchKeywords:q,fetchSiteSectors:ge}=await import("./page-dashboard-CuOyqq-s.js").then(ke=>ke.ag);return{fetchKeywords:q,fetchSiteSectors:ge}},__vite__mapDeps([4,1,0,2,3,5,6,7,8,9,10,11,12,13])),W=await j(s.id);for(const q of W)try{((await ie({site_id:s.id,sector_id:q.id,page_size:1e3})).results||[]).forEach(ke=>{const Ce=ke.seed_keyword_id||ke.seed_keyword&&ke.seed_keyword.id;Ce&&c.add(Number(Ce))})}catch(ge){console.warn(`Could not fetch attached keywords for sector ${q.id}:`,ge)}}catch(ie){console.warn("Could not fetch sectors or attached keywords:",ie)}const f={industry:s.industry,page_size:1e3};n&&n.industry_sector&&(f.sector=n.industry_sector),T&&(f.search=T),C&&(f.intent=C);let o=[],k=1,A=!0;for(;A;){const ie={...f,page:k},j=await jt(ie);if(j.results&&j.results.length>0&&(o=[...o,...j.results]),A=j.next!==null&&j.next!==void 0,k++,k>100){console.warn("Reached maximum page limit (100) while fetching seed keywords");break}}let Q=o.map(ie=>{const j=c.has(Number(ie.id))||K.current.has(Number(ie.id));return{...ie,isAdded:!!j}});if(H){const ie=parseInt(H),j=At(ie);if(j!==null){const W=Pt(j);W&&(Q=Q.filter(q=>q.difficulty>=W.min&&q.difficulty<=W.max))}}Y!==""&&Y!==null&&Y!==void 0&&(Q=Q.filter(ie=>ie.volume>=Number(Y))),E!==""&&E!==null&&E!==void 0&&(Q=Q.filter(ie=>ie.volume<=Number(E))),y&&Q.sort((ie,j)=>{let W,q;if(y==="keyword")W=ie.keyword.toLowerCase(),q=j.keyword.toLowerCase();else if(y==="volume")W=ie.volume,q=j.volume;else if(y==="difficulty")W=ie.difficulty,q=j.difficulty;else if(y==="intent")W=ie.intent.toLowerCase(),q=j.intent.toLowerCase();else return 0;return W<q?V==="asc"?-1:1:W>q?V==="asc"?1:-1:0});const he=Q.length,te=p||10,de=(N-1)*te,ne=de+te,pe=Q.slice(de,ne);g(pe),G(he),I(Math.ceil(he/te)),w(!0)}catch(c){console.error("Error loading seed keywords:",c),t.error(`Failed to load keyword opportunities: ${c.message}`),g([]),G(0),I(1)}finally{u(!1)}},[s,n,N,p,T,C,H,Y,E,y,V]);a.useEffect(()=>{B()},[B]),a.useEffect(()=>{const c=setTimeout(()=>{R(1)},500);return()=>clearTimeout(c)},[T]),a.useEffect(()=>{R(1)},[p]);const F=(c,f)=>{O(c||"keyword"),oe(f),R(1)},D=a.useCallback(async c=>{var o;if(!s){t.error("Please select an active site first");return}let f=n;if(!f)try{const{fetchSiteSectors:k}=await lt(async()=>{const{fetchSiteSectors:Q}=await import("./page-dashboard-CuOyqq-s.js").then(he=>he.ag);return{fetchSiteSectors:Q}},__vite__mapDeps([4,1,0,2,3,5,6,7,8,9,10,11,12,13])),A=await k(s.id);if(A.length===0){t.error("No sectors available for this site. Please create a sector first.");return}f={id:A[0].id,name:A[0].name,slug:A[0].slug,site_id:s.id,is_active:A[0].is_active!==!1,industry_sector:A[0].industry_sector||null}}catch(k){t.error(`Failed to get sectors: ${k.message}`);return}try{const k=await As(c,s.id,f.id);k.success?(t.success(`Successfully added ${k.created} keyword(s) to workflow`),c.forEach(A=>{K.current.add(A)}),P([]),g(A=>A.map(Q=>c.includes(Q.id)?{...Q,isAdded:!0}:Q))):t.error(`Failed to add keywords: ${((o=k.errors)==null?void 0:o.join(", "))||"Unknown error"}`)}catch(k){t.error(`Failed to add keywords: ${k.message}`)}},[s,n,t]),ce=a.useCallback(async c=>{if(c.length===0){t.error("Please select at least one keyword");return}const f=c.filter(k=>{const A=m.find(Q=>String(Q.id)===k);return A&&!A.isAdded});if(f.length===0){t.error("All selected keywords are already added to workflow");return}f.length<c.length&&t.info(`${c.length-f.length} keyword(s) were already added and were skipped`);const o=f.map(k=>parseInt(k));await D(o)},[D,t,m]),se=a.useCallback(async()=>{if(!s||!s.industry){t.error("Please select an active site first");return}try{const c={industry:s.industry,page_size:1e3};n!=null&&n.industry_sector&&(c.sector=n.industry_sector);const o=(await jt(c)).results||[];if(o.length===0){t.error("No keywords available to add");return}const{fetchKeywords:k,fetchSiteSectors:A}=await lt(async()=>{const{fetchKeywords:ne,fetchSiteSectors:pe}=await import("./page-dashboard-CuOyqq-s.js").then(ie=>ie.ag);return{fetchKeywords:ne,fetchSiteSectors:pe}},__vite__mapDeps([4,1,0,2,3,5,6,7,8,9,10,11,12,13])),Q=await A(s.id);let he=new Set;for(const ne of Q)try{((await k({site_id:s.id,sector_id:ne.id,page_size:1e3})).results||[]).forEach(ie=>{const j=ie.seed_keyword_id||ie.seed_keyword&&ie.seed_keyword.id;j&&he.add(Number(j))})}catch(pe){console.warn(`Could not fetch attached keywords for sector ${ne.id}:`,pe)}const te=o.filter(ne=>!he.has(ne.id));if(te.length===0){t.error("All keywords are already added to workflow");return}te.length<o.length&&t.info(`${o.length-te.length} keyword(s) were already added and were skipped`);const de=te.map(ne=>ne.id);await D(de)}catch(c){t.error(`Failed to load all keywords: ${c.message}`)}},[s,n,D,t]),ee=a.useMemo(()=>({columns:[{key:"keyword",label:"Keyword",sortable:!0,sortField:"keyword"},...!n?[{key:"sector_name",label:"Sector",sortable:!1,render:(f,o)=>e.jsx(Ue,{color:"info",size:"sm",variant:"light",children:o.sector_name||"-"})}]:[],{key:"volume",label:"Volume",sortable:!0,sortField:"volume",render:f=>f.toLocaleString()},{key:"difficulty",label:"Difficulty",sortable:!0,sortField:"difficulty",align:"center",render:f=>{const o=Rs(f),k=typeof o=="number"&&o===5?"solid":typeof o=="number"&&(o===2||o===3||o===4)?"light":typeof o=="number"&&o===1?"solid":"light",A=typeof o=="number"&&o===1||typeof o=="number"&&o===2?"success":typeof o=="number"&&o===3?"warning":typeof o=="number"&&o===4||typeof o=="number"&&o===5?"error":"light";return typeof o=="number"?e.jsx(Ue,{color:A,variant:k,size:"sm",children:o}):o}},{key:"intent",label:"Intent",sortable:!0,sortField:"intent",render:f=>{const o=k=>{const A=(k==null?void 0:k.toLowerCase())||"";return A==="transactional"||A==="commercial"?"success":A==="navigational"?"warning":"info"};return e.jsx(Ue,{color:o(f),size:"sm",variant:(f==null?void 0:f.toLowerCase())==="informational"?"light":void 0,children:f})}}],filters:[{key:"search",label:"Search",type:"text",placeholder:"Search keywords..."},{key:"intent",label:"Intent",type:"select",options:[{value:"",label:"All Intent"},{value:"informational",label:"Informational"},{value:"navigational",label:"Navigational"},{value:"transactional",label:"Transactional"},{value:"commercial",label:"Commercial"}]},{key:"difficulty",label:"Difficulty",type:"select",options:[{value:"",label:"All Difficulty"},{value:"1",label:"1 - Very Easy"},{value:"2",label:"2 - Easy"},{value:"3",label:"3 - Medium"},{value:"4",label:"4 - Hard"},{value:"5",label:"5 - Very Hard"}]}]}),[n]);return e.jsxs(e.Fragment,{children:[e.jsx(Qe,{title:"Keyword Opportunities",badge:{icon:e.jsx(It,{}),color:"orange"}}),e.jsx(dt,{columns:ee.columns,data:m,loading:d,showContent:h,filters:ee.filters,filterValues:{search:T,intent:C,difficulty:H},onFilterChange:(c,f)=>{const o=f==null?"":String(f);c==="search"?X(o):c==="intent"?(v(o),R(1)):c==="difficulty"&&(M(o),R(1))},onRowAction:async(c,f)=>{if(c==="add_to_workflow"){if(f.isAdded){t.info("This keyword is already added to workflow");return}await D([f.id])}},onBulkAction:async(c,f)=>{c==="add_selected_to_workflow"&&await ce(f)},onCreate:se,createLabel:"Add All to Workflow",onCreateIcon:e.jsx(He,{}),pagination:{currentPage:N,totalPages:z,totalCount:Z,onPageChange:R},sorting:{sortBy:y,sortDirection:V,onSort:F},selection:{selectedIds:i,onSelectionChange:P}})]})}const Or=Object.freeze(Object.defineProperty({__proto__:null,default:hr},Symbol.toStringTag,{value:"Module"}));export{Rr as C,Pr as D,Mt as F,Ar as H,Tr as I,Mr as K,wt as P,ot as S,dt as T,Bs as W,Tt as a,lr as b,Rt as c,Vs as d,Or as e,Xe as u}; diff --git a/frontend/dist/assets/js/pages-settings-GUQ4SeDJ.js b/frontend/dist/assets/js/pages-settings-GUQ4SeDJ.js deleted file mode 100644 index d3c8ad1c..00000000 --- a/frontend/dist/assets/js/pages-settings-GUQ4SeDJ.js +++ /dev/null @@ -1,5 +0,0 @@ -import{r as o,j as e}from"./vendor-react-core-DjsjKnCi.js";import{P,C as u}from"./page-analytics.tsx-1KCk8AGD.js";import{c as It,p as At}from"./vendor-state-CYwAWrAU.js";import{G as Pt,H as Mt,I as Dt,J as Rt,K as $t,L as Ft,M as Ot,i as Y,f as Tt,g as Et,N as ft,O as Ne,h as zt,P as Bt,Q as Gt,R as Wt}from"./page-dashboard-DxYTR5eF.js";import{u as q}from"./page-reference-aC0iABvU.js";import{L as J,B as f,C as jt,o as E,r as ae}from"./page-authpages-CY7hjDHU.js";import{C as ee,M as ge,b as Ce,c as Se,d as Vt,e as Ut,D as Te,a as ie,A as be,P as _e}from"./page-components.tsx-DYfg5dka.js";import{B as C}from"./page-clusters.config.tsx-9GAd-_h-.js";import{S as xe,F as ye,P as X}from"./pages-planner-Biqt-k6C.js";import{L as _t}from"./vendor-react-router-BJY_70Cr.js";const Ht=It()(At((t,s)=>({accountSettings:{},moduleSettings:{},loading:!1,error:null,loadAccountSettings:async()=>{t({loading:!0,error:null});try{const a=await Ot(),r={};a.results.forEach(i=>{r[i.key]=i}),t({accountSettings:r,loading:!1})}catch(a){t({error:a.message,loading:!1})}},loadAccountSetting:async a=>{try{const r=await Ft(a);t(i=>({accountSettings:{...i.accountSettings,[a]:r}}))}catch(r){t({error:r.message})}},updateAccountSetting:async(a,r)=>{t({loading:!0,error:null});try{const i=s().accountSettings[a];let l;i?l=await Rt(a,{config:r}):l=await $t({key:a,config:r}),t(n=>({accountSettings:{...n.accountSettings,[a]:l},loading:!1}))}catch(i){throw t({error:i.message,loading:!1}),i}},loadModuleSettings:async a=>{t({loading:!0,error:null});try{const r=await Dt(a),i={};r.forEach(l=>{i[l.key]=l}),t(l=>({moduleSettings:{...l.moduleSettings,[a]:i},loading:!1}))}catch(r){t({error:r.message,loading:!1})}},updateModuleSetting:async(a,r,i)=>{var l;t({loading:!0,error:null});try{const n=(l=s().moduleSettings[a])==null?void 0:l[r];let x;n?x=await Pt(a,r,{config:i}):x=await Mt({module_name:a,key:r,config:i}),t(g=>({moduleSettings:{...g.moduleSettings,[a]:{...g.moduleSettings[a]||{},[r]:x}},loading:!1}))}catch(n){throw t({error:n.message,loading:!1}),n}},reset:()=>{t({accountSettings:{},moduleSettings:{},loading:!1,error:null})}}),{name:"settings-storage",partialize:t=>({accountSettings:t.accountSettings,moduleSettings:t.moduleSettings})}));function Zt(){const t=q(),{accountSettings:s,loading:a,loadAccountSettings:r,updateAccountSetting:i}=Ht(),[l,n]=o.useState({records_per_page:20,default_sort:"created_at",default_sort_direction:"desc"});o.useEffect(()=>{r()},[r]),o.useEffect(()=>{s.table_settings&&n(s.table_settings.config)},[s]);const x=async()=>{try{await i("table_settings",l),t.success("Settings saved successfully")}catch(g){t.error(`Failed to save settings: ${g.message}`)}};return e.jsxs(e.Fragment,{children:[e.jsx(P,{title:"General Settings - IGNY8",description:"Plugin configuration"}),e.jsx(u,{title:"General Settings",desc:"Configure plugin settings, automation, and table preferences",children:e.jsxs("div",{className:"space-y-6",children:[e.jsxs("div",{className:"space-y-4",children:[e.jsx("h3",{className:"text-lg font-semibold",children:"Table Settings"}),e.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-4",children:[e.jsxs("div",{children:[e.jsx(J,{htmlFor:"records_per_page",children:"Records Per Page"}),e.jsx("input",{id:"records_per_page",type:"number",min:"5",max:"100",className:"h-9 w-full rounded-lg border border-gray-300 bg-transparent px-3 py-2 text-sm shadow-theme-xs text-gray-800 placeholder:text-gray-400 focus:border-brand-300 focus:outline-hidden focus:ring-3 focus:ring-brand-500/10 dark:border-gray-700 dark:bg-gray-900 dark:text-white/90 dark:placeholder:text-white/30 dark:focus:border-brand-800",value:l.records_per_page,onChange:g=>n({...l,records_per_page:parseInt(g.target.value)||20})})]}),e.jsxs("div",{children:[e.jsx(J,{htmlFor:"default_sort",children:"Default Sort Field"}),e.jsx("input",{id:"default_sort",type:"text",className:"h-9 w-full rounded-lg border border-gray-300 bg-transparent px-3 py-2 text-sm shadow-theme-xs text-gray-800 placeholder:text-gray-400 focus:border-brand-300 focus:outline-hidden focus:ring-3 focus:ring-brand-500/10 dark:border-gray-700 dark:bg-gray-900 dark:text-white/90 dark:placeholder:text-white/30 dark:focus:border-brand-800",value:l.default_sort,onChange:g=>n({...l,default_sort:g.target.value})})]}),e.jsxs("div",{children:[e.jsx(J,{htmlFor:"default_sort_direction",children:"Default Sort Direction"}),e.jsxs("select",{id:"default_sort_direction",className:"h-9 w-full rounded-lg border border-gray-300 bg-transparent px-3 py-2 text-sm shadow-theme-xs text-gray-800 focus:border-brand-300 focus:outline-hidden focus:ring-3 focus:ring-brand-500/10 dark:border-gray-700 dark:bg-gray-900 dark:text-white/90 dark:focus:border-brand-800",value:l.default_sort_direction,onChange:g=>n({...l,default_sort_direction:g.target.value}),children:[e.jsx("option",{value:"asc",children:"Ascending"}),e.jsx("option",{value:"desc",children:"Descending"})]})]})]})]}),e.jsx("div",{className:"flex justify-end",children:e.jsx(f,{onClick:x,disabled:a,className:"px-6",children:a?"Saving...":"Save Settings"})})]})})]})}const dr=Object.freeze(Object.defineProperty({__proto__:null,default:Zt},Symbol.toStringTag,{value:"Module"}));function Kt(){const t=q(),[s,a]=o.useState([]),[r,i]=o.useState(!0);o.useEffect(()=>{l()},[]);const l=async()=>{try{i(!0);const n=await Y("/v1/auth/users/");a(n.results||[])}catch(n){t.error(`Failed to load users: ${n.message}`)}finally{i(!1)}};return e.jsxs("div",{className:"p-6",children:[e.jsx(P,{title:"Users"}),e.jsxs("div",{className:"mb-6",children:[e.jsx("h1",{className:"text-2xl font-bold text-gray-900 dark:text-white",children:"Users"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mt-1",children:"Manage account users and permissions"})]}),r?e.jsx("div",{className:"flex items-center justify-center h-64",children:e.jsx("div",{className:"text-gray-500",children:"Loading..."})}):e.jsx(ee,{className:"p-6",children:e.jsx("div",{className:"overflow-x-auto",children:e.jsxs("table",{className:"w-full",children:[e.jsx("thead",{children:e.jsxs("tr",{className:"border-b border-gray-200 dark:border-gray-700",children:[e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Email"}),e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Username"}),e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Role"}),e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Status"})]})}),e.jsx("tbody",{children:s.map(n=>e.jsxs("tr",{className:"border-b border-gray-100 dark:border-gray-800",children:[e.jsx("td",{className:"py-3 px-4 text-sm text-gray-900 dark:text-white",children:n.email}),e.jsx("td",{className:"py-3 px-4 text-sm text-gray-600 dark:text-gray-400",children:n.username}),e.jsx("td",{className:"py-3 px-4",children:e.jsx(C,{variant:"light",color:"primary",children:n.role})}),e.jsx("td",{className:"py-3 px-4",children:e.jsx(C,{variant:"light",color:n.is_active?"success":"dark",children:n.is_active?"Active":"Inactive"})})]},n.id))})]})})})]})}const cr=Object.freeze(Object.defineProperty({__proto__:null,default:Kt},Symbol.toStringTag,{value:"Module"}));function qt(){const t=q(),[s,a]=o.useState([]),[r,i]=o.useState(!0);o.useEffect(()=>{l()},[]);const l=async()=>{try{i(!0);const x=await Y("/v1/auth/subscriptions/");a(x.results||[])}catch(x){t.error(`Failed to load subscriptions: ${x.message}`)}finally{i(!1)}},n=x=>{switch(x){case"active":return"success";case"past_due":return"warning";case"canceled":return"error";default:return"primary"}};return e.jsxs("div",{className:"p-6",children:[e.jsx(P,{title:"Subscriptions"}),e.jsxs("div",{className:"mb-6",children:[e.jsx("h1",{className:"text-2xl font-bold text-gray-900 dark:text-white",children:"Subscriptions"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mt-1",children:"Manage account subscriptions"})]}),r?e.jsx("div",{className:"flex items-center justify-center h-64",children:e.jsx("div",{className:"text-gray-500",children:"Loading..."})}):e.jsx(ee,{className:"p-6",children:e.jsx("div",{className:"overflow-x-auto",children:e.jsxs("table",{className:"w-full",children:[e.jsx("thead",{children:e.jsxs("tr",{className:"border-b border-gray-200 dark:border-gray-700",children:[e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Account"}),e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Status"}),e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Period Start"}),e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Period End"})]})}),e.jsx("tbody",{children:s.map(x=>e.jsxs("tr",{className:"border-b border-gray-100 dark:border-gray-800",children:[e.jsx("td",{className:"py-3 px-4 text-sm text-gray-900 dark:text-white",children:x.account_name}),e.jsx("td",{className:"py-3 px-4",children:e.jsx(C,{variant:"light",color:n(x.status),children:x.status})}),e.jsx("td",{className:"py-3 px-4 text-sm text-gray-600 dark:text-gray-400",children:new Date(x.current_period_start).toLocaleDateString()}),e.jsx("td",{className:"py-3 px-4 text-sm text-gray-600 dark:text-gray-400",children:new Date(x.current_period_end).toLocaleDateString()})]},x.id))})]})})})]})}const xr=Object.freeze(Object.defineProperty({__proto__:null,default:qt},Symbol.toStringTag,{value:"Module"}));function Yt(){const t=q(),[s,a]=o.useState([]),[r,i]=o.useState(!0);o.useEffect(()=>{l()},[]);const l=async()=>{try{i(!0);const n=await Y("/v1/system/settings/system/");a(n.results||[])}catch(n){t.error(`Failed to load system settings: ${n.message}`)}finally{i(!1)}};return e.jsxs("div",{className:"p-6",children:[e.jsx(P,{title:"System Settings"}),e.jsxs("div",{className:"mb-6",children:[e.jsx("h1",{className:"text-2xl font-bold text-gray-900 dark:text-white",children:"System Settings"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mt-1",children:"Global platform-wide settings"})]}),r?e.jsx("div",{className:"flex items-center justify-center h-64",children:e.jsx("div",{className:"text-gray-500",children:"Loading..."})}):e.jsx(ee,{className:"p-6",children:e.jsx("p",{className:"text-gray-600 dark:text-gray-400",children:"System settings management interface coming soon."})})]})}const mr=Object.freeze(Object.defineProperty({__proto__:null,default:Yt},Symbol.toStringTag,{value:"Module"}));function Jt(){const t=q(),[s,a]=o.useState([]),[r,i]=o.useState(!0);o.useEffect(()=>{l()},[]);const l=async()=>{try{i(!0);const n=await Y("/v1/system/settings/account/");a(n.results||[])}catch(n){t.error(`Failed to load account settings: ${n.message}`)}finally{i(!1)}};return e.jsxs("div",{className:"p-6",children:[e.jsx(P,{title:"Account Settings"}),e.jsxs("div",{className:"mb-6",children:[e.jsx("h1",{className:"text-2xl font-bold text-gray-900 dark:text-white",children:"Account Settings"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mt-1",children:"Account-level configuration"})]}),r?e.jsx("div",{className:"flex items-center justify-center h-64",children:e.jsx("div",{className:"text-gray-500",children:"Loading..."})}):e.jsx(ee,{className:"p-6",children:e.jsx("p",{className:"text-gray-600 dark:text-gray-400",children:"Account settings management interface coming soon."})})]})}const gr=Object.freeze(Object.defineProperty({__proto__:null,default:Jt},Symbol.toStringTag,{value:"Module"}));function Qt(){const t=q(),[s,a]=o.useState([]),[r,i]=o.useState(!0);o.useEffect(()=>{l()},[]);const l=async()=>{try{i(!0);const n=await Y("/v1/system/settings/modules/");a(n.results||[])}catch(n){t.error(`Failed to load module settings: ${n.message}`)}finally{i(!1)}};return e.jsxs("div",{className:"p-6",children:[e.jsx(P,{title:"Module Settings"}),e.jsxs("div",{className:"mb-6",children:[e.jsx("h1",{className:"text-2xl font-bold text-gray-900 dark:text-white",children:"Module Settings"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mt-1",children:"Module-specific configuration"})]}),r?e.jsx("div",{className:"flex items-center justify-center h-64",children:e.jsx("div",{className:"text-gray-500",children:"Loading..."})}):e.jsx(ee,{className:"p-6",children:e.jsx("p",{className:"text-gray-600 dark:text-gray-400",children:"Module settings management interface coming soon."})})]})}const ur=Object.freeze(Object.defineProperty({__proto__:null,default:Qt},Symbol.toStringTag,{value:"Module"}));function Xt(){const t=q(),[s,a]=o.useState([]),[r,i]=o.useState(!0);o.useEffect(()=>{l()},[]);const l=async()=>{try{i(!0);const n=await Y("/v1/system/settings/ai/");a(n.results||[])}catch(n){t.error(`Failed to load AI settings: ${n.message}`)}finally{i(!1)}};return e.jsxs("div",{className:"p-6",children:[e.jsx(P,{title:"AI Settings"}),e.jsxs("div",{className:"mb-6",children:[e.jsx("h1",{className:"text-2xl font-bold text-gray-900 dark:text-white",children:"AI Settings"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mt-1",children:"AI-specific configuration"})]}),r?e.jsx("div",{className:"flex items-center justify-center h-64",children:e.jsx("div",{className:"text-gray-500",children:"Loading..."})}):e.jsx(ee,{className:"p-6",children:e.jsx("p",{className:"text-gray-600 dark:text-gray-400",children:"AI settings management interface coming soon."})})]})}const hr=Object.freeze(Object.defineProperty({__proto__:null,default:Xt},Symbol.toStringTag,{value:"Module"})),yt=()=>e.jsx("svg",{width:"1em",height:"1em",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"text-success-500",children:e.jsx("path",{d:"M13.4017 4.35986L6.12166 11.6399L2.59833 8.11657",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round"})}),Le=()=>e.jsx("svg",{width:"1em",height:"1em",viewBox:"0 0 17 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"text-gray-400",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.05394 4.78033C3.76105 4.48744 3.76105 4.01256 4.05394 3.71967C4.34684 3.42678 4.82171 3.42678 5.1146 3.71967L8.33437 6.93944L11.5521 3.72173C11.845 3.42883 12.3199 3.42883 12.6127 3.72173C12.9056 4.01462 12.9056 4.48949 12.6127 4.78239L9.39503 8.0001L12.6127 11.2178C12.9056 11.5107 12.9056 11.9856 12.6127 12.2785C12.3198 12.5713 11.845 12.5713 11.5521 12.2785L8.33437 9.06076L5.11462 12.2805C4.82173 12.5734 4.34685 12.5734 4.05396 12.2805C3.76107 11.9876 3.76107 11.5127 4.05396 11.2199L7.27371 8.0001L4.05394 4.78033Z",fill:"currentColor"})});function ve({variant:t="1",title:s,subtitle:a,plans:r,showToggle:i=!1,onPlanSelect:l,className:n=""}){const[x,g]=o.useState("monthly"),N=d=>{d.disabled||l==null||l(d)},T=d=>typeof d=="number"?d.toFixed(2):d,_=d=>{const w=typeof d.monthlyPrice=="number"?d.monthlyPrice:typeof d.price=="number"?d.price:parseFloat(String(d.price||0));if(x==="annually"&&i){const j=w*12*.8,S=w*12;return{price:j,originalPrice:S}}return{price:w}};return t==="1"?e.jsxs("div",{className:`space-y-6 ${n}`,children:[s&&e.jsx("div",{className:"mx-auto w-full max-w-[385px]",children:e.jsx("h2",{className:"font-bold text-center text-gray-800 mb-7 text-title-sm dark:text-white/90",children:s})}),i&&e.jsx("div",{className:"mb-10 text-center",children:e.jsxs("div",{className:"relative inline-flex p-1 mx-auto bg-gray-200 rounded-full z-1 dark:bg-gray-800",children:[e.jsx("span",{className:`absolute top-1/2 -z-1 flex h-11 w-[120px] -translate-y-1/2 rounded-full bg-white shadow-theme-xs duration-200 ease-linear dark:bg-white/10 ${x==="monthly"?"translate-x-0":"translate-x-[120px]"}`}),e.jsx("button",{onClick:()=>g("monthly"),className:`flex h-11 w-[120px] items-center justify-center text-base font-medium transition-colors ${x==="monthly"?"text-gray-800 dark:text-white/90":"text-gray-500 hover:text-gray-700 dark:hover:text-white/80 dark:text-gray-400"}`,children:"Monthly"}),e.jsx("button",{onClick:()=>g("annually"),className:`flex h-11 w-[120px] items-center justify-center text-base font-medium transition-colors ${x==="annually"?"text-gray-800 dark:text-white/90":"text-gray-500 hover:text-gray-700 dark:hover:text-white/80 dark:text-gray-400"}`,children:"Annually"})]})}),e.jsx("div",{className:"grid gap-5 grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 xl:gap-6",children:r.map((d,w)=>{const j=d.highlighted||!1,S=_(d),I=x==="annually"&&i?"/year":d.period||"/month";return e.jsxs("div",{className:`rounded-2xl border p-6 flex flex-col ${j?"bg-gray-800 border-gray-800 dark:border-white/10 dark:bg-white/10":"border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]"}`,children:[e.jsx("span",{className:`block mb-3 font-semibold text-theme-xl ${j?"text-white":"text-gray-800 dark:text-white/90"}`,children:d.name}),e.jsxs("div",{className:"flex items-center justify-between mb-1",children:[e.jsxs("div",{className:"flex items-end",children:[e.jsxs("h2",{className:`font-bold text-title-md ${j?"text-white":"text-gray-800 dark:text-white/90"}`,children:["$",T(S.price)]}),e.jsx("span",{className:`inline-block mb-1 text-sm ${j?"text-white/70":"text-gray-500 dark:text-gray-400"}`,children:I})]}),(S.originalPrice||d.originalPrice)&&e.jsxs("span",{className:`font-semibold line-through text-theme-xl ${j?"text-gray-300":"text-gray-400"}`,children:["$",T(S.originalPrice||d.originalPrice||0)]})]}),d.description&&e.jsx("p",{className:`text-sm ${j?"text-white/70":"text-gray-500 dark:text-gray-400"}`,children:d.description}),e.jsx("div",{className:`w-full h-px my-6 ${j?"bg-white/20":"bg-gray-200 dark:bg-gray-800"}`}),e.jsx("ul",{className:"mb-8 space-y-3 flex-grow",children:d.features.map((h,O)=>{const $=h.startsWith("!"),Z=$?h.substring(1):h;return e.jsxs("li",{className:`flex items-center gap-3 text-sm ${j?"text-white/80":$?"text-gray-400":"text-gray-500 dark:text-gray-400"}`,children:[$?e.jsx(Le,{}):e.jsx(yt,{}),Z]},O)})}),e.jsx("button",{onClick:()=>N(d),disabled:d.disabled,className:`flex w-full items-center justify-center rounded-lg p-3.5 text-sm font-medium text-white shadow-theme-xs transition-colors mt-auto ${j?"bg-brand-500 hover:bg-brand-600 dark:hover:bg-brand-600":"bg-gray-800 hover:bg-brand-500 dark:bg-white/10 dark:hover:bg-brand-600"} ${d.disabled?"opacity-50 cursor-not-allowed":""}`,children:d.buttonText||"Choose Plan"})]},d.id||w)})})]}):t==="2"?e.jsx("div",{className:`space-y-6 ${n}`,children:e.jsx("div",{className:"grid gap-5 grid-cols-1 sm:grid-cols-2 xl:grid-cols-3 xl:gap-6",children:r.map((d,w)=>{const j=d.highlighted||w===1;return e.jsxs("div",{className:`rounded-2xl border p-6 xl:p-8 ${j?"border-2 border-brand-500 bg-white dark:border-brand-500 dark:bg-white/[0.03]":"border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]"}`,children:[e.jsxs("div",{className:"flex items-start justify-between -mb-4",children:[e.jsx("span",{className:"block font-semibold text-gray-800 text-theme-xl dark:text-white/90",children:d.name}),d.icon&&e.jsx("span",{className:"flex h-[56px] dark:bg-brand-500/10 w-[56px] items-center justify-center rounded-[10.5px] bg-brand-50 text-brand-500",children:d.icon})]}),e.jsxs("div",{className:"flex items-end",children:[e.jsxs("h2",{className:"font-bold text-gray-800 text-title-md dark:text-white/90",children:["$",T(d.price)]}),e.jsx("span",{className:"inline-block mb-1 text-sm text-gray-500 dark:text-gray-400",children:d.period||" / Lifetime"})]}),d.description&&e.jsx("p",{className:"mt-1 text-sm text-gray-500 dark:text-gray-400",children:d.description}),e.jsx("div",{className:"w-full h-px my-6 bg-gray-200 dark:bg-gray-800"}),e.jsx("ul",{className:"mb-8 space-y-3",children:d.features.map((S,I)=>{const h=S.startsWith("!"),O=h?S.substring(1):S;return e.jsxs("li",{className:`flex items-center gap-3 text-sm ${h?"text-gray-400":"text-gray-700 dark:text-gray-400"}`,children:[h?e.jsx(Le,{}):e.jsx(yt,{}),O]},I)})}),e.jsx("button",{onClick:()=>N(d),disabled:d.disabled,className:`flex w-full items-center justify-center rounded-lg p-3.5 text-sm font-medium text-white shadow-theme-xs transition-colors ${j?"bg-brand-500 hover:bg-brand-600":"bg-gray-800 hover:bg-brand-500 dark:bg-white/10 dark:hover:bg-brand-600"} ${d.disabled?"opacity-50 cursor-not-allowed":""}`,children:d.buttonText||(j?"Choose This Plan":"Choose Starter")})]},d.id||w)})})}):t==="3"?e.jsx("div",{className:`space-y-6 ${n}`,children:e.jsx("div",{className:"grid gap-5 grid-cols-1 sm:grid-cols-2 xl:grid-cols-3 xl:gap-3 2xl:grid-cols-4",children:r.map((d,w)=>{const j=d.recommended||w===2;return e.jsx("div",{children:e.jsxs("div",{className:`rounded-2xl p-6 ${j?"relative bg-brand-500":"bg-white dark:bg-white/[0.03]"}`,children:[j&&e.jsx("div",{className:"absolute px-3 py-1 font-medium text-white rounded-lg right-4 top-4 -z-1 bg-white/10 text-theme-xs",children:"Recommended"}),e.jsx("span",{className:`block font-semibold text-theme-xl ${j?"text-white":"text-gray-800 dark:text-white/90"}`,children:d.name}),d.description&&e.jsx("p",{className:`mt-1 text-sm ${j?"text-white/90":"text-gray-500 dark:text-gray-400"}`,children:d.description}),e.jsx("h2",{className:`mb-0.5 mt-4 text-title-sm font-bold ${j?"text-white":"text-gray-800 dark:text-white/90"}`,children:typeof d.price=="string"&&d.price.toLowerCase()==="free"?"Free":`$${T(d.price)}`}),e.jsx("span",{className:`inline-block mb-6 text-sm ${j?"text-white/90":"text-gray-500 dark:text-gray-400"}`,children:d.period||"For a Lifetime"}),e.jsx("button",{onClick:()=>N(d),disabled:d.disabled,className:`flex h-11 w-full items-center justify-center rounded-lg p-3.5 text-sm font-medium shadow-theme-xs transition-colors ${j?"bg-white text-gray-800 hover:bg-gray-50":d.disabled?"border border-gray-300 bg-white text-gray-400 disabled:pointer-events-none dark:border-gray-700 dark:bg-gray-800 dark:hover:bg-white/[0.03] dark:hover:text-gray-200":"bg-brand-500 text-white hover:bg-brand-600"}`,children:d.buttonText||(d.disabled?"Current Plan":"Try for Free")}),e.jsx("ul",{className:"mt-6 space-y-3",children:d.features.map((S,I)=>{const h=S.startsWith("!"),O=h?S.substring(1):S;return e.jsxs("li",{className:`flex items-center gap-3 text-sm ${j?"text-white":h?"text-gray-400":"text-gray-700 dark:text-gray-400"}`,children:[h?e.jsx(Le,{}):e.jsx("svg",{width:"1em",height:"1em",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:j?"text-white":"text-success-500",children:e.jsx("path",{d:"M13.4017 4.35986L6.12166 11.6399L2.59833 8.11657",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round"})}),O]},I)})})]})},d.id||w)})})}):null}const me=t=>t.toLocaleString(),es=t=>t>=1e6?`${(t/1e6).toFixed(1)}M`:t>=1e3?`${(t/1e3).toFixed(0)}K`:t.toString(),ts=t=>{const s=[];if(s.push(`${t.max_sites} ${t.max_sites===1?"Site":"Sites"}`),s.push(`${t.max_users} ${t.max_users===1?"User":"Users"}`),s.push(`${me(t.max_keywords)} Keywords`),s.push(`${me(t.max_clusters)} Clusters`),s.push(`${me(t.max_content_ideas)} Content Ideas`),s.push(`${es(t.monthly_word_count_limit)} Words/Month`),s.push(`${t.daily_content_tasks} Daily Content Tasks`),s.push(`${t.monthly_image_count} Images/Month`),t.image_model_choices&&t.image_model_choices.length>0){const a=t.image_model_choices.map(r=>r.toUpperCase()).join(", ");s.push(`${a} Image Models`)}return s.push(`${me(t.included_credits)} AI Credits Included`),s.push(`${me(t.monthly_ai_credit_limit)} Monthly AI Credit Limit`),t.features&&Array.isArray(t.features)&&(t.features.includes("ai_writer")&&s.push("AI Writer"),t.features.includes("image_gen")&&s.push("Image Generation"),t.features.includes("auto_publish")&&s.push("Auto Publish"),t.features.includes("custom_prompts")&&s.push("Custom Prompts")),s},ss=(t,s,a)=>{const r=typeof t.price=="number"?t.price:parseFloat(String(t.price||0)),i=t.slug.toLowerCase()==="growth";return{id:t.id,name:t.name,monthlyPrice:r,price:r,period:"/month",description:rs(t),features:ts(t),buttonText:"Choose Plan",highlighted:i}},rs=t=>{const s=t.slug.toLowerCase();return s.includes("free")?"Perfect for getting started":s.includes("starter")?"For solo designers & freelancers":s.includes("growth")?"For growing businesses":s.includes("scale")||s.includes("enterprise")?"For teams and large organizations":"Choose the perfect plan for your needs"};function as(){const t=q(),[s,a]=o.useState([]),[r,i]=o.useState(!0);o.useEffect(()=>{l()},[]);const l=async()=>{try{i(!0);const N=((await Y("/v1/auth/plans/")).results||[]).filter(T=>T.is_active).sort((T,_)=>{const d=typeof T.price=="number"?T.price:parseFloat(String(T.price||0)),w=typeof _.price=="number"?_.price:parseFloat(String(_.price||0));return d-w});a(N)}catch(g){t.error(`Failed to load plans: ${g.message}`)}finally{i(!1)}},n=g=>{console.log("Selected plan:",g),t.success(`Selected plan: ${g.name}`)},x=s.map((g,N)=>ss(g,N,s.length));return e.jsxs("div",{className:"p-6",children:[e.jsx(P,{title:"Plans"}),e.jsxs("div",{className:"mb-6",children:[e.jsx("h1",{className:"text-2xl font-bold text-gray-900 dark:text-white",children:"Plans"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mt-1",children:"Choose the perfect plan for your needs. All plans include our core features."})]}),r?e.jsx("div",{className:"flex items-center justify-center h-64",children:e.jsx("div",{className:"text-gray-500",children:"Loading plans..."})}):x.length===0?e.jsx("div",{className:"flex items-center justify-center h-64",children:e.jsx("div",{className:"text-gray-500",children:"No active plans available"})}):e.jsxs(e.Fragment,{children:[e.jsx(ve,{variant:"1",title:"Flexible Plans Tailored to Fit Your Unique Needs!",plans:x,showToggle:!0,onPlanSelect:n}),e.jsx("div",{className:"mt-8 text-center",children:e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400",children:"Need more details? View all features and limits for each plan."})})]})]})}const pr=Object.freeze(Object.defineProperty({__proto__:null,default:as},Symbol.toStringTag,{value:"Module"}));function is(){const t=q(),[s,a]=o.useState([]),[r,i]=o.useState(!0);o.useEffect(()=>{l()},[]);const l=async()=>{try{i(!0);const n=await Tt();a(n.industries||[])}catch(n){t.error(`Failed to load industries: ${n.message}`)}finally{i(!1)}};return e.jsxs("div",{className:"p-6",children:[e.jsx(P,{title:"Industries"}),e.jsxs("div",{className:"mb-6",children:[e.jsx("h1",{className:"text-2xl font-bold text-gray-900 dark:text-white",children:"Industries"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mt-1",children:"Manage global industry templates (Admin Only)"})]}),r?e.jsx("div",{className:"flex items-center justify-center h-64",children:e.jsx("div",{className:"text-gray-500",children:"Loading..."})}):e.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6",children:s.map(n=>e.jsxs(ee,{className:"p-6",children:[e.jsxs("div",{className:"flex justify-between items-start mb-4",children:[e.jsx("h3",{className:"text-lg font-semibold text-gray-900 dark:text-white",children:n.name}),e.jsx(C,{variant:"light",color:n.is_active?"success":"dark",children:n.is_active?"Active":"Inactive"})]}),n.description&&e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400 mb-2",children:n.description}),e.jsxs("p",{className:"text-sm text-gray-500 dark:text-gray-400",children:["Sectors: ",n.sectors_count||0]})]},n.id))})]})}const br=Object.freeze(Object.defineProperty({__proto__:null,default:is},Symbol.toStringTag,{value:"Module"})),le=t=>{switch(t){case"healthy":return"bg-green-100 text-green-800 dark:bg-green-900/30 dark:text-green-400";case"warning":return"bg-yellow-100 text-yellow-800 dark:bg-yellow-900/30 dark:text-yellow-400";case"critical":return"bg-red-100 text-red-800 dark:bg-red-900/30 dark:text-red-400";default:return"bg-gray-100 text-gray-800 dark:bg-gray-900/30 dark:text-gray-400"}};function ns(){var x,g,N,T,_,d,w,j,S,I,h,O,$,Z,W,A,R,U,F,H,c,p,v,M,k,b,y,L,G,z,D,ue,de,he,ce,m,V,Q,te,we,pe,Re,$e,Fe,Oe,Ee,ze,Be,Ge,We,Ve,Ue,He,Ze,Ke,qe,Ye,Je,Qe,Xe,et,tt,st,rt,at,it,nt,lt,ot,dt,ct,xt,mt,gt,ut,ht,pt,bt;const[t,s]=o.useState(null),[a,r]=o.useState(!0),[i,l]=o.useState(null),n=async()=>{try{const se=await Y("/v1/system/status/");s(se),l(null)}catch(se){l(se instanceof Error?se.message:"Unknown error")}finally{r(!1)}};return o.useEffect(()=>{n();const se=setInterval(n,3e4);return()=>clearInterval(se)},[]),a?e.jsxs(e.Fragment,{children:[e.jsx(P,{title:"System Status - IGNY8",description:"System monitoring"}),e.jsx(u,{title:"System Status",desc:"Loading system information...",children:e.jsx("div",{className:"text-center py-8",children:e.jsx("div",{className:"animate-spin rounded-full h-12 w-12 border-b-2 border-gray-900 dark:border-white mx-auto"})})})]}):i||!t?e.jsxs(e.Fragment,{children:[e.jsx(P,{title:"System Status - IGNY8",description:"System monitoring"}),e.jsx(u,{title:"System Status",desc:"Error loading system information",children:e.jsx("div",{className:"text-center py-8 text-red-600 dark:text-red-400",children:i||"Failed to load system status"})})]}):e.jsxs(e.Fragment,{children:[e.jsx(P,{title:"System Status - IGNY8",description:"System monitoring"}),e.jsxs("div",{className:"space-y-6",children:[e.jsx(u,{title:"System Resources",desc:"CPU, Memory, and Disk Usage",children:e.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-3 gap-6",children:[e.jsxs("div",{className:"space-y-2",children:[e.jsxs("div",{className:"flex justify-between items-center",children:[e.jsx("span",{className:"text-sm font-medium text-gray-700 dark:text-gray-300",children:"CPU"}),e.jsx("span",{className:`text-xs px-2 py-1 rounded ${le(((g=(x=t.system)==null?void 0:x.cpu)==null?void 0:g.status)||"unknown")}`,children:((T=(N=t.system)==null?void 0:N.cpu)==null?void 0:T.status)||"unknown"})]}),e.jsx("div",{className:"w-full bg-gray-200 dark:bg-gray-700 rounded-full h-4",children:e.jsx("div",{className:`h-4 rounded-full ${(((d=(_=t.system)==null?void 0:_.cpu)==null?void 0:d.usage_percent)||0)<80?"bg-green-500":(((j=(w=t.system)==null?void 0:w.cpu)==null?void 0:j.usage_percent)||0)<95?"bg-yellow-500":"bg-red-500"}`,style:{width:`${((I=(S=t.system)==null?void 0:S.cpu)==null?void 0:I.usage_percent)||0}%`}})}),e.jsxs("div",{className:"text-sm text-gray-600 dark:text-gray-400",children:[($=(O=(h=t.system)==null?void 0:h.cpu)==null?void 0:O.usage_percent)==null?void 0:$.toFixed(1),"% used (",(W=(Z=t.system)==null?void 0:Z.cpu)==null?void 0:W.cores," cores)"]})]}),e.jsxs("div",{className:"space-y-2",children:[e.jsxs("div",{className:"flex justify-between items-center",children:[e.jsx("span",{className:"text-sm font-medium text-gray-700 dark:text-gray-300",children:"Memory"}),e.jsx("span",{className:`text-xs px-2 py-1 rounded ${le(((R=(A=t.system)==null?void 0:A.memory)==null?void 0:R.status)||"unknown")}`,children:((F=(U=t.system)==null?void 0:U.memory)==null?void 0:F.status)||"unknown"})]}),e.jsx("div",{className:"w-full bg-gray-200 dark:bg-gray-700 rounded-full h-4",children:e.jsx("div",{className:`h-4 rounded-full ${(((c=(H=t.system)==null?void 0:H.memory)==null?void 0:c.usage_percent)||0)<80?"bg-green-500":(((v=(p=t.system)==null?void 0:p.memory)==null?void 0:v.usage_percent)||0)<95?"bg-yellow-500":"bg-red-500"}`,style:{width:`${((k=(M=t.system)==null?void 0:M.memory)==null?void 0:k.usage_percent)||0}%`}})}),e.jsxs("div",{className:"text-sm text-gray-600 dark:text-gray-400",children:[(L=(y=(b=t.system)==null?void 0:b.memory)==null?void 0:y.used_gb)==null?void 0:L.toFixed(1)," GB / ",(D=(z=(G=t.system)==null?void 0:G.memory)==null?void 0:z.total_gb)==null?void 0:D.toFixed(1)," GB"]})]}),e.jsxs("div",{className:"space-y-2",children:[e.jsxs("div",{className:"flex justify-between items-center",children:[e.jsx("span",{className:"text-sm font-medium text-gray-700 dark:text-gray-300",children:"Disk"}),e.jsx("span",{className:`text-xs px-2 py-1 rounded ${le(((de=(ue=t.system)==null?void 0:ue.disk)==null?void 0:de.status)||"unknown")}`,children:((ce=(he=t.system)==null?void 0:he.disk)==null?void 0:ce.status)||"unknown"})]}),e.jsx("div",{className:"w-full bg-gray-200 dark:bg-gray-700 rounded-full h-4",children:e.jsx("div",{className:`h-4 rounded-full ${(((V=(m=t.system)==null?void 0:m.disk)==null?void 0:V.usage_percent)||0)<80?"bg-green-500":(((te=(Q=t.system)==null?void 0:Q.disk)==null?void 0:te.usage_percent)||0)<95?"bg-yellow-500":"bg-red-500"}`,style:{width:`${((pe=(we=t.system)==null?void 0:we.disk)==null?void 0:pe.usage_percent)||0}%`}})}),e.jsxs("div",{className:"text-sm text-gray-600 dark:text-gray-400",children:[(Fe=($e=(Re=t.system)==null?void 0:Re.disk)==null?void 0:$e.used_gb)==null?void 0:Fe.toFixed(1)," GB / ",(ze=(Ee=(Oe=t.system)==null?void 0:Oe.disk)==null?void 0:Ee.total_gb)==null?void 0:ze.toFixed(1)," GB"]})]})]})}),e.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-3 gap-6",children:[e.jsx(u,{title:"Database",desc:"PostgreSQL Status",children:e.jsxs("div",{className:"space-y-3",children:[e.jsxs("div",{className:"flex justify-between items-center",children:[e.jsx("span",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Status"}),e.jsx("span",{className:`text-xs px-2 py-1 rounded ${le(((Be=t.database)==null?void 0:Be.status)||"unknown")}`,children:(Ge=t.database)!=null&&Ge.connected?"Connected":"Disconnected"})]}),((We=t.database)==null?void 0:We.version)&&e.jsxs("div",{className:"text-sm",children:[e.jsx("span",{className:"text-gray-600 dark:text-gray-400",children:"Version:"}),e.jsx("span",{className:"ml-2 text-gray-800 dark:text-gray-200",children:t.database.version.split(",")[0]})]}),((Ve=t.database)==null?void 0:Ve.size)&&e.jsxs("div",{className:"text-sm",children:[e.jsx("span",{className:"text-gray-600 dark:text-gray-400",children:"Size:"}),e.jsx("span",{className:"ml-2 text-gray-800 dark:text-gray-200",children:t.database.size})]}),e.jsxs("div",{className:"text-sm",children:[e.jsx("span",{className:"text-gray-600 dark:text-gray-400",children:"Active Connections:"}),e.jsx("span",{className:"ml-2 text-gray-800 dark:text-gray-200",children:((Ue=t.database)==null?void 0:Ue.active_connections)||0})]})]})}),e.jsx(u,{title:"Redis",desc:"Cache & Message Broker",children:e.jsx("div",{className:"space-y-3",children:e.jsxs("div",{className:"flex justify-between items-center",children:[e.jsx("span",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Status"}),e.jsx("span",{className:`text-xs px-2 py-1 rounded ${le(((He=t.redis)==null?void 0:He.status)||"unknown")}`,children:(Ze=t.redis)!=null&&Ze.connected?"Connected":"Disconnected"})]})})}),e.jsx(u,{title:"Celery",desc:"Task Queue Workers",children:e.jsxs("div",{className:"space-y-3",children:[e.jsxs("div",{className:"flex justify-between items-center",children:[e.jsx("span",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Workers"}),e.jsxs("span",{className:`text-xs px-2 py-1 rounded ${le(((Ke=t.celery)==null?void 0:Ke.status)||"unknown")}`,children:[((qe=t.celery)==null?void 0:qe.worker_count)||0," active"]})]}),e.jsxs("div",{className:"text-sm",children:[e.jsx("span",{className:"text-gray-600 dark:text-gray-400",children:"Active Tasks:"}),e.jsx("span",{className:"ml-2 text-gray-800 dark:text-gray-200",children:((Je=(Ye=t.celery)==null?void 0:Ye.tasks)==null?void 0:Je.active)||0})]}),e.jsxs("div",{className:"text-sm",children:[e.jsx("span",{className:"text-gray-600 dark:text-gray-400",children:"Scheduled:"}),e.jsx("span",{className:"ml-2 text-gray-800 dark:text-gray-200",children:((Xe=(Qe=t.celery)==null?void 0:Qe.tasks)==null?void 0:Xe.scheduled)||0})]}),e.jsxs("div",{className:"text-sm",children:[e.jsx("span",{className:"text-gray-600 dark:text-gray-400",children:"Reserved:"}),e.jsx("span",{className:"ml-2 text-gray-800 dark:text-gray-200",children:((tt=(et=t.celery)==null?void 0:et.tasks)==null?void 0:tt.reserved)||0})]})]})})]}),e.jsx(u,{title:"Process Monitoring",desc:"Resource usage by technology stack",children:e.jsx("div",{className:"overflow-x-auto",children:e.jsxs("table",{className:"min-w-full divide-y divide-gray-200 dark:divide-gray-700",children:[e.jsx("thead",{children:e.jsxs("tr",{children:[e.jsx("th",{className:"px-4 py-3 text-left text-xs font-medium text-gray-500 dark:text-gray-400 uppercase",children:"Stack"}),e.jsx("th",{className:"px-4 py-3 text-left text-xs font-medium text-gray-500 dark:text-gray-400 uppercase",children:"Processes"}),e.jsx("th",{className:"px-4 py-3 text-left text-xs font-medium text-gray-500 dark:text-gray-400 uppercase",children:"CPU %"}),e.jsx("th",{className:"px-4 py-3 text-left text-xs font-medium text-gray-500 dark:text-gray-400 uppercase",children:"Memory (MB)"})]})}),e.jsx("tbody",{className:"divide-y divide-gray-200 dark:divide-gray-700",children:Object.entries(((st=t.processes)==null?void 0:st.by_stack)||{}).map(([se,ke])=>e.jsxs("tr",{children:[e.jsx("td",{className:"px-4 py-3 text-sm font-medium text-gray-800 dark:text-gray-200 capitalize",children:se}),e.jsx("td",{className:"px-4 py-3 text-sm text-gray-600 dark:text-gray-400",children:ke.count}),e.jsxs("td",{className:"px-4 py-3 text-sm text-gray-600 dark:text-gray-400",children:[ke.cpu.toFixed(2),"%"]}),e.jsx("td",{className:"px-4 py-3 text-sm text-gray-600 dark:text-gray-400",children:ke.memory_mb.toFixed(2)})]},se))})]})})}),e.jsx(u,{title:"Module Statistics",desc:"Data counts by module",children:e.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-6",children:[e.jsxs("div",{className:"space-y-3",children:[e.jsx("h4",{className:"text-sm font-semibold text-gray-800 dark:text-gray-200",children:"Planner Module"}),e.jsxs("div",{className:"space-y-2",children:[e.jsxs("div",{className:"flex justify-between text-sm",children:[e.jsx("span",{className:"text-gray-600 dark:text-gray-400",children:"Keywords:"}),e.jsx("span",{className:"text-gray-800 dark:text-gray-200",children:((it=(at=(rt=t.modules)==null?void 0:rt.planner)==null?void 0:at.keywords)==null?void 0:it.toLocaleString())||0})]}),e.jsxs("div",{className:"flex justify-between text-sm",children:[e.jsx("span",{className:"text-gray-600 dark:text-gray-400",children:"Clusters:"}),e.jsx("span",{className:"text-gray-800 dark:text-gray-200",children:((ot=(lt=(nt=t.modules)==null?void 0:nt.planner)==null?void 0:lt.clusters)==null?void 0:ot.toLocaleString())||0})]}),e.jsxs("div",{className:"flex justify-between text-sm",children:[e.jsx("span",{className:"text-gray-600 dark:text-gray-400",children:"Content Ideas:"}),e.jsx("span",{className:"text-gray-800 dark:text-gray-200",children:((xt=(ct=(dt=t.modules)==null?void 0:dt.planner)==null?void 0:ct.content_ideas)==null?void 0:xt.toLocaleString())||0})]})]})]}),e.jsxs("div",{className:"space-y-3",children:[e.jsx("h4",{className:"text-sm font-semibold text-gray-800 dark:text-gray-200",children:"Writer Module"}),e.jsxs("div",{className:"space-y-2",children:[e.jsxs("div",{className:"flex justify-between text-sm",children:[e.jsx("span",{className:"text-gray-600 dark:text-gray-400",children:"Tasks:"}),e.jsx("span",{className:"text-gray-800 dark:text-gray-200",children:((ut=(gt=(mt=t.modules)==null?void 0:mt.writer)==null?void 0:gt.tasks)==null?void 0:ut.toLocaleString())||0})]}),e.jsxs("div",{className:"flex justify-between text-sm",children:[e.jsx("span",{className:"text-gray-600 dark:text-gray-400",children:"Images:"}),e.jsx("span",{className:"text-gray-800 dark:text-gray-200",children:((bt=(pt=(ht=t.modules)==null?void 0:ht.writer)==null?void 0:pt.images)==null?void 0:bt.toLocaleString())||0})]})]})]})]})}),e.jsxs("div",{className:"text-center text-sm text-gray-500 dark:text-gray-400",children:["Last updated: ",new Date(t.timestamp).toLocaleString()]})]})]})}const fr=Object.freeze(Object.defineProperty({__proto__:null,default:ns},Symbol.toStringTag,{value:"Module"})),De=({label:t,defaultChecked:s=!1,checked:a,disabled:r=!1,onChange:i,color:l="blue"})=>{const n=a!==void 0,[x,g]=o.useState(s);o.useEffect(()=>{n&&a!==x&&g(a)},[a,n,x]),o.useEffect(()=>{!n&&s!==x&&g(s)},[s,n,x]);const N=n?a??!1:x,T=()=>{if(r)return;const d=!N;n||g(d),i&&i(d)},_=l==="blue"?{background:N?"bg-brand-500 ":"bg-gray-200 dark:bg-white/10",knob:N?"translate-x-full bg-white":"translate-x-0 bg-white"}:{background:N?"bg-gray-800 dark:bg-white/10":"bg-gray-200 dark:bg-white/10",knob:N?"translate-x-full bg-white":"translate-x-0 bg-white"};return e.jsxs("label",{className:`flex cursor-pointer select-none items-center gap-3 text-sm font-medium ${r?"text-gray-400":"text-gray-700 dark:text-gray-400"}`,onClick:T,children:[e.jsxs("div",{className:"relative",children:[e.jsx("div",{className:`block transition duration-150 ease-linear h-6 w-11 rounded-full ${r?"bg-gray-100 pointer-events-none dark:bg-gray-800":_.background}`}),e.jsx("div",{className:`absolute left-0.5 top-0.5 h-5 w-5 rounded-full shadow-theme-sm duration-150 ease-linear transform ${_.knob}`})]}),t]})};function Lt(t){const{resourceId:s,getEndpoint:a,saveEndpoint:r,initialEnabled:i=!1,extractEnabled:l=A=>(A==null?void 0:A.enabled)??!1,buildPayload:n=(A,R)=>({...A,enabled:R}),onToggleSuccess:x,onToggleError:g,loadOnMount:N=!0}=t,[T,_]=o.useState(i),[d,w]=o.useState(!1),[j,S]=o.useState(null),[I,h]=o.useState(null),O=o.useCallback(async()=>{w(!0),S(null);try{const A=a.replace("{id}",s),R=await Y(A);if(R.success&&R.data){const U=R.data;h(U);const F=l(U);_(F)}else h({}),_(i)}catch(A){const R=A instanceof Error?A:new Error(String(A));S(R),console.error(`Error loading state for ${s}:`,R)}finally{w(!1)}},[s,a,l,i]),$=o.useCallback(async A=>{w(!0),S(null);try{const R=r.replace("{id}",s),U=n(I||{},A),F=await Y(R,{method:"POST",body:JSON.stringify(U)});if(F.success){const H={...I||{},enabled:A};h(H),_(A),x&&x(A,H)}else throw new Error(F.error||"Failed to save state")}catch(R){const U=R instanceof Error?R:new Error(String(R));S(U),console.error(`Error saving state for ${s}:`,U),g&&g(U)}finally{w(!1)}},[s,r,n,I,x,g]),Z=o.useCallback(async A=>{await $(A)},[$]),W=o.useCallback(async()=>{await O()},[O]);return o.useEffect(()=>{N&&O()},[N]),{enabled:T,toggle:Z,loading:d,error:j,data:I,refresh:W}}function vt({icon:t,title:s,description:a,enabled:r,validationStatus:i,onToggle:l,onSettings:n,onDetails:x,integrationId:g,getEndpoint:N,saveEndpoint:T,onToggleSuccess:_,onToggleError:d,modelName:w}){const j=q(),S=g?Lt({resourceId:g,getEndpoint:N||"/v1/system/settings/integrations/{id}/",saveEndpoint:T||"/v1/system/settings/integrations/{id}/save/",initialEnabled:!1,onToggleSuccess:(A,R)=>{j.success(`${g} ${A?"enabled":"disabled"}`),_&&_(A,R)},onToggleError:A=>{j.error(`Failed to update ${g}: ${A.message}`),d&&d(A)}}):null,I=S?S.enabled:r??!1,h=S?A=>{S.toggle(A)}:A=>{l&&l(A)},O=S?S.loading:!1,$=()=>!I||i==="not_configured"?"bg-gray-400 dark:bg-gray-500":i==="pending"?"bg-gray-400 dark:bg-gray-500 animate-pulse":i==="success"?"bg-green-500 dark:bg-green-600":i==="error"?"bg-red-500 dark:bg-red-600":"bg-gray-400 dark:bg-gray-500",W=!I||i==="not_configured"?{text:"Disabled",color:"text-gray-400 dark:text-gray-500",bold:!1}:i==="pending"?{text:"Pending",color:"text-gray-400 dark:text-gray-500",bold:!1}:i==="success"?{text:"Enabled",color:"text-gray-800 dark:text-white",bold:!0}:i==="error"?{text:"Error",color:"text-red-600 dark:text-red-400",bold:!1}:{text:"Disabled",color:"text-gray-400 dark:text-gray-500",bold:!1};return e.jsxs("article",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/3",children:[e.jsxs("div",{className:"relative p-5 pb-9",children:[e.jsx("div",{className:"mb-5 inline-flex h-10 w-10 items-center justify-center",children:t}),e.jsx("h3",{className:"mb-3 text-lg font-semibold text-gray-800 dark:text-white/90",children:s}),e.jsx("p",{className:"max-w-xs text-sm text-gray-500 dark:text-gray-400",children:a}),g==="runware"?e.jsx("div",{className:"absolute top-5 right-5",children:e.jsx("span",{className:`text-sm font-semibold ${w?"text-gray-800 dark:text-white":"text-gray-400 dark:text-gray-500"}`,children:w||"Disabled"})}):e.jsxs("div",{className:"absolute top-5 right-5 flex items-center gap-2",children:[e.jsx("span",{className:`text-sm ${W.color} ${W.bold?"font-bold":""} transition-colors duration-200`,children:W.text}),e.jsx("div",{className:`w-[25px] h-[25px] rounded-full ${$()} transition-colors duration-200`,title:i==="not_configured"?"Not configured":i==="pending"?"Validating...":i==="success"?"Validated successfully":i==="error"?"Validation failed":"Unknown status"})]})]}),e.jsxs("div",{className:"flex items-center justify-between border-t border-gray-200 p-5 dark:border-gray-800",children:[e.jsxs("div",{className:"flex gap-3",children:[e.jsx(f,{variant:"outline",size:"md",onClick:n,className:"shadow-theme-xs inline-flex h-11 w-11 items-center justify-center rounded-lg border border-gray-300 text-gray-700 dark:border-gray-700 dark:text-gray-400",children:e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",children:[e.jsx("path",{d:"M5.64615 4.59906C5.05459 4.25752 4.29808 4.46015 3.95654 5.05171L2.69321 7.23986C2.35175 7.83128 2.5544 8.58754 3.14582 8.92899C3.97016 9.40493 3.97017 10.5948 3.14583 11.0707C2.55441 11.4122 2.35178 12.1684 2.69323 12.7598L3.95657 14.948C4.2981 15.5395 5.05461 15.7422 5.64617 15.4006C6.4706 14.9247 7.50129 15.5196 7.50129 16.4715C7.50129 17.1545 8.05496 17.7082 8.73794 17.7082H11.2649C11.9478 17.7082 12.5013 17.1545 12.5013 16.4717C12.5013 15.5201 13.5315 14.9251 14.3556 15.401C14.9469 15.7423 15.7029 15.5397 16.0443 14.9485L17.3079 12.7598C17.6494 12.1684 17.4467 11.4121 16.8553 11.0707C16.031 10.5948 16.031 9.40494 16.8554 8.92902C17.4468 8.58757 17.6494 7.83133 17.3079 7.23992L16.0443 5.05123C15.7029 4.45996 14.9469 4.25737 14.3556 4.59874C13.5315 5.07456 12.5013 4.47961 12.5013 3.52798C12.5013 2.84515 11.9477 2.2915 11.2649 2.2915L8.73795 2.2915C8.05496 2.2915 7.50129 2.84518 7.50129 3.52816C7.50129 4.48015 6.47059 5.07505 5.64615 4.59906Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e.jsx("path",{d:"M12.5714 9.99977C12.5714 11.4196 11.4204 12.5706 10.0005 12.5706C8.58069 12.5706 7.42969 11.4196 7.42969 9.99977C7.42969 8.57994 8.58069 7.42894 10.0005 7.42894C11.4204 7.42894 12.5714 8.57994 12.5714 9.99977Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})}),e.jsx(f,{variant:"outline",size:"md",onClick:x,className:"shadow-theme-xs inline-flex h-11 items-center justify-center rounded-lg border border-gray-300 px-4 py-3 text-sm font-medium text-gray-700 dark:border-gray-700 dark:text-gray-400",children:"Details"})]}),e.jsx(De,{label:"",checked:I,disabled:O,onChange:h})]})]})}function wt({title:t,description:s,integrationId:a,icon:r}){var _;const[i,l]=o.useState(!1),[n,x]=o.useState(null),[g,N]=o.useState(!1);if(a!=="openai"&&a!=="runware")return null;const T=async(d=!1)=>{l(!0),N(d),x(null);try{const w=await Y(`/v1/system/settings/integrations/${a}/`);let j="",S="gpt-4.1";if(w.success&&w.data&&(j=w.data.apiKey||"",S=w.data.model||"gpt-4.1"),!j){x({success:!1,message:"API key not configured. Please configure your API key in settings first."}),l(!1);return}const I={apiKey:j};a==="openai"&&(I.config={model:S,with_response:d});const h=await Y(`/v1/system/settings/integrations/${a}/test/`,{method:"POST",body:JSON.stringify(I)});h.success?x({success:!0,message:h.message||"API connection successful!",model_used:h.model_used||h.model,response:h.response,tokens_used:h.tokens_used,total_tokens:h.total_tokens,cost:h.cost,full_response:h.full_response||{image_url:h.image_url,provider:h.provider,size:h.size}}):x({success:!1,message:h.error||h.message||"API connection failed"})}catch(w){x({success:!1,message:`API connection failed: ${w.message||"Unknown error"}`})}finally{l(!1)}};return e.jsxs("article",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/3",children:[e.jsxs("div",{className:"relative p-5 pb-6",children:[e.jsx("h3",{className:"mb-2 text-base font-semibold text-gray-800 dark:text-white/90",children:t}),s&&e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400",children:s})]}),e.jsx("div",{className:"border-t border-gray-200 p-5 dark:border-gray-800",children:e.jsxs("div",{className:"space-y-4",children:[e.jsx("div",{className:"flex gap-3",children:a==="openai"?e.jsxs(e.Fragment,{children:[e.jsx(f,{variant:"outline",onClick:()=>T(!1),disabled:i,className:"flex-1",children:i&&!g?"Testing...":"Test OpenAI Connection"}),e.jsx(f,{variant:"outline",onClick:()=>T(!0),disabled:i,className:"flex-1",children:i&&g?"Testing...":"Test OpenAI Response (Ping)"})]}):e.jsx(f,{variant:"outline",onClick:()=>T(!1),disabled:i,className:"flex-1",children:i?"Testing...":"Test Runware Connection"})}),n&&e.jsxs("div",{className:"space-y-3",children:[n.success&&e.jsxs("div",{className:"flex items-center gap-2 text-green-600 dark:text-green-400",children:[e.jsx("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z",clipRule:"evenodd"})}),e.jsx("span",{className:"text-sm font-medium",children:n.message})]}),!n.success&&e.jsxs("div",{className:"flex items-center gap-2 text-red-600 dark:text-red-400",children:[e.jsx("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z",clipRule:"evenodd"})}),e.jsx("span",{className:"text-sm font-medium",children:n.message})]}),n.success&&e.jsx("div",{className:"bg-blue-50 dark:bg-blue-900/20 border-l-4 border-blue-500 p-4 rounded",children:e.jsx("div",{className:"space-y-2 text-sm",children:a==="openai"&&g?e.jsxs(e.Fragment,{children:[e.jsxs("div",{children:[e.jsx("strong",{className:"text-gray-700 dark:text-gray-300",children:"Model Used:"})," ",e.jsx("span",{className:"text-gray-900 dark:text-white font-mono-custom",children:n.model_used||"N/A"})]}),e.jsxs("div",{children:[e.jsx("strong",{className:"text-gray-700 dark:text-gray-300",children:"Expected:"})," ",e.jsx("span",{className:"text-gray-900 dark:text-white",children:'"OK! Ping Received"'})]}),e.jsxs("div",{children:[e.jsx("strong",{className:"text-gray-700 dark:text-gray-300",children:"Actual Response:"})," ",e.jsxs("span",{className:"text-gray-900 dark:text-white",children:['"',n.response||"N/A",'"']})]}),e.jsxs("div",{children:[e.jsx("strong",{className:"text-gray-700 dark:text-gray-300",children:"Token Limit Sent:"})," ",e.jsx("span",{className:"text-gray-900 dark:text-white",children:"N/A (from your settings)"})]}),e.jsxs("div",{children:[e.jsx("strong",{className:"text-gray-700 dark:text-gray-300",children:"Tokens Used:"})," ",e.jsxs("span",{className:"text-gray-900 dark:text-white",children:[n.tokens_used||"N/A"," (input/output)"]})]}),e.jsxs("div",{children:[e.jsx("strong",{className:"text-gray-700 dark:text-gray-300",children:"Total Tokens:"})," ",e.jsx("span",{className:"text-gray-900 dark:text-white",children:n.total_tokens||"N/A"})]}),e.jsxs("div",{children:[e.jsx("strong",{className:"text-gray-700 dark:text-gray-300",children:"Cost:"})," ",e.jsx("span",{className:"text-gray-900 dark:text-white",children:n.cost||"$0.0000"})]})]}):a==="runware"?e.jsxs(e.Fragment,{children:[e.jsxs("div",{children:[e.jsx("strong",{className:"text-gray-700 dark:text-gray-300",children:"Provider:"})," ",e.jsx("span",{className:"text-gray-900 dark:text-white",children:"Runware"})]}),e.jsxs("div",{children:[e.jsx("strong",{className:"text-gray-700 dark:text-gray-300",children:"Model:"})," ",e.jsx("span",{className:"text-gray-900 dark:text-white font-mono-custom",children:n.model_used||"runware:97@1"})]}),e.jsxs("div",{children:[e.jsx("strong",{className:"text-gray-700 dark:text-gray-300",children:"Image Size:"})," ",e.jsx("span",{className:"text-gray-900 dark:text-white",children:"128 x 128 (test image)"})]}),e.jsxs("div",{children:[e.jsx("strong",{className:"text-gray-700 dark:text-gray-300",children:"Cost:"})," ",e.jsx("span",{className:"text-gray-900 dark:text-white",children:n.cost||"$0.0360"})]}),((_=n.full_response)==null?void 0:_.image_url)&&e.jsxs("div",{children:[e.jsx("strong",{className:"text-gray-700 dark:text-gray-300",children:"Test Image:"})," ",e.jsx("a",{href:n.full_response.image_url,target:"_blank",rel:"noopener noreferrer",className:"text-blue-600 dark:text-blue-400 hover:underline",children:"View Image"})]})]}):null})})]})]})})]})}function ls({title:t,description:s,integrationId:a,icon:r}){const i=q(),[l,n]=o.useState(!1),[x,g]=o.useState(""),[N,T]=o.useState("text, watermark, logo, overlay, title, caption, writing on walls, writing on objects, UI, infographic elements, post title"),[_,d]=o.useState("realistic"),[w,j]=o.useState("1024x1024"),[S,I]=o.useState("webp"),[h,O]=o.useState({}),$={"dall-e-3":["1024x1024","1024x1792","1792x1024"],"dall-e-2":["256x256","512x512","1024x1024"]},Z=()=>{const y=(h.service||"openai")==="openai"?h.model||"dall-e-3":null;return y&&$[y]?$[y]:$["dall-e-3"]};o.useEffect(()=>{const b=Z();b.length>0&&!b.includes(w)&&j(b[0])},[h.model,h.service]);const[W,A]=o.useState(null),[R,U]=o.useState(null),F="https://api.igny8.com/api";o.useEffect(()=>{(async()=>{try{const y=await fetch(`${F}/v1/system/settings/integrations/image_generation/`,{credentials:"include"});if(y.ok){const L=await y.json();L.success&&L.data&&O(L.data)}}catch(y){console.error("Error loading image settings:",y)}})()},[F]);const H=async()=>{if(console.log("[ImageGenerationCard] handleGenerate called"),!x.trim()){i.error("Please enter a prompt description");return}n(!0),U(null),A(null);try{const b=h.service||"openai",y=b==="openai"?h.model||"dall-e-3":h.runwareModel||"runware:97@1";console.log("[ImageGenerationCard] Service and model:",{service:b,model:y,imageSettings:h});const L=`Create a high-quality ${_} image. ${x}`;console.log("[ImageGenerationCard] Full prompt:",L.substring(0,100)+"...");const G={prompt:L,negative_prompt:N,image_type:_,image_size:w,image_format:S,provider:b,model:y};console.log("[ImageGenerationCard] Making request to image generation endpoint"),console.log("[ImageGenerationCard] Request body:",G);const z=await Y("/v1/system/settings/integrations/image_generation/generate/",{method:"POST",body:JSON.stringify(G)});if(console.log("[ImageGenerationCard] Response data:",z),!z.success)throw new Error(z.error||"Failed to generate image");const D={url:z.image_url,revised_prompt:z.revised_prompt,model:z.model||y,provider:z.provider||b,size:w,format:S.toUpperCase(),cost:z.cost};A(D),window.dispatchEvent(new CustomEvent("imageGenerated",{detail:D})),console.log("[ImageGenerationCard] Image generation successful:",D),i.success("Image generated successfully!")}catch(b){console.error("[ImageGenerationCard] Error in handleGenerate:",{error:b,message:b.message,stack:b.stack});const y=b.message||"Failed to generate image";U(y),window.dispatchEvent(new CustomEvent("imageGenerationError",{detail:y})),i.error(y)}finally{console.log("[ImageGenerationCard] handleGenerate completed"),n(!1)}},c=()=>{if((h.service||"openai")==="openai"){const y=h.model||"dall-e-3";return`OpenAI ${{"dall-e-3":"DALL·E 3","dall-e-2":"DALL·E 2","gpt-image-1":"GPT Image 1 (Full)","gpt-image-1-mini":"GPT Image 1 Mini"}[y]||y}`}else return"Runware"},p={"1024x1024":"Square - 1024 x 1024","1024x1792":"Portrait - 1024 x 1792","1792x1024":"Landscape - 1792 x 1024","256x256":"Small - 256 x 256","512x512":"Medium - 512 x 512"},v=Z().map(b=>({value:b,label:p[b]||b})),M=[{value:"realistic",label:"Realistic"},{value:"illustration",label:"Illustration"},{value:"3D render",label:"3D Render"},{value:"minimalist",label:"Minimalist"},{value:"cartoon",label:"Cartoon"}],k=[{value:"webp",label:"WEBP"},{value:"jpg",label:"JPG"},{value:"png",label:"PNG"}];return e.jsxs("article",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/3",children:[e.jsxs("div",{className:"relative p-5 pb-6",children:[r&&e.jsx("div",{className:"mb-4 inline-flex h-10 w-10 items-center justify-center",children:r}),e.jsx("h3",{className:"mb-2 text-base font-semibold text-gray-800 dark:text-white/90",children:t}),s&&e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400",children:s})]}),e.jsx("div",{className:"border-t border-gray-200 p-5 dark:border-gray-800",children:e.jsxs("div",{className:"space-y-5",children:[e.jsxs("div",{className:"flex items-center gap-3 rounded-lg bg-blue-50 px-4 py-3 dark:bg-blue-900/20",children:[e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",className:"text-blue-600 dark:text-blue-400",children:e.jsx("path",{d:"M10 2L3 7V17C3 17.5304 3.21071 18.0391 3.58579 18.4142C3.96086 18.7893 4.46957 19 5 19H15C15.5304 19 16.0391 18.7893 16.4142 18.4142C16.7893 18.0391 17 17.5304 17 17V7L10 2Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),e.jsxs("div",{children:[e.jsx("p",{className:"text-xs font-medium text-blue-600 dark:text-blue-400",children:"Provider & Model"}),e.jsx("p",{className:"text-sm font-semibold text-blue-900 dark:text-blue-200",children:c()})]})]}),e.jsxs("div",{children:[e.jsx("label",{className:"mb-2 block text-sm font-medium text-gray-700 dark:text-gray-300",children:"Prompt Description *"}),e.jsx("textarea",{value:x,onChange:b=>g(b.target.value),rows:6,className:"w-full rounded-lg border border-gray-300 px-4 py-3 text-sm focus:border-blue-500 focus:outline-none focus:ring-2 focus:ring-blue-500/20 dark:border-gray-700 dark:bg-gray-800 dark:text-white",placeholder:"Describe the visual elements, style, mood, and composition you want in the image..."}),e.jsx("p",{className:"mt-1 text-xs text-gray-500 dark:text-gray-400",children:"Describe the visual elements, style, mood, and composition you want in the image."})]}),e.jsxs("div",{children:[e.jsx("label",{className:"mb-2 block text-sm font-medium text-gray-700 dark:text-gray-300",children:"Negative Prompt"}),e.jsx("textarea",{value:N,onChange:b=>T(b.target.value),rows:2,className:"w-full rounded-lg border border-gray-300 px-4 py-3 text-sm focus:border-blue-500 focus:outline-none focus:ring-2 focus:ring-blue-500/20 dark:border-gray-700 dark:bg-gray-800 dark:text-white",placeholder:"Describe what you DON'T want in the image..."}),e.jsx("p",{className:"mt-1 text-xs text-gray-500 dark:text-gray-400",children:"Specify elements to avoid in the generated image (text, watermarks, logos, etc.)."})]}),e.jsxs("div",{className:"grid grid-cols-3 gap-4",children:[e.jsxs("div",{children:[e.jsx("label",{className:"mb-2 block text-sm font-medium text-gray-700 dark:text-gray-300",children:"Image Type"}),e.jsx("select",{value:_,onChange:b=>d(b.target.value),className:"w-full rounded-lg border border-gray-300 px-4 py-2.5 text-sm focus:border-blue-500 focus:outline-none focus:ring-2 focus:ring-blue-500/20 dark:border-gray-700 dark:bg-gray-800 dark:text-white",children:M.map(b=>e.jsx("option",{value:b.value,children:b.label},b.value))})]}),e.jsxs("div",{children:[e.jsx("label",{className:"mb-2 block text-sm font-medium text-gray-700 dark:text-gray-300",children:"Image Size"}),e.jsx("select",{value:w,onChange:b=>j(b.target.value),className:"w-full rounded-lg border border-gray-300 px-4 py-2.5 text-sm focus:border-blue-500 focus:outline-none focus:ring-2 focus:ring-blue-500/20 dark:border-gray-700 dark:bg-gray-800 dark:text-white",children:v.map(b=>e.jsx("option",{value:b.value,children:b.label},b.value))})]}),e.jsxs("div",{children:[e.jsx("label",{className:"mb-2 block text-sm font-medium text-gray-700 dark:text-gray-300",children:"Image Format"}),e.jsx("select",{value:S,onChange:b=>I(b.target.value),className:"w-full rounded-lg border border-gray-300 px-4 py-2.5 text-sm focus:border-blue-500 focus:outline-none focus:ring-2 focus:ring-blue-500/20 dark:border-gray-700 dark:bg-gray-800 dark:text-white",children:k.map(b=>e.jsx("option",{value:b.value,children:b.label},b.value))})]})]}),e.jsx("div",{className:"flex justify-end",children:e.jsx(f,{onClick:H,disabled:l||!x.trim(),className:"inline-flex items-center gap-2 px-6 py-2.5",children:l?e.jsxs(e.Fragment,{children:[e.jsxs("svg",{className:"h-4 w-4 animate-spin",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",children:[e.jsx("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),e.jsx("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})]}),"Generating..."]}):e.jsxs(e.Fragment,{children:[e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[e.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}),e.jsx("circle",{cx:"9",cy:"9",r:"2"}),e.jsx("path",{d:"M21 15l-3.086-3.086a2 2 0 00-2.828 0L6 21"})]}),"Generate Image"]})})})]})}),R&&e.jsx("div",{className:"mt-4 rounded-lg border border-red-200 bg-red-50 p-4 dark:border-red-800 dark:bg-red-900/20",children:e.jsx("p",{className:"text-sm text-red-600 dark:text-red-400",children:R})})]})}function os({title:t,description:s,icon:a,generatedImage:r,error:i}){const[l,n]=o.useState(r),[x,g]=o.useState(i);return o.useEffect(()=>{const N=_=>{n(_.detail),g(null)},T=_=>{g(_.detail),n(null)};return window.addEventListener("imageGenerated",N),window.addEventListener("imageGenerationError",T),()=>{window.removeEventListener("imageGenerated",N),window.removeEventListener("imageGenerationError",T)}},[]),o.useEffect(()=>{n(r)},[r]),o.useEffect(()=>{g(i)},[i]),e.jsxs("article",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/3",children:[e.jsxs("div",{className:"relative p-5 pb-6",children:[a&&e.jsx("div",{className:"mb-4 inline-flex h-10 w-10 items-center justify-center",children:a}),e.jsx("h3",{className:"mb-2 text-base font-semibold text-gray-800 dark:text-white/90",children:t}),s&&e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400",children:s})]}),e.jsx("div",{className:"border-t border-gray-200 p-5 dark:border-gray-800",children:x?e.jsxs("div",{className:"flex flex-col items-center justify-center py-12 text-center",children:[e.jsx("div",{className:"mb-4 rounded-full bg-red-100 p-4 dark:bg-red-900/20",children:e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"text-red-600 dark:text-red-400",children:[e.jsx("path",{d:"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"}),e.jsx("line",{x1:"12",y1:"9",x2:"12",y2:"13"}),e.jsx("line",{x1:"12",y1:"17",x2:"12.01",y2:"17"})]})}),e.jsx("h4",{className:"mb-2 text-lg font-semibold text-gray-800 dark:text-white",children:"Generation Failed"}),e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400",children:x})]}):l!=null&&l.url?e.jsxs("div",{className:"space-y-5",children:[e.jsx("div",{className:"overflow-hidden rounded-lg border border-gray-200 dark:border-gray-700",children:e.jsx("img",{src:l.url,alt:"Generated image",className:"w-full object-contain",style:{maxHeight:"400px"}})}),e.jsxs("div",{className:"space-y-3 rounded-lg bg-gray-50 p-4 dark:bg-gray-800/50",children:[e.jsx("h4",{className:"text-sm font-semibold text-gray-800 dark:text-white",children:"Image Details"}),e.jsxs("div",{className:"grid grid-cols-2 gap-3 text-sm",children:[e.jsxs("div",{children:[e.jsx("span",{className:"font-medium text-gray-600 dark:text-gray-400",children:"Size:"}),e.jsxs("span",{className:"ml-2 text-gray-800 dark:text-white",children:[l.size||"1024x1024"," pixels"]})]}),e.jsxs("div",{children:[e.jsx("span",{className:"font-medium text-gray-600 dark:text-gray-400",children:"Format:"}),e.jsx("span",{className:"ml-2 text-gray-800 dark:text-white",children:l.format||"WEBP"})]}),e.jsxs("div",{children:[e.jsx("span",{className:"font-medium text-gray-600 dark:text-gray-400",children:"Model:"}),e.jsx("span",{className:"ml-2 text-gray-800 dark:text-white",children:l.model||"DALL·E 3"})]}),l.cost&&e.jsxs("div",{children:[e.jsx("span",{className:"font-medium text-gray-600 dark:text-gray-400",children:"Cost:"}),e.jsx("span",{className:"ml-2 text-gray-800 dark:text-white",children:l.cost})]})]}),l.revised_prompt&&e.jsxs("div",{className:"mt-3 border-t border-gray-200 pt-3 dark:border-gray-700",children:[e.jsx("p",{className:"mb-2 text-xs font-medium text-gray-600 dark:text-gray-400",children:"Revised Prompt:"}),e.jsx("p",{className:"text-xs text-gray-700 dark:text-gray-300",children:l.revised_prompt})]}),l.negative_prompt&&e.jsxs("div",{className:"mt-3 border-t border-gray-200 pt-3 dark:border-gray-700",children:[e.jsx("p",{className:"mb-2 text-xs font-medium text-gray-600 dark:text-gray-400",children:"Negative Prompt:"}),e.jsx("p",{className:"text-xs text-gray-700 dark:text-gray-300",children:l.negative_prompt})]})]}),e.jsxs("div",{className:"flex gap-3",children:[e.jsxs("a",{href:l.url,target:"_blank",rel:"noopener noreferrer",className:"inline-flex items-center gap-2 rounded-lg border border-gray-300 px-4 py-2 text-sm font-medium text-gray-700 transition-colors hover:bg-gray-50 dark:border-gray-700 dark:text-gray-300 dark:hover:bg-gray-800",children:[e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[e.jsx("path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"}),e.jsx("polyline",{points:"15 3 21 3 21 9"}),e.jsx("line",{x1:"10",y1:"14",x2:"21",y2:"3"})]}),"View Original"]}),e.jsxs("button",{onClick:()=>{navigator.clipboard.writeText(l.url)},className:"inline-flex items-center gap-2 rounded-lg border border-gray-300 px-4 py-2 text-sm font-medium text-gray-700 transition-colors hover:bg-gray-50 dark:border-gray-700 dark:text-gray-300 dark:hover:bg-gray-800",children:[e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[e.jsx("rect",{x:"9",y:"9",width:"13",height:"13",rx:"2",ry:"2"}),e.jsx("path",{d:"M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"})]}),"Copy URL"]})]})]}):e.jsxs("div",{className:"flex flex-col items-center justify-center py-12 text-center",children:[e.jsx("div",{className:"mb-4 rounded-full bg-gray-100 p-4 dark:bg-gray-800",children:e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"text-gray-400 dark:text-gray-500",children:[e.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}),e.jsx("circle",{cx:"9",cy:"9",r:"2"}),e.jsx("path",{d:"M21 15l-3.086-3.086a2 2 0 00-2.828 0L6 21"})]})}),e.jsx("p",{className:"text-sm text-gray-400 dark:text-gray-500",children:'No image generated yet. Fill out the form and click "Generate Image" to create your first AI image.'})]})})]})}function ds({icon:t,title:s,description:a,validationStatus:r,onSettings:i,onDetails:l}){const n=q(),x=Lt({resourceId:"image_generation",getEndpoint:"/v1/system/settings/integrations/{id}/",saveEndpoint:"/v1/system/settings/integrations/{id}/save/",initialEnabled:!1,onToggleSuccess:I=>{n.success(`Image generation service ${I?"enabled":"disabled"}`)},onToggleError:I=>{n.error(`Failed to update image generation service: ${I.message}`)}}),g=x.enabled,N=x.loading,[T,_]=o.useState({}),d="https://api.igny8.com/api";o.useEffect(()=>{(async()=>{try{const h=await fetch(`${d}/v1/system/settings/integrations/image_generation/`,{credentials:"include"});if(h.ok){const O=await h.json();O.success&&O.data&&_(O.data)}}catch(h){console.error("Error loading image settings:",h)}})()},[d,g]);const w=I=>{x.toggle(I)},j=()=>{const I=T.service||"openai";if(I==="openai"){const h=T.model||"dall-e-3";return`OpenAI ${{"dall-e-3":"DALL·E 3","dall-e-2":"DALL·E 2","gpt-image-1":"GPT Image 1 (Full)","gpt-image-1-mini":"GPT Image 1 Mini"}[h]||h}`}else if(I==="runware"){const h=T.runwareModel||"runware:97@1";return`Runware ${{"runware:97@1":"HiDream-I1 Full","runware:gen3a_turbo":"Gen3a Turbo","runware:gen3a":"Gen3a"}[h]||h}`}return"Not configured"},S=()=>(T.service,!(T.model||T.runwareModel)||r==="not_configured"||r==="pending"?"text-gray-400 dark:text-gray-500":"text-black dark:text-white");return e.jsxs("article",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/3",children:[e.jsxs("div",{className:"relative p-5 pb-9",children:[e.jsx("div",{className:"mb-5 inline-flex h-10 w-10 items-center justify-center",children:t}),e.jsx("h3",{className:"mb-3 text-lg font-semibold text-gray-800 dark:text-white/90",children:s}),e.jsx("p",{className:"max-w-xs text-sm text-gray-500 dark:text-gray-400",children:a}),e.jsx("div",{className:"absolute top-5 right-5 h-fit",children:e.jsx("p",{className:`text-lg font-semibold ${S()} transition-colors duration-200`,children:j()})})]}),e.jsxs("div",{className:"flex items-center justify-between border-t border-gray-200 p-5 dark:border-gray-800",children:[e.jsxs("div",{className:"flex gap-3",children:[e.jsx(f,{variant:"outline",size:"md",onClick:i,className:"shadow-theme-xs inline-flex h-11 w-11 items-center justify-center rounded-lg border border-gray-300 text-gray-700 dark:border-gray-700 dark:text-gray-400",children:e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",children:[e.jsx("path",{d:"M5.64615 4.59906C5.05459 4.25752 4.29808 4.46015 3.95654 5.05171L2.69321 7.23986C2.35175 7.83128 2.5544 8.58754 3.14582 8.92899C3.97016 9.40493 3.97017 10.5948 3.14583 11.0707C2.55441 11.4122 2.35178 12.1684 2.69323 12.7598L3.95657 14.948C4.2981 15.5395 5.05461 15.7422 5.64617 15.4006C6.4706 14.9247 7.50129 15.5196 7.50129 16.4715C7.50129 17.1545 8.05496 17.7082 8.73794 17.7082H11.2649C11.9478 17.7082 12.5013 17.1545 12.5013 16.4717C12.5013 15.5201 13.5315 14.9251 14.3556 15.401C14.9469 15.7423 15.7029 15.5397 16.0443 14.9485L17.3079 12.7598C17.6494 12.1684 17.4467 11.4121 16.8553 11.0707C16.031 10.5948 16.031 9.40494 16.8554 8.92902C17.4468 8.58757 17.6494 7.83133 17.3079 7.23992L16.0443 5.05123C15.7029 4.45996 14.9469 4.25737 14.3556 4.59874C13.5315 5.07456 12.5013 4.47961 12.5013 3.52798C12.5013 2.84515 11.9477 2.2915 11.2649 2.2915L8.73795 2.2915C8.05496 2.2915 7.50129 2.84518 7.50129 3.52816C7.50129 4.48015 6.47059 5.07505 5.64615 4.59906Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e.jsx("path",{d:"M12.5714 9.99977C12.5714 11.4196 11.4204 12.5706 10.0005 12.5706C8.58069 12.5706 7.42969 11.4196 7.42969 9.99977C7.42969 8.57994 8.58069 7.42894 10.0005 7.42894C11.4204 7.42894 12.5714 8.57994 12.5714 9.99977Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})}),e.jsx(f,{variant:"outline",size:"md",onClick:l,className:"shadow-theme-xs inline-flex h-11 items-center justify-center rounded-lg border border-gray-300 px-4 py-3 text-sm font-medium text-gray-700 dark:border-gray-700 dark:text-gray-400",children:"Details"})]}),e.jsx(De,{label:"",checked:g,disabled:N,onChange:w})]})]})}const K=({variant:t,title:s,message:a,showLink:r=!1,linkHref:i="#",linkText:l="Learn more"})=>{const n={success:{container:"border-b-2 border-success-500 bg-success-50 dark:border-success-500/30 dark:bg-success-500/15",icon:"text-success-500"},error:{container:"border-b-2 border-error-500 bg-error-50 dark:border-error-500/30 dark:bg-error-500/15",icon:"text-error-500"},warning:{container:"border-b-2 border-warning-500 bg-warning-50 dark:border-warning-500/30 dark:bg-warning-500/15",icon:"text-warning-500"},info:{container:"border-b-2 border-blue-light-500 bg-blue-light-50 dark:border-blue-light-500/30 dark:bg-blue-light-500/15",icon:"text-blue-light-500"}},x={success:e.jsx("svg",{className:"fill-current",width:"24",height:"24",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.70186 12.0001C3.70186 7.41711 7.41711 3.70186 12.0001 3.70186C16.5831 3.70186 20.2984 7.41711 20.2984 12.0001C20.2984 16.5831 16.5831 20.2984 12.0001 20.2984C7.41711 20.2984 3.70186 16.5831 3.70186 12.0001ZM12.0001 1.90186C6.423 1.90186 1.90186 6.423 1.90186 12.0001C1.90186 17.5772 6.423 22.0984 12.0001 22.0984C17.5772 22.0984 22.0984 17.5772 22.0984 12.0001C22.0984 6.423 17.5772 1.90186 12.0001 1.90186ZM15.6197 10.7395C15.9712 10.388 15.9712 9.81819 15.6197 9.46672C15.2683 9.11525 14.6984 9.11525 14.347 9.46672L11.1894 12.6243L9.6533 11.0883C9.30183 10.7368 8.73198 10.7368 8.38051 11.0883C8.02904 11.4397 8.02904 12.0096 8.38051 12.3611L10.553 14.5335C10.7217 14.7023 10.9507 14.7971 11.1894 14.7971C11.428 14.7971 11.657 14.7023 11.8257 14.5335L15.6197 10.7395Z"})}),error:e.jsx("svg",{className:"fill-current",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.3499 12.0004C20.3499 16.612 16.6115 20.3504 11.9999 20.3504C7.38832 20.3504 3.6499 16.612 3.6499 12.0004C3.6499 7.38881 7.38833 3.65039 11.9999 3.65039C16.6115 3.65039 20.3499 7.38881 20.3499 12.0004ZM11.9999 22.1504C17.6056 22.1504 22.1499 17.6061 22.1499 12.0004C22.1499 6.3947 17.6056 1.85039 11.9999 1.85039C6.39421 1.85039 1.8499 6.3947 1.8499 12.0004C1.8499 17.6061 6.39421 22.1504 11.9999 22.1504ZM13.0008 16.4753C13.0008 15.923 12.5531 15.4753 12.0008 15.4753L11.9998 15.4753C11.4475 15.4753 10.9998 15.923 10.9998 16.4753C10.9998 17.0276 11.4475 17.4753 11.9998 17.4753L12.0008 17.4753C12.5531 17.4753 13.0008 17.0276 13.0008 16.4753ZM11.9998 6.62898C12.414 6.62898 12.7498 6.96476 12.7498 7.37898L12.7498 13.0555C12.7498 13.4697 12.414 13.8055 11.9998 13.8055C11.5856 13.8055 11.2498 13.4697 11.2498 13.0555L11.2498 7.37898C11.2498 6.96476 11.5856 6.62898 11.9998 6.62898Z",fill:"#F04438"})}),warning:e.jsx("svg",{className:"fill-current",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.6501 12.0001C3.6501 7.38852 7.38852 3.6501 12.0001 3.6501C16.6117 3.6501 20.3501 7.38852 20.3501 12.0001C20.3501 16.6117 16.6117 20.3501 12.0001 20.3501C7.38852 20.3501 3.6501 16.6117 3.6501 12.0001ZM12.0001 1.8501C6.39441 1.8501 1.8501 6.39441 1.8501 12.0001C1.8501 17.6058 6.39441 22.1501 12.0001 22.1501C17.6058 22.1501 22.1501 17.6058 22.1501 12.0001C22.1501 6.39441 17.6058 1.8501 12.0001 1.8501ZM10.9992 7.52517C10.9992 8.07746 11.4469 8.52517 11.9992 8.52517H12.0002C12.5525 8.52517 13.0002 8.07746 13.0002 7.52517C13.0002 6.97289 12.5525 6.52517 12.0002 6.52517H11.9992C11.4469 6.52517 10.9992 6.97289 10.9992 7.52517ZM12.0002 17.3715C11.586 17.3715 11.2502 17.0357 11.2502 16.6215V10.945C11.2502 10.5308 11.586 10.195 12.0002 10.195C12.4144 10.195 12.7502 10.5308 12.7502 10.945V16.6215C12.7502 17.0357 12.4144 17.3715 12.0002 17.3715Z",fill:""})}),info:e.jsx("svg",{className:"fill-current",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.6501 11.9996C3.6501 7.38803 7.38852 3.64961 12.0001 3.64961C16.6117 3.64961 20.3501 7.38803 20.3501 11.9996C20.3501 16.6112 16.6117 20.3496 12.0001 20.3496C7.38852 20.3496 3.6501 16.6112 3.6501 11.9996ZM12.0001 1.84961C6.39441 1.84961 1.8501 6.39392 1.8501 11.9996C1.8501 17.6053 6.39441 22.1496 12.0001 22.1496C17.6058 22.1496 22.1501 17.6053 22.1501 11.9996C22.1501 6.39392 17.6058 1.84961 12.0001 1.84961ZM10.9992 7.52468C10.9992 8.07697 11.4469 8.52468 11.9992 8.52468H12.0002C12.5525 8.52468 13.0002 8.07697 13.0002 7.52468C13.0002 6.9724 12.5525 6.52468 12.0002 6.52468H11.9992C11.4469 6.52468 10.9992 6.9724 10.9992 7.52468ZM12.0002 17.371C11.586 17.371 11.2502 17.0352 11.2502 16.621V10.9445C11.2502 10.5303 11.586 10.1945 12.0002 10.1945C12.4144 10.1945 12.7502 10.5303 12.7502 10.9445V16.621C12.7502 17.0352 12.4144 17.371 12.0002 17.371Z",fill:""})})};return e.jsx("div",{className:`rounded-xl p-4 ${n[t].container}`,children:e.jsxs("div",{className:"flex items-start gap-3",children:[e.jsx("div",{className:`-mt-0.5 ${n[t].icon}`,children:x[t]}),e.jsxs("div",{children:[e.jsx("h4",{className:"mb-1 text-sm font-semibold text-gray-800 dark:text-white/90",children:s}),e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 whitespace-pre-line",children:a}),r&&e.jsx(_t,{to:i,className:"inline-block mt-3 text-sm font-medium text-gray-500 underline dark:text-gray-400",children:l})]})]})})},Ie=()=>e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"40",height:"40",viewBox:"0 0 40 40",fill:"none",children:[e.jsx("path",{d:"M12.321 24.9775C11.9035 24.3455 12.9535 23.389 12.5264 22.5859C12.2802 22.1227 11.8779 21.8341 11.3946 21.7735C10.9308 21.7153 10.4531 21.8851 10.1486 22.2169C9.66775 22.7401 9.59299 23.4523 9.68599 23.7043C9.72002 23.7967 9.77351 23.8219 9.81181 23.8273C10.0737 23.8618 10.221 23.1897 10.3115 23.0497C10.5614 22.6639 11.129 22.5471 11.5211 22.8007C12.2643 23.2814 11.6198 24.0584 11.6754 24.7147C11.7295 25.3537 12.1277 25.6105 12.4851 25.6375C12.8328 25.6507 13.0759 25.4575 13.1373 25.3165C13.2845 24.9799 12.6644 25.4975 12.321 24.9775Z",fill:"#0C111D"}),e.jsx("path",{d:"M27.8512 19.1761C27.6563 19.1492 27.4432 19.1498 27.2215 19.1761C27.0532 18.9637 26.9024 18.6199 26.8173 18.2185C26.6659 17.5045 26.6817 16.9873 27.1042 16.9201C27.5266 16.8529 27.7309 17.2849 27.8822 17.9989C27.9837 18.4789 27.9643 18.9199 27.8512 19.1761Z",fill:"#0C111D"}),e.jsx("path",{d:"M23.2243 19.6009C23.241 19.7626 23.2469 19.9262 23.2422 20.0769C23.6509 20.1009 23.9405 20.295 24.0175 20.4182C24.0571 20.4818 24.0412 20.5232 24.0285 20.5424C23.9862 20.6082 23.8955 20.598 23.7055 20.5767C23.5396 20.5581 23.3609 20.5417 23.1752 20.5503C23.0742 20.8602 22.7745 20.8892 22.564 20.66C22.417 20.7048 22.1281 20.8892 22.0421 20.6888C22.0413 20.5893 22.1453 20.4447 22.3337 20.317C22.2051 20.0718 22.1189 19.8092 22.068 19.5373C21.801 19.5854 21.5607 19.6602 21.3725 19.7188C21.284 19.7464 20.9343 19.9044 20.8933 19.7263C20.8659 19.6033 21.0574 19.4005 21.2598 19.2541C21.486 19.0935 21.7369 18.9794 21.997 18.9135C21.9914 18.5263 22.0902 18.2561 22.3716 18.2113C22.7204 18.1558 22.9366 18.4244 23.0863 18.9218C23.5079 19.0389 23.9289 19.3294 24.1148 19.6297C24.1871 19.7461 24.2011 19.8361 24.1543 19.8835C24.0375 20.0046 23.3901 19.6535 23.2243 19.6009Z",fill:"#0C111D"}),e.jsx("path",{d:"M25.9967 21.3415C26.2641 21.4711 26.5583 21.4201 26.6544 21.2275C26.7504 21.0349 26.6112 20.7739 26.3438 20.6443C26.0763 20.5147 25.7821 20.5657 25.6861 20.7583C25.5901 20.9509 25.7292 21.2119 25.9967 21.3415Z",fill:"#0C111D"}),e.jsx("path",{d:"M27.3132 20.3851C27.3181 20.0905 27.4986 19.8553 27.7156 19.8589C27.9326 19.8631 28.1046 20.1043 28.0998 20.3983C28.0949 20.6923 27.9144 20.9275 27.6974 20.9239C27.4804 20.9203 27.3084 20.6791 27.3132 20.3851Z",fill:"#0C111D"}),e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M33.1978 23.9929C33.196 23.9868 33.202 24.0079 33.1978 23.9929C33.6336 23.9929 34.318 24.4873 34.318 25.6819C34.318 26.8705 33.8184 28.2169 33.7004 28.5157C31.9006 32.7733 27.605 35.1433 22.4882 34.9933C17.7179 34.8535 13.6497 32.3689 11.8693 28.3183C10.7928 28.3195 9.68291 27.8521 8.83923 27.1141C7.94996 26.3365 7.40169 25.3303 7.29471 24.2809C7.21144 23.4637 7.31294 22.7035 7.57249 22.0405L6.5726 21.2041C1.99679 17.3906 16.3084 1.68861 20.8854 5.6294C20.9085 5.6492 22.4427 7.13479 22.4463 7.13839C24.6532 6.21344 30.5665 4.45236 30.5731 8.55199C30.5755 9.91338 29.6966 11.501 28.2882 12.9416C29.9158 14.4315 29.4867 16.5479 29.7458 18.4897L30.3111 18.6445C31.3888 18.9427 32.1553 19.3405 32.5303 19.7293C32.9054 20.1175 33.0914 20.4937 33.1589 20.9347C33.2221 21.2905 33.2136 21.9187 32.7382 22.6213C32.9094 23.0746 33.0656 23.5264 33.1978 23.9929ZM11.7885 27.2137C11.9483 27.2173 12.107 27.2071 12.2626 27.1807C13.9347 26.8993 14.3724 25.1065 14.097 23.3461C13.7858 21.3583 12.4237 20.6575 11.4991 20.6077C11.242 20.5945 11.0031 20.6173 10.8062 20.6563C9.15591 20.9845 8.22409 22.3705 8.40766 24.1705C8.5736 25.7995 10.2427 27.1729 11.7885 27.2137ZM8.05086 21.1447C8.6046 20.3509 9.50967 19.7767 10.5369 19.5793C11.8444 16.115 14.0277 12.923 16.9174 10.7264C19.0619 8.96058 21.3747 7.69399 21.3747 7.69399C21.3747 7.69399 20.1292 6.26839 19.753 6.16339C17.4389 5.5466 12.4413 8.94858 9.25013 13.4438C7.95908 15.2624 6.11064 18.4831 6.99444 20.1397C7.10324 20.3449 7.7202 20.8723 8.05086 21.1447ZM26.8118 26.4181C26.8154 26.4553 26.7924 26.4937 26.7589 26.5075C26.7589 26.5075 24.8995 27.3613 21.9461 26.4595C22.0523 27.3448 23.1259 27.6803 23.8759 27.8017C27.5357 28.4233 30.9573 26.3575 31.7274 25.8373C31.8596 25.748 31.7258 25.9776 31.7019 26.0113C30.7591 27.2119 28.2244 28.6021 24.9269 28.6015C23.4888 28.6009 22.0512 28.1011 21.5236 27.3325C20.7048 26.1403 21.4829 24.3997 22.8475 24.5809C25.1541 24.838 27.5188 24.6448 29.6541 23.6665C31.5159 22.8133 32.2191 21.8749 32.1134 21.1147C31.9493 19.9366 30.2026 19.7524 29.3197 19.4659C28.9356 19.3405 28.7459 19.2403 28.7028 18.5269C28.6839 18.2155 28.6292 17.129 28.6092 16.6796C28.5739 15.893 28.4779 14.8172 27.802 14.3732C27.6257 14.2574 27.43 14.2016 27.2239 14.1908C27.0596 14.1829 26.9622 14.2055 26.9098 14.2176C26.8981 14.2204 26.8886 14.2226 26.8811 14.2238C26.5161 14.285 26.2925 14.4697 26.0287 14.6874C26.0135 14.7 25.9982 14.7126 25.9827 14.7254C25.1396 15.419 24.4279 15.5324 23.6358 15.4988C23.3892 15.4884 23.135 15.4638 22.8668 15.4378C22.6201 15.4139 22.3617 15.3889 22.0865 15.3728L21.7503 15.3536C20.424 15.2864 19.0017 16.4168 18.7652 18.0223C18.5011 19.8145 19.5028 20.9122 20.1542 21.6261C20.3152 21.8025 20.4548 21.9555 20.5486 22.0897C20.6088 22.1707 20.6787 22.2847 20.6787 22.3933C20.6787 22.5229 20.5936 22.6255 20.5103 22.7131C19.1573 24.0865 18.7245 26.2687 19.2345 28.0873C19.2983 28.3141 19.3792 28.5313 19.4746 28.7389C20.6708 31.4983 24.3823 32.7835 28.0074 31.6147C30.5481 30.7955 32.7929 28.8159 33.25 26.0851C33.3588 25.3735 33.199 25.0987 32.9814 24.9661C32.751 24.8263 32.475 24.8749 32.475 24.8749C32.475 24.8749 32.3492 24.0247 31.993 23.2519C30.936 24.0751 29.5756 24.6535 28.5399 24.9469C26.8804 25.4168 25.0879 25.5998 23.373 25.3782C22.6775 25.2883 22.2102 25.228 22.0099 25.8703C24.2972 26.6971 26.7182 26.3431 26.7182 26.3431C26.765 26.3383 26.8069 26.3719 26.8118 26.4181ZM20.2125 10.3736C18.9616 11.0054 17.5648 12.1304 16.4305 13.4246C16.3904 13.4708 16.45 13.5344 16.4992 13.499C17.479 12.7952 18.8224 12.1412 20.5821 11.7176C22.5533 11.243 24.451 11.4422 25.6101 11.7044C25.6685 11.7176 25.7049 11.6186 25.6533 11.5898C24.8874 11.1656 23.7118 10.8776 22.8779 10.8716C22.8371 10.871 22.814 10.8242 22.8384 10.7918C22.9824 10.6004 23.18 10.4114 23.3605 10.2746C23.4006 10.2434 23.3763 10.1792 23.3252 10.1822C22.2878 10.2451 19.9183 11.3255 19.9268 11.2862C19.9876 10.9982 20.1791 10.6178 20.2781 10.4402C20.3019 10.3982 20.2557 10.352 20.2125 10.3736Z",fill:"#0C111D"})]}),kt=()=>e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"40",height:"40",viewBox:"0 0 40 40",fill:"none",children:[e.jsx("rect",{width:"40",height:"40",rx:"8",fill:"#625DF5"}),e.jsx("path",{d:"M20 12L28 20L20 28L12 20L20 12Z",fill:"white"})]});function cs(){var F,H;const t=q(),[s,a]=o.useState({openai:{id:"openai",enabled:!1,apiKey:"",model:"gpt-4.1"},runware:{id:"runware",enabled:!1,apiKey:""},image_generation:{id:"image_generation",enabled:!1,service:"openai",provider:"openai",model:"dall-e-3",runwareModel:"runware:97@1",image_type:"realistic",max_in_article_images:2,image_format:"webp",desktop_enabled:!0,mobile_enabled:!0}}),[r,i]=o.useState(null),[l,n]=o.useState(!1),[x,g]=o.useState(!1),[N,T]=o.useState(!1),[_,d]=o.useState(!1),[w,j]=o.useState({openai:"not_configured",runware:"not_configured",image_generation:"not_configured"}),S=o.useCallback(async(c,p,v,M)=>{const k="https://api.igny8.com/api";if(!["openai","runware"].includes(c))return;if(!(v&&v.trim()!=="")||!p){j(y=>({...y,[c]:"not_configured"}));return}j(y=>({...y,[c]:"pending"}));try{const y={apiKey:v};c==="openai"&&(y.config={model:M||"gpt-4.1",with_response:!1});const L=await fetch(`${k}/v1/system/settings/integrations/${c}/test/`,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify(y)}),G=await L.json();L.ok&&G.success?j(z=>({...z,[c]:"success"})):(console.error(`Validation failed for ${c}:`,G.error||G.message),j(z=>({...z,[c]:"error"})))}catch(y){console.error(`Error validating ${c}:`,y),j(L=>({...L,[c]:"error"}))}},[]),I=o.useCallback(async()=>{a(c=>(["openai","runware"].forEach(p=>{const v=c[p];if(!v)return;const M=v.enabled===!0,k=v.apiKey,b=v.model;S(p,M,k,b)}),c))},[S]);o.useEffect(()=>{h()},[]),o.useEffect(()=>{if(!Object.values(s).some(v=>v.apiKey!==void 0||v.enabled!==void 0))return;const p=setTimeout(()=>{I()},500);return()=>clearTimeout(p)},[s.openai.enabled,s.runware.enabled,s.openai.apiKey,s.runware.apiKey]);const h=async()=>{try{const c="https://api.igny8.com/api",v=["openai","runware","image_generation"].map(async k=>{try{const b=await fetch(`${c}/v1/system/settings/integrations/${k}/`,{credentials:"include"});if(b.ok){const y=await b.json();if(y.success&&y.data)return{id:k,config:y.data}}return{id:k,config:null}}catch(b){return console.error(`Error loading ${k} settings:`,b),{id:k,config:null}}}),M=await Promise.all(v);a(k=>{const b={...k};return M.forEach(({id:y,config:L})=>{L&&k[y]&&(b[y]={...k[y],...L,enabled:L.enabled!==void 0?L.enabled:k[y].enabled})}),b})}catch(c){console.error("Error loading integration settings:",c)}},O=c=>{i(c),g(!0)},$=c=>{i(c),n(!0)},Z=async()=>{if(!r)return;if(r!=="openai"&&r!=="runware"){t.warning("Connection testing is only available for OpenAI and Runware");return}const c=s[r],p=c.apiKey;if(!p){t.error("Please enter an API key first");return}d(!0),r&&j(v=>({...v,[r]:"pending"}));try{const v=await Y(`/v1/system/settings/integrations/${r}/test/`,{method:"POST",body:JSON.stringify({apiKey:p,config:c})});if(v.success)t.success(v.message||"API connection test successful!"),v.response&&t.info(`Response: ${v.response}`),v.tokens_used&&t.info(`Tokens used: ${v.tokens_used}`),r&&j(M=>({...M,[r]:"success"}));else throw new Error(v.error||"Connection test failed")}catch(v){console.error("Error testing connection:",v),t.error(`Connection test failed: ${v.message||"Unknown error"}`),r&&j(M=>({...M,[r]:"error"}))}finally{d(!1)}},W=async()=>{if(r){T(!0);try{const c=s[r];let p={...c};r==="image_generation"&&(p={...c,provider:c.service||c.provider||"openai",model:c.service==="openai"?c.model||"dall-e-3":c.service==="runware"?c.runwareModel||"runware:97@1":c.model,image_type:c.image_type||"realistic",max_in_article_images:c.max_in_article_images||2,image_format:c.image_format||"webp",desktop_enabled:c.desktop_enabled!==void 0?c.desktop_enabled:!0,mobile_enabled:c.mobile_enabled!==void 0?c.mobile_enabled:!0});const M=`https://api.igny8.com/api/v1/system/settings/integrations/${r}/save/`,k=await fetch(M,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify(p)});if(!(k.headers.get("content-type")||"").includes("application/json")){const L=await k.text();if(L.trim().startsWith("<!DOCTYPE")||L.trim().startsWith("<html"))throw new Error(`Server returned HTML instead of JSON. This usually means the endpoint doesn't exist (404). Response: ${L.substring(0,200)}`)}let y;try{const L=await k.text();y=L?JSON.parse(L):{}}catch{const G=await k.text();throw new Error(`Failed to parse response as JSON. Response was: ${G.substring(0,200)}`)}if(!k.ok)throw new Error(y.error||`HTTP ${k.status}: ${k.statusText}`);if(y.success)t.success(y.message||"Settings saved successfully"),g(!1),setTimeout(()=>{h().then(()=>{setTimeout(()=>I(),300)}).catch(L=>{console.error("Error reloading settings after save:",L)})},100);else throw new Error(y.error||"Failed to save settings")}catch(c){console.error("Error saving integration settings:",c),t.error(`Failed to save settings: ${c.message||"Unknown error"}`)}finally{T(!1)}}},A=c=>{const p=s[c];if(c==="openai")return[{label:"App Name",value:"OpenAI API"},{label:"API Key",value:p.apiKey?`${p.apiKey.substring(0,20)}...`:"Not configured"},{label:"Model",value:p.model||"Not set"}];if(c==="runware")return[{label:"App Name",value:"Runware API"},{label:"API Key",value:p.apiKey?`${p.apiKey.substring(0,20)}...`:"Not configured"}];if(c==="image_generation"){const v=p.service||"openai",M=v==="openai"?p.model||"Not set":p.runwareModel||"Not set";return[{label:"Service",value:v==="openai"?"OpenAI":"Runware"},{label:"Model",value:M}]}return[]},R=o.useCallback(c=>{const p=s[c];if(c==="openai")return[{key:"apiKey",label:"OpenAI API Key",type:"password",value:p.apiKey||"",onChange:v=>{a({...s,[c]:{...p,apiKey:v}})},placeholder:"Enter your OpenAI API key",required:!0},{key:"model",label:"AI Model",type:"select",value:p.model||"gpt-4.1",onChange:v=>{a({...s,[c]:{...p,model:v}})},options:[{value:"gpt-4.1",label:"GPT-4.1 - $2.00 / $8.00 per 1M tokens"},{value:"gpt-4o-mini",label:"GPT-4o mini - $0.15 / $0.60 per 1M tokens"},{value:"gpt-4o",label:"GPT-4o - $2.50 / $10.00 per 1M tokens"}]}];if(c==="runware")return[{key:"apiKey",label:"Runware API Key",type:"password",value:p.apiKey||"",onChange:v=>{a({...s,[c]:{...p,apiKey:v}})},placeholder:"Enter your Runware API key",required:!0}];if(c==="image_generation"){const v=p.service||"openai",M=[{key:"service",label:"Image Generation Service",type:"select",value:v,onChange:k=>{a({...s,[c]:{...p,service:k,model:k==="openai"?"dall-e-3":void 0,runwareModel:k==="runware"?"runware:97@1":void 0}})},options:[{value:"openai",label:"OpenAI - Multiple models available"},{value:"runware",label:"Runware - $0.036 per image"}]}];return v==="openai"?M.push({key:"model",label:"OpenAI Image Model",type:"select",value:p.model||"dall-e-3",onChange:k=>{a({...s,[c]:{...p,model:k}})},options:[{value:"dall-e-3",label:"DALL·E 3 - $0.040 per image"},{value:"dall-e-2",label:"DALL·E 2 - $0.020 per image"}]}):v==="runware"&&M.push({key:"runwareModel",label:"Runware Model",type:"select",value:p.runwareModel||"runware:97@1",onChange:k=>{a({...s,[c]:{...p,runwareModel:k}})},options:[{value:"runware:97@1",label:"HiDream-I1 Full - $0.036 per image"},{value:"runware:gen3a_turbo",label:"Gen3a Turbo - $0.036 per image"},{value:"runware:gen3a",label:"Gen3a - $0.036 per image"}]}),M.push({key:"image_type",label:"Image Type",type:"select",value:p.image_type||"realistic",onChange:k=>{a({...s,[c]:{...p,image_type:k}})},options:[{value:"realistic",label:"Realistic"},{value:"artistic",label:"Artistic"},{value:"cartoon",label:"Cartoon"}]},{key:"max_in_article_images",label:"Max In-Article Images",type:"select",value:String(p.max_in_article_images||2),onChange:k=>{a({...s,[c]:{...p,max_in_article_images:parseInt(k)}})},options:[{value:"1",label:"1 Image"},{value:"2",label:"2 Images"},{value:"3",label:"3 Images"},{value:"4",label:"4 Images"},{value:"5",label:"5 Images"}]},{key:"image_format",label:"Image Format",type:"select",value:p.image_format||"webp",onChange:k=>{a({...s,[c]:{...p,image_format:k}})},options:[{value:"webp",label:"WEBP"},{value:"jpg",label:"JPG"},{value:"png",label:"PNG"}]}),M}return[]},[s]),U=o.useMemo(()=>{var c,p,v;if(!(r!=="image_generation"||!x))try{const M=R(r),k=M.find(D=>D.key==="service"),b=((c=s[r])==null?void 0:c.service)||"openai",y=M.find(D=>b==="openai"?D.key==="model":D.key==="runwareModel"),L=M.find(D=>D.key==="max_in_article_images"),G=M.find(D=>D.key==="image_type"),z=M.find(D=>D.key==="image_format");return e.jsxs("div",{className:"space-y-4",children:[e.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[k&&e.jsxs("div",{children:[e.jsxs(J,{className:"mb-2",children:[k.label,k.required&&e.jsx("span",{className:"text-error-500 ml-1",children:"*"})]}),e.jsx(xe,{options:k.options||[],placeholder:k.placeholder||k.label,value:k.value||"",onChange:D=>k.onChange(D),className:"w-full"})]}),y&&e.jsxs("div",{children:[e.jsxs(J,{className:"mb-2",children:[y.label,y.required&&e.jsx("span",{className:"text-error-500 ml-1",children:"*"})]}),e.jsx(xe,{options:y.options||[],placeholder:y.placeholder||y.label,value:y.value||"",onChange:D=>y.onChange(D),className:"w-full"})]})]}),e.jsxs("div",{className:"space-y-3",children:[e.jsx(J,{className:"block text-sm font-medium text-gray-700 dark:text-gray-300",children:"Max Images"}),e.jsx("div",{className:"p-3 rounded-lg border border-gray-200 dark:border-gray-700 bg-gradient-to-r from-purple-500 to-blue-500 text-white",children:e.jsxs("div",{className:"flex items-center justify-between",children:[e.jsxs("div",{children:[e.jsx("div",{className:"font-medium",children:"Featured Image"}),e.jsx("div",{className:"text-xs opacity-90",children:"1280×832 pixels"})]}),e.jsx("div",{className:"text-xs bg-white/20 px-2 py-1 rounded",children:"Always Enabled"})]})})]}),e.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[e.jsxs("div",{className:"flex items-center gap-3 p-3 rounded-lg border border-gray-200 dark:border-gray-700",children:[e.jsx(jt,{checked:((p=s[r])==null?void 0:p.desktop_enabled)!==!1,onChange:D=>{a({...s,[r]:{...s[r],desktop_enabled:D}})}}),e.jsxs("div",{children:[e.jsx(J,{className:"font-medium text-gray-700 dark:text-gray-300",children:"Desktop Images"}),e.jsx("div",{className:"text-xs text-gray-500 dark:text-gray-400",children:"1024×1024 pixels"})]})]}),e.jsxs("div",{className:"flex items-center gap-3 p-3 rounded-lg border border-gray-200 dark:border-gray-700",children:[e.jsx(jt,{checked:((v=s[r])==null?void 0:v.mobile_enabled)!==!1,onChange:D=>{a({...s,[r]:{...s[r],mobile_enabled:D}})}}),e.jsxs("div",{children:[e.jsx(J,{className:"font-medium text-gray-700 dark:text-gray-300",children:"Mobile Images"}),e.jsx("div",{className:"text-xs text-gray-500 dark:text-gray-400",children:"960×1280 pixels"})]})]})]}),e.jsxs("div",{className:"grid grid-cols-3 gap-4",children:[L&&e.jsxs("div",{children:[e.jsxs(J,{className:"mb-2",children:[L.label,L.required&&e.jsx("span",{className:"text-error-500 ml-1",children:"*"})]}),e.jsx(xe,{options:L.options||[],placeholder:L.placeholder||L.label,value:L.value||"",onChange:D=>L.onChange(D),className:"w-full"})]}),G&&e.jsxs("div",{children:[e.jsxs(J,{className:"mb-2",children:[G.label,G.required&&e.jsx("span",{className:"text-error-500 ml-1",children:"*"})]}),e.jsx(xe,{options:G.options||[],placeholder:G.placeholder||G.label,value:G.value||"",onChange:D=>G.onChange(D),className:"w-full"})]}),z&&e.jsxs("div",{children:[e.jsxs(J,{className:"mb-2",children:[z.label,z.required&&e.jsx("span",{className:"text-error-500 ml-1",children:"*"})]}),e.jsx(xe,{options:z.options||[],placeholder:z.placeholder||z.label,value:z.value||"",onChange:D=>z.onChange(D),className:"w-full"})]})]})]})}catch(M){return console.error("Error rendering image generation form:",M),e.jsx("div",{className:"text-error-500",children:"Error loading form. Please refresh the page."})}},[r,s,x,R]);return e.jsxs(e.Fragment,{children:[e.jsx(P,{title:"API Integration - IGNY8",description:"External integrations"}),e.jsxs("div",{className:"space-y-8",children:[e.jsxs("div",{className:"grid grid-cols-1 gap-6 sm:grid-cols-2 xl:grid-cols-3",children:[e.jsxs("div",{className:"space-y-5",children:[e.jsx(vt,{icon:e.jsx(Ie,{}),title:"OpenAI",description:"AI-powered content generation and analysis with DALL-E image generation",validationStatus:w.openai,integrationId:"openai",onToggleSuccess:(c,p)=>{const v=(p==null?void 0:p.apiKey)||s.openai.apiKey,M=(p==null?void 0:p.model)||s.openai.model;S("openai",c,v,M)},onSettings:()=>O("openai"),onDetails:()=>$("openai")}),e.jsx(wt,{title:"OpenAI API Validation",description:"Two-way response validation with actual request and response testing",integrationId:"openai",icon:e.jsx(Ie,{})})]}),e.jsxs("div",{className:"space-y-5",children:[e.jsx(vt,{icon:e.jsx(kt,{}),title:"Runware",description:"High-quality AI image generation with Runware's models ($0.036 per image)",validationStatus:w.runware,integrationId:"runware",modelName:((F=s.image_generation)==null?void 0:F.service)==="runware"&&s.image_generation.runwareModel?{"runware:97@1":"HiDream-I1 Full","runware:gen3a_turbo":"Gen3a Turbo","runware:gen3a":"Gen3a"}[s.image_generation.runwareModel]||s.image_generation.runwareModel:void 0,onToggleSuccess:(c,p)=>{const v=(p==null?void 0:p.apiKey)||s.runware.apiKey;S("runware",c,v)},onSettings:()=>O("runware"),onDetails:()=>$("runware")}),e.jsx(wt,{title:"Runware API Validation",description:"Using 128x128 image generation request for connection testing",integrationId:"runware",icon:e.jsx(kt,{})})]}),e.jsxs("div",{className:"space-y-5",children:[e.jsx(ds,{icon:e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"40",height:"40",viewBox:"0 0 40 40",fill:"none",children:[e.jsx("rect",{width:"40",height:"40",rx:"8",fill:"#9333EA"}),e.jsx("path",{d:"M12 16L20 10L28 16V28C28 28.5304 27.7893 29.0391 27.4142 29.4142C27.0391 29.7893 26.5304 30 26 30H14C13.4696 30 12.9609 29.7893 12.5858 29.4142C12.2107 29.0391 12 28.5304 12 28V16Z",stroke:"white",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.jsx("path",{d:"M16 30V20H24V30",stroke:"white",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]}),title:"Image Generation Service",description:"Default image generation service and model selection for app-wide use",validationStatus:w.image_generation,onSettings:()=>O("image_generation"),onDetails:()=>$("image_generation")}),e.jsx(K,{variant:"info",title:"AI Integration & Image Generation Testing",message:`Configure and test your AI integrations on this page. - Set up OpenAI and Runware API keys, validate connections, and test image generation with different models and parameters. - Before you start, please read the documentation for each integration. - - Make sure to use the correct API keys and models for each integration.`})]})]}),e.jsxs("div",{className:"grid grid-cols-1 gap-6 lg:grid-cols-2",children:[e.jsx(ls,{title:"Generate Image",description:"Configure image generation parameters",integrationId:"openai",icon:e.jsx(Ie,{})}),e.jsx(os,{title:"Generated Image",description:"AI-generated image results",icon:e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"40",height:"40",viewBox:"0 0 40 40",fill:"none",children:[e.jsx("rect",{width:"40",height:"40",rx:"8",fill:"#10B981"}),e.jsx("path",{d:"M12 16L20 10L28 16V28C28 28.5304 27.7893 29.0391 27.4142 29.4142C27.0391 29.7893 26.5304 30 26 30H14C13.4696 30 12.9609 29.7893 12.5858 29.4142C12.2107 29.0391 12 28.5304 12 28V16Z",stroke:"white",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.jsx("path",{d:"M16 30V20H24V30",stroke:"white",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]})})]})]}),e.jsx(ge,{isOpen:l,onClose:()=>n(!1),className:"max-w-2xl",children:e.jsxs("div",{className:"p-6",children:[e.jsx("h3",{className:"text-lg font-semibold mb-2 text-gray-800 dark:text-white",children:"Integration details"}),e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mb-6",children:"Check the credentials and settings for your connected app."}),e.jsx("div",{className:"space-y-4",children:r&&A(r).map((c,p)=>e.jsxs("div",{className:"flex justify-between items-start border-b border-gray-200 dark:border-gray-700 pb-3",children:[e.jsx("span",{className:"text-sm font-medium text-gray-700 dark:text-gray-300",children:c.label}),e.jsx("span",{className:"text-sm text-gray-900 dark:text-white text-right max-w-xs break-words",children:c.value})]},p))}),e.jsx("div",{className:"flex justify-end mt-6",children:e.jsx(f,{variant:"outline",onClick:()=>n(!1),children:"Close"})})]})}),r&&e.jsx(e.Fragment,{children:e.jsx(ye,{isOpen:x,onClose:()=>g(!1),onSubmit:W,title:"Integration settings",fields:R(r),submitLabel:"Save Changes",cancelLabel:"Close",isLoading:N,customBody:U,customFooter:r==="openai"||r==="runware"?e.jsxs("div",{className:"flex justify-between items-center pt-4",children:[e.jsx(f,{type:"button",variant:"secondary",onClick:()=>{Z()},disabled:_||N||!((H=s[r])!=null&&H.apiKey),className:"flex items-center gap-2",children:_?"Testing...":"Test Connection"}),e.jsxs("div",{className:"flex gap-3",children:[e.jsx(f,{type:"button",variant:"outline",onClick:()=>g(!1),disabled:N||_,children:"Close"}),e.jsx(f,{type:"submit",variant:"primary",disabled:N||_,children:N?"Saving...":"Save Changes"})]})]}):void 0})})]})}const jr=Object.freeze(Object.defineProperty({__proto__:null,default:cs},Symbol.toStringTag,{value:"Module"}));function xs({site:t,icon:s,onToggle:a,onSettings:r,onDetails:i,isToggling:l=!1}){const n=T=>{a(t.id,T)},x=()=>t.is_active?"bg-green-500 dark:bg-green-600":"bg-gray-400 dark:bg-gray-500",N=t.is_active?{text:"Active",color:"text-green-600 dark:text-green-400",bold:!0}:{text:"Inactive",color:"text-gray-400 dark:text-gray-500",bold:!1};return e.jsxs("article",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/3",children:[e.jsxs("div",{className:"relative p-5 pb-9",children:[e.jsx("div",{className:"mb-5 inline-flex h-10 w-10 items-center justify-center",children:s}),e.jsx("h3",{className:"mb-3 text-lg font-semibold text-gray-800 dark:text-white/90",children:t.name}),e.jsx("p",{className:"max-w-xs text-sm text-gray-500 dark:text-gray-400 mb-2",children:t.description||"No description"}),t.domain&&e.jsx("p",{className:"text-xs text-gray-400 dark:text-gray-500 mb-2",children:t.domain}),e.jsxs("div",{className:"flex items-center gap-2 mb-2 flex-wrap",children:[t.industry_name&&e.jsx(C,{variant:"light",color:"info",className:"text-xs",children:t.industry_name}),e.jsxs(C,{variant:"light",color:"info",className:"text-xs",children:[t.active_sectors_count," / 5 Sectors"]}),t.status&&e.jsx(C,{variant:"light",color:t.status==="active"?"success":"dark",className:"text-xs",children:t.status})]}),e.jsxs("div",{className:"absolute top-5 right-5 flex items-center gap-2",children:[e.jsx("span",{className:`text-sm ${N.color} ${N.bold?"font-bold":""} transition-colors duration-200`,children:N.text}),e.jsx("div",{className:`w-[25px] h-[25px] rounded-full ${x()} transition-colors duration-200`,title:t.is_active?"Active site":"Inactive site"})]})]}),e.jsxs("div",{className:"flex items-center justify-between border-t border-gray-200 p-5 dark:border-gray-800",children:[e.jsxs("div",{className:"flex gap-3",children:[e.jsx(f,{variant:"outline",size:"md",onClick:()=>r(t),className:"shadow-theme-xs inline-flex h-11 w-11 items-center justify-center rounded-lg border border-gray-300 text-gray-700 dark:border-gray-700 dark:text-gray-400",children:e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",children:[e.jsx("path",{d:"M5.64615 4.59906C5.05459 4.25752 4.29808 4.46015 3.95654 5.05171L2.69321 7.23986C2.35175 7.83128 2.5544 8.58754 3.14582 8.92899C3.97016 9.40493 3.97017 10.5948 3.14583 11.0707C2.55441 11.4122 2.35178 12.1684 2.69323 12.7598L3.95657 14.948C4.2981 15.5395 5.05461 15.7422 5.64617 15.4006C6.4706 14.9247 7.50129 15.5196 7.50129 16.4715C7.50129 17.1545 8.05496 17.7082 8.73794 17.7082H11.2649C11.9478 17.7082 12.5013 17.1545 12.5013 16.4717C12.5013 15.5201 13.5315 14.9251 14.3556 15.401C14.9469 15.7423 15.7029 15.5397 16.0443 14.9485L17.3079 12.7598C17.6494 12.1684 17.4467 11.4121 16.8553 11.0707C16.031 10.5948 16.031 9.40494 16.8554 8.92902C17.4468 8.58757 17.6494 7.83133 17.3079 7.23992L16.0443 5.05123C15.7029 4.45996 14.9469 4.25737 14.3556 4.59874C13.5315 5.07456 12.5013 4.47961 12.5013 3.52798C12.5013 2.84515 11.9477 2.2915 11.2649 2.2915L8.73795 2.2915C8.05496 2.2915 7.50129 2.84518 7.50129 3.52816C7.50129 4.48015 6.47059 5.07505 5.64615 4.59906Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e.jsx("path",{d:"M12.5714 9.99977C12.5714 11.4196 11.4204 12.5706 10.0005 12.5706C8.58069 12.5706 7.42969 11.4196 7.42969 9.99977C7.42969 8.57994 8.58069 7.42894 10.0005 7.42894C11.4204 7.42894 12.5714 8.57994 12.5714 9.99977Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})}),e.jsx(f,{variant:"outline",size:"md",onClick:()=>i(t),className:"shadow-theme-xs inline-flex h-11 items-center justify-center rounded-lg border border-gray-300 px-4 py-3 text-sm font-medium text-gray-700 dark:border-gray-700 dark:text-gray-400",children:"Details"})]}),e.jsx(De,{label:"",checked:t.is_active,disabled:l,onChange:n})]})]})}const Nt=()=>e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"40",height:"40",viewBox:"0 0 40 40",fill:"none",children:[e.jsx("rect",{width:"40",height:"40",rx:"8",fill:"#3B82F6"}),e.jsx("path",{d:"M12 16L20 10L28 16V28C28 28.5304 27.7893 29.0391 27.4142 29.4142C27.0391 29.7893 26.5304 30 26 30H14C13.4696 30 12.9609 29.7893 12.5858 29.4142C12.2107 29.0391 12 28.5304 12 28V16Z",stroke:"white",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.jsx("path",{d:"M16 30V20H24V30",stroke:"white",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]});function ms(){var ce;const t=q(),[s,a]=o.useState([]),[r,i]=o.useState(!0),[l,n]=o.useState(null),[x,g]=o.useState(!1),[N,T]=o.useState(!1),[_,d]=o.useState(!1),[w,j]=o.useState(!1),[S,I]=o.useState(null),[h,O]=o.useState([]),[$,Z]=o.useState(""),[W,A]=o.useState([]),[R,U]=o.useState(!1),[F,H]=o.useState({name:"",domain:"",description:"",is_active:!0});o.useEffect(()=>{c(),p()},[]);const c=async()=>{try{i(!0);const m=await Et();a(m.results||[])}catch(m){t.error(`Failed to load sites: ${m.message}`)}finally{i(!1)}},p=async()=>{try{const m=await Tt();O(m.industries||[])}catch(m){t.error(`Failed to load industries: ${m.message}`)}},v=async(m,V)=>{if(S!==null){t.error("Please wait for the current operation to complete");return}try{I(m),V?(await ft(m),t.success("Site activated successfully")):s.find(te=>te.id===m)&&(await Ne(m,{is_active:!1}),t.success("Site deactivated successfully")),await c()}catch(Q){t.error(`Failed to update site: ${Q.message}`)}finally{I(null)}},M=m=>{n(m),T(!0),k(m)},k=async m=>{try{const Q=(await zt(m.id)).map(te=>te.slug);if(A(Q),m.industry_slug)Z(m.industry_slug);else for(const te of h)if(te.sectors.filter(pe=>Q.includes(pe.slug)).length>0){Z(te.slug);break}}catch(V){console.error("Failed to load site sectors:",V)}},b=m=>{n(m),H({name:m.name||"",domain:m.domain||"",description:m.description||"",is_active:m.is_active||!1}),d(!0)},y=async()=>{if(l)try{j(!0);const m={...F,domain:F.domain?G(F.domain):F.domain};await Ne(l.id,m),t.success("Site updated successfully"),d(!1),await c()}catch(m){t.error(`Failed to update site: ${m.message}`)}finally{j(!1)}},L=()=>{n(null),H({name:"",domain:"",description:"",is_active:!0}),g(!0)},G=m=>{if(!m||!m.trim())return m;const V=m.trim();return V.startsWith("https://")?V:V.startsWith("http://")?V.replace("http://","https://"):`https://${V}`},z=async()=>{try{j(!0);const m={...F,domain:F.domain?G(F.domain):F.domain};if(l)await Ne(l.id,m),t.success("Site updated successfully");else{const V=await Bt({...m,is_active:m.is_active||!1});t.success("Site created successfully"),(s.length===0||m.is_active)&&await ft(V.id)}g(!1),n(null),H({name:"",domain:"",description:"",is_active:!1}),await c()}catch(m){t.error(`Failed to save site: ${m.message}`)}finally{j(!1)}},D=async()=>{if(!l||!$||W.length===0){t.error("Please select an industry and at least one sector");return}if(W.length>5){t.error("Maximum 5 sectors allowed per site");return}try{U(!0);const m=await Gt(l.id,$,W);t.success(m.message||"Sectors selected successfully"),T(!1),await c()}catch(m){t.error(`Failed to select sectors: ${m.message}`)}finally{U(!1)}},ue=async m=>{if(window.confirm(`Are you sure you want to delete "${m.name}"? This action cannot be undone.`))try{await Wt(m.id),t.success("Site deleted successfully"),await c(),_&&d(!1)}catch(V){t.error(`Failed to delete site: ${V.message}`)}},de=()=>[{key:"name",label:"Site Name",type:"text",value:F.name,onChange:m=>H({...F,name:m}),required:!0,placeholder:"Enter site name"},{key:"domain",label:"Domain",type:"text",value:F.domain,onChange:m=>H({...F,domain:m}),required:!1,placeholder:"example.com (https:// will be added automatically)"},{key:"description",label:"Description",type:"textarea",value:F.description,onChange:m=>H({...F,description:m}),required:!1,placeholder:"Enter site description",rows:4},{key:"is_active",label:"Set as Active Site",type:"select",value:F.is_active?"true":"false",onChange:m=>H({...F,is_active:m==="true"}),required:!1,options:[{value:"true",label:"Active"},{value:"false",label:"Inactive"}]}],he=()=>{if(!$)return[];const m=h.find(V=>V.slug===$);return(m==null?void 0:m.sectors)||[]};return r?e.jsx("div",{className:"flex h-screen items-center justify-center",children:e.jsxs("div",{className:"text-center",children:[e.jsx("div",{className:"mb-4 h-8 w-8 animate-spin rounded-full border-4 border-gray-300 border-t-blue-600 mx-auto"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400",children:"Loading sites..."})]})}):e.jsxs(e.Fragment,{children:[e.jsx(P,{title:"Sites Management",description:"Manage your sites and configure industries and sectors"}),e.jsxs("div",{className:"space-y-8",children:[e.jsxs("div",{className:"flex items-center justify-between",children:[e.jsxs("div",{children:[e.jsx("h1",{className:"text-2xl font-bold text-gray-900 dark:text-white",children:"Sites Management"}),e.jsx("p",{className:"mt-1 text-sm text-gray-500 dark:text-gray-400",children:"Manage your sites, configure industries, and select sectors. Multiple sites can be active simultaneously."})]}),e.jsx(f,{onClick:L,variant:"primary",children:"+ Add Site"})]}),e.jsx(K,{variant:"info",title:"Sites Configuration",message:"Each site can have up to 5 sectors selected from 15 major industries. Keywords and clusters are automatically associated with sectors. Multiple sites can be active simultaneously."}),s.length===0?e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white p-12 text-center dark:border-gray-800 dark:bg-white/3",children:[e.jsx(Nt,{}),e.jsx("h3",{className:"mt-4 text-lg font-semibold text-gray-900 dark:text-white",children:"No sites yet"}),e.jsx("p",{className:"mt-2 text-sm text-gray-500 dark:text-gray-400",children:"Create your first site to get started"}),e.jsx(f,{onClick:L,variant:"primary",className:"mt-4",children:"Create Site"})]}):e.jsx("div",{className:"grid grid-cols-1 gap-6 sm:grid-cols-2 xl:grid-cols-3",children:s.map(m=>e.jsx(xs,{site:m,icon:e.jsx(Nt,{}),onToggle:v,onSettings:M,onDetails:b,isToggling:S===m.id},m.id))}),e.jsx(ye,{isOpen:x,onClose:()=>{g(!1),n(null),H({name:"",domain:"",description:"",is_active:!1})},onSubmit:z,title:l?"Edit Site":"Create New Site",submitLabel:l?"Update Site":"Create Site",fields:de(),isLoading:w}),e.jsx(ye,{isOpen:N,onClose:()=>T(!1),onSubmit:D,title:l?`Configure Sectors for ${l.name}`:"Configure Sectors",submitLabel:R?"Saving...":"Save Sectors",cancelLabel:"Cancel",isLoading:R,className:"max-w-2xl",customBody:e.jsxs("div",{className:"space-y-6",children:[e.jsxs("div",{children:[e.jsx("label",{className:"block text-sm font-medium text-gray-700 dark:text-gray-300 mb-2",children:"Select Industry"}),e.jsxs("select",{value:$,onChange:m=>{Z(m.target.value),A([])},className:"h-9 w-full rounded-lg border border-gray-300 bg-transparent px-3 py-2 text-sm shadow-theme-xs text-gray-800 placeholder:text-gray-400 focus:border-brand-300 focus:outline-hidden focus:ring-3 focus:ring-brand-500/10 dark:border-gray-700 dark:bg-gray-900 dark:text-white/90 dark:placeholder:text-white/30 dark:focus:border-brand-800",children:[e.jsx("option",{value:"",children:"Select an industry..."}),h.map(m=>e.jsx("option",{value:m.slug,children:m.name},m.slug))]}),$&&e.jsx("p",{className:"mt-1 text-xs text-gray-500 dark:text-gray-400",children:(ce=h.find(m=>m.slug===$))==null?void 0:ce.description})]}),$&&e.jsxs("div",{children:[e.jsx("label",{className:"block text-sm font-medium text-gray-700 dark:text-gray-300 mb-2",children:"Select Sectors (max 5)"}),e.jsx("div",{className:"space-y-2 max-h-64 overflow-y-auto border border-gray-200 rounded-lg p-4 dark:border-gray-700",children:he().map(m=>e.jsxs("label",{className:"flex items-start space-x-3 p-3 rounded-lg hover:bg-gray-50 dark:hover:bg-gray-800 cursor-pointer",children:[e.jsx("input",{type:"checkbox",checked:W.includes(m.slug),onChange:V=>{if(V.target.checked){if(W.length>=5){t.error("Maximum 5 sectors allowed per site");return}A([...W,m.slug])}else A(W.filter(Q=>Q!==m.slug))},className:"mt-1 h-4 w-4 rounded border-gray-300 text-blue-600 focus:ring-blue-500"}),e.jsxs("div",{className:"flex-1",children:[e.jsx("div",{className:"font-medium text-sm text-gray-900 dark:text-white",children:m.name}),e.jsx("div",{className:"text-xs text-gray-500 dark:text-gray-400 mt-1",children:m.description})]})]},m.slug))}),e.jsxs("p",{className:"mt-2 text-xs text-gray-500 dark:text-gray-400",children:["Selected: ",W.length," / 5 sectors"]})]})]}),customFooter:e.jsxs("div",{className:"flex justify-end gap-3 pt-4 border-t border-gray-200 dark:border-gray-700",children:[e.jsx(f,{type:"button",variant:"outline",onClick:()=>T(!1),disabled:R,children:"Cancel"}),e.jsx(f,{type:"submit",variant:"primary",disabled:!$||W.length===0||R,children:R?"Saving...":"Save Sectors"})]})}),l&&e.jsx(ye,{isOpen:_,onClose:()=>{d(!1),n(null)},onSubmit:y,title:`Edit Site: ${l.name}`,submitLabel:"Save Changes",fields:de(),isLoading:w,customFooter:e.jsxs("div",{className:"flex justify-between items-center pt-4 border-t border-gray-200 dark:border-gray-700",children:[e.jsx(f,{variant:"danger",onClick:()=>{l&&ue(l)},disabled:w,children:"Delete Site"}),e.jsxs("div",{className:"flex gap-3",children:[e.jsx(f,{variant:"outline",onClick:()=>{d(!1),n(null)},disabled:w,children:"Cancel"}),e.jsx(f,{variant:"primary",onClick:y,disabled:w,children:w?"Saving...":"Save Changes"})]})]})})]})]})}const yr=Object.freeze(Object.defineProperty({__proto__:null,default:ms},Symbol.toStringTag,{value:"Module"}));function gs(){return e.jsxs(e.Fragment,{children:[e.jsx(P,{title:"Import/Export - IGNY8",description:"Data management"}),e.jsx(u,{title:"Coming Soon",desc:"Data management",children:e.jsxs("div",{className:"text-center py-8",children:[e.jsx("p",{className:"text-gray-600 dark:text-gray-400",children:"Import/Export - Coming Soon"}),e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mt-2",children:"Import and export data, manage backups, and transfer content"})]})})]})}const vr=Object.freeze(Object.defineProperty({__proto__:null,default:gs},Symbol.toStringTag,{value:"Module"}));function us(){const[t,s]=o.useState([]),a=i=>{const l={success:"Success!",error:"Error Occurred",warning:"Warning",info:"Information"},n={success:"Operation completed successfully.",error:"Something went wrong. Please try again.",warning:"Please review this action carefully.",info:"Here's some useful information for you."},x={id:Date.now(),variant:i,title:l[i],message:n[i]};s(g=>[...g,x]),setTimeout(()=>{s(g=>g.filter(N=>N.id!==x.id))},5e3)},r=i=>{s(l=>l.filter(n=>n.id!==i))};return e.jsxs(e.Fragment,{children:[e.jsx(P,{title:"React.js Alerts Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Alerts Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsxs(u,{title:"Interactive Notifications",desc:"Click buttons to add notifications",children:[e.jsxs("div",{className:"flex flex-wrap gap-3 mb-4",children:[e.jsx(f,{onClick:()=>a("success"),variant:"primary",children:"Add Success"}),e.jsx(f,{onClick:()=>a("error"),variant:"primary",children:"Add Error"}),e.jsx(f,{onClick:()=>a("warning"),variant:"primary",children:"Add Warning"}),e.jsx(f,{onClick:()=>a("info"),variant:"primary",children:"Add Info"}),t.length>0&&e.jsx(f,{onClick:()=>s([]),variant:"outline",children:"Clear All"})]}),e.jsx("div",{className:"fixed top-4 right-4 z-50 space-y-2 max-w-md w-full pointer-events-none",children:t.map(i=>e.jsx("div",{className:"pointer-events-auto animate-in slide-in-from-top duration-300",children:e.jsxs("div",{className:"relative",children:[e.jsx(K,{variant:i.variant,title:i.title,message:i.message,showLink:!1}),e.jsx("button",{onClick:()=>r(i.id),className:"absolute top-2 right-2 p-1 rounded-full hover:bg-gray-100 dark:hover:bg-gray-800 text-gray-500 hover:text-gray-700 dark:text-gray-400 dark:hover:text-gray-200",children:e.jsx("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"})})})]})},i.id))})]}),e.jsx(u,{title:"Success Alert",children:e.jsxs("div",{className:"space-y-4",children:[e.jsx(K,{variant:"success",title:"Success Message",message:"Operation completed successfully.",showLink:!0,linkHref:"/",linkText:"Learn more"}),e.jsx(K,{variant:"success",title:"Success Message",message:"Your changes have been saved.",showLink:!1})]})}),e.jsx(u,{title:"Warning Alert",children:e.jsxs("div",{className:"space-y-4",children:[e.jsx(K,{variant:"warning",title:"Warning Message",message:"Be cautious when performing this action.",showLink:!0,linkHref:"/",linkText:"Learn more"}),e.jsx(K,{variant:"warning",title:"Warning Message",message:"This action cannot be undone.",showLink:!1})]})}),e.jsx(u,{title:"Error Alert",children:e.jsxs("div",{className:"space-y-4",children:[e.jsx(K,{variant:"error",title:"Error Message",message:"Something went wrong. Please try again.",showLink:!0,linkHref:"/",linkText:"Learn more"}),e.jsx(K,{variant:"error",title:"Error Message",message:"Failed to save changes. Please check your connection.",showLink:!1})]})}),e.jsx(u,{title:"Info Alert",children:e.jsxs("div",{className:"space-y-4",children:[e.jsx(K,{variant:"info",title:"Info Message",message:"Here's some useful information for you.",showLink:!0,linkHref:"/",linkText:"Learn more"}),e.jsx(K,{variant:"info",title:"Info Message",message:"New features are available. Check them out!",showLink:!1})]})})]})]})}const wr=Object.freeze(Object.defineProperty({__proto__:null,default:us},Symbol.toStringTag,{value:"Module"})),hs={xsmall:"h-6 w-6 max-w-6",small:"h-8 w-8 max-w-8",medium:"h-10 w-10 max-w-10",large:"h-12 w-12 max-w-12",xlarge:"h-14 w-14 max-w-14",xxlarge:"h-16 w-16 max-w-16"},ps={xsmall:"h-1.5 w-1.5 max-w-1.5",small:"h-2 w-2 max-w-2",medium:"h-2.5 w-2.5 max-w-2.5",large:"h-3 w-3 max-w-3",xlarge:"h-3.5 w-3.5 max-w-3.5",xxlarge:"h-4 w-4 max-w-4"},bs={online:"bg-success-500",offline:"bg-error-400",busy:"bg-warning-500"},B=({src:t,alt:s="User Avatar",size:a="medium",status:r="none"})=>e.jsxs("div",{className:`relative rounded-full ${hs[a]}`,children:[e.jsx("img",{src:t,alt:s,className:"object-cover rounded-full"}),r!=="none"&&e.jsx("span",{className:`absolute bottom-0 right-0 rounded-full border-[1.5px] border-white dark:border-gray-900 ${ps[a]} ${bs[r]||""}`})]});function fs(){return e.jsxs(e.Fragment,{children:[e.jsx(P,{title:"React.js Avatars Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Avatars Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsx(u,{title:"Default Avatar",children:e.jsxs("div",{className:"flex flex-col items-center justify-center gap-5 sm:flex-row",children:[e.jsx(B,{src:"/images/user/user-01.jpg",size:"xsmall"}),e.jsx(B,{src:"/images/user/user-01.jpg",size:"small"}),e.jsx(B,{src:"/images/user/user-01.jpg",size:"medium"}),e.jsx(B,{src:"/images/user/user-01.jpg",size:"large"}),e.jsx(B,{src:"/images/user/user-01.jpg",size:"xlarge"}),e.jsx(B,{src:"/images/user/user-01.jpg",size:"xxlarge"})]})}),e.jsx(u,{title:"Avatar with online indicator",children:e.jsxs("div",{className:"flex flex-col items-center justify-center gap-5 sm:flex-row",children:[e.jsx(B,{src:"/images/user/user-01.jpg",size:"xsmall",status:"online"}),e.jsx(B,{src:"/images/user/user-01.jpg",size:"small",status:"online"}),e.jsx(B,{src:"/images/user/user-01.jpg",size:"medium",status:"online"}),e.jsx(B,{src:"/images/user/user-01.jpg",size:"large",status:"online"}),e.jsx(B,{src:"/images/user/user-01.jpg",size:"xlarge",status:"online"}),e.jsx(B,{src:"/images/user/user-01.jpg",size:"xxlarge",status:"online"})]})}),e.jsx(u,{title:"Avatar with Offline indicator",children:e.jsxs("div",{className:"flex flex-col items-center justify-center gap-5 sm:flex-row",children:[e.jsx(B,{src:"/images/user/user-01.jpg",size:"xsmall",status:"offline"}),e.jsx(B,{src:"/images/user/user-01.jpg",size:"small",status:"offline"}),e.jsx(B,{src:"/images/user/user-01.jpg",size:"medium",status:"offline"}),e.jsx(B,{src:"/images/user/user-01.jpg",size:"large",status:"offline"}),e.jsx(B,{src:"/images/user/user-01.jpg",size:"xlarge",status:"offline"}),e.jsx(B,{src:"/images/user/user-01.jpg",size:"xxlarge",status:"offline"})]})})," ",e.jsx(u,{title:"Avatar with busy indicator",children:e.jsxs("div",{className:"flex flex-col items-center justify-center gap-5 sm:flex-row",children:[e.jsx(B,{src:"/images/user/user-01.jpg",size:"xsmall",status:"busy"}),e.jsx(B,{src:"/images/user/user-01.jpg",size:"small",status:"busy"}),e.jsx(B,{src:"/images/user/user-01.jpg",size:"medium",status:"busy"}),e.jsx(B,{src:"/images/user/user-01.jpg",size:"large",status:"busy"}),e.jsx(B,{src:"/images/user/user-01.jpg",size:"xlarge",status:"busy"}),e.jsx(B,{src:"/images/user/user-01.jpg",size:"xxlarge",status:"busy"})]})})]})]})}const kr=Object.freeze(Object.defineProperty({__proto__:null,default:fs},Symbol.toStringTag,{value:"Module"}));function js(){return e.jsxs("div",{children:[e.jsx(P,{title:"React.js Badges Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Badges Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsx(u,{title:"With Light Background",children:e.jsxs("div",{className:"flex flex-wrap gap-4 sm:items-center sm:justify-center",children:[e.jsx(C,{variant:"light",color:"primary",children:"Primary"}),e.jsx(C,{variant:"light",color:"success",children:"Success"})," ",e.jsx(C,{variant:"light",color:"error",children:"Error"})," ",e.jsx(C,{variant:"light",color:"warning",children:"Warning"})," ",e.jsx(C,{variant:"light",color:"info",children:"Info"}),e.jsx(C,{variant:"light",color:"light",children:"Light"}),e.jsx(C,{variant:"light",color:"dark",children:"Dark"})]})}),e.jsx(u,{title:"With Solid Background",children:e.jsxs("div",{className:"flex flex-wrap gap-4 sm:items-center sm:justify-center",children:[e.jsx(C,{variant:"solid",color:"primary",children:"Primary"}),e.jsx(C,{variant:"solid",color:"success",children:"Success"})," ",e.jsx(C,{variant:"solid",color:"error",children:"Error"})," ",e.jsx(C,{variant:"solid",color:"warning",children:"Warning"})," ",e.jsx(C,{variant:"solid",color:"info",children:"Info"}),e.jsx(C,{variant:"solid",color:"light",children:"Light"}),e.jsx(C,{variant:"solid",color:"dark",children:"Dark"})]})}),e.jsx(u,{title:"Light Background with Left Icon",children:e.jsxs("div",{className:"flex flex-wrap gap-4 sm:items-center sm:justify-center",children:[e.jsx(C,{variant:"light",color:"primary",startIcon:e.jsx(E,{}),children:"Primary"}),e.jsx(C,{variant:"light",color:"success",startIcon:e.jsx(E,{}),children:"Success"})," ",e.jsx(C,{variant:"light",color:"error",startIcon:e.jsx(E,{}),children:"Error"})," ",e.jsx(C,{variant:"light",color:"warning",startIcon:e.jsx(E,{}),children:"Warning"})," ",e.jsx(C,{variant:"light",color:"info",startIcon:e.jsx(E,{}),children:"Info"}),e.jsx(C,{variant:"light",color:"light",startIcon:e.jsx(E,{}),children:"Light"}),e.jsx(C,{variant:"light",color:"dark",startIcon:e.jsx(E,{}),children:"Dark"})]})}),e.jsx(u,{title:"Solid Background with Left Icon",children:e.jsxs("div",{className:"flex flex-wrap gap-4 sm:items-center sm:justify-center",children:[e.jsx(C,{variant:"solid",color:"primary",startIcon:e.jsx(E,{}),children:"Primary"}),e.jsx(C,{variant:"solid",color:"success",startIcon:e.jsx(E,{}),children:"Success"})," ",e.jsx(C,{variant:"solid",color:"error",startIcon:e.jsx(E,{}),children:"Error"})," ",e.jsx(C,{variant:"solid",color:"warning",startIcon:e.jsx(E,{}),children:"Warning"})," ",e.jsx(C,{variant:"solid",color:"info",startIcon:e.jsx(E,{}),children:"Info"}),e.jsx(C,{variant:"solid",color:"light",startIcon:e.jsx(E,{}),children:"Light"}),e.jsx(C,{variant:"solid",color:"dark",startIcon:e.jsx(E,{}),children:"Dark"})]})}),e.jsx(u,{title:"Light Background with Right Icon",children:e.jsxs("div",{className:"flex flex-wrap gap-4 sm:items-center sm:justify-center",children:[e.jsx(C,{variant:"light",color:"primary",endIcon:e.jsx(E,{}),children:"Primary"}),e.jsx(C,{variant:"light",color:"success",endIcon:e.jsx(E,{}),children:"Success"})," ",e.jsx(C,{variant:"light",color:"error",endIcon:e.jsx(E,{}),children:"Error"})," ",e.jsx(C,{variant:"light",color:"warning",endIcon:e.jsx(E,{}),children:"Warning"})," ",e.jsx(C,{variant:"light",color:"info",endIcon:e.jsx(E,{}),children:"Info"}),e.jsx(C,{variant:"light",color:"light",endIcon:e.jsx(E,{}),children:"Light"}),e.jsx(C,{variant:"light",color:"dark",endIcon:e.jsx(E,{}),children:"Dark"})]})}),e.jsx(u,{title:"Solid Background with Right Icon",children:e.jsxs("div",{className:"flex flex-wrap gap-4 sm:items-center sm:justify-center",children:[e.jsx(C,{variant:"solid",color:"primary",endIcon:e.jsx(E,{}),children:"Primary"}),e.jsx(C,{variant:"solid",color:"success",endIcon:e.jsx(E,{}),children:"Success"})," ",e.jsx(C,{variant:"solid",color:"error",endIcon:e.jsx(E,{}),children:"Error"})," ",e.jsx(C,{variant:"solid",color:"warning",endIcon:e.jsx(E,{}),children:"Warning"})," ",e.jsx(C,{variant:"solid",color:"info",endIcon:e.jsx(E,{}),children:"Info"}),e.jsx(C,{variant:"solid",color:"light",endIcon:e.jsx(E,{}),children:"Light"}),e.jsx(C,{variant:"solid",color:"dark",endIcon:e.jsx(E,{}),children:"Dark"})]})})]})]})}const Nr=Object.freeze(Object.defineProperty({__proto__:null,default:js},Symbol.toStringTag,{value:"Module"})),Ct=({items:t,className:s=""})=>e.jsx("nav",{className:s,children:e.jsx("ol",{className:"flex items-center gap-1.5",children:t.map((a,r)=>e.jsxs("li",{className:"flex items-center gap-1.5",children:[r>0&&e.jsx("svg",{className:"stroke-current text-gray-400",width:"17",height:"16",viewBox:"0 0 17 16",fill:"none",children:e.jsx("path",{d:"M6.0765 12.667L10.2432 8.50033L6.0765 4.33366",stroke:"",strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round"})}),a.path&&r<t.length-1?e.jsxs(_t,{to:a.path,className:"inline-flex items-center gap-1.5 text-sm text-gray-500 dark:text-gray-400 hover:text-gray-700 dark:hover:text-gray-300",children:[a.icon&&e.jsx("span",{children:a.icon}),a.label]}):e.jsxs("span",{className:"text-sm text-gray-800 dark:text-white/90",children:[a.icon&&e.jsx("span",{className:"mr-1.5",children:a.icon}),a.label]})]},r))})});function ys(){return e.jsxs(e.Fragment,{children:[e.jsx(P,{title:"React.js Breadcrumb Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Breadcrumb Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsx(u,{title:"Default Breadcrumb",children:e.jsx(Ct,{items:[{label:"Home",path:"/"},{label:"UI Elements",path:"/ui-elements"},{label:"Breadcrumb"}]})}),e.jsx(u,{title:"Breadcrumb with Icon",children:e.jsx(Ct,{items:[{label:"Home",path:"/",icon:e.jsx("svg",{className:"w-4 h-4",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{d:"M10.707 2.293a1 1 0 00-1.414 0l-7 7a1 1 0 001.414 1.414L4 10.414V17a1 1 0 001 1h2a1 1 0 001-1v-2a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 001 1h2a1 1 0 001-1v-6.586l.293.293a1 1 0 001.414-1.414l-7-7z"})})},{label:"UI Elements",path:"/ui-elements"},{label:"Breadcrumb"}]})})]})]})}const Cr=Object.freeze(Object.defineProperty({__proto__:null,default:ys},Symbol.toStringTag,{value:"Module"}));function vs(){return e.jsxs("div",{children:[e.jsx(P,{title:"React.js Buttons Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Buttons Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsx(u,{title:"Primary Button",children:e.jsxs("div",{className:"flex items-center gap-5",children:[e.jsx(f,{size:"sm",variant:"primary",children:"Button Text"}),e.jsx(f,{size:"md",variant:"primary",children:"Button Text"})]})}),e.jsx(u,{title:"Primary Button with Left Icon",children:e.jsxs("div",{className:"flex items-center gap-5",children:[e.jsx(f,{size:"sm",variant:"primary",startIcon:e.jsx(ae,{className:"size-5"}),children:"Button Text"}),e.jsx(f,{size:"md",variant:"primary",startIcon:e.jsx(ae,{className:"size-5"}),children:"Button Text"})]})}),e.jsx(u,{title:"Primary Button with Right Icon",children:e.jsxs("div",{className:"flex items-center gap-5",children:[e.jsx(f,{size:"sm",variant:"primary",endIcon:e.jsx(ae,{className:"size-5"}),children:"Button Text"}),e.jsx(f,{size:"md",variant:"primary",endIcon:e.jsx(ae,{className:"size-5"}),children:"Button Text"})]})}),e.jsx(u,{title:"Secondary Button",children:e.jsxs("div",{className:"flex items-center gap-5",children:[e.jsx(f,{size:"sm",variant:"outline",children:"Button Text"}),e.jsx(f,{size:"md",variant:"outline",children:"Button Text"})]})}),e.jsx(u,{title:"Outline Button with Left Icon",children:e.jsxs("div",{className:"flex items-center gap-5",children:[e.jsx(f,{size:"sm",variant:"outline",startIcon:e.jsx(ae,{className:"size-5"}),children:"Button Text"}),e.jsx(f,{size:"md",variant:"outline",startIcon:e.jsx(ae,{className:"size-5"}),children:"Button Text"})]})})," ",e.jsx(u,{title:"Outline Button with Right Icon",children:e.jsxs("div",{className:"flex items-center gap-5",children:[e.jsx(f,{size:"sm",variant:"outline",endIcon:e.jsx(ae,{className:"size-5"}),children:"Button Text"}),e.jsx(f,{size:"md",variant:"outline",endIcon:e.jsx(ae,{className:"size-5"}),children:"Button Text"})]})})]})]})}const Sr=Object.freeze(Object.defineProperty({__proto__:null,default:vs},Symbol.toStringTag,{value:"Module"})),St=({children:t,className:s=""})=>e.jsx("div",{className:`inline-flex rounded-lg border border-gray-300 bg-white shadow-theme-xs dark:border-gray-700 dark:bg-gray-800 ${s}`,children:t}),oe=({children:t,onClick:s,isActive:a=!1,className:r="",disabled:i=!1})=>e.jsx("button",{onClick:s,disabled:i,className:`px-4 py-2 text-sm font-medium text-gray-700 hover:bg-gray-50 hover:text-gray-900 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-white disabled:opacity-50 disabled:cursor-not-allowed ${a?"bg-gray-100 text-gray-900 dark:bg-white/10 dark:text-white":""} ${r}`,type:"button",children:t});function ws(){const[t,s]=o.useState("left");return e.jsxs(e.Fragment,{children:[e.jsx(P,{title:"React.js Button Groups Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Button Groups Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsx(u,{title:"Default Button Group",children:e.jsxs(St,{children:[e.jsx(oe,{isActive:t==="left",onClick:()=>s("left"),className:"rounded-l-lg border-l-0",children:"Left"}),e.jsx(oe,{isActive:t==="center",onClick:()=>s("center"),className:"border-l border-r border-gray-300 dark:border-gray-700",children:"Center"}),e.jsx(oe,{isActive:t==="right",onClick:()=>s("right"),className:"rounded-r-lg border-r-0",children:"Right"})]})}),e.jsx(u,{title:"Icon Button Group",children:e.jsxs(St,{children:[e.jsx(oe,{className:"rounded-l-lg border-l-0",children:e.jsx("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z",clipRule:"evenodd"})})}),e.jsx(oe,{className:"border-l border-r border-gray-300 dark:border-gray-700",children:e.jsx("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M10 3a1 1 0 011 1v12a1 1 0 11-2 0V4a1 1 0 011-1z",clipRule:"evenodd"})})}),e.jsx(oe,{className:"rounded-r-lg border-r-0",children:e.jsx("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M3 10a1 1 0 011 1h12a1 1 0 110-2H4a1 1 0 01-1-1z",clipRule:"evenodd"})})})]})})]})]})}const Tr=Object.freeze(Object.defineProperty({__proto__:null,default:ws},Symbol.toStringTag,{value:"Module"}));function ks(){return e.jsxs(e.Fragment,{children:[e.jsx(P,{title:"React.js Cards Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Cards Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsx(u,{title:"Basic Card",children:e.jsxs(ee,{children:[e.jsx(Ce,{children:"Card Title"}),e.jsx(Se,{children:"This is a basic card with title and description."})]})}),e.jsx(u,{title:"Card with Icon",children:e.jsxs(ee,{children:[e.jsx(Vt,{children:e.jsxs("svg",{className:"w-6 h-6",fill:"currentColor",viewBox:"0 0 20 20",children:[e.jsx("path",{d:"M9 2a1 1 0 000 2h2a1 1 0 100-2H9z"}),e.jsx("path",{fillRule:"evenodd",d:"M4 5a2 2 0 012-2 3 3 0 003 3h2a3 3 0 003-3 2 2 0 012 2v11a2 2 0 01-2 2H6a2 2 0 01-2-2V5zm3 4a1 1 0 000 2h.01a1 1 0 100-2H7zm3 0a1 1 0 000 2h3a1 1 0 100-2h-3zm-3 4a1 1 0 100 2h.01a1 1 0 100-2H7zm3 0a1 1 0 100 2h3a1 1 0 100-2h-3z",clipRule:"evenodd"})]})}),e.jsx(Ce,{children:"Card with Icon"}),e.jsx(Se,{children:"This card includes an icon at the top."}),e.jsx(Ut,{children:"Learn More"})]})}),e.jsx(u,{title:"Card with Image",children:e.jsxs(ee,{children:[e.jsx("img",{src:"https://via.placeholder.com/400x200",alt:"Card",className:"w-full h-48 object-cover rounded-t-xl"}),e.jsx(Ce,{children:"Card with Image"}),e.jsx(Se,{children:"This card includes an image at the top."})]})})]})]})}const _r=Object.freeze(Object.defineProperty({__proto__:null,default:ks},Symbol.toStringTag,{value:"Module"}));function Ns(){return e.jsxs(e.Fragment,{children:[e.jsx(P,{title:"React.js Carousel Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Carousel Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsx("div",{className:"space-y-5 sm:space-y-6",children:e.jsx(u,{title:"Carousel",children:e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400",children:"Carousel component will be implemented here."})})})]})}const Lr=Object.freeze(Object.defineProperty({__proto__:null,default:Ns},Symbol.toStringTag,{value:"Module"}));function Cs(){const[t,s]=o.useState(!1),[a,r]=o.useState(!1),[i,l]=o.useState(!1);return e.jsxs(e.Fragment,{children:[e.jsx(P,{title:"React.js Dropdowns Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Dropdowns Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsx(u,{title:"Default Dropdown",children:e.jsxs("div",{className:"relative inline-block",children:[e.jsx(f,{onClick:()=>s(!t),children:"Dropdown Default"}),e.jsxs(Te,{isOpen:t,onClose:()=>s(!1),className:"w-48 p-2 mt-2",children:[e.jsx(ie,{onItemClick:()=>s(!1),className:"flex items-center gap-3 px-3 py-2 font-medium text-gray-700 rounded-lg text-theme-sm hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300",children:"Edit"}),e.jsx(ie,{onItemClick:()=>s(!1),className:"flex items-center gap-3 px-3 py-2 font-medium text-gray-700 rounded-lg text-theme-sm hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300",children:"Delete"})]})]})}),e.jsx(u,{title:"Dropdown with Divider",children:e.jsxs("div",{className:"relative inline-block",children:[e.jsx(f,{onClick:()=>r(!a),children:"Dropdown with Divider"}),e.jsxs(Te,{isOpen:a,onClose:()=>r(!1),className:"w-48 p-2 mt-2",children:[e.jsx(ie,{onItemClick:()=>r(!1),className:"flex items-center gap-3 px-3 py-2 font-medium text-gray-700 rounded-lg text-theme-sm hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300",children:"Edit"}),e.jsx(ie,{onItemClick:()=>r(!1),className:"flex items-center gap-3 px-3 py-2 font-medium text-gray-700 rounded-lg text-theme-sm hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300",children:"View"}),e.jsx("div",{className:"my-2 border-t border-gray-200 dark:border-gray-800"}),e.jsx(ie,{onItemClick:()=>r(!1),className:"flex items-center gap-3 px-3 py-2 font-medium text-red-600 rounded-lg text-theme-sm hover:bg-red-50 hover:text-red-700 dark:text-red-400 dark:hover:bg-red-900/20 dark:hover:text-red-300",children:"Delete"})]})]})}),e.jsx(u,{title:"Dropdown with Icon",children:e.jsxs("div",{className:"relative inline-block",children:[e.jsx(f,{onClick:()=>l(!i),children:"Dropdown with Icon"}),e.jsxs(Te,{isOpen:i,onClose:()=>l(!1),className:"w-48 p-2 mt-2",children:[e.jsxs(ie,{onItemClick:()=>l(!1),className:"flex items-center gap-3 px-3 py-2 font-medium text-gray-700 rounded-lg text-theme-sm hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300",children:[e.jsx("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{d:"M13.586 3.586a2 2 0 112.828 2.828l-.793.793-2.828-2.828.793-.793zM11.379 5.793L3 14.172V17h2.828l8.38-8.379-2.83-2.828z"})}),"Edit"]}),e.jsxs(ie,{onItemClick:()=>l(!1),className:"flex items-center gap-3 px-3 py-2 font-medium text-gray-700 rounded-lg text-theme-sm hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300",children:[e.jsx("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z",clipRule:"evenodd"})}),"View"]}),e.jsx("div",{className:"my-2 border-t border-gray-200 dark:border-gray-800"}),e.jsxs(ie,{onItemClick:()=>l(!1),className:"flex items-center gap-3 px-3 py-2 font-medium text-red-600 rounded-lg text-theme-sm hover:bg-red-50 hover:text-red-700 dark:text-red-400 dark:hover:bg-red-900/20 dark:hover:text-red-300",children:[e.jsx("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M9 2a1 1 0 00-.894.553L7.382 4H4a1 1 0 000 2v10a2 2 0 002 2h8a2 2 0 002-2V6a1 1 0 100-2h-3.382l-.724-1.447A1 1 0 0011 2H9zM7 8a1 1 0 012 0v6a1 1 0 11-2 0V8zm5-1a1 1 0 00-1 1v6a1 1 0 102 0V8a1 1 0 00-1-1z",clipRule:"evenodd"})}),"Delete"]})]})]})})]})]})}const Ir=Object.freeze(Object.defineProperty({__proto__:null,default:Cs},Symbol.toStringTag,{value:"Module"}));function Ss(){return e.jsx("div",{className:"relative",children:e.jsx("div",{className:"overflow-hidden",children:e.jsx("img",{src:"/images/grid-image/image-01.png",alt:"Cover",className:"w-full border border-gray-200 rounded-xl dark:border-gray-800"})})})}function Ts(){return e.jsxs("div",{className:"grid grid-cols-1 gap-5 sm:grid-cols-2",children:[e.jsx("div",{children:e.jsx("img",{src:"/images/grid-image/image-02.png",alt:" grid",className:"border border-gray-200 rounded-xl dark:border-gray-800"})}),e.jsx("div",{children:e.jsx("img",{src:"/images/grid-image/image-03.png",alt:" grid",className:"border border-gray-200 rounded-xl dark:border-gray-800"})})]})}function _s(){return e.jsxs("div",{className:"grid grid-cols-1 gap-5 sm:grid-cols-2 xl:grid-cols-3",children:[e.jsx("div",{children:e.jsx("img",{src:"/images/grid-image/image-04.png",alt:" grid",className:"border border-gray-200 rounded-xl dark:border-gray-800"})}),e.jsx("div",{children:e.jsx("img",{src:"/images/grid-image/image-05.png",alt:" grid",className:"border border-gray-200 rounded-xl dark:border-gray-800"})}),e.jsx("div",{children:e.jsx("img",{src:"/images/grid-image/image-06.png",alt:" grid",className:"border border-gray-200 rounded-xl dark:border-gray-800"})})]})}function Ls(){return e.jsxs(e.Fragment,{children:[e.jsx(P,{title:"React.js Images Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Images page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsx(u,{title:"Responsive image",children:e.jsx(Ss,{})}),e.jsx(u,{title:"Image in 2 Grid",children:e.jsx(Ts,{})}),e.jsx(u,{title:"Image in 3 Grid",children:e.jsx(_s,{})})]})]})}const Ar=Object.freeze(Object.defineProperty({__proto__:null,default:Ls},Symbol.toStringTag,{value:"Module"}));function Is(){return e.jsxs(e.Fragment,{children:[e.jsx(P,{title:"React.js Links Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Links Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsx("div",{className:"space-y-5 sm:space-y-6",children:e.jsx(u,{title:"Links",children:e.jsxs("div",{className:"space-y-4",children:[e.jsx("div",{children:e.jsx("a",{href:"#",className:"text-brand-500 hover:text-brand-600 underline",children:"Primary Link"})}),e.jsx("div",{children:e.jsx("a",{href:"#",className:"text-gray-700 dark:text-gray-300 hover:text-brand-500 underline",children:"Default Link"})})]})})})]})}const Pr=Object.freeze(Object.defineProperty({__proto__:null,default:Is},Symbol.toStringTag,{value:"Module"})),Ae=({children:t,variant:s="unordered",className:a=""})=>{const r="rounded-lg border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03] sm:w-fit";return s==="ordered"?e.jsx("ol",{className:`flex flex-col list-decimal ${r} ${a}`,children:t}):s==="horizontal"?e.jsx("ul",{className:`flex flex-col md:flex-row ${r} ${a}`,children:t}):s==="button"?e.jsx("ul",{className:`w-full overflow-hidden rounded-lg border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03] sm:w-[228px] flex flex-col ${a}`,children:t}):e.jsx("ul",{className:`flex flex-col ${r} ${a}`,children:t})},re=({children:t,variant:s="unordered",onClick:a,disabled:r=!1,className:i=""})=>s==="button"?e.jsx("li",{className:`border-b border-gray-200 last:border-b-0 dark:border-gray-800 ${i}`,children:e.jsx("button",{className:`flex w-full items-center gap-3 px-3 py-2.5 text-sm font-medium text-gray-500 hover:bg-brand-50 hover:text-brand-500 dark:text-gray-400 dark:hover:bg-brand-500/[0.12] dark:hover:text-brand-400 ${r?"disabled:opacity-50":""}`,onClick:a,disabled:r,type:"button",children:t})}):s==="horizontal"?e.jsx("li",{className:`flex items-center gap-2 border-b border-gray-200 px-3 py-2.5 text-sm text-gray-500 last:border-0 dark:border-gray-800 dark:text-gray-400 md:border-b-0 md:border-r ${i}`,children:t}):e.jsx("li",{className:`flex items-center gap-2 border-b border-gray-200 px-3 py-2.5 text-sm text-gray-500 last:border-b-0 dark:border-gray-800 dark:text-gray-400 ${i}`,children:t});function As(){return e.jsxs(e.Fragment,{children:[e.jsx(P,{title:"React.js List Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js List Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsx(u,{title:"Unordered List",children:e.jsxs(Ae,{variant:"unordered",children:[e.jsx(re,{children:"Item 1"}),e.jsx(re,{children:"Item 2"}),e.jsx(re,{children:"Item 3"})]})}),e.jsx(u,{title:"Ordered List",children:e.jsxs(Ae,{variant:"ordered",children:[e.jsx(re,{children:"First Item"}),e.jsx(re,{children:"Second Item"}),e.jsx(re,{children:"Third Item"})]})}),e.jsx(u,{title:"Button List",children:e.jsxs(Ae,{variant:"button",children:[e.jsx(re,{variant:"button",onClick:()=>alert("Clicked Item 1"),children:"Button Item 1"}),e.jsx(re,{variant:"button",onClick:()=>alert("Clicked Item 2"),children:"Button Item 2"}),e.jsx(re,{variant:"button",onClick:()=>alert("Clicked Item 3"),children:"Button Item 3"})]})})]})]})}const Mr=Object.freeze(Object.defineProperty({__proto__:null,default:As},Symbol.toStringTag,{value:"Module"}));function Ps({isOpen:t,onClose:s,onConfirm:a,title:r,message:i,confirmText:l="Confirm",cancelText:n="Cancel",variant:x="danger",isLoading:g=!1}){return e.jsx(ge,{isOpen:t,onClose:s,className:"max-w-md",children:e.jsxs("div",{className:"p-6",children:[e.jsx("h2",{className:"text-xl font-bold mb-4 text-gray-800 dark:text-white",children:r}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mb-6",children:i}),e.jsxs("div",{className:"flex justify-end gap-4",children:[e.jsx(f,{variant:"outline",onClick:s,disabled:g,children:n}),e.jsx(f,{variant:"primary",onClick:a,disabled:g,children:g?"Processing...":l})]})]})})}function Ms(){const[t,s]=o.useState(!1),[a,r]=o.useState(!1),[i,l]=o.useState(!1),[n,x]=o.useState(!1),[g,N]=o.useState(!1),[T,_]=o.useState(!1),[d,w]=o.useState(!1),[j,S]=o.useState(!1),[I,h]=o.useState(!1);return e.jsxs(e.Fragment,{children:[e.jsx(P,{title:"React.js Modals Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Modals Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsxs(u,{title:"Default Modal",children:[e.jsx(f,{onClick:()=>s(!0),children:"Open Default Modal"}),e.jsx(ge,{isOpen:t,onClose:()=>s(!1),className:"max-w-lg",children:e.jsxs("div",{className:"p-6",children:[e.jsx("h2",{className:"text-xl font-bold mb-4",children:"Default Modal Title"}),e.jsx("p",{children:"This is a default modal. It can contain any content."}),e.jsxs("div",{className:"flex justify-end gap-4 mt-6",children:[e.jsx(f,{variant:"outline",onClick:()=>s(!1),children:"Close"}),e.jsx(f,{variant:"primary",children:"Save Changes"})]})]})})]}),e.jsxs(u,{title:"Centered Modal",children:[e.jsx(f,{onClick:()=>r(!0),children:"Open Centered Modal"}),e.jsx(ge,{isOpen:a,onClose:()=>r(!1),className:"max-w-md",children:e.jsxs("div",{className:"p-6 text-center",children:[e.jsx("h2",{className:"text-xl font-bold mb-4",children:"Centered Modal Title"}),e.jsx("p",{children:"This modal is vertically and horizontally centered."}),e.jsx(f,{onClick:()=>r(!1),className:"mt-6",children:"Close"})]})})]}),e.jsxs(u,{title:"Full Screen Modal",children:[e.jsx(f,{onClick:()=>x(!0),children:"Open Full Screen Modal"}),e.jsx(ge,{isOpen:n,onClose:()=>x(!1),isFullscreen:!0,children:e.jsxs("div",{className:"p-6 bg-white dark:bg-gray-900 w-full h-full flex flex-col",children:[e.jsx("h2",{className:"text-2xl font-bold mb-4",children:"Full Screen Modal"}),e.jsx("p",{className:"flex-grow",children:"This modal takes up the entire screen. Useful for complex forms or detailed views."}),e.jsx(f,{onClick:()=>x(!1),className:"mt-6 self-end",children:"Close Full Screen"})]})})]}),e.jsxs(u,{title:"Confirmation Dialog",children:[e.jsx(f,{onClick:()=>N(!0),variant:"danger",children:"Open Confirmation Dialog"}),e.jsx(Ps,{isOpen:g,onClose:()=>N(!1),onConfirm:()=>{alert("Action Confirmed!"),N(!1)},title:"Confirm Action",message:"Are you sure you want to proceed with this action? It cannot be undone.",confirmText:"Proceed",variant:"danger"})]}),e.jsxs(u,{title:"Alert Modals",children:[e.jsxs("div",{className:"flex flex-wrap gap-3",children:[e.jsx(f,{onClick:()=>_(!0),variant:"success",children:"Success Alert"}),e.jsx(f,{onClick:()=>w(!0),variant:"info",children:"Info Alert"}),e.jsx(f,{onClick:()=>S(!0),variant:"warning",children:"Warning Alert"}),e.jsx(f,{onClick:()=>h(!0),variant:"danger",children:"Danger Alert"})]}),e.jsx(be,{isOpen:T,onClose:()=>_(!1),title:"Success!",message:"Your operation was completed successfully.",variant:"success"}),e.jsx(be,{isOpen:d,onClose:()=>w(!1),title:"Information",message:"This is an informational message for the user.",variant:"info"}),e.jsx(be,{isOpen:j,onClose:()=>S(!1),title:"Warning!",message:"Please be careful, this action has consequences.",variant:"warning"}),e.jsx(be,{isOpen:I,onClose:()=>h(!1),title:"Danger!",message:"This is a critical alert. Proceed with caution.",variant:"danger"})]})]})]})}const Dr=Object.freeze(Object.defineProperty({__proto__:null,default:Ms},Symbol.toStringTag,{value:"Module"}));function Ds(){const t=q(),[s,a]=o.useState(!0),[r,i]=o.useState(!0),[l,n]=o.useState(!0),[x,g]=o.useState(!0);return e.jsxs(e.Fragment,{children:[e.jsx(P,{title:"React.js Notifications Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Notifications Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsx("div",{className:"space-y-5 sm:space-y-6",children:e.jsxs("div",{className:"grid grid-cols-1 gap-5 xl:grid-cols-2 xl:gap-6",children:[e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03] xl:col-span-2",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Announcement Bar"})}),e.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:e.jsxs("div",{className:"flex items-center justify-between gap-4 p-4 bg-white dark:bg-gray-800 rounded-lg border border-gray-200 dark:border-gray-700",children:[e.jsxs("div",{className:"flex items-center gap-3",children:[e.jsx("div",{className:"flex-shrink-0 w-10 h-10 bg-blue-light-100 dark:bg-blue-light-500/20 rounded-lg flex items-center justify-center",children:e.jsx("svg",{className:"w-5 h-5 text-blue-light-500",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M11.3 1.046A1 1 0 0112 2v5h4a1 1 0 01.82 1.573l-7 10A1 1 0 018 18v-5H4a1 1 0 01-.82-1.573l7-10a1 1 0 011.12-.38z",clipRule:"evenodd"})})}),e.jsxs("div",{children:[e.jsx("p",{className:"font-semibold text-gray-800 dark:text-white",children:"New update! Available"}),e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Enjoy improved functionality and enhancements."})]})]}),e.jsxs("div",{className:"flex items-center gap-2 flex-shrink-0",children:[e.jsx("button",{className:"px-4 py-2 text-sm font-medium text-gray-700 bg-gray-100 rounded-lg hover:bg-gray-200 dark:bg-gray-700 dark:text-gray-300 dark:hover:bg-gray-600 transition-colors",children:"Later"}),e.jsx("button",{className:"px-4 py-2 text-sm font-medium text-white bg-brand-500 rounded-lg hover:bg-brand-600 transition-colors",children:"Update Now"})]})]})})]}),e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03] xl:col-span-2",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Toast Notification"})}),e.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:e.jsxs("div",{className:"space-y-6",children:[e.jsxs("div",{className:"flex flex-wrap items-center gap-3",children:[e.jsx("button",{onClick:()=>t.success("Success! Action Completed!","Your action has been completed successfully."),className:"px-4 py-2 text-sm font-medium text-white rounded-lg bg-success-500 hover:bg-success-600 transition-colors",children:"Success Toast"}),e.jsx("button",{onClick:()=>t.info("Heads Up! New Information","This is an informational message."),className:"px-4 py-2 text-sm font-medium text-white rounded-lg bg-blue-light-500 hover:bg-blue-light-600 transition-colors",children:"Info Toast"}),e.jsx("button",{onClick:()=>t.warning("Alert: Double Check Required","Please review this action carefully."),className:"px-4 py-2 text-sm font-medium text-white rounded-lg bg-warning-500 hover:bg-warning-600 transition-colors",children:"Warning Toast"}),e.jsx("button",{onClick:()=>t.error("Something Went Wrong","An error occurred. Please try again."),className:"px-4 py-2 text-sm font-medium text-white rounded-lg bg-error-500 hover:bg-error-600 transition-colors",children:"Error Toast"})]}),e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Toast notifications appear in the top right corner with margin from top. They have a thin light gray border around the entire perimeter."})]})})]}),e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Success Notification"})}),e.jsxs("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:[s&&e.jsxs("div",{className:"relative",children:[e.jsx(K,{variant:"success",title:"Success! Action Completed!",message:"Your action has been completed successfully."}),e.jsx("button",{onClick:()=>a(!1),className:"absolute top-4 right-4 text-gray-400 hover:text-gray-600 dark:hover:text-gray-300 transition-colors","aria-label":"Close",children:e.jsx("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z",clipRule:"evenodd"})})})]}),!s&&e.jsx("button",{onClick:()=>a(!0),className:"px-4 py-2 text-sm font-medium text-white rounded-lg bg-success-500 hover:bg-success-600 transition-colors",children:"Show Success Notification"})]})]}),e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Info Notification"})}),e.jsxs("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:[r&&e.jsxs("div",{className:"relative",children:[e.jsx(K,{variant:"info",title:"Heads Up! New Information",message:"This is an informational message for your attention."}),e.jsx("button",{onClick:()=>i(!1),className:"absolute top-4 right-4 text-gray-400 hover:text-gray-600 dark:hover:text-gray-300 transition-colors","aria-label":"Close",children:e.jsx("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z",clipRule:"evenodd"})})})]}),!r&&e.jsx("button",{onClick:()=>i(!0),className:"px-4 py-2 text-sm font-medium text-white rounded-lg bg-blue-light-500 hover:bg-blue-light-600 transition-colors",children:"Show Info Notification"})]})]}),e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Warning Notification"})}),e.jsxs("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:[l&&e.jsxs("div",{className:"relative",children:[e.jsx(K,{variant:"warning",title:"Alert: Double Check Required",message:"Please review this action carefully before proceeding."}),e.jsx("button",{onClick:()=>n(!1),className:"absolute top-4 right-4 text-gray-400 hover:text-gray-600 dark:hover:text-gray-300 transition-colors","aria-label":"Close",children:e.jsx("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z",clipRule:"evenodd"})})})]}),!l&&e.jsx("button",{onClick:()=>n(!0),className:"px-4 py-2 text-sm font-medium text-white rounded-lg bg-warning-500 hover:bg-warning-600 transition-colors",children:"Show Warning Notification"})]})]}),e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Error Notification"})}),e.jsxs("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:[x&&e.jsxs("div",{className:"relative",children:[e.jsx(K,{variant:"error",title:"Something Went Wrong",message:"An error occurred. Please try again or contact support."}),e.jsx("button",{onClick:()=>g(!1),className:"absolute top-4 right-4 text-gray-400 hover:text-gray-600 dark:hover:text-gray-300 transition-colors","aria-label":"Close",children:e.jsx("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z",clipRule:"evenodd"})})})]}),!x&&e.jsx("button",{onClick:()=>g(!0),className:"px-4 py-2 text-sm font-medium text-white rounded-lg bg-error-500 hover:bg-error-600 transition-colors",children:"Show Error Notification"})]})]})]})})]})}const Rr=Object.freeze(Object.defineProperty({__proto__:null,default:Ds},Symbol.toStringTag,{value:"Module"}));function Rs(){const[t,s]=o.useState(1),[a,r]=o.useState(1),[i,l]=o.useState(1);return e.jsxs(e.Fragment,{children:[e.jsx(P,{title:"React.js Pagination Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Pagination Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsx(u,{title:"Pagination with Text",children:e.jsx(_e,{currentPage:t,totalPages:10,onPageChange:s,variant:"text"})}),e.jsx(u,{title:"Pagination with Text and Icon",children:e.jsx(_e,{currentPage:a,totalPages:10,onPageChange:r,variant:"text-icon"})}),e.jsx(u,{title:"Pagination with Icon",children:e.jsx(_e,{currentPage:i,totalPages:10,onPageChange:l,variant:"icon"})})]})]})}const $r=Object.freeze(Object.defineProperty({__proto__:null,default:Rs},Symbol.toStringTag,{value:"Module"}));function $s(){return e.jsxs(e.Fragment,{children:[e.jsx(P,{title:"React.js Popovers Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Popovers Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsx("div",{className:"space-y-5 sm:space-y-6",children:e.jsx(u,{title:"Popovers",children:e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400",children:"Popover component will be implemented here."})})})]})}const Fr=Object.freeze(Object.defineProperty({__proto__:null,default:$s},Symbol.toStringTag,{value:"Module"})),Fs=()=>e.jsx("svg",{className:"fill-current",width:"29",height:"28",viewBox:"0 0 29 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.4072 8.64984C11.4072 6.77971 12.9232 5.26367 14.7934 5.26367C16.6635 5.26367 18.1795 6.77971 18.1795 8.64984C18.1795 10.52 16.6635 12.036 14.7934 12.036C12.9232 12.036 11.4072 10.52 11.4072 8.64984ZM14.7934 3.48633C11.9416 3.48633 9.62986 5.79811 9.62986 8.64984C9.62986 11.5016 11.9416 13.8133 14.7934 13.8133C17.6451 13.8133 19.9569 11.5016 19.9569 8.64984C19.9569 5.79811 17.6451 3.48633 14.7934 3.48633ZM12.8251 15.6037C8.49586 15.6037 4.98632 19.1133 4.98632 23.4425V23.847C4.98632 24.3378 5.38419 24.7357 5.87499 24.7357C6.36579 24.7357 6.76366 24.3378 6.76366 23.847V23.4425C6.76366 20.0949 9.47746 17.3811 12.8251 17.3811H16.7635C20.1111 17.3811 22.8249 20.0949 22.8249 23.4425V23.847C22.8249 24.3378 23.2228 24.7357 23.7136 24.7357C24.2044 24.7357 24.6023 24.3378 24.6023 23.847V23.4425C24.6023 19.1133 21.0927 15.6037 16.7635 15.6037H12.8251Z",fill:""})}),Os=()=>e.jsx("svg",{className:"fill-current",width:"29",height:"28",viewBox:"0 0 29 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.2969 3.55469C10.8245 3.55469 9.6309 4.7483 9.6309 6.2207V7.10938H6.29462C4.82222 7.10938 3.6286 8.30299 3.6286 9.77539V20.4395C3.6286 21.9119 4.82222 23.1055 6.29462 23.1055H23.4758C24.9482 23.1055 26.1419 21.9119 26.1419 20.4395V9.77539C26.1419 8.30299 24.9482 7.10938 23.4758 7.10938H19.7025V6.2207C19.7025 4.7483 18.5089 3.55469 17.0365 3.55469H12.2969ZM18.8148 8.88672C18.8145 8.88672 18.8142 8.88672 18.8138 8.88672H10.5196C10.5193 8.88672 10.5189 8.88672 10.5186 8.88672H6.29462C5.80382 8.88672 5.40595 9.28459 5.40595 9.77539V10.9666L14.5355 14.8792C14.759 14.975 15.012 14.975 15.2356 14.8792L24.3645 10.9669V9.77539C24.3645 9.28459 23.9666 8.88672 23.4758 8.88672H18.8148ZM17.9252 7.10938V6.2207C17.9252 5.7299 17.5273 5.33203 17.0365 5.33203H12.2969C11.8061 5.33203 11.4082 5.7299 11.4082 6.2207V7.10938H17.9252ZM5.40595 20.4395V12.9003L13.8353 16.5129C14.506 16.8003 15.2651 16.8003 15.9357 16.5129L24.3645 12.9006V20.4395C24.3645 20.9303 23.9666 21.3281 23.4758 21.3281H6.29462C5.80382 21.3281 5.40595 20.9303 5.40595 20.4395Z",fill:""})}),Es=()=>e.jsx("svg",{className:"fill-current",width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M23.7507 1.28757C24.0978 0.940553 24.6605 0.940611 25.0075 1.28769C25.3545 1.63478 25.3544 2.19745 25.0074 2.54447L19.8787 7.67208C19.5316 8.0191 18.9689 8.01904 18.6219 7.67195C18.2749 7.32487 18.275 6.76219 18.622 6.41518L23.7507 1.28757ZM19.4452 3.1553C19.7922 2.80822 19.7921 2.24554 19.4451 1.89853C19.098 1.55151 18.5353 1.55157 18.1883 1.89866L16.4386 3.64866C16.0916 3.99574 16.0917 4.55842 16.4388 4.90543C16.7859 5.25244 17.3485 5.25238 17.6955 4.9053L19.4452 3.1553ZM13.8188 4.02442C13.6691 3.72109 13.3602 3.52905 13.0219 3.52905C12.6837 3.52905 12.3747 3.72109 12.225 4.02442L9.39921 9.75015L3.08049 10.6683C2.74574 10.717 2.46763 10.9514 2.3631 11.2731C2.25857 11.5948 2.34575 11.948 2.58797 12.1841L7.16024 16.641L6.08087 22.9342C6.02369 23.2676 6.16075 23.6045 6.43441 23.8033C6.70807 24.0022 7.07088 24.0284 7.37029 23.871L13.0219 20.8997L18.6736 23.871C18.973 24.0284 19.3358 24.0022 19.6094 23.8033C19.8831 23.6045 20.0202 23.2676 19.963 22.9342L18.8836 16.641L23.4559 12.1841C23.6981 11.948 23.7853 11.5948 23.6807 11.2731C23.5762 10.9514 23.2981 10.717 22.9634 10.6683L16.6446 9.75015L13.8188 4.02442ZM10.7862 10.9557L13.0219 6.42572L15.2576 10.9557C15.387 11.218 15.6373 11.3998 15.9267 11.4418L20.9258 12.1683L17.3084 15.6944C17.099 15.8985 17.0034 16.1927 17.0529 16.4809L17.9068 21.4599L13.4355 19.1091C13.1766 18.973 12.8673 18.973 12.6084 19.1091L8.13703 21.4599L8.99098 16.4809C9.04043 16.1927 8.94485 15.8985 8.7354 15.6944L5.118 12.1683L10.1171 11.4418C10.4066 11.3998 10.6568 11.218 10.7862 10.9557ZM25.2694 5.97276C25.6165 6.31978 25.6166 6.88245 25.2696 7.22954L23.5199 8.97954C23.1729 9.32662 22.6102 9.32668 22.2632 8.97967C21.9161 8.63265 21.916 8.06998 22.263 7.72289L24.0127 5.97289C24.3597 5.62581 24.9224 5.62575 25.2694 5.97276Z",fill:""})});function zs(){const t=[{id:1,name:"Starter",price:5,originalPrice:12,period:"/month",description:"For solo designers & freelancers",features:["5 website","500 MB Storage","Unlimited Sub-Domain","3 Custom Domain","Free SSL Certificate","Unlimited Traffic"],buttonText:"Choose Starter"},{id:2,name:"Medium",price:10.99,originalPrice:30,period:"/month",description:"For working on commercial projects",features:["10 website","1 GB Storage","Unlimited Sub-Domain","5 Custom Domain","Free SSL Certificate","Unlimited Traffic"],buttonText:"Choose Starter",highlighted:!0},{id:3,name:"Large",price:15,originalPrice:59,period:"/month",description:"For teams larger than 5 members",features:["15 website","10 GB Storage","Unlimited Sub-Domain","10 Custom Domain","Free SSL Certificate","Unlimited Traffic"],buttonText:"Choose Starter"}],s=[{id:1,name:"Personal",price:59,period:" / Lifetime",description:"For solo designers & freelancers",features:["5 website","500 MB Storage","Unlimited Sub-Domain","3 Custom Domain","!Free SSL Certificate","!Unlimited Traffic"],buttonText:"Choose Starter",icon:e.jsx(Fs,{})},{id:2,name:"Professional",price:199,period:" / Lifetime",description:"For working on commercial projects",features:["10 website","1GB Storage","Unlimited Sub-Domain","5 Custom Domain","Free SSL Certificate","!Unlimited Traffic"],buttonText:"Choose This Plan",icon:e.jsx(Os,{}),highlighted:!0},{id:3,name:"Enterprise",price:599,period:" / Lifetime",description:"For teams larger than 5 members",features:["15 website","10GB Storage","Unlimited Sub-Domain","10 Custom Domain","Free SSL Certificate","Unlimited Traffic"],buttonText:"Choose This Plan",icon:e.jsx(Es,{})}],a=[{id:1,name:"Personal",price:"Free",period:"For a Lifetime",description:"Perfect plan for Starters",features:["Unlimited Projects","Share with 5 team members","Sync across devices"],buttonText:"Current Plan",disabled:!0},{id:2,name:"Professional",price:99,period:"/year",description:"For users who want to do more",features:["Unlimited Projects","Share with 5 team members","Sync across devices","30 days version history"],buttonText:"Try for Free"},{id:3,name:"Team",price:299,period:" /year",description:"Your entire team in one place",features:["Unlimited Projects","Share with 5 team members","Sync across devices","Sharing permissions","Admin tools"],buttonText:"Try for Free",recommended:!0},{id:4,name:"Enterprise",price:"Custom",period:"Reach out for a quote",description:"Run your company on your terms",features:["Unlimited Projects","Share with 5 team members","Sync across devices","Sharing permissions","User provisioning (SCIM)","Advanced security"],buttonText:"Try for Free"}];return e.jsxs(e.Fragment,{children:[e.jsx(P,{title:"React.js Pricing Tables | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Pricing Tables page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsx(u,{title:"Pricing Table 1",children:e.jsx(ve,{variant:"1",title:"Flexible Plans Tailored to Fit Your Unique Needs!",plans:t,showToggle:!0,onPlanSelect:r=>console.log("Selected plan:",r)})}),e.jsx(u,{title:"Pricing Table 2",children:e.jsx(ve,{variant:"2",plans:s,onPlanSelect:r=>console.log("Selected plan:",r)})}),e.jsx(u,{title:"Pricing Table 3",children:e.jsx(ve,{variant:"3",plans:a,onPlanSelect:r=>console.log("Selected plan:",r)})})]})]})}const Or=Object.freeze(Object.defineProperty({__proto__:null,default:zs},Symbol.toStringTag,{value:"Module"}));function Bs(){return e.jsxs(e.Fragment,{children:[e.jsx(P,{title:"React.js Progressbar Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Progressbar Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsx(u,{title:"Progress Bar Sizes",children:e.jsxs("div",{className:"space-y-6",children:[e.jsxs("div",{children:[e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mb-2",children:"Small"}),e.jsx(X,{value:75,size:"sm"})]}),e.jsxs("div",{children:[e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mb-2",children:"Medium"}),e.jsx(X,{value:75,size:"md"})]}),e.jsxs("div",{children:[e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mb-2",children:"Large"}),e.jsx(X,{value:75,size:"lg"})]})]})}),e.jsx(u,{title:"Progress Bar Colors",children:e.jsxs("div",{className:"space-y-6",children:[e.jsx(X,{value:60,color:"primary",showLabel:!0}),e.jsx(X,{value:75,color:"success",showLabel:!0}),e.jsx(X,{value:45,color:"error",showLabel:!0}),e.jsx(X,{value:80,color:"warning",showLabel:!0}),e.jsx(X,{value:65,color:"info",showLabel:!0})]})}),e.jsx(u,{title:"Progress Bar with Label",children:e.jsxs("div",{className:"space-y-6",children:[e.jsx(X,{value:50,color:"primary",showLabel:!0,label:"Upload Progress"}),e.jsx(X,{value:75,color:"success",showLabel:!0,label:"Download Progress"})]})})]})]})}const Er=Object.freeze(Object.defineProperty({__proto__:null,default:Bs},Symbol.toStringTag,{value:"Module"})),fe=({children:t,text:s,variant:a="rounded",position:r="top-left",color:i="primary",className:l=""})=>{const n={primary:"bg-brand-500",success:"bg-success-500",error:"bg-error-500",warning:"bg-warning-500"},x=()=>{if(a==="rounded")return e.jsx("span",{className:`absolute -left-px mt-3 inline-block rounded-r-full ${n[i]} px-4 py-1.5 text-sm font-medium text-white`,children:s});if(a==="filled")return e.jsx("span",{className:`absolute -left-9 -top-7 mt-3 flex h-14 w-24 -rotate-45 items-end justify-center ${n[i]} px-4 py-1.5 text-sm font-medium text-white shadow-theme-xs`,children:s});const g={primary:"before:border-l-brand-500 before:border-t-brand-500 after:border-b-brand-500 after:border-l-brand-500",success:"before:border-l-success-500 before:border-t-success-500 after:border-b-success-500 after:border-l-success-500",error:"before:border-l-error-500 before:border-t-error-500 after:border-b-error-500 after:border-l-error-500",warning:"before:border-l-warning-500 before:border-t-warning-500 after:border-b-warning-500 after:border-l-warning-500"};return e.jsx("span",{className:`absolute -left-px mt-3 inline-block ${n[i]} px-4 py-1.5 text-sm font-medium text-white before:absolute before:-right-4 before:top-0 before:border-[13px] before:border-transparent before:content-[''] after:absolute after:-right-4 after:bottom-0 after:border-[13px] after:border-transparent after:content-[''] ${g[i]}`,children:s})};return e.jsxs("div",{className:`relative overflow-hidden ${l}`,children:[x(),t]})};function Gs(){return e.jsxs(e.Fragment,{children:[e.jsx(P,{title:"React.js Ribbons Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Ribbons Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsxs("div",{className:"grid grid-cols-1 gap-5 sm:gap-6 lg:grid-cols-2",children:[e.jsx(u,{title:"Rounded Ribbon",children:e.jsx(fe,{text:"Popular",variant:"rounded",color:"primary",children:e.jsx("div",{className:"rounded-xl border border-gray-200 dark:border-gray-800 dark:bg-white/[0.03]",children:e.jsx("div",{className:"p-5 pt-16",children:e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400",children:"Lorem ipsum dolor sit amet consectetur. Eget nulla suscipit arcu rutrum amet vel nec fringilla vulputate. Sed aliquam fringilla vulputate imperdiet arcu natoque purus ac nec ultricies nulla ultrices."})})})})}),e.jsx(u,{title:"Filled Ribbon",children:e.jsx(fe,{text:"New",variant:"filled",color:"primary",children:e.jsx("div",{className:"rounded-xl border border-gray-200 dark:border-gray-800 dark:bg-white/[0.03]",children:e.jsx("div",{className:"p-5 pt-16",children:e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400",children:"Lorem ipsum dolor sit amet consectetur. Eget nulla suscipit arcu rutrum amet vel nec fringilla vulputate. Sed aliquam fringilla vulputate imperdiet arcu natoque purus ac nec ultricies nulla ultrices."})})})})}),e.jsx(u,{title:"Ribbon with Different Colors",children:e.jsxs("div",{className:"space-y-4",children:[e.jsx(fe,{text:"Success",variant:"rounded",color:"success",children:e.jsx("div",{className:"rounded-xl border border-gray-200 dark:border-gray-800 dark:bg-white/[0.03]",children:e.jsx("div",{className:"p-5 pt-16",children:e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400",children:"Success ribbon example."})})})}),e.jsx(fe,{text:"Warning",variant:"rounded",color:"warning",children:e.jsx("div",{className:"rounded-xl border border-gray-200 dark:border-gray-800 dark:bg-white/[0.03]",children:e.jsx("div",{className:"p-5 pt-16",children:e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400",children:"Warning ribbon example."})})})})]})})]})]})}const zr=Object.freeze(Object.defineProperty({__proto__:null,default:Gs},Symbol.toStringTag,{value:"Module"})),ne=({size:t="md",color:s="primary",className:a=""})=>{const r={sm:"h-6 w-6 border-2",md:"h-10 w-10 border-4",lg:"h-16 w-16 border-4"},i={primary:"border-gray-200 border-t-brand-500",success:"border-success-200 border-t-success-500",error:"border-error-200 border-t-error-500",warning:"border-warning-200 border-t-warning-500",info:"border-blue-light-200 border-t-blue-light-500"};return e.jsx("div",{className:`inline-flex animate-spin items-center justify-center rounded-full ${r[t]} ${i[s]} ${a}`,role:"status","aria-label":"Loading",children:e.jsx("span",{className:"sr-only",children:"Loading..."})})};function Ws(){return e.jsxs(e.Fragment,{children:[e.jsx(P,{title:"React.js Spinners Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Spinners Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsx(u,{title:"Size Variants",children:e.jsxs("div",{className:"flex flex-wrap items-center gap-6",children:[e.jsxs("div",{children:[e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mb-2",children:"Small"}),e.jsx(ne,{size:"sm"})]}),e.jsxs("div",{children:[e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mb-2",children:"Medium"}),e.jsx(ne,{size:"md"})]}),e.jsxs("div",{children:[e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mb-2",children:"Large"}),e.jsx(ne,{size:"lg"})]})]})}),e.jsx(u,{title:"Color Variants",children:e.jsxs("div",{className:"flex flex-wrap items-center gap-6",children:[e.jsxs("div",{children:[e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mb-2",children:"Primary"}),e.jsx(ne,{color:"primary"})]}),e.jsxs("div",{children:[e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mb-2",children:"Success"}),e.jsx(ne,{color:"success"})]}),e.jsxs("div",{children:[e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mb-2",children:"Error"}),e.jsx(ne,{color:"error"})]}),e.jsxs("div",{children:[e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mb-2",children:"Warning"}),e.jsx(ne,{color:"warning"})]}),e.jsxs("div",{children:[e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mb-2",children:"Info"}),e.jsx(ne,{color:"info"})]})]})})]})]})}const Br=Object.freeze(Object.defineProperty({__proto__:null,default:Ws},Symbol.toStringTag,{value:"Module"})),Vs=({children:t,defaultTab:s,className:a="",onChange:r})=>{const[i,l]=o.useState(s||""),n=x=>{l(x),r&&r(x)};return e.jsx("div",{className:a,children:typeof t=="function"?t(i,n):t})},Us=({children:t,className:s=""})=>e.jsx("div",{className:`flex items-center gap-0.5 rounded-lg bg-gray-100 p-0.5 dark:bg-gray-900 ${s}`,children:t}),Pe=({children:t,tabId:s,isActive:a=!1,onClick:r,className:i=""})=>e.jsx("button",{onClick:r,className:`px-3 py-2 font-medium w-full rounded-md text-theme-sm hover:text-gray-900 dark:hover:text-white ${a?"shadow-theme-xs text-gray-900 dark:text-white bg-white dark:bg-gray-800":"text-gray-500 dark:text-gray-400"} ${i}`,type:"button",children:t}),Me=({children:t,tabId:s,isActive:a=!1,className:r=""})=>a?e.jsx("div",{className:r,children:t}):null;function Hs(){const[t,s]=o.useState("tab1");return e.jsxs(e.Fragment,{children:[e.jsx(P,{title:"React.js Tabs Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Tabs Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsx("div",{className:"space-y-5 sm:space-y-6",children:e.jsx(u,{title:"Default Tabs",children:e.jsxs(Vs,{defaultTab:"tab1",onChange:s,children:[e.jsxs(Us,{children:[e.jsx(Pe,{tabId:"tab1",isActive:t==="tab1",onClick:()=>s("tab1"),children:"Tab 1"}),e.jsx(Pe,{tabId:"tab2",isActive:t==="tab2",onClick:()=>s("tab2"),children:"Tab 2"}),e.jsx(Pe,{tabId:"tab3",isActive:t==="tab3",onClick:()=>s("tab3"),children:"Tab 3"})]}),e.jsxs("div",{className:"mt-4",children:[e.jsx(Me,{tabId:"tab1",isActive:t==="tab1",children:e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Content for Tab 1"})}),e.jsx(Me,{tabId:"tab2",isActive:t==="tab2",children:e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Content for Tab 2"})}),e.jsx(Me,{tabId:"tab3",isActive:t==="tab3",children:e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Content for Tab 3"})})]})]})})})]})}const Gr=Object.freeze(Object.defineProperty({__proto__:null,default:Hs},Symbol.toStringTag,{value:"Module"})),je=({children:t,text:s,placement:a="top",className:r=""})=>{const i={top:"bottom-full left-1/2 mb-2 -translate-x-1/2 before:top-full before:left-1/2 before:-translate-x-1/2 before:-mt-1 before:border-t-gray-900",bottom:"top-full left-1/2 mt-2 -translate-x-1/2 before:bottom-full before:left-1/2 before:-translate-x-1/2 before:-mb-1 before:border-b-gray-900",left:"right-full top-1/2 mr-2 -translate-y-1/2 before:left-full before:top-1/2 before:-translate-y-1/2 before:-ml-1 before:border-l-gray-900",right:"left-full top-1/2 ml-2 -translate-y-1/2 before:right-full before:top-1/2 before:-translate-y-1/2 before:-mr-1 before:border-r-gray-900"};return e.jsxs("div",{className:`relative group inline-flex ${r}`,children:[t,e.jsx("span",{className:`absolute px-3 py-1.5 text-xs font-medium text-white bg-gray-900 rounded-lg opacity-0 pointer-events-none group-hover:opacity-100 transition-opacity whitespace-nowrap before:absolute before:border-4 before:border-transparent before:content-[''] ${i[a]}`,children:s})]})};function Zs(){return e.jsxs(e.Fragment,{children:[e.jsx(P,{title:"React.js Tooltips Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Tooltips Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsx("div",{className:"space-y-5 sm:space-y-6",children:e.jsx(u,{title:"Tooltip Placements",children:e.jsxs("div",{className:"flex flex-wrap items-center gap-6",children:[e.jsx(je,{text:"Tooltip Top",placement:"top",children:e.jsx(f,{children:"Tooltip Top"})}),e.jsx(je,{text:"Tooltip Right",placement:"right",children:e.jsx(f,{children:"Tooltip Right"})}),e.jsx(je,{text:"Tooltip Bottom",placement:"bottom",children:e.jsx(f,{children:"Tooltip Bottom"})}),e.jsx(je,{text:"Tooltip Left",placement:"left",children:e.jsx(f,{children:"Tooltip Left"})})]})})})]})}const Wr=Object.freeze(Object.defineProperty({__proto__:null,default:Zs},Symbol.toStringTag,{value:"Module"}));function Ks(){return e.jsx("div",{className:"aspect-4/3 overflow-hidden rounded-lg",children:e.jsx("iframe",{src:"https://www.youtube.com/embed/dQw4w9WgXcQ",title:"YouTube video",frameBorder:"0",allow:"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",allowFullScreen:!0,className:"w-full h-full"})})}function qs(){return e.jsx("div",{className:"overflow-hidden rounded-lg aspect-square",children:e.jsx("iframe",{src:"https://www.youtube.com/embed/dQw4w9WgXcQ",title:"YouTube video",frameBorder:"0",allow:"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",allowFullScreen:!0,className:"w-full h-full"})})}function Ys(){return e.jsx("div",{className:"aspect-4/3 overflow-hidden rounded-lg",children:e.jsx("iframe",{src:"https://www.youtube.com/embed/dQw4w9WgXcQ",title:"YouTube video",frameBorder:"0",allow:"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",allowFullScreen:!0,className:"w-full h-full"})})}function Js(){return e.jsx("div",{className:"aspect-21/9 overflow-hidden rounded-lg",children:e.jsx("iframe",{src:"https://www.youtube.com/embed/dQw4w9WgXcQ",title:"YouTube video",frameBorder:"0",allow:"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",allowFullScreen:!0,className:"w-full h-full"})})}function Qs(){return e.jsxs(e.Fragment,{children:[e.jsx(P,{title:"React.js Videos Tabs | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Videos page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsxs("div",{className:"grid grid-cols-1 gap-5 sm:gap-6 xl:grid-cols-2",children:[e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsx(u,{title:"Video Ratio 16:9",children:e.jsx(Ys,{})}),e.jsx(u,{title:"Video Ratio 4:3",children:e.jsx(Ks,{})})]}),e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsx(u,{title:"Video Ratio 21:9",children:e.jsx(Js,{})}),e.jsx(u,{title:"Video Ratio 1:1",children:e.jsx(qs,{})})]})]})]})}const Vr=Object.freeze(Object.defineProperty({__proto__:null,default:Qs},Symbol.toStringTag,{value:"Module"}));export{gr as A,Nr as B,_r as C,Ir as D,dr as G,br as I,Pr as L,ur as M,Rr as N,pr as P,zr as R,xr as S,Gr as T,cr as U,Vr as V,mr as a,hr as b,fr as c,jr as d,yr as e,vr as f,wr as g,kr as h,Cr as i,Sr as j,Tr as k,Lr as l,Ar as m,Mr as n,Dr as o,$r as p,Fr as q,Or as r,Er as s,Br as t,Wr as u}; diff --git a/frontend/dist/assets/js/pages-settings-thllZ7gb.js b/frontend/dist/assets/js/pages-settings-thllZ7gb.js new file mode 100644 index 00000000..02137569 --- /dev/null +++ b/frontend/dist/assets/js/pages-settings-thllZ7gb.js @@ -0,0 +1,5 @@ +import{r as o,j as e}from"./vendor-react-core-DRQGgXXF.js";import{P as A,L as re,B as b,C as bt,s as O,v as xe}from"./page-authpages-BaiNliVr.js";import{M as It,N as At,O as Pt,P as Mt,Q as Dt,R as Rt,S as $t,u as Q,C as p,n as ee,c as _t,f as zt,s as ft,T as Ce,U as Ft,V as Ot,W as Et,X as Bt}from"./page-dashboard-CuOyqq-s.js";import{c as Gt,p as Wt}from"./vendor-state-C9hO8g1p.js";import{C as ie,M as be,b as Se,c as _e,d as Vt,e as Ut,D as Te,a as me,A as fe,P as Le}from"./page-components.tsx-4vErPdxY.js";import{B as k}from"./page-clusters.config.tsx-FJ8SgY77.js";import{S as ue,F as we,P as ae}from"./pages-planner-dv4ygB5K.js";import{L as Tt}from"./vendor-react-router-P1WQ4rUN.js";import{T as ye}from"./page-reference-wEKoPZ-s.js";const Ht=Gt()(Wt((t,s)=>({accountSettings:{},moduleSettings:{},loading:!1,error:null,loadAccountSettings:async()=>{t({loading:!0,error:null});try{const a=await $t(),r={};a.results.forEach(i=>{r[i.key]=i}),t({accountSettings:r,loading:!1})}catch(a){t({error:a.message,loading:!1})}},loadAccountSetting:async a=>{try{const r=await Rt(a);t(i=>({accountSettings:{...i.accountSettings,[a]:r}}))}catch(r){t({error:r.message})}},updateAccountSetting:async(a,r)=>{t({loading:!0,error:null});try{const i=s().accountSettings[a];let l;i?l=await Mt(a,{config:r}):l=await Dt({key:a,config:r}),t(n=>({accountSettings:{...n.accountSettings,[a]:l},loading:!1}))}catch(i){throw t({error:i.message,loading:!1}),i}},loadModuleSettings:async a=>{t({loading:!0,error:null});try{const r=await Pt(a),i={};r.forEach(l=>{i[l.key]=l}),t(l=>({moduleSettings:{...l.moduleSettings,[a]:i},loading:!1}))}catch(r){t({error:r.message,loading:!1})}},updateModuleSetting:async(a,r,i)=>{var l;t({loading:!0,error:null});try{const n=(l=s().moduleSettings[a])==null?void 0:l[r];let g;n?g=await It(a,r,{config:i}):g=await At({module_name:a,key:r,config:i}),t(u=>({moduleSettings:{...u.moduleSettings,[a]:{...u.moduleSettings[a]||{},[r]:g}},loading:!1}))}catch(n){throw t({error:n.message,loading:!1}),n}},reset:()=>{t({accountSettings:{},moduleSettings:{},loading:!1,error:null})}}),{name:"settings-storage",partialize:t=>({accountSettings:t.accountSettings,moduleSettings:t.moduleSettings})}));function Zt(){const t=Q(),{accountSettings:s,loading:a,loadAccountSettings:r,updateAccountSetting:i}=Ht(),[l,n]=o.useState({records_per_page:20,default_sort:"created_at",default_sort_direction:"desc"});o.useEffect(()=>{r()},[r]),o.useEffect(()=>{s.table_settings&&n(s.table_settings.config)},[s]);const g=async()=>{try{await i("table_settings",l),t.success("Settings saved successfully")}catch(u){t.error(`Failed to save settings: ${u.message}`)}};return e.jsxs(e.Fragment,{children:[e.jsx(A,{title:"General Settings - IGNY8",description:"Plugin configuration"}),e.jsx(p,{title:"General Settings",desc:"Configure plugin settings, automation, and table preferences",children:e.jsxs("div",{className:"space-y-6",children:[e.jsxs("div",{className:"space-y-4",children:[e.jsx("h3",{className:"text-lg font-semibold",children:"Table Settings"}),e.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-4",children:[e.jsxs("div",{children:[e.jsx(re,{htmlFor:"records_per_page",children:"Records Per Page"}),e.jsx("input",{id:"records_per_page",type:"number",min:"5",max:"100",className:"h-9 w-full rounded-lg border border-gray-300 bg-transparent px-3 py-2 text-sm shadow-theme-xs text-gray-800 placeholder:text-gray-400 focus:border-brand-300 focus:outline-hidden focus:ring-3 focus:ring-brand-500/10 dark:border-gray-700 dark:bg-gray-900 dark:text-white/90 dark:placeholder:text-white/30 dark:focus:border-brand-800",value:l.records_per_page,onChange:u=>n({...l,records_per_page:parseInt(u.target.value)||20})})]}),e.jsxs("div",{children:[e.jsx(re,{htmlFor:"default_sort",children:"Default Sort Field"}),e.jsx("input",{id:"default_sort",type:"text",className:"h-9 w-full rounded-lg border border-gray-300 bg-transparent px-3 py-2 text-sm shadow-theme-xs text-gray-800 placeholder:text-gray-400 focus:border-brand-300 focus:outline-hidden focus:ring-3 focus:ring-brand-500/10 dark:border-gray-700 dark:bg-gray-900 dark:text-white/90 dark:placeholder:text-white/30 dark:focus:border-brand-800",value:l.default_sort,onChange:u=>n({...l,default_sort:u.target.value})})]}),e.jsxs("div",{children:[e.jsx(re,{htmlFor:"default_sort_direction",children:"Default Sort Direction"}),e.jsxs("select",{id:"default_sort_direction",className:"h-9 w-full rounded-lg border border-gray-300 bg-transparent px-3 py-2 text-sm shadow-theme-xs text-gray-800 focus:border-brand-300 focus:outline-hidden focus:ring-3 focus:ring-brand-500/10 dark:border-gray-700 dark:bg-gray-900 dark:text-white/90 dark:focus:border-brand-800",value:l.default_sort_direction,onChange:u=>n({...l,default_sort_direction:u.target.value}),children:[e.jsx("option",{value:"asc",children:"Ascending"}),e.jsx("option",{value:"desc",children:"Descending"})]})]})]})]}),e.jsx("div",{className:"flex justify-end",children:e.jsx(b,{onClick:g,disabled:a,className:"px-6",children:a?"Saving...":"Save Settings"})})]})})]})}const or=Object.freeze(Object.defineProperty({__proto__:null,default:Zt},Symbol.toStringTag,{value:"Module"}));function Kt(){const t=Q(),[s,a]=o.useState([]),[r,i]=o.useState(!0);o.useEffect(()=>{l()},[]);const l=async()=>{try{i(!0);const n=await ee("/v1/auth/users/");a(n.results||[])}catch(n){t.error(`Failed to load users: ${n.message}`)}finally{i(!1)}};return e.jsxs("div",{className:"p-6",children:[e.jsx(A,{title:"Users"}),e.jsxs("div",{className:"mb-6",children:[e.jsx("h1",{className:"text-2xl font-bold text-gray-900 dark:text-white",children:"Users"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mt-1",children:"Manage account users and permissions"})]}),r?e.jsx("div",{className:"flex items-center justify-center h-64",children:e.jsx("div",{className:"text-gray-500",children:"Loading..."})}):e.jsx(ie,{className:"p-6",children:e.jsx("div",{className:"overflow-x-auto",children:e.jsxs("table",{className:"w-full",children:[e.jsx("thead",{children:e.jsxs("tr",{className:"border-b border-gray-200 dark:border-gray-700",children:[e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Email"}),e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Username"}),e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Role"}),e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Status"})]})}),e.jsx("tbody",{children:s.map(n=>e.jsxs("tr",{className:"border-b border-gray-100 dark:border-gray-800",children:[e.jsx("td",{className:"py-3 px-4 text-sm text-gray-900 dark:text-white",children:n.email}),e.jsx("td",{className:"py-3 px-4 text-sm text-gray-600 dark:text-gray-400",children:n.username}),e.jsx("td",{className:"py-3 px-4",children:e.jsx(k,{variant:"light",color:"primary",children:n.role})}),e.jsx("td",{className:"py-3 px-4",children:e.jsx(k,{variant:"light",color:n.is_active?"success":"dark",children:n.is_active?"Active":"Inactive"})})]},n.id))})]})})})]})}const dr=Object.freeze(Object.defineProperty({__proto__:null,default:Kt},Symbol.toStringTag,{value:"Module"}));function qt(){const t=Q(),[s,a]=o.useState([]),[r,i]=o.useState(!0);o.useEffect(()=>{l()},[]);const l=async()=>{try{i(!0);const g=await ee("/v1/auth/subscriptions/");a(g.results||[])}catch(g){t.error(`Failed to load subscriptions: ${g.message}`)}finally{i(!1)}},n=g=>{switch(g){case"active":return"success";case"past_due":return"warning";case"canceled":return"error";default:return"primary"}};return e.jsxs("div",{className:"p-6",children:[e.jsx(A,{title:"Subscriptions"}),e.jsxs("div",{className:"mb-6",children:[e.jsx("h1",{className:"text-2xl font-bold text-gray-900 dark:text-white",children:"Subscriptions"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mt-1",children:"Manage account subscriptions"})]}),r?e.jsx("div",{className:"flex items-center justify-center h-64",children:e.jsx("div",{className:"text-gray-500",children:"Loading..."})}):e.jsx(ie,{className:"p-6",children:e.jsx("div",{className:"overflow-x-auto",children:e.jsxs("table",{className:"w-full",children:[e.jsx("thead",{children:e.jsxs("tr",{className:"border-b border-gray-200 dark:border-gray-700",children:[e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Account"}),e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Status"}),e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Period Start"}),e.jsx("th",{className:"text-left py-3 px-4 text-sm font-medium text-gray-700 dark:text-gray-300",children:"Period End"})]})}),e.jsx("tbody",{children:s.map(g=>e.jsxs("tr",{className:"border-b border-gray-100 dark:border-gray-800",children:[e.jsx("td",{className:"py-3 px-4 text-sm text-gray-900 dark:text-white",children:g.account_name}),e.jsx("td",{className:"py-3 px-4",children:e.jsx(k,{variant:"light",color:n(g.status),children:g.status})}),e.jsx("td",{className:"py-3 px-4 text-sm text-gray-600 dark:text-gray-400",children:new Date(g.current_period_start).toLocaleDateString()}),e.jsx("td",{className:"py-3 px-4 text-sm text-gray-600 dark:text-gray-400",children:new Date(g.current_period_end).toLocaleDateString()})]},g.id))})]})})})]})}const cr=Object.freeze(Object.defineProperty({__proto__:null,default:qt},Symbol.toStringTag,{value:"Module"}));function Yt(){const t=Q(),[s,a]=o.useState([]),[r,i]=o.useState(!0);o.useEffect(()=>{l()},[]);const l=async()=>{try{i(!0);const n=await ee("/v1/system/settings/system/");a(n.results||[])}catch(n){t.error(`Failed to load system settings: ${n.message}`)}finally{i(!1)}};return e.jsxs("div",{className:"p-6",children:[e.jsx(A,{title:"System Settings"}),e.jsxs("div",{className:"mb-6",children:[e.jsx("h1",{className:"text-2xl font-bold text-gray-900 dark:text-white",children:"System Settings"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mt-1",children:"Global platform-wide settings"})]}),r?e.jsx("div",{className:"flex items-center justify-center h-64",children:e.jsx("div",{className:"text-gray-500",children:"Loading..."})}):e.jsx(ie,{className:"p-6",children:e.jsx("p",{className:"text-gray-600 dark:text-gray-400",children:"System settings management interface coming soon."})})]})}const xr=Object.freeze(Object.defineProperty({__proto__:null,default:Yt},Symbol.toStringTag,{value:"Module"}));function Jt(){const t=Q(),[s,a]=o.useState([]),[r,i]=o.useState(!0);o.useEffect(()=>{l()},[]);const l=async()=>{try{i(!0);const n=await ee("/v1/system/settings/account/");a(n.results||[])}catch(n){t.error(`Failed to load account settings: ${n.message}`)}finally{i(!1)}};return e.jsxs("div",{className:"p-6",children:[e.jsx(A,{title:"Account Settings"}),e.jsxs("div",{className:"mb-6",children:[e.jsx("h1",{className:"text-2xl font-bold text-gray-900 dark:text-white",children:"Account Settings"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mt-1",children:"Account-level configuration"})]}),r?e.jsx("div",{className:"flex items-center justify-center h-64",children:e.jsx("div",{className:"text-gray-500",children:"Loading..."})}):e.jsx(ie,{className:"p-6",children:e.jsx("p",{className:"text-gray-600 dark:text-gray-400",children:"Account settings management interface coming soon."})})]})}const mr=Object.freeze(Object.defineProperty({__proto__:null,default:Jt},Symbol.toStringTag,{value:"Module"}));function Qt(){const t=Q(),[s,a]=o.useState([]),[r,i]=o.useState(!0);o.useEffect(()=>{l()},[]);const l=async()=>{try{i(!0);const n=await ee("/v1/system/settings/modules/");a(n.results||[])}catch(n){t.error(`Failed to load module settings: ${n.message}`)}finally{i(!1)}};return e.jsxs("div",{className:"p-6",children:[e.jsx(A,{title:"Module Settings"}),e.jsxs("div",{className:"mb-6",children:[e.jsx("h1",{className:"text-2xl font-bold text-gray-900 dark:text-white",children:"Module Settings"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mt-1",children:"Module-specific configuration"})]}),r?e.jsx("div",{className:"flex items-center justify-center h-64",children:e.jsx("div",{className:"text-gray-500",children:"Loading..."})}):e.jsx(ie,{className:"p-6",children:e.jsx("p",{className:"text-gray-600 dark:text-gray-400",children:"Module settings management interface coming soon."})})]})}const gr=Object.freeze(Object.defineProperty({__proto__:null,default:Qt},Symbol.toStringTag,{value:"Module"}));function Xt(){const t=Q(),[s,a]=o.useState([]),[r,i]=o.useState(!0);o.useEffect(()=>{l()},[]);const l=async()=>{try{i(!0);const n=await ee("/v1/system/settings/ai/");a(n.results||[])}catch(n){t.error(`Failed to load AI settings: ${n.message}`)}finally{i(!1)}};return e.jsxs("div",{className:"p-6",children:[e.jsx(A,{title:"AI Settings"}),e.jsxs("div",{className:"mb-6",children:[e.jsx("h1",{className:"text-2xl font-bold text-gray-900 dark:text-white",children:"AI Settings"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mt-1",children:"AI-specific configuration"})]}),r?e.jsx("div",{className:"flex items-center justify-center h-64",children:e.jsx("div",{className:"text-gray-500",children:"Loading..."})}):e.jsx(ie,{className:"p-6",children:e.jsx("p",{className:"text-gray-600 dark:text-gray-400",children:"AI settings management interface coming soon."})})]})}const ur=Object.freeze(Object.defineProperty({__proto__:null,default:Xt},Symbol.toStringTag,{value:"Module"})),yt=()=>e.jsx("svg",{width:"1em",height:"1em",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"text-success-500",children:e.jsx("path",{d:"M13.4017 4.35986L6.12166 11.6399L2.59833 8.11657",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round"})}),Ie=()=>e.jsx("svg",{width:"1em",height:"1em",viewBox:"0 0 17 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"text-gray-400",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.05394 4.78033C3.76105 4.48744 3.76105 4.01256 4.05394 3.71967C4.34684 3.42678 4.82171 3.42678 5.1146 3.71967L8.33437 6.93944L11.5521 3.72173C11.845 3.42883 12.3199 3.42883 12.6127 3.72173C12.9056 4.01462 12.9056 4.48949 12.6127 4.78239L9.39503 8.0001L12.6127 11.2178C12.9056 11.5107 12.9056 11.9856 12.6127 12.2785C12.3198 12.5713 11.845 12.5713 11.5521 12.2785L8.33437 9.06076L5.11462 12.2805C4.82173 12.5734 4.34685 12.5734 4.05396 12.2805C3.76107 11.9876 3.76107 11.5127 4.05396 11.2199L7.27371 8.0001L4.05394 4.78033Z",fill:"currentColor"})});function ke({variant:t="1",title:s,subtitle:a,plans:r,showToggle:i=!1,onPlanSelect:l,className:n=""}){const[g,u]=o.useState("monthly"),w=m=>{m.disabled||l==null||l(m)},C=m=>typeof m=="number"?m.toFixed(2):m,S=m=>{const y=typeof m.monthlyPrice=="number"?m.monthlyPrice:typeof m.price=="number"?m.price:parseFloat(String(m.price||0));if(g==="annually"&&i){const f=y*12*.8,N=y*12;return{price:f,originalPrice:N}}return{price:y}};return t==="1"?e.jsxs("div",{className:`space-y-6 ${n}`,children:[s&&e.jsx("div",{className:"mx-auto w-full max-w-[385px]",children:e.jsx("h2",{className:"font-bold text-center text-gray-800 mb-7 text-title-sm dark:text-white/90",children:s})}),i&&e.jsx("div",{className:"mb-10 text-center",children:e.jsxs("div",{className:"relative inline-flex p-1 mx-auto bg-gray-200 rounded-full z-1 dark:bg-gray-800",children:[e.jsx("span",{className:`absolute top-1/2 -z-1 flex h-11 w-[120px] -translate-y-1/2 rounded-full bg-white shadow-theme-xs duration-200 ease-linear dark:bg-white/10 ${g==="monthly"?"translate-x-0":"translate-x-[120px]"}`}),e.jsx("button",{onClick:()=>u("monthly"),className:`flex h-11 w-[120px] items-center justify-center text-base font-medium transition-colors ${g==="monthly"?"text-gray-800 dark:text-white/90":"text-gray-500 hover:text-gray-700 dark:hover:text-white/80 dark:text-gray-400"}`,children:"Monthly"}),e.jsx("button",{onClick:()=>u("annually"),className:`flex h-11 w-[120px] items-center justify-center text-base font-medium transition-colors ${g==="annually"?"text-gray-800 dark:text-white/90":"text-gray-500 hover:text-gray-700 dark:hover:text-white/80 dark:text-gray-400"}`,children:"Annually"})]})}),e.jsx("div",{className:"grid gap-5 grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 xl:gap-6",children:r.map((m,y)=>{const f=m.highlighted||!1,N=S(m),_=g==="annually"&&i?"/year":m.period||"/month";return e.jsxs("div",{className:`rounded-2xl border p-6 flex flex-col ${f?"bg-gray-800 border-gray-800 dark:border-white/10 dark:bg-white/10":"border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]"}`,children:[e.jsx("span",{className:`block mb-3 font-semibold text-theme-xl ${f?"text-white":"text-gray-800 dark:text-white/90"}`,children:m.name}),e.jsxs("div",{className:"flex items-center justify-between mb-1",children:[e.jsxs("div",{className:"flex items-end",children:[e.jsxs("h2",{className:`font-bold text-title-md ${f?"text-white":"text-gray-800 dark:text-white/90"}`,children:["$",C(N.price)]}),e.jsx("span",{className:`inline-block mb-1 text-sm ${f?"text-white/70":"text-gray-500 dark:text-gray-400"}`,children:_})]}),(N.originalPrice||m.originalPrice)&&e.jsxs("span",{className:`font-semibold line-through text-theme-xl ${f?"text-gray-300":"text-gray-400"}`,children:["$",C(N.originalPrice||m.originalPrice||0)]})]}),m.description&&e.jsx("p",{className:`text-sm ${f?"text-white/70":"text-gray-500 dark:text-gray-400"}`,children:m.description}),e.jsx("div",{className:`w-full h-px my-6 ${f?"bg-white/20":"bg-gray-200 dark:bg-gray-800"}`}),e.jsx("ul",{className:"mb-8 space-y-3 flex-grow",children:m.features.map((j,F)=>{const $=j.startsWith("!"),q=$?j.substring(1):j;return e.jsxs("li",{className:`flex items-center gap-3 text-sm ${f?"text-white/80":$?"text-gray-400":"text-gray-500 dark:text-gray-400"}`,children:[$?e.jsx(Ie,{}):e.jsx(yt,{}),q]},F)})}),e.jsx("button",{onClick:()=>w(m),disabled:m.disabled,className:`flex w-full items-center justify-center rounded-lg p-3.5 text-sm font-medium text-white shadow-theme-xs transition-colors mt-auto ${f?"bg-brand-500 hover:bg-brand-600 dark:hover:bg-brand-600":"bg-gray-800 hover:bg-brand-500 dark:bg-white/10 dark:hover:bg-brand-600"} ${m.disabled?"opacity-50 cursor-not-allowed":""}`,children:m.buttonText||"Choose Plan"})]},m.id||y)})})]}):t==="2"?e.jsx("div",{className:`space-y-6 ${n}`,children:e.jsx("div",{className:"grid gap-5 grid-cols-1 sm:grid-cols-2 xl:grid-cols-3 xl:gap-6",children:r.map((m,y)=>{const f=m.highlighted||y===1;return e.jsxs("div",{className:`rounded-2xl border p-6 xl:p-8 ${f?"border-2 border-brand-500 bg-white dark:border-brand-500 dark:bg-white/[0.03]":"border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]"}`,children:[e.jsxs("div",{className:"flex items-start justify-between -mb-4",children:[e.jsx("span",{className:"block font-semibold text-gray-800 text-theme-xl dark:text-white/90",children:m.name}),m.icon&&e.jsx("span",{className:"flex h-[56px] dark:bg-brand-500/10 w-[56px] items-center justify-center rounded-[10.5px] bg-brand-50 text-brand-500",children:m.icon})]}),e.jsxs("div",{className:"flex items-end",children:[e.jsxs("h2",{className:"font-bold text-gray-800 text-title-md dark:text-white/90",children:["$",C(m.price)]}),e.jsx("span",{className:"inline-block mb-1 text-sm text-gray-500 dark:text-gray-400",children:m.period||" / Lifetime"})]}),m.description&&e.jsx("p",{className:"mt-1 text-sm text-gray-500 dark:text-gray-400",children:m.description}),e.jsx("div",{className:"w-full h-px my-6 bg-gray-200 dark:bg-gray-800"}),e.jsx("ul",{className:"mb-8 space-y-3",children:m.features.map((N,_)=>{const j=N.startsWith("!"),F=j?N.substring(1):N;return e.jsxs("li",{className:`flex items-center gap-3 text-sm ${j?"text-gray-400":"text-gray-700 dark:text-gray-400"}`,children:[j?e.jsx(Ie,{}):e.jsx(yt,{}),F]},_)})}),e.jsx("button",{onClick:()=>w(m),disabled:m.disabled,className:`flex w-full items-center justify-center rounded-lg p-3.5 text-sm font-medium text-white shadow-theme-xs transition-colors ${f?"bg-brand-500 hover:bg-brand-600":"bg-gray-800 hover:bg-brand-500 dark:bg-white/10 dark:hover:bg-brand-600"} ${m.disabled?"opacity-50 cursor-not-allowed":""}`,children:m.buttonText||(f?"Choose This Plan":"Choose Starter")})]},m.id||y)})})}):t==="3"?e.jsx("div",{className:`space-y-6 ${n}`,children:e.jsx("div",{className:"grid gap-5 grid-cols-1 sm:grid-cols-2 xl:grid-cols-3 xl:gap-3 2xl:grid-cols-4",children:r.map((m,y)=>{const f=m.recommended||y===2;return e.jsx("div",{children:e.jsxs("div",{className:`rounded-2xl p-6 ${f?"relative bg-brand-500":"bg-white dark:bg-white/[0.03]"}`,children:[f&&e.jsx("div",{className:"absolute px-3 py-1 font-medium text-white rounded-lg right-4 top-4 -z-1 bg-white/10 text-theme-xs",children:"Recommended"}),e.jsx("span",{className:`block font-semibold text-theme-xl ${f?"text-white":"text-gray-800 dark:text-white/90"}`,children:m.name}),m.description&&e.jsx("p",{className:`mt-1 text-sm ${f?"text-white/90":"text-gray-500 dark:text-gray-400"}`,children:m.description}),e.jsx("h2",{className:`mb-0.5 mt-4 text-title-sm font-bold ${f?"text-white":"text-gray-800 dark:text-white/90"}`,children:typeof m.price=="string"&&m.price.toLowerCase()==="free"?"Free":`$${C(m.price)}`}),e.jsx("span",{className:`inline-block mb-6 text-sm ${f?"text-white/90":"text-gray-500 dark:text-gray-400"}`,children:m.period||"For a Lifetime"}),e.jsx("button",{onClick:()=>w(m),disabled:m.disabled,className:`flex h-11 w-full items-center justify-center rounded-lg p-3.5 text-sm font-medium shadow-theme-xs transition-colors ${f?"bg-white text-gray-800 hover:bg-gray-50":m.disabled?"border border-gray-300 bg-white text-gray-400 disabled:pointer-events-none dark:border-gray-700 dark:bg-gray-800 dark:hover:bg-white/[0.03] dark:hover:text-gray-200":"bg-brand-500 text-white hover:bg-brand-600"}`,children:m.buttonText||(m.disabled?"Current Plan":"Try for Free")}),e.jsx("ul",{className:"mt-6 space-y-3",children:m.features.map((N,_)=>{const j=N.startsWith("!"),F=j?N.substring(1):N;return e.jsxs("li",{className:`flex items-center gap-3 text-sm ${f?"text-white":j?"text-gray-400":"text-gray-700 dark:text-gray-400"}`,children:[j?e.jsx(Ie,{}):e.jsx("svg",{width:"1em",height:"1em",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:f?"text-white":"text-success-500",children:e.jsx("path",{d:"M13.4017 4.35986L6.12166 11.6399L2.59833 8.11657",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round"})}),F]},_)})})]})},m.id||y)})})}):null}const je=t=>t.toLocaleString(),es=t=>t>=1e6?`${(t/1e6).toFixed(1)}M`:t>=1e3?`${(t/1e3).toFixed(0)}K`:t.toString(),ts=t=>{const s=[];if(s.push(`${t.max_sites} ${t.max_sites===1?"Site":"Sites"}`),s.push(`${t.max_users} ${t.max_users===1?"User":"Users"}`),s.push(`${je(t.max_keywords)} Keywords`),s.push(`${je(t.max_clusters)} Clusters`),s.push(`${je(t.max_content_ideas)} Content Ideas`),s.push(`${es(t.monthly_word_count_limit)} Words/Month`),s.push(`${t.daily_content_tasks} Daily Content Tasks`),s.push(`${t.monthly_image_count} Images/Month`),t.image_model_choices&&t.image_model_choices.length>0){const a=t.image_model_choices.map(r=>r.toUpperCase()).join(", ");s.push(`${a} Image Models`)}return s.push(`${je(t.included_credits)} AI Credits Included`),s.push(`${je(t.monthly_ai_credit_limit)} Monthly AI Credit Limit`),t.features&&Array.isArray(t.features)&&(t.features.includes("ai_writer")&&s.push("AI Writer"),t.features.includes("image_gen")&&s.push("Image Generation"),t.features.includes("auto_publish")&&s.push("Auto Publish"),t.features.includes("custom_prompts")&&s.push("Custom Prompts")),s},ss=(t,s,a)=>{const r=typeof t.price=="number"?t.price:parseFloat(String(t.price||0)),i=t.slug.toLowerCase()==="growth";return{id:t.id,name:t.name,monthlyPrice:r,price:r,period:"/month",description:rs(t),features:ts(t),buttonText:"Choose Plan",highlighted:i}},rs=t=>{const s=t.slug.toLowerCase();return s.includes("free")?"Perfect for getting started":s.includes("starter")?"For solo designers & freelancers":s.includes("growth")?"For growing businesses":s.includes("scale")||s.includes("enterprise")?"For teams and large organizations":"Choose the perfect plan for your needs"};function as(){const t=Q(),[s,a]=o.useState([]),[r,i]=o.useState(!0);o.useEffect(()=>{l()},[]);const l=async()=>{try{i(!0);const w=((await ee("/v1/auth/plans/")).results||[]).filter(C=>C.is_active).sort((C,S)=>{const m=typeof C.price=="number"?C.price:parseFloat(String(C.price||0)),y=typeof S.price=="number"?S.price:parseFloat(String(S.price||0));return m-y});a(w)}catch(u){t.error(`Failed to load plans: ${u.message}`)}finally{i(!1)}},n=u=>{console.log("Selected plan:",u),t.success(`Selected plan: ${u.name}`)},g=s.map((u,w)=>ss(u,w,s.length));return e.jsxs("div",{className:"p-6",children:[e.jsx(A,{title:"Plans"}),e.jsxs("div",{className:"mb-6",children:[e.jsx("h1",{className:"text-2xl font-bold text-gray-900 dark:text-white",children:"Plans"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mt-1",children:"Choose the perfect plan for your needs. All plans include our core features."})]}),r?e.jsx("div",{className:"flex items-center justify-center h-64",children:e.jsx("div",{className:"text-gray-500",children:"Loading plans..."})}):g.length===0?e.jsx("div",{className:"flex items-center justify-center h-64",children:e.jsx("div",{className:"text-gray-500",children:"No active plans available"})}):e.jsxs(e.Fragment,{children:[e.jsx(ke,{variant:"1",title:"Flexible Plans Tailored to Fit Your Unique Needs!",plans:g,showToggle:!0,onPlanSelect:n}),e.jsx("div",{className:"mt-8 text-center",children:e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400",children:"Need more details? View all features and limits for each plan."})})]})]})}const hr=Object.freeze(Object.defineProperty({__proto__:null,default:as},Symbol.toStringTag,{value:"Module"}));function is(){const t=Q(),[s,a]=o.useState([]),[r,i]=o.useState(!0);o.useEffect(()=>{l()},[]);const l=async()=>{try{i(!0);const n=await _t();a(n.industries||[])}catch(n){t.error(`Failed to load industries: ${n.message}`)}finally{i(!1)}};return e.jsxs("div",{className:"p-6",children:[e.jsx(A,{title:"Industries"}),e.jsxs("div",{className:"mb-6",children:[e.jsx("h1",{className:"text-2xl font-bold text-gray-900 dark:text-white",children:"Industries"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mt-1",children:"Manage global industry templates (Admin Only)"})]}),r?e.jsx("div",{className:"flex items-center justify-center h-64",children:e.jsx("div",{className:"text-gray-500",children:"Loading..."})}):e.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6",children:s.map(n=>e.jsxs(ie,{className:"p-6",children:[e.jsxs("div",{className:"flex justify-between items-start mb-4",children:[e.jsx("h3",{className:"text-lg font-semibold text-gray-900 dark:text-white",children:n.name}),e.jsx(k,{variant:"light",color:n.is_active?"success":"dark",children:n.is_active?"Active":"Inactive"})]}),n.description&&e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400 mb-2",children:n.description}),e.jsxs("p",{className:"text-sm text-gray-500 dark:text-gray-400",children:["Sectors: ",n.sectors_count||0]})]},n.id))})]})}const pr=Object.freeze(Object.defineProperty({__proto__:null,default:is},Symbol.toStringTag,{value:"Module"})),he=t=>{switch(t){case"healthy":return"bg-green-100 text-green-800 dark:bg-green-900/30 dark:text-green-400";case"warning":return"bg-yellow-100 text-yellow-800 dark:bg-yellow-900/30 dark:text-yellow-400";case"critical":return"bg-red-100 text-red-800 dark:bg-red-900/30 dark:text-red-400";default:return"bg-gray-100 text-gray-800 dark:bg-gray-900/30 dark:text-gray-400"}};function ns(){var g,u,w,C,S,m,y,f,N,_,j,F,$,q,G,T,M,W,z,V,X,ne,le,oe,c,d,h,L,v,D,I,P,K,H,Y,x,E,U,Z,se,te,R,$e,ze,Fe,Oe,Ee,Be,Ge,We,Ve,Ue,He,Ze,Ke,qe,Ye,Je,Qe,Xe,et,tt,st,rt,at,it,nt,lt,ot,dt,ct,xt,mt,gt,ut,ht,pt,jt;const[t,s]=o.useState(null),[a,r]=o.useState(!0),[i,l]=o.useState(null),n=async()=>{try{const de=await ee("/v1/system/status/");s(de),l(null)}catch(de){l(de instanceof Error?de.message:"Unknown error")}finally{r(!1)}};return o.useEffect(()=>{n();const de=setInterval(n,3e4);return()=>clearInterval(de)},[]),a?e.jsxs(e.Fragment,{children:[e.jsx(A,{title:"System Status - IGNY8",description:"System monitoring"}),e.jsx(p,{title:"System Status",desc:"Loading system information...",children:e.jsx("div",{className:"text-center py-8",children:e.jsx("div",{className:"animate-spin rounded-full h-12 w-12 border-b-2 border-gray-900 dark:border-white mx-auto"})})})]}):i||!t?e.jsxs(e.Fragment,{children:[e.jsx(A,{title:"System Status - IGNY8",description:"System monitoring"}),e.jsx(p,{title:"System Status",desc:"Error loading system information",children:e.jsx("div",{className:"text-center py-8 text-red-600 dark:text-red-400",children:i||"Failed to load system status"})})]}):e.jsxs(e.Fragment,{children:[e.jsx(A,{title:"System Status - IGNY8",description:"System monitoring"}),e.jsxs("div",{className:"space-y-6",children:[e.jsx(p,{title:"System Resources",desc:"CPU, Memory, and Disk Usage",children:e.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-3 gap-6",children:[e.jsxs("div",{className:"space-y-2",children:[e.jsxs("div",{className:"flex justify-between items-center",children:[e.jsx("span",{className:"text-sm font-medium text-gray-700 dark:text-gray-300",children:"CPU"}),e.jsx("span",{className:`text-xs px-2 py-1 rounded ${he(((u=(g=t.system)==null?void 0:g.cpu)==null?void 0:u.status)||"unknown")}`,children:((C=(w=t.system)==null?void 0:w.cpu)==null?void 0:C.status)||"unknown"})]}),e.jsx("div",{className:"w-full bg-gray-200 dark:bg-gray-700 rounded-full h-4",children:e.jsx("div",{className:`h-4 rounded-full ${(((m=(S=t.system)==null?void 0:S.cpu)==null?void 0:m.usage_percent)||0)<80?"bg-green-500":(((f=(y=t.system)==null?void 0:y.cpu)==null?void 0:f.usage_percent)||0)<95?"bg-yellow-500":"bg-red-500"}`,style:{width:`${((_=(N=t.system)==null?void 0:N.cpu)==null?void 0:_.usage_percent)||0}%`}})}),e.jsxs("div",{className:"text-sm text-gray-600 dark:text-gray-400",children:[($=(F=(j=t.system)==null?void 0:j.cpu)==null?void 0:F.usage_percent)==null?void 0:$.toFixed(1),"% used (",(G=(q=t.system)==null?void 0:q.cpu)==null?void 0:G.cores," cores)"]})]}),e.jsxs("div",{className:"space-y-2",children:[e.jsxs("div",{className:"flex justify-between items-center",children:[e.jsx("span",{className:"text-sm font-medium text-gray-700 dark:text-gray-300",children:"Memory"}),e.jsx("span",{className:`text-xs px-2 py-1 rounded ${he(((M=(T=t.system)==null?void 0:T.memory)==null?void 0:M.status)||"unknown")}`,children:((z=(W=t.system)==null?void 0:W.memory)==null?void 0:z.status)||"unknown"})]}),e.jsx("div",{className:"w-full bg-gray-200 dark:bg-gray-700 rounded-full h-4",children:e.jsx("div",{className:`h-4 rounded-full ${(((X=(V=t.system)==null?void 0:V.memory)==null?void 0:X.usage_percent)||0)<80?"bg-green-500":(((le=(ne=t.system)==null?void 0:ne.memory)==null?void 0:le.usage_percent)||0)<95?"bg-yellow-500":"bg-red-500"}`,style:{width:`${((c=(oe=t.system)==null?void 0:oe.memory)==null?void 0:c.usage_percent)||0}%`}})}),e.jsxs("div",{className:"text-sm text-gray-600 dark:text-gray-400",children:[(L=(h=(d=t.system)==null?void 0:d.memory)==null?void 0:h.used_gb)==null?void 0:L.toFixed(1)," GB / ",(I=(D=(v=t.system)==null?void 0:v.memory)==null?void 0:D.total_gb)==null?void 0:I.toFixed(1)," GB"]})]}),e.jsxs("div",{className:"space-y-2",children:[e.jsxs("div",{className:"flex justify-between items-center",children:[e.jsx("span",{className:"text-sm font-medium text-gray-700 dark:text-gray-300",children:"Disk"}),e.jsx("span",{className:`text-xs px-2 py-1 rounded ${he(((K=(P=t.system)==null?void 0:P.disk)==null?void 0:K.status)||"unknown")}`,children:((Y=(H=t.system)==null?void 0:H.disk)==null?void 0:Y.status)||"unknown"})]}),e.jsx("div",{className:"w-full bg-gray-200 dark:bg-gray-700 rounded-full h-4",children:e.jsx("div",{className:`h-4 rounded-full ${(((E=(x=t.system)==null?void 0:x.disk)==null?void 0:E.usage_percent)||0)<80?"bg-green-500":(((Z=(U=t.system)==null?void 0:U.disk)==null?void 0:Z.usage_percent)||0)<95?"bg-yellow-500":"bg-red-500"}`,style:{width:`${((te=(se=t.system)==null?void 0:se.disk)==null?void 0:te.usage_percent)||0}%`}})}),e.jsxs("div",{className:"text-sm text-gray-600 dark:text-gray-400",children:[(ze=($e=(R=t.system)==null?void 0:R.disk)==null?void 0:$e.used_gb)==null?void 0:ze.toFixed(1)," GB / ",(Ee=(Oe=(Fe=t.system)==null?void 0:Fe.disk)==null?void 0:Oe.total_gb)==null?void 0:Ee.toFixed(1)," GB"]})]})]})}),e.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-3 gap-6",children:[e.jsx(p,{title:"Database",desc:"PostgreSQL Status",children:e.jsxs("div",{className:"space-y-3",children:[e.jsxs("div",{className:"flex justify-between items-center",children:[e.jsx("span",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Status"}),e.jsx("span",{className:`text-xs px-2 py-1 rounded ${he(((Be=t.database)==null?void 0:Be.status)||"unknown")}`,children:(Ge=t.database)!=null&&Ge.connected?"Connected":"Disconnected"})]}),((We=t.database)==null?void 0:We.version)&&e.jsxs("div",{className:"text-sm",children:[e.jsx("span",{className:"text-gray-600 dark:text-gray-400",children:"Version:"}),e.jsx("span",{className:"ml-2 text-gray-800 dark:text-gray-200",children:t.database.version.split(",")[0]})]}),((Ve=t.database)==null?void 0:Ve.size)&&e.jsxs("div",{className:"text-sm",children:[e.jsx("span",{className:"text-gray-600 dark:text-gray-400",children:"Size:"}),e.jsx("span",{className:"ml-2 text-gray-800 dark:text-gray-200",children:t.database.size})]}),e.jsxs("div",{className:"text-sm",children:[e.jsx("span",{className:"text-gray-600 dark:text-gray-400",children:"Active Connections:"}),e.jsx("span",{className:"ml-2 text-gray-800 dark:text-gray-200",children:((Ue=t.database)==null?void 0:Ue.active_connections)||0})]})]})}),e.jsx(p,{title:"Redis",desc:"Cache & Message Broker",children:e.jsx("div",{className:"space-y-3",children:e.jsxs("div",{className:"flex justify-between items-center",children:[e.jsx("span",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Status"}),e.jsx("span",{className:`text-xs px-2 py-1 rounded ${he(((He=t.redis)==null?void 0:He.status)||"unknown")}`,children:(Ze=t.redis)!=null&&Ze.connected?"Connected":"Disconnected"})]})})}),e.jsx(p,{title:"Celery",desc:"Task Queue Workers",children:e.jsxs("div",{className:"space-y-3",children:[e.jsxs("div",{className:"flex justify-between items-center",children:[e.jsx("span",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Workers"}),e.jsxs("span",{className:`text-xs px-2 py-1 rounded ${he(((Ke=t.celery)==null?void 0:Ke.status)||"unknown")}`,children:[((qe=t.celery)==null?void 0:qe.worker_count)||0," active"]})]}),e.jsxs("div",{className:"text-sm",children:[e.jsx("span",{className:"text-gray-600 dark:text-gray-400",children:"Active Tasks:"}),e.jsx("span",{className:"ml-2 text-gray-800 dark:text-gray-200",children:((Je=(Ye=t.celery)==null?void 0:Ye.tasks)==null?void 0:Je.active)||0})]}),e.jsxs("div",{className:"text-sm",children:[e.jsx("span",{className:"text-gray-600 dark:text-gray-400",children:"Scheduled:"}),e.jsx("span",{className:"ml-2 text-gray-800 dark:text-gray-200",children:((Xe=(Qe=t.celery)==null?void 0:Qe.tasks)==null?void 0:Xe.scheduled)||0})]}),e.jsxs("div",{className:"text-sm",children:[e.jsx("span",{className:"text-gray-600 dark:text-gray-400",children:"Reserved:"}),e.jsx("span",{className:"ml-2 text-gray-800 dark:text-gray-200",children:((tt=(et=t.celery)==null?void 0:et.tasks)==null?void 0:tt.reserved)||0})]})]})})]}),e.jsx(p,{title:"Process Monitoring",desc:"Resource usage by technology stack",children:e.jsx("div",{className:"overflow-x-auto",children:e.jsxs("table",{className:"min-w-full divide-y divide-gray-200 dark:divide-gray-700",children:[e.jsx("thead",{children:e.jsxs("tr",{children:[e.jsx("th",{className:"px-4 py-3 text-left text-xs font-medium text-gray-500 dark:text-gray-400 uppercase",children:"Stack"}),e.jsx("th",{className:"px-4 py-3 text-left text-xs font-medium text-gray-500 dark:text-gray-400 uppercase",children:"Processes"}),e.jsx("th",{className:"px-4 py-3 text-left text-xs font-medium text-gray-500 dark:text-gray-400 uppercase",children:"CPU %"}),e.jsx("th",{className:"px-4 py-3 text-left text-xs font-medium text-gray-500 dark:text-gray-400 uppercase",children:"Memory (MB)"})]})}),e.jsx("tbody",{className:"divide-y divide-gray-200 dark:divide-gray-700",children:Object.entries(((st=t.processes)==null?void 0:st.by_stack)||{}).map(([de,Ne])=>e.jsxs("tr",{children:[e.jsx("td",{className:"px-4 py-3 text-sm font-medium text-gray-800 dark:text-gray-200 capitalize",children:de}),e.jsx("td",{className:"px-4 py-3 text-sm text-gray-600 dark:text-gray-400",children:Ne.count}),e.jsxs("td",{className:"px-4 py-3 text-sm text-gray-600 dark:text-gray-400",children:[Ne.cpu.toFixed(2),"%"]}),e.jsx("td",{className:"px-4 py-3 text-sm text-gray-600 dark:text-gray-400",children:Ne.memory_mb.toFixed(2)})]},de))})]})})}),e.jsx(p,{title:"Module Statistics",desc:"Data counts by module",children:e.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-6",children:[e.jsxs("div",{className:"space-y-3",children:[e.jsx("h4",{className:"text-sm font-semibold text-gray-800 dark:text-gray-200",children:"Planner Module"}),e.jsxs("div",{className:"space-y-2",children:[e.jsxs("div",{className:"flex justify-between text-sm",children:[e.jsx("span",{className:"text-gray-600 dark:text-gray-400",children:"Keywords:"}),e.jsx("span",{className:"text-gray-800 dark:text-gray-200",children:((it=(at=(rt=t.modules)==null?void 0:rt.planner)==null?void 0:at.keywords)==null?void 0:it.toLocaleString())||0})]}),e.jsxs("div",{className:"flex justify-between text-sm",children:[e.jsx("span",{className:"text-gray-600 dark:text-gray-400",children:"Clusters:"}),e.jsx("span",{className:"text-gray-800 dark:text-gray-200",children:((ot=(lt=(nt=t.modules)==null?void 0:nt.planner)==null?void 0:lt.clusters)==null?void 0:ot.toLocaleString())||0})]}),e.jsxs("div",{className:"flex justify-between text-sm",children:[e.jsx("span",{className:"text-gray-600 dark:text-gray-400",children:"Content Ideas:"}),e.jsx("span",{className:"text-gray-800 dark:text-gray-200",children:((xt=(ct=(dt=t.modules)==null?void 0:dt.planner)==null?void 0:ct.content_ideas)==null?void 0:xt.toLocaleString())||0})]})]})]}),e.jsxs("div",{className:"space-y-3",children:[e.jsx("h4",{className:"text-sm font-semibold text-gray-800 dark:text-gray-200",children:"Writer Module"}),e.jsxs("div",{className:"space-y-2",children:[e.jsxs("div",{className:"flex justify-between text-sm",children:[e.jsx("span",{className:"text-gray-600 dark:text-gray-400",children:"Tasks:"}),e.jsx("span",{className:"text-gray-800 dark:text-gray-200",children:((ut=(gt=(mt=t.modules)==null?void 0:mt.writer)==null?void 0:gt.tasks)==null?void 0:ut.toLocaleString())||0})]}),e.jsxs("div",{className:"flex justify-between text-sm",children:[e.jsx("span",{className:"text-gray-600 dark:text-gray-400",children:"Images:"}),e.jsx("span",{className:"text-gray-800 dark:text-gray-200",children:((jt=(pt=(ht=t.modules)==null?void 0:ht.writer)==null?void 0:pt.images)==null?void 0:jt.toLocaleString())||0})]})]})]})]})}),e.jsxs("div",{className:"text-center text-sm text-gray-500 dark:text-gray-400",children:["Last updated: ",new Date(t.timestamp).toLocaleString()]})]})]})}const jr=Object.freeze(Object.defineProperty({__proto__:null,default:ns},Symbol.toStringTag,{value:"Module"})),Re=({label:t,defaultChecked:s=!1,checked:a,disabled:r=!1,onChange:i,color:l="blue"})=>{const n=a!==void 0,[g,u]=o.useState(s);o.useEffect(()=>{n&&a!==g&&u(a)},[a,n,g]),o.useEffect(()=>{!n&&s!==g&&u(s)},[s,n,g]);const w=n?a??!1:g,C=()=>{if(r)return;const m=!w;n||u(m),i&&i(m)},S=l==="blue"?{background:w?"bg-brand-500 ":"bg-gray-200 dark:bg-white/10",knob:w?"translate-x-full bg-white":"translate-x-0 bg-white"}:{background:w?"bg-gray-800 dark:bg-white/10":"bg-gray-200 dark:bg-white/10",knob:w?"translate-x-full bg-white":"translate-x-0 bg-white"};return e.jsxs("label",{className:`flex cursor-pointer select-none items-center gap-3 text-sm font-medium ${r?"text-gray-400":"text-gray-700 dark:text-gray-400"}`,onClick:C,children:[e.jsxs("div",{className:"relative",children:[e.jsx("div",{className:`block transition duration-150 ease-linear h-6 w-11 rounded-full ${r?"bg-gray-100 pointer-events-none dark:bg-gray-800":S.background}`}),e.jsx("div",{className:`absolute left-0.5 top-0.5 h-5 w-5 rounded-full shadow-theme-sm duration-150 ease-linear transform ${S.knob}`})]}),t]})};function Lt(t){const{resourceId:s,getEndpoint:a,saveEndpoint:r,initialEnabled:i=!1,extractEnabled:l=T=>(T==null?void 0:T.enabled)??!1,buildPayload:n=(T,M)=>({...T,enabled:M}),onToggleSuccess:g,onToggleError:u,loadOnMount:w=!0}=t,[C,S]=o.useState(i),[m,y]=o.useState(!1),[f,N]=o.useState(null),[_,j]=o.useState(null),F=o.useCallback(async()=>{y(!0),N(null);try{const T=a.replace("{id}",s),M=await ee(T);if(M.success&&M.data){const W=M.data;j(W);const z=l(W);S(z)}else j({}),S(i)}catch(T){const M=T instanceof Error?T:new Error(String(T));N(M),console.error(`Error loading state for ${s}:`,M)}finally{y(!1)}},[s,a,l,i]),$=o.useCallback(async T=>{y(!0),N(null);try{const M=r.replace("{id}",s),W=n(_||{},T),z=await ee(M,{method:"POST",body:JSON.stringify(W)});if(z.success){const V={..._||{},enabled:T};j(V),S(T),g&&g(T,V)}else throw new Error(z.error||"Failed to save state")}catch(M){const W=M instanceof Error?M:new Error(String(M));N(W),console.error(`Error saving state for ${s}:`,W),u&&u(W)}finally{y(!1)}},[s,r,n,_,g,u]),q=o.useCallback(async T=>{await $(T)},[$]),G=o.useCallback(async()=>{await F()},[F]);return o.useEffect(()=>{w&&F()},[w]),{enabled:C,toggle:q,loading:m,error:f,data:_,refresh:G}}function vt({icon:t,title:s,description:a,enabled:r,validationStatus:i,onToggle:l,onSettings:n,onDetails:g,integrationId:u,getEndpoint:w,saveEndpoint:C,onToggleSuccess:S,onToggleError:m,modelName:y}){const f=Q(),N=u?Lt({resourceId:u,getEndpoint:w||"/v1/system/settings/integrations/{id}/",saveEndpoint:C||"/v1/system/settings/integrations/{id}/save/",initialEnabled:!1,onToggleSuccess:(T,M)=>{f.success(`${u} ${T?"enabled":"disabled"}`),S&&S(T,M)},onToggleError:T=>{f.error(`Failed to update ${u}: ${T.message}`),m&&m(T)}}):null,_=N?N.enabled:r??!1,j=N?T=>{N.toggle(T)}:T=>{l&&l(T)},F=N?N.loading:!1,$=()=>!_||i==="not_configured"?"bg-gray-400 dark:bg-gray-500":i==="pending"?"bg-gray-400 dark:bg-gray-500 animate-pulse":i==="success"?"bg-green-500 dark:bg-green-600":i==="error"?"bg-red-500 dark:bg-red-600":"bg-gray-400 dark:bg-gray-500",G=!_||i==="not_configured"?{text:"Disabled",color:"text-gray-400 dark:text-gray-500",bold:!1}:i==="pending"?{text:"Pending",color:"text-gray-400 dark:text-gray-500",bold:!1}:i==="success"?{text:"Enabled",color:"text-gray-800 dark:text-white",bold:!0}:i==="error"?{text:"Error",color:"text-red-600 dark:text-red-400",bold:!1}:{text:"Disabled",color:"text-gray-400 dark:text-gray-500",bold:!1};return e.jsxs("article",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/3",children:[e.jsxs("div",{className:"relative p-5 pb-9",children:[e.jsx("div",{className:"mb-5 inline-flex h-10 w-10 items-center justify-center",children:t}),e.jsx("h3",{className:"mb-3 text-lg font-semibold text-gray-800 dark:text-white/90",children:s}),e.jsx("p",{className:"max-w-xs text-sm text-gray-500 dark:text-gray-400",children:a}),u==="runware"?e.jsx("div",{className:"absolute top-5 right-5",children:e.jsx("span",{className:`text-sm font-semibold ${y?"text-gray-800 dark:text-white":"text-gray-400 dark:text-gray-500"}`,children:y||"Disabled"})}):e.jsxs("div",{className:"absolute top-5 right-5 flex items-center gap-2",children:[e.jsx("span",{className:`text-sm ${G.color} ${G.bold?"font-bold":""} transition-colors duration-200`,children:G.text}),e.jsx("div",{className:`w-[25px] h-[25px] rounded-full ${$()} transition-colors duration-200`,title:i==="not_configured"?"Not configured":i==="pending"?"Validating...":i==="success"?"Validated successfully":i==="error"?"Validation failed":"Unknown status"})]})]}),e.jsxs("div",{className:"flex items-center justify-between border-t border-gray-200 p-5 dark:border-gray-800",children:[e.jsxs("div",{className:"flex gap-3",children:[e.jsx(b,{variant:"outline",size:"md",onClick:n,className:"shadow-theme-xs inline-flex h-11 w-11 items-center justify-center rounded-lg border border-gray-300 text-gray-700 dark:border-gray-700 dark:text-gray-400",children:e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",children:[e.jsx("path",{d:"M5.64615 4.59906C5.05459 4.25752 4.29808 4.46015 3.95654 5.05171L2.69321 7.23986C2.35175 7.83128 2.5544 8.58754 3.14582 8.92899C3.97016 9.40493 3.97017 10.5948 3.14583 11.0707C2.55441 11.4122 2.35178 12.1684 2.69323 12.7598L3.95657 14.948C4.2981 15.5395 5.05461 15.7422 5.64617 15.4006C6.4706 14.9247 7.50129 15.5196 7.50129 16.4715C7.50129 17.1545 8.05496 17.7082 8.73794 17.7082H11.2649C11.9478 17.7082 12.5013 17.1545 12.5013 16.4717C12.5013 15.5201 13.5315 14.9251 14.3556 15.401C14.9469 15.7423 15.7029 15.5397 16.0443 14.9485L17.3079 12.7598C17.6494 12.1684 17.4467 11.4121 16.8553 11.0707C16.031 10.5948 16.031 9.40494 16.8554 8.92902C17.4468 8.58757 17.6494 7.83133 17.3079 7.23992L16.0443 5.05123C15.7029 4.45996 14.9469 4.25737 14.3556 4.59874C13.5315 5.07456 12.5013 4.47961 12.5013 3.52798C12.5013 2.84515 11.9477 2.2915 11.2649 2.2915L8.73795 2.2915C8.05496 2.2915 7.50129 2.84518 7.50129 3.52816C7.50129 4.48015 6.47059 5.07505 5.64615 4.59906Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e.jsx("path",{d:"M12.5714 9.99977C12.5714 11.4196 11.4204 12.5706 10.0005 12.5706C8.58069 12.5706 7.42969 11.4196 7.42969 9.99977C7.42969 8.57994 8.58069 7.42894 10.0005 7.42894C11.4204 7.42894 12.5714 8.57994 12.5714 9.99977Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})}),e.jsx(b,{variant:"outline",size:"md",onClick:g,className:"shadow-theme-xs inline-flex h-11 items-center justify-center rounded-lg border border-gray-300 px-4 py-3 text-sm font-medium text-gray-700 dark:border-gray-700 dark:text-gray-400",children:"Details"})]}),e.jsx(Re,{label:"",checked:_,disabled:F,onChange:j})]})]})}function wt({title:t,description:s,integrationId:a,icon:r}){var S;const[i,l]=o.useState(!1),[n,g]=o.useState(null),[u,w]=o.useState(!1);if(a!=="openai"&&a!=="runware")return null;const C=async(m=!1)=>{l(!0),w(m),g(null);try{const y=await ee(`/v1/system/settings/integrations/${a}/`);let f="",N="gpt-4.1";if(y.success&&y.data&&(f=y.data.apiKey||"",N=y.data.model||"gpt-4.1"),!f){g({success:!1,message:"API key not configured. Please configure your API key in settings first."}),l(!1);return}const _={apiKey:f};a==="openai"&&(_.config={model:N,with_response:m});const j=await ee(`/v1/system/settings/integrations/${a}/test/`,{method:"POST",body:JSON.stringify(_)});j.success?g({success:!0,message:j.message||"API connection successful!",model_used:j.model_used||j.model,response:j.response,tokens_used:j.tokens_used,total_tokens:j.total_tokens,cost:j.cost,full_response:j.full_response||{image_url:j.image_url,provider:j.provider,size:j.size}}):g({success:!1,message:j.error||j.message||"API connection failed"})}catch(y){g({success:!1,message:`API connection failed: ${y.message||"Unknown error"}`})}finally{l(!1)}};return e.jsxs("article",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/3",children:[e.jsxs("div",{className:"relative p-5 pb-6",children:[e.jsx("h3",{className:"mb-2 text-base font-semibold text-gray-800 dark:text-white/90",children:t}),s&&e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400",children:s})]}),e.jsx("div",{className:"border-t border-gray-200 p-5 dark:border-gray-800",children:e.jsxs("div",{className:"space-y-4",children:[e.jsx("div",{className:"flex gap-3",children:a==="openai"?e.jsxs(e.Fragment,{children:[e.jsx(b,{variant:"outline",onClick:()=>C(!1),disabled:i,className:"flex-1",children:i&&!u?"Testing...":"Test OpenAI Connection"}),e.jsx(b,{variant:"outline",onClick:()=>C(!0),disabled:i,className:"flex-1",children:i&&u?"Testing...":"Test OpenAI Response (Ping)"})]}):e.jsx(b,{variant:"outline",onClick:()=>C(!1),disabled:i,className:"flex-1",children:i?"Testing...":"Test Runware Connection"})}),n&&e.jsxs("div",{className:"space-y-3",children:[n.success&&e.jsxs("div",{className:"flex items-center gap-2 text-green-600 dark:text-green-400",children:[e.jsx("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z",clipRule:"evenodd"})}),e.jsx("span",{className:"text-sm font-medium",children:n.message})]}),!n.success&&e.jsxs("div",{className:"flex items-center gap-2 text-red-600 dark:text-red-400",children:[e.jsx("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z",clipRule:"evenodd"})}),e.jsx("span",{className:"text-sm font-medium",children:n.message})]}),n.success&&e.jsx("div",{className:"bg-blue-50 dark:bg-blue-900/20 border-l-4 border-blue-500 p-4 rounded",children:e.jsx("div",{className:"space-y-2 text-sm",children:a==="openai"&&u?e.jsxs(e.Fragment,{children:[e.jsxs("div",{children:[e.jsx("strong",{className:"text-gray-700 dark:text-gray-300",children:"Model Used:"})," ",e.jsx("span",{className:"text-gray-900 dark:text-white font-mono-custom",children:n.model_used||"N/A"})]}),e.jsxs("div",{children:[e.jsx("strong",{className:"text-gray-700 dark:text-gray-300",children:"Expected:"})," ",e.jsx("span",{className:"text-gray-900 dark:text-white",children:'"OK! Ping Received"'})]}),e.jsxs("div",{children:[e.jsx("strong",{className:"text-gray-700 dark:text-gray-300",children:"Actual Response:"})," ",e.jsxs("span",{className:"text-gray-900 dark:text-white",children:['"',n.response||"N/A",'"']})]}),e.jsxs("div",{children:[e.jsx("strong",{className:"text-gray-700 dark:text-gray-300",children:"Token Limit Sent:"})," ",e.jsx("span",{className:"text-gray-900 dark:text-white",children:"N/A (from your settings)"})]}),e.jsxs("div",{children:[e.jsx("strong",{className:"text-gray-700 dark:text-gray-300",children:"Tokens Used:"})," ",e.jsxs("span",{className:"text-gray-900 dark:text-white",children:[n.tokens_used||"N/A"," (input/output)"]})]}),e.jsxs("div",{children:[e.jsx("strong",{className:"text-gray-700 dark:text-gray-300",children:"Total Tokens:"})," ",e.jsx("span",{className:"text-gray-900 dark:text-white",children:n.total_tokens||"N/A"})]}),e.jsxs("div",{children:[e.jsx("strong",{className:"text-gray-700 dark:text-gray-300",children:"Cost:"})," ",e.jsx("span",{className:"text-gray-900 dark:text-white",children:n.cost||"$0.0000"})]})]}):a==="runware"?e.jsxs(e.Fragment,{children:[e.jsxs("div",{children:[e.jsx("strong",{className:"text-gray-700 dark:text-gray-300",children:"Provider:"})," ",e.jsx("span",{className:"text-gray-900 dark:text-white",children:"Runware"})]}),e.jsxs("div",{children:[e.jsx("strong",{className:"text-gray-700 dark:text-gray-300",children:"Model:"})," ",e.jsx("span",{className:"text-gray-900 dark:text-white font-mono-custom",children:n.model_used||"runware:97@1"})]}),e.jsxs("div",{children:[e.jsx("strong",{className:"text-gray-700 dark:text-gray-300",children:"Image Size:"})," ",e.jsx("span",{className:"text-gray-900 dark:text-white",children:"128 x 128 (test image)"})]}),e.jsxs("div",{children:[e.jsx("strong",{className:"text-gray-700 dark:text-gray-300",children:"Cost:"})," ",e.jsx("span",{className:"text-gray-900 dark:text-white",children:n.cost||"$0.0090"})]}),((S=n.full_response)==null?void 0:S.image_url)&&e.jsxs("div",{children:[e.jsx("strong",{className:"text-gray-700 dark:text-gray-300",children:"Test Image:"})," ",e.jsx("a",{href:n.full_response.image_url,target:"_blank",rel:"noopener noreferrer",className:"text-blue-600 dark:text-blue-400 hover:underline",children:"View Image"})]})]}):null})})]})]})})]})}function ls({title:t,description:s,integrationId:a,icon:r}){const i=Q(),[l,n]=o.useState(!1),[g,u]=o.useState(""),[w,C]=o.useState("text, watermark, logo, overlay, title, caption, writing on walls, writing on objects, UI, infographic elements, post title"),[S,m]=o.useState("realistic"),[y,f]=o.useState("1024x1024"),[N,_]=o.useState("webp"),[j,F]=o.useState({}),$={"dall-e-3":["1024x1024","1024x1792","1792x1024"],"dall-e-2":["256x256","512x512","1024x1024"]},q=()=>{const h=(j.service||"openai")==="openai"?j.model||"dall-e-3":null;return h&&$[h]?$[h]:$["dall-e-3"]};o.useEffect(()=>{const d=q();d.length>0&&!d.includes(y)&&f(d[0])},[j.model,j.service]);const[G,T]=o.useState(null),[M,W]=o.useState(null),z="https://api.igny8.com/api";o.useEffect(()=>{(async()=>{try{const h=await fetch(`${z}/v1/system/settings/integrations/image_generation/`,{credentials:"include"});if(h.ok){const L=await h.json();L.success&&L.data&&F(L.data)}}catch(h){console.error("Error loading image settings:",h)}})()},[z]);const V=async()=>{if(console.log("[ImageGenerationCard] handleGenerate called"),!g.trim()){i.error("Please enter a prompt description");return}n(!0),W(null),T(null);try{const d=j.service||"openai",h=d==="openai"?j.model||"dall-e-3":j.runwareModel||"runware:97@1";console.log("[ImageGenerationCard] Service and model:",{service:d,model:h,imageSettings:j});const L=`Create a high-quality ${S} image. ${g}`;console.log("[ImageGenerationCard] Full prompt:",L.substring(0,100)+"...");const v={prompt:L,negative_prompt:w,image_type:S,image_size:y,image_format:N,provider:d,model:h};console.log("[ImageGenerationCard] Making request to image generation endpoint"),console.log("[ImageGenerationCard] Request body:",v);const D=await ee("/v1/system/settings/integrations/image_generation/generate/",{method:"POST",body:JSON.stringify(v)});if(console.log("[ImageGenerationCard] Response data:",D),!D.success)throw new Error(D.error||"Failed to generate image");const I={url:D.image_url,revised_prompt:D.revised_prompt,model:D.model||h,provider:D.provider||d,size:y,format:N.toUpperCase(),cost:D.cost};T(I),window.dispatchEvent(new CustomEvent("imageGenerated",{detail:I})),console.log("[ImageGenerationCard] Image generation successful:",I),i.success("Image generated successfully!")}catch(d){console.error("[ImageGenerationCard] Error in handleGenerate:",{error:d,message:d.message,stack:d.stack});const h=d.message||"Failed to generate image";W(h),window.dispatchEvent(new CustomEvent("imageGenerationError",{detail:h})),i.error(h)}finally{console.log("[ImageGenerationCard] handleGenerate completed"),n(!1)}},X=()=>{if((j.service||"openai")==="openai"){const h=j.model||"dall-e-3";return`OpenAI ${{"dall-e-3":"DALL·E 3","dall-e-2":"DALL·E 2","gpt-image-1":"GPT Image 1 (Full)","gpt-image-1-mini":"GPT Image 1 Mini"}[h]||h}`}else return"Runware"},ne={"1024x1024":"Square - 1024 x 1024","1024x1792":"Portrait - 1024 x 1792","1792x1024":"Landscape - 1792 x 1024","256x256":"Small - 256 x 256","512x512":"Medium - 512 x 512"},le=q().map(d=>({value:d,label:ne[d]||d})),oe=[{value:"realistic",label:"Realistic"},{value:"illustration",label:"Illustration"},{value:"3D render",label:"3D Render"},{value:"minimalist",label:"Minimalist"},{value:"cartoon",label:"Cartoon"}],c=[{value:"webp",label:"WEBP"},{value:"jpg",label:"JPG"},{value:"png",label:"PNG"}];return e.jsxs("article",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/3",children:[e.jsxs("div",{className:"relative p-5 pb-6",children:[r&&e.jsx("div",{className:"mb-4 inline-flex h-10 w-10 items-center justify-center",children:r}),e.jsx("h3",{className:"mb-2 text-base font-semibold text-gray-800 dark:text-white/90",children:t}),s&&e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400",children:s})]}),e.jsx("div",{className:"border-t border-gray-200 p-5 dark:border-gray-800",children:e.jsxs("div",{className:"space-y-5",children:[e.jsxs("div",{className:"flex items-center gap-3 rounded-lg bg-blue-50 px-4 py-3 dark:bg-blue-900/20",children:[e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",className:"text-blue-600 dark:text-blue-400",children:e.jsx("path",{d:"M10 2L3 7V17C3 17.5304 3.21071 18.0391 3.58579 18.4142C3.96086 18.7893 4.46957 19 5 19H15C15.5304 19 16.0391 18.7893 16.4142 18.4142C16.7893 18.0391 17 17.5304 17 17V7L10 2Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),e.jsxs("div",{children:[e.jsx("p",{className:"text-xs font-medium text-blue-600 dark:text-blue-400",children:"Provider & Model"}),e.jsx("p",{className:"text-sm font-semibold text-blue-900 dark:text-blue-200",children:X()})]})]}),e.jsxs("div",{children:[e.jsx("label",{className:"mb-2 block text-sm font-medium text-gray-700 dark:text-gray-300",children:"Prompt Description *"}),e.jsx("textarea",{value:g,onChange:d=>u(d.target.value),rows:6,className:"w-full rounded-lg border border-gray-300 px-4 py-3 text-sm focus:border-blue-500 focus:outline-none focus:ring-2 focus:ring-blue-500/20 dark:border-gray-700 dark:bg-gray-800 dark:text-white",placeholder:"Describe the visual elements, style, mood, and composition you want in the image..."}),e.jsx("p",{className:"mt-1 text-xs text-gray-500 dark:text-gray-400",children:"Describe the visual elements, style, mood, and composition you want in the image."})]}),e.jsxs("div",{children:[e.jsx("label",{className:"mb-2 block text-sm font-medium text-gray-700 dark:text-gray-300",children:"Negative Prompt"}),e.jsx("textarea",{value:w,onChange:d=>C(d.target.value),rows:2,className:"w-full rounded-lg border border-gray-300 px-4 py-3 text-sm focus:border-blue-500 focus:outline-none focus:ring-2 focus:ring-blue-500/20 dark:border-gray-700 dark:bg-gray-800 dark:text-white",placeholder:"Describe what you DON'T want in the image..."}),e.jsx("p",{className:"mt-1 text-xs text-gray-500 dark:text-gray-400",children:"Specify elements to avoid in the generated image (text, watermarks, logos, etc.)."})]}),e.jsxs("div",{className:"grid grid-cols-3 gap-4",children:[e.jsxs("div",{children:[e.jsx("label",{className:"mb-2 block text-sm font-medium text-gray-700 dark:text-gray-300",children:"Image Type"}),e.jsx("select",{value:S,onChange:d=>m(d.target.value),className:"w-full rounded-lg border border-gray-300 px-4 py-2.5 text-sm focus:border-blue-500 focus:outline-none focus:ring-2 focus:ring-blue-500/20 dark:border-gray-700 dark:bg-gray-800 dark:text-white",children:oe.map(d=>e.jsx("option",{value:d.value,children:d.label},d.value))})]}),e.jsxs("div",{children:[e.jsx("label",{className:"mb-2 block text-sm font-medium text-gray-700 dark:text-gray-300",children:"Image Size"}),e.jsx("select",{value:y,onChange:d=>f(d.target.value),className:"w-full rounded-lg border border-gray-300 px-4 py-2.5 text-sm focus:border-blue-500 focus:outline-none focus:ring-2 focus:ring-blue-500/20 dark:border-gray-700 dark:bg-gray-800 dark:text-white",children:le.map(d=>e.jsx("option",{value:d.value,children:d.label},d.value))})]}),e.jsxs("div",{children:[e.jsx("label",{className:"mb-2 block text-sm font-medium text-gray-700 dark:text-gray-300",children:"Image Format"}),e.jsx("select",{value:N,onChange:d=>_(d.target.value),className:"w-full rounded-lg border border-gray-300 px-4 py-2.5 text-sm focus:border-blue-500 focus:outline-none focus:ring-2 focus:ring-blue-500/20 dark:border-gray-700 dark:bg-gray-800 dark:text-white",children:c.map(d=>e.jsx("option",{value:d.value,children:d.label},d.value))})]})]}),e.jsx("div",{className:"flex justify-end",children:e.jsx(b,{onClick:V,disabled:l||!g.trim(),className:"inline-flex items-center gap-2 px-6 py-2.5",children:l?e.jsxs(e.Fragment,{children:[e.jsxs("svg",{className:"h-4 w-4 animate-spin",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",children:[e.jsx("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),e.jsx("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})]}),"Generating..."]}):e.jsxs(e.Fragment,{children:[e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[e.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}),e.jsx("circle",{cx:"9",cy:"9",r:"2"}),e.jsx("path",{d:"M21 15l-3.086-3.086a2 2 0 00-2.828 0L6 21"})]}),"Generate Image"]})})})]})}),M&&e.jsx("div",{className:"mt-4 rounded-lg border border-red-200 bg-red-50 p-4 dark:border-red-800 dark:bg-red-900/20",children:e.jsx("p",{className:"text-sm text-red-600 dark:text-red-400",children:M})})]})}function os({title:t,description:s,icon:a,generatedImage:r,error:i}){const[l,n]=o.useState(r),[g,u]=o.useState(i);return o.useEffect(()=>{const w=S=>{n(S.detail),u(null)},C=S=>{u(S.detail),n(null)};return window.addEventListener("imageGenerated",w),window.addEventListener("imageGenerationError",C),()=>{window.removeEventListener("imageGenerated",w),window.removeEventListener("imageGenerationError",C)}},[]),o.useEffect(()=>{n(r)},[r]),o.useEffect(()=>{u(i)},[i]),e.jsxs("article",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/3",children:[e.jsxs("div",{className:"relative p-5 pb-6",children:[a&&e.jsx("div",{className:"mb-4 inline-flex h-10 w-10 items-center justify-center",children:a}),e.jsx("h3",{className:"mb-2 text-base font-semibold text-gray-800 dark:text-white/90",children:t}),s&&e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400",children:s})]}),e.jsx("div",{className:"border-t border-gray-200 p-5 dark:border-gray-800",children:g?e.jsxs("div",{className:"flex flex-col items-center justify-center py-12 text-center",children:[e.jsx("div",{className:"mb-4 rounded-full bg-red-100 p-4 dark:bg-red-900/20",children:e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"text-red-600 dark:text-red-400",children:[e.jsx("path",{d:"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"}),e.jsx("line",{x1:"12",y1:"9",x2:"12",y2:"13"}),e.jsx("line",{x1:"12",y1:"17",x2:"12.01",y2:"17"})]})}),e.jsx("h4",{className:"mb-2 text-lg font-semibold text-gray-800 dark:text-white",children:"Generation Failed"}),e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400",children:g})]}):l!=null&&l.url?e.jsxs("div",{className:"space-y-5",children:[e.jsx("div",{className:"overflow-hidden rounded-lg border border-gray-200 dark:border-gray-700",children:e.jsx("img",{src:l.url,alt:"Generated image",className:"w-full object-contain",style:{maxHeight:"400px"}})}),e.jsxs("div",{className:"space-y-3 rounded-lg bg-gray-50 p-4 dark:bg-gray-800/50",children:[e.jsx("h4",{className:"text-sm font-semibold text-gray-800 dark:text-white",children:"Image Details"}),e.jsxs("div",{className:"grid grid-cols-2 gap-3 text-sm",children:[e.jsxs("div",{children:[e.jsx("span",{className:"font-medium text-gray-600 dark:text-gray-400",children:"Size:"}),e.jsxs("span",{className:"ml-2 text-gray-800 dark:text-white",children:[l.size||"1024x1024"," pixels"]})]}),e.jsxs("div",{children:[e.jsx("span",{className:"font-medium text-gray-600 dark:text-gray-400",children:"Format:"}),e.jsx("span",{className:"ml-2 text-gray-800 dark:text-white",children:l.format||"WEBP"})]}),e.jsxs("div",{children:[e.jsx("span",{className:"font-medium text-gray-600 dark:text-gray-400",children:"Model:"}),e.jsx("span",{className:"ml-2 text-gray-800 dark:text-white",children:l.model||"DALL·E 3"})]}),l.cost&&e.jsxs("div",{children:[e.jsx("span",{className:"font-medium text-gray-600 dark:text-gray-400",children:"Cost:"}),e.jsx("span",{className:"ml-2 text-gray-800 dark:text-white",children:l.cost})]})]}),l.revised_prompt&&e.jsxs("div",{className:"mt-3 border-t border-gray-200 pt-3 dark:border-gray-700",children:[e.jsx("p",{className:"mb-2 text-xs font-medium text-gray-600 dark:text-gray-400",children:"Revised Prompt:"}),e.jsx("p",{className:"text-xs text-gray-700 dark:text-gray-300",children:l.revised_prompt})]}),l.negative_prompt&&e.jsxs("div",{className:"mt-3 border-t border-gray-200 pt-3 dark:border-gray-700",children:[e.jsx("p",{className:"mb-2 text-xs font-medium text-gray-600 dark:text-gray-400",children:"Negative Prompt:"}),e.jsx("p",{className:"text-xs text-gray-700 dark:text-gray-300",children:l.negative_prompt})]})]}),e.jsxs("div",{className:"flex gap-3",children:[e.jsxs("a",{href:l.url,target:"_blank",rel:"noopener noreferrer",className:"inline-flex items-center gap-2 rounded-lg border border-gray-300 px-4 py-2 text-sm font-medium text-gray-700 transition-colors hover:bg-gray-50 dark:border-gray-700 dark:text-gray-300 dark:hover:bg-gray-800",children:[e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[e.jsx("path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"}),e.jsx("polyline",{points:"15 3 21 3 21 9"}),e.jsx("line",{x1:"10",y1:"14",x2:"21",y2:"3"})]}),"View Original"]}),e.jsxs("button",{onClick:()=>{navigator.clipboard.writeText(l.url)},className:"inline-flex items-center gap-2 rounded-lg border border-gray-300 px-4 py-2 text-sm font-medium text-gray-700 transition-colors hover:bg-gray-50 dark:border-gray-700 dark:text-gray-300 dark:hover:bg-gray-800",children:[e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[e.jsx("rect",{x:"9",y:"9",width:"13",height:"13",rx:"2",ry:"2"}),e.jsx("path",{d:"M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"})]}),"Copy URL"]})]})]}):e.jsxs("div",{className:"flex flex-col items-center justify-center py-12 text-center",children:[e.jsx("div",{className:"mb-4 rounded-full bg-gray-100 p-4 dark:bg-gray-800",children:e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"text-gray-400 dark:text-gray-500",children:[e.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}),e.jsx("circle",{cx:"9",cy:"9",r:"2"}),e.jsx("path",{d:"M21 15l-3.086-3.086a2 2 0 00-2.828 0L6 21"})]})}),e.jsx("p",{className:"text-sm text-gray-400 dark:text-gray-500",children:'No image generated yet. Fill out the form and click "Generate Image" to create your first AI image.'})]})})]})}function ds({icon:t,title:s,description:a,validationStatus:r,onSettings:i,onDetails:l}){const n=Q(),g=Lt({resourceId:"image_generation",getEndpoint:"/v1/system/settings/integrations/{id}/",saveEndpoint:"/v1/system/settings/integrations/{id}/save/",initialEnabled:!1,onToggleSuccess:_=>{n.success(`Image generation service ${_?"enabled":"disabled"}`)},onToggleError:_=>{n.error(`Failed to update image generation service: ${_.message}`)}}),u=g.enabled,w=g.loading,[C,S]=o.useState({}),m="https://api.igny8.com/api";o.useEffect(()=>{(async()=>{try{const j=await fetch(`${m}/v1/system/settings/integrations/image_generation/`,{credentials:"include"});if(j.ok){const F=await j.json();F.success&&F.data&&S(F.data)}}catch(j){console.error("Error loading image settings:",j)}})()},[m,u]);const y=_=>{g.toggle(_)},f=()=>{const _=C.service||"openai";if(_==="openai"){const j=C.model||"dall-e-3";return`OpenAI ${{"dall-e-3":"DALL·E 3","dall-e-2":"DALL·E 2","gpt-image-1":"GPT Image 1 (Full)","gpt-image-1-mini":"GPT Image 1 Mini"}[j]||j}`}else if(_==="runware"){const j=C.runwareModel||"runware:97@1";return`Runware ${{"runware:97@1":"HiDream-I1 Full","runware:gen3a_turbo":"Gen3a Turbo","runware:gen3a":"Gen3a"}[j]||j}`}return"Not configured"},N=()=>(C.service,!(C.model||C.runwareModel)||r==="not_configured"||r==="pending"?"text-gray-400 dark:text-gray-500":"text-black dark:text-white");return e.jsxs("article",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/3",children:[e.jsxs("div",{className:"relative p-5 pb-9",children:[e.jsx("div",{className:"mb-5 inline-flex h-10 w-10 items-center justify-center",children:t}),e.jsx("h3",{className:"mb-3 text-lg font-semibold text-gray-800 dark:text-white/90",children:s}),e.jsx("p",{className:"max-w-xs text-sm text-gray-500 dark:text-gray-400",children:a}),e.jsx("div",{className:"absolute top-5 right-5 h-fit",children:e.jsx("p",{className:`text-lg font-semibold ${N()} transition-colors duration-200`,children:f()})})]}),e.jsxs("div",{className:"flex items-center justify-between border-t border-gray-200 p-5 dark:border-gray-800",children:[e.jsxs("div",{className:"flex gap-3",children:[e.jsx(b,{variant:"outline",size:"md",onClick:i,className:"shadow-theme-xs inline-flex h-11 w-11 items-center justify-center rounded-lg border border-gray-300 text-gray-700 dark:border-gray-700 dark:text-gray-400",children:e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",children:[e.jsx("path",{d:"M5.64615 4.59906C5.05459 4.25752 4.29808 4.46015 3.95654 5.05171L2.69321 7.23986C2.35175 7.83128 2.5544 8.58754 3.14582 8.92899C3.97016 9.40493 3.97017 10.5948 3.14583 11.0707C2.55441 11.4122 2.35178 12.1684 2.69323 12.7598L3.95657 14.948C4.2981 15.5395 5.05461 15.7422 5.64617 15.4006C6.4706 14.9247 7.50129 15.5196 7.50129 16.4715C7.50129 17.1545 8.05496 17.7082 8.73794 17.7082H11.2649C11.9478 17.7082 12.5013 17.1545 12.5013 16.4717C12.5013 15.5201 13.5315 14.9251 14.3556 15.401C14.9469 15.7423 15.7029 15.5397 16.0443 14.9485L17.3079 12.7598C17.6494 12.1684 17.4467 11.4121 16.8553 11.0707C16.031 10.5948 16.031 9.40494 16.8554 8.92902C17.4468 8.58757 17.6494 7.83133 17.3079 7.23992L16.0443 5.05123C15.7029 4.45996 14.9469 4.25737 14.3556 4.59874C13.5315 5.07456 12.5013 4.47961 12.5013 3.52798C12.5013 2.84515 11.9477 2.2915 11.2649 2.2915L8.73795 2.2915C8.05496 2.2915 7.50129 2.84518 7.50129 3.52816C7.50129 4.48015 6.47059 5.07505 5.64615 4.59906Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e.jsx("path",{d:"M12.5714 9.99977C12.5714 11.4196 11.4204 12.5706 10.0005 12.5706C8.58069 12.5706 7.42969 11.4196 7.42969 9.99977C7.42969 8.57994 8.58069 7.42894 10.0005 7.42894C11.4204 7.42894 12.5714 8.57994 12.5714 9.99977Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})}),e.jsx(b,{variant:"outline",size:"md",onClick:l,className:"shadow-theme-xs inline-flex h-11 items-center justify-center rounded-lg border border-gray-300 px-4 py-3 text-sm font-medium text-gray-700 dark:border-gray-700 dark:text-gray-400",children:"Details"})]}),e.jsx(Re,{label:"",checked:u,disabled:w,onChange:y})]})]})}const J=({variant:t,title:s,message:a,showLink:r=!1,linkHref:i="#",linkText:l="Learn more"})=>{const n={success:{container:"border-b-2 border-success-500 bg-success-50 dark:border-success-500/30 dark:bg-success-500/15",icon:"text-success-500"},error:{container:"border-b-2 border-error-500 bg-error-50 dark:border-error-500/30 dark:bg-error-500/15",icon:"text-error-500"},warning:{container:"border-b-2 border-warning-500 bg-warning-50 dark:border-warning-500/30 dark:bg-warning-500/15",icon:"text-warning-500"},info:{container:"border-b-2 border-blue-light-500 bg-blue-light-50 dark:border-blue-light-500/30 dark:bg-blue-light-500/15",icon:"text-blue-light-500"}},g={success:e.jsx("svg",{className:"fill-current",width:"24",height:"24",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.70186 12.0001C3.70186 7.41711 7.41711 3.70186 12.0001 3.70186C16.5831 3.70186 20.2984 7.41711 20.2984 12.0001C20.2984 16.5831 16.5831 20.2984 12.0001 20.2984C7.41711 20.2984 3.70186 16.5831 3.70186 12.0001ZM12.0001 1.90186C6.423 1.90186 1.90186 6.423 1.90186 12.0001C1.90186 17.5772 6.423 22.0984 12.0001 22.0984C17.5772 22.0984 22.0984 17.5772 22.0984 12.0001C22.0984 6.423 17.5772 1.90186 12.0001 1.90186ZM15.6197 10.7395C15.9712 10.388 15.9712 9.81819 15.6197 9.46672C15.2683 9.11525 14.6984 9.11525 14.347 9.46672L11.1894 12.6243L9.6533 11.0883C9.30183 10.7368 8.73198 10.7368 8.38051 11.0883C8.02904 11.4397 8.02904 12.0096 8.38051 12.3611L10.553 14.5335C10.7217 14.7023 10.9507 14.7971 11.1894 14.7971C11.428 14.7971 11.657 14.7023 11.8257 14.5335L15.6197 10.7395Z"})}),error:e.jsx("svg",{className:"fill-current",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.3499 12.0004C20.3499 16.612 16.6115 20.3504 11.9999 20.3504C7.38832 20.3504 3.6499 16.612 3.6499 12.0004C3.6499 7.38881 7.38833 3.65039 11.9999 3.65039C16.6115 3.65039 20.3499 7.38881 20.3499 12.0004ZM11.9999 22.1504C17.6056 22.1504 22.1499 17.6061 22.1499 12.0004C22.1499 6.3947 17.6056 1.85039 11.9999 1.85039C6.39421 1.85039 1.8499 6.3947 1.8499 12.0004C1.8499 17.6061 6.39421 22.1504 11.9999 22.1504ZM13.0008 16.4753C13.0008 15.923 12.5531 15.4753 12.0008 15.4753L11.9998 15.4753C11.4475 15.4753 10.9998 15.923 10.9998 16.4753C10.9998 17.0276 11.4475 17.4753 11.9998 17.4753L12.0008 17.4753C12.5531 17.4753 13.0008 17.0276 13.0008 16.4753ZM11.9998 6.62898C12.414 6.62898 12.7498 6.96476 12.7498 7.37898L12.7498 13.0555C12.7498 13.4697 12.414 13.8055 11.9998 13.8055C11.5856 13.8055 11.2498 13.4697 11.2498 13.0555L11.2498 7.37898C11.2498 6.96476 11.5856 6.62898 11.9998 6.62898Z",fill:"#F04438"})}),warning:e.jsx("svg",{className:"fill-current",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.6501 12.0001C3.6501 7.38852 7.38852 3.6501 12.0001 3.6501C16.6117 3.6501 20.3501 7.38852 20.3501 12.0001C20.3501 16.6117 16.6117 20.3501 12.0001 20.3501C7.38852 20.3501 3.6501 16.6117 3.6501 12.0001ZM12.0001 1.8501C6.39441 1.8501 1.8501 6.39441 1.8501 12.0001C1.8501 17.6058 6.39441 22.1501 12.0001 22.1501C17.6058 22.1501 22.1501 17.6058 22.1501 12.0001C22.1501 6.39441 17.6058 1.8501 12.0001 1.8501ZM10.9992 7.52517C10.9992 8.07746 11.4469 8.52517 11.9992 8.52517H12.0002C12.5525 8.52517 13.0002 8.07746 13.0002 7.52517C13.0002 6.97289 12.5525 6.52517 12.0002 6.52517H11.9992C11.4469 6.52517 10.9992 6.97289 10.9992 7.52517ZM12.0002 17.3715C11.586 17.3715 11.2502 17.0357 11.2502 16.6215V10.945C11.2502 10.5308 11.586 10.195 12.0002 10.195C12.4144 10.195 12.7502 10.5308 12.7502 10.945V16.6215C12.7502 17.0357 12.4144 17.3715 12.0002 17.3715Z",fill:""})}),info:e.jsx("svg",{className:"fill-current",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.6501 11.9996C3.6501 7.38803 7.38852 3.64961 12.0001 3.64961C16.6117 3.64961 20.3501 7.38803 20.3501 11.9996C20.3501 16.6112 16.6117 20.3496 12.0001 20.3496C7.38852 20.3496 3.6501 16.6112 3.6501 11.9996ZM12.0001 1.84961C6.39441 1.84961 1.8501 6.39392 1.8501 11.9996C1.8501 17.6053 6.39441 22.1496 12.0001 22.1496C17.6058 22.1496 22.1501 17.6053 22.1501 11.9996C22.1501 6.39392 17.6058 1.84961 12.0001 1.84961ZM10.9992 7.52468C10.9992 8.07697 11.4469 8.52468 11.9992 8.52468H12.0002C12.5525 8.52468 13.0002 8.07697 13.0002 7.52468C13.0002 6.9724 12.5525 6.52468 12.0002 6.52468H11.9992C11.4469 6.52468 10.9992 6.9724 10.9992 7.52468ZM12.0002 17.371C11.586 17.371 11.2502 17.0352 11.2502 16.621V10.9445C11.2502 10.5303 11.586 10.1945 12.0002 10.1945C12.4144 10.1945 12.7502 10.5303 12.7502 10.9445V16.621C12.7502 17.0352 12.4144 17.371 12.0002 17.371Z",fill:""})})};return e.jsx("div",{className:`rounded-xl p-4 ${n[t].container}`,children:e.jsxs("div",{className:"flex items-start gap-3",children:[e.jsx("div",{className:`-mt-0.5 ${n[t].icon}`,children:g[t]}),e.jsxs("div",{children:[e.jsx("h4",{className:"mb-1 text-sm font-semibold text-gray-800 dark:text-white/90",children:s}),e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 whitespace-pre-line",children:a}),r&&e.jsx(Tt,{to:i,className:"inline-block mt-3 text-sm font-medium text-gray-500 underline dark:text-gray-400",children:l})]})]})})},Ae=()=>e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"40",height:"40",viewBox:"0 0 40 40",fill:"none",children:[e.jsx("path",{d:"M12.321 24.9775C11.9035 24.3455 12.9535 23.389 12.5264 22.5859C12.2802 22.1227 11.8779 21.8341 11.3946 21.7735C10.9308 21.7153 10.4531 21.8851 10.1486 22.2169C9.66775 22.7401 9.59299 23.4523 9.68599 23.7043C9.72002 23.7967 9.77351 23.8219 9.81181 23.8273C10.0737 23.8618 10.221 23.1897 10.3115 23.0497C10.5614 22.6639 11.129 22.5471 11.5211 22.8007C12.2643 23.2814 11.6198 24.0584 11.6754 24.7147C11.7295 25.3537 12.1277 25.6105 12.4851 25.6375C12.8328 25.6507 13.0759 25.4575 13.1373 25.3165C13.2845 24.9799 12.6644 25.4975 12.321 24.9775Z",fill:"#0C111D"}),e.jsx("path",{d:"M27.8512 19.1761C27.6563 19.1492 27.4432 19.1498 27.2215 19.1761C27.0532 18.9637 26.9024 18.6199 26.8173 18.2185C26.6659 17.5045 26.6817 16.9873 27.1042 16.9201C27.5266 16.8529 27.7309 17.2849 27.8822 17.9989C27.9837 18.4789 27.9643 18.9199 27.8512 19.1761Z",fill:"#0C111D"}),e.jsx("path",{d:"M23.2243 19.6009C23.241 19.7626 23.2469 19.9262 23.2422 20.0769C23.6509 20.1009 23.9405 20.295 24.0175 20.4182C24.0571 20.4818 24.0412 20.5232 24.0285 20.5424C23.9862 20.6082 23.8955 20.598 23.7055 20.5767C23.5396 20.5581 23.3609 20.5417 23.1752 20.5503C23.0742 20.8602 22.7745 20.8892 22.564 20.66C22.417 20.7048 22.1281 20.8892 22.0421 20.6888C22.0413 20.5893 22.1453 20.4447 22.3337 20.317C22.2051 20.0718 22.1189 19.8092 22.068 19.5373C21.801 19.5854 21.5607 19.6602 21.3725 19.7188C21.284 19.7464 20.9343 19.9044 20.8933 19.7263C20.8659 19.6033 21.0574 19.4005 21.2598 19.2541C21.486 19.0935 21.7369 18.9794 21.997 18.9135C21.9914 18.5263 22.0902 18.2561 22.3716 18.2113C22.7204 18.1558 22.9366 18.4244 23.0863 18.9218C23.5079 19.0389 23.9289 19.3294 24.1148 19.6297C24.1871 19.7461 24.2011 19.8361 24.1543 19.8835C24.0375 20.0046 23.3901 19.6535 23.2243 19.6009Z",fill:"#0C111D"}),e.jsx("path",{d:"M25.9967 21.3415C26.2641 21.4711 26.5583 21.4201 26.6544 21.2275C26.7504 21.0349 26.6112 20.7739 26.3438 20.6443C26.0763 20.5147 25.7821 20.5657 25.6861 20.7583C25.5901 20.9509 25.7292 21.2119 25.9967 21.3415Z",fill:"#0C111D"}),e.jsx("path",{d:"M27.3132 20.3851C27.3181 20.0905 27.4986 19.8553 27.7156 19.8589C27.9326 19.8631 28.1046 20.1043 28.0998 20.3983C28.0949 20.6923 27.9144 20.9275 27.6974 20.9239C27.4804 20.9203 27.3084 20.6791 27.3132 20.3851Z",fill:"#0C111D"}),e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M33.1978 23.9929C33.196 23.9868 33.202 24.0079 33.1978 23.9929C33.6336 23.9929 34.318 24.4873 34.318 25.6819C34.318 26.8705 33.8184 28.2169 33.7004 28.5157C31.9006 32.7733 27.605 35.1433 22.4882 34.9933C17.7179 34.8535 13.6497 32.3689 11.8693 28.3183C10.7928 28.3195 9.68291 27.8521 8.83923 27.1141C7.94996 26.3365 7.40169 25.3303 7.29471 24.2809C7.21144 23.4637 7.31294 22.7035 7.57249 22.0405L6.5726 21.2041C1.99679 17.3906 16.3084 1.68861 20.8854 5.6294C20.9085 5.6492 22.4427 7.13479 22.4463 7.13839C24.6532 6.21344 30.5665 4.45236 30.5731 8.55199C30.5755 9.91338 29.6966 11.501 28.2882 12.9416C29.9158 14.4315 29.4867 16.5479 29.7458 18.4897L30.3111 18.6445C31.3888 18.9427 32.1553 19.3405 32.5303 19.7293C32.9054 20.1175 33.0914 20.4937 33.1589 20.9347C33.2221 21.2905 33.2136 21.9187 32.7382 22.6213C32.9094 23.0746 33.0656 23.5264 33.1978 23.9929ZM11.7885 27.2137C11.9483 27.2173 12.107 27.2071 12.2626 27.1807C13.9347 26.8993 14.3724 25.1065 14.097 23.3461C13.7858 21.3583 12.4237 20.6575 11.4991 20.6077C11.242 20.5945 11.0031 20.6173 10.8062 20.6563C9.15591 20.9845 8.22409 22.3705 8.40766 24.1705C8.5736 25.7995 10.2427 27.1729 11.7885 27.2137ZM8.05086 21.1447C8.6046 20.3509 9.50967 19.7767 10.5369 19.5793C11.8444 16.115 14.0277 12.923 16.9174 10.7264C19.0619 8.96058 21.3747 7.69399 21.3747 7.69399C21.3747 7.69399 20.1292 6.26839 19.753 6.16339C17.4389 5.5466 12.4413 8.94858 9.25013 13.4438C7.95908 15.2624 6.11064 18.4831 6.99444 20.1397C7.10324 20.3449 7.7202 20.8723 8.05086 21.1447ZM26.8118 26.4181C26.8154 26.4553 26.7924 26.4937 26.7589 26.5075C26.7589 26.5075 24.8995 27.3613 21.9461 26.4595C22.0523 27.3448 23.1259 27.6803 23.8759 27.8017C27.5357 28.4233 30.9573 26.3575 31.7274 25.8373C31.8596 25.748 31.7258 25.9776 31.7019 26.0113C30.7591 27.2119 28.2244 28.6021 24.9269 28.6015C23.4888 28.6009 22.0512 28.1011 21.5236 27.3325C20.7048 26.1403 21.4829 24.3997 22.8475 24.5809C25.1541 24.838 27.5188 24.6448 29.6541 23.6665C31.5159 22.8133 32.2191 21.8749 32.1134 21.1147C31.9493 19.9366 30.2026 19.7524 29.3197 19.4659C28.9356 19.3405 28.7459 19.2403 28.7028 18.5269C28.6839 18.2155 28.6292 17.129 28.6092 16.6796C28.5739 15.893 28.4779 14.8172 27.802 14.3732C27.6257 14.2574 27.43 14.2016 27.2239 14.1908C27.0596 14.1829 26.9622 14.2055 26.9098 14.2176C26.8981 14.2204 26.8886 14.2226 26.8811 14.2238C26.5161 14.285 26.2925 14.4697 26.0287 14.6874C26.0135 14.7 25.9982 14.7126 25.9827 14.7254C25.1396 15.419 24.4279 15.5324 23.6358 15.4988C23.3892 15.4884 23.135 15.4638 22.8668 15.4378C22.6201 15.4139 22.3617 15.3889 22.0865 15.3728L21.7503 15.3536C20.424 15.2864 19.0017 16.4168 18.7652 18.0223C18.5011 19.8145 19.5028 20.9122 20.1542 21.6261C20.3152 21.8025 20.4548 21.9555 20.5486 22.0897C20.6088 22.1707 20.6787 22.2847 20.6787 22.3933C20.6787 22.5229 20.5936 22.6255 20.5103 22.7131C19.1573 24.0865 18.7245 26.2687 19.2345 28.0873C19.2983 28.3141 19.3792 28.5313 19.4746 28.7389C20.6708 31.4983 24.3823 32.7835 28.0074 31.6147C30.5481 30.7955 32.7929 28.8159 33.25 26.0851C33.3588 25.3735 33.199 25.0987 32.9814 24.9661C32.751 24.8263 32.475 24.8749 32.475 24.8749C32.475 24.8749 32.3492 24.0247 31.993 23.2519C30.936 24.0751 29.5756 24.6535 28.5399 24.9469C26.8804 25.4168 25.0879 25.5998 23.373 25.3782C22.6775 25.2883 22.2102 25.228 22.0099 25.8703C24.2972 26.6971 26.7182 26.3431 26.7182 26.3431C26.765 26.3383 26.8069 26.3719 26.8118 26.4181ZM20.2125 10.3736C18.9616 11.0054 17.5648 12.1304 16.4305 13.4246C16.3904 13.4708 16.45 13.5344 16.4992 13.499C17.479 12.7952 18.8224 12.1412 20.5821 11.7176C22.5533 11.243 24.451 11.4422 25.6101 11.7044C25.6685 11.7176 25.7049 11.6186 25.6533 11.5898C24.8874 11.1656 23.7118 10.8776 22.8779 10.8716C22.8371 10.871 22.814 10.8242 22.8384 10.7918C22.9824 10.6004 23.18 10.4114 23.3605 10.2746C23.4006 10.2434 23.3763 10.1792 23.3252 10.1822C22.2878 10.2451 19.9183 11.3255 19.9268 11.2862C19.9876 10.9982 20.1791 10.6178 20.2781 10.4402C20.3019 10.3982 20.2557 10.352 20.2125 10.3736Z",fill:"#0C111D"})]}),kt=()=>e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"40",height:"40",viewBox:"0 0 40 40",fill:"none",children:[e.jsx("rect",{width:"40",height:"40",rx:"8",fill:"#625DF5"}),e.jsx("path",{d:"M20 12L28 20L20 28L12 20L20 12Z",fill:"white"})]});function cs(){var V,X,ne,le,oe;const t=Q(),[s,a]=o.useState({openai:{id:"openai",enabled:!1,apiKey:"",model:"gpt-4.1"},runware:{id:"runware",enabled:!1,apiKey:""},image_generation:{id:"image_generation",enabled:!1,service:"openai",provider:"openai",model:"dall-e-3",runwareModel:"runware:97@1",image_type:"realistic",max_in_article_images:2,image_format:"webp",desktop_enabled:!0,mobile_enabled:!0,featured_image_size:"1024x1024",desktop_image_size:"1024x1024"}}),[r,i]=o.useState(null),[l,n]=o.useState(!1),[g,u]=o.useState(!1),[w,C]=o.useState(!1),[S,m]=o.useState(!1),[y,f]=o.useState({openai:"not_configured",runware:"not_configured",image_generation:"not_configured"}),N=o.useCallback(async(c,d,h,L)=>{const v="https://api.igny8.com/api";if(!["openai","runware"].includes(c))return;if(!(h&&h.trim()!=="")||!d){f(I=>({...I,[c]:"not_configured"}));return}f(I=>({...I,[c]:"pending"}));try{const I={apiKey:h};c==="openai"&&(I.config={model:L||"gpt-4.1",with_response:!1});const P=await fetch(`${v}/v1/system/settings/integrations/${c}/test/`,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify(I)}),K=await P.json();P.ok&&K.success?f(H=>({...H,[c]:"success"})):(console.error(`Validation failed for ${c}:`,K.error||K.message),f(H=>({...H,[c]:"error"})))}catch(I){console.error(`Error validating ${c}:`,I),f(P=>({...P,[c]:"error"}))}},[]),_=o.useCallback(async()=>{a(c=>(["openai","runware"].forEach(d=>{const h=c[d];if(!h)return;const L=h.enabled===!0,v=h.apiKey,D=h.model;N(d,L,v,D)}),c))},[N]);o.useEffect(()=>{j()},[]),o.useEffect(()=>{if(!Object.values(s).some(h=>h.apiKey!==void 0||h.enabled!==void 0))return;const d=setTimeout(()=>{_()},500);return()=>clearTimeout(d)},[s.openai.enabled,s.runware.enabled,s.openai.apiKey,s.runware.apiKey]);const j=async()=>{try{const c="https://api.igny8.com/api",h=["openai","runware","image_generation"].map(async v=>{try{const D=await fetch(`${c}/v1/system/settings/integrations/${v}/`,{credentials:"include"});if(D.ok){const I=await D.json();if(I.success&&I.data)return{id:v,config:I.data}}return{id:v,config:null}}catch(D){return console.error(`Error loading ${v} settings:`,D),{id:v,config:null}}}),L=await Promise.all(h);a(v=>{const D={...v};return L.forEach(({id:I,config:P})=>{P&&v[I]&&(D[I]={...v[I],...P,enabled:P.enabled!==void 0?P.enabled:v[I].enabled})}),D})}catch(c){console.error("Error loading integration settings:",c)}},F=c=>{i(c),u(!0)},$=c=>{i(c),n(!0)},q=async()=>{if(!r)return;if(r!=="openai"&&r!=="runware"){t.warning("Connection testing is only available for OpenAI and Runware");return}const c=s[r],d=c.apiKey;if(!d){t.error("Please enter an API key first");return}m(!0),r&&f(h=>({...h,[r]:"pending"}));try{const h=await ee(`/v1/system/settings/integrations/${r}/test/`,{method:"POST",body:JSON.stringify({apiKey:d,config:c})});if(h.success)t.success(h.message||"API connection test successful!"),h.response&&t.info(`Response: ${h.response}`),h.tokens_used&&t.info(`Tokens used: ${h.tokens_used}`),r&&f(L=>({...L,[r]:"success"}));else throw new Error(h.error||"Connection test failed")}catch(h){console.error("Error testing connection:",h),t.error(`Connection test failed: ${h.message||"Unknown error"}`),r&&f(L=>({...L,[r]:"error"}))}finally{m(!1)}},G=async()=>{if(r){C(!0);try{const c=s[r];let d={...c};if(r==="image_generation"){const P=c.service||"openai",K=P==="openai"?c.model||"dall-e-3":c.runwareModel||"runware:97@1",H=M(P,K),Y=H.length>0?H[0].value:"1024x1024",x=H.length>0?H[0].value:"1024x1024";d={...c,provider:c.service||c.provider||"openai",model:P==="openai"?c.model||"dall-e-3":P==="runware"?c.runwareModel||"runware:97@1":c.model,image_type:c.image_type||"realistic",max_in_article_images:c.max_in_article_images||2,image_format:c.image_format||"webp",desktop_enabled:c.desktop_enabled!==void 0?c.desktop_enabled:!0,mobile_enabled:c.mobile_enabled!==void 0?c.mobile_enabled:!0,featured_image_size:c.featured_image_size||Y,desktop_image_size:c.desktop_image_size||x}}const L=`https://api.igny8.com/api/v1/system/settings/integrations/${r}/save/`,v=await fetch(L,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",body:JSON.stringify(d)});if(!(v.headers.get("content-type")||"").includes("application/json")){const P=await v.text();if(P.trim().startsWith("<!DOCTYPE")||P.trim().startsWith("<html"))throw new Error(`Server returned HTML instead of JSON. This usually means the endpoint doesn't exist (404). Response: ${P.substring(0,200)}`)}let I;try{const P=await v.text();I=P?JSON.parse(P):{}}catch{const K=await v.text();throw new Error(`Failed to parse response as JSON. Response was: ${K.substring(0,200)}`)}if(!v.ok)throw new Error(I.error||`HTTP ${v.status}: ${v.statusText}`);if(I.success)t.success(I.message||"Settings saved successfully"),u(!1),setTimeout(()=>{j().then(()=>{setTimeout(()=>_(),300)}).catch(P=>{console.error("Error reloading settings after save:",P)})},100);else throw new Error(I.error||"Failed to save settings")}catch(c){console.error("Error saving integration settings:",c),t.error(`Failed to save settings: ${c.message||"Unknown error"}`)}finally{C(!1)}}},T=c=>{const d=s[c];if(c==="openai")return[{label:"App Name",value:"OpenAI API"},{label:"API Key",value:d.apiKey?`${d.apiKey.substring(0,20)}...`:"Not configured"},{label:"Model",value:d.model||"Not set"}];if(c==="runware")return[{label:"App Name",value:"Runware API"},{label:"API Key",value:d.apiKey?`${d.apiKey.substring(0,20)}...`:"Not configured"}];if(c==="image_generation"){const h=d.service||"openai",L=h==="openai"?d.model||"Not set":d.runwareModel||"Not set";return[{label:"Service",value:h==="openai"?"OpenAI":"Runware"},{label:"Model",value:L}]}return[]},M=o.useCallback((c,d)=>{if(c==="runware")return[{value:"1280x832",label:"1280×832 pixels - $0.009",price:.009},{value:"1024x1024",label:"1024×1024 pixels - $0.009",price:.009},{value:"512x512",label:"512×512 pixels - $0.006",price:.006}];if(c==="openai"){if(d==="dall-e-2")return[{value:"256x256",label:"256×256 pixels - $0.016",price:.016},{value:"512x512",label:"512×512 pixels - $0.018",price:.018},{value:"1024x1024",label:"1024×1024 pixels - $0.02",price:.02}];if(d==="dall-e-3")return[{value:"1024x1024",label:"1024×1024 pixels - $0.04",price:.04}]}return[{value:"1024x1024",label:"1024×1024 pixels",price:0}]},[]),W=o.useCallback(c=>{const d=s[c];if(c==="openai")return[{key:"apiKey",label:"OpenAI API Key",type:"password",value:d.apiKey||"",onChange:h=>{a({...s,[c]:{...d,apiKey:h}})},placeholder:"Enter your OpenAI API key",required:!0},{key:"model",label:"AI Model",type:"select",value:d.model||"gpt-4.1",onChange:h=>{a({...s,[c]:{...d,model:h}})},options:[{value:"gpt-4.1",label:"GPT-4.1 - $2.00 / $8.00 per 1M tokens"},{value:"gpt-4o-mini",label:"GPT-4o mini - $0.15 / $0.60 per 1M tokens"},{value:"gpt-4o",label:"GPT-4o - $2.50 / $10.00 per 1M tokens"}]}];if(c==="runware")return[{key:"apiKey",label:"Runware API Key",type:"password",value:d.apiKey||"",onChange:h=>{a({...s,[c]:{...d,apiKey:h}})},placeholder:"Enter your Runware API key",required:!0}];if(c==="image_generation"){const h=d.service||"openai",L=[{key:"service",label:"Image Generation Service",type:"select",value:h,onChange:v=>{a({...s,[c]:{...d,service:v,model:v==="openai"?"dall-e-3":void 0,runwareModel:v==="runware"?"runware:97@1":void 0}})},options:[{value:"openai",label:"OpenAI - Multiple models available"},{value:"runware",label:"Runware - $0.009 per image"}]}];return h==="openai"?L.push({key:"model",label:"OpenAI Image Model",type:"select",value:d.model||"dall-e-3",onChange:v=>{a({...s,[c]:{...d,model:v}})},options:[{value:"dall-e-3",label:"DALL·E 3 - $0.040 per image"},{value:"dall-e-2",label:"DALL·E 2 - $0.020 per image"}]}):h==="runware"&&L.push({key:"runwareModel",label:"Runware Model",type:"select",value:d.runwareModel||"runware:97@1",onChange:v=>{a({...s,[c]:{...d,runwareModel:v}})},options:[{value:"runware:97@1",label:"HiDream-I1 Full - $0.009 per image"},{value:"runware:gen3a_turbo",label:"Gen3a Turbo - $0.009 per image"},{value:"runware:gen3a",label:"Gen3a - $0.009 per image"}]}),L.push({key:"image_type",label:"Image Type",type:"select",value:d.image_type||"realistic",onChange:v=>{a({...s,[c]:{...d,image_type:v}})},options:[{value:"realistic",label:"Realistic"},{value:"artistic",label:"Artistic"},{value:"cartoon",label:"Cartoon"}]},{key:"max_in_article_images",label:"Max In-Article Images",type:"select",value:String(d.max_in_article_images||2),onChange:v=>{a({...s,[c]:{...d,max_in_article_images:parseInt(v)}})},options:[{value:"1",label:"1 Image"},{value:"2",label:"2 Images"},{value:"3",label:"3 Images"},{value:"4",label:"4 Images"},{value:"5",label:"5 Images"}]},{key:"image_format",label:"Image Format",type:"select",value:d.image_format||"webp",onChange:v=>{a({...s,[c]:{...d,image_format:v}})},options:[{value:"webp",label:"WEBP"},{value:"jpg",label:"JPG"},{value:"png",label:"PNG"}]}),L}return[]},[s]);o.useEffect(()=>{if(r!=="image_generation"||!g)return;const c=s[r];if(!c)return;const d=c.service||"openai",h=d==="openai"?c.model||"dall-e-3":c.runwareModel||"runware:97@1",L=M(d,h);if(L.length>0){const v=L[0].value,D=c.featured_image_size,I=c.desktop_image_size,P=L.map(H=>H.value);(!D||!P.includes(D)||!I||!P.includes(I))&&a({...s,[r]:{...c,featured_image_size:P.includes(D||"")?D:v,desktop_image_size:P.includes(I||"")?I:v}})}},[(V=s[r])==null?void 0:V.service,(X=s[r])==null?void 0:X.model,(ne=s[r])==null?void 0:ne.runwareModel,r,g,M]);const z=o.useMemo(()=>{var c,d,h,L,v,D,I,P,K,H;if(!(r!=="image_generation"||!g))try{const Y=W(r),x=Y.find(R=>R.key==="service"),E=((c=s[r])==null?void 0:c.service)||"openai",U=Y.find(R=>E==="openai"?R.key==="model":R.key==="runwareModel"),Z=Y.find(R=>R.key==="max_in_article_images"),se=Y.find(R=>R.key==="image_type"),te=Y.find(R=>R.key==="image_format");return e.jsxs("div",{className:"space-y-4",children:[e.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[x&&e.jsxs("div",{children:[e.jsxs(re,{className:"mb-2",children:[x.label,x.required&&e.jsx("span",{className:"text-error-500 ml-1",children:"*"})]}),e.jsx(ue,{options:x.options||[],placeholder:x.placeholder||x.label,value:x.value||"",onChange:R=>x.onChange(R),className:"w-full"})]}),U&&e.jsxs("div",{children:[e.jsxs(re,{className:"mb-2",children:[U.label,U.required&&e.jsx("span",{className:"text-error-500 ml-1",children:"*"})]}),e.jsx(ue,{options:U.options||[],placeholder:U.placeholder||U.label,value:U.value||"",onChange:R=>U.onChange(R),className:"w-full"})]})]}),e.jsxs("div",{className:"space-y-3",children:[e.jsx(re,{className:"block text-sm font-medium text-gray-700 dark:text-gray-300",children:"Max Images"}),e.jsxs("div",{className:"p-3 rounded-lg border border-gray-200 dark:border-gray-700 bg-gradient-to-r from-purple-500 to-blue-500 text-white",children:[e.jsxs("div",{className:"flex items-center justify-between mb-2",children:[e.jsx("div",{className:"font-medium",children:"Featured Image"}),e.jsx("div",{className:"text-xs bg-white/20 px-2 py-1 rounded",children:"Always Enabled"})]}),e.jsx("div",{className:"w-full [&_.igny8-select-styled]:bg-white/10 [&_.igny8-select-styled]:border-white/20 [&_.igny8-select-styled]:text-white [&_.igny8-select-styled]:placeholder:text-white/70 [&_.igny8-select-styled]:focus:border-white/40 [&_.igny8-select-styled]:focus:ring-white/20",children:e.jsx(ue,{options:M(E,E==="openai"?((d=s[r])==null?void 0:d.model)||"dall-e-3":((h=s[r])==null?void 0:h.runwareModel)||"runware:97@1"),value:((L=s[r])==null?void 0:L.featured_image_size)||"1024x1024",onChange:R=>{a({...s,[r]:{...s[r],featured_image_size:R}})},className:"w-full"})})]})]}),e.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[e.jsxs("div",{className:"p-3 rounded-lg border border-gray-200 dark:border-gray-700 space-y-2",children:[e.jsxs("div",{className:"flex items-center gap-3",children:[e.jsx(bt,{checked:((v=s[r])==null?void 0:v.desktop_enabled)!==!1,onChange:R=>{a({...s,[r]:{...s[r],desktop_enabled:R}})}}),e.jsx(re,{className:"font-medium text-gray-700 dark:text-gray-300",children:"Desktop Images"})]}),((D=s[r])==null?void 0:D.desktop_enabled)!==!1&&e.jsx(ue,{options:M(E,E==="openai"?((I=s[r])==null?void 0:I.model)||"dall-e-3":((P=s[r])==null?void 0:P.runwareModel)||"runware:97@1"),value:((K=s[r])==null?void 0:K.desktop_image_size)||"1024x1024",onChange:R=>{a({...s,[r]:{...s[r],desktop_image_size:R}})},className:"w-full"})]}),e.jsxs("div",{className:"flex items-center gap-3 p-3 rounded-lg border border-gray-200 dark:border-gray-700",children:[e.jsx(bt,{checked:((H=s[r])==null?void 0:H.mobile_enabled)!==!1,onChange:R=>{a({...s,[r]:{...s[r],mobile_enabled:R}})}}),e.jsxs("div",{children:[e.jsx(re,{className:"font-medium text-gray-700 dark:text-gray-300",children:"Mobile Images"}),e.jsx("div",{className:"text-xs text-gray-500 dark:text-gray-400",children:"512×512 pixels"})]})]})]}),e.jsxs("div",{className:"grid grid-cols-3 gap-4",children:[Z&&e.jsxs("div",{children:[e.jsxs(re,{className:"mb-2",children:[Z.label,Z.required&&e.jsx("span",{className:"text-error-500 ml-1",children:"*"})]}),e.jsx(ue,{options:Z.options||[],placeholder:Z.placeholder||Z.label,value:Z.value||"",onChange:R=>Z.onChange(R),className:"w-full"})]}),se&&e.jsxs("div",{children:[e.jsxs(re,{className:"mb-2",children:[se.label,se.required&&e.jsx("span",{className:"text-error-500 ml-1",children:"*"})]}),e.jsx(ue,{options:se.options||[],placeholder:se.placeholder||se.label,value:se.value||"",onChange:R=>se.onChange(R),className:"w-full"})]}),te&&e.jsxs("div",{children:[e.jsxs(re,{className:"mb-2",children:[te.label,te.required&&e.jsx("span",{className:"text-error-500 ml-1",children:"*"})]}),e.jsx(ue,{options:te.options||[],placeholder:te.placeholder||te.label,value:te.value||"",onChange:R=>te.onChange(R),className:"w-full"})]})]})]})}catch(Y){return console.error("Error rendering image generation form:",Y),e.jsx("div",{className:"text-error-500",children:"Error loading form. Please refresh the page."})}},[r,s,g,W]);return e.jsxs(e.Fragment,{children:[e.jsx(A,{title:"API Integration - IGNY8",description:"External integrations"}),e.jsxs("div",{className:"space-y-8",children:[e.jsxs("div",{className:"grid grid-cols-1 gap-6 sm:grid-cols-2 xl:grid-cols-3",children:[e.jsxs("div",{className:"space-y-5",children:[e.jsx(vt,{icon:e.jsx(Ae,{}),title:"OpenAI",description:"AI-powered content generation and analysis with DALL-E image generation",validationStatus:y.openai,integrationId:"openai",onToggleSuccess:(c,d)=>{const h=(d==null?void 0:d.apiKey)||s.openai.apiKey,L=(d==null?void 0:d.model)||s.openai.model;N("openai",c,h,L)},onSettings:()=>F("openai"),onDetails:()=>$("openai")}),e.jsx(wt,{title:"OpenAI API Validation",description:"Two-way response validation with actual request and response testing",integrationId:"openai",icon:e.jsx(Ae,{})})]}),e.jsxs("div",{className:"space-y-5",children:[e.jsx(vt,{icon:e.jsx(kt,{}),title:"Runware",description:"High-quality AI image generation with Runware's models ($0.009 per image)",validationStatus:y.runware,integrationId:"runware",modelName:((le=s.image_generation)==null?void 0:le.service)==="runware"&&s.image_generation.runwareModel?{"runware:97@1":"HiDream-I1 Full","runware:gen3a_turbo":"Gen3a Turbo","runware:gen3a":"Gen3a"}[s.image_generation.runwareModel]||s.image_generation.runwareModel:void 0,onToggleSuccess:(c,d)=>{const h=(d==null?void 0:d.apiKey)||s.runware.apiKey;N("runware",c,h)},onSettings:()=>F("runware"),onDetails:()=>$("runware")}),e.jsx(wt,{title:"Runware API Validation",description:"Using 128x128 image generation request for connection testing",integrationId:"runware",icon:e.jsx(kt,{})})]}),e.jsxs("div",{className:"space-y-5",children:[e.jsx(ds,{icon:e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"40",height:"40",viewBox:"0 0 40 40",fill:"none",children:[e.jsx("rect",{width:"40",height:"40",rx:"8",fill:"#9333EA"}),e.jsx("path",{d:"M12 16L20 10L28 16V28C28 28.5304 27.7893 29.0391 27.4142 29.4142C27.0391 29.7893 26.5304 30 26 30H14C13.4696 30 12.9609 29.7893 12.5858 29.4142C12.2107 29.0391 12 28.5304 12 28V16Z",stroke:"white",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.jsx("path",{d:"M16 30V20H24V30",stroke:"white",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]}),title:"Image Generation Service",description:"Default image generation service and model selection for app-wide use",validationStatus:y.image_generation,onSettings:()=>F("image_generation"),onDetails:()=>$("image_generation")}),e.jsx(J,{variant:"info",title:"AI Integration & Image Generation Testing",message:`Configure and test your AI integrations on this page. + Set up OpenAI and Runware API keys, validate connections, and test image generation with different models and parameters. + Before you start, please read the documentation for each integration. + + Make sure to use the correct API keys and models for each integration.`})]})]}),e.jsxs("div",{className:"grid grid-cols-1 gap-6 lg:grid-cols-2",children:[e.jsx(ls,{title:"Generate Image",description:"Configure image generation parameters",integrationId:"openai",icon:e.jsx(Ae,{})}),e.jsx(os,{title:"Generated Image",description:"AI-generated image results",icon:e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"40",height:"40",viewBox:"0 0 40 40",fill:"none",children:[e.jsx("rect",{width:"40",height:"40",rx:"8",fill:"#10B981"}),e.jsx("path",{d:"M12 16L20 10L28 16V28C28 28.5304 27.7893 29.0391 27.4142 29.4142C27.0391 29.7893 26.5304 30 26 30H14C13.4696 30 12.9609 29.7893 12.5858 29.4142C12.2107 29.0391 12 28.5304 12 28V16Z",stroke:"white",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.jsx("path",{d:"M16 30V20H24V30",stroke:"white",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]})})]})]}),e.jsx(be,{isOpen:l,onClose:()=>n(!1),className:"max-w-2xl",children:e.jsxs("div",{className:"p-6",children:[e.jsx("h3",{className:"text-lg font-semibold mb-2 text-gray-800 dark:text-white",children:"Integration details"}),e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mb-6",children:"Check the credentials and settings for your connected app."}),e.jsx("div",{className:"space-y-4",children:r&&T(r).map((c,d)=>e.jsxs("div",{className:"flex justify-between items-start border-b border-gray-200 dark:border-gray-700 pb-3",children:[e.jsx("span",{className:"text-sm font-medium text-gray-700 dark:text-gray-300",children:c.label}),e.jsx("span",{className:"text-sm text-gray-900 dark:text-white text-right max-w-xs break-words",children:c.value})]},d))}),e.jsx("div",{className:"flex justify-end mt-6",children:e.jsx(b,{variant:"outline",onClick:()=>n(!1),children:"Close"})})]})}),r&&e.jsx(e.Fragment,{children:e.jsx(we,{isOpen:g,onClose:()=>u(!1),onSubmit:G,title:"Integration settings",fields:W(r),submitLabel:"Save Changes",cancelLabel:"Close",isLoading:w,customBody:z,customFooter:r==="openai"||r==="runware"?e.jsxs("div",{className:"flex justify-between items-center pt-4",children:[e.jsx(b,{type:"button",variant:"secondary",onClick:()=>{q()},disabled:S||w||!((oe=s[r])!=null&&oe.apiKey),className:"flex items-center gap-2",children:S?"Testing...":"Test Connection"}),e.jsxs("div",{className:"flex gap-3",children:[e.jsx(b,{type:"button",variant:"outline",onClick:()=>u(!1),disabled:w||S,children:"Close"}),e.jsx(b,{type:"submit",variant:"primary",disabled:w||S,children:w?"Saving...":"Save Changes"})]})]}):void 0})})]})}const br=Object.freeze(Object.defineProperty({__proto__:null,default:cs},Symbol.toStringTag,{value:"Module"}));function xs({site:t,icon:s,onToggle:a,onSettings:r,onDetails:i,isToggling:l=!1}){const n=C=>{a(t.id,C)},g=()=>t.is_active?"bg-green-500 dark:bg-green-600":"bg-gray-400 dark:bg-gray-500",w=t.is_active?{text:"Active",color:"text-green-600 dark:text-green-400",bold:!0}:{text:"Inactive",color:"text-gray-400 dark:text-gray-500",bold:!1};return e.jsxs("article",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/3",children:[e.jsxs("div",{className:"relative p-5 pb-9",children:[e.jsx("div",{className:"mb-5 inline-flex h-10 w-10 items-center justify-center",children:s}),e.jsx("h3",{className:"mb-3 text-lg font-semibold text-gray-800 dark:text-white/90",children:t.name}),e.jsx("p",{className:"max-w-xs text-sm text-gray-500 dark:text-gray-400 mb-2",children:t.description||"No description"}),t.domain&&e.jsx("p",{className:"text-xs text-gray-400 dark:text-gray-500 mb-2",children:t.domain}),e.jsxs("div",{className:"flex items-center gap-2 mb-2 flex-wrap",children:[t.industry_name&&e.jsx(k,{variant:"light",color:"info",className:"text-xs",children:t.industry_name}),e.jsxs(k,{variant:"light",color:"info",className:"text-xs",children:[t.active_sectors_count," / 5 Sectors"]}),t.status&&e.jsx(k,{variant:"light",color:t.status==="active"?"success":"dark",className:"text-xs",children:t.status})]}),e.jsxs("div",{className:"absolute top-5 right-5 flex items-center gap-2",children:[e.jsx("span",{className:`text-sm ${w.color} ${w.bold?"font-bold":""} transition-colors duration-200`,children:w.text}),e.jsx("div",{className:`w-[25px] h-[25px] rounded-full ${g()} transition-colors duration-200`,title:t.is_active?"Active site":"Inactive site"})]})]}),e.jsxs("div",{className:"flex items-center justify-between border-t border-gray-200 p-5 dark:border-gray-800",children:[e.jsxs("div",{className:"flex gap-3",children:[e.jsx(b,{variant:"outline",size:"md",onClick:()=>r(t),className:"shadow-theme-xs inline-flex h-11 w-11 items-center justify-center rounded-lg border border-gray-300 text-gray-700 dark:border-gray-700 dark:text-gray-400",children:e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",children:[e.jsx("path",{d:"M5.64615 4.59906C5.05459 4.25752 4.29808 4.46015 3.95654 5.05171L2.69321 7.23986C2.35175 7.83128 2.5544 8.58754 3.14582 8.92899C3.97016 9.40493 3.97017 10.5948 3.14583 11.0707C2.55441 11.4122 2.35178 12.1684 2.69323 12.7598L3.95657 14.948C4.2981 15.5395 5.05461 15.7422 5.64617 15.4006C6.4706 14.9247 7.50129 15.5196 7.50129 16.4715C7.50129 17.1545 8.05496 17.7082 8.73794 17.7082H11.2649C11.9478 17.7082 12.5013 17.1545 12.5013 16.4717C12.5013 15.5201 13.5315 14.9251 14.3556 15.401C14.9469 15.7423 15.7029 15.5397 16.0443 14.9485L17.3079 12.7598C17.6494 12.1684 17.4467 11.4121 16.8553 11.0707C16.031 10.5948 16.031 9.40494 16.8554 8.92902C17.4468 8.58757 17.6494 7.83133 17.3079 7.23992L16.0443 5.05123C15.7029 4.45996 14.9469 4.25737 14.3556 4.59874C13.5315 5.07456 12.5013 4.47961 12.5013 3.52798C12.5013 2.84515 11.9477 2.2915 11.2649 2.2915L8.73795 2.2915C8.05496 2.2915 7.50129 2.84518 7.50129 3.52816C7.50129 4.48015 6.47059 5.07505 5.64615 4.59906Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e.jsx("path",{d:"M12.5714 9.99977C12.5714 11.4196 11.4204 12.5706 10.0005 12.5706C8.58069 12.5706 7.42969 11.4196 7.42969 9.99977C7.42969 8.57994 8.58069 7.42894 10.0005 7.42894C11.4204 7.42894 12.5714 8.57994 12.5714 9.99977Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})}),e.jsx(b,{variant:"outline",size:"md",onClick:()=>i(t),className:"shadow-theme-xs inline-flex h-11 items-center justify-center rounded-lg border border-gray-300 px-4 py-3 text-sm font-medium text-gray-700 dark:border-gray-700 dark:text-gray-400",children:"Details"})]}),e.jsx(Re,{label:"",checked:t.is_active,disabled:l,onChange:n})]})]})}const Nt=()=>e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"40",height:"40",viewBox:"0 0 40 40",fill:"none",children:[e.jsx("rect",{width:"40",height:"40",rx:"8",fill:"#3B82F6"}),e.jsx("path",{d:"M12 16L20 10L28 16V28C28 28.5304 27.7893 29.0391 27.4142 29.4142C27.0391 29.7893 26.5304 30 26 30H14C13.4696 30 12.9609 29.7893 12.5858 29.4142C12.2107 29.0391 12 28.5304 12 28V16Z",stroke:"white",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.jsx("path",{d:"M16 30V20H24V30",stroke:"white",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]});function ms(){var Y;const t=Q(),[s,a]=o.useState([]),[r,i]=o.useState(!0),[l,n]=o.useState(null),[g,u]=o.useState(!1),[w,C]=o.useState(!1),[S,m]=o.useState(!1),[y,f]=o.useState(!1),[N,_]=o.useState(null),[j,F]=o.useState([]),[$,q]=o.useState(""),[G,T]=o.useState([]),[M,W]=o.useState(!1),[z,V]=o.useState({name:"",domain:"",description:"",is_active:!0});o.useEffect(()=>{X(),ne()},[]);const X=async()=>{try{i(!0);const x=await zt();a(x.results||[])}catch(x){t.error(`Failed to load sites: ${x.message}`)}finally{i(!1)}},ne=async()=>{try{const x=await _t();F(x.industries||[])}catch(x){t.error(`Failed to load industries: ${x.message}`)}},le=async(x,E)=>{if(N!==null){t.error("Please wait for the current operation to complete");return}try{_(x),E?(await ft(x),t.success("Site activated successfully")):s.find(Z=>Z.id===x)&&(await Ce(x,{is_active:!1}),t.success("Site deactivated successfully")),await X()}catch(U){t.error(`Failed to update site: ${U.message}`)}finally{_(null)}},oe=x=>{n(x),C(!0),c(x)},c=async x=>{try{const U=(await Ft(x.id)).map(Z=>Z.slug);if(T(U),x.industry_slug)q(x.industry_slug);else for(const Z of j)if(Z.sectors.filter(te=>U.includes(te.slug)).length>0){q(Z.slug);break}}catch(E){console.error("Failed to load site sectors:",E)}},d=x=>{n(x),V({name:x.name||"",domain:x.domain||"",description:x.description||"",is_active:x.is_active||!1}),m(!0)},h=async()=>{if(l)try{f(!0);const x={...z,domain:z.domain?v(z.domain):z.domain};await Ce(l.id,x),t.success("Site updated successfully"),m(!1),await X()}catch(x){t.error(`Failed to update site: ${x.message}`)}finally{f(!1)}},L=()=>{n(null),V({name:"",domain:"",description:"",is_active:!0}),u(!0)},v=x=>{if(!x||!x.trim())return x;const E=x.trim();return E.startsWith("https://")?E:E.startsWith("http://")?E.replace("http://","https://"):`https://${E}`},D=async()=>{try{f(!0);const x={...z,domain:z.domain?v(z.domain):z.domain};if(l)await Ce(l.id,x),t.success("Site updated successfully");else{const E=await Ot({...x,is_active:x.is_active||!1});t.success("Site created successfully"),(s.length===0||x.is_active)&&await ft(E.id)}u(!1),n(null),V({name:"",domain:"",description:"",is_active:!1}),await X()}catch(x){t.error(`Failed to save site: ${x.message}`)}finally{f(!1)}},I=async()=>{if(!l||!$||G.length===0){t.error("Please select an industry and at least one sector");return}if(G.length>5){t.error("Maximum 5 sectors allowed per site");return}try{W(!0);const x=await Et(l.id,$,G);t.success(x.message||"Sectors selected successfully"),C(!1),await X()}catch(x){t.error(`Failed to select sectors: ${x.message}`)}finally{W(!1)}},P=async x=>{if(window.confirm(`Are you sure you want to delete "${x.name}"? This action cannot be undone.`))try{await Bt(x.id),t.success("Site deleted successfully"),await X(),S&&m(!1)}catch(E){t.error(`Failed to delete site: ${E.message}`)}},K=()=>[{key:"name",label:"Site Name",type:"text",value:z.name,onChange:x=>V({...z,name:x}),required:!0,placeholder:"Enter site name"},{key:"domain",label:"Domain",type:"text",value:z.domain,onChange:x=>V({...z,domain:x}),required:!1,placeholder:"example.com (https:// will be added automatically)"},{key:"description",label:"Description",type:"textarea",value:z.description,onChange:x=>V({...z,description:x}),required:!1,placeholder:"Enter site description",rows:4},{key:"is_active",label:"Set as Active Site",type:"select",value:z.is_active?"true":"false",onChange:x=>V({...z,is_active:x==="true"}),required:!1,options:[{value:"true",label:"Active"},{value:"false",label:"Inactive"}]}],H=()=>{if(!$)return[];const x=j.find(E=>E.slug===$);return(x==null?void 0:x.sectors)||[]};return r?e.jsx("div",{className:"flex h-screen items-center justify-center",children:e.jsxs("div",{className:"text-center",children:[e.jsx("div",{className:"mb-4 h-8 w-8 animate-spin rounded-full border-4 border-gray-300 border-t-blue-600 mx-auto"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400",children:"Loading sites..."})]})}):e.jsxs(e.Fragment,{children:[e.jsx(A,{title:"Sites Management",description:"Manage your sites and configure industries and sectors"}),e.jsxs("div",{className:"space-y-8",children:[e.jsxs("div",{className:"flex items-center justify-between",children:[e.jsxs("div",{children:[e.jsx("h1",{className:"text-2xl font-bold text-gray-900 dark:text-white",children:"Sites Management"}),e.jsx("p",{className:"mt-1 text-sm text-gray-500 dark:text-gray-400",children:"Manage your sites, configure industries, and select sectors. Multiple sites can be active simultaneously."})]}),e.jsx(b,{onClick:L,variant:"primary",children:"+ Add Site"})]}),e.jsx(J,{variant:"info",title:"Sites Configuration",message:"Each site can have up to 5 sectors selected from 15 major industries. Keywords and clusters are automatically associated with sectors. Multiple sites can be active simultaneously."}),s.length===0?e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white p-12 text-center dark:border-gray-800 dark:bg-white/3",children:[e.jsx(Nt,{}),e.jsx("h3",{className:"mt-4 text-lg font-semibold text-gray-900 dark:text-white",children:"No sites yet"}),e.jsx("p",{className:"mt-2 text-sm text-gray-500 dark:text-gray-400",children:"Create your first site to get started"}),e.jsx(b,{onClick:L,variant:"primary",className:"mt-4",children:"Create Site"})]}):e.jsx("div",{className:"grid grid-cols-1 gap-6 sm:grid-cols-2 xl:grid-cols-3",children:s.map(x=>e.jsx(xs,{site:x,icon:e.jsx(Nt,{}),onToggle:le,onSettings:oe,onDetails:d,isToggling:N===x.id},x.id))}),e.jsx(we,{isOpen:g,onClose:()=>{u(!1),n(null),V({name:"",domain:"",description:"",is_active:!1})},onSubmit:D,title:l?"Edit Site":"Create New Site",submitLabel:l?"Update Site":"Create Site",fields:K(),isLoading:y}),e.jsx(we,{isOpen:w,onClose:()=>C(!1),onSubmit:I,title:l?`Configure Sectors for ${l.name}`:"Configure Sectors",submitLabel:M?"Saving...":"Save Sectors",cancelLabel:"Cancel",isLoading:M,className:"max-w-2xl",customBody:e.jsxs("div",{className:"space-y-6",children:[e.jsxs("div",{children:[e.jsx("label",{className:"block text-sm font-medium text-gray-700 dark:text-gray-300 mb-2",children:"Select Industry"}),e.jsxs("select",{value:$,onChange:x=>{q(x.target.value),T([])},className:"h-9 w-full rounded-lg border border-gray-300 bg-transparent px-3 py-2 text-sm shadow-theme-xs text-gray-800 placeholder:text-gray-400 focus:border-brand-300 focus:outline-hidden focus:ring-3 focus:ring-brand-500/10 dark:border-gray-700 dark:bg-gray-900 dark:text-white/90 dark:placeholder:text-white/30 dark:focus:border-brand-800",children:[e.jsx("option",{value:"",children:"Select an industry..."}),j.map(x=>e.jsx("option",{value:x.slug,children:x.name},x.slug))]}),$&&e.jsx("p",{className:"mt-1 text-xs text-gray-500 dark:text-gray-400",children:(Y=j.find(x=>x.slug===$))==null?void 0:Y.description})]}),$&&e.jsxs("div",{children:[e.jsx("label",{className:"block text-sm font-medium text-gray-700 dark:text-gray-300 mb-2",children:"Select Sectors (max 5)"}),e.jsx("div",{className:"space-y-2 max-h-64 overflow-y-auto border border-gray-200 rounded-lg p-4 dark:border-gray-700",children:H().map(x=>e.jsxs("label",{className:"flex items-start space-x-3 p-3 rounded-lg hover:bg-gray-50 dark:hover:bg-gray-800 cursor-pointer",children:[e.jsx("input",{type:"checkbox",checked:G.includes(x.slug),onChange:E=>{if(E.target.checked){if(G.length>=5){t.error("Maximum 5 sectors allowed per site");return}T([...G,x.slug])}else T(G.filter(U=>U!==x.slug))},className:"mt-1 h-4 w-4 rounded border-gray-300 text-blue-600 focus:ring-blue-500"}),e.jsxs("div",{className:"flex-1",children:[e.jsx("div",{className:"font-medium text-sm text-gray-900 dark:text-white",children:x.name}),e.jsx("div",{className:"text-xs text-gray-500 dark:text-gray-400 mt-1",children:x.description})]})]},x.slug))}),e.jsxs("p",{className:"mt-2 text-xs text-gray-500 dark:text-gray-400",children:["Selected: ",G.length," / 5 sectors"]})]})]}),customFooter:e.jsxs("div",{className:"flex justify-end gap-3 pt-4 border-t border-gray-200 dark:border-gray-700",children:[e.jsx(b,{type:"button",variant:"outline",onClick:()=>C(!1),disabled:M,children:"Cancel"}),e.jsx(b,{type:"submit",variant:"primary",disabled:!$||G.length===0||M,children:M?"Saving...":"Save Sectors"})]})}),l&&e.jsx(we,{isOpen:S,onClose:()=>{m(!1),n(null)},onSubmit:h,title:`Edit Site: ${l.name}`,submitLabel:"Save Changes",fields:K(),isLoading:y,customFooter:e.jsxs("div",{className:"flex justify-between items-center pt-4 border-t border-gray-200 dark:border-gray-700",children:[e.jsx(b,{variant:"danger",onClick:()=>{l&&P(l)},disabled:y,children:"Delete Site"}),e.jsxs("div",{className:"flex gap-3",children:[e.jsx(b,{variant:"outline",onClick:()=>{m(!1),n(null)},disabled:y,children:"Cancel"}),e.jsx(b,{variant:"primary",onClick:h,disabled:y,children:y?"Saving...":"Save Changes"})]})]})})]})]})}const fr=Object.freeze(Object.defineProperty({__proto__:null,default:ms},Symbol.toStringTag,{value:"Module"}));function gs(){return e.jsxs(e.Fragment,{children:[e.jsx(A,{title:"Import/Export - IGNY8",description:"Data management"}),e.jsx(p,{title:"Coming Soon",desc:"Data management",children:e.jsxs("div",{className:"text-center py-8",children:[e.jsx("p",{className:"text-gray-600 dark:text-gray-400",children:"Import/Export - Coming Soon"}),e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mt-2",children:"Import and export data, manage backups, and transfer content"})]})})]})}const yr=Object.freeze(Object.defineProperty({__proto__:null,default:gs},Symbol.toStringTag,{value:"Module"}));function us(){const[t,s]=o.useState([]),a=i=>{const l={success:"Success!",error:"Error Occurred",warning:"Warning",info:"Information"},n={success:"Operation completed successfully.",error:"Something went wrong. Please try again.",warning:"Please review this action carefully.",info:"Here's some useful information for you."},g={id:Date.now(),variant:i,title:l[i],message:n[i]};s(u=>[...u,g]),setTimeout(()=>{s(u=>u.filter(w=>w.id!==g.id))},5e3)},r=i=>{s(l=>l.filter(n=>n.id!==i))};return e.jsxs(e.Fragment,{children:[e.jsx(A,{title:"React.js Alerts Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Alerts Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsxs(p,{title:"Interactive Notifications",desc:"Click buttons to add notifications",children:[e.jsxs("div",{className:"flex flex-wrap gap-3 mb-4",children:[e.jsx(b,{onClick:()=>a("success"),variant:"primary",children:"Add Success"}),e.jsx(b,{onClick:()=>a("error"),variant:"primary",children:"Add Error"}),e.jsx(b,{onClick:()=>a("warning"),variant:"primary",children:"Add Warning"}),e.jsx(b,{onClick:()=>a("info"),variant:"primary",children:"Add Info"}),t.length>0&&e.jsx(b,{onClick:()=>s([]),variant:"outline",children:"Clear All"})]}),e.jsx("div",{className:"fixed top-4 right-4 z-50 space-y-2 max-w-md w-full pointer-events-none",children:t.map(i=>e.jsx("div",{className:"pointer-events-auto animate-in slide-in-from-top duration-300",children:e.jsxs("div",{className:"relative",children:[e.jsx(J,{variant:i.variant,title:i.title,message:i.message,showLink:!1}),e.jsx("button",{onClick:()=>r(i.id),className:"absolute top-2 right-2 p-1 rounded-full hover:bg-gray-100 dark:hover:bg-gray-800 text-gray-500 hover:text-gray-700 dark:text-gray-400 dark:hover:text-gray-200",children:e.jsx("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"})})})]})},i.id))})]}),e.jsx(p,{title:"Success Alert",children:e.jsxs("div",{className:"space-y-4",children:[e.jsx(J,{variant:"success",title:"Success Message",message:"Operation completed successfully.",showLink:!0,linkHref:"/",linkText:"Learn more"}),e.jsx(J,{variant:"success",title:"Success Message",message:"Your changes have been saved.",showLink:!1})]})}),e.jsx(p,{title:"Warning Alert",children:e.jsxs("div",{className:"space-y-4",children:[e.jsx(J,{variant:"warning",title:"Warning Message",message:"Be cautious when performing this action.",showLink:!0,linkHref:"/",linkText:"Learn more"}),e.jsx(J,{variant:"warning",title:"Warning Message",message:"This action cannot be undone.",showLink:!1})]})}),e.jsx(p,{title:"Error Alert",children:e.jsxs("div",{className:"space-y-4",children:[e.jsx(J,{variant:"error",title:"Error Message",message:"Something went wrong. Please try again.",showLink:!0,linkHref:"/",linkText:"Learn more"}),e.jsx(J,{variant:"error",title:"Error Message",message:"Failed to save changes. Please check your connection.",showLink:!1})]})}),e.jsx(p,{title:"Info Alert",children:e.jsxs("div",{className:"space-y-4",children:[e.jsx(J,{variant:"info",title:"Info Message",message:"Here's some useful information for you.",showLink:!0,linkHref:"/",linkText:"Learn more"}),e.jsx(J,{variant:"info",title:"Info Message",message:"New features are available. Check them out!",showLink:!1})]})})]})]})}const vr=Object.freeze(Object.defineProperty({__proto__:null,default:us},Symbol.toStringTag,{value:"Module"})),hs={xsmall:"h-6 w-6 max-w-6",small:"h-8 w-8 max-w-8",medium:"h-10 w-10 max-w-10",large:"h-12 w-12 max-w-12",xlarge:"h-14 w-14 max-w-14",xxlarge:"h-16 w-16 max-w-16"},ps={xsmall:"h-1.5 w-1.5 max-w-1.5",small:"h-2 w-2 max-w-2",medium:"h-2.5 w-2.5 max-w-2.5",large:"h-3 w-3 max-w-3",xlarge:"h-3.5 w-3.5 max-w-3.5",xxlarge:"h-4 w-4 max-w-4"},js={online:"bg-success-500",offline:"bg-error-400",busy:"bg-warning-500"},B=({src:t,alt:s="User Avatar",size:a="medium",status:r="none"})=>e.jsxs("div",{className:`relative rounded-full ${hs[a]}`,children:[e.jsx("img",{src:t,alt:s,className:"object-cover rounded-full"}),r!=="none"&&e.jsx("span",{className:`absolute bottom-0 right-0 rounded-full border-[1.5px] border-white dark:border-gray-900 ${ps[a]} ${js[r]||""}`})]});function bs(){return e.jsxs(e.Fragment,{children:[e.jsx(A,{title:"React.js Avatars Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Avatars Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsx(p,{title:"Default Avatar",children:e.jsxs("div",{className:"flex flex-col items-center justify-center gap-5 sm:flex-row",children:[e.jsx(B,{src:"/images/user/user-01.jpg",size:"xsmall"}),e.jsx(B,{src:"/images/user/user-01.jpg",size:"small"}),e.jsx(B,{src:"/images/user/user-01.jpg",size:"medium"}),e.jsx(B,{src:"/images/user/user-01.jpg",size:"large"}),e.jsx(B,{src:"/images/user/user-01.jpg",size:"xlarge"}),e.jsx(B,{src:"/images/user/user-01.jpg",size:"xxlarge"})]})}),e.jsx(p,{title:"Avatar with online indicator",children:e.jsxs("div",{className:"flex flex-col items-center justify-center gap-5 sm:flex-row",children:[e.jsx(B,{src:"/images/user/user-01.jpg",size:"xsmall",status:"online"}),e.jsx(B,{src:"/images/user/user-01.jpg",size:"small",status:"online"}),e.jsx(B,{src:"/images/user/user-01.jpg",size:"medium",status:"online"}),e.jsx(B,{src:"/images/user/user-01.jpg",size:"large",status:"online"}),e.jsx(B,{src:"/images/user/user-01.jpg",size:"xlarge",status:"online"}),e.jsx(B,{src:"/images/user/user-01.jpg",size:"xxlarge",status:"online"})]})}),e.jsx(p,{title:"Avatar with Offline indicator",children:e.jsxs("div",{className:"flex flex-col items-center justify-center gap-5 sm:flex-row",children:[e.jsx(B,{src:"/images/user/user-01.jpg",size:"xsmall",status:"offline"}),e.jsx(B,{src:"/images/user/user-01.jpg",size:"small",status:"offline"}),e.jsx(B,{src:"/images/user/user-01.jpg",size:"medium",status:"offline"}),e.jsx(B,{src:"/images/user/user-01.jpg",size:"large",status:"offline"}),e.jsx(B,{src:"/images/user/user-01.jpg",size:"xlarge",status:"offline"}),e.jsx(B,{src:"/images/user/user-01.jpg",size:"xxlarge",status:"offline"})]})})," ",e.jsx(p,{title:"Avatar with busy indicator",children:e.jsxs("div",{className:"flex flex-col items-center justify-center gap-5 sm:flex-row",children:[e.jsx(B,{src:"/images/user/user-01.jpg",size:"xsmall",status:"busy"}),e.jsx(B,{src:"/images/user/user-01.jpg",size:"small",status:"busy"}),e.jsx(B,{src:"/images/user/user-01.jpg",size:"medium",status:"busy"}),e.jsx(B,{src:"/images/user/user-01.jpg",size:"large",status:"busy"}),e.jsx(B,{src:"/images/user/user-01.jpg",size:"xlarge",status:"busy"}),e.jsx(B,{src:"/images/user/user-01.jpg",size:"xxlarge",status:"busy"})]})})]})]})}const wr=Object.freeze(Object.defineProperty({__proto__:null,default:bs},Symbol.toStringTag,{value:"Module"}));function fs(){return e.jsxs("div",{children:[e.jsx(A,{title:"React.js Badges Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Badges Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsx(p,{title:"With Light Background",children:e.jsxs("div",{className:"flex flex-wrap gap-4 sm:items-center sm:justify-center",children:[e.jsx(k,{variant:"light",color:"primary",children:"Primary"}),e.jsx(k,{variant:"light",color:"success",children:"Success"})," ",e.jsx(k,{variant:"light",color:"error",children:"Error"})," ",e.jsx(k,{variant:"light",color:"warning",children:"Warning"})," ",e.jsx(k,{variant:"light",color:"info",children:"Info"}),e.jsx(k,{variant:"light",color:"light",children:"Light"}),e.jsx(k,{variant:"light",color:"dark",children:"Dark"})]})}),e.jsx(p,{title:"With Solid Background",children:e.jsxs("div",{className:"flex flex-wrap gap-4 sm:items-center sm:justify-center",children:[e.jsx(k,{variant:"solid",color:"primary",children:"Primary"}),e.jsx(k,{variant:"solid",color:"success",children:"Success"})," ",e.jsx(k,{variant:"solid",color:"error",children:"Error"})," ",e.jsx(k,{variant:"solid",color:"warning",children:"Warning"})," ",e.jsx(k,{variant:"solid",color:"info",children:"Info"}),e.jsx(k,{variant:"solid",color:"light",children:"Light"}),e.jsx(k,{variant:"solid",color:"dark",children:"Dark"})]})}),e.jsx(p,{title:"Light Background with Left Icon",children:e.jsxs("div",{className:"flex flex-wrap gap-4 sm:items-center sm:justify-center",children:[e.jsx(k,{variant:"light",color:"primary",startIcon:e.jsx(O,{}),children:"Primary"}),e.jsx(k,{variant:"light",color:"success",startIcon:e.jsx(O,{}),children:"Success"})," ",e.jsx(k,{variant:"light",color:"error",startIcon:e.jsx(O,{}),children:"Error"})," ",e.jsx(k,{variant:"light",color:"warning",startIcon:e.jsx(O,{}),children:"Warning"})," ",e.jsx(k,{variant:"light",color:"info",startIcon:e.jsx(O,{}),children:"Info"}),e.jsx(k,{variant:"light",color:"light",startIcon:e.jsx(O,{}),children:"Light"}),e.jsx(k,{variant:"light",color:"dark",startIcon:e.jsx(O,{}),children:"Dark"})]})}),e.jsx(p,{title:"Solid Background with Left Icon",children:e.jsxs("div",{className:"flex flex-wrap gap-4 sm:items-center sm:justify-center",children:[e.jsx(k,{variant:"solid",color:"primary",startIcon:e.jsx(O,{}),children:"Primary"}),e.jsx(k,{variant:"solid",color:"success",startIcon:e.jsx(O,{}),children:"Success"})," ",e.jsx(k,{variant:"solid",color:"error",startIcon:e.jsx(O,{}),children:"Error"})," ",e.jsx(k,{variant:"solid",color:"warning",startIcon:e.jsx(O,{}),children:"Warning"})," ",e.jsx(k,{variant:"solid",color:"info",startIcon:e.jsx(O,{}),children:"Info"}),e.jsx(k,{variant:"solid",color:"light",startIcon:e.jsx(O,{}),children:"Light"}),e.jsx(k,{variant:"solid",color:"dark",startIcon:e.jsx(O,{}),children:"Dark"})]})}),e.jsx(p,{title:"Light Background with Right Icon",children:e.jsxs("div",{className:"flex flex-wrap gap-4 sm:items-center sm:justify-center",children:[e.jsx(k,{variant:"light",color:"primary",endIcon:e.jsx(O,{}),children:"Primary"}),e.jsx(k,{variant:"light",color:"success",endIcon:e.jsx(O,{}),children:"Success"})," ",e.jsx(k,{variant:"light",color:"error",endIcon:e.jsx(O,{}),children:"Error"})," ",e.jsx(k,{variant:"light",color:"warning",endIcon:e.jsx(O,{}),children:"Warning"})," ",e.jsx(k,{variant:"light",color:"info",endIcon:e.jsx(O,{}),children:"Info"}),e.jsx(k,{variant:"light",color:"light",endIcon:e.jsx(O,{}),children:"Light"}),e.jsx(k,{variant:"light",color:"dark",endIcon:e.jsx(O,{}),children:"Dark"})]})}),e.jsx(p,{title:"Solid Background with Right Icon",children:e.jsxs("div",{className:"flex flex-wrap gap-4 sm:items-center sm:justify-center",children:[e.jsx(k,{variant:"solid",color:"primary",endIcon:e.jsx(O,{}),children:"Primary"}),e.jsx(k,{variant:"solid",color:"success",endIcon:e.jsx(O,{}),children:"Success"})," ",e.jsx(k,{variant:"solid",color:"error",endIcon:e.jsx(O,{}),children:"Error"})," ",e.jsx(k,{variant:"solid",color:"warning",endIcon:e.jsx(O,{}),children:"Warning"})," ",e.jsx(k,{variant:"solid",color:"info",endIcon:e.jsx(O,{}),children:"Info"}),e.jsx(k,{variant:"solid",color:"light",endIcon:e.jsx(O,{}),children:"Light"}),e.jsx(k,{variant:"solid",color:"dark",endIcon:e.jsx(O,{}),children:"Dark"})]})})]})]})}const kr=Object.freeze(Object.defineProperty({__proto__:null,default:fs},Symbol.toStringTag,{value:"Module"})),Ct=({items:t,className:s=""})=>e.jsx("nav",{className:s,children:e.jsx("ol",{className:"flex items-center gap-1.5",children:t.map((a,r)=>e.jsxs("li",{className:"flex items-center gap-1.5",children:[r>0&&e.jsx("svg",{className:"stroke-current text-gray-400",width:"17",height:"16",viewBox:"0 0 17 16",fill:"none",children:e.jsx("path",{d:"M6.0765 12.667L10.2432 8.50033L6.0765 4.33366",stroke:"",strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round"})}),a.path&&r<t.length-1?e.jsxs(Tt,{to:a.path,className:"inline-flex items-center gap-1.5 text-sm text-gray-500 dark:text-gray-400 hover:text-gray-700 dark:hover:text-gray-300",children:[a.icon&&e.jsx("span",{children:a.icon}),a.label]}):e.jsxs("span",{className:"text-sm text-gray-800 dark:text-white/90",children:[a.icon&&e.jsx("span",{className:"mr-1.5",children:a.icon}),a.label]})]},r))})});function ys(){return e.jsxs(e.Fragment,{children:[e.jsx(A,{title:"React.js Breadcrumb Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Breadcrumb Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsx(p,{title:"Default Breadcrumb",children:e.jsx(Ct,{items:[{label:"Home",path:"/"},{label:"UI Elements",path:"/ui-elements"},{label:"Breadcrumb"}]})}),e.jsx(p,{title:"Breadcrumb with Icon",children:e.jsx(Ct,{items:[{label:"Home",path:"/",icon:e.jsx("svg",{className:"w-4 h-4",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{d:"M10.707 2.293a1 1 0 00-1.414 0l-7 7a1 1 0 001.414 1.414L4 10.414V17a1 1 0 001 1h2a1 1 0 001-1v-2a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 001 1h2a1 1 0 001-1v-6.586l.293.293a1 1 0 001.414-1.414l-7-7z"})})},{label:"UI Elements",path:"/ui-elements"},{label:"Breadcrumb"}]})})]})]})}const Nr=Object.freeze(Object.defineProperty({__proto__:null,default:ys},Symbol.toStringTag,{value:"Module"}));function vs(){return e.jsxs("div",{children:[e.jsx(A,{title:"React.js Buttons Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Buttons Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsx(p,{title:"Primary Button",children:e.jsxs("div",{className:"flex items-center gap-5",children:[e.jsx(b,{size:"sm",variant:"primary",children:"Button Text"}),e.jsx(b,{size:"md",variant:"primary",children:"Button Text"})]})}),e.jsx(p,{title:"Primary Button with Left Icon",children:e.jsxs("div",{className:"flex items-center gap-5",children:[e.jsx(b,{size:"sm",variant:"primary",startIcon:e.jsx(xe,{className:"size-5"}),children:"Button Text"}),e.jsx(b,{size:"md",variant:"primary",startIcon:e.jsx(xe,{className:"size-5"}),children:"Button Text"})]})}),e.jsx(p,{title:"Primary Button with Right Icon",children:e.jsxs("div",{className:"flex items-center gap-5",children:[e.jsx(b,{size:"sm",variant:"primary",endIcon:e.jsx(xe,{className:"size-5"}),children:"Button Text"}),e.jsx(b,{size:"md",variant:"primary",endIcon:e.jsx(xe,{className:"size-5"}),children:"Button Text"})]})}),e.jsx(p,{title:"Secondary Button",children:e.jsxs("div",{className:"flex items-center gap-5",children:[e.jsx(b,{size:"sm",variant:"outline",children:"Button Text"}),e.jsx(b,{size:"md",variant:"outline",children:"Button Text"})]})}),e.jsx(p,{title:"Outline Button with Left Icon",children:e.jsxs("div",{className:"flex items-center gap-5",children:[e.jsx(b,{size:"sm",variant:"outline",startIcon:e.jsx(xe,{className:"size-5"}),children:"Button Text"}),e.jsx(b,{size:"md",variant:"outline",startIcon:e.jsx(xe,{className:"size-5"}),children:"Button Text"})]})})," ",e.jsx(p,{title:"Outline Button with Right Icon",children:e.jsxs("div",{className:"flex items-center gap-5",children:[e.jsx(b,{size:"sm",variant:"outline",endIcon:e.jsx(xe,{className:"size-5"}),children:"Button Text"}),e.jsx(b,{size:"md",variant:"outline",endIcon:e.jsx(xe,{className:"size-5"}),children:"Button Text"})]})})]})]})}const Cr=Object.freeze(Object.defineProperty({__proto__:null,default:vs},Symbol.toStringTag,{value:"Module"})),St=({children:t,className:s=""})=>e.jsx("div",{className:`inline-flex rounded-lg border border-gray-300 bg-white shadow-theme-xs dark:border-gray-700 dark:bg-gray-800 ${s}`,children:t}),pe=({children:t,onClick:s,isActive:a=!1,className:r="",disabled:i=!1})=>e.jsx("button",{onClick:s,disabled:i,className:`px-4 py-2 text-sm font-medium text-gray-700 hover:bg-gray-50 hover:text-gray-900 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-white disabled:opacity-50 disabled:cursor-not-allowed ${a?"bg-gray-100 text-gray-900 dark:bg-white/10 dark:text-white":""} ${r}`,type:"button",children:t});function ws(){const[t,s]=o.useState("left");return e.jsxs(e.Fragment,{children:[e.jsx(A,{title:"React.js Button Groups Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Button Groups Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsx(p,{title:"Default Button Group",children:e.jsxs(St,{children:[e.jsx(pe,{isActive:t==="left",onClick:()=>s("left"),className:"rounded-l-lg border-l-0",children:"Left"}),e.jsx(pe,{isActive:t==="center",onClick:()=>s("center"),className:"border-l border-r border-gray-300 dark:border-gray-700",children:"Center"}),e.jsx(pe,{isActive:t==="right",onClick:()=>s("right"),className:"rounded-r-lg border-r-0",children:"Right"})]})}),e.jsx(p,{title:"Icon Button Group",children:e.jsxs(St,{children:[e.jsx(pe,{className:"rounded-l-lg border-l-0",children:e.jsx("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z",clipRule:"evenodd"})})}),e.jsx(pe,{className:"border-l border-r border-gray-300 dark:border-gray-700",children:e.jsx("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M10 3a1 1 0 011 1v12a1 1 0 11-2 0V4a1 1 0 011-1z",clipRule:"evenodd"})})}),e.jsx(pe,{className:"rounded-r-lg border-r-0",children:e.jsx("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M3 10a1 1 0 011 1h12a1 1 0 110-2H4a1 1 0 01-1-1z",clipRule:"evenodd"})})})]})})]})]})}const Sr=Object.freeze(Object.defineProperty({__proto__:null,default:ws},Symbol.toStringTag,{value:"Module"}));function ks(){return e.jsxs(e.Fragment,{children:[e.jsx(A,{title:"React.js Cards Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Cards Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsx(p,{title:"Basic Card",children:e.jsxs(ie,{children:[e.jsx(Se,{children:"Card Title"}),e.jsx(_e,{children:"This is a basic card with title and description."})]})}),e.jsx(p,{title:"Card with Icon",children:e.jsxs(ie,{children:[e.jsx(Vt,{children:e.jsxs("svg",{className:"w-6 h-6",fill:"currentColor",viewBox:"0 0 20 20",children:[e.jsx("path",{d:"M9 2a1 1 0 000 2h2a1 1 0 100-2H9z"}),e.jsx("path",{fillRule:"evenodd",d:"M4 5a2 2 0 012-2 3 3 0 003 3h2a3 3 0 003-3 2 2 0 012 2v11a2 2 0 01-2 2H6a2 2 0 01-2-2V5zm3 4a1 1 0 000 2h.01a1 1 0 100-2H7zm3 0a1 1 0 000 2h3a1 1 0 100-2h-3zm-3 4a1 1 0 100 2h.01a1 1 0 100-2H7zm3 0a1 1 0 100 2h3a1 1 0 100-2h-3z",clipRule:"evenodd"})]})}),e.jsx(Se,{children:"Card with Icon"}),e.jsx(_e,{children:"This card includes an icon at the top."}),e.jsx(Ut,{children:"Learn More"})]})}),e.jsx(p,{title:"Card with Image",children:e.jsxs(ie,{children:[e.jsx("img",{src:"https://via.placeholder.com/400x200",alt:"Card",className:"w-full h-48 object-cover rounded-t-xl"}),e.jsx(Se,{children:"Card with Image"}),e.jsx(_e,{children:"This card includes an image at the top."})]})})]})]})}const _r=Object.freeze(Object.defineProperty({__proto__:null,default:ks},Symbol.toStringTag,{value:"Module"}));function Ns(){return e.jsxs(e.Fragment,{children:[e.jsx(A,{title:"React.js Carousel Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Carousel Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsx("div",{className:"space-y-5 sm:space-y-6",children:e.jsx(p,{title:"Carousel",children:e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400",children:"Carousel component will be implemented here."})})})]})}const Tr=Object.freeze(Object.defineProperty({__proto__:null,default:Ns},Symbol.toStringTag,{value:"Module"}));function Cs(){const[t,s]=o.useState(!1),[a,r]=o.useState(!1),[i,l]=o.useState(!1);return e.jsxs(e.Fragment,{children:[e.jsx(A,{title:"React.js Dropdowns Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Dropdowns Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsx(p,{title:"Default Dropdown",children:e.jsxs("div",{className:"relative inline-block",children:[e.jsx(b,{onClick:()=>s(!t),children:"Dropdown Default"}),e.jsxs(Te,{isOpen:t,onClose:()=>s(!1),className:"w-48 p-2 mt-2",children:[e.jsx(me,{onItemClick:()=>s(!1),className:"flex items-center gap-3 px-3 py-2 font-medium text-gray-700 rounded-lg text-theme-sm hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300",children:"Edit"}),e.jsx(me,{onItemClick:()=>s(!1),className:"flex items-center gap-3 px-3 py-2 font-medium text-gray-700 rounded-lg text-theme-sm hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300",children:"Delete"})]})]})}),e.jsx(p,{title:"Dropdown with Divider",children:e.jsxs("div",{className:"relative inline-block",children:[e.jsx(b,{onClick:()=>r(!a),children:"Dropdown with Divider"}),e.jsxs(Te,{isOpen:a,onClose:()=>r(!1),className:"w-48 p-2 mt-2",children:[e.jsx(me,{onItemClick:()=>r(!1),className:"flex items-center gap-3 px-3 py-2 font-medium text-gray-700 rounded-lg text-theme-sm hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300",children:"Edit"}),e.jsx(me,{onItemClick:()=>r(!1),className:"flex items-center gap-3 px-3 py-2 font-medium text-gray-700 rounded-lg text-theme-sm hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300",children:"View"}),e.jsx("div",{className:"my-2 border-t border-gray-200 dark:border-gray-800"}),e.jsx(me,{onItemClick:()=>r(!1),className:"flex items-center gap-3 px-3 py-2 font-medium text-red-600 rounded-lg text-theme-sm hover:bg-red-50 hover:text-red-700 dark:text-red-400 dark:hover:bg-red-900/20 dark:hover:text-red-300",children:"Delete"})]})]})}),e.jsx(p,{title:"Dropdown with Icon",children:e.jsxs("div",{className:"relative inline-block",children:[e.jsx(b,{onClick:()=>l(!i),children:"Dropdown with Icon"}),e.jsxs(Te,{isOpen:i,onClose:()=>l(!1),className:"w-48 p-2 mt-2",children:[e.jsxs(me,{onItemClick:()=>l(!1),className:"flex items-center gap-3 px-3 py-2 font-medium text-gray-700 rounded-lg text-theme-sm hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300",children:[e.jsx("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{d:"M13.586 3.586a2 2 0 112.828 2.828l-.793.793-2.828-2.828.793-.793zM11.379 5.793L3 14.172V17h2.828l8.38-8.379-2.83-2.828z"})}),"Edit"]}),e.jsxs(me,{onItemClick:()=>l(!1),className:"flex items-center gap-3 px-3 py-2 font-medium text-gray-700 rounded-lg text-theme-sm hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-gray-300",children:[e.jsx("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z",clipRule:"evenodd"})}),"View"]}),e.jsx("div",{className:"my-2 border-t border-gray-200 dark:border-gray-800"}),e.jsxs(me,{onItemClick:()=>l(!1),className:"flex items-center gap-3 px-3 py-2 font-medium text-red-600 rounded-lg text-theme-sm hover:bg-red-50 hover:text-red-700 dark:text-red-400 dark:hover:bg-red-900/20 dark:hover:text-red-300",children:[e.jsx("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M9 2a1 1 0 00-.894.553L7.382 4H4a1 1 0 000 2v10a2 2 0 002 2h8a2 2 0 002-2V6a1 1 0 100-2h-3.382l-.724-1.447A1 1 0 0011 2H9zM7 8a1 1 0 012 0v6a1 1 0 11-2 0V8zm5-1a1 1 0 00-1 1v6a1 1 0 102 0V8a1 1 0 00-1-1z",clipRule:"evenodd"})}),"Delete"]})]})]})})]})]})}const Lr=Object.freeze(Object.defineProperty({__proto__:null,default:Cs},Symbol.toStringTag,{value:"Module"}));function Ss(){return e.jsx("div",{className:"relative",children:e.jsx("div",{className:"overflow-hidden",children:e.jsx("img",{src:"/images/grid-image/image-01.png",alt:"Cover",className:"w-full border border-gray-200 rounded-xl dark:border-gray-800"})})})}function _s(){return e.jsxs("div",{className:"grid grid-cols-1 gap-5 sm:grid-cols-2",children:[e.jsx("div",{children:e.jsx("img",{src:"/images/grid-image/image-02.png",alt:" grid",className:"border border-gray-200 rounded-xl dark:border-gray-800"})}),e.jsx("div",{children:e.jsx("img",{src:"/images/grid-image/image-03.png",alt:" grid",className:"border border-gray-200 rounded-xl dark:border-gray-800"})})]})}function Ts(){return e.jsxs("div",{className:"grid grid-cols-1 gap-5 sm:grid-cols-2 xl:grid-cols-3",children:[e.jsx("div",{children:e.jsx("img",{src:"/images/grid-image/image-04.png",alt:" grid",className:"border border-gray-200 rounded-xl dark:border-gray-800"})}),e.jsx("div",{children:e.jsx("img",{src:"/images/grid-image/image-05.png",alt:" grid",className:"border border-gray-200 rounded-xl dark:border-gray-800"})}),e.jsx("div",{children:e.jsx("img",{src:"/images/grid-image/image-06.png",alt:" grid",className:"border border-gray-200 rounded-xl dark:border-gray-800"})})]})}function Ls(){return e.jsxs(e.Fragment,{children:[e.jsx(A,{title:"React.js Images Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Images page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsx(p,{title:"Responsive image",children:e.jsx(Ss,{})}),e.jsx(p,{title:"Image in 2 Grid",children:e.jsx(_s,{})}),e.jsx(p,{title:"Image in 3 Grid",children:e.jsx(Ts,{})})]})]})}const Ir=Object.freeze(Object.defineProperty({__proto__:null,default:Ls},Symbol.toStringTag,{value:"Module"}));function Is(){return e.jsxs(e.Fragment,{children:[e.jsx(A,{title:"React.js Links Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Links Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsx("div",{className:"space-y-5 sm:space-y-6",children:e.jsx(p,{title:"Links",children:e.jsxs("div",{className:"space-y-4",children:[e.jsx("div",{children:e.jsx("a",{href:"#",className:"text-brand-500 hover:text-brand-600 underline",children:"Primary Link"})}),e.jsx("div",{children:e.jsx("a",{href:"#",className:"text-gray-700 dark:text-gray-300 hover:text-brand-500 underline",children:"Default Link"})})]})})})]})}const Ar=Object.freeze(Object.defineProperty({__proto__:null,default:Is},Symbol.toStringTag,{value:"Module"})),Pe=({children:t,variant:s="unordered",className:a=""})=>{const r="rounded-lg border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03] sm:w-fit";return s==="ordered"?e.jsx("ol",{className:`flex flex-col list-decimal ${r} ${a}`,children:t}):s==="horizontal"?e.jsx("ul",{className:`flex flex-col md:flex-row ${r} ${a}`,children:t}):s==="button"?e.jsx("ul",{className:`w-full overflow-hidden rounded-lg border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03] sm:w-[228px] flex flex-col ${a}`,children:t}):e.jsx("ul",{className:`flex flex-col ${r} ${a}`,children:t})},ce=({children:t,variant:s="unordered",onClick:a,disabled:r=!1,className:i=""})=>s==="button"?e.jsx("li",{className:`border-b border-gray-200 last:border-b-0 dark:border-gray-800 ${i}`,children:e.jsx("button",{className:`flex w-full items-center gap-3 px-3 py-2.5 text-sm font-medium text-gray-500 hover:bg-brand-50 hover:text-brand-500 dark:text-gray-400 dark:hover:bg-brand-500/[0.12] dark:hover:text-brand-400 ${r?"disabled:opacity-50":""}`,onClick:a,disabled:r,type:"button",children:t})}):s==="horizontal"?e.jsx("li",{className:`flex items-center gap-2 border-b border-gray-200 px-3 py-2.5 text-sm text-gray-500 last:border-0 dark:border-gray-800 dark:text-gray-400 md:border-b-0 md:border-r ${i}`,children:t}):e.jsx("li",{className:`flex items-center gap-2 border-b border-gray-200 px-3 py-2.5 text-sm text-gray-500 last:border-b-0 dark:border-gray-800 dark:text-gray-400 ${i}`,children:t});function As(){return e.jsxs(e.Fragment,{children:[e.jsx(A,{title:"React.js List Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js List Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsx(p,{title:"Unordered List",children:e.jsxs(Pe,{variant:"unordered",children:[e.jsx(ce,{children:"Item 1"}),e.jsx(ce,{children:"Item 2"}),e.jsx(ce,{children:"Item 3"})]})}),e.jsx(p,{title:"Ordered List",children:e.jsxs(Pe,{variant:"ordered",children:[e.jsx(ce,{children:"First Item"}),e.jsx(ce,{children:"Second Item"}),e.jsx(ce,{children:"Third Item"})]})}),e.jsx(p,{title:"Button List",children:e.jsxs(Pe,{variant:"button",children:[e.jsx(ce,{variant:"button",onClick:()=>alert("Clicked Item 1"),children:"Button Item 1"}),e.jsx(ce,{variant:"button",onClick:()=>alert("Clicked Item 2"),children:"Button Item 2"}),e.jsx(ce,{variant:"button",onClick:()=>alert("Clicked Item 3"),children:"Button Item 3"})]})})]})]})}const Pr=Object.freeze(Object.defineProperty({__proto__:null,default:As},Symbol.toStringTag,{value:"Module"}));function Ps({isOpen:t,onClose:s,onConfirm:a,title:r,message:i,confirmText:l="Confirm",cancelText:n="Cancel",variant:g="danger",isLoading:u=!1}){return e.jsx(be,{isOpen:t,onClose:s,className:"max-w-md",children:e.jsxs("div",{className:"p-6",children:[e.jsx("h2",{className:"text-xl font-bold mb-4 text-gray-800 dark:text-white",children:r}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mb-6",children:i}),e.jsxs("div",{className:"flex justify-end gap-4",children:[e.jsx(b,{variant:"outline",onClick:s,disabled:u,children:n}),e.jsx(b,{variant:"primary",onClick:a,disabled:u,children:u?"Processing...":l})]})]})})}function Ms(){const[t,s]=o.useState(!1),[a,r]=o.useState(!1),[i,l]=o.useState(!1),[n,g]=o.useState(!1),[u,w]=o.useState(!1),[C,S]=o.useState(!1),[m,y]=o.useState(!1),[f,N]=o.useState(!1),[_,j]=o.useState(!1);return e.jsxs(e.Fragment,{children:[e.jsx(A,{title:"React.js Modals Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Modals Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsxs(p,{title:"Default Modal",children:[e.jsx(b,{onClick:()=>s(!0),children:"Open Default Modal"}),e.jsx(be,{isOpen:t,onClose:()=>s(!1),className:"max-w-lg",children:e.jsxs("div",{className:"p-6",children:[e.jsx("h2",{className:"text-xl font-bold mb-4",children:"Default Modal Title"}),e.jsx("p",{children:"This is a default modal. It can contain any content."}),e.jsxs("div",{className:"flex justify-end gap-4 mt-6",children:[e.jsx(b,{variant:"outline",onClick:()=>s(!1),children:"Close"}),e.jsx(b,{variant:"primary",children:"Save Changes"})]})]})})]}),e.jsxs(p,{title:"Centered Modal",children:[e.jsx(b,{onClick:()=>r(!0),children:"Open Centered Modal"}),e.jsx(be,{isOpen:a,onClose:()=>r(!1),className:"max-w-md",children:e.jsxs("div",{className:"p-6 text-center",children:[e.jsx("h2",{className:"text-xl font-bold mb-4",children:"Centered Modal Title"}),e.jsx("p",{children:"This modal is vertically and horizontally centered."}),e.jsx(b,{onClick:()=>r(!1),className:"mt-6",children:"Close"})]})})]}),e.jsxs(p,{title:"Full Screen Modal",children:[e.jsx(b,{onClick:()=>g(!0),children:"Open Full Screen Modal"}),e.jsx(be,{isOpen:n,onClose:()=>g(!1),isFullscreen:!0,children:e.jsxs("div",{className:"p-6 bg-white dark:bg-gray-900 w-full h-full flex flex-col",children:[e.jsx("h2",{className:"text-2xl font-bold mb-4",children:"Full Screen Modal"}),e.jsx("p",{className:"flex-grow",children:"This modal takes up the entire screen. Useful for complex forms or detailed views."}),e.jsx(b,{onClick:()=>g(!1),className:"mt-6 self-end",children:"Close Full Screen"})]})})]}),e.jsxs(p,{title:"Confirmation Dialog",children:[e.jsx(b,{onClick:()=>w(!0),variant:"danger",children:"Open Confirmation Dialog"}),e.jsx(Ps,{isOpen:u,onClose:()=>w(!1),onConfirm:()=>{alert("Action Confirmed!"),w(!1)},title:"Confirm Action",message:"Are you sure you want to proceed with this action? It cannot be undone.",confirmText:"Proceed",variant:"danger"})]}),e.jsxs(p,{title:"Alert Modals",children:[e.jsxs("div",{className:"flex flex-wrap gap-3",children:[e.jsx(b,{onClick:()=>S(!0),variant:"success",children:"Success Alert"}),e.jsx(b,{onClick:()=>y(!0),variant:"info",children:"Info Alert"}),e.jsx(b,{onClick:()=>N(!0),variant:"warning",children:"Warning Alert"}),e.jsx(b,{onClick:()=>j(!0),variant:"danger",children:"Danger Alert"})]}),e.jsx(fe,{isOpen:C,onClose:()=>S(!1),title:"Success!",message:"Your operation was completed successfully.",variant:"success"}),e.jsx(fe,{isOpen:m,onClose:()=>y(!1),title:"Information",message:"This is an informational message for the user.",variant:"info"}),e.jsx(fe,{isOpen:f,onClose:()=>N(!1),title:"Warning!",message:"Please be careful, this action has consequences.",variant:"warning"}),e.jsx(fe,{isOpen:_,onClose:()=>j(!1),title:"Danger!",message:"This is a critical alert. Proceed with caution.",variant:"danger"})]})]})]})}const Mr=Object.freeze(Object.defineProperty({__proto__:null,default:Ms},Symbol.toStringTag,{value:"Module"}));function Ds(){const t=Q(),[s,a]=o.useState(!0),[r,i]=o.useState(!0),[l,n]=o.useState(!0),[g,u]=o.useState(!0);return e.jsxs(e.Fragment,{children:[e.jsx(A,{title:"React.js Notifications Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Notifications Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsx("div",{className:"space-y-5 sm:space-y-6",children:e.jsxs("div",{className:"grid grid-cols-1 gap-5 xl:grid-cols-2 xl:gap-6",children:[e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03] xl:col-span-2",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Announcement Bar"})}),e.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:e.jsxs("div",{className:"flex items-center justify-between gap-4 p-4 bg-white dark:bg-gray-800 rounded-lg border border-gray-200 dark:border-gray-700",children:[e.jsxs("div",{className:"flex items-center gap-3",children:[e.jsx("div",{className:"flex-shrink-0 w-10 h-10 bg-blue-light-100 dark:bg-blue-light-500/20 rounded-lg flex items-center justify-center",children:e.jsx("svg",{className:"w-5 h-5 text-blue-light-500",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M11.3 1.046A1 1 0 0112 2v5h4a1 1 0 01.82 1.573l-7 10A1 1 0 018 18v-5H4a1 1 0 01-.82-1.573l7-10a1 1 0 011.12-.38z",clipRule:"evenodd"})})}),e.jsxs("div",{children:[e.jsx("p",{className:"font-semibold text-gray-800 dark:text-white",children:"New update! Available"}),e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Enjoy improved functionality and enhancements."})]})]}),e.jsxs("div",{className:"flex items-center gap-2 flex-shrink-0",children:[e.jsx("button",{className:"px-4 py-2 text-sm font-medium text-gray-700 bg-gray-100 rounded-lg hover:bg-gray-200 dark:bg-gray-700 dark:text-gray-300 dark:hover:bg-gray-600 transition-colors",children:"Later"}),e.jsx("button",{className:"px-4 py-2 text-sm font-medium text-white bg-brand-500 rounded-lg hover:bg-brand-600 transition-colors",children:"Update Now"})]})]})})]}),e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03] xl:col-span-2",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Toast Notification"})}),e.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:e.jsxs("div",{className:"space-y-6",children:[e.jsxs("div",{className:"flex flex-wrap items-center gap-3",children:[e.jsx("button",{onClick:()=>t.success("Success! Action Completed!","Your action has been completed successfully."),className:"px-4 py-2 text-sm font-medium text-white rounded-lg bg-success-500 hover:bg-success-600 transition-colors",children:"Success Toast"}),e.jsx("button",{onClick:()=>t.info("Heads Up! New Information","This is an informational message."),className:"px-4 py-2 text-sm font-medium text-white rounded-lg bg-blue-light-500 hover:bg-blue-light-600 transition-colors",children:"Info Toast"}),e.jsx("button",{onClick:()=>t.warning("Alert: Double Check Required","Please review this action carefully."),className:"px-4 py-2 text-sm font-medium text-white rounded-lg bg-warning-500 hover:bg-warning-600 transition-colors",children:"Warning Toast"}),e.jsx("button",{onClick:()=>t.error("Something Went Wrong","An error occurred. Please try again."),className:"px-4 py-2 text-sm font-medium text-white rounded-lg bg-error-500 hover:bg-error-600 transition-colors",children:"Error Toast"})]}),e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Toast notifications appear in the top right corner with margin from top. They have a thin light gray border around the entire perimeter."})]})})]}),e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Success Notification"})}),e.jsxs("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:[s&&e.jsxs("div",{className:"relative",children:[e.jsx(J,{variant:"success",title:"Success! Action Completed!",message:"Your action has been completed successfully."}),e.jsx("button",{onClick:()=>a(!1),className:"absolute top-4 right-4 text-gray-400 hover:text-gray-600 dark:hover:text-gray-300 transition-colors","aria-label":"Close",children:e.jsx("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z",clipRule:"evenodd"})})})]}),!s&&e.jsx("button",{onClick:()=>a(!0),className:"px-4 py-2 text-sm font-medium text-white rounded-lg bg-success-500 hover:bg-success-600 transition-colors",children:"Show Success Notification"})]})]}),e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Info Notification"})}),e.jsxs("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:[r&&e.jsxs("div",{className:"relative",children:[e.jsx(J,{variant:"info",title:"Heads Up! New Information",message:"This is an informational message for your attention."}),e.jsx("button",{onClick:()=>i(!1),className:"absolute top-4 right-4 text-gray-400 hover:text-gray-600 dark:hover:text-gray-300 transition-colors","aria-label":"Close",children:e.jsx("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z",clipRule:"evenodd"})})})]}),!r&&e.jsx("button",{onClick:()=>i(!0),className:"px-4 py-2 text-sm font-medium text-white rounded-lg bg-blue-light-500 hover:bg-blue-light-600 transition-colors",children:"Show Info Notification"})]})]}),e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Warning Notification"})}),e.jsxs("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:[l&&e.jsxs("div",{className:"relative",children:[e.jsx(J,{variant:"warning",title:"Alert: Double Check Required",message:"Please review this action carefully before proceeding."}),e.jsx("button",{onClick:()=>n(!1),className:"absolute top-4 right-4 text-gray-400 hover:text-gray-600 dark:hover:text-gray-300 transition-colors","aria-label":"Close",children:e.jsx("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z",clipRule:"evenodd"})})})]}),!l&&e.jsx("button",{onClick:()=>n(!0),className:"px-4 py-2 text-sm font-medium text-white rounded-lg bg-warning-500 hover:bg-warning-600 transition-colors",children:"Show Warning Notification"})]})]}),e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03]",children:[e.jsx("div",{className:"px-6 py-5",children:e.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:"Error Notification"})}),e.jsxs("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6",children:[g&&e.jsxs("div",{className:"relative",children:[e.jsx(J,{variant:"error",title:"Something Went Wrong",message:"An error occurred. Please try again or contact support."}),e.jsx("button",{onClick:()=>u(!1),className:"absolute top-4 right-4 text-gray-400 hover:text-gray-600 dark:hover:text-gray-300 transition-colors","aria-label":"Close",children:e.jsx("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z",clipRule:"evenodd"})})})]}),!g&&e.jsx("button",{onClick:()=>u(!0),className:"px-4 py-2 text-sm font-medium text-white rounded-lg bg-error-500 hover:bg-error-600 transition-colors",children:"Show Error Notification"})]})]})]})})]})}const Dr=Object.freeze(Object.defineProperty({__proto__:null,default:Ds},Symbol.toStringTag,{value:"Module"}));function Rs(){const[t,s]=o.useState(1),[a,r]=o.useState(1),[i,l]=o.useState(1);return e.jsxs(e.Fragment,{children:[e.jsx(A,{title:"React.js Pagination Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Pagination Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsx(p,{title:"Pagination with Text",children:e.jsx(Le,{currentPage:t,totalPages:10,onPageChange:s,variant:"text"})}),e.jsx(p,{title:"Pagination with Text and Icon",children:e.jsx(Le,{currentPage:a,totalPages:10,onPageChange:r,variant:"text-icon"})}),e.jsx(p,{title:"Pagination with Icon",children:e.jsx(Le,{currentPage:i,totalPages:10,onPageChange:l,variant:"icon"})})]})]})}const Rr=Object.freeze(Object.defineProperty({__proto__:null,default:Rs},Symbol.toStringTag,{value:"Module"}));function $s(){return e.jsxs(e.Fragment,{children:[e.jsx(A,{title:"React.js Popovers Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Popovers Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsx("div",{className:"space-y-5 sm:space-y-6",children:e.jsx(p,{title:"Popovers",children:e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400",children:"Popover component will be implemented here."})})})]})}const $r=Object.freeze(Object.defineProperty({__proto__:null,default:$s},Symbol.toStringTag,{value:"Module"})),zs=()=>e.jsx("svg",{className:"fill-current",width:"29",height:"28",viewBox:"0 0 29 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.4072 8.64984C11.4072 6.77971 12.9232 5.26367 14.7934 5.26367C16.6635 5.26367 18.1795 6.77971 18.1795 8.64984C18.1795 10.52 16.6635 12.036 14.7934 12.036C12.9232 12.036 11.4072 10.52 11.4072 8.64984ZM14.7934 3.48633C11.9416 3.48633 9.62986 5.79811 9.62986 8.64984C9.62986 11.5016 11.9416 13.8133 14.7934 13.8133C17.6451 13.8133 19.9569 11.5016 19.9569 8.64984C19.9569 5.79811 17.6451 3.48633 14.7934 3.48633ZM12.8251 15.6037C8.49586 15.6037 4.98632 19.1133 4.98632 23.4425V23.847C4.98632 24.3378 5.38419 24.7357 5.87499 24.7357C6.36579 24.7357 6.76366 24.3378 6.76366 23.847V23.4425C6.76366 20.0949 9.47746 17.3811 12.8251 17.3811H16.7635C20.1111 17.3811 22.8249 20.0949 22.8249 23.4425V23.847C22.8249 24.3378 23.2228 24.7357 23.7136 24.7357C24.2044 24.7357 24.6023 24.3378 24.6023 23.847V23.4425C24.6023 19.1133 21.0927 15.6037 16.7635 15.6037H12.8251Z",fill:""})}),Fs=()=>e.jsx("svg",{className:"fill-current",width:"29",height:"28",viewBox:"0 0 29 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.2969 3.55469C10.8245 3.55469 9.6309 4.7483 9.6309 6.2207V7.10938H6.29462C4.82222 7.10938 3.6286 8.30299 3.6286 9.77539V20.4395C3.6286 21.9119 4.82222 23.1055 6.29462 23.1055H23.4758C24.9482 23.1055 26.1419 21.9119 26.1419 20.4395V9.77539C26.1419 8.30299 24.9482 7.10938 23.4758 7.10938H19.7025V6.2207C19.7025 4.7483 18.5089 3.55469 17.0365 3.55469H12.2969ZM18.8148 8.88672C18.8145 8.88672 18.8142 8.88672 18.8138 8.88672H10.5196C10.5193 8.88672 10.5189 8.88672 10.5186 8.88672H6.29462C5.80382 8.88672 5.40595 9.28459 5.40595 9.77539V10.9666L14.5355 14.8792C14.759 14.975 15.012 14.975 15.2356 14.8792L24.3645 10.9669V9.77539C24.3645 9.28459 23.9666 8.88672 23.4758 8.88672H18.8148ZM17.9252 7.10938V6.2207C17.9252 5.7299 17.5273 5.33203 17.0365 5.33203H12.2969C11.8061 5.33203 11.4082 5.7299 11.4082 6.2207V7.10938H17.9252ZM5.40595 20.4395V12.9003L13.8353 16.5129C14.506 16.8003 15.2651 16.8003 15.9357 16.5129L24.3645 12.9006V20.4395C24.3645 20.9303 23.9666 21.3281 23.4758 21.3281H6.29462C5.80382 21.3281 5.40595 20.9303 5.40595 20.4395Z",fill:""})}),Os=()=>e.jsx("svg",{className:"fill-current",width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M23.7507 1.28757C24.0978 0.940553 24.6605 0.940611 25.0075 1.28769C25.3545 1.63478 25.3544 2.19745 25.0074 2.54447L19.8787 7.67208C19.5316 8.0191 18.9689 8.01904 18.6219 7.67195C18.2749 7.32487 18.275 6.76219 18.622 6.41518L23.7507 1.28757ZM19.4452 3.1553C19.7922 2.80822 19.7921 2.24554 19.4451 1.89853C19.098 1.55151 18.5353 1.55157 18.1883 1.89866L16.4386 3.64866C16.0916 3.99574 16.0917 4.55842 16.4388 4.90543C16.7859 5.25244 17.3485 5.25238 17.6955 4.9053L19.4452 3.1553ZM13.8188 4.02442C13.6691 3.72109 13.3602 3.52905 13.0219 3.52905C12.6837 3.52905 12.3747 3.72109 12.225 4.02442L9.39921 9.75015L3.08049 10.6683C2.74574 10.717 2.46763 10.9514 2.3631 11.2731C2.25857 11.5948 2.34575 11.948 2.58797 12.1841L7.16024 16.641L6.08087 22.9342C6.02369 23.2676 6.16075 23.6045 6.43441 23.8033C6.70807 24.0022 7.07088 24.0284 7.37029 23.871L13.0219 20.8997L18.6736 23.871C18.973 24.0284 19.3358 24.0022 19.6094 23.8033C19.8831 23.6045 20.0202 23.2676 19.963 22.9342L18.8836 16.641L23.4559 12.1841C23.6981 11.948 23.7853 11.5948 23.6807 11.2731C23.5762 10.9514 23.2981 10.717 22.9634 10.6683L16.6446 9.75015L13.8188 4.02442ZM10.7862 10.9557L13.0219 6.42572L15.2576 10.9557C15.387 11.218 15.6373 11.3998 15.9267 11.4418L20.9258 12.1683L17.3084 15.6944C17.099 15.8985 17.0034 16.1927 17.0529 16.4809L17.9068 21.4599L13.4355 19.1091C13.1766 18.973 12.8673 18.973 12.6084 19.1091L8.13703 21.4599L8.99098 16.4809C9.04043 16.1927 8.94485 15.8985 8.7354 15.6944L5.118 12.1683L10.1171 11.4418C10.4066 11.3998 10.6568 11.218 10.7862 10.9557ZM25.2694 5.97276C25.6165 6.31978 25.6166 6.88245 25.2696 7.22954L23.5199 8.97954C23.1729 9.32662 22.6102 9.32668 22.2632 8.97967C21.9161 8.63265 21.916 8.06998 22.263 7.72289L24.0127 5.97289C24.3597 5.62581 24.9224 5.62575 25.2694 5.97276Z",fill:""})});function Es(){const t=[{id:1,name:"Starter",price:5,originalPrice:12,period:"/month",description:"For solo designers & freelancers",features:["5 website","500 MB Storage","Unlimited Sub-Domain","3 Custom Domain","Free SSL Certificate","Unlimited Traffic"],buttonText:"Choose Starter"},{id:2,name:"Medium",price:10.99,originalPrice:30,period:"/month",description:"For working on commercial projects",features:["10 website","1 GB Storage","Unlimited Sub-Domain","5 Custom Domain","Free SSL Certificate","Unlimited Traffic"],buttonText:"Choose Starter",highlighted:!0},{id:3,name:"Large",price:15,originalPrice:59,period:"/month",description:"For teams larger than 5 members",features:["15 website","10 GB Storage","Unlimited Sub-Domain","10 Custom Domain","Free SSL Certificate","Unlimited Traffic"],buttonText:"Choose Starter"}],s=[{id:1,name:"Personal",price:59,period:" / Lifetime",description:"For solo designers & freelancers",features:["5 website","500 MB Storage","Unlimited Sub-Domain","3 Custom Domain","!Free SSL Certificate","!Unlimited Traffic"],buttonText:"Choose Starter",icon:e.jsx(zs,{})},{id:2,name:"Professional",price:199,period:" / Lifetime",description:"For working on commercial projects",features:["10 website","1GB Storage","Unlimited Sub-Domain","5 Custom Domain","Free SSL Certificate","!Unlimited Traffic"],buttonText:"Choose This Plan",icon:e.jsx(Fs,{}),highlighted:!0},{id:3,name:"Enterprise",price:599,period:" / Lifetime",description:"For teams larger than 5 members",features:["15 website","10GB Storage","Unlimited Sub-Domain","10 Custom Domain","Free SSL Certificate","Unlimited Traffic"],buttonText:"Choose This Plan",icon:e.jsx(Os,{})}],a=[{id:1,name:"Personal",price:"Free",period:"For a Lifetime",description:"Perfect plan for Starters",features:["Unlimited Projects","Share with 5 team members","Sync across devices"],buttonText:"Current Plan",disabled:!0},{id:2,name:"Professional",price:99,period:"/year",description:"For users who want to do more",features:["Unlimited Projects","Share with 5 team members","Sync across devices","30 days version history"],buttonText:"Try for Free"},{id:3,name:"Team",price:299,period:" /year",description:"Your entire team in one place",features:["Unlimited Projects","Share with 5 team members","Sync across devices","Sharing permissions","Admin tools"],buttonText:"Try for Free",recommended:!0},{id:4,name:"Enterprise",price:"Custom",period:"Reach out for a quote",description:"Run your company on your terms",features:["Unlimited Projects","Share with 5 team members","Sync across devices","Sharing permissions","User provisioning (SCIM)","Advanced security"],buttonText:"Try for Free"}];return e.jsxs(e.Fragment,{children:[e.jsx(A,{title:"React.js Pricing Tables | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Pricing Tables page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsx(p,{title:"Pricing Table 1",children:e.jsx(ke,{variant:"1",title:"Flexible Plans Tailored to Fit Your Unique Needs!",plans:t,showToggle:!0,onPlanSelect:r=>console.log("Selected plan:",r)})}),e.jsx(p,{title:"Pricing Table 2",children:e.jsx(ke,{variant:"2",plans:s,onPlanSelect:r=>console.log("Selected plan:",r)})}),e.jsx(p,{title:"Pricing Table 3",children:e.jsx(ke,{variant:"3",plans:a,onPlanSelect:r=>console.log("Selected plan:",r)})})]})]})}const zr=Object.freeze(Object.defineProperty({__proto__:null,default:Es},Symbol.toStringTag,{value:"Module"}));function Bs(){return e.jsxs(e.Fragment,{children:[e.jsx(A,{title:"React.js Progressbar Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Progressbar Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsx(p,{title:"Progress Bar Sizes",children:e.jsxs("div",{className:"space-y-6",children:[e.jsxs("div",{children:[e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mb-2",children:"Small"}),e.jsx(ae,{value:75,size:"sm"})]}),e.jsxs("div",{children:[e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mb-2",children:"Medium"}),e.jsx(ae,{value:75,size:"md"})]}),e.jsxs("div",{children:[e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mb-2",children:"Large"}),e.jsx(ae,{value:75,size:"lg"})]})]})}),e.jsx(p,{title:"Progress Bar Colors",children:e.jsxs("div",{className:"space-y-6",children:[e.jsx(ae,{value:60,color:"primary",showLabel:!0}),e.jsx(ae,{value:75,color:"success",showLabel:!0}),e.jsx(ae,{value:45,color:"error",showLabel:!0}),e.jsx(ae,{value:80,color:"warning",showLabel:!0}),e.jsx(ae,{value:65,color:"info",showLabel:!0})]})}),e.jsx(p,{title:"Progress Bar with Label",children:e.jsxs("div",{className:"space-y-6",children:[e.jsx(ae,{value:50,color:"primary",showLabel:!0,label:"Upload Progress"}),e.jsx(ae,{value:75,color:"success",showLabel:!0,label:"Download Progress"})]})})]})]})}const Fr=Object.freeze(Object.defineProperty({__proto__:null,default:Bs},Symbol.toStringTag,{value:"Module"})),ve=({children:t,text:s,variant:a="rounded",position:r="top-left",color:i="primary",className:l=""})=>{const n={primary:"bg-brand-500",success:"bg-success-500",error:"bg-error-500",warning:"bg-warning-500"},g=()=>{if(a==="rounded")return e.jsx("span",{className:`absolute -left-px mt-3 inline-block rounded-r-full ${n[i]} px-4 py-1.5 text-sm font-medium text-white`,children:s});if(a==="filled")return e.jsx("span",{className:`absolute -left-9 -top-7 mt-3 flex h-14 w-24 -rotate-45 items-end justify-center ${n[i]} px-4 py-1.5 text-sm font-medium text-white shadow-theme-xs`,children:s});const u={primary:"before:border-l-brand-500 before:border-t-brand-500 after:border-b-brand-500 after:border-l-brand-500",success:"before:border-l-success-500 before:border-t-success-500 after:border-b-success-500 after:border-l-success-500",error:"before:border-l-error-500 before:border-t-error-500 after:border-b-error-500 after:border-l-error-500",warning:"before:border-l-warning-500 before:border-t-warning-500 after:border-b-warning-500 after:border-l-warning-500"};return e.jsx("span",{className:`absolute -left-px mt-3 inline-block ${n[i]} px-4 py-1.5 text-sm font-medium text-white before:absolute before:-right-4 before:top-0 before:border-[13px] before:border-transparent before:content-[''] after:absolute after:-right-4 after:bottom-0 after:border-[13px] after:border-transparent after:content-[''] ${u[i]}`,children:s})};return e.jsxs("div",{className:`relative overflow-hidden ${l}`,children:[g(),t]})};function Gs(){return e.jsxs(e.Fragment,{children:[e.jsx(A,{title:"React.js Ribbons Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Ribbons Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsxs("div",{className:"grid grid-cols-1 gap-5 sm:gap-6 lg:grid-cols-2",children:[e.jsx(p,{title:"Rounded Ribbon",children:e.jsx(ve,{text:"Popular",variant:"rounded",color:"primary",children:e.jsx("div",{className:"rounded-xl border border-gray-200 dark:border-gray-800 dark:bg-white/[0.03]",children:e.jsx("div",{className:"p-5 pt-16",children:e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400",children:"Lorem ipsum dolor sit amet consectetur. Eget nulla suscipit arcu rutrum amet vel nec fringilla vulputate. Sed aliquam fringilla vulputate imperdiet arcu natoque purus ac nec ultricies nulla ultrices."})})})})}),e.jsx(p,{title:"Filled Ribbon",children:e.jsx(ve,{text:"New",variant:"filled",color:"primary",children:e.jsx("div",{className:"rounded-xl border border-gray-200 dark:border-gray-800 dark:bg-white/[0.03]",children:e.jsx("div",{className:"p-5 pt-16",children:e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400",children:"Lorem ipsum dolor sit amet consectetur. Eget nulla suscipit arcu rutrum amet vel nec fringilla vulputate. Sed aliquam fringilla vulputate imperdiet arcu natoque purus ac nec ultricies nulla ultrices."})})})})}),e.jsx(p,{title:"Ribbon with Different Colors",children:e.jsxs("div",{className:"space-y-4",children:[e.jsx(ve,{text:"Success",variant:"rounded",color:"success",children:e.jsx("div",{className:"rounded-xl border border-gray-200 dark:border-gray-800 dark:bg-white/[0.03]",children:e.jsx("div",{className:"p-5 pt-16",children:e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400",children:"Success ribbon example."})})})}),e.jsx(ve,{text:"Warning",variant:"rounded",color:"warning",children:e.jsx("div",{className:"rounded-xl border border-gray-200 dark:border-gray-800 dark:bg-white/[0.03]",children:e.jsx("div",{className:"p-5 pt-16",children:e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400",children:"Warning ribbon example."})})})})]})})]})]})}const Or=Object.freeze(Object.defineProperty({__proto__:null,default:Gs},Symbol.toStringTag,{value:"Module"})),ge=({size:t="md",color:s="primary",className:a=""})=>{const r={sm:"h-6 w-6 border-2",md:"h-10 w-10 border-4",lg:"h-16 w-16 border-4"},i={primary:"border-gray-200 border-t-brand-500",success:"border-success-200 border-t-success-500",error:"border-error-200 border-t-error-500",warning:"border-warning-200 border-t-warning-500",info:"border-blue-light-200 border-t-blue-light-500"};return e.jsx("div",{className:`inline-flex animate-spin items-center justify-center rounded-full ${r[t]} ${i[s]} ${a}`,role:"status","aria-label":"Loading",children:e.jsx("span",{className:"sr-only",children:"Loading..."})})};function Ws(){return e.jsxs(e.Fragment,{children:[e.jsx(A,{title:"React.js Spinners Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Spinners Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsx(p,{title:"Size Variants",children:e.jsxs("div",{className:"flex flex-wrap items-center gap-6",children:[e.jsxs("div",{children:[e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mb-2",children:"Small"}),e.jsx(ge,{size:"sm"})]}),e.jsxs("div",{children:[e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mb-2",children:"Medium"}),e.jsx(ge,{size:"md"})]}),e.jsxs("div",{children:[e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mb-2",children:"Large"}),e.jsx(ge,{size:"lg"})]})]})}),e.jsx(p,{title:"Color Variants",children:e.jsxs("div",{className:"flex flex-wrap items-center gap-6",children:[e.jsxs("div",{children:[e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mb-2",children:"Primary"}),e.jsx(ge,{color:"primary"})]}),e.jsxs("div",{children:[e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mb-2",children:"Success"}),e.jsx(ge,{color:"success"})]}),e.jsxs("div",{children:[e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mb-2",children:"Error"}),e.jsx(ge,{color:"error"})]}),e.jsxs("div",{children:[e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mb-2",children:"Warning"}),e.jsx(ge,{color:"warning"})]}),e.jsxs("div",{children:[e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mb-2",children:"Info"}),e.jsx(ge,{color:"info"})]})]})})]})]})}const Er=Object.freeze(Object.defineProperty({__proto__:null,default:Ws},Symbol.toStringTag,{value:"Module"})),Vs=({children:t,defaultTab:s,className:a="",onChange:r})=>{const[i,l]=o.useState(s||""),n=g=>{l(g),r&&r(g)};return e.jsx("div",{className:a,children:typeof t=="function"?t(i,n):t})},Us=({children:t,className:s=""})=>e.jsx("div",{className:`flex items-center gap-0.5 rounded-lg bg-gray-100 p-0.5 dark:bg-gray-900 ${s}`,children:t}),Me=({children:t,tabId:s,isActive:a=!1,onClick:r,className:i=""})=>e.jsx("button",{onClick:r,className:`px-3 py-2 font-medium w-full rounded-md text-theme-sm hover:text-gray-900 dark:hover:text-white ${a?"shadow-theme-xs text-gray-900 dark:text-white bg-white dark:bg-gray-800":"text-gray-500 dark:text-gray-400"} ${i}`,type:"button",children:t}),De=({children:t,tabId:s,isActive:a=!1,className:r=""})=>a?e.jsx("div",{className:r,children:t}):null;function Hs(){const[t,s]=o.useState("tab1");return e.jsxs(e.Fragment,{children:[e.jsx(A,{title:"React.js Tabs Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Tabs Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsx("div",{className:"space-y-5 sm:space-y-6",children:e.jsx(p,{title:"Default Tabs",children:e.jsxs(Vs,{defaultTab:"tab1",onChange:s,children:[e.jsxs(Us,{children:[e.jsx(Me,{tabId:"tab1",isActive:t==="tab1",onClick:()=>s("tab1"),children:"Tab 1"}),e.jsx(Me,{tabId:"tab2",isActive:t==="tab2",onClick:()=>s("tab2"),children:"Tab 2"}),e.jsx(Me,{tabId:"tab3",isActive:t==="tab3",onClick:()=>s("tab3"),children:"Tab 3"})]}),e.jsxs("div",{className:"mt-4",children:[e.jsx(De,{tabId:"tab1",isActive:t==="tab1",children:e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Content for Tab 1"})}),e.jsx(De,{tabId:"tab2",isActive:t==="tab2",children:e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Content for Tab 2"})}),e.jsx(De,{tabId:"tab3",isActive:t==="tab3",children:e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Content for Tab 3"})})]})]})})})]})}const Br=Object.freeze(Object.defineProperty({__proto__:null,default:Hs},Symbol.toStringTag,{value:"Module"}));function Zs(){return e.jsxs(e.Fragment,{children:[e.jsx(A,{title:"React.js Tooltips Dashboard | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Tooltips Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsx("div",{className:"space-y-5 sm:space-y-6",children:e.jsx(p,{title:"Tooltip Placements",children:e.jsxs("div",{className:"flex flex-wrap items-center gap-6",children:[e.jsx(ye,{text:"Tooltip Top",placement:"top",children:e.jsx(b,{children:"Tooltip Top"})}),e.jsx(ye,{text:"Tooltip Right",placement:"right",children:e.jsx(b,{children:"Tooltip Right"})}),e.jsx(ye,{text:"Tooltip Bottom",placement:"bottom",children:e.jsx(b,{children:"Tooltip Bottom"})}),e.jsx(ye,{text:"Tooltip Left",placement:"left",children:e.jsx(b,{children:"Tooltip Left"})})]})})})]})}const Gr=Object.freeze(Object.defineProperty({__proto__:null,default:Zs},Symbol.toStringTag,{value:"Module"}));function Ks(){return e.jsx("div",{className:"aspect-4/3 overflow-hidden rounded-lg",children:e.jsx("iframe",{src:"https://www.youtube.com/embed/dQw4w9WgXcQ",title:"YouTube video",frameBorder:"0",allow:"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",allowFullScreen:!0,className:"w-full h-full"})})}function qs(){return e.jsx("div",{className:"overflow-hidden rounded-lg aspect-square",children:e.jsx("iframe",{src:"https://www.youtube.com/embed/dQw4w9WgXcQ",title:"YouTube video",frameBorder:"0",allow:"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",allowFullScreen:!0,className:"w-full h-full"})})}function Ys(){return e.jsx("div",{className:"aspect-4/3 overflow-hidden rounded-lg",children:e.jsx("iframe",{src:"https://www.youtube.com/embed/dQw4w9WgXcQ",title:"YouTube video",frameBorder:"0",allow:"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",allowFullScreen:!0,className:"w-full h-full"})})}function Js(){return e.jsx("div",{className:"aspect-21/9 overflow-hidden rounded-lg",children:e.jsx("iframe",{src:"https://www.youtube.com/embed/dQw4w9WgXcQ",title:"YouTube video",frameBorder:"0",allow:"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",allowFullScreen:!0,className:"w-full h-full"})})}function Qs(){return e.jsxs(e.Fragment,{children:[e.jsx(A,{title:"React.js Videos Tabs | TailAdmin - React.js Admin Dashboard Template",description:"This is React.js Videos page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"}),e.jsxs("div",{className:"grid grid-cols-1 gap-5 sm:gap-6 xl:grid-cols-2",children:[e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsx(p,{title:"Video Ratio 16:9",children:e.jsx(Ys,{})}),e.jsx(p,{title:"Video Ratio 4:3",children:e.jsx(Ks,{})})]}),e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsx(p,{title:"Video Ratio 21:9",children:e.jsx(Js,{})}),e.jsx(p,{title:"Video Ratio 1:1",children:e.jsx(qs,{})})]})]})]})}const Wr=Object.freeze(Object.defineProperty({__proto__:null,default:Qs},Symbol.toStringTag,{value:"Module"}));export{mr as A,kr as B,_r as C,Lr as D,or as G,pr as I,Ar as L,gr as M,Dr as N,hr as P,Or as R,cr as S,Br as T,dr as U,Wr as V,xr as a,ur as b,jr as c,br as d,fr as e,yr as f,vr as g,wr as h,Nr as i,Cr as j,Sr as k,Tr as l,Ir as m,Pr as n,Mr as o,Rr as p,$r as q,zr as r,Fr as s,Er as t,Gr as u}; diff --git a/frontend/dist/assets/js/pages-thinker-C5P9qYJa.js b/frontend/dist/assets/js/pages-thinker-C5P9qYJa.js new file mode 100644 index 00000000..d3e14a1c --- /dev/null +++ b/frontend/dist/assets/js/pages-thinker-C5P9qYJa.js @@ -0,0 +1 @@ +import{j as e,r as g}from"./vendor-react-core-DRQGgXXF.js";import{P as f,g as C,B as p,s as I}from"./page-authpages-BaiNliVr.js";import{C as N,u as S,n as _,Y as A,Z as E,_ as O,$ as T}from"./page-dashboard-CuOyqq-s.js";import{C as F}from"./page-components.tsx-4vErPdxY.js";import{F as G}from"./pages-planner-dv4ygB5K.js";import{B as D}from"./page-clusters.config.tsx-FJ8SgY77.js";function Y(){return e.jsxs(e.Fragment,{children:[e.jsx(f,{title:"Thinker Dashboard - IGNY8",description:"AI thinker overview"}),e.jsx(N,{title:"Coming Soon",desc:"AI thinker overview",children:e.jsxs("div",{className:"text-center py-8",children:[e.jsx("p",{className:"text-gray-600 dark:text-gray-400",children:"Thinker Dashboard - Coming Soon"}),e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mt-2",children:"Overview of AI tools and strategies will be displayed here"})]})})]})}const Z=Object.freeze(Object.defineProperty({__proto__:null,default:Y},Symbol.toStringTag,{value:"Module"})),P=({placeholder:o="Enter your message",rows:d=3,value:j="",onChange:b,className:y="",disabled:s=!1,error:n=!1,hint:m=""})=>{const u=x=>{b&&b(x.target.value)};let l=`w-full rounded-lg border px-4 py-2.5 text-sm shadow-theme-xs focus:outline-hidden ${y} `;return s?l+=" bg-gray-100 opacity-50 text-gray-500 border-gray-300 cursor-not-allowed opacity40 dark:bg-gray-800 dark:text-gray-400 dark:border-gray-700":n?l+=" bg-transparent border-gray-300 focus:border-error-300 focus:ring-3 focus:ring-error-500/10 dark:border-gray-700 dark:bg-gray-900 dark:text-white/90 dark:focus:border-error-800":l+=" bg-transparent text-gray-900 dark:text-gray-300 text-gray-900 border-gray-300 focus:border-brand-300 focus:ring-3 focus:ring-brand-500/10 dark:border-gray-700 dark:bg-gray-900 dark:text-white/90 dark:focus:border-brand-800",e.jsxs("div",{className:"relative",children:[e.jsx("textarea",{placeholder:o,rows:d,value:j,onChange:u,disabled:s,className:l}),m&&e.jsx("p",{className:`mt-2 text-sm ${n?"text-error-500":"text-gray-500 dark:text-gray-400"}`,children:m})]})},v=[{key:"clustering",label:"Clustering Prompt",description:"Group keywords into topic clusters. Use [IGNY8_KEYWORDS] to inject keyword data.",icon:"🌐",color:"green"},{key:"ideas",label:"Ideas Generation Prompt",description:"Generate content ideas from clusters. Use [IGNY8_CLUSTERS] and [IGNY8_CLUSTER_KEYWORDS] to inject data.",icon:"💡",color:"amber"},{key:"content_generation",label:"Content Generation Prompt",description:"Generate content from ideas. Use [IGNY8_IDEA], [IGNY8_CLUSTER], and [IGNY8_KEYWORDS] to inject data.",icon:"📝",color:"blue"},{key:"image_prompt_extraction",label:"Image Prompt Extraction",description:"Extract image prompts from article content. Use {title}, {content}, {max_images} placeholders.",icon:"🔍",color:"indigo"},{key:"image_prompt_template",label:"Image Prompt Template",description:"Template for generating image prompts. Use {post_title}, {image_prompt}, {image_type} placeholders.",icon:"🖼️",color:"purple"},{key:"negative_prompt",label:"Negative Prompt",description:"Specify elements to avoid in generated images (text, watermarks, logos, etc.).",icon:"🚫",color:"red"}];function $(){const o=S(),[d,j]=g.useState({}),[b,y]=g.useState(!0),[s,n]=g.useState({});g.useEffect(()=>{m()},[]);const m=async()=>{y(!0);try{const t=v.map(async c=>{try{const h=await _(`/v1/system/prompts/by_type/${c.key}/`);return{key:c.key,data:h}}catch(h){return console.error(`Error loading prompt ${c.key}:`,h),{key:c.key,data:null}}}),a=await Promise.all(t),i={};a.forEach(({key:c,data:h})=>{var k;h?i[c]=h:i[c]={prompt_type:c,prompt_type_display:((k=v.find(r=>r.key===c))==null?void 0:k.label)||c,prompt_value:"",default_prompt:"",is_active:!0}}),j(i)}catch(t){console.error("Error loading prompts:",t),o.error("Failed to load prompts")}finally{y(!1)}},u=async t=>{const a=d[t];if(a){n({...s,[t]:!0});try{const i=await _("/v1/system/prompts/save/",{method:"POST",body:JSON.stringify({prompt_type:t,prompt_value:a.prompt_value})});if(i.success)o.success(i.message||"Prompt saved successfully"),await m();else throw new Error(i.error||"Failed to save prompt")}catch(i){console.error("Error saving prompt:",i),o.error(`Failed to save prompt: ${i.message}`)}finally{n({...s,[t]:!1})}}},l=async t=>{if(confirm("Are you sure you want to reset this prompt to default? This will overwrite any custom changes.")){n({...s,[t]:!0});try{const a=await _("/v1/system/prompts/reset/",{method:"POST",body:JSON.stringify({prompt_type:t})});if(a.success)o.success(a.message||"Prompt reset to default"),await m();else throw new Error(a.error||"Failed to reset prompt")}catch(a){console.error("Error resetting prompt:",a),o.error(`Failed to reset prompt: ${a.message}`)}finally{n({...s,[t]:!1})}}},x=(t,a)=>{j({...d,[t]:{...d[t],prompt_value:a}})};return b?e.jsxs(e.Fragment,{children:[e.jsx(f,{title:"Prompts - IGNY8",description:"AI prompts management"}),e.jsx("div",{className:"flex items-center justify-center min-h-screen",children:e.jsxs("div",{className:"text-center",children:[e.jsx("div",{className:"animate-spin rounded-full h-12 w-12 border-b-2 border-primary-500 mx-auto"}),e.jsx("p",{className:"mt-4 text-gray-600 dark:text-gray-400",children:"Loading prompts..."})]})})]}):e.jsxs(e.Fragment,{children:[e.jsx(f,{title:"Prompts - IGNY8",description:"AI prompts management"}),e.jsxs("div",{className:"p-6",children:[e.jsxs("div",{className:"mb-6",children:[e.jsxs("div",{className:"flex items-center gap-3 mb-2",children:[e.jsx(C,{className:"text-primary-500 size-6"}),e.jsx("h1",{className:"text-2xl font-semibold text-gray-800 dark:text-white",children:"AI Prompts Management"})]}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400",children:"Configure AI prompt templates for clustering, idea generation, content writing, and image generation"})]}),e.jsxs("div",{className:"mb-8",children:[e.jsxs("div",{className:"mb-4",children:[e.jsx("h2",{className:"text-xl font-semibold text-gray-800 dark:text-white mb-1",children:"Planner Prompts"}),e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Configure AI prompt templates for clustering and idea generation"})]}),e.jsx("div",{className:"grid grid-cols-1 lg:grid-cols-2 gap-6",children:v.filter(t=>["clustering","ideas"].includes(t.key)).map(t=>{const a=d[t.key]||{prompt_type:t.key,prompt_type_display:t.label,prompt_value:""};return e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-gray-900",children:[e.jsx("div",{className:"p-5 border-b border-gray-200 dark:border-gray-800",children:e.jsx("div",{className:"flex items-center justify-between",children:e.jsxs("div",{className:"flex items-center gap-3",children:[e.jsx("span",{className:"text-2xl",children:t.icon}),e.jsxs("div",{children:[e.jsx("h3",{className:"text-lg font-semibold text-gray-800 dark:text-white",children:t.label}),e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400 mt-1",children:t.description})]})]})})}),e.jsxs("div",{className:"p-5",children:[e.jsx(P,{value:a.prompt_value||"",onChange:i=>x(t.key,i),rows:12,placeholder:"Enter prompt template...",className:"font-mono-custom text-sm"}),e.jsxs("div",{className:"flex gap-3 mt-4",children:[e.jsx(p,{onClick:()=>u(t.key),disabled:s[t.key],className:"flex-1",variant:"solid",color:"primary",children:s[t.key]?"Saving...":"Save Prompt"}),e.jsx(p,{onClick:()=>l(t.key),disabled:s[t.key],variant:"outline",children:"Reset to Default"})]})]})]},t.key)})})]}),e.jsxs("div",{className:"mb-8",children:[e.jsxs("div",{className:"mb-4",children:[e.jsx("h2",{className:"text-xl font-semibold text-gray-800 dark:text-white mb-1",children:"Writer Prompts"}),e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Configure AI prompt templates for content writing"})]}),e.jsx("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-gray-900",children:v.filter(t=>t.key==="content_generation").map(t=>{const a=d[t.key]||{prompt_type:t.key,prompt_type_display:t.label,prompt_value:""};return e.jsxs("div",{children:[e.jsx("div",{className:"p-5 border-b border-gray-200 dark:border-gray-800",children:e.jsx("div",{className:"flex items-center justify-between",children:e.jsxs("div",{className:"flex items-center gap-3",children:[e.jsx("span",{className:"text-2xl",children:t.icon}),e.jsxs("div",{children:[e.jsx("h3",{className:"text-lg font-semibold text-gray-800 dark:text-white",children:t.label}),e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400 mt-1",children:t.description})]})]})})}),e.jsxs("div",{className:"p-5",children:[e.jsx(P,{value:a.prompt_value||"",onChange:i=>x(t.key,i),rows:15,placeholder:"Enter prompt template...",className:"font-mono-custom text-sm"}),e.jsxs("div",{className:"flex gap-3 mt-4",children:[e.jsx(p,{onClick:()=>u(t.key),disabled:s[t.key],className:"flex-1",variant:"solid",color:"primary",children:s[t.key]?"Saving...":"Save Prompt"}),e.jsx(p,{onClick:()=>l(t.key),disabled:s[t.key],variant:"outline",children:"Reset to Default"})]})]})]},t.key)})})]}),e.jsxs("div",{className:"mb-8",children:[e.jsxs("div",{className:"mb-4",children:[e.jsx("h2",{className:"text-xl font-semibold text-gray-800 dark:text-white mb-1",children:"Image Generation"}),e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Configure AI image generation prompts"})]}),e.jsx("div",{className:"grid grid-cols-1 lg:grid-cols-2 gap-6",children:v.filter(t=>["image_prompt_extraction","image_prompt_template","negative_prompt"].includes(t.key)).map(t=>{const a=d[t.key]||{prompt_type:t.key,prompt_type_display:t.label,prompt_value:""};return e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-gray-900",children:[e.jsx("div",{className:"p-5 border-b border-gray-200 dark:border-gray-800",children:e.jsx("div",{className:"flex items-center justify-between",children:e.jsxs("div",{className:"flex items-center gap-3",children:[e.jsx("span",{className:"text-2xl",children:t.icon}),e.jsxs("div",{children:[e.jsx("h3",{className:"text-lg font-semibold text-gray-800 dark:text-white",children:t.label}),e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400 mt-1",children:t.description})]})]})})}),e.jsxs("div",{className:"p-5",children:[e.jsx(P,{value:a.prompt_value||"",onChange:i=>x(t.key,i),rows:t.key==="negative_prompt"?4:8,placeholder:"Enter prompt template...",className:"font-mono-custom text-sm"}),e.jsxs("div",{className:"flex gap-3 mt-4",children:[e.jsx(p,{onClick:()=>u(t.key),disabled:s[t.key],className:"flex-1",variant:"solid",color:"primary",children:s[t.key]?"Saving...":"Save Prompt"}),t.key==="image_prompt_template"&&e.jsx(p,{onClick:()=>l(t.key),disabled:s[t.key],variant:"outline",children:"Reset to Default"})]})]})]},t.key)})})]})]})]})}const H=Object.freeze(Object.defineProperty({__proto__:null,default:$},Symbol.toStringTag,{value:"Module"}));function M(){const o=S(),[d,j]=g.useState([]),[b,y]=g.useState(!0),[s,n]=g.useState(!1),[m,u]=g.useState(null),[l,x]=g.useState({name:"",description:"",tone:"",language:"en",is_active:!0});g.useEffect(()=>{t()},[]);const t=async()=>{try{y(!0);const r=await A();j(r.results||[])}catch(r){o.error(`Failed to load author profiles: ${r.message}`)}finally{y(!1)}},a=()=>{u(null),x({name:"",description:"",tone:"",language:"en",is_active:!0}),n(!0)},i=r=>{u(r),x({name:r.name,description:r.description,tone:r.tone,language:r.language,is_active:r.is_active}),n(!0)},c=async()=>{try{m?(await E(m.id,l),o.success("Author profile updated successfully")):(await O(l),o.success("Author profile created successfully")),n(!1),t()}catch(r){o.error(`Failed to save: ${r.message}`)}},h=async r=>{if(confirm("Are you sure you want to delete this author profile?"))try{await T(r),o.success("Author profile deleted successfully"),t()}catch(w){o.error(`Failed to delete: ${w.message}`)}},k=[{name:"name",label:"Name",type:"text",required:!0},{name:"description",label:"Description",type:"textarea",required:!1},{name:"tone",label:"Tone",type:"text",required:!0},{name:"language",label:"Language",type:"text",required:!0},{name:"is_active",label:"Active",type:"checkbox",required:!1}];return e.jsxs("div",{className:"p-6",children:[e.jsx(f,{title:"Author Profiles"}),e.jsxs("div",{className:"mb-6 flex justify-between items-center",children:[e.jsxs("div",{children:[e.jsx("h1",{className:"text-2xl font-bold text-gray-900 dark:text-white",children:"Author Profiles"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mt-1",children:"Manage writing style profiles"})]}),e.jsxs(p,{onClick:a,variant:"primary",children:[e.jsx(I,{className:"w-4 h-4 mr-2"}),"Create Profile"]})]}),b?e.jsx("div",{className:"flex items-center justify-center h-64",children:e.jsx("div",{className:"text-gray-500",children:"Loading..."})}):e.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6",children:d.map(r=>e.jsxs(F,{className:"p-6",children:[e.jsxs("div",{className:"flex justify-between items-start mb-4",children:[e.jsx("h3",{className:"text-lg font-semibold text-gray-900 dark:text-white",children:r.name}),e.jsx(D,{variant:"light",color:r.is_active?"success":"dark",children:r.is_active?"Active":"Inactive"})]}),e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400 mb-4",children:r.description}),e.jsxs("div",{className:"space-y-2 mb-4",children:[e.jsxs("div",{className:"text-sm",children:[e.jsx("span",{className:"text-gray-500 dark:text-gray-400",children:"Tone:"})," ",e.jsx("span",{className:"text-gray-900 dark:text-white",children:r.tone})]}),e.jsxs("div",{className:"text-sm",children:[e.jsx("span",{className:"text-gray-500 dark:text-gray-400",children:"Language:"})," ",e.jsx("span",{className:"text-gray-900 dark:text-white",children:r.language})]})]}),e.jsxs("div",{className:"flex gap-2",children:[e.jsx(p,{variant:"secondary",size:"sm",onClick:()=>i(r),children:"Edit"}),e.jsx(p,{variant:"danger",size:"sm",onClick:()=>h(r.id),children:"Delete"})]})]},r.id))}),e.jsx(G,{isOpen:s,onClose:()=>n(!1),onSave:c,title:m?"Edit Author Profile":"Create Author Profile",fields:k,data:l,onChange:x})]})}const Q=Object.freeze(Object.defineProperty({__proto__:null,default:M},Symbol.toStringTag,{value:"Module"}));function R(){return e.jsxs(e.Fragment,{children:[e.jsx(f,{title:"AI Profile - IGNY8",description:"AI profile settings"}),e.jsx(N,{title:"Coming Soon",desc:"AI profile settings",children:e.jsxs("div",{className:"text-center py-8",children:[e.jsx("p",{className:"text-gray-600 dark:text-gray-400",children:"AI Profile Settings - Coming Soon"}),e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mt-2",children:"Configure AI personality and writing style"})]})})]})}const V=Object.freeze(Object.defineProperty({__proto__:null,default:R},Symbol.toStringTag,{value:"Module"}));function z(){return e.jsxs(e.Fragment,{children:[e.jsx(f,{title:"Strategies - IGNY8",description:"Content strategies"}),e.jsx(N,{title:"Coming Soon",desc:"Content strategies",children:e.jsxs("div",{className:"text-center py-8",children:[e.jsx("p",{className:"text-gray-600 dark:text-gray-400",children:"Content Strategies - Coming Soon"}),e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mt-2",children:"Plan and manage content strategies and approaches"})]})})]})}const X=Object.freeze(Object.defineProperty({__proto__:null,default:z},Symbol.toStringTag,{value:"Module"}));function L(){return e.jsxs(e.Fragment,{children:[e.jsx(f,{title:"Image Testing - IGNY8",description:"AI image testing"}),e.jsx(N,{title:"Coming Soon",desc:"AI image testing",children:e.jsxs("div",{className:"text-center py-8",children:[e.jsx("p",{className:"text-gray-600 dark:text-gray-400",children:"Image Testing - Coming Soon"}),e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mt-2",children:"Test and configure AI image generation capabilities"})]})})]})}const ee=Object.freeze(Object.defineProperty({__proto__:null,default:L},Symbol.toStringTag,{value:"Module"}));export{Q as A,Z as D,ee as I,H as P,X as S,V as a}; diff --git a/frontend/dist/assets/js/pages-thinker-CAze4ZPc.js b/frontend/dist/assets/js/pages-thinker-CAze4ZPc.js deleted file mode 100644 index 5f3e91cd..00000000 --- a/frontend/dist/assets/js/pages-thinker-CAze4ZPc.js +++ /dev/null @@ -1 +0,0 @@ -import{j as e,r as g}from"./vendor-react-core-DjsjKnCi.js";import{P as f,C as N}from"./page-analytics.tsx-1KCk8AGD.js";import{b as C,B as p,o as I}from"./page-authpages-CY7hjDHU.js";import{u as P}from"./page-reference-aC0iABvU.js";import{i as _,S as A,T as E,U as O,V as T}from"./page-dashboard-DxYTR5eF.js";import{C as F}from"./page-components.tsx-DYfg5dka.js";import{F as G}from"./pages-planner-Biqt-k6C.js";import{B as D}from"./page-clusters.config.tsx-9GAd-_h-.js";function Y(){return e.jsxs(e.Fragment,{children:[e.jsx(f,{title:"Thinker Dashboard - IGNY8",description:"AI thinker overview"}),e.jsx(N,{title:"Coming Soon",desc:"AI thinker overview",children:e.jsxs("div",{className:"text-center py-8",children:[e.jsx("p",{className:"text-gray-600 dark:text-gray-400",children:"Thinker Dashboard - Coming Soon"}),e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mt-2",children:"Overview of AI tools and strategies will be displayed here"})]})})]})}const Q=Object.freeze(Object.defineProperty({__proto__:null,default:Y},Symbol.toStringTag,{value:"Module"})),S=({placeholder:o="Enter your message",rows:d=3,value:j="",onChange:b,className:y="",disabled:s=!1,error:n=!1,hint:m=""})=>{const u=x=>{b&&b(x.target.value)};let l=`w-full rounded-lg border px-4 py-2.5 text-sm shadow-theme-xs focus:outline-hidden ${y} `;return s?l+=" bg-gray-100 opacity-50 text-gray-500 border-gray-300 cursor-not-allowed opacity40 dark:bg-gray-800 dark:text-gray-400 dark:border-gray-700":n?l+=" bg-transparent border-gray-300 focus:border-error-300 focus:ring-3 focus:ring-error-500/10 dark:border-gray-700 dark:bg-gray-900 dark:text-white/90 dark:focus:border-error-800":l+=" bg-transparent text-gray-900 dark:text-gray-300 text-gray-900 border-gray-300 focus:border-brand-300 focus:ring-3 focus:ring-brand-500/10 dark:border-gray-700 dark:bg-gray-900 dark:text-white/90 dark:focus:border-brand-800",e.jsxs("div",{className:"relative",children:[e.jsx("textarea",{placeholder:o,rows:d,value:j,onChange:u,disabled:s,className:l}),m&&e.jsx("p",{className:`mt-2 text-sm ${n?"text-error-500":"text-gray-500 dark:text-gray-400"}`,children:m})]})},v=[{key:"clustering",label:"Clustering Prompt",description:"Group keywords into topic clusters. Use [IGNY8_KEYWORDS] to inject keyword data.",icon:"🌐",color:"green"},{key:"ideas",label:"Ideas Generation Prompt",description:"Generate content ideas from clusters. Use [IGNY8_CLUSTERS] and [IGNY8_CLUSTER_KEYWORDS] to inject data.",icon:"💡",color:"amber"},{key:"content_generation",label:"Content Generation Prompt",description:"Generate content from ideas. Use [IGNY8_IDEA], [IGNY8_CLUSTER], and [IGNY8_KEYWORDS] to inject data.",icon:"📝",color:"blue"},{key:"image_prompt_extraction",label:"Image Prompt Extraction",description:"Extract image prompts from article content. Use {title}, {content}, {max_images} placeholders.",icon:"🔍",color:"indigo"},{key:"image_prompt_template",label:"Image Prompt Template",description:"Template for generating image prompts. Use {post_title}, {image_prompt}, {image_type} placeholders.",icon:"🖼️",color:"purple"},{key:"negative_prompt",label:"Negative Prompt",description:"Specify elements to avoid in generated images (text, watermarks, logos, etc.).",icon:"🚫",color:"red"}];function M(){const o=P(),[d,j]=g.useState({}),[b,y]=g.useState(!0),[s,n]=g.useState({});g.useEffect(()=>{m()},[]);const m=async()=>{y(!0);try{const t=v.map(async c=>{try{const h=await _(`/v1/system/prompts/by_type/${c.key}/`);return{key:c.key,data:h}}catch(h){return console.error(`Error loading prompt ${c.key}:`,h),{key:c.key,data:null}}}),a=await Promise.all(t),i={};a.forEach(({key:c,data:h})=>{var k;h?i[c]=h:i[c]={prompt_type:c,prompt_type_display:((k=v.find(r=>r.key===c))==null?void 0:k.label)||c,prompt_value:"",default_prompt:"",is_active:!0}}),j(i)}catch(t){console.error("Error loading prompts:",t),o.error("Failed to load prompts")}finally{y(!1)}},u=async t=>{const a=d[t];if(a){n({...s,[t]:!0});try{const i=await _("/v1/system/prompts/save/",{method:"POST",body:JSON.stringify({prompt_type:t,prompt_value:a.prompt_value})});if(i.success)o.success(i.message||"Prompt saved successfully"),await m();else throw new Error(i.error||"Failed to save prompt")}catch(i){console.error("Error saving prompt:",i),o.error(`Failed to save prompt: ${i.message}`)}finally{n({...s,[t]:!1})}}},l=async t=>{if(confirm("Are you sure you want to reset this prompt to default? This will overwrite any custom changes.")){n({...s,[t]:!0});try{const a=await _("/v1/system/prompts/reset/",{method:"POST",body:JSON.stringify({prompt_type:t})});if(a.success)o.success(a.message||"Prompt reset to default"),await m();else throw new Error(a.error||"Failed to reset prompt")}catch(a){console.error("Error resetting prompt:",a),o.error(`Failed to reset prompt: ${a.message}`)}finally{n({...s,[t]:!1})}}},x=(t,a)=>{j({...d,[t]:{...d[t],prompt_value:a}})};return b?e.jsxs(e.Fragment,{children:[e.jsx(f,{title:"Prompts - IGNY8",description:"AI prompts management"}),e.jsx("div",{className:"flex items-center justify-center min-h-screen",children:e.jsxs("div",{className:"text-center",children:[e.jsx("div",{className:"animate-spin rounded-full h-12 w-12 border-b-2 border-primary-500 mx-auto"}),e.jsx("p",{className:"mt-4 text-gray-600 dark:text-gray-400",children:"Loading prompts..."})]})})]}):e.jsxs(e.Fragment,{children:[e.jsx(f,{title:"Prompts - IGNY8",description:"AI prompts management"}),e.jsxs("div",{className:"p-6",children:[e.jsxs("div",{className:"mb-6",children:[e.jsxs("div",{className:"flex items-center gap-3 mb-2",children:[e.jsx(C,{className:"text-primary-500 size-6"}),e.jsx("h1",{className:"text-2xl font-semibold text-gray-800 dark:text-white",children:"AI Prompts Management"})]}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400",children:"Configure AI prompt templates for clustering, idea generation, content writing, and image generation"})]}),e.jsxs("div",{className:"mb-8",children:[e.jsxs("div",{className:"mb-4",children:[e.jsx("h2",{className:"text-xl font-semibold text-gray-800 dark:text-white mb-1",children:"Planner Prompts"}),e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Configure AI prompt templates for clustering and idea generation"})]}),e.jsx("div",{className:"grid grid-cols-1 lg:grid-cols-2 gap-6",children:v.filter(t=>["clustering","ideas"].includes(t.key)).map(t=>{const a=d[t.key]||{prompt_type:t.key,prompt_type_display:t.label,prompt_value:""};return e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-gray-900",children:[e.jsx("div",{className:"p-5 border-b border-gray-200 dark:border-gray-800",children:e.jsx("div",{className:"flex items-center justify-between",children:e.jsxs("div",{className:"flex items-center gap-3",children:[e.jsx("span",{className:"text-2xl",children:t.icon}),e.jsxs("div",{children:[e.jsx("h3",{className:"text-lg font-semibold text-gray-800 dark:text-white",children:t.label}),e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400 mt-1",children:t.description})]})]})})}),e.jsxs("div",{className:"p-5",children:[e.jsx(S,{value:a.prompt_value||"",onChange:i=>x(t.key,i),rows:12,placeholder:"Enter prompt template...",className:"font-mono-custom text-sm"}),e.jsxs("div",{className:"flex gap-3 mt-4",children:[e.jsx(p,{onClick:()=>u(t.key),disabled:s[t.key],className:"flex-1",variant:"solid",color:"primary",children:s[t.key]?"Saving...":"Save Prompt"}),e.jsx(p,{onClick:()=>l(t.key),disabled:s[t.key],variant:"outline",children:"Reset to Default"})]})]})]},t.key)})})]}),e.jsxs("div",{className:"mb-8",children:[e.jsxs("div",{className:"mb-4",children:[e.jsx("h2",{className:"text-xl font-semibold text-gray-800 dark:text-white mb-1",children:"Writer Prompts"}),e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Configure AI prompt templates for content writing"})]}),e.jsx("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-gray-900",children:v.filter(t=>t.key==="content_generation").map(t=>{const a=d[t.key]||{prompt_type:t.key,prompt_type_display:t.label,prompt_value:""};return e.jsxs("div",{children:[e.jsx("div",{className:"p-5 border-b border-gray-200 dark:border-gray-800",children:e.jsx("div",{className:"flex items-center justify-between",children:e.jsxs("div",{className:"flex items-center gap-3",children:[e.jsx("span",{className:"text-2xl",children:t.icon}),e.jsxs("div",{children:[e.jsx("h3",{className:"text-lg font-semibold text-gray-800 dark:text-white",children:t.label}),e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400 mt-1",children:t.description})]})]})})}),e.jsxs("div",{className:"p-5",children:[e.jsx(S,{value:a.prompt_value||"",onChange:i=>x(t.key,i),rows:15,placeholder:"Enter prompt template...",className:"font-mono-custom text-sm"}),e.jsxs("div",{className:"flex gap-3 mt-4",children:[e.jsx(p,{onClick:()=>u(t.key),disabled:s[t.key],className:"flex-1",variant:"solid",color:"primary",children:s[t.key]?"Saving...":"Save Prompt"}),e.jsx(p,{onClick:()=>l(t.key),disabled:s[t.key],variant:"outline",children:"Reset to Default"})]})]})]},t.key)})})]}),e.jsxs("div",{className:"mb-8",children:[e.jsxs("div",{className:"mb-4",children:[e.jsx("h2",{className:"text-xl font-semibold text-gray-800 dark:text-white mb-1",children:"Image Generation"}),e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Configure AI image generation prompts"})]}),e.jsx("div",{className:"grid grid-cols-1 lg:grid-cols-2 gap-6",children:v.filter(t=>["image_prompt_extraction","image_prompt_template","negative_prompt"].includes(t.key)).map(t=>{const a=d[t.key]||{prompt_type:t.key,prompt_type_display:t.label,prompt_value:""};return e.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-gray-900",children:[e.jsx("div",{className:"p-5 border-b border-gray-200 dark:border-gray-800",children:e.jsx("div",{className:"flex items-center justify-between",children:e.jsxs("div",{className:"flex items-center gap-3",children:[e.jsx("span",{className:"text-2xl",children:t.icon}),e.jsxs("div",{children:[e.jsx("h3",{className:"text-lg font-semibold text-gray-800 dark:text-white",children:t.label}),e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400 mt-1",children:t.description})]})]})})}),e.jsxs("div",{className:"p-5",children:[e.jsx(S,{value:a.prompt_value||"",onChange:i=>x(t.key,i),rows:t.key==="negative_prompt"?4:8,placeholder:"Enter prompt template...",className:"font-mono-custom text-sm"}),e.jsxs("div",{className:"flex gap-3 mt-4",children:[e.jsx(p,{onClick:()=>u(t.key),disabled:s[t.key],className:"flex-1",variant:"solid",color:"primary",children:s[t.key]?"Saving...":"Save Prompt"}),t.key==="image_prompt_template"&&e.jsx(p,{onClick:()=>l(t.key),disabled:s[t.key],variant:"outline",children:"Reset to Default"})]})]})]},t.key)})})]})]})]})}const X=Object.freeze(Object.defineProperty({__proto__:null,default:M},Symbol.toStringTag,{value:"Module"}));function $(){const o=P(),[d,j]=g.useState([]),[b,y]=g.useState(!0),[s,n]=g.useState(!1),[m,u]=g.useState(null),[l,x]=g.useState({name:"",description:"",tone:"",language:"en",is_active:!0});g.useEffect(()=>{t()},[]);const t=async()=>{try{y(!0);const r=await A();j(r.results||[])}catch(r){o.error(`Failed to load author profiles: ${r.message}`)}finally{y(!1)}},a=()=>{u(null),x({name:"",description:"",tone:"",language:"en",is_active:!0}),n(!0)},i=r=>{u(r),x({name:r.name,description:r.description,tone:r.tone,language:r.language,is_active:r.is_active}),n(!0)},c=async()=>{try{m?(await E(m.id,l),o.success("Author profile updated successfully")):(await O(l),o.success("Author profile created successfully")),n(!1),t()}catch(r){o.error(`Failed to save: ${r.message}`)}},h=async r=>{if(confirm("Are you sure you want to delete this author profile?"))try{await T(r),o.success("Author profile deleted successfully"),t()}catch(w){o.error(`Failed to delete: ${w.message}`)}},k=[{name:"name",label:"Name",type:"text",required:!0},{name:"description",label:"Description",type:"textarea",required:!1},{name:"tone",label:"Tone",type:"text",required:!0},{name:"language",label:"Language",type:"text",required:!0},{name:"is_active",label:"Active",type:"checkbox",required:!1}];return e.jsxs("div",{className:"p-6",children:[e.jsx(f,{title:"Author Profiles"}),e.jsxs("div",{className:"mb-6 flex justify-between items-center",children:[e.jsxs("div",{children:[e.jsx("h1",{className:"text-2xl font-bold text-gray-900 dark:text-white",children:"Author Profiles"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mt-1",children:"Manage writing style profiles"})]}),e.jsxs(p,{onClick:a,variant:"primary",children:[e.jsx(I,{className:"w-4 h-4 mr-2"}),"Create Profile"]})]}),b?e.jsx("div",{className:"flex items-center justify-center h-64",children:e.jsx("div",{className:"text-gray-500",children:"Loading..."})}):e.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6",children:d.map(r=>e.jsxs(F,{className:"p-6",children:[e.jsxs("div",{className:"flex justify-between items-start mb-4",children:[e.jsx("h3",{className:"text-lg font-semibold text-gray-900 dark:text-white",children:r.name}),e.jsx(D,{variant:"light",color:r.is_active?"success":"dark",children:r.is_active?"Active":"Inactive"})]}),e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400 mb-4",children:r.description}),e.jsxs("div",{className:"space-y-2 mb-4",children:[e.jsxs("div",{className:"text-sm",children:[e.jsx("span",{className:"text-gray-500 dark:text-gray-400",children:"Tone:"})," ",e.jsx("span",{className:"text-gray-900 dark:text-white",children:r.tone})]}),e.jsxs("div",{className:"text-sm",children:[e.jsx("span",{className:"text-gray-500 dark:text-gray-400",children:"Language:"})," ",e.jsx("span",{className:"text-gray-900 dark:text-white",children:r.language})]})]}),e.jsxs("div",{className:"flex gap-2",children:[e.jsx(p,{variant:"secondary",size:"sm",onClick:()=>i(r),children:"Edit"}),e.jsx(p,{variant:"danger",size:"sm",onClick:()=>h(r.id),children:"Delete"})]})]},r.id))}),e.jsx(G,{isOpen:s,onClose:()=>n(!1),onSave:c,title:m?"Edit Author Profile":"Create Author Profile",fields:k,data:l,onChange:x})]})}const Z=Object.freeze(Object.defineProperty({__proto__:null,default:$},Symbol.toStringTag,{value:"Module"}));function R(){return e.jsxs(e.Fragment,{children:[e.jsx(f,{title:"AI Profile - IGNY8",description:"AI profile settings"}),e.jsx(N,{title:"Coming Soon",desc:"AI profile settings",children:e.jsxs("div",{className:"text-center py-8",children:[e.jsx("p",{className:"text-gray-600 dark:text-gray-400",children:"AI Profile Settings - Coming Soon"}),e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mt-2",children:"Configure AI personality and writing style"})]})})]})}const ee=Object.freeze(Object.defineProperty({__proto__:null,default:R},Symbol.toStringTag,{value:"Module"}));function z(){return e.jsxs(e.Fragment,{children:[e.jsx(f,{title:"Strategies - IGNY8",description:"Content strategies"}),e.jsx(N,{title:"Coming Soon",desc:"Content strategies",children:e.jsxs("div",{className:"text-center py-8",children:[e.jsx("p",{className:"text-gray-600 dark:text-gray-400",children:"Content Strategies - Coming Soon"}),e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mt-2",children:"Plan and manage content strategies and approaches"})]})})]})}const te=Object.freeze(Object.defineProperty({__proto__:null,default:z},Symbol.toStringTag,{value:"Module"}));function L(){return e.jsxs(e.Fragment,{children:[e.jsx(f,{title:"Image Testing - IGNY8",description:"AI image testing"}),e.jsx(N,{title:"Coming Soon",desc:"AI image testing",children:e.jsxs("div",{className:"text-center py-8",children:[e.jsx("p",{className:"text-gray-600 dark:text-gray-400",children:"Image Testing - Coming Soon"}),e.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mt-2",children:"Test and configure AI image generation capabilities"})]})})]})}const re=Object.freeze(Object.defineProperty({__proto__:null,default:L},Symbol.toStringTag,{value:"Module"}));export{Z as A,Q as D,re as I,X as P,te as S,ee as a}; diff --git a/frontend/dist/assets/js/pages-writer-BGmP8pSS.js b/frontend/dist/assets/js/pages-writer-BGmP8pSS.js new file mode 100644 index 00000000..4225e65b --- /dev/null +++ b/frontend/dist/assets/js/pages-writer-BGmP8pSS.js @@ -0,0 +1,116 @@ +const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/js/vendor-charts-BCGhWx_0.js","assets/js/vendor-react-core-DRQGgXXF.js","assets/js/vendor-other-DTCyBslD.js","assets/css/vendor-other-BsM4JrO0.css"])))=>i.map(i=>d[i]); +import{_ as st}from"./marketing-marketingapp.tsx-D0Y0OkFz.js";import{r as a,j as e}from"./vendor-react-core-DRQGgXXF.js";import{b as ze,L as at,c as rt}from"./vendor-react-router-P1WQ4rUN.js";import{P as Ne,l as Le,e as be,v as We,g as nt,b as lt,w as ot,k as Ge,s as it,x as qe,p as Ae,y as dt,n as Fe,f as Pe,o as ct,L as ut,B as Re}from"./page-authpages-BaiNliVr.js";import{a as gt,b as Ee,E as ve,C as pe,m as He,a0 as Ve,a1 as Qe,u as _e,a2 as mt,a3 as pt,a4 as xt,a5 as ht,a6 as ft,k as bt,a7 as yt,a8 as kt,a9 as jt,aa as vt,n as wt,ab as Nt,ac as _t,ad as St,ae as Ct}from"./page-dashboard-CuOyqq-s.js";import{W as It,P as Be,u as Ye,a as Je,b as Ke,T as $e,c as Xe,F as Tt,S as Mt}from"./pages-planner-dv4ygB5K.js";import{P as Se}from"./page-reference-wEKoPZ-s.js";import{c as Ft}from"./page-content.config.tsx-Bu5_tL3S.js";import{c as Pt}from"./page-images.config.tsx-D2qUfhK2.js";import{M as Oe}from"./page-components.tsx-4vErPdxY.js";import{c as Et}from"./page-tasks.config.tsx-DbwIlrdw.js";const we=a.lazy(()=>st(()=>import("./vendor-charts-BCGhWx_0.js").then(t=>t.r),__vite__mapDeps([0,1,2,3])).then(t=>({default:t.default})));function $t(){const t=ze(),{activeSite:c}=gt(),{activeSector:d}=Ee(),[s,_]=a.useState(null),[k,S]=a.useState(!0),[I,P]=a.useState(new Date),[g,D]=a.useState({tasks:0,content:0,images:0}),E=async()=>{try{S(!0);const[b,j,u]=await Promise.all([He({page_size:1e3,sector_id:d==null?void 0:d.id}),Ve({page_size:1e3,sector_id:d==null?void 0:d.id}),Qe({page_size:1e3,sector_id:d==null?void 0:d.id})]),M=b.results||[],V={};let n=0,p=0;M.forEach(h=>{V[h.status||"draft"]=(V[h.status||"draft"]||0)+1,h.word_count&&(n+=h.word_count,p++)});const l=M.filter(h=>h.status==="draft"||h.status==="pending").length,m=M.filter(h=>h.status==="in_progress"||h.status==="review").length,i=M.filter(h=>h.status==="completed"||h.status==="published").length,w=p>0?Math.round(n/p):0,N=j.results||[],A={},y={};let v=0,O=0;N.forEach(h=>{A[h.status||"draft"]=(A[h.status||"draft"]||0)+1,h.word_count&&(v+=h.word_count,O++)});const G=N.filter(h=>h.status==="draft").length,ee=N.filter(h=>h.status==="review").length,re=N.filter(h=>h.status==="published").length,he=O>0?Math.round(v/O):0,te=u.results||[],ue={},F={};te.forEach(h=>{ue[h.status||"pending"]=(ue[h.status||"pending"]||0)+1,h.image_type&&(F[h.image_type]=(F[h.image_type]||0)+1)});const ce=te.filter(h=>h.status==="generated"&&h.image_url).length,ge=te.filter(h=>h.status==="pending"||h.status==="draft"||!h.image_url).length,xe=te.filter(h=>h.status==="failed"||h.status==="error").length,se=new Date,me=new Date(se.getTime()-7*24*60*60*1e3),de=new Date(se.getTime()-30*24*60*60*1e3),X=N.filter(h=>h.generated_at?new Date(h.generated_at)>=me:!1).length,q=N.filter(h=>h.generated_at?new Date(h.generated_at)>=de:!1).length,fe=N.length>0?Math.round(re/N.length*100):0;s&&D({tasks:M.length-s.tasks.total,content:N.length-s.content.total,images:te.length-s.images.total}),_({tasks:{total:M.length,byStatus:V,pending:l,inProgress:m,completed:i,avgWordCount:w,totalWordCount:n},content:{total:N.length,drafts:G,review:ee,published:re,totalWordCount:v,avgWordCount:he,byContentType:y},images:{total:te.length,generated:ce,pending:ge,failed:xe,byType:F},workflow:{tasksCreated:M.length>0,contentGenerated:N.length>0,imagesGenerated:ce>0,readyToPublish:re>0},productivity:{contentThisWeek:X,contentThisMonth:q,avgGenerationTime:0,publishRate:fe}}),P(new Date)}catch(b){console.error("Error fetching dashboard data:",b)}finally{S(!1)}};a.useEffect(()=>{E();const b=setInterval(E,3e4);return()=>clearInterval(b)},[d==null?void 0:d.id,c==null?void 0:c.id]);const z=a.useMemo(()=>{if(!s)return null;const b={chart:{type:"donut",fontFamily:"Outfit, sans-serif",toolbar:{show:!1}},labels:Object.keys(s.tasks.byStatus).filter(u=>s.tasks.byStatus[u]>0),colors:["#465FFF","#F59E0B","#10B981","#EF4444","#8B5CF6"],legend:{position:"bottom",fontFamily:"Outfit",show:!0},dataLabels:{enabled:!1},tooltip:{enabled:!0,y:{formatter:(u,{seriesIndex:M,w:V})=>`${V.globals.labels[M]||""}: ${u}`}},plotOptions:{pie:{donut:{size:"70%",labels:{show:!0,name:{show:!1},value:{show:!0,fontSize:"24px",fontWeight:700,color:"#465FFF",fontFamily:"Outfit",formatter:()=>{const u=Object.values(s.tasks.byStatus).reduce((M,V)=>M+V,0);return u>0?u.toString():"0"}},total:{show:!1}}}}}},j=Object.keys(s.tasks.byStatus).filter(u=>s.tasks.byStatus[u]>0).map(u=>s.tasks.byStatus[u]);return{options:b,series:j}},[s]),x=a.useMemo(()=>{if(!s)return null;const b={chart:{type:"bar",fontFamily:"Outfit, sans-serif",toolbar:{show:!1},height:250},colors:["#465FFF","#F59E0B","#10B981"],plotOptions:{bar:{horizontal:!1,columnWidth:"55%",borderRadius:5}},dataLabels:{enabled:!0},xaxis:{categories:["Drafts","In Review","Published"],labels:{style:{fontFamily:"Outfit"}}},yaxis:{labels:{style:{fontFamily:"Outfit"}}},grid:{strokeDashArray:4}},j=[{name:"Content",data:[s.content.drafts,s.content.review,s.content.published]}];return{options:b,series:j}},[s]),Q=a.useMemo(()=>{if(!s||Object.keys(s.images.byType).length===0)return null;const b={chart:{type:"bar",fontFamily:"Outfit, sans-serif",toolbar:{show:!1},height:250},colors:["#10B981"],plotOptions:{bar:{horizontal:!0,borderRadius:5}},dataLabels:{enabled:!0},xaxis:{categories:Object.keys(s.images.byType),labels:{style:{fontFamily:"Outfit",fontSize:"12px"}}},yaxis:{labels:{style:{fontFamily:"Outfit"}}}},j=[{name:"Images",data:Object.values(s.images.byType)}];return{options:b,series:j}},[s]),W=a.useMemo(()=>{if(!s)return null;const b={chart:{type:"area",fontFamily:"Outfit, sans-serif",toolbar:{show:!1},height:200},colors:["#465FFF"],stroke:{curve:"smooth",width:2},fill:{type:"gradient",gradient:{opacityFrom:.6,opacityTo:.1}},xaxis:{categories:["Week","Month"],labels:{style:{fontFamily:"Outfit"}}},yaxis:{labels:{style:{fontFamily:"Outfit"}}},grid:{strokeDashArray:4},dataLabels:{enabled:!0}},j=[{name:"Content Created",data:[s.productivity.contentThisWeek,s.productivity.contentThisMonth]}];return{options:b,series:j}},[s]);if(k&&!s)return e.jsxs(e.Fragment,{children:[e.jsx(Ne,{title:"Writer Dashboard - IGNY8",description:"Content creation overview"}),e.jsx("div",{className:"flex items-center justify-center h-96",children:e.jsxs("div",{className:"text-center",children:[e.jsx("div",{className:"inline-block animate-spin rounded-full h-12 w-12 border-4 border-brand-500 border-t-transparent"}),e.jsx("p",{className:"mt-4 text-gray-600 dark:text-gray-400",children:"Loading dashboard data..."})]})})]});if(!s&&!k)return e.jsxs(e.Fragment,{children:[e.jsx(Ne,{title:"Writer Dashboard - IGNY8",description:"Content creation overview"}),e.jsx("div",{className:"text-center py-12",children:e.jsx("p",{className:"text-gray-600 dark:text-gray-400",children:d?"No data available for the selected sector.":"No data available. Select a sector or wait for data to load."})})]});if(!s)return null;const J=[{number:1,title:"Create Tasks",status:s.workflow.tasksCreated?"completed":"pending",count:s.tasks.total,path:"/writer/tasks"},{number:2,title:"Generate Content",status:s.workflow.contentGenerated?"completed":"pending",count:s.content.total,path:"/writer/content"},{number:3,title:"Generate Images",status:s.workflow.imagesGenerated?"completed":"pending",count:s.images.generated,path:"/writer/images"},{number:4,title:"Publish",status:s.workflow.readyToPublish?"completed":"pending",count:s.content.published,path:"/writer/published"}],H=s.tasks.total>0?Math.round(s.tasks.completed/s.tasks.total*100):0,Z=[...s.tasks.pending>0?[{text:`${s.tasks.pending} tasks pending content generation`,action:"Generate Content",path:"/writer/tasks"}]:[],...s.content.drafts>0?[{text:`${s.content.drafts} drafts ready for review`,action:"Review Content",path:"/writer/content"}]:[],...s.images.pending>0?[{text:`${s.images.pending} images pending generation`,action:"Generate Images",path:"/writer/images"}]:[],...s.content.review>0?[{text:`${s.content.review} content pieces ready to publish`,action:"Publish Content",path:"/writer/published"}]:[]];return e.jsxs(e.Fragment,{children:[e.jsx(Ne,{title:"Writer Dashboard - IGNY8",description:"Content creation overview"}),e.jsxs("div",{className:"space-y-5 sm:space-y-6",children:[e.jsx(Se,{title:"Writer Dashboard",lastUpdated:I,showRefresh:!0,onRefresh:E,badge:{icon:e.jsx(Le,{}),color:"blue"}}),e.jsx("div",{className:"rounded-2xl border border-gray-200 bg-gradient-to-br from-brand-50 to-white dark:from-brand-500/10 dark:to-gray-800/50 dark:border-gray-800 p-6 md:p-8",children:e.jsxs("div",{className:"flex items-center justify-between",children:[e.jsxs("div",{children:[e.jsx("p",{className:"text-sm font-medium text-gray-600 dark:text-gray-400",children:"Content Creation Progress"}),e.jsx("h3",{className:"mt-2 text-3xl font-bold text-gray-800 dark:text-white/90",children:s.content.published>0?e.jsxs(e.Fragment,{children:[s.content.published," Content Pieces Published"]}):s.content.review>0?e.jsxs(e.Fragment,{children:[s.content.review," Pieces Ready to Publish"]}):s.content.drafts>0?e.jsxs(e.Fragment,{children:[s.content.drafts," Drafts Ready for Review"]}):s.tasks.total>0?e.jsxs(e.Fragment,{children:[s.tasks.total," Tasks Created"]}):e.jsx(e.Fragment,{children:"Ready to Create Content"})}),e.jsxs("p",{className:"mt-2 text-sm text-gray-500 dark:text-gray-400",children:[s.tasks.total," tasks • ",s.content.total," content pieces • ",s.images.generated," images generated"]})]}),e.jsxs("div",{className:"hidden md:flex items-center gap-4",children:[e.jsxs("div",{className:"text-center",children:[e.jsxs("div",{className:"text-2xl font-bold text-brand-500",children:[H,"%"]}),e.jsx("div",{className:"text-xs text-gray-500 dark:text-gray-400",children:"Complete"})]}),e.jsxs("div",{className:"text-center",children:[e.jsxs("div",{className:"text-2xl font-bold text-success-500",children:[s.productivity.publishRate,"%"]}),e.jsx("div",{className:"text-xs text-gray-500 dark:text-gray-400",children:"Published"})]}),e.jsxs("div",{className:"text-center",children:[e.jsxs("div",{className:"text-2xl font-bold text-warning-500",children:[s.images.generated>0?Math.round(s.images.generated/s.images.total*100):0,"%"]}),e.jsx("div",{className:"text-xs text-gray-500 dark:text-gray-400",children:"Images"})]})]})]})}),e.jsxs("div",{className:"grid grid-cols-1 gap-4 md:grid-cols-2 lg:grid-cols-4 md:gap-6",children:[e.jsx(ve,{title:"Total Tasks",value:s.tasks.total,subtitle:`${s.tasks.completed} completed • ${s.tasks.pending} pending`,trend:g.tasks,icon:e.jsx(be,{className:"size-6"}),accentColor:"blue",href:"/writer/tasks",details:[{label:"Total Tasks",value:s.tasks.total},{label:"Completed",value:s.tasks.completed},{label:"Pending",value:s.tasks.pending},{label:"In Progress",value:s.tasks.inProgress},{label:"Avg Word Count",value:s.tasks.avgWordCount}]}),e.jsx(ve,{title:"Content Pieces",value:s.content.total,subtitle:`${s.content.published} published • ${s.content.drafts} drafts`,trend:g.content,icon:e.jsx(Le,{className:"size-6"}),accentColor:"green",href:"/writer/content",details:[{label:"Total Content",value:s.content.total},{label:"Published",value:s.content.published},{label:"In Review",value:s.content.review},{label:"Drafts",value:s.content.drafts},{label:"Avg Word Count",value:s.content.avgWordCount.toLocaleString()}]}),e.jsx(ve,{title:"Images Generated",value:s.images.generated,subtitle:`${s.images.total} total • ${s.images.pending} pending`,trend:g.images,icon:e.jsx(We,{className:"size-6"}),accentColor:"orange",href:"/writer/images",details:[{label:"Generated",value:s.images.generated},{label:"Total Images",value:s.images.total},{label:"Pending",value:s.images.pending},{label:"Failed",value:s.images.failed}]}),e.jsx(ve,{title:"Publish Rate",value:`${s.productivity.publishRate}%`,subtitle:`${s.content.published} of ${s.content.total} published`,icon:e.jsx(nt,{className:"size-6"}),accentColor:"purple",href:"/writer/published",details:[{label:"Publish Rate",value:`${s.productivity.publishRate}%`},{label:"Published",value:s.content.published},{label:"Total Content",value:s.content.total},{label:"This Week",value:s.productivity.contentThisWeek},{label:"This Month",value:s.productivity.contentThisMonth}]})]}),e.jsx(pe,{title:"Writer Workflow Pipeline",desc:"Track your content creation progress through each stage",children:e.jsx(It,{steps:J.map(b=>({number:b.number,title:b.title,status:b.status==="completed"?"completed":b.status==="in_progress"?"in_progress":"pending",count:b.count||0,path:b.path,description:b.title,details:b.status==="completed"?`✓ ${b.title} completed with ${b.count} items`:b.status==="pending"?`→ ${b.title} pending - ${b.count} items ready`:`⟳ ${b.title} in progress`})),onStepClick:b=>{t(b.path)},showConnections:!0})}),e.jsxs("div",{className:"grid grid-cols-1 gap-6 lg:grid-cols-3",children:[e.jsx(pe,{title:"Productivity Metrics",desc:"Content creation performance",className:"lg:col-span-1",children:e.jsxs("div",{className:"space-y-6",children:[e.jsxs("div",{children:[e.jsxs("div",{className:"flex items-center justify-between mb-2",children:[e.jsx("span",{className:"text-sm font-medium text-gray-700 dark:text-gray-300",children:"Task Completion"}),e.jsxs("span",{className:"text-sm font-semibold text-gray-800 dark:text-white/90",children:[H,"%"]})]}),e.jsx(Be,{value:H,color:"primary",size:"md"}),e.jsxs("p",{className:"mt-1 text-xs text-gray-500 dark:text-gray-400",children:[s.tasks.completed," of ",s.tasks.total," tasks completed"]})]}),e.jsxs("div",{children:[e.jsxs("div",{className:"flex items-center justify-between mb-2",children:[e.jsx("span",{className:"text-sm font-medium text-gray-700 dark:text-gray-300",children:"Publish Rate"}),e.jsxs("span",{className:"text-sm font-semibold text-gray-800 dark:text-white/90",children:[s.productivity.publishRate,"%"]})]}),e.jsx(Be,{value:s.productivity.publishRate,color:"success",size:"md"}),e.jsxs("p",{className:"mt-1 text-xs text-gray-500 dark:text-gray-400",children:[s.content.published," of ",s.content.total," content published"]})]}),e.jsx("div",{className:"pt-4 border-t border-gray-200 dark:border-gray-800",children:e.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[e.jsxs("div",{children:[e.jsx("p",{className:"text-xs text-gray-500 dark:text-gray-400 mb-1",children:"This Week"}),e.jsx("p",{className:"text-lg font-bold text-gray-800 dark:text-white/90",children:s.productivity.contentThisWeek})]}),e.jsxs("div",{children:[e.jsx("p",{className:"text-xs text-gray-500 dark:text-gray-400 mb-1",children:"This Month"}),e.jsx("p",{className:"text-lg font-bold text-gray-800 dark:text-white/90",children:s.productivity.contentThisMonth})]})]})}),e.jsx("div",{className:"pt-4 border-t border-gray-200 dark:border-gray-800",children:e.jsxs("div",{children:[e.jsx("p",{className:"text-xs text-gray-500 dark:text-gray-400 mb-1",children:"Avg Word Count"}),e.jsx("p",{className:"text-lg font-bold text-gray-800 dark:text-white/90",children:s.content.avgWordCount.toLocaleString()}),e.jsxs("p",{className:"text-xs text-gray-500 dark:text-gray-400 mt-1",children:[s.content.totalWordCount.toLocaleString()," total words"]})]})})]})}),x&&e.jsx(pe,{title:"Content by Status",desc:"Distribution across workflow stages",className:"lg:col-span-2",children:e.jsx(a.Suspense,{fallback:e.jsx("div",{className:"flex items-center justify-center h-[300px]",children:e.jsx("div",{className:"animate-spin rounded-full h-8 w-8 border-4 border-brand-500 border-t-transparent"})}),children:e.jsx(we,{options:x.options,series:x.series,type:"bar",height:300})})})]}),e.jsxs("div",{className:"grid grid-cols-1 gap-6 lg:grid-cols-2",children:[z&&e.jsx(pe,{title:"Tasks by Status",desc:"Task distribution across statuses",children:e.jsx(a.Suspense,{fallback:e.jsx("div",{className:"flex items-center justify-center h-[300px]",children:e.jsx("div",{className:"animate-spin rounded-full h-8 w-8 border-4 border-brand-500 border-t-transparent"})}),children:e.jsx(we,{options:z.options,series:z.series,type:"donut",height:300})})}),Q?e.jsx(pe,{title:"Images by Type",desc:"Image generation breakdown",children:e.jsx(a.Suspense,{fallback:e.jsx("div",{className:"flex items-center justify-center h-[300px]",children:e.jsx("div",{className:"animate-spin rounded-full h-8 w-8 border-4 border-brand-500 border-t-transparent"})}),children:e.jsx(we,{options:Q.options,series:Q.series,type:"bar",height:300})})}):e.jsx(pe,{title:"Images Overview",desc:"Image generation status",children:e.jsxs("div",{className:"space-y-4",children:[e.jsxs("div",{className:"flex items-center justify-between p-4 rounded-lg bg-gray-50 dark:bg-gray-900/50",children:[e.jsx("span",{className:"text-sm font-medium text-gray-700 dark:text-gray-300",children:"Generated"}),e.jsx("span",{className:"text-lg font-bold text-success-500",children:s.images.generated})]}),e.jsxs("div",{className:"flex items-center justify-between p-4 rounded-lg bg-gray-50 dark:bg-gray-900/50",children:[e.jsx("span",{className:"text-sm font-medium text-gray-700 dark:text-gray-300",children:"Pending"}),e.jsx("span",{className:"text-lg font-bold text-warning-500",children:s.images.pending})]}),e.jsxs("div",{className:"flex items-center justify-between p-4 rounded-lg bg-gray-50 dark:bg-gray-900/50",children:[e.jsx("span",{className:"text-sm font-medium text-gray-700 dark:text-gray-300",children:"Failed"}),e.jsx("span",{className:"text-lg font-bold text-error-500",children:s.images.failed})]})]})})]}),W&&e.jsx(pe,{title:"Content Creation Trend",desc:"Content created this week and month",children:e.jsx(a.Suspense,{fallback:e.jsx("div",{className:"flex items-center justify-center h-[200px]",children:e.jsx("div",{className:"animate-spin rounded-full h-8 w-8 border-4 border-brand-500 border-t-transparent"})}),children:e.jsx(we,{options:W.options,series:W.series,type:"area",height:200})})}),Z.length>0&&e.jsx(pe,{title:"Next Actions",desc:"Actionable items requiring attention",children:e.jsx("div",{className:"space-y-3",children:Z.map((b,j)=>e.jsxs("div",{className:"flex items-center justify-between p-4 rounded-lg bg-gradient-to-r from-gray-50 to-white dark:from-gray-900/50 dark:to-gray-800/50 border border-gray-200 dark:border-gray-800 hover:border-brand-300 dark:hover:border-brand-500/30 transition-all group",children:[e.jsx("span",{className:"text-sm font-medium text-gray-700 dark:text-gray-300",children:b.text}),e.jsxs(at,{to:b.path,className:"inline-flex items-center gap-2 text-sm font-medium text-brand-500 hover:text-brand-600 group-hover:translate-x-1 transition-transform",children:[b.action,e.jsx(lt,{className:"size-4"})]})]},j))})})]})]})}const is=Object.freeze(Object.defineProperty({__proto__:null,default:$t},Symbol.toStringTag,{value:"Module"}));function De(){const t=_e(),{activeSector:c}=Ee(),{pageSize:d}=Ye(),[s,_]=a.useState([]),[k,S]=a.useState([]),[I,P]=a.useState(!0),[g,D]=a.useState(""),[E,z]=a.useState(""),[x,Q]=a.useState(""),[W,J]=a.useState(""),[H,Z]=a.useState(""),[b,j]=a.useState([]),[u,M]=a.useState(1),[V,n]=a.useState(1),[p,l]=a.useState(0),[m,i]=a.useState("created_at"),[w,N]=a.useState("desc"),[A,y]=a.useState(!1),[v,O]=a.useState(!1),[G,ee]=a.useState(!1),[re,he]=a.useState(null),[te,ue]=a.useState({title:"",description:"",keywords:"",cluster_id:null,content_structure:"blog_post",content_type:"blog_post",status:"queued",word_count:0}),F=Je(),[ce,ge]=a.useState([]),xe=Ke(),se=a.useRef(null),me=a.useRef(-1),de=a.useRef(!1),X=a.useCallback(r=>{xe&&ge(f=>[...f,r])},[xe]);a.useEffect(()=>{(async()=>{try{const f=await bt({ordering:"name"});S(f.results||[])}catch(f){console.error("Error fetching clusters:",f)}})()},[]);const q=a.useCallback(async()=>{P(!0),y(!1);try{const r=m?`${w==="desc"?"-":""}${m}`:"-created_at",f={...g&&{search:g},...E&&{status:E},...x&&{cluster_id:x},...W&&{content_structure:W},...H&&{content_type:H},page:u,page_size:d,ordering:r},T=await He(f);_(T.results||[]),l(T.count||0),n(Math.ceil((T.count||0)/d)),setTimeout(()=>{y(!0),P(!1)},100)}catch(r){console.error("Error loading tasks:",r),t.error(`Failed to load tasks: ${r.message}`),y(!0),P(!1)}},[u,E,x,W,H,m,w,g,c,d]);a.useEffect(()=>{q()},[q]),a.useEffect(()=>{const r=()=>{q()},f=()=>{q()};return window.addEventListener("siteChanged",r),window.addEventListener("sectorChanged",f),()=>{window.removeEventListener("siteChanged",r),window.removeEventListener("sectorChanged",f)}},[q]),a.useEffect(()=>{M(1)},[d]),a.useEffect(()=>{const r=setTimeout(()=>{u===1?q():M(1)},500);return()=>clearTimeout(r)},[g,u,q]);const fe=(r,f)=>{i(r||"created_at"),N(f),M(1)},h=a.useCallback(async(r,f)=>{try{const T=r.map(R=>parseInt(R));await mt(T,f),await q()}catch(T){throw T}},[q]),ie=a.useCallback(async r=>{try{if(!r||r.length===0)throw new Error("No records selected for export");t.info("Export functionality coming soon")}catch(f){throw f}},[]),Ce=a.useCallback(async(r,f)=>{if(r==="generate_content"){if(!f.title){t.error("Task must have a title to generate content");return}const T={ids:[f.id],task_title:f.title,task_id:f.id};X({timestamp:new Date().toISOString(),type:"request",action:"generate_content (Row Action)",data:T});try{const R=await pt([f.id]);R.success?R.task_id?(X({timestamp:new Date().toISOString(),type:"success",action:"generate_content (Row Action)",data:{task_id:R.task_id,message:R.message}}),F.openModal(R.task_id,"Generating Content","ai-generate-content-03"),t.success("Content generation started")):(X({timestamp:new Date().toISOString(),type:"success",action:"generate_content (Row Action)",data:{tasks_updated:R.tasks_updated||0,message:R.message}}),t.success(`Content generated successfully: ${R.tasks_updated||0} article generated`),await q()):(X({timestamp:new Date().toISOString(),type:"error",action:"generate_content (Row Action)",data:{error:R.error||"Failed to generate content"}}),t.error(R.error||"Failed to generate content"))}catch(R){X({timestamp:new Date().toISOString(),type:"error",action:"generate_content (Row Action)",data:{error:R.message||"Unknown error occurred"}}),t.error(`Failed to generate content: ${R.message}`)}}},[t,q,F]),Ie=a.useCallback(async(r,f)=>{if(r==="generate_images"){if(f.length===0){t.error("Please select at least one task to generate images");return}if(f.length>10){t.error("Maximum 10 tasks allowed for image generation");return}const T=f.map(B=>parseInt(B)),R=s.filter(B=>T.includes(B.id)),L={ids:T,task_count:T.length,task_titles:R.map(B=>B.title)};X({timestamp:new Date().toISOString(),type:"request",action:"generate_images (Bulk Action)",data:L});try{const B=await xt(T);B.success?B.task_id?(X({timestamp:new Date().toISOString(),type:"success",action:"generate_images (Bulk Action)",data:{task_id:B.task_id,message:B.message,task_count:T.length}}),F.openModal(B.task_id,"Generating Images"),t.success("Image generation started")):(X({timestamp:new Date().toISOString(),type:"success",action:"generate_images (Bulk Action)",data:{images_created:B.images_created||0,message:B.message,task_count:T.length}}),t.success(`Image generation complete: ${B.images_created||0} images generated`),await q()):(X({timestamp:new Date().toISOString(),type:"error",action:"generate_images (Bulk Action)",data:{error:B.error||"Failed to generate images",task_count:T.length}}),t.error(B.error||"Failed to generate images"))}catch(B){X({timestamp:new Date().toISOString(),type:"error",action:"generate_images (Bulk Action)",data:{error:B.message||"Unknown error occurred",task_count:T.length}}),t.error(`Failed to generate images: ${B.message}`)}}else t.info(`Bulk action "${r}" for ${f.length} items`)},[t,q,F,s]);a.useEffect(()=>{var B;if(!F.taskId||!F.isOpen)return;const r=F.progress,f=((B=r.details)==null?void 0:B.phase)||"",T=r.percentage,R=r.message,L=r.status;if(f&&f!==se.current){const o=L==="error"?"error":L==="completed"?"success":"step";X({timestamp:new Date().toISOString(),type:o,action:F.title||"AI Function",stepName:f,percentage:T,data:{step:f,message:R,percentage:T,status:L,details:r.details}}),se.current=f,me.current=T}else if(f&&Math.abs(T-me.current)>=10){const o=L==="error"?"error":L==="completed"?"success":"step";X({timestamp:new Date().toISOString(),type:o,action:F.title||"AI Function",stepName:f,percentage:T,data:{step:f,message:R,percentage:T,status:L,details:r.details}}),me.current=T}else if((L==="error"||L==="completed")&&(f!==se.current||L==="error"&&se.current!=="error"||L==="completed"&&se.current!=="completed")){const o=L==="error"?"error":"success";X({timestamp:new Date().toISOString(),type:o,action:F.title||"AI Function",stepName:f||"Final",percentage:T,data:{step:f||"Final",message:R,percentage:T,status:L,details:r.details}}),se.current=f||L}},[F.progress,F.taskId,F.isOpen,F.title,X]),a.useEffect(()=>{F.isOpen||(se.current=null,me.current=-1),de.current=!1},[F.isOpen,F.taskId]);const oe=a.useMemo(()=>Et({clusters:k,activeSector:c,formData:te,setFormData:ue,searchTerm:g,setSearchTerm:D,statusFilter:E,setStatusFilter:z,clusterFilter:x,setClusterFilter:Q,structureFilter:W,setStructureFilter:J,typeFilter:H,setTypeFilter:Z,setCurrentPage:M}),[k,c,te,g,E,x,W,H]),Te=a.useMemo(()=>oe!=null&&oe.headerMetrics?oe.headerMetrics.map(r=>({label:r.label,value:r.calculate({tasks:s,totalCount:p}),accentColor:r.accentColor})):[],[oe==null?void 0:oe.headerMetrics,s,p]),ye=a.useCallback(()=>{ue({title:"",description:"",keywords:"",cluster_id:null,content_structure:"blog_post",content_type:"blog_post",status:"queued",word_count:0}),ee(!1),he(null)},[]),ke=async()=>{try{G&&re?(await yt(re.id,te),t.success("Task updated successfully")):(await kt(te),t.success("Task created successfully")),O(!1),ye(),q()}catch(r){t.error(`Failed to save: ${r.message}`)}};return e.jsxs(e.Fragment,{children:[e.jsx(Se,{title:"Tasks",badge:{icon:e.jsx(ot,{}),color:"indigo"}}),e.jsx($e,{columns:oe.columns,data:s,loading:I,showContent:A,filters:oe.filters,filterValues:{search:g,status:E,cluster_id:x,content_structure:W,content_type:H},onFilterChange:(r,f)=>{const T=f==null?"":String(f);r==="search"?D(T):r==="status"?z(T):r==="cluster_id"?Q(T):r==="content_structure"?J(T):r==="content_type"&&Z(T),M(1)},onEdit:r=>{he(r),ue({title:r.title||"",description:r.description||"",keywords:r.keywords||"",cluster_id:r.cluster_id||null,content_structure:r.content_structure||"blog_post",content_type:r.content_type||"blog_post",status:r.status||"queued",word_count:r.word_count||0}),ee(!0),O(!0)},onCreate:()=>{ye(),O(!0)},createLabel:"Add Task",onCreateIcon:e.jsx(it,{}),onDelete:async r=>{await ft(r),q()},onBulkDelete:async r=>{const f=await ht(r);return j([]),u>1&&s.length<=r.length&&M(1),await q(),f},onBulkExport:ie,onBulkUpdateStatus:h,onBulkAction:Ie,onRowAction:Ce,getItemDisplayName:r=>r.title,onExport:async()=>{t.info("Export functionality coming soon")},onExportIcon:e.jsx(Ge,{}),selectionLabel:"task",pagination:{currentPage:u,totalPages:V,totalCount:p,onPageChange:M},selection:{selectedIds:b,onSelectionChange:j},sorting:{sortBy:m,sortDirection:w,onSort:fe},headerMetrics:Te,onFilterReset:()=>{D(""),z(""),Q(""),J(""),Z(""),M(1)}}),e.jsx(Xe,{isOpen:F.isOpen,title:F.title,percentage:F.progress.percentage,status:F.progress.status,message:F.progress.message,details:F.progress.details,taskId:F.taskId||void 0,functionId:F.functionId,onClose:()=>{const r=F.progress.status==="completed";F.closeModal(),r&&!de.current&&(de.current=!0,q(),setTimeout(()=>{de.current=!1},1e3))}}),xe&&ce.length>0&&e.jsxs("div",{className:"mt-6 bg-gray-50 dark:bg-gray-800 rounded-lg border border-gray-200 dark:border-gray-700 p-4",children:[e.jsxs("div",{className:"flex items-center justify-between mb-3",children:[e.jsx("h3",{className:"text-sm font-semibold text-gray-900 dark:text-gray-100",children:"AI Function Logs"}),e.jsx("button",{onClick:()=>ge([]),className:"text-xs text-gray-500 hover:text-gray-700 dark:text-gray-400 dark:hover:text-gray-200",children:"Clear Logs"})]}),e.jsx("div",{className:"space-y-2 max-h-96 overflow-y-auto",children:ce.slice().reverse().map((r,f)=>e.jsxs("div",{className:`p-3 rounded border text-xs font-mono ${r.type==="request"?"bg-blue-50 dark:bg-blue-900/20 border-blue-200 dark:border-blue-800":r.type==="success"?"bg-green-50 dark:bg-green-900/20 border-green-200 dark:border-green-800":r.type==="error"?"bg-red-50 dark:bg-red-900/20 border-red-200 dark:border-red-800":"bg-purple-50 dark:bg-purple-900/20 border-purple-200 dark:border-purple-800"}`,children:[e.jsxs("div",{className:"flex items-center justify-between mb-1",children:[e.jsxs("div",{className:"flex items-center gap-2 flex-wrap",children:[e.jsxs("span",{className:`font-semibold ${r.type==="request"?"text-blue-700 dark:text-blue-300":r.type==="success"?"text-green-700 dark:text-green-300":r.type==="error"?"text-red-700 dark:text-red-300":"text-purple-700 dark:text-purple-300"}`,children:["[",r.type.toUpperCase(),"]"]}),e.jsx("span",{className:"text-gray-700 dark:text-gray-300",children:r.action}),r.stepName&&e.jsx("span",{className:"text-xs px-2 py-0.5 rounded bg-gray-200 dark:bg-gray-700 text-gray-600 dark:text-gray-400",children:r.stepName}),r.percentage!==void 0&&e.jsxs("span",{className:"text-xs text-gray-500 dark:text-gray-400",children:[r.percentage,"%"]})]}),e.jsx("span",{className:"text-gray-500 dark:text-gray-400",children:new Date(r.timestamp).toLocaleTimeString()})]}),e.jsx("pre",{className:"text-xs text-gray-700 dark:text-gray-300 whitespace-pre-wrap break-words",children:JSON.stringify(r.data,null,2)})]},f))})]}),e.jsx(Tt,{isOpen:v,onClose:()=>{O(!1),ye()},onSubmit:ke,title:G?"Edit Task":"Add Task",submitLabel:G?"Update":"Create",fields:oe.formFields(k)})]})}const ds=Object.freeze(Object.defineProperty({__proto__:null,default:De},Symbol.toStringTag,{value:"Module"}));function Ot(){const t=_e(),{activeSector:c}=Ee(),{pageSize:d}=Ye(),[s,_]=a.useState([]),[k,S]=a.useState(!0),[I,P]=a.useState(""),[g,D]=a.useState(""),[E,z]=a.useState([]),[x,Q]=a.useState(1),[W,J]=a.useState(1),[H,Z]=a.useState(0),[b,j]=a.useState("generated_at"),[u,M]=a.useState("desc"),[V,n]=a.useState(!1),p=Je(),l=a.useRef(!1),m=a.useCallback(async()=>{S(!0),n(!1);try{const y=b?`${u==="desc"?"-":""}${b}`:"-generated_at",v={...I&&{search:I},...g&&{status:g},page:x,page_size:d,ordering:y},O=await Ve(v);_(O.results||[]),Z(O.count||0),J(Math.ceil((O.count||0)/d)),setTimeout(()=>{n(!0),S(!1)},100)}catch(y){console.error("Error loading content:",y),t.error(`Failed to load content: ${y.message}`),n(!0),S(!1)}},[x,g,b,u,I,c,d,t]);a.useEffect(()=>{m()},[m]),a.useEffect(()=>{const y=()=>{m()},v=()=>{m()};return window.addEventListener("siteChanged",y),window.addEventListener("sectorChanged",v),()=>{window.removeEventListener("siteChanged",y),window.removeEventListener("sectorChanged",v)}},[m]),a.useEffect(()=>{Q(1)},[d]),a.useEffect(()=>{const y=setTimeout(()=>{x===1?m():Q(1)},500);return()=>clearTimeout(y)},[I,x,m]);const i=(y,v)=>{j(y||"generated_at"),M(v),Q(1)},w=a.useMemo(()=>Ft({activeSector:c}),[c,I,g]),N=a.useMemo(()=>w!=null&&w.headerMetrics?w.headerMetrics.map(y=>({label:y.label,value:y.calculate({content:s,totalCount:H}),accentColor:y.accentColor})):[],[w==null?void 0:w.headerMetrics,s,H]),A=a.useCallback(async(y,v)=>{if(y==="generate_image_prompts")try{const O=await jt([v.id]);O.success?O.task_id?p.openModal(O.task_id,"Smart Image Prompts","ai-generate-image-prompts-01-desktop"):(t.success(`Image prompts generated: ${O.prompts_created||0} prompt${(O.prompts_created||0)===1?"":"s"} created`),m()):t.error(O.error||"Failed to generate image prompts")}catch(O){t.error(`Failed to generate prompts: ${O.message}`)}},[t,p,m]);return e.jsxs(e.Fragment,{children:[e.jsx(Se,{title:"Content",badge:{icon:e.jsx(be,{}),color:"purple"}}),e.jsx($e,{columns:w.columns,data:s,loading:k,showContent:V,filters:w.filters,filterValues:{search:I,status:g},onFilterChange:(y,v)=>{y==="search"?P(v):y==="status"&&(D(v),Q(1))},pagination:{currentPage:x,totalPages:W,totalCount:H,onPageChange:Q},sorting:{sortBy:b,sortDirection:u,onSort:i},selection:{selectedIds:E,onSelectionChange:z},headerMetrics:N,onRowAction:A,getItemDisplayName:y=>y.meta_title||y.title||`Content #${y.id}`}),e.jsx(Xe,{isOpen:p.isOpen,title:p.title,percentage:p.progress.percentage,status:p.progress.status,message:p.progress.message,details:p.progress.details,taskId:p.taskId||void 0,functionId:p.functionId,onClose:()=>{const y=p.progress.status==="completed";p.closeModal(),y&&!l.current&&(l.current=!0,m(),setTimeout(()=>{l.current=!1},1e3))}})]})}const cs=Object.freeze(Object.defineProperty({__proto__:null,default:Ot},Symbol.toStringTag,{value:"Module"})),Dt={generated:"bg-emerald-100 text-emerald-700 dark:bg-emerald-500/20 dark:text-emerald-200",pending:"bg-amber-100 text-amber-700 dark:bg-amber-500/20 dark:text-amber-200",queued:"bg-amber-100 text-amber-700 dark:bg-amber-500/20 dark:text-amber-200",failed:"bg-rose-100 text-rose-700 dark:bg-rose-500/20 dark:text-rose-200",error:"bg-rose-100 text-rose-700 dark:bg-rose-500/20 dark:text-rose-200"},Me=t=>t.map(c=>c.nodeType===Node.ELEMENT_NODE?c.outerHTML:c.nodeType===Node.TEXT_NODE?c.textContent??"":"").join(""),Ue=(t,c)=>t.toLowerCase().trim().replace(/[^a-z0-9]+/g,"-").replace(/^-+|-+$/g,"")||`section-${c+1}`,Lt=t=>{if(!t)return{introHtml:"",sections:[]};let c=null;if(typeof window<"u"&&typeof window.DOMParser<"u"?c=new window.DOMParser:typeof DOMParser<"u"&&(c=new DOMParser),!c)return{introHtml:t,sections:[]};try{const s=c.parseFromString(t,"text/html").body,_=[],k=[];let S=null;return Array.from(s.childNodes).forEach(I=>{var P;if(I.nodeType===Node.ELEMENT_NODE){const g=I;if(g.tagName==="H2"){S&&k.push({id:Ue(S.heading,k.length),heading:S.heading||`Section ${k.length+1}`,headingLevel:S.level,bodyHtml:Me(S.nodes).trim()}),S={heading:((P=g.textContent)==null?void 0:P.trim())||"",level:2,nodes:[]};return}}S?S.nodes.push(I):_.push(I)}),S&&k.push({id:Ue(S.heading,k.length),heading:S.heading||`Section ${k.length+1}`,headingLevel:S.level,bodyHtml:Me(S.nodes).trim()}),{introHtml:Me(_).trim(),sections:k}}catch{return{introHtml:t,sections:[]}}},At=t=>{if(!t||typeof t!="object")return null;const c=new WeakSet,d=s=>{if(!s||typeof s!="object"||c.has(s))return null;if(c.add(s),Array.isArray(s)){for(const I of s){const P=d(I);if(P)return P}return null}const _=s,k=typeof _.featured_prompt=="string",S=Array.isArray(_.in_article_prompts);if(k||S)return{featured_prompt:k?_.featured_prompt:void 0,in_article_prompts:S?_.in_article_prompts.filter(I=>typeof I=="string"):void 0};for(const I of Object.keys(_)){const P=d(_[I]);if(P)return P}return null};return d(t)},Ze=t=>{if(t){if(t.image_url)return t.image_url;if(t.image_path)return`/api/v1/writer/images/${t.id}/file/`}},et=({status:t,className:c=""})=>{if(!t)return null;const d=t.toLowerCase(),s=Dt[d]||"bg-slate-100 text-slate-700 dark:bg-slate-700/70 dark:text-slate-200";return e.jsx("span",{className:`inline-flex items-center gap-1 rounded-full px-3 py-1 text-xs font-semibold uppercase tracking-wide ${s} ${c}`,children:t})},tt=({prompt:t,label:c,minHeight:d=220})=>e.jsx("div",{className:"flex w-full items-center justify-center rounded-3xl bg-gradient-to-br from-slate-100 via-slate-50 to-white p-8 text-center dark:from-gray-800 dark:via-gray-900 dark:to-gray-950",style:{minHeight:d},children:e.jsxs("div",{className:"max-w-xl space-y-3",children:[c&&e.jsx("p",{className:"text-[0.7rem] font-semibold uppercase tracking-[0.3em] text-slate-500 dark:text-slate-400",children:c}),e.jsx("p",{className:"text-sm font-medium leading-relaxed text-slate-600 dark:text-slate-300 whitespace-pre-wrap",children:t||"Image prompt available, awaiting generation."})]})}),Rt=({image:t,loading:c})=>{const d=Ze(t);return!c&&!t&&!d?null:e.jsxs("div",{className:"overflow-hidden rounded-3xl border border-slate-200/80 bg-white/80 shadow-lg shadow-slate-200/40 backdrop-blur-sm dark:border-gray-800/70 dark:bg-gray-900/70 dark:shadow-black/10",children:[e.jsxs("div",{className:"flex items-center justify-between px-8 pt-8",children:[e.jsx("div",{className:"text-xs font-semibold uppercase tracking-[0.35em] text-slate-500 dark:text-slate-400",children:"Featured Visual"}),e.jsx(et,{status:t==null?void 0:t.status})]}),e.jsxs("div",{className:"relative mt-6",children:[c&&!d?e.jsx("div",{className:"h-[420px] animate-pulse bg-slate-200/70 dark:bg-gray-800/60"}):d?e.jsx("img",{src:d,alt:t!=null&&t.prompt?`Featured visual: ${t.prompt}`:"Featured visual",className:"h-full w-full object-cover",loading:"lazy"}):e.jsx(tt,{prompt:t==null?void 0:t.prompt,minHeight:420,label:"Featured Image Prompt"}),(t==null?void 0:t.prompt)&&d&&e.jsx("div",{className:"absolute bottom-5 left-5 rounded-full bg-white/80 px-4 py-2 text-xs font-medium text-slate-600 backdrop-blur-sm dark:bg-gray-950/70 dark:text-slate-300",children:"Prompt aligned to hero section"})]}),(t==null?void 0:t.prompt)&&e.jsx("div",{className:"border-t border-slate-200/70 bg-white/70 px-8 py-6 text-sm leading-relaxed text-slate-600 backdrop-blur-sm dark:border-gray-800/60 dark:bg-gray-900/70 dark:text-slate-300",children:t.prompt})]})},Bt=({image:t,loading:c,heading:d})=>{if(!t&&!c)return null;const s=Ze(t);return e.jsxs("figure",{className:"overflow-hidden rounded-3xl border border-slate-200/70 bg-slate-50/70 shadow-inner shadow-slate-200/70 dark:border-gray-800/60 dark:bg-gray-900/40 dark:shadow-black/30",children:[e.jsxs("div",{className:"relative",children:[c&&!t?e.jsx("div",{className:"h-[260px] animate-pulse bg-slate-200/60 dark:bg-gray-800/60"}):s?e.jsx("img",{src:s,alt:t!=null&&t.prompt?`${d} visual: ${t.prompt}`:`${d} visual`,className:"w-full object-cover",loading:"lazy"}):e.jsx(tt,{prompt:t==null?void 0:t.prompt,minHeight:260,label:"In-Article Prompt"}),e.jsx("div",{className:"absolute right-4 top-4",children:e.jsx(et,{status:t==null?void 0:t.status})})]}),(t==null?void 0:t.prompt)&&e.jsxs("figcaption",{className:"space-y-3 px-6 py-5 text-sm leading-relaxed text-slate-600 dark:text-slate-300",children:[e.jsx("p",{className:"font-semibold uppercase tracking-[0.25em] text-slate-400 dark:text-slate-500",children:"Visual Direction"}),e.jsx("p",{className:"font-medium whitespace-pre-wrap",children:t.prompt})]})]})},Ut=({html:t})=>e.jsxs("section",{className:"overflow-hidden rounded-3xl border border-slate-200/80 bg-gradient-to-br from-white via-slate-50 to-white p-8 shadow-sm shadow-slate-200/60 dark:border-gray-800/70 dark:from-gray-900 dark:via-gray-950 dark:to-gray-900 dark:shadow-black/20",children:[e.jsx("div",{className:"text-xs font-semibold uppercase tracking-[0.35em] text-slate-500 dark:text-slate-400",children:"Opening Narrative"}),e.jsx("div",{className:"content-html prose prose-lg mt-6 max-w-none text-gray-800 dark:prose-invert",children:e.jsx("div",{dangerouslySetInnerHTML:{__html:t}})})]}),zt=({section:t,image:c,loading:d,index:s})=>{const _=!!c,k=t.heading||`Section ${s+1}`;return e.jsx("section",{id:t.id,className:"group/section scroll-mt-24",children:e.jsx("div",{className:"overflow-hidden rounded-3xl border border-slate-200/80 bg-white/90 shadow-lg shadow-slate-200/50 backdrop-blur-sm transition-transform duration-300 group-hover/section:-translate-y-1 dark:border-gray-800/70 dark:bg-gray-900/70 dark:shadow-black/20",children:e.jsxs("div",{className:"flex flex-col gap-6 p-8 sm:p-10",children:[e.jsxs("div",{className:"flex items-center gap-4",children:[e.jsx("span",{className:"inline-flex h-10 w-10 items-center justify-center rounded-full bg-brand-500/10 text-sm font-semibold text-brand-600 dark:bg-brand-500/20 dark:text-brand-300",children:s+1}),e.jsxs("div",{className:"flex flex-col",children:[e.jsx("span",{className:"text-[0.7rem] font-semibold uppercase tracking-[0.35em] text-slate-400 dark:text-slate-500",children:"Section Spotlight"}),e.jsx("h2",{className:"text-2xl font-bold text-slate-900 dark:text-white sm:text-3xl",children:k})]})]}),e.jsxs("div",{className:_?"grid gap-10 lg:grid-cols-[minmax(0,3fr)_minmax(0,2fr)]":"",children:[e.jsx("div",{className:"content-html prose prose-lg max-w-none text-gray-800 dark:prose-invert ",children:e.jsx("div",{dangerouslySetInnerHTML:{__html:t.bodyHtml}})}),_&&e.jsx("div",{className:"flex flex-col gap-4",children:e.jsx(Bt,{image:c,loading:d,heading:k})})]})]})})})},Wt=({introHtml:t,sections:c,sectionImages:d,imagesLoading:s,rawHtml:_})=>!(c.length>0)&&!t&&_?e.jsx("div",{className:"overflow-hidden rounded-3xl border border-slate-200/80 bg-white/90 p-8 shadow-lg shadow-slate-200/50 dark:border-gray-800/70 dark:bg-gray-900/70 dark:shadow-black/20",children:e.jsx("div",{className:"content-html prose prose-lg max-w-none text-gray-800 dark:prose-invert",children:e.jsx("div",{dangerouslySetInnerHTML:{__html:_}})})}):e.jsxs("div",{className:"space-y-12",children:[t&&e.jsx(Ut,{html:t}),c.map((S,I)=>e.jsx(zt,{section:S,image:d[I]??null,loading:s,index:I},S.id||`section-${I}`))]});function Gt({content:t,loading:c,onBack:d}){var b;const[s,_]=a.useState([]),[k,S]=a.useState(!1),[I,P]=a.useState(null),g=a.useMemo(()=>At(t==null?void 0:t.metadata),[t==null?void 0:t.metadata]);a.useEffect(()=>{let j=!0;return t!=null&&t.id?(S(!0),Qe({content_id:t.id,ordering:"position",page_size:50}).then(u=>{j&&(_(((u==null?void 0:u.results)??[]).filter(Boolean)),P(null))}).catch(u=>{j&&(P((u==null?void 0:u.message)||"Unable to load images for this content."),_([]))}).finally(()=>{j&&S(!1)}),()=>{j=!1}):(_([]),P(null),S(!1),()=>{j=!1})},[t==null?void 0:t.id]);const D=a.useMemo(()=>s.length?[...s].sort((j,u)=>{const M=j.position??0,V=u.position??0;return j.image_type===u.image_type?M-V:j.image_type==="featured"?-1:u.image_type==="featured"?1:M-V}):[],[s]),E=a.useMemo(()=>D.find(j=>j.image_type==="featured")??null,[D]),z=a.useMemo(()=>D.filter(j=>j.image_type==="in_article"),[D]),x=a.useMemo(()=>E||(g!=null&&g.featured_prompt?{id:-1,task_id:(t==null?void 0:t.task_id)??null,task_title:(t==null?void 0:t.task_title)??null,content_id:(t==null?void 0:t.id)??null,content_title:(t==null?void 0:t.title)??(t==null?void 0:t.meta_title)??null,image_type:"featured",image_url:void 0,image_path:void 0,prompt:g.featured_prompt,status:"pending",position:0,created_at:"",updated_at:"",account_id:void 0}:null),[E,g,t==null?void 0:t.task_id,t==null?void 0:t.task_title,t==null?void 0:t.id,t==null?void 0:t.title,t==null?void 0:t.meta_title]),Q=a.useMemo(()=>{const j=[...z].sort((p,l)=>(p.position??0)-(l.position??0)),u=(g==null?void 0:g.in_article_prompts)??[];if(!u.length)return j;const M=new Map;j.forEach((p,l)=>{const m=p.position??l+1;M.set(m,p)});const V=new Set,n=u.map((p,l)=>{const m=l+1,i=M.get(m);return V.add(m),i?{...i,prompt:i.prompt||p}:{id:-1*(l+1),task_id:(t==null?void 0:t.task_id)??null,task_title:(t==null?void 0:t.task_title)??null,content_id:(t==null?void 0:t.id)??null,content_title:(t==null?void 0:t.title)??(t==null?void 0:t.meta_title)??null,image_type:"in_article",image_url:void 0,image_path:void 0,prompt:p,status:"pending",position:m,created_at:"",updated_at:"",account_id:void 0}});return j.forEach((p,l)=>{const m=p.position??l+1;V.has(m)||n.push(p)}),n.sort((p,l)=>(p.position??0)-(l.position??0))},[z,g,t==null?void 0:t.task_id,t==null?void 0:t.task_title,t==null?void 0:t.id,t==null?void 0:t.title,t==null?void 0:t.meta_title]),W=a.useMemo(()=>Lt((t==null?void 0:t.html_content)??""),[t==null?void 0:t.html_content]),J=k||!!x;if(c)return e.jsx("div",{className:"min-h-screen bg-gray-50 dark:bg-gray-900 py-8",children:e.jsx("div",{className:"max-w-[1200px] mx-auto px-4 sm:px-6 lg:px-8",children:e.jsxs("div",{className:"animate-pulse",children:[e.jsx("div",{className:"h-8 bg-gray-200 dark:bg-gray-700 rounded w-1/4 mb-6"}),e.jsx("div",{className:"h-12 bg-gray-200 dark:bg-gray-700 rounded w-3/4 mb-4"}),e.jsxs("div",{className:"space-y-3",children:[e.jsx("div",{className:"h-4 bg-gray-200 dark:bg-gray-700 rounded"}),e.jsx("div",{className:"h-4 bg-gray-200 dark:bg-gray-700 rounded w-5/6"})]})]})})});if(!t)return e.jsx("div",{className:"min-h-screen bg-gray-50 dark:bg-gray-900 py-8",children:e.jsx("div",{className:"max-w-[1200px] mx-auto px-4 sm:px-6 lg:px-8",children:e.jsxs("div",{className:"bg-white dark:bg-gray-800 rounded-2xl shadow-sm border border-gray-200 dark:border-gray-700 p-8 text-center",children:[e.jsx(qe,{className:"w-16 h-16 text-gray-400 mx-auto mb-4"}),e.jsx("h2",{className:"text-2xl font-semibold text-gray-900 dark:text-white mb-2",children:"Content Not Found"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-400 mb-6",children:"The content you're looking for doesn't exist or has been deleted."}),d&&e.jsxs("button",{onClick:d,className:"inline-flex items-center gap-2 px-4 py-2 bg-brand-500 text-white rounded-lg hover:bg-brand-600 transition-colors",children:[e.jsx(Ae,{className:"w-4 h-4"}),"Back to Content List"]})]})})});const H=j=>{try{return new Date(j).toLocaleDateString("en-US",{year:"numeric",month:"long",day:"numeric",hour:"2-digit",minute:"2-digit"})}catch{return j}},Z=j=>{const u=j.toLowerCase();return u==="generated"||u==="published"||u==="complete"?"bg-green-100 text-green-800 dark:bg-green-900/30 dark:text-green-400":u==="pending"||u==="draft"?"bg-yellow-100 text-yellow-800 dark:bg-yellow-900/30 dark:text-yellow-400":u==="failed"||u==="error"?"bg-red-100 text-red-800 dark:bg-red-900/30 dark:text-red-400":"bg-gray-100 text-gray-800 dark:bg-gray-700 dark:text-gray-300"};return e.jsxs("div",{className:"min-h-screen bg-gray-50 dark:bg-gray-900 py-8",children:[e.jsxs("div",{className:"max-w-[1200px] mx-auto px-4 sm:px-6 lg:px-8",children:[d&&e.jsxs("button",{onClick:d,className:"mb-6 inline-flex items-center gap-2 text-gray-600 dark:text-gray-400 hover:text-gray-900 dark:hover:text-white transition-colors",children:[e.jsx(Ae,{className:"w-5 h-5"}),e.jsx("span",{className:"font-medium",children:"Back to Content"})]}),e.jsxs("div",{className:"bg-white dark:bg-gray-800 rounded-2xl shadow-sm border border-gray-200 dark:border-gray-700 overflow-hidden",children:[e.jsx("div",{className:"bg-gradient-to-r from-brand-500 to-brand-600 px-8 py-6 text-white",children:e.jsx("div",{className:"flex items-start justify-between gap-4",children:e.jsxs("div",{className:"flex-1",children:[e.jsxs("div",{className:"flex items-center gap-3 mb-3",children:[e.jsx(be,{className:"w-6 h-6"}),e.jsx("span",{className:`px-3 py-1 rounded-full text-sm font-medium ${Z(t.status)}`,children:t.status})]}),e.jsx("h1",{className:"text-3xl font-bold mb-2",children:t.meta_title||t.title||`Content #${t.id}`}),t.meta_description&&e.jsx("p",{className:"text-brand-50 text-lg leading-relaxed",children:t.meta_description})]})})}),e.jsxs("div",{className:"px-8 py-6 border-b border-gray-200 dark:border-gray-700",children:[e.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6",children:[e.jsxs("div",{className:"space-y-4",children:[e.jsx("h3",{className:"text-sm font-semibold text-gray-500 dark:text-gray-400 uppercase tracking-wide",children:"Basic Information"}),e.jsxs("div",{className:"space-y-3",children:[e.jsxs("div",{className:"flex items-start gap-3",children:[e.jsx(dt,{className:"w-5 h-5 text-gray-400 mt-0.5 flex-shrink-0"}),e.jsxs("div",{children:[e.jsx("p",{className:"text-xs text-gray-500 dark:text-gray-400",children:"Generated"}),e.jsx("p",{className:"text-sm font-medium text-gray-900 dark:text-white",children:H(t.generated_at)})]})]}),t.updated_at&&t.updated_at!==t.generated_at&&e.jsxs("div",{className:"flex items-start gap-3",children:[e.jsx(Fe,{className:"w-5 h-5 text-gray-400 mt-0.5 flex-shrink-0"}),e.jsxs("div",{children:[e.jsx("p",{className:"text-xs text-gray-500 dark:text-gray-400",children:"Last Updated"}),e.jsx("p",{className:"text-sm font-medium text-gray-900 dark:text-white",children:H(t.updated_at)})]})]}),e.jsxs("div",{className:"flex items-start gap-3",children:[e.jsx(be,{className:"w-5 h-5 text-gray-400 mt-0.5 flex-shrink-0"}),e.jsxs("div",{children:[e.jsx("p",{className:"text-xs text-gray-500 dark:text-gray-400",children:"Word Count"}),e.jsxs("p",{className:"text-sm font-medium text-gray-900 dark:text-white",children:[((b=t.word_count)==null?void 0:b.toLocaleString())||"N/A"," words"]})]})]})]})]}),e.jsxs("div",{className:"space-y-4",children:[e.jsx("h3",{className:"text-sm font-semibold text-gray-500 dark:text-gray-400 uppercase tracking-wide",children:"Related Information"}),e.jsxs("div",{className:"space-y-3",children:[t.task_title&&e.jsxs("div",{children:[e.jsx("p",{className:"text-xs text-gray-500 dark:text-gray-400",children:"Task"}),e.jsx("p",{className:"text-sm font-medium text-gray-900 dark:text-white",children:t.task_title}),e.jsxs("p",{className:"text-xs text-gray-500 dark:text-gray-400 mt-1",children:["ID: ",t.task_id]})]}),t.sector_name&&e.jsxs("div",{children:[e.jsx("p",{className:"text-xs text-gray-500 dark:text-gray-400",children:"Sector"}),e.jsx("p",{className:"text-sm font-medium text-gray-900 dark:text-white",children:t.sector_name})]})]})]}),e.jsxs("div",{className:"space-y-4",children:[e.jsx("h3",{className:"text-sm font-semibold text-gray-500 dark:text-gray-400 uppercase tracking-wide",children:"SEO & Tags"}),e.jsxs("div",{className:"space-y-3",children:[t.primary_keyword&&e.jsxs("div",{children:[e.jsx("p",{className:"text-xs text-gray-500 dark:text-gray-400",children:"Primary Keyword"}),e.jsx("p",{className:"text-sm font-medium text-gray-900 dark:text-white",children:t.primary_keyword})]}),t.secondary_keywords&&t.secondary_keywords.length>0&&e.jsxs("div",{children:[e.jsx("p",{className:"text-xs text-gray-500 dark:text-gray-400 mb-2",children:"Secondary Keywords"}),e.jsx("div",{className:"flex flex-wrap gap-2",children:t.secondary_keywords.map((j,u)=>e.jsx("span",{className:"px-2 py-1 bg-gray-100 dark:bg-gray-700 text-gray-700 dark:text-gray-300 rounded text-xs",children:j},u))})]})]})]})]}),t.tags&&t.tags.length>0||t.categories&&t.categories.length>0?e.jsx("div",{className:"mt-6 pt-6 border-t border-gray-200 dark:border-gray-700",children:e.jsxs("div",{className:"flex flex-wrap gap-4",children:[t.tags&&t.tags.length>0&&e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx(We,{className:"w-4 h-4 text-gray-400"}),e.jsx("div",{className:"flex flex-wrap gap-2",children:t.tags.map((j,u)=>e.jsx("span",{className:"px-3 py-1 bg-brand-50 dark:bg-brand-900/20 text-brand-700 dark:text-brand-300 rounded-full text-xs font-medium",children:j},u))})]}),t.categories&&t.categories.length>0&&e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx("span",{className:"text-xs text-gray-500 dark:text-gray-400",children:"Categories:"}),e.jsx("div",{className:"flex flex-wrap gap-2",children:t.categories.map((j,u)=>e.jsx("span",{className:"px-3 py-1 bg-purple-50 dark:bg-purple-900/20 text-purple-700 dark:text-purple-300 rounded-full text-xs font-medium",children:j},u))})]})]})}):null]}),(t.has_image_prompts||t.has_generated_images)&&e.jsx("div",{className:"px-8 py-4 bg-gray-50 dark:bg-gray-900/50 border-b border-gray-200 dark:border-gray-700",children:e.jsxs("div",{className:"flex items-center gap-4",children:[t.has_image_prompts&&e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx(Pe,{className:"w-5 h-5 text-green-500"}),e.jsx("span",{className:"text-sm text-gray-700 dark:text-gray-300",children:"Image Prompts Generated"})]}),t.has_generated_images&&e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx(Pe,{className:"w-5 h-5 text-green-500"}),e.jsx("span",{className:"text-sm text-gray-700 dark:text-gray-300",children:"Images Generated"})]})]})}),J&&e.jsx("div",{className:"px-8 pt-8",children:e.jsx(Rt,{image:x,loading:k})}),I&&e.jsx("div",{className:"px-8 pt-4",children:e.jsx("div",{className:"rounded-2xl border border-rose-200 bg-rose-50/80 px-4 py-3 text-sm font-medium text-rose-700 dark:border-rose-900/40 dark:bg-rose-950/30 dark:text-rose-300",children:I})}),e.jsx("div",{className:"px-8 pb-10 pt-10",children:e.jsx(Wt,{introHtml:W.introHtml,sections:W.sections,sectionImages:Q,imagesLoading:k,rawHtml:t.html_content})}),t.metadata&&Object.keys(t.metadata).length>0&&e.jsx("div",{className:"px-8 py-6 border-t border-gray-200 dark:border-gray-700 bg-gray-50 dark:bg-gray-900/50",children:e.jsxs("details",{className:"group",children:[e.jsx("summary",{className:"cursor-pointer text-sm font-semibold text-gray-700 dark:text-gray-300 hover:text-gray-900 dark:hover:text-white",children:"View Full Metadata"}),e.jsx("div",{className:"mt-4 p-4 bg-white dark:bg-gray-800 rounded-lg border border-gray-200 dark:border-gray-700",children:e.jsx("pre",{className:"text-xs text-gray-600 dark:text-gray-400 overflow-x-auto",children:JSON.stringify(t.metadata,null,2)})})]})})]})]}),e.jsx("style",{children:` + .content-html { + line-height: 1.85; + font-size: 1.05rem; + } + .content-html h2, + .content-html h3, + .content-html h4, + .content-html h5, + .content-html h6 { + margin-top: 2.5rem; + margin-bottom: 1.25rem; + font-weight: 600; + letter-spacing: -0.01em; + color: inherit; + } + .content-html h3 { font-size: 1.6rem; } + .content-html h4 { font-size: 1.35rem; } + .content-html h5 { font-size: 1.15rem; } + .content-html p { + margin-bottom: 1.3rem; + } + .content-html ul, + .content-html ol { + margin-bottom: 1.5rem; + padding-left: 1.75rem; + } + .content-html li { + margin-bottom: 0.6rem; + } + .content-html blockquote { + margin: 2rem 0; + padding: 1.25rem 1.5rem; + border-left: 4px solid rgba(59, 130, 246, 0.25); + background: rgba(59, 130, 246, 0.08); + border-radius: 1rem; + font-style: italic; + } + .content-html table { + width: 100%; + border-collapse: collapse; + margin: 2rem 0; + border-radius: 1rem; + overflow: hidden; + } + .content-html table th, + .content-html table td { + border: 1px solid #e5e7eb; + padding: 0.875rem 1rem; + text-align: left; + } + .content-html table th { + background: #f9fafb; + font-weight: 600; + } + .content-html img { + max-width: 100%; + height: auto; + border-radius: 1.25rem; + margin: 1.75rem auto; + display: block; + box-shadow: 0 20px 45px -25px rgba(15, 23, 42, 0.35); + } + .content-html a { + color: #2563eb; + text-decoration: none; + border-bottom: 1px solid rgba(37, 99, 235, 0.3); + transition: color 0.2s ease, border-bottom-color 0.2s ease; + } + .content-html a:hover { + color: #1d4ed8; + border-bottom-color: rgba(37, 99, 235, 0.6); + } + .content-html code { + background: rgba(15, 23, 42, 0.06); + padding: 0.2rem 0.45rem; + border-radius: 0.4rem; + font-size: 0.9rem; + } + .content-html pre { + background: rgba(15, 23, 42, 0.08); + padding: 1.25rem; + border-radius: 1.25rem; + overflow-x: auto; + margin: 2rem 0; + } + .content-html hr { + border: none; + border-top: 1px solid rgba(148, 163, 184, 0.4); + margin: 3rem 0; + } + .dark .content-html blockquote { + border-left-color: rgba(96, 165, 250, 0.45); + background: rgba(30, 41, 59, 0.65); + } + .dark .content-html table th, + .dark .content-html table td { + border-color: rgba(148, 163, 184, 0.25); + } + .dark .content-html table th { + background: rgba(30, 41, 59, 0.65); + } + .dark .content-html a { + color: #93c5fd; + border-bottom-color: rgba(147, 197, 253, 0.4); + } + .dark .content-html a:hover { + color: #bfdbfe; + border-bottom-color: rgba(191, 219, 254, 0.6); + } + .dark .content-html code, + .dark .content-html pre { + background: rgba(15, 23, 42, 0.7); + } + `})]})}function qt(){const{id:t}=rt(),c=ze(),d=_e(),[s,_]=a.useState(null),[k,S]=a.useState(!0);a.useEffect(()=>{(async()=>{if(!t){d.error("Content ID is required"),c("/writer/content");return}const g=parseInt(t,10);if(isNaN(g)||g<=0){d.error("Invalid content ID"),c("/writer/content");return}S(!0);try{const D=await vt(g);_(D)}catch(D){console.error("Error loading content:",D),d.error(`Failed to load content: ${D.message||"Unknown error"}`),_(null)}finally{S(!1)}})()},[t,c,d]);const I=()=>{c("/writer/content")};return e.jsxs(e.Fragment,{children:[e.jsx(Ne,{title:s?`${s.meta_title||s.title||`Content #${s.id}`} - IGNY8`:"Content View - IGNY8",description:(s==null?void 0:s.meta_description)||"View content details and metadata"}),e.jsx(Gt,{content:s,loading:k,onBack:I})]})}const us=Object.freeze(Object.defineProperty({__proto__:null,default:qt},Symbol.toStringTag,{value:"Module"}));function Ht(){return e.jsx(De,{})}const gs=Object.freeze(Object.defineProperty({__proto__:null,default:Ht},Symbol.toStringTag,{value:"Module"}));function Vt({isOpen:t,onClose:c,queue:d,totalImages:s,taskId:_,model:k,provider:S,onUpdateQueue:I,onLog:P}){const[g,D]=a.useState(d),[E,z]=a.useState({}),x=a.useRef({});a.useEffect(()=>{D(d)},[d]),a.useEffect(()=>{I&&I(g)},[g,I]),a.useEffect(()=>{const n=(l,m)=>{x.current[l]&&(clearInterval(x.current[l]),delete x.current[l]);let i=Math.max(m,50);const w=setInterval(()=>{z(N=>{const A=N[l]??i,y=g.find(v=>v.index===l);if(A<80&&(y==null?void 0:y.status)==="processing"){const v=Math.min(A+2,80);return i=v,v>=80&&(clearInterval(w),delete x.current[l]),{...N,[l]:v}}else return clearInterval(w),delete x.current[l],N})},200);x.current[l]=w},p=[];return g.forEach(l=>{if(l.status==="processing"){const m=E[l.index]??(l.progress>0?l.progress:1);if(m<50&&!x.current[l.index]){let i=Math.max(m,1);const w=setInterval(()=>{z(N=>{const A=N[l.index]??i;if(A<50&&l.status==="processing"){const y=Math.min(A+1,50);return i=y,y>=50&&(clearInterval(w),delete x.current[l.index],y<80&&n(l.index,y)),{...N,[l.index]:y}}else return clearInterval(w),delete x.current[l.index],N})},200);x.current[l.index]=w}else if(m>=50&&m<80&&!x.current[l.index])n(l.index,m);else if(l.imageUrl&&m<100&&!x.current[l.index]){x.current[l.index]&&(clearInterval(x.current[l.index]),delete x.current[l.index]);let i=Math.max(m,80);const w=i,N=100,A=800,y=Date.now(),v=setInterval(()=>{const O=Date.now()-y,G=Math.min(1,O/A),ee=1-Math.pow(1-G,2);i=w+(N-w)*ee,(i>=100||O>=A)&&(i=100,clearInterval(v),delete x.current[l.index]),z(re=>({...re,[l.index]:Math.round(i)}))},16);x.current[l.index]=v}}else x.current[l.index]&&(clearInterval(x.current[l.index]),delete x.current[l.index]),E[l.index]!==void 0&&p.push(l.index)}),p.length>0&&z(l=>{const m={...l};return p.forEach(i=>{delete m[i]}),m}),()=>{Object.values(x.current).forEach(l=>clearInterval(l)),x.current={}}},[g,E]),a.useEffect(()=>{if(!t||!_)return;let n=0;const p=300,l=setInterval(async()=>{var m;if(n++,n>p){console.warn("Polling timeout reached, stopping"),clearInterval(l);return}try{console.log(`[ImageQueueModal] Polling task status (attempt ${n}):`,_);const i=await wt(`/v1/system/settings/task_progress/${_}/`);if(console.log("[ImageQueueModal] Task status response:",i),!i||typeof i!="object"){console.warn("Invalid task status response:",i);return}const w=i.state||i.status;if(console.log("[ImageQueueModal] Task state:",w),w==="SUCCESS"||w==="FAILURE"){if(console.log("[ImageQueueModal] Task completed with state:",w),clearInterval(l),P)if(w==="SUCCESS"){const N=i.result||i.meta&&i.meta.result,A=(N==null?void 0:N.completed)||0,y=(N==null?void 0:N.failed)||0,v=(N==null?void 0:N.total_images)||s;P({timestamp:new Date().toISOString(),type:y>0?"error":"success",action:"generate_images",stepName:"Task Completed",data:{state:"SUCCESS",completed:A,failed:y,total:v,results:(N==null?void 0:N.results)||[]}})}else P({timestamp:new Date().toISOString(),type:"error",action:"generate_images",stepName:"Task Failed",data:{state:"FAILURE",error:i.error||((m=i.meta)==null?void 0:m.error)||"Task failed",meta:i.meta}});w==="SUCCESS"&&i.result?(console.log("[ImageQueueModal] Updating queue from result:",i.result),J(i.result)):w==="SUCCESS"&&i.meta&&i.meta.result&&(console.log("[ImageQueueModal] Updating queue from meta result:",i.meta.result),J(i.meta.result));return}i.meta?(console.log("[ImageQueueModal] Updating queue from meta:",i.meta),W(i.meta)):console.log("[ImageQueueModal] No meta data in response")}catch(i){if(i.message&&(i.message.includes("JSON")||i.message.includes("API Error"))){if(console.error("Task status endpoint error:",{message:i.message,status:i.status,taskId:_,endpoint:`/v1/system/settings/task_progress/${_}/`,error:i}),i.status===404){console.error("Task progress endpoint not found (404). Stopping polling."),clearInterval(l);return}}else console.error("Error polling task status:",i)}},1e3);return()=>clearInterval(l)},[t,_]);const Q=n=>{if(!n)return null;if(n.includes("ai-images")){const l=n.split("ai-images/")[1]||n.split("ai-images\\")[1];if(l)return`/images/ai-images/${l}`}if(n.startsWith("/images/"))return n;const p=n.split("/").pop()||n.split("\\").pop();return p?`/images/ai-images/${p}`:null},W=n=>{const{current_image:p,total_images:l,completed:m,failed:i,results:w,current_image_progress:N,current_image_id:A}=n;D(y=>y.map((v,O)=>{const G=w==null?void 0:w.find(ee=>ee.image_id===v.imageId);if(G){(G.status==="completed"||G.status==="failed")&&x.current[v.index]&&(clearInterval(x.current[v.index]),delete x.current[v.index]);const ee=G.status==="completed"&&G.image_path?Q(G.image_path):null,re=A===v.imageId&&N!==void 0?N:G.status==="completed"?100:G.status==="failed"?0:v.progress;return{...v,status:G.status==="completed"?"completed":G.status==="failed"?"failed":"processing",progress:re,imageUrl:ee||v.imageUrl,error:G.error||null}}if(O+1<p)return x.current[v.index]&&(clearInterval(x.current[v.index]),delete x.current[v.index]),{...v,status:"completed",progress:100};if(A===v.imageId){const ee=N!==void 0?N:E[v.index]??0;return{...v,status:"processing",progress:ee}}return v}))},J=n=>{const{results:p}=n;D(l=>l.map(m=>{const i=p==null?void 0:p.find(w=>w.image_id===m.imageId);if(i){x.current[m.index]&&(clearInterval(x.current[m.index]),delete x.current[m.index]);const w=i.status==="completed"&&i.image_path?Q(i.image_path):null;return{...m,status:i.status==="completed"?"completed":"failed",progress:i.status==="completed"?100:0,imageUrl:w||m.imageUrl,error:i.error||null}}return m}))};if(!t)return null;const H=n=>{switch(n){case"pending":return e.jsx(Fe,{className:"w-4 h-4"});case"processing":return e.jsxs("svg",{className:"w-4 h-4 animate-spin",fill:"none",viewBox:"0 0 24 24",children:[e.jsx("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),e.jsx("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})]});case"completed":return e.jsx(Pe,{className:"w-4 h-4"});case"failed":return e.jsx(qe,{className:"w-4 h-4"});default:return e.jsx(Fe,{className:"w-4 h-4"})}},Z=n=>{switch(n){case"pending":return"Pending";case"processing":return"Generating...";case"completed":return"Complete";case"failed":return"Failed";default:return"Pending"}},b=n=>{switch(n){case"completed":return"bg-green-500";case"failed":return"bg-red-500";case"processing":return"bg-blue-500";default:return"bg-gray-300"}},j=g.some(n=>n.status==="processing"),u=g.filter(n=>n.status==="completed").length,M=g.filter(n=>n.status==="failed").length,V=g.every(n=>n.status==="completed"||n.status==="failed");return e.jsxs(Oe,{isOpen:t,onClose:c,className:"max-w-4xl w-full max-h-[80vh] overflow-hidden flex flex-col",showCloseButton:!j,children:[e.jsx("div",{className:"px-6 py-4 border-b border-gray-200 dark:border-gray-700 flex items-center justify-between",children:e.jsxs("div",{className:"flex items-center gap-3",children:[e.jsx(be,{className:"w-6 h-6 text-blue-500"}),e.jsxs("div",{children:[e.jsx("h3",{className:"text-lg font-semibold text-gray-900 dark:text-white",children:"Generating Images"}),e.jsxs("p",{className:"text-sm text-gray-500 dark:text-gray-400 mt-1",children:["Total: ",s," image",s!==1?"s":""," in queue"]}),k&&e.jsxs("p",{className:"text-xs text-gray-400 dark:text-gray-500 mt-1",children:["Model: ",S==="openai"?"OpenAI":S==="runware"?"Runware":S||"Unknown"," ",k==="dall-e-2"?"DALL·E 2":k==="dall-e-3"?"DALL·E 3":k]})]})]})}),e.jsx("div",{className:"flex-1 overflow-y-auto px-6 py-4",children:e.jsx("div",{className:"space-y-3",children:g.map(n=>e.jsx("div",{className:`p-4 rounded-lg border-2 transition-colors ${n.status==="processing"?"bg-blue-50 dark:bg-blue-900/20 border-blue-500":n.status==="completed"?"bg-green-50 dark:bg-green-900/20 border-green-500":n.status==="failed"?"bg-red-50 dark:bg-red-900/20 border-red-500":"bg-gray-50 dark:bg-gray-700/50 border-gray-300 dark:border-gray-600"}`,children:e.jsxs("div",{className:"flex items-center gap-4",children:[e.jsxs("div",{className:"flex-1",children:[e.jsxs("div",{className:"flex items-center gap-3 mb-2",children:[e.jsx("span",{className:"flex items-center justify-center w-6 h-6 rounded-full bg-blue-500 text-white text-xs font-bold",children:n.index}),e.jsx("span",{className:"font-semibold text-sm text-gray-900 dark:text-white",children:n.label}),e.jsx("span",{className:"flex-1 text-xs text-gray-500 dark:text-gray-400 truncate",children:n.prompt?(()=>{const p=n.prompt.split(" "),l=p.slice(0,10).join(" ");return p.length>10?`${l}...`:n.prompt})():n.contentTitle}),e.jsxs("span",{className:"text-xs font-semibold text-gray-600 dark:text-gray-300 whitespace-nowrap flex items-center gap-1",children:[H(n.status),e.jsx("span",{children:Z(n.status)})]})]}),e.jsxs("div",{className:"relative h-5 bg-gray-200 dark:bg-gray-600 rounded-full overflow-hidden",children:[e.jsx("div",{className:`h-full ${b(n.status)} transition-all duration-150 ease-out`,style:{width:`${E[n.index]??n.progress??0}%`}}),e.jsx("div",{className:"absolute inset-0 flex items-center justify-center",children:e.jsxs("span",{className:`text-xs font-bold ${(E[n.index]??n.progress??0)>=50?"text-white":"text-gray-700 dark:text-gray-200"}`,children:[E[n.index]??n.progress??0,"%"]})})]}),n.error&&e.jsx("div",{className:"mt-2 p-2 bg-red-100 dark:bg-red-900/30 border-l-4 border-red-500 rounded text-xs text-red-700 dark:text-red-300",children:n.error})]}),e.jsx("div",{className:"w-20 h-20 bg-gray-100 dark:bg-gray-700 rounded-lg overflow-hidden flex-shrink-0 flex items-center justify-center",children:n.status==="completed"&&n.imageUrl?e.jsx("img",{src:n.imageUrl,alt:n.label,className:"w-full h-full object-cover",onError:p=>{const l=p.target;l.style.display="none";const m=l.parentElement;m&&(m.innerHTML='<span class="text-xs text-gray-400 dark:text-gray-500">No image</span>')}}):e.jsx("span",{className:"text-xs text-gray-400 dark:text-gray-500",children:"No image"})})]})},n.index))})}),e.jsx("div",{className:"px-6 py-4 border-t border-gray-200 dark:border-gray-700 bg-gray-50 dark:bg-gray-800",children:e.jsxs("div",{className:"flex items-center justify-between",children:[e.jsxs("div",{className:"text-sm text-gray-600 dark:text-gray-400",children:[u," completed",M>0?`, ${M} failed`:""," of ",s," total"]}),V&&e.jsx("button",{onClick:c,className:"px-4 py-2 bg-blue-500 text-white rounded-lg hover:bg-blue-600 transition-colors",children:"Close"})]})})]})}function Qt({isOpen:t,onClose:c,onConfirm:d,title:s,recordName:_,confirmText:k="Update Status",statusOptions:S,isLoading:I=!1}){const[P,g]=a.useState(""),D=async()=>{P&&(await d(P),g(""))},E=()=>{g(""),c()};return e.jsx(Oe,{isOpen:t,onClose:E,className:"max-w-md",children:e.jsxs("div",{className:"p-6",children:[e.jsxs("div",{className:"flex items-center gap-3 mb-4",children:[e.jsx("div",{className:"flex items-center justify-center w-10 h-10 bg-blue-50 rounded-xl dark:bg-blue-500/10",children:e.jsx(ct,{className:"w-5 h-5 text-blue-500"})}),e.jsx("h2",{className:"text-xl font-bold text-gray-800 dark:text-white",children:s})]}),e.jsxs("p",{className:"text-gray-600 dark:text-gray-400 mb-4",children:["Update status for all images in ",e.jsx("span",{className:"font-semibold text-gray-900 dark:text-white",children:_})]}),e.jsxs("div",{className:"mb-6",children:[e.jsx(ut,{className:"mb-2",children:"New Status"}),e.jsx(Mt,{options:S,placeholder:"Select status",value:P,onChange:z=>g(z||""),className:"w-full"})]}),e.jsxs("div",{className:"flex justify-end gap-4",children:[e.jsx(Re,{variant:"outline",onClick:E,disabled:I,children:"Cancel"}),e.jsx(Re,{variant:"primary",onClick:D,disabled:I||!P,children:I?"Updating...":k})]})]})})}function Yt(){const t=_e(),c=Ke(),[d,s]=a.useState([]),_=a.useCallback(o=>{c&&s(C=>[...C,o])},[c]),[k,S]=a.useState([]),[I,P]=a.useState(!0),[g,D]=a.useState(""),[E,z]=a.useState(""),[x,Q]=a.useState([]),[W,J]=a.useState(1),[H,Z]=a.useState(1),[b,j]=a.useState(0),u=10,[M,V]=a.useState("content_title"),[n,p]=a.useState("asc"),[l,m]=a.useState(!1),[i,w]=a.useState(!1),[N,A]=a.useState([]),[y,v]=a.useState(null),[O,G]=a.useState(null),[ee,re]=a.useState(null),[he,te]=a.useState(null),[ue,F]=a.useState(!1),[ce,ge]=a.useState(null),[xe,se]=a.useState(""),[me,de]=a.useState(!1),[X,q]=a.useState(!1),[fe,h]=a.useState(null),ie=a.useCallback(async()=>{P(!0),m(!1);try{let C=(await Nt({})).results||[];g&&(C=C.filter(K=>{var le;return(le=K.content_title)==null?void 0:le.toLowerCase().includes(g.toLowerCase())})),E&&(C=C.filter(K=>K.overall_status===E)),C.sort((K,le)=>{let ae=K.content_title,$=le.content_title;return M==="overall_status"&&(ae=K.overall_status,$=le.overall_status),ae<$?n==="asc"?-1:1:ae>$?n==="asc"?1:-1:0});const U=(W-1)*u,Y=U+u,ne=C.slice(U,Y);S(ne),j(C.length),Z(Math.ceil(C.length/u)),setTimeout(()=>{m(!0),P(!1)},100)}catch(o){console.error("Error loading images:",o),t.error(`Failed to load images: ${o.message}`),m(!0),P(!1)}},[W,E,M,n,g,t]);a.useEffect(()=>{ie()},[ie]),a.useEffect(()=>{const o=setTimeout(()=>{W===1?ie():J(1)},500);return()=>clearTimeout(o)},[g,W,ie]);const Ce=(o,C)=>{V(o||"content_title"),p(C),J(1)},Ie=a.useCallback(async o=>{try{if(!o||o.length===0)throw new Error("No records selected for export");t.info("Export functionality coming soon")}catch(C){throw C}},[t]),oe=a.useCallback(async(o,C)=>{t.info(`Bulk action "${o}" for ${C.length} items`)},[t]),Te=a.useCallback(async(o,C)=>{o==="update_status"&&(ge(C.content_id),se(C.content_title||`Content #${C.content_id}`),F(!0))},[]),ye=a.useCallback(async o=>{if(ce){de(!0);try{const C=await _t(ce,o);t.success(`Successfully updated ${C.updated_count} image(s) status to ${o}`),F(!1),ge(null),se(""),ie()}catch(C){t.error(`Failed to update status: ${C.message}`)}finally{de(!1)}}},[ce,t,ie]),ke=a.useCallback((o,C)=>{var le,ae;const U=k.find($=>$.content_id===o);if(!U)return[];const Y=[];let ne=1;return((le=U.featured_image)==null?void 0:le.status)==="pending"&&((ae=U.featured_image)!=null&&ae.prompt)&&Y.push({imageId:U.featured_image.id||null,index:ne++,label:"Featured Image",type:"featured",contentTitle:U.content_title||`Content #${o}`,prompt:U.featured_image.prompt,status:"pending",progress:0,imageUrl:null,error:null}),U.in_article_images.filter($=>$.status==="pending"&&$.prompt).slice(0,C).sort(($,je)=>($.position||0)-(je.position||0)).forEach(($,je)=>{Y.push({imageId:$.id||null,index:ne++,label:`In-Article Image ${$.position||je+1}`,type:"in_article",position:$.position||je+1,contentTitle:U.content_title||`Content #${o}`,prompt:$.prompt,status:"pending",progress:0,imageUrl:null,error:null})}),Y},[k]),r=a.useCallback(async o=>{try{if(!k.find($=>$.content_id===o)){t.error("Content not found");return}let U=2,Y=null,ne=null;try{const $=await St();$.success&&$.config&&(U=$.config.max_in_article_images||2,Y=$.config.model||null,ne=$.config.provider||null)}catch($){console.warn("Failed to fetch image settings, using default:",$)}re(Y),te(ne);const K=ke(o,U);if(K.length===0){t.info("No pending images with prompts found for this content");return}A(K),v(o),w(!0);const le=K.map($=>$.imageId).filter($=>$!==null);console.log("[Generate Images] Stage 1 Complete: Modal opened with",K.length,"images"),console.log("[Generate Images] Image IDs to generate:",le),console.log("[Generate Images] Max in-article images from settings:",U),_({timestamp:new Date().toISOString(),type:"request",action:"generate_images",data:{imageIds:le,contentId:o,totalImages:le.length}});const ae=await Ct(le,o);ae.success&&ae.task_id?(G(ae.task_id),console.log("[Generate Images] Stage 2: Task started with ID:",ae.task_id),_({timestamp:new Date().toISOString(),type:"step",action:"generate_images",stepName:"Task Queued",data:{task_id:ae.task_id,message:"Image generation task queued"}})):(t.error(ae.error||"Failed to start image generation"),w(!1),G(null),_({timestamp:new Date().toISOString(),type:"error",action:"generate_images",data:{error:ae.error||"Failed to start image generation"}}))}catch(C){console.error("[Generate Images] Exception:",C),t.error(`Failed to initialize image generation: ${C.message}`)}},[t,k,ke]),f=a.useCallback(o=>{if(!o||!o.image_path||!(Y=>Y.startsWith("http://")||Y.startsWith("https://")?!1:Y.includes("ai-images"))(o.image_path))return null;if(o.image_path.includes("ai-images")){const Y=o.image_path.split("ai-images/")[1]||o.image_path.split("ai-images\\")[1];if(Y)return`/images/ai-images/${Y}`}if(o.image_path.startsWith("/images/"))return o.image_path;const U=o.image_path.split("/").pop()||o.image_path.split("\\").pop();return U?`/images/ai-images/${U}`:null},[]),T=a.useCallback((o,C,U)=>{const Y=k.find(K=>K.content_id===o);if(!Y)return;let ne=null;if(C==="featured"&&Y.featured_image?ne=Y.featured_image:C==="in_article"&&U&&(ne=Y.in_article_images.find(K=>K.position===U)||null),ne&&ne.status==="generated"){const K=f(ne);K&&(h(K),q(!0))}},[k,f]),R=a.useMemo(()=>{if(k.length===0)return 5;const o=Math.max(...k.map(C=>C.in_article_images.length));return Math.max(o,5)},[k]),L=a.useMemo(()=>Pt({searchTerm:g,setSearchTerm:D,statusFilter:E,setStatusFilter:z,setCurrentPage:J,maxInArticleImages:R,onGenerateImages:r,onImageClick:T}),[g,E,R,r,T]),B=a.useMemo(()=>L!=null&&L.headerMetrics?L.headerMetrics.map(o=>({label:o.label,value:o.calculate({images:k,totalCount:b}),accentColor:o.accentColor})):[],[L==null?void 0:L.headerMetrics,k,b]);return e.jsxs(e.Fragment,{children:[e.jsx(Se,{title:"Content Images",badge:{icon:e.jsx(be,{}),color:"orange"}}),e.jsx($e,{columns:L.columns,data:k,loading:I,showContent:l,filters:L.filters,filterValues:{search:g,status:E},onFilterChange:(o,C)=>{const U=C==null?"":String(C);o==="search"?D(U):o==="status"&&z(U),J(1)},onBulkExport:Ie,onBulkAction:oe,getItemDisplayName:o=>o.content_title||`Content #${o.content_id}`,onExport:async()=>{t.info("Export functionality coming soon")},onExportIcon:e.jsx(Ge,{}),selectionLabel:"content",pagination:{currentPage:W,totalPages:H,totalCount:b,onPageChange:J},selection:{selectedIds:x,onSelectionChange:Q},sorting:{sortBy:M,sortDirection:n,onSort:Ce},headerMetrics:B,onFilterReset:()=>{D(""),z(""),J(1)},onRowAction:Te}),e.jsx(Vt,{isOpen:i,onClose:()=>{w(!1),A([]),v(null),G(null),re(null),te(null),ie()},queue:N,totalImages:N.length,taskId:O,model:ee||void 0,provider:he||void 0,onUpdateQueue:A,onLog:_}),e.jsx(Qt,{isOpen:ue,onClose:()=>{F(!1),ge(null),se("")},onConfirm:ye,title:"Update Image Status",recordName:xe,statusOptions:[{value:"pending",label:"Pending"},{value:"generated",label:"Generated"},{value:"failed",label:"Failed"}],isLoading:me}),e.jsx(Oe,{isOpen:X,onClose:()=>{q(!1),h(null)},className:"max-w-[800px] w-full mx-4",children:fe&&e.jsx("div",{className:"p-6",children:e.jsx("img",{src:fe,alt:"Content image",className:"w-full h-auto object-contain rounded-lg",style:{maxHeight:"90vh"}})})}),c&&d.length>0&&e.jsxs("div",{className:"mt-6 bg-gray-50 dark:bg-gray-800 rounded-lg border border-gray-200 dark:border-gray-700 p-4",children:[e.jsxs("div",{className:"flex items-center justify-between mb-3",children:[e.jsx("h3",{className:"text-sm font-semibold text-gray-900 dark:text-gray-100",children:"AI Function Logs"}),e.jsx("button",{onClick:()=>s([]),className:"text-xs text-gray-500 hover:text-gray-700 dark:text-gray-400 dark:hover:text-gray-200",children:"Clear Logs"})]}),e.jsx("div",{className:"space-y-2 max-h-96 overflow-y-auto",children:d.slice().reverse().map((o,C)=>e.jsxs("div",{className:`p-3 rounded border text-xs font-mono ${o.type==="request"?"bg-blue-50 dark:bg-blue-900/20 border-blue-200 dark:border-blue-800":o.type==="success"?"bg-green-50 dark:bg-green-900/20 border-green-200 dark:border-green-800":o.type==="error"?"bg-red-50 dark:bg-red-900/20 border-red-200 dark:border-red-800":"bg-purple-50 dark:bg-purple-900/20 border-purple-200 dark:border-purple-800"}`,children:[e.jsxs("div",{className:"flex items-center justify-between mb-1",children:[e.jsxs("div",{className:"flex items-center gap-2 flex-wrap",children:[e.jsxs("span",{className:`font-semibold ${o.type==="request"?"text-blue-700 dark:text-blue-300":o.type==="success"?"text-green-700 dark:text-green-300":o.type==="error"?"text-red-700 dark:text-red-300":"text-purple-700 dark:text-purple-300"}`,children:["[",o.type.toUpperCase(),"]"]}),e.jsx("span",{className:"text-gray-700 dark:text-gray-300",children:o.action}),o.stepName&&e.jsx("span",{className:"text-xs px-2 py-0.5 rounded bg-gray-200 dark:bg-gray-700 text-gray-600 dark:text-gray-400",children:o.stepName}),o.percentage!==void 0&&e.jsxs("span",{className:"text-xs text-gray-500 dark:text-gray-400",children:[o.percentage,"%"]})]}),e.jsx("span",{className:"text-gray-500 dark:text-gray-400",children:new Date(o.timestamp).toLocaleTimeString()})]}),e.jsx("pre",{className:"text-xs text-gray-700 dark:text-gray-300 whitespace-pre-wrap break-words",children:JSON.stringify(o.data,null,2)})]},C))})]})]})}const ms=Object.freeze(Object.defineProperty({__proto__:null,default:Yt},Symbol.toStringTag,{value:"Module"}));function Jt(){return e.jsx(De,{})}const ps=Object.freeze(Object.defineProperty({__proto__:null,default:Jt},Symbol.toStringTag,{value:"Module"}));export{cs as C,is as D,ms as I,ps as P,ds as T,us as a,gs as b}; diff --git a/frontend/dist/assets/js/pages-writer-BNZLXTX1.js b/frontend/dist/assets/js/pages-writer-BNZLXTX1.js deleted file mode 100644 index 49aa110b..00000000 --- a/frontend/dist/assets/js/pages-writer-BNZLXTX1.js +++ /dev/null @@ -1 +0,0 @@ -import{j as t,r as s}from"./vendor-react-core-DjsjKnCi.js";import{P as ie,C as ke}from"./page-analytics.tsx-1KCk8AGD.js";import{u as ae}from"./page-reference-aC0iABvU.js";import{W as be,X as Se,Y as _e,Z as we,$ as je,a0 as Ce,o as Ie,a1 as Te,a2 as Ne,a3 as ve,a4 as Fe,a5 as le}from"./page-dashboard-DxYTR5eF.js";import{C as De}from"./page-components.tsx-DYfg5dka.js";import{u as Ee,a as Me,b as Oe,T as de,c as Pe,F as $e}from"./pages-planner-Biqt-k6C.js";import{a as ue,o as Ae,s as Be,t as Le}from"./page-authpages-CY7hjDHU.js";import{c as Re}from"./page-images.config.tsx-Dy4DVDQH.js";import{c as ze}from"./page-tasks.config.tsx-mmlIGC4l.js";function qe(){return t.jsxs(t.Fragment,{children:[t.jsx(ie,{title:"Writer Dashboard - IGNY8",description:"Content creation overview"}),t.jsxs("div",{className:"grid grid-cols-1 gap-4 md:grid-cols-3 md:gap-6 mb-6",children:[t.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white p-5 dark:border-gray-800 dark:bg-white/[0.03] md:p-6",children:[t.jsx("span",{className:"text-sm text-gray-500 dark:text-gray-400",children:"Tasks"}),t.jsx("h4",{className:"mt-2 font-bold text-gray-800 text-title-sm dark:text-white/90",children:"-"}),t.jsx("p",{className:"text-xs text-gray-500 dark:text-gray-400 mt-1",children:"Queued tasks"})]}),t.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white p-5 dark:border-gray-800 dark:bg-white/[0.03] md:p-6",children:[t.jsx("span",{className:"text-sm text-gray-500 dark:text-gray-400",children:"Drafts"}),t.jsx("h4",{className:"mt-2 font-bold text-gray-800 text-title-sm dark:text-white/90",children:"-"}),t.jsx("p",{className:"text-xs text-gray-500 dark:text-gray-400 mt-1",children:"Draft content"})]}),t.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white p-5 dark:border-gray-800 dark:bg-white/[0.03] md:p-6",children:[t.jsx("span",{className:"text-sm text-gray-500 dark:text-gray-400",children:"Published"}),t.jsx("h4",{className:"mt-2 font-bold text-gray-800 text-title-sm dark:text-white/90",children:"-"}),t.jsx("p",{className:"text-xs text-gray-500 dark:text-gray-400 mt-1",children:"Published content"})]})]}),t.jsx(ke,{title:"Coming Soon",desc:"Content creation overview",children:t.jsxs("div",{className:"text-center py-8",children:[t.jsx("p",{className:"text-gray-600 dark:text-gray-400",children:"Writer Dashboard - Coming Soon"}),t.jsx("p",{className:"text-sm text-gray-500 dark:text-gray-400 mt-2",children:"Overview of content tasks and workflow will be displayed here"})]})})]})}const st=Object.freeze(Object.defineProperty({__proto__:null,default:qe},Symbol.toStringTag,{value:"Module"}));function re(){const o=ae(),{activeSector:j}=Ee(),{pageSize:D}=Me(),[C,E]=s.useState([]),[b,L]=s.useState([]),[I,m]=s.useState(!0),[x,$]=s.useState(""),[M,R]=s.useState(""),[y,T]=s.useState(""),[O,z]=s.useState(""),[S,q]=s.useState(""),[A,Q]=s.useState([]),[N,v]=s.useState(1),[X,G]=s.useState(1),[_,Z]=s.useState(0),[B,K]=s.useState("created_at"),[f,ee]=s.useState("desc"),[n,u]=s.useState(!1),[F,k]=s.useState(!1),[U,V]=s.useState(!1),[ne,oe]=s.useState(null),[H,te]=s.useState({title:"",description:"",keywords:"",cluster_id:null,content_structure:"blog_post",content_type:"blog_post",status:"queued",word_count:0}),c=Oe(),[ce,p]=s.useState([]),P=s.useRef(null),J=s.useRef(-1),W=s.useRef(!1);s.useEffect(()=>{(async()=>{try{const a=await Ie({ordering:"name"});L(a.results||[])}catch(a){console.error("Error fetching clusters:",a)}})()},[]);const g=s.useCallback(async()=>{m(!0),u(!1);try{const e=B?`${f==="desc"?"-":""}${B}`:"-created_at",a={...x&&{search:x},...M&&{status:M},...y&&{cluster_id:y},...O&&{content_structure:O},...S&&{content_type:S},page:N,page_size:D,ordering:e},r=await be(a);E(r.results||[]),Z(r.count||0),G(Math.ceil((r.count||0)/D)),setTimeout(()=>{u(!0),m(!1)},100)}catch(e){console.error("Error loading tasks:",e),o.error(`Failed to load tasks: ${e.message}`),u(!0),m(!1)}},[N,M,y,O,S,B,f,x,j,D]);s.useEffect(()=>{g()},[g]),s.useEffect(()=>{const e=()=>{g()},a=()=>{g()};return window.addEventListener("siteChanged",e),window.addEventListener("sectorChanged",a),()=>{window.removeEventListener("siteChanged",e),window.removeEventListener("sectorChanged",a)}},[g]),s.useEffect(()=>{v(1)},[D]),s.useEffect(()=>{const e=setTimeout(()=>{N===1?g():v(1)},500);return()=>clearTimeout(e)},[x,N,g]);const ge=(e,a)=>{K(e||"created_at"),ee(a),v(1)},me=s.useCallback(async(e,a)=>{try{const r=e.map(i=>parseInt(i));await Se(r,a),await g()}catch(r){throw r}},[g]),pe=s.useCallback(async e=>{try{if(!e||e.length===0)throw new Error("No records selected for export");o.info("Export functionality coming soon")}catch(a){throw a}},[]),xe=s.useCallback(async(e,a)=>{if(e==="generate_content"){if(!a.title){o.error("Task must have a title to generate content");return}const r={ids:[a.id],task_title:a.title,task_id:a.id};p(i=>[...i,{timestamp:new Date().toISOString(),type:"request",action:"generate_content (Row Action)",data:r}]);try{const i=await _e([a.id]);i.success?i.task_id?(p(d=>[...d,{timestamp:new Date().toISOString(),type:"success",action:"generate_content (Row Action)",data:{task_id:i.task_id,message:i.message}}]),c.openModal(i.task_id,"Generating Content","ai-generate-content-03"),o.success("Content generation started")):(p(d=>[...d,{timestamp:new Date().toISOString(),type:"success",action:"generate_content (Row Action)",data:{tasks_updated:i.tasks_updated||0,message:i.message}}]),o.success(`Content generated successfully: ${i.tasks_updated||0} article generated`),await g()):(p(d=>[...d,{timestamp:new Date().toISOString(),type:"error",action:"generate_content (Row Action)",data:{error:i.error||"Failed to generate content"}}]),o.error(i.error||"Failed to generate content"))}catch(i){p(d=>[...d,{timestamp:new Date().toISOString(),type:"error",action:"generate_content (Row Action)",data:{error:i.message||"Unknown error occurred"}}]),o.error(`Failed to generate content: ${i.message}`)}}},[o,g,c]),fe=s.useCallback(async(e,a)=>{if(e==="generate_images"){if(a.length===0){o.error("Please select at least one task to generate images");return}if(a.length>10){o.error("Maximum 10 tasks allowed for image generation");return}const r=a.map(l=>parseInt(l)),i=C.filter(l=>r.includes(l.id)),d={ids:r,task_count:r.length,task_titles:i.map(l=>l.title)};p(l=>[...l,{timestamp:new Date().toISOString(),type:"request",action:"generate_images (Bulk Action)",data:d}]);try{const l=await we(r);l.success?l.task_id?(p(h=>[...h,{timestamp:new Date().toISOString(),type:"success",action:"generate_images (Bulk Action)",data:{task_id:l.task_id,message:l.message,task_count:r.length}}]),c.openModal(l.task_id,"Generating Images"),o.success("Image generation started")):(p(h=>[...h,{timestamp:new Date().toISOString(),type:"success",action:"generate_images (Bulk Action)",data:{images_created:l.images_created||0,message:l.message,task_count:r.length}}]),o.success(`Image generation complete: ${l.images_created||0} images generated`),await g()):(p(h=>[...h,{timestamp:new Date().toISOString(),type:"error",action:"generate_images (Bulk Action)",data:{error:l.error||"Failed to generate images",task_count:r.length}}]),o.error(l.error||"Failed to generate images"))}catch(l){p(h=>[...h,{timestamp:new Date().toISOString(),type:"error",action:"generate_images (Bulk Action)",data:{error:l.message||"Unknown error occurred",task_count:r.length}}]),o.error(`Failed to generate images: ${l.message}`)}}else o.info(`Bulk action "${e}" for ${a.length} items`)},[o,g,c,C]);s.useEffect(()=>{var l;if(!c.taskId||!c.isOpen)return;const e=c.progress,a=((l=e.details)==null?void 0:l.phase)||"",r=e.percentage,i=e.message,d=e.status;if(a&&a!==P.current){const h=d==="error"?"error":d==="completed"?"success":"step";p(Y=>[...Y,{timestamp:new Date().toISOString(),type:h,action:c.title||"AI Function",stepName:a,percentage:r,data:{step:a,message:i,percentage:r,status:d,details:e.details}}]),P.current=a,J.current=r}else if(a&&Math.abs(r-J.current)>=10){const h=d==="error"?"error":d==="completed"?"success":"step";p(Y=>[...Y,{timestamp:new Date().toISOString(),type:h,action:c.title||"AI Function",stepName:a,percentage:r,data:{step:a,message:i,percentage:r,status:d,details:e.details}}]),J.current=r}else if((d==="error"||d==="completed")&&(a!==P.current||d==="error"&&P.current!=="error"||d==="completed"&&P.current!=="completed")){const h=d==="error"?"error":"success";p(Y=>[...Y,{timestamp:new Date().toISOString(),type:h,action:c.title||"AI Function",stepName:a||"Final",percentage:r,data:{step:a||"Final",message:i,percentage:r,status:d,details:e.details}}]),P.current=a||d}},[c.progress,c.taskId,c.isOpen,c.title]),s.useEffect(()=>{c.isOpen||(P.current=null,J.current=-1),W.current=!1},[c.isOpen,c.taskId]);const w=s.useMemo(()=>ze({clusters:b,activeSector:j,formData:H,setFormData:te,searchTerm:x,setSearchTerm:$,statusFilter:M,setStatusFilter:R,clusterFilter:y,setClusterFilter:T,structureFilter:O,setStructureFilter:z,typeFilter:S,setTypeFilter:q,setCurrentPage:v}),[b,j,H,x,M,y,O,S]),he=s.useMemo(()=>w!=null&&w.headerMetrics?w.headerMetrics.map(e=>({label:e.label,value:e.calculate({tasks:C,totalCount:_}),accentColor:e.accentColor})):[],[w==null?void 0:w.headerMetrics,C,_]),se=s.useCallback(()=>{te({title:"",description:"",keywords:"",cluster_id:null,content_structure:"blog_post",content_type:"blog_post",status:"queued",word_count:0}),V(!1),oe(null)},[]),ye=async()=>{try{U&&ne?(await Te(ne.id,H),o.success("Task updated successfully")):(await Ne(H),o.success("Task created successfully")),k(!1),se(),g()}catch(e){o.error(`Failed to save: ${e.message}`)}};return t.jsxs(t.Fragment,{children:[t.jsx(de,{title:"Content Tasks",titleIcon:t.jsx(Be,{className:"text-brand-500 size-5"}),subtitle:"Manage content generation queue and tasks",columns:w.columns,data:C,loading:I,showContent:n,filters:w.filters,filterValues:{search:x,status:M,cluster_id:y,content_structure:O,content_type:S},onFilterChange:(e,a)=>{const r=a==null?"":String(a);e==="search"?$(r):e==="status"?R(r):e==="cluster_id"?T(r):e==="content_structure"?z(r):e==="content_type"&&q(r),v(1)},onEdit:e=>{oe(e),te({title:e.title||"",description:e.description||"",keywords:e.keywords||"",cluster_id:e.cluster_id||null,content_structure:e.content_structure||"blog_post",content_type:e.content_type||"blog_post",status:e.status||"queued",word_count:e.word_count||0}),V(!0),k(!0)},onCreate:()=>{se(),k(!0)},createLabel:"Add Task",onCreateIcon:t.jsx(Ae,{}),onDelete:async e=>{await Ce(e),g()},onBulkDelete:async e=>{const a=await je(e);return g(),a},onBulkExport:pe,onBulkUpdateStatus:me,onBulkAction:fe,onRowAction:xe,getItemDisplayName:e=>e.title,onExport:async()=>{o.info("Export functionality coming soon")},onExportIcon:t.jsx(ue,{}),selectionLabel:"task",pagination:{currentPage:N,totalPages:X,totalCount:_,onPageChange:v},selection:{selectedIds:A,onSelectionChange:Q},sorting:{sortBy:B,sortDirection:f,onSort:ge},headerMetrics:he,onFilterReset:()=>{$(""),R(""),T(""),z(""),q(""),v(1)}}),t.jsx(Pe,{isOpen:c.isOpen,title:c.title,percentage:c.progress.percentage,status:c.progress.status,message:c.progress.message,details:c.progress.details,taskId:c.taskId||void 0,functionId:c.functionId,onClose:()=>{const e=c.progress.status==="completed";c.closeModal(),e&&!W.current&&(W.current=!0,g(),setTimeout(()=>{W.current=!1},1e3))}}),ce.length>0&&t.jsxs("div",{className:"mt-6 bg-gray-50 dark:bg-gray-800 rounded-lg border border-gray-200 dark:border-gray-700 p-4",children:[t.jsxs("div",{className:"flex items-center justify-between mb-3",children:[t.jsx("h3",{className:"text-sm font-semibold text-gray-900 dark:text-gray-100",children:"AI Function Logs"}),t.jsx("button",{onClick:()=>p([]),className:"text-xs text-gray-500 hover:text-gray-700 dark:text-gray-400 dark:hover:text-gray-200",children:"Clear Logs"})]}),t.jsx("div",{className:"space-y-2 max-h-96 overflow-y-auto",children:ce.slice().reverse().map((e,a)=>t.jsxs("div",{className:`p-3 rounded border text-xs font-mono ${e.type==="request"?"bg-blue-50 dark:bg-blue-900/20 border-blue-200 dark:border-blue-800":e.type==="success"?"bg-green-50 dark:bg-green-900/20 border-green-200 dark:border-green-800":e.type==="error"?"bg-red-50 dark:bg-red-900/20 border-red-200 dark:border-red-800":"bg-purple-50 dark:bg-purple-900/20 border-purple-200 dark:border-purple-800"}`,children:[t.jsxs("div",{className:"flex items-center justify-between mb-1",children:[t.jsxs("div",{className:"flex items-center gap-2 flex-wrap",children:[t.jsxs("span",{className:`font-semibold ${e.type==="request"?"text-blue-700 dark:text-blue-300":e.type==="success"?"text-green-700 dark:text-green-300":e.type==="error"?"text-red-700 dark:text-red-300":"text-purple-700 dark:text-purple-300"}`,children:["[",e.type.toUpperCase(),"]"]}),t.jsx("span",{className:"text-gray-700 dark:text-gray-300",children:e.action}),e.stepName&&t.jsx("span",{className:"text-xs px-2 py-0.5 rounded bg-gray-200 dark:bg-gray-700 text-gray-600 dark:text-gray-400",children:e.stepName}),e.percentage!==void 0&&t.jsxs("span",{className:"text-xs text-gray-500 dark:text-gray-400",children:[e.percentage,"%"]})]}),t.jsx("span",{className:"text-gray-500 dark:text-gray-400",children:new Date(e.timestamp).toLocaleTimeString()})]}),t.jsx("pre",{className:"text-xs text-gray-700 dark:text-gray-300 whitespace-pre-wrap break-words",children:JSON.stringify(e.data,null,2)})]},a))})]}),t.jsx($e,{isOpen:F,onClose:()=>{k(!1),se()},onSubmit:ye,title:U?"Edit Task":"Add Task",submitLabel:U?"Update":"Create",fields:w.formFields(b)})]})}const at=Object.freeze(Object.defineProperty({__proto__:null,default:re},Symbol.toStringTag,{value:"Module"}));function Ge(){const o=ae(),[j,D]=s.useState([]),[C,E]=s.useState(!0),[b,L]=s.useState(null);s.useEffect(()=>{I()},[]);const I=async()=>{try{E(!0);const m=await ve();D(m.results||[])}catch(m){o.error(`Failed to load content: ${m.message}`)}finally{E(!1)}};return t.jsxs("div",{className:"p-6",children:[t.jsx(ie,{title:"Content"}),t.jsxs("div",{className:"mb-6",children:[t.jsx("h1",{className:"text-2xl font-bold text-gray-900 dark:text-white",children:"Content"}),t.jsx("p",{className:"text-gray-600 dark:text-gray-400 mt-1",children:"View all generated content"})]}),C?t.jsx("div",{className:"flex items-center justify-center h-64",children:t.jsx("div",{className:"text-gray-500",children:"Loading..."})}):t.jsx("div",{className:"space-y-4",children:j.map(m=>t.jsxs(De,{className:"p-6",children:[t.jsxs("div",{className:"flex justify-between items-start mb-4",children:[t.jsxs("div",{children:[t.jsxs("h3",{className:"text-lg font-semibold text-gray-900 dark:text-white",children:["Task #",m.task]}),t.jsxs("p",{className:"text-sm text-gray-600 dark:text-gray-400",children:["Generated: ",new Date(m.generated_at).toLocaleString()]})]}),t.jsxs("div",{className:"text-sm text-gray-600 dark:text-gray-400",children:[m.word_count," words"]})]}),t.jsx("div",{className:"prose dark:prose-invert max-w-none",dangerouslySetInnerHTML:{__html:m.html_content}})]},m.id))})]})}const rt=Object.freeze(Object.defineProperty({__proto__:null,default:Ge},Symbol.toStringTag,{value:"Module"}));function Ue(){return t.jsx(re,{})}const nt=Object.freeze(Object.defineProperty({__proto__:null,default:Ue},Symbol.toStringTag,{value:"Module"}));function Ve(){const o=ae(),[j,D]=s.useState([]),[C,E]=s.useState(!0),[b,L]=s.useState(""),[I,m]=s.useState(""),[x,$]=s.useState(""),[M,R]=s.useState([]),[y,T]=s.useState(1),[O,z]=s.useState(1),[S,q]=s.useState(0),[A,Q]=s.useState("created_at"),[N,v]=s.useState("desc"),[X,G]=s.useState(!1),_=s.useCallback(async()=>{E(!0),G(!1);try{const n=A?`${N==="desc"?"-":""}${A}`:"-created_at",u={...I&&{image_type:I},...x&&{status:x},page:y,ordering:n};let k=(await Fe(u)).results||[];b&&(k=k.filter(U=>{var V;return(V=U.task_title)==null?void 0:V.toLowerCase().includes(b.toLowerCase())})),D(k),q(k.length),z(Math.ceil(k.length/10)),setTimeout(()=>{G(!0),E(!1)},100)}catch(n){console.error("Error loading images:",n),o.error(`Failed to load images: ${n.message}`),G(!0),E(!1)}},[y,I,x,A,N,b]);s.useEffect(()=>{_()},[_]),s.useEffect(()=>{const n=setTimeout(()=>{y===1?_():T(1)},500);return()=>clearTimeout(n)},[b,y,_]);const Z=(n,u)=>{Q(n||"created_at"),v(u),T(1)},B=s.useCallback(async n=>{try{if(!n||n.length===0)throw new Error("No records selected for export");o.info("Export functionality coming soon")}catch(u){throw u}},[]),K=s.useCallback(async(n,u)=>{if(n==="generate_images")try{const F=u.map(k=>parseInt(k));o.info(`Generate images for ${u.length} items`)}catch(F){o.error(`Failed to generate images: ${F.message}`)}else o.info(`Bulk action "${n}" for ${u.length} items`)},[]),f=s.useMemo(()=>Re(),[b,I,x]),ee=s.useMemo(()=>f!=null&&f.headerMetrics?f.headerMetrics.map(n=>({label:n.label,value:n.calculate({images:j,totalCount:S}),accentColor:n.accentColor})):[],[f==null?void 0:f.headerMetrics,j,S]);return t.jsx(de,{title:"Task Images",titleIcon:t.jsx(Le,{className:"text-purple-500 size-5"}),subtitle:"Manage images for content tasks",columns:f.columns,data:j,loading:C,showContent:X,filters:f.filters,filterValues:{search:b,image_type:I,status:x},onFilterChange:(n,u)=>{const F=u==null?"":String(u);n==="search"?L(F):n==="image_type"?m(F):n==="status"&&$(F),T(1)},onDelete:async n=>{await le(n),_()},onBulkDelete:async n=>{for(const u of n)await le(u);return _(),{deleted_count:n.length}},onBulkExport:B,onBulkAction:K,getItemDisplayName:n=>n.task_title||`Image ${n.id}`,onExport:async()=>{o.info("Export functionality coming soon")},onExportIcon:t.jsx(ue,{}),selectionLabel:"image",pagination:{currentPage:y,totalPages:O,totalCount:S,onPageChange:T},selection:{selectedIds:M,onSelectionChange:R},sorting:{sortBy:A,sortDirection:N,onSort:Z},headerMetrics:ee,onFilterReset:()=>{L(""),m(""),$(""),T(1)}})}const ot=Object.freeze(Object.defineProperty({__proto__:null,default:Ve},Symbol.toStringTag,{value:"Module"}));function We(){return t.jsx(re,{})}const ct=Object.freeze(Object.defineProperty({__proto__:null,default:We},Symbol.toStringTag,{value:"Module"}));export{rt as C,st as D,ot as I,ct as P,at as T,nt as a}; diff --git a/frontend/dist/assets/js/vendor-charts-BCGhWx_0.js b/frontend/dist/assets/js/vendor-charts-BCGhWx_0.js new file mode 100644 index 00000000..2c46715b --- /dev/null +++ b/frontend/dist/assets/js/vendor-charts-BCGhWx_0.js @@ -0,0 +1,916 @@ +import{i as Ka}from"./vendor-react-core-DRQGgXXF.js";import{r as Qa}from"./vendor-other-DTCyBslD.js";function es(o,e){for(var t=0;t<e.length;t++){const i=e[t];if(typeof i!="string"&&!Array.isArray(i)){for(const a in i)if(a!=="default"&&!(a in o)){const s=Object.getOwnPropertyDescriptor(i,a);s&&Object.defineProperty(o,a,s.get?s:{enumerable:!0,get:()=>i[a]})}}}return Object.freeze(Object.defineProperty(o,Symbol.toStringTag,{value:"Module"}))}function ts(o){return o&&o.__esModule&&Object.prototype.hasOwnProperty.call(o,"default")?o.default:o}function is(o){if(o.__esModule)return o;var e=o.default;if(typeof e=="function"){var t=function i(){return this instanceof i?Reflect.construct(e,arguments,this.constructor):e.apply(this,arguments)};t.prototype=e.prototype}else t={};return Object.defineProperty(t,"__esModule",{value:!0}),Object.keys(o).forEach(function(i){var a=Object.getOwnPropertyDescriptor(o,i);Object.defineProperty(t,i,a.get?a:{enumerable:!0,get:function(){return o[i]}})}),t}var Ft={};/*! + * ApexCharts v4.4.0 + * (c) 2018-2025 ApexCharts + * Released under the MIT License. + */function ai(o,e){(e==null||e>o.length)&&(e=o.length);for(var t=0,i=Array(e);t<e;t++)i[t]=o[t];return i}function ra(o){if(o===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return o}function F(o,e){if(!(o instanceof e))throw new TypeError("Cannot call a class as a function")}function Yi(o,e){for(var t=0;t<e.length;t++){var i=e[t];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(o,la(i.key),i)}}function D(o,e,t){return e&&Yi(o.prototype,e),t&&Yi(o,t),Object.defineProperty(o,"prototype",{writable:!1}),o}function ht(o,e){var t=typeof Symbol<"u"&&o[Symbol.iterator]||o["@@iterator"];if(!t){if(Array.isArray(o)||(t=ki(o))||e){t&&(o=t);var i=0,a=function(){};return{s:a,n:function(){return i>=o.length?{done:!0}:{done:!1,value:o[i++]}},e:function(l){throw l},f:a}}throw new TypeError(`Invalid attempt to iterate non-iterable instance. +In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var s,r=!0,n=!1;return{s:function(){t=t.call(o)},n:function(){var l=t.next();return r=l.done,l},e:function(l){n=!0,s=l},f:function(){try{r||t.return==null||t.return()}finally{if(n)throw s}}}}function bt(o){var e=na();return function(){var t,i=zt(o);if(e){var a=zt(this).constructor;t=Reflect.construct(i,arguments,a)}else t=i.apply(this,arguments);return function(s,r){if(r&&(typeof r=="object"||typeof r=="function"))return r;if(r!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return ra(s)}(this,t)}}function Tt(o,e,t){return(e=la(e))in o?Object.defineProperty(o,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):o[e]=t,o}function zt(o){return zt=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},zt(o)}function mt(o,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");o.prototype=Object.create(e&&e.prototype,{constructor:{value:o,writable:!0,configurable:!0}}),Object.defineProperty(o,"prototype",{writable:!1}),e&&si(o,e)}function na(){try{var o=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(na=function(){return!!o})()}function Hi(o,e){var t=Object.keys(o);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(o);e&&(i=i.filter(function(a){return Object.getOwnPropertyDescriptor(o,a).enumerable})),t.push.apply(t,i)}return t}function O(o){for(var e=1;e<arguments.length;e++){var t=arguments[e]!=null?arguments[e]:{};e%2?Hi(Object(t),!0).forEach(function(i){Tt(o,i,t[i])}):Object.getOwnPropertyDescriptors?Object.defineProperties(o,Object.getOwnPropertyDescriptors(t)):Hi(Object(t)).forEach(function(i){Object.defineProperty(o,i,Object.getOwnPropertyDescriptor(t,i))})}return o}function si(o,e){return si=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,i){return t.__proto__=i,t},si(o,e)}function oa(o,e){return function(t){if(Array.isArray(t))return t}(o)||function(t,i){var a=t==null?null:typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(a!=null){var s,r,n,l,h=[],c=!0,d=!1;try{if(n=(a=a.call(t)).next,i===0){if(Object(a)!==a)return;c=!1}else for(;!(c=(s=n.call(a)).done)&&(h.push(s.value),h.length!==i);c=!0);}catch(u){d=!0,r=u}finally{try{if(!c&&a.return!=null&&(l=a.return(),Object(l)!==l))return}finally{if(d)throw r}}return h}}(o,e)||ki(o,e)||function(){throw new TypeError(`Invalid attempt to destructure non-iterable instance. +In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}()}function ge(o){return function(e){if(Array.isArray(e))return ai(e)}(o)||function(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}(o)||ki(o)||function(){throw new TypeError(`Invalid attempt to spread non-iterable instance. +In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}()}function la(o){var e=function(t,i){if(typeof t!="object"||!t)return t;var a=t[Symbol.toPrimitive];if(a!==void 0){var s=a.call(t,i);if(typeof s!="object")return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return(i==="string"?String:Number)(t)}(o,"string");return typeof e=="symbol"?e:e+""}function Qe(o){return Qe=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Qe(o)}function ki(o,e){if(o){if(typeof o=="string")return ai(o,e);var t={}.toString.call(o).slice(8,-1);return t==="Object"&&o.constructor&&(t=o.constructor.name),t==="Map"||t==="Set"?Array.from(o):t==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?ai(o,e):void 0}}var L=function(){function o(){F(this,o)}return D(o,[{key:"shadeRGBColor",value:function(e,t){var i=t.split(","),a=e<0?0:255,s=e<0?-1*e:e,r=parseInt(i[0].slice(4),10),n=parseInt(i[1],10),l=parseInt(i[2],10);return"rgb("+(Math.round((a-r)*s)+r)+","+(Math.round((a-n)*s)+n)+","+(Math.round((a-l)*s)+l)+")"}},{key:"shadeHexColor",value:function(e,t){var i=parseInt(t.slice(1),16),a=e<0?0:255,s=e<0?-1*e:e,r=i>>16,n=i>>8&255,l=255&i;return"#"+(16777216+65536*(Math.round((a-r)*s)+r)+256*(Math.round((a-n)*s)+n)+(Math.round((a-l)*s)+l)).toString(16).slice(1)}},{key:"shadeColor",value:function(e,t){return o.isColorHex(t)?this.shadeHexColor(e,t):this.shadeRGBColor(e,t)}}],[{key:"bind",value:function(e,t){return function(){return e.apply(t,arguments)}}},{key:"isObject",value:function(e){return e&&Qe(e)==="object"&&!Array.isArray(e)&&e!=null}},{key:"is",value:function(e,t){return Object.prototype.toString.call(t)==="[object "+e+"]"}},{key:"listToArray",value:function(e){var t,i=[];for(t=0;t<e.length;t++)i[t]=e[t];return i}},{key:"extend",value:function(e,t){var i=this;typeof Object.assign!="function"&&(Object.assign=function(s){if(s==null)throw new TypeError("Cannot convert undefined or null to object");for(var r=Object(s),n=1;n<arguments.length;n++){var l=arguments[n];if(l!=null)for(var h in l)l.hasOwnProperty(h)&&(r[h]=l[h])}return r});var a=Object.assign({},e);return this.isObject(e)&&this.isObject(t)&&Object.keys(t).forEach(function(s){i.isObject(t[s])&&s in e?a[s]=i.extend(e[s],t[s]):Object.assign(a,Tt({},s,t[s]))}),a}},{key:"extendArray",value:function(e,t){var i=[];return e.map(function(a){i.push(o.extend(t,a))}),e=i}},{key:"monthMod",value:function(e){return e%12}},{key:"clone",value:function(e){var t,i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:new WeakMap;if(e===null||Qe(e)!=="object")return e;if(i.has(e))return i.get(e);if(Array.isArray(e)){t=[],i.set(e,t);for(var a=0;a<e.length;a++)t[a]=this.clone(e[a],i)}else if(e instanceof Date)t=new Date(e.getTime());else for(var s in t={},i.set(e,t),e)e.hasOwnProperty(s)&&(t[s]=this.clone(e[s],i));return t}},{key:"log10",value:function(e){return Math.log(e)/Math.LN10}},{key:"roundToBase10",value:function(e){return Math.pow(10,Math.floor(Math.log10(e)))}},{key:"roundToBase",value:function(e,t){return Math.pow(t,Math.floor(Math.log(e)/Math.log(t)))}},{key:"parseNumber",value:function(e){return e===null?e:parseFloat(e)}},{key:"stripNumber",value:function(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:2;return Number.isInteger(e)?e:parseFloat(e.toPrecision(t))}},{key:"randomId",value:function(){return(Math.random()+1).toString(36).substring(4)}},{key:"noExponents",value:function(e){return e.toString().includes("e")?Math.round(e):e}},{key:"elementExists",value:function(e){return!(!e||!e.isConnected)}},{key:"getDimensions",value:function(e){var t=getComputedStyle(e,null),i=e.clientHeight,a=e.clientWidth;return i-=parseFloat(t.paddingTop)+parseFloat(t.paddingBottom),[a-=parseFloat(t.paddingLeft)+parseFloat(t.paddingRight),i]}},{key:"getBoundingClientRect",value:function(e){var t=e.getBoundingClientRect();return{top:t.top,right:t.right,bottom:t.bottom,left:t.left,width:e.clientWidth,height:e.clientHeight,x:t.left,y:t.top}}},{key:"getLargestStringFromArr",value:function(e){return e.reduce(function(t,i){return Array.isArray(i)&&(i=i.reduce(function(a,s){return a.length>s.length?a:s})),t.length>i.length?t:i},0)}},{key:"hexToRgba",value:function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"#999999",t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:.6;e.substring(0,1)!=="#"&&(e="#999999");var i=e.replace("#","");i=i.match(new RegExp("(.{"+i.length/3+"})","g"));for(var a=0;a<i.length;a++)i[a]=parseInt(i[a].length===1?i[a]+i[a]:i[a],16);return t!==void 0&&i.push(t),"rgba("+i.join(",")+")"}},{key:"getOpacityFromRGBA",value:function(e){return parseFloat(e.replace(/^.*,(.+)\)/,"$1"))}},{key:"rgb2hex",value:function(e){return(e=e.match(/^rgba?[\s+]?\([\s+]?(\d+)[\s+]?,[\s+]?(\d+)[\s+]?,[\s+]?(\d+)[\s+]?/i))&&e.length===4?"#"+("0"+parseInt(e[1],10).toString(16)).slice(-2)+("0"+parseInt(e[2],10).toString(16)).slice(-2)+("0"+parseInt(e[3],10).toString(16)).slice(-2):""}},{key:"isColorHex",value:function(e){return/(^#[0-9A-F]{6}$)|(^#[0-9A-F]{3}$)|(^#[0-9A-F]{8}$)/i.test(e)}},{key:"getPolygonPos",value:function(e,t){for(var i=[],a=2*Math.PI/t,s=0;s<t;s++){var r={};r.x=e*Math.sin(s*a),r.y=-e*Math.cos(s*a),i.push(r)}return i}},{key:"polarToCartesian",value:function(e,t,i,a){var s=(a-90)*Math.PI/180;return{x:e+i*Math.cos(s),y:t+i*Math.sin(s)}}},{key:"escapeString",value:function(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"x",i=e.toString().slice();return i=i.replace(/[` ~!@#$%^&*()|+\=?;:'",.<>{}[\]\\/]/gi,t)}},{key:"negToZero",value:function(e){return e<0?0:e}},{key:"moveIndexInArray",value:function(e,t,i){if(i>=e.length)for(var a=i-e.length+1;a--;)e.push(void 0);return e.splice(i,0,e.splice(t,1)[0]),e}},{key:"extractNumber",value:function(e){return parseFloat(e.replace(/[^\d.]*/g,""))}},{key:"findAncestor",value:function(e,t){for(;(e=e.parentElement)&&!e.classList.contains(t););return e}},{key:"setELstyles",value:function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e.style.key=t[i])}},{key:"preciseAddition",value:function(e,t){var i=(String(e).split(".")[1]||"").length,a=(String(t).split(".")[1]||"").length,s=Math.pow(10,Math.max(i,a));return(Math.round(e*s)+Math.round(t*s))/s}},{key:"isNumber",value:function(e){return!isNaN(e)&&parseFloat(Number(e))===e&&!isNaN(parseInt(e,10))}},{key:"isFloat",value:function(e){return Number(e)===e&&e%1!=0}},{key:"isMsEdge",value:function(){var e=window.navigator.userAgent,t=e.indexOf("Edge/");return t>0&&parseInt(e.substring(t+5,e.indexOf(".",t)),10)}},{key:"getGCD",value:function(e,t){var i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:7,a=Math.pow(10,i-Math.floor(Math.log10(Math.max(e,t))));for(e=Math.round(Math.abs(e)*a),t=Math.round(Math.abs(t)*a);t;){var s=t;t=e%t,e=s}return e/a}},{key:"getPrimeFactors",value:function(e){for(var t=[],i=2;e>=2;)e%i==0?(t.push(i),e/=i):i++;return t}},{key:"mod",value:function(e,t){var i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:7,a=Math.pow(10,i-Math.floor(Math.log10(Math.max(e,t))));return(e=Math.round(Math.abs(e)*a))%(t=Math.round(Math.abs(t)*a))/a}}]),o}(),it=function(){function o(e){F(this,o),this.ctx=e,this.w=e.w}return D(o,[{key:"animateLine",value:function(e,t,i,a){e.attr(t).animate(a).attr(i)}},{key:"animateMarker",value:function(e,t,i,a){e.attr({opacity:0}).animate(t).attr({opacity:1}).after(function(){a()})}},{key:"animateRect",value:function(e,t,i,a,s){e.attr(t).animate(a).attr(i).after(function(){return s()})}},{key:"animatePathsGradually",value:function(e){var t=e.el,i=e.realIndex,a=e.j,s=e.fill,r=e.pathFrom,n=e.pathTo,l=e.speed,h=e.delay,c=this.w,d=0;c.config.chart.animations.animateGradually.enabled&&(d=c.config.chart.animations.animateGradually.delay),c.config.chart.animations.dynamicAnimation.enabled&&c.globals.dataChanged&&c.config.chart.type!=="bar"&&(d=0),this.morphSVG(t,i,a,c.config.chart.type!=="line"||c.globals.comboCharts?s:"stroke",r,n,l,h*d)}},{key:"showDelayedElements",value:function(){this.w.globals.delayedElements.forEach(function(e){var t=e.el;t.classList.remove("apexcharts-element-hidden"),t.classList.add("apexcharts-hidden-element-shown")})}},{key:"animationCompleted",value:function(e){var t=this.w;t.globals.animationEnded||(t.globals.animationEnded=!0,this.showDelayedElements(),typeof t.config.chart.events.animationEnd=="function"&&t.config.chart.events.animationEnd(this.ctx,{el:e,w:t}))}},{key:"morphSVG",value:function(e,t,i,a,s,r,n,l){var h=this,c=this.w;s||(s=e.attr("pathFrom")),r||(r=e.attr("pathTo"));var d=function(u){return c.config.chart.type==="radar"&&(n=1),"M 0 ".concat(c.globals.gridHeight)};(!s||s.indexOf("undefined")>-1||s.indexOf("NaN")>-1)&&(s=d()),(!r.trim()||r.indexOf("undefined")>-1||r.indexOf("NaN")>-1)&&(r=d()),c.globals.shouldAnimate||(n=1),e.plot(s).animate(1,l).plot(s).animate(n,l).plot(r).after(function(){L.isNumber(i)?i===c.globals.series[c.globals.maxValsInArrayIndex].length-2&&c.globals.shouldAnimate&&h.animationCompleted(e):a!=="none"&&c.globals.shouldAnimate&&(!c.globals.comboCharts&&t===c.globals.series.length-1||c.globals.comboCharts)&&h.animationCompleted(e),h.showDelayedElements()})}}]),o}();const ri={},ha=[];function U(o,e){if(Array.isArray(o))for(const t of o)U(t,e);else if(typeof o!="object")ca(Object.getOwnPropertyNames(e)),ri[o]=Object.assign(ri[o]||{},e);else for(const t in o)U(t,o[t])}function we(o){return ri[o]||{}}function ca(o){ha.push(...o)}function Ai(o,e){let t;const i=o.length,a=[];for(t=0;t<i;t++)a.push(e(o[t]));return a}function Dt(o){return o%360*Math.PI/180}function at(o){return o.charAt(0).toUpperCase()+o.slice(1)}function st(o,e,t,i){return e!=null&&t!=null||(i=i||o.bbox(),e==null?e=i.width/i.height*t:t==null&&(t=i.height/i.width*e)),{width:e,height:t}}function ni(o,e){const t=o.origin;let i=o.ox!=null?o.ox:o.originX!=null?o.originX:"center",a=o.oy!=null?o.oy:o.originY!=null?o.originY:"center";t!=null&&([i,a]=Array.isArray(t)?t:typeof t=="object"?[t.x,t.y]:[t,t]);const s=typeof i=="string",r=typeof a=="string";if(s||r){const{height:n,width:l,x:h,y:c}=e.bbox();s&&(i=i.includes("left")?h:i.includes("right")?h+l:h+l/2),r&&(a=a.includes("top")?c:a.includes("bottom")?c+n:c+n/2)}return[i,a]}const as=new Set(["desc","metadata","title"]),oi=o=>as.has(o.nodeName),da=(o,e,t={})=>{const i={...e};for(const a in i)i[a].valueOf()===t[a]&&delete i[a];Object.keys(i).length?o.node.setAttribute("data-svgjs",JSON.stringify(i)):(o.node.removeAttribute("data-svgjs"),o.node.removeAttribute("svgjs:data"))},Ci="http://www.w3.org/2000/svg",_t="http://www.w3.org/2000/xmlns/",rt="http://www.w3.org/1999/xlink",J={window:typeof window>"u"?null:window,document:typeof document>"u"?null:document};function vt(){return J.window}let Si=class{};const Ge={},Li="___SYMBOL___ROOT___";function dt(o,e=Ci){return J.document.createElementNS(e,o)}function ve(o,e=!1){if(o instanceof Si)return o;if(typeof o=="object")return Nt(o);if(o==null)return new Ge[Li];if(typeof o=="string"&&o.charAt(0)!=="<")return Nt(J.document.querySelector(o));const t=e?J.document.createElement("div"):dt("svg");return t.innerHTML=o,o=Nt(t.firstChild),t.removeChild(t.firstChild),o}function re(o,e){return e&&(e instanceof J.window.Node||e.ownerDocument&&e instanceof e.ownerDocument.defaultView.Node)?e:dt(o)}function Se(o){if(!o)return null;if(o.instance instanceof Si)return o.instance;if(o.nodeName==="#document-fragment")return new Ge.Fragment(o);let e=at(o.nodeName||"Dom");return e==="LinearGradient"||e==="RadialGradient"?e="Gradient":Ge[e]||(e="Dom"),new Ge[e](o)}let Nt=Se;function K(o,e=o.name,t=!1){return Ge[e]=o,t&&(Ge[Li]=o),ca(Object.getOwnPropertyNames(o.prototype)),o}let ss=1e3;function ua(o){return"Svgjs"+at(o)+ss++}function ga(o){for(let e=o.children.length-1;e>=0;e--)ga(o.children[e]);return o.id&&(o.id=ua(o.nodeName)),o}function G(o,e){let t,i;for(i=(o=Array.isArray(o)?o:[o]).length-1;i>=0;i--)for(t in e)o[i].prototype[t]=e[t]}function se(o){return function(...e){const t=e[e.length-1];return!t||t.constructor!==Object||t instanceof Array?o.apply(this,e):o.apply(this,e.slice(0,-1)).attr(t)}}U("Dom",{siblings:function(){return this.parent().children()},position:function(){return this.parent().index(this)},next:function(){return this.siblings()[this.position()+1]},prev:function(){return this.siblings()[this.position()-1]},forward:function(){const o=this.position();return this.parent().add(this.remove(),o+1),this},backward:function(){const o=this.position();return this.parent().add(this.remove(),o?o-1:0),this},front:function(){return this.parent().add(this.remove()),this},back:function(){return this.parent().add(this.remove(),0),this},before:function(o){(o=ve(o)).remove();const e=this.position();return this.parent().add(o,e),this},after:function(o){(o=ve(o)).remove();const e=this.position();return this.parent().add(o,e+1),this},insertBefore:function(o){return(o=ve(o)).before(this),this},insertAfter:function(o){return(o=ve(o)).after(this),this}});const fa=/^([+-]?(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?)([a-z%]*)$/i,rs=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i,ns=/rgb\((\d+),(\d+),(\d+)\)/,os=/(#[a-z_][a-z0-9\-_]*)/i,ls=/\)\s*,?\s*/,hs=/\s/g,Fi=/^#[a-f0-9]{3}$|^#[a-f0-9]{6}$/i,Di=/^rgb\(/,_i=/^(\s+)?$/,Ni=/^[+-]?(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?$/i,cs=/\.(jpg|jpeg|png|gif|svg)(\?[^=]+.*)?/i,Re=/[\s,]+/,Mi=/[MLHVCSQTAZ]/i;function ds(o){const e=Math.round(o),t=Math.max(0,Math.min(255,e)).toString(16);return t.length===1?"0"+t:t}function Ze(o,e){for(let t=e.length;t--;)if(o[e[t]]==null)return!1;return!0}function Wt(o,e,t){return t<0&&(t+=1),t>1&&(t-=1),t<1/6?o+6*(e-o)*t:t<.5?e:t<2/3?o+(e-o)*(2/3-t)*6:o}U("Dom",{classes:function(){const o=this.attr("class");return o==null?[]:o.trim().split(Re)},hasClass:function(o){return this.classes().indexOf(o)!==-1},addClass:function(o){if(!this.hasClass(o)){const e=this.classes();e.push(o),this.attr("class",e.join(" "))}return this},removeClass:function(o){return this.hasClass(o)&&this.attr("class",this.classes().filter(function(e){return e!==o}).join(" ")),this},toggleClass:function(o){return this.hasClass(o)?this.removeClass(o):this.addClass(o)}}),U("Dom",{css:function(o,e){const t={};if(arguments.length===0)return this.node.style.cssText.split(/\s*;\s*/).filter(function(i){return!!i.length}).forEach(function(i){const a=i.split(/\s*:\s*/);t[a[0]]=a[1]}),t;if(arguments.length<2){if(Array.isArray(o)){for(const i of o){const a=i;t[i]=this.node.style.getPropertyValue(a)}return t}if(typeof o=="string")return this.node.style.getPropertyValue(o);if(typeof o=="object")for(const i in o)this.node.style.setProperty(i,o[i]==null||_i.test(o[i])?"":o[i])}return arguments.length===2&&this.node.style.setProperty(o,e==null||_i.test(e)?"":e),this},show:function(){return this.css("display","")},hide:function(){return this.css("display","none")},visible:function(){return this.css("display")!=="none"}}),U("Dom",{data:function(o,e,t){if(o==null)return this.data(Ai(function(i,a){let s;const r=i.length,n=[];for(s=0;s<r;s++)a(i[s])&&n.push(i[s]);return n}(this.node.attributes,i=>i.nodeName.indexOf("data-")===0),i=>i.nodeName.slice(5)));if(o instanceof Array){const i={};for(const a of o)i[a]=this.data(a);return i}if(typeof o=="object")for(e in o)this.data(e,o[e]);else if(arguments.length<2)try{return JSON.parse(this.attr("data-"+o))}catch{return this.attr("data-"+o)}else this.attr("data-"+o,e===null?null:t===!0||typeof e=="string"||typeof e=="number"?e:JSON.stringify(e));return this}}),U("Dom",{remember:function(o,e){if(typeof arguments[0]=="object")for(const t in o)this.remember(t,o[t]);else{if(arguments.length===1)return this.memory()[o];this.memory()[o]=e}return this},forget:function(){if(arguments.length===0)this._memory={};else for(let o=arguments.length-1;o>=0;o--)delete this.memory()[arguments[o]];return this},memory:function(){return this._memory=this._memory||{}}});class ae{constructor(...e){this.init(...e)}static isColor(e){return e&&(e instanceof ae||this.isRgb(e)||this.test(e))}static isRgb(e){return e&&typeof e.r=="number"&&typeof e.g=="number"&&typeof e.b=="number"}static random(e="vibrant",t){const{random:i,round:a,sin:s,PI:r}=Math;if(e==="vibrant"){const n=24*i()+57,l=38*i()+45,h=360*i();return new ae(n,l,h,"lch")}if(e==="sine"){const n=a(80*s(2*r*(t=t??i())/.5+.01)+150),l=a(50*s(2*r*t/.5+4.6)+200),h=a(100*s(2*r*t/.5+2.3)+150);return new ae(n,l,h)}if(e==="pastel"){const n=8*i()+86,l=17*i()+9,h=360*i();return new ae(n,l,h,"lch")}if(e==="dark"){const n=10+10*i(),l=50*i()+86,h=360*i();return new ae(n,l,h,"lch")}if(e==="rgb"){const n=255*i(),l=255*i(),h=255*i();return new ae(n,l,h)}if(e==="lab"){const n=100*i(),l=256*i()-128,h=256*i()-128;return new ae(n,l,h,"lab")}if(e==="grey"){const n=255*i();return new ae(n,n,n)}throw new Error("Unsupported random color mode")}static test(e){return typeof e=="string"&&(Fi.test(e)||Di.test(e))}cmyk(){const{_a:e,_b:t,_c:i}=this.rgb(),[a,s,r]=[e,t,i].map(l=>l/255),n=Math.min(1-a,1-s,1-r);return n===1?new ae(0,0,0,1,"cmyk"):new ae((1-a-n)/(1-n),(1-s-n)/(1-n),(1-r-n)/(1-n),n,"cmyk")}hsl(){const{_a:e,_b:t,_c:i}=this.rgb(),[a,s,r]=[e,t,i].map(u=>u/255),n=Math.max(a,s,r),l=Math.min(a,s,r),h=(n+l)/2,c=n===l,d=n-l;return new ae(360*(c?0:n===a?((s-r)/d+(s<r?6:0))/6:n===s?((r-a)/d+2)/6:n===r?((a-s)/d+4)/6:0),100*(c?0:h>.5?d/(2-n-l):d/(n+l)),100*h,"hsl")}init(e=0,t=0,i=0,a=0,s="rgb"){if(e=e||0,this.space)for(const d in this.space)delete this[this.space[d]];if(typeof e=="number")s=typeof a=="string"?a:s,a=typeof a=="string"?0:a,Object.assign(this,{_a:e,_b:t,_c:i,_d:a,space:s});else if(e instanceof Array)this.space=t||(typeof e[3]=="string"?e[3]:e[4])||"rgb",Object.assign(this,{_a:e[0],_b:e[1],_c:e[2],_d:e[3]||0});else if(e instanceof Object){const d=function(u,g){const p=Ze(u,"rgb")?{_a:u.r,_b:u.g,_c:u.b,_d:0,space:"rgb"}:Ze(u,"xyz")?{_a:u.x,_b:u.y,_c:u.z,_d:0,space:"xyz"}:Ze(u,"hsl")?{_a:u.h,_b:u.s,_c:u.l,_d:0,space:"hsl"}:Ze(u,"lab")?{_a:u.l,_b:u.a,_c:u.b,_d:0,space:"lab"}:Ze(u,"lch")?{_a:u.l,_b:u.c,_c:u.h,_d:0,space:"lch"}:Ze(u,"cmyk")?{_a:u.c,_b:u.m,_c:u.y,_d:u.k,space:"cmyk"}:{_a:0,_b:0,_c:0,space:"rgb"};return p.space=g||p.space,p}(e,t);Object.assign(this,d)}else if(typeof e=="string")if(Di.test(e)){const d=e.replace(hs,""),[u,g,p]=ns.exec(d).slice(1,4).map(f=>parseInt(f));Object.assign(this,{_a:u,_b:g,_c:p,_d:0,space:"rgb"})}else{if(!Fi.test(e))throw Error("Unsupported string format, can't construct Color");{const d=f=>parseInt(f,16),[,u,g,p]=rs.exec(function(f){return f.length===4?["#",f.substring(1,2),f.substring(1,2),f.substring(2,3),f.substring(2,3),f.substring(3,4),f.substring(3,4)].join(""):f}(e)).map(d);Object.assign(this,{_a:u,_b:g,_c:p,_d:0,space:"rgb"})}}const{_a:r,_b:n,_c:l,_d:h}=this,c=this.space==="rgb"?{r,g:n,b:l}:this.space==="xyz"?{x:r,y:n,z:l}:this.space==="hsl"?{h:r,s:n,l}:this.space==="lab"?{l:r,a:n,b:l}:this.space==="lch"?{l:r,c:n,h:l}:this.space==="cmyk"?{c:r,m:n,y:l,k:h}:{};Object.assign(this,c)}lab(){const{x:e,y:t,z:i}=this.xyz();return new ae(116*t-16,500*(e-t),200*(t-i),"lab")}lch(){const{l:e,a:t,b:i}=this.lab(),a=Math.sqrt(t**2+i**2);let s=180*Math.atan2(i,t)/Math.PI;return s<0&&(s*=-1,s=360-s),new ae(e,a,s,"lch")}rgb(){if(this.space==="rgb")return this;if((e=this.space)==="lab"||e==="xyz"||e==="lch"){let{x:t,y:i,z:a}=this;if(this.space==="lab"||this.space==="lch"){let{l:g,a:p,b:f}=this;if(this.space==="lch"){const{c:A,h:k}=this,C=Math.PI/180;p=A*Math.cos(C*k),f=A*Math.sin(C*k)}const x=(g+16)/116,b=p/500+x,m=x-f/200,w=16/116,y=.008856,v=7.787;t=.95047*(b**3>y?b**3:(b-w)/v),i=1*(x**3>y?x**3:(x-w)/v),a=1.08883*(m**3>y?m**3:(m-w)/v)}const s=3.2406*t+-1.5372*i+-.4986*a,r=-.9689*t+1.8758*i+.0415*a,n=.0557*t+-.204*i+1.057*a,l=Math.pow,h=.0031308,c=s>h?1.055*l(s,1/2.4)-.055:12.92*s,d=r>h?1.055*l(r,1/2.4)-.055:12.92*r,u=n>h?1.055*l(n,1/2.4)-.055:12.92*n;return new ae(255*c,255*d,255*u)}if(this.space==="hsl"){let{h:t,s:i,l:a}=this;if(t/=360,i/=100,a/=100,i===0)return a*=255,new ae(a,a,a);const s=a<.5?a*(1+i):a+i-a*i,r=2*a-s,n=255*Wt(r,s,t+1/3),l=255*Wt(r,s,t),h=255*Wt(r,s,t-1/3);return new ae(n,l,h)}if(this.space==="cmyk"){const{c:t,m:i,y:a,k:s}=this,r=255*(1-Math.min(1,t*(1-s)+s)),n=255*(1-Math.min(1,i*(1-s)+s)),l=255*(1-Math.min(1,a*(1-s)+s));return new ae(r,n,l)}return this;var e}toArray(){const{_a:e,_b:t,_c:i,_d:a,space:s}=this;return[e,t,i,a,s]}toHex(){const[e,t,i]=this._clamped().map(ds);return`#${e}${t}${i}`}toRgb(){const[e,t,i]=this._clamped();return`rgb(${e},${t},${i})`}toString(){return this.toHex()}xyz(){const{_a:e,_b:t,_c:i}=this.rgb(),[a,s,r]=[e,t,i].map(x=>x/255),n=a>.04045?Math.pow((a+.055)/1.055,2.4):a/12.92,l=s>.04045?Math.pow((s+.055)/1.055,2.4):s/12.92,h=r>.04045?Math.pow((r+.055)/1.055,2.4):r/12.92,c=(.4124*n+.3576*l+.1805*h)/.95047,d=(.2126*n+.7152*l+.0722*h)/1,u=(.0193*n+.1192*l+.9505*h)/1.08883,g=c>.008856?Math.pow(c,1/3):7.787*c+16/116,p=d>.008856?Math.pow(d,1/3):7.787*d+16/116,f=u>.008856?Math.pow(u,1/3):7.787*u+16/116;return new ae(g,p,f,"xyz")}_clamped(){const{_a:e,_b:t,_c:i}=this.rgb(),{max:a,min:s,round:r}=Math;return[e,t,i].map(n=>a(0,s(r(n),255)))}}class te{constructor(...e){this.init(...e)}clone(){return new te(this)}init(e,t){const s=Array.isArray(e)?{x:e[0],y:e[1]}:typeof e=="object"?{x:e.x,y:e.y}:{x:e,y:t};return this.x=s.x==null?0:s.x,this.y=s.y==null?0:s.y,this}toArray(){return[this.x,this.y]}transform(e){return this.clone().transformO(e)}transformO(e){B.isMatrixLike(e)||(e=new B(e));const{x:t,y:i}=this;return this.x=e.a*t+e.c*i+e.e,this.y=e.b*t+e.d*i+e.f,this}}function $e(o,e,t){return Math.abs(e-o)<1e-6}class B{constructor(...e){this.init(...e)}static formatTransforms(e){const t=e.flip==="both"||e.flip===!0,i=e.flip&&(t||e.flip==="x")?-1:1,a=e.flip&&(t||e.flip==="y")?-1:1,s=e.skew&&e.skew.length?e.skew[0]:isFinite(e.skew)?e.skew:isFinite(e.skewX)?e.skewX:0,r=e.skew&&e.skew.length?e.skew[1]:isFinite(e.skew)?e.skew:isFinite(e.skewY)?e.skewY:0,n=e.scale&&e.scale.length?e.scale[0]*i:isFinite(e.scale)?e.scale*i:isFinite(e.scaleX)?e.scaleX*i:i,l=e.scale&&e.scale.length?e.scale[1]*a:isFinite(e.scale)?e.scale*a:isFinite(e.scaleY)?e.scaleY*a:a,h=e.shear||0,c=e.rotate||e.theta||0,d=new te(e.origin||e.around||e.ox||e.originX,e.oy||e.originY),u=d.x,g=d.y,p=new te(e.position||e.px||e.positionX||NaN,e.py||e.positionY||NaN),f=p.x,x=p.y,b=new te(e.translate||e.tx||e.translateX,e.ty||e.translateY),m=b.x,w=b.y,y=new te(e.relative||e.rx||e.relativeX,e.ry||e.relativeY);return{scaleX:n,scaleY:l,skewX:s,skewY:r,shear:h,theta:c,rx:y.x,ry:y.y,tx:m,ty:w,ox:u,oy:g,px:f,py:x}}static fromArray(e){return{a:e[0],b:e[1],c:e[2],d:e[3],e:e[4],f:e[5]}}static isMatrixLike(e){return e.a!=null||e.b!=null||e.c!=null||e.d!=null||e.e!=null||e.f!=null}static matrixMultiply(e,t,i){const a=e.a*t.a+e.c*t.b,s=e.b*t.a+e.d*t.b,r=e.a*t.c+e.c*t.d,n=e.b*t.c+e.d*t.d,l=e.e+e.a*t.e+e.c*t.f,h=e.f+e.b*t.e+e.d*t.f;return i.a=a,i.b=s,i.c=r,i.d=n,i.e=l,i.f=h,i}around(e,t,i){return this.clone().aroundO(e,t,i)}aroundO(e,t,i){const a=e||0,s=t||0;return this.translateO(-a,-s).lmultiplyO(i).translateO(a,s)}clone(){return new B(this)}decompose(e=0,t=0){const i=this.a,a=this.b,s=this.c,r=this.d,n=this.e,l=this.f,h=i*r-a*s,c=h>0?1:-1,d=c*Math.sqrt(i*i+a*a),u=Math.atan2(c*a,c*i),g=180/Math.PI*u,p=Math.cos(u),f=Math.sin(u),x=(i*s+a*r)/h,b=s*d/(x*i-a)||r*d/(x*a+i);return{scaleX:d,scaleY:b,shear:x,rotate:g,translateX:n-e+e*p*d+t*(x*p*d-f*b),translateY:l-t+e*f*d+t*(x*f*d+p*b),originX:e,originY:t,a:this.a,b:this.b,c:this.c,d:this.d,e:this.e,f:this.f}}equals(e){if(e===this)return!0;const t=new B(e);return $e(this.a,t.a)&&$e(this.b,t.b)&&$e(this.c,t.c)&&$e(this.d,t.d)&&$e(this.e,t.e)&&$e(this.f,t.f)}flip(e,t){return this.clone().flipO(e,t)}flipO(e,t){return e==="x"?this.scaleO(-1,1,t,0):e==="y"?this.scaleO(1,-1,0,t):this.scaleO(-1,-1,e,t||e)}init(e){const t=B.fromArray([1,0,0,1,0,0]);return e=e instanceof xe?e.matrixify():typeof e=="string"?B.fromArray(e.split(Re).map(parseFloat)):Array.isArray(e)?B.fromArray(e):typeof e=="object"&&B.isMatrixLike(e)?e:typeof e=="object"?new B().transform(e):arguments.length===6?B.fromArray([].slice.call(arguments)):t,this.a=e.a!=null?e.a:t.a,this.b=e.b!=null?e.b:t.b,this.c=e.c!=null?e.c:t.c,this.d=e.d!=null?e.d:t.d,this.e=e.e!=null?e.e:t.e,this.f=e.f!=null?e.f:t.f,this}inverse(){return this.clone().inverseO()}inverseO(){const e=this.a,t=this.b,i=this.c,a=this.d,s=this.e,r=this.f,n=e*a-t*i;if(!n)throw new Error("Cannot invert "+this);const l=a/n,h=-t/n,c=-i/n,d=e/n,u=-(l*s+c*r),g=-(h*s+d*r);return this.a=l,this.b=h,this.c=c,this.d=d,this.e=u,this.f=g,this}lmultiply(e){return this.clone().lmultiplyO(e)}lmultiplyO(e){const t=e instanceof B?e:new B(e);return B.matrixMultiply(t,this,this)}multiply(e){return this.clone().multiplyO(e)}multiplyO(e){const t=e instanceof B?e:new B(e);return B.matrixMultiply(this,t,this)}rotate(e,t,i){return this.clone().rotateO(e,t,i)}rotateO(e,t=0,i=0){e=Dt(e);const a=Math.cos(e),s=Math.sin(e),{a:r,b:n,c:l,d:h,e:c,f:d}=this;return this.a=r*a-n*s,this.b=n*a+r*s,this.c=l*a-h*s,this.d=h*a+l*s,this.e=c*a-d*s+i*s-t*a+t,this.f=d*a+c*s-t*s-i*a+i,this}scale(){return this.clone().scaleO(...arguments)}scaleO(e,t=e,i=0,a=0){arguments.length===3&&(a=i,i=t,t=e);const{a:s,b:r,c:n,d:l,e:h,f:c}=this;return this.a=s*e,this.b=r*t,this.c=n*e,this.d=l*t,this.e=h*e-i*e+i,this.f=c*t-a*t+a,this}shear(e,t,i){return this.clone().shearO(e,t,i)}shearO(e,t=0,i=0){const{a,b:s,c:r,d:n,e:l,f:h}=this;return this.a=a+s*e,this.c=r+n*e,this.e=l+h*e-i*e,this}skew(){return this.clone().skewO(...arguments)}skewO(e,t=e,i=0,a=0){arguments.length===3&&(a=i,i=t,t=e),e=Dt(e),t=Dt(t);const s=Math.tan(e),r=Math.tan(t),{a:n,b:l,c:h,d:c,e:d,f:u}=this;return this.a=n+l*s,this.b=l+n*r,this.c=h+c*s,this.d=c+h*r,this.e=d+u*s-a*s,this.f=u+d*r-i*r,this}skewX(e,t,i){return this.skew(e,0,t,i)}skewY(e,t,i){return this.skew(0,e,t,i)}toArray(){return[this.a,this.b,this.c,this.d,this.e,this.f]}toString(){return"matrix("+this.a+","+this.b+","+this.c+","+this.d+","+this.e+","+this.f+")"}transform(e){if(B.isMatrixLike(e))return new B(e).multiplyO(this);const t=B.formatTransforms(e),{x:i,y:a}=new te(t.ox,t.oy).transform(this),s=new B().translateO(t.rx,t.ry).lmultiplyO(this).translateO(-i,-a).scaleO(t.scaleX,t.scaleY).skewO(t.skewX,t.skewY).shearO(t.shear).rotateO(t.theta).translateO(i,a);if(isFinite(t.px)||isFinite(t.py)){const r=new te(i,a).transform(s),n=isFinite(t.px)?t.px-r.x:0,l=isFinite(t.py)?t.py-r.y:0;s.translateO(n,l)}return s.translateO(t.tx,t.ty),s}translate(e,t){return this.clone().translateO(e,t)}translateO(e,t){return this.e+=e||0,this.f+=t||0,this}valueOf(){return{a:this.a,b:this.b,c:this.c,d:this.d,e:this.e,f:this.f}}}function Ee(){if(!Ee.nodes){const o=ve().size(2,0);o.node.style.cssText=["opacity: 0","position: absolute","left: -100%","top: -100%","overflow: hidden"].join(";"),o.attr("focusable","false"),o.attr("aria-hidden","true");const e=o.path().node;Ee.nodes={svg:o,path:e}}if(!Ee.nodes.svg.node.parentNode){const o=J.document.body||J.document.documentElement;Ee.nodes.svg.addTo(o)}return Ee.nodes}function pa(o){return!(o.width||o.height||o.x||o.y)}K(B,"Matrix");class he{constructor(...e){this.init(...e)}addOffset(){return this.x+=J.window.pageXOffset,this.y+=J.window.pageYOffset,new he(this)}init(e){return e=typeof e=="string"?e.split(Re).map(parseFloat):Array.isArray(e)?e:typeof e=="object"?[e.left!=null?e.left:e.x,e.top!=null?e.top:e.y,e.width,e.height]:arguments.length===4?[].slice.call(arguments):[0,0,0,0],this.x=e[0]||0,this.y=e[1]||0,this.width=this.w=e[2]||0,this.height=this.h=e[3]||0,this.x2=this.x+this.w,this.y2=this.y+this.h,this.cx=this.x+this.w/2,this.cy=this.y+this.h/2,this}isNulled(){return pa(this)}merge(e){const t=Math.min(this.x,e.x),i=Math.min(this.y,e.y),a=Math.max(this.x+this.width,e.x+e.width)-t,s=Math.max(this.y+this.height,e.y+e.height)-i;return new he(t,i,a,s)}toArray(){return[this.x,this.y,this.width,this.height]}toString(){return this.x+" "+this.y+" "+this.width+" "+this.height}transform(e){e instanceof B||(e=new B(e));let t=1/0,i=-1/0,a=1/0,s=-1/0;return[new te(this.x,this.y),new te(this.x2,this.y),new te(this.x,this.y2),new te(this.x2,this.y2)].forEach(function(r){r=r.transform(e),t=Math.min(t,r.x),i=Math.max(i,r.x),a=Math.min(a,r.y),s=Math.max(s,r.y)}),new he(t,a,i-t,s-a)}}function Wi(o,e,t){let i;try{if(i=e(o.node),pa(i)&&(a=o.node)!==J.document&&!(J.document.documentElement.contains||function(s){for(;s.parentNode;)s=s.parentNode;return s===J.document}).call(J.document.documentElement,a))throw new Error("Element not in the dom")}catch{i=t(o)}var a;return i}U({viewbox:{viewbox(o,e,t,i){return o==null?new he(this.attr("viewBox")):this.attr("viewBox",new he(o,e,t,i))},zoom(o,e){let{width:t,height:i}=this.attr(["width","height"]);if((t||i)&&typeof t!="string"&&typeof i!="string"||(t=this.node.clientWidth,i=this.node.clientHeight),!t||!i)throw new Error("Impossible to get absolute width and height. Please provide an absolute width and height attribute on the zooming element");const a=this.viewbox(),s=t/a.width,r=i/a.height,n=Math.min(s,r);if(o==null)return n;let l=n/o;l===1/0&&(l=Number.MAX_SAFE_INTEGER/100),e=e||new te(t/2/s+a.x,i/2/r+a.y);const h=new he(a).transform(new B({scale:l,origin:e}));return this.viewbox(h)}}}),K(he,"Box");class Ve extends Array{constructor(e=[],...t){if(super(e,...t),typeof e=="number")return this;this.length=0,this.push(...e)}}G([Ve],{each(o,...e){return typeof o=="function"?this.map((t,i,a)=>o.call(t,t,i,a)):this.map(t=>t[o](...e))},toArray(){return Array.prototype.concat.apply([],this)}});const us=["toArray","constructor","each"];function qe(o,e){return new Ve(Ai((e||J.document).querySelectorAll(o),function(t){return Se(t)}))}Ve.extend=function(o){o=o.reduce((e,t)=>(us.includes(t)||t[0]==="_"||(t in Array.prototype&&(e["$"+t]=Array.prototype[t]),e[t]=function(...i){return this.each(t,...i)}),e),{}),G([Ve],o)};let gs=0;const xa={};function ba(o){let e=o.getEventHolder();return e===J.window&&(e=xa),e.events||(e.events={}),e.events}function Pi(o){return o.getEventTarget()}function Xe(o,e,t,i,a){const s=t.bind(i||o),r=ve(o),n=ba(r),l=Pi(r);e=Array.isArray(e)?e:e.split(Re),t._svgjsListenerId||(t._svgjsListenerId=++gs),e.forEach(function(h){const c=h.split(".")[0],d=h.split(".")[1]||"*";n[c]=n[c]||{},n[c][d]=n[c][d]||{},n[c][d][t._svgjsListenerId]=s,l.addEventListener(c,s,a||!1)})}function Le(o,e,t,i){const a=ve(o),s=ba(a),r=Pi(a);(typeof t!="function"||(t=t._svgjsListenerId))&&(e=Array.isArray(e)?e:(e||"").split(Re)).forEach(function(n){const l=n&&n.split(".")[0],h=n&&n.split(".")[1];let c,d;if(t)s[l]&&s[l][h||"*"]&&(r.removeEventListener(l,s[l][h||"*"][t],i||!1),delete s[l][h||"*"][t]);else if(l&&h){if(s[l]&&s[l][h]){for(d in s[l][h])Le(r,[l,h].join("."),d);delete s[l][h]}}else if(h)for(n in s)for(c in s[n])h===c&&Le(r,[n,h].join("."));else if(l){if(s[l]){for(c in s[l])Le(r,[l,c].join("."));delete s[l]}}else{for(n in s)Le(r,n);(function(u){let g=u.getEventHolder();g===J.window&&(g=xa),g.events&&(g.events={})})(a)}})}class yt extends Si{addEventListener(){}dispatch(e,t,i){return function(a,s,r,n){const l=Pi(a);return s instanceof J.window.Event||(s=new J.window.CustomEvent(s,{detail:r,cancelable:!0,...n})),l.dispatchEvent(s),s}(this,e,t,i)}dispatchEvent(e){const t=this.getEventHolder().events;if(!t)return!0;const i=t[e.type];for(const a in i)for(const s in i[a])i[a][s](e);return!e.defaultPrevented}fire(e,t,i){return this.dispatch(e,t,i),this}getEventHolder(){return this}getEventTarget(){return this}off(e,t,i){return Le(this,e,t,i),this}on(e,t,i,a){return Xe(this,e,t,i,a),this}removeEventListener(){}}function Bi(){}K(yt,"EventTarget");const Bt=400,fs=">",ps=0,xs={"fill-opacity":1,"stroke-opacity":1,"stroke-width":0,"stroke-linejoin":"miter","stroke-linecap":"butt",fill:"#000000",stroke:"#000000",opacity:1,x:0,y:0,cx:0,cy:0,width:0,height:0,r:0,rx:0,ry:0,offset:0,"stop-opacity":1,"stop-color":"#000000","text-anchor":"start"};class Ue extends Array{constructor(...e){super(...e),this.init(...e)}clone(){return new this.constructor(this)}init(e){return typeof e=="number"||(this.length=0,this.push(...this.parse(e))),this}parse(e=[]){return e instanceof Array?e:e.trim().split(Re).map(parseFloat)}toArray(){return Array.prototype.concat.apply([],this)}toSet(){return new Set(this)}toString(){return this.join(" ")}valueOf(){const e=[];return e.push(...this),e}}class V{constructor(...e){this.init(...e)}convert(e){return new V(this.value,e)}divide(e){return e=new V(e),new V(this/e,this.unit||e.unit)}init(e,t){return t=Array.isArray(e)?e[1]:t,e=Array.isArray(e)?e[0]:e,this.value=0,this.unit=t||"",typeof e=="number"?this.value=isNaN(e)?0:isFinite(e)?e:e<0?-34e37:34e37:typeof e=="string"?(t=e.match(fa))&&(this.value=parseFloat(t[1]),t[5]==="%"?this.value/=100:t[5]==="s"&&(this.value*=1e3),this.unit=t[5]):e instanceof V&&(this.value=e.valueOf(),this.unit=e.unit),this}minus(e){return e=new V(e),new V(this-e,this.unit||e.unit)}plus(e){return e=new V(e),new V(this+e,this.unit||e.unit)}times(e){return e=new V(e),new V(this*e,this.unit||e.unit)}toArray(){return[this.value,this.unit]}toJSON(){return this.toString()}toString(){return(this.unit==="%"?~~(1e8*this.value)/1e6:this.unit==="s"?this.value/1e3:this.value)+this.unit}valueOf(){return this.value}}const bs=new Set(["fill","stroke","color","bgcolor","stop-color","flood-color","lighting-color"]),ma=[];class Ye extends yt{constructor(e,t){super(),this.node=e,this.type=e.nodeName,t&&e!==t&&this.attr(t)}add(e,t){return(e=ve(e)).removeNamespace&&this.node instanceof J.window.SVGElement&&e.removeNamespace(),t==null?this.node.appendChild(e.node):e.node!==this.node.childNodes[t]&&this.node.insertBefore(e.node,this.node.childNodes[t]),this}addTo(e,t){return ve(e).put(this,t)}children(){return new Ve(Ai(this.node.children,function(e){return Se(e)}))}clear(){for(;this.node.hasChildNodes();)this.node.removeChild(this.node.lastChild);return this}clone(e=!0,t=!0){this.writeDataToDom();let i=this.node.cloneNode(e);return t&&(i=ga(i)),new this.constructor(i)}each(e,t){const i=this.children();let a,s;for(a=0,s=i.length;a<s;a++)e.apply(i[a],[a,i]),t&&i[a].each(e,t);return this}element(e,t){return this.put(new Ye(dt(e),t))}first(){return Se(this.node.firstChild)}get(e){return Se(this.node.childNodes[e])}getEventHolder(){return this.node}getEventTarget(){return this.node}has(e){return this.index(e)>=0}html(e,t){return this.xml(e,t,"http://www.w3.org/1999/xhtml")}id(e){return e!==void 0||this.node.id||(this.node.id=ua(this.type)),this.attr("id",e)}index(e){return[].slice.call(this.node.childNodes).indexOf(e.node)}last(){return Se(this.node.lastChild)}matches(e){const t=this.node,i=t.matches||t.matchesSelector||t.msMatchesSelector||t.mozMatchesSelector||t.webkitMatchesSelector||t.oMatchesSelector||null;return i&&i.call(t,e)}parent(e){let t=this;if(!t.node.parentNode)return null;if(t=Se(t.node.parentNode),!e)return t;do if(typeof e=="string"?t.matches(e):t instanceof e)return t;while(t=Se(t.node.parentNode));return t}put(e,t){return e=ve(e),this.add(e,t),e}putIn(e,t){return ve(e).add(this,t)}remove(){return this.parent()&&this.parent().removeElement(this),this}removeElement(e){return this.node.removeChild(e.node),this}replace(e){return e=ve(e),this.node.parentNode&&this.node.parentNode.replaceChild(e.node,this.node),e}round(e=2,t=null){const i=10**e,a=this.attr(t);for(const s in a)typeof a[s]=="number"&&(a[s]=Math.round(a[s]*i)/i);return this.attr(a),this}svg(e,t){return this.xml(e,t,Ci)}toString(){return this.id()}words(e){return this.node.textContent=e,this}wrap(e){const t=this.parent();if(!t)return this.addTo(e);const i=t.index(this);return t.put(e,i).put(this)}writeDataToDom(){return this.each(function(){this.writeDataToDom()}),this}xml(e,t,i){if(typeof e=="boolean"&&(i=t,t=e,e=null),e==null||typeof e=="function"){t=t==null||t,this.writeDataToDom();let n=this;if(e!=null){if(n=Se(n.node.cloneNode(!0)),t){const l=e(n);if(n=l||n,l===!1)return""}n.each(function(){const l=e(this),h=l||this;l===!1?this.remove():l&&this!==h&&this.replace(h)},!0)}return t?n.node.outerHTML:n.node.innerHTML}t=t!=null&&t;const a=dt("wrapper",i),s=J.document.createDocumentFragment();a.innerHTML=e;for(let n=a.children.length;n--;)s.appendChild(a.firstElementChild);const r=this.parent();return t?this.replace(s)&&r:this.add(s)}}G(Ye,{attr:function(o,e,t){if(o==null){o={},e=this.node.attributes;for(const i of e)o[i.nodeName]=Ni.test(i.nodeValue)?parseFloat(i.nodeValue):i.nodeValue;return o}if(o instanceof Array)return o.reduce((i,a)=>(i[a]=this.attr(a),i),{});if(typeof o=="object"&&o.constructor===Object)for(e in o)this.attr(e,o[e]);else if(e===null)this.node.removeAttribute(o);else{if(e==null)return(e=this.node.getAttribute(o))==null?xs[o]:Ni.test(e)?parseFloat(e):e;typeof(e=ma.reduce((i,a)=>a(o,i,this),e))=="number"?e=new V(e):bs.has(o)&&ae.isColor(e)?e=new ae(e):e.constructor===Array&&(e=new Ue(e)),o==="leading"?this.leading&&this.leading(e):typeof t=="string"?this.node.setAttributeNS(t,o,e.toString()):this.node.setAttribute(o,e.toString()),!this.rebuild||o!=="font-size"&&o!=="x"||this.rebuild()}return this},find:function(o){return qe(o,this.node)},findOne:function(o){return Se(this.node.querySelector(o))}}),K(Ye,"Dom");let xe=class extends Ye{constructor(o,e){super(o,e),this.dom={},this.node.instance=this,(o.hasAttribute("data-svgjs")||o.hasAttribute("svgjs:data"))&&this.setData(JSON.parse(o.getAttribute("data-svgjs"))??JSON.parse(o.getAttribute("svgjs:data"))??{})}center(o,e){return this.cx(o).cy(e)}cx(o){return o==null?this.x()+this.width()/2:this.x(o-this.width()/2)}cy(o){return o==null?this.y()+this.height()/2:this.y(o-this.height()/2)}defs(){const o=this.root();return o&&o.defs()}dmove(o,e){return this.dx(o).dy(e)}dx(o=0){return this.x(new V(o).plus(this.x()))}dy(o=0){return this.y(new V(o).plus(this.y()))}getEventHolder(){return this}height(o){return this.attr("height",o)}move(o,e){return this.x(o).y(e)}parents(o=this.root()){const e=typeof o=="string";e||(o=ve(o));const t=new Ve;let i=this;for(;(i=i.parent())&&i.node!==J.document&&i.nodeName!=="#document-fragment"&&(t.push(i),e||i.node!==o.node)&&(!e||!i.matches(o));)if(i.node===this.root().node)return null;return t}reference(o){if(!(o=this.attr(o)))return null;const e=(o+"").match(os);return e?ve(e[1]):null}root(){const o=this.parent(function(e){return Ge[e]}(Li));return o&&o.root()}setData(o){return this.dom=o,this}size(o,e){const t=st(this,o,e);return this.width(new V(t.width)).height(new V(t.height))}width(o){return this.attr("width",o)}writeDataToDom(){return da(this,this.dom),super.writeDataToDom()}x(o){return this.attr("x",o)}y(o){return this.attr("y",o)}};G(xe,{bbox:function(){const o=Wi(this,e=>e.getBBox(),e=>{try{const t=e.clone().addTo(Ee().svg).show(),i=t.node.getBBox();return t.remove(),i}catch(t){throw new Error(`Getting bbox of element "${e.node.nodeName}" is not possible: ${t.toString()}`)}});return new he(o)},rbox:function(o){const e=Wi(this,i=>i.getBoundingClientRect(),i=>{throw new Error(`Getting rbox of element "${i.node.nodeName}" is not possible`)}),t=new he(e);return o?t.transform(o.screenCTM().inverseO()):t.addOffset()},inside:function(o,e){const t=this.bbox();return o>t.x&&e>t.y&&o<t.x+t.width&&e<t.y+t.height},point:function(o,e){return new te(o,e).transformO(this.screenCTM().inverseO())},ctm:function(){return new B(this.node.getCTM())},screenCTM:function(){try{if(typeof this.isRoot=="function"&&!this.isRoot()){const o=this.rect(1,1),e=o.node.getScreenCTM();return o.remove(),new B(e)}return new B(this.node.getScreenCTM())}catch{return console.warn(`Cannot get CTM from SVG node ${this.node.nodeName}. Is the element rendered?`),new B}}}),K(xe,"Element");const lt={stroke:["color","width","opacity","linecap","linejoin","miterlimit","dasharray","dashoffset"],fill:["color","opacity","rule"],prefix:function(o,e){return e==="color"?o:o+"-"+e}};["fill","stroke"].forEach(function(o){const e={};let t;e[o]=function(i){if(i===void 0)return this.attr(o);if(typeof i=="string"||i instanceof ae||ae.isRgb(i)||i instanceof xe)this.attr(o,i);else for(t=lt[o].length-1;t>=0;t--)i[lt[o][t]]!=null&&this.attr(lt.prefix(o,lt[o][t]),i[lt[o][t]]);return this},U(["Element","Runner"],e)}),U(["Element","Runner"],{matrix:function(o,e,t,i,a,s){return o==null?new B(this):this.attr("transform",new B(o,e,t,i,a,s))},rotate:function(o,e,t){return this.transform({rotate:o,ox:e,oy:t},!0)},skew:function(o,e,t,i){return arguments.length===1||arguments.length===3?this.transform({skew:o,ox:e,oy:t},!0):this.transform({skew:[o,e],ox:t,oy:i},!0)},shear:function(o,e,t){return this.transform({shear:o,ox:e,oy:t},!0)},scale:function(o,e,t,i){return arguments.length===1||arguments.length===3?this.transform({scale:o,ox:e,oy:t},!0):this.transform({scale:[o,e],ox:t,oy:i},!0)},translate:function(o,e){return this.transform({translate:[o,e]},!0)},relative:function(o,e){return this.transform({relative:[o,e]},!0)},flip:function(o="both",e="center"){return"xybothtrue".indexOf(o)===-1&&(e=o,o="both"),this.transform({flip:o,origin:e},!0)},opacity:function(o){return this.attr("opacity",o)}}),U("radius",{radius:function(o,e=o){return(this._element||this).type==="radialGradient"?this.attr("r",new V(o)):this.rx(o).ry(e)}}),U("Path",{length:function(){return this.node.getTotalLength()},pointAt:function(o){return new te(this.node.getPointAtLength(o))}}),U(["Element","Runner"],{font:function(o,e){if(typeof o=="object"){for(e in o)this.font(e,o[e]);return this}return o==="leading"?this.leading(e):o==="anchor"?this.attr("text-anchor",e):o==="size"||o==="family"||o==="weight"||o==="stretch"||o==="variant"||o==="style"?this.attr("font-"+o,e):this.attr(o,e)}});U("Element",["click","dblclick","mousedown","mouseup","mouseover","mouseout","mousemove","mouseenter","mouseleave","touchstart","touchmove","touchleave","touchend","touchcancel","contextmenu","wheel","pointerdown","pointermove","pointerup","pointerleave","pointercancel"].reduce(function(o,e){return o[e]=function(t){return t===null?this.off(e):this.on(e,t),this},o},{})),U("Element",{untransform:function(){return this.attr("transform",null)},matrixify:function(){return(this.attr("transform")||"").split(ls).slice(0,-1).map(function(e){const t=e.trim().split("(");return[t[0],t[1].split(Re).map(function(i){return parseFloat(i)})]}).reverse().reduce(function(e,t){return t[0]==="matrix"?e.lmultiply(B.fromArray(t[1])):e[t[0]].apply(e,t[1])},new B)},toParent:function(o,e){if(this===o)return this;if(oi(this.node))return this.addTo(o,e);const t=this.screenCTM(),i=o.screenCTM().inverse();return this.addTo(o,e).untransform().transform(i.multiply(t)),this},toRoot:function(o){return this.toParent(this.root(),o)},transform:function(o,e){if(o==null||typeof o=="string"){const i=new B(this).decompose();return o==null?i:i[o]}B.isMatrixLike(o)||(o={...o,origin:ni(o,this)});const t=new B(e===!0?this:e||!1).transform(o);return this.attr("transform",t)}});class ye extends xe{flatten(){return this.each(function(){if(this instanceof ye)return this.flatten().ungroup()}),this}ungroup(e=this.parent(),t=e.index(this)){return t=t===-1?e.children().length:t,this.each(function(i,a){return a[a.length-i-1].toParent(e,t)}),this.remove()}}K(ye,"Container");class Yt extends ye{constructor(e,t=e){super(re("defs",e),t)}flatten(){return this}ungroup(){return this}}K(Yt,"Defs");class Ae extends xe{}function Ii(o){return this.attr("rx",o)}function Ti(o){return this.attr("ry",o)}function va(o){return o==null?this.cx()-this.rx():this.cx(o+this.rx())}function ya(o){return o==null?this.cy()-this.ry():this.cy(o+this.ry())}function wa(o){return this.attr("cx",o)}function ka(o){return this.attr("cy",o)}function Aa(o){return o==null?2*this.rx():this.rx(new V(o).divide(2))}function Ca(o){return o==null?2*this.ry():this.ry(new V(o).divide(2))}K(Ae,"Shape");var ms=Object.freeze({__proto__:null,cx:wa,cy:ka,height:Ca,rx:Ii,ry:Ti,width:Aa,x:va,y:ya});class St extends Ae{constructor(e,t=e){super(re("ellipse",e),t)}size(e,t){const i=st(this,e,t);return this.rx(new V(i.width).divide(2)).ry(new V(i.height).divide(2))}}G(St,ms),U("Container",{ellipse:se(function(o=0,e=o){return this.put(new St).size(o,e).move(0,0)})}),K(St,"Ellipse");class Sa extends Ye{constructor(e=J.document.createDocumentFragment()){super(e)}xml(e,t,i){if(typeof e=="boolean"&&(i=t,t=e,e=null),e==null||typeof e=="function"){const a=new Ye(dt("wrapper",i));return a.add(this.node.cloneNode(!0)),a.xml(!1,i)}return super.xml(e,!1,i)}}function La(o,e){return(this._element||this).type==="radialGradient"?this.attr({fx:new V(o),fy:new V(e)}):this.attr({x1:new V(o),y1:new V(e)})}function Ma(o,e){return(this._element||this).type==="radialGradient"?this.attr({cx:new V(o),cy:new V(e)}):this.attr({x2:new V(o),y2:new V(e)})}K(Sa,"Fragment");var vs=Object.freeze({__proto__:null,from:La,to:Ma});class ct extends ye{constructor(e,t){super(re(e+"Gradient",typeof e=="string"?null:e),t)}attr(e,t,i){return e==="transform"&&(e="gradientTransform"),super.attr(e,t,i)}bbox(){return new he}targets(){return qe("svg [fill*="+this.id()+"]")}toString(){return this.url()}update(e){return this.clear(),typeof e=="function"&&e.call(this,this),this}url(){return"url(#"+this.id()+")"}}G(ct,vs),U({Container:{gradient(...o){return this.defs().gradient(...o)}},Defs:{gradient:se(function(o,e){return this.put(new ct(o)).update(e)})}}),K(ct,"Gradient");class ut extends ye{constructor(e,t=e){super(re("pattern",e),t)}attr(e,t,i){return e==="transform"&&(e="patternTransform"),super.attr(e,t,i)}bbox(){return new he}targets(){return qe("svg [fill*="+this.id()+"]")}toString(){return this.url()}update(e){return this.clear(),typeof e=="function"&&e.call(this,this),this}url(){return"url(#"+this.id()+")"}}U({Container:{pattern(...o){return this.defs().pattern(...o)}},Defs:{pattern:se(function(o,e,t){return this.put(new ut).update(t).attr({x:0,y:0,width:o,height:e,patternUnits:"userSpaceOnUse"})})}}),K(ut,"Pattern");let Lt=class extends Ae{constructor(o,e=o){super(re("image",o),e)}load(o,e){if(!o)return this;const t=new J.window.Image;return Xe(t,"load",function(i){const a=this.parent(ut);this.width()===0&&this.height()===0&&this.size(t.width,t.height),a instanceof ut&&a.width()===0&&a.height()===0&&a.size(this.width(),this.height()),typeof e=="function"&&e.call(this,i)},this),Xe(t,"load error",function(){Le(t)}),this.attr("href",t.src=o,rt)}};var ji;ji=function(o,e,t){return o!=="fill"&&o!=="stroke"||cs.test(e)&&(e=t.root().defs().image(e)),e instanceof Lt&&(e=t.root().defs().pattern(0,0,i=>{i.add(e)})),e},ma.push(ji),U({Container:{image:se(function(o,e){return this.put(new Lt).size(0,0).load(o,e)})}}),K(Lt,"Image");class He extends Ue{bbox(){let e=-1/0,t=-1/0,i=1/0,a=1/0;return this.forEach(function(s){e=Math.max(s[0],e),t=Math.max(s[1],t),i=Math.min(s[0],i),a=Math.min(s[1],a)}),new he(i,a,e-i,t-a)}move(e,t){const i=this.bbox();if(e-=i.x,t-=i.y,!isNaN(e)&&!isNaN(t))for(let a=this.length-1;a>=0;a--)this[a]=[this[a][0]+e,this[a][1]+t];return this}parse(e=[0,0]){const t=[];(e=e instanceof Array?Array.prototype.concat.apply([],e):e.trim().split(Re).map(parseFloat)).length%2!=0&&e.pop();for(let i=0,a=e.length;i<a;i+=2)t.push([e[i],e[i+1]]);return t}size(e,t){let i;const a=this.bbox();for(i=this.length-1;i>=0;i--)a.width&&(this[i][0]=(this[i][0]-a.x)*e/a.width+a.x),a.height&&(this[i][1]=(this[i][1]-a.y)*t/a.height+a.y);return this}toLine(){return{x1:this[0][0],y1:this[0][1],x2:this[1][0],y2:this[1][1]}}toString(){const e=[];for(let t=0,i=this.length;t<i;t++)e.push(this[t].join(","));return e.join(" ")}transform(e){return this.clone().transformO(e)}transformO(e){B.isMatrixLike(e)||(e=new B(e));for(let t=this.length;t--;){const[i,a]=this[t];this[t][0]=e.a*i+e.c*a+e.e,this[t][1]=e.b*i+e.d*a+e.f}return this}}const ys=He;var zi=Object.freeze({__proto__:null,MorphArray:ys,height:function(o){const e=this.bbox();return o==null?e.height:this.size(e.width,o)},width:function(o){const e=this.bbox();return o==null?e.width:this.size(o,e.height)},x:function(o){return o==null?this.bbox().x:this.move(o,this.bbox().y)},y:function(o){return o==null?this.bbox().y:this.move(this.bbox().x,o)}});let We=class extends Ae{constructor(o,e=o){super(re("line",o),e)}array(){return new He([[this.attr("x1"),this.attr("y1")],[this.attr("x2"),this.attr("y2")]])}move(o,e){return this.attr(this.array().move(o,e).toLine())}plot(o,e,t,i){return o==null?this.array():(o=e!==void 0?{x1:o,y1:e,x2:t,y2:i}:new He(o).toLine(),this.attr(o))}size(o,e){const t=st(this,o,e);return this.attr(this.array().size(t.width,t.height).toLine())}};G(We,zi),U({Container:{line:se(function(...o){return We.prototype.plot.apply(this.put(new We),o[0]!=null?o:[0,0,0,0])})}}),K(We,"Line");let Mt=class extends ye{constructor(o,e=o){super(re("marker",o),e)}height(o){return this.attr("markerHeight",o)}orient(o){return this.attr("orient",o)}ref(o,e){return this.attr("refX",o).attr("refY",e)}toString(){return"url(#"+this.id()+")"}update(o){return this.clear(),typeof o=="function"&&o.call(this,this),this}width(o){return this.attr("markerWidth",o)}};function Je(o,e){return function(t){return t==null?this[o]:(this[o]=t,e&&e.call(this),this)}}U({Container:{marker(...o){return this.defs().marker(...o)}},Defs:{marker:se(function(o,e,t){return this.put(new Mt).size(o,e).ref(o/2,e/2).viewbox(0,0,o,e).attr("orient","auto").update(t)})},marker:{marker(o,e,t,i){let a=["marker"];return o!=="all"&&a.push(o),a=a.join("-"),o=arguments[1]instanceof Mt?arguments[1]:this.defs().marker(e,t,i),this.attr(a,o)}}}),K(Mt,"Marker");const ws={"-":function(o){return o},"<>":function(o){return-Math.cos(o*Math.PI)/2+.5},">":function(o){return Math.sin(o*Math.PI/2)},"<":function(o){return 1-Math.cos(o*Math.PI/2)},bezier:function(o,e,t,i){return function(a){return a<0?o>0?e/o*a:t>0?i/t*a:0:a>1?t<1?(1-i)/(1-t)*a+(i-t)/(1-t):o<1?(1-e)/(1-o)*a+(e-o)/(1-o):1:3*a*(1-a)**2*e+3*a**2*(1-a)*i+a**3}},steps:function(o,e="end"){e=e.split("-").reverse()[0];let t=o;return e==="none"?--t:e==="both"&&++t,(i,a=!1)=>{let s=Math.floor(i*o);const r=i*s%1==0;return e!=="start"&&e!=="both"||++s,a&&r&&--s,i>=0&&s<0&&(s=0),i<=1&&s>t&&(s=t),s/t}}};class Xi{done(){return!1}}class li extends Xi{constructor(e=fs){super(),this.ease=ws[e]||e}step(e,t,i){return typeof e!="number"?i<1?e:t:e+(t-e)*this.ease(i)}}class Xt extends Xi{constructor(e){super(),this.stepper=e}done(e){return e.done}step(e,t,i,a){return this.stepper(e,t,i,a)}}function Gi(){const o=(this._duration||500)/1e3,e=this._overshoot||0,t=Math.PI,i=Math.log(e/100+1e-10),a=-i/Math.sqrt(t*t+i*i),s=3.9/(a*o);this.d=2*a*s,this.k=s*s}G(class extends Xt{constructor(o=500,e=0){super(),this.duration(o).overshoot(e)}step(o,e,t,i){if(typeof o=="string")return o;if(i.done=t===1/0,t===1/0)return e;if(t===0)return o;t>100&&(t=16),t/=1e3;const a=i.velocity||0,s=-this.d*a-this.k*(o-e),r=o+a*t+s*t*t/2;return i.velocity=a+s*t,i.done=Math.abs(e-r)+Math.abs(a)<.002,i.done?e:r}},{duration:Je("_duration",Gi),overshoot:Je("_overshoot",Gi)});G(class extends Xt{constructor(o=.1,e=.01,t=0,i=1e3){super(),this.p(o).i(e).d(t).windup(i)}step(o,e,t,i){if(typeof o=="string")return o;if(i.done=t===1/0,t===1/0)return e;if(t===0)return o;const a=e-o;let s=(i.integral||0)+a*t;const r=(a-(i.error||0))/t,n=this._windup;return n!==!1&&(s=Math.max(-n,Math.min(s,n))),i.error=a,i.integral=s,i.done=Math.abs(a)<.001,i.done?e:o+(this.P*a+this.I*s+this.D*r)}},{windup:Je("_windup"),p:Je("P"),i:Je("I"),d:Je("D")});const ks={M:2,L:2,H:1,V:1,C:6,S:4,Q:4,T:2,A:7,Z:0},hi={M:function(o,e,t){return e.x=t.x=o[0],e.y=t.y=o[1],["M",e.x,e.y]},L:function(o,e){return e.x=o[0],e.y=o[1],["L",o[0],o[1]]},H:function(o,e){return e.x=o[0],["H",o[0]]},V:function(o,e){return e.y=o[0],["V",o[0]]},C:function(o,e){return e.x=o[4],e.y=o[5],["C",o[0],o[1],o[2],o[3],o[4],o[5]]},S:function(o,e){return e.x=o[2],e.y=o[3],["S",o[0],o[1],o[2],o[3]]},Q:function(o,e){return e.x=o[2],e.y=o[3],["Q",o[0],o[1],o[2],o[3]]},T:function(o,e){return e.x=o[0],e.y=o[1],["T",o[0],o[1]]},Z:function(o,e,t){return e.x=t.x,e.y=t.y,["Z"]},A:function(o,e){return e.x=o[5],e.y=o[6],["A",o[0],o[1],o[2],o[3],o[4],o[5],o[6]]}},jt="mlhvqtcsaz".split("");for(let o=0,e=jt.length;o<e;++o)hi[jt[o]]=function(t){return function(i,a,s){if(t==="H")i[0]=i[0]+a.x;else if(t==="V")i[0]=i[0]+a.y;else if(t==="A")i[5]=i[5]+a.x,i[6]=i[6]+a.y;else for(let r=0,n=i.length;r<n;++r)i[r]=i[r]+(r%2?a.y:a.x);return hi[t](i,a,s)}}(jt[o].toUpperCase());function ci(o){return o.segment.length&&o.segment.length-1===ks[o.segment[0].toUpperCase()]}function As(o,e){o.inNumber&&De(o,!1);const t=Mi.test(e);if(t)o.segment=[e];else{const i=o.lastCommand,a=i.toLowerCase(),s=i===a;o.segment=[a==="m"?s?"l":"L":i]}return o.inSegment=!0,o.lastCommand=o.segment[0],t}function De(o,e){if(!o.inNumber)throw new Error("Parser Error");o.number&&o.segment.push(parseFloat(o.number)),o.inNumber=e,o.number="",o.pointSeen=!1,o.hasExponent=!1,ci(o)&&di(o)}function di(o){o.inSegment=!1,o.absolute&&(o.segment=function(e){const t=e.segment[0];return hi[t](e.segment.slice(1),e.p,e.p0)}(o)),o.segments.push(o.segment)}function Cs(o){if(!o.segment.length)return!1;const e=o.segment[0].toUpperCase()==="A",t=o.segment.length;return e&&(t===4||t===5)}function Ss(o){return o.lastToken.toUpperCase()==="E"}const Ls=new Set([" ",","," ",` +`,"\r","\f"]);class Pe extends Ue{bbox(){return Ee().path.setAttribute("d",this.toString()),new he(Ee.nodes.path.getBBox())}move(e,t){const i=this.bbox();if(e-=i.x,t-=i.y,!isNaN(e)&&!isNaN(t))for(let a,s=this.length-1;s>=0;s--)a=this[s][0],a==="M"||a==="L"||a==="T"?(this[s][1]+=e,this[s][2]+=t):a==="H"?this[s][1]+=e:a==="V"?this[s][1]+=t:a==="C"||a==="S"||a==="Q"?(this[s][1]+=e,this[s][2]+=t,this[s][3]+=e,this[s][4]+=t,a==="C"&&(this[s][5]+=e,this[s][6]+=t)):a==="A"&&(this[s][6]+=e,this[s][7]+=t);return this}parse(e="M0 0"){return Array.isArray(e)&&(e=Array.prototype.concat.apply([],e).toString()),function(t,i=!0){let a=0,s="";const r={segment:[],inNumber:!1,number:"",lastToken:"",inSegment:!1,segments:[],pointSeen:!1,hasExponent:!1,absolute:i,p0:new te,p:new te};for(;r.lastToken=s,s=t.charAt(a++);)if(r.inSegment||!As(r,s))if(s!==".")if(isNaN(parseInt(s)))if(Ls.has(s))r.inNumber&&De(r,!1);else if(s!=="-"&&s!=="+")if(s.toUpperCase()!=="E"){if(Mi.test(s)){if(r.inNumber)De(r,!1);else{if(!ci(r))throw new Error("parser Error");di(r)}--a}}else r.number+=s,r.hasExponent=!0;else{if(r.inNumber&&!Ss(r)){De(r,!1),--a;continue}r.number+=s,r.inNumber=!0}else{if(r.number==="0"||Cs(r)){r.inNumber=!0,r.number=s,De(r,!0);continue}r.inNumber=!0,r.number+=s}else{if(r.pointSeen||r.hasExponent){De(r,!1),--a;continue}r.inNumber=!0,r.pointSeen=!0,r.number+=s}return r.inNumber&&De(r,!1),r.inSegment&&ci(r)&&di(r),r.segments}(e)}size(e,t){const i=this.bbox();let a,s;for(i.width=i.width===0?1:i.width,i.height=i.height===0?1:i.height,a=this.length-1;a>=0;a--)s=this[a][0],s==="M"||s==="L"||s==="T"?(this[a][1]=(this[a][1]-i.x)*e/i.width+i.x,this[a][2]=(this[a][2]-i.y)*t/i.height+i.y):s==="H"?this[a][1]=(this[a][1]-i.x)*e/i.width+i.x:s==="V"?this[a][1]=(this[a][1]-i.y)*t/i.height+i.y:s==="C"||s==="S"||s==="Q"?(this[a][1]=(this[a][1]-i.x)*e/i.width+i.x,this[a][2]=(this[a][2]-i.y)*t/i.height+i.y,this[a][3]=(this[a][3]-i.x)*e/i.width+i.x,this[a][4]=(this[a][4]-i.y)*t/i.height+i.y,s==="C"&&(this[a][5]=(this[a][5]-i.x)*e/i.width+i.x,this[a][6]=(this[a][6]-i.y)*t/i.height+i.y)):s==="A"&&(this[a][1]=this[a][1]*e/i.width,this[a][2]=this[a][2]*t/i.height,this[a][6]=(this[a][6]-i.x)*e/i.width+i.x,this[a][7]=(this[a][7]-i.y)*t/i.height+i.y);return this}toString(){return function(e){let t="";for(let i=0,a=e.length;i<a;i++)t+=e[i][0],e[i][1]!=null&&(t+=e[i][1],e[i][2]!=null&&(t+=" ",t+=e[i][2],e[i][3]!=null&&(t+=" ",t+=e[i][3],t+=" ",t+=e[i][4],e[i][5]!=null&&(t+=" ",t+=e[i][5],t+=" ",t+=e[i][6],e[i][7]!=null&&(t+=" ",t+=e[i][7])))));return t+" "}(this)}}const Pa=o=>{const e=typeof o;return e==="number"?V:e==="string"?ae.isColor(o)?ae:Re.test(o)?Mi.test(o)?Pe:Ue:fa.test(o)?V:ui:gi.indexOf(o.constructor)>-1?o.constructor:Array.isArray(o)?Ue:e==="object"?gt:ui};class _e{constructor(e){this._stepper=e||new li("-"),this._from=null,this._to=null,this._type=null,this._context=null,this._morphObj=null}at(e){return this._morphObj.morph(this._from,this._to,e,this._stepper,this._context)}done(){return this._context.map(this._stepper.done).reduce(function(e,t){return e&&t},!0)}from(e){return e==null?this._from:(this._from=this._set(e),this)}stepper(e){return e==null?this._stepper:(this._stepper=e,this)}to(e){return e==null?this._to:(this._to=this._set(e),this)}type(e){return e==null?this._type:(this._type=e,this)}_set(e){this._type||this.type(Pa(e));let t=new this._type(e);return this._type===ae&&(t=this._to?t[this._to[4]]():this._from?t[this._from[4]]():t),this._type===gt&&(t=this._to?t.align(this._to):this._from?t.align(this._from):t),t=t.toConsumable(),this._morphObj=this._morphObj||new this._type,this._context=this._context||Array.apply(null,Array(t.length)).map(Object).map(function(i){return i.done=!0,i}),t}}class ui{constructor(...e){this.init(...e)}init(e){return e=Array.isArray(e)?e[0]:e,this.value=e,this}toArray(){return[this.value]}valueOf(){return this.value}}class wt{constructor(...e){this.init(...e)}init(e){return Array.isArray(e)&&(e={scaleX:e[0],scaleY:e[1],shear:e[2],rotate:e[3],translateX:e[4],translateY:e[5],originX:e[6],originY:e[7]}),Object.assign(this,wt.defaults,e),this}toArray(){const e=this;return[e.scaleX,e.scaleY,e.shear,e.rotate,e.translateX,e.translateY,e.originX,e.originY]}}wt.defaults={scaleX:1,scaleY:1,shear:0,rotate:0,translateX:0,translateY:0,originX:0,originY:0};const Ms=(o,e)=>o[0]<e[0]?-1:o[0]>e[0]?1:0;class gt{constructor(...e){this.init(...e)}align(e){const t=this.values;for(let i=0,a=t.length;i<a;++i){if(t[i+1]===e[i+1]){if(t[i+1]===ae&&e[i+7]!==t[i+7]){const n=e[i+7],l=new ae(this.values.splice(i+3,5))[n]().toArray();this.values.splice(i+3,0,...l)}i+=t[i+2]+2;continue}if(!e[i+1])return this;const s=new e[i+1]().toArray(),r=t[i+2]+3;t.splice(i,r,e[i],e[i+1],e[i+2],...s),i+=t[i+2]+2}return this}init(e){if(this.values=[],Array.isArray(e))return void(this.values=e.slice());e=e||{};const t=[];for(const i in e){const a=Pa(e[i]),s=new a(e[i]).toArray();t.push([i,a,s.length,...s])}return t.sort(Ms),this.values=t.reduce((i,a)=>i.concat(a),[]),this}toArray(){return this.values}valueOf(){const e={},t=this.values;for(;t.length;){const i=t.shift(),a=t.shift(),s=t.shift(),r=t.splice(0,s);e[i]=new a(r)}return e}}const gi=[ui,wt,gt];class Ke extends Ae{constructor(e,t=e){super(re("path",e),t)}array(){return this._array||(this._array=new Pe(this.attr("d")))}clear(){return delete this._array,this}height(e){return e==null?this.bbox().height:this.size(this.bbox().width,e)}move(e,t){return this.attr("d",this.array().move(e,t))}plot(e){return e==null?this.array():this.clear().attr("d",typeof e=="string"?e:this._array=new Pe(e))}size(e,t){const i=st(this,e,t);return this.attr("d",this.array().size(i.width,i.height))}width(e){return e==null?this.bbox().width:this.size(e,this.bbox().height)}x(e){return e==null?this.bbox().x:this.move(e,this.bbox().y)}y(e){return e==null?this.bbox().y:this.move(this.bbox().x,e)}}Ke.prototype.MorphArray=Pe,U({Container:{path:se(function(o){return this.put(new Ke).plot(o||new Pe)})}}),K(Ke,"Path");var Ia=Object.freeze({__proto__:null,array:function(){return this._array||(this._array=new He(this.attr("points")))},clear:function(){return delete this._array,this},move:function(o,e){return this.attr("points",this.array().move(o,e))},plot:function(o){return o==null?this.array():this.clear().attr("points",typeof o=="string"?o:this._array=new He(o))},size:function(o,e){const t=st(this,o,e);return this.attr("points",this.array().size(t.width,t.height))}});class Be extends Ae{constructor(e,t=e){super(re("polygon",e),t)}}U({Container:{polygon:se(function(o){return this.put(new Be).plot(o||new He)})}}),G(Be,zi),G(Be,Ia),K(Be,"Polygon");class je extends Ae{constructor(e,t=e){super(re("polyline",e),t)}}U({Container:{polyline:se(function(o){return this.put(new je).plot(o||new He)})}}),G(je,zi),G(je,Ia),K(je,"Polyline");class Pt extends Ae{constructor(e,t=e){super(re("rect",e),t)}}G(Pt,{rx:Ii,ry:Ti}),U({Container:{rect:se(function(o,e){return this.put(new Pt).size(o,e)})}}),K(Pt,"Rect");class Gt{constructor(){this._first=null,this._last=null}first(){return this._first&&this._first.value}last(){return this._last&&this._last.value}push(e){const t=e.next!==void 0?e:{value:e,next:null,prev:null};return this._last?(t.prev=this._last,this._last.next=t,this._last=t):(this._last=t,this._first=t),t}remove(e){e.prev&&(e.prev.next=e.next),e.next&&(e.next.prev=e.prev),e===this._last&&(this._last=e.prev),e===this._first&&(this._first=e.next),e.prev=null,e.next=null}shift(){const e=this._first;return e?(this._first=e.next,this._first&&(this._first.prev=null),this._last=this._first?this._last:null,e.value):null}}const ie={nextDraw:null,frames:new Gt,timeouts:new Gt,immediates:new Gt,timer:()=>J.window.performance||J.window.Date,transforms:[],frame(o){const e=ie.frames.push({run:o});return ie.nextDraw===null&&(ie.nextDraw=J.window.requestAnimationFrame(ie._draw)),e},timeout(o,e){e=e||0;const t=ie.timer().now()+e,i=ie.timeouts.push({run:o,time:t});return ie.nextDraw===null&&(ie.nextDraw=J.window.requestAnimationFrame(ie._draw)),i},immediate(o){const e=ie.immediates.push(o);return ie.nextDraw===null&&(ie.nextDraw=J.window.requestAnimationFrame(ie._draw)),e},cancelFrame(o){o!=null&&ie.frames.remove(o)},clearTimeout(o){o!=null&&ie.timeouts.remove(o)},cancelImmediate(o){o!=null&&ie.immediates.remove(o)},_draw(o){let e=null;const t=ie.timeouts.last();for(;(e=ie.timeouts.shift())&&(o>=e.time?e.run():ie.timeouts.push(e),e!==t););let i=null;const a=ie.frames.last();for(;i!==a&&(i=ie.frames.shift());)i.run(o);let s=null;for(;s=ie.immediates.shift();)s();ie.nextDraw=ie.timeouts.first()||ie.frames.first()?J.window.requestAnimationFrame(ie._draw):null}},Ps=function(o){const e=o.start,t=o.runner.duration();return{start:e,duration:t,end:e+t,runner:o.runner}},Is=function(){const o=J.window;return(o.performance||o.Date).now()};class Ta extends yt{constructor(e=Is){super(),this._timeSource=e,this.terminate()}active(){return!!this._nextFrame}finish(){return this.time(this.getEndTimeOfTimeline()+1),this.pause()}getEndTime(){const e=this.getLastRunnerInfo(),t=e?e.runner.duration():0;return(e?e.start:this._time)+t}getEndTimeOfTimeline(){const e=this._runners.map(t=>t.start+t.runner.duration());return Math.max(0,...e)}getLastRunnerInfo(){return this.getRunnerInfoById(this._lastRunnerId)}getRunnerInfoById(e){return this._runners[this._runnerIds.indexOf(e)]||null}pause(){return this._paused=!0,this._continue()}persist(e){return e==null?this._persist:(this._persist=e,this)}play(){return this._paused=!1,this.updateTime()._continue()}reverse(e){const t=this.speed();if(e==null)return this.speed(-t);const i=Math.abs(t);return this.speed(e?-i:i)}schedule(e,t,i){if(e==null)return this._runners.map(Ps);let a=0;const s=this.getEndTime();if(t=t||0,i==null||i==="last"||i==="after")a=s;else if(i==="absolute"||i==="start")a=t,t=0;else if(i==="now")a=this._time;else if(i==="relative"){const l=this.getRunnerInfoById(e.id);l&&(a=l.start+t,t=0)}else{if(i!=="with-last")throw new Error('Invalid value for the "when" parameter');{const l=this.getLastRunnerInfo();a=l?l.start:this._time}}e.unschedule(),e.timeline(this);const r=e.persist(),n={persist:r===null?this._persist:r,start:a+t,runner:e};return this._lastRunnerId=e.id,this._runners.push(n),this._runners.sort((l,h)=>l.start-h.start),this._runnerIds=this._runners.map(l=>l.runner.id),this.updateTime()._continue(),this}seek(e){return this.time(this._time+e)}source(e){return e==null?this._timeSource:(this._timeSource=e,this)}speed(e){return e==null?this._speed:(this._speed=e,this)}stop(){return this.time(0),this.pause()}time(e){return e==null?this._time:(this._time=e,this._continue(!0))}unschedule(e){const t=this._runnerIds.indexOf(e.id);return t<0||(this._runners.splice(t,1),this._runnerIds.splice(t,1),e.timeline(null)),this}updateTime(){return this.active()||(this._lastSourceTime=this._timeSource()),this}_continue(e=!1){return ie.cancelFrame(this._nextFrame),this._nextFrame=null,e?this._stepImmediate():(this._paused||(this._nextFrame=ie.frame(this._step)),this)}_stepFn(e=!1){const t=this._timeSource();let i=t-this._lastSourceTime;e&&(i=0);const a=this._speed*i+(this._time-this._lastStepTime);this._lastSourceTime=t,e||(this._time+=a,this._time=this._time<0?0:this._time),this._lastStepTime=this._time,this.fire("time",this._time);for(let r=this._runners.length;r--;){const n=this._runners[r],l=n.runner;this._time-n.start<=0&&l.reset()}let s=!1;for(let r=0,n=this._runners.length;r<n;r++){const l=this._runners[r],h=l.runner;let c=a;const d=this._time-l.start;if(d<=0){s=!0;continue}d<c&&(c=d),h.active()&&(h.step(c).done?l.persist!==!0&&h.duration()-h.time()+this._time+l.persist<this._time&&(h.unschedule(),--r,--n):s=!0)}return s&&!(this._speed<0&&this._time===0)||this._runnerIds.length&&this._speed<0&&this._time>0?this._continue():(this.pause(),this.fire("finished")),this}terminate(){this._startTime=0,this._speed=1,this._persist=0,this._nextFrame=null,this._paused=!0,this._runners=[],this._runnerIds=[],this._lastRunnerId=-1,this._time=0,this._lastSourceTime=0,this._lastStepTime=0,this._step=this._stepFn.bind(this,!1),this._stepImmediate=this._stepFn.bind(this,!0)}}U({Element:{timeline:function(o){return o==null?(this._timeline=this._timeline||new Ta,this._timeline):(this._timeline=o,this)}}});class ke extends yt{constructor(e){super(),this.id=ke.id++,e=typeof(e=e??Bt)=="function"?new Xt(e):e,this._element=null,this._timeline=null,this.done=!1,this._queue=[],this._duration=typeof e=="number"&&e,this._isDeclarative=e instanceof Xt,this._stepper=this._isDeclarative?e:new li,this._history={},this.enabled=!0,this._time=0,this._lastTime=0,this._reseted=!0,this.transforms=new B,this.transformId=1,this._haveReversed=!1,this._reverse=!1,this._loopsDone=0,this._swing=!1,this._wait=0,this._times=1,this._frameId=null,this._persist=!!this._isDeclarative||null}static sanitise(e,t,i){let a=1,s=!1,r=0;return t=t??ps,i=i||"last",typeof(e=e??Bt)!="object"||e instanceof Xi||(t=e.delay??t,i=e.when??i,s=e.swing||s,a=e.times??a,r=e.wait??r,e=e.duration??Bt),{duration:e,delay:t,swing:s,times:a,wait:r,when:i}}active(e){return e==null?this.enabled:(this.enabled=e,this)}addTransform(e){return this.transforms.lmultiplyO(e),this}after(e){return this.on("finished",e)}animate(e,t,i){const a=ke.sanitise(e,t,i),s=new ke(a.duration);return this._timeline&&s.timeline(this._timeline),this._element&&s.element(this._element),s.loop(a).schedule(a.delay,a.when)}clearTransform(){return this.transforms=new B,this}clearTransformsFromQueue(){this.done&&this._timeline&&this._timeline._runnerIds.includes(this.id)||(this._queue=this._queue.filter(e=>!e.isTransform))}delay(e){return this.animate(0,e)}duration(){return this._times*(this._wait+this._duration)-this._wait}during(e){return this.queue(null,e)}ease(e){return this._stepper=new li(e),this}element(e){return e==null?this._element:(this._element=e,e._prepareRunner(),this)}finish(){return this.step(1/0)}loop(e,t,i){return typeof e=="object"&&(t=e.swing,i=e.wait,e=e.times),this._times=e||1/0,this._swing=t||!1,this._wait=i||0,this._times===!0&&(this._times=1/0),this}loops(e){const t=this._duration+this._wait;if(e==null){const s=Math.floor(this._time/t),r=(this._time-s*t)/this._duration;return Math.min(s+r,this._times)}const i=e%1,a=t*Math.floor(e)+this._duration*i;return this.time(a)}persist(e){return e==null?this._persist:(this._persist=e,this)}position(e){const t=this._time,i=this._duration,a=this._wait,s=this._times,r=this._swing,n=this._reverse;let l;if(e==null){const d=function(g){const p=r*Math.floor(g%(2*(a+i))/(a+i)),f=p&&!n||!p&&n,x=Math.pow(-1,f)*(g%(a+i))/i+f;return Math.max(Math.min(x,1),0)},u=s*(a+i)-a;return l=t<=0?Math.round(d(1e-5)):t<u?d(t):Math.round(d(u-1e-5)),l}const h=Math.floor(this.loops()),c=r&&h%2==0;return l=h+(c&&!n||n&&c?e:1-e),this.loops(l)}progress(e){return e==null?Math.min(1,this._time/this.duration()):this.time(e*this.duration())}queue(e,t,i,a){return this._queue.push({initialiser:e||Bi,runner:t||Bi,retarget:i,isTransform:a,initialised:!1,finished:!1}),this.timeline()&&this.timeline()._continue(),this}reset(){return this._reseted||(this.time(0),this._reseted=!0),this}reverse(e){return this._reverse=e??!this._reverse,this}schedule(e,t,i){if(e instanceof Ta||(i=t,t=e,e=this.timeline()),!e)throw Error("Runner cannot be scheduled without timeline");return e.schedule(this,t,i),this}step(e){if(!this.enabled)return this;e=e??16,this._time+=e;const t=this.position(),i=this._lastPosition!==t&&this._time>=0;this._lastPosition=t;const a=this.duration(),s=this._lastTime<=0&&this._time>0,r=this._lastTime<a&&this._time>=a;this._lastTime=this._time,s&&this.fire("start",this);const n=this._isDeclarative;this.done=!n&&!r&&this._time>=a,this._reseted=!1;let l=!1;return(i||n)&&(this._initialise(i),this.transforms=new B,l=this._run(n?e:t),this.fire("step",this)),this.done=this.done||l&&n,r&&this.fire("finished",this),this}time(e){if(e==null)return this._time;const t=e-this._time;return this.step(t),this}timeline(e){return e===void 0?this._timeline:(this._timeline=e,this)}unschedule(){const e=this.timeline();return e&&e.unschedule(this),this}_initialise(e){if(e||this._isDeclarative)for(let t=0,i=this._queue.length;t<i;++t){const a=this._queue[t],s=this._isDeclarative||!a.initialised&&e;e=!a.finished,s&&e&&(a.initialiser.call(this),a.initialised=!0)}}_rememberMorpher(e,t){if(this._history[e]={morpher:t,caller:this._queue[this._queue.length-1]},this._isDeclarative){const i=this.timeline();i&&i.play()}}_run(e){let t=!0;for(let i=0,a=this._queue.length;i<a;++i){const s=this._queue[i],r=s.runner.call(this,e);s.finished=s.finished||r===!0,t=t&&s.finished}return t}_tryRetarget(e,t,i){if(this._history[e]){if(!this._history[e].caller.initialised){const s=this._queue.indexOf(this._history[e].caller);return this._queue.splice(s,1),!1}this._history[e].caller.retarget?this._history[e].caller.retarget.call(this,t,i):this._history[e].morpher.to(t),this._history[e].caller.finished=!1;const a=this.timeline();return a&&a.play(),!0}return!1}}ke.id=0;class Rt{constructor(e=new B,t=-1,i=!0){this.transforms=e,this.id=t,this.done=i}clearTransformsFromQueue(){}}G([ke,Rt],{mergeWith(o){return new Rt(o.transforms.lmultiply(this.transforms),o.id)}});const za=(o,e)=>o.lmultiplyO(e),Xa=o=>o.transforms;function Ts(){const o=this._transformationRunners.runners.map(Xa).reduce(za,new B);this.transform(o),this._transformationRunners.merge(),this._transformationRunners.length()===1&&(this._frameId=null)}class zs{constructor(){this.runners=[],this.ids=[]}add(e){if(this.runners.includes(e))return;const t=e.id+1;return this.runners.push(e),this.ids.push(t),this}clearBefore(e){const t=this.ids.indexOf(e+1)||1;return this.ids.splice(0,t,0),this.runners.splice(0,t,new Rt).forEach(i=>i.clearTransformsFromQueue()),this}edit(e,t){const i=this.ids.indexOf(e+1);return this.ids.splice(i,1,e+1),this.runners.splice(i,1,t),this}getByID(e){return this.runners[this.ids.indexOf(e+1)]}length(){return this.ids.length}merge(){let e=null;for(let t=0;t<this.runners.length;++t){const i=this.runners[t];if(e&&i.done&&e.done&&(!i._timeline||!i._timeline._runnerIds.includes(i.id))&&(!e._timeline||!e._timeline._runnerIds.includes(e.id))){this.remove(i.id);const a=i.mergeWith(e);this.edit(e.id,a),e=a,--t}else e=i}return this}remove(e){const t=this.ids.indexOf(e+1);return this.ids.splice(t,1),this.runners.splice(t,1),this}}U({Element:{animate(o,e,t){const i=ke.sanitise(o,e,t),a=this.timeline();return new ke(i.duration).loop(i).element(this).timeline(a.play()).schedule(i.delay,i.when)},delay(o,e){return this.animate(0,o,e)},_clearTransformRunnersBefore(o){this._transformationRunners.clearBefore(o.id)},_currentTransform(o){return this._transformationRunners.runners.filter(e=>e.id<=o.id).map(Xa).reduce(za,new B)},_addRunner(o){this._transformationRunners.add(o),ie.cancelImmediate(this._frameId),this._frameId=ie.immediate(Ts.bind(this))},_prepareRunner(){this._frameId==null&&(this._transformationRunners=new zs().add(new Rt(new B(this))))}}});G(ke,{attr(o,e){return this.styleAttr("attr",o,e)},css(o,e){return this.styleAttr("css",o,e)},styleAttr(o,e,t){if(typeof e=="string")return this.styleAttr(o,{[e]:t});let i=e;if(this._tryRetarget(o,i))return this;let a=new _e(this._stepper).to(i),s=Object.keys(i);return this.queue(function(){a=a.from(this.element()[o](s))},function(r){return this.element()[o](a.at(r).valueOf()),a.done()},function(r){const n=Object.keys(r),l=(h=s,n.filter(d=>!h.includes(d)));var h;if(l.length){const d=this.element()[o](l),u=new gt(a.from()).valueOf();Object.assign(u,d),a.from(u)}const c=new gt(a.to()).valueOf();Object.assign(c,r),a.to(c),s=n,i=r}),this._rememberMorpher(o,a),this},zoom(o,e){if(this._tryRetarget("zoom",o,e))return this;let t=new _e(this._stepper).to(new V(o));return this.queue(function(){t=t.from(this.element().zoom())},function(i){return this.element().zoom(t.at(i),e),t.done()},function(i,a){e=a,t.to(i)}),this._rememberMorpher("zoom",t),this},transform(o,e,t){if(e=o.relative||e,this._isDeclarative&&!e&&this._tryRetarget("transform",o))return this;const i=B.isMatrixLike(o);t=o.affine!=null?o.affine:t??!i;const a=new _e(this._stepper).type(t?wt:B);let s,r,n,l,h;return this.queue(function(){r=r||this.element(),s=s||ni(o,r),h=new B(e?void 0:r),r._addRunner(this),e||r._clearTransformRunnersBefore(this)},function(c){e||this.clearTransform();const{x:d,y:u}=new te(s).transform(r._currentTransform(this));let g=new B({...o,origin:[d,u]}),p=this._isDeclarative&&n?n:h;if(t){g=g.decompose(d,u),p=p.decompose(d,u);const x=g.rotate,b=p.rotate,m=[x-360,x,x+360],w=m.map(A=>Math.abs(A-b)),y=Math.min(...w),v=w.indexOf(y);g.rotate=m[v]}e&&(i||(g.rotate=o.rotate||0),this._isDeclarative&&l&&(p.rotate=l)),a.from(p),a.to(g);const f=a.at(c);return l=f.rotate,n=new B(f),this.addTransform(n),r._addRunner(this),a.done()},function(c){(c.origin||"center").toString()!==(o.origin||"center").toString()&&(s=ni(c,r)),o={...c,origin:s}},!0),this._isDeclarative&&this._rememberMorpher("transform",a),this},x(o){return this._queueNumber("x",o)},y(o){return this._queueNumber("y",o)},ax(o){return this._queueNumber("ax",o)},ay(o){return this._queueNumber("ay",o)},dx(o=0){return this._queueNumberDelta("x",o)},dy(o=0){return this._queueNumberDelta("y",o)},dmove(o,e){return this.dx(o).dy(e)},_queueNumberDelta(o,e){if(e=new V(e),this._tryRetarget(o,e))return this;const t=new _e(this._stepper).to(e);let i=null;return this.queue(function(){i=this.element()[o](),t.from(i),t.to(i+e)},function(a){return this.element()[o](t.at(a)),t.done()},function(a){t.to(i+new V(a))}),this._rememberMorpher(o,t),this},_queueObject(o,e){if(this._tryRetarget(o,e))return this;const t=new _e(this._stepper).to(e);return this.queue(function(){t.from(this.element()[o]())},function(i){return this.element()[o](t.at(i)),t.done()}),this._rememberMorpher(o,t),this},_queueNumber(o,e){return this._queueObject(o,new V(e))},cx(o){return this._queueNumber("cx",o)},cy(o){return this._queueNumber("cy",o)},move(o,e){return this.x(o).y(e)},amove(o,e){return this.ax(o).ay(e)},center(o,e){return this.cx(o).cy(e)},size(o,e){let t;return o&&e||(t=this._element.bbox()),o||(o=t.width/t.height*e),e||(e=t.height/t.width*o),this.width(o).height(e)},width(o){return this._queueNumber("width",o)},height(o){return this._queueNumber("height",o)},plot(o,e,t,i){if(arguments.length===4)return this.plot([o,e,t,i]);if(this._tryRetarget("plot",o))return this;const a=new _e(this._stepper).type(this._element.MorphArray).to(o);return this.queue(function(){a.from(this._element.array())},function(s){return this._element.plot(a.at(s)),a.done()}),this._rememberMorpher("plot",a),this},leading(o){return this._queueNumber("leading",o)},viewbox(o,e,t,i){return this._queueObject("viewbox",new he(o,e,t,i))},update(o){return typeof o!="object"?this.update({offset:arguments[0],color:arguments[1],opacity:arguments[2]}):(o.opacity!=null&&this.attr("stop-opacity",o.opacity),o.color!=null&&this.attr("stop-color",o.color),o.offset!=null&&this.attr("offset",o.offset),this)}}),G(ke,{rx:Ii,ry:Ti,from:La,to:Ma}),K(ke,"Runner");class fi extends ye{constructor(e,t=e){super(re("svg",e),t),this.namespace()}defs(){return this.isRoot()?Se(this.node.querySelector("defs"))||this.put(new Yt):this.root().defs()}isRoot(){return!this.node.parentNode||!(this.node.parentNode instanceof J.window.SVGElement)&&this.node.parentNode.nodeName!=="#document-fragment"}namespace(){return this.isRoot()?this.attr({xmlns:Ci,version:"1.1"}).attr("xmlns:xlink",rt,_t):this.root().namespace()}removeNamespace(){return this.attr({xmlns:null,version:null}).attr("xmlns:xlink",null,_t).attr("xmlns:svgjs",null,_t)}root(){return this.isRoot()?this:super.root()}}U({Container:{nested:se(function(){return this.put(new fi)})}}),K(fi,"Svg",!0);let pi=class extends ye{constructor(o,e=o){super(re("symbol",o),e)}};U({Container:{symbol:se(function(){return this.put(new pi)})}}),K(pi,"Symbol");var Ra=Object.freeze({__proto__:null,amove:function(o,e){return this.ax(o).ay(e)},ax:function(o){return this.attr("x",o)},ay:function(o){return this.attr("y",o)},build:function(o){return this._build=!!o,this},center:function(o,e,t=this.bbox()){return this.cx(o,t).cy(e,t)},cx:function(o,e=this.bbox()){return o==null?e.cx:this.attr("x",this.attr("x")+o-e.cx)},cy:function(o,e=this.bbox()){return o==null?e.cy:this.attr("y",this.attr("y")+o-e.cy)},length:function(){return this.node.getComputedTextLength()},move:function(o,e,t=this.bbox()){return this.x(o,t).y(e,t)},plain:function(o){return this._build===!1&&this.clear(),this.node.appendChild(J.document.createTextNode(o)),this},x:function(o,e=this.bbox()){return o==null?e.x:this.attr("x",this.attr("x")+o-e.x)},y:function(o,e=this.bbox()){return o==null?e.y:this.attr("y",this.attr("y")+o-e.y)}});class Ie extends Ae{constructor(e,t=e){super(re("text",e),t),this.dom.leading=this.dom.leading??new V(1.3),this._rebuild=!0,this._build=!1}leading(e){return e==null?this.dom.leading:(this.dom.leading=new V(e),this.rebuild())}rebuild(e){if(typeof e=="boolean"&&(this._rebuild=e),this._rebuild){const t=this;let i=0;const a=this.dom.leading;this.each(function(s){if(oi(this.node))return;const r=J.window.getComputedStyle(this.node).getPropertyValue("font-size"),n=a*new V(r);this.dom.newLined&&(this.attr("x",t.attr("x")),this.text()===` +`?i+=n:(this.attr("dy",s?n+i:0),i=0))}),this.fire("rebuild")}return this}setData(e){return this.dom=e,this.dom.leading=new V(e.leading||1.3),this}writeDataToDom(){return da(this,this.dom,{leading:1.3}),this}text(e){if(e===void 0){const t=this.node.childNodes;let i=0;e="";for(let a=0,s=t.length;a<s;++a)t[a].nodeName==="textPath"||oi(t[a])?a===0&&(i=a+1):(a!==i&&t[a].nodeType!==3&&Se(t[a]).dom.newLined===!0&&(e+=` +`),e+=t[a].textContent);return e}if(this.clear().build(!0),typeof e=="function")e.call(this,this);else for(let t=0,i=(e=(e+"").split(` +`)).length;t<i;t++)this.newLine(e[t]);return this.build(!1).rebuild()}}G(Ie,Ra),U({Container:{text:se(function(o=""){return this.put(new Ie).text(o)}),plain:se(function(o=""){return this.put(new Ie).plain(o)})}}),K(Ie,"Text");class It extends Ae{constructor(e,t=e){super(re("tspan",e),t),this._build=!1}dx(e){return this.attr("dx",e)}dy(e){return this.attr("dy",e)}newLine(){this.dom.newLined=!0;const e=this.parent();if(!(e instanceof Ie))return this;const t=e.index(this),i=J.window.getComputedStyle(this.node).getPropertyValue("font-size"),a=e.dom.leading*new V(i);return this.dy(t?a:0).attr("x",e.x())}text(e){return e==null?this.node.textContent+(this.dom.newLined?` +`:""):(typeof e=="function"?(this.clear().build(!0),e.call(this,this),this.build(!1)):this.plain(e),this)}}G(It,Ra),U({Tspan:{tspan:se(function(o=""){const e=new It;return this._build||this.clear(),this.put(e).text(o)})},Text:{newLine:function(o=""){return this.tspan(o).newLine()}}}),K(It,"Tspan");class Vt extends Ae{constructor(e,t=e){super(re("circle",e),t)}radius(e){return this.attr("r",e)}rx(e){return this.attr("r",e)}ry(e){return this.rx(e)}size(e){return this.radius(new V(e).divide(2))}}G(Vt,{x:va,y:ya,cx:wa,cy:ka,width:Aa,height:Ca}),U({Container:{circle:se(function(o=0){return this.put(new Vt).size(o).move(0,0)})}}),K(Vt,"Circle");class Ut extends ye{constructor(e,t=e){super(re("clipPath",e),t)}remove(){return this.targets().forEach(function(e){e.unclip()}),super.remove()}targets(){return qe("svg [clip-path*="+this.id()+"]")}}U({Container:{clip:se(function(){return this.defs().put(new Ut)})},Element:{clipper(){return this.reference("clip-path")},clipWith(o){const e=o instanceof Ut?o:this.parent().clip().add(o);return this.attr("clip-path","url(#"+e.id()+")")},unclip(){return this.attr("clip-path",null)}}}),K(Ut,"ClipPath");class Vi extends xe{constructor(e,t=e){super(re("foreignObject",e),t)}}U({Container:{foreignObject:se(function(o,e){return this.put(new Vi).size(o,e)})}}),K(Vi,"ForeignObject");var Ea=Object.freeze({__proto__:null,dmove:function(o,e){return this.children().forEach(t=>{let i;try{i=t.node instanceof vt().SVGSVGElement?new he(t.attr(["x","y","width","height"])):t.bbox()}catch{return}const a=new B(t),s=a.translate(o,e).transform(a.inverse()),r=new te(i.x,i.y).transform(s);t.move(r.x,r.y)}),this},dx:function(o){return this.dmove(o,0)},dy:function(o){return this.dmove(0,o)},height:function(o,e=this.bbox()){return o==null?e.height:this.size(e.width,o,e)},move:function(o=0,e=0,t=this.bbox()){const i=o-t.x,a=e-t.y;return this.dmove(i,a)},size:function(o,e,t=this.bbox()){const i=st(this,o,e,t),a=i.width/t.width,s=i.height/t.height;return this.children().forEach(r=>{const n=new te(t).transform(new B(r).inverse());r.scale(a,s,n.x,n.y)}),this},width:function(o,e=this.bbox()){return o==null?e.width:this.size(o,e.height,e)},x:function(o,e=this.bbox()){return o==null?e.x:this.move(o,e.y,e)},y:function(o,e=this.bbox()){return o==null?e.y:this.move(e.x,o,e)}});class Oe extends ye{constructor(e,t=e){super(re("g",e),t)}}G(Oe,Ea),U({Container:{group:se(function(){return this.put(new Oe)})}}),K(Oe,"G");class At extends ye{constructor(e,t=e){super(re("a",e),t)}target(e){return this.attr("target",e)}to(e){return this.attr("href",e,rt)}}G(At,Ea),U({Container:{link:se(function(o){return this.put(new At).to(o)})},Element:{unlink(){const o=this.linker();if(!o)return this;const e=o.parent();if(!e)return this.remove();const t=e.index(o);return e.add(this,t),o.remove(),this},linkTo(o){let e=this.linker();return e||(e=new At,this.wrap(e)),typeof o=="function"?o.call(e,e):e.to(o),this},linker(){const o=this.parent();return o&&o.node.nodeName.toLowerCase()==="a"?o:null}}}),K(At,"A");class qt extends ye{constructor(e,t=e){super(re("mask",e),t)}remove(){return this.targets().forEach(function(e){e.unmask()}),super.remove()}targets(){return qe("svg [mask*="+this.id()+"]")}}U({Container:{mask:se(function(){return this.defs().put(new qt)})},Element:{masker(){return this.reference("mask")},maskWith(o){const e=o instanceof qt?o:this.parent().mask().add(o);return this.attr("mask","url(#"+e.id()+")")},unmask(){return this.attr("mask",null)}}}),K(qt,"Mask");class Ui extends xe{constructor(e,t=e){super(re("stop",e),t)}update(e){return(typeof e=="number"||e instanceof V)&&(e={offset:arguments[0],color:arguments[1],opacity:arguments[2]}),e.opacity!=null&&this.attr("stop-opacity",e.opacity),e.color!=null&&this.attr("stop-color",e.color),e.offset!=null&&this.attr("offset",new V(e.offset)),this}}U({Gradient:{stop:function(o,e,t){return this.put(new Ui).update(o,e,t)}}}),K(Ui,"Stop");class Zt extends xe{constructor(e,t=e){super(re("style",e),t)}addText(e=""){return this.node.textContent+=e,this}font(e,t,i={}){return this.rule("@font-face",{fontFamily:e,src:t,...i})}rule(e,t){return this.addText(function(i,a){if(!i)return"";if(!a)return i;let s=i+"{";for(const r in a)s+=r.replace(/([A-Z])/g,function(n,l){return"-"+l.toLowerCase()})+":"+a[r]+";";return s+="}",s}(e,t))}}U("Dom",{style(o,e){return this.put(new Zt).rule(o,e)},fontface(o,e,t){return this.put(new Zt).font(o,e,t)}}),K(Zt,"Style");class $t extends Ie{constructor(e,t=e){super(re("textPath",e),t)}array(){const e=this.track();return e?e.array():null}plot(e){const t=this.track();let i=null;return t&&(i=t.plot(e)),e==null?i:this}track(){return this.reference("href")}}U({Container:{textPath:se(function(o,e){return o instanceof Ie||(o=this.text(o)),o.path(e)})},Text:{path:se(function(o,e=!0){const t=new $t;let i;if(o instanceof Ke||(o=this.defs().path(o)),t.attr("href","#"+o,rt),e)for(;i=this.node.firstChild;)t.node.appendChild(i);return this.put(t)}),textPath(){return this.findOne("textPath")}},Path:{text:se(function(o){return o instanceof Ie||(o=new Ie().addTo(this.parent()).text(o)),o.path(this)}),targets(){return qe("svg textPath").filter(o=>(o.attr("href")||"").includes(this.id()))}}}),$t.prototype.MorphArray=Pe,K($t,"TextPath");class qi extends Ae{constructor(e,t=e){super(re("use",e),t)}use(e,t){return this.attr("href",(t||"")+"#"+e,rt)}}U({Container:{use:se(function(o,e){return this.put(new qi).use(o,e)})}}),K(qi,"Use");const Xs=ve;G([fi,pi,Lt,ut,Mt],we("viewbox")),G([We,je,Be,Ke],we("marker")),G(Ie,we("Text")),G(Ke,we("Path")),G(Yt,we("Defs")),G([Ie,It],we("Tspan")),G([Pt,St,ct,ke],we("radius")),G(yt,we("EventTarget")),G(Ye,we("Dom")),G(xe,we("Element")),G(Ae,we("Shape")),G([ye,Sa],we("Container")),G(ct,we("Gradient")),G(ke,we("Runner")),Ve.extend([...new Set(ha)]),function(o=[]){gi.push(...[].concat(o))}([V,ae,he,B,Ue,He,Pe,te]),G(gi,{to(o){return new _e().type(this.constructor).from(this.toArray()).to(o)},fromArray(o){return this.init(o),this},toConsumable(){return this.toArray()},morph(o,e,t,i,a){return this.fromArray(o.map(function(s,r){return i.step(s,e[r],t,a[r],a)}))}});class ne extends xe{constructor(e){super(re("filter",e),e),this.$source="SourceGraphic",this.$sourceAlpha="SourceAlpha",this.$background="BackgroundImage",this.$backgroundAlpha="BackgroundAlpha",this.$fill="FillPaint",this.$stroke="StrokePaint",this.$autoSetIn=!0}put(e,t){return!(e=super.put(e,t)).attr("in")&&this.$autoSetIn&&e.attr("in",this.$source),e.attr("result")||e.attr("result",e.id()),e}remove(){return this.targets().each("unfilter"),super.remove()}targets(){return qe('svg [filter*="'+this.id()+'"]')}toString(){return"url(#"+this.id()+")"}}class Ri extends xe{constructor(e,t){super(e,t),this.result(this.id())}in(e){if(e==null){const t=this.attr("in");return this.parent()&&this.parent().find(`[result="${t}"]`)[0]||t}return this.attr("in",e)}result(e){return this.attr("result",e)}toString(){return this.result()}}const Ce=o=>function(...e){for(let t=o.length;t--;)e[t]!=null&&this.attr(o[t],e[t])},Rs={blend:Ce(["in","in2","mode"]),colorMatrix:Ce(["type","values"]),composite:Ce(["in","in2","operator"]),convolveMatrix:function(o){o=new Ue(o).toString(),this.attr({order:Math.sqrt(o.split(" ").length),kernelMatrix:o})},diffuseLighting:Ce(["surfaceScale","lightingColor","diffuseConstant","kernelUnitLength"]),displacementMap:Ce(["in","in2","scale","xChannelSelector","yChannelSelector"]),dropShadow:Ce(["in","dx","dy","stdDeviation"]),flood:Ce(["flood-color","flood-opacity"]),gaussianBlur:function(o=0,e=o){this.attr("stdDeviation",o+" "+e)},image:function(o){this.attr("href",o,rt)},morphology:Ce(["operator","radius"]),offset:Ce(["dx","dy"]),specularLighting:Ce(["surfaceScale","lightingColor","diffuseConstant","specularExponent","kernelUnitLength"]),tile:Ce([]),turbulence:Ce(["baseFrequency","numOctaves","seed","stitchTiles","type"])};["blend","colorMatrix","componentTransfer","composite","convolveMatrix","diffuseLighting","displacementMap","dropShadow","flood","gaussianBlur","image","merge","morphology","offset","specularLighting","tile","turbulence"].forEach(o=>{const e=at(o),t=Rs[o];ne[e+"Effect"]=class extends Ri{constructor(i){super(re("fe"+e,i),i)}update(i){return t.apply(this,i),this}},ne.prototype[o]=se(function(i,...a){const s=new ne[e+"Effect"];return i==null?this.put(s):(typeof i=="function"?i.call(s,s):a.unshift(i),this.put(s).update(a))})}),G(ne,{merge(o){const e=this.put(new ne.MergeEffect);return typeof o=="function"?(o.call(e,e),e):((o instanceof Array?o:[...arguments]).forEach(t=>{t instanceof ne.MergeNode?e.put(t):e.mergeNode(t)}),e)},componentTransfer(o={}){const e=this.put(new ne.ComponentTransferEffect);if(typeof o=="function")return o.call(e,e),e;o.r||o.g||o.b||o.a||(o={r:o,g:o,b:o,a:o});for(const t in o)e.add(new ne["Func"+t.toUpperCase()](o[t]));return e}});["distantLight","pointLight","spotLight","mergeNode","FuncR","FuncG","FuncB","FuncA"].forEach(o=>{const e=at(o);ne[e]=class extends Ri{constructor(t){super(re("fe"+e,t),t)}}});["funcR","funcG","funcB","funcA"].forEach(function(o){const e=ne[at(o)],t=se(function(){return this.put(new e)});ne.ComponentTransferEffect.prototype[o]=t});["distantLight","pointLight","spotLight"].forEach(o=>{const e=ne[at(o)],t=se(function(){return this.put(new e)});ne.DiffuseLightingEffect.prototype[o]=t,ne.SpecularLightingEffect.prototype[o]=t}),G(ne.MergeEffect,{mergeNode(o){return this.put(new ne.MergeNode).attr("in",o)}}),G(Yt,{filter:function(o){const e=this.put(new ne);return typeof o=="function"&&o.call(e,e),e}}),G(ye,{filter:function(o){return this.defs().filter(o)}}),G(xe,{filterWith:function(o){const e=o instanceof ne?o:this.defs().filter(o);return this.attr("filter",e)},unfilter:function(o){return this.attr("filter",null)},filterer(){return this.reference("filter")}});const Es={blend:function(o,e){return this.parent()&&this.parent().blend(this,o,e)},colorMatrix:function(o,e){return this.parent()&&this.parent().colorMatrix(o,e).in(this)},componentTransfer:function(o){return this.parent()&&this.parent().componentTransfer(o).in(this)},composite:function(o,e){return this.parent()&&this.parent().composite(this,o,e)},convolveMatrix:function(o){return this.parent()&&this.parent().convolveMatrix(o).in(this)},diffuseLighting:function(o,e,t,i){return this.parent()&&this.parent().diffuseLighting(o,t,i).in(this)},displacementMap:function(o,e,t,i){return this.parent()&&this.parent().displacementMap(this,o,e,t,i)},dropShadow:function(o,e,t){return this.parent()&&this.parent().dropShadow(this,o,e,t).in(this)},flood:function(o,e){return this.parent()&&this.parent().flood(o,e)},gaussianBlur:function(o,e){return this.parent()&&this.parent().gaussianBlur(o,e).in(this)},image:function(o){return this.parent()&&this.parent().image(o)},merge:function(o){return o=o instanceof Array?o:[...o],this.parent()&&this.parent().merge(this,...o)},morphology:function(o,e){return this.parent()&&this.parent().morphology(o,e).in(this)},offset:function(o,e){return this.parent()&&this.parent().offset(o,e).in(this)},specularLighting:function(o,e,t,i,a){return this.parent()&&this.parent().specularLighting(o,t,i,a).in(this)},tile:function(){return this.parent()&&this.parent().tile().in(this)},turbulence:function(o,e,t,i,a){return this.parent()&&this.parent().turbulence(o,e,t,i,a).in(this)}};G(Ri,Es),G(ne.MergeEffect,{in:function(o){return o instanceof ne.MergeNode?this.add(o,0):this.add(new ne.MergeNode().in(o),0),this}}),G([ne.CompositeEffect,ne.BlendEffect,ne.DisplacementMapEffect],{in2:function(o){if(o==null){const e=this.attr("in2");return this.parent()&&this.parent().find(`[result="${e}"]`)[0]||e}return this.attr("in2",o)}}),ne.filter={sepiatone:[.343,.669,.119,0,0,.249,.626,.13,0,0,.172,.334,.111,0,0,0,0,0,1,0]};var pe=function(){function o(e){F(this,o),this.ctx=e,this.w=e.w}return D(o,[{key:"getDefaultFilter",value:function(e,t){var i=this.w;e.unfilter(!0),new ne().size("120%","180%","-5%","-40%"),i.config.chart.dropShadow.enabled&&this.dropShadow(e,i.config.chart.dropShadow,t)}},{key:"applyFilter",value:function(e,t,i){var a,s=this,r=this.w;if(e.unfilter(!0),i!=="none"){var n,l,h=r.config.chart.dropShadow,c=i==="lighten"?2:.3;e.filterWith(function(d){d.colorMatrix({type:"matrix",values:` + `.concat(c,` 0 0 0 0 + 0 `).concat(c,` 0 0 0 + 0 0 `).concat(c,` 0 0 + 0 0 0 1 0 + `),in:"SourceGraphic",result:"brightness"}),h.enabled&&s.addShadow(d,t,h,"brightness")}),!h.noUserSpaceOnUse&&((n=e.filterer())===null||n===void 0||(l=n.node)===null||l===void 0||l.setAttribute("filterUnits","userSpaceOnUse")),this._scaleFilterSize((a=e.filterer())===null||a===void 0?void 0:a.node)}else this.getDefaultFilter(e,t)}},{key:"addShadow",value:function(e,t,i,a){var s,r=this.w,n=i.blur,l=i.top,h=i.left,c=i.color,d=i.opacity;if(c=Array.isArray(c)?c[t]:c,((s=r.config.chart.dropShadow.enabledOnSeries)===null||s===void 0?void 0:s.length)>0&&r.config.chart.dropShadow.enabledOnSeries.indexOf(t)===-1)return e;e.offset({in:a,dx:h,dy:l,result:"offset"}),e.gaussianBlur({in:"offset",stdDeviation:n,result:"blur"}),e.flood({"flood-color":c,"flood-opacity":d,result:"flood"}),e.composite({in:"flood",in2:"blur",operator:"in",result:"shadow"}),e.merge(["shadow",a])}},{key:"dropShadow",value:function(e,t){var i,a,s,r,n,l=this,h=arguments.length>2&&arguments[2]!==void 0?arguments[2]:0,c=this.w;return e.unfilter(!0),L.isMsEdge()&&c.config.chart.type==="radialBar"||((i=c.config.chart.dropShadow.enabledOnSeries)===null||i===void 0?void 0:i.length)>0&&((s=c.config.chart.dropShadow.enabledOnSeries)===null||s===void 0?void 0:s.indexOf(h))===-1?e:(e.filterWith(function(d){l.addShadow(d,h,t,"SourceGraphic")}),t.noUserSpaceOnUse||(r=e.filterer())===null||r===void 0||(n=r.node)===null||n===void 0||n.setAttribute("filterUnits","userSpaceOnUse"),this._scaleFilterSize((a=e.filterer())===null||a===void 0?void 0:a.node),e)}},{key:"setSelectionFilter",value:function(e,t,i){var a=this.w;if(a.globals.selectedDataPoints[t]!==void 0&&a.globals.selectedDataPoints[t].indexOf(i)>-1){e.node.setAttribute("selected",!0);var s=a.config.states.active.filter;s!=="none"&&this.applyFilter(e,t,s.type)}}},{key:"_scaleFilterSize",value:function(e){e&&function(t){for(var i in t)t.hasOwnProperty(i)&&e.setAttribute(i,t[i])}({width:"200%",height:"200%",x:"-50%",y:"-50%"})}}]),o}(),X=function(){function o(e){F(this,o),this.ctx=e,this.w=e.w}return D(o,[{key:"roundPathCorners",value:function(e,t){function i(C,S,M){var P=S.x-C.x,I=S.y-C.y,T=Math.sqrt(P*P+I*I);return a(C,S,Math.min(1,M/T))}function a(C,S,M){return{x:C.x+(S.x-C.x)*M,y:C.y+(S.y-C.y)*M}}function s(C,S){C.length>2&&(C[C.length-2]=S.x,C[C.length-1]=S.y)}function r(C){return{x:parseFloat(C[C.length-2]),y:parseFloat(C[C.length-1])}}e.indexOf("NaN")>-1&&(e="");var n=e.split(/[,\s]/).reduce(function(C,S){var M=S.match("([a-zA-Z])(.+)");return M?(C.push(M[1]),C.push(M[2])):C.push(S),C},[]).reduce(function(C,S){return parseFloat(S)==S&&C.length?C[C.length-1].push(S):C.push([S]),C},[]),l=[];if(n.length>1){var h=r(n[0]),c=null;n[n.length-1][0]=="Z"&&n[0].length>2&&(c=["L",h.x,h.y],n[n.length-1]=c),l.push(n[0]);for(var d=1;d<n.length;d++){var u=l[l.length-1],g=n[d],p=g==c?n[1]:n[d+1];if(p&&u&&u.length>2&&g[0]=="L"&&p.length>2&&p[0]=="L"){var f,x,b=r(u),m=r(g),w=r(p);f=i(m,b,t),x=i(m,w,t),s(g,f),g.origPoint=m,l.push(g);var y=a(f,m,.5),v=a(m,x,.5),A=["C",y.x,y.y,v.x,v.y,x.x,x.y];A.origPoint=m,l.push(A)}else l.push(g)}if(c){var k=r(l[l.length-1]);l.push(["Z"]),s(l[0],k)}}else l=n;return l.reduce(function(C,S){return C+S.join(" ")+" "},"")}},{key:"drawLine",value:function(e,t,i,a){var s=arguments.length>4&&arguments[4]!==void 0?arguments[4]:"#a8a8a8",r=arguments.length>5&&arguments[5]!==void 0?arguments[5]:0,n=arguments.length>6&&arguments[6]!==void 0?arguments[6]:null,l=arguments.length>7&&arguments[7]!==void 0?arguments[7]:"butt";return this.w.globals.dom.Paper.line().attr({x1:e,y1:t,x2:i,y2:a,stroke:s,"stroke-dasharray":r,"stroke-width":n,"stroke-linecap":l})}},{key:"drawRect",value:function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:0,a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:0,s=arguments.length>4&&arguments[4]!==void 0?arguments[4]:0,r=arguments.length>5&&arguments[5]!==void 0?arguments[5]:"#fefefe",n=arguments.length>6&&arguments[6]!==void 0?arguments[6]:1,l=arguments.length>7&&arguments[7]!==void 0?arguments[7]:null,h=arguments.length>8&&arguments[8]!==void 0?arguments[8]:null,c=arguments.length>9&&arguments[9]!==void 0?arguments[9]:0,d=this.w.globals.dom.Paper.rect();return d.attr({x:e,y:t,width:i>0?i:0,height:a>0?a:0,rx:s,ry:s,opacity:n,"stroke-width":l!==null?l:0,stroke:h!==null?h:"none","stroke-dasharray":c}),d.node.setAttribute("fill",r),d}},{key:"drawPolygon",value:function(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"#e1e1e1",i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:1,a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:"none";return this.w.globals.dom.Paper.polygon(e).attr({fill:a,stroke:t,"stroke-width":i})}},{key:"drawCircle",value:function(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;e<0&&(e=0);var i=this.w.globals.dom.Paper.circle(2*e);return t!==null&&i.attr(t),i}},{key:"drawPath",value:function(e){var t=e.d,i=t===void 0?"":t,a=e.stroke,s=a===void 0?"#a8a8a8":a,r=e.strokeWidth,n=r===void 0?1:r,l=e.fill,h=e.fillOpacity,c=h===void 0?1:h,d=e.strokeOpacity,u=d===void 0?1:d,g=e.classes,p=e.strokeLinecap,f=p===void 0?null:p,x=e.strokeDashArray,b=x===void 0?0:x,m=this.w;return f===null&&(f=m.config.stroke.lineCap),(i.indexOf("undefined")>-1||i.indexOf("NaN")>-1)&&(i="M 0 ".concat(m.globals.gridHeight)),m.globals.dom.Paper.path(i).attr({fill:l,"fill-opacity":c,stroke:s,"stroke-opacity":u,"stroke-linecap":f,"stroke-width":n,"stroke-dasharray":b,class:g})}},{key:"group",value:function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,t=this.w.globals.dom.Paper.group();return e!==null&&t.attr(e),t}},{key:"move",value:function(e,t){var i=["M",e,t].join(" ");return i}},{key:"line",value:function(e,t){var i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null,a=null;return i===null?a=[" L",e,t].join(" "):i==="H"?a=[" H",e].join(" "):i==="V"&&(a=[" V",t].join(" ")),a}},{key:"curve",value:function(e,t,i,a,s,r){var n=["C",e,t,i,a,s,r].join(" ");return n}},{key:"quadraticCurve",value:function(e,t,i,a){return["Q",e,t,i,a].join(" ")}},{key:"arc",value:function(e,t,i,a,s,r,n){var l="A";arguments.length>7&&arguments[7]!==void 0&&arguments[7]&&(l="a");var h=[l,e,t,i,a,s,r,n].join(" ");return h}},{key:"renderPaths",value:function(e){var t,i=e.j,a=e.realIndex,s=e.pathFrom,r=e.pathTo,n=e.stroke,l=e.strokeWidth,h=e.strokeLinecap,c=e.fill,d=e.animationDelay,u=e.initialSpeed,g=e.dataChangeSpeed,p=e.className,f=e.chartType,x=e.shouldClipToGrid,b=x===void 0||x,m=e.bindEventsOnPaths,w=m===void 0||m,y=e.drawShadow,v=y===void 0||y,A=this.w,k=new pe(this.ctx),C=new it(this.ctx),S=this.w.config.chart.animations.enabled,M=S&&this.w.config.chart.animations.dynamicAnimation.enabled,P=!!(S&&!A.globals.resized||M&&A.globals.dataChanged&&A.globals.shouldAnimate);P?t=s:(t=r,A.globals.animationEnded=!0);var I=A.config.stroke.dashArray,T=0;T=Array.isArray(I)?I[a]:A.config.stroke.dashArray;var z=this.drawPath({d:t,stroke:n,strokeWidth:l,fill:c,fillOpacity:1,classes:p,strokeLinecap:h,strokeDashArray:T});z.attr("index",a),b&&(f==="bar"&&!A.globals.isHorizontal||A.globals.comboCharts?z.attr({"clip-path":"url(#gridRectBarMask".concat(A.globals.cuid,")")}):z.attr({"clip-path":"url(#gridRectMask".concat(A.globals.cuid,")")})),A.config.chart.dropShadow.enabled&&v&&k.dropShadow(z,A.config.chart.dropShadow,a),w&&(z.node.addEventListener("mouseenter",this.pathMouseEnter.bind(this,z)),z.node.addEventListener("mouseleave",this.pathMouseLeave.bind(this,z)),z.node.addEventListener("mousedown",this.pathMouseDown.bind(this,z))),z.attr({pathTo:r,pathFrom:s});var E={el:z,j:i,realIndex:a,pathFrom:s,pathTo:r,fill:c,strokeWidth:l,delay:d};return!S||A.globals.resized||A.globals.dataChanged?!A.globals.resized&&A.globals.dataChanged||C.showDelayedElements():C.animatePathsGradually(O(O({},E),{},{speed:u})),A.globals.dataChanged&&M&&P&&C.animatePathsGradually(O(O({},E),{},{speed:g})),z}},{key:"drawPattern",value:function(e,t,i){var a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:"#a8a8a8",s=arguments.length>4&&arguments[4]!==void 0?arguments[4]:0;return this.w.globals.dom.Paper.pattern(t,i,function(r){e==="horizontalLines"?r.line(0,0,i,0).stroke({color:a,width:s+1}):e==="verticalLines"?r.line(0,0,0,t).stroke({color:a,width:s+1}):e==="slantedLines"?r.line(0,0,t,i).stroke({color:a,width:s}):e==="squares"?r.rect(t,i).fill("none").stroke({color:a,width:s}):e==="circles"&&r.circle(t).fill("none").stroke({color:a,width:s})})}},{key:"drawGradient",value:function(e,t,i,a,s){var r,n=arguments.length>5&&arguments[5]!==void 0?arguments[5]:null,l=arguments.length>6&&arguments[6]!==void 0?arguments[6]:null,h=arguments.length>7&&arguments[7]!==void 0?arguments[7]:[],c=arguments.length>8&&arguments[8]!==void 0?arguments[8]:0,d=this.w;t.length<9&&t.indexOf("#")===0&&(t=L.hexToRgba(t,a)),i.length<9&&i.indexOf("#")===0&&(i=L.hexToRgba(i,s));var u=0,g=1,p=1,f=null;l!==null&&(u=l[0]!==void 0?l[0]/100:0,g=l[1]!==void 0?l[1]/100:1,p=l[2]!==void 0?l[2]/100:1,f=l[3]!==void 0?l[3]/100:null);var x=!(d.config.chart.type!=="donut"&&d.config.chart.type!=="pie"&&d.config.chart.type!=="polarArea"&&d.config.chart.type!=="bubble");if(r=h&&h.length!==0?d.globals.dom.Paper.gradient(x?"radial":"linear",function(w){(Array.isArray(h[c])?h[c]:h).forEach(function(y){w.stop(y.offset/100,y.color,y.opacity)})}):d.globals.dom.Paper.gradient(x?"radial":"linear",function(w){w.stop(u,t,a),w.stop(g,i,s),w.stop(p,i,s),f!==null&&w.stop(f,t,a)}),x){var b=d.globals.gridWidth/2,m=d.globals.gridHeight/2;d.config.chart.type!=="bubble"?r.attr({gradientUnits:"userSpaceOnUse",cx:b,cy:m,r:n}):r.attr({cx:.5,cy:.5,r:.8,fx:.2,fy:.2})}else e==="vertical"?r.from(0,0).to(0,1):e==="diagonal"?r.from(0,0).to(1,1):e==="horizontal"?r.from(0,1).to(1,1):e==="diagonal2"&&r.from(1,0).to(0,1);return r}},{key:"getTextBasedOnMaxWidth",value:function(e){var t=e.text,i=e.maxWidth,a=e.fontSize,s=e.fontFamily,r=this.getTextRects(t,a,s),n=r.width/t.length,l=Math.floor(i/n);return i<r.width?t.slice(0,l-3)+"...":t}},{key:"drawText",value:function(e){var t=this,i=e.x,a=e.y,s=e.text,r=e.textAnchor,n=e.fontSize,l=e.fontFamily,h=e.fontWeight,c=e.foreColor,d=e.opacity,u=e.maxWidth,g=e.cssClass,p=g===void 0?"":g,f=e.isPlainText,x=f===void 0||f,b=e.dominantBaseline,m=b===void 0?"auto":b,w=this.w;s===void 0&&(s="");var y=s;r||(r="start"),c&&c.length||(c=w.config.chart.foreColor),l=l||w.config.chart.fontFamily,h=h||"regular";var v,A={maxWidth:u,fontSize:n=n||"11px",fontFamily:l};return Array.isArray(s)?v=w.globals.dom.Paper.text(function(k){for(var C=0;C<s.length;C++)y=s[C],u&&(y=t.getTextBasedOnMaxWidth(O({text:s[C]},A))),C===0?k.tspan(y):k.tspan(y).newLine()}):(u&&(y=this.getTextBasedOnMaxWidth(O({text:s},A))),v=x?w.globals.dom.Paper.plain(s):w.globals.dom.Paper.text(function(k){return k.tspan(y)})),v.attr({x:i,y:a,"text-anchor":r,"dominant-baseline":m,"font-size":n,"font-family":l,"font-weight":h,fill:c,class:"apexcharts-text "+p}),v.node.style.fontFamily=l,v.node.style.opacity=d,v}},{key:"getMarkerPath",value:function(e,t,i,a){var s="";switch(i){case"cross":s="M ".concat(e-(a/=1.4)," ").concat(t-a," L ").concat(e+a," ").concat(t+a," M ").concat(e-a," ").concat(t+a," L ").concat(e+a," ").concat(t-a);break;case"plus":s="M ".concat(e-(a/=1.12)," ").concat(t," L ").concat(e+a," ").concat(t," M ").concat(e," ").concat(t-a," L ").concat(e," ").concat(t+a);break;case"star":case"sparkle":var r=5;a*=1.15,i==="sparkle"&&(a/=1.1,r=4);for(var n=Math.PI/r,l=0;l<=2*r;l++){var h=l*n,c=l%2==0?a:a/2;s+=(l===0?"M":"L")+(e+c*Math.sin(h))+","+(t-c*Math.cos(h))}s+="Z";break;case"triangle":s="M ".concat(e," ").concat(t-a,` + L `).concat(e+a," ").concat(t+a,` + L `).concat(e-a," ").concat(t+a,` + Z`);break;case"square":case"rect":s="M ".concat(e-(a/=1.125)," ").concat(t-a,` + L `).concat(e+a," ").concat(t-a,` + L `).concat(e+a," ").concat(t+a,` + L `).concat(e-a," ").concat(t+a,` + Z`);break;case"diamond":a*=1.05,s="M ".concat(e," ").concat(t-a,` + L `).concat(e+a," ").concat(t,` + L `).concat(e," ").concat(t+a,` + L `).concat(e-a," ").concat(t,` + Z`);break;case"line":s="M ".concat(e-(a/=1.1)," ").concat(t,` + L `).concat(e+a," ").concat(t);break;default:a*=2,s="M ".concat(e,", ").concat(t,` + m -`).concat(a/2,`, 0 + a `).concat(a/2,",").concat(a/2," 0 1,0 ").concat(a,`,0 + a `).concat(a/2,",").concat(a/2," 0 1,0 -").concat(a,",0")}return s}},{key:"drawMarkerShape",value:function(e,t,i,a,s){var r=this.drawPath({d:this.getMarkerPath(e,t,i,a,s),stroke:s.pointStrokeColor,strokeDashArray:s.pointStrokeDashArray,strokeWidth:s.pointStrokeWidth,fill:s.pointFillColor,fillOpacity:s.pointFillOpacity,strokeOpacity:s.pointStrokeOpacity});return r.attr({cx:e,cy:t,shape:s.shape,class:s.class?s.class:""}),r}},{key:"drawMarker",value:function(e,t,i){e=e||0;var a=i.pSize||0;return L.isNumber(t)||(a=0,t=0),this.drawMarkerShape(e,t,i==null?void 0:i.shape,a,O(O({},i),i.shape==="line"||i.shape==="plus"||i.shape==="cross"?{pointStrokeColor:i.pointFillColor,pointStrokeOpacity:i.pointFillOpacity}:{}))}},{key:"pathMouseEnter",value:function(e,t){var i=this.w,a=new pe(this.ctx),s=parseInt(e.node.getAttribute("index"),10),r=parseInt(e.node.getAttribute("j"),10);if(typeof i.config.chart.events.dataPointMouseEnter=="function"&&i.config.chart.events.dataPointMouseEnter(t,this.ctx,{seriesIndex:s,dataPointIndex:r,w:i}),this.ctx.events.fireEvent("dataPointMouseEnter",[t,this.ctx,{seriesIndex:s,dataPointIndex:r,w:i}]),(i.config.states.active.filter.type==="none"||e.node.getAttribute("selected")!=="true")&&i.config.states.hover.filter.type!=="none"&&!i.globals.isTouchDevice){var n=i.config.states.hover.filter;a.applyFilter(e,s,n.type)}}},{key:"pathMouseLeave",value:function(e,t){var i=this.w,a=new pe(this.ctx),s=parseInt(e.node.getAttribute("index"),10),r=parseInt(e.node.getAttribute("j"),10);typeof i.config.chart.events.dataPointMouseLeave=="function"&&i.config.chart.events.dataPointMouseLeave(t,this.ctx,{seriesIndex:s,dataPointIndex:r,w:i}),this.ctx.events.fireEvent("dataPointMouseLeave",[t,this.ctx,{seriesIndex:s,dataPointIndex:r,w:i}]),i.config.states.active.filter.type!=="none"&&e.node.getAttribute("selected")==="true"||i.config.states.hover.filter.type!=="none"&&a.getDefaultFilter(e,s)}},{key:"pathMouseDown",value:function(e,t){var i=this.w,a=new pe(this.ctx),s=parseInt(e.node.getAttribute("index"),10),r=parseInt(e.node.getAttribute("j"),10),n="false";if(e.node.getAttribute("selected")==="true"){if(e.node.setAttribute("selected","false"),i.globals.selectedDataPoints[s].indexOf(r)>-1){var l=i.globals.selectedDataPoints[s].indexOf(r);i.globals.selectedDataPoints[s].splice(l,1)}}else{if(!i.config.states.active.allowMultipleDataPointsSelection&&i.globals.selectedDataPoints.length>0){i.globals.selectedDataPoints=[];var h=i.globals.dom.Paper.find(".apexcharts-series path:not(.apexcharts-decoration-element)"),c=i.globals.dom.Paper.find(".apexcharts-series circle:not(.apexcharts-decoration-element), .apexcharts-series rect:not(.apexcharts-decoration-element)"),d=function(p){Array.prototype.forEach.call(p,function(f){f.node.setAttribute("selected","false"),a.getDefaultFilter(f,s)})};d(h),d(c)}e.node.setAttribute("selected","true"),n="true",i.globals.selectedDataPoints[s]===void 0&&(i.globals.selectedDataPoints[s]=[]),i.globals.selectedDataPoints[s].push(r)}if(n==="true"){var u=i.config.states.active.filter;if(u!=="none")a.applyFilter(e,s,u.type);else if(i.config.states.hover.filter!=="none"&&!i.globals.isTouchDevice){var g=i.config.states.hover.filter;a.applyFilter(e,s,g.type)}}else i.config.states.active.filter.type!=="none"&&(i.config.states.hover.filter.type==="none"||i.globals.isTouchDevice?a.getDefaultFilter(e,s):(g=i.config.states.hover.filter,a.applyFilter(e,s,g.type)));typeof i.config.chart.events.dataPointSelection=="function"&&i.config.chart.events.dataPointSelection(t,this.ctx,{selectedDataPoints:i.globals.selectedDataPoints,seriesIndex:s,dataPointIndex:r,w:i}),t&&this.ctx.events.fireEvent("dataPointSelection",[t,this.ctx,{selectedDataPoints:i.globals.selectedDataPoints,seriesIndex:s,dataPointIndex:r,w:i}])}},{key:"rotateAroundCenter",value:function(e){var t={};return e&&typeof e.getBBox=="function"&&(t=e.getBBox()),{x:t.x+t.width/2,y:t.y+t.height/2}}},{key:"getTextRects",value:function(e,t,i,a){var s=!(arguments.length>4&&arguments[4]!==void 0)||arguments[4],r=this.w,n=this.drawText({x:-200,y:-200,text:e,textAnchor:"start",fontSize:t,fontFamily:i,foreColor:"#fff",opacity:0});a&&n.attr("transform",a),r.globals.dom.Paper.add(n);var l=n.bbox();return s||(l=n.node.getBoundingClientRect()),n.remove(),{width:l.width,height:l.height}}},{key:"placeTextWithEllipsis",value:function(e,t,i){if(typeof e.getComputedTextLength=="function"&&(e.textContent=t,t.length>0&&e.getComputedTextLength()>=i/1.1)){for(var a=t.length-3;a>0;a-=3)if(e.getSubStringLength(0,a)<=i/1.1)return void(e.textContent=t.substring(0,a)+"...");e.textContent="."}}}],[{key:"setAttrs",value:function(e,t){for(var i in t)t.hasOwnProperty(i)&&e.setAttribute(i,t[i])}}]),o}(),ce=function(){function o(e){F(this,o),this.ctx=e,this.w=e.w}return D(o,[{key:"getStackedSeriesTotals",value:function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],t=this.w,i=[];if(t.globals.series.length===0)return i;for(var a=0;a<t.globals.series[t.globals.maxValsInArrayIndex].length;a++){for(var s=0,r=0;r<t.globals.series.length;r++)t.globals.series[r][a]!==void 0&&e.indexOf(r)===-1&&(s+=t.globals.series[r][a]);i.push(s)}return i}},{key:"getSeriesTotalByIndex",value:function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null;return e===null?this.w.config.series.reduce(function(t,i){return t+i},0):this.w.globals.series[e].reduce(function(t,i){return t+i},0)}},{key:"getStackedSeriesTotalsByGroups",value:function(){var e=this,t=this.w,i=[];return t.globals.seriesGroups.forEach(function(a){var s=[];t.config.series.forEach(function(n,l){a.indexOf(t.globals.seriesNames[l])>-1&&s.push(l)});var r=t.globals.series.map(function(n,l){return s.indexOf(l)===-1?l:-1}).filter(function(n){return n!==-1});i.push(e.getStackedSeriesTotals(r))}),i}},{key:"setSeriesYAxisMappings",value:function(){var e=this.w.globals,t=this.w.config,i=[],a=[],s=[],r=e.series.length>t.yaxis.length||t.yaxis.some(function(d){return Array.isArray(d.seriesName)});t.series.forEach(function(d,u){s.push(u),a.push(null)}),t.yaxis.forEach(function(d,u){i[u]=[]});var n=[];t.yaxis.forEach(function(d,u){var g=!1;if(d.seriesName){var p=[];Array.isArray(d.seriesName)?p=d.seriesName:p.push(d.seriesName),p.forEach(function(f){t.series.forEach(function(x,b){if(x.name===f){var m=b;u===b||r?!r||s.indexOf(b)>-1?i[u].push([u,b]):console.warn("Series '"+x.name+"' referenced more than once in what looks like the new style. That is, when using either seriesName: [], or when there are more series than yaxes."):(i[b].push([b,u]),m=u),g=!0,(m=s.indexOf(m))!==-1&&s.splice(m,1)}})})}g||n.push(u)}),i=i.map(function(d,u){var g=[];return d.forEach(function(p){a[p[1]]=p[0],g.push(p[1])}),g});for(var l=t.yaxis.length-1,h=0;h<n.length&&(l=n[h],i[l]=[],s);h++){var c=s[0];s.shift(),i[l].push(c),a[c]=l}s.forEach(function(d){i[l].push(d),a[d]=l}),e.seriesYAxisMap=i.map(function(d){return d}),e.seriesYAxisReverseMap=a.map(function(d){return d}),e.seriesYAxisMap.forEach(function(d,u){d.forEach(function(g){t.series[g]&&t.series[g].group===void 0&&(t.series[g].group="apexcharts-axis-".concat(u.toString()))})})}},{key:"isSeriesNull",value:function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null;return(e===null?this.w.config.series.filter(function(t){return t!==null}):this.w.config.series[e].data.filter(function(t){return t!==null})).length===0}},{key:"seriesHaveSameValues",value:function(e){return this.w.globals.series[e].every(function(t,i,a){return t===a[0]})}},{key:"getCategoryLabels",value:function(e){var t=this.w,i=e.slice();return t.config.xaxis.convertedCatToNumeric&&(i=e.map(function(a,s){return t.config.xaxis.labels.formatter(a-t.globals.minX+1)})),i}},{key:"getLargestSeries",value:function(){var e=this.w;e.globals.maxValsInArrayIndex=e.globals.series.map(function(t){return t.length}).indexOf(Math.max.apply(Math,e.globals.series.map(function(t){return t.length})))}},{key:"getLargestMarkerSize",value:function(){var e=this.w,t=0;return e.globals.markers.size.forEach(function(i){t=Math.max(t,i)}),e.config.markers.discrete&&e.config.markers.discrete.length&&e.config.markers.discrete.forEach(function(i){t=Math.max(t,i.size)}),t>0&&(e.config.markers.hover.size>0?t=e.config.markers.hover.size:t+=e.config.markers.hover.sizeOffset),e.globals.markers.largestSize=t,t}},{key:"getSeriesTotals",value:function(){var e=this.w;e.globals.seriesTotals=e.globals.series.map(function(t,i){var a=0;if(Array.isArray(t))for(var s=0;s<t.length;s++)a+=t[s];else a+=t;return a})}},{key:"getSeriesTotalsXRange",value:function(e,t){var i=this.w;return i.globals.series.map(function(a,s){for(var r=0,n=0;n<a.length;n++)i.globals.seriesX[s][n]>e&&i.globals.seriesX[s][n]<t&&(r+=a[n]);return r})}},{key:"getPercentSeries",value:function(){var e=this.w;e.globals.seriesPercent=e.globals.series.map(function(t,i){var a=[];if(Array.isArray(t))for(var s=0;s<t.length;s++){var r=e.globals.stackedSeriesTotals[s],n=0;r&&(n=100*t[s]/r),a.push(n)}else{var l=100*t/e.globals.seriesTotals.reduce(function(h,c){return h+c},0);a.push(l)}return a})}},{key:"getCalculatedRatios",value:function(){var e,t,i,a=this,s=this.w,r=s.globals,n=[],l=0,h=[],c=.1,d=0;if(r.yRange=[],r.isMultipleYAxis)for(var u=0;u<r.minYArr.length;u++)r.yRange.push(Math.abs(r.minYArr[u]-r.maxYArr[u])),h.push(0);else r.yRange.push(Math.abs(r.minY-r.maxY));r.xRange=Math.abs(r.maxX-r.minX),r.zRange=Math.abs(r.maxZ-r.minZ);for(var g=0;g<r.yRange.length;g++)n.push(r.yRange[g]/r.gridHeight);if(t=r.xRange/r.gridWidth,e=r.yRange/r.gridWidth,i=r.xRange/r.gridHeight,(l=r.zRange/r.gridHeight*16)||(l=1),r.minY!==Number.MIN_VALUE&&Math.abs(r.minY)!==0&&(r.hasNegs=!0),s.globals.seriesYAxisReverseMap.length>0){var p=function(x,b){var m=s.config.yaxis[s.globals.seriesYAxisReverseMap[b]],w=x<0?-1:1;return x=Math.abs(x),m.logarithmic&&(x=a.getBaseLog(m.logBase,x)),-w*x/n[b]};if(r.isMultipleYAxis){h=[];for(var f=0;f<n.length;f++)h.push(p(r.minYArr[f],f))}else(h=[]).push(p(r.minY,0)),r.minY!==Number.MIN_VALUE&&Math.abs(r.minY)!==0&&(c=-r.minY/e,d=r.minX/t)}else(h=[]).push(0),c=0,d=0;return{yRatio:n,invertedYRatio:e,zRatio:l,xRatio:t,invertedXRatio:i,baseLineInvertedY:c,baseLineY:h,baseLineX:d}}},{key:"getLogSeries",value:function(e){var t=this,i=this.w;return i.globals.seriesLog=e.map(function(a,s){var r=i.globals.seriesYAxisReverseMap[s];return i.config.yaxis[r]&&i.config.yaxis[r].logarithmic?a.map(function(n){return n===null?null:t.getLogVal(i.config.yaxis[r].logBase,n,s)}):a}),i.globals.invalidLogScale?e:i.globals.seriesLog}},{key:"getLogValAtSeriesIndex",value:function(e,t){if(e===null)return null;var i=this.w,a=i.globals.seriesYAxisReverseMap[t];return i.config.yaxis[a]&&i.config.yaxis[a].logarithmic?this.getLogVal(i.config.yaxis[a].logBase,e,t):e}},{key:"getBaseLog",value:function(e,t){return Math.log(t)/Math.log(e)}},{key:"getLogVal",value:function(e,t,i){if(t<=0)return 0;var a=this.w,s=a.globals.minYArr[i]===0?-1:this.getBaseLog(e,a.globals.minYArr[i]),r=(a.globals.maxYArr[i]===0?0:this.getBaseLog(e,a.globals.maxYArr[i]))-s;return t<1?t/r:(this.getBaseLog(e,t)-s)/r}},{key:"getLogYRatios",value:function(e){var t=this,i=this.w,a=this.w.globals;return a.yLogRatio=e.slice(),a.logYRange=a.yRange.map(function(s,r){var n=i.globals.seriesYAxisReverseMap[r];if(i.config.yaxis[n]&&t.w.config.yaxis[n].logarithmic){var l,h=-Number.MAX_VALUE,c=Number.MIN_VALUE;return a.seriesLog.forEach(function(d,u){d.forEach(function(g){i.config.yaxis[u]&&i.config.yaxis[u].logarithmic&&(h=Math.max(g,h),c=Math.min(g,c))})}),l=Math.pow(a.yRange[r],Math.abs(c-h)/a.yRange[r]),a.yLogRatio[r]=l/a.gridHeight,l}}),a.invalidLogScale?e.slice():a.yLogRatio}},{key:"drawSeriesByGroup",value:function(e,t,i,a){var s=this.w,r=[];return e.series.length>0&&t.forEach(function(n){var l=[],h=[];e.i.forEach(function(c,d){s.config.series[c].group===n&&(l.push(e.series[d]),h.push(c))}),l.length>0&&r.push(a.draw(l,i,h))}),r}}],[{key:"checkComboSeries",value:function(e,t){var i=!1,a=0,s=0;return t===void 0&&(t="line"),e.length&&e[0].type!==void 0&&e.forEach(function(r){r.type!=="bar"&&r.type!=="column"&&r.type!=="candlestick"&&r.type!=="boxPlot"||a++,r.type!==void 0&&r.type!==t&&s++}),s>0&&(i=!0),{comboBarCount:a,comboCharts:i}}},{key:"extendArrayProps",value:function(e,t,i){var a,s,r,n,l,h;return(a=t)!==null&&a!==void 0&&a.yaxis&&(t=e.extendYAxis(t,i)),(s=t)!==null&&s!==void 0&&s.annotations&&(t.annotations.yaxis&&(t=e.extendYAxisAnnotations(t)),(r=t)!==null&&r!==void 0&&(n=r.annotations)!==null&&n!==void 0&&n.xaxis&&(t=e.extendXAxisAnnotations(t)),(l=t)!==null&&l!==void 0&&(h=l.annotations)!==null&&h!==void 0&&h.points&&(t=e.extendPointAnnotations(t))),t}}]),o}(),Ht=function(){function o(e){F(this,o),this.w=e.w,this.annoCtx=e}return D(o,[{key:"setOrientations",value:function(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null,i=this.w;if(e.label.orientation==="vertical"){var a=t!==null?t:0,s=i.globals.dom.baseEl.querySelector(".apexcharts-xaxis-annotations .apexcharts-xaxis-annotation-label[rel='".concat(a,"']"));if(s!==null){var r=s.getBoundingClientRect();s.setAttribute("x",parseFloat(s.getAttribute("x"))-r.height+4);var n=e.label.position==="top"?r.width:-r.width;s.setAttribute("y",parseFloat(s.getAttribute("y"))+n);var l=this.annoCtx.graphics.rotateAroundCenter(s),h=l.x,c=l.y;s.setAttribute("transform","rotate(-90 ".concat(h," ").concat(c,")"))}}}},{key:"addBackgroundToAnno",value:function(e,t){var i=this.w;if(!e||!t.label.text||!String(t.label.text).trim())return null;var a=i.globals.dom.baseEl.querySelector(".apexcharts-grid").getBoundingClientRect(),s=e.getBoundingClientRect(),r=t.label.style.padding,n=r.left,l=r.right,h=r.top,c=r.bottom;if(t.label.orientation==="vertical"){var d=[n,l,h,c];h=d[0],c=d[1],n=d[2],l=d[3]}var u=s.left-a.left-n,g=s.top-a.top-h,p=this.annoCtx.graphics.drawRect(u-i.globals.barPadForNumericAxis,g,s.width+n+l,s.height+h+c,t.label.borderRadius,t.label.style.background,1,t.label.borderWidth,t.label.borderColor,0);return t.id&&p.node.classList.add(t.id),p}},{key:"annotationsBackground",value:function(){var e=this,t=this.w,i=function(a,s,r){var n=t.globals.dom.baseEl.querySelector(".apexcharts-".concat(r,"-annotations .apexcharts-").concat(r,"-annotation-label[rel='").concat(s,"']"));if(n){var l=n.parentNode,h=e.addBackgroundToAnno(n,a);h&&(l.insertBefore(h.node,n),a.label.mouseEnter&&h.node.addEventListener("mouseenter",a.label.mouseEnter.bind(e,a)),a.label.mouseLeave&&h.node.addEventListener("mouseleave",a.label.mouseLeave.bind(e,a)),a.label.click&&h.node.addEventListener("click",a.label.click.bind(e,a)))}};t.config.annotations.xaxis.forEach(function(a,s){return i(a,s,"xaxis")}),t.config.annotations.yaxis.forEach(function(a,s){return i(a,s,"yaxis")}),t.config.annotations.points.forEach(function(a,s){return i(a,s,"point")})}},{key:"getY1Y2",value:function(e,t){var i,a=this.w,s=e==="y1"?t.y:t.y2,r=!1;if(this.annoCtx.invertAxis){var n=a.config.xaxis.convertedCatToNumeric?a.globals.categoryLabels:a.globals.labels,l=n.indexOf(s),h=a.globals.dom.baseEl.querySelector(".apexcharts-yaxis-texts-g text:nth-child(".concat(l+1,")"));i=h?parseFloat(h.getAttribute("y")):(a.globals.gridHeight/n.length-1)*(l+1)-a.globals.barHeight,t.seriesIndex!==void 0&&a.globals.barHeight&&(i-=a.globals.barHeight/2*(a.globals.series.length-1)-a.globals.barHeight*t.seriesIndex)}else{var c,d=a.globals.seriesYAxisMap[t.yAxisIndex][0],u=a.config.yaxis[t.yAxisIndex].logarithmic?new ce(this.annoCtx.ctx).getLogVal(a.config.yaxis[t.yAxisIndex].logBase,s,d)/a.globals.yLogRatio[d]:(s-a.globals.minYArr[d])/(a.globals.yRange[d]/a.globals.gridHeight);i=a.globals.gridHeight-Math.min(Math.max(u,0),a.globals.gridHeight),r=u>a.globals.gridHeight||u<0,!t.marker||t.y!==void 0&&t.y!==null||(i=0),(c=a.config.yaxis[t.yAxisIndex])!==null&&c!==void 0&&c.reversed&&(i=u)}return typeof s=="string"&&s.includes("px")&&(i=parseFloat(s)),{yP:i,clipped:r}}},{key:"getX1X2",value:function(e,t){var i=this.w,a=e==="x1"?t.x:t.x2,s=this.annoCtx.invertAxis?i.globals.minY:i.globals.minX,r=this.annoCtx.invertAxis?i.globals.maxY:i.globals.maxX,n=this.annoCtx.invertAxis?i.globals.yRange[0]:i.globals.xRange,l=!1,h=this.annoCtx.inversedReversedAxis?(r-a)/(n/i.globals.gridWidth):(a-s)/(n/i.globals.gridWidth);return i.config.xaxis.type!=="category"&&!i.config.xaxis.convertedCatToNumeric||this.annoCtx.invertAxis||i.globals.dataFormatXNumeric||i.config.chart.sparkline.enabled||(h=this.getStringX(a)),typeof a=="string"&&a.includes("px")&&(h=parseFloat(a)),a==null&&t.marker&&(h=i.globals.gridWidth),t.seriesIndex!==void 0&&i.globals.barWidth&&!this.annoCtx.invertAxis&&(h-=i.globals.barWidth/2*(i.globals.series.length-1)-i.globals.barWidth*t.seriesIndex),h>i.globals.gridWidth?(h=i.globals.gridWidth,l=!0):h<0&&(h=0,l=!0),{x:h,clipped:l}}},{key:"getStringX",value:function(e){var t=this.w,i=e;t.config.xaxis.convertedCatToNumeric&&t.globals.categoryLabels.length&&(e=t.globals.categoryLabels.indexOf(e)+1);var a=t.globals.labels.map(function(r){return Array.isArray(r)?r.join(" "):r}).indexOf(e),s=t.globals.dom.baseEl.querySelector(".apexcharts-xaxis-texts-g text:nth-child(".concat(a+1,")"));return s&&(i=parseFloat(s.getAttribute("x"))),i}}]),o}(),Os=function(){function o(e){F(this,o),this.w=e.w,this.annoCtx=e,this.invertAxis=this.annoCtx.invertAxis,this.helpers=new Ht(this.annoCtx)}return D(o,[{key:"addXaxisAnnotation",value:function(e,t,i){var a,s=this.w,r=this.helpers.getX1X2("x1",e),n=r.x,l=r.clipped,h=!0,c=e.label.text,d=e.strokeDashArray;if(L.isNumber(n)){if(e.x2===null||e.x2===void 0){if(!l){var u=this.annoCtx.graphics.drawLine(n+e.offsetX,0+e.offsetY,n+e.offsetX,s.globals.gridHeight+e.offsetY,e.borderColor,d,e.borderWidth);t.appendChild(u.node),e.id&&u.node.classList.add(e.id)}}else{var g=this.helpers.getX1X2("x2",e);if(a=g.x,h=g.clipped,a<n){var p=n;n=a,a=p}var f=this.annoCtx.graphics.drawRect(n+e.offsetX,0+e.offsetY,a-n,s.globals.gridHeight+e.offsetY,0,e.fillColor,e.opacity,1,e.borderColor,d);f.node.classList.add("apexcharts-annotation-rect"),f.attr("clip-path","url(#gridRectMask".concat(s.globals.cuid,")")),t.appendChild(f.node),e.id&&f.node.classList.add(e.id)}if(!l||!h){var x=this.annoCtx.graphics.getTextRects(c,parseFloat(e.label.style.fontSize)),b=e.label.position==="top"?4:e.label.position==="center"?s.globals.gridHeight/2+(e.label.orientation==="vertical"?x.width/2:0):s.globals.gridHeight,m=this.annoCtx.graphics.drawText({x:n+e.label.offsetX,y:b+e.label.offsetY-(e.label.orientation==="vertical"?e.label.position==="top"?x.width/2-12:-x.width/2:0),text:c,textAnchor:e.label.textAnchor,fontSize:e.label.style.fontSize,fontFamily:e.label.style.fontFamily,fontWeight:e.label.style.fontWeight,foreColor:e.label.style.color,cssClass:"apexcharts-xaxis-annotation-label ".concat(e.label.style.cssClass," ").concat(e.id?e.id:"")});m.attr({rel:i}),t.appendChild(m.node),this.annoCtx.helpers.setOrientations(e,i)}}}},{key:"drawXAxisAnnotations",value:function(){var e=this,t=this.w,i=this.annoCtx.graphics.group({class:"apexcharts-xaxis-annotations"});return t.config.annotations.xaxis.map(function(a,s){e.addXaxisAnnotation(a,i.node,s)}),i}}]),o}(),fe=function(){function o(e){F(this,o),this.ctx=e,this.w=e.w,this.months31=[1,3,5,7,8,10,12],this.months30=[2,4,6,9,11],this.daysCntOfYear=[0,31,59,90,120,151,181,212,243,273,304,334]}return D(o,[{key:"isValidDate",value:function(e){return typeof e!="number"&&!isNaN(this.parseDate(e))}},{key:"getTimeStamp",value:function(e){return Date.parse(e)?this.w.config.xaxis.labels.datetimeUTC?new Date(new Date(e).toISOString().substr(0,25)).getTime():new Date(e).getTime():e}},{key:"getDate",value:function(e){return this.w.config.xaxis.labels.datetimeUTC?new Date(new Date(e).toUTCString()):new Date(e)}},{key:"parseDate",value:function(e){var t=Date.parse(e);if(!isNaN(t))return this.getTimeStamp(e);var i=Date.parse(e.replace(/-/g,"/").replace(/[a-z]+/gi," "));return i=this.getTimeStamp(i)}},{key:"parseDateWithTimezone",value:function(e){return Date.parse(e.replace(/-/g,"/").replace(/[a-z]+/gi," "))}},{key:"formatDate",value:function(e,t){var i=this.w.globals.locale,a=this.w.config.xaxis.labels.datetimeUTC,s=["\0"].concat(ge(i.months)),r=[""].concat(ge(i.shortMonths)),n=[""].concat(ge(i.days)),l=[""].concat(ge(i.shortDays));function h(C,S){var M=C+"";for(S=S||2;M.length<S;)M="0"+M;return M}var c=a?e.getUTCFullYear():e.getFullYear();t=(t=(t=t.replace(/(^|[^\\])yyyy+/g,"$1"+c)).replace(/(^|[^\\])yy/g,"$1"+c.toString().substr(2,2))).replace(/(^|[^\\])y/g,"$1"+c);var d=(a?e.getUTCMonth():e.getMonth())+1;t=(t=(t=(t=t.replace(/(^|[^\\])MMMM+/g,"$1"+s[0])).replace(/(^|[^\\])MMM/g,"$1"+r[0])).replace(/(^|[^\\])MM/g,"$1"+h(d))).replace(/(^|[^\\])M/g,"$1"+d);var u=a?e.getUTCDate():e.getDate();t=(t=(t=(t=t.replace(/(^|[^\\])dddd+/g,"$1"+n[0])).replace(/(^|[^\\])ddd/g,"$1"+l[0])).replace(/(^|[^\\])dd/g,"$1"+h(u))).replace(/(^|[^\\])d/g,"$1"+u);var g=a?e.getUTCHours():e.getHours(),p=g>12?g-12:g===0?12:g;t=(t=(t=(t=t.replace(/(^|[^\\])HH+/g,"$1"+h(g))).replace(/(^|[^\\])H/g,"$1"+g)).replace(/(^|[^\\])hh+/g,"$1"+h(p))).replace(/(^|[^\\])h/g,"$1"+p);var f=a?e.getUTCMinutes():e.getMinutes();t=(t=t.replace(/(^|[^\\])mm+/g,"$1"+h(f))).replace(/(^|[^\\])m/g,"$1"+f);var x=a?e.getUTCSeconds():e.getSeconds();t=(t=t.replace(/(^|[^\\])ss+/g,"$1"+h(x))).replace(/(^|[^\\])s/g,"$1"+x);var b=a?e.getUTCMilliseconds():e.getMilliseconds();t=t.replace(/(^|[^\\])fff+/g,"$1"+h(b,3)),b=Math.round(b/10),t=t.replace(/(^|[^\\])ff/g,"$1"+h(b)),b=Math.round(b/10);var m=g<12?"AM":"PM";t=(t=(t=t.replace(/(^|[^\\])f/g,"$1"+b)).replace(/(^|[^\\])TT+/g,"$1"+m)).replace(/(^|[^\\])T/g,"$1"+m.charAt(0));var w=m.toLowerCase();t=(t=t.replace(/(^|[^\\])tt+/g,"$1"+w)).replace(/(^|[^\\])t/g,"$1"+w.charAt(0));var y=-e.getTimezoneOffset(),v=a||!y?"Z":y>0?"+":"-";if(!a){var A=(y=Math.abs(y))%60;v+=h(Math.floor(y/60))+":"+h(A)}t=t.replace(/(^|[^\\])K/g,"$1"+v);var k=(a?e.getUTCDay():e.getDay())+1;return t=(t=(t=(t=(t=t.replace(new RegExp(n[0],"g"),n[k])).replace(new RegExp(l[0],"g"),l[k])).replace(new RegExp(s[0],"g"),s[d])).replace(new RegExp(r[0],"g"),r[d])).replace(/\\(.)/g,"$1")}},{key:"getTimeUnitsfromTimestamp",value:function(e,t,i){var a=this.w;a.config.xaxis.min!==void 0&&(e=a.config.xaxis.min),a.config.xaxis.max!==void 0&&(t=a.config.xaxis.max);var s=this.getDate(e),r=this.getDate(t),n=this.formatDate(s,"yyyy MM dd HH mm ss fff").split(" "),l=this.formatDate(r,"yyyy MM dd HH mm ss fff").split(" ");return{minMillisecond:parseInt(n[6],10),maxMillisecond:parseInt(l[6],10),minSecond:parseInt(n[5],10),maxSecond:parseInt(l[5],10),minMinute:parseInt(n[4],10),maxMinute:parseInt(l[4],10),minHour:parseInt(n[3],10),maxHour:parseInt(l[3],10),minDate:parseInt(n[2],10),maxDate:parseInt(l[2],10),minMonth:parseInt(n[1],10)-1,maxMonth:parseInt(l[1],10)-1,minYear:parseInt(n[0],10),maxYear:parseInt(l[0],10)}}},{key:"isLeapYear",value:function(e){return e%4==0&&e%100!=0||e%400==0}},{key:"calculcateLastDaysOfMonth",value:function(e,t,i){return this.determineDaysOfMonths(e,t)-i}},{key:"determineDaysOfYear",value:function(e){var t=365;return this.isLeapYear(e)&&(t=366),t}},{key:"determineRemainingDaysOfYear",value:function(e,t,i){var a=this.daysCntOfYear[t]+i;return t>1&&this.isLeapYear()&&a++,a}},{key:"determineDaysOfMonths",value:function(e,t){var i=30;switch(e=L.monthMod(e),!0){case this.months30.indexOf(e)>-1:e===2&&(i=this.isLeapYear(t)?29:28);break;case this.months31.indexOf(e)>-1:default:i=31}return i}}]),o}(),kt=function(){function o(e){F(this,o),this.ctx=e,this.w=e.w,this.tooltipKeyFormat="dd MMM"}return D(o,[{key:"xLabelFormat",value:function(e,t,i,a){var s=this.w;if(s.config.xaxis.type==="datetime"&&s.config.xaxis.labels.formatter===void 0&&s.config.tooltip.x.formatter===void 0){var r=new fe(this.ctx);return r.formatDate(r.getDate(t),s.config.tooltip.x.format)}return e(t,i,a)}},{key:"defaultGeneralFormatter",value:function(e){return Array.isArray(e)?e.map(function(t){return t}):e}},{key:"defaultYFormatter",value:function(e,t,i){var a=this.w;if(L.isNumber(e))if(a.globals.yValueDecimal!==0)e=e.toFixed(t.decimalsInFloat!==void 0?t.decimalsInFloat:a.globals.yValueDecimal);else{var s=e.toFixed(0);e=e==s?s:e.toFixed(1)}return e}},{key:"setLabelFormatters",value:function(){var e=this,t=this.w;return t.globals.xaxisTooltipFormatter=function(i){return e.defaultGeneralFormatter(i)},t.globals.ttKeyFormatter=function(i){return e.defaultGeneralFormatter(i)},t.globals.ttZFormatter=function(i){return i},t.globals.legendFormatter=function(i){return e.defaultGeneralFormatter(i)},t.config.xaxis.labels.formatter!==void 0?t.globals.xLabelFormatter=t.config.xaxis.labels.formatter:t.globals.xLabelFormatter=function(i){if(L.isNumber(i)){if(!t.config.xaxis.convertedCatToNumeric&&t.config.xaxis.type==="numeric"){if(L.isNumber(t.config.xaxis.decimalsInFloat))return i.toFixed(t.config.xaxis.decimalsInFloat);var a=t.globals.maxX-t.globals.minX;return a>0&&a<100?i.toFixed(1):i.toFixed(0)}return t.globals.isBarHorizontal&&t.globals.maxY-t.globals.minYArr<4?i.toFixed(1):i.toFixed(0)}return i},typeof t.config.tooltip.x.formatter=="function"?t.globals.ttKeyFormatter=t.config.tooltip.x.formatter:t.globals.ttKeyFormatter=t.globals.xLabelFormatter,typeof t.config.xaxis.tooltip.formatter=="function"&&(t.globals.xaxisTooltipFormatter=t.config.xaxis.tooltip.formatter),(Array.isArray(t.config.tooltip.y)||t.config.tooltip.y.formatter!==void 0)&&(t.globals.ttVal=t.config.tooltip.y),t.config.tooltip.z.formatter!==void 0&&(t.globals.ttZFormatter=t.config.tooltip.z.formatter),t.config.legend.formatter!==void 0&&(t.globals.legendFormatter=t.config.legend.formatter),t.config.yaxis.forEach(function(i,a){i.labels.formatter!==void 0?t.globals.yLabelFormatters[a]=i.labels.formatter:t.globals.yLabelFormatters[a]=function(s){return t.globals.xyCharts?Array.isArray(s)?s.map(function(r){return e.defaultYFormatter(r,i,a)}):e.defaultYFormatter(s,i,a):s}}),t.globals}},{key:"heatmapLabelFormatters",value:function(){var e=this.w;if(e.config.chart.type==="heatmap"){e.globals.yAxisScale[0].result=e.globals.seriesNames.slice();var t=e.globals.seriesNames.reduce(function(i,a){return i.length>a.length?i:a},0);e.globals.yAxisScale[0].niceMax=t,e.globals.yAxisScale[0].niceMin=t}}}]),o}(),Fe=function(){function o(e){F(this,o),this.ctx=e,this.w=e.w}return D(o,[{key:"getLabel",value:function(e,t,i,a){var s=arguments.length>4&&arguments[4]!==void 0?arguments[4]:[],r=arguments.length>5&&arguments[5]!==void 0?arguments[5]:"12px",n=!(arguments.length>6&&arguments[6]!==void 0)||arguments[6],l=this.w,h=e[a]===void 0?"":e[a],c=h,d=l.globals.xLabelFormatter,u=l.config.xaxis.labels.formatter,g=!1,p=new kt(this.ctx),f=h;n&&(c=p.xLabelFormat(d,h,f,{i:a,dateFormatter:new fe(this.ctx).formatDate,w:l}),u!==void 0&&(c=u(h,e[a],{i:a,dateFormatter:new fe(this.ctx).formatDate,w:l})));var x,b;t.length>0?(x=t[a].unit,b=null,t.forEach(function(v){v.unit==="month"?b="year":v.unit==="day"?b="month":v.unit==="hour"?b="day":v.unit==="minute"&&(b="hour")}),g=b===x,i=t[a].position,c=t[a].value):l.config.xaxis.type==="datetime"&&u===void 0&&(c=""),c===void 0&&(c=""),c=Array.isArray(c)?c:c.toString();var m=new X(this.ctx),w={};w=l.globals.rotateXLabels&&n?m.getTextRects(c,parseInt(r,10),null,"rotate(".concat(l.config.xaxis.labels.rotate," 0 0)"),!1):m.getTextRects(c,parseInt(r,10));var y=!l.config.xaxis.labels.showDuplicates&&this.ctx.timeScale;return!Array.isArray(c)&&(String(c)==="NaN"||s.indexOf(c)>=0&&y)&&(c=""),{x:i,text:c,textRect:w,isBold:g}}},{key:"checkLabelBasedOnTickamount",value:function(e,t,i){var a=this.w,s=a.config.xaxis.tickAmount;return s==="dataPoints"&&(s=Math.round(a.globals.gridWidth/120)),s>i||e%Math.round(i/(s+1))==0||(t.text=""),t}},{key:"checkForOverflowingLabels",value:function(e,t,i,a,s){var r=this.w;if(e===0&&r.globals.skipFirstTimelinelabel&&(t.text=""),e===i-1&&r.globals.skipLastTimelinelabel&&(t.text=""),r.config.xaxis.labels.hideOverlappingLabels&&a.length>0){var n=s[s.length-1];t.x<n.textRect.width/(r.globals.rotateXLabels?Math.abs(r.config.xaxis.labels.rotate)/12:1.01)+n.x&&(t.text="")}return t}},{key:"checkForReversedLabels",value:function(e,t){var i=this.w;return i.config.yaxis[e]&&i.config.yaxis[e].reversed&&t.reverse(),t}},{key:"yAxisAllSeriesCollapsed",value:function(e){var t=this.w.globals;return!t.seriesYAxisMap[e].some(function(i){return t.collapsedSeriesIndices.indexOf(i)===-1})}},{key:"translateYAxisIndex",value:function(e){var t=this.w,i=t.globals,a=t.config.yaxis;return i.series.length>a.length||a.some(function(s){return Array.isArray(s.seriesName)})?e:i.seriesYAxisReverseMap[e]}},{key:"isYAxisHidden",value:function(e){var t=this.w,i=t.config.yaxis[e];if(!i.show||this.yAxisAllSeriesCollapsed(e))return!0;if(!i.showForNullSeries){var a=t.globals.seriesYAxisMap[e],s=new ce(this.ctx);return a.every(function(r){return s.isSeriesNull(r)})}return!1}},{key:"getYAxisForeColor",value:function(e,t){var i=this.w;return Array.isArray(e)&&i.globals.yAxisScale[t]&&this.ctx.theme.pushExtraColors(e,i.globals.yAxisScale[t].result.length,!1),e}},{key:"drawYAxisTicks",value:function(e,t,i,a,s,r,n){var l=this.w,h=new X(this.ctx),c=l.globals.translateY+l.config.yaxis[s].labels.offsetY;if(l.globals.isBarHorizontal?c=0:l.config.chart.type==="heatmap"&&(c+=r/2),a.show&&t>0){l.config.yaxis[s].opposite===!0&&(e+=a.width);for(var d=t;d>=0;d--){var u=h.drawLine(e+i.offsetX-a.width+a.offsetX,c+a.offsetY,e+i.offsetX+a.offsetX,c+a.offsetY,a.color);n.add(u),c+=r}}}}]),o}(),Ys=function(){function o(e){F(this,o),this.w=e.w,this.annoCtx=e,this.helpers=new Ht(this.annoCtx),this.axesUtils=new Fe(this.annoCtx)}return D(o,[{key:"addYaxisAnnotation",value:function(e,t,i){var a,s=this.w,r=e.strokeDashArray,n=this.helpers.getY1Y2("y1",e),l=n.yP,h=n.clipped,c=!0,d=!1,u=e.label.text;if(e.y2===null||e.y2===void 0){if(!h){d=!0;var g=this.annoCtx.graphics.drawLine(0+e.offsetX,l+e.offsetY,this._getYAxisAnnotationWidth(e),l+e.offsetY,e.borderColor,r,e.borderWidth);t.appendChild(g.node),e.id&&g.node.classList.add(e.id)}}else{if(a=(n=this.helpers.getY1Y2("y2",e)).yP,c=n.clipped,a>l){var p=l;l=a,a=p}if(!h||!c){d=!0;var f=this.annoCtx.graphics.drawRect(0+e.offsetX,a+e.offsetY,this._getYAxisAnnotationWidth(e),l-a,0,e.fillColor,e.opacity,1,e.borderColor,r);f.node.classList.add("apexcharts-annotation-rect"),f.attr("clip-path","url(#gridRectMask".concat(s.globals.cuid,")")),t.appendChild(f.node),e.id&&f.node.classList.add(e.id)}}if(d){var x=e.label.position==="right"?s.globals.gridWidth:e.label.position==="center"?s.globals.gridWidth/2:0,b=this.annoCtx.graphics.drawText({x:x+e.label.offsetX,y:(a??l)+e.label.offsetY-3,text:u,textAnchor:e.label.textAnchor,fontSize:e.label.style.fontSize,fontFamily:e.label.style.fontFamily,fontWeight:e.label.style.fontWeight,foreColor:e.label.style.color,cssClass:"apexcharts-yaxis-annotation-label ".concat(e.label.style.cssClass," ").concat(e.id?e.id:"")});b.attr({rel:i}),t.appendChild(b.node)}}},{key:"_getYAxisAnnotationWidth",value:function(e){var t=this.w;return t.globals.gridWidth,(e.width.indexOf("%")>-1?t.globals.gridWidth*parseInt(e.width,10)/100:parseInt(e.width,10))+e.offsetX}},{key:"drawYAxisAnnotations",value:function(){var e=this,t=this.w,i=this.annoCtx.graphics.group({class:"apexcharts-yaxis-annotations"});return t.config.annotations.yaxis.forEach(function(a,s){a.yAxisIndex=e.axesUtils.translateYAxisIndex(a.yAxisIndex),e.axesUtils.isYAxisHidden(a.yAxisIndex)&&e.axesUtils.yAxisAllSeriesCollapsed(a.yAxisIndex)||e.addYaxisAnnotation(a,i.node,s)}),i}}]),o}(),Hs=function(){function o(e){F(this,o),this.w=e.w,this.annoCtx=e,this.helpers=new Ht(this.annoCtx)}return D(o,[{key:"addPointAnnotation",value:function(e,t,i){if(!(this.w.globals.collapsedSeriesIndices.indexOf(e.seriesIndex)>-1)){var a=this.helpers.getX1X2("x1",e),s=a.x,r=a.clipped,n=(a=this.helpers.getY1Y2("y1",e)).yP,l=a.clipped;if(L.isNumber(s)&&!l&&!r){var h={pSize:e.marker.size,pointStrokeWidth:e.marker.strokeWidth,pointFillColor:e.marker.fillColor,pointStrokeColor:e.marker.strokeColor,shape:e.marker.shape,pRadius:e.marker.radius,class:"apexcharts-point-annotation-marker ".concat(e.marker.cssClass," ").concat(e.id?e.id:"")},c=this.annoCtx.graphics.drawMarker(s+e.marker.offsetX,n+e.marker.offsetY,h);t.appendChild(c.node);var d=e.label.text?e.label.text:"",u=this.annoCtx.graphics.drawText({x:s+e.label.offsetX,y:n+e.label.offsetY-e.marker.size-parseFloat(e.label.style.fontSize)/1.6,text:d,textAnchor:e.label.textAnchor,fontSize:e.label.style.fontSize,fontFamily:e.label.style.fontFamily,fontWeight:e.label.style.fontWeight,foreColor:e.label.style.color,cssClass:"apexcharts-point-annotation-label ".concat(e.label.style.cssClass," ").concat(e.id?e.id:"")});if(u.attr({rel:i}),t.appendChild(u.node),e.customSVG.SVG){var g=this.annoCtx.graphics.group({class:"apexcharts-point-annotations-custom-svg "+e.customSVG.cssClass});g.attr({transform:"translate(".concat(s+e.customSVG.offsetX,", ").concat(n+e.customSVG.offsetY,")")}),g.node.innerHTML=e.customSVG.SVG,t.appendChild(g.node)}if(e.image.path){var p=e.image.width?e.image.width:20,f=e.image.height?e.image.height:20;c=this.annoCtx.addImage({x:s+e.image.offsetX-p/2,y:n+e.image.offsetY-f/2,width:p,height:f,path:e.image.path,appendTo:".apexcharts-point-annotations"})}e.mouseEnter&&c.node.addEventListener("mouseenter",e.mouseEnter.bind(this,e)),e.mouseLeave&&c.node.addEventListener("mouseleave",e.mouseLeave.bind(this,e)),e.click&&c.node.addEventListener("click",e.click.bind(this,e))}}}},{key:"drawPointAnnotations",value:function(){var e=this,t=this.w,i=this.annoCtx.graphics.group({class:"apexcharts-point-annotations"});return t.config.annotations.points.map(function(a,s){e.addPointAnnotation(a,i.node,s)}),i}}]),o}(),Oa={name:"en",options:{months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],toolbar:{exportToSVG:"Download SVG",exportToPNG:"Download PNG",exportToCSV:"Download CSV",menu:"Menu",selection:"Selection",selectionZoom:"Selection Zoom",zoomIn:"Zoom In",zoomOut:"Zoom Out",pan:"Panning",reset:"Reset Zoom"}}},Ne=function(){function o(){F(this,o),this.yAxis={show:!0,showAlways:!1,showForNullSeries:!0,seriesName:void 0,opposite:!1,reversed:!1,logarithmic:!1,logBase:10,tickAmount:void 0,stepSize:void 0,forceNiceScale:!1,max:void 0,min:void 0,floating:!1,decimalsInFloat:void 0,labels:{show:!0,showDuplicates:!1,minWidth:0,maxWidth:160,offsetX:0,offsetY:0,align:void 0,rotate:0,padding:20,style:{colors:[],fontSize:"11px",fontWeight:400,fontFamily:void 0,cssClass:""},formatter:void 0},axisBorder:{show:!1,color:"#e0e0e0",width:1,offsetX:0,offsetY:0},axisTicks:{show:!1,color:"#e0e0e0",width:6,offsetX:0,offsetY:0},title:{text:void 0,rotate:-90,offsetY:0,offsetX:0,style:{color:void 0,fontSize:"11px",fontWeight:900,fontFamily:void 0,cssClass:""}},tooltip:{enabled:!1,offsetX:0},crosshairs:{show:!0,position:"front",stroke:{color:"#b6b6b6",width:1,dashArray:0}}},this.pointAnnotation={id:void 0,x:0,y:null,yAxisIndex:0,seriesIndex:void 0,mouseEnter:void 0,mouseLeave:void 0,click:void 0,marker:{size:4,fillColor:"#fff",strokeWidth:2,strokeColor:"#333",shape:"circle",offsetX:0,offsetY:0,cssClass:""},label:{borderColor:"#c2c2c2",borderWidth:1,borderRadius:2,text:void 0,textAnchor:"middle",offsetX:0,offsetY:0,mouseEnter:void 0,mouseLeave:void 0,click:void 0,style:{background:"#fff",color:void 0,fontSize:"11px",fontFamily:void 0,fontWeight:400,cssClass:"",padding:{left:5,right:5,top:2,bottom:2}}},customSVG:{SVG:void 0,cssClass:void 0,offsetX:0,offsetY:0},image:{path:void 0,width:20,height:20,offsetX:0,offsetY:0}},this.yAxisAnnotation={id:void 0,y:0,y2:null,strokeDashArray:1,fillColor:"#c2c2c2",borderColor:"#c2c2c2",borderWidth:1,opacity:.3,offsetX:0,offsetY:0,width:"100%",yAxisIndex:0,label:{borderColor:"#c2c2c2",borderWidth:1,borderRadius:2,text:void 0,textAnchor:"end",position:"right",offsetX:0,offsetY:-3,mouseEnter:void 0,mouseLeave:void 0,click:void 0,style:{background:"#fff",color:void 0,fontSize:"11px",fontFamily:void 0,fontWeight:400,cssClass:"",padding:{left:5,right:5,top:2,bottom:2}}}},this.xAxisAnnotation={id:void 0,x:0,x2:null,strokeDashArray:1,fillColor:"#c2c2c2",borderColor:"#c2c2c2",borderWidth:1,opacity:.3,offsetX:0,offsetY:0,label:{borderColor:"#c2c2c2",borderWidth:1,borderRadius:2,text:void 0,textAnchor:"middle",orientation:"vertical",position:"top",offsetX:0,offsetY:0,mouseEnter:void 0,mouseLeave:void 0,click:void 0,style:{background:"#fff",color:void 0,fontSize:"11px",fontFamily:void 0,fontWeight:400,cssClass:"",padding:{left:5,right:5,top:2,bottom:2}}}},this.text={x:0,y:0,text:"",textAnchor:"start",foreColor:void 0,fontSize:"13px",fontFamily:void 0,fontWeight:400,appendTo:".apexcharts-annotations",backgroundColor:"transparent",borderColor:"#c2c2c2",borderRadius:0,borderWidth:0,paddingLeft:4,paddingRight:4,paddingTop:2,paddingBottom:2}}return D(o,[{key:"init",value:function(){return{annotations:{yaxis:[this.yAxisAnnotation],xaxis:[this.xAxisAnnotation],points:[this.pointAnnotation],texts:[],images:[],shapes:[]},chart:{animations:{enabled:!0,speed:800,animateGradually:{delay:150,enabled:!0},dynamicAnimation:{enabled:!0,speed:350}},background:"",locales:[Oa],defaultLocale:"en",dropShadow:{enabled:!1,enabledOnSeries:void 0,top:2,left:2,blur:4,color:"#000",opacity:.7},events:{animationEnd:void 0,beforeMount:void 0,mounted:void 0,updated:void 0,click:void 0,mouseMove:void 0,mouseLeave:void 0,xAxisLabelClick:void 0,legendClick:void 0,markerClick:void 0,selection:void 0,dataPointSelection:void 0,dataPointMouseEnter:void 0,dataPointMouseLeave:void 0,beforeZoom:void 0,beforeResetZoom:void 0,zoomed:void 0,scrolled:void 0,brushScrolled:void 0},foreColor:"#373d3f",fontFamily:"Helvetica, Arial, sans-serif",height:"auto",parentHeightOffset:15,redrawOnParentResize:!0,redrawOnWindowResize:!0,id:void 0,group:void 0,nonce:void 0,offsetX:0,offsetY:0,selection:{enabled:!1,type:"x",fill:{color:"#24292e",opacity:.1},stroke:{width:1,color:"#24292e",opacity:.4,dashArray:3},xaxis:{min:void 0,max:void 0},yaxis:{min:void 0,max:void 0}},sparkline:{enabled:!1},brush:{enabled:!1,autoScaleYaxis:!0,target:void 0,targets:void 0},stacked:!1,stackOnlyBar:!0,stackType:"normal",toolbar:{show:!0,offsetX:0,offsetY:0,tools:{download:!0,selection:!0,zoom:!0,zoomin:!0,zoomout:!0,pan:!0,reset:!0,customIcons:[]},export:{csv:{filename:void 0,columnDelimiter:",",headerCategory:"category",headerValue:"value",categoryFormatter:void 0,valueFormatter:void 0},png:{filename:void 0},svg:{filename:void 0},scale:void 0,width:void 0},autoSelected:"zoom"},type:"line",width:"100%",zoom:{enabled:!0,type:"x",autoScaleYaxis:!1,allowMouseWheelZoom:!0,zoomedArea:{fill:{color:"#90CAF9",opacity:.4},stroke:{color:"#0D47A1",opacity:.4,width:1}}}},plotOptions:{line:{isSlopeChart:!1,colors:{threshold:0,colorAboveThreshold:void 0,colorBelowThreshold:void 0}},area:{fillTo:"origin"},bar:{horizontal:!1,columnWidth:"70%",barHeight:"70%",distributed:!1,borderRadius:0,borderRadiusApplication:"around",borderRadiusWhenStacked:"last",rangeBarOverlap:!0,rangeBarGroupRows:!1,hideZeroBarsWhenGrouped:!1,isDumbbell:!1,dumbbellColors:void 0,isFunnel:!1,isFunnel3d:!0,colors:{ranges:[],backgroundBarColors:[],backgroundBarOpacity:1,backgroundBarRadius:0},dataLabels:{position:"top",maxItems:100,hideOverflowingLabels:!0,orientation:"horizontal",total:{enabled:!1,formatter:void 0,offsetX:0,offsetY:0,style:{color:"#373d3f",fontSize:"12px",fontFamily:void 0,fontWeight:600}}}},bubble:{zScaling:!0,minBubbleRadius:void 0,maxBubbleRadius:void 0},candlestick:{colors:{upward:"#00B746",downward:"#EF403C"},wick:{useFillColor:!0}},boxPlot:{colors:{upper:"#00E396",lower:"#008FFB"}},heatmap:{radius:2,enableShades:!0,shadeIntensity:.5,reverseNegativeShade:!1,distributed:!1,useFillColorAsStroke:!1,colorScale:{inverse:!1,ranges:[],min:void 0,max:void 0}},treemap:{enableShades:!0,shadeIntensity:.5,distributed:!1,reverseNegativeShade:!1,useFillColorAsStroke:!1,borderRadius:4,dataLabels:{format:"scale"},colorScale:{inverse:!1,ranges:[],min:void 0,max:void 0},seriesTitle:{show:!0,offsetY:1,offsetX:1,borderColor:"#000",borderWidth:1,borderRadius:2,style:{background:"rgba(0, 0, 0, 0.6)",color:"#fff",fontSize:"12px",fontFamily:void 0,fontWeight:400,cssClass:"",padding:{left:6,right:6,top:2,bottom:2}}}},radialBar:{inverseOrder:!1,startAngle:0,endAngle:360,offsetX:0,offsetY:0,hollow:{margin:5,size:"50%",background:"transparent",image:void 0,imageWidth:150,imageHeight:150,imageOffsetX:0,imageOffsetY:0,imageClipped:!0,position:"front",dropShadow:{enabled:!1,top:0,left:0,blur:3,color:"#000",opacity:.5}},track:{show:!0,startAngle:void 0,endAngle:void 0,background:"#f2f2f2",strokeWidth:"97%",opacity:1,margin:5,dropShadow:{enabled:!1,top:0,left:0,blur:3,color:"#000",opacity:.5}},dataLabels:{show:!0,name:{show:!0,fontSize:"16px",fontFamily:void 0,fontWeight:600,color:void 0,offsetY:0,formatter:function(e){return e}},value:{show:!0,fontSize:"14px",fontFamily:void 0,fontWeight:400,color:void 0,offsetY:16,formatter:function(e){return e+"%"}},total:{show:!1,label:"Total",fontSize:"16px",fontWeight:600,fontFamily:void 0,color:void 0,formatter:function(e){return e.globals.seriesTotals.reduce(function(t,i){return t+i},0)/e.globals.series.length+"%"}}},barLabels:{enabled:!1,offsetX:0,offsetY:0,useSeriesColors:!0,fontFamily:void 0,fontWeight:600,fontSize:"16px",formatter:function(e){return e},onClick:void 0}},pie:{customScale:1,offsetX:0,offsetY:0,startAngle:0,endAngle:360,expandOnClick:!0,dataLabels:{offset:0,minAngleToShowLabel:10},donut:{size:"65%",background:"transparent",labels:{show:!1,name:{show:!0,fontSize:"16px",fontFamily:void 0,fontWeight:600,color:void 0,offsetY:-10,formatter:function(e){return e}},value:{show:!0,fontSize:"20px",fontFamily:void 0,fontWeight:400,color:void 0,offsetY:10,formatter:function(e){return e}},total:{show:!1,showAlways:!1,label:"Total",fontSize:"16px",fontWeight:400,fontFamily:void 0,color:void 0,formatter:function(e){return e.globals.seriesTotals.reduce(function(t,i){return t+i},0)}}}}},polarArea:{rings:{strokeWidth:1,strokeColor:"#e8e8e8"},spokes:{strokeWidth:1,connectorColors:"#e8e8e8"}},radar:{size:void 0,offsetX:0,offsetY:0,polygons:{strokeWidth:1,strokeColors:"#e8e8e8",connectorColors:"#e8e8e8",fill:{colors:void 0}}}},colors:void 0,dataLabels:{enabled:!0,enabledOnSeries:void 0,formatter:function(e){return e!==null?e:""},textAnchor:"middle",distributed:!1,offsetX:0,offsetY:0,style:{fontSize:"12px",fontFamily:void 0,fontWeight:600,colors:void 0},background:{enabled:!0,foreColor:"#fff",borderRadius:2,padding:4,opacity:.9,borderWidth:1,borderColor:"#fff",dropShadow:{enabled:!1,top:1,left:1,blur:1,color:"#000",opacity:.8}},dropShadow:{enabled:!1,top:1,left:1,blur:1,color:"#000",opacity:.8}},fill:{type:"solid",colors:void 0,opacity:.85,gradient:{shade:"dark",type:"horizontal",shadeIntensity:.5,gradientToColors:void 0,inverseColors:!0,opacityFrom:1,opacityTo:1,stops:[0,50,100],colorStops:[]},image:{src:[],width:void 0,height:void 0},pattern:{style:"squares",width:6,height:6,strokeWidth:2}},forecastDataPoints:{count:0,fillOpacity:.5,strokeWidth:void 0,dashArray:4},grid:{show:!0,borderColor:"#e0e0e0",strokeDashArray:0,position:"back",xaxis:{lines:{show:!1}},yaxis:{lines:{show:!0}},row:{colors:void 0,opacity:.5},column:{colors:void 0,opacity:.5},padding:{top:0,right:10,bottom:0,left:12}},labels:[],legend:{show:!0,showForSingleSeries:!1,showForNullSeries:!0,showForZeroSeries:!0,floating:!1,position:"bottom",horizontalAlign:"center",inverseOrder:!1,fontSize:"12px",fontFamily:void 0,fontWeight:400,width:void 0,height:void 0,formatter:void 0,tooltipHoverFormatter:void 0,offsetX:-20,offsetY:4,customLegendItems:[],clusterGroupedSeries:!0,clusterGroupedSeriesOrientation:"vertical",labels:{colors:void 0,useSeriesColors:!1},markers:{size:7,fillColors:void 0,strokeWidth:1,shape:void 0,offsetX:0,offsetY:0,customHTML:void 0,onClick:void 0},itemMargin:{horizontal:5,vertical:4},onItemClick:{toggleDataSeries:!0},onItemHover:{highlightDataSeries:!0}},markers:{discrete:[],size:0,colors:void 0,strokeColors:"#fff",strokeWidth:2,strokeOpacity:.9,strokeDashArray:0,fillOpacity:1,shape:"circle",offsetX:0,offsetY:0,showNullDataPoints:!0,onClick:void 0,onDblClick:void 0,hover:{size:void 0,sizeOffset:3}},noData:{text:void 0,align:"center",verticalAlign:"middle",offsetX:0,offsetY:0,style:{color:void 0,fontSize:"14px",fontFamily:void 0}},responsive:[],series:void 0,states:{hover:{filter:{type:"lighten"}},active:{allowMultipleDataPointsSelection:!1,filter:{type:"darken"}}},title:{text:void 0,align:"left",margin:5,offsetX:0,offsetY:0,floating:!1,style:{fontSize:"14px",fontWeight:900,fontFamily:void 0,color:void 0}},subtitle:{text:void 0,align:"left",margin:5,offsetX:0,offsetY:30,floating:!1,style:{fontSize:"12px",fontWeight:400,fontFamily:void 0,color:void 0}},stroke:{show:!0,curve:"smooth",lineCap:"butt",width:2,colors:void 0,dashArray:0,fill:{type:"solid",colors:void 0,opacity:.85,gradient:{shade:"dark",type:"horizontal",shadeIntensity:.5,gradientToColors:void 0,inverseColors:!0,opacityFrom:1,opacityTo:1,stops:[0,50,100],colorStops:[]}}},tooltip:{enabled:!0,enabledOnSeries:void 0,shared:!0,hideEmptySeries:!1,followCursor:!1,intersect:!1,inverseOrder:!1,custom:void 0,fillSeriesColor:!1,theme:"light",cssClass:"",style:{fontSize:"12px",fontFamily:void 0},onDatasetHover:{highlightDataSeries:!1},x:{show:!0,format:"dd MMM",formatter:void 0},y:{formatter:void 0,title:{formatter:function(e){return e?e+": ":""}}},z:{formatter:void 0,title:"Size: "},marker:{show:!0,fillColors:void 0},items:{display:"flex"},fixed:{enabled:!1,position:"topRight",offsetX:0,offsetY:0}},xaxis:{type:"category",categories:[],convertedCatToNumeric:!1,offsetX:0,offsetY:0,overwriteCategories:void 0,labels:{show:!0,rotate:-45,rotateAlways:!1,hideOverlappingLabels:!0,trim:!1,minHeight:void 0,maxHeight:120,showDuplicates:!0,style:{colors:[],fontSize:"12px",fontWeight:400,fontFamily:void 0,cssClass:""},offsetX:0,offsetY:0,format:void 0,formatter:void 0,datetimeUTC:!0,datetimeFormatter:{year:"yyyy",month:"MMM 'yy",day:"dd MMM",hour:"HH:mm",minute:"HH:mm:ss",second:"HH:mm:ss"}},group:{groups:[],style:{colors:[],fontSize:"12px",fontWeight:400,fontFamily:void 0,cssClass:""}},axisBorder:{show:!0,color:"#e0e0e0",width:"100%",height:1,offsetX:0,offsetY:0},axisTicks:{show:!0,color:"#e0e0e0",height:6,offsetX:0,offsetY:0},stepSize:void 0,tickAmount:void 0,tickPlacement:"on",min:void 0,max:void 0,range:void 0,floating:!1,decimalsInFloat:void 0,position:"bottom",title:{text:void 0,offsetX:0,offsetY:0,style:{color:void 0,fontSize:"12px",fontWeight:900,fontFamily:void 0,cssClass:""}},crosshairs:{show:!0,width:1,position:"back",opacity:.9,stroke:{color:"#b6b6b6",width:1,dashArray:3},fill:{type:"solid",color:"#B1B9C4",gradient:{colorFrom:"#D8E3F0",colorTo:"#BED1E6",stops:[0,100],opacityFrom:.4,opacityTo:.5}},dropShadow:{enabled:!1,left:0,top:0,blur:1,opacity:.8}},tooltip:{enabled:!0,offsetY:0,formatter:void 0,style:{fontSize:"12px",fontFamily:void 0}}},yaxis:this.yAxis,theme:{mode:"",palette:"palette1",monochrome:{enabled:!1,color:"#008FFB",shadeTo:"light",shadeIntensity:.65}}}}}]),o}(),Fs=function(){function o(e){F(this,o),this.ctx=e,this.w=e.w,this.graphics=new X(this.ctx),this.w.globals.isBarHorizontal&&(this.invertAxis=!0),this.helpers=new Ht(this),this.xAxisAnnotations=new Os(this),this.yAxisAnnotations=new Ys(this),this.pointsAnnotations=new Hs(this),this.w.globals.isBarHorizontal&&this.w.config.yaxis[0].reversed&&(this.inversedReversedAxis=!0),this.xDivision=this.w.globals.gridWidth/this.w.globals.dataPoints}return D(o,[{key:"drawAxesAnnotations",value:function(){var e=this.w;if(e.globals.axisCharts&&e.globals.dataPoints){for(var t=this.yAxisAnnotations.drawYAxisAnnotations(),i=this.xAxisAnnotations.drawXAxisAnnotations(),a=this.pointsAnnotations.drawPointAnnotations(),s=e.config.chart.animations.enabled,r=[t,i,a],n=[i.node,t.node,a.node],l=0;l<3;l++)e.globals.dom.elGraphical.add(r[l]),!s||e.globals.resized||e.globals.dataChanged||e.config.chart.type!=="scatter"&&e.config.chart.type!=="bubble"&&e.globals.dataPoints>1&&n[l].classList.add("apexcharts-element-hidden"),e.globals.delayedElements.push({el:n[l],index:0});this.helpers.annotationsBackground()}}},{key:"drawImageAnnos",value:function(){var e=this;this.w.config.annotations.images.map(function(t,i){e.addImage(t,i)})}},{key:"drawTextAnnos",value:function(){var e=this;this.w.config.annotations.texts.map(function(t,i){e.addText(t,i)})}},{key:"addXaxisAnnotation",value:function(e,t,i){this.xAxisAnnotations.addXaxisAnnotation(e,t,i)}},{key:"addYaxisAnnotation",value:function(e,t,i){this.yAxisAnnotations.addYaxisAnnotation(e,t,i)}},{key:"addPointAnnotation",value:function(e,t,i){this.pointsAnnotations.addPointAnnotation(e,t,i)}},{key:"addText",value:function(e,t){var i=e.x,a=e.y,s=e.text,r=e.textAnchor,n=e.foreColor,l=e.fontSize,h=e.fontFamily,c=e.fontWeight,d=e.cssClass,u=e.backgroundColor,g=e.borderWidth,p=e.strokeDashArray,f=e.borderRadius,x=e.borderColor,b=e.appendTo,m=b===void 0?".apexcharts-svg":b,w=e.paddingLeft,y=w===void 0?4:w,v=e.paddingRight,A=v===void 0?4:v,k=e.paddingBottom,C=k===void 0?2:k,S=e.paddingTop,M=S===void 0?2:S,P=this.w,I=this.graphics.drawText({x:i,y:a,text:s,textAnchor:r||"start",fontSize:l||"12px",fontWeight:c||"regular",fontFamily:h||P.config.chart.fontFamily,foreColor:n||P.config.chart.foreColor,cssClass:d}),T=P.globals.dom.baseEl.querySelector(m);T&&T.appendChild(I.node);var z=I.bbox();if(s){var E=this.graphics.drawRect(z.x-y,z.y-M,z.width+y+A,z.height+C+M,f,u||"transparent",1,g,x,p);T.insertBefore(E.node,I.node)}}},{key:"addImage",value:function(e,t){var i=this.w,a=e.path,s=e.x,r=s===void 0?0:s,n=e.y,l=n===void 0?0:n,h=e.width,c=h===void 0?20:h,d=e.height,u=d===void 0?20:d,g=e.appendTo,p=g===void 0?".apexcharts-svg":g,f=i.globals.dom.Paper.image(a);f.size(c,u).move(r,l);var x=i.globals.dom.baseEl.querySelector(p);return x&&x.appendChild(f.node),f}},{key:"addXaxisAnnotationExternal",value:function(e,t,i){return this.addAnnotationExternal({params:e,pushToMemory:t,context:i,type:"xaxis",contextMethod:i.addXaxisAnnotation}),i}},{key:"addYaxisAnnotationExternal",value:function(e,t,i){return this.addAnnotationExternal({params:e,pushToMemory:t,context:i,type:"yaxis",contextMethod:i.addYaxisAnnotation}),i}},{key:"addPointAnnotationExternal",value:function(e,t,i){return this.invertAxis===void 0&&(this.invertAxis=i.w.globals.isBarHorizontal),this.addAnnotationExternal({params:e,pushToMemory:t,context:i,type:"point",contextMethod:i.addPointAnnotation}),i}},{key:"addAnnotationExternal",value:function(e){var t=e.params,i=e.pushToMemory,a=e.context,s=e.type,r=e.contextMethod,n=a,l=n.w,h=l.globals.dom.baseEl.querySelector(".apexcharts-".concat(s,"-annotations")),c=h.childNodes.length+1,d=new Ne,u=Object.assign({},s==="xaxis"?d.xAxisAnnotation:s==="yaxis"?d.yAxisAnnotation:d.pointAnnotation),g=L.extend(u,t);switch(s){case"xaxis":this.addXaxisAnnotation(g,h,c);break;case"yaxis":this.addYaxisAnnotation(g,h,c);break;case"point":this.addPointAnnotation(g,h,c)}var p=l.globals.dom.baseEl.querySelector(".apexcharts-".concat(s,"-annotations .apexcharts-").concat(s,"-annotation-label[rel='").concat(c,"']")),f=this.helpers.addBackgroundToAnno(p,g);return f&&h.insertBefore(f.node,p),i&&l.globals.memory.methodsToExec.push({context:n,id:g.id?g.id:L.randomId(),method:r,label:"addAnnotation",params:t}),a}},{key:"clearAnnotations",value:function(e){for(var t=e.w,i=t.globals.dom.baseEl.querySelectorAll(".apexcharts-yaxis-annotations, .apexcharts-xaxis-annotations, .apexcharts-point-annotations"),a=t.globals.memory.methodsToExec.length-1;a>=0;a--)t.globals.memory.methodsToExec[a].label!=="addText"&&t.globals.memory.methodsToExec[a].label!=="addAnnotation"||t.globals.memory.methodsToExec.splice(a,1);i=L.listToArray(i),Array.prototype.forEach.call(i,function(s){for(;s.firstChild;)s.removeChild(s.firstChild)})}},{key:"removeAnnotation",value:function(e,t){var i=e.w,a=i.globals.dom.baseEl.querySelectorAll(".".concat(t));a&&(i.globals.memory.methodsToExec.map(function(s,r){s.id===t&&i.globals.memory.methodsToExec.splice(r,1)}),Array.prototype.forEach.call(a,function(s){s.parentElement.removeChild(s)}))}}]),o}(),Jt=function(o){var e,t=o.isTimeline,i=o.ctx,a=o.seriesIndex,s=o.dataPointIndex,r=o.y1,n=o.y2,l=o.w,h=l.globals.seriesRangeStart[a][s],c=l.globals.seriesRangeEnd[a][s],d=l.globals.labels[s],u=l.config.series[a].name?l.config.series[a].name:"",g=l.globals.ttKeyFormatter,p=l.config.tooltip.y.title.formatter,f={w:l,seriesIndex:a,dataPointIndex:s,start:h,end:c};typeof p=="function"&&(u=p(u,f)),(e=l.config.series[a].data[s])!==null&&e!==void 0&&e.x&&(d=l.config.series[a].data[s].x),t||l.config.xaxis.type==="datetime"&&(d=new kt(i).xLabelFormat(l.globals.ttKeyFormatter,d,d,{i:void 0,dateFormatter:new fe(i).formatDate,w:l})),typeof g=="function"&&(d=g(d,f)),Number.isFinite(r)&&Number.isFinite(n)&&(h=r,c=n);var x="",b="",m=l.globals.colors[a];if(l.config.tooltip.x.formatter===void 0)if(l.config.xaxis.type==="datetime"){var w=new fe(i);x=w.formatDate(w.getDate(h),l.config.tooltip.x.format),b=w.formatDate(w.getDate(c),l.config.tooltip.x.format)}else x=h,b=c;else x=l.config.tooltip.x.formatter(h),b=l.config.tooltip.x.formatter(c);return{start:h,end:c,startVal:x,endVal:b,ylabel:d,color:m,seriesName:u}},Kt=function(o){var e=o.color,t=o.seriesName,i=o.ylabel,a=o.start,s=o.end,r=o.seriesIndex,n=o.dataPointIndex,l=o.ctx.tooltip.tooltipLabels.getFormatters(r);a=l.yLbFormatter(a),s=l.yLbFormatter(s);var h=l.yLbFormatter(o.w.globals.series[r][n]),c=`<span class="value start-value"> + `.concat(a,` + </span> <span class="separator">-</span> <span class="value end-value"> + `).concat(s,` + </span>`);return'<div class="apexcharts-tooltip-rangebar"><div> <span class="series-name" style="color: '+e+'">'+(t||"")+'</span></div><div> <span class="category">'+i+": </span> "+(o.w.globals.comboCharts?o.w.config.series[r].type==="rangeArea"||o.w.config.series[r].type==="rangeBar"?c:"<span>".concat(h,"</span>"):c)+" </div></div>"},ft=function(){function o(e){F(this,o),this.opts=e}return D(o,[{key:"hideYAxis",value:function(){this.opts.yaxis[0].show=!1,this.opts.yaxis[0].title.text="",this.opts.yaxis[0].axisBorder.show=!1,this.opts.yaxis[0].axisTicks.show=!1,this.opts.yaxis[0].floating=!0}},{key:"line",value:function(){return{dataLabels:{enabled:!1},stroke:{width:5,curve:"straight"},markers:{size:0,hover:{sizeOffset:6}},xaxis:{crosshairs:{width:1}}}}},{key:"sparkline",value:function(e){return this.hideYAxis(),L.extend(e,{grid:{show:!1,padding:{left:0,right:0,top:0,bottom:0}},legend:{show:!1},xaxis:{labels:{show:!1},tooltip:{enabled:!1},axisBorder:{show:!1},axisTicks:{show:!1}},chart:{toolbar:{show:!1},zoom:{enabled:!1}},dataLabels:{enabled:!1}})}},{key:"slope",value:function(){return this.hideYAxis(),{chart:{toolbar:{show:!1},zoom:{enabled:!1}},dataLabels:{enabled:!0,formatter:function(e,t){var i=t.w.config.series[t.seriesIndex].name;return e!==null?i+": "+e:""},background:{enabled:!1},offsetX:-5},grid:{xaxis:{lines:{show:!0}},yaxis:{lines:{show:!1}}},xaxis:{position:"top",labels:{style:{fontSize:14,fontWeight:900}},tooltip:{enabled:!1},crosshairs:{show:!1}},markers:{size:8,hover:{sizeOffset:1}},legend:{show:!1},tooltip:{shared:!1,intersect:!0,followCursor:!0},stroke:{width:5,curve:"straight"}}}},{key:"bar",value:function(){return{chart:{stacked:!1},plotOptions:{bar:{dataLabels:{position:"center"}}},dataLabels:{style:{colors:["#fff"]},background:{enabled:!1}},stroke:{width:0,lineCap:"square"},fill:{opacity:.85},legend:{markers:{shape:"square"}},tooltip:{shared:!1,intersect:!0},xaxis:{tooltip:{enabled:!1},tickPlacement:"between",crosshairs:{width:"barWidth",position:"back",fill:{type:"gradient"},dropShadow:{enabled:!1},stroke:{width:0}}}}}},{key:"funnel",value:function(){return this.hideYAxis(),O(O({},this.bar()),{},{chart:{animations:{speed:800,animateGradually:{enabled:!1}}},plotOptions:{bar:{horizontal:!0,borderRadiusApplication:"around",borderRadius:0,dataLabels:{position:"center"}}},grid:{show:!1,padding:{left:0,right:0}},xaxis:{labels:{show:!1},tooltip:{enabled:!1},axisBorder:{show:!1},axisTicks:{show:!1}}})}},{key:"candlestick",value:function(){var e=this;return{stroke:{width:1,colors:["#333"]},fill:{opacity:1},dataLabels:{enabled:!1},tooltip:{shared:!0,custom:function(t){var i=t.seriesIndex,a=t.dataPointIndex,s=t.w;return e._getBoxTooltip(s,i,a,["Open","High","","Low","Close"],"candlestick")}},states:{active:{filter:{type:"none"}}},xaxis:{crosshairs:{width:1}}}}},{key:"boxPlot",value:function(){var e=this;return{chart:{animations:{dynamicAnimation:{enabled:!1}}},stroke:{width:1,colors:["#24292e"]},dataLabels:{enabled:!1},tooltip:{shared:!0,custom:function(t){var i=t.seriesIndex,a=t.dataPointIndex,s=t.w;return e._getBoxTooltip(s,i,a,["Minimum","Q1","Median","Q3","Maximum"],"boxPlot")}},markers:{size:7,strokeWidth:1,strokeColors:"#111"},xaxis:{crosshairs:{width:1}}}}},{key:"rangeBar",value:function(){return{chart:{animations:{animateGradually:!1}},stroke:{width:0,lineCap:"square"},plotOptions:{bar:{borderRadius:0,dataLabels:{position:"center"}}},dataLabels:{enabled:!1,formatter:function(e,t){t.ctx;var i=t.seriesIndex,a=t.dataPointIndex,s=t.w,r=function(){var n=s.globals.seriesRangeStart[i][a];return s.globals.seriesRangeEnd[i][a]-n};return s.globals.comboCharts?s.config.series[i].type==="rangeBar"||s.config.series[i].type==="rangeArea"?r():e:r()},background:{enabled:!1},style:{colors:["#fff"]}},markers:{size:10},tooltip:{shared:!1,followCursor:!0,custom:function(e){return e.w.config.plotOptions&&e.w.config.plotOptions.bar&&e.w.config.plotOptions.bar.horizontal?function(t){var i=Jt(O(O({},t),{},{isTimeline:!0})),a=i.color,s=i.seriesName,r=i.ylabel,n=i.startVal,l=i.endVal;return Kt(O(O({},t),{},{color:a,seriesName:s,ylabel:r,start:n,end:l}))}(e):function(t){var i=Jt(t),a=i.color,s=i.seriesName,r=i.ylabel,n=i.start,l=i.end;return Kt(O(O({},t),{},{color:a,seriesName:s,ylabel:r,start:n,end:l}))}(e)}},xaxis:{tickPlacement:"between",tooltip:{enabled:!1},crosshairs:{stroke:{width:0}}}}}},{key:"dumbbell",value:function(e){var t,i;return(t=e.plotOptions.bar)!==null&&t!==void 0&&t.barHeight||(e.plotOptions.bar.barHeight=2),(i=e.plotOptions.bar)!==null&&i!==void 0&&i.columnWidth||(e.plotOptions.bar.columnWidth=2),e}},{key:"area",value:function(){return{stroke:{width:4,fill:{type:"solid",gradient:{inverseColors:!1,shade:"light",type:"vertical",opacityFrom:.65,opacityTo:.5,stops:[0,100,100]}}},fill:{type:"gradient",gradient:{inverseColors:!1,shade:"light",type:"vertical",opacityFrom:.65,opacityTo:.5,stops:[0,100,100]}},markers:{size:0,hover:{sizeOffset:6}},tooltip:{followCursor:!1}}}},{key:"rangeArea",value:function(){return{stroke:{curve:"straight",width:0},fill:{type:"solid",opacity:.6},markers:{size:0},states:{hover:{filter:{type:"none"}},active:{filter:{type:"none"}}},tooltip:{intersect:!1,shared:!0,followCursor:!0,custom:function(e){return function(t){var i=Jt(t),a=i.color,s=i.seriesName,r=i.ylabel,n=i.start,l=i.end;return Kt(O(O({},t),{},{color:a,seriesName:s,ylabel:r,start:n,end:l}))}(e)}}}}},{key:"brush",value:function(e){return L.extend(e,{chart:{toolbar:{autoSelected:"selection",show:!1},zoom:{enabled:!1}},dataLabels:{enabled:!1},stroke:{width:1},tooltip:{enabled:!1},xaxis:{tooltip:{enabled:!1}}})}},{key:"stacked100",value:function(e){e.dataLabels=e.dataLabels||{},e.dataLabels.formatter=e.dataLabels.formatter||void 0;var t=e.dataLabels.formatter;return e.yaxis.forEach(function(i,a){e.yaxis[a].min=0,e.yaxis[a].max=100}),e.chart.type==="bar"&&(e.dataLabels.formatter=t||function(i){return typeof i=="number"&&i?i.toFixed(0)+"%":i}),e}},{key:"stackedBars",value:function(){var e=this.bar();return O(O({},e),{},{plotOptions:O(O({},e.plotOptions),{},{bar:O(O({},e.plotOptions.bar),{},{borderRadiusApplication:"end",borderRadiusWhenStacked:"last"})})})}},{key:"convertCatToNumeric",value:function(e){return e.xaxis.convertedCatToNumeric=!0,e}},{key:"convertCatToNumericXaxis",value:function(e,t,i){e.xaxis.type="numeric",e.xaxis.labels=e.xaxis.labels||{},e.xaxis.labels.formatter=e.xaxis.labels.formatter||function(r){return L.isNumber(r)?Math.floor(r):r};var a=e.xaxis.labels.formatter,s=e.xaxis.categories&&e.xaxis.categories.length?e.xaxis.categories:e.labels;return i&&i.length&&(s=i.map(function(r){return Array.isArray(r)?r:String(r)})),s&&s.length&&(e.xaxis.labels.formatter=function(r){return L.isNumber(r)?a(s[Math.floor(r)-1]):a(r)}),e.xaxis.categories=[],e.labels=[],e.xaxis.tickAmount=e.xaxis.tickAmount||"dataPoints",e}},{key:"bubble",value:function(){return{dataLabels:{style:{colors:["#fff"]}},tooltip:{shared:!1,intersect:!0},xaxis:{crosshairs:{width:0}},fill:{type:"solid",gradient:{shade:"light",inverse:!0,shadeIntensity:.55,opacityFrom:.4,opacityTo:.8}}}}},{key:"scatter",value:function(){return{dataLabels:{enabled:!1},tooltip:{shared:!1,intersect:!0},markers:{size:6,strokeWidth:1,hover:{sizeOffset:2}}}}},{key:"heatmap",value:function(){return{chart:{stacked:!1},fill:{opacity:1},dataLabels:{style:{colors:["#fff"]}},stroke:{colors:["#fff"]},tooltip:{followCursor:!0,marker:{show:!1},x:{show:!1}},legend:{position:"top",markers:{shape:"square"}},grid:{padding:{right:20}}}}},{key:"treemap",value:function(){return{chart:{zoom:{enabled:!1}},dataLabels:{style:{fontSize:14,fontWeight:600,colors:["#fff"]}},stroke:{show:!0,width:2,colors:["#fff"]},legend:{show:!1},fill:{opacity:1,gradient:{stops:[0,100]}},tooltip:{followCursor:!0,x:{show:!1}},grid:{padding:{left:0,right:0}},xaxis:{crosshairs:{show:!1},tooltip:{enabled:!1}}}}},{key:"pie",value:function(){return{chart:{toolbar:{show:!1}},plotOptions:{pie:{donut:{labels:{show:!1}}}},dataLabels:{formatter:function(e){return e.toFixed(1)+"%"},style:{colors:["#fff"]},background:{enabled:!1},dropShadow:{enabled:!0}},stroke:{colors:["#fff"]},fill:{opacity:1,gradient:{shade:"light",stops:[0,100]}},tooltip:{theme:"dark",fillSeriesColor:!0},legend:{position:"right"},grid:{padding:{left:0,right:0,top:0,bottom:0}}}}},{key:"donut",value:function(){return{chart:{toolbar:{show:!1}},dataLabels:{formatter:function(e){return e.toFixed(1)+"%"},style:{colors:["#fff"]},background:{enabled:!1},dropShadow:{enabled:!0}},stroke:{colors:["#fff"]},fill:{opacity:1,gradient:{shade:"light",shadeIntensity:.35,stops:[80,100],opacityFrom:1,opacityTo:1}},tooltip:{theme:"dark",fillSeriesColor:!0},legend:{position:"right"},grid:{padding:{left:0,right:0,top:0,bottom:0}}}}},{key:"polarArea",value:function(){return{chart:{toolbar:{show:!1}},dataLabels:{formatter:function(e){return e.toFixed(1)+"%"},enabled:!1},stroke:{show:!0,width:2},fill:{opacity:.7},tooltip:{theme:"dark",fillSeriesColor:!0},legend:{position:"right"},grid:{padding:{left:0,right:0,top:0,bottom:0}}}}},{key:"radar",value:function(){return this.opts.yaxis[0].labels.offsetY=this.opts.yaxis[0].labels.offsetY?this.opts.yaxis[0].labels.offsetY:6,{dataLabels:{enabled:!1,style:{fontSize:"11px"}},stroke:{width:2},markers:{size:5,strokeWidth:1,strokeOpacity:1},fill:{opacity:.2},tooltip:{shared:!1,intersect:!0,followCursor:!0},grid:{show:!1,padding:{left:0,right:0,top:0,bottom:0}},xaxis:{labels:{formatter:function(e){return e},style:{colors:["#a8a8a8"],fontSize:"11px"}},tooltip:{enabled:!1},crosshairs:{show:!1}}}}},{key:"radialBar",value:function(){return{chart:{animations:{dynamicAnimation:{enabled:!0,speed:800}},toolbar:{show:!1}},fill:{gradient:{shade:"dark",shadeIntensity:.4,inverseColors:!1,type:"diagonal2",opacityFrom:1,opacityTo:1,stops:[70,98,100]}},legend:{show:!1,position:"right"},tooltip:{enabled:!1,fillSeriesColor:!0},grid:{padding:{left:0,right:0,top:0,bottom:0}}}}},{key:"_getBoxTooltip",value:function(e,t,i,a,s){var r=e.globals.seriesCandleO[t][i],n=e.globals.seriesCandleH[t][i],l=e.globals.seriesCandleM[t][i],h=e.globals.seriesCandleL[t][i],c=e.globals.seriesCandleC[t][i];return e.config.series[t].type&&e.config.series[t].type!==s?`<div class="apexcharts-custom-tooltip"> + `.concat(e.config.series[t].name?e.config.series[t].name:"series-"+(t+1),": <strong>").concat(e.globals.series[t][i],`</strong> + </div>`):'<div class="apexcharts-tooltip-box apexcharts-tooltip-'.concat(e.config.chart.type,'">')+"<div>".concat(a[0],': <span class="value">')+r+"</span></div>"+"<div>".concat(a[1],': <span class="value">')+n+"</span></div>"+(l?"<div>".concat(a[2],': <span class="value">')+l+"</span></div>":"")+"<div>".concat(a[3],': <span class="value">')+h+"</span></div>"+"<div>".concat(a[4],': <span class="value">')+c+"</span></div></div>"}}]),o}(),pt=function(){function o(e){F(this,o),this.opts=e}return D(o,[{key:"init",value:function(e){var t=e.responsiveOverride,i=this.opts,a=new Ne,s=new ft(i);this.chartType=i.chart.type,i=this.extendYAxis(i),i=this.extendAnnotations(i);var r=a.init(),n={};if(i&&Qe(i)==="object"){var l,h,c,d,u,g,p,f,x,b,m={};m=["line","area","bar","candlestick","boxPlot","rangeBar","rangeArea","bubble","scatter","heatmap","treemap","pie","polarArea","donut","radar","radialBar"].indexOf(i.chart.type)!==-1?s[i.chart.type]():s.line(),(l=i.plotOptions)!==null&&l!==void 0&&(h=l.bar)!==null&&h!==void 0&&h.isFunnel&&(m=s.funnel()),i.chart.stacked&&i.chart.type==="bar"&&(m=s.stackedBars()),(c=i.chart.brush)!==null&&c!==void 0&&c.enabled&&(m=s.brush(m)),(d=i.plotOptions)!==null&&d!==void 0&&(u=d.line)!==null&&u!==void 0&&u.isSlopeChart&&(m=s.slope()),i.chart.stacked&&i.chart.stackType==="100%"&&(i=s.stacked100(i)),(g=i.plotOptions)!==null&&g!==void 0&&(p=g.bar)!==null&&p!==void 0&&p.isDumbbell&&(i=s.dumbbell(i)),this.checkForDarkTheme(window.Apex),this.checkForDarkTheme(i),i.xaxis=i.xaxis||window.Apex.xaxis||{},t||(i.xaxis.convertedCatToNumeric=!1),((f=(i=this.checkForCatToNumericXAxis(this.chartType,m,i)).chart.sparkline)!==null&&f!==void 0&&f.enabled||(x=window.Apex.chart)!==null&&x!==void 0&&(b=x.sparkline)!==null&&b!==void 0&&b.enabled)&&(m=s.sparkline(m)),n=L.extend(r,m)}var w=L.extend(n,window.Apex);return r=L.extend(w,i),r=this.handleUserInputErrors(r)}},{key:"checkForCatToNumericXAxis",value:function(e,t,i){var a,s,r=new ft(i),n=(e==="bar"||e==="boxPlot")&&((a=i.plotOptions)===null||a===void 0||(s=a.bar)===null||s===void 0?void 0:s.horizontal),l=e==="pie"||e==="polarArea"||e==="donut"||e==="radar"||e==="radialBar"||e==="heatmap",h=i.xaxis.type!=="datetime"&&i.xaxis.type!=="numeric",c=i.xaxis.tickPlacement?i.xaxis.tickPlacement:t.xaxis&&t.xaxis.tickPlacement;return n||l||!h||c==="between"||(i=r.convertCatToNumeric(i)),i}},{key:"extendYAxis",value:function(e,t){var i=new Ne;(e.yaxis===void 0||!e.yaxis||Array.isArray(e.yaxis)&&e.yaxis.length===0)&&(e.yaxis={}),e.yaxis.constructor!==Array&&window.Apex.yaxis&&window.Apex.yaxis.constructor!==Array&&(e.yaxis=L.extend(e.yaxis,window.Apex.yaxis)),e.yaxis.constructor!==Array?e.yaxis=[L.extend(i.yAxis,e.yaxis)]:e.yaxis=L.extendArray(e.yaxis,i.yAxis);var a=!1;e.yaxis.forEach(function(r){r.logarithmic&&(a=!0)});var s=e.series;return t&&!s&&(s=t.config.series),a&&s.length!==e.yaxis.length&&s.length&&(e.yaxis=s.map(function(r,n){if(r.name||(s[n].name="series-".concat(n+1)),e.yaxis[n])return e.yaxis[n].seriesName=s[n].name,e.yaxis[n];var l=L.extend(i.yAxis,e.yaxis[0]);return l.show=!1,l})),a&&s.length>1&&s.length!==e.yaxis.length&&console.warn("A multi-series logarithmic chart should have equal number of series and y-axes"),e}},{key:"extendAnnotations",value:function(e){return e.annotations===void 0&&(e.annotations={},e.annotations.yaxis=[],e.annotations.xaxis=[],e.annotations.points=[]),e=this.extendYAxisAnnotations(e),e=this.extendXAxisAnnotations(e),e=this.extendPointAnnotations(e)}},{key:"extendYAxisAnnotations",value:function(e){var t=new Ne;return e.annotations.yaxis=L.extendArray(e.annotations.yaxis!==void 0?e.annotations.yaxis:[],t.yAxisAnnotation),e}},{key:"extendXAxisAnnotations",value:function(e){var t=new Ne;return e.annotations.xaxis=L.extendArray(e.annotations.xaxis!==void 0?e.annotations.xaxis:[],t.xAxisAnnotation),e}},{key:"extendPointAnnotations",value:function(e){var t=new Ne;return e.annotations.points=L.extendArray(e.annotations.points!==void 0?e.annotations.points:[],t.pointAnnotation),e}},{key:"checkForDarkTheme",value:function(e){e.theme&&e.theme.mode==="dark"&&(e.tooltip||(e.tooltip={}),e.tooltip.theme!=="light"&&(e.tooltip.theme="dark"),e.chart.foreColor||(e.chart.foreColor="#f6f7f8"),e.theme.palette||(e.theme.palette="palette4"))}},{key:"handleUserInputErrors",value:function(e){var t=e;if(t.tooltip.shared&&t.tooltip.intersect)throw new Error("tooltip.shared cannot be enabled when tooltip.intersect is true. Turn off any other option by setting it to false.");if(t.chart.type==="bar"&&t.plotOptions.bar.horizontal){if(t.yaxis.length>1)throw new Error("Multiple Y Axis for bars are not supported. Switch to column chart by setting plotOptions.bar.horizontal=false");t.yaxis[0].reversed&&(t.yaxis[0].opposite=!0),t.xaxis.tooltip.enabled=!1,t.yaxis[0].tooltip.enabled=!1,t.chart.zoom.enabled=!1}return t.chart.type!=="bar"&&t.chart.type!=="rangeBar"||t.tooltip.shared&&t.xaxis.crosshairs.width==="barWidth"&&t.series.length>1&&(t.xaxis.crosshairs.width="tickWidth"),t.chart.type!=="candlestick"&&t.chart.type!=="boxPlot"||t.yaxis[0].reversed&&(console.warn("Reversed y-axis in ".concat(t.chart.type," chart is not supported.")),t.yaxis[0].reversed=!1),t}}]),o}(),Ya=function(){function o(){F(this,o)}return D(o,[{key:"initGlobalVars",value:function(e){e.series=[],e.seriesCandleO=[],e.seriesCandleH=[],e.seriesCandleM=[],e.seriesCandleL=[],e.seriesCandleC=[],e.seriesRangeStart=[],e.seriesRangeEnd=[],e.seriesRange=[],e.seriesPercent=[],e.seriesGoals=[],e.seriesX=[],e.seriesZ=[],e.seriesNames=[],e.seriesTotals=[],e.seriesLog=[],e.seriesColors=[],e.stackedSeriesTotals=[],e.seriesXvalues=[],e.seriesYvalues=[],e.labels=[],e.hasXaxisGroups=!1,e.groups=[],e.barGroups=[],e.lineGroups=[],e.areaGroups=[],e.hasSeriesGroups=!1,e.seriesGroups=[],e.categoryLabels=[],e.timescaleLabels=[],e.noLabelsProvided=!1,e.resizeTimer=null,e.selectionResizeTimer=null,e.lastWheelExecution=0,e.delayedElements=[],e.pointsArray=[],e.dataLabelsRects=[],e.isXNumeric=!1,e.skipLastTimelinelabel=!1,e.skipFirstTimelinelabel=!1,e.isDataXYZ=!1,e.isMultiLineX=!1,e.isMultipleYAxis=!1,e.maxY=-Number.MAX_VALUE,e.minY=Number.MIN_VALUE,e.minYArr=[],e.maxYArr=[],e.maxX=-Number.MAX_VALUE,e.minX=Number.MAX_VALUE,e.initialMaxX=-Number.MAX_VALUE,e.initialMinX=Number.MAX_VALUE,e.maxDate=0,e.minDate=Number.MAX_VALUE,e.minZ=Number.MAX_VALUE,e.maxZ=-Number.MAX_VALUE,e.minXDiff=Number.MAX_VALUE,e.yAxisScale=[],e.xAxisScale=null,e.xAxisTicksPositions=[],e.yLabelsCoords=[],e.yTitleCoords=[],e.barPadForNumericAxis=0,e.padHorizontal=0,e.xRange=0,e.yRange=[],e.zRange=0,e.dataPoints=0,e.xTickAmount=0,e.multiAxisTickAmount=0}},{key:"globalVars",value:function(e){return{chartID:null,cuid:null,events:{beforeMount:[],mounted:[],updated:[],clicked:[],selection:[],dataPointSelection:[],zoomed:[],scrolled:[]},colors:[],clientX:null,clientY:null,fill:{colors:[]},stroke:{colors:[]},dataLabels:{style:{colors:[]}},radarPolygons:{fill:{colors:[]}},markers:{colors:[],size:e.markers.size,largestSize:0},animationEnded:!1,isTouchDevice:"ontouchstart"in window||navigator.msMaxTouchPoints,isDirty:!1,isExecCalled:!1,initialConfig:null,initialSeries:[],lastXAxis:[],lastYAxis:[],columnSeries:null,labels:[],timescaleLabels:[],noLabelsProvided:!1,allSeriesCollapsed:!1,collapsedSeries:[],collapsedSeriesIndices:[],ancillaryCollapsedSeries:[],ancillaryCollapsedSeriesIndices:[],risingSeries:[],dataFormatXNumeric:!1,capturedSeriesIndex:-1,capturedDataPointIndex:-1,selectedDataPoints:[],invalidLogScale:!1,ignoreYAxisIndexes:[],maxValsInArrayIndex:0,radialSize:0,selection:void 0,zoomEnabled:e.chart.toolbar.autoSelected==="zoom"&&e.chart.toolbar.tools.zoom&&e.chart.zoom.enabled,panEnabled:e.chart.toolbar.autoSelected==="pan"&&e.chart.toolbar.tools.pan,selectionEnabled:e.chart.toolbar.autoSelected==="selection"&&e.chart.toolbar.tools.selection,yaxis:null,mousedown:!1,lastClientPosition:{},visibleXRange:void 0,yValueDecimal:0,total:0,SVGNS:"http://www.w3.org/2000/svg",svgWidth:0,svgHeight:0,noData:!1,locale:{},dom:{},memory:{methodsToExec:[]},shouldAnimate:!0,skipLastTimelinelabel:!1,skipFirstTimelinelabel:!1,delayedElements:[],axisCharts:!0,isDataXYZ:!1,isSlopeChart:e.plotOptions.line.isSlopeChart,resized:!1,resizeTimer:null,comboCharts:!1,dataChanged:!1,previousPaths:[],allSeriesHasEqualX:!0,pointsArray:[],dataLabelsRects:[],lastDrawnDataLabelsIndexes:[],hasNullValues:!1,zoomed:!1,gridWidth:0,gridHeight:0,rotateXLabels:!1,defaultLabels:!1,xLabelFormatter:void 0,yLabelFormatters:[],xaxisTooltipFormatter:void 0,ttKeyFormatter:void 0,ttVal:void 0,ttZFormatter:void 0,LINE_HEIGHT_RATIO:1.618,xAxisLabelsHeight:0,xAxisGroupLabelsHeight:0,xAxisLabelsWidth:0,yAxisLabelsWidth:0,scaleX:1,scaleY:1,translateX:0,translateY:0,translateYAxisX:[],yAxisWidths:[],translateXAxisY:0,translateXAxisX:0,tooltip:null,niceScaleAllowedMagMsd:[[1,1,2,5,5,5,10,10,10,10,10],[1,1,2,5,5,5,10,10,10,10,10]],niceScaleDefaultTicks:[1,2,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,12,12,12,12,12,12,12,12,12,24],seriesYAxisMap:[],seriesYAxisReverseMap:[]}}},{key:"init",value:function(e){var t=this.globalVars(e);return this.initGlobalVars(t),t.initialConfig=L.extend({},e),t.initialSeries=L.clone(e.series),t.lastXAxis=L.clone(t.initialConfig.xaxis),t.lastYAxis=L.clone(t.initialConfig.yaxis),t}}]),o}(),Ds=function(){function o(e){F(this,o),this.opts=e}return D(o,[{key:"init",value:function(){var e=new pt(this.opts).init({responsiveOverride:!1});return{config:e,globals:new Ya().init(e)}}}]),o}(),Te=function(){function o(e){F(this,o),this.ctx=e,this.w=e.w,this.opts=null,this.seriesIndex=0,this.patternIDs=[]}return D(o,[{key:"clippedImgArea",value:function(e){var t=this.w,i=t.config,a=parseInt(t.globals.gridWidth,10),s=parseInt(t.globals.gridHeight,10),r=a>s?a:s,n=e.image,l=0,h=0;e.width===void 0&&e.height===void 0?i.fill.image.width!==void 0&&i.fill.image.height!==void 0?(l=i.fill.image.width+1,h=i.fill.image.height):(l=r+1,h=r):(l=e.width,h=e.height);var c=document.createElementNS(t.globals.SVGNS,"pattern");X.setAttrs(c,{id:e.patternID,patternUnits:e.patternUnits?e.patternUnits:"userSpaceOnUse",width:l+"px",height:h+"px"});var d=document.createElementNS(t.globals.SVGNS,"image");c.appendChild(d),d.setAttributeNS(window.SVG.xlink,"href",n),X.setAttrs(d,{x:0,y:0,preserveAspectRatio:"none",width:l+"px",height:h+"px"}),d.style.opacity=e.opacity,t.globals.dom.elDefs.node.appendChild(c)}},{key:"getSeriesIndex",value:function(e){var t=this.w,i=t.config.chart.type;return(i==="bar"||i==="rangeBar")&&t.config.plotOptions.bar.distributed||i==="heatmap"||i==="treemap"?this.seriesIndex=e.seriesNumber:this.seriesIndex=e.seriesNumber%t.globals.series.length,this.seriesIndex}},{key:"computeColorStops",value:function(e,t){var i,a=this.w,s=null,r=null,n=ht(e);try{for(n.s();!(i=n.n()).done;){var l=i.value;l>=t.threshold?(s===null||l>s)&&(s=l):(r===null||l<r)&&(r=l)}}catch(d){n.e(d)}finally{n.f()}s===null&&(s=t.threshold),r===null&&(r=t.threshold);var h=s-t.threshold+(t.threshold-r);h===0&&(h=1);var c=100-(t.threshold-r)/h*100;return[{offset:c=Math.max(0,Math.min(c,100)),color:t.colorAboveThreshold,opacity:a.config.fill.opacity},{offset:0,color:t.colorBelowThreshold,opacity:a.config.fill.opacity}]}},{key:"fillPath",value:function(e){var t,i,a,s=this.w;this.opts=e;var r,n,l,h=this.w.config;this.seriesIndex=this.getSeriesIndex(e);var c=h.plotOptions.line.colors.colorAboveThreshold&&h.plotOptions.line.colors.colorBelowThreshold,d=this.getFillColors()[this.seriesIndex];s.globals.seriesColors[this.seriesIndex]!==void 0&&(d=s.globals.seriesColors[this.seriesIndex]),typeof d=="function"&&(d=d({seriesIndex:this.seriesIndex,dataPointIndex:e.dataPointIndex,value:e.value,w:s}));var u,g,p,f=e.fillType?e.fillType:this.getFillType(this.seriesIndex),x=Array.isArray(h.fill.opacity)?h.fill.opacity[this.seriesIndex]:h.fill.opacity,b=f==="gradient"||c;e.color&&(d=e.color),(t=s.config.series[this.seriesIndex])!==null&&t!==void 0&&(i=t.data)!==null&&i!==void 0&&(a=i[e.dataPointIndex])!==null&&a!==void 0&&a.fillColor&&(d=(u=s.config.series[this.seriesIndex])===null||u===void 0||(g=u.data)===null||g===void 0||(p=g[e.dataPointIndex])===null||p===void 0?void 0:p.fillColor),d||(d="#fff",console.warn("undefined color - ApexCharts"));var m=d;if(d.indexOf("rgb")===-1?d.indexOf("#")===-1?m=d:d.length<9&&(m=L.hexToRgba(d,x)):d.indexOf("rgba")>-1?x=L.getOpacityFromRGBA(d):m=L.hexToRgba(L.rgb2hex(d),x),e.opacity&&(x=e.opacity),f==="pattern"&&(n=this.handlePatternFill({fillConfig:e.fillConfig,patternFill:n,fillColor:d,fillOpacity:x,defaultColor:m})),b){var w=ge(h.fill.gradient.colorStops)||[],y=h.fill.gradient.type;c&&(w[this.seriesIndex]=this.computeColorStops(s.globals.series[this.seriesIndex],h.plotOptions.line.colors),y="vertical"),l=this.handleGradientFill({type:y,fillConfig:e.fillConfig,fillColor:d,fillOpacity:x,colorStops:w,i:this.seriesIndex})}if(f==="image"){var v=h.fill.image.src,A=e.patternID?e.patternID:"",k="pattern".concat(s.globals.cuid).concat(e.seriesNumber+1).concat(A);this.patternIDs.indexOf(k)===-1&&(this.clippedImgArea({opacity:x,image:Array.isArray(v)?e.seriesNumber<v.length?v[e.seriesNumber]:v[0]:v,width:e.width?e.width:void 0,height:e.height?e.height:void 0,patternUnits:e.patternUnits,patternID:k}),this.patternIDs.push(k)),r="url(#".concat(k,")")}else r=b?l:f==="pattern"?n:m;return e.solid&&(r=m),r}},{key:"getFillType",value:function(e){var t=this.w;return Array.isArray(t.config.fill.type)?t.config.fill.type[e]:t.config.fill.type}},{key:"getFillColors",value:function(){var e=this.w,t=e.config,i=this.opts,a=[];return e.globals.comboCharts?e.config.series[this.seriesIndex].type==="line"?Array.isArray(e.globals.stroke.colors)?a=e.globals.stroke.colors:a.push(e.globals.stroke.colors):Array.isArray(e.globals.fill.colors)?a=e.globals.fill.colors:a.push(e.globals.fill.colors):t.chart.type==="line"?Array.isArray(e.globals.stroke.colors)?a=e.globals.stroke.colors:a.push(e.globals.stroke.colors):Array.isArray(e.globals.fill.colors)?a=e.globals.fill.colors:a.push(e.globals.fill.colors),i.fillColors!==void 0&&(a=[],Array.isArray(i.fillColors)?a=i.fillColors.slice():a.push(i.fillColors)),a}},{key:"handlePatternFill",value:function(e){var t=e.fillConfig,i=e.patternFill,a=e.fillColor,s=e.fillOpacity,r=e.defaultColor,n=this.w.config.fill;t&&(n=t);var l=this.opts,h=new X(this.ctx),c=Array.isArray(n.pattern.strokeWidth)?n.pattern.strokeWidth[this.seriesIndex]:n.pattern.strokeWidth,d=a;return Array.isArray(n.pattern.style)?i=n.pattern.style[l.seriesNumber]!==void 0?h.drawPattern(n.pattern.style[l.seriesNumber],n.pattern.width,n.pattern.height,d,c,s):r:i=h.drawPattern(n.pattern.style,n.pattern.width,n.pattern.height,d,c,s),i}},{key:"handleGradientFill",value:function(e){var t=e.type,i=e.fillColor,a=e.fillOpacity,s=e.fillConfig,r=e.colorStops,n=e.i,l=this.w.config.fill;s&&(l=O(O({},l),s));var h=this.opts,c=new X(this.ctx),d=new L;t=t||l.gradient.type;var u,g=i,p=l.gradient.opacityFrom===void 0?a:Array.isArray(l.gradient.opacityFrom)?l.gradient.opacityFrom[n]:l.gradient.opacityFrom;g.indexOf("rgba")>-1&&(p=L.getOpacityFromRGBA(g));var f=l.gradient.opacityTo===void 0?a:Array.isArray(l.gradient.opacityTo)?l.gradient.opacityTo[n]:l.gradient.opacityTo;if(l.gradient.gradientToColors===void 0||l.gradient.gradientToColors.length===0)u=l.gradient.shade==="dark"?d.shadeColor(-1*parseFloat(l.gradient.shadeIntensity),i.indexOf("rgb")>-1?L.rgb2hex(i):i):d.shadeColor(parseFloat(l.gradient.shadeIntensity),i.indexOf("rgb")>-1?L.rgb2hex(i):i);else if(l.gradient.gradientToColors[h.seriesNumber]){var x=l.gradient.gradientToColors[h.seriesNumber];u=x,x.indexOf("rgba")>-1&&(f=L.getOpacityFromRGBA(x))}else u=i;if(l.gradient.gradientFrom&&(g=l.gradient.gradientFrom),l.gradient.gradientTo&&(u=l.gradient.gradientTo),l.gradient.inverseColors){var b=g;g=u,u=b}return g.indexOf("rgb")>-1&&(g=L.rgb2hex(g)),u.indexOf("rgb")>-1&&(u=L.rgb2hex(u)),c.drawGradient(t,g,u,p,f,h.size,l.gradient.stops,r,n)}}]),o}(),nt=function(){function o(e,t){F(this,o),this.ctx=e,this.w=e.w}return D(o,[{key:"setGlobalMarkerSize",value:function(){var e=this.w;if(e.globals.markers.size=Array.isArray(e.config.markers.size)?e.config.markers.size:[e.config.markers.size],e.globals.markers.size.length>0){if(e.globals.markers.size.length<e.globals.series.length+1)for(var t=0;t<=e.globals.series.length;t++)e.globals.markers.size[t]===void 0&&e.globals.markers.size.push(e.globals.markers.size[0])}else e.globals.markers.size=e.config.series.map(function(i){return e.config.markers.size})}},{key:"plotChartMarkers",value:function(e){var t=e.pointsPos,i=e.seriesIndex,a=e.j,s=e.pSize,r=e.alwaysDrawMarker,n=r!==void 0&&r,l=e.isVirtualPoint,h=l!==void 0&&l,c=this.w,d=i,u=t,g=null,p=new X(this.ctx),f=c.config.markers.discrete&&c.config.markers.discrete.length;if(Array.isArray(u.x))for(var x=0;x<u.x.length;x++){var b=void 0,m=a,w=!L.isNumber(u.y[x]);c.globals.markers.largestSize===0&&c.globals.hasNullValues&&c.globals.series[d][a+1]!==null&&!h&&(w=!0),a===1&&x===0&&(m=0),a===1&&x===1&&(m=1);var y="apexcharts-marker";if(c.config.chart.type!=="line"&&c.config.chart.type!=="area"||c.globals.comboCharts||c.config.tooltip.intersect||(y+=" no-pointer-events"),(Array.isArray(c.config.markers.size)?c.globals.markers.size[i]>0:c.config.markers.size>0)||n||f){w||(y+=" w".concat(L.randomId()));var v=this.getMarkerConfig({cssClass:y,seriesIndex:i,dataPointIndex:m});c.config.series[d].data[m]&&(c.config.series[d].data[m].fillColor&&(v.pointFillColor=c.config.series[d].data[m].fillColor),c.config.series[d].data[m].strokeColor&&(v.pointStrokeColor=c.config.series[d].data[m].strokeColor)),s!==void 0&&(v.pSize=s),(u.x[x]<-c.globals.markers.largestSize||u.x[x]>c.globals.gridWidth+c.globals.markers.largestSize||u.y[x]<-c.globals.markers.largestSize||u.y[x]>c.globals.gridHeight+c.globals.markers.largestSize)&&(v.pSize=0),!w&&((c.globals.markers.size[i]>0||n||f)&&!g&&(g=p.group({class:n||f?"":"apexcharts-series-markers"})).attr("clip-path","url(#gridRectMarkerMask".concat(c.globals.cuid,")")),(b=p.drawMarker(u.x[x],u.y[x],v)).attr("rel",m),b.attr("j",m),b.attr("index",i),b.node.setAttribute("default-marker-size",v.pSize),new pe(this.ctx).setSelectionFilter(b,i,m),this.addEvents(b),g&&g.add(b))}else c.globals.pointsArray[i]===void 0&&(c.globals.pointsArray[i]=[]),c.globals.pointsArray[i].push([u.x[x],u.y[x]])}return g}},{key:"getMarkerConfig",value:function(e){var t=e.cssClass,i=e.seriesIndex,a=e.dataPointIndex,s=a===void 0?null:a,r=e.radius,n=r===void 0?null:r,l=e.size,h=l===void 0?null:l,c=e.strokeWidth,d=c===void 0?null:c,u=this.w,g=this.getMarkerStyle(i),p=h===null?u.globals.markers.size[i]:h,f=u.config.markers;return s!==null&&f.discrete.length&&f.discrete.map(function(x){x.seriesIndex===i&&x.dataPointIndex===s&&(g.pointStrokeColor=x.strokeColor,g.pointFillColor=x.fillColor,p=x.size,g.pointShape=x.shape)}),{pSize:n===null?p:n,pRadius:n!==null?n:f.radius,pointStrokeWidth:d!==null?d:Array.isArray(f.strokeWidth)?f.strokeWidth[i]:f.strokeWidth,pointStrokeColor:g.pointStrokeColor,pointFillColor:g.pointFillColor,shape:g.pointShape||(Array.isArray(f.shape)?f.shape[i]:f.shape),class:t,pointStrokeOpacity:Array.isArray(f.strokeOpacity)?f.strokeOpacity[i]:f.strokeOpacity,pointStrokeDashArray:Array.isArray(f.strokeDashArray)?f.strokeDashArray[i]:f.strokeDashArray,pointFillOpacity:Array.isArray(f.fillOpacity)?f.fillOpacity[i]:f.fillOpacity,seriesIndex:i}}},{key:"addEvents",value:function(e){var t=this.w,i=new X(this.ctx);e.node.addEventListener("mouseenter",i.pathMouseEnter.bind(this.ctx,e)),e.node.addEventListener("mouseleave",i.pathMouseLeave.bind(this.ctx,e)),e.node.addEventListener("mousedown",i.pathMouseDown.bind(this.ctx,e)),e.node.addEventListener("click",t.config.markers.onClick),e.node.addEventListener("dblclick",t.config.markers.onDblClick),e.node.addEventListener("touchstart",i.pathMouseDown.bind(this.ctx,e),{passive:!0})}},{key:"getMarkerStyle",value:function(e){var t=this.w,i=t.globals.markers.colors,a=t.config.markers.strokeColor||t.config.markers.strokeColors;return{pointStrokeColor:Array.isArray(a)?a[e]:a,pointFillColor:Array.isArray(i)?i[e]:i}}}]),o}(),Ha=function(){function o(e){F(this,o),this.ctx=e,this.w=e.w,this.initialAnim=this.w.config.chart.animations.enabled}return D(o,[{key:"draw",value:function(e,t,i){var a=this.w,s=new X(this.ctx),r=i.realIndex,n=i.pointsPos,l=i.zRatio,h=i.elParent,c=s.group({class:"apexcharts-series-markers apexcharts-series-".concat(a.config.chart.type)});if(c.attr("clip-path","url(#gridRectMarkerMask".concat(a.globals.cuid,")")),Array.isArray(n.x))for(var d=0;d<n.x.length;d++){var u=t+1,g=!0;t===0&&d===0&&(u=0),t===0&&d===1&&(u=1);var p=a.globals.markers.size[r];if(l!==1/0){var f=a.config.plotOptions.bubble;p=a.globals.seriesZ[r][u],f.zScaling&&(p/=l),f.minBubbleRadius&&p<f.minBubbleRadius&&(p=f.minBubbleRadius),f.maxBubbleRadius&&p>f.maxBubbleRadius&&(p=f.maxBubbleRadius)}var x=n.x[d],b=n.y[d];if(p=p||0,b!==null&&a.globals.series[r][u]!==void 0||(g=!1),g){var m=this.drawPoint(x,b,p,r,u,t);c.add(m)}h.add(c)}}},{key:"drawPoint",value:function(e,t,i,a,s,r){var n=this.w,l=a,h=new it(this.ctx),c=new pe(this.ctx),d=new Te(this.ctx),u=new nt(this.ctx),g=new X(this.ctx),p=u.getMarkerConfig({cssClass:"apexcharts-marker",seriesIndex:l,dataPointIndex:s,radius:n.config.chart.type==="bubble"||n.globals.comboCharts&&n.config.series[a]&&n.config.series[a].type==="bubble"?i:null}),f=d.fillPath({seriesNumber:a,dataPointIndex:s,color:p.pointFillColor,patternUnits:"objectBoundingBox",value:n.globals.series[a][r]}),x=g.drawMarker(e,t,p);if(n.config.series[l].data[s]&&n.config.series[l].data[s].fillColor&&(f=n.config.series[l].data[s].fillColor),x.attr({fill:f}),n.config.chart.dropShadow.enabled){var b=n.config.chart.dropShadow;c.dropShadow(x,b,a)}if(!this.initialAnim||n.globals.dataChanged||n.globals.resized)n.globals.animationEnded=!0;else{var m=n.config.chart.animations.speed;h.animateMarker(x,m,n.globals.easing,function(){window.setTimeout(function(){h.animationCompleted(x)},100)})}return x.attr({rel:s,j:s,index:a,"default-marker-size":p.pSize}),c.setSelectionFilter(x,a,s),u.addEvents(x),x.node.classList.add("apexcharts-marker"),x}},{key:"centerTextInBubble",value:function(e){var t=this.w;return{y:e+=parseInt(t.config.dataLabels.style.fontSize,10)/4}}}]),o}(),et=function(){function o(e){F(this,o),this.ctx=e,this.w=e.w}return D(o,[{key:"dataLabelsCorrection",value:function(e,t,i,a,s,r,n){var l=this.w,h=!1,c=new X(this.ctx).getTextRects(i,n),d=c.width,u=c.height;t<0&&(t=0),t>l.globals.gridHeight+u&&(t=l.globals.gridHeight+u/2),l.globals.dataLabelsRects[a]===void 0&&(l.globals.dataLabelsRects[a]=[]),l.globals.dataLabelsRects[a].push({x:e,y:t,width:d,height:u});var g=l.globals.dataLabelsRects[a].length-2,p=l.globals.lastDrawnDataLabelsIndexes[a]!==void 0?l.globals.lastDrawnDataLabelsIndexes[a][l.globals.lastDrawnDataLabelsIndexes[a].length-1]:0;if(l.globals.dataLabelsRects[a][g]!==void 0){var f=l.globals.dataLabelsRects[a][p];(e>f.x+f.width||t>f.y+f.height||t+u<f.y||e+d<f.x)&&(h=!0)}return(s===0||r)&&(h=!0),{x:e,y:t,textRects:c,drawnextLabel:h}}},{key:"drawDataLabel",value:function(e){var t=this,i=e.type,a=e.pos,s=e.i,r=e.j,n=e.isRangeStart,l=e.strokeWidth,h=l===void 0?2:l,c=this.w,d=new X(this.ctx),u=c.config.dataLabels,g=0,p=0,f=r,x=null;if(c.globals.collapsedSeriesIndices.indexOf(s)!==-1||!u.enabled||!Array.isArray(a.x))return x;x=d.group({class:"apexcharts-data-labels"});for(var b=0;b<a.x.length;b++)if(g=a.x[b]+u.offsetX,p=a.y[b]+u.offsetY+h,!isNaN(g)){r===1&&b===0&&(f=0),r===1&&b===1&&(f=1);var m=c.globals.series[s][f];i==="rangeArea"&&(m=n?c.globals.seriesRangeStart[s][f]:c.globals.seriesRangeEnd[s][f]);var w="",y=function(A){return c.config.dataLabels.formatter(A,{ctx:t.ctx,seriesIndex:s,dataPointIndex:f,w:c})};c.config.chart.type==="bubble"?(w=y(m=c.globals.seriesZ[s][f]),p=a.y[b],p=new Ha(this.ctx).centerTextInBubble(p,s,f).y):m!==void 0&&(w=y(m));var v=c.config.dataLabels.textAnchor;c.globals.isSlopeChart&&(v=f===0?"end":f===c.config.series[s].data.length-1?"start":"middle"),this.plotDataLabelsText({x:g,y:p,text:w,i:s,j:f,parent:x,offsetCorrection:!0,dataLabelsConfig:c.config.dataLabels,textAnchor:v})}return x}},{key:"plotDataLabelsText",value:function(e){var t=this.w,i=new X(this.ctx),a=e.x,s=e.y,r=e.i,n=e.j,l=e.text,h=e.textAnchor,c=e.fontSize,d=e.parent,u=e.dataLabelsConfig,g=e.color,p=e.alwaysDrawDataLabel,f=e.offsetCorrection,x=e.className,b=null;if(Array.isArray(t.config.dataLabels.enabledOnSeries)&&t.config.dataLabels.enabledOnSeries.indexOf(r)<0)return b;var m={x:a,y:s,drawnextLabel:!0,textRects:null};f&&(m=this.dataLabelsCorrection(a,s,l,r,n,p,parseInt(u.style.fontSize,10))),t.globals.zoomed||(a=m.x,s=m.y),m.textRects&&(a<-20-m.textRects.width||a>t.globals.gridWidth+m.textRects.width+30)&&(l="");var w=t.globals.dataLabels.style.colors[r];((t.config.chart.type==="bar"||t.config.chart.type==="rangeBar")&&t.config.plotOptions.bar.distributed||t.config.dataLabels.distributed)&&(w=t.globals.dataLabels.style.colors[n]),typeof w=="function"&&(w=w({series:t.globals.series,seriesIndex:r,dataPointIndex:n,w:t})),g&&(w=g);var y=u.offsetX,v=u.offsetY;if(t.config.chart.type!=="bar"&&t.config.chart.type!=="rangeBar"||(y=0,v=0),t.globals.isSlopeChart&&(n!==0&&(y=-2*u.offsetX+5),n!==0&&n!==t.config.series[r].data.length-1&&(y=0)),m.drawnextLabel){if((b=i.drawText({width:100,height:parseInt(u.style.fontSize,10),x:a+y,y:s+v,foreColor:w,textAnchor:h||u.textAnchor,text:l,fontSize:c||u.style.fontSize,fontFamily:u.style.fontFamily,fontWeight:u.style.fontWeight||"normal"})).attr({class:x||"apexcharts-datalabel",cx:a,cy:s}),u.dropShadow.enabled){var A=u.dropShadow;new pe(this.ctx).dropShadow(b,A)}d.add(b),t.globals.lastDrawnDataLabelsIndexes[r]===void 0&&(t.globals.lastDrawnDataLabelsIndexes[r]=[]),t.globals.lastDrawnDataLabelsIndexes[r].push(n)}return b}},{key:"addBackgroundToDataLabel",value:function(e,t){var i=this.w,a=i.config.dataLabels.background,s=a.padding,r=a.padding/2,n=t.width,l=t.height,h=new X(this.ctx).drawRect(t.x-s,t.y-r/2,n+2*s,l+r,a.borderRadius,i.config.chart.background!=="transparent"&&i.config.chart.background?i.config.chart.background:"#fff",a.opacity,a.borderWidth,a.borderColor);return a.dropShadow.enabled&&new pe(this.ctx).dropShadow(h,a.dropShadow),h}},{key:"dataLabelsBackground",value:function(){var e=this.w;if(e.config.chart.type!=="bubble")for(var t=e.globals.dom.baseEl.querySelectorAll(".apexcharts-datalabels text"),i=0;i<t.length;i++){var a=t[i],s=a.getBBox(),r=null;if(s.width&&s.height&&(r=this.addBackgroundToDataLabel(a,s)),r){a.parentNode.insertBefore(r.node,a);var n=a.getAttribute("fill");e.config.chart.animations.enabled&&!e.globals.resized&&!e.globals.dataChanged?r.animate().attr({fill:n}):r.attr({fill:n}),a.setAttribute("fill",e.config.dataLabels.background.foreColor)}}}},{key:"bringForward",value:function(){for(var e=this.w,t=e.globals.dom.baseEl.querySelectorAll(".apexcharts-datalabels"),i=e.globals.dom.baseEl.querySelector(".apexcharts-plot-series:last-child"),a=0;a<t.length;a++)i&&i.insertBefore(t[a],i.nextSibling)}}]),o}(),Me=function(){function o(e){F(this,o),this.ctx=e,this.w=e.w,this.legendInactiveClass="legend-mouseover-inactive"}return D(o,[{key:"getAllSeriesEls",value:function(){return this.w.globals.dom.baseEl.getElementsByClassName("apexcharts-series")}},{key:"getSeriesByName",value:function(e){return this.w.globals.dom.baseEl.querySelector(".apexcharts-inner .apexcharts-series[seriesName='".concat(L.escapeString(e),"']"))}},{key:"isSeriesHidden",value:function(e){var t=this.getSeriesByName(e),i=parseInt(t.getAttribute("data:realIndex"),10);return{isHidden:t.classList.contains("apexcharts-series-collapsed"),realIndex:i}}},{key:"addCollapsedClassToSeries",value:function(e,t){var i=this.w;function a(s){for(var r=0;r<s.length;r++)s[r].index===t&&e.node.classList.add("apexcharts-series-collapsed")}a(i.globals.collapsedSeries),a(i.globals.ancillaryCollapsedSeries)}},{key:"toggleSeries",value:function(e){var t=this.isSeriesHidden(e);return this.ctx.legend.legendHelpers.toggleDataSeries(t.realIndex,t.isHidden),t.isHidden}},{key:"showSeries",value:function(e){var t=this.isSeriesHidden(e);t.isHidden&&this.ctx.legend.legendHelpers.toggleDataSeries(t.realIndex,!0)}},{key:"hideSeries",value:function(e){var t=this.isSeriesHidden(e);t.isHidden||this.ctx.legend.legendHelpers.toggleDataSeries(t.realIndex,!1)}},{key:"resetSeries",value:function(){var e=!(arguments.length>0&&arguments[0]!==void 0)||arguments[0],t=!(arguments.length>1&&arguments[1]!==void 0)||arguments[1],i=!(arguments.length>2&&arguments[2]!==void 0)||arguments[2],a=this.w,s=L.clone(a.globals.initialSeries);a.globals.previousPaths=[],i?(a.globals.collapsedSeries=[],a.globals.ancillaryCollapsedSeries=[],a.globals.collapsedSeriesIndices=[],a.globals.ancillaryCollapsedSeriesIndices=[]):s=this.emptyCollapsedSeries(s),a.config.series=s,e&&(t&&(a.globals.zoomed=!1,this.ctx.updateHelpers.revertDefaultAxisMinMax()),this.ctx.updateHelpers._updateSeries(s,a.config.chart.animations.dynamicAnimation.enabled))}},{key:"emptyCollapsedSeries",value:function(e){for(var t=this.w,i=0;i<e.length;i++)t.globals.collapsedSeriesIndices.indexOf(i)>-1&&(e[i].data=[]);return e}},{key:"highlightSeries",value:function(e){var t=this.w,i=this.getSeriesByName(e),a=parseInt(i==null?void 0:i.getAttribute("data:realIndex"),10),s=t.globals.dom.baseEl.querySelectorAll(".apexcharts-series, .apexcharts-datalabels, .apexcharts-yaxis"),r=null,n=null,l=null;if(t.globals.axisCharts||t.config.chart.type==="radialBar")if(t.globals.axisCharts){r=t.globals.dom.baseEl.querySelector(".apexcharts-series[data\\:realIndex='".concat(a,"']")),n=t.globals.dom.baseEl.querySelector(".apexcharts-datalabels[data\\:realIndex='".concat(a,"']"));var h=t.globals.seriesYAxisReverseMap[a];l=t.globals.dom.baseEl.querySelector(".apexcharts-yaxis[rel='".concat(h,"']"))}else r=t.globals.dom.baseEl.querySelector(".apexcharts-series[rel='".concat(a+1,"']"));else r=t.globals.dom.baseEl.querySelector(".apexcharts-series[rel='".concat(a+1,"'] path"));for(var c=0;c<s.length;c++)s[c].classList.add(this.legendInactiveClass);if(r)t.globals.axisCharts||r.parentNode.classList.remove(this.legendInactiveClass),r.classList.remove(this.legendInactiveClass),n!==null&&n.classList.remove(this.legendInactiveClass),l!==null&&l.classList.remove(this.legendInactiveClass);else for(var d=0;d<s.length;d++)s[d].classList.remove(this.legendInactiveClass)}},{key:"toggleSeriesOnHover",value:function(e,t){var i=this.w;t||(t=e.target);var a=i.globals.dom.baseEl.querySelectorAll(".apexcharts-series, .apexcharts-datalabels, .apexcharts-yaxis");if(e.type==="mousemove"){var s=parseInt(t.getAttribute("rel"),10)-1;this.highlightSeries(i.globals.seriesNames[s])}else if(e.type==="mouseout")for(var r=0;r<a.length;r++)a[r].classList.remove(this.legendInactiveClass)}},{key:"highlightRangeInSeries",value:function(e,t){var i=this,a=this.w,s=a.globals.dom.baseEl.getElementsByClassName("apexcharts-heatmap-rect"),r=function(h){for(var c=0;c<s.length;c++)s[c].classList[h](i.legendInactiveClass)};if(e.type==="mousemove"){var n=parseInt(t.getAttribute("rel"),10)-1;r("add");var l=a.config.plotOptions.heatmap.colorScale.ranges;(function(h,c){for(var d=0;d<s.length;d++){var u=Number(s[d].getAttribute("val"));u>=h.from&&(u<h.to||h.to===c&&u===c)&&s[d].classList.remove(i.legendInactiveClass)}})(l[n],l.reduce(function(h,c){return Math.max(h,c.to)},0))}else e.type==="mouseout"&&r("remove")}},{key:"getActiveConfigSeriesIndex",value:function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"asc",t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],i=this.w,a=0;if(i.config.series.length>1){for(var s=i.config.series.map(function(n,l){return n.data&&n.data.length>0&&i.globals.collapsedSeriesIndices.indexOf(l)===-1&&(!i.globals.comboCharts||t.length===0||t.length&&t.indexOf(i.config.series[l].type)>-1)?l:-1}),r=e==="asc"?0:s.length-1;e==="asc"?r<s.length:r>=0;e==="asc"?r++:r--)if(s[r]!==-1){a=s[r];break}}return a}},{key:"getBarSeriesIndices",value:function(){return this.w.globals.comboCharts?this.w.config.series.map(function(e,t){return e.type==="bar"||e.type==="column"?t:-1}).filter(function(e){return e!==-1}):this.w.config.series.map(function(e,t){return t})}},{key:"getPreviousPaths",value:function(){var e=this.w;function t(r,n,l){for(var h=r[n].childNodes,c={type:l,paths:[],realIndex:r[n].getAttribute("data:realIndex")},d=0;d<h.length;d++)if(h[d].hasAttribute("pathTo")){var u=h[d].getAttribute("pathTo");c.paths.push({d:u})}e.globals.previousPaths.push(c)}e.globals.previousPaths=[],["line","area","bar","rangebar","rangeArea","candlestick","radar"].forEach(function(r){for(var n,l=(n=r,e.globals.dom.baseEl.querySelectorAll(".apexcharts-".concat(n,"-series .apexcharts-series"))),h=0;h<l.length;h++)t(l,h,r)});var i=e.globals.dom.baseEl.querySelectorAll(".apexcharts-".concat(e.config.chart.type," .apexcharts-series"));if(i.length>0)for(var a=function(r){for(var n=e.globals.dom.baseEl.querySelectorAll(".apexcharts-".concat(e.config.chart.type," .apexcharts-series[data\\:realIndex='").concat(r,"'] rect")),l=[],h=function(d){var u=function(p){return n[d].getAttribute(p)},g={x:parseFloat(u("x")),y:parseFloat(u("y")),width:parseFloat(u("width")),height:parseFloat(u("height"))};l.push({rect:g,color:n[d].getAttribute("color")})},c=0;c<n.length;c++)h(c);e.globals.previousPaths.push(l)},s=0;s<i.length;s++)a(s);e.globals.axisCharts||(e.globals.previousPaths=e.globals.series)}},{key:"clearPreviousPaths",value:function(){var e=this.w;e.globals.previousPaths=[],e.globals.allSeriesCollapsed=!1}},{key:"handleNoData",value:function(){var e=this.w,t=e.config.noData,i=new X(this.ctx),a=e.globals.svgWidth/2,s=e.globals.svgHeight/2,r="middle";if(e.globals.noData=!0,e.globals.animationEnded=!0,t.align==="left"?(a=10,r="start"):t.align==="right"&&(a=e.globals.svgWidth-10,r="end"),t.verticalAlign==="top"?s=50:t.verticalAlign==="bottom"&&(s=e.globals.svgHeight-50),a+=t.offsetX,s=s+parseInt(t.style.fontSize,10)+2+t.offsetY,t.text!==void 0&&t.text!==""){var n=i.drawText({x:a,y:s,text:t.text,textAnchor:r,fontSize:t.style.fontSize,fontFamily:t.style.fontFamily,foreColor:t.style.color,opacity:1,class:"apexcharts-text-nodata"});e.globals.dom.Paper.add(n)}}},{key:"setNullSeriesToZeroValues",value:function(e){for(var t=this.w,i=0;i<e.length;i++)if(e[i].length===0)for(var a=0;a<e[t.globals.maxValsInArrayIndex].length;a++)e[i].push(0);return e}},{key:"hasAllSeriesEqualX",value:function(){for(var e=!0,t=this.w,i=this.filteredSeriesX(),a=0;a<i.length-1;a++)if(i[a][0]!==i[a+1][0]){e=!1;break}return t.globals.allSeriesHasEqualX=e,e}},{key:"filteredSeriesX",value:function(){var e=this.w.globals.seriesX.map(function(t){return t.length>0?t:[]});return e}}]),o}(),Ei=function(){function o(e){F(this,o),this.ctx=e,this.w=e.w,this.twoDSeries=[],this.threeDSeries=[],this.twoDSeriesX=[],this.seriesGoals=[],this.coreUtils=new ce(this.ctx)}return D(o,[{key:"isMultiFormat",value:function(){return this.isFormatXY()||this.isFormat2DArray()}},{key:"isFormatXY",value:function(){var e=this.w.config.series.slice(),t=new Me(this.ctx);if(this.activeSeriesIndex=t.getActiveConfigSeriesIndex(),e[this.activeSeriesIndex].data!==void 0&&e[this.activeSeriesIndex].data.length>0&&e[this.activeSeriesIndex].data[0]!==null&&e[this.activeSeriesIndex].data[0].x!==void 0&&e[this.activeSeriesIndex].data[0]!==null)return!0}},{key:"isFormat2DArray",value:function(){var e=this.w.config.series.slice(),t=new Me(this.ctx);if(this.activeSeriesIndex=t.getActiveConfigSeriesIndex(),e[this.activeSeriesIndex].data!==void 0&&e[this.activeSeriesIndex].data.length>0&&e[this.activeSeriesIndex].data[0]!==void 0&&e[this.activeSeriesIndex].data[0]!==null&&e[this.activeSeriesIndex].data[0].constructor===Array)return!0}},{key:"handleFormat2DArray",value:function(e,t){for(var i=this.w.config,a=this.w.globals,s=i.chart.type==="boxPlot"||i.series[t].type==="boxPlot",r=0;r<e[t].data.length;r++)if(e[t].data[r][1]!==void 0&&(Array.isArray(e[t].data[r][1])&&e[t].data[r][1].length===4&&!s?this.twoDSeries.push(L.parseNumber(e[t].data[r][1][3])):e[t].data[r].length>=5?this.twoDSeries.push(L.parseNumber(e[t].data[r][4])):this.twoDSeries.push(L.parseNumber(e[t].data[r][1])),a.dataFormatXNumeric=!0),i.xaxis.type==="datetime"){var n=new Date(e[t].data[r][0]);n=new Date(n).getTime(),this.twoDSeriesX.push(n)}else this.twoDSeriesX.push(e[t].data[r][0]);for(var l=0;l<e[t].data.length;l++)e[t].data[l][2]!==void 0&&(this.threeDSeries.push(e[t].data[l][2]),a.isDataXYZ=!0)}},{key:"handleFormatXY",value:function(e,t){var i=this.w.config,a=this.w.globals,s=new fe(this.ctx),r=t;a.collapsedSeriesIndices.indexOf(t)>-1&&(r=this.activeSeriesIndex);for(var n=0;n<e[t].data.length;n++)e[t].data[n].y!==void 0&&(Array.isArray(e[t].data[n].y)?this.twoDSeries.push(L.parseNumber(e[t].data[n].y[e[t].data[n].y.length-1])):this.twoDSeries.push(L.parseNumber(e[t].data[n].y))),e[t].data[n].goals!==void 0&&Array.isArray(e[t].data[n].goals)?(this.seriesGoals[t]===void 0&&(this.seriesGoals[t]=[]),this.seriesGoals[t].push(e[t].data[n].goals)):(this.seriesGoals[t]===void 0&&(this.seriesGoals[t]=[]),this.seriesGoals[t].push(null));for(var l=0;l<e[r].data.length;l++){var h=typeof e[r].data[l].x=="string",c=Array.isArray(e[r].data[l].x),d=!c&&!!s.isValidDate(e[r].data[l].x);if(h||d)if(h||i.xaxis.convertedCatToNumeric){var u=a.isBarHorizontal&&a.isRangeData;i.xaxis.type!=="datetime"||u?(this.fallbackToCategory=!0,this.twoDSeriesX.push(e[r].data[l].x),isNaN(e[r].data[l].x)||this.w.config.xaxis.type==="category"||typeof e[r].data[l].x=="string"||(a.isXNumeric=!0)):this.twoDSeriesX.push(s.parseDate(e[r].data[l].x))}else i.xaxis.type==="datetime"?this.twoDSeriesX.push(s.parseDate(e[r].data[l].x.toString())):(a.dataFormatXNumeric=!0,a.isXNumeric=!0,this.twoDSeriesX.push(parseFloat(e[r].data[l].x)));else c?(this.fallbackToCategory=!0,this.twoDSeriesX.push(e[r].data[l].x)):(a.isXNumeric=!0,a.dataFormatXNumeric=!0,this.twoDSeriesX.push(e[r].data[l].x))}if(e[t].data[0]&&e[t].data[0].z!==void 0){for(var g=0;g<e[t].data.length;g++)this.threeDSeries.push(e[t].data[g].z);a.isDataXYZ=!0}}},{key:"handleRangeData",value:function(e,t){var i=this.w.globals,a={};return this.isFormat2DArray()?a=this.handleRangeDataFormat("array",e,t):this.isFormatXY()&&(a=this.handleRangeDataFormat("xy",e,t)),i.seriesRangeStart.push(a.start===void 0?[]:a.start),i.seriesRangeEnd.push(a.end===void 0?[]:a.end),i.seriesRange.push(a.rangeUniques),i.seriesRange.forEach(function(s,r){s&&s.forEach(function(n,l){n.y.forEach(function(h,c){for(var d=0;d<n.y.length;d++)if(c!==d){var u=h.y1,g=h.y2,p=n.y[d].y1;u<=n.y[d].y2&&p<=g&&(n.overlaps.indexOf(h.rangeName)<0&&n.overlaps.push(h.rangeName),n.overlaps.indexOf(n.y[d].rangeName)<0&&n.overlaps.push(n.y[d].rangeName))}})})}),a}},{key:"handleCandleStickBoxData",value:function(e,t){var i=this.w.globals,a={};return this.isFormat2DArray()?a=this.handleCandleStickBoxDataFormat("array",e,t):this.isFormatXY()&&(a=this.handleCandleStickBoxDataFormat("xy",e,t)),i.seriesCandleO[t]=a.o,i.seriesCandleH[t]=a.h,i.seriesCandleM[t]=a.m,i.seriesCandleL[t]=a.l,i.seriesCandleC[t]=a.c,a}},{key:"handleRangeDataFormat",value:function(e,t,i){var a=[],s=[],r=t[i].data.filter(function(c,d,u){return d===u.findIndex(function(g){return g.x===c.x})}).map(function(c,d){return{x:c.x,overlaps:[],y:[]}});if(e==="array")for(var n=0;n<t[i].data.length;n++)Array.isArray(t[i].data[n])?(a.push(t[i].data[n][1][0]),s.push(t[i].data[n][1][1])):(a.push(t[i].data[n]),s.push(t[i].data[n]));else if(e==="xy")for(var l=function(c){var d=Array.isArray(t[i].data[c].y),u=L.randomId(),g=t[i].data[c].x,p={y1:d?t[i].data[c].y[0]:t[i].data[c].y,y2:d?t[i].data[c].y[1]:t[i].data[c].y,rangeName:u};t[i].data[c].rangeName=u;var f=r.findIndex(function(x){return x.x===g});r[f].y.push(p),a.push(p.y1),s.push(p.y2)},h=0;h<t[i].data.length;h++)l(h);return{start:a,end:s,rangeUniques:r}}},{key:"handleCandleStickBoxDataFormat",value:function(e,t,i){var a=this.w,s=a.config.chart.type==="boxPlot"||a.config.series[i].type==="boxPlot",r=[],n=[],l=[],h=[],c=[];if(e==="array")if(s&&t[i].data[0].length===6||!s&&t[i].data[0].length===5)for(var d=0;d<t[i].data.length;d++)r.push(t[i].data[d][1]),n.push(t[i].data[d][2]),s?(l.push(t[i].data[d][3]),h.push(t[i].data[d][4]),c.push(t[i].data[d][5])):(h.push(t[i].data[d][3]),c.push(t[i].data[d][4]));else for(var u=0;u<t[i].data.length;u++)Array.isArray(t[i].data[u][1])&&(r.push(t[i].data[u][1][0]),n.push(t[i].data[u][1][1]),s?(l.push(t[i].data[u][1][2]),h.push(t[i].data[u][1][3]),c.push(t[i].data[u][1][4])):(h.push(t[i].data[u][1][2]),c.push(t[i].data[u][1][3])));else if(e==="xy")for(var g=0;g<t[i].data.length;g++)Array.isArray(t[i].data[g].y)&&(r.push(t[i].data[g].y[0]),n.push(t[i].data[g].y[1]),s?(l.push(t[i].data[g].y[2]),h.push(t[i].data[g].y[3]),c.push(t[i].data[g].y[4])):(h.push(t[i].data[g].y[2]),c.push(t[i].data[g].y[3])));return{o:r,h:n,m:l,l:h,c}}},{key:"parseDataAxisCharts",value:function(e){var t=this,i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:this.ctx,a=this.w.config,s=this.w.globals,r=new fe(i),n=a.labels.length>0?a.labels.slice():a.xaxis.categories.slice();s.isRangeBar=a.chart.type==="rangeBar"&&s.isBarHorizontal,s.hasXaxisGroups=a.xaxis.type==="category"&&a.xaxis.group.groups.length>0,s.hasXaxisGroups&&(s.groups=a.xaxis.group.groups),e.forEach(function(g,p){g.name!==void 0?s.seriesNames.push(g.name):s.seriesNames.push("series-"+parseInt(p+1,10))}),this.coreUtils.setSeriesYAxisMappings();var l=[],h=ge(new Set(a.series.map(function(g){return g.group})));a.series.forEach(function(g,p){var f=h.indexOf(g.group);l[f]||(l[f]=[]),l[f].push(s.seriesNames[p])}),s.seriesGroups=l;for(var c=function(){for(var g=0;g<n.length;g++)if(typeof n[g]=="string"){if(!r.isValidDate(n[g]))throw new Error("You have provided invalid Date format. Please provide a valid JavaScript Date");t.twoDSeriesX.push(r.parseDate(n[g]))}else t.twoDSeriesX.push(n[g])},d=0;d<e.length;d++){if(this.twoDSeries=[],this.twoDSeriesX=[],this.threeDSeries=[],e[d].data===void 0)return void console.error("It is a possibility that you may have not included 'data' property in series.");if(a.chart.type!=="rangeBar"&&a.chart.type!=="rangeArea"&&e[d].type!=="rangeBar"&&e[d].type!=="rangeArea"||(s.isRangeData=!0,a.chart.type!=="rangeBar"&&a.chart.type!=="rangeArea"||this.handleRangeData(e,d)),this.isMultiFormat())this.isFormat2DArray()?this.handleFormat2DArray(e,d):this.isFormatXY()&&this.handleFormatXY(e,d),a.chart.type!=="candlestick"&&e[d].type!=="candlestick"&&a.chart.type!=="boxPlot"&&e[d].type!=="boxPlot"||this.handleCandleStickBoxData(e,d),s.series.push(this.twoDSeries),s.labels.push(this.twoDSeriesX),s.seriesX.push(this.twoDSeriesX),s.seriesGoals=this.seriesGoals,d!==this.activeSeriesIndex||this.fallbackToCategory||(s.isXNumeric=!0);else{a.xaxis.type==="datetime"?(s.isXNumeric=!0,c(),s.seriesX.push(this.twoDSeriesX)):a.xaxis.type==="numeric"&&(s.isXNumeric=!0,n.length>0&&(this.twoDSeriesX=n,s.seriesX.push(this.twoDSeriesX))),s.labels.push(this.twoDSeriesX);var u=e[d].data.map(function(g){return L.parseNumber(g)});s.series.push(u)}s.seriesZ.push(this.threeDSeries),e[d].color!==void 0?s.seriesColors.push(e[d].color):s.seriesColors.push(void 0)}return this.w}},{key:"parseDataNonAxisCharts",value:function(e){var t=this.w.globals,i=this.w.config;t.series=e.slice(),t.seriesNames=i.labels.slice();for(var a=0;a<t.series.length;a++)t.seriesNames[a]===void 0&&t.seriesNames.push("series-"+(a+1));return this.w}},{key:"handleExternalLabelsData",value:function(e){var t=this.w.config,i=this.w.globals;t.xaxis.categories.length>0?i.labels=t.xaxis.categories:t.labels.length>0?i.labels=t.labels.slice():this.fallbackToCategory?(i.labels=i.labels[0],i.seriesRange.length&&(i.seriesRange.map(function(a){a.forEach(function(s){i.labels.indexOf(s.x)<0&&s.x&&i.labels.push(s.x)})}),i.labels=Array.from(new Set(i.labels.map(JSON.stringify)),JSON.parse)),t.xaxis.convertedCatToNumeric&&(new ft(t).convertCatToNumericXaxis(t,this.ctx,i.seriesX[0]),this._generateExternalLabels(e))):this._generateExternalLabels(e)}},{key:"_generateExternalLabels",value:function(e){var t=this.w.globals,i=this.w.config,a=[];if(t.axisCharts){if(t.series.length>0)if(this.isFormatXY())for(var s=i.series.map(function(d,u){return d.data.filter(function(g,p,f){return f.findIndex(function(x){return x.x===g.x})===p})}),r=s.reduce(function(d,u,g,p){return p[d].length>u.length?d:g},0),n=0;n<s[r].length;n++)a.push(n+1);else for(var l=0;l<t.series[t.maxValsInArrayIndex].length;l++)a.push(l+1);t.seriesX=[];for(var h=0;h<e.length;h++)t.seriesX.push(a);this.w.globals.isBarHorizontal||(t.isXNumeric=!0)}if(a.length===0){a=t.axisCharts?[]:t.series.map(function(d,u){return u+1});for(var c=0;c<e.length;c++)t.seriesX.push(a)}t.labels=a,i.xaxis.convertedCatToNumeric&&(t.categoryLabels=a.map(function(d){return i.xaxis.labels.formatter(d)})),t.noLabelsProvided=!0}},{key:"parseData",value:function(e){var t=this.w,i=t.config,a=t.globals;if(this.excludeCollapsedSeriesInYAxis(),this.fallbackToCategory=!1,this.ctx.core.resetGlobals(),this.ctx.core.isMultipleY(),a.axisCharts?(this.parseDataAxisCharts(e),this.coreUtils.getLargestSeries()):this.parseDataNonAxisCharts(e),i.chart.stacked){var s=new Me(this.ctx);a.series=s.setNullSeriesToZeroValues(a.series)}this.coreUtils.getSeriesTotals(),a.axisCharts&&(a.stackedSeriesTotals=this.coreUtils.getStackedSeriesTotals(),a.stackedSeriesTotalsByGroups=this.coreUtils.getStackedSeriesTotalsByGroups()),this.coreUtils.getPercentSeries(),a.dataFormatXNumeric||a.isXNumeric&&(i.xaxis.type!=="numeric"||i.labels.length!==0||i.xaxis.categories.length!==0)||this.handleExternalLabelsData(e);for(var r=this.coreUtils.getCategoryLabels(a.labels),n=0;n<r.length;n++)if(Array.isArray(r[n])){a.isMultiLineX=!0;break}}},{key:"excludeCollapsedSeriesInYAxis",value:function(){var e=this.w,t=[];e.globals.seriesYAxisMap.forEach(function(i,a){var s=0;i.forEach(function(r){e.globals.collapsedSeriesIndices.indexOf(r)!==-1&&s++}),s>0&&s==i.length&&t.push(a)}),e.globals.ignoreYAxisIndexes=t.map(function(i){return i})}}]),o}(),Et=function(){function o(e){F(this,o),this.ctx=e,this.w=e.w}return D(o,[{key:"scaleSvgNode",value:function(e,t){var i=parseFloat(e.getAttributeNS(null,"width")),a=parseFloat(e.getAttributeNS(null,"height"));e.setAttributeNS(null,"width",i*t),e.setAttributeNS(null,"height",a*t),e.setAttributeNS(null,"viewBox","0 0 "+i+" "+a)}},{key:"getSvgString",value:function(e){var t=this;return new Promise(function(i){var a=t.w,s=e||a.config.chart.toolbar.export.scale||a.config.chart.toolbar.export.width/a.globals.svgWidth;s||(s=1);var r=t.w.globals.dom.Paper.svg(),n=t.w.globals.dom.Paper.node.cloneNode(!0);s!==1&&t.scaleSvgNode(n,s),t.convertImagesToBase64(n).then(function(){r=new XMLSerializer().serializeToString(n),i(r.replace(/ /g," "))})})}},{key:"convertImagesToBase64",value:function(e){var t=this,i=e.getElementsByTagName("image"),a=Array.from(i).map(function(s){var r=s.getAttributeNS("http://www.w3.org/1999/xlink","href");return r&&!r.startsWith("data:")?t.getBase64FromUrl(r).then(function(n){s.setAttributeNS("http://www.w3.org/1999/xlink","href",n)}).catch(function(n){console.error("Error converting image to base64:",n)}):Promise.resolve()});return Promise.all(a)}},{key:"getBase64FromUrl",value:function(e){return new Promise(function(t,i){var a=new Image;a.crossOrigin="Anonymous",a.onload=function(){var s=document.createElement("canvas");s.width=a.width,s.height=a.height,s.getContext("2d").drawImage(a,0,0),t(s.toDataURL())},a.onerror=i,a.src=e})}},{key:"cleanup",value:function(){var e=this.w,t=e.globals.dom.baseEl.getElementsByClassName("apexcharts-xcrosshairs"),i=e.globals.dom.baseEl.getElementsByClassName("apexcharts-ycrosshairs"),a=e.globals.dom.baseEl.querySelectorAll(".apexcharts-zoom-rect, .apexcharts-selection-rect");Array.prototype.forEach.call(a,function(s){s.setAttribute("width",0)}),t&&t[0]&&(t[0].setAttribute("x",-500),t[0].setAttribute("x1",-500),t[0].setAttribute("x2",-500)),i&&i[0]&&(i[0].setAttribute("y",-100),i[0].setAttribute("y1",-100),i[0].setAttribute("y2",-100))}},{key:"svgUrl",value:function(){var e=this;return new Promise(function(t){e.cleanup(),e.getSvgString().then(function(i){var a=new Blob([i],{type:"image/svg+xml;charset=utf-8"});t(URL.createObjectURL(a))})})}},{key:"dataURI",value:function(e){var t=this;return new Promise(function(i){var a=t.w,s=e?e.scale||e.width/a.globals.svgWidth:1;t.cleanup();var r=document.createElement("canvas");r.width=a.globals.svgWidth*s,r.height=parseInt(a.globals.dom.elWrap.style.height,10)*s;var n=a.config.chart.background!=="transparent"&&a.config.chart.background?a.config.chart.background:"#fff",l=r.getContext("2d");l.fillStyle=n,l.fillRect(0,0,r.width*s,r.height*s),t.getSvgString(s).then(function(h){var c="data:image/svg+xml,"+encodeURIComponent(h),d=new Image;d.crossOrigin="anonymous",d.onload=function(){if(l.drawImage(d,0,0),r.msToBlob){var u=r.msToBlob();i({blob:u})}else{var g=r.toDataURL("image/png");i({imgURI:g})}},d.src=c})})}},{key:"exportToSVG",value:function(){var e=this;this.svgUrl().then(function(t){e.triggerDownload(t,e.w.config.chart.toolbar.export.svg.filename,".svg")})}},{key:"exportToPng",value:function(){var e=this,t=this.w.config.chart.toolbar.export.scale,i=this.w.config.chart.toolbar.export.width,a=t?{scale:t}:i?{width:i}:void 0;this.dataURI(a).then(function(s){var r=s.imgURI,n=s.blob;n?navigator.msSaveOrOpenBlob(n,e.w.globals.chartID+".png"):e.triggerDownload(r,e.w.config.chart.toolbar.export.png.filename,".png")})}},{key:"exportToCSV",value:function(e){var t=this,i=e.series,a=e.fileName,s=e.columnDelimiter,r=s===void 0?",":s,n=e.lineDelimiter,l=n===void 0?` +`:n,h=this.w;i||(i=h.config.series);var c=[],d=[],u="",g=h.globals.series.map(function(v,A){return h.globals.collapsedSeriesIndices.indexOf(A)===-1?v:[]}),p=function(v){return typeof h.config.chart.toolbar.export.csv.categoryFormatter=="function"?h.config.chart.toolbar.export.csv.categoryFormatter(v):h.config.xaxis.type==="datetime"&&String(v).length>=10?new Date(v).toDateString():L.isNumber(v)?v:v.split(r).join("")},f=function(v){return typeof h.config.chart.toolbar.export.csv.valueFormatter=="function"?h.config.chart.toolbar.export.csv.valueFormatter(v):v},x=Math.max.apply(Math,ge(i.map(function(v){return v.data?v.data.length:0}))),b=new Ei(this.ctx),m=new Fe(this.ctx),w=function(v){var A="";if(h.globals.axisCharts){if(h.config.xaxis.type==="category"||h.config.xaxis.convertedCatToNumeric)if(h.globals.isBarHorizontal){var k=h.globals.yLabelFormatters[0],C=new Me(t.ctx).getActiveConfigSeriesIndex();A=k(h.globals.labels[v],{seriesIndex:C,dataPointIndex:v,w:h})}else A=m.getLabel(h.globals.labels,h.globals.timescaleLabels,0,v).text;h.config.xaxis.type==="datetime"&&(h.config.xaxis.categories.length?A=h.config.xaxis.categories[v]:h.config.labels.length&&(A=h.config.labels[v]))}else A=h.config.labels[v];return A===null?"nullvalue":(Array.isArray(A)&&(A=A.join(" ")),L.isNumber(A)?A:A.split(r).join(""))},y=function(v,A){if(c.length&&A===0&&d.push(c.join(r)),v.data){v.data=v.data.length&&v.data||ge(Array(x)).map(function(){return""});for(var k=0;k<v.data.length;k++){c=[];var C=w(k);if(C!=="nullvalue"){if(C||(b.isFormatXY()?C=i[A].data[k].x:b.isFormat2DArray()&&(C=i[A].data[k]?i[A].data[k][0]:"")),A===0){c.push(p(C));for(var S=0;S<h.globals.series.length;S++){var M,P=b.isFormatXY()?(M=i[S].data[k])===null||M===void 0?void 0:M.y:g[S][k];c.push(f(P))}}(h.config.chart.type==="candlestick"||v.type&&v.type==="candlestick")&&(c.pop(),c.push(h.globals.seriesCandleO[A][k]),c.push(h.globals.seriesCandleH[A][k]),c.push(h.globals.seriesCandleL[A][k]),c.push(h.globals.seriesCandleC[A][k])),(h.config.chart.type==="boxPlot"||v.type&&v.type==="boxPlot")&&(c.pop(),c.push(h.globals.seriesCandleO[A][k]),c.push(h.globals.seriesCandleH[A][k]),c.push(h.globals.seriesCandleM[A][k]),c.push(h.globals.seriesCandleL[A][k]),c.push(h.globals.seriesCandleC[A][k])),h.config.chart.type==="rangeBar"&&(c.pop(),c.push(h.globals.seriesRangeStart[A][k]),c.push(h.globals.seriesRangeEnd[A][k])),c.length&&d.push(c.join(r))}}}};c.push(h.config.chart.toolbar.export.csv.headerCategory),h.config.chart.type==="boxPlot"?(c.push("minimum"),c.push("q1"),c.push("median"),c.push("q3"),c.push("maximum")):h.config.chart.type==="candlestick"?(c.push("open"),c.push("high"),c.push("low"),c.push("close")):h.config.chart.type==="rangeBar"?(c.push("minimum"),c.push("maximum")):i.map(function(v,A){var k=(v.name?v.name:"series-".concat(A))+"";h.globals.axisCharts&&c.push(k.split(r).join("")?k.split(r).join(""):"series-".concat(A))}),h.globals.axisCharts||(c.push(h.config.chart.toolbar.export.csv.headerValue),d.push(c.join(r))),h.globals.allSeriesHasEqualX||!h.globals.axisCharts||h.config.xaxis.categories.length||h.config.labels.length?i.map(function(v,A){h.globals.axisCharts?y(v,A):((c=[]).push(p(h.globals.labels[A])),c.push(f(g[A])),d.push(c.join(r)))}):function(){var v=new Set,A={};i.forEach(function(k,C){k==null||k.data.forEach(function(S){var M,P;if(b.isFormatXY())M=S.x,P=S.y;else{if(!b.isFormat2DArray())return;M=S[0],P=S[1]}A[M]||(A[M]=Array(i.length).fill("")),A[M][C]=f(P),v.add(M)})}),c.length&&d.push(c.join(r)),Array.from(v).sort().forEach(function(k){d.push([p(k),A[k].join(r)])})}(),u+=d.join(l),this.triggerDownload("data:text/csv; charset=utf-8,"+encodeURIComponent("\uFEFF"+u),a||h.config.chart.toolbar.export.csv.filename,".csv")}},{key:"triggerDownload",value:function(e,t,i){var a=document.createElement("a");a.href=e,a.download=(t||this.w.globals.chartID)+i,document.body.appendChild(a),a.click(),document.body.removeChild(a)}}]),o}(),xt=function(){function o(e,t){F(this,o),this.ctx=e,this.elgrid=t,this.w=e.w;var i=this.w;this.axesUtils=new Fe(e),this.xaxisLabels=i.globals.labels.slice(),i.globals.timescaleLabels.length>0&&!i.globals.isBarHorizontal&&(this.xaxisLabels=i.globals.timescaleLabels.slice()),i.config.xaxis.overwriteCategories&&(this.xaxisLabels=i.config.xaxis.overwriteCategories),this.drawnLabels=[],this.drawnLabelsRects=[],i.config.xaxis.position==="top"?this.offY=0:this.offY=i.globals.gridHeight,this.offY=this.offY+i.config.xaxis.axisBorder.offsetY,this.isCategoryBarHorizontal=i.config.chart.type==="bar"&&i.config.plotOptions.bar.horizontal,this.xaxisFontSize=i.config.xaxis.labels.style.fontSize,this.xaxisFontFamily=i.config.xaxis.labels.style.fontFamily,this.xaxisForeColors=i.config.xaxis.labels.style.colors,this.xaxisBorderWidth=i.config.xaxis.axisBorder.width,this.isCategoryBarHorizontal&&(this.xaxisBorderWidth=i.config.yaxis[0].axisBorder.width.toString()),this.xaxisBorderWidth.indexOf("%")>-1?this.xaxisBorderWidth=i.globals.gridWidth*parseInt(this.xaxisBorderWidth,10)/100:this.xaxisBorderWidth=parseInt(this.xaxisBorderWidth,10),this.xaxisBorderHeight=i.config.xaxis.axisBorder.height,this.yaxis=i.config.yaxis[0]}return D(o,[{key:"drawXaxis",value:function(){var e=this.w,t=new X(this.ctx),i=t.group({class:"apexcharts-xaxis",transform:"translate(".concat(e.config.xaxis.offsetX,", ").concat(e.config.xaxis.offsetY,")")}),a=t.group({class:"apexcharts-xaxis-texts-g",transform:"translate(".concat(e.globals.translateXAxisX,", ").concat(e.globals.translateXAxisY,")")});i.add(a);for(var s=[],r=0;r<this.xaxisLabels.length;r++)s.push(this.xaxisLabels[r]);if(this.drawXAxisLabelAndGroup(!0,t,a,s,e.globals.isXNumeric,function(p,f){return f}),e.globals.hasXaxisGroups){var n=e.globals.groups;s=[];for(var l=0;l<n.length;l++)s.push(n[l].title);var h={};e.config.xaxis.group.style&&(h.xaxisFontSize=e.config.xaxis.group.style.fontSize,h.xaxisFontFamily=e.config.xaxis.group.style.fontFamily,h.xaxisForeColors=e.config.xaxis.group.style.colors,h.fontWeight=e.config.xaxis.group.style.fontWeight,h.cssClass=e.config.xaxis.group.style.cssClass),this.drawXAxisLabelAndGroup(!1,t,a,s,!1,function(p,f){return n[p].cols*f},h)}if(e.config.xaxis.title.text!==void 0){var c=t.group({class:"apexcharts-xaxis-title"}),d=t.drawText({x:e.globals.gridWidth/2+e.config.xaxis.title.offsetX,y:this.offY+parseFloat(this.xaxisFontSize)+(e.config.xaxis.position==="bottom"?e.globals.xAxisLabelsHeight:-e.globals.xAxisLabelsHeight-10)+e.config.xaxis.title.offsetY,text:e.config.xaxis.title.text,textAnchor:"middle",fontSize:e.config.xaxis.title.style.fontSize,fontFamily:e.config.xaxis.title.style.fontFamily,fontWeight:e.config.xaxis.title.style.fontWeight,foreColor:e.config.xaxis.title.style.color,cssClass:"apexcharts-xaxis-title-text "+e.config.xaxis.title.style.cssClass});c.add(d),i.add(c)}if(e.config.xaxis.axisBorder.show){var u=e.globals.barPadForNumericAxis,g=t.drawLine(e.globals.padHorizontal+e.config.xaxis.axisBorder.offsetX-u,this.offY,this.xaxisBorderWidth+u,this.offY,e.config.xaxis.axisBorder.color,0,this.xaxisBorderHeight);this.elgrid&&this.elgrid.elGridBorders&&e.config.grid.show?this.elgrid.elGridBorders.add(g):i.add(g)}return i}},{key:"drawXAxisLabelAndGroup",value:function(e,t,i,a,s,r){var n,l=this,h=arguments.length>6&&arguments[6]!==void 0?arguments[6]:{},c=[],d=[],u=this.w,g=h.xaxisFontSize||this.xaxisFontSize,p=h.xaxisFontFamily||this.xaxisFontFamily,f=h.xaxisForeColors||this.xaxisForeColors,x=h.fontWeight||u.config.xaxis.labels.style.fontWeight,b=h.cssClass||u.config.xaxis.labels.style.cssClass,m=u.globals.padHorizontal,w=a.length,y=u.config.xaxis.type==="category"?u.globals.dataPoints:w;if(y===0&&w>y&&(y=w),s){var v=Math.max(Number(u.config.xaxis.tickAmount)||1,y>1?y-1:y);n=u.globals.gridWidth/Math.min(v,w-1),m=m+r(0,n)/2+u.config.xaxis.labels.offsetX}else n=u.globals.gridWidth/y,m=m+r(0,n)+u.config.xaxis.labels.offsetX;for(var A=function(C){var S=m-r(C,n)/2+u.config.xaxis.labels.offsetX;C===0&&w===1&&n/2===m&&y===1&&(S=u.globals.gridWidth/2);var M=l.axesUtils.getLabel(a,u.globals.timescaleLabels,S,C,c,g,e),P=28;if(u.globals.rotateXLabels&&e&&(P=22),u.config.xaxis.title.text&&u.config.xaxis.position==="top"&&(P+=parseFloat(u.config.xaxis.title.style.fontSize)+2),e||(P=P+parseFloat(g)+(u.globals.xAxisLabelsHeight-u.globals.xAxisGroupLabelsHeight)+(u.globals.rotateXLabels?10:0)),M=u.config.xaxis.tickAmount!==void 0&&u.config.xaxis.tickAmount!=="dataPoints"&&u.config.xaxis.type!=="datetime"?l.axesUtils.checkLabelBasedOnTickamount(C,M,w):l.axesUtils.checkForOverflowingLabels(C,M,w,c,d),u.config.xaxis.labels.show){var I=t.drawText({x:M.x,y:l.offY+u.config.xaxis.labels.offsetY+P-(u.config.xaxis.position==="top"?u.globals.xAxisHeight+u.config.xaxis.axisTicks.height-2:0),text:M.text,textAnchor:"middle",fontWeight:M.isBold?600:x,fontSize:g,fontFamily:p,foreColor:Array.isArray(f)?e&&u.config.xaxis.convertedCatToNumeric?f[u.globals.minX+C-1]:f[C]:f,isPlainText:!1,cssClass:(e?"apexcharts-xaxis-label ":"apexcharts-xaxis-group-label ")+b});if(i.add(I),I.on("click",function(z){if(typeof u.config.chart.events.xAxisLabelClick=="function"){var E=Object.assign({},u,{labelIndex:C});u.config.chart.events.xAxisLabelClick(z,l.ctx,E)}}),e){var T=document.createElementNS(u.globals.SVGNS,"title");T.textContent=Array.isArray(M.text)?M.text.join(" "):M.text,I.node.appendChild(T),M.text!==""&&(c.push(M.text),d.push(M))}}C<w-1&&(m+=r(C+1,n))},k=0;k<=w-1;k++)A(k)}},{key:"drawXaxisInversed",value:function(e){var t,i,a=this,s=this.w,r=new X(this.ctx),n=s.config.yaxis[0].opposite?s.globals.translateYAxisX[e]:0,l=r.group({class:"apexcharts-yaxis apexcharts-xaxis-inversed",rel:e}),h=r.group({class:"apexcharts-yaxis-texts-g apexcharts-xaxis-inversed-texts-g",transform:"translate("+n+", 0)"});l.add(h);var c=[];if(s.config.yaxis[e].show)for(var d=0;d<this.xaxisLabels.length;d++)c.push(this.xaxisLabels[d]);t=s.globals.gridHeight/c.length,i=-t/2.2;var u=s.globals.yLabelFormatters[0],g=s.config.yaxis[0].labels;if(g.show)for(var p=function(v){var A=c[v]===void 0?"":c[v];A=u(A,{seriesIndex:e,dataPointIndex:v,w:s});var k=a.axesUtils.getYAxisForeColor(g.style.colors,e),C=0;Array.isArray(A)&&(C=A.length/2*parseInt(g.style.fontSize,10));var S=g.offsetX-15,M="end";a.yaxis.opposite&&(M="start"),s.config.yaxis[0].labels.align==="left"?(S=g.offsetX,M="start"):s.config.yaxis[0].labels.align==="center"?(S=g.offsetX,M="middle"):s.config.yaxis[0].labels.align==="right"&&(M="end");var P=r.drawText({x:S,y:i+t+g.offsetY-C,text:A,textAnchor:M,foreColor:Array.isArray(k)?k[v]:k,fontSize:g.style.fontSize,fontFamily:g.style.fontFamily,fontWeight:g.style.fontWeight,isPlainText:!1,cssClass:"apexcharts-yaxis-label "+g.style.cssClass,maxWidth:g.maxWidth});h.add(P),P.on("click",function(z){if(typeof s.config.chart.events.xAxisLabelClick=="function"){var E=Object.assign({},s,{labelIndex:v});s.config.chart.events.xAxisLabelClick(z,a.ctx,E)}});var I=document.createElementNS(s.globals.SVGNS,"title");if(I.textContent=Array.isArray(A)?A.join(" "):A,P.node.appendChild(I),s.config.yaxis[e].labels.rotate!==0){var T=r.rotateAroundCenter(P.node);P.node.setAttribute("transform","rotate(".concat(s.config.yaxis[e].labels.rotate," 0 ").concat(T.y,")"))}i+=t},f=0;f<=c.length-1;f++)p(f);if(s.config.yaxis[0].title.text!==void 0){var x=r.group({class:"apexcharts-yaxis-title apexcharts-xaxis-title-inversed",transform:"translate("+n+", 0)"}),b=r.drawText({x:s.config.yaxis[0].title.offsetX,y:s.globals.gridHeight/2+s.config.yaxis[0].title.offsetY,text:s.config.yaxis[0].title.text,textAnchor:"middle",foreColor:s.config.yaxis[0].title.style.color,fontSize:s.config.yaxis[0].title.style.fontSize,fontWeight:s.config.yaxis[0].title.style.fontWeight,fontFamily:s.config.yaxis[0].title.style.fontFamily,cssClass:"apexcharts-yaxis-title-text "+s.config.yaxis[0].title.style.cssClass});x.add(b),l.add(x)}var m=0;this.isCategoryBarHorizontal&&s.config.yaxis[0].opposite&&(m=s.globals.gridWidth);var w=s.config.xaxis.axisBorder;if(w.show){var y=r.drawLine(s.globals.padHorizontal+w.offsetX+m,1+w.offsetY,s.globals.padHorizontal+w.offsetX+m,s.globals.gridHeight+w.offsetY,w.color,0);this.elgrid&&this.elgrid.elGridBorders&&s.config.grid.show?this.elgrid.elGridBorders.add(y):l.add(y)}return s.config.yaxis[0].axisTicks.show&&this.axesUtils.drawYAxisTicks(m,c.length,s.config.yaxis[0].axisBorder,s.config.yaxis[0].axisTicks,0,t,l),l}},{key:"drawXaxisTicks",value:function(e,t,i){var a=this.w,s=e;if(!(e<0||e-2>a.globals.gridWidth)){var r=this.offY+a.config.xaxis.axisTicks.offsetY;if(t=t+r+a.config.xaxis.axisTicks.height,a.config.xaxis.position==="top"&&(t=r-a.config.xaxis.axisTicks.height),a.config.xaxis.axisTicks.show){var n=new X(this.ctx).drawLine(e+a.config.xaxis.axisTicks.offsetX,r+a.config.xaxis.offsetY,s+a.config.xaxis.axisTicks.offsetX,t+a.config.xaxis.offsetY,a.config.xaxis.axisTicks.color);i.add(n),n.node.classList.add("apexcharts-xaxis-tick")}}}},{key:"getXAxisTicksPositions",value:function(){var e=this.w,t=[],i=this.xaxisLabels.length,a=e.globals.padHorizontal;if(e.globals.timescaleLabels.length>0)for(var s=0;s<i;s++)a=this.xaxisLabels[s].position,t.push(a);else for(var r=i,n=0;n<r;n++){var l=r;e.globals.isXNumeric&&e.config.chart.type!=="bar"&&(l-=1),a+=e.globals.gridWidth/l,t.push(a)}return t}},{key:"xAxisLabelCorrections",value:function(){var e=this.w,t=new X(this.ctx),i=e.globals.dom.baseEl.querySelector(".apexcharts-xaxis-texts-g"),a=e.globals.dom.baseEl.querySelectorAll(".apexcharts-xaxis-texts-g text:not(.apexcharts-xaxis-group-label)"),s=e.globals.dom.baseEl.querySelectorAll(".apexcharts-yaxis-inversed text"),r=e.globals.dom.baseEl.querySelectorAll(".apexcharts-xaxis-inversed-texts-g text tspan");if(e.globals.rotateXLabels||e.config.xaxis.labels.rotateAlways)for(var n=0;n<a.length;n++){var l=t.rotateAroundCenter(a[n]);l.y=l.y-1,l.x=l.x+1,a[n].setAttribute("transform","rotate(".concat(e.config.xaxis.labels.rotate," ").concat(l.x," ").concat(l.y,")")),a[n].setAttribute("text-anchor","end"),i.setAttribute("transform","translate(0, ".concat(-10,")"));var h=a[n].childNodes;e.config.xaxis.labels.trim&&Array.prototype.forEach.call(h,function(g){t.placeTextWithEllipsis(g,g.textContent,e.globals.xAxisLabelsHeight-(e.config.legend.position==="bottom"?20:10))})}else(function(){for(var g=e.globals.gridWidth/(e.globals.labels.length+1),p=0;p<a.length;p++){var f=a[p].childNodes;e.config.xaxis.labels.trim&&e.config.xaxis.type!=="datetime"&&Array.prototype.forEach.call(f,function(x){t.placeTextWithEllipsis(x,x.textContent,g)})}})();if(s.length>0){var c=s[s.length-1].getBBox(),d=s[0].getBBox();c.x<-20&&s[s.length-1].parentNode.removeChild(s[s.length-1]),d.x+d.width>e.globals.gridWidth&&!e.globals.isBarHorizontal&&s[0].parentNode.removeChild(s[0]);for(var u=0;u<r.length;u++)t.placeTextWithEllipsis(r[u],r[u].textContent,e.config.yaxis[0].labels.maxWidth-(e.config.yaxis[0].title.text?2*parseFloat(e.config.yaxis[0].title.style.fontSize):0)-15)}}}]),o}(),Fa=function(){function o(e){F(this,o),this.ctx=e,this.w=e.w;var t=this.w;this.xaxisLabels=t.globals.labels.slice(),this.axesUtils=new Fe(e),this.isRangeBar=t.globals.seriesRange.length&&t.globals.isBarHorizontal,t.globals.timescaleLabels.length>0&&(this.xaxisLabels=t.globals.timescaleLabels.slice())}return D(o,[{key:"drawGridArea",value:function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,t=this.w,i=new X(this.ctx);e||(e=i.group({class:"apexcharts-grid"}));var a=i.drawLine(t.globals.padHorizontal,1,t.globals.padHorizontal,t.globals.gridHeight,"transparent"),s=i.drawLine(t.globals.padHorizontal,t.globals.gridHeight,t.globals.gridWidth,t.globals.gridHeight,"transparent");return e.add(s),e.add(a),e}},{key:"drawGrid",value:function(){if(this.w.globals.axisCharts){var e=this.renderGrid();return this.drawGridArea(e.el),e}return null}},{key:"createGridMask",value:function(){var e=this.w,t=e.globals,i=new X(this.ctx),a=Array.isArray(e.config.stroke.width)?Math.max.apply(Math,ge(e.config.stroke.width)):e.config.stroke.width,s=function(c){var d=document.createElementNS(t.SVGNS,"clipPath");return d.setAttribute("id",c),d};t.dom.elGridRectMask=s("gridRectMask".concat(t.cuid)),t.dom.elGridRectBarMask=s("gridRectBarMask".concat(t.cuid)),t.dom.elGridRectMarkerMask=s("gridRectMarkerMask".concat(t.cuid)),t.dom.elForecastMask=s("forecastMask".concat(t.cuid)),t.dom.elNonForecastMask=s("nonForecastMask".concat(t.cuid));var r=0,n=0;(["bar","rangeBar","candlestick","boxPlot"].includes(e.config.chart.type)||e.globals.comboBarCount>0)&&e.globals.isXNumeric&&!e.globals.isBarHorizontal&&(r=Math.max(e.config.grid.padding.left,t.barPadForNumericAxis),n=Math.max(e.config.grid.padding.right,t.barPadForNumericAxis)),t.dom.elGridRect=i.drawRect(-a/2-2,-a/2-2,t.gridWidth+a+4,t.gridHeight+a+4,0,"#fff"),t.dom.elGridRectBar=i.drawRect(-a/2-r-2,-a/2-2,t.gridWidth+a+n+r+4,t.gridHeight+a+4,0,"#fff");var l=e.globals.markers.largestSize;t.dom.elGridRectMarker=i.drawRect(-l,-l,t.gridWidth+2*l,t.gridHeight+2*l,0,"#fff"),t.dom.elGridRectMask.appendChild(t.dom.elGridRect.node),t.dom.elGridRectBarMask.appendChild(t.dom.elGridRectBar.node),t.dom.elGridRectMarkerMask.appendChild(t.dom.elGridRectMarker.node);var h=t.dom.baseEl.querySelector("defs");h.appendChild(t.dom.elGridRectMask),h.appendChild(t.dom.elGridRectBarMask),h.appendChild(t.dom.elGridRectMarkerMask),h.appendChild(t.dom.elForecastMask),h.appendChild(t.dom.elNonForecastMask)}},{key:"_drawGridLines",value:function(e){var t=e.i,i=e.x1,a=e.y1,s=e.x2,r=e.y2,n=e.xCount,l=e.parent,h=this.w;if(!(t===0&&h.globals.skipFirstTimelinelabel||t===n-1&&h.globals.skipLastTimelinelabel&&!h.config.xaxis.labels.formatter||h.config.chart.type==="radar")){h.config.grid.xaxis.lines.show&&this._drawGridLine({i:t,x1:i,y1:a,x2:s,y2:r,xCount:n,parent:l});var c=0;if(h.globals.hasXaxisGroups&&h.config.xaxis.tickPlacement==="between"){var d=h.globals.groups;if(d){for(var u=0,g=0;u<t&&g<d.length;g++)u+=d[g].cols;u===t&&(c=.6*h.globals.xAxisLabelsHeight)}}new xt(this.ctx).drawXaxisTicks(i,c,h.globals.dom.elGraphical)}}},{key:"_drawGridLine",value:function(e){var t=e.i,i=e.x1,a=e.y1,s=e.x2,r=e.y2,n=e.xCount,l=e.parent,h=this.w,c=l.node.classList.contains("apexcharts-gridlines-horizontal"),d=h.globals.barPadForNumericAxis,u=a===0&&r===0||i===0&&s===0||a===h.globals.gridHeight&&r===h.globals.gridHeight||h.globals.isBarHorizontal&&(t===0||t===n-1),g=new X(this).drawLine(i-(c?d:0),a,s+(c?d:0),r,h.config.grid.borderColor,h.config.grid.strokeDashArray);g.node.classList.add("apexcharts-gridline"),u&&h.config.grid.show?this.elGridBorders.add(g):l.add(g)}},{key:"_drawGridBandRect",value:function(e){var t=e.c,i=e.x1,a=e.y1,s=e.x2,r=e.y2,n=e.type,l=this.w,h=new X(this.ctx),c=l.globals.barPadForNumericAxis,d=l.config.grid[n].colors[t],u=h.drawRect(i-(n==="row"?c:0),a,s+(n==="row"?2*c:0),r,0,d,l.config.grid[n].opacity);this.elg.add(u),u.attr("clip-path","url(#gridRectMask".concat(l.globals.cuid,")")),u.node.classList.add("apexcharts-grid-".concat(n))}},{key:"_drawXYLines",value:function(e){var t=this,i=e.xCount,a=e.tickAmount,s=this.w;if(s.config.grid.xaxis.lines.show||s.config.xaxis.axisTicks.show){var r,n=s.globals.padHorizontal,l=s.globals.gridHeight;s.globals.timescaleLabels.length?function(p){for(var f=p.xC,x=p.x1,b=p.y1,m=p.x2,w=p.y2,y=0;y<f;y++)x=t.xaxisLabels[y].position,m=t.xaxisLabels[y].position,t._drawGridLines({i:y,x1:x,y1:b,x2:m,y2:w,xCount:i,parent:t.elgridLinesV})}({xC:i,x1:n,y1:0,x2:r,y2:l}):(s.globals.isXNumeric&&(i=s.globals.xAxisScale.result.length),function(p){for(var f=p.xC,x=p.x1,b=p.y1,m=p.x2,w=p.y2,y=0;y<f+(s.globals.isXNumeric?0:1);y++)y===0&&f===1&&s.globals.dataPoints===1&&(m=x=s.globals.gridWidth/2),t._drawGridLines({i:y,x1:x,y1:b,x2:m,y2:w,xCount:i,parent:t.elgridLinesV}),m=x+=s.globals.gridWidth/(s.globals.isXNumeric?f-1:f)}({xC:i,x1:n,y1:0,x2:r,y2:l}))}if(s.config.grid.yaxis.lines.show){var h=0,c=0,d=s.globals.gridWidth,u=a+1;this.isRangeBar&&(u=s.globals.labels.length);for(var g=0;g<u+(this.isRangeBar?1:0);g++)this._drawGridLine({i:g,xCount:u+(this.isRangeBar?1:0),x1:0,y1:h,x2:d,y2:c,parent:this.elgridLinesH}),c=h+=s.globals.gridHeight/(this.isRangeBar?u:a)}}},{key:"_drawInvertedXYLines",value:function(e){var t=e.xCount,i=this.w;if(i.config.grid.xaxis.lines.show||i.config.xaxis.axisTicks.show)for(var a,s=i.globals.padHorizontal,r=i.globals.gridHeight,n=0;n<t+1;n++)i.config.grid.xaxis.lines.show&&this._drawGridLine({i:n,xCount:t+1,x1:s,y1:0,x2:a,y2:r,parent:this.elgridLinesV}),new xt(this.ctx).drawXaxisTicks(s,0,i.globals.dom.elGraphical),a=s+=i.globals.gridWidth/t;if(i.config.grid.yaxis.lines.show)for(var l=0,h=0,c=i.globals.gridWidth,d=0;d<i.globals.dataPoints+1;d++)this._drawGridLine({i:d,xCount:i.globals.dataPoints+1,x1:0,y1:l,x2:c,y2:h,parent:this.elgridLinesH}),h=l+=i.globals.gridHeight/i.globals.dataPoints}},{key:"renderGrid",value:function(){var e=this.w,t=e.globals,i=new X(this.ctx);this.elg=i.group({class:"apexcharts-grid"}),this.elgridLinesH=i.group({class:"apexcharts-gridlines-horizontal"}),this.elgridLinesV=i.group({class:"apexcharts-gridlines-vertical"}),this.elGridBorders=i.group({class:"apexcharts-grid-borders"}),this.elg.add(this.elgridLinesH),this.elg.add(this.elgridLinesV),e.config.grid.show||(this.elgridLinesV.hide(),this.elgridLinesH.hide(),this.elGridBorders.hide());for(var a=0;a<t.seriesYAxisMap.length&&t.ignoreYAxisIndexes.includes(a);)a++;a===t.seriesYAxisMap.length&&(a=0);var s,r=t.yAxisScale[a].result.length-1;if(!t.isBarHorizontal||this.isRangeBar){var n,l,h;s=this.xaxisLabels.length,this.isRangeBar&&(r=t.labels.length,e.config.xaxis.tickAmount&&e.config.xaxis.labels.formatter&&(s=e.config.xaxis.tickAmount),((n=t.yAxisScale)===null||n===void 0||(l=n[a])===null||l===void 0||(h=l.result)===null||h===void 0?void 0:h.length)>0&&e.config.xaxis.type!=="datetime"&&(s=t.yAxisScale[a].result.length-1)),this._drawXYLines({xCount:s,tickAmount:r})}else s=r,r=t.xTickAmount,this._drawInvertedXYLines({xCount:s,tickAmount:r});return this.drawGridBands(s,r),{el:this.elg,elGridBorders:this.elGridBorders,xAxisTickWidth:t.gridWidth/s}}},{key:"drawGridBands",value:function(e,t){var i,a,s=this,r=this.w;if(((i=r.config.grid.row.colors)===null||i===void 0?void 0:i.length)>0&&function(p,f,x,b,m,w){for(var y=0,v=0;y<f;y++,v++)v>=r.config.grid[p].colors.length&&(v=0),s._drawGridBandRect({c:v,x1:x,y1:b,x2:m,y2:w,type:p}),b+=r.globals.gridHeight/t}("row",t,0,0,r.globals.gridWidth,r.globals.gridHeight/t),((a=r.config.grid.column.colors)===null||a===void 0?void 0:a.length)>0){var n=r.globals.isBarHorizontal||r.config.xaxis.tickPlacement!=="on"||r.config.xaxis.type!=="category"&&!r.config.xaxis.convertedCatToNumeric?e:e-1;r.globals.isXNumeric&&(n=r.globals.xAxisScale.result.length-1);for(var l=r.globals.padHorizontal,h=r.globals.padHorizontal+r.globals.gridWidth/n,c=r.globals.gridHeight,d=0,u=0;d<e;d++,u++){var g;u>=r.config.grid.column.colors.length&&(u=0),r.config.xaxis.type==="datetime"&&(l=this.xaxisLabels[d].position,h=(((g=this.xaxisLabels[d+1])===null||g===void 0?void 0:g.position)||r.globals.gridWidth)-this.xaxisLabels[d].position),this._drawGridBandRect({c:u,x1:l,y1:0,x2:h,y2:c,type:"column"}),l+=r.globals.gridWidth/n}}}}]),o}(),Da=function(){function o(e){F(this,o),this.ctx=e,this.w=e.w,this.coreUtils=new ce(this.ctx)}return D(o,[{key:"niceScale",value:function(e,t){var i,a,s,r,n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:0,l=1e-11,h=this.w,c=h.globals;c.isBarHorizontal?(i=h.config.xaxis,a=Math.max((c.svgWidth-100)/25,2)):(i=h.config.yaxis[n],a=Math.max((c.svgHeight-100)/15,2)),L.isNumber(a)||(a=10),s=i.min!==void 0&&i.min!==null,r=i.max!==void 0&&i.min!==null;var d=i.stepSize!==void 0&&i.stepSize!==null,u=i.tickAmount!==void 0&&i.tickAmount!==null,g=u?i.tickAmount:c.niceScaleDefaultTicks[Math.min(Math.round(a/2),c.niceScaleDefaultTicks.length-1)];if(c.isMultipleYAxis&&!u&&c.multiAxisTickAmount>0&&(g=c.multiAxisTickAmount,u=!0),g=g==="dataPoints"?c.dataPoints-1:Math.abs(Math.round(g)),(e===Number.MIN_VALUE&&t===0||!L.isNumber(e)&&!L.isNumber(t)||e===Number.MIN_VALUE&&t===-Number.MAX_VALUE)&&(e=L.isNumber(i.min)?i.min:0,t=L.isNumber(i.max)?i.max:e+g,c.allSeriesCollapsed=!1),e>t){console.warn("axis.min cannot be greater than axis.max: swapping min and max");var p=t;t=e,e=p}else e===t&&(e=e===0?0:e-1,t=t===0?2:t+1);var f=[];g<1&&(g=1);var x=g,b=Math.abs(t-e);!s&&e>0&&e/b<.15&&(e=0,s=!0),!r&&t<0&&-t/b<.15&&(t=0,r=!0);var m=(b=Math.abs(t-e))/x,w=m,y=Math.floor(Math.log10(w)),v=Math.pow(10,y),A=Math.ceil(w/v);if(m=w=(A=c.niceScaleAllowedMagMsd[c.yValueDecimal===0?0:1][A])*v,c.isBarHorizontal&&i.stepSize&&i.type!=="datetime"?(m=i.stepSize,d=!0):d&&(m=i.stepSize),d&&i.forceNiceScale){var k=Math.floor(Math.log10(m));m*=Math.pow(10,y-k)}if(s&&r){var C=b/x;if(u)if(d)if(L.mod(b,m)!=0){var S=L.getGCD(m,C);m=C/S<10?S:C}else L.mod(m,C)==0?m=C:(C=m,u=!1);else m=C;else if(d)L.mod(b,m)==0?C=m:m=C;else if(L.mod(b,m)==0)C=m;else{C=b/(x=Math.ceil(b/m));var M=L.getGCD(b,m);b/M<a&&(C=M),m=C}x=Math.round(b/m)}else{if(s||r){if(r)if(u)e=t-m*x;else{var P=e;e=m*Math.floor(e/m),Math.abs(t-e)/L.getGCD(b,m)>a&&(e=t-m*g,e+=m*Math.floor((P-e)/m))}else if(s)if(u)t=e+m*x;else{var I=t;t=m*Math.ceil(t/m),Math.abs(t-e)/L.getGCD(b,m)>a&&(t=e+m*g,t+=m*Math.ceil((I-t)/m))}}else if(c.isMultipleYAxis&&u){var T=m*Math.floor(e/m),z=T+m*x;z<t&&(m*=2),z=t,t=(e=T)+m*x,b=Math.abs(t-e),e>0&&e<Math.abs(z-t)&&(e=0,t=m*x),t<0&&-t<Math.abs(T-e)&&(t=0,e=-m*x)}else e=m*Math.floor(e/m),t=m*Math.ceil(t/m);b=Math.abs(t-e),m=L.getGCD(b,m),x=Math.round(b/m)}if(u||s||r||(x=Math.ceil((b-l)/(m+l)))>16&&L.getPrimeFactors(x).length<2&&x++,!u&&i.forceNiceScale&&c.yValueDecimal===0&&x>b&&(x=b,m=Math.round(b/x)),x>a&&(!u&&!d||i.forceNiceScale)){var E=L.getPrimeFactors(x),R=E.length-1,Y=x;e:for(var H=0;H<R;H++)for(var _=0;_<=R-H;_++){for(var N=Math.min(_+H,R),W=Y,Q=1,oe=_;oe<=N;oe++)Q*=E[oe];if((W/=Q)<a){Y=W;break e}}m=Y===x?b:b/Y,x=Math.round(b/m)}c.isMultipleYAxis&&c.multiAxisTickAmount==0&&c.ignoreYAxisIndexes.indexOf(n)<0&&(c.multiAxisTickAmount=x);var q=e-m,ue=m*l;do q+=m,f.push(L.stripNumber(q,7));while(t-q>ue);return{result:f,niceMin:f[0],niceMax:f[f.length-1]}}},{key:"linearScale",value:function(e,t){var i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:10,a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:0,s=arguments.length>4&&arguments[4]!==void 0?arguments[4]:void 0,r=Math.abs(t-e),n=[];if(e===t)return{result:n=[e],niceMin:n[0],niceMax:n[n.length-1]};(i=this._adjustTicksForSmallRange(i,a,r))==="dataPoints"&&(i=this.w.globals.dataPoints-1),s||(s=r/i),s=Math.round(10*(s+Number.EPSILON))/10,i===Number.MAX_VALUE&&(i=5,s=1);for(var l=e;i>=0;)n.push(l),l=L.preciseAddition(l,s),i-=1;return{result:n,niceMin:n[0],niceMax:n[n.length-1]}}},{key:"logarithmicScaleNice",value:function(e,t,i){t<=0&&(t=Math.max(e,i)),e<=0&&(e=Math.min(t,i));for(var a=[],s=Math.ceil(Math.log(t)/Math.log(i)+1),r=Math.floor(Math.log(e)/Math.log(i));r<s;r++)a.push(Math.pow(i,r));return{result:a,niceMin:a[0],niceMax:a[a.length-1]}}},{key:"logarithmicScale",value:function(e,t,i){t<=0&&(t=Math.max(e,i)),e<=0&&(e=Math.min(t,i));for(var a=[],s=Math.log(t)/Math.log(i),r=Math.log(e)/Math.log(i),n=s-r,l=Math.round(n),h=n/l,c=0,d=r;c<l;c++,d+=h)a.push(Math.pow(i,d));return a.push(Math.pow(i,s)),{result:a,niceMin:e,niceMax:t}}},{key:"_adjustTicksForSmallRange",value:function(e,t,i){var a=e;if(t!==void 0&&this.w.config.yaxis[t].labels.formatter&&this.w.config.yaxis[t].tickAmount===void 0){var s=Number(this.w.config.yaxis[t].labels.formatter(1));L.isNumber(s)&&this.w.globals.yValueDecimal===0&&(a=Math.ceil(i))}return a<e?a:e}},{key:"setYScaleForIndex",value:function(e,t,i){var a=this.w.globals,s=this.w.config,r=a.isBarHorizontal?s.xaxis:s.yaxis[e];a.yAxisScale[e]===void 0&&(a.yAxisScale[e]=[]);var n=Math.abs(i-t);r.logarithmic&&n<=5&&(a.invalidLogScale=!0),r.logarithmic&&n>5?(a.allSeriesCollapsed=!1,a.yAxisScale[e]=r.forceNiceScale?this.logarithmicScaleNice(t,i,r.logBase):this.logarithmicScale(t,i,r.logBase)):i!==-Number.MAX_VALUE&&L.isNumber(i)&&t!==Number.MAX_VALUE&&L.isNumber(t)?(a.allSeriesCollapsed=!1,a.yAxisScale[e]=this.niceScale(t,i,e)):a.yAxisScale[e]=this.niceScale(Number.MIN_VALUE,0,e)}},{key:"setXScale",value:function(e,t){var i=this.w,a=i.globals,s=Math.abs(t-e);if(t!==-Number.MAX_VALUE&&L.isNumber(t)){var r=a.xTickAmount;s<10&&s>1&&(r=s),a.xAxisScale=this.linearScale(e,t,r,0,i.config.xaxis.stepSize)}else a.xAxisScale=this.linearScale(0,10,10);return a.xAxisScale}},{key:"scaleMultipleYAxes",value:function(){var e=this,t=this.w.config,i=this.w.globals;this.coreUtils.setSeriesYAxisMappings();var a=i.seriesYAxisMap,s=i.minYArr,r=i.maxYArr;i.allSeriesCollapsed=!0,i.barGroups=[],a.forEach(function(n,l){var h=[];n.forEach(function(c){var d,u=(d=t.series[c])===null||d===void 0?void 0:d.group;h.indexOf(u)<0&&h.push(u)}),n.length>0?function(){var c,d,u=Number.MAX_VALUE,g=-Number.MAX_VALUE,p=u,f=g;if(t.chart.stacked)(function(){var m=new Array(i.dataPoints).fill(0),w=[],y=[],v=[];h.forEach(function(){w.push(m.map(function(){return Number.MIN_VALUE})),y.push(m.map(function(){return Number.MIN_VALUE})),v.push(m.map(function(){return Number.MIN_VALUE}))});for(var A=function(C){!c&&t.series[n[C]].type&&(c=t.series[n[C]].type);var S=n[C];d=t.series[S].group?t.series[S].group:"axis-".concat(l),!(i.collapsedSeriesIndices.indexOf(S)<0&&i.ancillaryCollapsedSeriesIndices.indexOf(S)<0)||(i.allSeriesCollapsed=!1,h.forEach(function(M,P){if(t.series[S].group===M)for(var I=0;I<i.series[S].length;I++){var T=i.series[S][I];T>=0?y[P][I]+=T:v[P][I]+=T,w[P][I]+=T,p=Math.min(p,T),f=Math.max(f,T)}})),c!=="bar"&&c!=="column"||i.barGroups.push(d)},k=0;k<n.length;k++)A(k);c||(c=t.chart.type),c==="bar"||c==="column"?h.forEach(function(C,S){u=Math.min(u,Math.min.apply(null,v[S])),g=Math.max(g,Math.max.apply(null,y[S]))}):(h.forEach(function(C,S){p=Math.min(p,Math.min.apply(null,w[S])),f=Math.max(f,Math.max.apply(null,w[S]))}),u=p,g=f),u===Number.MIN_VALUE&&g===Number.MIN_VALUE&&(g=-Number.MAX_VALUE)})();else for(var x=0;x<n.length;x++){var b=n[x];u=Math.min(u,s[b]),g=Math.max(g,r[b]),!(i.collapsedSeriesIndices.indexOf(b)<0&&i.ancillaryCollapsedSeriesIndices.indexOf(b)<0)||(i.allSeriesCollapsed=!1)}t.yaxis[l].min!==void 0&&(u=typeof t.yaxis[l].min=="function"?t.yaxis[l].min(u):t.yaxis[l].min),t.yaxis[l].max!==void 0&&(g=typeof t.yaxis[l].max=="function"?t.yaxis[l].max(g):t.yaxis[l].max),i.barGroups=i.barGroups.filter(function(m,w,y){return y.indexOf(m)===w}),e.setYScaleForIndex(l,u,g),n.forEach(function(m){s[m]=i.yAxisScale[l].niceMin,r[m]=i.yAxisScale[l].niceMax})}():e.setYScaleForIndex(l,0,-Number.MAX_VALUE)})}}]),o}(),xi=function(){function o(e){F(this,o),this.ctx=e,this.w=e.w,this.scales=new Da(e)}return D(o,[{key:"init",value:function(){this.setYRange(),this.setXRange(),this.setZRange()}},{key:"getMinYMaxY",value:function(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Number.MAX_VALUE,i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:-Number.MAX_VALUE,a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:null,s=this.w.config,r=this.w.globals,n=-Number.MAX_VALUE,l=Number.MIN_VALUE;a===null&&(a=e+1);var h=r.series,c=h,d=h;s.chart.type==="candlestick"?(c=r.seriesCandleL,d=r.seriesCandleH):s.chart.type==="boxPlot"?(c=r.seriesCandleO,d=r.seriesCandleC):r.isRangeData&&(c=r.seriesRangeStart,d=r.seriesRangeEnd);var u=!1;if(r.seriesX.length>=a){var g,p=(g=r.brushSource)===null||g===void 0?void 0:g.w.config.chart.brush;(s.chart.zoom.enabled&&s.chart.zoom.autoScaleYaxis||p!=null&&p.enabled&&p!=null&&p.autoScaleYaxis)&&(u=!0)}for(var f=e;f<a;f++){r.dataPoints=Math.max(r.dataPoints,h[f].length);var x=s.series[f].type;r.categoryLabels.length&&(r.dataPoints=r.categoryLabels.filter(function(v){return v!==void 0}).length),r.labels.length&&s.xaxis.type!=="datetime"&&r.series.reduce(function(v,A){return v+A.length},0)!==0&&(r.dataPoints=Math.max(r.dataPoints,r.labels.length));var b=0,m=h[f].length-1;if(u){if(s.xaxis.min)for(;b<m&&r.seriesX[f][b]<s.xaxis.min;b++);if(s.xaxis.max)for(;m>b&&r.seriesX[f][m]>s.xaxis.max;m--);}for(var w=b;w<=m&&w<r.series[f].length;w++){var y=h[f][w];if(y!==null&&L.isNumber(y)){switch(d[f][w]!==void 0&&(n=Math.max(n,d[f][w]),t=Math.min(t,d[f][w])),c[f][w]!==void 0&&(t=Math.min(t,c[f][w]),i=Math.max(i,c[f][w])),x){case"candlestick":r.seriesCandleC[f][w]!==void 0&&(n=Math.max(n,r.seriesCandleH[f][w]),t=Math.min(t,r.seriesCandleL[f][w]));break;case"boxPlot":r.seriesCandleC[f][w]!==void 0&&(n=Math.max(n,r.seriesCandleC[f][w]),t=Math.min(t,r.seriesCandleO[f][w]))}x&&x!=="candlestick"&&x!=="boxPlot"&&x!=="rangeArea"&&x!=="rangeBar"&&(n=Math.max(n,r.series[f][w]),t=Math.min(t,r.series[f][w])),r.seriesGoals[f]&&r.seriesGoals[f][w]&&Array.isArray(r.seriesGoals[f][w])&&r.seriesGoals[f][w].forEach(function(v){n=Math.max(n,v.value),t=Math.min(t,v.value)}),i=n,y=L.noExponents(y),L.isFloat(y)&&(r.yValueDecimal=Math.max(r.yValueDecimal,y.toString().split(".")[1].length)),l>c[f][w]&&c[f][w]<0&&(l=c[f][w])}else r.hasNullValues=!0}x!=="bar"&&x!=="column"||(l<0&&n<0&&(n=0,i=Math.max(i,0)),l===Number.MIN_VALUE&&(l=0,t=Math.min(t,0)))}return s.chart.type==="rangeBar"&&r.seriesRangeStart.length&&r.isBarHorizontal&&(l=t),s.chart.type==="bar"&&(l<0&&n<0&&(n=0),l===Number.MIN_VALUE&&(l=0)),{minY:l,maxY:n,lowestY:t,highestY:i}}},{key:"setYRange",value:function(){var e=this.w.globals,t=this.w.config;e.maxY=-Number.MAX_VALUE,e.minY=Number.MIN_VALUE;var i,a=Number.MAX_VALUE;if(e.isMultipleYAxis){a=Number.MAX_VALUE;for(var s=0;s<e.series.length;s++)i=this.getMinYMaxY(s),e.minYArr[s]=i.lowestY,e.maxYArr[s]=i.highestY,a=Math.min(a,i.lowestY)}return i=this.getMinYMaxY(0,a,null,e.series.length),t.chart.type==="bar"?(e.minY=i.minY,e.maxY=i.maxY):(e.minY=i.lowestY,e.maxY=i.highestY),a=i.lowestY,t.chart.stacked&&this._setStackedMinMax(),t.chart.type==="line"||t.chart.type==="area"||t.chart.type==="scatter"||t.chart.type==="candlestick"||t.chart.type==="boxPlot"||t.chart.type==="rangeBar"&&!e.isBarHorizontal?e.minY===Number.MIN_VALUE&&a!==-Number.MAX_VALUE&&a!==e.maxY&&(e.minY=a):e.minY=e.minY!==Number.MIN_VALUE?Math.min(i.minY,e.minY):i.minY,t.yaxis.forEach(function(r,n){r.max!==void 0&&(typeof r.max=="number"?e.maxYArr[n]=r.max:typeof r.max=="function"&&(e.maxYArr[n]=r.max(e.isMultipleYAxis?e.maxYArr[n]:e.maxY)),e.maxY=e.maxYArr[n]),r.min!==void 0&&(typeof r.min=="number"?e.minYArr[n]=r.min:typeof r.min=="function"&&(e.minYArr[n]=r.min(e.isMultipleYAxis?e.minYArr[n]===Number.MIN_VALUE?0:e.minYArr[n]:e.minY)),e.minY=e.minYArr[n])}),e.isBarHorizontal&&["min","max"].forEach(function(r){t.xaxis[r]!==void 0&&typeof t.xaxis[r]=="number"&&(r==="min"?e.minY=t.xaxis[r]:e.maxY=t.xaxis[r])}),e.isMultipleYAxis?(this.scales.scaleMultipleYAxes(),e.minY=a):(this.scales.setYScaleForIndex(0,e.minY,e.maxY),e.minY=e.yAxisScale[0].niceMin,e.maxY=e.yAxisScale[0].niceMax,e.minYArr[0]=e.minY,e.maxYArr[0]=e.maxY),e.barGroups=[],e.lineGroups=[],e.areaGroups=[],t.series.forEach(function(r){switch(r.type||t.chart.type){case"bar":case"column":e.barGroups.push(r.group);break;case"line":e.lineGroups.push(r.group);break;case"area":e.areaGroups.push(r.group)}}),e.barGroups=e.barGroups.filter(function(r,n,l){return l.indexOf(r)===n}),e.lineGroups=e.lineGroups.filter(function(r,n,l){return l.indexOf(r)===n}),e.areaGroups=e.areaGroups.filter(function(r,n,l){return l.indexOf(r)===n}),{minY:e.minY,maxY:e.maxY,minYArr:e.minYArr,maxYArr:e.maxYArr,yAxisScale:e.yAxisScale}}},{key:"setXRange",value:function(){var e=this.w.globals,t=this.w.config,i=t.xaxis.type==="numeric"||t.xaxis.type==="datetime"||t.xaxis.type==="category"&&!e.noLabelsProvided||e.noLabelsProvided||e.isXNumeric;if(e.isXNumeric&&function(){for(var l=0;l<e.series.length;l++)if(e.labels[l])for(var h=0;h<e.labels[l].length;h++)e.labels[l][h]!==null&&L.isNumber(e.labels[l][h])&&(e.maxX=Math.max(e.maxX,e.labels[l][h]),e.initialMaxX=Math.max(e.maxX,e.labels[l][h]),e.minX=Math.min(e.minX,e.labels[l][h]),e.initialMinX=Math.min(e.minX,e.labels[l][h]))}(),e.noLabelsProvided&&t.xaxis.categories.length===0&&(e.maxX=e.labels[e.labels.length-1],e.initialMaxX=e.labels[e.labels.length-1],e.minX=1,e.initialMinX=1),e.isXNumeric||e.noLabelsProvided||e.dataFormatXNumeric){var a=10;if(t.xaxis.tickAmount===void 0)a=Math.round(e.svgWidth/150),t.xaxis.type==="numeric"&&e.dataPoints<30&&(a=e.dataPoints-1),a>e.dataPoints&&e.dataPoints!==0&&(a=e.dataPoints-1);else if(t.xaxis.tickAmount==="dataPoints"){if(e.series.length>1&&(a=e.series[e.maxValsInArrayIndex].length-1),e.isXNumeric){var s=e.maxX-e.minX;s<30&&(a=s-1)}}else a=t.xaxis.tickAmount;if(e.xTickAmount=a,t.xaxis.max!==void 0&&typeof t.xaxis.max=="number"&&(e.maxX=t.xaxis.max),t.xaxis.min!==void 0&&typeof t.xaxis.min=="number"&&(e.minX=t.xaxis.min),t.xaxis.range!==void 0&&(e.minX=e.maxX-t.xaxis.range),e.minX!==Number.MAX_VALUE&&e.maxX!==-Number.MAX_VALUE)if(t.xaxis.convertedCatToNumeric&&!e.dataFormatXNumeric){for(var r=[],n=e.minX-1;n<e.maxX;n++)r.push(n+1);e.xAxisScale={result:r,niceMin:r[0],niceMax:r[r.length-1]}}else e.xAxisScale=this.scales.setXScale(e.minX,e.maxX);else e.xAxisScale=this.scales.linearScale(0,a,a,0,t.xaxis.stepSize),e.noLabelsProvided&&e.labels.length>0&&(e.xAxisScale=this.scales.linearScale(1,e.labels.length,a-1,0,t.xaxis.stepSize),e.seriesX=e.labels.slice());i&&(e.labels=e.xAxisScale.result.slice())}return e.isBarHorizontal&&e.labels.length&&(e.xTickAmount=e.labels.length),this._handleSingleDataPoint(),this._getMinXDiff(),{minX:e.minX,maxX:e.maxX}}},{key:"setZRange",value:function(){var e=this.w.globals;if(e.isDataXYZ){for(var t=0;t<e.series.length;t++)if(e.seriesZ[t]!==void 0)for(var i=0;i<e.seriesZ[t].length;i++)e.seriesZ[t][i]!==null&&L.isNumber(e.seriesZ[t][i])&&(e.maxZ=Math.max(e.maxZ,e.seriesZ[t][i]),e.minZ=Math.min(e.minZ,e.seriesZ[t][i]))}}},{key:"_handleSingleDataPoint",value:function(){var e=this.w.globals,t=this.w.config;if(e.minX===e.maxX){var i=new fe(this.ctx);if(t.xaxis.type==="datetime"){var a=i.getDate(e.minX);t.xaxis.labels.datetimeUTC?a.setUTCDate(a.getUTCDate()-2):a.setDate(a.getDate()-2),e.minX=new Date(a).getTime();var s=i.getDate(e.maxX);t.xaxis.labels.datetimeUTC?s.setUTCDate(s.getUTCDate()+2):s.setDate(s.getDate()+2),e.maxX=new Date(s).getTime()}else(t.xaxis.type==="numeric"||t.xaxis.type==="category"&&!e.noLabelsProvided)&&(e.minX=e.minX-2,e.initialMinX=e.minX,e.maxX=e.maxX+2,e.initialMaxX=e.maxX)}}},{key:"_getMinXDiff",value:function(){var e=this.w.globals;e.isXNumeric&&e.seriesX.forEach(function(t,i){if(t.length){t.length===1&&t.push(e.seriesX[e.maxValsInArrayIndex][e.seriesX[e.maxValsInArrayIndex].length-1]);var a=t.slice();a.sort(function(s,r){return s-r}),a.forEach(function(s,r){if(r>0){var n=s-a[r-1];n>0&&(e.minXDiff=Math.min(n,e.minXDiff))}}),e.dataPoints!==1&&e.minXDiff!==Number.MAX_VALUE||(e.minXDiff=.5)}})}},{key:"_setStackedMinMax",value:function(){var e=this,t=this.w.globals;if(t.series.length){var i=t.seriesGroups;i.length||(i=[this.w.globals.seriesNames.map(function(r){return r})]);var a={},s={};i.forEach(function(r){a[r]=[],s[r]=[],e.w.config.series.map(function(n,l){return r.indexOf(t.seriesNames[l])>-1?l:null}).filter(function(n){return n!==null}).forEach(function(n){for(var l=0;l<t.series[t.maxValsInArrayIndex].length;l++){var h,c,d,u;a[r][l]===void 0&&(a[r][l]=0,s[r][l]=0),(e.w.config.chart.stacked&&!t.comboCharts||e.w.config.chart.stacked&&t.comboCharts&&(!e.w.config.chart.stackOnlyBar||((h=e.w.config.series)===null||h===void 0||(c=h[n])===null||c===void 0?void 0:c.type)==="bar"||((d=e.w.config.series)===null||d===void 0||(u=d[n])===null||u===void 0?void 0:u.type)==="column"))&&t.series[n][l]!==null&&L.isNumber(t.series[n][l])&&(t.series[n][l]>0?a[r][l]+=parseFloat(t.series[n][l])+1e-4:s[r][l]+=parseFloat(t.series[n][l]))}})}),Object.entries(a).forEach(function(r){var n=oa(r,1)[0];a[n].forEach(function(l,h){t.maxY=Math.max(t.maxY,a[n][h]),t.minY=Math.min(t.minY,s[n][h])})})}}}]),o}(),Oi=function(){function o(e,t){F(this,o),this.ctx=e,this.elgrid=t,this.w=e.w;var i=this.w;this.xaxisFontSize=i.config.xaxis.labels.style.fontSize,this.axisFontFamily=i.config.xaxis.labels.style.fontFamily,this.xaxisForeColors=i.config.xaxis.labels.style.colors,this.isCategoryBarHorizontal=i.config.chart.type==="bar"&&i.config.plotOptions.bar.horizontal,this.xAxisoffX=i.config.xaxis.position==="bottom"?i.globals.gridHeight:0,this.drawnLabels=[],this.axesUtils=new Fe(e)}return D(o,[{key:"drawYaxis",value:function(e){var t=this.w,i=new X(this.ctx),a=t.config.yaxis[e].labels.style,s=a.fontSize,r=a.fontFamily,n=a.fontWeight,l=i.group({class:"apexcharts-yaxis",rel:e,transform:"translate(".concat(t.globals.translateYAxisX[e],", 0)")});if(this.axesUtils.isYAxisHidden(e))return l;var h=i.group({class:"apexcharts-yaxis-texts-g"});l.add(h);var c=t.globals.yAxisScale[e].result.length-1,d=t.globals.gridHeight/c,u=t.globals.yLabelFormatters[e],g=this.axesUtils.checkForReversedLabels(e,t.globals.yAxisScale[e].result.slice());if(t.config.yaxis[e].labels.show){var p=t.globals.translateY+t.config.yaxis[e].labels.offsetY;t.globals.isBarHorizontal?p=0:t.config.chart.type==="heatmap"&&(p-=d/2),p+=parseInt(s,10)/3;for(var f=c;f>=0;f--){var x=u(g[f],f,t),b=t.config.yaxis[e].labels.padding;t.config.yaxis[e].opposite&&t.config.yaxis.length!==0&&(b*=-1);var m=this.getTextAnchor(t.config.yaxis[e].labels.align,t.config.yaxis[e].opposite),w=this.axesUtils.getYAxisForeColor(a.colors,e),y=Array.isArray(w)?w[f]:w,v=L.listToArray(t.globals.dom.baseEl.querySelectorAll(".apexcharts-yaxis[rel='".concat(e,"'] .apexcharts-yaxis-label tspan"))).map(function(k){return k.textContent}),A=i.drawText({x:b,y:p,text:v.includes(x)&&!t.config.yaxis[e].labels.showDuplicates?"":x,textAnchor:m,fontSize:s,fontFamily:r,fontWeight:n,maxWidth:t.config.yaxis[e].labels.maxWidth,foreColor:y,isPlainText:!1,cssClass:"apexcharts-yaxis-label ".concat(a.cssClass)});h.add(A),this.addTooltip(A,x),t.config.yaxis[e].labels.rotate!==0&&this.rotateLabel(i,A,firstLabel,t.config.yaxis[e].labels.rotate),p+=d}}return this.addYAxisTitle(i,l,e),this.addAxisBorder(i,l,e,c,d),l}},{key:"getTextAnchor",value:function(e,t){return e==="left"?"start":e==="center"?"middle":e==="right"?"end":t?"start":"end"}},{key:"addTooltip",value:function(e,t){var i=document.createElementNS(this.w.globals.SVGNS,"title");i.textContent=Array.isArray(t)?t.join(" "):t,e.node.appendChild(i)}},{key:"rotateLabel",value:function(e,t,i,a){var s=e.rotateAroundCenter(i.node),r=e.rotateAroundCenter(t.node);t.node.setAttribute("transform","rotate(".concat(a," ").concat(s.x," ").concat(r.y,")"))}},{key:"addYAxisTitle",value:function(e,t,i){var a=this.w;if(a.config.yaxis[i].title.text!==void 0){var s=e.group({class:"apexcharts-yaxis-title"}),r=a.config.yaxis[i].opposite?a.globals.translateYAxisX[i]:0,n=e.drawText({x:r,y:a.globals.gridHeight/2+a.globals.translateY+a.config.yaxis[i].title.offsetY,text:a.config.yaxis[i].title.text,textAnchor:"end",foreColor:a.config.yaxis[i].title.style.color,fontSize:a.config.yaxis[i].title.style.fontSize,fontWeight:a.config.yaxis[i].title.style.fontWeight,fontFamily:a.config.yaxis[i].title.style.fontFamily,cssClass:"apexcharts-yaxis-title-text ".concat(a.config.yaxis[i].title.style.cssClass)});s.add(n),t.add(s)}}},{key:"addAxisBorder",value:function(e,t,i,a,s){var r=this.w,n=r.config.yaxis[i].axisBorder,l=31+n.offsetX;if(r.config.yaxis[i].opposite&&(l=-31-n.offsetX),n.show){var h=e.drawLine(l,r.globals.translateY+n.offsetY-2,l,r.globals.gridHeight+r.globals.translateY+n.offsetY+2,n.color,0,n.width);t.add(h)}r.config.yaxis[i].axisTicks.show&&this.axesUtils.drawYAxisTicks(l,a,n,r.config.yaxis[i].axisTicks,i,s,t)}},{key:"drawYaxisInversed",value:function(e){var t=this.w,i=new X(this.ctx),a=i.group({class:"apexcharts-xaxis apexcharts-yaxis-inversed"}),s=i.group({class:"apexcharts-xaxis-texts-g",transform:"translate(".concat(t.globals.translateXAxisX,", ").concat(t.globals.translateXAxisY,")")});a.add(s);var r=t.globals.yAxisScale[e].result.length-1,n=t.globals.gridWidth/r+.1,l=n+t.config.xaxis.labels.offsetX,h=t.globals.xLabelFormatter,c=this.axesUtils.checkForReversedLabels(e,t.globals.yAxisScale[e].result.slice()),d=t.globals.timescaleLabels;if(d.length>0&&(this.xaxisLabels=d.slice(),r=(c=d.slice()).length),t.config.xaxis.labels.show)for(var u=d.length?0:r;d.length?u<d.length:u>=0;d.length?u++:u--){var g=h(c[u],u,t),p=t.globals.gridWidth+t.globals.padHorizontal-(l-n+t.config.xaxis.labels.offsetX);if(d.length){var f=this.axesUtils.getLabel(c,d,p,u,this.drawnLabels,this.xaxisFontSize);p=f.x,g=f.text,this.drawnLabels.push(f.text),u===0&&t.globals.skipFirstTimelinelabel&&(g=""),u===c.length-1&&t.globals.skipLastTimelinelabel&&(g="")}var x=i.drawText({x:p,y:this.xAxisoffX+t.config.xaxis.labels.offsetY+30-(t.config.xaxis.position==="top"?t.globals.xAxisHeight+t.config.xaxis.axisTicks.height-2:0),text:g,textAnchor:"middle",foreColor:Array.isArray(this.xaxisForeColors)?this.xaxisForeColors[e]:this.xaxisForeColors,fontSize:this.xaxisFontSize,fontFamily:this.xaxisFontFamily,fontWeight:t.config.xaxis.labels.style.fontWeight,isPlainText:!1,cssClass:"apexcharts-xaxis-label ".concat(t.config.xaxis.labels.style.cssClass)});s.add(x),x.tspan(g),this.addTooltip(x,g),l+=n}return this.inversedYAxisTitleText(a),this.inversedYAxisBorder(a),a}},{key:"inversedYAxisBorder",value:function(e){var t=this.w,i=new X(this.ctx),a=t.config.xaxis.axisBorder;if(a.show){var s=0;t.config.chart.type==="bar"&&t.globals.isXNumeric&&(s-=15);var r=i.drawLine(t.globals.padHorizontal+s+a.offsetX,this.xAxisoffX,t.globals.gridWidth,this.xAxisoffX,a.color,0,a.height);this.elgrid&&this.elgrid.elGridBorders&&t.config.grid.show?this.elgrid.elGridBorders.add(r):e.add(r)}}},{key:"inversedYAxisTitleText",value:function(e){var t=this.w,i=new X(this.ctx);if(t.config.xaxis.title.text!==void 0){var a=i.group({class:"apexcharts-xaxis-title apexcharts-yaxis-title-inversed"}),s=i.drawText({x:t.globals.gridWidth/2+t.config.xaxis.title.offsetX,y:this.xAxisoffX+parseFloat(this.xaxisFontSize)+parseFloat(t.config.xaxis.title.style.fontSize)+t.config.xaxis.title.offsetY+20,text:t.config.xaxis.title.text,textAnchor:"middle",fontSize:t.config.xaxis.title.style.fontSize,fontFamily:t.config.xaxis.title.style.fontFamily,fontWeight:t.config.xaxis.title.style.fontWeight,foreColor:t.config.xaxis.title.style.color,cssClass:"apexcharts-xaxis-title-text ".concat(t.config.xaxis.title.style.cssClass)});a.add(s),e.add(a)}}},{key:"yAxisTitleRotate",value:function(e,t){var i=this.w,a=new X(this.ctx),s=i.globals.dom.baseEl.querySelector(".apexcharts-yaxis[rel='".concat(e,"'] .apexcharts-yaxis-texts-g")),r=s?s.getBoundingClientRect():{width:0,height:0},n=i.globals.dom.baseEl.querySelector(".apexcharts-yaxis[rel='".concat(e,"'] .apexcharts-yaxis-title text")),l=n?n.getBoundingClientRect():{width:0,height:0};if(n){var h=this.xPaddingForYAxisTitle(e,r,l,t);n.setAttribute("x",h.xPos-(t?10:0));var c=a.rotateAroundCenter(n);n.setAttribute("transform","rotate(".concat(t?-1*i.config.yaxis[e].title.rotate:i.config.yaxis[e].title.rotate," ").concat(c.x," ").concat(c.y,")"))}}},{key:"xPaddingForYAxisTitle",value:function(e,t,i,a){var s=this.w,r=0,n=10;return s.config.yaxis[e].title.text===void 0||e<0?{xPos:r,padd:0}:(a?r=t.width+s.config.yaxis[e].title.offsetX+i.width/2+n/2:(r=-1*t.width+s.config.yaxis[e].title.offsetX+n/2+i.width/2,s.globals.isBarHorizontal&&(n=25,r=-1*t.width-s.config.yaxis[e].title.offsetX-n)),{xPos:r,padd:n})}},{key:"setYAxisXPosition",value:function(e,t){var i=this.w,a=0,s=0,r=18,n=1;i.config.yaxis.length>1&&(this.multipleYs=!0),i.config.yaxis.forEach(function(l,h){var c=i.globals.ignoreYAxisIndexes.includes(h)||!l.show||l.floating||e[h].width===0,d=e[h].width+t[h].width;l.opposite?i.globals.isBarHorizontal?(s=i.globals.gridWidth+i.globals.translateX-1,i.globals.translateYAxisX[h]=s-l.labels.offsetX):(s=i.globals.gridWidth+i.globals.translateX+n,c||(n+=d+20),i.globals.translateYAxisX[h]=s-l.labels.offsetX+20):(a=i.globals.translateX-r,c||(r+=d+20),i.globals.translateYAxisX[h]=a+l.labels.offsetX)})}},{key:"setYAxisTextAlignments",value:function(){var e=this.w;L.listToArray(e.globals.dom.baseEl.getElementsByClassName("apexcharts-yaxis")).forEach(function(t,i){var a=e.config.yaxis[i];if(a&&!a.floating&&a.labels.align!==void 0){var s=e.globals.dom.baseEl.querySelector(".apexcharts-yaxis[rel='".concat(i,"'] .apexcharts-yaxis-texts-g")),r=L.listToArray(e.globals.dom.baseEl.querySelectorAll(".apexcharts-yaxis[rel='".concat(i,"'] .apexcharts-yaxis-label"))),n=s.getBoundingClientRect();r.forEach(function(l){l.setAttribute("text-anchor",a.labels.align)}),a.labels.align!=="left"||a.opposite?a.labels.align==="center"?s.setAttribute("transform","translate(".concat(n.width/2*(a.opposite?1:-1),", 0)")):a.labels.align==="right"&&a.opposite&&s.setAttribute("transform","translate(".concat(n.width,", 0)")):s.setAttribute("transform","translate(-".concat(n.width,", 0)"))}})}}]),o}(),_s=function(){function o(e){F(this,o),this.ctx=e,this.w=e.w,this.documentEvent=L.bind(this.documentEvent,this)}return D(o,[{key:"addEventListener",value:function(e,t){var i=this.w;i.globals.events.hasOwnProperty(e)?i.globals.events[e].push(t):i.globals.events[e]=[t]}},{key:"removeEventListener",value:function(e,t){var i=this.w;if(i.globals.events.hasOwnProperty(e)){var a=i.globals.events[e].indexOf(t);a!==-1&&i.globals.events[e].splice(a,1)}}},{key:"fireEvent",value:function(e,t){var i=this.w;if(i.globals.events.hasOwnProperty(e)){t&&t.length||(t=[]);for(var a=i.globals.events[e],s=a.length,r=0;r<s;r++)a[r].apply(null,t)}}},{key:"setupEventHandlers",value:function(){var e=this,t=this.w,i=this.ctx,a=t.globals.dom.baseEl.querySelector(t.globals.chartClass);this.ctx.eventList.forEach(function(s){a.addEventListener(s,function(r){var n=Object.assign({},t,{seriesIndex:t.globals.axisCharts?t.globals.capturedSeriesIndex:0,dataPointIndex:t.globals.capturedDataPointIndex});r.type==="mousemove"||r.type==="touchmove"?typeof t.config.chart.events.mouseMove=="function"&&t.config.chart.events.mouseMove(r,i,n):r.type==="mouseleave"||r.type==="touchleave"?typeof t.config.chart.events.mouseLeave=="function"&&t.config.chart.events.mouseLeave(r,i,n):(r.type==="mouseup"&&r.which===1||r.type==="touchend")&&(typeof t.config.chart.events.click=="function"&&t.config.chart.events.click(r,i,n),i.ctx.events.fireEvent("click",[r,i,n]))},{capture:!1,passive:!0})}),this.ctx.eventList.forEach(function(s){t.globals.dom.baseEl.addEventListener(s,e.documentEvent,{passive:!0})}),this.ctx.core.setupBrushHandler()}},{key:"documentEvent",value:function(e){var t=this.w,i=e.target.className;if(e.type==="click"){var a=t.globals.dom.baseEl.querySelector(".apexcharts-menu");a&&a.classList.contains("apexcharts-menu-open")&&i!=="apexcharts-menu-icon"&&a.classList.remove("apexcharts-menu-open")}t.globals.clientX=e.type==="touchmove"?e.touches[0].clientX:e.clientX,t.globals.clientY=e.type==="touchmove"?e.touches[0].clientY:e.clientY}}]),o}(),Ns=function(){function o(e){F(this,o),this.ctx=e,this.w=e.w}return D(o,[{key:"setCurrentLocaleValues",value:function(e){var t=this.w.config.chart.locales;window.Apex.chart&&window.Apex.chart.locales&&window.Apex.chart.locales.length>0&&(t=this.w.config.chart.locales.concat(window.Apex.chart.locales));var i=t.filter(function(s){return s.name===e})[0];if(!i)throw new Error("Wrong locale name provided. Please make sure you set the correct locale name in options");var a=L.extend(Oa,i);this.w.globals.locale=a.options}}]),o}(),Ws=function(){function o(e){F(this,o),this.ctx=e,this.w=e.w}return D(o,[{key:"drawAxis",value:function(e,t){var i,a,s=this,r=this.w.globals,n=this.w.config,l=new xt(this.ctx,t),h=new Oi(this.ctx,t);r.axisCharts&&e!=="radar"&&(r.isBarHorizontal?(a=h.drawYaxisInversed(0),i=l.drawXaxisInversed(0),r.dom.elGraphical.add(i),r.dom.elGraphical.add(a)):(i=l.drawXaxis(),r.dom.elGraphical.add(i),n.yaxis.map(function(c,d){if(r.ignoreYAxisIndexes.indexOf(d)===-1&&(a=h.drawYaxis(d),r.dom.Paper.add(a),s.w.config.grid.position==="back")){var u=r.dom.Paper.children()[1];u.remove(),r.dom.Paper.add(u)}})))}}]),o}(),bi=function(){function o(e){F(this,o),this.ctx=e,this.w=e.w}return D(o,[{key:"drawXCrosshairs",value:function(){var e=this.w,t=new X(this.ctx),i=new pe(this.ctx),a=e.config.xaxis.crosshairs.fill.gradient,s=e.config.xaxis.crosshairs.dropShadow,r=e.config.xaxis.crosshairs.fill.type,n=a.colorFrom,l=a.colorTo,h=a.opacityFrom,c=a.opacityTo,d=a.stops,u=s.enabled,g=s.left,p=s.top,f=s.blur,x=s.color,b=s.opacity,m=e.config.xaxis.crosshairs.fill.color;if(e.config.xaxis.crosshairs.show){r==="gradient"&&(m=t.drawGradient("vertical",n,l,h,c,null,d,null));var w=t.drawRect();e.config.xaxis.crosshairs.width===1&&(w=t.drawLine());var y=e.globals.gridHeight;(!L.isNumber(y)||y<0)&&(y=0);var v=e.config.xaxis.crosshairs.width;(!L.isNumber(v)||v<0)&&(v=0),w.attr({class:"apexcharts-xcrosshairs",x:0,y:0,y2:y,width:v,height:y,fill:m,filter:"none","fill-opacity":e.config.xaxis.crosshairs.opacity,stroke:e.config.xaxis.crosshairs.stroke.color,"stroke-width":e.config.xaxis.crosshairs.stroke.width,"stroke-dasharray":e.config.xaxis.crosshairs.stroke.dashArray}),u&&(w=i.dropShadow(w,{left:g,top:p,blur:f,color:x,opacity:b})),e.globals.dom.elGraphical.add(w)}}},{key:"drawYCrosshairs",value:function(){var e=this.w,t=new X(this.ctx),i=e.config.yaxis[0].crosshairs,a=e.globals.barPadForNumericAxis;if(e.config.yaxis[0].crosshairs.show){var s=t.drawLine(-a,0,e.globals.gridWidth+a,0,i.stroke.color,i.stroke.dashArray,i.stroke.width);s.attr({class:"apexcharts-ycrosshairs"}),e.globals.dom.elGraphical.add(s)}var r=t.drawLine(-a,0,e.globals.gridWidth+a,0,i.stroke.color,0,0);r.attr({class:"apexcharts-ycrosshairs-hidden"}),e.globals.dom.elGraphical.add(r)}}]),o}(),Bs=function(){function o(e){F(this,o),this.ctx=e,this.w=e.w}return D(o,[{key:"checkResponsiveConfig",value:function(e){var t=this,i=this.w,a=i.config;if(a.responsive.length!==0){var s=a.responsive.slice();s.sort(function(h,c){return h.breakpoint>c.breakpoint?1:c.breakpoint>h.breakpoint?-1:0}).reverse();var r=new pt({}),n=function(){var h=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},c=s[0].breakpoint,d=window.innerWidth>0?window.innerWidth:screen.width;if(d>c){var u=L.clone(i.globals.initialConfig);u.series=L.clone(i.config.series);var g=ce.extendArrayProps(r,u,i);h=L.extend(g,h),h=L.extend(i.config,h),t.overrideResponsiveOptions(h)}else for(var p=0;p<s.length;p++)d<s[p].breakpoint&&(h=ce.extendArrayProps(r,s[p].options,i),h=L.extend(i.config,h),t.overrideResponsiveOptions(h))};if(e){var l=ce.extendArrayProps(r,e,i);l=L.extend(i.config,l),n(l=L.extend(l,e))}else n({})}}},{key:"overrideResponsiveOptions",value:function(e){var t=new pt(e).init({responsiveOverride:!0});this.w.config=t}}]),o}(),js=function(){function o(e){F(this,o),this.ctx=e,this.w=e.w,this.colors=[],this.isColorFn=!1,this.isHeatmapDistributed=this.checkHeatmapDistributed(),this.isBarDistributed=this.checkBarDistributed()}return D(o,[{key:"checkHeatmapDistributed",value:function(){var e=this.w.config,t=e.chart,i=e.plotOptions;return t.type==="treemap"&&i.treemap&&i.treemap.distributed||t.type==="heatmap"&&i.heatmap&&i.heatmap.distributed}},{key:"checkBarDistributed",value:function(){var e=this.w.config,t=e.chart,i=e.plotOptions;return i.bar&&i.bar.distributed&&(t.type==="bar"||t.type==="rangeBar")}},{key:"init",value:function(){this.setDefaultColors()}},{key:"setDefaultColors",value:function(){var e=this.w,t=new L;e.globals.dom.elWrap.classList.add("apexcharts-theme-".concat(e.config.theme.mode));var i=ge(e.config.colors||e.config.fill.colors||[]);e.globals.colors=this.getColors(i),this.applySeriesColors(e.globals.seriesColors,e.globals.colors),e.config.theme.monochrome.enabled&&(e.globals.colors=this.getMonochromeColors(e.config.theme.monochrome,e.globals.series,t));var a=e.globals.colors.slice();this.pushExtraColors(e.globals.colors),this.applyColorTypes(["fill","stroke"],a),this.applyDataLabelsColors(a),this.applyRadarPolygonsColors(),this.applyMarkersColors(a)}},{key:"getColors",value:function(e){var t=this,i=this.w;return e&&e.length!==0?Array.isArray(e)&&e.length>0&&typeof e[0]=="function"?(this.isColorFn=!0,i.config.series.map(function(a,s){var r=e[s]||e[0];return typeof r=="function"?r({value:i.globals.axisCharts?i.globals.series[s][0]||0:i.globals.series[s],seriesIndex:s,dataPointIndex:s,w:t.w}):r})):e:this.predefined()}},{key:"applySeriesColors",value:function(e,t){e.forEach(function(i,a){i&&(t[a]=i)})}},{key:"getMonochromeColors",value:function(e,t,i){var a=e.color,s=e.shadeIntensity,r=e.shadeTo,n=this.isBarDistributed||this.isHeatmapDistributed?t[0].length*t.length:t.length,l=1/(n/s),h=0;return Array.from({length:n},function(){var c=r==="dark"?i.shadeColor(-1*h,a):i.shadeColor(h,a);return h+=l,c})}},{key:"applyColorTypes",value:function(e,t){var i=this,a=this.w;e.forEach(function(s){a.globals[s].colors=a.config[s].colors===void 0?i.isColorFn?a.config.colors:t:a.config[s].colors.slice(),i.pushExtraColors(a.globals[s].colors)})}},{key:"applyDataLabelsColors",value:function(e){var t=this.w;t.globals.dataLabels.style.colors=t.config.dataLabels.style.colors===void 0?e:t.config.dataLabels.style.colors.slice(),this.pushExtraColors(t.globals.dataLabels.style.colors,50)}},{key:"applyRadarPolygonsColors",value:function(){var e=this.w;e.globals.radarPolygons.fill.colors=e.config.plotOptions.radar.polygons.fill.colors===void 0?[e.config.theme.mode==="dark"?"#424242":"none"]:e.config.plotOptions.radar.polygons.fill.colors.slice(),this.pushExtraColors(e.globals.radarPolygons.fill.colors,20)}},{key:"applyMarkersColors",value:function(e){var t=this.w;t.globals.markers.colors=t.config.markers.colors===void 0?e:t.config.markers.colors.slice(),this.pushExtraColors(t.globals.markers.colors)}},{key:"pushExtraColors",value:function(e,t){var i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null,a=this.w,s=t||a.globals.series.length;if(i===null&&(i=this.isBarDistributed||this.isHeatmapDistributed||a.config.chart.type==="heatmap"&&a.config.plotOptions.heatmap&&a.config.plotOptions.heatmap.colorScale.inverse),i&&a.globals.series.length&&(s=a.globals.series[a.globals.maxValsInArrayIndex].length*a.globals.series.length),e.length<s)for(var r=s-e.length,n=0;n<r;n++)e.push(e[n])}},{key:"updateThemeOptions",value:function(e){e.chart=e.chart||{},e.tooltip=e.tooltip||{};var t=e.theme.mode,i=t==="dark"?"palette4":t==="light"?"palette1":e.theme.palette||"palette1",a=t==="dark"?"#f6f7f8":t==="light"?"#373d3f":e.chart.foreColor||"#373d3f";return e.tooltip.theme=t||"light",e.chart.foreColor=a,e.theme.palette=i,e}},{key:"predefined",value:function(){var e={palette1:["#008FFB","#00E396","#FEB019","#FF4560","#775DD0"],palette2:["#3f51b5","#03a9f4","#4caf50","#f9ce1d","#FF9800"],palette3:["#33b2df","#546E7A","#d4526e","#13d8aa","#A5978B"],palette4:["#4ecdc4","#c7f464","#81D4FA","#fd6a6a","#546E7A"],palette5:["#2b908f","#f9a3a4","#90ee7e","#fa4443","#69d2e7"],palette6:["#449DD1","#F86624","#EA3546","#662E9B","#C5D86D"],palette7:["#D7263D","#1B998B","#2E294E","#F46036","#E2C044"],palette8:["#662E9B","#F86624","#F9C80E","#EA3546","#43BCCD"],palette9:["#5C4742","#A5978B","#8D5B4C","#5A2A27","#C4BBAF"],palette10:["#A300D6","#7D02EB","#5653FE","#2983FF","#00B1F2"],default:["#008FFB","#00E396","#FEB019","#FF4560","#775DD0"]};return e[this.w.config.theme.palette]||e.default}}]),o}(),Gs=function(){function o(e){F(this,o),this.ctx=e,this.w=e.w}return D(o,[{key:"draw",value:function(){this.drawTitleSubtitle("title"),this.drawTitleSubtitle("subtitle")}},{key:"drawTitleSubtitle",value:function(e){var t=this.w,i=e==="title"?t.config.title:t.config.subtitle,a=t.globals.svgWidth/2,s=i.offsetY,r="middle";if(i.align==="left"?(a=10,r="start"):i.align==="right"&&(a=t.globals.svgWidth-10,r="end"),a+=i.offsetX,s=s+parseInt(i.style.fontSize,10)+i.margin/2,i.text!==void 0){var n=new X(this.ctx).drawText({x:a,y:s,text:i.text,textAnchor:r,fontSize:i.style.fontSize,fontFamily:i.style.fontFamily,fontWeight:i.style.fontWeight,foreColor:i.style.color,opacity:1});n.node.setAttribute("class","apexcharts-".concat(e,"-text")),t.globals.dom.Paper.add(n)}}}]),o}(),Vs=function(){function o(e){F(this,o),this.w=e.w,this.dCtx=e}return D(o,[{key:"getTitleSubtitleCoords",value:function(e){var t=this.w,i=0,a=0,s=e==="title"?t.config.title.floating:t.config.subtitle.floating,r=t.globals.dom.baseEl.querySelector(".apexcharts-".concat(e,"-text"));if(r!==null&&!s){var n=r.getBoundingClientRect();i=n.width,a=t.globals.axisCharts?n.height+5:n.height}return{width:i,height:a}}},{key:"getLegendsRect",value:function(){var e=this.w,t=e.globals.dom.elLegendWrap;e.config.legend.height||e.config.legend.position!=="top"&&e.config.legend.position!=="bottom"||(t.style.maxHeight=e.globals.svgHeight/2+"px");var i=Object.assign({},L.getBoundingClientRect(t));return t!==null&&!e.config.legend.floating&&e.config.legend.show?this.dCtx.lgRect={x:i.x,y:i.y,height:i.height,width:i.height===0?0:i.width}:this.dCtx.lgRect={x:0,y:0,height:0,width:0},e.config.legend.position!=="left"&&e.config.legend.position!=="right"||1.5*this.dCtx.lgRect.width>e.globals.svgWidth&&(this.dCtx.lgRect.width=e.globals.svgWidth/1.5),this.dCtx.lgRect}},{key:"getDatalabelsRect",value:function(){var e=this,t=this.w,i=[];t.config.series.forEach(function(l,h){l.data.forEach(function(c,d){var u;u=t.globals.series[h][d],a=t.config.dataLabels.formatter(u,{ctx:e.dCtx.ctx,seriesIndex:h,dataPointIndex:d,w:t}),i.push(a)})});var a=L.getLargestStringFromArr(i),s=new X(this.dCtx.ctx),r=t.config.dataLabels.style,n=s.getTextRects(a,parseInt(r.fontSize),r.fontFamily);return{width:1.05*n.width,height:n.height}}},{key:"getLargestStringFromMultiArr",value:function(e,t){var i=e;if(this.w.globals.isMultiLineX){var a=t.map(function(r,n){return Array.isArray(r)?r.length:1}),s=Math.max.apply(Math,ge(a));i=t[a.indexOf(s)]}return i}}]),o}(),Us=function(){function o(e){F(this,o),this.w=e.w,this.dCtx=e}return D(o,[{key:"getxAxisLabelsCoords",value:function(){var e,t=this.w,i=t.globals.labels.slice();if(t.config.xaxis.convertedCatToNumeric&&i.length===0&&(i=t.globals.categoryLabels),t.globals.timescaleLabels.length>0){var a=this.getxAxisTimeScaleLabelsCoords();e={width:a.width,height:a.height},t.globals.rotateXLabels=!1}else{this.dCtx.lgWidthForSideLegends=t.config.legend.position!=="left"&&t.config.legend.position!=="right"||t.config.legend.floating?0:this.dCtx.lgRect.width;var s=t.globals.xLabelFormatter,r=L.getLargestStringFromArr(i),n=this.dCtx.dimHelpers.getLargestStringFromMultiArr(r,i);t.globals.isBarHorizontal&&(n=r=t.globals.yAxisScale[0].result.reduce(function(p,f){return p.length>f.length?p:f},0));var l=new kt(this.dCtx.ctx),h=r;r=l.xLabelFormat(s,r,h,{i:void 0,dateFormatter:new fe(this.dCtx.ctx).formatDate,w:t}),n=l.xLabelFormat(s,n,h,{i:void 0,dateFormatter:new fe(this.dCtx.ctx).formatDate,w:t}),(t.config.xaxis.convertedCatToNumeric&&r===void 0||String(r).trim()==="")&&(n=r="1");var c=new X(this.dCtx.ctx),d=c.getTextRects(r,t.config.xaxis.labels.style.fontSize),u=d;if(r!==n&&(u=c.getTextRects(n,t.config.xaxis.labels.style.fontSize)),(e={width:d.width>=u.width?d.width:u.width,height:d.height>=u.height?d.height:u.height}).width*i.length>t.globals.svgWidth-this.dCtx.lgWidthForSideLegends-this.dCtx.yAxisWidth-this.dCtx.gridPad.left-this.dCtx.gridPad.right&&t.config.xaxis.labels.rotate!==0||t.config.xaxis.labels.rotateAlways){if(!t.globals.isBarHorizontal){t.globals.rotateXLabels=!0;var g=function(p){return c.getTextRects(p,t.config.xaxis.labels.style.fontSize,t.config.xaxis.labels.style.fontFamily,"rotate(".concat(t.config.xaxis.labels.rotate," 0 0)"),!1)};d=g(r),r!==n&&(u=g(n)),e.height=(d.height>u.height?d.height:u.height)/1.5,e.width=d.width>u.width?d.width:u.width}}else t.globals.rotateXLabels=!1}return t.config.xaxis.labels.show||(e={width:0,height:0}),{width:e.width,height:e.height}}},{key:"getxAxisGroupLabelsCoords",value:function(){var e,t=this.w;if(!t.globals.hasXaxisGroups)return{width:0,height:0};var i,a=((e=t.config.xaxis.group.style)===null||e===void 0?void 0:e.fontSize)||t.config.xaxis.labels.style.fontSize,s=t.globals.groups.map(function(d){return d.title}),r=L.getLargestStringFromArr(s),n=this.dCtx.dimHelpers.getLargestStringFromMultiArr(r,s),l=new X(this.dCtx.ctx),h=l.getTextRects(r,a),c=h;return r!==n&&(c=l.getTextRects(n,a)),i={width:h.width>=c.width?h.width:c.width,height:h.height>=c.height?h.height:c.height},t.config.xaxis.labels.show||(i={width:0,height:0}),{width:i.width,height:i.height}}},{key:"getxAxisTitleCoords",value:function(){var e=this.w,t=0,i=0;if(e.config.xaxis.title.text!==void 0){var a=new X(this.dCtx.ctx).getTextRects(e.config.xaxis.title.text,e.config.xaxis.title.style.fontSize);t=a.width,i=a.height}return{width:t,height:i}}},{key:"getxAxisTimeScaleLabelsCoords",value:function(){var e,t=this.w;this.dCtx.timescaleLabels=t.globals.timescaleLabels.slice();var i=this.dCtx.timescaleLabels.map(function(s){return s.value}),a=i.reduce(function(s,r){return s===void 0?(console.error("You have possibly supplied invalid Date format. Please supply a valid JavaScript Date"),0):s.length>r.length?s:r},0);return 1.05*(e=new X(this.dCtx.ctx).getTextRects(a,t.config.xaxis.labels.style.fontSize)).width*i.length>t.globals.gridWidth&&t.config.xaxis.labels.rotate!==0&&(t.globals.overlappingXLabels=!0),e}},{key:"additionalPaddingXLabels",value:function(e){var t=this,i=this.w,a=i.globals,s=i.config,r=s.xaxis.type,n=e.width;a.skipLastTimelinelabel=!1,a.skipFirstTimelinelabel=!1;var l=i.config.yaxis[0].opposite&&i.globals.isBarHorizontal,h=function(c,d){s.yaxis.length>1&&function(u){return a.collapsedSeriesIndices.indexOf(u)!==-1}(d)||function(u){if(t.dCtx.timescaleLabels&&t.dCtx.timescaleLabels.length){var g=t.dCtx.timescaleLabels[0],p=t.dCtx.timescaleLabels[t.dCtx.timescaleLabels.length-1].position+n/1.75-t.dCtx.yAxisWidthRight,f=g.position-n/1.75+t.dCtx.yAxisWidthLeft,x=i.config.legend.position==="right"&&t.dCtx.lgRect.width>0?t.dCtx.lgRect.width:0;p>a.svgWidth-a.translateX-x&&(a.skipLastTimelinelabel=!0),f<-(u.show&&!u.floating||s.chart.type!=="bar"&&s.chart.type!=="candlestick"&&s.chart.type!=="rangeBar"&&s.chart.type!=="boxPlot"?10:n/1.75)&&(a.skipFirstTimelinelabel=!0)}else r==="datetime"?t.dCtx.gridPad.right<n&&!a.rotateXLabels&&(a.skipLastTimelinelabel=!0):r!=="datetime"&&t.dCtx.gridPad.right<n/2-t.dCtx.yAxisWidthRight&&!a.rotateXLabels&&!i.config.xaxis.labels.trim&&(t.dCtx.xPadRight=n/2+1)}(c)};s.yaxis.forEach(function(c,d){l?(t.dCtx.gridPad.left<n&&(t.dCtx.xPadLeft=n/2+1),t.dCtx.xPadRight=n/2+1):h(c,d)})}}]),o}(),qs=function(){function o(e){F(this,o),this.w=e.w,this.dCtx=e}return D(o,[{key:"getyAxisLabelsCoords",value:function(){var e=this,t=this.w,i=[],a=10,s=new Fe(this.dCtx.ctx);return t.config.yaxis.map(function(r,n){var l={seriesIndex:n,dataPointIndex:-1,w:t},h=t.globals.yAxisScale[n],c=0;if(!s.isYAxisHidden(n)&&r.labels.show&&r.labels.minWidth!==void 0&&(c=r.labels.minWidth),!s.isYAxisHidden(n)&&r.labels.show&&h.result.length){var d=t.globals.yLabelFormatters[n],u=h.niceMin===Number.MIN_VALUE?0:h.niceMin,g=h.result.reduce(function(y,v){var A,k;return((A=String(d(y,l)))===null||A===void 0?void 0:A.length)>((k=String(d(v,l)))===null||k===void 0?void 0:k.length)?y:v},u),p=g=d(g,l);if(g!==void 0&&g.length!==0||(g=h.niceMax),t.globals.isBarHorizontal){a=0;var f=t.globals.labels.slice();g=L.getLargestStringFromArr(f),g=d(g,{seriesIndex:n,dataPointIndex:-1,w:t}),p=e.dCtx.dimHelpers.getLargestStringFromMultiArr(g,f)}var x=new X(e.dCtx.ctx),b="rotate(".concat(r.labels.rotate," 0 0)"),m=x.getTextRects(g,r.labels.style.fontSize,r.labels.style.fontFamily,b,!1),w=m;g!==p&&(w=x.getTextRects(p,r.labels.style.fontSize,r.labels.style.fontFamily,b,!1)),i.push({width:(c>w.width||c>m.width?c:w.width>m.width?w.width:m.width)+a,height:w.height>m.height?w.height:m.height})}else i.push({width:0,height:0})}),i}},{key:"getyAxisTitleCoords",value:function(){var e=this,t=this.w,i=[];return t.config.yaxis.map(function(a,s){if(a.show&&a.title.text!==void 0){var r=new X(e.dCtx.ctx),n="rotate(".concat(a.title.rotate," 0 0)"),l=r.getTextRects(a.title.text,a.title.style.fontSize,a.title.style.fontFamily,n,!1);i.push({width:l.width,height:l.height})}else i.push({width:0,height:0})}),i}},{key:"getTotalYAxisWidth",value:function(){var e=this.w,t=0,i=0,a=0,s=e.globals.yAxisScale.length>1?10:0,r=new Fe(this.dCtx.ctx),n=function(l,h){var c=e.config.yaxis[h].floating,d=0;l.width>0&&!c?(d=l.width+s,function(u){return e.globals.ignoreYAxisIndexes.indexOf(u)>-1}(h)&&(d=d-l.width-s)):d=c||r.isYAxisHidden(h)?0:5,e.config.yaxis[h].opposite?a+=d:i+=d,t+=d};return e.globals.yLabelsCoords.map(function(l,h){n(l,h)}),e.globals.yTitleCoords.map(function(l,h){n(l,h)}),e.globals.isBarHorizontal&&!e.config.yaxis[0].floating&&(t=e.globals.yLabelsCoords[0].width+e.globals.yTitleCoords[0].width+15),this.dCtx.yAxisWidthLeft=i,this.dCtx.yAxisWidthRight=a,t}}]),o}(),Zs=function(){function o(e){F(this,o),this.w=e.w,this.dCtx=e}return D(o,[{key:"gridPadForColumnsInNumericAxis",value:function(e){var t=this.w,i=t.config,a=t.globals;if(a.noData||a.collapsedSeries.length+a.ancillaryCollapsedSeries.length===i.series.length)return 0;var s=function(g){return["bar","rangeBar","candlestick","boxPlot"].includes(g)},r=i.chart.type,n=0,l=s(r)?i.series.length:1;a.comboBarCount>0&&(l=a.comboBarCount),a.collapsedSeries.forEach(function(g){s(g.type)&&(l-=1)}),i.chart.stacked&&(l=1);var h=s(r)||a.comboBarCount>0,c=Math.abs(a.initialMaxX-a.initialMinX);if(h&&a.isXNumeric&&!a.isBarHorizontal&&l>0&&c!==0){c<=3&&(c=a.dataPoints);var d=c/e,u=a.minXDiff&&a.minXDiff/d>0?a.minXDiff/d:0;u>e/2&&(u/=2),(n=u*parseInt(i.plotOptions.bar.columnWidth,10)/100)<1&&(n=1),a.barPadForNumericAxis=n}return n}},{key:"gridPadFortitleSubtitle",value:function(){var e=this,t=this.w,i=t.globals,a=this.dCtx.isSparkline||!i.axisCharts?0:10;["title","subtitle"].forEach(function(n){t.config[n].text!==void 0?a+=t.config[n].margin:a+=e.dCtx.isSparkline||!i.axisCharts?0:5}),!t.config.legend.show||t.config.legend.position!=="bottom"||t.config.legend.floating||i.axisCharts||(a+=10);var s=this.dCtx.dimHelpers.getTitleSubtitleCoords("title"),r=this.dCtx.dimHelpers.getTitleSubtitleCoords("subtitle");i.gridHeight-=s.height+r.height+a,i.translateY+=s.height+r.height+a}},{key:"setGridXPosForDualYAxis",value:function(e,t){var i=this.w,a=new Fe(this.dCtx.ctx);i.config.yaxis.forEach(function(s,r){i.globals.ignoreYAxisIndexes.indexOf(r)!==-1||s.floating||a.isYAxisHidden(r)||(s.opposite&&(i.globals.translateX-=t[r].width+e[r].width+parseInt(s.labels.style.fontSize,10)/1.2+12),i.globals.translateX<2&&(i.globals.translateX=2))})}}]),o}(),Ot=function(){function o(e){F(this,o),this.ctx=e,this.w=e.w,this.lgRect={},this.yAxisWidth=0,this.yAxisWidthLeft=0,this.yAxisWidthRight=0,this.xAxisHeight=0,this.isSparkline=this.w.config.chart.sparkline.enabled,this.dimHelpers=new Vs(this),this.dimYAxis=new qs(this),this.dimXAxis=new Us(this),this.dimGrid=new Zs(this),this.lgWidthForSideLegends=0,this.gridPad=this.w.config.grid.padding,this.xPadRight=0,this.xPadLeft=0}return D(o,[{key:"plotCoords",value:function(){var e=this,t=this.w,i=t.globals;this.lgRect=this.dimHelpers.getLegendsRect(),this.datalabelsCoords={width:0,height:0};var a=Array.isArray(t.config.stroke.width)?Math.max.apply(Math,ge(t.config.stroke.width)):t.config.stroke.width;this.isSparkline&&((t.config.markers.discrete.length>0||t.config.markers.size>0)&&Object.entries(this.gridPad).forEach(function(r){var n=oa(r,2),l=n[0],h=n[1];e.gridPad[l]=Math.max(h,e.w.globals.markers.largestSize/1.5)}),this.gridPad.top=Math.max(a/2,this.gridPad.top),this.gridPad.bottom=Math.max(a/2,this.gridPad.bottom)),i.axisCharts?this.setDimensionsForAxisCharts():this.setDimensionsForNonAxisCharts(),this.dimGrid.gridPadFortitleSubtitle(),i.gridHeight=i.gridHeight-this.gridPad.top-this.gridPad.bottom,i.gridWidth=i.gridWidth-this.gridPad.left-this.gridPad.right-this.xPadRight-this.xPadLeft;var s=this.dimGrid.gridPadForColumnsInNumericAxis(i.gridWidth);i.gridWidth=i.gridWidth-2*s,i.translateX=i.translateX+this.gridPad.left+this.xPadLeft+(s>0?s:0),i.translateY=i.translateY+this.gridPad.top}},{key:"setDimensionsForAxisCharts",value:function(){var e=this,t=this.w,i=t.globals,a=this.dimYAxis.getyAxisLabelsCoords(),s=this.dimYAxis.getyAxisTitleCoords();i.isSlopeChart&&(this.datalabelsCoords=this.dimHelpers.getDatalabelsRect()),t.globals.yLabelsCoords=[],t.globals.yTitleCoords=[],t.config.yaxis.map(function(g,p){t.globals.yLabelsCoords.push({width:a[p].width,index:p}),t.globals.yTitleCoords.push({width:s[p].width,index:p})}),this.yAxisWidth=this.dimYAxis.getTotalYAxisWidth();var r=this.dimXAxis.getxAxisLabelsCoords(),n=this.dimXAxis.getxAxisGroupLabelsCoords(),l=this.dimXAxis.getxAxisTitleCoords();this.conditionalChecksForAxisCoords(r,l,n),i.translateXAxisY=t.globals.rotateXLabels?this.xAxisHeight/8:-4,i.translateXAxisX=t.globals.rotateXLabels&&t.globals.isXNumeric&&t.config.xaxis.labels.rotate<=-45?-this.xAxisWidth/4:0,t.globals.isBarHorizontal&&(i.rotateXLabels=!1,i.translateXAxisY=parseInt(t.config.xaxis.labels.style.fontSize,10)/1.5*-1),i.translateXAxisY=i.translateXAxisY+t.config.xaxis.labels.offsetY,i.translateXAxisX=i.translateXAxisX+t.config.xaxis.labels.offsetX;var h=this.yAxisWidth,c=this.xAxisHeight;i.xAxisLabelsHeight=this.xAxisHeight-l.height,i.xAxisGroupLabelsHeight=i.xAxisLabelsHeight-r.height,i.xAxisLabelsWidth=this.xAxisWidth,i.xAxisHeight=this.xAxisHeight;var d=10;(t.config.chart.type==="radar"||this.isSparkline)&&(h=0,c=0),this.isSparkline&&(this.lgRect={height:0,width:0}),(this.isSparkline||t.config.chart.type==="treemap")&&(h=0,c=0,d=0),this.isSparkline||t.config.chart.type==="treemap"||this.dimXAxis.additionalPaddingXLabels(r);var u=function(){i.translateX=h+e.datalabelsCoords.width,i.gridHeight=i.svgHeight-e.lgRect.height-c-(e.isSparkline||t.config.chart.type==="treemap"?0:t.globals.rotateXLabels?10:15),i.gridWidth=i.svgWidth-h-2*e.datalabelsCoords.width};switch(t.config.xaxis.position==="top"&&(d=i.xAxisHeight-t.config.xaxis.axisTicks.height-5),t.config.legend.position){case"bottom":i.translateY=d,u();break;case"top":i.translateY=this.lgRect.height+d,u();break;case"left":i.translateY=d,i.translateX=this.lgRect.width+h+this.datalabelsCoords.width,i.gridHeight=i.svgHeight-c-12,i.gridWidth=i.svgWidth-this.lgRect.width-h-2*this.datalabelsCoords.width;break;case"right":i.translateY=d,i.translateX=h+this.datalabelsCoords.width,i.gridHeight=i.svgHeight-c-12,i.gridWidth=i.svgWidth-this.lgRect.width-h-2*this.datalabelsCoords.width-5;break;default:throw new Error("Legend position not supported")}this.dimGrid.setGridXPosForDualYAxis(s,a),new Oi(this.ctx).setYAxisXPosition(a,s)}},{key:"setDimensionsForNonAxisCharts",value:function(){var e=this.w,t=e.globals,i=e.config,a=0;e.config.legend.show&&!e.config.legend.floating&&(a=20);var s=i.chart.type==="pie"||i.chart.type==="polarArea"||i.chart.type==="donut"?"pie":"radialBar",r=i.plotOptions[s].offsetY,n=i.plotOptions[s].offsetX;if(!i.legend.show||i.legend.floating){t.gridHeight=t.svgHeight;var l=t.dom.elWrap.getBoundingClientRect().width;return t.gridWidth=Math.min(l,t.gridHeight),t.translateY=r,void(t.translateX=n+(t.svgWidth-t.gridWidth)/2)}switch(i.legend.position){case"bottom":t.gridHeight=t.svgHeight-this.lgRect.height,t.gridWidth=t.svgWidth,t.translateY=r-10,t.translateX=n+(t.svgWidth-t.gridWidth)/2;break;case"top":t.gridHeight=t.svgHeight-this.lgRect.height,t.gridWidth=t.svgWidth,t.translateY=this.lgRect.height+r+10,t.translateX=n+(t.svgWidth-t.gridWidth)/2;break;case"left":t.gridWidth=t.svgWidth-this.lgRect.width-a,t.gridHeight=i.chart.height!=="auto"?t.svgHeight:t.gridWidth,t.translateY=r,t.translateX=n+this.lgRect.width+a;break;case"right":t.gridWidth=t.svgWidth-this.lgRect.width-a-5,t.gridHeight=i.chart.height!=="auto"?t.svgHeight:t.gridWidth,t.translateY=r,t.translateX=n+10;break;default:throw new Error("Legend position not supported")}}},{key:"conditionalChecksForAxisCoords",value:function(e,t,i){var a=this.w,s=a.globals.hasXaxisGroups?2:1,r=i.height+e.height+t.height,n=a.globals.isMultiLineX?1.2:a.globals.LINE_HEIGHT_RATIO,l=a.globals.rotateXLabels?22:10,h=a.globals.rotateXLabels&&a.config.legend.position==="bottom"?10:0;this.xAxisHeight=r*n+s*l+h,this.xAxisWidth=e.width,this.xAxisHeight-t.height>a.config.xaxis.labels.maxHeight&&(this.xAxisHeight=a.config.xaxis.labels.maxHeight),a.config.xaxis.labels.minHeight&&this.xAxisHeight<a.config.xaxis.labels.minHeight&&(this.xAxisHeight=a.config.xaxis.labels.minHeight),a.config.xaxis.floating&&(this.xAxisHeight=0);var c=0,d=0;a.config.yaxis.forEach(function(u){c+=u.labels.minWidth,d+=u.labels.maxWidth}),this.yAxisWidth<c&&(this.yAxisWidth=c),this.yAxisWidth>d&&(this.yAxisWidth=d)}}]),o}(),$s=function(){function o(e){F(this,o),this.w=e.w,this.lgCtx=e}return D(o,[{key:"getLegendStyles",value:function(){var e,t,i,a=document.createElement("style");a.setAttribute("type","text/css");var s=((e=this.lgCtx.ctx)===null||e===void 0||(t=e.opts)===null||t===void 0||(i=t.chart)===null||i===void 0?void 0:i.nonce)||this.w.config.chart.nonce;s&&a.setAttribute("nonce",s);var r=document.createTextNode(` + .apexcharts-flip-y { + transform: scaleY(-1) translateY(-100%); + transform-origin: top; + transform-box: fill-box; + } + .apexcharts-flip-x { + transform: scaleX(-1); + transform-origin: center; + transform-box: fill-box; + } + .apexcharts-legend { + display: flex; + overflow: auto; + padding: 0 10px; + } + .apexcharts-legend.apexcharts-legend-group-horizontal { + flex-direction: column; + } + .apexcharts-legend-group { + display: flex; + } + .apexcharts-legend-group-vertical { + flex-direction: column-reverse; + } + .apexcharts-legend.apx-legend-position-bottom, .apexcharts-legend.apx-legend-position-top { + flex-wrap: wrap + } + .apexcharts-legend.apx-legend-position-right, .apexcharts-legend.apx-legend-position-left { + flex-direction: column; + bottom: 0; + } + .apexcharts-legend.apx-legend-position-bottom.apexcharts-align-left, .apexcharts-legend.apx-legend-position-top.apexcharts-align-left, .apexcharts-legend.apx-legend-position-right, .apexcharts-legend.apx-legend-position-left { + justify-content: flex-start; + align-items: flex-start; + } + .apexcharts-legend.apx-legend-position-bottom.apexcharts-align-center, .apexcharts-legend.apx-legend-position-top.apexcharts-align-center { + justify-content: center; + align-items: center; + } + .apexcharts-legend.apx-legend-position-bottom.apexcharts-align-right, .apexcharts-legend.apx-legend-position-top.apexcharts-align-right { + justify-content: flex-end; + align-items: flex-end; + } + .apexcharts-legend-series { + cursor: pointer; + line-height: normal; + display: flex; + align-items: center; + } + .apexcharts-legend-text { + position: relative; + font-size: 14px; + } + .apexcharts-legend-text *, .apexcharts-legend-marker * { + pointer-events: none; + } + .apexcharts-legend-marker { + position: relative; + display: flex; + align-items: center; + justify-content: center; + cursor: pointer; + margin-right: 1px; + } + + .apexcharts-legend-series.apexcharts-no-click { + cursor: auto; + } + .apexcharts-legend .apexcharts-hidden-zero-series, .apexcharts-legend .apexcharts-hidden-null-series { + display: none !important; + } + .apexcharts-inactive-legend { + opacity: 0.45; + } + + `);return a.appendChild(r),a}},{key:"getLegendDimensions",value:function(){var e=this.w.globals.dom.baseEl.querySelector(".apexcharts-legend").getBoundingClientRect(),t=e.width;return{clwh:e.height,clww:t}}},{key:"appendToForeignObject",value:function(){this.w.globals.dom.elLegendForeign.appendChild(this.getLegendStyles())}},{key:"toggleDataSeries",value:function(e,t){var i=this,a=this.w;if(a.globals.axisCharts||a.config.chart.type==="radialBar"){a.globals.resized=!0;var s=null,r=null;a.globals.risingSeries=[],a.globals.axisCharts?(s=a.globals.dom.baseEl.querySelector(".apexcharts-series[data\\:realIndex='".concat(e,"']")),r=parseInt(s.getAttribute("data:realIndex"),10)):(s=a.globals.dom.baseEl.querySelector(".apexcharts-series[rel='".concat(e+1,"']")),r=parseInt(s.getAttribute("rel"),10)-1),t?[{cs:a.globals.collapsedSeries,csi:a.globals.collapsedSeriesIndices},{cs:a.globals.ancillaryCollapsedSeries,csi:a.globals.ancillaryCollapsedSeriesIndices}].forEach(function(c){i.riseCollapsedSeries(c.cs,c.csi,r)}):this.hideSeries({seriesEl:s,realIndex:r})}else{var n=a.globals.dom.Paper.findOne(" .apexcharts-series[rel='".concat(e+1,"'] path")),l=a.config.chart.type;if(l==="pie"||l==="polarArea"||l==="donut"){var h=a.config.plotOptions.pie.donut.labels;new X(this.lgCtx.ctx).pathMouseDown(n,null),this.lgCtx.ctx.pie.printDataLabelsInner(n.node,h)}n.fire("click")}}},{key:"getSeriesAfterCollapsing",value:function(e){var t=e.realIndex,i=this.w,a=i.globals,s=L.clone(i.config.series);if(a.axisCharts){var r=i.config.yaxis[a.seriesYAxisReverseMap[t]],n={index:t,data:s[t].data.slice(),type:s[t].type||i.config.chart.type};if(r&&r.show&&r.showAlways)a.ancillaryCollapsedSeriesIndices.indexOf(t)<0&&(a.ancillaryCollapsedSeries.push(n),a.ancillaryCollapsedSeriesIndices.push(t));else if(a.collapsedSeriesIndices.indexOf(t)<0){a.collapsedSeries.push(n),a.collapsedSeriesIndices.push(t);var l=a.risingSeries.indexOf(t);a.risingSeries.splice(l,1)}}else a.collapsedSeries.push({index:t,data:s[t]}),a.collapsedSeriesIndices.push(t);return a.allSeriesCollapsed=a.collapsedSeries.length+a.ancillaryCollapsedSeries.length===i.config.series.length,this._getSeriesBasedOnCollapsedState(s)}},{key:"hideSeries",value:function(e){for(var t=e.seriesEl,i=e.realIndex,a=this.w,s=this.getSeriesAfterCollapsing({realIndex:i}),r=t.childNodes,n=0;n<r.length;n++)r[n].classList.contains("apexcharts-series-markers-wrap")&&(r[n].classList.contains("apexcharts-hide")?r[n].classList.remove("apexcharts-hide"):r[n].classList.add("apexcharts-hide"));this.lgCtx.ctx.updateHelpers._updateSeries(s,a.config.chart.animations.dynamicAnimation.enabled)}},{key:"riseCollapsedSeries",value:function(e,t,i){var a=this.w,s=L.clone(a.config.series);if(e.length>0){for(var r=0;r<e.length;r++)e[r].index===i&&(a.globals.axisCharts?s[i].data=e[r].data.slice():s[i]=e[r].data,typeof s[i]!="number"&&(s[i].hidden=!1),e.splice(r,1),t.splice(r,1),a.globals.risingSeries.push(i));s=this._getSeriesBasedOnCollapsedState(s),this.lgCtx.ctx.updateHelpers._updateSeries(s,a.config.chart.animations.dynamicAnimation.enabled)}}},{key:"_getSeriesBasedOnCollapsedState",value:function(e){var t=this.w,i=0;return t.globals.axisCharts?e.forEach(function(a,s){t.globals.collapsedSeriesIndices.indexOf(s)<0&&t.globals.ancillaryCollapsedSeriesIndices.indexOf(s)<0||(e[s].data=[],i++)}):e.forEach(function(a,s){!t.globals.collapsedSeriesIndices.indexOf(s)<0&&(e[s]=0,i++)}),t.globals.allSeriesCollapsed=i===e.length,e}}]),o}(),_a=function(){function o(e){F(this,o),this.ctx=e,this.w=e.w,this.onLegendClick=this.onLegendClick.bind(this),this.onLegendHovered=this.onLegendHovered.bind(this),this.isBarsDistributed=this.w.config.chart.type==="bar"&&this.w.config.plotOptions.bar.distributed&&this.w.config.series.length===1,this.legendHelpers=new $s(this)}return D(o,[{key:"init",value:function(){var e=this.w,t=e.globals,i=e.config,a=i.legend.showForSingleSeries&&t.series.length===1||this.isBarsDistributed||t.series.length>1;if(this.legendHelpers.appendToForeignObject(),(a||!t.axisCharts)&&i.legend.show){for(;t.dom.elLegendWrap.firstChild;)t.dom.elLegendWrap.removeChild(t.dom.elLegendWrap.firstChild);this.drawLegends(),i.legend.position==="bottom"||i.legend.position==="top"?this.legendAlignHorizontal():i.legend.position!=="right"&&i.legend.position!=="left"||this.legendAlignVertical()}}},{key:"createLegendMarker",value:function(e){var t=e.i,i=e.fillcolor,a=this.w,s=document.createElement("span");s.classList.add("apexcharts-legend-marker");var r=a.config.legend.markers.shape||a.config.markers.shape,n=r;Array.isArray(r)&&(n=r[t]);var l=Array.isArray(a.config.legend.markers.size)?parseFloat(a.config.legend.markers.size[t]):parseFloat(a.config.legend.markers.size),h=Array.isArray(a.config.legend.markers.offsetX)?parseFloat(a.config.legend.markers.offsetX[t]):parseFloat(a.config.legend.markers.offsetX),c=Array.isArray(a.config.legend.markers.offsetY)?parseFloat(a.config.legend.markers.offsetY[t]):parseFloat(a.config.legend.markers.offsetY),d=Array.isArray(a.config.legend.markers.strokeWidth)?parseFloat(a.config.legend.markers.strokeWidth[t]):parseFloat(a.config.legend.markers.strokeWidth),u=s.style;if(u.height=2*(l+d)+"px",u.width=2*(l+d)+"px",u.left=h+"px",u.top=c+"px",a.config.legend.markers.customHTML)u.background="transparent",u.color=i[t],Array.isArray(a.config.legend.markers.customHTML)?a.config.legend.markers.customHTML[t]&&(s.innerHTML=a.config.legend.markers.customHTML[t]()):s.innerHTML=a.config.legend.markers.customHTML();else{var g=new nt(this.ctx).getMarkerConfig({cssClass:"apexcharts-legend-marker apexcharts-marker apexcharts-marker-".concat(n),seriesIndex:t,strokeWidth:d,size:l}),p=window.SVG().addTo(s).size("100%","100%"),f=new X(this.ctx).drawMarker(0,0,O(O({},g),{},{pointFillColor:Array.isArray(i)?i[t]:g.pointFillColor,shape:n}));a.globals.dom.Paper.find(".apexcharts-legend-marker.apexcharts-marker").forEach(function(x){x.node.classList.contains("apexcharts-marker-triangle")?x.node.style.transform="translate(50%, 45%)":x.node.style.transform="translate(50%, 50%)"}),p.add(f)}return s}},{key:"drawLegends",value:function(){var e=this,t=this,i=this.w,a=i.config.legend.fontFamily,s=i.globals.seriesNames,r=i.config.legend.markers.fillColors?i.config.legend.markers.fillColors.slice():i.globals.colors.slice();if(i.config.chart.type==="heatmap"){var n=i.config.plotOptions.heatmap.colorScale.ranges;s=n.map(function(g){return g.name?g.name:g.from+" - "+g.to}),r=n.map(function(g){return g.color})}else this.isBarsDistributed&&(s=i.globals.labels.slice());i.config.legend.customLegendItems.length&&(s=i.config.legend.customLegendItems);var l=i.globals.legendFormatter,h=i.config.legend.inverseOrder,c=[];i.globals.seriesGroups.length>1&&i.config.legend.clusterGroupedSeries&&i.globals.seriesGroups.forEach(function(g,p){c[p]=document.createElement("div"),c[p].classList.add("apexcharts-legend-group","apexcharts-legend-group-".concat(p)),i.config.legend.clusterGroupedSeriesOrientation==="horizontal"?i.globals.dom.elLegendWrap.classList.add("apexcharts-legend-group-horizontal"):c[p].classList.add("apexcharts-legend-group-vertical")});for(var d=function(g){var p,f=l(s[g],{seriesIndex:g,w:i}),x=!1,b=!1;if(i.globals.collapsedSeries.length>0)for(var m=0;m<i.globals.collapsedSeries.length;m++)i.globals.collapsedSeries[m].index===g&&(x=!0);if(i.globals.ancillaryCollapsedSeriesIndices.length>0)for(var w=0;w<i.globals.ancillaryCollapsedSeriesIndices.length;w++)i.globals.ancillaryCollapsedSeriesIndices[w]===g&&(b=!0);var y=e.createLegendMarker({i:g,fillcolor:r});X.setAttrs(y,{rel:g+1,"data:collapsed":x||b}),(x||b)&&y.classList.add("apexcharts-inactive-legend");var v=document.createElement("div"),A=document.createElement("span");A.classList.add("apexcharts-legend-text"),A.innerHTML=Array.isArray(f)?f.join(" "):f;var k=i.config.legend.labels.useSeriesColors?i.globals.colors[g]:Array.isArray(i.config.legend.labels.colors)?(p=i.config.legend.labels.colors)===null||p===void 0?void 0:p[g]:i.config.legend.labels.colors;k||(k=i.config.chart.foreColor),A.style.color=k,A.style.fontSize=parseFloat(i.config.legend.fontSize)+"px",A.style.fontWeight=i.config.legend.fontWeight,A.style.fontFamily=a||i.config.chart.fontFamily,X.setAttrs(A,{rel:g+1,i:g,"data:default-text":encodeURIComponent(f),"data:collapsed":x||b}),v.appendChild(y),v.appendChild(A);var C=new ce(e.ctx);i.config.legend.showForZeroSeries||C.getSeriesTotalByIndex(g)===0&&C.seriesHaveSameValues(g)&&!C.isSeriesNull(g)&&i.globals.collapsedSeriesIndices.indexOf(g)===-1&&i.globals.ancillaryCollapsedSeriesIndices.indexOf(g)===-1&&v.classList.add("apexcharts-hidden-zero-series"),i.config.legend.showForNullSeries||C.isSeriesNull(g)&&i.globals.collapsedSeriesIndices.indexOf(g)===-1&&i.globals.ancillaryCollapsedSeriesIndices.indexOf(g)===-1&&v.classList.add("apexcharts-hidden-null-series"),c.length?i.globals.seriesGroups.forEach(function(S,M){var P;S.includes((P=i.config.series[g])===null||P===void 0?void 0:P.name)&&(i.globals.dom.elLegendWrap.appendChild(c[M]),c[M].appendChild(v))}):i.globals.dom.elLegendWrap.appendChild(v),i.globals.dom.elLegendWrap.classList.add("apexcharts-align-".concat(i.config.legend.horizontalAlign)),i.globals.dom.elLegendWrap.classList.add("apx-legend-position-"+i.config.legend.position),v.classList.add("apexcharts-legend-series"),v.style.margin="".concat(i.config.legend.itemMargin.vertical,"px ").concat(i.config.legend.itemMargin.horizontal,"px"),i.globals.dom.elLegendWrap.style.width=i.config.legend.width?i.config.legend.width+"px":"",i.globals.dom.elLegendWrap.style.height=i.config.legend.height?i.config.legend.height+"px":"",X.setAttrs(v,{rel:g+1,seriesName:L.escapeString(s[g]),"data:collapsed":x||b}),(x||b)&&v.classList.add("apexcharts-inactive-legend"),i.config.legend.onItemClick.toggleDataSeries||v.classList.add("apexcharts-no-click")},u=h?s.length-1:0;h?u>=0:u<=s.length-1;h?u--:u++)d(u);i.globals.dom.elWrap.addEventListener("click",t.onLegendClick,!0),i.config.legend.onItemHover.highlightDataSeries&&i.config.legend.customLegendItems.length===0&&(i.globals.dom.elWrap.addEventListener("mousemove",t.onLegendHovered,!0),i.globals.dom.elWrap.addEventListener("mouseout",t.onLegendHovered,!0))}},{key:"setLegendWrapXY",value:function(e,t){var i=this.w,a=i.globals.dom.elLegendWrap,s=a.clientHeight,r=0,n=0;if(i.config.legend.position==="bottom")n=i.globals.svgHeight-Math.min(s,i.globals.svgHeight/2)-5;else if(i.config.legend.position==="top"){var l=new Ot(this.ctx),h=l.dimHelpers.getTitleSubtitleCoords("title").height,c=l.dimHelpers.getTitleSubtitleCoords("subtitle").height;n=(h>0?h-10:0)+(c>0?c-10:0)}a.style.position="absolute",r=r+e+i.config.legend.offsetX,n=n+t+i.config.legend.offsetY,a.style.left=r+"px",a.style.top=n+"px",i.config.legend.position==="right"&&(a.style.left="auto",a.style.right=25+i.config.legend.offsetX+"px"),["width","height"].forEach(function(d){a.style[d]&&(a.style[d]=parseInt(i.config.legend[d],10)+"px")})}},{key:"legendAlignHorizontal",value:function(){var e=this.w;e.globals.dom.elLegendWrap.style.right=0;var t=new Ot(this.ctx),i=t.dimHelpers.getTitleSubtitleCoords("title"),a=t.dimHelpers.getTitleSubtitleCoords("subtitle"),s=0;e.config.legend.position==="top"&&(s=i.height+a.height+e.config.title.margin+e.config.subtitle.margin-10),this.setLegendWrapXY(20,s)}},{key:"legendAlignVertical",value:function(){var e=this.w,t=this.legendHelpers.getLegendDimensions(),i=0;e.config.legend.position==="left"&&(i=20),e.config.legend.position==="right"&&(i=e.globals.svgWidth-t.clww-10),this.setLegendWrapXY(i,20)}},{key:"onLegendHovered",value:function(e){var t=this.w,i=e.target.classList.contains("apexcharts-legend-series")||e.target.classList.contains("apexcharts-legend-text")||e.target.classList.contains("apexcharts-legend-marker");if(t.config.chart.type==="heatmap"||this.isBarsDistributed){if(i){var a=parseInt(e.target.getAttribute("rel"),10)-1;this.ctx.events.fireEvent("legendHover",[this.ctx,a,this.w]),new Me(this.ctx).highlightRangeInSeries(e,e.target)}}else!e.target.classList.contains("apexcharts-inactive-legend")&&i&&new Me(this.ctx).toggleSeriesOnHover(e,e.target)}},{key:"onLegendClick",value:function(e){var t=this.w;if(!t.config.legend.customLegendItems.length&&(e.target.classList.contains("apexcharts-legend-series")||e.target.classList.contains("apexcharts-legend-text")||e.target.classList.contains("apexcharts-legend-marker"))){var i=parseInt(e.target.getAttribute("rel"),10)-1,a=e.target.getAttribute("data:collapsed")==="true",s=this.w.config.chart.events.legendClick;typeof s=="function"&&s(this.ctx,i,this.w),this.ctx.events.fireEvent("legendClick",[this.ctx,i,this.w]);var r=this.w.config.legend.markers.onClick;typeof r=="function"&&e.target.classList.contains("apexcharts-legend-marker")&&(r(this.ctx,i,this.w),this.ctx.events.fireEvent("legendMarkerClick",[this.ctx,i,this.w])),t.config.chart.type!=="treemap"&&t.config.chart.type!=="heatmap"&&!this.isBarsDistributed&&t.config.legend.onItemClick.toggleDataSeries&&this.legendHelpers.toggleDataSeries(i,a)}}}]),o}(),Na=function(){function o(e){F(this,o),this.ctx=e,this.w=e.w;var t=this.w;this.ev=this.w.config.chart.events,this.selectedClass="apexcharts-selected",this.localeValues=this.w.globals.locale.toolbar,this.minX=t.globals.minX,this.maxX=t.globals.maxX}return D(o,[{key:"createToolbar",value:function(){var e=this,t=this.w,i=function(){return document.createElement("div")},a=i();if(a.setAttribute("class","apexcharts-toolbar"),a.style.top=t.config.chart.toolbar.offsetY+"px",a.style.right=3-t.config.chart.toolbar.offsetX+"px",t.globals.dom.elWrap.appendChild(a),this.elZoom=i(),this.elZoomIn=i(),this.elZoomOut=i(),this.elPan=i(),this.elSelection=i(),this.elZoomReset=i(),this.elMenuIcon=i(),this.elMenu=i(),this.elCustomIcons=[],this.t=t.config.chart.toolbar.tools,Array.isArray(this.t.customIcons))for(var s=0;s<this.t.customIcons.length;s++)this.elCustomIcons.push(i());var r=[],n=function(d,u,g){var p=d.toLowerCase();e.t[p]&&t.config.chart.zoom.enabled&&r.push({el:u,icon:typeof e.t[p]=="string"?e.t[p]:g,title:e.localeValues[d],class:"apexcharts-".concat(p,"-icon")})};n("zoomIn",this.elZoomIn,`<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> + <path d="M0 0h24v24H0z" fill="none"/> + <path d="M13 7h-2v4H7v2h4v4h2v-4h4v-2h-4V7zm-1-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/> +</svg> +`),n("zoomOut",this.elZoomOut,`<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> + <path d="M0 0h24v24H0z" fill="none"/> + <path d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/> +</svg> +`);var l=function(d){e.t[d]&&t.config.chart[d].enabled&&r.push({el:d==="zoom"?e.elZoom:e.elSelection,icon:typeof e.t[d]=="string"?e.t[d]:d==="zoom"?`<svg xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24"> + <path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/> + <path d="M0 0h24v24H0V0z" fill="none"/> + <path d="M12 10h-2v2H9v-2H7V9h2V7h1v2h2v1z"/> +</svg>`:`<svg fill="#6E8192" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> + <path d="M0 0h24v24H0z" fill="none"/> + <path d="M3 5h2V3c-1.1 0-2 .9-2 2zm0 8h2v-2H3v2zm4 8h2v-2H7v2zM3 9h2V7H3v2zm10-6h-2v2h2V3zm6 0v2h2c0-1.1-.9-2-2-2zM5 21v-2H3c0 1.1.9 2 2 2zm-2-4h2v-2H3v2zM9 3H7v2h2V3zm2 18h2v-2h-2v2zm8-8h2v-2h-2v2zm0 8c1.1 0 2-.9 2-2h-2v2zm0-12h2V7h-2v2zm0 8h2v-2h-2v2zm-4 4h2v-2h-2v2zm0-16h2V3h-2v2z"/> +</svg>`,title:e.localeValues[d==="zoom"?"selectionZoom":"selection"],class:t.globals.isTouchDevice?"apexcharts-element-hidden":"apexcharts-".concat(d,"-icon")})};l("zoom"),l("selection"),this.t.pan&&t.config.chart.zoom.enabled&&r.push({el:this.elPan,icon:typeof this.t.pan=="string"?this.t.pan:`<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000" height="24" viewBox="0 0 24 24" width="24"> + <defs> + <path d="M0 0h24v24H0z" id="a"/> + </defs> + <clipPath id="b"> + <use overflow="visible" xlink:href="#a"/> + </clipPath> + <path clip-path="url(#b)" d="M23 5.5V20c0 2.2-1.8 4-4 4h-7.3c-1.08 0-2.1-.43-2.85-1.19L1 14.83s1.26-1.23 1.3-1.25c.22-.19.49-.29.79-.29.22 0 .42.06.6.16.04.01 4.31 2.46 4.31 2.46V4c0-.83.67-1.5 1.5-1.5S11 3.17 11 4v7h1V1.5c0-.83.67-1.5 1.5-1.5S15 .67 15 1.5V11h1V2.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5V11h1V5.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5z"/> +</svg>`,title:this.localeValues.pan,class:t.globals.isTouchDevice?"apexcharts-element-hidden":"apexcharts-pan-icon"}),n("reset",this.elZoomReset,`<svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> + <path d="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z"/> + <path d="M0 0h24v24H0z" fill="none"/> +</svg>`),this.t.download&&r.push({el:this.elMenuIcon,icon:typeof this.t.download=="string"?this.t.download:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0V0z"/><path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/></svg>',title:this.localeValues.menu,class:"apexcharts-menu-icon"});for(var h=0;h<this.elCustomIcons.length;h++)r.push({el:this.elCustomIcons[h],icon:this.t.customIcons[h].icon,title:this.t.customIcons[h].title,index:this.t.customIcons[h].index,class:"apexcharts-toolbar-custom-icon "+this.t.customIcons[h].class});r.forEach(function(d,u){d.index&&L.moveIndexInArray(r,u,d.index)});for(var c=0;c<r.length;c++)X.setAttrs(r[c].el,{class:r[c].class,title:r[c].title}),r[c].el.innerHTML=r[c].icon,a.appendChild(r[c].el);this._createHamburgerMenu(a),t.globals.zoomEnabled?this.elZoom.classList.add(this.selectedClass):t.globals.panEnabled?this.elPan.classList.add(this.selectedClass):t.globals.selectionEnabled&&this.elSelection.classList.add(this.selectedClass),this.addToolbarEventListeners()}},{key:"_createHamburgerMenu",value:function(e){this.elMenuItems=[],e.appendChild(this.elMenu),X.setAttrs(this.elMenu,{class:"apexcharts-menu"});for(var t=[{name:"exportSVG",title:this.localeValues.exportToSVG},{name:"exportPNG",title:this.localeValues.exportToPNG},{name:"exportCSV",title:this.localeValues.exportToCSV}],i=0;i<t.length;i++)this.elMenuItems.push(document.createElement("div")),this.elMenuItems[i].innerHTML=t[i].title,X.setAttrs(this.elMenuItems[i],{class:"apexcharts-menu-item ".concat(t[i].name),title:t[i].title}),this.elMenu.appendChild(this.elMenuItems[i])}},{key:"addToolbarEventListeners",value:function(){var e=this;this.elZoomReset.addEventListener("click",this.handleZoomReset.bind(this)),this.elSelection.addEventListener("click",this.toggleZoomSelection.bind(this,"selection")),this.elZoom.addEventListener("click",this.toggleZoomSelection.bind(this,"zoom")),this.elZoomIn.addEventListener("click",this.handleZoomIn.bind(this)),this.elZoomOut.addEventListener("click",this.handleZoomOut.bind(this)),this.elPan.addEventListener("click",this.togglePanning.bind(this)),this.elMenuIcon.addEventListener("click",this.toggleMenu.bind(this)),this.elMenuItems.forEach(function(i){i.classList.contains("exportSVG")?i.addEventListener("click",e.handleDownload.bind(e,"svg")):i.classList.contains("exportPNG")?i.addEventListener("click",e.handleDownload.bind(e,"png")):i.classList.contains("exportCSV")&&i.addEventListener("click",e.handleDownload.bind(e,"csv"))});for(var t=0;t<this.t.customIcons.length;t++)this.elCustomIcons[t].addEventListener("click",this.t.customIcons[t].click.bind(this,this.ctx,this.ctx.w))}},{key:"toggleZoomSelection",value:function(e){this.ctx.getSyncedCharts().forEach(function(t){t.ctx.toolbar.toggleOtherControls();var i=e==="selection"?t.ctx.toolbar.elSelection:t.ctx.toolbar.elZoom,a=e==="selection"?"selectionEnabled":"zoomEnabled";t.w.globals[a]=!t.w.globals[a],i.classList.contains(t.ctx.toolbar.selectedClass)?i.classList.remove(t.ctx.toolbar.selectedClass):i.classList.add(t.ctx.toolbar.selectedClass)})}},{key:"getToolbarIconsReference",value:function(){var e=this.w;this.elZoom||(this.elZoom=e.globals.dom.baseEl.querySelector(".apexcharts-zoom-icon")),this.elPan||(this.elPan=e.globals.dom.baseEl.querySelector(".apexcharts-pan-icon")),this.elSelection||(this.elSelection=e.globals.dom.baseEl.querySelector(".apexcharts-selection-icon"))}},{key:"enableZoomPanFromToolbar",value:function(e){this.toggleOtherControls(),e==="pan"?this.w.globals.panEnabled=!0:this.w.globals.zoomEnabled=!0;var t=e==="pan"?this.elPan:this.elZoom,i=e==="pan"?this.elZoom:this.elPan;t&&t.classList.add(this.selectedClass),i&&i.classList.remove(this.selectedClass)}},{key:"togglePanning",value:function(){this.ctx.getSyncedCharts().forEach(function(e){e.ctx.toolbar.toggleOtherControls(),e.w.globals.panEnabled=!e.w.globals.panEnabled,e.ctx.toolbar.elPan.classList.contains(e.ctx.toolbar.selectedClass)?e.ctx.toolbar.elPan.classList.remove(e.ctx.toolbar.selectedClass):e.ctx.toolbar.elPan.classList.add(e.ctx.toolbar.selectedClass)})}},{key:"toggleOtherControls",value:function(){var e=this,t=this.w;t.globals.panEnabled=!1,t.globals.zoomEnabled=!1,t.globals.selectionEnabled=!1,this.getToolbarIconsReference(),[this.elPan,this.elSelection,this.elZoom].forEach(function(i){i&&i.classList.remove(e.selectedClass)})}},{key:"handleZoomIn",value:function(){var e=this.w;e.globals.isRangeBar&&(this.minX=e.globals.minY,this.maxX=e.globals.maxY);var t=(this.minX+this.maxX)/2,i=(this.minX+t)/2,a=(this.maxX+t)/2,s=this._getNewMinXMaxX(i,a);e.globals.disableZoomIn||this.zoomUpdateOptions(s.minX,s.maxX)}},{key:"handleZoomOut",value:function(){var e=this.w;if(e.globals.isRangeBar&&(this.minX=e.globals.minY,this.maxX=e.globals.maxY),!(e.config.xaxis.type==="datetime"&&new Date(this.minX).getUTCFullYear()<1e3)){var t=(this.minX+this.maxX)/2,i=this.minX-(t-this.minX),a=this.maxX-(t-this.maxX),s=this._getNewMinXMaxX(i,a);e.globals.disableZoomOut||this.zoomUpdateOptions(s.minX,s.maxX)}}},{key:"_getNewMinXMaxX",value:function(e,t){var i=this.w.config.xaxis.convertedCatToNumeric;return{minX:i?Math.floor(e):e,maxX:i?Math.floor(t):t}}},{key:"zoomUpdateOptions",value:function(e,t){var i=this.w;if(e!==void 0||t!==void 0){if(!(i.config.xaxis.convertedCatToNumeric&&(e<1&&(e=1,t=i.globals.dataPoints),t-e<2))){var a={min:e,max:t},s=this.getBeforeZoomRange(a);s&&(a=s.xaxis);var r={xaxis:a},n=L.clone(i.globals.initialConfig.yaxis);i.config.chart.group||(r.yaxis=n),this.w.globals.zoomed=!0,this.ctx.updateHelpers._updateOptions(r,!1,this.w.config.chart.animations.dynamicAnimation.enabled),this.zoomCallback(a,n)}}else this.handleZoomReset()}},{key:"zoomCallback",value:function(e,t){typeof this.ev.zoomed=="function"&&this.ev.zoomed(this.ctx,{xaxis:e,yaxis:t})}},{key:"getBeforeZoomRange",value:function(e,t){var i=null;return typeof this.ev.beforeZoom=="function"&&(i=this.ev.beforeZoom(this,{xaxis:e,yaxis:t})),i}},{key:"toggleMenu",value:function(){var e=this;window.setTimeout(function(){e.elMenu.classList.contains("apexcharts-menu-open")?e.elMenu.classList.remove("apexcharts-menu-open"):e.elMenu.classList.add("apexcharts-menu-open")},0)}},{key:"handleDownload",value:function(e){var t=this.w,i=new Et(this.ctx);switch(e){case"svg":i.exportToSVG(this.ctx);break;case"png":i.exportToPng(this.ctx);break;case"csv":i.exportToCSV({series:t.config.series,columnDelimiter:t.config.chart.toolbar.export.csv.columnDelimiter})}}},{key:"handleZoomReset",value:function(e){this.ctx.getSyncedCharts().forEach(function(t){var i=t.w;if(i.globals.lastXAxis.min=i.globals.initialConfig.xaxis.min,i.globals.lastXAxis.max=i.globals.initialConfig.xaxis.max,t.updateHelpers.revertDefaultAxisMinMax(),typeof i.config.chart.events.beforeResetZoom=="function"){var a=i.config.chart.events.beforeResetZoom(t,i);a&&t.updateHelpers.revertDefaultAxisMinMax(a)}typeof i.config.chart.events.zoomed=="function"&&t.ctx.toolbar.zoomCallback({min:i.config.xaxis.min,max:i.config.xaxis.max}),i.globals.zoomed=!1;var s=t.ctx.series.emptyCollapsedSeries(L.clone(i.globals.initialSeries));t.updateHelpers._updateSeries(s,i.config.chart.animations.dynamicAnimation.enabled)})}},{key:"destroy",value:function(){this.elZoom=null,this.elZoomIn=null,this.elZoomOut=null,this.elPan=null,this.elSelection=null,this.elZoomReset=null,this.elMenuIcon=null}}]),o}(),Js=function(o){mt(t,Na);var e=bt(t);function t(i){var a;return F(this,t),(a=e.call(this,i)).ctx=i,a.w=i.w,a.dragged=!1,a.graphics=new X(a.ctx),a.eventList=["mousedown","mouseleave","mousemove","touchstart","touchmove","mouseup","touchend","wheel"],a.clientX=0,a.clientY=0,a.startX=0,a.endX=0,a.dragX=0,a.startY=0,a.endY=0,a.dragY=0,a.moveDirection="none",a.debounceTimer=null,a.debounceDelay=100,a.wheelDelay=400,a}return D(t,[{key:"init",value:function(i){var a=this,s=i.xyRatios,r=this.w,n=this;this.xyRatios=s,this.zoomRect=this.graphics.drawRect(0,0,0,0),this.selectionRect=this.graphics.drawRect(0,0,0,0),this.gridRect=r.globals.dom.baseEl.querySelector(".apexcharts-grid"),this.constraints=new he(0,0,r.globals.gridWidth,r.globals.gridHeight),this.zoomRect.node.classList.add("apexcharts-zoom-rect"),this.selectionRect.node.classList.add("apexcharts-selection-rect"),r.globals.dom.Paper.add(this.zoomRect),r.globals.dom.Paper.add(this.selectionRect),r.config.chart.selection.type==="x"?this.slDraggableRect=this.selectionRect.draggable({minX:0,minY:0,maxX:r.globals.gridWidth,maxY:r.globals.gridHeight}).on("dragmove.namespace",this.selectionDragging.bind(this,"dragging")):r.config.chart.selection.type==="y"?this.slDraggableRect=this.selectionRect.draggable({minX:0,maxX:r.globals.gridWidth}).on("dragmove.namespace",this.selectionDragging.bind(this,"dragging")):this.slDraggableRect=this.selectionRect.draggable().on("dragmove.namespace",this.selectionDragging.bind(this,"dragging")),this.preselectedSelection(),this.hoverArea=r.globals.dom.baseEl.querySelector("".concat(r.globals.chartClass," .apexcharts-svg")),this.hoverArea.classList.add("apexcharts-zoomable"),this.eventList.forEach(function(l){a.hoverArea.addEventListener(l,n.svgMouseEvents.bind(n,s),{capture:!1,passive:!0})}),r.config.chart.zoom.enabled&&r.config.chart.zoom.allowMouseWheelZoom&&this.hoverArea.addEventListener("wheel",n.mouseWheelEvent.bind(n),{capture:!1,passive:!1})}},{key:"destroy",value:function(){this.slDraggableRect&&(this.slDraggableRect.draggable(!1),this.slDraggableRect.off(),this.selectionRect.off()),this.selectionRect=null,this.zoomRect=null,this.gridRect=null}},{key:"svgMouseEvents",value:function(i,a){var s=this.w,r=this.ctx.toolbar,n=s.globals.zoomEnabled?s.config.chart.zoom.type:s.config.chart.selection.type,l=s.config.chart.toolbar.autoSelected;if(a.shiftKey?(this.shiftWasPressed=!0,r.enableZoomPanFromToolbar(l==="pan"?"zoom":"pan")):this.shiftWasPressed&&(r.enableZoomPanFromToolbar(l),this.shiftWasPressed=!1),a.target){var h,c=a.target.classList;if(a.target.parentNode&&a.target.parentNode!==null&&(h=a.target.parentNode.classList),!(c.contains("apexcharts-legend-marker")||c.contains("apexcharts-legend-text")||h&&h.contains("apexcharts-toolbar"))){if(this.clientX=a.type==="touchmove"||a.type==="touchstart"?a.touches[0].clientX:a.type==="touchend"?a.changedTouches[0].clientX:a.clientX,this.clientY=a.type==="touchmove"||a.type==="touchstart"?a.touches[0].clientY:a.type==="touchend"?a.changedTouches[0].clientY:a.clientY,a.type==="mousedown"&&a.which===1||a.type==="touchstart"){var d=this.gridRect.getBoundingClientRect();this.startX=this.clientX-d.left-s.globals.barPadForNumericAxis,this.startY=this.clientY-d.top,this.dragged=!1,this.w.globals.mousedown=!0}(a.type==="mousemove"&&a.which===1||a.type==="touchmove")&&(this.dragged=!0,s.globals.panEnabled?(s.globals.selection=null,this.w.globals.mousedown&&this.panDragging({context:this,zoomtype:n,xyRatios:i})):(this.w.globals.mousedown&&s.globals.zoomEnabled||this.w.globals.mousedown&&s.globals.selectionEnabled)&&(this.selection=this.selectionDrawing({context:this,zoomtype:n}))),a.type!=="mouseup"&&a.type!=="touchend"&&a.type!=="mouseleave"||this.handleMouseUp({zoomtype:n}),this.makeSelectionRectDraggable()}}}},{key:"handleMouseUp",value:function(i){var a,s=i.zoomtype,r=i.isResized,n=this.w,l=(a=this.gridRect)===null||a===void 0?void 0:a.getBoundingClientRect();l&&(this.w.globals.mousedown||r)&&(this.endX=this.clientX-l.left-n.globals.barPadForNumericAxis,this.endY=this.clientY-l.top,this.dragX=Math.abs(this.endX-this.startX),this.dragY=Math.abs(this.endY-this.startY),(n.globals.zoomEnabled||n.globals.selectionEnabled)&&this.selectionDrawn({context:this,zoomtype:s}),n.globals.panEnabled&&n.config.xaxis.convertedCatToNumeric&&this.delayedPanScrolled()),n.globals.zoomEnabled&&this.hideSelectionRect(this.selectionRect),this.dragged=!1,this.w.globals.mousedown=!1}},{key:"mouseWheelEvent",value:function(i){var a=this,s=this.w;i.preventDefault();var r=Date.now();r-s.globals.lastWheelExecution>this.wheelDelay&&(this.executeMouseWheelZoom(i),s.globals.lastWheelExecution=r),this.debounceTimer&&clearTimeout(this.debounceTimer),this.debounceTimer=setTimeout(function(){r-s.globals.lastWheelExecution>a.wheelDelay&&(a.executeMouseWheelZoom(i),s.globals.lastWheelExecution=r)},this.debounceDelay)}},{key:"executeMouseWheelZoom",value:function(i){var a,s=this.w;this.minX=s.globals.isRangeBar?s.globals.minY:s.globals.minX,this.maxX=s.globals.isRangeBar?s.globals.maxY:s.globals.maxX;var r=(a=this.gridRect)===null||a===void 0?void 0:a.getBoundingClientRect();if(r){var n,l,h,c=(i.clientX-r.left)/r.width,d=this.minX,u=this.maxX,g=u-d;if(i.deltaY<0){var p=d+c*g;l=p-(n=.5*g)/2,h=p+n/2}else l=d-(n=1.5*g)/2,h=u+n/2;if(!s.globals.isRangeBar){l=Math.max(l,s.globals.initialMinX),h=Math.min(h,s.globals.initialMaxX);var f=.01*(s.globals.initialMaxX-s.globals.initialMinX);if(h-l<f){var x=(l+h)/2;l=x-f/2,h=x+f/2}}var b=this._getNewMinXMaxX(l,h);isNaN(b.minX)||isNaN(b.maxX)||this.zoomUpdateOptions(b.minX,b.maxX)}}},{key:"makeSelectionRectDraggable",value:function(){var i=this,a=this.w;if(this.selectionRect){var s=this.selectionRect.node.getBoundingClientRect();s.width>0&&s.height>0&&(this.selectionRect.select(!1).resize(!1),this.selectionRect.select({createRot:function(){},updateRot:function(){},createHandle:function(r,n,l,h,c){return c==="l"||c==="r"?r.circle(8).css({"stroke-width":1,stroke:"#333",fill:"#fff"}):r.circle(0)},updateHandle:function(r,n){return r.center(n[0],n[1])}}).resize().on("resize",function(){var r=a.globals.zoomEnabled?a.config.chart.zoom.type:a.config.chart.selection.type;i.handleMouseUp({zoomtype:r,isResized:!0})}))}}},{key:"preselectedSelection",value:function(){var i=this.w,a=this.xyRatios;if(!i.globals.zoomEnabled){if(i.globals.selection!==void 0&&i.globals.selection!==null)this.drawSelectionRect(O(O({},i.globals.selection),{},{translateX:i.globals.translateX,translateY:i.globals.translateY}));else if(i.config.chart.selection.xaxis.min!==void 0&&i.config.chart.selection.xaxis.max!==void 0){var s=(i.config.chart.selection.xaxis.min-i.globals.minX)/a.xRatio,r=i.globals.gridWidth-(i.globals.maxX-i.config.chart.selection.xaxis.max)/a.xRatio-s;i.globals.isRangeBar&&(s=(i.config.chart.selection.xaxis.min-i.globals.yAxisScale[0].niceMin)/a.invertedYRatio,r=(i.config.chart.selection.xaxis.max-i.config.chart.selection.xaxis.min)/a.invertedYRatio);var n={x:s,y:0,width:r,height:i.globals.gridHeight,translateX:i.globals.translateX,translateY:i.globals.translateY,selectionEnabled:!0};this.drawSelectionRect(n),this.makeSelectionRectDraggable(),typeof i.config.chart.events.selection=="function"&&i.config.chart.events.selection(this.ctx,{xaxis:{min:i.config.chart.selection.xaxis.min,max:i.config.chart.selection.xaxis.max},yaxis:{}})}}}},{key:"drawSelectionRect",value:function(i){var a=i.x,s=i.y,r=i.width,n=i.height,l=i.translateX,h=l===void 0?0:l,c=i.translateY,d=c===void 0?0:c,u=this.w,g=this.zoomRect,p=this.selectionRect;if(this.dragged||u.globals.selection!==null){var f={transform:"translate("+h+", "+d+")"};u.globals.zoomEnabled&&this.dragged&&(r<0&&(r=1),g.attr({x:a,y:s,width:r,height:n,fill:u.config.chart.zoom.zoomedArea.fill.color,"fill-opacity":u.config.chart.zoom.zoomedArea.fill.opacity,stroke:u.config.chart.zoom.zoomedArea.stroke.color,"stroke-width":u.config.chart.zoom.zoomedArea.stroke.width,"stroke-opacity":u.config.chart.zoom.zoomedArea.stroke.opacity}),X.setAttrs(g.node,f)),u.globals.selectionEnabled&&(p.attr({x:a,y:s,width:r>0?r:0,height:n>0?n:0,fill:u.config.chart.selection.fill.color,"fill-opacity":u.config.chart.selection.fill.opacity,stroke:u.config.chart.selection.stroke.color,"stroke-width":u.config.chart.selection.stroke.width,"stroke-dasharray":u.config.chart.selection.stroke.dashArray,"stroke-opacity":u.config.chart.selection.stroke.opacity}),X.setAttrs(p.node,f))}}},{key:"hideSelectionRect",value:function(i){i&&i.attr({x:0,y:0,width:0,height:0})}},{key:"selectionDrawing",value:function(i){var a=i.context,s=i.zoomtype,r=this.w,n=a,l=this.gridRect.getBoundingClientRect(),h=n.startX-1,c=n.startY,d=!1,u=!1,g=n.clientX-l.left-r.globals.barPadForNumericAxis,p=n.clientY-l.top,f=g-h,x=p-c,b={translateX:r.globals.translateX,translateY:r.globals.translateY};return Math.abs(f+h)>r.globals.gridWidth?f=r.globals.gridWidth-h:g<0&&(f=h),h>g&&(d=!0,f=Math.abs(f)),c>p&&(u=!0,x=Math.abs(x)),b=O(O({},b=s==="x"?{x:d?h-f:h,y:0,width:f,height:r.globals.gridHeight}:s==="y"?{x:0,y:u?c-x:c,width:r.globals.gridWidth,height:x}:{x:d?h-f:h,y:u?c-x:c,width:f,height:x}),{},{translateX:r.globals.translateX,translateY:r.globals.translateY}),n.drawSelectionRect(b),n.selectionDragging("resizing"),b}},{key:"selectionDragging",value:function(i,a){var s=this,r=this.w;if(a){a.preventDefault();var n=a.detail,l=n.handler,h=n.box,c=h.x,d=h.y;c<this.constraints.x&&(c=this.constraints.x),d<this.constraints.y&&(d=this.constraints.y),h.x2>this.constraints.x2&&(c=this.constraints.x2-h.w),h.y2>this.constraints.y2&&(d=this.constraints.y2-h.h),l.move(c,d);var u=this.xyRatios,g=this.selectionRect,p=0;i==="resizing"&&(p=30);var f=function(b){return parseFloat(g.node.getAttribute(b))},x={x:f("x"),y:f("y"),width:f("width"),height:f("height")};r.globals.selection=x,typeof r.config.chart.events.selection=="function"&&r.globals.selectionEnabled&&(clearTimeout(this.w.globals.selectionResizeTimer),this.w.globals.selectionResizeTimer=window.setTimeout(function(){var b,m,w,y,v=s.gridRect.getBoundingClientRect(),A=g.node.getBoundingClientRect();r.globals.isRangeBar?(b=r.globals.yAxisScale[0].niceMin+(A.left-v.left)*u.invertedYRatio,m=r.globals.yAxisScale[0].niceMin+(A.right-v.left)*u.invertedYRatio,w=0,y=1):(b=r.globals.xAxisScale.niceMin+(A.left-v.left)*u.xRatio,m=r.globals.xAxisScale.niceMin+(A.right-v.left)*u.xRatio,w=r.globals.yAxisScale[0].niceMin+(v.bottom-A.bottom)*u.yRatio[0],y=r.globals.yAxisScale[0].niceMax-(A.top-v.top)*u.yRatio[0]);var k={xaxis:{min:b,max:m},yaxis:{min:w,max:y}};r.config.chart.events.selection(s.ctx,k),r.config.chart.brush.enabled&&r.config.chart.events.brushScrolled!==void 0&&r.config.chart.events.brushScrolled(s.ctx,k)},p))}}},{key:"selectionDrawn",value:function(i){var a,s,r=i.context,n=i.zoomtype,l=this.w,h=r,c=this.xyRatios,d=this.ctx.toolbar,u=l.globals.zoomEnabled?h.zoomRect.node.getBoundingClientRect():h.selectionRect.node.getBoundingClientRect(),g=h.gridRect.getBoundingClientRect(),p=u.left-g.left-l.globals.barPadForNumericAxis,f=u.right-g.left-l.globals.barPadForNumericAxis,x=u.top-g.top,b=u.bottom-g.top;l.globals.isRangeBar?(a=l.globals.yAxisScale[0].niceMin+p*c.invertedYRatio,s=l.globals.yAxisScale[0].niceMin+f*c.invertedYRatio):(a=l.globals.xAxisScale.niceMin+p*c.xRatio,s=l.globals.xAxisScale.niceMin+f*c.xRatio);var m=[],w=[];if(l.config.yaxis.forEach(function(M,P){var I=l.globals.seriesYAxisMap[P][0],T=l.globals.yAxisScale[P].niceMax-c.yRatio[I]*x,z=l.globals.yAxisScale[P].niceMax-c.yRatio[I]*b;m.push(T),w.push(z)}),h.dragged&&(h.dragX>10||h.dragY>10)&&a!==s){if(l.globals.zoomEnabled){var y=L.clone(l.globals.initialConfig.yaxis),v=L.clone(l.globals.initialConfig.xaxis);if(l.globals.zoomed=!0,l.config.xaxis.convertedCatToNumeric&&(a=Math.floor(a),s=Math.floor(s),a<1&&(a=1,s=l.globals.dataPoints),s-a<2&&(s=a+1)),n!=="xy"&&n!=="x"||(v={min:a,max:s}),n!=="xy"&&n!=="y"||y.forEach(function(M,P){y[P].min=w[P],y[P].max=m[P]}),d){var A=d.getBeforeZoomRange(v,y);A&&(v=A.xaxis?A.xaxis:v,y=A.yaxis?A.yaxis:y)}var k={xaxis:v};l.config.chart.group||(k.yaxis=y),h.ctx.updateHelpers._updateOptions(k,!1,h.w.config.chart.animations.dynamicAnimation.enabled),typeof l.config.chart.events.zoomed=="function"&&d.zoomCallback(v,y)}else if(l.globals.selectionEnabled){var C,S=null;C={min:a,max:s},n!=="xy"&&n!=="y"||(S=L.clone(l.config.yaxis)).forEach(function(M,P){S[P].min=w[P],S[P].max=m[P]}),l.globals.selection=h.selection,typeof l.config.chart.events.selection=="function"&&l.config.chart.events.selection(h.ctx,{xaxis:C,yaxis:S})}}}},{key:"panDragging",value:function(i){var a=i.context,s=this.w,r=a;if(s.globals.lastClientPosition.x!==void 0){var n=s.globals.lastClientPosition.x-r.clientX,l=s.globals.lastClientPosition.y-r.clientY;Math.abs(n)>Math.abs(l)&&n>0?this.moveDirection="left":Math.abs(n)>Math.abs(l)&&n<0?this.moveDirection="right":Math.abs(l)>Math.abs(n)&&l>0?this.moveDirection="up":Math.abs(l)>Math.abs(n)&&l<0&&(this.moveDirection="down")}s.globals.lastClientPosition={x:r.clientX,y:r.clientY};var h=s.globals.isRangeBar?s.globals.minY:s.globals.minX,c=s.globals.isRangeBar?s.globals.maxY:s.globals.maxX;s.config.xaxis.convertedCatToNumeric||r.panScrolled(h,c)}},{key:"delayedPanScrolled",value:function(){var i=this.w,a=i.globals.minX,s=i.globals.maxX,r=(i.globals.maxX-i.globals.minX)/2;this.moveDirection==="left"?(a=i.globals.minX+r,s=i.globals.maxX+r):this.moveDirection==="right"&&(a=i.globals.minX-r,s=i.globals.maxX-r),a=Math.floor(a),s=Math.floor(s),this.updateScrolledChart({xaxis:{min:a,max:s}},a,s)}},{key:"panScrolled",value:function(i,a){var s=this.w,r=this.xyRatios,n=L.clone(s.globals.initialConfig.yaxis),l=r.xRatio,h=s.globals.minX,c=s.globals.maxX;s.globals.isRangeBar&&(l=r.invertedYRatio,h=s.globals.minY,c=s.globals.maxY),this.moveDirection==="left"?(i=h+s.globals.gridWidth/15*l,a=c+s.globals.gridWidth/15*l):this.moveDirection==="right"&&(i=h-s.globals.gridWidth/15*l,a=c-s.globals.gridWidth/15*l),s.globals.isRangeBar||(i<s.globals.initialMinX||a>s.globals.initialMaxX)&&(i=h,a=c);var d={xaxis:{min:i,max:a}};s.config.chart.group||(d.yaxis=n),this.updateScrolledChart(d,i,a)}},{key:"updateScrolledChart",value:function(i,a,s){var r=this.w;this.ctx.updateHelpers._updateOptions(i,!1,!1),typeof r.config.chart.events.scrolled=="function"&&r.config.chart.events.scrolled(this.ctx,{xaxis:{min:a,max:s}})}}]),t}(),Wa=function(){function o(e){F(this,o),this.w=e.w,this.ttCtx=e,this.ctx=e.ctx}return D(o,[{key:"getNearestValues",value:function(e){var t=e.hoverArea,i=e.elGrid,a=e.clientX,s=e.clientY,r=this.w,n=i.getBoundingClientRect(),l=n.width,h=n.height,c=l/(r.globals.dataPoints-1),d=h/r.globals.dataPoints,u=this.hasBars();!r.globals.comboCharts&&!u||r.config.xaxis.convertedCatToNumeric||(c=l/r.globals.dataPoints);var g=a-n.left-r.globals.barPadForNumericAxis,p=s-n.top;g<0||p<0||g>l||p>h?(t.classList.remove("hovering-zoom"),t.classList.remove("hovering-pan")):r.globals.zoomEnabled?(t.classList.remove("hovering-pan"),t.classList.add("hovering-zoom")):r.globals.panEnabled&&(t.classList.remove("hovering-zoom"),t.classList.add("hovering-pan"));var f=Math.round(g/c),x=Math.floor(p/d);u&&!r.config.xaxis.convertedCatToNumeric&&(f=Math.ceil(g/c),f-=1);var b=null,m=null,w=r.globals.seriesXvalues.map(function(C){return C.filter(function(S){return L.isNumber(S)})}),y=r.globals.seriesYvalues.map(function(C){return C.filter(function(S){return L.isNumber(S)})});if(r.globals.isXNumeric){var v=this.ttCtx.getElGrid().getBoundingClientRect(),A=g*(v.width/l),k=p*(v.height/h);b=(m=this.closestInMultiArray(A,k,w,y)).index,f=m.j,b!==null&&r.globals.hasNullValues&&(w=r.globals.seriesXvalues[b],f=(m=this.closestInArray(A,w)).j)}return r.globals.capturedSeriesIndex=b===null?-1:b,(!f||f<1)&&(f=0),r.globals.isBarHorizontal?r.globals.capturedDataPointIndex=x:r.globals.capturedDataPointIndex=f,{capturedSeries:b,j:r.globals.isBarHorizontal?x:f,hoverX:g,hoverY:p}}},{key:"getFirstActiveXArray",value:function(e){for(var t=this.w,i=0,a=e.map(function(r,n){return r.length>0?n:-1}),s=0;s<a.length;s++)if(a[s]!==-1&&t.globals.collapsedSeriesIndices.indexOf(s)===-1&&t.globals.ancillaryCollapsedSeriesIndices.indexOf(s)===-1){i=a[s];break}return i}},{key:"closestInMultiArray",value:function(e,t,i,a){for(var s,r=this.w,n=1/0,l=null,h=null,c=0;c<i.length;c++)if(s=c,r.globals.collapsedSeriesIndices.indexOf(s)===-1&&r.globals.ancillaryCollapsedSeriesIndices.indexOf(s)===-1)for(var d=i[c],u=a[c],g=Math.min(d.length,u.length),p=0;p<g;p++){var f=e-d[p],x=Math.sqrt(f*f);if(!r.globals.allSeriesHasEqualX){var b=t-u[p];x=Math.sqrt(f*f+b*b)}x<n&&(n=x,l=c,h=p)}return{index:l,j:h}}},{key:"closestInArray",value:function(e,t){for(var i=t[0],a=null,s=Math.abs(e-i),r=0;r<t.length;r++){var n=Math.abs(e-t[r]);n<s&&(s=n,a=r)}return{j:a}}},{key:"isXoverlap",value:function(e){var t=[],i=this.w.globals.seriesX.filter(function(s){return s[0]!==void 0});if(i.length>0)for(var a=0;a<i.length-1;a++)i[a][e]!==void 0&&i[a+1][e]!==void 0&&i[a][e]!==i[a+1][e]&&t.push("unEqual");return t.length===0}},{key:"isInitialSeriesSameLen",value:function(){for(var e=!0,t=this.w.globals.initialSeries,i=0;i<t.length-1;i++)if(t[i].data.length!==t[i+1].data.length){e=!1;break}return e}},{key:"getBarsHeight",value:function(e){return ge(e).reduce(function(t,i){return t+i.getBBox().height},0)}},{key:"getElMarkers",value:function(e){return typeof e=="number"?this.w.globals.dom.baseEl.querySelectorAll(".apexcharts-series[data\\:realIndex='".concat(e,"'] .apexcharts-series-markers-wrap > *")):this.w.globals.dom.baseEl.querySelectorAll(".apexcharts-series-markers-wrap > *")}},{key:"getAllMarkers",value:function(){var e=this,t=arguments.length>0&&arguments[0]!==void 0&&arguments[0],i=this.w.globals.dom.baseEl.querySelectorAll(".apexcharts-series-markers-wrap");i=ge(i),t&&(i=i.filter(function(s){var r=Number(s.getAttribute("data:realIndex"));return e.w.globals.collapsedSeriesIndices.indexOf(r)===-1})),i.sort(function(s,r){var n=Number(s.getAttribute("data:realIndex")),l=Number(r.getAttribute("data:realIndex"));return l<n?1:l>n?-1:0});var a=[];return i.forEach(function(s){a.push(s.querySelector(".apexcharts-marker"))}),a}},{key:"hasMarkers",value:function(e){return this.getElMarkers(e).length>0}},{key:"getPathFromPoint",value:function(e,t){var i=Number(e.getAttribute("cx")),a=Number(e.getAttribute("cy")),s=e.getAttribute("shape");return new X(this.ctx).getMarkerPath(i,a,s,t)}},{key:"getElBars",value:function(){return this.w.globals.dom.baseEl.querySelectorAll(".apexcharts-bar-series, .apexcharts-candlestick-series, .apexcharts-boxPlot-series, .apexcharts-rangebar-series")}},{key:"hasBars",value:function(){return this.getElBars().length>0}},{key:"getHoverMarkerSize",value:function(e){var t=this.w,i=t.config.markers.hover.size;return i===void 0&&(i=t.globals.markers.size[e]+t.config.markers.hover.sizeOffset),i}},{key:"toggleAllTooltipSeriesGroups",value:function(e){var t=this.w,i=this.ttCtx;i.allTooltipSeriesGroups.length===0&&(i.allTooltipSeriesGroups=t.globals.dom.baseEl.querySelectorAll(".apexcharts-tooltip-series-group"));for(var a=i.allTooltipSeriesGroups,s=0;s<a.length;s++)e==="enable"?(a[s].classList.add("apexcharts-active"),a[s].style.display=t.config.tooltip.items.display):(a[s].classList.remove("apexcharts-active"),a[s].style.display="none")}}]),o}(),Ks=function(){function o(e){F(this,o),this.w=e.w,this.ctx=e.ctx,this.ttCtx=e,this.tooltipUtil=new Wa(e)}return D(o,[{key:"drawSeriesTexts",value:function(e){var t=e.shared,i=t===void 0||t,a=e.ttItems,s=e.i,r=s===void 0?0:s,n=e.j,l=n===void 0?null:n,h=e.y1,c=e.y2,d=e.e,u=this.w;u.config.tooltip.custom!==void 0?this.handleCustomTooltip({i:r,j:l,y1:h,y2:c,w:u}):this.toggleActiveInactiveSeries(i,r);var g=this.getValuesToPrint({i:r,j:l});this.printLabels({i:r,j:l,values:g,ttItems:a,shared:i,e:d});var p=this.ttCtx.getElTooltip();this.ttCtx.tooltipRect.ttWidth=p.getBoundingClientRect().width,this.ttCtx.tooltipRect.ttHeight=p.getBoundingClientRect().height}},{key:"printLabels",value:function(e){var t,i=this,a=e.i,s=e.j,r=e.values,n=e.ttItems,l=e.shared,h=e.e,c=this.w,d=[],u=function(v){return c.globals.seriesGoals[v]&&c.globals.seriesGoals[v][s]&&Array.isArray(c.globals.seriesGoals[v][s])},g=r.xVal,p=r.zVal,f=r.xAxisTTVal,x="",b=c.globals.colors[a];s!==null&&c.config.plotOptions.bar.distributed&&(b=c.globals.colors[s]);for(var m=function(v,A){var k=i.getFormatters(a);x=i.getSeriesName({fn:k.yLbTitleFormatter,index:a,seriesIndex:a,j:s}),c.config.chart.type==="treemap"&&(x=k.yLbTitleFormatter(String(c.config.series[a].data[s].x),{series:c.globals.series,seriesIndex:a,dataPointIndex:s,w:c}));var C=c.config.tooltip.inverseOrder?A:v;if(c.globals.axisCharts){var S=function(I){var T,z,E,R;return c.globals.isRangeData?k.yLbFormatter((T=c.globals.seriesRangeStart)===null||T===void 0||(z=T[I])===null||z===void 0?void 0:z[s],{series:c.globals.seriesRangeStart,seriesIndex:I,dataPointIndex:s,w:c})+" - "+k.yLbFormatter((E=c.globals.seriesRangeEnd)===null||E===void 0||(R=E[I])===null||R===void 0?void 0:R[s],{series:c.globals.seriesRangeEnd,seriesIndex:I,dataPointIndex:s,w:c}):k.yLbFormatter(c.globals.series[I][s],{series:c.globals.series,seriesIndex:I,dataPointIndex:s,w:c})};if(l)k=i.getFormatters(C),x=i.getSeriesName({fn:k.yLbTitleFormatter,index:C,seriesIndex:a,j:s}),b=c.globals.colors[C],t=S(C),u(C)&&(d=c.globals.seriesGoals[C][s].map(function(I){return{attrs:I,val:k.yLbFormatter(I.value,{seriesIndex:C,dataPointIndex:s,w:c})}}));else{var M,P=h==null||(M=h.target)===null||M===void 0?void 0:M.getAttribute("fill");P&&(P.indexOf("url")!==-1?P.indexOf("Pattern")!==-1&&(b=c.globals.dom.baseEl.querySelector(P.substr(4).slice(0,-1)).childNodes[0].getAttribute("stroke")):b=P),t=S(a),u(a)&&Array.isArray(c.globals.seriesGoals[a][s])&&(d=c.globals.seriesGoals[a][s].map(function(I){return{attrs:I,val:k.yLbFormatter(I.value,{seriesIndex:a,dataPointIndex:s,w:c})}}))}}s===null&&(t=k.yLbFormatter(c.globals.series[a],O(O({},c),{},{seriesIndex:a,dataPointIndex:a}))),i.DOMHandling({i:a,t:C,j:s,ttItems:n,values:{val:t,goalVals:d,xVal:g,xAxisTTVal:f,zVal:p},seriesName:x,shared:l,pColor:b})},w=0,y=c.globals.series.length-1;w<c.globals.series.length;w++,y--)m(w,y)}},{key:"getFormatters",value:function(e){var t,i=this.w,a=i.globals.yLabelFormatters[e];return i.globals.ttVal!==void 0?Array.isArray(i.globals.ttVal)?(a=i.globals.ttVal[e]&&i.globals.ttVal[e].formatter,t=i.globals.ttVal[e]&&i.globals.ttVal[e].title&&i.globals.ttVal[e].title.formatter):(a=i.globals.ttVal.formatter,typeof i.globals.ttVal.title.formatter=="function"&&(t=i.globals.ttVal.title.formatter)):t=i.config.tooltip.y.title.formatter,typeof a!="function"&&(a=i.globals.yLabelFormatters[0]?i.globals.yLabelFormatters[0]:function(s){return s}),typeof t!="function"&&(t=function(s){return s?s+": ":""}),{yLbFormatter:a,yLbTitleFormatter:t}}},{key:"getSeriesName",value:function(e){var t=e.fn,i=e.index,a=e.seriesIndex,s=e.j,r=this.w;return t(String(r.globals.seriesNames[i]),{series:r.globals.series,seriesIndex:a,dataPointIndex:s,w:r})}},{key:"DOMHandling",value:function(e){e.i;var t=e.t,i=e.j,a=e.ttItems,s=e.values,r=e.seriesName,n=e.shared,l=e.pColor,h=this.w,c=this.ttCtx,d=s.val,u=s.goalVals,g=s.xVal,p=s.xAxisTTVal,f=s.zVal,x=null;x=a[t].children,h.config.tooltip.fillSeriesColor&&(a[t].style.color=l,x[0].style.display="none"),c.showTooltipTitle&&(c.tooltipTitle===null&&(c.tooltipTitle=h.globals.dom.baseEl.querySelector(".apexcharts-tooltip-title")),c.tooltipTitle.innerHTML=g),c.isXAxisTooltipEnabled&&(c.xaxisTooltipText.innerHTML=p!==""?p:g);var b=a[t].querySelector(".apexcharts-tooltip-text-y-label");b&&(b.innerHTML=r||"");var m=a[t].querySelector(".apexcharts-tooltip-text-y-value");m&&(m.innerHTML=d!==void 0?d:""),x[0]&&x[0].classList.contains("apexcharts-tooltip-marker")&&(h.config.tooltip.marker.fillColors&&Array.isArray(h.config.tooltip.marker.fillColors)&&(l=h.config.tooltip.marker.fillColors[t]),x[0].style.color=l),h.config.tooltip.marker.show||(x[0].style.display="none");var w=a[t].querySelector(".apexcharts-tooltip-text-goals-label"),y=a[t].querySelector(".apexcharts-tooltip-text-goals-value");if(u.length&&h.globals.seriesGoals[t]){var v=function(){var C="<div>",S="<div>";u.forEach(function(M,P){C+=' <div style="display: flex"><span class="apexcharts-tooltip-marker" style="background-color: '.concat(M.attrs.strokeColor,'; height: 3px; border-radius: 0; top: 5px;"></span> ').concat(M.attrs.name,"</div>"),S+="<div>".concat(M.val,"</div>")}),w.innerHTML=C+"</div>",y.innerHTML=S+"</div>"};n?h.globals.seriesGoals[t][i]&&Array.isArray(h.globals.seriesGoals[t][i])?v():(w.innerHTML="",y.innerHTML=""):v()}else w.innerHTML="",y.innerHTML="";if(f!==null&&(a[t].querySelector(".apexcharts-tooltip-text-z-label").innerHTML=h.config.tooltip.z.title,a[t].querySelector(".apexcharts-tooltip-text-z-value").innerHTML=f!==void 0?f:""),n&&x[0]){if(h.config.tooltip.hideEmptySeries){var A=a[t].querySelector(".apexcharts-tooltip-marker"),k=a[t].querySelector(".apexcharts-tooltip-text");parseFloat(d)==0?(A.style.display="none",k.style.display="none"):(A.style.display="block",k.style.display="block")}d==null||h.globals.ancillaryCollapsedSeriesIndices.indexOf(t)>-1||h.globals.collapsedSeriesIndices.indexOf(t)>-1||Array.isArray(c.tConfig.enabledOnSeries)&&c.tConfig.enabledOnSeries.indexOf(t)===-1?x[0].parentNode.style.display="none":x[0].parentNode.style.display=h.config.tooltip.items.display}else Array.isArray(c.tConfig.enabledOnSeries)&&c.tConfig.enabledOnSeries.indexOf(t)===-1&&(x[0].parentNode.style.display="none")}},{key:"toggleActiveInactiveSeries",value:function(e,t){var i=this.w;if(e)this.tooltipUtil.toggleAllTooltipSeriesGroups("enable");else{this.tooltipUtil.toggleAllTooltipSeriesGroups("disable");var a=i.globals.dom.baseEl.querySelector(".apexcharts-tooltip-series-group-".concat(t));a&&(a.classList.add("apexcharts-active"),a.style.display=i.config.tooltip.items.display)}}},{key:"getValuesToPrint",value:function(e){var t=e.i,i=e.j,a=this.w,s=this.ctx.series.filteredSeriesX(),r="",n="",l=null,h=null,c={series:a.globals.series,seriesIndex:t,dataPointIndex:i,w:a},d=a.globals.ttZFormatter;i===null?h=a.globals.series[t]:a.globals.isXNumeric&&a.config.chart.type!=="treemap"?(r=s[t][i],s[t].length===0&&(r=s[this.tooltipUtil.getFirstActiveXArray(s)][i])):r=new Ei(this.ctx).isFormatXY()?a.config.series[t].data[i]!==void 0?a.config.series[t].data[i].x:"":a.globals.labels[i]!==void 0?a.globals.labels[i]:"";var u=r;return a.globals.isXNumeric&&a.config.xaxis.type==="datetime"?r=new kt(this.ctx).xLabelFormat(a.globals.ttKeyFormatter,u,u,{i:void 0,dateFormatter:new fe(this.ctx).formatDate,w:this.w}):r=a.globals.isBarHorizontal?a.globals.yLabelFormatters[0](u,c):a.globals.xLabelFormatter(u,c),a.config.tooltip.x.formatter!==void 0&&(r=a.globals.ttKeyFormatter(u,c)),a.globals.seriesZ.length>0&&a.globals.seriesZ[t].length>0&&(l=d(a.globals.seriesZ[t][i],a)),n=typeof a.config.xaxis.tooltip.formatter=="function"?a.globals.xaxisTooltipFormatter(u,c):r,{val:Array.isArray(h)?h.join(" "):h,xVal:Array.isArray(r)?r.join(" "):r,xAxisTTVal:Array.isArray(n)?n.join(" "):n,zVal:l}}},{key:"handleCustomTooltip",value:function(e){var t=e.i,i=e.j,a=e.y1,s=e.y2,r=e.w,n=this.ttCtx.getElTooltip(),l=r.config.tooltip.custom;Array.isArray(l)&&l[t]&&(l=l[t]);var h=l({ctx:this.ctx,series:r.globals.series,seriesIndex:t,dataPointIndex:i,y1:a,y2:s,w:r});typeof h=="string"?n.innerHTML=h:(h instanceof Element||typeof h.nodeName=="string")&&(n.innerHTML="",n.appendChild(h.cloneNode(!0)))}}]),o}(),Ba=function(){function o(e){F(this,o),this.ttCtx=e,this.ctx=e.ctx,this.w=e.w}return D(o,[{key:"moveXCrosshairs",value:function(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null,i=this.ttCtx,a=this.w,s=i.getElXCrosshairs(),r=e-i.xcrosshairsWidth/2,n=a.globals.labels.slice().length;if(t!==null&&(r=a.globals.gridWidth/n*t),s===null||a.globals.isBarHorizontal||(s.setAttribute("x",r),s.setAttribute("x1",r),s.setAttribute("x2",r),s.setAttribute("y2",a.globals.gridHeight),s.classList.add("apexcharts-active")),r<0&&(r=0),r>a.globals.gridWidth&&(r=a.globals.gridWidth),i.isXAxisTooltipEnabled){var l=r;a.config.xaxis.crosshairs.width!=="tickWidth"&&a.config.xaxis.crosshairs.width!=="barWidth"||(l=r+i.xcrosshairsWidth/2),this.moveXAxisTooltip(l)}}},{key:"moveYCrosshairs",value:function(e){var t=this.ttCtx;t.ycrosshairs!==null&&X.setAttrs(t.ycrosshairs,{y1:e,y2:e}),t.ycrosshairsHidden!==null&&X.setAttrs(t.ycrosshairsHidden,{y1:e,y2:e})}},{key:"moveXAxisTooltip",value:function(e){var t=this.w,i=this.ttCtx;if(i.xaxisTooltip!==null&&i.xcrosshairsWidth!==0){i.xaxisTooltip.classList.add("apexcharts-active");var a=i.xaxisOffY+t.config.xaxis.tooltip.offsetY+t.globals.translateY+1+t.config.xaxis.offsetY;if(e-=i.xaxisTooltip.getBoundingClientRect().width/2,!isNaN(e)){e+=t.globals.translateX;var s;s=new X(this.ctx).getTextRects(i.xaxisTooltipText.innerHTML),i.xaxisTooltipText.style.minWidth=s.width+"px",i.xaxisTooltip.style.left=e+"px",i.xaxisTooltip.style.top=a+"px"}}}},{key:"moveYAxisTooltip",value:function(e){var t=this.w,i=this.ttCtx;i.yaxisTTEls===null&&(i.yaxisTTEls=t.globals.dom.baseEl.querySelectorAll(".apexcharts-yaxistooltip"));var a=parseInt(i.ycrosshairsHidden.getAttribute("y1"),10),s=t.globals.translateY+a,r=i.yaxisTTEls[e].getBoundingClientRect().height,n=t.globals.translateYAxisX[e]-2;t.config.yaxis[e].opposite&&(n-=26),s-=r/2,t.globals.ignoreYAxisIndexes.indexOf(e)===-1?(i.yaxisTTEls[e].classList.add("apexcharts-active"),i.yaxisTTEls[e].style.top=s+"px",i.yaxisTTEls[e].style.left=n+t.config.yaxis[e].tooltip.offsetX+"px"):i.yaxisTTEls[e].classList.remove("apexcharts-active")}},{key:"moveTooltip",value:function(e,t){var i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null,a=this.w,s=this.ttCtx,r=s.getElTooltip(),n=s.tooltipRect,l=i!==null?parseFloat(i):1,h=parseFloat(e)+l+5,c=parseFloat(t)+l/2;if(h>a.globals.gridWidth/2&&(h=h-n.ttWidth-l-10),h>a.globals.gridWidth-n.ttWidth-10&&(h=a.globals.gridWidth-n.ttWidth),h<-20&&(h=-20),a.config.tooltip.followCursor){var d=s.getElGrid().getBoundingClientRect();(h=s.e.clientX-d.left)>a.globals.gridWidth/2&&(h-=s.tooltipRect.ttWidth),(c=s.e.clientY+a.globals.translateY-d.top)>a.globals.gridHeight/2&&(c-=s.tooltipRect.ttHeight)}else a.globals.isBarHorizontal||n.ttHeight/2+c>a.globals.gridHeight&&(c=a.globals.gridHeight-n.ttHeight+a.globals.translateY);isNaN(h)||(h+=a.globals.translateX,r.style.left=h+"px",r.style.top=c+"px")}},{key:"moveMarkers",value:function(e,t){var i=this.w,a=this.ttCtx;if(i.globals.markers.size[e]>0)for(var s=i.globals.dom.baseEl.querySelectorAll(" .apexcharts-series[data\\:realIndex='".concat(e,"'] .apexcharts-marker")),r=0;r<s.length;r++)parseInt(s[r].getAttribute("rel"),10)===t&&(a.marker.resetPointsSize(),a.marker.enlargeCurrentPoint(t,s[r]));else a.marker.resetPointsSize(),this.moveDynamicPointOnHover(t,e)}},{key:"moveDynamicPointOnHover",value:function(e,t){var i,a,s,r,n=this.w,l=this.ttCtx,h=new X(this.ctx),c=n.globals.pointsArray,d=l.tooltipUtil.getHoverMarkerSize(t),u=n.config.series[t].type;if(!u||u!=="column"&&u!=="candlestick"&&u!=="boxPlot"){s=(i=c[t][e])===null||i===void 0?void 0:i[0],r=((a=c[t][e])===null||a===void 0?void 0:a[1])||0;var g=n.globals.dom.baseEl.querySelector(".apexcharts-series[data\\:realIndex='".concat(t,"'] .apexcharts-series-markers path"));if(g&&r<n.globals.gridHeight&&r>0){var p=g.getAttribute("shape"),f=h.getMarkerPath(s,r,p,1.5*d);g.setAttribute("d",f)}this.moveXCrosshairs(s),l.fixedTooltip||this.moveTooltip(s,r,d)}}},{key:"moveDynamicPointsOnHover",value:function(e){var t,i=this.ttCtx,a=i.w,s=0,r=0,n=a.globals.pointsArray,l=new Me(this.ctx),h=new X(this.ctx);t=l.getActiveConfigSeriesIndex("asc",["line","area","scatter","bubble"]);var c=i.tooltipUtil.getHoverMarkerSize(t);if(n[t]&&(s=n[t][e][0],r=n[t][e][1]),!isNaN(s)){var d=i.tooltipUtil.getAllMarkers();if(d.length)for(var u=0;u<a.globals.series.length;u++){var g=n[u];if(a.globals.comboCharts&&g===void 0&&d.splice(u,0,null),g&&g.length){var p=n[u][e][1],f=void 0;d[u].setAttribute("cx",s);var x=d[u].getAttribute("shape");if(a.config.chart.type==="rangeArea"&&!a.globals.comboCharts){var b=e+a.globals.series[u].length;f=n[u][b][1],p-=Math.abs(p-f)/2}if(p!==null&&!isNaN(p)&&p<a.globals.gridHeight+c&&p+c>0){var m=h.getMarkerPath(s,p,x,c);d[u].setAttribute("d",m)}else d[u].setAttribute("d","")}}this.moveXCrosshairs(s),i.fixedTooltip||this.moveTooltip(s,r||a.globals.gridHeight,c)}}},{key:"moveStickyTooltipOverBars",value:function(e,t){var i=this.w,a=this.ttCtx,s=i.globals.columnSeries?i.globals.columnSeries.length:i.globals.series.length;i.config.chart.stacked&&(s=i.globals.barGroups.length);var r=s>=2&&s%2==0?Math.floor(s/2):Math.floor(s/2)+1;i.globals.isBarHorizontal&&(r=new Me(this.ctx).getActiveConfigSeriesIndex("desc")+1);var n=i.globals.dom.baseEl.querySelector(".apexcharts-bar-series .apexcharts-series[rel='".concat(r,"'] path[j='").concat(e,"'], .apexcharts-candlestick-series .apexcharts-series[rel='").concat(r,"'] path[j='").concat(e,"'], .apexcharts-boxPlot-series .apexcharts-series[rel='").concat(r,"'] path[j='").concat(e,"'], .apexcharts-rangebar-series .apexcharts-series[rel='").concat(r,"'] path[j='").concat(e,"']"));n||typeof t!="number"||(n=i.globals.dom.baseEl.querySelector(".apexcharts-bar-series .apexcharts-series[data\\:realIndex='".concat(t,"'] path[j='").concat(e,`'], + .apexcharts-candlestick-series .apexcharts-series[data\\:realIndex='`).concat(t,"'] path[j='").concat(e,`'], + .apexcharts-boxPlot-series .apexcharts-series[data\\:realIndex='`).concat(t,"'] path[j='").concat(e,`'], + .apexcharts-rangebar-series .apexcharts-series[data\\:realIndex='`).concat(t,"'] path[j='").concat(e,"']")));var l=n?parseFloat(n.getAttribute("cx")):0,h=n?parseFloat(n.getAttribute("cy")):0,c=n?parseFloat(n.getAttribute("barWidth")):0,d=a.getElGrid().getBoundingClientRect(),u=n&&(n.classList.contains("apexcharts-candlestick-area")||n.classList.contains("apexcharts-boxPlot-area"));i.globals.isXNumeric?(n&&!u&&(l-=s%2!=0?c/2:0),n&&u&&(l-=c/2)):i.globals.isBarHorizontal||(l=a.xAxisTicksPositions[e-1]+a.dataPointsDividedWidth/2,isNaN(l)&&(l=a.xAxisTicksPositions[e]-a.dataPointsDividedWidth/2)),i.globals.isBarHorizontal?h-=a.tooltipRect.ttHeight:i.config.tooltip.followCursor?h=a.e.clientY-d.top-a.tooltipRect.ttHeight/2:h+a.tooltipRect.ttHeight+15>i.globals.gridHeight&&(h=i.globals.gridHeight),i.globals.isBarHorizontal||this.moveXCrosshairs(l),a.fixedTooltip||this.moveTooltip(l,h||i.globals.gridHeight)}}]),o}(),Qs=function(){function o(e){F(this,o),this.w=e.w,this.ttCtx=e,this.ctx=e.ctx,this.tooltipPosition=new Ba(e)}return D(o,[{key:"drawDynamicPoints",value:function(){var e=this.w,t=new X(this.ctx),i=new nt(this.ctx),a=e.globals.dom.baseEl.querySelectorAll(".apexcharts-series");a=ge(a),e.config.chart.stacked&&a.sort(function(d,u){return parseFloat(d.getAttribute("data:realIndex"))-parseFloat(u.getAttribute("data:realIndex"))});for(var s=0;s<a.length;s++){var r=a[s].querySelector(".apexcharts-series-markers-wrap");if(r!==null){var n=void 0,l="apexcharts-marker w".concat((Math.random()+1).toString(36).substring(4));e.config.chart.type!=="line"&&e.config.chart.type!=="area"||e.globals.comboCharts||e.config.tooltip.intersect||(l+=" no-pointer-events");var h=i.getMarkerConfig({cssClass:l,seriesIndex:Number(r.getAttribute("data:realIndex"))});(n=t.drawMarker(0,0,h)).node.setAttribute("default-marker-size",0);var c=document.createElementNS(e.globals.SVGNS,"g");c.classList.add("apexcharts-series-markers"),c.appendChild(n.node),r.appendChild(c)}}}},{key:"enlargeCurrentPoint",value:function(e,t){var i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null,a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:null,s=this.w;s.config.chart.type!=="bubble"&&this.newPointSize(e,t);var r=t.getAttribute("cx"),n=t.getAttribute("cy");if(i!==null&&a!==null&&(r=i,n=a),this.tooltipPosition.moveXCrosshairs(r),!this.fixedTooltip){if(s.config.chart.type==="radar"){var l=this.ttCtx.getElGrid().getBoundingClientRect();r=this.ttCtx.e.clientX-l.left}this.tooltipPosition.moveTooltip(r,n,s.config.markers.hover.size)}}},{key:"enlargePoints",value:function(e){for(var t=this.w,i=this,a=this.ttCtx,s=e,r=t.globals.dom.baseEl.querySelectorAll(".apexcharts-series:not(.apexcharts-series-collapsed) .apexcharts-marker"),n=t.config.markers.hover.size,l=0;l<r.length;l++){var h=r[l].getAttribute("rel"),c=r[l].getAttribute("index");if(n===void 0&&(n=t.globals.markers.size[c]+t.config.markers.hover.sizeOffset),s===parseInt(h,10)){i.newPointSize(s,r[l]);var d=r[l].getAttribute("cx"),u=r[l].getAttribute("cy");i.tooltipPosition.moveXCrosshairs(d),a.fixedTooltip||i.tooltipPosition.moveTooltip(d,u,n)}else i.oldPointSize(r[l])}}},{key:"newPointSize",value:function(e,t){var i=this.w,a=i.config.markers.hover.size,s=e===0?t.parentNode.firstChild:t.parentNode.lastChild;if(s.getAttribute("default-marker-size")!=="0"){var r=parseInt(s.getAttribute("index"),10);a===void 0&&(a=i.globals.markers.size[r]+i.config.markers.hover.sizeOffset),a<0&&(a=0);var n=this.ttCtx.tooltipUtil.getPathFromPoint(t,a);t.setAttribute("d",n)}}},{key:"oldPointSize",value:function(e){var t=parseFloat(e.getAttribute("default-marker-size")),i=this.ttCtx.tooltipUtil.getPathFromPoint(e,t);e.setAttribute("d",i)}},{key:"resetPointsSize",value:function(){for(var e=this.w.globals.dom.baseEl.querySelectorAll(".apexcharts-series:not(.apexcharts-series-collapsed) .apexcharts-marker"),t=0;t<e.length;t++){var i=parseFloat(e[t].getAttribute("default-marker-size"));if(L.isNumber(i)&&i>0){var a=this.ttCtx.tooltipUtil.getPathFromPoint(e[t],i);e[t].setAttribute("d",a)}else e[t].setAttribute("d","M0,0")}}}]),o}(),er=function(){function o(e){F(this,o),this.w=e.w;var t=this.w;this.ttCtx=e,this.isVerticalGroupedRangeBar=!t.globals.isBarHorizontal&&t.config.chart.type==="rangeBar"&&t.config.plotOptions.bar.rangeBarGroupRows}return D(o,[{key:"getAttr",value:function(e,t){return parseFloat(e.target.getAttribute(t))}},{key:"handleHeatTreeTooltip",value:function(e){var t=e.e,i=e.opt,a=e.x,s=e.y,r=e.type,n=this.ttCtx,l=this.w;if(t.target.classList.contains("apexcharts-".concat(r,"-rect"))){var h=this.getAttr(t,"i"),c=this.getAttr(t,"j"),d=this.getAttr(t,"cx"),u=this.getAttr(t,"cy"),g=this.getAttr(t,"width"),p=this.getAttr(t,"height");if(n.tooltipLabels.drawSeriesTexts({ttItems:i.ttItems,i:h,j:c,shared:!1,e:t}),l.globals.capturedSeriesIndex=h,l.globals.capturedDataPointIndex=c,a=d+n.tooltipRect.ttWidth/2+g,s=u+n.tooltipRect.ttHeight/2-p/2,n.tooltipPosition.moveXCrosshairs(d+g/2),a>l.globals.gridWidth/2&&(a=d-n.tooltipRect.ttWidth/2+g),n.w.config.tooltip.followCursor){var f=l.globals.dom.elWrap.getBoundingClientRect();a=l.globals.clientX-f.left-(a>l.globals.gridWidth/2?n.tooltipRect.ttWidth:0),s=l.globals.clientY-f.top-(s>l.globals.gridHeight/2?n.tooltipRect.ttHeight:0)}}return{x:a,y:s}}},{key:"handleMarkerTooltip",value:function(e){var t,i,a=e.e,s=e.opt,r=e.x,n=e.y,l=this.w,h=this.ttCtx;if(a.target.classList.contains("apexcharts-marker")){var c=parseInt(s.paths.getAttribute("cx"),10),d=parseInt(s.paths.getAttribute("cy"),10),u=parseFloat(s.paths.getAttribute("val"));if(i=parseInt(s.paths.getAttribute("rel"),10),t=parseInt(s.paths.parentNode.parentNode.parentNode.getAttribute("rel"),10)-1,h.intersect){var g=L.findAncestor(s.paths,"apexcharts-series");g&&(t=parseInt(g.getAttribute("data:realIndex"),10))}if(h.tooltipLabels.drawSeriesTexts({ttItems:s.ttItems,i:t,j:i,shared:!h.showOnIntersect&&l.config.tooltip.shared,e:a}),a.type==="mouseup"&&h.markerClick(a,t,i),l.globals.capturedSeriesIndex=t,l.globals.capturedDataPointIndex=i,r=c,n=d+l.globals.translateY-1.4*h.tooltipRect.ttHeight,h.w.config.tooltip.followCursor){var p=h.getElGrid().getBoundingClientRect();n=h.e.clientY+l.globals.translateY-p.top}u<0&&(n=d),h.marker.enlargeCurrentPoint(i,s.paths,r,n)}return{x:r,y:n}}},{key:"handleBarTooltip",value:function(e){var t,i,a=e.e,s=e.opt,r=this.w,n=this.ttCtx,l=n.getElTooltip(),h=0,c=0,d=0,u=this.getBarTooltipXY({e:a,opt:s});if(u.j!==null||u.barHeight!==0||u.barWidth!==0){t=u.i;var g=u.j;if(r.globals.capturedSeriesIndex=t,r.globals.capturedDataPointIndex=g,r.globals.isBarHorizontal&&n.tooltipUtil.hasBars()||!r.config.tooltip.shared?(c=u.x,d=u.y,i=Array.isArray(r.config.stroke.width)?r.config.stroke.width[t]:r.config.stroke.width,h=c):r.globals.comboCharts||r.config.tooltip.shared||(h/=2),isNaN(d)&&(d=r.globals.svgHeight-n.tooltipRect.ttHeight),parseInt(s.paths.parentNode.getAttribute("data:realIndex"),10),c+n.tooltipRect.ttWidth>r.globals.gridWidth?c-=n.tooltipRect.ttWidth:c<0&&(c=0),n.w.config.tooltip.followCursor){var p=n.getElGrid().getBoundingClientRect();d=n.e.clientY-p.top}n.tooltip===null&&(n.tooltip=r.globals.dom.baseEl.querySelector(".apexcharts-tooltip")),r.config.tooltip.shared||(r.globals.comboBarCount>0?n.tooltipPosition.moveXCrosshairs(h+i/2):n.tooltipPosition.moveXCrosshairs(h)),!n.fixedTooltip&&(!r.config.tooltip.shared||r.globals.isBarHorizontal&&n.tooltipUtil.hasBars())&&(d=d+r.globals.translateY-n.tooltipRect.ttHeight/2,l.style.left=c+r.globals.translateX+"px",l.style.top=d+"px")}}},{key:"getBarTooltipXY",value:function(e){var t=this,i=e.e,a=e.opt,s=this.w,r=null,n=this.ttCtx,l=0,h=0,c=0,d=0,u=0,g=i.target.classList;if(g.contains("apexcharts-bar-area")||g.contains("apexcharts-candlestick-area")||g.contains("apexcharts-boxPlot-area")||g.contains("apexcharts-rangebar-area")){var p=i.target,f=p.getBoundingClientRect(),x=a.elGrid.getBoundingClientRect(),b=f.height;u=f.height;var m=f.width,w=parseInt(p.getAttribute("cx"),10),y=parseInt(p.getAttribute("cy"),10);d=parseFloat(p.getAttribute("barWidth"));var v=i.type==="touchmove"?i.touches[0].clientX:i.clientX;r=parseInt(p.getAttribute("j"),10),l=parseInt(p.parentNode.getAttribute("rel"),10)-1;var A=p.getAttribute("data-range-y1"),k=p.getAttribute("data-range-y2");s.globals.comboCharts&&(l=parseInt(p.parentNode.getAttribute("data:realIndex"),10));var C=function(M){return s.globals.isXNumeric?w-m/2:t.isVerticalGroupedRangeBar?w+m/2:w-n.dataPointsDividedWidth+m/2},S=function(){return y-n.dataPointsDividedHeight+b/2-n.tooltipRect.ttHeight/2};n.tooltipLabels.drawSeriesTexts({ttItems:a.ttItems,i:l,j:r,y1:A?parseInt(A,10):null,y2:k?parseInt(k,10):null,shared:!n.showOnIntersect&&s.config.tooltip.shared,e:i}),s.config.tooltip.followCursor?s.globals.isBarHorizontal?(h=v-x.left+15,c=S()):(h=C(),c=i.clientY-x.top-n.tooltipRect.ttHeight/2-15):s.globals.isBarHorizontal?((h=w)<n.xyRatios.baseLineInvertedY&&(h=w-n.tooltipRect.ttWidth),c=S()):(h=C(),c=y)}return{x:h,y:c,barHeight:u,barWidth:d,i:l,j:r}}}]),o}(),tr=function(){function o(e){F(this,o),this.w=e.w,this.ttCtx=e}return D(o,[{key:"drawXaxisTooltip",value:function(){var e=this.w,t=this.ttCtx,i=e.config.xaxis.position==="bottom";t.xaxisOffY=i?e.globals.gridHeight+1:-e.globals.xAxisHeight-e.config.xaxis.axisTicks.height+3;var a=i?"apexcharts-xaxistooltip apexcharts-xaxistooltip-bottom":"apexcharts-xaxistooltip apexcharts-xaxistooltip-top",s=e.globals.dom.elWrap;t.isXAxisTooltipEnabled&&e.globals.dom.baseEl.querySelector(".apexcharts-xaxistooltip")===null&&(t.xaxisTooltip=document.createElement("div"),t.xaxisTooltip.setAttribute("class",a+" apexcharts-theme-"+e.config.tooltip.theme),s.appendChild(t.xaxisTooltip),t.xaxisTooltipText=document.createElement("div"),t.xaxisTooltipText.classList.add("apexcharts-xaxistooltip-text"),t.xaxisTooltipText.style.fontFamily=e.config.xaxis.tooltip.style.fontFamily||e.config.chart.fontFamily,t.xaxisTooltipText.style.fontSize=e.config.xaxis.tooltip.style.fontSize,t.xaxisTooltip.appendChild(t.xaxisTooltipText))}},{key:"drawYaxisTooltip",value:function(){for(var e=this.w,t=this.ttCtx,i=0;i<e.config.yaxis.length;i++){var a=e.config.yaxis[i].opposite||e.config.yaxis[i].crosshairs.opposite;t.yaxisOffX=a?e.globals.gridWidth+1:1;var s="apexcharts-yaxistooltip apexcharts-yaxistooltip-".concat(i,a?" apexcharts-yaxistooltip-right":" apexcharts-yaxistooltip-left"),r=e.globals.dom.elWrap;e.globals.dom.baseEl.querySelector(".apexcharts-yaxistooltip apexcharts-yaxistooltip-".concat(i))===null&&(t.yaxisTooltip=document.createElement("div"),t.yaxisTooltip.setAttribute("class",s+" apexcharts-theme-"+e.config.tooltip.theme),r.appendChild(t.yaxisTooltip),i===0&&(t.yaxisTooltipText=[]),t.yaxisTooltipText[i]=document.createElement("div"),t.yaxisTooltipText[i].classList.add("apexcharts-yaxistooltip-text"),t.yaxisTooltip.appendChild(t.yaxisTooltipText[i]))}}},{key:"setXCrosshairWidth",value:function(){var e=this.w,t=this.ttCtx,i=t.getElXCrosshairs();if(t.xcrosshairsWidth=parseInt(e.config.xaxis.crosshairs.width,10),e.globals.comboCharts){var a=e.globals.dom.baseEl.querySelector(".apexcharts-bar-area");if(a!==null&&e.config.xaxis.crosshairs.width==="barWidth"){var s=parseFloat(a.getAttribute("barWidth"));t.xcrosshairsWidth=s}else if(e.config.xaxis.crosshairs.width==="tickWidth"){var r=e.globals.labels.length;t.xcrosshairsWidth=e.globals.gridWidth/r}}else if(e.config.xaxis.crosshairs.width==="tickWidth"){var n=e.globals.labels.length;t.xcrosshairsWidth=e.globals.gridWidth/n}else if(e.config.xaxis.crosshairs.width==="barWidth"){var l=e.globals.dom.baseEl.querySelector(".apexcharts-bar-area");if(l!==null){var h=parseFloat(l.getAttribute("barWidth"));t.xcrosshairsWidth=h}else t.xcrosshairsWidth=1}e.globals.isBarHorizontal&&(t.xcrosshairsWidth=0),i!==null&&t.xcrosshairsWidth>0&&i.setAttribute("width",t.xcrosshairsWidth)}},{key:"handleYCrosshair",value:function(){var e=this.w,t=this.ttCtx;t.ycrosshairs=e.globals.dom.baseEl.querySelector(".apexcharts-ycrosshairs"),t.ycrosshairsHidden=e.globals.dom.baseEl.querySelector(".apexcharts-ycrosshairs-hidden")}},{key:"drawYaxisTooltipText",value:function(e,t,i){var a=this.ttCtx,s=this.w,r=s.globals,n=r.seriesYAxisMap[e];if(a.yaxisTooltips[e]&&n.length>0){var l=r.yLabelFormatters[e],h=a.getElGrid().getBoundingClientRect(),c=n[0],d=0;i.yRatio.length>1&&(d=c);var u=(t-h.top)*i.yRatio[d],g=r.maxYArr[c]-r.minYArr[c],p=r.minYArr[c]+(g-u);s.config.yaxis[e].reversed&&(p=r.maxYArr[c]-(g-u)),a.tooltipPosition.moveYCrosshairs(t-h.top),a.yaxisTooltipText[e].innerHTML=l(p),a.tooltipPosition.moveYAxisTooltip(e)}}}]),o}(),Zi=function(){function o(e){F(this,o),this.ctx=e,this.w=e.w;var t=this.w;this.tConfig=t.config.tooltip,this.tooltipUtil=new Wa(this),this.tooltipLabels=new Ks(this),this.tooltipPosition=new Ba(this),this.marker=new Qs(this),this.intersect=new er(this),this.axesTooltip=new tr(this),this.showOnIntersect=this.tConfig.intersect,this.showTooltipTitle=this.tConfig.x.show,this.fixedTooltip=this.tConfig.fixed.enabled,this.xaxisTooltip=null,this.yaxisTTEls=null,this.isBarShared=!t.globals.isBarHorizontal&&this.tConfig.shared,this.lastHoverTime=Date.now()}return D(o,[{key:"getElTooltip",value:function(e){return e||(e=this),e.w.globals.dom.baseEl?e.w.globals.dom.baseEl.querySelector(".apexcharts-tooltip"):null}},{key:"getElXCrosshairs",value:function(){return this.w.globals.dom.baseEl.querySelector(".apexcharts-xcrosshairs")}},{key:"getElGrid",value:function(){return this.w.globals.dom.baseEl.querySelector(".apexcharts-grid")}},{key:"drawTooltip",value:function(e){var t=this.w;this.xyRatios=e,this.isXAxisTooltipEnabled=t.config.xaxis.tooltip.enabled&&t.globals.axisCharts,this.yaxisTooltips=t.config.yaxis.map(function(r,n){return!!(r.show&&r.tooltip.enabled&&t.globals.axisCharts)}),this.allTooltipSeriesGroups=[],t.globals.axisCharts||(this.showTooltipTitle=!1);var i=document.createElement("div");if(i.classList.add("apexcharts-tooltip"),t.config.tooltip.cssClass&&i.classList.add(t.config.tooltip.cssClass),i.classList.add("apexcharts-theme-".concat(this.tConfig.theme)),t.globals.dom.elWrap.appendChild(i),t.globals.axisCharts){this.axesTooltip.drawXaxisTooltip(),this.axesTooltip.drawYaxisTooltip(),this.axesTooltip.setXCrosshairWidth(),this.axesTooltip.handleYCrosshair();var a=new xt(this.ctx);this.xAxisTicksPositions=a.getXAxisTicksPositions()}if(!t.globals.comboCharts&&!this.tConfig.intersect&&t.config.chart.type!=="rangeBar"||this.tConfig.shared||(this.showOnIntersect=!0),t.config.markers.size!==0&&t.globals.markers.largestSize!==0||this.marker.drawDynamicPoints(this),t.globals.collapsedSeries.length!==t.globals.series.length){this.dataPointsDividedHeight=t.globals.gridHeight/t.globals.dataPoints,this.dataPointsDividedWidth=t.globals.gridWidth/t.globals.dataPoints,this.showTooltipTitle&&(this.tooltipTitle=document.createElement("div"),this.tooltipTitle.classList.add("apexcharts-tooltip-title"),this.tooltipTitle.style.fontFamily=this.tConfig.style.fontFamily||t.config.chart.fontFamily,this.tooltipTitle.style.fontSize=this.tConfig.style.fontSize,i.appendChild(this.tooltipTitle));var s=t.globals.series.length;(t.globals.xyCharts||t.globals.comboCharts)&&this.tConfig.shared&&(s=this.showOnIntersect?1:t.globals.series.length),this.legendLabels=t.globals.dom.baseEl.querySelectorAll(".apexcharts-legend-text"),this.ttItems=this.createTTElements(s),this.addSVGEvents()}}},{key:"createTTElements",value:function(e){for(var t=this,i=this.w,a=[],s=this.getElTooltip(),r=function(l){var h=document.createElement("div");h.classList.add("apexcharts-tooltip-series-group","apexcharts-tooltip-series-group-".concat(l)),h.style.order=i.config.tooltip.inverseOrder?e-l:l+1;var c=document.createElement("span");c.classList.add("apexcharts-tooltip-marker"),c.style.color=i.globals.colors[l];var d=i.config.markers.shape,u=d;Array.isArray(d)&&(u=d[l]),c.setAttribute("shape",u),h.appendChild(c);var g=document.createElement("div");g.classList.add("apexcharts-tooltip-text"),g.style.fontFamily=t.tConfig.style.fontFamily||i.config.chart.fontFamily,g.style.fontSize=t.tConfig.style.fontSize,["y","goals","z"].forEach(function(p){var f=document.createElement("div");f.classList.add("apexcharts-tooltip-".concat(p,"-group"));var x=document.createElement("span");x.classList.add("apexcharts-tooltip-text-".concat(p,"-label")),f.appendChild(x);var b=document.createElement("span");b.classList.add("apexcharts-tooltip-text-".concat(p,"-value")),f.appendChild(b),g.appendChild(f)}),h.appendChild(g),s.appendChild(h),a.push(h)},n=0;n<e;n++)r(n);return a}},{key:"addSVGEvents",value:function(){var e=this.w,t=e.config.chart.type,i=this.getElTooltip(),a=!(t!=="bar"&&t!=="candlestick"&&t!=="boxPlot"&&t!=="rangeBar"),s=t==="area"||t==="line"||t==="scatter"||t==="bubble"||t==="radar",r=e.globals.dom.Paper.node,n=this.getElGrid();n&&(this.seriesBound=n.getBoundingClientRect());var l,h=[],c=[],d={hoverArea:r,elGrid:n,tooltipEl:i,tooltipY:h,tooltipX:c,ttItems:this.ttItems};if(e.globals.axisCharts&&(s?l=e.globals.dom.baseEl.querySelectorAll(".apexcharts-series[data\\:longestSeries='true'] .apexcharts-marker"):a?l=e.globals.dom.baseEl.querySelectorAll(".apexcharts-series .apexcharts-bar-area, .apexcharts-series .apexcharts-candlestick-area, .apexcharts-series .apexcharts-boxPlot-area, .apexcharts-series .apexcharts-rangebar-area"):t!=="heatmap"&&t!=="treemap"||(l=e.globals.dom.baseEl.querySelectorAll(".apexcharts-series .apexcharts-heatmap, .apexcharts-series .apexcharts-treemap")),l&&l.length))for(var u=0;u<l.length;u++)h.push(l[u].getAttribute("cy")),c.push(l[u].getAttribute("cx"));if(e.globals.xyCharts&&!this.showOnIntersect||e.globals.comboCharts&&!this.showOnIntersect||a&&this.tooltipUtil.hasBars()&&this.tConfig.shared)this.addPathsEventListeners([r],d);else if(a&&!e.globals.comboCharts||s&&this.showOnIntersect)this.addDatapointEventsListeners(d);else if(!e.globals.axisCharts||t==="heatmap"||t==="treemap"){var g=e.globals.dom.baseEl.querySelectorAll(".apexcharts-series");this.addPathsEventListeners(g,d)}if(this.showOnIntersect){var p=e.globals.dom.baseEl.querySelectorAll(".apexcharts-line-series .apexcharts-marker, .apexcharts-area-series .apexcharts-marker");p.length>0&&this.addPathsEventListeners(p,d),this.tooltipUtil.hasBars()&&!this.tConfig.shared&&this.addDatapointEventsListeners(d)}}},{key:"drawFixedTooltipRect",value:function(){var e=this.w,t=this.getElTooltip(),i=t.getBoundingClientRect(),a=i.width+10,s=i.height+10,r=this.tConfig.fixed.offsetX,n=this.tConfig.fixed.offsetY,l=this.tConfig.fixed.position.toLowerCase();return l.indexOf("right")>-1&&(r=r+e.globals.svgWidth-a+10),l.indexOf("bottom")>-1&&(n=n+e.globals.svgHeight-s-10),t.style.left=r+"px",t.style.top=n+"px",{x:r,y:n,ttWidth:a,ttHeight:s}}},{key:"addDatapointEventsListeners",value:function(e){var t=this.w.globals.dom.baseEl.querySelectorAll(".apexcharts-series-markers .apexcharts-marker, .apexcharts-bar-area, .apexcharts-candlestick-area, .apexcharts-boxPlot-area, .apexcharts-rangebar-area");this.addPathsEventListeners(t,e)}},{key:"addPathsEventListeners",value:function(e,t){for(var i=this,a=function(r){var n={paths:e[r],tooltipEl:t.tooltipEl,tooltipY:t.tooltipY,tooltipX:t.tooltipX,elGrid:t.elGrid,hoverArea:t.hoverArea,ttItems:t.ttItems};["mousemove","mouseup","touchmove","mouseout","touchend"].map(function(l){return e[r].addEventListener(l,i.onSeriesHover.bind(i,n),{capture:!1,passive:!0})})},s=0;s<e.length;s++)a(s)}},{key:"onSeriesHover",value:function(e,t){var i=this,a=Date.now()-this.lastHoverTime;a>=20?this.seriesHover(e,t):(clearTimeout(this.seriesHoverTimeout),this.seriesHoverTimeout=setTimeout(function(){i.seriesHover(e,t)},20-a))}},{key:"seriesHover",value:function(e,t){var i=this;this.lastHoverTime=Date.now();var a=[],s=this.w;s.config.chart.group&&(a=this.ctx.getGroupedCharts()),s.globals.axisCharts&&(s.globals.minX===-1/0&&s.globals.maxX===1/0||s.globals.dataPoints===0)||(a.length?a.forEach(function(r){var n=i.getElTooltip(r),l={paths:e.paths,tooltipEl:n,tooltipY:e.tooltipY,tooltipX:e.tooltipX,elGrid:e.elGrid,hoverArea:e.hoverArea,ttItems:r.w.globals.tooltip.ttItems};r.w.globals.minX===i.w.globals.minX&&r.w.globals.maxX===i.w.globals.maxX&&r.w.globals.tooltip.seriesHoverByContext({chartCtx:r,ttCtx:r.w.globals.tooltip,opt:l,e:t})}):this.seriesHoverByContext({chartCtx:this.ctx,ttCtx:this.w.globals.tooltip,opt:e,e:t}))}},{key:"seriesHoverByContext",value:function(e){var t=e.chartCtx,i=e.ttCtx,a=e.opt,s=e.e,r=t.w,n=this.getElTooltip(t);n&&(i.tooltipRect={x:0,y:0,ttWidth:n.getBoundingClientRect().width,ttHeight:n.getBoundingClientRect().height},i.e=s,i.tooltipUtil.hasBars()&&!r.globals.comboCharts&&!i.isBarShared&&this.tConfig.onDatasetHover.highlightDataSeries&&new Me(t).toggleSeriesOnHover(s,s.target.parentNode),i.fixedTooltip&&i.drawFixedTooltipRect(),r.globals.axisCharts?i.axisChartsTooltips({e:s,opt:a,tooltipRect:i.tooltipRect}):i.nonAxisChartsTooltips({e:s,opt:a,tooltipRect:i.tooltipRect}))}},{key:"axisChartsTooltips",value:function(e){var t,i,a=e.e,s=e.opt,r=this.w,n=s.elGrid.getBoundingClientRect(),l=a.type==="touchmove"?a.touches[0].clientX:a.clientX,h=a.type==="touchmove"?a.touches[0].clientY:a.clientY;if(this.clientY=h,this.clientX=l,r.globals.capturedSeriesIndex=-1,r.globals.capturedDataPointIndex=-1,h<n.top||h>n.top+n.height)this.handleMouseOut(s);else{if(Array.isArray(this.tConfig.enabledOnSeries)&&!r.config.tooltip.shared){var c=parseInt(s.paths.getAttribute("index"),10);if(this.tConfig.enabledOnSeries.indexOf(c)<0)return void this.handleMouseOut(s)}var d=this.getElTooltip(),u=this.getElXCrosshairs(),g=[];r.config.chart.group&&(g=this.ctx.getSyncedCharts());var p=r.globals.xyCharts||r.config.chart.type==="bar"&&!r.globals.isBarHorizontal&&this.tooltipUtil.hasBars()&&this.tConfig.shared||r.globals.comboCharts&&this.tooltipUtil.hasBars();if(a.type==="mousemove"||a.type==="touchmove"||a.type==="mouseup"){if(r.globals.collapsedSeries.length+r.globals.ancillaryCollapsedSeries.length===r.globals.series.length)return;u!==null&&u.classList.add("apexcharts-active");var f=this.yaxisTooltips.filter(function(m){return m===!0});if(this.ycrosshairs!==null&&f.length&&this.ycrosshairs.classList.add("apexcharts-active"),p&&!this.showOnIntersect||g.length>1)this.handleStickyTooltip(a,l,h,s);else if(r.config.chart.type==="heatmap"||r.config.chart.type==="treemap"){var x=this.intersect.handleHeatTreeTooltip({e:a,opt:s,x:t,y:i,type:r.config.chart.type});t=x.x,i=x.y,d.style.left=t+"px",d.style.top=i+"px"}else this.tooltipUtil.hasBars()&&this.intersect.handleBarTooltip({e:a,opt:s}),this.tooltipUtil.hasMarkers()&&this.intersect.handleMarkerTooltip({e:a,opt:s,x:t,y:i});if(this.yaxisTooltips.length)for(var b=0;b<r.config.yaxis.length;b++)this.axesTooltip.drawYaxisTooltipText(b,h,this.xyRatios);r.globals.dom.baseEl.classList.add("apexcharts-tooltip-active"),s.tooltipEl.classList.add("apexcharts-active")}else a.type!=="mouseout"&&a.type!=="touchend"||this.handleMouseOut(s)}}},{key:"nonAxisChartsTooltips",value:function(e){var t=e.e,i=e.opt,a=e.tooltipRect,s=this.w,r=i.paths.getAttribute("rel"),n=this.getElTooltip(),l=s.globals.dom.elWrap.getBoundingClientRect();if(t.type==="mousemove"||t.type==="touchmove"){s.globals.dom.baseEl.classList.add("apexcharts-tooltip-active"),n.classList.add("apexcharts-active"),this.tooltipLabels.drawSeriesTexts({ttItems:i.ttItems,i:parseInt(r,10)-1,shared:!1});var h=s.globals.clientX-l.left-a.ttWidth/2,c=s.globals.clientY-l.top-a.ttHeight-10;if(n.style.left=h+"px",n.style.top=c+"px",s.config.legend.tooltipHoverFormatter){var d=r-1,u=(0,s.config.legend.tooltipHoverFormatter)(this.legendLabels[d].getAttribute("data:default-text"),{seriesIndex:d,dataPointIndex:d,w:s});this.legendLabels[d].innerHTML=u}}else t.type!=="mouseout"&&t.type!=="touchend"||(n.classList.remove("apexcharts-active"),s.globals.dom.baseEl.classList.remove("apexcharts-tooltip-active"),s.config.legend.tooltipHoverFormatter&&this.legendLabels.forEach(function(g){var p=g.getAttribute("data:default-text");g.innerHTML=decodeURIComponent(p)}))}},{key:"handleStickyTooltip",value:function(e,t,i,a){var s=this.w,r=this.tooltipUtil.getNearestValues({context:this,hoverArea:a.hoverArea,elGrid:a.elGrid,clientX:t,clientY:i}),n=r.j,l=r.capturedSeries;s.globals.collapsedSeriesIndices.includes(l)&&(l=null);var h=a.elGrid.getBoundingClientRect();if(r.hoverX<0||r.hoverX>h.width)this.handleMouseOut(a);else if(l!==null)this.handleStickyCapturedSeries(e,l,a,n);else if(this.tooltipUtil.isXoverlap(n)||s.globals.isBarHorizontal){var c=s.globals.series.findIndex(function(d,u){return!s.globals.collapsedSeriesIndices.includes(u)});this.create(e,this,c,n,a.ttItems)}}},{key:"handleStickyCapturedSeries",value:function(e,t,i,a){var s=this.w;if(!this.tConfig.shared&&s.globals.series[t][a]===null)return void this.handleMouseOut(i);if(s.globals.series[t][a]!==void 0)this.tConfig.shared&&this.tooltipUtil.isXoverlap(a)&&this.tooltipUtil.isInitialSeriesSameLen()?this.create(e,this,t,a,i.ttItems):this.create(e,this,t,a,i.ttItems,!1);else if(this.tooltipUtil.isXoverlap(a)){var r=s.globals.series.findIndex(function(n,l){return!s.globals.collapsedSeriesIndices.includes(l)});this.create(e,this,r,a,i.ttItems)}}},{key:"deactivateHoverFilter",value:function(){for(var e=this.w,t=new X(this.ctx),i=e.globals.dom.Paper.find(".apexcharts-bar-area"),a=0;a<i.length;a++)t.pathMouseLeave(i[a])}},{key:"handleMouseOut",value:function(e){var t=this.w,i=this.getElXCrosshairs();if(t.globals.dom.baseEl.classList.remove("apexcharts-tooltip-active"),e.tooltipEl.classList.remove("apexcharts-active"),this.deactivateHoverFilter(),t.config.chart.type!=="bubble"&&this.marker.resetPointsSize(),i!==null&&i.classList.remove("apexcharts-active"),this.ycrosshairs!==null&&this.ycrosshairs.classList.remove("apexcharts-active"),this.isXAxisTooltipEnabled&&this.xaxisTooltip.classList.remove("apexcharts-active"),this.yaxisTooltips.length){this.yaxisTTEls===null&&(this.yaxisTTEls=t.globals.dom.baseEl.querySelectorAll(".apexcharts-yaxistooltip"));for(var a=0;a<this.yaxisTTEls.length;a++)this.yaxisTTEls[a].classList.remove("apexcharts-active")}t.config.legend.tooltipHoverFormatter&&this.legendLabels.forEach(function(s){var r=s.getAttribute("data:default-text");s.innerHTML=decodeURIComponent(r)})}},{key:"markerClick",value:function(e,t,i){var a=this.w;typeof a.config.chart.events.markerClick=="function"&&a.config.chart.events.markerClick(e,this.ctx,{seriesIndex:t,dataPointIndex:i,w:a}),this.ctx.events.fireEvent("markerClick",[e,this.ctx,{seriesIndex:t,dataPointIndex:i,w:a}])}},{key:"create",value:function(e,t,i,a,s){var r,n,l,h,c,d,u,g,p,f,x,b,m,w,y,v,A=arguments.length>5&&arguments[5]!==void 0?arguments[5]:null,k=this.w,C=t;e.type==="mouseup"&&this.markerClick(e,i,a),A===null&&(A=this.tConfig.shared);var S=this.tooltipUtil.hasMarkers(i),M=this.tooltipUtil.getElBars(),P=function(){k.globals.markers.largestSize>0?C.marker.enlargePoints(a):C.tooltipPosition.moveDynamicPointsOnHover(a)};if(k.config.legend.tooltipHoverFormatter){var I=k.config.legend.tooltipHoverFormatter,T=Array.from(this.legendLabels);T.forEach(function(oe){var q=oe.getAttribute("data:default-text");oe.innerHTML=decodeURIComponent(q)});for(var z=0;z<T.length;z++){var E=T[z],R=parseInt(E.getAttribute("i"),10),Y=decodeURIComponent(E.getAttribute("data:default-text")),H=I(Y,{seriesIndex:A?R:i,dataPointIndex:a,w:k});if(A)E.innerHTML=k.globals.collapsedSeriesIndices.indexOf(R)<0?H:Y;else if(E.innerHTML=R===i?H:Y,i===R)break}}var _=O(O({ttItems:s,i,j:a},((r=k.globals.seriesRange)===null||r===void 0||(n=r[i])===null||n===void 0||(l=n[a])===null||l===void 0||(h=l.y[0])===null||h===void 0?void 0:h.y1)!==void 0&&{y1:(c=k.globals.seriesRange)===null||c===void 0||(d=c[i])===null||d===void 0||(u=d[a])===null||u===void 0||(g=u.y[0])===null||g===void 0?void 0:g.y1}),((p=k.globals.seriesRange)===null||p===void 0||(f=p[i])===null||f===void 0||(x=f[a])===null||x===void 0||(b=x.y[0])===null||b===void 0?void 0:b.y2)!==void 0&&{y2:(m=k.globals.seriesRange)===null||m===void 0||(w=m[i])===null||w===void 0||(y=w[a])===null||y===void 0||(v=y.y[0])===null||v===void 0?void 0:v.y2});if(A){if(C.tooltipLabels.drawSeriesTexts(O(O({},_),{},{shared:!this.showOnIntersect&&this.tConfig.shared})),S)P();else if(this.tooltipUtil.hasBars()&&(this.barSeriesHeight=this.tooltipUtil.getBarsHeight(M),this.barSeriesHeight>0)){var N=new X(this.ctx),W=k.globals.dom.Paper.find(".apexcharts-bar-area[j='".concat(a,"']"));this.deactivateHoverFilter(),C.tooltipPosition.moveStickyTooltipOverBars(a,i),C.tooltipUtil.getAllMarkers(!0).length&&P();for(var Q=0;Q<W.length;Q++)N.pathMouseEnter(W[Q])}}else C.tooltipLabels.drawSeriesTexts(O({shared:!1},_)),this.tooltipUtil.hasBars()&&C.tooltipPosition.moveStickyTooltipOverBars(a,i),S&&C.tooltipPosition.moveMarkers(i,a)}}]),o}(),ir=function(){function o(e){F(this,o),this.w=e.w,this.barCtx=e,this.totalFormatter=this.w.config.plotOptions.bar.dataLabels.total.formatter,this.totalFormatter||(this.totalFormatter=this.w.config.dataLabels.formatter)}return D(o,[{key:"handleBarDataLabels",value:function(e){var t,i,a=e.x,s=e.y,r=e.y1,n=e.y2,l=e.i,h=e.j,c=e.realIndex,d=e.columnGroupIndex,u=e.series,g=e.barHeight,p=e.barWidth,f=e.barXPosition,x=e.barYPosition,b=e.visibleSeries,m=e.renderedPath,w=this.w,y=new X(this.barCtx.ctx),v=Array.isArray(this.barCtx.strokeWidth)?this.barCtx.strokeWidth[c]:this.barCtx.strokeWidth;w.globals.isXNumeric&&!w.globals.isBarHorizontal?(t=a+parseFloat(p*(b+1)),i=s+parseFloat(g*(b+1))-v):(t=a+parseFloat(p*b),i=s+parseFloat(g*b));var A,k=null,C=a,S=s,M={},P=w.config.dataLabels,I=this.barCtx.barOptions.dataLabels,T=this.barCtx.barOptions.dataLabels.total;x!==void 0&&this.barCtx.isRangeBar&&(i=x,S=x),f!==void 0&&this.barCtx.isVerticalGroupedRangeBar&&(t=f,C=f);var z=P.offsetX,E=P.offsetY,R={width:0,height:0};if(w.config.dataLabels.enabled){var Y=w.globals.series[l][h];R=y.getTextRects(w.config.dataLabels.formatter?w.config.dataLabels.formatter(Y,O(O({},w),{},{seriesIndex:l,dataPointIndex:h,w})):w.globals.yLabelFormatters[0](Y),parseFloat(P.style.fontSize))}var H={x:a,y:s,i:l,j:h,realIndex:c,columnGroupIndex:d,renderedPath:m,bcx:t,bcy:i,barHeight:g,barWidth:p,textRects:R,strokeWidth:v,dataLabelsX:C,dataLabelsY:S,dataLabelsConfig:P,barDataLabelsConfig:I,barTotalDataLabelsConfig:T,offX:z,offY:E};return M=this.barCtx.isHorizontal?this.calculateBarsDataLabelsPosition(H):this.calculateColumnsDataLabelsPosition(H),m.attr({cy:M.bcy,cx:M.bcx,j:h,val:w.globals.series[l][h],barHeight:g,barWidth:p}),A=this.drawCalculatedDataLabels({x:M.dataLabelsX,y:M.dataLabelsY,val:this.barCtx.isRangeBar?[r,n]:w.config.chart.stackType==="100%"?u[c][h]:w.globals.series[c][h],i:c,j:h,barWidth:p,barHeight:g,textRects:R,dataLabelsConfig:P}),w.config.chart.stacked&&T.enabled&&(k=this.drawTotalDataLabels({x:M.totalDataLabelsX,y:M.totalDataLabelsY,barWidth:p,barHeight:g,realIndex:c,textAnchor:M.totalDataLabelsAnchor,val:this.getStackedTotalDataLabel({realIndex:c,j:h}),dataLabelsConfig:P,barTotalDataLabelsConfig:T})),{dataLabels:A,totalDataLabels:k}}},{key:"getStackedTotalDataLabel",value:function(e){var t=e.realIndex,i=e.j,a=this.w,s=this.barCtx.stackedSeriesTotals[i];return this.totalFormatter&&(s=this.totalFormatter(s,O(O({},a),{},{seriesIndex:t,dataPointIndex:i,w:a}))),s}},{key:"calculateColumnsDataLabelsPosition",value:function(e){var t=this,i=this.w,a=e.i,s=e.j,r=e.realIndex;e.columnGroupIndex;var n,l,h=e.y,c=e.bcx,d=e.barWidth,u=e.barHeight,g=e.textRects,p=e.dataLabelsX,f=e.dataLabelsY,x=e.dataLabelsConfig,b=e.barDataLabelsConfig,m=e.barTotalDataLabelsConfig,w=e.strokeWidth,y=e.offX,v=e.offY,A=c;u=Math.abs(u);var k=i.config.plotOptions.bar.dataLabels.orientation==="vertical",C=this.barCtx.barHelpers.getZeroValueEncounters({i:a,j:s}).zeroEncounters;c-=w/2;var S=i.globals.gridWidth/i.globals.dataPoints;this.barCtx.isVerticalGroupedRangeBar?p+=d/2:(p=i.globals.isXNumeric?c-d/2+y:c-S+d/2+y,C>0&&i.config.plotOptions.bar.hideZeroBarsWhenGrouped&&(p-=d*C)),k&&(p=p+g.height/2-w/2-2);var M=i.globals.series[a][s]<0,P=h;switch(this.barCtx.isReversed&&(P=h+(M?u:-u)),b.position){case"center":f=k?M?P-u/2+v:P+u/2-v:M?P-u/2+g.height/2+v:P+u/2+g.height/2-v;break;case"bottom":f=k?M?P-u+v:P+u-v:M?P-u+g.height+w+v:P+u-g.height/2+w-v;break;case"top":f=k?M?P+v:P-v:M?P-g.height/2-v:P+g.height+v}var I=P;if(i.globals.seriesGroups.forEach(function(E){var R;(R=t.barCtx[E.join(",")])===null||R===void 0||R.prevY.forEach(function(Y){I=M?Math.max(Y[s],I):Math.min(Y[s],I)})}),this.barCtx.lastActiveBarSerieIndex===r&&m.enabled){var T=new X(this.barCtx.ctx).getTextRects(this.getStackedTotalDataLabel({realIndex:r,j:s}),x.fontSize);n=M?I-T.height/2-v-m.offsetY+18:I+T.height+v+m.offsetY-18;var z=S;l=A+(i.globals.isXNumeric?-d*i.globals.barGroups.length/2:i.globals.barGroups.length*d/2-(i.globals.barGroups.length-1)*d-z)+m.offsetX}return i.config.chart.stacked||(f<0?f=0+w:f+g.height/3>i.globals.gridHeight&&(f=i.globals.gridHeight-w)),{bcx:c,bcy:h,dataLabelsX:p,dataLabelsY:f,totalDataLabelsX:l,totalDataLabelsY:n,totalDataLabelsAnchor:"middle"}}},{key:"calculateBarsDataLabelsPosition",value:function(e){var t=this,i=this.w,a=e.x,s=e.i,r=e.j,n=e.realIndex,l=e.bcy,h=e.barHeight,c=e.barWidth,d=e.textRects,u=e.dataLabelsX,g=e.strokeWidth,p=e.dataLabelsConfig,f=e.barDataLabelsConfig,x=e.barTotalDataLabelsConfig,b=e.offX,m=e.offY,w=i.globals.gridHeight/i.globals.dataPoints;c=Math.abs(c);var y,v,A=l-(this.barCtx.isRangeBar?0:w)+h/2+d.height/2+m-3,k="start",C=i.globals.series[s][r]<0,S=a;switch(this.barCtx.isReversed&&(S=a+(C?-c:c),k=C?"start":"end"),f.position){case"center":u=C?S+c/2-b:Math.max(d.width/2,S-c/2)+b;break;case"bottom":u=C?S+c-g-b:S-c+g+b;break;case"top":u=C?S-g-b:S-g+b}var M=S;if(i.globals.seriesGroups.forEach(function(I){var T;(T=t.barCtx[I.join(",")])===null||T===void 0||T.prevX.forEach(function(z){M=C?Math.min(z[r],M):Math.max(z[r],M)})}),this.barCtx.lastActiveBarSerieIndex===n&&x.enabled){var P=new X(this.barCtx.ctx).getTextRects(this.getStackedTotalDataLabel({realIndex:n,j:r}),p.fontSize);C?(y=M-g-b-x.offsetX,k="end"):y=M+b+x.offsetX+(this.barCtx.isReversed?-(c+g):g),v=A-d.height/2+P.height/2+x.offsetY+g,i.globals.barGroups.length>1&&(v-=i.globals.barGroups.length/2*(h/2))}return i.config.chart.stacked||(p.textAnchor==="start"?u-d.width<0?u=C?d.width+g:g:u+d.width>i.globals.gridWidth&&(u=C?i.globals.gridWidth-g:i.globals.gridWidth-d.width-g):p.textAnchor==="middle"?u-d.width/2<0?u=d.width/2+g:u+d.width/2>i.globals.gridWidth&&(u=i.globals.gridWidth-d.width/2-g):p.textAnchor==="end"&&(u<1?u=d.width+g:u+1>i.globals.gridWidth&&(u=i.globals.gridWidth-d.width-g))),{bcx:a,bcy:l,dataLabelsX:u,dataLabelsY:A,totalDataLabelsX:y,totalDataLabelsY:v,totalDataLabelsAnchor:k}}},{key:"drawCalculatedDataLabels",value:function(e){var t=e.x,i=e.y,a=e.val,s=e.i,r=e.j,n=e.textRects,l=e.barHeight,h=e.barWidth,c=e.dataLabelsConfig,d=this.w,u="rotate(0)";d.config.plotOptions.bar.dataLabels.orientation==="vertical"&&(u="rotate(-90, ".concat(t,", ").concat(i,")"));var g=new et(this.barCtx.ctx),p=new X(this.barCtx.ctx),f=c.formatter,x=null,b=d.globals.collapsedSeriesIndices.indexOf(s)>-1;if(c.enabled&&!b){x=p.group({class:"apexcharts-data-labels",transform:u});var m="";a!==void 0&&(m=f(a,O(O({},d),{},{seriesIndex:s,dataPointIndex:r,w:d}))),!a&&d.config.plotOptions.bar.hideZeroBarsWhenGrouped&&(m="");var w=d.globals.series[s][r]<0,y=d.config.plotOptions.bar.dataLabels.position;d.config.plotOptions.bar.dataLabels.orientation==="vertical"&&(y==="top"&&(c.textAnchor=w?"end":"start"),y==="center"&&(c.textAnchor="middle"),y==="bottom"&&(c.textAnchor=w?"end":"start")),this.barCtx.isRangeBar&&this.barCtx.barOptions.dataLabels.hideOverflowingLabels&&h<p.getTextRects(m,parseFloat(c.style.fontSize)).width&&(m=""),d.config.chart.stacked&&this.barCtx.barOptions.dataLabels.hideOverflowingLabels&&(this.barCtx.isHorizontal?n.width/1.6>Math.abs(h)&&(m=""):n.height/1.6>Math.abs(l)&&(m=""));var v=O({},c);this.barCtx.isHorizontal&&a<0&&(c.textAnchor==="start"?v.textAnchor="end":c.textAnchor==="end"&&(v.textAnchor="start")),g.plotDataLabelsText({x:t,y:i,text:m,i:s,j:r,parent:x,dataLabelsConfig:v,alwaysDrawDataLabel:!0,offsetCorrection:!0})}return x}},{key:"drawTotalDataLabels",value:function(e){var t=e.x,i=e.y,a=e.val,s=e.realIndex,r=e.textAnchor,n=e.barTotalDataLabelsConfig;this.w;var l,h=new X(this.barCtx.ctx);return n.enabled&&t!==void 0&&i!==void 0&&this.barCtx.lastActiveBarSerieIndex===s&&(l=h.drawText({x:t,y:i,foreColor:n.style.color,text:a,textAnchor:r,fontFamily:n.style.fontFamily,fontSize:n.style.fontSize,fontWeight:n.style.fontWeight})),l}}]),o}(),ar=function(){function o(e){F(this,o),this.w=e.w,this.barCtx=e}return D(o,[{key:"initVariables",value:function(e){var t=this.w;this.barCtx.series=e,this.barCtx.totalItems=0,this.barCtx.seriesLen=0,this.barCtx.visibleI=-1,this.barCtx.visibleItems=1;for(var i=0;i<e.length;i++)if(e[i].length>0&&(this.barCtx.seriesLen=this.barCtx.seriesLen+1,this.barCtx.totalItems+=e[i].length),t.globals.isXNumeric)for(var a=0;a<e[i].length;a++)t.globals.seriesX[i][a]>t.globals.minX&&t.globals.seriesX[i][a]<t.globals.maxX&&this.barCtx.visibleItems++;else this.barCtx.visibleItems=t.globals.dataPoints;this.arrBorderRadius=this.createBorderRadiusArr(t.globals.series),this.barCtx.seriesLen===0&&(this.barCtx.seriesLen=1),this.barCtx.zeroSerieses=[],t.globals.comboCharts||this.checkZeroSeries({series:e})}},{key:"initialPositions",value:function(e){var t,i,a,s,r,n,l,h,c=this.w,d=c.globals.dataPoints;this.barCtx.isRangeBar&&(d=c.globals.labels.length);var u=this.barCtx.seriesLen;if(c.config.plotOptions.bar.rangeBarGroupRows&&(u=1),this.barCtx.isHorizontal)r=(a=c.globals.gridHeight/d)/u,c.globals.isXNumeric&&(r=(a=c.globals.gridHeight/this.barCtx.totalItems)/this.barCtx.seriesLen),r=r*parseInt(this.barCtx.barOptions.barHeight,10)/100,String(this.barCtx.barOptions.barHeight).indexOf("%")===-1&&(r=parseInt(this.barCtx.barOptions.barHeight,10)),h=this.barCtx.baseLineInvertedY+c.globals.padHorizontal+(this.barCtx.isReversed?c.globals.gridWidth:0)-(this.barCtx.isReversed?2*this.barCtx.baseLineInvertedY:0),this.barCtx.isFunnel&&(h=c.globals.gridWidth/2),i=(a-r*this.barCtx.seriesLen)/2;else{if(s=c.globals.gridWidth/this.barCtx.visibleItems,c.config.xaxis.convertedCatToNumeric&&(s=c.globals.gridWidth/c.globals.dataPoints),n=s/u*parseInt(this.barCtx.barOptions.columnWidth,10)/100,c.globals.isXNumeric){var g=this.barCtx.xRatio;c.globals.minXDiff&&c.globals.minXDiff!==.5&&c.globals.minXDiff/g>0&&(s=c.globals.minXDiff/g),(n=s/u*parseInt(this.barCtx.barOptions.columnWidth,10)/100)<1&&(n=1)}String(this.barCtx.barOptions.columnWidth).indexOf("%")===-1&&(n=parseInt(this.barCtx.barOptions.columnWidth,10)),l=c.globals.gridHeight-this.barCtx.baseLineY[this.barCtx.translationsIndex]-(this.barCtx.isReversed?c.globals.gridHeight:0)+(this.barCtx.isReversed?2*this.barCtx.baseLineY[this.barCtx.translationsIndex]:0),c.globals.isXNumeric?t=this.barCtx.getBarXForNumericXAxis({x:t,j:0,realIndex:e,barWidth:n}).x:t=c.globals.padHorizontal+L.noExponents(s-n*this.barCtx.seriesLen)/2}return c.globals.barHeight=r,c.globals.barWidth=n,{x:t,y:i,yDivision:a,xDivision:s,barHeight:r,barWidth:n,zeroH:l,zeroW:h}}},{key:"initializeStackedPrevVars",value:function(e){e.w.globals.seriesGroups.forEach(function(t){e[t]||(e[t]={}),e[t].prevY=[],e[t].prevX=[],e[t].prevYF=[],e[t].prevXF=[],e[t].prevYVal=[],e[t].prevXVal=[]})}},{key:"initializeStackedXYVars",value:function(e){e.w.globals.seriesGroups.forEach(function(t){e[t]||(e[t]={}),e[t].xArrj=[],e[t].xArrjF=[],e[t].xArrjVal=[],e[t].yArrj=[],e[t].yArrjF=[],e[t].yArrjVal=[]})}},{key:"getPathFillColor",value:function(e,t,i,a){var s,r,n,l,h=this.w,c=this.barCtx.ctx.fill,d=null,u=this.barCtx.barOptions.distributed?i:t,g=!1;return this.barCtx.barOptions.colors.ranges.length>0&&this.barCtx.barOptions.colors.ranges.map(function(p){e[t][i]>=p.from&&e[t][i]<=p.to&&(d=p.color,g=!0)}),{color:c.fillPath({seriesNumber:this.barCtx.barOptions.distributed?u:a,dataPointIndex:i,color:d,value:e[t][i],fillConfig:(s=h.config.series[t].data[i])===null||s===void 0?void 0:s.fill,fillType:(r=h.config.series[t].data[i])!==null&&r!==void 0&&(n=r.fill)!==null&&n!==void 0&&n.type?(l=h.config.series[t].data[i])===null||l===void 0?void 0:l.fill.type:Array.isArray(h.config.fill.type)?h.config.fill.type[a]:h.config.fill.type}),useRangeColor:g}}},{key:"getStrokeWidth",value:function(e,t,i){var a=0,s=this.w;return this.barCtx.series[e][t]?this.barCtx.isNullValue=!1:this.barCtx.isNullValue=!0,s.config.stroke.show&&(this.barCtx.isNullValue||(a=Array.isArray(this.barCtx.strokeWidth)?this.barCtx.strokeWidth[i]:this.barCtx.strokeWidth)),a}},{key:"createBorderRadiusArr",value:function(e){var t,i=this.w,a=!this.w.config.chart.stacked||i.config.plotOptions.bar.borderRadius<=0,s=e.length,r=0|((t=e[0])===null||t===void 0?void 0:t.length),n=Array.from({length:s},function(){return Array(r).fill(a?"top":"none")});if(a)return n;for(var l=0;l<r;l++){for(var h=[],c=[],d=0,u=0;u<s;u++){var g=e[u][l];g>0?(h.push(u),d++):g<0&&(c.push(u),d++)}if(h.length>0&&c.length===0)if(h.length===1)n[h[0]][l]="both";else{var p,f=h[0],x=h[h.length-1],b=ht(h);try{for(b.s();!(p=b.n()).done;){var m=p.value;n[m][l]=m===f?"bottom":m===x?"top":"none"}}catch(R){b.e(R)}finally{b.f()}}else if(c.length>0&&h.length===0)if(c.length===1)n[c[0]][l]="both";else{var w,y=Math.max.apply(Math,c),v=Math.min.apply(Math,c),A=ht(c);try{for(A.s();!(w=A.n()).done;){var k=w.value;n[k][l]=k===y?"bottom":k===v?"top":"none"}}catch(R){A.e(R)}finally{A.f()}}else if(h.length>0&&c.length>0){var C,S=h[h.length-1],M=ht(h);try{for(M.s();!(C=M.n()).done;){var P=C.value;n[P][l]=P===S?"top":"none"}}catch(R){M.e(R)}finally{M.f()}var I,T=Math.max.apply(Math,c),z=ht(c);try{for(z.s();!(I=z.n()).done;){var E=I.value;n[E][l]=E===T?"bottom":"none"}}catch(R){z.e(R)}finally{z.f()}}else d===1&&(n[h[0]||c[0]][l]="both")}return n}},{key:"barBackground",value:function(e){var t=e.j,i=e.i,a=e.x1,s=e.x2,r=e.y1,n=e.y2,l=e.elSeries,h=this.w,c=new X(this.barCtx.ctx),d=new Me(this.barCtx.ctx).getActiveConfigSeriesIndex();if(this.barCtx.barOptions.colors.backgroundBarColors.length>0&&d===i){t>=this.barCtx.barOptions.colors.backgroundBarColors.length&&(t%=this.barCtx.barOptions.colors.backgroundBarColors.length);var u=this.barCtx.barOptions.colors.backgroundBarColors[t],g=c.drawRect(a!==void 0?a:0,r!==void 0?r:0,s!==void 0?s:h.globals.gridWidth,n!==void 0?n:h.globals.gridHeight,this.barCtx.barOptions.colors.backgroundBarRadius,u,this.barCtx.barOptions.colors.backgroundBarOpacity);l.add(g),g.node.classList.add("apexcharts-backgroundBar")}}},{key:"getColumnPaths",value:function(e){var t,i=e.barWidth,a=e.barXPosition,s=e.y1,r=e.y2,n=e.strokeWidth,l=e.isReversed,h=e.series,c=e.seriesGroup,d=e.realIndex,u=e.i,g=e.j,p=e.w,f=new X(this.barCtx.ctx);(n=Array.isArray(n)?n[d]:n)||(n=0);var x=i,b=a;(t=p.config.series[d].data[g])!==null&&t!==void 0&&t.columnWidthOffset&&(b=a-p.config.series[d].data[g].columnWidthOffset/2,x=i+p.config.series[d].data[g].columnWidthOffset);var m=n/2,w=b+m,y=b+x-m,v=(h[u][g]>=0?1:-1)*(l?-1:1);s+=.001-m*v,r+=.001+m*v;var A=f.move(w,s),k=f.move(w,s),C=f.line(y,s);if(p.globals.previousPaths.length>0&&(k=this.barCtx.getPreviousPath(d,g,!1)),A=A+f.line(w,r)+f.line(y,r)+C+(p.config.plotOptions.bar.borderRadiusApplication==="around"||this.arrBorderRadius[d][g]==="both"?" Z":" z"),k=k+f.line(w,s)+C+C+C+C+C+f.line(w,s)+(p.config.plotOptions.bar.borderRadiusApplication==="around"||this.arrBorderRadius[d][g]==="both"?" Z":" z"),this.arrBorderRadius[d][g]!=="none"&&(A=f.roundPathCorners(A,p.config.plotOptions.bar.borderRadius)),p.config.chart.stacked){var S=this.barCtx;(S=this.barCtx[c]).yArrj.push(r-m*v),S.yArrjF.push(Math.abs(s-r+n*v)),S.yArrjVal.push(this.barCtx.series[u][g])}return{pathTo:A,pathFrom:k}}},{key:"getBarpaths",value:function(e){var t,i=e.barYPosition,a=e.barHeight,s=e.x1,r=e.x2,n=e.strokeWidth,l=e.isReversed,h=e.series,c=e.seriesGroup,d=e.realIndex,u=e.i,g=e.j,p=e.w,f=new X(this.barCtx.ctx);(n=Array.isArray(n)?n[d]:n)||(n=0);var x=i,b=a;(t=p.config.series[d].data[g])!==null&&t!==void 0&&t.barHeightOffset&&(x=i-p.config.series[d].data[g].barHeightOffset/2,b=a+p.config.series[d].data[g].barHeightOffset);var m=n/2,w=x+m,y=x+b-m,v=(h[u][g]>=0?1:-1)*(l?-1:1);s+=.001+m*v,r+=.001-m*v;var A=f.move(s,w),k=f.move(s,w);p.globals.previousPaths.length>0&&(k=this.barCtx.getPreviousPath(d,g,!1));var C=f.line(s,y);if(A=A+f.line(r,w)+f.line(r,y)+C+(p.config.plotOptions.bar.borderRadiusApplication==="around"||this.arrBorderRadius[d][g]==="both"?" Z":" z"),k=k+f.line(s,w)+C+C+C+C+C+f.line(s,w)+(p.config.plotOptions.bar.borderRadiusApplication==="around"||this.arrBorderRadius[d][g]==="both"?" Z":" z"),this.arrBorderRadius[d][g]!=="none"&&(A=f.roundPathCorners(A,p.config.plotOptions.bar.borderRadius)),p.config.chart.stacked){var S=this.barCtx;(S=this.barCtx[c]).xArrj.push(r+m*v),S.xArrjF.push(Math.abs(s-r-n*v)),S.xArrjVal.push(this.barCtx.series[u][g])}return{pathTo:A,pathFrom:k}}},{key:"checkZeroSeries",value:function(e){for(var t=e.series,i=this.w,a=0;a<t.length;a++){for(var s=0,r=0;r<t[i.globals.maxValsInArrayIndex].length;r++)s+=t[a][r];s===0&&this.barCtx.zeroSerieses.push(a)}}},{key:"getXForValue",value:function(e,t){var i=!(arguments.length>2&&arguments[2]!==void 0)||arguments[2]?t:null;return e!=null&&(i=t+e/this.barCtx.invertedYRatio-2*(this.barCtx.isReversed?e/this.barCtx.invertedYRatio:0)),i}},{key:"getYForValue",value:function(e,t,i){var a=!(arguments.length>3&&arguments[3]!==void 0)||arguments[3]?t:null;return e!=null&&(a=t-e/this.barCtx.yRatio[i]+2*(this.barCtx.isReversed?e/this.barCtx.yRatio[i]:0)),a}},{key:"getGoalValues",value:function(e,t,i,a,s,r){var n=this,l=this.w,h=[],c=function(g,p){var f;h.push((Tt(f={},e,e==="x"?n.getXForValue(g,t,!1):n.getYForValue(g,i,r,!1)),Tt(f,"attrs",p),f))};if(l.globals.seriesGoals[a]&&l.globals.seriesGoals[a][s]&&Array.isArray(l.globals.seriesGoals[a][s])&&l.globals.seriesGoals[a][s].forEach(function(g){c(g.value,g)}),this.barCtx.barOptions.isDumbbell&&l.globals.seriesRange.length){var d=this.barCtx.barOptions.dumbbellColors?this.barCtx.barOptions.dumbbellColors:l.globals.colors,u={strokeHeight:e==="x"?0:l.globals.markers.size[a],strokeWidth:e==="x"?l.globals.markers.size[a]:0,strokeDashArray:0,strokeLineCap:"round",strokeColor:Array.isArray(d[a])?d[a][0]:d[a]};c(l.globals.seriesRangeStart[a][s],u),c(l.globals.seriesRangeEnd[a][s],O(O({},u),{},{strokeColor:Array.isArray(d[a])?d[a][1]:d[a]}))}return h}},{key:"drawGoalLine",value:function(e){var t=e.barXPosition,i=e.barYPosition,a=e.goalX,s=e.goalY,r=e.barWidth,n=e.barHeight,l=new X(this.barCtx.ctx),h=l.group({className:"apexcharts-bar-goals-groups"});h.node.classList.add("apexcharts-element-hidden"),this.barCtx.w.globals.delayedElements.push({el:h.node}),h.attr("clip-path","url(#gridRectMarkerMask".concat(this.barCtx.w.globals.cuid,")"));var c=null;return this.barCtx.isHorizontal?Array.isArray(a)&&a.forEach(function(d){if(d.x>=-1&&d.x<=l.w.globals.gridWidth+1){var u=d.attrs.strokeHeight!==void 0?d.attrs.strokeHeight:n/2,g=i+u+n/2;c=l.drawLine(d.x,g-2*u,d.x,g,d.attrs.strokeColor?d.attrs.strokeColor:void 0,d.attrs.strokeDashArray,d.attrs.strokeWidth?d.attrs.strokeWidth:2,d.attrs.strokeLineCap),h.add(c)}}):Array.isArray(s)&&s.forEach(function(d){if(d.y>=-1&&d.y<=l.w.globals.gridHeight+1){var u=d.attrs.strokeWidth!==void 0?d.attrs.strokeWidth:r/2,g=t+u+r/2;c=l.drawLine(g-2*u,d.y,g,d.y,d.attrs.strokeColor?d.attrs.strokeColor:void 0,d.attrs.strokeDashArray,d.attrs.strokeHeight?d.attrs.strokeHeight:2,d.attrs.strokeLineCap),h.add(c)}}),h}},{key:"drawBarShadow",value:function(e){var t=e.prevPaths,i=e.currPaths,a=e.color,s=this.w,r=t.x,n=t.x1,l=t.barYPosition,h=i.x,c=i.x1,d=i.barYPosition,u=l+i.barHeight,g=new X(this.barCtx.ctx),p=new L,f=g.move(n,u)+g.line(r,u)+g.line(h,d)+g.line(c,d)+g.line(n,u)+(s.config.plotOptions.bar.borderRadiusApplication==="around"||this.arrBorderRadius[realIndex][j]==="both"?" Z":" z");return g.drawPath({d:f,fill:p.shadeColor(.5,L.rgb2hex(a)),stroke:"none",strokeWidth:0,fillOpacity:1,classes:"apexcharts-bar-shadow apexcharts-decoration-element"})}},{key:"getZeroValueEncounters",value:function(e){var t,i=e.i,a=e.j,s=this.w,r=0,n=0;return(s.config.plotOptions.bar.horizontal?s.globals.series.map(function(l,h){return h}):((t=s.globals.columnSeries)===null||t===void 0?void 0:t.i.map(function(l){return l}))||[]).forEach(function(l){var h=s.globals.seriesPercent[l][a];h&&r++,l<i&&h===0&&n++}),{nonZeroColumns:r,zeroEncounters:n}}},{key:"getGroupIndex",value:function(e){var t=this.w,i=t.globals.seriesGroups.findIndex(function(r){return r.indexOf(t.globals.seriesNames[e])>-1}),a=this.barCtx.columnGroupIndices,s=a.indexOf(i);return s<0&&(a.push(i),s=a.length-1),{groupIndex:i,columnGroupIndex:s}}}]),o}(),tt=function(){function o(e,t){F(this,o),this.ctx=e,this.w=e.w;var i=this.w;this.barOptions=i.config.plotOptions.bar,this.isHorizontal=this.barOptions.horizontal,this.strokeWidth=i.config.stroke.width,this.isNullValue=!1,this.isRangeBar=i.globals.seriesRange.length&&this.isHorizontal,this.isVerticalGroupedRangeBar=!i.globals.isBarHorizontal&&i.globals.seriesRange.length&&i.config.plotOptions.bar.rangeBarGroupRows,this.isFunnel=this.barOptions.isFunnel,this.xyRatios=t,this.xyRatios!==null&&(this.xRatio=t.xRatio,this.yRatio=t.yRatio,this.invertedXRatio=t.invertedXRatio,this.invertedYRatio=t.invertedYRatio,this.baseLineY=t.baseLineY,this.baseLineInvertedY=t.baseLineInvertedY),this.yaxisIndex=0,this.translationsIndex=0,this.seriesLen=0,this.pathArr=[];var a=new Me(this.ctx);this.lastActiveBarSerieIndex=a.getActiveConfigSeriesIndex("desc",["bar","column"]),this.columnGroupIndices=[];var s=a.getBarSeriesIndices(),r=new ce(this.ctx);this.stackedSeriesTotals=r.getStackedSeriesTotals(this.w.config.series.map(function(n,l){return s.indexOf(l)===-1?l:-1}).filter(function(n){return n!==-1})),this.barHelpers=new ar(this)}return D(o,[{key:"draw",value:function(e,t){var i=this.w,a=new X(this.ctx),s=new ce(this.ctx,i);e=s.getLogSeries(e),this.series=e,this.yRatio=s.getLogYRatios(this.yRatio),this.barHelpers.initVariables(e);var r=a.group({class:"apexcharts-bar-series apexcharts-plot-series"});i.config.dataLabels.enabled&&this.totalItems>this.barOptions.dataLabels.maxItems&&console.warn("WARNING: DataLabels are enabled but there are too many to display. This may cause performance issue when rendering - ApexCharts");for(var n=0,l=0;n<e.length;n++,l++){var h,c,d,u,g=void 0,p=void 0,f=[],x=[],b=i.globals.comboCharts?t[n]:n,m=this.barHelpers.getGroupIndex(b).columnGroupIndex,w=a.group({class:"apexcharts-series",rel:n+1,seriesName:L.escapeString(i.globals.seriesNames[b]),"data:realIndex":b});this.ctx.series.addCollapsedClassToSeries(w,b),e[n].length>0&&(this.visibleI=this.visibleI+1);var y=0,v=0;this.yRatio.length>1&&(this.yaxisIndex=i.globals.seriesYAxisReverseMap[b],this.translationsIndex=b);var A=this.translationsIndex;this.isReversed=i.config.yaxis[this.yaxisIndex]&&i.config.yaxis[this.yaxisIndex].reversed;var k=this.barHelpers.initialPositions(b);p=k.y,y=k.barHeight,c=k.yDivision,u=k.zeroW,g=k.x,v=k.barWidth,h=k.xDivision,d=k.zeroH,this.isHorizontal||x.push(g+v/2);var C=a.group({class:"apexcharts-datalabels","data:realIndex":b});i.globals.delayedElements.push({el:C.node}),C.node.classList.add("apexcharts-element-hidden");var S=a.group({class:"apexcharts-bar-goals-markers"}),M=a.group({class:"apexcharts-bar-shadows"});i.globals.delayedElements.push({el:M.node}),M.node.classList.add("apexcharts-element-hidden");for(var P=0;P<e[n].length;P++){var I=this.barHelpers.getStrokeWidth(n,P,b),T=null,z={indexes:{i:n,j:P,realIndex:b,translationsIndex:A,bc:l},x:g,y:p,strokeWidth:I,elSeries:w};this.isHorizontal?(T=this.drawBarPaths(O(O({},z),{},{barHeight:y,zeroW:u,yDivision:c})),v=this.series[n][P]/this.invertedYRatio):(T=this.drawColumnPaths(O(O({},z),{},{xDivision:h,barWidth:v,zeroH:d})),y=this.series[n][P]/this.yRatio[A]);var E=this.barHelpers.getPathFillColor(e,n,P,b);if(this.isFunnel&&this.barOptions.isFunnel3d&&this.pathArr.length&&P>0){var R,Y=this.barHelpers.drawBarShadow({color:typeof E.color=="string"&&((R=E.color)===null||R===void 0?void 0:R.indexOf("url"))===-1?E.color:L.hexToRgba(i.globals.colors[n]),prevPaths:this.pathArr[this.pathArr.length-1],currPaths:T});M.add(Y),i.config.chart.dropShadow.enabled&&new pe(this.ctx).dropShadow(Y,i.config.chart.dropShadow,b)}this.pathArr.push(T);var H=this.barHelpers.drawGoalLine({barXPosition:T.barXPosition,barYPosition:T.barYPosition,goalX:T.goalX,goalY:T.goalY,barHeight:y,barWidth:v});H&&S.add(H),p=T.y,g=T.x,P>0&&x.push(g+v/2),f.push(p),this.renderSeries(O(O({realIndex:b,pathFill:E.color},E.useRangeColor?{lineFill:E.color}:{}),{},{j:P,i:n,columnGroupIndex:m,pathFrom:T.pathFrom,pathTo:T.pathTo,strokeWidth:I,elSeries:w,x:g,y:p,series:e,barHeight:Math.abs(T.barHeight?T.barHeight:y),barWidth:Math.abs(T.barWidth?T.barWidth:v),elDataLabelsWrap:C,elGoalsMarkers:S,elBarShadows:M,visibleSeries:this.visibleI,type:"bar"}))}i.globals.seriesXvalues[b]=x,i.globals.seriesYvalues[b]=f,r.add(w)}return r}},{key:"renderSeries",value:function(e){var t=e.realIndex,i=e.pathFill,a=e.lineFill,s=e.j,r=e.i,n=e.columnGroupIndex,l=e.pathFrom,h=e.pathTo,c=e.strokeWidth,d=e.elSeries,u=e.x,g=e.y,p=e.y1,f=e.y2,x=e.series,b=e.barHeight,m=e.barWidth,w=e.barXPosition,y=e.barYPosition,v=e.elDataLabelsWrap,A=e.elGoalsMarkers,k=e.elBarShadows,C=e.visibleSeries,S=e.type,M=e.classes,P=this.w,I=new X(this.ctx);if(!a){var T=typeof P.globals.stroke.colors[t]=="function"?function(H){var _,N=P.config.stroke.colors;return Array.isArray(N)&&N.length>0&&((_=N[H])||(_=""),typeof _=="function")?_({value:P.globals.series[H][s],dataPointIndex:s,w:P}):_}(t):P.globals.stroke.colors[t];a=this.barOptions.distributed?P.globals.stroke.colors[s]:T}P.config.series[r].data[s]&&P.config.series[r].data[s].strokeColor&&(a=P.config.series[r].data[s].strokeColor),this.isNullValue&&(i="none");var z=s/P.config.chart.animations.animateGradually.delay*(P.config.chart.animations.speed/P.globals.dataPoints)/2.4,E=I.renderPaths({i:r,j:s,realIndex:t,pathFrom:l,pathTo:h,stroke:a,strokeWidth:c,strokeLineCap:P.config.stroke.lineCap,fill:i,animationDelay:z,initialSpeed:P.config.chart.animations.speed,dataChangeSpeed:P.config.chart.animations.dynamicAnimation.speed,className:"apexcharts-".concat(S,"-area ").concat(M),chartType:S});E.attr("clip-path","url(#gridRectBarMask".concat(P.globals.cuid,")"));var R=P.config.forecastDataPoints;R.count>0&&s>=P.globals.dataPoints-R.count&&(E.node.setAttribute("stroke-dasharray",R.dashArray),E.node.setAttribute("stroke-width",R.strokeWidth),E.node.setAttribute("fill-opacity",R.fillOpacity)),p!==void 0&&f!==void 0&&(E.attr("data-range-y1",p),E.attr("data-range-y2",f)),new pe(this.ctx).setSelectionFilter(E,t,s),d.add(E);var Y=new ir(this).handleBarDataLabels({x:u,y:g,y1:p,y2:f,i:r,j:s,series:x,realIndex:t,columnGroupIndex:n,barHeight:b,barWidth:m,barXPosition:w,barYPosition:y,renderedPath:E,visibleSeries:C});return Y.dataLabels!==null&&v.add(Y.dataLabels),Y.totalDataLabels&&v.add(Y.totalDataLabels),d.add(v),A&&d.add(A),k&&d.add(k),d}},{key:"drawBarPaths",value:function(e){var t,i=e.indexes,a=e.barHeight,s=e.strokeWidth,r=e.zeroW,n=e.x,l=e.y,h=e.yDivision,c=e.elSeries,d=this.w,u=i.i,g=i.j;if(d.globals.isXNumeric)t=(l=(d.globals.seriesX[u][g]-d.globals.minX)/this.invertedXRatio-a)+a*this.visibleI;else if(d.config.plotOptions.bar.hideZeroBarsWhenGrouped){var p=0,f=0;d.globals.seriesPercent.forEach(function(b,m){b[g]&&p++,m<u&&b[g]===0&&f++}),p>0&&(a=this.seriesLen*a/p),t=l+a*this.visibleI,t-=a*f}else t=l+a*this.visibleI;this.isFunnel&&(r-=(this.barHelpers.getXForValue(this.series[u][g],r)-r)/2),n=this.barHelpers.getXForValue(this.series[u][g],r);var x=this.barHelpers.getBarpaths({barYPosition:t,barHeight:a,x1:r,x2:n,strokeWidth:s,isReversed:this.isReversed,series:this.series,realIndex:i.realIndex,i:u,j:g,w:d});return d.globals.isXNumeric||(l+=h),this.barHelpers.barBackground({j:g,i:u,y1:t-a*this.visibleI,y2:a*this.seriesLen,elSeries:c}),{pathTo:x.pathTo,pathFrom:x.pathFrom,x1:r,x:n,y:l,goalX:this.barHelpers.getGoalValues("x",r,null,u,g),barYPosition:t,barHeight:a}}},{key:"drawColumnPaths",value:function(e){var t,i=e.indexes,a=e.x,s=e.y,r=e.xDivision,n=e.barWidth,l=e.zeroH,h=e.strokeWidth,c=e.elSeries,d=this.w,u=i.realIndex,g=i.translationsIndex,p=i.i,f=i.j,x=i.bc;if(d.globals.isXNumeric){var b=this.getBarXForNumericXAxis({x:a,j:f,realIndex:u,barWidth:n});a=b.x,t=b.barXPosition}else if(d.config.plotOptions.bar.hideZeroBarsWhenGrouped){var m=this.barHelpers.getZeroValueEncounters({i:p,j:f}),w=m.nonZeroColumns,y=m.zeroEncounters;w>0&&(n=this.seriesLen*n/w),t=a+n*this.visibleI,t-=n*y}else t=a+n*this.visibleI;s=this.barHelpers.getYForValue(this.series[p][f],l,g);var v=this.barHelpers.getColumnPaths({barXPosition:t,barWidth:n,y1:l,y2:s,strokeWidth:h,isReversed:this.isReversed,series:this.series,realIndex:u,i:p,j:f,w:d});return d.globals.isXNumeric||(a+=r),this.barHelpers.barBackground({bc:x,j:f,i:p,x1:t-h/2-n*this.visibleI,x2:n*this.seriesLen+h/2,elSeries:c}),{pathTo:v.pathTo,pathFrom:v.pathFrom,x:a,y:s,goalY:this.barHelpers.getGoalValues("y",null,l,p,f,g),barXPosition:t,barWidth:n}}},{key:"getBarXForNumericXAxis",value:function(e){var t=e.x,i=e.barWidth,a=e.realIndex,s=e.j,r=this.w,n=a;return r.globals.seriesX[a].length||(n=r.globals.maxValsInArrayIndex),L.isNumber(r.globals.seriesX[n][s])&&(t=(r.globals.seriesX[n][s]-r.globals.minX)/this.xRatio-i*this.seriesLen/2),{barXPosition:t+i*this.visibleI,x:t}}},{key:"getPreviousPath",value:function(e,t){for(var i,a=this.w,s=0;s<a.globals.previousPaths.length;s++){var r=a.globals.previousPaths[s];r.paths&&r.paths.length>0&&parseInt(r.realIndex,10)===parseInt(e,10)&&a.globals.previousPaths[s].paths[t]!==void 0&&(i=a.globals.previousPaths[s].paths[t].d)}return i}}]),o}(),$i=function(o){mt(t,tt);var e=bt(t);function t(){return F(this,t),e.apply(this,arguments)}return D(t,[{key:"draw",value:function(i,a){var s=this,r=this.w;this.graphics=new X(this.ctx),this.bar=new tt(this.ctx,this.xyRatios);var n=new ce(this.ctx,r);i=n.getLogSeries(i),this.yRatio=n.getLogYRatios(this.yRatio),this.barHelpers.initVariables(i),r.config.chart.stackType==="100%"&&(i=r.globals.comboCharts?a.map(function(p){return r.globals.seriesPercent[p]}):r.globals.seriesPercent.slice()),this.series=i,this.barHelpers.initializeStackedPrevVars(this);for(var l=this.graphics.group({class:"apexcharts-bar-series apexcharts-plot-series"}),h=0,c=0,d=function(p,f){var x=void 0,b=void 0,m=void 0,w=void 0,y=r.globals.comboCharts?a[p]:p,v=s.barHelpers.getGroupIndex(y),A=v.groupIndex,k=v.columnGroupIndex;s.groupCtx=s[r.globals.seriesGroups[A]];var C=[],S=[],M=0;s.yRatio.length>1&&(s.yaxisIndex=r.globals.seriesYAxisReverseMap[y][0],M=y),s.isReversed=r.config.yaxis[s.yaxisIndex]&&r.config.yaxis[s.yaxisIndex].reversed;var P=s.graphics.group({class:"apexcharts-series",seriesName:L.escapeString(r.globals.seriesNames[y]),rel:p+1,"data:realIndex":y});s.ctx.series.addCollapsedClassToSeries(P,y);var I=s.graphics.group({class:"apexcharts-datalabels","data:realIndex":y}),T=s.graphics.group({class:"apexcharts-bar-goals-markers"}),z=0,E=0,R=s.initialPositions(h,c,x,b,m,w,M);c=R.y,z=R.barHeight,b=R.yDivision,w=R.zeroW,h=R.x,E=R.barWidth,x=R.xDivision,m=R.zeroH,r.globals.barHeight=z,r.globals.barWidth=E,s.barHelpers.initializeStackedXYVars(s),s.groupCtx.prevY.length===1&&s.groupCtx.prevY[0].every(function(ue){return isNaN(ue)})&&(s.groupCtx.prevY[0]=s.groupCtx.prevY[0].map(function(){return m}),s.groupCtx.prevYF[0]=s.groupCtx.prevYF[0].map(function(){return 0}));for(var Y=0;Y<r.globals.dataPoints;Y++){var H=s.barHelpers.getStrokeWidth(p,Y,y),_={indexes:{i:p,j:Y,realIndex:y,translationsIndex:M,bc:f},strokeWidth:H,x:h,y:c,elSeries:P,columnGroupIndex:k,seriesGroup:r.globals.seriesGroups[A]},N=null;s.isHorizontal?(N=s.drawStackedBarPaths(O(O({},_),{},{zeroW:w,barHeight:z,yDivision:b})),E=s.series[p][Y]/s.invertedYRatio):(N=s.drawStackedColumnPaths(O(O({},_),{},{xDivision:x,barWidth:E,zeroH:m})),z=s.series[p][Y]/s.yRatio[M]);var W=s.barHelpers.drawGoalLine({barXPosition:N.barXPosition,barYPosition:N.barYPosition,goalX:N.goalX,goalY:N.goalY,barHeight:z,barWidth:E});W&&T.add(W),c=N.y,h=N.x,C.push(h),S.push(c);var Q=s.barHelpers.getPathFillColor(i,p,Y,y),oe="",q=r.globals.isBarHorizontal?"apexcharts-flip-x":"apexcharts-flip-y";(s.barHelpers.arrBorderRadius[y][Y]==="bottom"&&r.globals.series[y][Y]>0||s.barHelpers.arrBorderRadius[y][Y]==="top"&&r.globals.series[y][Y]<0)&&(oe=q),P=s.renderSeries(O(O({realIndex:y,pathFill:Q.color},Q.useRangeColor?{lineFill:Q.color}:{}),{},{j:Y,i:p,columnGroupIndex:k,pathFrom:N.pathFrom,pathTo:N.pathTo,strokeWidth:H,elSeries:P,x:h,y:c,series:i,barHeight:z,barWidth:E,elDataLabelsWrap:I,elGoalsMarkers:T,type:"bar",visibleSeries:k,classes:oe}))}r.globals.seriesXvalues[y]=C,r.globals.seriesYvalues[y]=S,s.groupCtx.prevY.push(s.groupCtx.yArrj),s.groupCtx.prevYF.push(s.groupCtx.yArrjF),s.groupCtx.prevYVal.push(s.groupCtx.yArrjVal),s.groupCtx.prevX.push(s.groupCtx.xArrj),s.groupCtx.prevXF.push(s.groupCtx.xArrjF),s.groupCtx.prevXVal.push(s.groupCtx.xArrjVal),l.add(P)},u=0,g=0;u<i.length;u++,g++)d(u,g);return l}},{key:"initialPositions",value:function(i,a,s,r,n,l,h){var c,d,u=this.w;if(this.isHorizontal){r=u.globals.gridHeight/u.globals.dataPoints;var g=u.config.plotOptions.bar.barHeight;c=String(g).indexOf("%")===-1?parseInt(g,10):r*parseInt(g,10)/100,l=u.globals.padHorizontal+(this.isReversed?u.globals.gridWidth-this.baseLineInvertedY:this.baseLineInvertedY),a=(r-c)/2}else{d=s=u.globals.gridWidth/u.globals.dataPoints;var p=u.config.plotOptions.bar.columnWidth;u.globals.isXNumeric&&u.globals.dataPoints>1?d=(s=u.globals.minXDiff/this.xRatio)*parseInt(this.barOptions.columnWidth,10)/100:String(p).indexOf("%")===-1?d=parseInt(p,10):d*=parseInt(p,10)/100,n=this.isReversed?this.baseLineY[h]:u.globals.gridHeight-this.baseLineY[h],i=u.globals.padHorizontal+(s-d)/2}var f=u.globals.barGroups.length||1;return{x:i,y:a,yDivision:r,xDivision:s,barHeight:c/f,barWidth:d/f,zeroH:n,zeroW:l}}},{key:"drawStackedBarPaths",value:function(i){for(var a,s=i.indexes,r=i.barHeight,n=i.strokeWidth,l=i.zeroW,h=i.x,c=i.y,d=i.columnGroupIndex,u=i.seriesGroup,g=i.yDivision,p=i.elSeries,f=this.w,x=c+d*r,b=s.i,m=s.j,w=s.realIndex,y=s.translationsIndex,v=0,A=0;A<this.groupCtx.prevXF.length;A++)v+=this.groupCtx.prevXF[A][m];var k;if((k=u.indexOf(f.config.series[w].name))>0){var C=l;this.groupCtx.prevXVal[k-1][m]<0?C=this.series[b][m]>=0?this.groupCtx.prevX[k-1][m]+v-2*(this.isReversed?v:0):this.groupCtx.prevX[k-1][m]:this.groupCtx.prevXVal[k-1][m]>=0&&(C=this.series[b][m]>=0?this.groupCtx.prevX[k-1][m]:this.groupCtx.prevX[k-1][m]-v+2*(this.isReversed?v:0)),a=C}else a=l;h=this.series[b][m]===null?a:a+this.series[b][m]/this.invertedYRatio-2*(this.isReversed?this.series[b][m]/this.invertedYRatio:0);var S=this.barHelpers.getBarpaths({barYPosition:x,barHeight:r,x1:a,x2:h,strokeWidth:n,isReversed:this.isReversed,series:this.series,realIndex:s.realIndex,seriesGroup:u,i:b,j:m,w:f});return this.barHelpers.barBackground({j:m,i:b,y1:x,y2:r,elSeries:p}),c+=g,{pathTo:S.pathTo,pathFrom:S.pathFrom,goalX:this.barHelpers.getGoalValues("x",l,null,b,m,y),barXPosition:a,barYPosition:x,x:h,y:c}}},{key:"drawStackedColumnPaths",value:function(i){var a=i.indexes,s=i.x,r=i.y,n=i.xDivision,l=i.barWidth,h=i.zeroH,c=i.columnGroupIndex,d=i.seriesGroup,u=i.elSeries,g=this.w,p=a.i,f=a.j,x=a.bc,b=a.realIndex,m=a.translationsIndex;if(g.globals.isXNumeric){var w=g.globals.seriesX[b][f];w||(w=0),s=(w-g.globals.minX)/this.xRatio-l/2*g.globals.barGroups.length}for(var y,v=s+c*l,A=0,k=0;k<this.groupCtx.prevYF.length;k++)A+=isNaN(this.groupCtx.prevYF[k][f])?0:this.groupCtx.prevYF[k][f];var C=p;if(d&&(C=d.indexOf(g.globals.seriesNames[b])),C>0&&!g.globals.isXNumeric||C>0&&g.globals.isXNumeric&&g.globals.seriesX[b-1][f]===g.globals.seriesX[b][f]){var S,M,P,I=Math.min(this.yRatio.length+1,b+1);if(this.groupCtx.prevY[C-1]!==void 0&&this.groupCtx.prevY[C-1].length)for(var T=1;T<I;T++){var z;if(!isNaN((z=this.groupCtx.prevY[C-T])===null||z===void 0?void 0:z[f])){P=this.groupCtx.prevY[C-T][f];break}}for(var E=1;E<I;E++){var R,Y;if(((R=this.groupCtx.prevYVal[C-E])===null||R===void 0?void 0:R[f])<0){M=this.series[p][f]>=0?P-A+2*(this.isReversed?A:0):P;break}if(((Y=this.groupCtx.prevYVal[C-E])===null||Y===void 0?void 0:Y[f])>=0){M=this.series[p][f]>=0?P:P+A-2*(this.isReversed?A:0);break}}M===void 0&&(M=g.globals.gridHeight),y=(S=this.groupCtx.prevYF[0])!==null&&S!==void 0&&S.every(function(_){return _===0})&&this.groupCtx.prevYF.slice(1,C).every(function(_){return _.every(function(N){return isNaN(N)})})?h:M}else y=h;r=this.series[p][f]?y-this.series[p][f]/this.yRatio[m]+2*(this.isReversed?this.series[p][f]/this.yRatio[m]:0):y;var H=this.barHelpers.getColumnPaths({barXPosition:v,barWidth:l,y1:y,y2:r,yRatio:this.yRatio[m],strokeWidth:this.strokeWidth,isReversed:this.isReversed,series:this.series,seriesGroup:d,realIndex:a.realIndex,i:p,j:f,w:g});return this.barHelpers.barBackground({bc:x,j:f,i:p,x1:v,x2:l,elSeries:u}),{pathTo:H.pathTo,pathFrom:H.pathFrom,goalY:this.barHelpers.getGoalValues("y",null,h,p,f),barXPosition:v,x:g.globals.isXNumeric?s:s+n,y:r}}}]),t}(),Qt=function(o){mt(t,tt);var e=bt(t);function t(){return F(this,t),e.apply(this,arguments)}return D(t,[{key:"draw",value:function(i,a,s){var r=this,n=this.w,l=new X(this.ctx),h=n.globals.comboCharts?a:n.config.chart.type,c=new Te(this.ctx);this.candlestickOptions=this.w.config.plotOptions.candlestick,this.boxOptions=this.w.config.plotOptions.boxPlot,this.isHorizontal=n.config.plotOptions.bar.horizontal;var d=new ce(this.ctx,n);i=d.getLogSeries(i),this.series=i,this.yRatio=d.getLogYRatios(this.yRatio),this.barHelpers.initVariables(i);for(var u=l.group({class:"apexcharts-".concat(h,"-series apexcharts-plot-series")}),g=function(f){r.isBoxPlot=n.config.chart.type==="boxPlot"||n.config.series[f].type==="boxPlot";var x,b,m,w,y=void 0,v=void 0,A=[],k=[],C=n.globals.comboCharts?s[f]:f,S=r.barHelpers.getGroupIndex(C).columnGroupIndex,M=l.group({class:"apexcharts-series",seriesName:L.escapeString(n.globals.seriesNames[C]),rel:f+1,"data:realIndex":C});r.ctx.series.addCollapsedClassToSeries(M,C),i[f].length>0&&(r.visibleI=r.visibleI+1);var P,I,T=0;r.yRatio.length>1&&(r.yaxisIndex=n.globals.seriesYAxisReverseMap[C][0],T=C);var z=r.barHelpers.initialPositions(C);v=z.y,P=z.barHeight,b=z.yDivision,w=z.zeroW,y=z.x,I=z.barWidth,x=z.xDivision,m=z.zeroH,k.push(y+I/2);for(var E=l.group({class:"apexcharts-datalabels","data:realIndex":C}),R=l.group({class:"apexcharts-bar-goals-markers"}),Y=function(_){var N=r.barHelpers.getStrokeWidth(f,_,C),W=null,Q={indexes:{i:f,j:_,realIndex:C,translationsIndex:T},x:y,y:v,strokeWidth:N,elSeries:M};W=r.isHorizontal?r.drawHorizontalBoxPaths(O(O({},Q),{},{yDivision:b,barHeight:P,zeroW:w})):r.drawVerticalBoxPaths(O(O({},Q),{},{xDivision:x,barWidth:I,zeroH:m})),v=W.y,y=W.x;var oe=r.barHelpers.drawGoalLine({barXPosition:W.barXPosition,barYPosition:W.barYPosition,goalX:W.goalX,goalY:W.goalY,barHeight:P,barWidth:I});oe&&R.add(oe),_>0&&k.push(y+I/2),A.push(v),W.pathTo.forEach(function(q,ue){var $=!r.isBoxPlot&&r.candlestickOptions.wick.useFillColor?W.color[ue]:n.globals.stroke.colors[f],Z=c.fillPath({seriesNumber:C,dataPointIndex:_,color:W.color[ue],value:i[f][_]});r.renderSeries({realIndex:C,pathFill:Z,lineFill:$,j:_,i:f,pathFrom:W.pathFrom,pathTo:q,strokeWidth:N,elSeries:M,x:y,y:v,series:i,columnGroupIndex:S,barHeight:P,barWidth:I,elDataLabelsWrap:E,elGoalsMarkers:R,visibleSeries:r.visibleI,type:n.config.chart.type})})},H=0;H<n.globals.dataPoints;H++)Y(H);n.globals.seriesXvalues[C]=k,n.globals.seriesYvalues[C]=A,u.add(M)},p=0;p<i.length;p++)g(p);return u}},{key:"drawVerticalBoxPaths",value:function(i){var a=i.indexes,s=i.x;i.y;var r=i.xDivision,n=i.barWidth,l=i.zeroH,h=i.strokeWidth,c=this.w,d=new X(this.ctx),u=a.i,g=a.j,p=c.config.plotOptions.candlestick.colors,f=this.boxOptions.colors,x=a.realIndex,b=function(E){return Array.isArray(E)?E[x]:E},m=b(p.upward),w=b(p.downward),y=this.yRatio[a.translationsIndex],v=this.getOHLCValue(x,g),A=l,k=l,C=v.o<v.c?[m]:[w];this.isBoxPlot&&(C=[b(f.lower),b(f.upper)]);var S=Math.min(v.o,v.c),M=Math.max(v.o,v.c),P=v.m;c.globals.isXNumeric&&(s=(c.globals.seriesX[x][g]-c.globals.minX)/this.xRatio-n/2);var I=s+n*this.visibleI;this.series[u][g]===void 0||this.series[u][g]===null?(S=l,M=l):(S=l-S/y,M=l-M/y,A=l-v.h/y,k=l-v.l/y,P=l-v.m/y);var T=d.move(I,l),z=d.move(I+n/2,S);return c.globals.previousPaths.length>0&&(z=this.getPreviousPath(x,g,!0)),T=this.isBoxPlot?[d.move(I,S)+d.line(I+n/2,S)+d.line(I+n/2,A)+d.line(I+n/4,A)+d.line(I+n-n/4,A)+d.line(I+n/2,A)+d.line(I+n/2,S)+d.line(I+n,S)+d.line(I+n,P)+d.line(I,P)+d.line(I,S+h/2),d.move(I,P)+d.line(I+n,P)+d.line(I+n,M)+d.line(I+n/2,M)+d.line(I+n/2,k)+d.line(I+n-n/4,k)+d.line(I+n/4,k)+d.line(I+n/2,k)+d.line(I+n/2,M)+d.line(I,M)+d.line(I,P)+"z"]:[d.move(I,M)+d.line(I+n/2,M)+d.line(I+n/2,A)+d.line(I+n/2,M)+d.line(I+n,M)+d.line(I+n,S)+d.line(I+n/2,S)+d.line(I+n/2,k)+d.line(I+n/2,S)+d.line(I,S)+d.line(I,M-h/2)],z+=d.move(I,S),c.globals.isXNumeric||(s+=r),{pathTo:T,pathFrom:z,x:s,y:M,goalY:this.barHelpers.getGoalValues("y",null,l,u,g,a.translationsIndex),barXPosition:I,color:C}}},{key:"drawHorizontalBoxPaths",value:function(i){var a=i.indexes;i.x;var s=i.y,r=i.yDivision,n=i.barHeight,l=i.zeroW,h=i.strokeWidth,c=this.w,d=new X(this.ctx),u=a.i,g=a.j,p=this.boxOptions.colors.lower;this.isBoxPlot&&(p=[this.boxOptions.colors.lower,this.boxOptions.colors.upper]);var f=this.invertedYRatio,x=a.realIndex,b=this.getOHLCValue(x,g),m=l,w=l,y=Math.min(b.o,b.c),v=Math.max(b.o,b.c),A=b.m;c.globals.isXNumeric&&(s=(c.globals.seriesX[x][g]-c.globals.minX)/this.invertedXRatio-n/2);var k=s+n*this.visibleI;this.series[u][g]===void 0||this.series[u][g]===null?(y=l,v=l):(y=l+y/f,v=l+v/f,m=l+b.h/f,w=l+b.l/f,A=l+b.m/f);var C=d.move(l,k),S=d.move(y,k+n/2);return c.globals.previousPaths.length>0&&(S=this.getPreviousPath(x,g,!0)),C=[d.move(y,k)+d.line(y,k+n/2)+d.line(m,k+n/2)+d.line(m,k+n/2-n/4)+d.line(m,k+n/2+n/4)+d.line(m,k+n/2)+d.line(y,k+n/2)+d.line(y,k+n)+d.line(A,k+n)+d.line(A,k)+d.line(y+h/2,k),d.move(A,k)+d.line(A,k+n)+d.line(v,k+n)+d.line(v,k+n/2)+d.line(w,k+n/2)+d.line(w,k+n-n/4)+d.line(w,k+n/4)+d.line(w,k+n/2)+d.line(v,k+n/2)+d.line(v,k)+d.line(A,k)+"z"],S+=d.move(y,k),c.globals.isXNumeric||(s+=r),{pathTo:C,pathFrom:S,x:v,y:s,goalX:this.barHelpers.getGoalValues("x",l,null,u,g),barYPosition:k,color:p}}},{key:"getOHLCValue",value:function(i,a){var s=this.w,r=new ce(this.ctx,s),n=r.getLogValAtSeriesIndex(s.globals.seriesCandleH[i][a],i),l=r.getLogValAtSeriesIndex(s.globals.seriesCandleO[i][a],i),h=r.getLogValAtSeriesIndex(s.globals.seriesCandleM[i][a],i),c=r.getLogValAtSeriesIndex(s.globals.seriesCandleC[i][a],i),d=r.getLogValAtSeriesIndex(s.globals.seriesCandleL[i][a],i);return{o:this.isBoxPlot?n:l,h:this.isBoxPlot?l:n,m:h,l:this.isBoxPlot?c:d,c:this.isBoxPlot?d:c}}}]),t}(),ja=function(){function o(e){F(this,o),this.ctx=e,this.w=e.w}return D(o,[{key:"checkColorRange",value:function(){var e=this.w,t=!1,i=e.config.plotOptions[e.config.chart.type];return i.colorScale.ranges.length>0&&i.colorScale.ranges.map(function(a,s){a.from<=0&&(t=!0)}),t}},{key:"getShadeColor",value:function(e,t,i,a){var s=this.w,r=1,n=s.config.plotOptions[e].shadeIntensity,l=this.determineColor(e,t,i);s.globals.hasNegs||a?r=s.config.plotOptions[e].reverseNegativeShade?l.percent<0?l.percent/100*(1.25*n):(1-l.percent/100)*(1.25*n):l.percent<=0?1-(1+l.percent/100)*n:(1-l.percent/100)*n:(r=1-l.percent/100,e==="treemap"&&(r=(1-l.percent/100)*(1.25*n)));var h=l.color,c=new L;if(s.config.plotOptions[e].enableShades)if(this.w.config.theme.mode==="dark"){var d=c.shadeColor(-1*r,l.color);h=L.hexToRgba(L.isColorHex(d)?d:L.rgb2hex(d),s.config.fill.opacity)}else{var u=c.shadeColor(r,l.color);h=L.hexToRgba(L.isColorHex(u)?u:L.rgb2hex(u),s.config.fill.opacity)}return{color:h,colorProps:l}}},{key:"determineColor",value:function(e,t,i){var a=this.w,s=a.globals.series[t][i],r=a.config.plotOptions[e],n=r.colorScale.inverse?i:t;r.distributed&&a.config.chart.type==="treemap"&&(n=i);var l=a.globals.colors[n],h=null,c=Math.min.apply(Math,ge(a.globals.series[t])),d=Math.max.apply(Math,ge(a.globals.series[t]));r.distributed||e!=="heatmap"||(c=a.globals.minY,d=a.globals.maxY),r.colorScale.min!==void 0&&(c=r.colorScale.min<a.globals.minY?r.colorScale.min:a.globals.minY,d=r.colorScale.max>a.globals.maxY?r.colorScale.max:a.globals.maxY);var u=Math.abs(d)+Math.abs(c),g=100*s/(u===0?u-1e-6:u);return r.colorScale.ranges.length>0&&r.colorScale.ranges.map(function(p,f){if(s>=p.from&&s<=p.to){l=p.color,h=p.foreColor?p.foreColor:null,c=p.from,d=p.to;var x=Math.abs(d)+Math.abs(c);g=100*s/(x===0?x-1e-6:x)}}),{color:l,foreColor:h,percent:g}}},{key:"calculateDataLabels",value:function(e){var t=e.text,i=e.x,a=e.y,s=e.i,r=e.j,n=e.colorProps,l=e.fontSize,h=this.w.config.dataLabels,c=new X(this.ctx),d=new et(this.ctx),u=null;if(h.enabled){u=c.group({class:"apexcharts-data-labels"});var g=h.offsetX,p=h.offsetY,f=i+g,x=a+parseFloat(h.style.fontSize)/3+p;d.plotDataLabelsText({x:f,y:x,text:t,i:s,j:r,color:n.foreColor,parent:u,fontSize:l,dataLabelsConfig:h})}return u}},{key:"addListeners",value:function(e){var t=new X(this.ctx);e.node.addEventListener("mouseenter",t.pathMouseEnter.bind(this,e)),e.node.addEventListener("mouseleave",t.pathMouseLeave.bind(this,e)),e.node.addEventListener("mousedown",t.pathMouseDown.bind(this,e))}}]),o}(),sr=function(){function o(e,t){F(this,o),this.ctx=e,this.w=e.w,this.xRatio=t.xRatio,this.yRatio=t.yRatio,this.dynamicAnim=this.w.config.chart.animations.dynamicAnimation,this.helpers=new ja(e),this.rectRadius=this.w.config.plotOptions.heatmap.radius,this.strokeWidth=this.w.config.stroke.show?this.w.config.stroke.width:0}return D(o,[{key:"draw",value:function(e){var t=this.w,i=new X(this.ctx),a=i.group({class:"apexcharts-heatmap"});a.attr("clip-path","url(#gridRectMask".concat(t.globals.cuid,")"));var s=t.globals.gridWidth/t.globals.dataPoints,r=t.globals.gridHeight/t.globals.series.length,n=0,l=!1;this.negRange=this.helpers.checkColorRange();var h=e.slice();t.config.yaxis[0].reversed&&(l=!0,h.reverse());for(var c=l?0:h.length-1;l?c<h.length:c>=0;l?c++:c--){var d=i.group({class:"apexcharts-series apexcharts-heatmap-series",seriesName:L.escapeString(t.globals.seriesNames[c]),rel:c+1,"data:realIndex":c});if(this.ctx.series.addCollapsedClassToSeries(d,c),t.config.chart.dropShadow.enabled){var u=t.config.chart.dropShadow;new pe(this.ctx).dropShadow(d,u,c)}for(var g=0,p=t.config.plotOptions.heatmap.shadeIntensity,f=0,x=0;x<t.globals.dataPoints;x++)if(t.globals.seriesX.length&&!t.globals.allSeriesHasEqualX&&t.globals.minX+t.globals.minXDiff*x<t.globals.seriesX[c][f])g+=s;else{if(f>=h[c].length)break;var b=this.helpers.getShadeColor(t.config.chart.type,c,f,this.negRange),m=b.color,w=b.colorProps;t.config.fill.type==="image"&&(m=new Te(this.ctx).fillPath({seriesNumber:c,dataPointIndex:f,opacity:t.globals.hasNegs?w.percent<0?1-(1+w.percent/100):p+w.percent/100:w.percent/100,patternID:L.randomId(),width:t.config.fill.image.width?t.config.fill.image.width:s,height:t.config.fill.image.height?t.config.fill.image.height:r}));var y=this.rectRadius,v=i.drawRect(g,n,s,r,y);if(v.attr({cx:g,cy:n}),v.node.classList.add("apexcharts-heatmap-rect"),d.add(v),v.attr({fill:m,i:c,index:c,j:f,val:e[c][f],"stroke-width":this.strokeWidth,stroke:t.config.plotOptions.heatmap.useFillColorAsStroke?m:t.globals.stroke.colors[0],color:m}),this.helpers.addListeners(v),t.config.chart.animations.enabled&&!t.globals.dataChanged){var A=1;t.globals.resized||(A=t.config.chart.animations.speed),this.animateHeatMap(v,g,n,s,r,A)}if(t.globals.dataChanged){var k=1;if(this.dynamicAnim.enabled&&t.globals.shouldAnimate){k=this.dynamicAnim.speed;var C=t.globals.previousPaths[c]&&t.globals.previousPaths[c][f]&&t.globals.previousPaths[c][f].color;C||(C="rgba(255, 255, 255, 0)"),this.animateHeatColor(v,L.isColorHex(C)?C:L.rgb2hex(C),L.isColorHex(m)?m:L.rgb2hex(m),k)}}var S=(0,t.config.dataLabels.formatter)(t.globals.series[c][f],{value:t.globals.series[c][f],seriesIndex:c,dataPointIndex:f,w:t}),M=this.helpers.calculateDataLabels({text:S,x:g+s/2,y:n+r/2,i:c,j:f,colorProps:w,series:h});M!==null&&d.add(M),g+=s,f++}n+=r,a.add(d)}var P=t.globals.yAxisScale[0].result.slice();return t.config.yaxis[0].reversed?P.unshift(""):P.push(""),t.globals.yAxisScale[0].result=P,a}},{key:"animateHeatMap",value:function(e,t,i,a,s,r){var n=new it(this.ctx);n.animateRect(e,{x:t+a/2,y:i+s/2,width:0,height:0},{x:t,y:i,width:a,height:s},r,function(){n.animationCompleted(e)})}},{key:"animateHeatColor",value:function(e,t,i,a){e.attr({fill:t}).animate(a).attr({fill:i})}}]),o}(),Ga=function(){function o(e){F(this,o),this.ctx=e,this.w=e.w}return D(o,[{key:"drawYAxisTexts",value:function(e,t,i,a){var s=this.w,r=s.config.yaxis[0],n=s.globals.yLabelFormatters[0];return new X(this.ctx).drawText({x:e+r.labels.offsetX,y:t+r.labels.offsetY,text:n(a,i),textAnchor:"middle",fontSize:r.labels.style.fontSize,fontFamily:r.labels.style.fontFamily,foreColor:Array.isArray(r.labels.style.colors)?r.labels.style.colors[i]:r.labels.style.colors})}}]),o}(),Va=function(){function o(e){F(this,o),this.ctx=e,this.w=e.w;var t=this.w;this.chartType=this.w.config.chart.type,this.initialAnim=this.w.config.chart.animations.enabled,this.dynamicAnim=this.initialAnim&&this.w.config.chart.animations.dynamicAnimation.enabled,this.animBeginArr=[0],this.animDur=0,this.donutDataLabels=this.w.config.plotOptions.pie.donut.labels,this.lineColorArr=t.globals.stroke.colors!==void 0?t.globals.stroke.colors:t.globals.colors,this.defaultSize=Math.min(t.globals.gridWidth,t.globals.gridHeight),this.centerY=this.defaultSize/2,this.centerX=t.globals.gridWidth/2,t.config.chart.type==="radialBar"?this.fullAngle=360:this.fullAngle=Math.abs(t.config.plotOptions.pie.endAngle-t.config.plotOptions.pie.startAngle),this.initialAngle=t.config.plotOptions.pie.startAngle%this.fullAngle,t.globals.radialSize=this.defaultSize/2.05-t.config.stroke.width-(t.config.chart.sparkline.enabled?0:t.config.chart.dropShadow.blur),this.donutSize=t.globals.radialSize*parseInt(t.config.plotOptions.pie.donut.size,10)/100;var i=t.config.plotOptions.pie.customScale,a=t.globals.gridWidth/2,s=t.globals.gridHeight/2;this.translateX=a-a*i,this.translateY=s-s*i,this.dataLabelsGroup=new X(this.ctx).group({class:"apexcharts-datalabels-group",transform:"translate(".concat(this.translateX,", ").concat(this.translateY,") scale(").concat(i,")")}),this.maxY=0,this.sliceLabels=[],this.sliceSizes=[],this.prevSectorAngleArr=[]}return D(o,[{key:"draw",value:function(e){var t=this,i=this.w,a=new X(this.ctx),s=a.group({class:"apexcharts-pie"});if(i.globals.noData)return s;for(var r=0,n=0;n<e.length;n++)r+=L.negToZero(e[n]);var l=[],h=a.group();r===0&&(r=1e-5),e.forEach(function(w){t.maxY=Math.max(t.maxY,w)}),i.config.yaxis[0].max&&(this.maxY=i.config.yaxis[0].max),i.config.grid.position==="back"&&this.chartType==="polarArea"&&this.drawPolarElements(s);for(var c=0;c<e.length;c++){var d=this.fullAngle*L.negToZero(e[c])/r;l.push(d),this.chartType==="polarArea"?(l[c]=this.fullAngle/e.length,this.sliceSizes.push(i.globals.radialSize*e[c]/this.maxY)):this.sliceSizes.push(i.globals.radialSize)}if(i.globals.dataChanged){for(var u,g=0,p=0;p<i.globals.previousPaths.length;p++)g+=L.negToZero(i.globals.previousPaths[p]);for(var f=0;f<i.globals.previousPaths.length;f++)u=this.fullAngle*L.negToZero(i.globals.previousPaths[f])/g,this.prevSectorAngleArr.push(u)}if(this.donutSize<0&&(this.donutSize=0),this.chartType==="donut"){var x=a.drawCircle(this.donutSize);x.attr({cx:this.centerX,cy:this.centerY,fill:i.config.plotOptions.pie.donut.background?i.config.plotOptions.pie.donut.background:"transparent"}),h.add(x)}var b=this.drawArcs(l,e);if(this.sliceLabels.forEach(function(w){b.add(w)}),h.attr({transform:"translate(".concat(this.translateX,", ").concat(this.translateY,") scale(").concat(i.config.plotOptions.pie.customScale,")")}),h.add(b),s.add(h),this.donutDataLabels.show){var m=this.renderInnerDataLabels(this.dataLabelsGroup,this.donutDataLabels,{hollowSize:this.donutSize,centerX:this.centerX,centerY:this.centerY,opacity:this.donutDataLabels.show});s.add(m)}return i.config.grid.position==="front"&&this.chartType==="polarArea"&&this.drawPolarElements(s),s}},{key:"drawArcs",value:function(e,t){var i=this.w,a=new pe(this.ctx),s=new X(this.ctx),r=new Te(this.ctx),n=s.group({class:"apexcharts-slices"}),l=this.initialAngle,h=this.initialAngle,c=this.initialAngle,d=this.initialAngle;this.strokeWidth=i.config.stroke.show?i.config.stroke.width:0;for(var u=0;u<e.length;u++){var g=s.group({class:"apexcharts-series apexcharts-pie-series",seriesName:L.escapeString(i.globals.seriesNames[u]),rel:u+1,"data:realIndex":u});n.add(g),h=d,c=(l=c)+e[u],d=h+this.prevSectorAngleArr[u];var p=c<l?this.fullAngle+c-l:c-l,f=r.fillPath({seriesNumber:u,size:this.sliceSizes[u],value:t[u]}),x=this.getChangedPath(h,d),b=s.drawPath({d:x,stroke:Array.isArray(this.lineColorArr)?this.lineColorArr[u]:this.lineColorArr,strokeWidth:0,fill:f,fillOpacity:i.config.fill.opacity,classes:"apexcharts-pie-area apexcharts-".concat(this.chartType.toLowerCase(),"-slice-").concat(u)});if(b.attr({index:0,j:u}),a.setSelectionFilter(b,0,u),i.config.chart.dropShadow.enabled){var m=i.config.chart.dropShadow;a.dropShadow(b,m,u)}this.addListeners(b,this.donutDataLabels),X.setAttrs(b.node,{"data:angle":p,"data:startAngle":l,"data:strokeWidth":this.strokeWidth,"data:value":t[u]});var w={x:0,y:0};this.chartType==="pie"||this.chartType==="polarArea"?w=L.polarToCartesian(this.centerX,this.centerY,i.globals.radialSize/1.25+i.config.plotOptions.pie.dataLabels.offset,(l+p/2)%this.fullAngle):this.chartType==="donut"&&(w=L.polarToCartesian(this.centerX,this.centerY,(i.globals.radialSize+this.donutSize)/2+i.config.plotOptions.pie.dataLabels.offset,(l+p/2)%this.fullAngle)),g.add(b);var y=0;if(!this.initialAnim||i.globals.resized||i.globals.dataChanged?this.animBeginArr.push(0):((y=p/this.fullAngle*i.config.chart.animations.speed)===0&&(y=1),this.animDur=y+this.animDur,this.animBeginArr.push(this.animDur)),this.dynamicAnim&&i.globals.dataChanged?this.animatePaths(b,{size:this.sliceSizes[u],endAngle:c,startAngle:l,prevStartAngle:h,prevEndAngle:d,animateStartingPos:!0,i:u,animBeginArr:this.animBeginArr,shouldSetPrevPaths:!0,dur:i.config.chart.animations.dynamicAnimation.speed}):this.animatePaths(b,{size:this.sliceSizes[u],endAngle:c,startAngle:l,i:u,totalItems:e.length-1,animBeginArr:this.animBeginArr,dur:y}),i.config.plotOptions.pie.expandOnClick&&this.chartType!=="polarArea"&&b.node.addEventListener("mouseup",this.pieClicked.bind(this,u)),i.globals.selectedDataPoints[0]!==void 0&&i.globals.selectedDataPoints[0].indexOf(u)>-1&&this.pieClicked(u),i.config.dataLabels.enabled){var v=w.x,A=w.y,k=100*p/this.fullAngle+"%";if(p!==0&&i.config.plotOptions.pie.dataLabels.minAngleToShowLabel<e[u]){var C=i.config.dataLabels.formatter;C!==void 0&&(k=C(i.globals.seriesPercent[u][0],{seriesIndex:u,w:i}));var S=i.globals.dataLabels.style.colors[u],M=s.group({class:"apexcharts-datalabels"}),P=s.drawText({x:v,y:A,text:k,textAnchor:"middle",fontSize:i.config.dataLabels.style.fontSize,fontFamily:i.config.dataLabels.style.fontFamily,fontWeight:i.config.dataLabels.style.fontWeight,foreColor:S});if(M.add(P),i.config.dataLabels.dropShadow.enabled){var I=i.config.dataLabels.dropShadow;a.dropShadow(P,I)}P.node.classList.add("apexcharts-pie-label"),i.config.chart.animations.animate&&i.globals.resized===!1&&(P.node.classList.add("apexcharts-pie-label-delay"),P.node.style.animationDelay=i.config.chart.animations.speed/940+"s"),this.sliceLabels.push(M)}}}return n}},{key:"addListeners",value:function(e,t){var i=new X(this.ctx);e.node.addEventListener("mouseenter",i.pathMouseEnter.bind(this,e)),e.node.addEventListener("mouseleave",i.pathMouseLeave.bind(this,e)),e.node.addEventListener("mouseleave",this.revertDataLabelsInner.bind(this,e.node,t)),e.node.addEventListener("mousedown",i.pathMouseDown.bind(this,e)),this.donutDataLabels.total.showAlways||(e.node.addEventListener("mouseenter",this.printDataLabelsInner.bind(this,e.node,t)),e.node.addEventListener("mousedown",this.printDataLabelsInner.bind(this,e.node,t)))}},{key:"animatePaths",value:function(e,t){var i=this.w,a=t.endAngle<t.startAngle?this.fullAngle+t.endAngle-t.startAngle:t.endAngle-t.startAngle,s=a,r=t.startAngle,n=t.startAngle;t.prevStartAngle!==void 0&&t.prevEndAngle!==void 0&&(r=t.prevEndAngle,s=t.prevEndAngle<t.prevStartAngle?this.fullAngle+t.prevEndAngle-t.prevStartAngle:t.prevEndAngle-t.prevStartAngle),t.i===i.config.series.length-1&&(a+n>this.fullAngle?t.endAngle=t.endAngle-(a+n):a+n<this.fullAngle&&(t.endAngle=t.endAngle+(this.fullAngle-(a+n)))),a===this.fullAngle&&(a=this.fullAngle-.01),this.animateArc(e,r,n,a,s,t)}},{key:"animateArc",value:function(e,t,i,a,s,r){var n,l=this,h=this.w,c=new it(this.ctx),d=r.size;(isNaN(t)||isNaN(s))&&(t=i,s=a,r.dur=0);var u=a,g=i,p=t<i?this.fullAngle+t-i:t-i;h.globals.dataChanged&&r.shouldSetPrevPaths&&r.prevEndAngle&&(n=l.getPiePath({me:l,startAngle:r.prevStartAngle,angle:r.prevEndAngle<r.prevStartAngle?this.fullAngle+r.prevEndAngle-r.prevStartAngle:r.prevEndAngle-r.prevStartAngle,size:d}),e.attr({d:n})),r.dur!==0?e.animate(r.dur,r.animBeginArr[r.i]).after(function(){l.chartType!=="pie"&&l.chartType!=="donut"&&l.chartType!=="polarArea"||this.animate(h.config.chart.animations.dynamicAnimation.speed).attr({"stroke-width":l.strokeWidth}),r.i===h.config.series.length-1&&c.animationCompleted(e)}).during(function(f){u=p+(a-p)*f,r.animateStartingPos&&(u=s+(a-s)*f,g=t-s+(i-(t-s))*f),n=l.getPiePath({me:l,startAngle:g,angle:u,size:d}),e.node.setAttribute("data:pathOrig",n),e.attr({d:n})}):(n=l.getPiePath({me:l,startAngle:g,angle:a,size:d}),r.isTrack||(h.globals.animationEnded=!0),e.node.setAttribute("data:pathOrig",n),e.attr({d:n,"stroke-width":l.strokeWidth}))}},{key:"pieClicked",value:function(e){var t,i=this.w,a=this,s=a.sliceSizes[e]+(i.config.plotOptions.pie.expandOnClick?4:0),r=i.globals.dom.Paper.findOne(".apexcharts-".concat(a.chartType.toLowerCase(),"-slice-").concat(e));if(r.attr("data:pieClicked")!=="true"){var n=i.globals.dom.baseEl.getElementsByClassName("apexcharts-pie-area");Array.prototype.forEach.call(n,function(d){d.setAttribute("data:pieClicked","false");var u=d.getAttribute("data:pathOrig");u&&d.setAttribute("d",u)}),i.globals.capturedDataPointIndex=e,r.attr("data:pieClicked","true");var l=parseInt(r.attr("data:startAngle"),10),h=parseInt(r.attr("data:angle"),10);t=a.getPiePath({me:a,startAngle:l,angle:h,size:s}),h!==360&&r.plot(t)}else{r.attr({"data:pieClicked":"false"}),this.revertDataLabelsInner(r.node,this.donutDataLabels);var c=r.attr("data:pathOrig");r.attr({d:c})}}},{key:"getChangedPath",value:function(e,t){var i="";return this.dynamicAnim&&this.w.globals.dataChanged&&(i=this.getPiePath({me:this,startAngle:e,angle:t-e,size:this.size})),i}},{key:"getPiePath",value:function(e){var t,i=e.me,a=e.startAngle,s=e.angle,r=e.size,n=new X(this.ctx),l=a,h=Math.PI*(l-90)/180,c=s+a;Math.ceil(c)>=this.fullAngle+this.w.config.plotOptions.pie.startAngle%this.fullAngle&&(c=this.fullAngle+this.w.config.plotOptions.pie.startAngle%this.fullAngle-.01),Math.ceil(c)>this.fullAngle&&(c-=this.fullAngle);var d=Math.PI*(c-90)/180,u=i.centerX+r*Math.cos(h),g=i.centerY+r*Math.sin(h),p=i.centerX+r*Math.cos(d),f=i.centerY+r*Math.sin(d),x=L.polarToCartesian(i.centerX,i.centerY,i.donutSize,c),b=L.polarToCartesian(i.centerX,i.centerY,i.donutSize,l),m=s>180?1:0,w=["M",u,g,"A",r,r,0,m,1,p,f];return t=i.chartType==="donut"?[].concat(w,["L",x.x,x.y,"A",i.donutSize,i.donutSize,0,m,0,b.x,b.y,"L",u,g,"z"]).join(" "):i.chartType==="pie"||i.chartType==="polarArea"?[].concat(w,["L",i.centerX,i.centerY,"L",u,g]).join(" "):[].concat(w).join(" "),n.roundPathCorners(t,2*this.strokeWidth)}},{key:"drawPolarElements",value:function(e){var t=this.w,i=new Da(this.ctx),a=new X(this.ctx),s=new Ga(this.ctx),r=a.group(),n=a.group(),l=i.niceScale(0,Math.ceil(this.maxY),0),h=l.result.reverse(),c=l.result.length;this.maxY=l.niceMax;for(var d=t.globals.radialSize,u=d/(c-1),g=0;g<c-1;g++){var p=a.drawCircle(d);if(p.attr({cx:this.centerX,cy:this.centerY,fill:"none","stroke-width":t.config.plotOptions.polarArea.rings.strokeWidth,stroke:t.config.plotOptions.polarArea.rings.strokeColor}),t.config.yaxis[0].show){var f=s.drawYAxisTexts(this.centerX,this.centerY-d+parseInt(t.config.yaxis[0].labels.style.fontSize,10)/2,g,h[g]);n.add(f)}r.add(p),d-=u}this.drawSpokes(e),e.add(r),e.add(n)}},{key:"renderInnerDataLabels",value:function(e,t,i){var a=this.w,s=new X(this.ctx),r=t.total.show;e.node.innerHTML="",e.node.style.opacity=i.opacity;var n,l,h=i.centerX,c=this.donutDataLabels.total.label?i.centerY:i.centerY-i.centerY/6;n=t.name.color===void 0?a.globals.colors[0]:t.name.color;var d=t.name.fontSize,u=t.name.fontFamily,g=t.name.fontWeight;l=t.value.color===void 0?a.config.chart.foreColor:t.value.color;var p=t.value.formatter,f="",x="";if(r?(n=t.total.color,d=t.total.fontSize,u=t.total.fontFamily,g=t.total.fontWeight,x=this.donutDataLabels.total.label?t.total.label:"",f=t.total.formatter(a)):a.globals.series.length===1&&(f=p(a.globals.series[0],a),x=a.globals.seriesNames[0]),x&&(x=t.name.formatter(x,t.total.show,a)),t.name.show){var b=s.drawText({x:h,y:c+parseFloat(t.name.offsetY),text:x,textAnchor:"middle",foreColor:n,fontSize:d,fontWeight:g,fontFamily:u});b.node.classList.add("apexcharts-datalabel-label"),e.add(b)}if(t.value.show){var m=t.name.show?parseFloat(t.value.offsetY)+16:t.value.offsetY,w=s.drawText({x:h,y:c+m,text:f,textAnchor:"middle",foreColor:l,fontWeight:t.value.fontWeight,fontSize:t.value.fontSize,fontFamily:t.value.fontFamily});w.node.classList.add("apexcharts-datalabel-value"),e.add(w)}return e}},{key:"printInnerLabels",value:function(e,t,i,a){var s,r=this.w;a?s=e.name.color===void 0?r.globals.colors[parseInt(a.parentNode.getAttribute("rel"),10)-1]:e.name.color:r.globals.series.length>1&&e.total.show&&(s=e.total.color);var n=r.globals.dom.baseEl.querySelector(".apexcharts-datalabel-label"),l=r.globals.dom.baseEl.querySelector(".apexcharts-datalabel-value");i=(0,e.value.formatter)(i,r),a||typeof e.total.formatter!="function"||(i=e.total.formatter(r));var h=t===e.total.label;t=this.donutDataLabels.total.label?e.name.formatter(t,h,r):"",n!==null&&(n.textContent=t),l!==null&&(l.textContent=i),n!==null&&(n.style.fill=s)}},{key:"printDataLabelsInner",value:function(e,t){var i=this.w,a=e.getAttribute("data:value"),s=i.globals.seriesNames[parseInt(e.parentNode.getAttribute("rel"),10)-1];i.globals.series.length>1&&this.printInnerLabels(t,s,a,e);var r=i.globals.dom.baseEl.querySelector(".apexcharts-datalabels-group");r!==null&&(r.style.opacity=1)}},{key:"drawSpokes",value:function(e){var t=this,i=this.w,a=new X(this.ctx),s=i.config.plotOptions.polarArea.spokes;if(s.strokeWidth!==0){for(var r=[],n=360/i.globals.series.length,l=0;l<i.globals.series.length;l++)r.push(L.polarToCartesian(this.centerX,this.centerY,i.globals.radialSize,i.config.plotOptions.pie.startAngle+n*l));r.forEach(function(h,c){var d=a.drawLine(h.x,h.y,t.centerX,t.centerY,Array.isArray(s.connectorColors)?s.connectorColors[c]:s.connectorColors);e.add(d)})}}},{key:"revertDataLabelsInner",value:function(){var e=this.w;if(this.donutDataLabels.show){var t=e.globals.dom.Paper.findOne(".apexcharts-datalabels-group"),i=this.renderInnerDataLabels(t,this.donutDataLabels,{hollowSize:this.donutSize,centerX:this.centerX,centerY:this.centerY,opacity:this.donutDataLabels.show});e.globals.dom.Paper.findOne(".apexcharts-radialbar, .apexcharts-pie").add(i)}}}]),o}(),rr=function(){function o(e){F(this,o),this.ctx=e,this.w=e.w,this.chartType=this.w.config.chart.type,this.initialAnim=this.w.config.chart.animations.enabled,this.dynamicAnim=this.initialAnim&&this.w.config.chart.animations.dynamicAnimation.enabled,this.animDur=0;var t=this.w;this.graphics=new X(this.ctx),this.lineColorArr=t.globals.stroke.colors!==void 0?t.globals.stroke.colors:t.globals.colors,this.defaultSize=t.globals.svgHeight<t.globals.svgWidth?t.globals.gridHeight:t.globals.gridWidth,this.isLog=t.config.yaxis[0].logarithmic,this.logBase=t.config.yaxis[0].logBase,this.coreUtils=new ce(this.ctx),this.maxValue=this.isLog?this.coreUtils.getLogVal(this.logBase,t.globals.maxY,0):t.globals.maxY,this.minValue=this.isLog?this.coreUtils.getLogVal(this.logBase,this.w.globals.minY,0):t.globals.minY,this.polygons=t.config.plotOptions.radar.polygons,this.strokeWidth=t.config.stroke.show?t.config.stroke.width:0,this.size=this.defaultSize/2.1-this.strokeWidth-t.config.chart.dropShadow.blur,t.config.xaxis.labels.show&&(this.size=this.size-t.globals.xAxisLabelsWidth/1.75),t.config.plotOptions.radar.size!==void 0&&(this.size=t.config.plotOptions.radar.size),this.dataRadiusOfPercent=[],this.dataRadius=[],this.angleArr=[],this.yaxisLabelsTextsPos=[]}return D(o,[{key:"draw",value:function(e){var t=this,i=this.w,a=new Te(this.ctx),s=[],r=new et(this.ctx);e.length&&(this.dataPointsLen=e[i.globals.maxValsInArrayIndex].length),this.disAngle=2*Math.PI/this.dataPointsLen;var n=i.globals.gridWidth/2,l=i.globals.gridHeight/2,h=n+i.config.plotOptions.radar.offsetX,c=l+i.config.plotOptions.radar.offsetY,d=this.graphics.group({class:"apexcharts-radar-series apexcharts-plot-series",transform:"translate(".concat(h||0,", ").concat(c||0,")")}),u=[],g=null,p=null;if(this.yaxisLabels=this.graphics.group({class:"apexcharts-yaxis"}),e.forEach(function(x,b){var m=x.length===i.globals.dataPoints,w=t.graphics.group().attr({class:"apexcharts-series","data:longestSeries":m,seriesName:L.escapeString(i.globals.seriesNames[b]),rel:b+1,"data:realIndex":b});t.dataRadiusOfPercent[b]=[],t.dataRadius[b]=[],t.angleArr[b]=[],x.forEach(function(T,z){var E=Math.abs(t.maxValue-t.minValue);T-=t.minValue,t.isLog&&(T=t.coreUtils.getLogVal(t.logBase,T,0)),t.dataRadiusOfPercent[b][z]=T/E,t.dataRadius[b][z]=t.dataRadiusOfPercent[b][z]*t.size,t.angleArr[b][z]=z*t.disAngle}),u=t.getDataPointsPos(t.dataRadius[b],t.angleArr[b]);var y=t.createPaths(u,{x:0,y:0});g=t.graphics.group({class:"apexcharts-series-markers-wrap apexcharts-element-hidden"}),p=t.graphics.group({class:"apexcharts-datalabels","data:realIndex":b}),i.globals.delayedElements.push({el:g.node,index:b});var v={i:b,realIndex:b,animationDelay:b,initialSpeed:i.config.chart.animations.speed,dataChangeSpeed:i.config.chart.animations.dynamicAnimation.speed,className:"apexcharts-radar",shouldClipToGrid:!1,bindEventsOnPaths:!1,stroke:i.globals.stroke.colors[b],strokeLineCap:i.config.stroke.lineCap},A=null;i.globals.previousPaths.length>0&&(A=t.getPreviousPath(b));for(var k=0;k<y.linePathsTo.length;k++){var C=t.graphics.renderPaths(O(O({},v),{},{pathFrom:A===null?y.linePathsFrom[k]:A,pathTo:y.linePathsTo[k],strokeWidth:Array.isArray(t.strokeWidth)?t.strokeWidth[b]:t.strokeWidth,fill:"none",drawShadow:!1}));w.add(C);var S=a.fillPath({seriesNumber:b}),M=t.graphics.renderPaths(O(O({},v),{},{pathFrom:A===null?y.areaPathsFrom[k]:A,pathTo:y.areaPathsTo[k],strokeWidth:0,fill:S,drawShadow:!1}));if(i.config.chart.dropShadow.enabled){var P=new pe(t.ctx),I=i.config.chart.dropShadow;P.dropShadow(M,Object.assign({},I,{noUserSpaceOnUse:!0}),b)}w.add(M)}x.forEach(function(T,z){var E=new nt(t.ctx).getMarkerConfig({cssClass:"apexcharts-marker",seriesIndex:b,dataPointIndex:z}),R=t.graphics.drawMarker(u[z].x,u[z].y,E);R.attr("rel",z),R.attr("j",z),R.attr("index",b),R.node.setAttribute("default-marker-size",E.pSize);var Y=t.graphics.group({class:"apexcharts-series-markers"});Y&&Y.add(R),g.add(Y),w.add(g);var H=i.config.dataLabels;if(H.enabled){var _=H.formatter(i.globals.series[b][z],{seriesIndex:b,dataPointIndex:z,w:i});r.plotDataLabelsText({x:u[z].x,y:u[z].y,text:_,textAnchor:"middle",i:b,j:b,parent:p,offsetCorrection:!1,dataLabelsConfig:O({},H)})}w.add(p)}),s.push(w)}),this.drawPolygons({parent:d}),i.config.xaxis.labels.show){var f=this.drawXAxisTexts();d.add(f)}return s.forEach(function(x){d.add(x)}),d.add(this.yaxisLabels),d}},{key:"drawPolygons",value:function(e){for(var t=this,i=this.w,a=e.parent,s=new Ga(this.ctx),r=i.globals.yAxisScale[0].result.reverse(),n=r.length,l=[],h=this.size/(n-1),c=0;c<n;c++)l[c]=h*c;l.reverse();var d=[],u=[];l.forEach(function(g,p){var f=L.getPolygonPos(g,t.dataPointsLen),x="";f.forEach(function(b,m){if(p===0){var w=t.graphics.drawLine(b.x,b.y,0,0,Array.isArray(t.polygons.connectorColors)?t.polygons.connectorColors[m]:t.polygons.connectorColors);u.push(w)}m===0&&t.yaxisLabelsTextsPos.push({x:b.x,y:b.y}),x+=b.x+","+b.y+" "}),d.push(x)}),d.forEach(function(g,p){var f=t.polygons.strokeColors,x=t.polygons.strokeWidth,b=t.graphics.drawPolygon(g,Array.isArray(f)?f[p]:f,Array.isArray(x)?x[p]:x,i.globals.radarPolygons.fill.colors[p]);a.add(b)}),u.forEach(function(g){a.add(g)}),i.config.yaxis[0].show&&this.yaxisLabelsTextsPos.forEach(function(g,p){var f=s.drawYAxisTexts(g.x,g.y,p,r[p]);t.yaxisLabels.add(f)})}},{key:"drawXAxisTexts",value:function(){var e=this,t=this.w,i=t.config.xaxis.labels,a=this.graphics.group({class:"apexcharts-xaxis"}),s=L.getPolygonPos(this.size,this.dataPointsLen);return t.globals.labels.forEach(function(r,n){var l=t.config.xaxis.labels.formatter,h=new et(e.ctx);if(s[n]){var c=e.getTextPos(s[n],e.size),d=l(r,{seriesIndex:-1,dataPointIndex:n,w:t});h.plotDataLabelsText({x:c.newX,y:c.newY,text:d,textAnchor:c.textAnchor,i:n,j:n,parent:a,className:"apexcharts-xaxis-label",color:Array.isArray(i.style.colors)&&i.style.colors[n]?i.style.colors[n]:"#a8a8a8",dataLabelsConfig:O({textAnchor:c.textAnchor,dropShadow:{enabled:!1}},i),offsetCorrection:!1}).on("click",function(u){if(typeof t.config.chart.events.xAxisLabelClick=="function"){var g=Object.assign({},t,{labelIndex:n});t.config.chart.events.xAxisLabelClick(u,e.ctx,g)}})}}),a}},{key:"createPaths",value:function(e,t){var i=this,a=[],s=[],r=[],n=[];if(e.length){s=[this.graphics.move(t.x,t.y)],n=[this.graphics.move(t.x,t.y)];var l=this.graphics.move(e[0].x,e[0].y),h=this.graphics.move(e[0].x,e[0].y);e.forEach(function(c,d){l+=i.graphics.line(c.x,c.y),h+=i.graphics.line(c.x,c.y),d===e.length-1&&(l+="Z",h+="Z")}),a.push(l),r.push(h)}return{linePathsFrom:s,linePathsTo:a,areaPathsFrom:n,areaPathsTo:r}}},{key:"getTextPos",value:function(e,t){var i="middle",a=e.x,s=e.y;return Math.abs(e.x)>=10?e.x>0?(i="start",a+=10):e.x<0&&(i="end",a-=10):i="middle",Math.abs(e.y)>=t-10&&(e.y<0?s-=10:e.y>0&&(s+=10)),{textAnchor:i,newX:a,newY:s}}},{key:"getPreviousPath",value:function(e){for(var t=this.w,i=null,a=0;a<t.globals.previousPaths.length;a++){var s=t.globals.previousPaths[a];s.paths.length>0&&parseInt(s.realIndex,10)===parseInt(e,10)&&t.globals.previousPaths[a].paths[0]!==void 0&&(i=t.globals.previousPaths[a].paths[0].d)}return i}},{key:"getDataPointsPos",value:function(e,t){var i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:this.dataPointsLen;e=e||[],t=t||[];for(var a=[],s=0;s<i;s++){var r={};r.x=e[s]*Math.sin(t[s]),r.y=-e[s]*Math.cos(t[s]),a.push(r)}return a}}]),o}(),nr=function(o){mt(t,Va);var e=bt(t);function t(i){var a;F(this,t),(a=e.call(this,i)).ctx=i,a.w=i.w,a.animBeginArr=[0],a.animDur=0;var s=a.w;return a.startAngle=s.config.plotOptions.radialBar.startAngle,a.endAngle=s.config.plotOptions.radialBar.endAngle,a.totalAngle=Math.abs(s.config.plotOptions.radialBar.endAngle-s.config.plotOptions.radialBar.startAngle),a.trackStartAngle=s.config.plotOptions.radialBar.track.startAngle,a.trackEndAngle=s.config.plotOptions.radialBar.track.endAngle,a.barLabels=a.w.config.plotOptions.radialBar.barLabels,a.donutDataLabels=a.w.config.plotOptions.radialBar.dataLabels,a.radialDataLabels=a.donutDataLabels,a.trackStartAngle||(a.trackStartAngle=a.startAngle),a.trackEndAngle||(a.trackEndAngle=a.endAngle),a.endAngle===360&&(a.endAngle=359.99),a.margin=parseInt(s.config.plotOptions.radialBar.track.margin,10),a.onBarLabelClick=a.onBarLabelClick.bind(ra(a)),a}return D(t,[{key:"draw",value:function(i){var a=this.w,s=new X(this.ctx),r=s.group({class:"apexcharts-radialbar"});if(a.globals.noData)return r;var n=s.group(),l=this.defaultSize/2,h=a.globals.gridWidth/2,c=this.defaultSize/2.05;a.config.chart.sparkline.enabled||(c=c-a.config.stroke.width-a.config.chart.dropShadow.blur);var d=a.globals.fill.colors;if(a.config.plotOptions.radialBar.track.show){var u=this.drawTracks({size:c,centerX:h,centerY:l,colorArr:d,series:i});n.add(u)}var g=this.drawArcs({size:c,centerX:h,centerY:l,colorArr:d,series:i}),p=360;a.config.plotOptions.radialBar.startAngle<0&&(p=this.totalAngle);var f=(360-p)/360;if(a.globals.radialSize=c-c*f,this.radialDataLabels.value.show){var x=Math.max(this.radialDataLabels.value.offsetY,this.radialDataLabels.name.offsetY);a.globals.radialSize+=x*f}return n.add(g.g),a.config.plotOptions.radialBar.hollow.position==="front"&&(g.g.add(g.elHollow),g.dataLabels&&g.g.add(g.dataLabels)),r.add(n),r}},{key:"drawTracks",value:function(i){var a=this.w,s=new X(this.ctx),r=s.group({class:"apexcharts-tracks"}),n=new pe(this.ctx),l=new Te(this.ctx),h=this.getStrokeWidth(i);i.size=i.size-h/2;for(var c=0;c<i.series.length;c++){var d=s.group({class:"apexcharts-radialbar-track apexcharts-track"});r.add(d),d.attr({rel:c+1}),i.size=i.size-h-this.margin;var u=a.config.plotOptions.radialBar.track,g=l.fillPath({seriesNumber:0,size:i.size,fillColors:Array.isArray(u.background)?u.background[c]:u.background,solid:!0}),p=this.trackStartAngle,f=this.trackEndAngle;Math.abs(f)+Math.abs(p)>=360&&(f=360-Math.abs(this.startAngle)-.1);var x=s.drawPath({d:"",stroke:g,strokeWidth:h*parseInt(u.strokeWidth,10)/100,fill:"none",strokeOpacity:u.opacity,classes:"apexcharts-radialbar-area"});if(u.dropShadow.enabled){var b=u.dropShadow;n.dropShadow(x,b)}d.add(x),x.attr("id","apexcharts-radialbarTrack-"+c),this.animatePaths(x,{centerX:i.centerX,centerY:i.centerY,endAngle:f,startAngle:p,size:i.size,i:c,totalItems:2,animBeginArr:0,dur:0,isTrack:!0})}return r}},{key:"drawArcs",value:function(i){var a=this.w,s=new X(this.ctx),r=new Te(this.ctx),n=new pe(this.ctx),l=s.group(),h=this.getStrokeWidth(i);i.size=i.size-h/2;var c=a.config.plotOptions.radialBar.hollow.background,d=i.size-h*i.series.length-this.margin*i.series.length-h*parseInt(a.config.plotOptions.radialBar.track.strokeWidth,10)/100/2,u=d-a.config.plotOptions.radialBar.hollow.margin;a.config.plotOptions.radialBar.hollow.image!==void 0&&(c=this.drawHollowImage(i,l,d,c));var g=this.drawHollow({size:u,centerX:i.centerX,centerY:i.centerY,fill:c||"transparent"});if(a.config.plotOptions.radialBar.hollow.dropShadow.enabled){var p=a.config.plotOptions.radialBar.hollow.dropShadow;n.dropShadow(g,p)}var f=1;!this.radialDataLabels.total.show&&a.globals.series.length>1&&(f=0);var x=null;if(this.radialDataLabels.show){var b=a.globals.dom.Paper.findOne(".apexcharts-datalabels-group");x=this.renderInnerDataLabels(b,this.radialDataLabels,{hollowSize:d,centerX:i.centerX,centerY:i.centerY,opacity:f})}a.config.plotOptions.radialBar.hollow.position==="back"&&(l.add(g),x&&l.add(x));var m=!1;a.config.plotOptions.radialBar.inverseOrder&&(m=!0);for(var w=m?i.series.length-1:0;m?w>=0:w<i.series.length;m?w--:w++){var y=s.group({class:"apexcharts-series apexcharts-radial-series",seriesName:L.escapeString(a.globals.seriesNames[w])});l.add(y),y.attr({rel:w+1,"data:realIndex":w}),this.ctx.series.addCollapsedClassToSeries(y,w),i.size=i.size-h-this.margin;var v=r.fillPath({seriesNumber:w,size:i.size,value:i.series[w]}),A=this.startAngle,k=void 0,C=L.negToZero(i.series[w]>100?100:i.series[w])/100,S=Math.round(this.totalAngle*C)+this.startAngle,M=void 0;a.globals.dataChanged&&(k=this.startAngle,M=Math.round(this.totalAngle*L.negToZero(a.globals.previousPaths[w])/100)+k),Math.abs(S)+Math.abs(A)>360&&(S-=.01),Math.abs(M)+Math.abs(k)>360&&(M-=.01);var P=S-A,I=Array.isArray(a.config.stroke.dashArray)?a.config.stroke.dashArray[w]:a.config.stroke.dashArray,T=s.drawPath({d:"",stroke:v,strokeWidth:h,fill:"none",fillOpacity:a.config.fill.opacity,classes:"apexcharts-radialbar-area apexcharts-radialbar-slice-"+w,strokeDashArray:I});if(X.setAttrs(T.node,{"data:angle":P,"data:value":i.series[w]}),a.config.chart.dropShadow.enabled){var z=a.config.chart.dropShadow;n.dropShadow(T,z,w)}if(n.setSelectionFilter(T,0,w),this.addListeners(T,this.radialDataLabels),y.add(T),T.attr({index:0,j:w}),this.barLabels.enabled){var E=L.polarToCartesian(i.centerX,i.centerY,i.size,A),R=this.barLabels.formatter(a.globals.seriesNames[w],{seriesIndex:w,w:a}),Y=["apexcharts-radialbar-label"];this.barLabels.onClick||Y.push("apexcharts-no-click");var H=this.barLabels.useSeriesColors?a.globals.colors[w]:a.config.chart.foreColor;H||(H=a.config.chart.foreColor);var _=E.x+this.barLabels.offsetX,N=E.y+this.barLabels.offsetY,W=s.drawText({x:_,y:N,text:R,textAnchor:"end",dominantBaseline:"middle",fontFamily:this.barLabels.fontFamily,fontWeight:this.barLabels.fontWeight,fontSize:this.barLabels.fontSize,foreColor:H,cssClass:Y.join(" ")});W.on("click",this.onBarLabelClick),W.attr({rel:w+1}),A!==0&&W.attr({"transform-origin":"".concat(_," ").concat(N),transform:"rotate(".concat(A," 0 0)")}),y.add(W)}var Q=0;!this.initialAnim||a.globals.resized||a.globals.dataChanged||(Q=a.config.chart.animations.speed),a.globals.dataChanged&&(Q=a.config.chart.animations.dynamicAnimation.speed),this.animDur=Q/(1.2*i.series.length)+this.animDur,this.animBeginArr.push(this.animDur),this.animatePaths(T,{centerX:i.centerX,centerY:i.centerY,endAngle:S,startAngle:A,prevEndAngle:M,prevStartAngle:k,size:i.size,i:w,totalItems:2,animBeginArr:this.animBeginArr,dur:Q,shouldSetPrevPaths:!0})}return{g:l,elHollow:g,dataLabels:x}}},{key:"drawHollow",value:function(i){var a=new X(this.ctx).drawCircle(2*i.size);return a.attr({class:"apexcharts-radialbar-hollow",cx:i.centerX,cy:i.centerY,r:i.size,fill:i.fill}),a}},{key:"drawHollowImage",value:function(i,a,s,r){var n=this.w,l=new Te(this.ctx),h=L.randomId(),c=n.config.plotOptions.radialBar.hollow.image;if(n.config.plotOptions.radialBar.hollow.imageClipped)l.clippedImgArea({width:s,height:s,image:c,patternID:"pattern".concat(n.globals.cuid).concat(h)}),r="url(#pattern".concat(n.globals.cuid).concat(h,")");else{var d=n.config.plotOptions.radialBar.hollow.imageWidth,u=n.config.plotOptions.radialBar.hollow.imageHeight;if(d===void 0&&u===void 0){var g=n.globals.dom.Paper.image(c,function(f){this.move(i.centerX-f.width/2+n.config.plotOptions.radialBar.hollow.imageOffsetX,i.centerY-f.height/2+n.config.plotOptions.radialBar.hollow.imageOffsetY)});a.add(g)}else{var p=n.globals.dom.Paper.image(c,function(f){this.move(i.centerX-d/2+n.config.plotOptions.radialBar.hollow.imageOffsetX,i.centerY-u/2+n.config.plotOptions.radialBar.hollow.imageOffsetY),this.size(d,u)});a.add(p)}}return r}},{key:"getStrokeWidth",value:function(i){var a=this.w;return i.size*(100-parseInt(a.config.plotOptions.radialBar.hollow.size,10))/100/(i.series.length+1)-this.margin}},{key:"onBarLabelClick",value:function(i){var a=parseInt(i.target.getAttribute("rel"),10)-1,s=this.barLabels.onClick,r=this.w;s&&s(r.globals.seriesNames[a],{w:r,seriesIndex:a})}}]),t}(),or=function(o){mt(t,tt);var e=bt(t);function t(){return F(this,t),e.apply(this,arguments)}return D(t,[{key:"draw",value:function(i,a){var s=this.w,r=new X(this.ctx);this.rangeBarOptions=this.w.config.plotOptions.rangeBar,this.series=i,this.seriesRangeStart=s.globals.seriesRangeStart,this.seriesRangeEnd=s.globals.seriesRangeEnd,this.barHelpers.initVariables(i);for(var n=r.group({class:"apexcharts-rangebar-series apexcharts-plot-series"}),l=0;l<i.length;l++){var h,c,d,u,g=void 0,p=void 0,f=s.globals.comboCharts?a[l]:l,x=this.barHelpers.getGroupIndex(f).columnGroupIndex,b=r.group({class:"apexcharts-series",seriesName:L.escapeString(s.globals.seriesNames[f]),rel:l+1,"data:realIndex":f});this.ctx.series.addCollapsedClassToSeries(b,f),i[l].length>0&&(this.visibleI=this.visibleI+1);var m=0,w=0,y=0;this.yRatio.length>1&&(this.yaxisIndex=s.globals.seriesYAxisReverseMap[f][0],y=f);var v=this.barHelpers.initialPositions(f);p=v.y,u=v.zeroW,g=v.x,w=v.barWidth,m=v.barHeight,h=v.xDivision,c=v.yDivision,d=v.zeroH;for(var A=r.group({class:"apexcharts-datalabels","data:realIndex":f}),k=r.group({class:"apexcharts-rangebar-goals-markers"}),C=0;C<s.globals.dataPoints;C++){var S=this.barHelpers.getStrokeWidth(l,C,f),M=this.seriesRangeStart[l][C],P=this.seriesRangeEnd[l][C],I=null,T=null,z=null,E={x:g,y:p,strokeWidth:S,elSeries:b},R=this.seriesLen;if(s.config.plotOptions.bar.rangeBarGroupRows&&(R=1),s.config.series[l].data[C]===void 0)break;if(this.isHorizontal){z=p+m*this.visibleI;var Y=(c-m*R)/2;if(s.config.series[l].data[C].x){var H=this.detectOverlappingBars({i:l,j:C,barYPosition:z,srty:Y,barHeight:m,yDivision:c,initPositions:v});m=H.barHeight,z=H.barYPosition}w=(I=this.drawRangeBarPaths(O({indexes:{i:l,j:C,realIndex:f},barHeight:m,barYPosition:z,zeroW:u,yDivision:c,y1:M,y2:P},E))).barWidth}else{s.globals.isXNumeric&&(g=(s.globals.seriesX[l][C]-s.globals.minX)/this.xRatio-w/2),T=g+w*this.visibleI;var _=(h-w*R)/2;if(s.config.series[l].data[C].x){var N=this.detectOverlappingBars({i:l,j:C,barXPosition:T,srtx:_,barWidth:w,xDivision:h,initPositions:v});w=N.barWidth,T=N.barXPosition}m=(I=this.drawRangeColumnPaths(O({indexes:{i:l,j:C,realIndex:f,translationsIndex:y},barWidth:w,barXPosition:T,zeroH:d,xDivision:h},E))).barHeight}var W=this.barHelpers.drawGoalLine({barXPosition:I.barXPosition,barYPosition:z,goalX:I.goalX,goalY:I.goalY,barHeight:m,barWidth:w});W&&k.add(W),p=I.y,g=I.x;var Q=this.barHelpers.getPathFillColor(i,l,C,f);this.renderSeries({realIndex:f,pathFill:Q.color,lineFill:Q.useRangeColor?Q.color:s.globals.stroke.colors[f],j:C,i:l,x:g,y:p,y1:M,y2:P,pathFrom:I.pathFrom,pathTo:I.pathTo,strokeWidth:S,elSeries:b,series:i,barHeight:m,barWidth:w,barXPosition:T,barYPosition:z,columnGroupIndex:x,elDataLabelsWrap:A,elGoalsMarkers:k,visibleSeries:this.visibleI,type:"rangebar"})}n.add(b)}return n}},{key:"detectOverlappingBars",value:function(i){var a=i.i,s=i.j,r=i.barYPosition,n=i.barXPosition,l=i.srty,h=i.srtx,c=i.barHeight,d=i.barWidth,u=i.yDivision,g=i.xDivision,p=i.initPositions,f=this.w,x=[],b=f.config.series[a].data[s].rangeName,m=f.config.series[a].data[s].x,w=Array.isArray(m)?m.join(" "):m,y=f.globals.labels.map(function(A){return Array.isArray(A)?A.join(" "):A}).indexOf(w),v=f.globals.seriesRange[a].findIndex(function(A){return A.x===w&&A.overlaps.length>0});return this.isHorizontal?(r=f.config.plotOptions.bar.rangeBarGroupRows?l+u*y:l+c*this.visibleI+u*y,v>-1&&!f.config.plotOptions.bar.rangeBarOverlap&&(x=f.globals.seriesRange[a][v].overlaps).indexOf(b)>-1&&(r=(c=p.barHeight/x.length)*this.visibleI+u*(100-parseInt(this.barOptions.barHeight,10))/100/2+c*(this.visibleI+x.indexOf(b))+u*y)):(y>-1&&!f.globals.timescaleLabels.length&&(n=f.config.plotOptions.bar.rangeBarGroupRows?h+g*y:h+d*this.visibleI+g*y),v>-1&&!f.config.plotOptions.bar.rangeBarOverlap&&(x=f.globals.seriesRange[a][v].overlaps).indexOf(b)>-1&&(n=(d=p.barWidth/x.length)*this.visibleI+g*(100-parseInt(this.barOptions.barWidth,10))/100/2+d*(this.visibleI+x.indexOf(b))+g*y)),{barYPosition:r,barXPosition:n,barHeight:c,barWidth:d}}},{key:"drawRangeColumnPaths",value:function(i){var a=i.indexes,s=i.x,r=i.xDivision,n=i.barWidth,l=i.barXPosition,h=i.zeroH,c=this.w,d=a.i,u=a.j,g=a.realIndex,p=a.translationsIndex,f=this.yRatio[p],x=this.getRangeValue(g,u),b=Math.min(x.start,x.end),m=Math.max(x.start,x.end);this.series[d][u]===void 0||this.series[d][u]===null?b=h:(b=h-b/f,m=h-m/f);var w=Math.abs(m-b),y=this.barHelpers.getColumnPaths({barXPosition:l,barWidth:n,y1:b,y2:m,strokeWidth:this.strokeWidth,series:this.seriesRangeEnd,realIndex:g,i:g,j:u,w:c});if(c.globals.isXNumeric){var v=this.getBarXForNumericXAxis({x:s,j:u,realIndex:g,barWidth:n});s=v.x,l=v.barXPosition}else s+=r;return{pathTo:y.pathTo,pathFrom:y.pathFrom,barHeight:w,x:s,y:x.start<0&&x.end<0?b:m,goalY:this.barHelpers.getGoalValues("y",null,h,d,u,p),barXPosition:l}}},{key:"preventBarOverflow",value:function(i){var a=this.w;return i<0&&(i=0),i>a.globals.gridWidth&&(i=a.globals.gridWidth),i}},{key:"drawRangeBarPaths",value:function(i){var a=i.indexes,s=i.y,r=i.y1,n=i.y2,l=i.yDivision,h=i.barHeight,c=i.barYPosition,d=i.zeroW,u=this.w,g=a.realIndex,p=a.j,f=this.preventBarOverflow(d+r/this.invertedYRatio),x=this.preventBarOverflow(d+n/this.invertedYRatio),b=this.getRangeValue(g,p),m=Math.abs(x-f),w=this.barHelpers.getBarpaths({barYPosition:c,barHeight:h,x1:f,x2:x,strokeWidth:this.strokeWidth,series:this.seriesRangeEnd,i:g,realIndex:g,j:p,w:u});return u.globals.isXNumeric||(s+=l),{pathTo:w.pathTo,pathFrom:w.pathFrom,barWidth:m,x:b.start<0&&b.end<0?f:x,goalX:this.barHelpers.getGoalValues("x",d,null,g,p),y:s}}},{key:"getRangeValue",value:function(i,a){var s=this.w;return{start:s.globals.seriesRangeStart[i][a],end:s.globals.seriesRangeEnd[i][a]}}}]),t}(),lr=function(){function o(e){F(this,o),this.w=e.w,this.lineCtx=e}return D(o,[{key:"sameValueSeriesFix",value:function(e,t){var i=this.w;if((i.config.fill.type==="gradient"||i.config.fill.type[e]==="gradient")&&new ce(this.lineCtx.ctx,i).seriesHaveSameValues(e)){var a=t[e].slice();a[a.length-1]=a[a.length-1]+1e-6,t[e]=a}return t}},{key:"calculatePoints",value:function(e){var t=e.series,i=e.realIndex,a=e.x,s=e.y,r=e.i,n=e.j,l=e.prevY,h=this.w,c=[],d=[],u=this.lineCtx.categoryAxisCorrection+h.config.markers.offsetX;return h.globals.isXNumeric&&(u=(h.globals.seriesX[i][0]-h.globals.minX)/this.lineCtx.xRatio+h.config.markers.offsetX),n===0&&(c.push(u),d.push(L.isNumber(t[r][0])?l+h.config.markers.offsetY:null)),c.push(a+h.config.markers.offsetX),d.push(L.isNumber(t[r][n+1])?s+h.config.markers.offsetY:null),{x:c,y:d}}},{key:"checkPreviousPaths",value:function(e){for(var t=e.pathFromLine,i=e.pathFromArea,a=e.realIndex,s=this.w,r=0;r<s.globals.previousPaths.length;r++){var n=s.globals.previousPaths[r];(n.type==="line"||n.type==="area")&&n.paths.length>0&&parseInt(n.realIndex,10)===parseInt(a,10)&&(n.type==="line"?(this.lineCtx.appendPathFrom=!1,t=s.globals.previousPaths[r].paths[0].d):n.type==="area"&&(this.lineCtx.appendPathFrom=!1,i=s.globals.previousPaths[r].paths[0].d,s.config.stroke.show&&s.globals.previousPaths[r].paths[1]&&(t=s.globals.previousPaths[r].paths[1].d)))}return{pathFromLine:t,pathFromArea:i}}},{key:"determineFirstPrevY",value:function(e){var t,i,a,s=e.i,r=e.realIndex,n=e.series,l=e.prevY,h=e.lineYPosition,c=e.translationsIndex,d=this.w,u=d.config.chart.stacked&&!d.globals.comboCharts||d.config.chart.stacked&&d.globals.comboCharts&&(!this.w.config.chart.stackOnlyBar||((t=this.w.config.series[r])===null||t===void 0?void 0:t.type)==="bar"||((i=this.w.config.series[r])===null||i===void 0?void 0:i.type)==="column");if(((a=n[s])===null||a===void 0?void 0:a[0])!==void 0)l=(h=u&&s>0?this.lineCtx.prevSeriesY[s-1][0]:this.lineCtx.zeroY)-n[s][0]/this.lineCtx.yRatio[c]+2*(this.lineCtx.isReversed?n[s][0]/this.lineCtx.yRatio[c]:0);else if(u&&s>0&&n[s][0]===void 0){for(var g=s-1;g>=0;g--)if(n[g][0]!==null&&n[g][0]!==void 0){l=h=this.lineCtx.prevSeriesY[g][0];break}}return{prevY:l,lineYPosition:h}}}]),o}(),hr=function(o){for(var e,t,i,a,s=function(c){for(var d=[],u=c[0],g=c[1],p=d[0]=ei(u,g),f=1,x=c.length-1;f<x;f++)u=g,g=c[f+1],d[f]=.5*(p+(p=ei(u,g)));return d[f]=p,d}(o),r=o.length-1,n=[],l=0;l<r;l++)i=ei(o[l],o[l+1]),Math.abs(i)<1e-6?s[l]=s[l+1]=0:(a=(e=s[l]/i)*e+(t=s[l+1]/i)*t)>9&&(a=3*i/Math.sqrt(a),s[l]=a*e,s[l+1]=a*t);for(var h=0;h<=r;h++)a=(o[Math.min(r,h+1)][0]-o[Math.max(0,h-1)][0])/(6*(1+s[h]*s[h])),n.push([a||0,s[h]*a||0]);return n},cr=function(o){var e=hr(o),t=o[1],i=o[0],a=[],s=e[1],r=e[0];a.push(i,[i[0]+r[0],i[1]+r[1],t[0]-s[0],t[1]-s[1],t[0],t[1]]);for(var n=2,l=e.length;n<l;n++){var h=o[n],c=e[n];a.push([h[0]-c[0],h[1]-c[1],h[0],h[1]])}return a},dr=function(o,e,t){var i=o.slice(e,t);if(e){if(t-e>1&&i[1].length<6){var a=i[0].length;i[1]=[2*i[0][a-2]-i[0][a-4],2*i[0][a-1]-i[0][a-3]].concat(i[1])}i[0]=i[0].slice(-2)}return i};function ei(o,e){return(e[1]-o[1])/(e[0]-o[0])}var ti=function(){function o(e,t,i){F(this,o),this.ctx=e,this.w=e.w,this.xyRatios=t,this.pointsChart=!(this.w.config.chart.type!=="bubble"&&this.w.config.chart.type!=="scatter")||i,this.scatter=new Ha(this.ctx),this.noNegatives=this.w.globals.minX===Number.MAX_VALUE,this.lineHelpers=new lr(this),this.markers=new nt(this.ctx),this.prevSeriesY=[],this.categoryAxisCorrection=0,this.yaxisIndex=0}return D(o,[{key:"draw",value:function(e,t,i,a){var s,r=this.w,n=new X(this.ctx),l=r.globals.comboCharts?t:r.config.chart.type,h=n.group({class:"apexcharts-".concat(l,"-series apexcharts-plot-series")}),c=new ce(this.ctx,r);this.yRatio=this.xyRatios.yRatio,this.zRatio=this.xyRatios.zRatio,this.xRatio=this.xyRatios.xRatio,this.baseLineY=this.xyRatios.baseLineY,e=c.getLogSeries(e),this.yRatio=c.getLogYRatios(this.yRatio),this.prevSeriesY=[];for(var d=[],u=0;u<e.length;u++){e=this.lineHelpers.sameValueSeriesFix(u,e);var g=r.globals.comboCharts?i[u]:u,p=this.yRatio.length>1?g:0;this._initSerieVariables(e,u,g);var f=[],x=[],b=[],m=r.globals.padHorizontal+this.categoryAxisCorrection;this.ctx.series.addCollapsedClassToSeries(this.elSeries,g),r.globals.isXNumeric&&r.globals.seriesX.length>0&&(m=(r.globals.seriesX[g][0]-r.globals.minX)/this.xRatio),b.push(m);var w,y=m,v=void 0,A=y,k=this.zeroY,C=this.zeroY;k=this.lineHelpers.determineFirstPrevY({i:u,realIndex:g,series:e,prevY:k,lineYPosition:0,translationsIndex:p}).prevY,r.config.stroke.curve==="monotoneCubic"&&e[u][0]===null?f.push(null):f.push(k),w=k,l==="rangeArea"&&(v=C=this.lineHelpers.determineFirstPrevY({i:u,realIndex:g,series:a,prevY:C,lineYPosition:0,translationsIndex:p}).prevY,x.push(f[0]!==null?C:null));var S=this._calculatePathsFrom({type:l,series:e,i:u,realIndex:g,translationsIndex:p,prevX:A,prevY:k,prevY2:C}),M=[f[0]],P=[x[0]],I={type:l,series:e,realIndex:g,translationsIndex:p,i:u,x:m,y:1,pX:y,pY:w,pathsFrom:S,linePaths:[],areaPaths:[],seriesIndex:i,lineYPosition:0,xArrj:b,yArrj:f,y2Arrj:x,seriesRangeEnd:a},T=this._iterateOverDataPoints(O(O({},I),{},{iterations:l==="rangeArea"?e[u].length-1:void 0,isRangeStart:!0}));if(l==="rangeArea"){for(var z=this._calculatePathsFrom({series:a,i:u,realIndex:g,prevX:A,prevY:C}),E=this._iterateOverDataPoints(O(O({},I),{},{series:a,xArrj:[m],yArrj:M,y2Arrj:P,pY:v,areaPaths:T.areaPaths,pathsFrom:z,iterations:a[u].length-1,isRangeStart:!1})),R=T.linePaths.length/2,Y=0;Y<R;Y++)T.linePaths[Y]=E.linePaths[Y+R]+T.linePaths[Y];T.linePaths.splice(R),T.pathFromLine=E.pathFromLine+T.pathFromLine}else T.pathFromArea+="z";this._handlePaths({type:l,realIndex:g,i:u,paths:T}),this.elSeries.add(this.elPointsMain),this.elSeries.add(this.elDataLabelsWrap),d.push(this.elSeries)}if(((s=r.config.series[0])===null||s===void 0?void 0:s.zIndex)!==void 0&&d.sort(function(N,W){return Number(N.node.getAttribute("zIndex"))-Number(W.node.getAttribute("zIndex"))}),r.config.chart.stacked)for(var H=d.length-1;H>=0;H--)h.add(d[H]);else for(var _=0;_<d.length;_++)h.add(d[_]);return h}},{key:"_initSerieVariables",value:function(e,t,i){var a=this.w,s=new X(this.ctx);this.xDivision=a.globals.gridWidth/(a.globals.dataPoints-(a.config.xaxis.tickPlacement==="on"?1:0)),this.strokeWidth=Array.isArray(a.config.stroke.width)?a.config.stroke.width[i]:a.config.stroke.width;var r=0;if(this.yRatio.length>1&&(this.yaxisIndex=a.globals.seriesYAxisReverseMap[i],r=i),this.isReversed=a.config.yaxis[this.yaxisIndex]&&a.config.yaxis[this.yaxisIndex].reversed,this.zeroY=a.globals.gridHeight-this.baseLineY[r]-(this.isReversed?a.globals.gridHeight:0)+(this.isReversed?2*this.baseLineY[r]:0),this.areaBottomY=this.zeroY,(this.zeroY>a.globals.gridHeight||a.config.plotOptions.area.fillTo==="end")&&(this.areaBottomY=a.globals.gridHeight),this.categoryAxisCorrection=this.xDivision/2,this.elSeries=s.group({class:"apexcharts-series",zIndex:a.config.series[i].zIndex!==void 0?a.config.series[i].zIndex:i,seriesName:L.escapeString(a.globals.seriesNames[i])}),this.elPointsMain=s.group({class:"apexcharts-series-markers-wrap","data:realIndex":i}),a.globals.hasNullValues){var n=this.markers.plotChartMarkers({pointsPos:{x:[0],y:[a.globals.gridHeight+a.globals.markers.largestSize]},seriesIndex:t,j:0,pSize:.1,alwaysDrawMarker:!0,isVirtualPoint:!0});n!==null&&this.elPointsMain.add(n)}this.elDataLabelsWrap=s.group({class:"apexcharts-datalabels","data:realIndex":i});var l=e[t].length===a.globals.dataPoints;this.elSeries.attr({"data:longestSeries":l,rel:t+1,"data:realIndex":i}),this.appendPathFrom=!0}},{key:"_calculatePathsFrom",value:function(e){var t,i,a,s,r=e.type,n=e.series,l=e.i,h=e.realIndex,c=e.translationsIndex,d=e.prevX,u=e.prevY,g=e.prevY2,p=this.w,f=new X(this.ctx);if(n[l][0]===null){for(var x=0;x<n[l].length;x++)if(n[l][x]!==null){d=this.xDivision*x,u=this.zeroY-n[l][x]/this.yRatio[c],t=f.move(d,u),i=f.move(d,this.areaBottomY);break}}else t=f.move(d,u),r==="rangeArea"&&(t=f.move(d,g)+f.line(d,u)),i=f.move(d,this.areaBottomY)+f.line(d,u);if(a=f.move(0,this.areaBottomY)+f.line(0,this.areaBottomY),s=f.move(0,this.areaBottomY)+f.line(0,this.areaBottomY),p.globals.previousPaths.length>0){var b=this.lineHelpers.checkPreviousPaths({pathFromLine:a,pathFromArea:s,realIndex:h});a=b.pathFromLine,s=b.pathFromArea}return{prevX:d,prevY:u,linePath:t,areaPath:i,pathFromLine:a,pathFromArea:s}}},{key:"_handlePaths",value:function(e){var t=e.type,i=e.realIndex,a=e.i,s=e.paths,r=this.w,n=new X(this.ctx),l=new Te(this.ctx);this.prevSeriesY.push(s.yArrj),r.globals.seriesXvalues[i]=s.xArrj,r.globals.seriesYvalues[i]=s.yArrj;var h=r.config.forecastDataPoints;if(h.count>0&&t!=="rangeArea"){var c=r.globals.seriesXvalues[i][r.globals.seriesXvalues[i].length-h.count-1],d=n.drawRect(c,0,r.globals.gridWidth,r.globals.gridHeight,0);r.globals.dom.elForecastMask.appendChild(d.node);var u=n.drawRect(0,0,c,r.globals.gridHeight,0);r.globals.dom.elNonForecastMask.appendChild(u.node)}this.pointsChart||r.globals.delayedElements.push({el:this.elPointsMain.node,index:i});var g={i:a,realIndex:i,animationDelay:a,initialSpeed:r.config.chart.animations.speed,dataChangeSpeed:r.config.chart.animations.dynamicAnimation.speed,className:"apexcharts-".concat(t)};if(t==="area")for(var p=l.fillPath({seriesNumber:i}),f=0;f<s.areaPaths.length;f++){var x=n.renderPaths(O(O({},g),{},{pathFrom:s.pathFromArea,pathTo:s.areaPaths[f],stroke:"none",strokeWidth:0,strokeLineCap:null,fill:p}));this.elSeries.add(x)}if(r.config.stroke.show&&!this.pointsChart){var b=null;if(t==="line")b=l.fillPath({seriesNumber:i,i:a});else if(r.config.stroke.fill.type==="solid")b=r.globals.stroke.colors[i];else{var m=r.config.fill;r.config.fill=r.config.stroke.fill,b=l.fillPath({seriesNumber:i,i:a}),r.config.fill=m}for(var w=0;w<s.linePaths.length;w++){var y=b;t==="rangeArea"&&(y=l.fillPath({seriesNumber:i}));var v=O(O({},g),{},{pathFrom:s.pathFromLine,pathTo:s.linePaths[w],stroke:b,strokeWidth:this.strokeWidth,strokeLineCap:r.config.stroke.lineCap,fill:t==="rangeArea"?y:"none"}),A=n.renderPaths(v);if(this.elSeries.add(A),A.attr("fill-rule","evenodd"),h.count>0&&t!=="rangeArea"){var k=n.renderPaths(v);k.node.setAttribute("stroke-dasharray",h.dashArray),h.strokeWidth&&k.node.setAttribute("stroke-width",h.strokeWidth),this.elSeries.add(k),k.attr("clip-path","url(#forecastMask".concat(r.globals.cuid,")")),A.attr("clip-path","url(#nonForecastMask".concat(r.globals.cuid,")"))}}}}},{key:"_iterateOverDataPoints",value:function(e){var t,i,a=this,s=e.type,r=e.series,n=e.iterations,l=e.realIndex,h=e.translationsIndex,c=e.i,d=e.x,u=e.y,g=e.pX,p=e.pY,f=e.pathsFrom,x=e.linePaths,b=e.areaPaths,m=e.seriesIndex,w=e.lineYPosition,y=e.xArrj,v=e.yArrj,A=e.y2Arrj,k=e.isRangeStart,C=e.seriesRangeEnd,S=this.w,M=new X(this.ctx),P=this.yRatio,I=f.prevY,T=f.linePath,z=f.areaPath,E=f.pathFromLine,R=f.pathFromArea,Y=L.isNumber(S.globals.minYArr[l])?S.globals.minYArr[l]:S.globals.minY;n||(n=S.globals.dataPoints>1?S.globals.dataPoints-1:S.globals.dataPoints);var H=function(le,de){return de-le/P[h]+2*(a.isReversed?le/P[h]:0)},_=u,N=S.config.chart.stacked&&!S.globals.comboCharts||S.config.chart.stacked&&S.globals.comboCharts&&(!this.w.config.chart.stackOnlyBar||((t=this.w.config.series[l])===null||t===void 0?void 0:t.type)==="bar"||((i=this.w.config.series[l])===null||i===void 0?void 0:i.type)==="column"),W=S.config.stroke.curve;Array.isArray(W)&&(W=Array.isArray(m)?W[m[c]]:W[c]);for(var Q,oe=0,q=0;q<n&&r[c].length!==0;q++){var ue=r[c][q+1]===void 0||r[c][q+1]===null;if(S.globals.isXNumeric){var $=S.globals.seriesX[l][q+1];S.globals.seriesX[l][q+1]===void 0&&($=S.globals.seriesX[l][n-1]),d=($-S.globals.minX)/this.xRatio}else d+=this.xDivision;N?c>0&&S.globals.collapsedSeries.length<S.config.series.length-1?w=this.prevSeriesY[function(le){for(var de=le;de>0;de--){if(!(S.globals.collapsedSeriesIndices.indexOf((m==null?void 0:m[de])||de)>-1))return de;de--}return 0}(c-1)][q+1]:w=this.zeroY:w=this.zeroY,ue?u=H(Y,w):(u=H(r[c][q+1],w),s==="rangeArea"&&(_=H(C[c][q+1],w))),y.push(r[c][q+1]===null?null:d),!ue||S.config.stroke.curve!=="smooth"&&S.config.stroke.curve!=="monotoneCubic"?(v.push(u),A.push(_)):(v.push(null),A.push(null));var Z=this.lineHelpers.calculatePoints({series:r,x:d,y:u,realIndex:l,i:c,j:q,prevY:I}),ee=this._createPaths({type:s,series:r,i:c,realIndex:l,j:q,x:d,y:u,y2:_,xArrj:y,yArrj:v,y2Arrj:A,pX:g,pY:p,pathState:oe,segmentStartX:Q,linePath:T,areaPath:z,linePaths:x,areaPaths:b,curve:W,isRangeStart:k});b=ee.areaPaths,x=ee.linePaths,g=ee.pX,p=ee.pY,oe=ee.pathState,Q=ee.segmentStartX,z=ee.areaPath,T=ee.linePath,!this.appendPathFrom||S.globals.hasNullValues||W==="monotoneCubic"&&s==="rangeArea"||(E+=M.line(d,this.areaBottomY),R+=M.line(d,this.areaBottomY)),this.handleNullDataPoints(r,Z,c,q,l),this._handleMarkersAndLabels({type:s,pointsPos:Z,i:c,j:q,realIndex:l,isRangeStart:k})}return{yArrj:v,xArrj:y,pathFromArea:R,areaPaths:b,pathFromLine:E,linePaths:x,linePath:T,areaPath:z}}},{key:"_handleMarkersAndLabels",value:function(e){var t=e.type,i=e.pointsPos,a=e.isRangeStart,s=e.i,r=e.j,n=e.realIndex,l=this.w,h=new et(this.ctx);if(this.pointsChart)this.scatter.draw(this.elSeries,r,{realIndex:n,pointsPos:i,zRatio:this.zRatio,elParent:this.elPointsMain});else{l.globals.series[s].length>1&&this.elPointsMain.node.classList.add("apexcharts-element-hidden");var c=this.markers.plotChartMarkers({pointsPos:i,seriesIndex:n,j:r+1});c!==null&&this.elPointsMain.add(c)}var d=h.drawDataLabel({type:t,isRangeStart:a,pos:i,i:n,j:r+1});d!==null&&this.elDataLabelsWrap.add(d)}},{key:"_createPaths",value:function(e){var t=e.type,i=e.series,a=e.i;e.realIndex;var s,r=e.j,n=e.x,l=e.y,h=e.xArrj,c=e.yArrj,d=e.y2,u=e.y2Arrj,g=e.pX,p=e.pY,f=e.pathState,x=e.segmentStartX,b=e.linePath,m=e.areaPath,w=e.linePaths,y=e.areaPaths,v=e.curve,A=e.isRangeStart,k=new X(this.ctx),C=this.areaBottomY,S=t==="rangeArea",M=t==="rangeArea"&&A;switch(v){case"monotoneCubic":var P=A?c:u;switch(f){case 0:if(P[r+1]===null)break;f=1;case 1:if(!(S?h.length===i[a].length:r===i[a].length-2))break;case 2:var I=A?h:h.slice().reverse(),T=A?P:P.slice().reverse(),z=(s=T,I.map(function($,Z){return[$,s[Z]]}).filter(function($){return $[1]!==null})),E=z.length>1?cr(z):z,R=[];S&&(M?y=z:R=y.reverse());var Y=0,H=0;if(function($,Z){for(var ee=function(ot){var me=[],ze=0;return ot.forEach(function(Ja){Ja!==null?ze++:ze>0&&(me.push(ze),ze=0)}),ze>0&&me.push(ze),me}($),le=[],de=0,be=0;de<ee.length;be+=ee[de++])le[de]=dr(Z,be,be+ee[de]);return le}(T,E).forEach(function($){Y++;var Z=function(de){for(var be="",ot=0;ot<de.length;ot++){var me=de[ot],ze=me.length;ze>4?(be+="C".concat(me[0],", ").concat(me[1]),be+=", ".concat(me[2],", ").concat(me[3]),be+=", ".concat(me[4],", ").concat(me[5])):ze>2&&(be+="S".concat(me[0],", ").concat(me[1]),be+=", ".concat(me[2],", ").concat(me[3]))}return be}($),ee=H,le=(H+=$.length)-1;M?b=k.move(z[ee][0],z[ee][1])+Z:S?b=k.move(R[ee][0],R[ee][1])+k.line(z[ee][0],z[ee][1])+Z+k.line(R[le][0],R[le][1]):(b=k.move(z[ee][0],z[ee][1])+Z,m=b+k.line(z[le][0],C)+k.line(z[ee][0],C)+"z",y.push(m)),w.push(b)}),S&&Y>1&&!M){var _=w.slice(Y).reverse();w.splice(Y),_.forEach(function($){return w.push($)})}f=0}break;case"smooth":var N=.35*(n-g);if(i[a][r]===null)f=0;else switch(f){case 0:if(x=g,b=M?k.move(g,u[r])+k.line(g,p):k.move(g,p),m=k.move(g,p),i[a][r+1]===null||i[a][r+1]===void 0){w.push(b),y.push(m);break}if(f=1,r<i[a].length-2){var W=k.curve(g+N,p,n-N,l,n,l);b+=W,m+=W;break}case 1:if(i[a][r+1]===null)b+=M?k.line(g,d):k.move(g,p),m+=k.line(g,C)+k.line(x,C)+"z",w.push(b),y.push(m),f=-1;else{var Q=k.curve(g+N,p,n-N,l,n,l);b+=Q,m+=Q,r>=i[a].length-2&&(M&&(b+=k.curve(n,l,n,l,n,d)+k.move(n,d)),m+=k.curve(n,l,n,l,n,C)+k.line(x,C)+"z",w.push(b),y.push(m),f=-1)}}g=n,p=l;break;default:var oe=function($,Z,ee){var le=[];switch($){case"stepline":le=k.line(Z,null,"H")+k.line(null,ee,"V");break;case"linestep":le=k.line(null,ee,"V")+k.line(Z,null,"H");break;case"straight":le=k.line(Z,ee)}return le};if(i[a][r]===null)f=0;else switch(f){case 0:if(x=g,b=M?k.move(g,u[r])+k.line(g,p):k.move(g,p),m=k.move(g,p),i[a][r+1]===null||i[a][r+1]===void 0){w.push(b),y.push(m);break}if(f=1,r<i[a].length-2){var q=oe(v,n,l);b+=q,m+=q;break}case 1:if(i[a][r+1]===null)b+=M?k.line(g,d):k.move(g,p),m+=k.line(g,C)+k.line(x,C)+"z",w.push(b),y.push(m),f=-1;else{var ue=oe(v,n,l);b+=ue,m+=ue,r>=i[a].length-2&&(M&&(b+=k.line(n,d)),m+=k.line(n,C)+k.line(x,C)+"z",w.push(b),y.push(m),f=-1)}}g=n,p=l}return{linePaths:w,areaPaths:y,pX:g,pY:p,pathState:f,segmentStartX:x,linePath:b,areaPath:m}}},{key:"handleNullDataPoints",value:function(e,t,i,a,s){var r=this.w;if(e[i][a]===null&&r.config.markers.showNullDataPoints||e[i].length===1){var n=this.strokeWidth-r.config.markers.strokeWidth/2;n>0||(n=0);var l=this.markers.plotChartMarkers({pointsPos:t,seriesIndex:s,j:a+1,pSize:n,alwaysDrawMarker:!0});l!==null&&this.elPointsMain.add(l)}}}]),o}();window.TreemapSquared={},window.TreemapSquared.generate=function(){function o(n,l,h,c){this.xoffset=n,this.yoffset=l,this.height=c,this.width=h,this.shortestEdge=function(){return Math.min(this.height,this.width)},this.getCoordinates=function(d){var u,g=[],p=this.xoffset,f=this.yoffset,x=s(d)/this.height,b=s(d)/this.width;if(this.width>=this.height)for(u=0;u<d.length;u++)g.push([p,f,p+x,f+d[u]/x]),f+=d[u]/x;else for(u=0;u<d.length;u++)g.push([p,f,p+d[u]/b,f+b]),p+=d[u]/b;return g},this.cutArea=function(d){var u;if(this.width>=this.height){var g=d/this.height,p=this.width-g;u=new o(this.xoffset+g,this.yoffset,p,this.height)}else{var f=d/this.width,x=this.height-f;u=new o(this.xoffset,this.yoffset+f,this.width,x)}return u}}function e(n,l,h,c,d){c=c===void 0?0:c,d=d===void 0?0:d;var u=t(function(g,p){var f,x=[],b=p/s(g);for(f=0;f<g.length;f++)x[f]=g[f]*b;return x}(n,l*h),[],new o(c,d,l,h),[]);return function(g){var p,f,x=[];for(p=0;p<g.length;p++)for(f=0;f<g[p].length;f++)x.push(g[p][f]);return x}(u)}function t(n,l,h,c){var d,u,g;if(n.length!==0)return d=h.shortestEdge(),function(p,f,x){var b;if(p.length===0)return!0;(b=p.slice()).push(f);var m=i(p,x),w=i(b,x);return m>=w}(l,u=n[0],d)?(l.push(u),t(n.slice(1),l,h,c)):(g=h.cutArea(s(l),c),c.push(h.getCoordinates(l)),t(n,[],g,c)),c;c.push(h.getCoordinates(l))}function i(n,l){var h=Math.min.apply(Math,n),c=Math.max.apply(Math,n),d=s(n);return Math.max(Math.pow(l,2)*c/Math.pow(d,2),Math.pow(d,2)/(Math.pow(l,2)*h))}function a(n){return n&&n.constructor===Array}function s(n){var l,h=0;for(l=0;l<n.length;l++)h+=n[l];return h}function r(n){var l,h=0;if(a(n[0]))for(l=0;l<n.length;l++)h+=r(n[l]);else h=s(n);return h}return function n(l,h,c,d,u){d=d===void 0?0:d,u=u===void 0?0:u;var g,p,f=[],x=[];if(a(l[0])){for(p=0;p<l.length;p++)f[p]=r(l[p]);for(g=e(f,h,c,d,u),p=0;p<l.length;p++)x.push(n(l[p],g[p][2]-g[p][0],g[p][3]-g[p][1],g[p][0],g[p][1]))}else x=e(l,h,c,d,u);return x}}();var ur=function(){function o(e,t){F(this,o),this.ctx=e,this.w=e.w,this.strokeWidth=this.w.config.stroke.width,this.helpers=new ja(e),this.dynamicAnim=this.w.config.chart.animations.dynamicAnimation,this.labels=[]}return D(o,[{key:"draw",value:function(e){var t=this,i=this.w,a=new X(this.ctx),s=new Te(this.ctx),r=a.group({class:"apexcharts-treemap"});if(i.globals.noData)return r;var n=[];return e.forEach(function(l){var h=l.map(function(c){return Math.abs(c)});n.push(h)}),this.negRange=this.helpers.checkColorRange(),i.config.series.forEach(function(l,h){l.data.forEach(function(c){Array.isArray(t.labels[h])||(t.labels[h]=[]),t.labels[h].push(c.x)})}),window.TreemapSquared.generate(n,i.globals.gridWidth,i.globals.gridHeight).forEach(function(l,h){var c=a.group({class:"apexcharts-series apexcharts-treemap-series",seriesName:L.escapeString(i.globals.seriesNames[h]),rel:h+1,"data:realIndex":h});if(i.config.chart.dropShadow.enabled){var d=i.config.chart.dropShadow;new pe(t.ctx).dropShadow(r,d,h)}var u=a.group({class:"apexcharts-data-labels"}),g={xMin:1/0,yMin:1/0,xMax:-1/0,yMax:-1/0};l.forEach(function(E,R){var Y=E[0],H=E[1],_=E[2],N=E[3];g.xMin=Math.min(g.xMin,Y),g.yMin=Math.min(g.yMin,H),g.xMax=Math.max(g.xMax,_),g.yMax=Math.max(g.yMax,N);var W=t.helpers.getShadeColor(i.config.chart.type,h,R,t.negRange),Q=W.color,oe=s.fillPath({color:Q,seriesNumber:h,dataPointIndex:R}),q=a.drawRect(Y,H,_-Y,N-H,i.config.plotOptions.treemap.borderRadius,"#fff",1,t.strokeWidth,i.config.plotOptions.treemap.useFillColorAsStroke?Q:i.globals.stroke.colors[h]);q.attr({cx:Y,cy:H,index:h,i:h,j:R,width:_-Y,height:N-H,fill:oe}),q.node.classList.add("apexcharts-treemap-rect"),t.helpers.addListeners(q);var ue={x:Y+(_-Y)/2,y:H+(N-H)/2,width:0,height:0},$={x:Y,y:H,width:_-Y,height:N-H};if(i.config.chart.animations.enabled&&!i.globals.dataChanged){var Z=1;i.globals.resized||(Z=i.config.chart.animations.speed),t.animateTreemap(q,ue,$,Z)}if(i.globals.dataChanged){var ee=1;t.dynamicAnim.enabled&&i.globals.shouldAnimate&&(ee=t.dynamicAnim.speed,i.globals.previousPaths[h]&&i.globals.previousPaths[h][R]&&i.globals.previousPaths[h][R].rect&&(ue=i.globals.previousPaths[h][R].rect),t.animateTreemap(q,ue,$,ee))}var le=t.getFontSize(E),de=i.config.dataLabels.formatter(t.labels[h][R],{value:i.globals.series[h][R],seriesIndex:h,dataPointIndex:R,w:i});i.config.plotOptions.treemap.dataLabels.format==="truncate"&&(le=parseInt(i.config.dataLabels.style.fontSize,10),de=t.truncateLabels(de,le,Y,H,_,N));var be=null;i.globals.series[h][R]&&(be=t.helpers.calculateDataLabels({text:de,x:(Y+_)/2,y:(H+N)/2+t.strokeWidth/2+le/3,i:h,j:R,colorProps:W,fontSize:le,series:e})),i.config.dataLabels.enabled&&be&&t.rotateToFitLabel(be,le,de,Y,H,_,N),c.add(q),be!==null&&c.add(be)});var p=i.config.plotOptions.treemap.seriesTitle;if(i.config.series.length>1&&p&&p.show){var f=i.config.series[h].name||"";if(f&&g.xMin<1/0&&g.yMin<1/0){var x=p.offsetX,b=p.offsetY,m=p.borderColor,w=p.borderWidth,y=p.borderRadius,v=p.style,A=v.color||i.config.chart.foreColor,k={left:v.padding.left,right:v.padding.right,top:v.padding.top,bottom:v.padding.bottom},C=a.getTextRects(f,v.fontSize,v.fontFamily),S=C.width+k.left+k.right,M=C.height+k.top+k.bottom,P=g.xMin+(x||0),I=g.yMin+(b||0),T=a.drawRect(P,I,S,M,y,v.background,1,w,m),z=a.drawText({x:P+k.left,y:I+k.top+.75*C.height,text:f,fontSize:v.fontSize,fontFamily:v.fontFamily,fontWeight:v.fontWeight,foreColor:A,cssClass:v.cssClass||""});c.add(T),c.add(z)}}c.add(u),r.add(c)}),r}},{key:"getFontSize",value:function(e){var t=this.w,i=function a(s){var r,n=0;if(Array.isArray(s[0]))for(r=0;r<s.length;r++)n+=a(s[r]);else for(r=0;r<s.length;r++)n+=s[r].length;return n}(this.labels)/function a(s){var r,n=0;if(Array.isArray(s[0]))for(r=0;r<s.length;r++)n+=a(s[r]);else for(r=0;r<s.length;r++)n+=1;return n}(this.labels);return function(a,s){var r=a*s,n=Math.pow(r,.5);return Math.min(n/i,parseInt(t.config.dataLabels.style.fontSize,10))}(e[2]-e[0],e[3]-e[1])}},{key:"rotateToFitLabel",value:function(e,t,i,a,s,r,n){var l=new X(this.ctx),h=l.getTextRects(i,t);if(h.width+this.w.config.stroke.width+5>r-a&&h.width<=n-s){var c=l.rotateAroundCenter(e.node);e.node.setAttribute("transform","rotate(-90 ".concat(c.x," ").concat(c.y,") translate(").concat(h.height/3,")"))}}},{key:"truncateLabels",value:function(e,t,i,a,s,r){var n=new X(this.ctx),l=n.getTextRects(e,t).width+this.w.config.stroke.width+5>s-i&&r-a>s-i?r-a:s-i,h=n.getTextBasedOnMaxWidth({text:e,maxWidth:l,fontSize:t});return e.length!==h.length&&l/t<5?"":h}},{key:"animateTreemap",value:function(e,t,i,a){var s=new it(this.ctx);s.animateRect(e,t,i,a,function(){s.animationCompleted(e)})}}]),o}(),Ua=86400,gr=10/Ua,fr=function(){function o(e){F(this,o),this.ctx=e,this.w=e.w,this.timeScaleArray=[],this.utc=this.w.config.xaxis.labels.datetimeUTC}return D(o,[{key:"calculateTimeScaleTicks",value:function(e,t){var i=this,a=this.w;if(a.globals.allSeriesCollapsed)return a.globals.labels=[],a.globals.timescaleLabels=[],[];var s=new fe(this.ctx),r=(t-e)/864e5;this.determineInterval(r),a.globals.disableZoomIn=!1,a.globals.disableZoomOut=!1,r<gr?a.globals.disableZoomIn=!0:r>5e4&&(a.globals.disableZoomOut=!0);var n=s.getTimeUnitsfromTimestamp(e,t,this.utc),l=a.globals.gridWidth/r,h=l/24,c=h/60,d=c/60,u=Math.floor(24*r),g=Math.floor(1440*r),p=Math.floor(r*Ua),f=Math.floor(r),x=Math.floor(r/30),b=Math.floor(r/365),m={minMillisecond:n.minMillisecond,minSecond:n.minSecond,minMinute:n.minMinute,minHour:n.minHour,minDate:n.minDate,minMonth:n.minMonth,minYear:n.minYear},w={firstVal:m,currentMillisecond:m.minMillisecond,currentSecond:m.minSecond,currentMinute:m.minMinute,currentHour:m.minHour,currentMonthDate:m.minDate,currentDate:m.minDate,currentMonth:m.minMonth,currentYear:m.minYear,daysWidthOnXAxis:l,hoursWidthOnXAxis:h,minutesWidthOnXAxis:c,secondsWidthOnXAxis:d,numberOfSeconds:p,numberOfMinutes:g,numberOfHours:u,numberOfDays:f,numberOfMonths:x,numberOfYears:b};switch(this.tickInterval){case"years":this.generateYearScale(w);break;case"months":case"half_year":this.generateMonthScale(w);break;case"months_days":case"months_fortnight":case"days":case"week_days":this.generateDayScale(w);break;case"hours":this.generateHourScale(w);break;case"minutes_fives":case"minutes":this.generateMinuteScale(w);break;case"seconds_tens":case"seconds_fives":case"seconds":this.generateSecondScale(w)}var y=this.timeScaleArray.map(function(v){var A={position:v.position,unit:v.unit,year:v.year,day:v.day?v.day:1,hour:v.hour?v.hour:0,month:v.month+1};return v.unit==="month"?O(O({},A),{},{day:1,value:v.value+1}):v.unit==="day"||v.unit==="hour"?O(O({},A),{},{value:v.value}):v.unit==="minute"?O(O({},A),{},{value:v.value,minute:v.value}):v.unit==="second"?O(O({},A),{},{value:v.value,minute:v.minute,second:v.second}):v});return y.filter(function(v){var A=1,k=Math.ceil(a.globals.gridWidth/120),C=v.value;a.config.xaxis.tickAmount!==void 0&&(k=a.config.xaxis.tickAmount),y.length>k&&(A=Math.floor(y.length/k));var S=!1,M=!1;switch(i.tickInterval){case"years":v.unit==="year"&&(S=!0);break;case"half_year":A=7,v.unit==="year"&&(S=!0);break;case"months":A=1,v.unit==="year"&&(S=!0);break;case"months_fortnight":A=15,v.unit!=="year"&&v.unit!=="month"||(S=!0),C===30&&(M=!0);break;case"months_days":A=10,v.unit==="month"&&(S=!0),C===30&&(M=!0);break;case"week_days":A=8,v.unit==="month"&&(S=!0);break;case"days":A=1,v.unit==="month"&&(S=!0);break;case"hours":v.unit==="day"&&(S=!0);break;case"minutes_fives":case"seconds_fives":C%5!=0&&(M=!0);break;case"seconds_tens":C%10!=0&&(M=!0)}if(i.tickInterval==="hours"||i.tickInterval==="minutes_fives"||i.tickInterval==="seconds_tens"||i.tickInterval==="seconds_fives"){if(!M)return!0}else if((C%A==0||S)&&!M)return!0})}},{key:"recalcDimensionsBasedOnFormat",value:function(e,t){var i=this.w,a=this.formatDates(e),s=this.removeOverlappingTS(a);i.globals.timescaleLabels=s.slice(),new Ot(this.ctx).plotCoords()}},{key:"determineInterval",value:function(e){var t=24*e,i=60*t;switch(!0){case e/365>5:this.tickInterval="years";break;case e>800:this.tickInterval="half_year";break;case e>180:this.tickInterval="months";break;case e>90:this.tickInterval="months_fortnight";break;case e>60:this.tickInterval="months_days";break;case e>30:this.tickInterval="week_days";break;case e>2:this.tickInterval="days";break;case t>2.4:this.tickInterval="hours";break;case i>15:this.tickInterval="minutes_fives";break;case i>5:this.tickInterval="minutes";break;case i>1:this.tickInterval="seconds_tens";break;case 60*i>20:this.tickInterval="seconds_fives";break;default:this.tickInterval="seconds"}}},{key:"generateYearScale",value:function(e){var t=e.firstVal,i=e.currentMonth,a=e.currentYear,s=e.daysWidthOnXAxis,r=e.numberOfYears,n=t.minYear,l=0,h=new fe(this.ctx),c="year";if(t.minDate>1||t.minMonth>0){var d=h.determineRemainingDaysOfYear(t.minYear,t.minMonth,t.minDate);l=(h.determineDaysOfYear(t.minYear)-d+1)*s,n=t.minYear+1,this.timeScaleArray.push({position:l,value:n,unit:c,year:n,month:L.monthMod(i+1)})}else t.minDate===1&&t.minMonth===0&&this.timeScaleArray.push({position:l,value:n,unit:c,year:a,month:L.monthMod(i+1)});for(var u=n,g=l,p=0;p<r;p++)u++,g=h.determineDaysOfYear(u-1)*s+g,this.timeScaleArray.push({position:g,value:u,unit:c,year:u,month:1})}},{key:"generateMonthScale",value:function(e){var t=e.firstVal,i=e.currentMonthDate,a=e.currentMonth,s=e.currentYear,r=e.daysWidthOnXAxis,n=e.numberOfMonths,l=a,h=0,c=new fe(this.ctx),d="month",u=0;if(t.minDate>1){h=(c.determineDaysOfMonths(a+1,t.minYear)-i+1)*r,l=L.monthMod(a+1);var g=s+u,p=L.monthMod(l),f=l;l===0&&(d="year",f=g,p=1,g+=u+=1),this.timeScaleArray.push({position:h,value:f,unit:d,year:g,month:p})}else this.timeScaleArray.push({position:h,value:l,unit:d,year:s,month:L.monthMod(a)});for(var x=l+1,b=h,m=0,w=1;m<n;m++,w++){(x=L.monthMod(x))===0?(d="year",u+=1):d="month";var y=this._getYear(s,x,u);b=c.determineDaysOfMonths(x,y)*r+b;var v=x===0?y:x;this.timeScaleArray.push({position:b,value:v,unit:d,year:y,month:x===0?1:x}),x++}}},{key:"generateDayScale",value:function(e){var t=e.firstVal,i=e.currentMonth,a=e.currentYear,s=e.hoursWidthOnXAxis,r=e.numberOfDays,n=new fe(this.ctx),l="day",h=t.minDate+1,c=h,d=function(w,y,v){return w>n.determineDaysOfMonths(y+1,v)&&(c=1,l="month",g=y+=1),y},u=(24-t.minHour)*s,g=h,p=d(c,i,a);t.minHour===0&&t.minDate===1?(u=0,g=L.monthMod(t.minMonth),l="month",c=t.minDate):t.minDate!==1&&t.minHour===0&&t.minMinute===0&&(u=0,h=t.minDate,g=h,p=d(c=h,i,a),g!==1&&(l="day")),this.timeScaleArray.push({position:u,value:g,unit:l,year:this._getYear(a,p,0),month:L.monthMod(p),day:c});for(var f=u,x=0;x<r;x++){l="day",p=d(c+=1,p,this._getYear(a,p,0));var b=this._getYear(a,p,0);f=24*s+f;var m=c===1?L.monthMod(p):c;this.timeScaleArray.push({position:f,value:m,unit:l,year:b,month:L.monthMod(p),day:m})}}},{key:"generateHourScale",value:function(e){var t=e.firstVal,i=e.currentDate,a=e.currentMonth,s=e.currentYear,r=e.minutesWidthOnXAxis,n=e.numberOfHours,l=new fe(this.ctx),h="hour",c=function(A,k){return A>l.determineDaysOfMonths(k+1,s)&&(x=1,k+=1),{month:k,date:x}},d=function(A,k){return A>l.determineDaysOfMonths(k+1,s)?k+=1:k},u=60-(t.minMinute+t.minSecond/60),g=u*r,p=t.minHour+1,f=p;u===60&&(g=0,f=p=t.minHour);var x=i;f>=24&&(f=0,h="day",p=x+=1);var b=c(x,a).month;b=d(x,b),p>31&&(p=x=1),this.timeScaleArray.push({position:g,value:p,unit:h,day:x,hour:f,year:s,month:L.monthMod(b)}),f++;for(var m=g,w=0;w<n;w++){h="hour",f>=24&&(f=0,h="day",b=c(x+=1,b).month,b=d(x,b));var y=this._getYear(s,b,0);m=60*r+m;var v=f===0?x:f;this.timeScaleArray.push({position:m,value:v,unit:h,hour:f,day:x,year:y,month:L.monthMod(b)}),f++}}},{key:"generateMinuteScale",value:function(e){for(var t=e.currentMillisecond,i=e.currentSecond,a=e.currentMinute,s=e.currentHour,r=e.currentDate,n=e.currentMonth,l=e.currentYear,h=e.minutesWidthOnXAxis,c=e.secondsWidthOnXAxis,d=e.numberOfMinutes,u=a+1,g=r,p=n,f=l,x=s,b=(60-i-t/1e3)*c,m=0;m<d;m++)u>=60&&(u=0,(x+=1)===24&&(x=0)),this.timeScaleArray.push({position:b,value:u,unit:"minute",hour:x,minute:u,day:g,year:this._getYear(f,p,0),month:L.monthMod(p)}),b+=h,u++}},{key:"generateSecondScale",value:function(e){for(var t=e.currentMillisecond,i=e.currentSecond,a=e.currentMinute,s=e.currentHour,r=e.currentDate,n=e.currentMonth,l=e.currentYear,h=e.secondsWidthOnXAxis,c=e.numberOfSeconds,d=i+1,u=a,g=r,p=n,f=l,x=s,b=(1e3-t)/1e3*h,m=0;m<c;m++)d>=60&&(d=0,++u>=60&&(u=0,++x===24&&(x=0))),this.timeScaleArray.push({position:b,value:d,unit:"second",hour:x,minute:u,second:d,day:g,year:this._getYear(f,p,0),month:L.monthMod(p)}),b+=h,d++}},{key:"createRawDateString",value:function(e,t){var i=e.year;return e.month===0&&(e.month=1),i+="-"+("0"+e.month.toString()).slice(-2),e.unit==="day"?i+=e.unit==="day"?"-"+("0"+t).slice(-2):"-01":i+="-"+("0"+(e.day?e.day:"1")).slice(-2),e.unit==="hour"?i+=e.unit==="hour"?"T"+("0"+t).slice(-2):"T00":i+="T"+("0"+(e.hour?e.hour:"0")).slice(-2),e.unit==="minute"?i+=":"+("0"+t).slice(-2):i+=":"+(e.minute?("0"+e.minute).slice(-2):"00"),e.unit==="second"?i+=":"+("0"+t).slice(-2):i+=":00",this.utc&&(i+=".000Z"),i}},{key:"formatDates",value:function(e){var t=this,i=this.w;return e.map(function(a){var s=a.value.toString(),r=new fe(t.ctx),n=t.createRawDateString(a,s),l=r.getDate(r.parseDate(n));if(t.utc||(l=r.getDate(r.parseDateWithTimezone(n))),i.config.xaxis.labels.format===void 0){var h="dd MMM",c=i.config.xaxis.labels.datetimeFormatter;a.unit==="year"&&(h=c.year),a.unit==="month"&&(h=c.month),a.unit==="day"&&(h=c.day),a.unit==="hour"&&(h=c.hour),a.unit==="minute"&&(h=c.minute),a.unit==="second"&&(h=c.second),s=r.formatDate(l,h)}else s=r.formatDate(l,i.config.xaxis.labels.format);return{dateString:n,position:a.position,value:s,unit:a.unit,year:a.year,month:a.month}})}},{key:"removeOverlappingTS",value:function(e){var t,i=this,a=new X(this.ctx),s=!1;e.length>0&&e[0].value&&e.every(function(l){return l.value.length===e[0].value.length})&&(s=!0,t=a.getTextRects(e[0].value).width);var r=0,n=e.map(function(l,h){if(h>0&&i.w.config.xaxis.labels.hideOverlappingLabels){var c=s?t:a.getTextRects(e[r].value).width,d=e[r].position;return l.position>d+c+10?(r=h,l):null}return l});return n=n.filter(function(l){return l!==null})}},{key:"_getYear",value:function(e,t,i){return e+Math.floor(t/12)+i}}]),o}(),pr=function(){function o(e,t){F(this,o),this.ctx=t,this.w=t.w,this.el=e}return D(o,[{key:"setupElements",value:function(){var e=this.w,t=e.globals,i=e.config,a=i.chart.type;t.axisCharts=["line","area","bar","rangeBar","rangeArea","candlestick","boxPlot","scatter","bubble","radar","heatmap","treemap"].includes(a),t.xyCharts=["line","area","bar","rangeBar","rangeArea","candlestick","boxPlot","scatter","bubble"].includes(a),t.isBarHorizontal=["bar","rangeBar","boxPlot"].includes(a)&&i.plotOptions.bar.horizontal,t.chartClass=".apexcharts".concat(t.chartID),t.dom.baseEl=this.el,t.dom.elWrap=document.createElement("div"),X.setAttrs(t.dom.elWrap,{id:t.chartClass.substring(1),class:"apexcharts-canvas ".concat(t.chartClass.substring(1))}),this.el.appendChild(t.dom.elWrap),t.dom.Paper=window.SVG().addTo(t.dom.elWrap),t.dom.Paper.attr({class:"apexcharts-svg","xmlns:data":"ApexChartsNS",transform:"translate(".concat(i.chart.offsetX,", ").concat(i.chart.offsetY,")")}),t.dom.Paper.node.style.background=i.theme.mode!=="dark"||i.chart.background?i.theme.mode!=="light"||i.chart.background?i.chart.background:"#fff":"#424242",this.setSVGDimensions(),t.dom.elLegendForeign=document.createElementNS(t.SVGNS,"foreignObject"),X.setAttrs(t.dom.elLegendForeign,{x:0,y:0,width:t.svgWidth,height:t.svgHeight}),t.dom.elLegendWrap=document.createElement("div"),t.dom.elLegendWrap.classList.add("apexcharts-legend"),t.dom.elLegendWrap.setAttribute("xmlns","http://www.w3.org/1999/xhtml"),t.dom.elLegendForeign.appendChild(t.dom.elLegendWrap),t.dom.Paper.node.appendChild(t.dom.elLegendForeign),t.dom.elGraphical=t.dom.Paper.group().attr({class:"apexcharts-inner apexcharts-graphical"}),t.dom.elDefs=t.dom.Paper.defs(),t.dom.Paper.add(t.dom.elGraphical),t.dom.elGraphical.add(t.dom.elDefs)}},{key:"plotChartType",value:function(e,t){var i=this.w,a=this.ctx,s=i.config,r=i.globals,n={line:{series:[],i:[]},area:{series:[],i:[]},scatter:{series:[],i:[]},bubble:{series:[],i:[]},column:{series:[],i:[]},candlestick:{series:[],i:[]},boxPlot:{series:[],i:[]},rangeBar:{series:[],i:[]},rangeArea:{series:[],seriesRangeEnd:[],i:[]}},l=s.chart.type||"line",h=null,c=0;r.series.forEach(function(A,k){var C=e[k].type||l;n[C]?(C==="rangeArea"?(n[C].series.push(r.seriesRangeStart[k]),n[C].seriesRangeEnd.push(r.seriesRangeEnd[k])):n[C].series.push(A),n[C].i.push(k),C!=="column"&&C!=="bar"||(i.globals.columnSeries=n.column)):["heatmap","treemap","pie","donut","polarArea","radialBar","radar"].includes(C)?h=C:C==="bar"?(n.column.series.push(A),n.column.i.push(k)):console.warn("You have specified an unrecognized series type (".concat(C,").")),l!==C&&C!=="scatter"&&c++}),c>0&&(h&&console.warn("Chart or series type ".concat(h," cannot appear with other chart or series types.")),n.column.series.length>0&&s.plotOptions.bar.horizontal&&(c-=n.column.series.length,n.column={series:[],i:[]},i.globals.columnSeries={series:[],i:[]},console.warn("Horizontal bars are not supported in a mixed/combo chart. Please turn off `plotOptions.bar.horizontal`"))),r.comboCharts||(r.comboCharts=c>0);var d=new ti(a,t),u=new Qt(a,t);a.pie=new Va(a);var g=new nr(a);a.rangeBar=new or(a,t);var p=new rr(a),f=[];if(r.comboCharts){var x,b,m=new ce(a);if(n.area.series.length>0&&(x=f).push.apply(x,ge(m.drawSeriesByGroup(n.area,r.areaGroups,"area",d))),n.column.series.length>0)if(s.chart.stacked){var w=new $i(a,t);f.push(w.draw(n.column.series,n.column.i))}else a.bar=new tt(a,t),f.push(a.bar.draw(n.column.series,n.column.i));if(n.rangeArea.series.length>0&&f.push(d.draw(n.rangeArea.series,"rangeArea",n.rangeArea.i,n.rangeArea.seriesRangeEnd)),n.line.series.length>0&&(b=f).push.apply(b,ge(m.drawSeriesByGroup(n.line,r.lineGroups,"line",d))),n.candlestick.series.length>0&&f.push(u.draw(n.candlestick.series,"candlestick",n.candlestick.i)),n.boxPlot.series.length>0&&f.push(u.draw(n.boxPlot.series,"boxPlot",n.boxPlot.i)),n.rangeBar.series.length>0&&f.push(a.rangeBar.draw(n.rangeBar.series,n.rangeBar.i)),n.scatter.series.length>0){var y=new ti(a,t,!0);f.push(y.draw(n.scatter.series,"scatter",n.scatter.i))}if(n.bubble.series.length>0){var v=new ti(a,t,!0);f.push(v.draw(n.bubble.series,"bubble",n.bubble.i))}}else switch(s.chart.type){case"line":f=d.draw(r.series,"line");break;case"area":f=d.draw(r.series,"area");break;case"bar":s.chart.stacked?f=new $i(a,t).draw(r.series):(a.bar=new tt(a,t),f=a.bar.draw(r.series));break;case"candlestick":f=new Qt(a,t).draw(r.series,"candlestick");break;case"boxPlot":f=new Qt(a,t).draw(r.series,s.chart.type);break;case"rangeBar":f=a.rangeBar.draw(r.series);break;case"rangeArea":f=d.draw(r.seriesRangeStart,"rangeArea",void 0,r.seriesRangeEnd);break;case"heatmap":f=new sr(a,t).draw(r.series);break;case"treemap":f=new ur(a,t).draw(r.series);break;case"pie":case"donut":case"polarArea":f=a.pie.draw(r.series);break;case"radialBar":f=g.draw(r.series);break;case"radar":f=p.draw(r.series);break;default:f=d.draw(r.series)}return f}},{key:"setSVGDimensions",value:function(){var e=this.w,t=e.globals,i=e.config;i.chart.width=i.chart.width||"100%",i.chart.height=i.chart.height||"auto",t.svgWidth=i.chart.width,t.svgHeight=i.chart.height;var a=L.getDimensions(this.el),s=i.chart.width.toString().split(/[0-9]+/g).pop();s==="%"?L.isNumber(a[0])&&(a[0].width===0&&(a=L.getDimensions(this.el.parentNode)),t.svgWidth=a[0]*parseInt(i.chart.width,10)/100):s!=="px"&&s!==""||(t.svgWidth=parseInt(i.chart.width,10));var r=String(i.chart.height).toString().split(/[0-9]+/g).pop();if(t.svgHeight!=="auto"&&t.svgHeight!=="")if(r==="%"){var n=L.getDimensions(this.el.parentNode);t.svgHeight=n[1]*parseInt(i.chart.height,10)/100}else t.svgHeight=parseInt(i.chart.height,10);else t.svgHeight=t.axisCharts?t.svgWidth/1.61:t.svgWidth/1.2;if(t.svgWidth=Math.max(t.svgWidth,0),t.svgHeight=Math.max(t.svgHeight,0),X.setAttrs(t.dom.Paper.node,{width:t.svgWidth,height:t.svgHeight}),r!=="%"){var l=i.chart.sparkline.enabled?0:t.axisCharts?i.chart.parentHeightOffset:0;t.dom.Paper.node.parentNode.parentNode.style.minHeight="".concat(t.svgHeight+l,"px")}t.dom.elWrap.style.width="".concat(t.svgWidth,"px"),t.dom.elWrap.style.height="".concat(t.svgHeight,"px")}},{key:"shiftGraphPosition",value:function(){var e=this.w.globals,t=e.translateY,i=e.translateX;X.setAttrs(e.dom.elGraphical.node,{transform:"translate(".concat(i,", ").concat(t,")")})}},{key:"resizeNonAxisCharts",value:function(){var e=this.w,t=e.globals,i=0,a=e.config.chart.sparkline.enabled?1:15;a+=e.config.grid.padding.bottom,["top","bottom"].includes(e.config.legend.position)&&e.config.legend.show&&!e.config.legend.floating&&(i=new _a(this.ctx).legendHelpers.getLegendDimensions().clwh+7);var s=e.globals.dom.baseEl.querySelector(".apexcharts-radialbar, .apexcharts-pie"),r=2.05*e.globals.radialSize;if(s&&!e.config.chart.sparkline.enabled&&e.config.plotOptions.radialBar.startAngle!==0){var n=L.getBoundingClientRect(s);r=n.bottom;var l=n.bottom-n.top;r=Math.max(2.05*e.globals.radialSize,l)}var h=Math.ceil(r+t.translateY+i+a);t.dom.elLegendForeign&&t.dom.elLegendForeign.setAttribute("height",h),e.config.chart.height&&String(e.config.chart.height).includes("%")||(t.dom.elWrap.style.height="".concat(h,"px"),X.setAttrs(t.dom.Paper.node,{height:h}),t.dom.Paper.node.parentNode.parentNode.style.minHeight="".concat(h,"px"))}},{key:"coreCalculations",value:function(){new xi(this.ctx).init()}},{key:"resetGlobals",value:function(){var e=this,t=function(){return e.w.config.series.map(function(){return[]})},i=new Ya,a=this.w.globals;i.initGlobalVars(a),a.seriesXvalues=t(),a.seriesYvalues=t()}},{key:"isMultipleY",value:function(){return!!(Array.isArray(this.w.config.yaxis)&&this.w.config.yaxis.length>1)&&(this.w.globals.isMultipleYAxis=!0,!0)}},{key:"xySettings",value:function(){var e=this.w,t=null;if(e.globals.axisCharts){if(e.config.xaxis.crosshairs.position==="back"&&new bi(this.ctx).drawXCrosshairs(),e.config.yaxis[0].crosshairs.position==="back"&&new bi(this.ctx).drawYCrosshairs(),e.config.xaxis.type==="datetime"&&e.config.xaxis.labels.formatter===void 0){this.ctx.timeScale=new fr(this.ctx);var i=[];isFinite(e.globals.minX)&&isFinite(e.globals.maxX)&&!e.globals.isBarHorizontal?i=this.ctx.timeScale.calculateTimeScaleTicks(e.globals.minX,e.globals.maxX):e.globals.isBarHorizontal&&(i=this.ctx.timeScale.calculateTimeScaleTicks(e.globals.minY,e.globals.maxY)),this.ctx.timeScale.recalcDimensionsBasedOnFormat(i)}t=new ce(this.ctx).getCalculatedRatios()}return t}},{key:"updateSourceChart",value:function(e){this.ctx.w.globals.selection=void 0,this.ctx.updateHelpers._updateOptions({chart:{selection:{xaxis:{min:e.w.globals.minX,max:e.w.globals.maxX}}}},!1,!1)}},{key:"setupBrushHandler",value:function(){var e=this,t=this.ctx,i=this.w;if(i.config.chart.brush.enabled&&typeof i.config.chart.events.selection!="function"){var a=Array.isArray(i.config.chart.brush.targets)?i.config.chart.brush.targets:[i.config.chart.brush.target];a.forEach(function(s){var r=t.constructor.getChartByID(s);r.w.globals.brushSource=e.ctx,typeof r.w.config.chart.events.zoomed!="function"&&(r.w.config.chart.events.zoomed=function(){return e.updateSourceChart(r)}),typeof r.w.config.chart.events.scrolled!="function"&&(r.w.config.chart.events.scrolled=function(){return e.updateSourceChart(r)})}),i.config.chart.events.selection=function(s,r){a.forEach(function(n){t.constructor.getChartByID(n).ctx.updateHelpers._updateOptions({xaxis:{min:r.xaxis.min,max:r.xaxis.max}},!1,!1,!1,!1)})}}}}]),o}(),xr=function(){function o(e){F(this,o),this.ctx=e,this.w=e.w}return D(o,[{key:"_updateOptions",value:function(e){var t=this,i=arguments.length>1&&arguments[1]!==void 0&&arguments[1],a=!(arguments.length>2&&arguments[2]!==void 0)||arguments[2],s=!(arguments.length>3&&arguments[3]!==void 0)||arguments[3],r=arguments.length>4&&arguments[4]!==void 0&&arguments[4];return new Promise(function(n){var l=[t.ctx];s&&(l=t.ctx.getSyncedCharts()),t.ctx.w.globals.isExecCalled&&(l=[t.ctx],t.ctx.w.globals.isExecCalled=!1),l.forEach(function(h,c){var d=h.w;if(d.globals.shouldAnimate=a,i||(d.globals.resized=!0,d.globals.dataChanged=!0,a&&h.series.getPreviousPaths()),e&&Qe(e)==="object"&&(h.config=new pt(e),e=ce.extendArrayProps(h.config,e,d),h.w.globals.chartID!==t.ctx.w.globals.chartID&&delete e.series,d.config=L.extend(d.config,e),r&&(d.globals.lastXAxis=e.xaxis?L.clone(e.xaxis):[],d.globals.lastYAxis=e.yaxis?L.clone(e.yaxis):[],d.globals.initialConfig=L.extend({},d.config),d.globals.initialSeries=L.clone(d.config.series),e.series))){for(var u=0;u<d.globals.collapsedSeriesIndices.length;u++){var g=d.config.series[d.globals.collapsedSeriesIndices[u]];d.globals.collapsedSeries[u].data=d.globals.axisCharts?g.data.slice():g}for(var p=0;p<d.globals.ancillaryCollapsedSeriesIndices.length;p++){var f=d.config.series[d.globals.ancillaryCollapsedSeriesIndices[p]];d.globals.ancillaryCollapsedSeries[p].data=d.globals.axisCharts?f.data.slice():f}h.series.emptyCollapsedSeries(d.config.series)}return h.update(e).then(function(){c===l.length-1&&n(h)})})})}},{key:"_updateSeries",value:function(e,t){var i=this,a=arguments.length>2&&arguments[2]!==void 0&&arguments[2];return new Promise(function(s){var r,n=i.w;return n.globals.shouldAnimate=t,n.globals.dataChanged=!0,t&&i.ctx.series.getPreviousPaths(),n.globals.axisCharts?((r=e.map(function(l,h){return i._extendSeries(l,h)})).length===0&&(r=[{data:[]}]),n.config.series=r):n.config.series=e.slice(),a&&(n.globals.initialConfig.series=L.clone(n.config.series),n.globals.initialSeries=L.clone(n.config.series)),i.ctx.update().then(function(){s(i.ctx)})})}},{key:"_extendSeries",value:function(e,t){var i=this.w,a=i.config.series[t];return O(O({},i.config.series[t]),{},{name:e.name?e.name:a==null?void 0:a.name,color:e.color?e.color:a==null?void 0:a.color,type:e.type?e.type:a==null?void 0:a.type,group:e.group?e.group:a==null?void 0:a.group,hidden:e.hidden!==void 0?e.hidden:a==null?void 0:a.hidden,data:e.data?e.data:a==null?void 0:a.data,zIndex:e.zIndex!==void 0?e.zIndex:t})}},{key:"toggleDataPointSelection",value:function(e,t){var i=this.w,a=null,s=".apexcharts-series[data\\:realIndex='".concat(e,"']");return i.globals.axisCharts?a=i.globals.dom.Paper.findOne("".concat(s," path[j='").concat(t,"'], ").concat(s," circle[j='").concat(t,"'], ").concat(s," rect[j='").concat(t,"']")):t===void 0&&(a=i.globals.dom.Paper.findOne("".concat(s," path[j='").concat(e,"']")),i.config.chart.type!=="pie"&&i.config.chart.type!=="polarArea"&&i.config.chart.type!=="donut"||this.ctx.pie.pieClicked(e)),a?(new X(this.ctx).pathMouseDown(a,null),a.node?a.node:null):(console.warn("toggleDataPointSelection: Element not found"),null)}},{key:"forceXAxisUpdate",value:function(e){var t=this.w;if(["min","max"].forEach(function(a){e.xaxis[a]!==void 0&&(t.config.xaxis[a]=e.xaxis[a],t.globals.lastXAxis[a]=e.xaxis[a])}),e.xaxis.categories&&e.xaxis.categories.length&&(t.config.xaxis.categories=e.xaxis.categories),t.config.xaxis.convertedCatToNumeric){var i=new ft(e);e=i.convertCatToNumericXaxis(e,this.ctx)}return e}},{key:"forceYAxisUpdate",value:function(e){return e.chart&&e.chart.stacked&&e.chart.stackType==="100%"&&(Array.isArray(e.yaxis)?e.yaxis.forEach(function(t,i){e.yaxis[i].min=0,e.yaxis[i].max=100}):(e.yaxis.min=0,e.yaxis.max=100)),e}},{key:"revertDefaultAxisMinMax",value:function(e){var t=this,i=this.w,a=i.globals.lastXAxis,s=i.globals.lastYAxis;e&&e.xaxis&&(a=e.xaxis),e&&e.yaxis&&(s=e.yaxis),i.config.xaxis.min=a.min,i.config.xaxis.max=a.max;var r=function(n){s[n]!==void 0&&(i.config.yaxis[n].min=s[n].min,i.config.yaxis[n].max=s[n].max)};i.config.yaxis.map(function(n,l){i.globals.zoomed||s[l]!==void 0?r(l):t.ctx.opts.yaxis[l]!==void 0&&(n.min=t.ctx.opts.yaxis[l].min,n.max=t.ctx.opts.yaxis[l].max)})}}]),o}();(function(){function o(){for(var s=arguments.length>0&&arguments[0]!==d?arguments[0]:[],r=arguments.length>1?arguments[1]:d,n=arguments.length>2?arguments[2]:d,l=arguments.length>3?arguments[3]:d,h=arguments.length>4?arguments[4]:d,c=arguments.length>5?arguments[5]:d,d=arguments.length>6?arguments[6]:d,u=s.slice(r,n||d),g=l.slice(h,c||d),p=0,f={pos:[0,0],start:[0,0]},x={pos:[0,0],start:[0,0]};u[p]=e.call(f,u[p]),g[p]=e.call(x,g[p]),u[p][0]!=g[p][0]||u[p][0]=="M"||u[p][0]=="A"&&(u[p][4]!=g[p][4]||u[p][5]!=g[p][5])?(Array.prototype.splice.apply(u,[p,1].concat(i.call(f,u[p]))),Array.prototype.splice.apply(g,[p,1].concat(i.call(x,g[p])))):(u[p]=t.call(f,u[p]),g[p]=t.call(x,g[p])),!(++p==u.length&&p==g.length);)p==u.length&&u.push(["C",f.pos[0],f.pos[1],f.pos[0],f.pos[1],f.pos[0],f.pos[1]]),p==g.length&&g.push(["C",x.pos[0],x.pos[1],x.pos[0],x.pos[1],x.pos[0],x.pos[1]]);return{start:u,dest:g}}function e(s){switch(s[0]){case"z":case"Z":s[0]="L",s[1]=this.start[0],s[2]=this.start[1];break;case"H":s[0]="L",s[2]=this.pos[1];break;case"V":s[0]="L",s[2]=s[1],s[1]=this.pos[0];break;case"T":s[0]="Q",s[3]=s[1],s[4]=s[2],s[1]=this.reflection[1],s[2]=this.reflection[0];break;case"S":s[0]="C",s[6]=s[4],s[5]=s[3],s[4]=s[2],s[3]=s[1],s[2]=this.reflection[1],s[1]=this.reflection[0]}return s}function t(s){var r=s.length;return this.pos=[s[r-2],s[r-1]],"SCQT".indexOf(s[0])!=-1&&(this.reflection=[2*this.pos[0]-s[r-4],2*this.pos[1]-s[r-3]]),s}function i(s){var r=[s];switch(s[0]){case"M":return this.pos=this.start=[s[1],s[2]],r;case"L":s[5]=s[3]=s[1],s[6]=s[4]=s[2],s[1]=this.pos[0],s[2]=this.pos[1];break;case"Q":s[6]=s[4],s[5]=s[3],s[4]=1*s[4]/3+2*s[2]/3,s[3]=1*s[3]/3+2*s[1]/3,s[2]=1*this.pos[1]/3+2*s[2]/3,s[1]=1*this.pos[0]/3+2*s[1]/3;break;case"A":r=function(n,l){var h,c,d,u,g,p,f,x,b,m,w,y,v,A,k,C,S,M,P,I,T,z,E,R,Y,H,_=Math.abs(l[1]),N=Math.abs(l[2]),W=l[3]%360,Q=l[4],oe=l[5],q=l[6],ue=l[7],$=new te(n),Z=new te(q,ue),ee=[];if(_===0||N===0||$.x===Z.x&&$.y===Z.y)return[["C",$.x,$.y,Z.x,Z.y,Z.x,Z.y]];for(h=new te(($.x-Z.x)/2,($.y-Z.y)/2).transform(new B().rotate(W)),c=h.x*h.x/(_*_)+h.y*h.y/(N*N),c>1&&(_*=c=Math.sqrt(c),N*=c),d=new B().rotate(W).scale(1/_,1/N).rotate(-W),$=$.transform(d),Z=Z.transform(d),u=[Z.x-$.x,Z.y-$.y],p=u[0]*u[0]+u[1]*u[1],g=Math.sqrt(p),u[0]/=g,u[1]/=g,f=p<4?Math.sqrt(1-p/4):0,Q===oe&&(f*=-1),x=new te((Z.x+$.x)/2+f*-u[1],(Z.y+$.y)/2+f*u[0]),b=new te($.x-x.x,$.y-x.y),m=new te(Z.x-x.x,Z.y-x.y),w=Math.acos(b.x/Math.sqrt(b.x*b.x+b.y*b.y)),b.y<0&&(w*=-1),y=Math.acos(m.x/Math.sqrt(m.x*m.x+m.y*m.y)),m.y<0&&(y*=-1),oe&&w>y&&(y+=2*Math.PI),!oe&&w<y&&(y-=2*Math.PI),A=Math.ceil(2*Math.abs(w-y)/Math.PI),C=[],S=w,v=(y-w)/A,k=4*Math.tan(v/4)/3,T=0;T<=A;T++)P=Math.cos(S),M=Math.sin(S),I=new te(x.x+P,x.y+M),C[T]=[new te(I.x+k*M,I.y-k*P),I,new te(I.x-k*M,I.y+k*P)],S+=v;for(C[0][0]=C[0][1].clone(),C[C.length-1][2]=C[C.length-1][1].clone(),d=new B().rotate(W).scale(_,N).rotate(-W),T=0,z=C.length;T<z;T++)C[T][0]=C[T][0].transform(d),C[T][1]=C[T][1].transform(d),C[T][2]=C[T][2].transform(d);for(T=1,z=C.length;T<z;T++)E=(I=C[T-1][2]).x,R=I.y,Y=(I=C[T][0]).x,H=I.y,q=(I=C[T][1]).x,ue=I.y,ee.push(["C",E,R,Y,H,q,ue]);return ee}(this.pos,s),s=r[0]}return s[0]="C",this.pos=[s[5],s[6]],this.reflection=[2*s[5]-s[3],2*s[6]-s[4]],r}function a(){var s=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],r=arguments.length>1?arguments[1]:void 0;if(r===!1)return!1;for(var n=r,l=s.length;n<l;++n)if(s[n][0]=="M")return n;return!1}G(Pe,{morph:function(s,r,n,l,h){for(var c=this.parse(s),d=this.parse(r),u=0,g=0,p=!1,f=!1;u!==!1||g!==!1;){var x;p=a(c,u!==!1&&u+1),f=a(d,g!==!1&&g+1),u===!1&&(u=(x=new Pe(b.start).bbox()).height==0||x.width==0?c.push(c[0])-1:c.push(["M",x.x+x.width/2,x.y+x.height/2])-1),g===!1&&(g=(x=new Pe(b.dest).bbox()).height==0||x.width==0?d.push(d[0])-1:d.push(["M",x.x+x.width/2,x.y+x.height/2])-1);var b=o(c,u,p,d,g,f);c=c.slice(0,u).concat(b.start,p===!1?[]:c.slice(p)),d=d.slice(0,g).concat(b.dest,f===!1?[]:d.slice(f)),u=p!==!1&&u+b.start.length,g=f!==!1&&g+b.dest.length}this._array=c,this.destination=new Pe,this.destination._array=d;var m=this.fromArray(c.map(function(w,y){var v=d[y].map(function(A,k){return k===0?A:l.step(w[k],d[y][k],n,h[y],h)});return v}));return m}})})();const Ji=o=>(o.changedTouches&&(o=o.changedTouches[0]),{x:o.clientX,y:o.clientY});class br{constructor(e){e.remember("_draggable",this),this.el=e,this.drag=this.drag.bind(this),this.startDrag=this.startDrag.bind(this),this.endDrag=this.endDrag.bind(this)}init(e){e?(this.el.on("mousedown.drag",this.startDrag),this.el.on("touchstart.drag",this.startDrag,{passive:!1})):(this.el.off("mousedown.drag"),this.el.off("touchstart.drag"))}startDrag(e){const t=!e.type.indexOf("mouse");if(t&&e.which!==1&&e.buttons!==0||this.el.dispatch("beforedrag",{event:e,handler:this}).defaultPrevented)return;e.preventDefault(),e.stopPropagation(),this.init(!1),this.box=this.el.bbox(),this.lastClick=this.el.point(Ji(e));const i=(t?"mouseup":"touchend")+".drag";Xe(window,(t?"mousemove":"touchmove")+".drag",this.drag,this,{passive:!1}),Xe(window,i,this.endDrag,this,{passive:!1}),this.el.fire("dragstart",{event:e,handler:this,box:this.box})}drag(e){const{box:t,lastClick:i}=this,a=this.el.point(Ji(e)),s=a.x-i.x,r=a.y-i.y;if(!s&&!r)return t;const n=t.x+s,l=t.y+r;this.box=new he(n,l,t.w,t.h),this.lastClick=a,this.el.dispatch("dragmove",{event:e,handler:this,box:this.box}).defaultPrevented||this.move(n,l)}move(e,t){this.el.type==="svg"?Oe.prototype.move.call(this.el,e,t):this.el.move(e,t)}endDrag(e){this.drag(e),this.el.fire("dragend",{event:e,handler:this,box:this.box}),Le(window,"mousemove.drag"),Le(window,"touchmove.drag"),Le(window,"mouseup.drag"),Le(window,"touchend.drag"),this.init(!0)}}/*! +* @svgdotjs/svg.select.js - An extension of svg.js which allows to select elements with mouse +* @version 4.0.1 +* https://github.com/svgdotjs/svg.select.js +* +* @copyright Ulrich-Matthias Schäfer +* @license MIT +* +* BUILT: Mon Jul 01 2024 15:04:42 GMT+0200 (Central European Summer Time) +*/function mi(o,e,t,i=null){return function(a){a.preventDefault(),a.stopPropagation();var s=a.pageX||a.touches[0].pageX,r=a.pageY||a.touches[0].pageY;e.fire(o,{x:s,y:r,event:a,index:i,points:t})}}function vi([o,e],{a:t,b:i,c:a,d:s,e:r,f:n}){return[o*t+e*a+r,o*i+e*s+n]}G(xe,{draggable(o=!0){return(this.remember("_draggable")||new br(this)).init(o),this}});let qa=class{constructor(o){this.el=o,o.remember("_selectHandler",this),this.selection=new Oe,this.order=["lt","t","rt","r","rb","b","lb","l","rot"],this.mutationHandler=this.mutationHandler.bind(this);const e=vt();this.observer=new e.MutationObserver(this.mutationHandler)}init(o){this.createHandle=o.createHandle||this.createHandleFn,this.createRot=o.createRot||this.createRotFn,this.updateHandle=o.updateHandle||this.updateHandleFn,this.updateRot=o.updateRot||this.updateRotFn,this.el.root().put(this.selection),this.updatePoints(),this.createSelection(),this.createResizeHandles(),this.updateResizeHandles(),this.createRotationHandle(),this.updateRotationHandle(),this.observer.observe(this.el.node,{attributes:!0})}active(o,e){if(!o)return this.selection.clear().remove(),void this.observer.disconnect();this.init(e)}createSelection(){this.selection.polygon(this.handlePoints).addClass("svg_select_shape")}updateSelection(){this.selection.get(0).plot(this.handlePoints)}createResizeHandles(){this.handlePoints.forEach((o,e,t)=>{const i=this.order[e];this.createHandle.call(this,this.selection,o,e,t,i),this.selection.get(e+1).addClass("svg_select_handle svg_select_handle_"+i).on("mousedown.selection touchstart.selection",mi(i,this.el,this.handlePoints,e))})}createHandleFn(o){o.polyline()}updateHandleFn(o,e,t,i){const a=i.at(t-1),s=i[(t+1)%i.length],r=e,n=[r[0]-a[0],r[1]-a[1]],l=[r[0]-s[0],r[1]-s[1]],h=Math.sqrt(n[0]*n[0]+n[1]*n[1]),c=Math.sqrt(l[0]*l[0]+l[1]*l[1]),d=[n[0]/h,n[1]/h],u=[l[0]/c,l[1]/c],g=[r[0]-10*d[0],r[1]-10*d[1]],p=[r[0]-10*u[0],r[1]-10*u[1]];o.plot([g,r,p])}updateResizeHandles(){this.handlePoints.forEach((o,e,t)=>{const i=this.order[e];this.updateHandle.call(this,this.selection.get(e+1),o,e,t,i)})}createRotFn(o){o.line(),o.circle(5)}getPoint(o){return this.handlePoints[this.order.indexOf(o)]}getPointHandle(o){return this.selection.get(this.order.indexOf(o)+1)}updateRotFn(o,e){const t=this.getPoint("t");o.get(0).plot(t[0],t[1],e[0],e[1]),o.get(1).center(e[0],e[1])}createRotationHandle(){const o=this.selection.group().addClass("svg_select_handle_rot").on("mousedown.selection touchstart.selection",mi("rot",this.el,this.handlePoints));this.createRot.call(this,o)}updateRotationHandle(){const o=this.selection.findOne("g.svg_select_handle_rot");this.updateRot(o,this.rotationPoint,this.handlePoints)}updatePoints(){const o=this.el.bbox(),e=this.el.parent().screenCTM().inverseO().multiplyO(this.el.screenCTM());this.handlePoints=this.getHandlePoints(o).map(t=>vi(t,e)),this.rotationPoint=vi(this.getRotationPoint(o),e)}getHandlePoints({x:o,x2:e,y:t,y2:i,cx:a,cy:s}=this.el.bbox()){return[[o,t],[a,t],[e,t],[e,s],[e,i],[a,i],[o,i],[o,s]]}getRotationPoint({y:o,cx:e}=this.el.bbox()){return[e,o-20]}mutationHandler(){this.updatePoints(),this.updateSelection(),this.updateResizeHandles(),this.updateRotationHandle()}};const Ki=o=>function(e=!0,t={}){typeof e=="object"&&(t=e,e=!0);let i=this.remember("_"+o.name);return i||(e.prototype instanceof qa?(i=new e(this),e=!0):i=new o(this),this.remember("_"+o.name,i)),i.active(e,t),this};/*! +* @svgdotjs/svg.resize.js - An extension for svg.js which allows to resize elements which are selected +* @version 2.0.4 +* https://github.com/svgdotjs/svg.resize.js +* +* @copyright [object Object] +* @license MIT +* +* BUILT: Fri Sep 13 2024 12:43:14 GMT+0200 (Central European Summer Time) +*//*! +* @svgdotjs/svg.select.js - An extension of svg.js which allows to select elements with mouse +* @version 4.0.1 +* https://github.com/svgdotjs/svg.select.js +* +* @copyright Ulrich-Matthias Schäfer +* @license MIT +* +* BUILT: Mon Jul 01 2024 15:04:42 GMT+0200 (Central European Summer Time) +*/function yi(o,e,t,i=null){return function(a){a.preventDefault(),a.stopPropagation();var s=a.pageX||a.touches[0].pageX,r=a.pageY||a.touches[0].pageY;e.fire(o,{x:s,y:r,event:a,index:i,points:t})}}function wi([o,e],{a:t,b:i,c:a,d:s,e:r,f:n}){return[o*t+e*a+r,o*i+e*s+n]}G(xe,{select:Ki(qa)}),G([Be,je,We],{pointSelect:Ki(class{constructor(o){this.el=o,o.remember("_pointSelectHandler",this),this.selection=new Oe,this.order=["lt","t","rt","r","rb","b","lb","l","rot"],this.mutationHandler=this.mutationHandler.bind(this);const e=vt();this.observer=new e.MutationObserver(this.mutationHandler)}init(o){this.createHandle=o.createHandle||this.createHandleFn,this.updateHandle=o.updateHandle||this.updateHandleFn,this.el.root().put(this.selection),this.updatePoints(),this.createSelection(),this.createPointHandles(),this.updatePointHandles(),this.observer.observe(this.el.node,{attributes:!0})}active(o,e){if(!o)return this.selection.clear().remove(),void this.observer.disconnect();this.init(e)}createSelection(){this.selection.polygon(this.points).addClass("svg_select_shape_pointSelect")}updateSelection(){this.selection.get(0).plot(this.points)}createPointHandles(){this.points.forEach((o,e,t)=>{this.createHandle.call(this,this.selection,o,e,t),this.selection.get(e+1).addClass("svg_select_handle_point").on("mousedown.selection touchstart.selection",mi("point",this.el,this.points,e))})}createHandleFn(o){o.circle(5)}updateHandleFn(o,e){o.center(e[0],e[1])}updatePointHandles(){this.points.forEach((o,e,t)=>{this.updateHandle.call(this,this.selection.get(e+1),o,e,t)})}updatePoints(){const o=this.el.parent().screenCTM().inverseO().multiplyO(this.el.screenCTM());this.points=this.el.array().map(e=>vi(e,o))}mutationHandler(){this.updatePoints(),this.updateSelection(),this.updatePointHandles()}})});class Za{constructor(e){this.el=e,e.remember("_selectHandler",this),this.selection=new Oe,this.order=["lt","t","rt","r","rb","b","lb","l","rot"],this.mutationHandler=this.mutationHandler.bind(this);const t=vt();this.observer=new t.MutationObserver(this.mutationHandler)}init(e){this.createHandle=e.createHandle||this.createHandleFn,this.createRot=e.createRot||this.createRotFn,this.updateHandle=e.updateHandle||this.updateHandleFn,this.updateRot=e.updateRot||this.updateRotFn,this.el.root().put(this.selection),this.updatePoints(),this.createSelection(),this.createResizeHandles(),this.updateResizeHandles(),this.createRotationHandle(),this.updateRotationHandle(),this.observer.observe(this.el.node,{attributes:!0})}active(e,t){if(!e)return this.selection.clear().remove(),void this.observer.disconnect();this.init(t)}createSelection(){this.selection.polygon(this.handlePoints).addClass("svg_select_shape")}updateSelection(){this.selection.get(0).plot(this.handlePoints)}createResizeHandles(){this.handlePoints.forEach((e,t,i)=>{const a=this.order[t];this.createHandle.call(this,this.selection,e,t,i,a),this.selection.get(t+1).addClass("svg_select_handle svg_select_handle_"+a).on("mousedown.selection touchstart.selection",yi(a,this.el,this.handlePoints,t))})}createHandleFn(e){e.polyline()}updateHandleFn(e,t,i,a){const s=a.at(i-1),r=a[(i+1)%a.length],n=t,l=[n[0]-s[0],n[1]-s[1]],h=[n[0]-r[0],n[1]-r[1]],c=Math.sqrt(l[0]*l[0]+l[1]*l[1]),d=Math.sqrt(h[0]*h[0]+h[1]*h[1]),u=[l[0]/c,l[1]/c],g=[h[0]/d,h[1]/d],p=[n[0]-10*u[0],n[1]-10*u[1]],f=[n[0]-10*g[0],n[1]-10*g[1]];e.plot([p,n,f])}updateResizeHandles(){this.handlePoints.forEach((e,t,i)=>{const a=this.order[t];this.updateHandle.call(this,this.selection.get(t+1),e,t,i,a)})}createRotFn(e){e.line(),e.circle(5)}getPoint(e){return this.handlePoints[this.order.indexOf(e)]}getPointHandle(e){return this.selection.get(this.order.indexOf(e)+1)}updateRotFn(e,t){const i=this.getPoint("t");e.get(0).plot(i[0],i[1],t[0],t[1]),e.get(1).center(t[0],t[1])}createRotationHandle(){const e=this.selection.group().addClass("svg_select_handle_rot").on("mousedown.selection touchstart.selection",yi("rot",this.el,this.handlePoints));this.createRot.call(this,e)}updateRotationHandle(){const e=this.selection.findOne("g.svg_select_handle_rot");this.updateRot(e,this.rotationPoint,this.handlePoints)}updatePoints(){const e=this.el.bbox(),t=this.el.parent().screenCTM().inverseO().multiplyO(this.el.screenCTM());this.handlePoints=this.getHandlePoints(e).map(i=>wi(i,t)),this.rotationPoint=wi(this.getRotationPoint(e),t)}getHandlePoints({x:e,x2:t,y:i,y2:a,cx:s,cy:r}=this.el.bbox()){return[[e,i],[s,i],[t,i],[t,r],[t,a],[s,a],[e,a],[e,r]]}getRotationPoint({y:e,cx:t}=this.el.bbox()){return[t,e-20]}mutationHandler(){this.updatePoints(),this.updateSelection(),this.updateResizeHandles(),this.updateRotationHandle()}}const Qi=o=>function(e=!0,t={}){typeof e=="object"&&(t=e,e=!0);let i=this.remember("_"+o.name);return i||(e.prototype instanceof Za?(i=new e(this),e=!0):i=new o(this),this.remember("_"+o.name,i)),i.active(e,t),this};G(xe,{select:Qi(Za)}),G([Be,je,We],{pointSelect:Qi(class{constructor(o){this.el=o,o.remember("_pointSelectHandler",this),this.selection=new Oe,this.order=["lt","t","rt","r","rb","b","lb","l","rot"],this.mutationHandler=this.mutationHandler.bind(this);const e=vt();this.observer=new e.MutationObserver(this.mutationHandler)}init(o){this.createHandle=o.createHandle||this.createHandleFn,this.updateHandle=o.updateHandle||this.updateHandleFn,this.el.root().put(this.selection),this.updatePoints(),this.createSelection(),this.createPointHandles(),this.updatePointHandles(),this.observer.observe(this.el.node,{attributes:!0})}active(o,e){if(!o)return this.selection.clear().remove(),void this.observer.disconnect();this.init(e)}createSelection(){this.selection.polygon(this.points).addClass("svg_select_shape_pointSelect")}updateSelection(){this.selection.get(0).plot(this.points)}createPointHandles(){this.points.forEach((o,e,t)=>{this.createHandle.call(this,this.selection,o,e,t),this.selection.get(e+1).addClass("svg_select_handle_point").on("mousedown.selection touchstart.selection",yi("point",this.el,this.points,e))})}createHandleFn(o){o.circle(5)}updateHandleFn(o,e){o.center(e[0],e[1])}updatePointHandles(){this.points.forEach((o,e,t)=>{this.updateHandle.call(this,this.selection.get(e+1),o,e,t)})}updatePoints(){const o=this.el.parent().screenCTM().inverseO().multiplyO(this.el.screenCTM());this.points=this.el.array().map(e=>wi(e,o))}mutationHandler(){this.updatePoints(),this.updateSelection(),this.updatePointHandles()}})});const Ct=o=>(o.changedTouches&&(o=o.changedTouches[0]),{x:o.clientX,y:o.clientY}),ea=o=>{let e=1/0,t=1/0,i=-1/0,a=-1/0;for(let s=0;s<o.length;s++){const r=o[s];e=Math.min(e,r[0]),t=Math.min(t,r[1]),i=Math.max(i,r[0]),a=Math.max(a,r[1])}return new he(e,t,i-e,a-t)};class ta{constructor(e){this.el=e,e.remember("_ResizeHandler",this),this.lastCoordinates=null,this.eventType="",this.lastEvent=null,this.handleResize=this.handleResize.bind(this),this.resize=this.resize.bind(this),this.endResize=this.endResize.bind(this),this.rotate=this.rotate.bind(this),this.movePoint=this.movePoint.bind(this)}active(e,t){this.preserveAspectRatio=t.preserveAspectRatio??!1,this.aroundCenter=t.aroundCenter??!1,this.grid=t.grid??0,this.degree=t.degree??0,this.el.off(".resize"),e&&(this.el.on(["lt.resize","rt.resize","rb.resize","lb.resize","t.resize","r.resize","b.resize","l.resize","rot.resize","point.resize"],this.handleResize),this.lastEvent&&(this.eventType==="rot"?this.rotate(this.lastEvent):this.eventType==="point"?this.movePoint(this.lastEvent):this.resize(this.lastEvent)))}handleResize(e){this.eventType=e.type;const{event:t,index:i,points:a}=e.detail,s=!t.type.indexOf("mouse");if(s&&(t.which||t.buttons)!==1||this.el.dispatch("beforeresize",{event:e,handler:this}).defaultPrevented)return;this.box=this.el.bbox(),this.startPoint=this.el.point(Ct(t)),this.index=i,this.points=a.slice();const r=(s?"mousemove":"touchmove")+".resize",n=(s?"mouseup":"touchcancel.resize touchend")+".resize";e.type==="point"?Xe(window,r,this.movePoint):e.type==="rot"?Xe(window,r,this.rotate):Xe(window,r,this.resize),Xe(window,n,this.endResize)}resize(e){this.lastEvent=e;const t=this.snapToGrid(this.el.point(Ct(e)));let i=t.x-this.startPoint.x,a=t.y-this.startPoint.y;this.preserveAspectRatio&&this.aroundCenter&&(i*=2,a*=2);const s=this.box.x+i,r=this.box.y+a,n=this.box.x2+i,l=this.box.y2+a;let h=new he(this.box);if(this.eventType.includes("l")&&(h.x=Math.min(s,this.box.x2),h.x2=Math.max(s,this.box.x2)),this.eventType.includes("r")&&(h.x=Math.min(n,this.box.x),h.x2=Math.max(n,this.box.x)),this.eventType.includes("t")&&(h.y=Math.min(r,this.box.y2),h.y2=Math.max(r,this.box.y2)),this.eventType.includes("b")&&(h.y=Math.min(l,this.box.y),h.y2=Math.max(l,this.box.y)),h.width=h.x2-h.x,h.height=h.y2-h.y,this.preserveAspectRatio){const c=h.width/this.box.width,d=h.height/this.box.height,u=["lt","t","rt","r","rb","b","lb","l"],g=(u.indexOf(this.eventType)+4)%u.length,p=this.aroundCenter?[this.box.cx,this.box.cy]:this.points[g];let f=this.eventType.includes("t")||this.eventType.includes("b")?d:c;f=this.eventType.length===2?Math.max(c,d):f,h=function(x,b,m){const w=[[x.x,x.y],[x.x+x.width,x.y],[x.x+x.width,x.y+x.height],[x.x,x.y+x.height]].map(([y,v])=>{const A=y-b[0],k=(v-b[1])*m;return[A*m+b[0],k+b[1]]});return ea(w)}(this.box,p,f)}this.el.dispatch("resize",{box:new he(h),angle:0,eventType:this.eventType,event:e,handler:this}).defaultPrevented||this.el.size(h.width,h.height).move(h.x,h.y)}movePoint(e){this.lastEvent=e;const{x:t,y:i}=this.snapToGrid(this.el.point(Ct(e))),a=this.el.array().slice();a[this.index]=[t,i],this.el.dispatch("resize",{box:ea(a),angle:0,eventType:this.eventType,event:e,handler:this}).defaultPrevented||this.el.plot(a)}rotate(e){this.lastEvent=e;const t=this.startPoint,i=this.el.point(Ct(e)),{cx:a,cy:s}=this.box,r=t.x-a,n=t.y-s,l=i.x-a,h=i.y-s,c=Math.sqrt(r*r+n*n)*Math.sqrt(l*l+h*h);if(c===0)return;let d=Math.acos((r*l+n*h)/c)/Math.PI*180;if(!d)return;i.x<t.x&&(d=-d);const u=new B(this.el),{x:g,y:p}=new te(a,s).transformO(u),{rotate:f}=u.decompose(),x=this.snapToAngle(f+d)-f;this.el.dispatch("resize",{box:this.box,angle:x,eventType:this.eventType,event:e,handler:this}).defaultPrevented||this.el.transform(u.rotateO(x,g,p))}endResize(e){this.eventType!=="rot"&&this.eventType!=="point"&&this.resize(e),this.lastEvent=null,this.eventType="",Le(window,"mousemove.resize touchmove.resize"),Le(window,"mouseup.resize touchend.resize")}snapToGrid(e){return this.grid&&(e.x=Math.round(e.x/this.grid)*this.grid,e.y=Math.round(e.y/this.grid)*this.grid),e}snapToAngle(e){return this.degree&&(e=Math.round(e/this.degree)*this.degree),e}}G(xe,{resize:function(o=!0,e={}){typeof o=="object"&&(e=o,o=!0);let t=this.remember("_ResizeHandler");return t||(o.prototype instanceof ta?(t=new o(this),o=!0):t=new ta(this),this.remember("_resizeHandler",t)),t.active(o,e),this}}),window.SVG===void 0&&(window.SVG=Xs),window.Apex===void 0&&(window.Apex={});var ia=function(){function o(e){F(this,o),this.ctx=e,this.w=e.w}return D(o,[{key:"initModules",value:function(){this.ctx.publicMethods=["updateOptions","updateSeries","appendData","appendSeries","isSeriesHidden","highlightSeries","toggleSeries","showSeries","hideSeries","setLocale","resetSeries","zoomX","toggleDataPointSelection","dataURI","exportToCSV","addXaxisAnnotation","addYaxisAnnotation","addPointAnnotation","clearAnnotations","removeAnnotation","paper","destroy"],this.ctx.eventList=["click","mousedown","mousemove","mouseleave","touchstart","touchmove","touchleave","mouseup","touchend"],this.ctx.animations=new it(this.ctx),this.ctx.axes=new Ws(this.ctx),this.ctx.core=new pr(this.ctx.el,this.ctx),this.ctx.config=new pt({}),this.ctx.data=new Ei(this.ctx),this.ctx.grid=new Fa(this.ctx),this.ctx.graphics=new X(this.ctx),this.ctx.coreUtils=new ce(this.ctx),this.ctx.crosshairs=new bi(this.ctx),this.ctx.events=new _s(this.ctx),this.ctx.exports=new Et(this.ctx),this.ctx.fill=new Te(this.ctx),this.ctx.localization=new Ns(this.ctx),this.ctx.options=new Ne,this.ctx.responsive=new Bs(this.ctx),this.ctx.series=new Me(this.ctx),this.ctx.theme=new js(this.ctx),this.ctx.formatters=new kt(this.ctx),this.ctx.titleSubtitle=new Gs(this.ctx),this.ctx.legend=new _a(this.ctx),this.ctx.toolbar=new Na(this.ctx),this.ctx.tooltip=new Zi(this.ctx),this.ctx.dimensions=new Ot(this.ctx),this.ctx.updateHelpers=new xr(this.ctx),this.ctx.zoomPanSelection=new Js(this.ctx),this.ctx.w.globals.tooltip=new Zi(this.ctx)}}]),o}(),aa=function(){function o(e){F(this,o),this.ctx=e,this.w=e.w}return D(o,[{key:"clear",value:function(e){var t=e.isUpdating;this.ctx.zoomPanSelection&&this.ctx.zoomPanSelection.destroy(),this.ctx.toolbar&&this.ctx.toolbar.destroy(),this.ctx.animations=null,this.ctx.axes=null,this.ctx.annotations=null,this.ctx.core=null,this.ctx.data=null,this.ctx.grid=null,this.ctx.series=null,this.ctx.responsive=null,this.ctx.theme=null,this.ctx.formatters=null,this.ctx.titleSubtitle=null,this.ctx.legend=null,this.ctx.dimensions=null,this.ctx.options=null,this.ctx.crosshairs=null,this.ctx.zoomPanSelection=null,this.ctx.updateHelpers=null,this.ctx.toolbar=null,this.ctx.localization=null,this.ctx.w.globals.tooltip=null,this.clearDomElements({isUpdating:t})}},{key:"killSVG",value:function(e){e.each(function(){this.removeClass("*"),this.off()},!0),e.clear()}},{key:"clearDomElements",value:function(e){var t=this,i=e.isUpdating,a=this.w.globals.dom.Paper.node;a.parentNode&&a.parentNode.parentNode&&!i&&(a.parentNode.parentNode.style.minHeight="unset");var s=this.w.globals.dom.baseEl;s&&this.ctx.eventList.forEach(function(n){s.removeEventListener(n,t.ctx.events.documentEvent)});var r=this.w.globals.dom;if(this.ctx.el!==null)for(;this.ctx.el.firstChild;)this.ctx.el.removeChild(this.ctx.el.firstChild);this.killSVG(r.Paper),r.Paper.remove(),r.elWrap=null,r.elGraphical=null,r.elLegendWrap=null,r.elLegendForeign=null,r.baseEl=null,r.elGridRect=null,r.elGridRectMask=null,r.elGridRectBarMask=null,r.elGridRectMarkerMask=null,r.elForecastMask=null,r.elNonForecastMask=null,r.elDefs=null}}]),o}(),ii=new WeakMap,mr=function(){function o(e,t){F(this,o),this.opts=t,this.ctx=this,this.w=new Ds(t).init(),this.el=e,this.w.globals.cuid=L.randomId(),this.w.globals.chartID=this.w.config.chart.id?L.escapeString(this.w.config.chart.id):this.w.globals.cuid,new ia(this).initModules(),this.create=L.bind(this.create,this),this.windowResizeHandler=this._windowResizeHandler.bind(this),this.parentResizeHandler=this._parentResizeCallback.bind(this)}return D(o,[{key:"render",value:function(){var e=this;return new Promise(function(t,i){if(L.elementExists(e.el)){Apex._chartInstances===void 0&&(Apex._chartInstances=[]),e.w.config.chart.id&&Apex._chartInstances.push({id:e.w.globals.chartID,group:e.w.config.chart.group,chart:e}),e.setLocale(e.w.config.chart.defaultLocale);var a=e.w.config.chart.events.beforeMount;typeof a=="function"&&a(e,e.w),e.events.fireEvent("beforeMount",[e,e.w]),window.addEventListener("resize",e.windowResizeHandler),function(u,g){var p=!1;if(u.nodeType!==Node.DOCUMENT_FRAGMENT_NODE){var f=u.getBoundingClientRect();u.style.display!=="none"&&f.width!==0||(p=!0)}var x=new ResizeObserver(function(b){p&&g.call(u,b),p=!0});u.nodeType===Node.DOCUMENT_FRAGMENT_NODE?Array.from(u.children).forEach(function(b){return x.observe(b)}):x.observe(u),ii.set(g,x)}(e.el.parentNode,e.parentResizeHandler);var s=e.el.getRootNode&&e.el.getRootNode(),r=L.is("ShadowRoot",s),n=e.el.ownerDocument,l=r?s.getElementById("apexcharts-css"):n.getElementById("apexcharts-css");if(!l){var h;(l=document.createElement("style")).id="apexcharts-css",l.textContent=`@keyframes opaque { + 0% { + opacity: 0 + } + + to { + opacity: 1 + } +} + +@keyframes resizeanim { + + 0%, + to { + opacity: 0 + } +} + +.apexcharts-canvas { + position: relative; + direction: ltr !important; + user-select: none +} + +.apexcharts-canvas ::-webkit-scrollbar { + -webkit-appearance: none; + width: 6px +} + +.apexcharts-canvas ::-webkit-scrollbar-thumb { + border-radius: 4px; + background-color: rgba(0, 0, 0, .5); + box-shadow: 0 0 1px rgba(255, 255, 255, .5); + -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5) +} + +.apexcharts-inner { + position: relative +} + +.apexcharts-text tspan { + font-family: inherit +} + +rect.legend-mouseover-inactive, +.legend-mouseover-inactive rect, +.legend-mouseover-inactive path, +.legend-mouseover-inactive circle, +.legend-mouseover-inactive line, +.legend-mouseover-inactive text.apexcharts-yaxis-title-text, +.legend-mouseover-inactive text.apexcharts-yaxis-label { + transition: .15s ease all; + opacity: .2 +} + +.apexcharts-legend-text { + padding-left: 15px; + margin-left: -15px; +} + +.apexcharts-series-collapsed { + opacity: 0 +} + +.apexcharts-tooltip { + border-radius: 5px; + box-shadow: 2px 2px 6px -4px #999; + cursor: default; + font-size: 14px; + left: 62px; + opacity: 0; + pointer-events: none; + position: absolute; + top: 20px; + display: flex; + flex-direction: column; + overflow: hidden; + white-space: nowrap; + z-index: 12; + transition: .15s ease all +} + +.apexcharts-tooltip.apexcharts-active { + opacity: 1; + transition: .15s ease all +} + +.apexcharts-tooltip.apexcharts-theme-light { + border: 1px solid #e3e3e3; + background: rgba(255, 255, 255, .96) +} + +.apexcharts-tooltip.apexcharts-theme-dark { + color: #fff; + background: rgba(30, 30, 30, .8) +} + +.apexcharts-tooltip * { + font-family: inherit +} + +.apexcharts-tooltip-title { + padding: 6px; + font-size: 15px; + margin-bottom: 4px +} + +.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title { + background: #eceff1; + border-bottom: 1px solid #ddd +} + +.apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-title { + background: rgba(0, 0, 0, .7); + border-bottom: 1px solid #333 +} + +.apexcharts-tooltip-text-goals-value, +.apexcharts-tooltip-text-y-value, +.apexcharts-tooltip-text-z-value { + display: inline-block; + margin-left: 5px; + font-weight: 600 +} + +.apexcharts-tooltip-text-goals-label:empty, +.apexcharts-tooltip-text-goals-value:empty, +.apexcharts-tooltip-text-y-label:empty, +.apexcharts-tooltip-text-y-value:empty, +.apexcharts-tooltip-text-z-value:empty, +.apexcharts-tooltip-title:empty { + display: none +} + +.apexcharts-tooltip-text-goals-label, +.apexcharts-tooltip-text-goals-value { + padding: 6px 0 5px +} + +.apexcharts-tooltip-goals-group, +.apexcharts-tooltip-text-goals-label, +.apexcharts-tooltip-text-goals-value { + display: flex +} + +.apexcharts-tooltip-text-goals-label:not(:empty), +.apexcharts-tooltip-text-goals-value:not(:empty) { + margin-top: -6px +} + +.apexcharts-tooltip-marker { + display: inline-block; + position: relative; + width: 16px; + height: 16px; + font-size: 16px; + line-height: 16px; + margin-right: 4px; + text-align: center; + vertical-align: middle; + color: inherit; +} + +.apexcharts-tooltip-marker::before { + content: ""; + display: inline-block; + width: 100%; + text-align: center; + color: currentcolor; + text-rendering: optimizeLegibility; + -webkit-font-smoothing: antialiased; + font-size: 26px; + line-height: 14px; + font-weight: 900; +} + +.apexcharts-tooltip-marker[shape="circle"]::before { + content: "\\25CF"; +} + +.apexcharts-tooltip-marker[shape="square"]::before, +.apexcharts-tooltip-marker[shape="rect"]::before { + content: "\\25A0"; + transform: translate(-1px, -2px); +} + +.apexcharts-tooltip-marker[shape="line"]::before { + content: "\\2500"; +} + +.apexcharts-tooltip-marker[shape="diamond"]::before { + content: "\\25C6"; + font-size: 28px; +} + +.apexcharts-tooltip-marker[shape="triangle"]::before { + content: "\\25B2"; + font-size: 22px; +} + +.apexcharts-tooltip-marker[shape="cross"]::before { + content: "\\2715"; + font-size: 18px; +} + +.apexcharts-tooltip-marker[shape="plus"]::before { + content: "\\2715"; + transform: rotate(45deg) translate(-1px, -1px); + font-size: 18px; +} + +.apexcharts-tooltip-marker[shape="star"]::before { + content: "\\2605"; + font-size: 18px; +} + +.apexcharts-tooltip-marker[shape="sparkle"]::before { + content: "\\2726"; + font-size: 20px; +} + +.apexcharts-tooltip-series-group { + padding: 0 10px; + display: none; + text-align: left; + justify-content: left; + align-items: center +} + +.apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-marker { + opacity: 1 +} + +.apexcharts-tooltip-series-group.apexcharts-active, +.apexcharts-tooltip-series-group:last-child { + padding-bottom: 4px +} + +.apexcharts-tooltip-y-group { + padding: 6px 0 5px +} + +.apexcharts-custom-tooltip, +.apexcharts-tooltip-box { + padding: 4px 8px +} + +.apexcharts-tooltip-boxPlot { + display: flex; + flex-direction: column-reverse +} + +.apexcharts-tooltip-box>div { + margin: 4px 0 +} + +.apexcharts-tooltip-box span.value { + font-weight: 700 +} + +.apexcharts-tooltip-rangebar { + padding: 5px 8px +} + +.apexcharts-tooltip-rangebar .category { + font-weight: 600; + color: #777 +} + +.apexcharts-tooltip-rangebar .series-name { + font-weight: 700; + display: block; + margin-bottom: 5px +} + +.apexcharts-xaxistooltip, +.apexcharts-yaxistooltip { + opacity: 0; + pointer-events: none; + color: #373d3f; + font-size: 13px; + text-align: center; + border-radius: 2px; + position: absolute; + z-index: 10; + background: #eceff1; + border: 1px solid #90a4ae +} + +.apexcharts-xaxistooltip { + padding: 9px 10px; + transition: .15s ease all +} + +.apexcharts-xaxistooltip.apexcharts-theme-dark { + background: rgba(0, 0, 0, .7); + border: 1px solid rgba(0, 0, 0, .5); + color: #fff +} + +.apexcharts-xaxistooltip:after, +.apexcharts-xaxistooltip:before { + left: 50%; + border: solid transparent; + content: " "; + height: 0; + width: 0; + position: absolute; + pointer-events: none +} + +.apexcharts-xaxistooltip:after { + border-color: transparent; + border-width: 6px; + margin-left: -6px +} + +.apexcharts-xaxistooltip:before { + border-color: transparent; + border-width: 7px; + margin-left: -7px +} + +.apexcharts-xaxistooltip-bottom:after, +.apexcharts-xaxistooltip-bottom:before { + bottom: 100% +} + +.apexcharts-xaxistooltip-top:after, +.apexcharts-xaxistooltip-top:before { + top: 100% +} + +.apexcharts-xaxistooltip-bottom:after { + border-bottom-color: #eceff1 +} + +.apexcharts-xaxistooltip-bottom:before { + border-bottom-color: #90a4ae +} + +.apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:after, +.apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:before { + border-bottom-color: rgba(0, 0, 0, .5) +} + +.apexcharts-xaxistooltip-top:after { + border-top-color: #eceff1 +} + +.apexcharts-xaxistooltip-top:before { + border-top-color: #90a4ae +} + +.apexcharts-xaxistooltip-top.apexcharts-theme-dark:after, +.apexcharts-xaxistooltip-top.apexcharts-theme-dark:before { + border-top-color: rgba(0, 0, 0, .5) +} + +.apexcharts-xaxistooltip.apexcharts-active { + opacity: 1; + transition: .15s ease all +} + +.apexcharts-yaxistooltip { + padding: 4px 10px +} + +.apexcharts-yaxistooltip.apexcharts-theme-dark { + background: rgba(0, 0, 0, .7); + border: 1px solid rgba(0, 0, 0, .5); + color: #fff +} + +.apexcharts-yaxistooltip:after, +.apexcharts-yaxistooltip:before { + top: 50%; + border: solid transparent; + content: " "; + height: 0; + width: 0; + position: absolute; + pointer-events: none +} + +.apexcharts-yaxistooltip:after { + border-color: transparent; + border-width: 6px; + margin-top: -6px +} + +.apexcharts-yaxistooltip:before { + border-color: transparent; + border-width: 7px; + margin-top: -7px +} + +.apexcharts-yaxistooltip-left:after, +.apexcharts-yaxistooltip-left:before { + left: 100% +} + +.apexcharts-yaxistooltip-right:after, +.apexcharts-yaxistooltip-right:before { + right: 100% +} + +.apexcharts-yaxistooltip-left:after { + border-left-color: #eceff1 +} + +.apexcharts-yaxistooltip-left:before { + border-left-color: #90a4ae +} + +.apexcharts-yaxistooltip-left.apexcharts-theme-dark:after, +.apexcharts-yaxistooltip-left.apexcharts-theme-dark:before { + border-left-color: rgba(0, 0, 0, .5) +} + +.apexcharts-yaxistooltip-right:after { + border-right-color: #eceff1 +} + +.apexcharts-yaxistooltip-right:before { + border-right-color: #90a4ae +} + +.apexcharts-yaxistooltip-right.apexcharts-theme-dark:after, +.apexcharts-yaxistooltip-right.apexcharts-theme-dark:before { + border-right-color: rgba(0, 0, 0, .5) +} + +.apexcharts-yaxistooltip.apexcharts-active { + opacity: 1 +} + +.apexcharts-yaxistooltip-hidden { + display: none +} + +.apexcharts-xcrosshairs, +.apexcharts-ycrosshairs { + pointer-events: none; + opacity: 0; + transition: .15s ease all +} + +.apexcharts-xcrosshairs.apexcharts-active, +.apexcharts-ycrosshairs.apexcharts-active { + opacity: 1; + transition: .15s ease all +} + +.apexcharts-ycrosshairs-hidden { + opacity: 0 +} + +.apexcharts-selection-rect { + cursor: move +} + +.svg_select_shape { + stroke-width: 1; + stroke-dasharray: 10 10; + stroke: black; + stroke-opacity: 0.1; + pointer-events: none; + fill: none; +} + +.svg_select_handle { + stroke-width: 3; + stroke: black; + fill: none; +} + +.svg_select_handle_r { + cursor: e-resize; +} + +.svg_select_handle_l { + cursor: w-resize; +} + +.apexcharts-svg.apexcharts-zoomable.hovering-zoom { + cursor: crosshair +} + +.apexcharts-svg.apexcharts-zoomable.hovering-pan { + cursor: move +} + +.apexcharts-menu-icon, +.apexcharts-pan-icon, +.apexcharts-reset-icon, +.apexcharts-selection-icon, +.apexcharts-toolbar-custom-icon, +.apexcharts-zoom-icon, +.apexcharts-zoomin-icon, +.apexcharts-zoomout-icon { + cursor: pointer; + width: 20px; + height: 20px; + line-height: 24px; + color: #6e8192; + text-align: center +} + +.apexcharts-menu-icon svg, +.apexcharts-reset-icon svg, +.apexcharts-zoom-icon svg, +.apexcharts-zoomin-icon svg, +.apexcharts-zoomout-icon svg { + fill: #6e8192 +} + +.apexcharts-selection-icon svg { + fill: #444; + transform: scale(.76) +} + +.apexcharts-theme-dark .apexcharts-menu-icon svg, +.apexcharts-theme-dark .apexcharts-pan-icon svg, +.apexcharts-theme-dark .apexcharts-reset-icon svg, +.apexcharts-theme-dark .apexcharts-selection-icon svg, +.apexcharts-theme-dark .apexcharts-toolbar-custom-icon svg, +.apexcharts-theme-dark .apexcharts-zoom-icon svg, +.apexcharts-theme-dark .apexcharts-zoomin-icon svg, +.apexcharts-theme-dark .apexcharts-zoomout-icon svg { + fill: #f3f4f5 +} + +.apexcharts-canvas .apexcharts-reset-zoom-icon.apexcharts-selected svg, +.apexcharts-canvas .apexcharts-selection-icon.apexcharts-selected svg, +.apexcharts-canvas .apexcharts-zoom-icon.apexcharts-selected svg { + fill: #008ffb +} + +.apexcharts-theme-light .apexcharts-menu-icon:hover svg, +.apexcharts-theme-light .apexcharts-reset-icon:hover svg, +.apexcharts-theme-light .apexcharts-selection-icon:not(.apexcharts-selected):hover svg, +.apexcharts-theme-light .apexcharts-zoom-icon:not(.apexcharts-selected):hover svg, +.apexcharts-theme-light .apexcharts-zoomin-icon:hover svg, +.apexcharts-theme-light .apexcharts-zoomout-icon:hover svg { + fill: #333 +} + +.apexcharts-menu-icon, +.apexcharts-selection-icon { + position: relative +} + +.apexcharts-reset-icon { + margin-left: 5px +} + +.apexcharts-menu-icon, +.apexcharts-reset-icon, +.apexcharts-zoom-icon { + transform: scale(.85) +} + +.apexcharts-zoomin-icon, +.apexcharts-zoomout-icon { + transform: scale(.7) +} + +.apexcharts-zoomout-icon { + margin-right: 3px +} + +.apexcharts-pan-icon { + transform: scale(.62); + position: relative; + left: 1px; + top: 0 +} + +.apexcharts-pan-icon svg { + fill: #fff; + stroke: #6e8192; + stroke-width: 2 +} + +.apexcharts-pan-icon.apexcharts-selected svg { + stroke: #008ffb +} + +.apexcharts-pan-icon:not(.apexcharts-selected):hover svg { + stroke: #333 +} + +.apexcharts-toolbar { + position: absolute; + z-index: 11; + max-width: 176px; + text-align: right; + border-radius: 3px; + padding: 0 6px 2px; + display: flex; + justify-content: space-between; + align-items: center +} + +.apexcharts-menu { + background: #fff; + position: absolute; + top: 100%; + border: 1px solid #ddd; + border-radius: 3px; + padding: 3px; + right: 10px; + opacity: 0; + min-width: 110px; + transition: .15s ease all; + pointer-events: none +} + +.apexcharts-menu.apexcharts-menu-open { + opacity: 1; + pointer-events: all; + transition: .15s ease all +} + +.apexcharts-menu-item { + padding: 6px 7px; + font-size: 12px; + cursor: pointer +} + +.apexcharts-theme-light .apexcharts-menu-item:hover { + background: #eee +} + +.apexcharts-theme-dark .apexcharts-menu { + background: rgba(0, 0, 0, .7); + color: #fff +} + +@media screen and (min-width:768px) { + .apexcharts-canvas:hover .apexcharts-toolbar { + opacity: 1 + } +} + +.apexcharts-canvas .apexcharts-element-hidden, +.apexcharts-datalabel.apexcharts-element-hidden, +.apexcharts-hide .apexcharts-series-points { + opacity: 0; +} + +.apexcharts-hidden-element-shown { + opacity: 1; + transition: 0.25s ease all; +} + +.apexcharts-datalabel, +.apexcharts-datalabel-label, +.apexcharts-datalabel-value, +.apexcharts-datalabels, +.apexcharts-pie-label { + cursor: default; + pointer-events: none +} + +.apexcharts-pie-label-delay { + opacity: 0; + animation-name: opaque; + animation-duration: .3s; + animation-fill-mode: forwards; + animation-timing-function: ease +} + +.apexcharts-radialbar-label { + cursor: pointer; +} + +.apexcharts-annotation-rect, +.apexcharts-area-series .apexcharts-area, +.apexcharts-gridline, +.apexcharts-line, +.apexcharts-point-annotation-label, +.apexcharts-radar-series path:not(.apexcharts-marker), +.apexcharts-radar-series polygon, +.apexcharts-toolbar svg, +.apexcharts-tooltip .apexcharts-marker, +.apexcharts-xaxis-annotation-label, +.apexcharts-yaxis-annotation-label, +.apexcharts-zoom-rect, +.no-pointer-events { + pointer-events: none +} + +.apexcharts-tooltip-active .apexcharts-marker { + transition: .15s ease all +} + +.apexcharts-radar-series .apexcharts-yaxis { + pointer-events: none; +} + +.resize-triggers { + animation: 1ms resizeanim; + visibility: hidden; + opacity: 0; + height: 100%; + width: 100%; + overflow: hidden +} + +.contract-trigger:before, +.resize-triggers, +.resize-triggers>div { + content: " "; + display: block; + position: absolute; + top: 0; + left: 0 +} + +.resize-triggers>div { + height: 100%; + width: 100%; + background: #eee; + overflow: auto +} + +.contract-trigger:before { + overflow: hidden; + width: 200%; + height: 200% +} + +.apexcharts-bar-goals-markers { + pointer-events: none +} + +.apexcharts-bar-shadows { + pointer-events: none +} + +.apexcharts-rangebar-goals-markers { + pointer-events: none +}`;var c=((h=e.opts.chart)===null||h===void 0?void 0:h.nonce)||e.w.config.chart.nonce;c&&l.setAttribute("nonce",c),r?s.prepend(l):n.head.appendChild(l)}var d=e.create(e.w.config.series,{});if(!d)return t(e);e.mount(d).then(function(){typeof e.w.config.chart.events.mounted=="function"&&e.w.config.chart.events.mounted(e,e.w),e.events.fireEvent("mounted",[e,e.w]),t(d)}).catch(function(u){i(u)})}else i(new Error("Element not found"))})}},{key:"create",value:function(e,t){var i=this,a=this.w;new ia(this).initModules();var s=this.w.globals;if(s.noData=!1,s.animationEnded=!1,!L.elementExists(this.el))return s.animationEnded=!0,this.destroy(),null;if(this.responsive.checkResponsiveConfig(t),a.config.xaxis.convertedCatToNumeric&&new ft(a.config).convertCatToNumericXaxis(a.config,this.ctx),this.core.setupElements(),a.config.chart.type==="treemap"&&(a.config.grid.show=!1,a.config.yaxis[0].show=!1),s.svgWidth===0)return s.animationEnded=!0,null;var r=e;e.forEach(function(u,g){u.hidden&&(r=i.legend.legendHelpers.getSeriesAfterCollapsing({realIndex:g}))});var n=ce.checkComboSeries(r,a.config.chart.type);s.comboCharts=n.comboCharts,s.comboBarCount=n.comboBarCount;var l=r.every(function(u){return u.data&&u.data.length===0});(r.length===0||l&&s.collapsedSeries.length<1)&&this.series.handleNoData(),this.events.setupEventHandlers(),this.data.parseData(r),this.theme.init(),new nt(this).setGlobalMarkerSize(),this.formatters.setLabelFormatters(),this.titleSubtitle.draw(),s.noData&&s.collapsedSeries.length!==s.series.length&&!a.config.legend.showForSingleSeries||this.legend.init(),this.series.hasAllSeriesEqualX(),s.axisCharts&&(this.core.coreCalculations(),a.config.xaxis.type!=="category"&&this.formatters.setLabelFormatters(),this.ctx.toolbar.minX=a.globals.minX,this.ctx.toolbar.maxX=a.globals.maxX),this.formatters.heatmapLabelFormatters(),new ce(this).getLargestMarkerSize(),this.dimensions.plotCoords();var h=this.core.xySettings();this.grid.createGridMask();var c=this.core.plotChartType(r,h),d=new et(this);return d.bringForward(),a.config.dataLabels.background.enabled&&d.dataLabelsBackground(),this.core.shiftGraphPosition(),{elGraph:c,xyRatios:h,dimensions:{plot:{left:a.globals.translateX,top:a.globals.translateY,width:a.globals.gridWidth,height:a.globals.gridHeight}}}}},{key:"mount",value:function(){var e=this,t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,i=this,a=i.w;return new Promise(function(s,r){if(i.el===null)return r(new Error("Not enough data to display or target element not found"));(t===null||a.globals.allSeriesCollapsed)&&i.series.handleNoData(),i.grid=new Fa(i);var n,l,h=i.grid.drawGrid();if(i.annotations=new Fs(i),i.annotations.drawImageAnnos(),i.annotations.drawTextAnnos(),a.config.grid.position==="back"&&(h&&a.globals.dom.elGraphical.add(h.el),h!=null&&(n=h.elGridBorders)!==null&&n!==void 0&&n.node&&a.globals.dom.elGraphical.add(h.elGridBorders)),Array.isArray(t.elGraph))for(var c=0;c<t.elGraph.length;c++)a.globals.dom.elGraphical.add(t.elGraph[c]);else a.globals.dom.elGraphical.add(t.elGraph);a.config.grid.position==="front"&&(h&&a.globals.dom.elGraphical.add(h.el),h!=null&&(l=h.elGridBorders)!==null&&l!==void 0&&l.node&&a.globals.dom.elGraphical.add(h.elGridBorders)),a.config.xaxis.crosshairs.position==="front"&&i.crosshairs.drawXCrosshairs(),a.config.yaxis[0].crosshairs.position==="front"&&i.crosshairs.drawYCrosshairs(),a.config.chart.type!=="treemap"&&i.axes.drawAxis(a.config.chart.type,h);var d=new xt(e.ctx,h),u=new Oi(e.ctx,h);if(h!==null&&(d.xAxisLabelCorrections(h.xAxisTickWidth),u.setYAxisTextAlignments(),a.config.yaxis.map(function(p,f){a.globals.ignoreYAxisIndexes.indexOf(f)===-1&&u.yAxisTitleRotate(f,p.opposite)})),i.annotations.drawAxesAnnotations(),!a.globals.noData){if(a.config.tooltip.enabled&&!a.globals.noData&&i.w.globals.tooltip.drawTooltip(t.xyRatios),a.globals.axisCharts&&(a.globals.isXNumeric||a.config.xaxis.convertedCatToNumeric||a.globals.isRangeBar))(a.config.chart.zoom.enabled||a.config.chart.selection&&a.config.chart.selection.enabled||a.config.chart.pan&&a.config.chart.pan.enabled)&&i.zoomPanSelection.init({xyRatios:t.xyRatios});else{var g=a.config.chart.toolbar.tools;["zoom","zoomin","zoomout","selection","pan","reset"].forEach(function(p){g[p]=!1})}a.config.chart.toolbar.show&&!a.globals.allSeriesCollapsed&&i.toolbar.createToolbar()}a.globals.memory.methodsToExec.length>0&&a.globals.memory.methodsToExec.forEach(function(p){p.method(p.params,!1,p.context)}),a.globals.axisCharts||a.globals.noData||i.core.resizeNonAxisCharts(),s(i)})}},{key:"destroy",value:function(){window.removeEventListener("resize",this.windowResizeHandler),function(t,i){var a=ii.get(i);a&&(a.disconnect(),ii.delete(i))}(this.el.parentNode,this.parentResizeHandler);var e=this.w.config.chart.id;e&&Apex._chartInstances.forEach(function(t,i){t.id===L.escapeString(e)&&Apex._chartInstances.splice(i,1)}),new aa(this.ctx).clear({isUpdating:!1})}},{key:"updateOptions",value:function(e){var t=this,i=arguments.length>1&&arguments[1]!==void 0&&arguments[1],a=!(arguments.length>2&&arguments[2]!==void 0)||arguments[2],s=!(arguments.length>3&&arguments[3]!==void 0)||arguments[3],r=!(arguments.length>4&&arguments[4]!==void 0)||arguments[4],n=this.w;return n.globals.selection=void 0,e.series&&(this.series.resetSeries(!1,!0,!1),e.series.length&&e.series[0].data&&(e.series=e.series.map(function(l,h){return t.updateHelpers._extendSeries(l,h)})),this.updateHelpers.revertDefaultAxisMinMax()),e.xaxis&&(e=this.updateHelpers.forceXAxisUpdate(e)),e.yaxis&&(e=this.updateHelpers.forceYAxisUpdate(e)),n.globals.collapsedSeriesIndices.length>0&&this.series.clearPreviousPaths(),e.theme&&(e=this.theme.updateThemeOptions(e)),this.updateHelpers._updateOptions(e,i,a,s,r)}},{key:"updateSeries",value:function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],t=!(arguments.length>1&&arguments[1]!==void 0)||arguments[1],i=!(arguments.length>2&&arguments[2]!==void 0)||arguments[2];return this.series.resetSeries(!1),this.updateHelpers.revertDefaultAxisMinMax(),this.updateHelpers._updateSeries(e,t,i)}},{key:"appendSeries",value:function(e){var t=!(arguments.length>1&&arguments[1]!==void 0)||arguments[1],i=!(arguments.length>2&&arguments[2]!==void 0)||arguments[2],a=this.w.config.series.slice();return a.push(e),this.series.resetSeries(!1),this.updateHelpers.revertDefaultAxisMinMax(),this.updateHelpers._updateSeries(a,t,i)}},{key:"appendData",value:function(e){var t=!(arguments.length>1&&arguments[1]!==void 0)||arguments[1],i=this;i.w.globals.dataChanged=!0,i.series.getPreviousPaths();for(var a=i.w.config.series.slice(),s=0;s<a.length;s++)if(e[s]!==null&&e[s]!==void 0)for(var r=0;r<e[s].data.length;r++)a[s].data.push(e[s].data[r]);return i.w.config.series=a,t&&(i.w.globals.initialSeries=L.clone(i.w.config.series)),this.update()}},{key:"update",value:function(e){var t=this;return new Promise(function(i,a){new aa(t.ctx).clear({isUpdating:!0});var s=t.create(t.w.config.series,e);if(!s)return i(t);t.mount(s).then(function(){typeof t.w.config.chart.events.updated=="function"&&t.w.config.chart.events.updated(t,t.w),t.events.fireEvent("updated",[t,t.w]),t.w.globals.isDirty=!0,i(t)}).catch(function(r){a(r)})})}},{key:"getSyncedCharts",value:function(){var e=this.getGroupedCharts(),t=[this];return e.length&&(t=[],e.forEach(function(i){t.push(i)})),t}},{key:"getGroupedCharts",value:function(){var e=this;return Apex._chartInstances.filter(function(t){if(t.group)return!0}).map(function(t){return e.w.config.chart.group===t.group?t.chart:e})}},{key:"toggleSeries",value:function(e){return this.series.toggleSeries(e)}},{key:"highlightSeriesOnLegendHover",value:function(e,t){return this.series.toggleSeriesOnHover(e,t)}},{key:"showSeries",value:function(e){this.series.showSeries(e)}},{key:"hideSeries",value:function(e){this.series.hideSeries(e)}},{key:"highlightSeries",value:function(e){this.series.highlightSeries(e)}},{key:"isSeriesHidden",value:function(e){this.series.isSeriesHidden(e)}},{key:"resetSeries",value:function(){var e=!(arguments.length>0&&arguments[0]!==void 0)||arguments[0],t=!(arguments.length>1&&arguments[1]!==void 0)||arguments[1];this.series.resetSeries(e,t)}},{key:"addEventListener",value:function(e,t){this.events.addEventListener(e,t)}},{key:"removeEventListener",value:function(e,t){this.events.removeEventListener(e,t)}},{key:"addXaxisAnnotation",value:function(e){var t=!(arguments.length>1&&arguments[1]!==void 0)||arguments[1],i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:void 0,a=this;i&&(a=i),a.annotations.addXaxisAnnotationExternal(e,t,a)}},{key:"addYaxisAnnotation",value:function(e){var t=!(arguments.length>1&&arguments[1]!==void 0)||arguments[1],i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:void 0,a=this;i&&(a=i),a.annotations.addYaxisAnnotationExternal(e,t,a)}},{key:"addPointAnnotation",value:function(e){var t=!(arguments.length>1&&arguments[1]!==void 0)||arguments[1],i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:void 0,a=this;i&&(a=i),a.annotations.addPointAnnotationExternal(e,t,a)}},{key:"clearAnnotations",value:function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:void 0,t=this;e&&(t=e),t.annotations.clearAnnotations(t)}},{key:"removeAnnotation",value:function(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:void 0,i=this;t&&(i=t),i.annotations.removeAnnotation(i,e)}},{key:"getChartArea",value:function(){return this.w.globals.dom.baseEl.querySelector(".apexcharts-inner")}},{key:"getSeriesTotalXRange",value:function(e,t){return this.coreUtils.getSeriesTotalsXRange(e,t)}},{key:"getHighestValueInSeries",value:function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0;return new xi(this.ctx).getMinYMaxY(e).highestY}},{key:"getLowestValueInSeries",value:function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0;return new xi(this.ctx).getMinYMaxY(e).lowestY}},{key:"getSeriesTotal",value:function(){return this.w.globals.seriesTotals}},{key:"toggleDataPointSelection",value:function(e,t){return this.updateHelpers.toggleDataPointSelection(e,t)}},{key:"zoomX",value:function(e,t){this.ctx.toolbar.zoomUpdateOptions(e,t)}},{key:"setLocale",value:function(e){this.localization.setCurrentLocaleValues(e)}},{key:"dataURI",value:function(e){return new Et(this.ctx).dataURI(e)}},{key:"exportToCSV",value:function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return new Et(this.ctx).exportToCSV(e)}},{key:"paper",value:function(){return this.w.globals.dom.Paper}},{key:"_parentResizeCallback",value:function(){this.w.globals.animationEnded&&this.w.config.chart.redrawOnParentResize&&this._windowResize()}},{key:"_windowResize",value:function(){var e=this;clearTimeout(this.w.globals.resizeTimer),this.w.globals.resizeTimer=window.setTimeout(function(){e.w.globals.resized=!0,e.w.globals.dataChanged=!1,e.ctx.update()},150)}},{key:"_windowResizeHandler",value:function(){var e=this.w.config.chart.redrawOnWindowResize;typeof e=="function"&&(e=e()),e&&this._windowResize()}}],[{key:"getChartByID",value:function(e){var t=L.escapeString(e);if(Apex._chartInstances){var i=Apex._chartInstances.filter(function(a){return a.id===t})[0];return i&&i.chart}}},{key:"initOnLoad",value:function(){for(var e=document.querySelectorAll("[data-apexcharts]"),t=0;t<e.length;t++)new o(e[t],JSON.parse(e[t].getAttribute("data-options"))).render()}},{key:"exec",value:function(e,t){var i=this.getChartByID(e);if(i){i.w.globals.isExecCalled=!0;var a=null;if(i.publicMethods.indexOf(t)!==-1){for(var s=arguments.length,r=new Array(s>2?s-2:0),n=2;n<s;n++)r[n-2]=arguments[n];a=i[t].apply(i,r)}return a}}},{key:"merge",value:function(e,t){return L.extend(e,t)}}]),o}();const vr=Object.freeze(Object.defineProperty({__proto__:null,default:mr},Symbol.toStringTag,{value:"Module"})),yr=is(vr);var sa;function wr(){return sa||(sa=1,function(o){Object.defineProperty(o,"__esModule",{value:!0}),o.default=w;var e=n(Ka()),t=s(yr),i=s(Qa()),a=["type","width","height","series","options"];function s(y){return y&&y.__esModule?y:{default:y}}function r(y){var v,A;return typeof WeakMap!="function"?null:(v=new WeakMap,A=new WeakMap,(r=function(k){return k?A:v})(y))}function n(y,v){if(!v&&y&&y.__esModule)return y;if(y===null||d(y)!="object"&&typeof y!="function")return{default:y};if(v=r(v),v&&v.has(y))return v.get(y);var A,k,C={__proto__:null},S=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(A in y)A!=="default"&&{}.hasOwnProperty.call(y,A)&&((k=S?Object.getOwnPropertyDescriptor(y,A):null)&&(k.get||k.set)?Object.defineProperty(C,A,k):C[A]=y[A]);return C.default=y,v&&v.set(y,C),C}function l(){return(l=Object.assign?Object.assign.bind():function(y){for(var v=1;v<arguments.length;v++){var A,k=arguments[v];for(A in k)!{}.hasOwnProperty.call(k,A)||(y[A]=k[A])}return y}).apply(null,arguments)}function h(y,v){if(y==null)return{};var A,k=c(y,v);if(Object.getOwnPropertySymbols)for(var C=Object.getOwnPropertySymbols(y),S=0;S<C.length;S++)A=C[S],v.includes(A)||{}.propertyIsEnumerable.call(y,A)&&(k[A]=y[A]);return k}function c(y,v){if(y==null)return{};var A,k={};for(A in y)if({}.hasOwnProperty.call(y,A)){if(v.includes(A))continue;k[A]=y[A]}return k}function d(y){return(d=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(v){return typeof v}:function(v){return v&&typeof Symbol=="function"&&v.constructor===Symbol&&v!==Symbol.prototype?"symbol":typeof v})(y)}function u(y,v){var A,k=Object.keys(y);return Object.getOwnPropertySymbols&&(A=Object.getOwnPropertySymbols(y),v&&(A=A.filter(function(C){return Object.getOwnPropertyDescriptor(y,C).enumerable})),k.push.apply(k,A)),k}function g(y){for(var v=1;v<arguments.length;v++){var A=arguments[v]!=null?arguments[v]:{};v%2?u(Object(A),!0).forEach(function(k){p(y,k,A[k])}):Object.getOwnPropertyDescriptors?Object.defineProperties(y,Object.getOwnPropertyDescriptors(A)):u(Object(A)).forEach(function(k){Object.defineProperty(y,k,Object.getOwnPropertyDescriptor(A,k))})}return y}function p(y,v,A){return(v=f(v))in y?Object.defineProperty(y,v,{value:A,enumerable:!0,configurable:!0,writable:!0}):y[v]=A,y}function f(y){return y=x(y,"string"),d(y)=="symbol"?y:y+""}function x(y,v){if(d(y)!="object"||!y)return y;var A=y[Symbol.toPrimitive];if(A===void 0)return(v==="string"?String:Number)(y);if(A=A.call(y,v),d(A)!="object")return A;throw new TypeError("@@toPrimitive must return a primitive value.")}function b(y,v){var A=g({},y);return v.forEach(function(k){delete A[k]}),A}function m(y,v){var A=2<arguments.length&&arguments[2]!==void 0?arguments[2]:new WeakSet;if(y!==v){if(d(y)!=="object"||y===null||d(v)!=="object"||v===null)return!1;if(!A.has(y)&&!A.has(v)){A.add(y),A.add(v);var k=Object.keys(y),C=Object.keys(v);if(k.length!==C.length)return!1;for(var S=0,M=k;S<M.length;S++){var P=M[S];if(!C.includes(P)||!m(y[P],v[P],A))return!1}}}return!0}function w(Y){function v(H){return H&&d(H)==="object"&&!Array.isArray(H)}var P=Y.type,A=P===void 0?"line":P,P=Y.width,k=P===void 0?"100%":P,P=Y.height,C=P===void 0?"auto":P,S=Y.series,M=Y.options,P=h(Y,a),I=(0,e.useRef)(null),T=(0,e.useRef)(null),z=(0,e.useRef)(),E=((0,e.useEffect)(function(){z.current=M;var H=I.current;return T.current=new t.default(H,E()),T.current.render(),function(){T.current&&typeof T.current.destroy=="function"&&T.current.destroy()}},[]),(0,e.useEffect)(function(){var H=!m(T.current.w.config.series,S),_=!m(z.current,M)||C!==T.current.opts.chart.height||k!==T.current.opts.chart.width;(H||_)&&(!H||_?T.current.updateOptions(E()):T.current.updateSeries(S)),z.current=M},[M,S,C,k]),function(){return R(M,{chart:{type:A,height:C,width:k},series:S})}),R=function(H,_){var N=g({},H);return v(H)&&v(_)&&Object.keys(_).forEach(function(W){v(_[W])&&W in H?N[W]=R(H[W],_[W]):Object.assign(N,p({},W,_[W]))}),N},Y=b(P,Object.keys(w.propTypes));return e.default.createElement("div",l({ref:I},Y))}w.propTypes={type:i.default.string.isRequired,series:i.default.array.isRequired,options:i.default.object.isRequired,width:i.default.oneOfType([i.default.string,i.default.number]),height:i.default.oneOfType([i.default.string,i.default.number])}}(Ft)),Ft}var $a=wr();const kr=ts($a),Sr=es({__proto__:null,default:kr},[$a]);export{ts as g,Sr as r}; diff --git a/frontend/dist/assets/js/vendor-helmet-MZDArkdS.js b/frontend/dist/assets/js/vendor-helmet-Cxll262M.js similarity index 95% rename from frontend/dist/assets/js/vendor-helmet-MZDArkdS.js rename to frontend/dist/assets/js/vendor-helmet-Cxll262M.js index ff8df8a1..dccbbf3a 100644 --- a/frontend/dist/assets/js/vendor-helmet-MZDArkdS.js +++ b/frontend/dist/assets/js/vendor-helmet-Cxll262M.js @@ -1 +1 @@ -var Q=Object.defineProperty;var X=(e,t,r)=>t in e?Q(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var h=(e,t,r)=>X(e,typeof t!="symbol"?t+"":t,r);import{r as _,R as y}from"./vendor-react-core-DjsjKnCi.js";import{f as ee,i as F,s as te}from"./vendor-other-CdRIx1s3.js";var Y=(e=>(e.BASE="base",e.BODY="body",e.HEAD="head",e.HTML="html",e.LINK="link",e.META="meta",e.NOSCRIPT="noscript",e.SCRIPT="script",e.STYLE="style",e.TITLE="title",e.FRAGMENT="Symbol(react.fragment)",e))(Y||{}),$={link:{rel:["amphtml","canonical","alternate"]},script:{type:["application/ld+json"]},meta:{charset:"",name:["generator","robots","description"],property:["og:type","og:title","og:url","og:image","og:image:alt","og:description","twitter:url","twitter:title","twitter:description","twitter:image","twitter:image:alt","twitter:card","twitter:site"]}},K=Object.values(Y),L={accesskey:"accessKey",charset:"charSet",class:"className",contenteditable:"contentEditable",contextmenu:"contextMenu","http-equiv":"httpEquiv",itemprop:"itemProp",tabindex:"tabIndex"},re=Object.entries(L).reduce((e,[t,r])=>(e[r]=t,e),{}),f="data-rh",A={DEFAULT_TITLE:"defaultTitle",DEFER:"defer",ENCODE_SPECIAL_CHARACTERS:"encodeSpecialCharacters",ON_CHANGE_CLIENT_STATE:"onChangeClientState",TITLE_TEMPLATE:"titleTemplate",PRIORITIZE_SEO_TAGS:"prioritizeSeoTags"},C=(e,t)=>{for(let r=e.length-1;r>=0;r-=1){const n=e[r];if(Object.prototype.hasOwnProperty.call(n,t))return n[t]}return null},ne=e=>{let t=C(e,"title");const r=C(e,A.TITLE_TEMPLATE);if(Array.isArray(t)&&(t=t.join("")),r&&t)return r.replace(/%s/g,()=>t);const n=C(e,A.DEFAULT_TITLE);return t||n||void 0},se=e=>C(e,A.ON_CHANGE_CLIENT_STATE)||(()=>{}),P=(e,t)=>t.filter(r=>typeof r[e]<"u").map(r=>r[e]).reduce((r,n)=>({...r,...n}),{}),ie=(e,t)=>t.filter(r=>typeof r.base<"u").map(r=>r.base).reverse().reduce((r,n)=>{if(!r.length){const s=Object.keys(n);for(let o=0;o<s.length;o+=1){const i=s[o].toLowerCase();if(e.indexOf(i)!==-1&&n[i])return r.concat(n)}}return r},[]),ae=e=>console&&typeof console.warn=="function"&&console.warn(e),E=(e,t,r)=>{const n={};return r.filter(s=>Array.isArray(s[e])?!0:(typeof s[e]<"u"&&ae(`Helmet: ${e} should be of type "Array". Instead found type "${typeof s[e]}"`),!1)).map(s=>s[e]).reverse().reduce((s,o)=>{const c={};o.filter(l=>{let a;const u=Object.keys(l);for(let T=0;T<u.length;T+=1){const p=u[T],g=p.toLowerCase();t.indexOf(g)!==-1&&!(a==="rel"&&l[a].toLowerCase()==="canonical")&&!(g==="rel"&&l[g].toLowerCase()==="stylesheet")&&(a=g),t.indexOf(p)!==-1&&(p==="innerHTML"||p==="cssText"||p==="itemprop")&&(a=p)}if(!a||!l[a])return!1;const m=l[a].toLowerCase();return n[a]||(n[a]={}),c[a]||(c[a]={}),n[a][m]?!1:(c[a][m]=!0,!0)}).reverse().forEach(l=>s.push(l));const i=Object.keys(c);for(let l=0;l<i.length;l+=1){const a=i[l],u={...n[a],...c[a]};n[a]=u}return s},[]).reverse()},oe=(e,t)=>{if(Array.isArray(e)&&e.length){for(let r=0;r<e.length;r+=1)if(e[r][t])return!0}return!1},le=e=>({baseTag:ie(["href"],e),bodyAttributes:P("bodyAttributes",e),defer:C(e,A.DEFER),encode:C(e,A.ENCODE_SPECIAL_CHARACTERS),htmlAttributes:P("htmlAttributes",e),linkTags:E("link",["rel","href"],e),metaTags:E("meta",["name","charset","http-equiv","property","itemprop"],e),noscriptTags:E("noscript",["innerHTML"],e),onChangeClientState:se(e),scriptTags:E("script",["src","innerHTML"],e),styleTags:E("style",["cssText"],e),title:ne(e),titleAttributes:P("titleAttributes",e),prioritizeSeoTags:oe(e,A.PRIORITIZE_SEO_TAGS)}),B=e=>Array.isArray(e)?e.join(""):e,ce=(e,t)=>{const r=Object.keys(e);for(let n=0;n<r.length;n+=1)if(t[r[n]]&&t[r[n]].includes(e[r[n]]))return!0;return!1},w=(e,t)=>Array.isArray(e)?e.reduce((r,n)=>(ce(n,t)?r.priority.push(n):r.default.push(n),r),{priority:[],default:[]}):{default:e,priority:[]},q=(e,t)=>({...e,[t]:void 0}),ue=["noscript","script","style"],H=(e,t=!0)=>t===!1?String(e):String(e).replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'"),V=e=>Object.keys(e).reduce((t,r)=>{const n=typeof e[r]<"u"?`${r}="${e[r]}"`:`${r}`;return t?`${t} ${n}`:n},""),pe=(e,t,r,n)=>{const s=V(r),o=B(t);return s?`<${e} ${f}="true" ${s}>${H(o,n)}</${e}>`:`<${e} ${f}="true">${H(o,n)}</${e}>`},me=(e,t,r=!0)=>t.reduce((n,s)=>{const o=s,c=Object.keys(o).filter(a=>!(a==="innerHTML"||a==="cssText")).reduce((a,u)=>{const m=typeof o[u]>"u"?u:`${u}="${H(o[u],r)}"`;return a?`${a} ${m}`:m},""),i=o.innerHTML||o.cssText||"",l=ue.indexOf(e)===-1;return`${n}<${e} ${f}="true" ${c}${l?"/>":`>${i}</${e}>`}`},""),Z=(e,t={})=>Object.keys(e).reduce((r,n)=>{const s=L[n];return r[s||n]=e[n],r},t),de=(e,t,r)=>{const n={key:t,[f]:!0},s=Z(r,n);return[y.createElement("title",s,t)]},I=(e,t)=>t.map((r,n)=>{const s={key:n,[f]:!0};return Object.keys(r).forEach(o=>{const i=L[o]||o;if(i==="innerHTML"||i==="cssText"){const l=r.innerHTML||r.cssText;s.dangerouslySetInnerHTML={__html:l}}else s[i]=r[o]}),y.createElement(e,s)}),d=(e,t,r=!0)=>{switch(e){case"title":return{toComponent:()=>de(e,t.title,t.titleAttributes),toString:()=>pe(e,t.title,t.titleAttributes,r)};case"bodyAttributes":case"htmlAttributes":return{toComponent:()=>Z(t),toString:()=>V(t)};default:return{toComponent:()=>I(e,t),toString:()=>me(e,t,r)}}},fe=({metaTags:e,linkTags:t,scriptTags:r,encode:n})=>{const s=w(e,$.meta),o=w(t,$.link),c=w(r,$.script);return{priorityMethods:{toComponent:()=>[...I("meta",s.priority),...I("link",o.priority),...I("script",c.priority)],toString:()=>`${d("meta",s.priority,n)} ${d("link",o.priority,n)} ${d("script",c.priority,n)}`},metaTags:s.default,linkTags:o.default,scriptTags:c.default}},he=e=>{const{baseTag:t,bodyAttributes:r,encode:n=!0,htmlAttributes:s,noscriptTags:o,styleTags:c,title:i="",titleAttributes:l,prioritizeSeoTags:a}=e;let{linkTags:u,metaTags:m,scriptTags:T}=e,p={toComponent:()=>{},toString:()=>""};return a&&({priorityMethods:p,linkTags:u,metaTags:m,scriptTags:T}=fe(e)),{priority:p,base:d("base",t,n),bodyAttributes:d("bodyAttributes",r,n),htmlAttributes:d("htmlAttributes",s,n),link:d("link",u,n),meta:d("meta",m,n),noscript:d("noscript",o,n),script:d("script",T,n),style:d("style",c,n),title:d("title",{title:i,titleAttributes:l},n)}},D=he,x=[],G=!!(typeof window<"u"&&window.document&&window.document.createElement),R=class{constructor(e,t){h(this,"instances",[]);h(this,"canUseDOM",G);h(this,"context");h(this,"value",{setHelmet:e=>{this.context.helmet=e},helmetInstances:{get:()=>this.canUseDOM?x:this.instances,add:e=>{(this.canUseDOM?x:this.instances).push(e)},remove:e=>{const t=(this.canUseDOM?x:this.instances).indexOf(e);(this.canUseDOM?x:this.instances).splice(t,1)}}});this.context=e,this.canUseDOM=t||!1,t||(e.helmet=D({baseTag:[],bodyAttributes:{},htmlAttributes:{},linkTags:[],metaTags:[],noscriptTags:[],scriptTags:[],styleTags:[],title:"",titleAttributes:{}}))}},Te={},W=y.createContext(Te),b,ye=(b=class extends _.Component{constructor(r){super(r);h(this,"helmetData");this.helmetData=new R(this.props.context||{},b.canUseDOM)}render(){return y.createElement(W.Provider,{value:this.helmetData.value},this.props.children)}},h(b,"canUseDOM",G),b),v=(e,t)=>{const r=document.head||document.querySelector("head"),n=r.querySelectorAll(`${e}[${f}]`),s=[].slice.call(n),o=[];let c;return t&&t.length&&t.forEach(i=>{const l=document.createElement(e);for(const a in i)if(Object.prototype.hasOwnProperty.call(i,a))if(a==="innerHTML")l.innerHTML=i.innerHTML;else if(a==="cssText")l.styleSheet?l.styleSheet.cssText=i.cssText:l.appendChild(document.createTextNode(i.cssText));else{const u=a,m=typeof i[u]>"u"?"":i[u];l.setAttribute(a,m)}l.setAttribute(f,"true"),s.some((a,u)=>(c=u,l.isEqualNode(a)))?s.splice(c,1):o.push(l)}),s.forEach(i=>{var l;return(l=i.parentNode)==null?void 0:l.removeChild(i)}),o.forEach(i=>r.appendChild(i)),{oldTags:s,newTags:o}},M=(e,t)=>{const r=document.getElementsByTagName(e)[0];if(!r)return;const n=r.getAttribute(f),s=n?n.split(","):[],o=[...s],c=Object.keys(t);for(const i of c){const l=t[i]||"";r.getAttribute(i)!==l&&r.setAttribute(i,l),s.indexOf(i)===-1&&s.push(i);const a=o.indexOf(i);a!==-1&&o.splice(a,1)}for(let i=o.length-1;i>=0;i-=1)r.removeAttribute(o[i]);s.length===o.length?r.removeAttribute(f):r.getAttribute(f)!==c.join(",")&&r.setAttribute(f,c.join(","))},ge=(e,t)=>{typeof e<"u"&&document.title!==e&&(document.title=B(e)),M("title",t)},N=(e,t)=>{const{baseTag:r,bodyAttributes:n,htmlAttributes:s,linkTags:o,metaTags:c,noscriptTags:i,onChangeClientState:l,scriptTags:a,styleTags:u,title:m,titleAttributes:T}=e;M("body",n),M("html",s),ge(m,T);const p={baseTag:v("base",r),linkTags:v("link",o),metaTags:v("meta",c),noscriptTags:v("noscript",i),scriptTags:v("script",a),styleTags:v("style",u)},g={},j={};Object.keys(p).forEach(S=>{const{newTags:U,oldTags:J}=p[S];U.length&&(g[S]=U),J.length&&(j[S]=p[S].oldTags)}),t&&t(),l(e,g,j)},O=null,be=e=>{O&&cancelAnimationFrame(O),e.defer?O=requestAnimationFrame(()=>{N(e,()=>{O=null})}):(N(e),O=null)},ve=be,z=class extends _.Component{constructor(){super(...arguments);h(this,"rendered",!1)}shouldComponentUpdate(t){return!te(t,this.props)}componentDidUpdate(){this.emitChange()}componentWillUnmount(){const{helmetInstances:t}=this.props.context;t.remove(this),this.emitChange()}emitChange(){const{helmetInstances:t,setHelmet:r}=this.props.context;let n=null;const s=le(t.get().map(o=>{const c={...o.props};return delete c.context,c}));ye.canUseDOM?ve(s):D&&(n=D(s)),r(n)}init(){if(this.rendered)return;this.rendered=!0;const{helmetInstances:t}=this.props.context;t.add(this),this.emitChange()}render(){return this.init(),null}},k,Oe=(k=class extends _.Component{shouldComponentUpdate(e){return!ee(q(this.props,"helmetData"),q(e,"helmetData"))}mapNestedChildrenToProps(e,t){if(!t)return null;switch(e.type){case"script":case"noscript":return{innerHTML:t};case"style":return{cssText:t};default:throw new Error(`<${e.type} /> elements are self-closing and can not contain children. Refer to our API for more information.`)}}flattenArrayTypeChildren(e,t,r,n){return{...t,[e.type]:[...t[e.type]||[],{...r,...this.mapNestedChildrenToProps(e,n)}]}}mapObjectTypeChildren(e,t,r,n){switch(e.type){case"title":return{...t,[e.type]:n,titleAttributes:{...r}};case"body":return{...t,bodyAttributes:{...r}};case"html":return{...t,htmlAttributes:{...r}};default:return{...t,[e.type]:{...r}}}}mapArrayTypeChildrenToProps(e,t){let r={...t};return Object.keys(e).forEach(n=>{r={...r,[n]:e[n]}}),r}warnOnInvalidChildren(e,t){return F(K.some(r=>e.type===r),typeof e.type=="function"?"You may be attempting to nest <Helmet> components within each other, which is not allowed. Refer to our API for more information.":`Only elements types ${K.join(", ")} are allowed. Helmet does not support rendering <${e.type}> elements. Refer to our API for more information.`),F(!t||typeof t=="string"||Array.isArray(t)&&!t.some(r=>typeof r!="string"),`Helmet expects a string as a child of <${e.type}>. Did you forget to wrap your children in braces? ( <${e.type}>{\`\`}</${e.type}> ) Refer to our API for more information.`),!0}mapChildrenToProps(e,t){let r={};return y.Children.forEach(e,n=>{if(!n||!n.props)return;const{children:s,...o}=n.props,c=Object.keys(o).reduce((l,a)=>(l[re[a]||a]=o[a],l),{});let{type:i}=n;switch(typeof i=="symbol"?i=i.toString():this.warnOnInvalidChildren(n,s),i){case"Symbol(react.fragment)":t=this.mapChildrenToProps(s,t);break;case"link":case"meta":case"noscript":case"script":case"style":r=this.flattenArrayTypeChildren(n,r,c,s);break;default:t=this.mapObjectTypeChildren(n,t,c,s);break}}),this.mapArrayTypeChildrenToProps(r,t)}render(){const{children:e,...t}=this.props;let r={...t},{helmetData:n}=t;if(e&&(r=this.mapChildrenToProps(e,r)),n&&!(n instanceof R)){const s=n;n=new R(s.context,!0),delete r.helmetData}return n?y.createElement(z,{...r,context:n.value}):y.createElement(W.Consumer,null,s=>y.createElement(z,{...r,context:s}))}},h(k,"defaultProps",{defer:!0,encodeSpecialCharacters:!0,prioritizeSeoTags:!1}),k);export{Oe as H,ye as a}; +var Q=Object.defineProperty;var X=(e,t,r)=>t in e?Q(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var h=(e,t,r)=>X(e,typeof t!="symbol"?t+"":t,r);import{r as _,a as y}from"./vendor-react-core-DRQGgXXF.js";import{f as ee,i as F,s as te}from"./vendor-other-DTCyBslD.js";var Y=(e=>(e.BASE="base",e.BODY="body",e.HEAD="head",e.HTML="html",e.LINK="link",e.META="meta",e.NOSCRIPT="noscript",e.SCRIPT="script",e.STYLE="style",e.TITLE="title",e.FRAGMENT="Symbol(react.fragment)",e))(Y||{}),$={link:{rel:["amphtml","canonical","alternate"]},script:{type:["application/ld+json"]},meta:{charset:"",name:["generator","robots","description"],property:["og:type","og:title","og:url","og:image","og:image:alt","og:description","twitter:url","twitter:title","twitter:description","twitter:image","twitter:image:alt","twitter:card","twitter:site"]}},K=Object.values(Y),L={accesskey:"accessKey",charset:"charSet",class:"className",contenteditable:"contentEditable",contextmenu:"contextMenu","http-equiv":"httpEquiv",itemprop:"itemProp",tabindex:"tabIndex"},re=Object.entries(L).reduce((e,[t,r])=>(e[r]=t,e),{}),f="data-rh",A={DEFAULT_TITLE:"defaultTitle",DEFER:"defer",ENCODE_SPECIAL_CHARACTERS:"encodeSpecialCharacters",ON_CHANGE_CLIENT_STATE:"onChangeClientState",TITLE_TEMPLATE:"titleTemplate",PRIORITIZE_SEO_TAGS:"prioritizeSeoTags"},C=(e,t)=>{for(let r=e.length-1;r>=0;r-=1){const n=e[r];if(Object.prototype.hasOwnProperty.call(n,t))return n[t]}return null},ne=e=>{let t=C(e,"title");const r=C(e,A.TITLE_TEMPLATE);if(Array.isArray(t)&&(t=t.join("")),r&&t)return r.replace(/%s/g,()=>t);const n=C(e,A.DEFAULT_TITLE);return t||n||void 0},se=e=>C(e,A.ON_CHANGE_CLIENT_STATE)||(()=>{}),P=(e,t)=>t.filter(r=>typeof r[e]<"u").map(r=>r[e]).reduce((r,n)=>({...r,...n}),{}),ie=(e,t)=>t.filter(r=>typeof r.base<"u").map(r=>r.base).reverse().reduce((r,n)=>{if(!r.length){const s=Object.keys(n);for(let o=0;o<s.length;o+=1){const i=s[o].toLowerCase();if(e.indexOf(i)!==-1&&n[i])return r.concat(n)}}return r},[]),ae=e=>console&&typeof console.warn=="function"&&console.warn(e),E=(e,t,r)=>{const n={};return r.filter(s=>Array.isArray(s[e])?!0:(typeof s[e]<"u"&&ae(`Helmet: ${e} should be of type "Array". Instead found type "${typeof s[e]}"`),!1)).map(s=>s[e]).reverse().reduce((s,o)=>{const c={};o.filter(l=>{let a;const u=Object.keys(l);for(let T=0;T<u.length;T+=1){const p=u[T],g=p.toLowerCase();t.indexOf(g)!==-1&&!(a==="rel"&&l[a].toLowerCase()==="canonical")&&!(g==="rel"&&l[g].toLowerCase()==="stylesheet")&&(a=g),t.indexOf(p)!==-1&&(p==="innerHTML"||p==="cssText"||p==="itemprop")&&(a=p)}if(!a||!l[a])return!1;const m=l[a].toLowerCase();return n[a]||(n[a]={}),c[a]||(c[a]={}),n[a][m]?!1:(c[a][m]=!0,!0)}).reverse().forEach(l=>s.push(l));const i=Object.keys(c);for(let l=0;l<i.length;l+=1){const a=i[l],u={...n[a],...c[a]};n[a]=u}return s},[]).reverse()},oe=(e,t)=>{if(Array.isArray(e)&&e.length){for(let r=0;r<e.length;r+=1)if(e[r][t])return!0}return!1},le=e=>({baseTag:ie(["href"],e),bodyAttributes:P("bodyAttributes",e),defer:C(e,A.DEFER),encode:C(e,A.ENCODE_SPECIAL_CHARACTERS),htmlAttributes:P("htmlAttributes",e),linkTags:E("link",["rel","href"],e),metaTags:E("meta",["name","charset","http-equiv","property","itemprop"],e),noscriptTags:E("noscript",["innerHTML"],e),onChangeClientState:se(e),scriptTags:E("script",["src","innerHTML"],e),styleTags:E("style",["cssText"],e),title:ne(e),titleAttributes:P("titleAttributes",e),prioritizeSeoTags:oe(e,A.PRIORITIZE_SEO_TAGS)}),B=e=>Array.isArray(e)?e.join(""):e,ce=(e,t)=>{const r=Object.keys(e);for(let n=0;n<r.length;n+=1)if(t[r[n]]&&t[r[n]].includes(e[r[n]]))return!0;return!1},w=(e,t)=>Array.isArray(e)?e.reduce((r,n)=>(ce(n,t)?r.priority.push(n):r.default.push(n),r),{priority:[],default:[]}):{default:e,priority:[]},q=(e,t)=>({...e,[t]:void 0}),ue=["noscript","script","style"],H=(e,t=!0)=>t===!1?String(e):String(e).replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'"),V=e=>Object.keys(e).reduce((t,r)=>{const n=typeof e[r]<"u"?`${r}="${e[r]}"`:`${r}`;return t?`${t} ${n}`:n},""),pe=(e,t,r,n)=>{const s=V(r),o=B(t);return s?`<${e} ${f}="true" ${s}>${H(o,n)}</${e}>`:`<${e} ${f}="true">${H(o,n)}</${e}>`},me=(e,t,r=!0)=>t.reduce((n,s)=>{const o=s,c=Object.keys(o).filter(a=>!(a==="innerHTML"||a==="cssText")).reduce((a,u)=>{const m=typeof o[u]>"u"?u:`${u}="${H(o[u],r)}"`;return a?`${a} ${m}`:m},""),i=o.innerHTML||o.cssText||"",l=ue.indexOf(e)===-1;return`${n}<${e} ${f}="true" ${c}${l?"/>":`>${i}</${e}>`}`},""),Z=(e,t={})=>Object.keys(e).reduce((r,n)=>{const s=L[n];return r[s||n]=e[n],r},t),de=(e,t,r)=>{const n={key:t,[f]:!0},s=Z(r,n);return[y.createElement("title",s,t)]},I=(e,t)=>t.map((r,n)=>{const s={key:n,[f]:!0};return Object.keys(r).forEach(o=>{const i=L[o]||o;if(i==="innerHTML"||i==="cssText"){const l=r.innerHTML||r.cssText;s.dangerouslySetInnerHTML={__html:l}}else s[i]=r[o]}),y.createElement(e,s)}),d=(e,t,r=!0)=>{switch(e){case"title":return{toComponent:()=>de(e,t.title,t.titleAttributes),toString:()=>pe(e,t.title,t.titleAttributes,r)};case"bodyAttributes":case"htmlAttributes":return{toComponent:()=>Z(t),toString:()=>V(t)};default:return{toComponent:()=>I(e,t),toString:()=>me(e,t,r)}}},fe=({metaTags:e,linkTags:t,scriptTags:r,encode:n})=>{const s=w(e,$.meta),o=w(t,$.link),c=w(r,$.script);return{priorityMethods:{toComponent:()=>[...I("meta",s.priority),...I("link",o.priority),...I("script",c.priority)],toString:()=>`${d("meta",s.priority,n)} ${d("link",o.priority,n)} ${d("script",c.priority,n)}`},metaTags:s.default,linkTags:o.default,scriptTags:c.default}},he=e=>{const{baseTag:t,bodyAttributes:r,encode:n=!0,htmlAttributes:s,noscriptTags:o,styleTags:c,title:i="",titleAttributes:l,prioritizeSeoTags:a}=e;let{linkTags:u,metaTags:m,scriptTags:T}=e,p={toComponent:()=>{},toString:()=>""};return a&&({priorityMethods:p,linkTags:u,metaTags:m,scriptTags:T}=fe(e)),{priority:p,base:d("base",t,n),bodyAttributes:d("bodyAttributes",r,n),htmlAttributes:d("htmlAttributes",s,n),link:d("link",u,n),meta:d("meta",m,n),noscript:d("noscript",o,n),script:d("script",T,n),style:d("style",c,n),title:d("title",{title:i,titleAttributes:l},n)}},D=he,x=[],G=!!(typeof window<"u"&&window.document&&window.document.createElement),M=class{constructor(e,t){h(this,"instances",[]);h(this,"canUseDOM",G);h(this,"context");h(this,"value",{setHelmet:e=>{this.context.helmet=e},helmetInstances:{get:()=>this.canUseDOM?x:this.instances,add:e=>{(this.canUseDOM?x:this.instances).push(e)},remove:e=>{const t=(this.canUseDOM?x:this.instances).indexOf(e);(this.canUseDOM?x:this.instances).splice(t,1)}}});this.context=e,this.canUseDOM=t||!1,t||(e.helmet=D({baseTag:[],bodyAttributes:{},htmlAttributes:{},linkTags:[],metaTags:[],noscriptTags:[],scriptTags:[],styleTags:[],title:"",titleAttributes:{}}))}},Te={},W=y.createContext(Te),b,ye=(b=class extends _.Component{constructor(r){super(r);h(this,"helmetData");this.helmetData=new M(this.props.context||{},b.canUseDOM)}render(){return y.createElement(W.Provider,{value:this.helmetData.value},this.props.children)}},h(b,"canUseDOM",G),b),v=(e,t)=>{const r=document.head||document.querySelector("head"),n=r.querySelectorAll(`${e}[${f}]`),s=[].slice.call(n),o=[];let c;return t&&t.length&&t.forEach(i=>{const l=document.createElement(e);for(const a in i)if(Object.prototype.hasOwnProperty.call(i,a))if(a==="innerHTML")l.innerHTML=i.innerHTML;else if(a==="cssText")l.styleSheet?l.styleSheet.cssText=i.cssText:l.appendChild(document.createTextNode(i.cssText));else{const u=a,m=typeof i[u]>"u"?"":i[u];l.setAttribute(a,m)}l.setAttribute(f,"true"),s.some((a,u)=>(c=u,l.isEqualNode(a)))?s.splice(c,1):o.push(l)}),s.forEach(i=>{var l;return(l=i.parentNode)==null?void 0:l.removeChild(i)}),o.forEach(i=>r.appendChild(i)),{oldTags:s,newTags:o}},R=(e,t)=>{const r=document.getElementsByTagName(e)[0];if(!r)return;const n=r.getAttribute(f),s=n?n.split(","):[],o=[...s],c=Object.keys(t);for(const i of c){const l=t[i]||"";r.getAttribute(i)!==l&&r.setAttribute(i,l),s.indexOf(i)===-1&&s.push(i);const a=o.indexOf(i);a!==-1&&o.splice(a,1)}for(let i=o.length-1;i>=0;i-=1)r.removeAttribute(o[i]);s.length===o.length?r.removeAttribute(f):r.getAttribute(f)!==c.join(",")&&r.setAttribute(f,c.join(","))},ge=(e,t)=>{typeof e<"u"&&document.title!==e&&(document.title=B(e)),R("title",t)},N=(e,t)=>{const{baseTag:r,bodyAttributes:n,htmlAttributes:s,linkTags:o,metaTags:c,noscriptTags:i,onChangeClientState:l,scriptTags:a,styleTags:u,title:m,titleAttributes:T}=e;R("body",n),R("html",s),ge(m,T);const p={baseTag:v("base",r),linkTags:v("link",o),metaTags:v("meta",c),noscriptTags:v("noscript",i),scriptTags:v("script",a),styleTags:v("style",u)},g={},j={};Object.keys(p).forEach(S=>{const{newTags:U,oldTags:J}=p[S];U.length&&(g[S]=U),J.length&&(j[S]=p[S].oldTags)}),t&&t(),l(e,g,j)},O=null,be=e=>{O&&cancelAnimationFrame(O),e.defer?O=requestAnimationFrame(()=>{N(e,()=>{O=null})}):(N(e),O=null)},ve=be,z=class extends _.Component{constructor(){super(...arguments);h(this,"rendered",!1)}shouldComponentUpdate(t){return!te(t,this.props)}componentDidUpdate(){this.emitChange()}componentWillUnmount(){const{helmetInstances:t}=this.props.context;t.remove(this),this.emitChange()}emitChange(){const{helmetInstances:t,setHelmet:r}=this.props.context;let n=null;const s=le(t.get().map(o=>{const c={...o.props};return delete c.context,c}));ye.canUseDOM?ve(s):D&&(n=D(s)),r(n)}init(){if(this.rendered)return;this.rendered=!0;const{helmetInstances:t}=this.props.context;t.add(this),this.emitChange()}render(){return this.init(),null}},k,Oe=(k=class extends _.Component{shouldComponentUpdate(e){return!ee(q(this.props,"helmetData"),q(e,"helmetData"))}mapNestedChildrenToProps(e,t){if(!t)return null;switch(e.type){case"script":case"noscript":return{innerHTML:t};case"style":return{cssText:t};default:throw new Error(`<${e.type} /> elements are self-closing and can not contain children. Refer to our API for more information.`)}}flattenArrayTypeChildren(e,t,r,n){return{...t,[e.type]:[...t[e.type]||[],{...r,...this.mapNestedChildrenToProps(e,n)}]}}mapObjectTypeChildren(e,t,r,n){switch(e.type){case"title":return{...t,[e.type]:n,titleAttributes:{...r}};case"body":return{...t,bodyAttributes:{...r}};case"html":return{...t,htmlAttributes:{...r}};default:return{...t,[e.type]:{...r}}}}mapArrayTypeChildrenToProps(e,t){let r={...t};return Object.keys(e).forEach(n=>{r={...r,[n]:e[n]}}),r}warnOnInvalidChildren(e,t){return F(K.some(r=>e.type===r),typeof e.type=="function"?"You may be attempting to nest <Helmet> components within each other, which is not allowed. Refer to our API for more information.":`Only elements types ${K.join(", ")} are allowed. Helmet does not support rendering <${e.type}> elements. Refer to our API for more information.`),F(!t||typeof t=="string"||Array.isArray(t)&&!t.some(r=>typeof r!="string"),`Helmet expects a string as a child of <${e.type}>. Did you forget to wrap your children in braces? ( <${e.type}>{\`\`}</${e.type}> ) Refer to our API for more information.`),!0}mapChildrenToProps(e,t){let r={};return y.Children.forEach(e,n=>{if(!n||!n.props)return;const{children:s,...o}=n.props,c=Object.keys(o).reduce((l,a)=>(l[re[a]||a]=o[a],l),{});let{type:i}=n;switch(typeof i=="symbol"?i=i.toString():this.warnOnInvalidChildren(n,s),i){case"Symbol(react.fragment)":t=this.mapChildrenToProps(s,t);break;case"link":case"meta":case"noscript":case"script":case"style":r=this.flattenArrayTypeChildren(n,r,c,s);break;default:t=this.mapObjectTypeChildren(n,t,c,s);break}}),this.mapArrayTypeChildrenToProps(r,t)}render(){const{children:e,...t}=this.props;let r={...t},{helmetData:n}=t;if(e&&(r=this.mapChildrenToProps(e,r)),n&&!(n instanceof M)){const s=n;n=new M(s.context,!0),delete r.helmetData}return n?y.createElement(z,{...r,context:n.value}):y.createElement(W.Consumer,null,s=>y.createElement(z,{...r,context:s}))}},h(k,"defaultProps",{defer:!0,encodeSpecialCharacters:!0,prioritizeSeoTags:!1}),k);export{Oe as H,ye as a}; diff --git a/frontend/dist/assets/js/vendor-other-CdRIx1s3.js b/frontend/dist/assets/js/vendor-other-CdRIx1s3.js deleted file mode 100644 index 93b52305..00000000 --- a/frontend/dist/assets/js/vendor-other-CdRIx1s3.js +++ /dev/null @@ -1,9 +0,0 @@ -function pe(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var oe={exports:{}},se={};/** - * @license React - * scheduler.production.js - * - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */var ge;function Oe(){return ge||(ge=1,function(e){function i(a,g){var d=a.length;a.push(g);e:for(;0<d;){var C=d-1>>>1,w=a[C];if(0<f(w,g))a[C]=g,a[d]=w,d=C;else break e}}function r(a){return a.length===0?null:a[0]}function t(a){if(a.length===0)return null;var g=a[0],d=a.pop();if(d!==g){a[0]=d;e:for(var C=0,w=a.length,E=w>>>1;C<E;){var L=2*(C+1)-1,Q=a[L],q=L+1,B=a[q];if(0>f(Q,d))q<w&&0>f(B,Q)?(a[C]=B,a[q]=d,C=q):(a[C]=Q,a[L]=d,C=L);else if(q<w&&0>f(B,d))a[C]=B,a[q]=d,C=q;else break e}}return g}function f(a,g){var d=a.sortIndex-g.sortIndex;return d!==0?d:a.id-g.id}if(e.unstable_now=void 0,typeof performance=="object"&&typeof performance.now=="function"){var s=performance;e.unstable_now=function(){return s.now()}}else{var o=Date,b=o.now();e.unstable_now=function(){return o.now()-b}}var n=[],m=[],y=1,S=null,p=3,z=!1,u=!1,k=!1,R=typeof setTimeout=="function"?setTimeout:null,v=typeof clearTimeout=="function"?clearTimeout:null,M=typeof setImmediate<"u"?setImmediate:null;function T(a){for(var g=r(m);g!==null;){if(g.callback===null)t(m);else if(g.startTime<=a)t(m),g.sortIndex=g.expirationTime,i(n,g);else break;g=r(m)}}function I(a){if(k=!1,T(a),!u)if(r(n)!==null)u=!0,x();else{var g=r(m);g!==null&&O(I,g.startTime-a)}}var _=!1,P=-1,G=5,V=-1;function j(){return!(e.unstable_now()-V<G)}function $(){if(_){var a=e.unstable_now();V=a;var g=!0;try{e:{u=!1,k&&(k=!1,v(P),P=-1),z=!0;var d=p;try{r:{for(T(a),S=r(n);S!==null&&!(S.expirationTime>a&&j());){var C=S.callback;if(typeof C=="function"){S.callback=null,p=S.priorityLevel;var w=C(S.expirationTime<=a);if(a=e.unstable_now(),typeof w=="function"){S.callback=w,T(a),g=!0;break r}S===r(n)&&t(n),T(a)}else t(n);S=r(n)}if(S!==null)g=!0;else{var E=r(m);E!==null&&O(I,E.startTime-a),g=!1}}break e}finally{S=null,p=d,z=!1}g=void 0}}finally{g?N():_=!1}}}var N;if(typeof M=="function")N=function(){M($)};else if(typeof MessageChannel<"u"){var W=new MessageChannel,F=W.port2;W.port1.onmessage=$,N=function(){F.postMessage(null)}}else N=function(){R($,0)};function x(){_||(_=!0,N())}function O(a,g){P=R(function(){a(e.unstable_now())},g)}e.unstable_IdlePriority=5,e.unstable_ImmediatePriority=1,e.unstable_LowPriority=4,e.unstable_NormalPriority=3,e.unstable_Profiling=null,e.unstable_UserBlockingPriority=2,e.unstable_cancelCallback=function(a){a.callback=null},e.unstable_continueExecution=function(){u||z||(u=!0,x())},e.unstable_forceFrameRate=function(a){0>a||125<a?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):G=0<a?Math.floor(1e3/a):5},e.unstable_getCurrentPriorityLevel=function(){return p},e.unstable_getFirstCallbackNode=function(){return r(n)},e.unstable_next=function(a){switch(p){case 1:case 2:case 3:var g=3;break;default:g=p}var d=p;p=g;try{return a()}finally{p=d}},e.unstable_pauseExecution=function(){},e.unstable_requestPaint=function(){},e.unstable_runWithPriority=function(a,g){switch(a){case 1:case 2:case 3:case 4:case 5:break;default:a=3}var d=p;p=a;try{return g()}finally{p=d}},e.unstable_scheduleCallback=function(a,g,d){var C=e.unstable_now();switch(typeof d=="object"&&d!==null?(d=d.delay,d=typeof d=="number"&&0<d?C+d:C):d=C,a){case 1:var w=-1;break;case 2:w=250;break;case 5:w=1073741823;break;case 4:w=1e4;break;default:w=5e3}return w=d+w,a={id:y++,callback:g,priorityLevel:a,startTime:d,expirationTime:w,sortIndex:-1},d>C?(a.sortIndex=d,i(m,a),r(n)===null&&a===r(m)&&(k?(v(P),P=-1):k=!0,O(I,d-C))):(a.sortIndex=w,i(n,a),u||z||(u=!0,x())),a},e.unstable_shouldYield=j,e.unstable_wrapCallback=function(a){var g=p;return function(){var d=p;p=g;try{return a.apply(this,arguments)}finally{p=d}}}}(se)),se}var he;function Ar(){return he||(he=1,oe.exports=Oe()),oe.exports}var K={},we;function Ge(){if(we)return K;we=1,Object.defineProperty(K,"__esModule",{value:!0}),K.parse=o,K.serialize=m;const e=/^[\u0021-\u003A\u003C\u003E-\u007E]+$/,i=/^[\u0021-\u003A\u003C-\u007E]*$/,r=/^([.]?[a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?)([.][a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?)*$/i,t=/^[\u0020-\u003A\u003D-\u007E]*$/,f=Object.prototype.toString,s=(()=>{const p=function(){};return p.prototype=Object.create(null),p})();function o(p,z){const u=new s,k=p.length;if(k<2)return u;const R=(z==null?void 0:z.decode)||y;let v=0;do{const M=p.indexOf("=",v);if(M===-1)break;const T=p.indexOf(";",v),I=T===-1?k:T;if(M>I){v=p.lastIndexOf(";",M-1)+1;continue}const _=b(p,v,M),P=n(p,M,_),G=p.slice(_,P);if(u[G]===void 0){let V=b(p,M+1,I),j=n(p,I,V);const $=R(p.slice(V,j));u[G]=$}v=I+1}while(v<k);return u}function b(p,z,u){do{const k=p.charCodeAt(z);if(k!==32&&k!==9)return z}while(++z<u);return u}function n(p,z,u){for(;z>u;){const k=p.charCodeAt(--z);if(k!==32&&k!==9)return z+1}return u}function m(p,z,u){const k=(u==null?void 0:u.encode)||encodeURIComponent;if(!e.test(p))throw new TypeError(`argument name is invalid: ${p}`);const R=k(z);if(!i.test(R))throw new TypeError(`argument val is invalid: ${z}`);let v=p+"="+R;if(!u)return v;if(u.maxAge!==void 0){if(!Number.isInteger(u.maxAge))throw new TypeError(`option maxAge is invalid: ${u.maxAge}`);v+="; Max-Age="+u.maxAge}if(u.domain){if(!r.test(u.domain))throw new TypeError(`option domain is invalid: ${u.domain}`);v+="; Domain="+u.domain}if(u.path){if(!t.test(u.path))throw new TypeError(`option path is invalid: ${u.path}`);v+="; Path="+u.path}if(u.expires){if(!S(u.expires)||!Number.isFinite(u.expires.valueOf()))throw new TypeError(`option expires is invalid: ${u.expires}`);v+="; Expires="+u.expires.toUTCString()}if(u.httpOnly&&(v+="; HttpOnly"),u.secure&&(v+="; Secure"),u.partitioned&&(v+="; Partitioned"),u.priority)switch(typeof u.priority=="string"?u.priority.toLowerCase():void 0){case"low":v+="; Priority=Low";break;case"medium":v+="; Priority=Medium";break;case"high":v+="; Priority=High";break;default:throw new TypeError(`option priority is invalid: ${u.priority}`)}if(u.sameSite)switch(typeof u.sameSite=="string"?u.sameSite.toLowerCase():u.sameSite){case!0:case"strict":v+="; SameSite=Strict";break;case"lax":v+="; SameSite=Lax";break;case"none":v+="; SameSite=None";break;default:throw new TypeError(`option sameSite is invalid: ${u.sameSite}`)}return v}function y(p){if(p.indexOf("%")===-1)return p;try{return decodeURIComponent(p)}catch{return p}}function S(p){return f.call(p)==="[object Date]"}return K}Ge();var ae,ye;function qe(){if(ye)return ae;ye=1;var e=typeof Element<"u",i=typeof Map=="function",r=typeof Set=="function",t=typeof ArrayBuffer=="function"&&!!ArrayBuffer.isView;function f(s,o){if(s===o)return!0;if(s&&o&&typeof s=="object"&&typeof o=="object"){if(s.constructor!==o.constructor)return!1;var b,n,m;if(Array.isArray(s)){if(b=s.length,b!=o.length)return!1;for(n=b;n--!==0;)if(!f(s[n],o[n]))return!1;return!0}var y;if(i&&s instanceof Map&&o instanceof Map){if(s.size!==o.size)return!1;for(y=s.entries();!(n=y.next()).done;)if(!o.has(n.value[0]))return!1;for(y=s.entries();!(n=y.next()).done;)if(!f(n.value[1],o.get(n.value[0])))return!1;return!0}if(r&&s instanceof Set&&o instanceof Set){if(s.size!==o.size)return!1;for(y=s.entries();!(n=y.next()).done;)if(!o.has(n.value[0]))return!1;return!0}if(t&&ArrayBuffer.isView(s)&&ArrayBuffer.isView(o)){if(b=s.length,b!=o.length)return!1;for(n=b;n--!==0;)if(s[n]!==o[n])return!1;return!0}if(s.constructor===RegExp)return s.source===o.source&&s.flags===o.flags;if(s.valueOf!==Object.prototype.valueOf&&typeof s.valueOf=="function"&&typeof o.valueOf=="function")return s.valueOf()===o.valueOf();if(s.toString!==Object.prototype.toString&&typeof s.toString=="function"&&typeof o.toString=="function")return s.toString()===o.toString();if(m=Object.keys(s),b=m.length,b!==Object.keys(o).length)return!1;for(n=b;n--!==0;)if(!Object.prototype.hasOwnProperty.call(o,m[n]))return!1;if(e&&s instanceof Element)return!1;for(n=b;n--!==0;)if(!((m[n]==="_owner"||m[n]==="__v"||m[n]==="__o")&&s.$$typeof)&&!f(s[m[n]],o[m[n]]))return!1;return!0}return s!==s&&o!==o}return ae=function(o,b){try{return f(o,b)}catch(n){if((n.message||"").match(/stack|recursion/i))return console.warn("react-fast-compare cannot handle circular refs"),!1;throw n}},ae}var je=qe();const Mr=pe(je);var ie,ve;function Ne(){if(ve)return ie;ve=1;var e=function(i,r,t,f,s,o,b,n){if(!i){var m;if(r===void 0)m=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var y=[t,f,s,o,b,n],S=0;m=new Error(r.replace(/%s/g,function(){return y[S++]})),m.name="Invariant Violation"}throw m.framesToPop=1,m}};return ie=e,ie}var Le=Ne();const Ir=pe(Le);var le,xe;function Ve(){return xe||(xe=1,le=function(i,r,t,f){var s=t?t.call(f,i,r):void 0;if(s!==void 0)return!!s;if(i===r)return!0;if(typeof i!="object"||!i||typeof r!="object"||!r)return!1;var o=Object.keys(i),b=Object.keys(r);if(o.length!==b.length)return!1;for(var n=Object.prototype.hasOwnProperty.bind(r),m=0;m<o.length;m++){var y=o[m];if(!n(y))return!1;var S=i[y],p=r[y];if(s=t?t.call(f,S,p,y):void 0,s===!1||s===void 0&&S!==p)return!1}return!0}),le}var $e=Ve();const Rr=pe($e),be="-",Fe=e=>{const i=Be(e),{conflictingClassGroups:r,conflictingClassGroupModifiers:t}=e;return{getClassGroupId:o=>{const b=o.split(be);return b[0]===""&&b.length!==1&&b.shift(),Ce(b,i)||Ue(o)},getConflictingClassGroupIds:(o,b)=>{const n=r[o]||[];return b&&t[o]?[...n,...t[o]]:n}}},Ce=(e,i)=>{var o;if(e.length===0)return i.classGroupId;const r=e[0],t=i.nextPart.get(r),f=t?Ce(e.slice(1),t):void 0;if(f)return f;if(i.validators.length===0)return;const s=e.join(be);return(o=i.validators.find(({validator:b})=>b(s)))==null?void 0:o.classGroupId},ke=/^\[(.+)\]$/,Ue=e=>{if(ke.test(e)){const i=ke.exec(e)[1],r=i==null?void 0:i.substring(0,i.indexOf(":"));if(r)return"arbitrary.."+r}},Be=e=>{const{theme:i,classGroups:r}=e,t={nextPart:new Map,validators:[]};for(const f in r)ue(r[f],t,f,i);return t},ue=(e,i,r,t)=>{e.forEach(f=>{if(typeof f=="string"){const s=f===""?i:Se(i,f);s.classGroupId=r;return}if(typeof f=="function"){if(De(f)){ue(f(t),i,r,t);return}i.validators.push({validator:f,classGroupId:r});return}Object.entries(f).forEach(([s,o])=>{ue(o,Se(i,s),r,t)})})},Se=(e,i)=>{let r=e;return i.split(be).forEach(t=>{r.nextPart.has(t)||r.nextPart.set(t,{nextPart:new Map,validators:[]}),r=r.nextPart.get(t)}),r},De=e=>e.isThemeGetter,He=e=>{if(e<1)return{get:()=>{},set:()=>{}};let i=0,r=new Map,t=new Map;const f=(s,o)=>{r.set(s,o),i++,i>e&&(i=0,t=r,r=new Map)};return{get(s){let o=r.get(s);if(o!==void 0)return o;if((o=t.get(s))!==void 0)return f(s,o),o},set(s,o){r.has(s)?r.set(s,o):f(s,o)}}},de="!",fe=":",We=fe.length,Qe=e=>{const{prefix:i,experimentalParseClassName:r}=e;let t=f=>{const s=[];let o=0,b=0,n=0,m;for(let u=0;u<f.length;u++){let k=f[u];if(o===0&&b===0){if(k===fe){s.push(f.slice(n,u)),n=u+We;continue}if(k==="/"){m=u;continue}}k==="["?o++:k==="]"?o--:k==="("?b++:k===")"&&b--}const y=s.length===0?f:f.substring(n),S=Ye(y),p=S!==y,z=m&&m>n?m-n:void 0;return{modifiers:s,hasImportantModifier:p,baseClassName:S,maybePostfixModifierPosition:z}};if(i){const f=i+fe,s=t;t=o=>o.startsWith(f)?s(o.substring(f.length)):{isExternal:!0,modifiers:[],hasImportantModifier:!1,baseClassName:o,maybePostfixModifierPosition:void 0}}if(r){const f=t;t=s=>r({className:s,parseClassName:f})}return t},Ye=e=>e.endsWith(de)?e.substring(0,e.length-1):e.startsWith(de)?e.substring(1):e,Je=e=>{const i=Object.fromEntries(e.orderSensitiveModifiers.map(t=>[t,!0]));return t=>{if(t.length<=1)return t;const f=[];let s=[];return t.forEach(o=>{o[0]==="["||i[o]?(f.push(...s.sort(),o),s=[]):s.push(o)}),f.push(...s.sort()),f}},Xe=e=>({cache:He(e.cacheSize),parseClassName:Qe(e),sortModifiers:Je(e),...Fe(e)}),Ke=/\s+/,Ze=(e,i)=>{const{parseClassName:r,getClassGroupId:t,getConflictingClassGroupIds:f,sortModifiers:s}=i,o=[],b=e.trim().split(Ke);let n="";for(let m=b.length-1;m>=0;m-=1){const y=b[m],{isExternal:S,modifiers:p,hasImportantModifier:z,baseClassName:u,maybePostfixModifierPosition:k}=r(y);if(S){n=y+(n.length>0?" "+n:n);continue}let R=!!k,v=t(R?u.substring(0,k):u);if(!v){if(!R){n=y+(n.length>0?" "+n:n);continue}if(v=t(u),!v){n=y+(n.length>0?" "+n:n);continue}R=!1}const M=s(p).join(":"),T=z?M+de:M,I=T+v;if(o.includes(I))continue;o.push(I);const _=f(v,R);for(let P=0;P<_.length;++P){const G=_[P];o.push(T+G)}n=y+(n.length>0?" "+n:n)}return n};function er(){let e=0,i,r,t="";for(;e<arguments.length;)(i=arguments[e++])&&(r=Pe(i))&&(t&&(t+=" "),t+=r);return t}const Pe=e=>{if(typeof e=="string")return e;let i,r="";for(let t=0;t<e.length;t++)e[t]&&(i=Pe(e[t]))&&(r&&(r+=" "),r+=i);return r};function rr(e,...i){let r,t,f,s=o;function o(n){const m=i.reduce((y,S)=>S(y),e());return r=Xe(m),t=r.cache.get,f=r.cache.set,s=b,b(n)}function b(n){const m=t(n);if(m)return m;const y=Ze(n,r);return f(n,y),y}return function(){return s(er.apply(null,arguments))}}const A=e=>{const i=r=>r[e]||[];return i.isThemeGetter=!0,i},Ee=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,Ae=/^\((?:(\w[\w-]*):)?(.+)\)$/i,tr=/^\d+\/\d+$/,nr=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,or=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,sr=/^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/,ar=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,ir=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,Y=e=>tr.test(e),h=e=>!!e&&!Number.isNaN(Number(e)),D=e=>!!e&&Number.isInteger(Number(e)),ze=e=>e.endsWith("%")&&h(e.slice(0,-1)),U=e=>nr.test(e),lr=()=>!0,cr=e=>or.test(e)&&!sr.test(e),me=()=>!1,ur=e=>ar.test(e),dr=e=>ir.test(e),fr=e=>!l(e)&&!c(e),pr=e=>J(e,Re,me),l=e=>Ee.test(e),H=e=>J(e,_e,cr),ce=e=>J(e,zr,h),br=e=>J(e,Me,me),mr=e=>J(e,Ie,dr),gr=e=>J(e,me,ur),c=e=>Ae.test(e),te=e=>X(e,_e),hr=e=>X(e,Cr),wr=e=>X(e,Me),yr=e=>X(e,Re),vr=e=>X(e,Ie),xr=e=>X(e,Pr,!0),J=(e,i,r)=>{const t=Ee.exec(e);return t?t[1]?i(t[1]):r(t[2]):!1},X=(e,i,r=!1)=>{const t=Ae.exec(e);return t?t[1]?i(t[1]):r:!1},Me=e=>e==="position",kr=new Set(["image","url"]),Ie=e=>kr.has(e),Sr=new Set(["length","size","percentage"]),Re=e=>Sr.has(e),_e=e=>e==="length",zr=e=>e==="number",Cr=e=>e==="family-name",Pr=e=>e==="shadow",Er=()=>{const e=A("color"),i=A("font"),r=A("text"),t=A("font-weight"),f=A("tracking"),s=A("leading"),o=A("breakpoint"),b=A("container"),n=A("spacing"),m=A("radius"),y=A("shadow"),S=A("inset-shadow"),p=A("drop-shadow"),z=A("blur"),u=A("perspective"),k=A("aspect"),R=A("ease"),v=A("animate"),M=()=>["auto","avoid","all","avoid-page","page","left","right","column"],T=()=>["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top"],I=()=>["auto","hidden","clip","visible","scroll"],_=()=>["auto","contain","none"],P=()=>[Y,"px","full","auto",c,l,n],G=()=>[D,"none","subgrid",c,l],V=()=>["auto",{span:["full",D,c,l]},c,l],j=()=>[D,"auto",c,l],$=()=>["auto","min","max","fr",c,l],N=()=>[c,l,n],W=()=>["start","end","center","between","around","evenly","stretch","baseline"],F=()=>["start","end","center","stretch"],x=()=>[c,l,n],O=()=>["px",...x()],a=()=>["px","auto",...x()],g=()=>[Y,"auto","px","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",c,l,n],d=()=>[e,c,l],C=()=>[ze,H],w=()=>["","none","full",m,c,l],E=()=>["",h,te,H],L=()=>["solid","dashed","dotted","double"],Q=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],q=()=>["","none",z,c,l],B=()=>["center","top","top-right","right","bottom-right","bottom","bottom-left","left","top-left",c,l],Z=()=>["none",h,c,l],ee=()=>["none",h,c,l],ne=()=>[h,c,l],re=()=>[Y,"full","px",c,l,n];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[U],breakpoint:[U],color:[lr],container:[U],"drop-shadow":[U],ease:["in","out","in-out"],font:[fr],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[U],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[U],shadow:[U],spacing:[h],text:[U],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",Y,l,c,k]}],container:["container"],columns:[{columns:[h,l,c,b]}],"break-after":[{"break-after":M()}],"break-before":[{"break-before":M()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],sr:["sr-only","not-sr-only"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:[...T(),l,c]}],overflow:[{overflow:I()}],"overflow-x":[{"overflow-x":I()}],"overflow-y":[{"overflow-y":I()}],overscroll:[{overscroll:_()}],"overscroll-x":[{"overscroll-x":_()}],"overscroll-y":[{"overscroll-y":_()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:P()}],"inset-x":[{"inset-x":P()}],"inset-y":[{"inset-y":P()}],start:[{start:P()}],end:[{end:P()}],top:[{top:P()}],right:[{right:P()}],bottom:[{bottom:P()}],left:[{left:P()}],visibility:["visible","invisible","collapse"],z:[{z:[D,"auto",c,l]}],basis:[{basis:[Y,"full","auto",c,l,b,n]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[h,Y,"auto","initial","none",l]}],grow:[{grow:["",h,c,l]}],shrink:[{shrink:["",h,c,l]}],order:[{order:[D,"first","last","none",c,l]}],"grid-cols":[{"grid-cols":G()}],"col-start-end":[{col:V()}],"col-start":[{"col-start":j()}],"col-end":[{"col-end":j()}],"grid-rows":[{"grid-rows":G()}],"row-start-end":[{row:V()}],"row-start":[{"row-start":j()}],"row-end":[{"row-end":j()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":$()}],"auto-rows":[{"auto-rows":$()}],gap:[{gap:N()}],"gap-x":[{"gap-x":N()}],"gap-y":[{"gap-y":N()}],"justify-content":[{justify:[...W(),"normal"]}],"justify-items":[{"justify-items":[...F(),"normal"]}],"justify-self":[{"justify-self":["auto",...F()]}],"align-content":[{content:["normal",...W()]}],"align-items":[{items:[...F(),"baseline"]}],"align-self":[{self:["auto",...F(),"baseline"]}],"place-content":[{"place-content":W()}],"place-items":[{"place-items":[...F(),"baseline"]}],"place-self":[{"place-self":["auto",...F()]}],p:[{p:O()}],px:[{px:O()}],py:[{py:O()}],ps:[{ps:O()}],pe:[{pe:O()}],pt:[{pt:O()}],pr:[{pr:O()}],pb:[{pb:O()}],pl:[{pl:O()}],m:[{m:a()}],mx:[{mx:a()}],my:[{my:a()}],ms:[{ms:a()}],me:[{me:a()}],mt:[{mt:a()}],mr:[{mr:a()}],mb:[{mb:a()}],ml:[{ml:a()}],"space-x":[{"space-x":x()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":x()}],"space-y-reverse":["space-y-reverse"],size:[{size:g()}],w:[{w:[b,"screen",...g()]}],"min-w":[{"min-w":[b,"screen","none",...g()]}],"max-w":[{"max-w":[b,"screen","none","prose",{screen:[o]},...g()]}],h:[{h:["screen",...g()]}],"min-h":[{"min-h":["screen","none",...g()]}],"max-h":[{"max-h":["screen",...g()]}],"font-size":[{text:["base",r,te,H]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[t,c,ce]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",ze,l]}],"font-family":[{font:[hr,l,i]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:[f,c,l]}],"line-clamp":[{"line-clamp":[h,"none",c,ce]}],leading:[{leading:[c,l,s,n]}],"list-image":[{"list-image":["none",c,l]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",c,l]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:d()}],"text-color":[{text:d()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...L(),"wavy"]}],"text-decoration-thickness":[{decoration:[h,"from-font","auto",c,H]}],"text-decoration-color":[{decoration:d()}],"underline-offset":[{"underline-offset":[h,"auto",c,l]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:["px",...x()]}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",c,l]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",c,l]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:[...T(),wr,br]}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","space","round"]}]}],"bg-size":[{bg:["auto","cover","contain",yr,pr]}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},D,c,l],radial:["",c,l],conic:[D,c,l]},vr,mr]}],"bg-color":[{bg:d()}],"gradient-from-pos":[{from:C()}],"gradient-via-pos":[{via:C()}],"gradient-to-pos":[{to:C()}],"gradient-from":[{from:d()}],"gradient-via":[{via:d()}],"gradient-to":[{to:d()}],rounded:[{rounded:w()}],"rounded-s":[{"rounded-s":w()}],"rounded-e":[{"rounded-e":w()}],"rounded-t":[{"rounded-t":w()}],"rounded-r":[{"rounded-r":w()}],"rounded-b":[{"rounded-b":w()}],"rounded-l":[{"rounded-l":w()}],"rounded-ss":[{"rounded-ss":w()}],"rounded-se":[{"rounded-se":w()}],"rounded-ee":[{"rounded-ee":w()}],"rounded-es":[{"rounded-es":w()}],"rounded-tl":[{"rounded-tl":w()}],"rounded-tr":[{"rounded-tr":w()}],"rounded-br":[{"rounded-br":w()}],"rounded-bl":[{"rounded-bl":w()}],"border-w":[{border:E()}],"border-w-x":[{"border-x":E()}],"border-w-y":[{"border-y":E()}],"border-w-s":[{"border-s":E()}],"border-w-e":[{"border-e":E()}],"border-w-t":[{"border-t":E()}],"border-w-r":[{"border-r":E()}],"border-w-b":[{"border-b":E()}],"border-w-l":[{"border-l":E()}],"divide-x":[{"divide-x":E()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":E()}],"divide-y-reverse":["divide-y-reverse"],"border-style":[{border:[...L(),"hidden","none"]}],"divide-style":[{divide:[...L(),"hidden","none"]}],"border-color":[{border:d()}],"border-color-x":[{"border-x":d()}],"border-color-y":[{"border-y":d()}],"border-color-s":[{"border-s":d()}],"border-color-e":[{"border-e":d()}],"border-color-t":[{"border-t":d()}],"border-color-r":[{"border-r":d()}],"border-color-b":[{"border-b":d()}],"border-color-l":[{"border-l":d()}],"divide-color":[{divide:d()}],"outline-style":[{outline:[...L(),"none","hidden"]}],"outline-offset":[{"outline-offset":[h,c,l]}],"outline-w":[{outline:["",h,te,H]}],"outline-color":[{outline:[e]}],shadow:[{shadow:["","none",y,xr,gr]}],"shadow-color":[{shadow:d()}],"inset-shadow":[{"inset-shadow":["none",c,l,S]}],"inset-shadow-color":[{"inset-shadow":d()}],"ring-w":[{ring:E()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:d()}],"ring-offset-w":[{"ring-offset":[h,H]}],"ring-offset-color":[{"ring-offset":d()}],"inset-ring-w":[{"inset-ring":E()}],"inset-ring-color":[{"inset-ring":d()}],opacity:[{opacity:[h,c,l]}],"mix-blend":[{"mix-blend":[...Q(),"plus-darker","plus-lighter"]}],"bg-blend":[{"bg-blend":Q()}],filter:[{filter:["","none",c,l]}],blur:[{blur:q()}],brightness:[{brightness:[h,c,l]}],contrast:[{contrast:[h,c,l]}],"drop-shadow":[{"drop-shadow":["","none",p,c,l]}],grayscale:[{grayscale:["",h,c,l]}],"hue-rotate":[{"hue-rotate":[h,c,l]}],invert:[{invert:["",h,c,l]}],saturate:[{saturate:[h,c,l]}],sepia:[{sepia:["",h,c,l]}],"backdrop-filter":[{"backdrop-filter":["","none",c,l]}],"backdrop-blur":[{"backdrop-blur":q()}],"backdrop-brightness":[{"backdrop-brightness":[h,c,l]}],"backdrop-contrast":[{"backdrop-contrast":[h,c,l]}],"backdrop-grayscale":[{"backdrop-grayscale":["",h,c,l]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[h,c,l]}],"backdrop-invert":[{"backdrop-invert":["",h,c,l]}],"backdrop-opacity":[{"backdrop-opacity":[h,c,l]}],"backdrop-saturate":[{"backdrop-saturate":[h,c,l]}],"backdrop-sepia":[{"backdrop-sepia":["",h,c,l]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":x()}],"border-spacing-x":[{"border-spacing-x":x()}],"border-spacing-y":[{"border-spacing-y":x()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",c,l]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[h,"initial",c,l]}],ease:[{ease:["linear","initial",R,c,l]}],delay:[{delay:[h,c,l]}],animate:[{animate:["none",v,c,l]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[u,c,l]}],"perspective-origin":[{"perspective-origin":B()}],rotate:[{rotate:Z()}],"rotate-x":[{"rotate-x":Z()}],"rotate-y":[{"rotate-y":Z()}],"rotate-z":[{"rotate-z":Z()}],scale:[{scale:ee()}],"scale-x":[{"scale-x":ee()}],"scale-y":[{"scale-y":ee()}],"scale-z":[{"scale-z":ee()}],"scale-3d":["scale-3d"],skew:[{skew:ne()}],"skew-x":[{"skew-x":ne()}],"skew-y":[{"skew-y":ne()}],transform:[{transform:[c,l,"","none","gpu","cpu"]}],"transform-origin":[{origin:B()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:re()}],"translate-x":[{"translate-x":re()}],"translate-y":[{"translate-y":re()}],"translate-z":[{"translate-z":re()}],"translate-none":["translate-none"],accent:[{accent:d()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:d()}],"color-scheme":[{scheme:["normal","dark","light","light-dark","only-dark","only-light"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",c,l]}],"field-sizing":[{"field-sizing":["fixed","content"]}],"pointer-events":[{"pointer-events":["auto","none"]}],resize:[{resize:["none","","y","x"]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":x()}],"scroll-mx":[{"scroll-mx":x()}],"scroll-my":[{"scroll-my":x()}],"scroll-ms":[{"scroll-ms":x()}],"scroll-me":[{"scroll-me":x()}],"scroll-mt":[{"scroll-mt":x()}],"scroll-mr":[{"scroll-mr":x()}],"scroll-mb":[{"scroll-mb":x()}],"scroll-ml":[{"scroll-ml":x()}],"scroll-p":[{"scroll-p":x()}],"scroll-px":[{"scroll-px":x()}],"scroll-py":[{"scroll-py":x()}],"scroll-ps":[{"scroll-ps":x()}],"scroll-pe":[{"scroll-pe":x()}],"scroll-pt":[{"scroll-pt":x()}],"scroll-pr":[{"scroll-pr":x()}],"scroll-pb":[{"scroll-pb":x()}],"scroll-pl":[{"scroll-pl":x()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",c,l]}],fill:[{fill:["none",...d()]}],"stroke-w":[{stroke:[h,te,H,ce]}],stroke:[{stroke:["none",...d()]}],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],translate:["translate-x","translate-y","translate-none"],"translate-none":["translate","translate-x","translate-y","translate-z"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]},orderSensitiveModifiers:["before","after","placeholder","file","marker","selection","first-line","first-letter","backdrop","*","**"]}},_r=rr(Er);function Te(e){var i,r,t="";if(typeof e=="string"||typeof e=="number")t+=e;else if(typeof e=="object")if(Array.isArray(e)){var f=e.length;for(i=0;i<f;i++)e[i]&&(r=Te(e[i]))&&(t&&(t+=" "),t+=r)}else for(r in e)e[r]&&(t&&(t+=" "),t+=r);return t}function Tr(){for(var e,i,r=0,t="",f=arguments.length;r<f;r++)(e=arguments[r])&&(i=Te(e))&&(t&&(t+=" "),t+=i);return t}export{Tr as c,Mr as f,pe as g,Ir as i,Ar as r,Rr as s,_r as t}; diff --git a/frontend/dist/assets/js/vendor-other-DTCyBslD.js b/frontend/dist/assets/js/vendor-other-DTCyBslD.js new file mode 100644 index 00000000..49590dbf --- /dev/null +++ b/frontend/dist/assets/js/vendor-other-DTCyBslD.js @@ -0,0 +1,9 @@ +import{g as me}from"./vendor-charts-BCGhWx_0.js";var oe={exports:{}},ne={};/** + * @license React + * scheduler.production.js + * + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */var ye;function Ne(){return ye||(ye=1,function(e){function a(l,p){var d=l.length;l.push(p);e:for(;0<d;){var x=d-1>>>1,g=l[x];if(0<u(g,p))l[x]=p,l[d]=g,d=x;else break e}}function t(l){return l.length===0?null:l[0]}function r(l){if(l.length===0)return null;var p=l[0],d=l.pop();if(d!==p){l[0]=d;e:for(var x=0,g=l.length,P=g>>>1;x<P;){var q=2*(x+1)-1,D=l[q],I=q+1,W=l[I];if(0>u(D,d))I<g&&0>u(W,D)?(l[x]=W,l[I]=d,x=I):(l[x]=D,l[q]=d,x=q);else if(I<g&&0>u(W,d))l[x]=W,l[I]=d,x=I;else break e}}return p}function u(l,p){var d=l.sortIndex-p.sortIndex;return d!==0?d:l.id-p.id}if(e.unstable_now=void 0,typeof performance=="object"&&typeof performance.now=="function"){var n=performance;e.unstable_now=function(){return n.now()}}else{var s=Date,f=s.now();e.unstable_now=function(){return s.now()-f}}var o=[],b=[],h=1,v=null,w=3,_=!1,k=!1,z=!1,O=typeof setTimeout=="function"?setTimeout:null,M=typeof clearTimeout=="function"?clearTimeout:null,F=typeof setImmediate<"u"?setImmediate:null;function A(l){for(var p=t(b);p!==null;){if(p.callback===null)r(b);else if(p.startTime<=l)r(b),p.sortIndex=p.expirationTime,a(o,p);else break;p=t(b)}}function E(l){if(z=!1,A(l),!k)if(t(o)!==null)k=!0,y();else{var p=t(b);p!==null&&T(E,p.startTime-l)}}var R=!1,S=-1,L=5,X=-1;function V(){return!(e.unstable_now()-X<L)}function $(){if(R){var l=e.unstable_now();X=l;var p=!0;try{e:{k=!1,z&&(z=!1,M(S),S=-1),_=!0;var d=w;try{r:{for(A(l),v=t(o);v!==null&&!(v.expirationTime>l&&V());){var x=v.callback;if(typeof x=="function"){v.callback=null,w=v.priorityLevel;var g=x(v.expirationTime<=l);if(l=e.unstable_now(),typeof g=="function"){v.callback=g,A(l),p=!0;break r}v===t(o)&&r(o),A(l)}else r(o);v=t(o)}if(v!==null)p=!0;else{var P=t(b);P!==null&&T(E,P.startTime-l),p=!1}}break e}finally{v=null,w=d,_=!1}p=void 0}}finally{p?G():R=!1}}}var G;if(typeof F=="function")G=function(){F($)};else if(typeof MessageChannel<"u"){var H=new MessageChannel,N=H.port2;H.port1.onmessage=$,G=function(){N.postMessage(null)}}else G=function(){O($,0)};function y(){R||(R=!0,G())}function T(l,p){S=O(function(){l(e.unstable_now())},p)}e.unstable_IdlePriority=5,e.unstable_ImmediatePriority=1,e.unstable_LowPriority=4,e.unstable_NormalPriority=3,e.unstable_Profiling=null,e.unstable_UserBlockingPriority=2,e.unstable_cancelCallback=function(l){l.callback=null},e.unstable_continueExecution=function(){k||_||(k=!0,y())},e.unstable_forceFrameRate=function(l){0>l||125<l?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):L=0<l?Math.floor(1e3/l):5},e.unstable_getCurrentPriorityLevel=function(){return w},e.unstable_getFirstCallbackNode=function(){return t(o)},e.unstable_next=function(l){switch(w){case 1:case 2:case 3:var p=3;break;default:p=w}var d=w;w=p;try{return l()}finally{w=d}},e.unstable_pauseExecution=function(){},e.unstable_requestPaint=function(){},e.unstable_runWithPriority=function(l,p){switch(l){case 1:case 2:case 3:case 4:case 5:break;default:l=3}var d=w;w=l;try{return p()}finally{w=d}},e.unstable_scheduleCallback=function(l,p,d){var x=e.unstable_now();switch(typeof d=="object"&&d!==null?(d=d.delay,d=typeof d=="number"&&0<d?x+d:x):d=x,l){case 1:var g=-1;break;case 2:g=250;break;case 5:g=1073741823;break;case 4:g=1e4;break;default:g=5e3}return g=d+g,l={id:h++,callback:p,priorityLevel:l,startTime:d,expirationTime:g,sortIndex:-1},d>x?(l.sortIndex=d,a(b,l),t(o)===null&&l===t(b)&&(z?(M(S),S=-1):z=!0,T(E,d-x))):(l.sortIndex=g,a(o,l),k||_||(k=!0,y())),l},e.unstable_shouldYield=V,e.unstable_wrapCallback=function(l){var p=w;return function(){var d=w;w=p;try{return l.apply(this,arguments)}finally{w=d}}}}(ne)),ne}var ve;function Or(){return ve||(ve=1,oe.exports=Ne()),oe.exports}var se,we;function je(){if(we)return se;we=1;var e=typeof Element<"u",a=typeof Map=="function",t=typeof Set=="function",r=typeof ArrayBuffer=="function"&&!!ArrayBuffer.isView;function u(n,s){if(n===s)return!0;if(n&&s&&typeof n=="object"&&typeof s=="object"){if(n.constructor!==s.constructor)return!1;var f,o,b;if(Array.isArray(n)){if(f=n.length,f!=s.length)return!1;for(o=f;o--!==0;)if(!u(n[o],s[o]))return!1;return!0}var h;if(a&&n instanceof Map&&s instanceof Map){if(n.size!==s.size)return!1;for(h=n.entries();!(o=h.next()).done;)if(!s.has(o.value[0]))return!1;for(h=n.entries();!(o=h.next()).done;)if(!u(o.value[1],s.get(o.value[0])))return!1;return!0}if(t&&n instanceof Set&&s instanceof Set){if(n.size!==s.size)return!1;for(h=n.entries();!(o=h.next()).done;)if(!s.has(o.value[0]))return!1;return!0}if(r&&ArrayBuffer.isView(n)&&ArrayBuffer.isView(s)){if(f=n.length,f!=s.length)return!1;for(o=f;o--!==0;)if(n[o]!==s[o])return!1;return!0}if(n.constructor===RegExp)return n.source===s.source&&n.flags===s.flags;if(n.valueOf!==Object.prototype.valueOf&&typeof n.valueOf=="function"&&typeof s.valueOf=="function")return n.valueOf()===s.valueOf();if(n.toString!==Object.prototype.toString&&typeof n.toString=="function"&&typeof s.toString=="function")return n.toString()===s.toString();if(b=Object.keys(n),f=b.length,f!==Object.keys(s).length)return!1;for(o=f;o--!==0;)if(!Object.prototype.hasOwnProperty.call(s,b[o]))return!1;if(e&&n instanceof Element)return!1;for(o=f;o--!==0;)if(!((b[o]==="_owner"||b[o]==="__v"||b[o]==="__o")&&n.$$typeof)&&!u(n[b[o]],s[b[o]]))return!1;return!0}return n!==n&&s!==s}return se=function(s,f){try{return u(s,f)}catch(o){if((o.message||"").match(/stack|recursion/i))return console.warn("react-fast-compare cannot handle circular refs"),!1;throw o}},se}var Le=je();const Gr=me(Le);var ae,xe;function Ve(){if(xe)return ae;xe=1;var e=function(a,t,r,u,n,s,f,o){if(!a){var b;if(t===void 0)b=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var h=[r,u,n,s,f,o],v=0;b=new Error(t.replace(/%s/g,function(){return h[v++]})),b.name="Invariant Violation"}throw b.framesToPop=1,b}};return ae=e,ae}var We=Ve();const qr=me(We);var le,ke;function Be(){return ke||(ke=1,le=function(a,t,r,u){var n=r?r.call(u,a,t):void 0;if(n!==void 0)return!!n;if(a===t)return!0;if(typeof a!="object"||!a||typeof t!="object"||!t)return!1;var s=Object.keys(a),f=Object.keys(t);if(s.length!==f.length)return!1;for(var o=Object.prototype.hasOwnProperty.bind(t),b=0;b<s.length;b++){var h=s[b];if(!o(h))return!1;var v=a[h],w=t[h];if(n=r?r.call(u,v,w,h):void 0,n===!1||n===void 0&&v!==w)return!1}return!0}),le}var Ue=Be();const Fr=me(Ue),ge="-",$e=e=>{const a=De(e),{conflictingClassGroups:t,conflictingClassGroupModifiers:r}=e;return{getClassGroupId:s=>{const f=s.split(ge);return f[0]===""&&f.length!==1&&f.shift(),_e(f,a)||He(s)},getConflictingClassGroupIds:(s,f)=>{const o=t[s]||[];return f&&r[s]?[...o,...r[s]]:o}}},_e=(e,a)=>{var s;if(e.length===0)return a.classGroupId;const t=e[0],r=a.nextPart.get(t),u=r?_e(e.slice(1),r):void 0;if(u)return u;if(a.validators.length===0)return;const n=e.join(ge);return(s=a.validators.find(({validator:f})=>f(n)))==null?void 0:s.classGroupId},Se=/^\[(.+)\]$/,He=e=>{if(Se.test(e)){const a=Se.exec(e)[1],t=a==null?void 0:a.substring(0,a.indexOf(":"));if(t)return"arbitrary.."+t}},De=e=>{const{theme:a,classGroups:t}=e,r={nextPart:new Map,validators:[]};for(const u in t)fe(t[u],r,u,a);return r},fe=(e,a,t,r)=>{e.forEach(u=>{if(typeof u=="string"){const n=u===""?a:Pe(a,u);n.classGroupId=t;return}if(typeof u=="function"){if(Ye(u)){fe(u(r),a,t,r);return}a.validators.push({validator:u,classGroupId:t});return}Object.entries(u).forEach(([n,s])=>{fe(s,Pe(a,n),t,r)})})},Pe=(e,a)=>{let t=e;return a.split(ge).forEach(r=>{t.nextPart.has(r)||t.nextPart.set(r,{nextPart:new Map,validators:[]}),t=t.nextPart.get(r)}),t},Ye=e=>e.isThemeGetter,Qe=e=>{if(e<1)return{get:()=>{},set:()=>{}};let a=0,t=new Map,r=new Map;const u=(n,s)=>{t.set(n,s),a++,a>e&&(a=0,r=t,t=new Map)};return{get(n){let s=t.get(n);if(s!==void 0)return s;if((s=r.get(n))!==void 0)return u(n,s),s},set(n,s){t.has(n)?t.set(n,s):u(n,s)}}},pe="!",be=":",Je=be.length,Xe=e=>{const{prefix:a,experimentalParseClassName:t}=e;let r=u=>{const n=[];let s=0,f=0,o=0,b;for(let k=0;k<u.length;k++){let z=u[k];if(s===0&&f===0){if(z===be){n.push(u.slice(o,k)),o=k+Je;continue}if(z==="/"){b=k;continue}}z==="["?s++:z==="]"?s--:z==="("?f++:z===")"&&f--}const h=n.length===0?u:u.substring(o),v=Ke(h),w=v!==h,_=b&&b>o?b-o:void 0;return{modifiers:n,hasImportantModifier:w,baseClassName:v,maybePostfixModifierPosition:_}};if(a){const u=a+be,n=r;r=s=>s.startsWith(u)?n(s.substring(u.length)):{isExternal:!0,modifiers:[],hasImportantModifier:!1,baseClassName:s,maybePostfixModifierPosition:void 0}}if(t){const u=r;r=n=>t({className:n,parseClassName:u})}return r},Ke=e=>e.endsWith(pe)?e.substring(0,e.length-1):e.startsWith(pe)?e.substring(1):e,Ze=e=>{const a=Object.fromEntries(e.orderSensitiveModifiers.map(r=>[r,!0]));return r=>{if(r.length<=1)return r;const u=[];let n=[];return r.forEach(s=>{s[0]==="["||a[s]?(u.push(...n.sort(),s),n=[]):n.push(s)}),u.push(...n.sort()),u}},er=e=>({cache:Qe(e.cacheSize),parseClassName:Xe(e),sortModifiers:Ze(e),...$e(e)}),rr=/\s+/,tr=(e,a)=>{const{parseClassName:t,getClassGroupId:r,getConflictingClassGroupIds:u,sortModifiers:n}=a,s=[],f=e.trim().split(rr);let o="";for(let b=f.length-1;b>=0;b-=1){const h=f[b],{isExternal:v,modifiers:w,hasImportantModifier:_,baseClassName:k,maybePostfixModifierPosition:z}=t(h);if(v){o=h+(o.length>0?" "+o:o);continue}let O=!!z,M=r(O?k.substring(0,z):k);if(!M){if(!O){o=h+(o.length>0?" "+o:o);continue}if(M=r(k),!M){o=h+(o.length>0?" "+o:o);continue}O=!1}const F=n(w).join(":"),A=_?F+pe:F,E=A+M;if(s.includes(E))continue;s.push(E);const R=u(M,O);for(let S=0;S<R.length;++S){const L=R[S];s.push(A+L)}o=h+(o.length>0?" "+o:o)}return o};function or(){let e=0,a,t,r="";for(;e<arguments.length;)(a=arguments[e++])&&(t=Me(a))&&(r&&(r+=" "),r+=t);return r}const Me=e=>{if(typeof e=="string")return e;let a,t="";for(let r=0;r<e.length;r++)e[r]&&(a=Me(e[r]))&&(t&&(t+=" "),t+=a);return t};function nr(e,...a){let t,r,u,n=s;function s(o){const b=a.reduce((h,v)=>v(h),e());return t=er(b),r=t.cache.get,u=t.cache.set,n=f,f(o)}function f(o){const b=r(o);if(b)return b;const h=tr(o,t);return u(o,h),h}return function(){return n(or.apply(null,arguments))}}const C=e=>{const a=t=>t[e]||[];return a.isThemeGetter=!0,a},Ae=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,Ee=/^\((?:(\w[\w-]*):)?(.+)\)$/i,sr=/^\d+\/\d+$/,ar=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,lr=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,ir=/^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/,cr=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,ur=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,Y=e=>sr.test(e),m=e=>!!e&&!Number.isNaN(Number(e)),B=e=>!!e&&Number.isInteger(Number(e)),Ce=e=>e.endsWith("%")&&m(e.slice(0,-1)),j=e=>ar.test(e),dr=()=>!0,fr=e=>lr.test(e)&&!ir.test(e),he=()=>!1,pr=e=>cr.test(e),br=e=>ur.test(e),mr=e=>!i(e)&&!c(e),gr=e=>Q(e,Ge,he),i=e=>Ae.test(e),U=e=>Q(e,qe,fr),ie=e=>Q(e,Tr,m),hr=e=>Q(e,Ie,he),yr=e=>Q(e,Oe,br),vr=e=>Q(e,he,pr),c=e=>Ee.test(e),re=e=>J(e,qe),wr=e=>J(e,Rr),xr=e=>J(e,Ie),kr=e=>J(e,Ge),Sr=e=>J(e,Oe),Pr=e=>J(e,_r,!0),Q=(e,a,t)=>{const r=Ae.exec(e);return r?r[1]?a(r[1]):t(r[2]):!1},J=(e,a,t=!1)=>{const r=Ee.exec(e);return r?r[1]?a(r[1]):t:!1},Ie=e=>e==="position",Cr=new Set(["image","url"]),Oe=e=>Cr.has(e),zr=new Set(["length","size","percentage"]),Ge=e=>zr.has(e),qe=e=>e==="length",Tr=e=>e==="number",Rr=e=>e==="family-name",_r=e=>e==="shadow",Mr=()=>{const e=C("color"),a=C("font"),t=C("text"),r=C("font-weight"),u=C("tracking"),n=C("leading"),s=C("breakpoint"),f=C("container"),o=C("spacing"),b=C("radius"),h=C("shadow"),v=C("inset-shadow"),w=C("drop-shadow"),_=C("blur"),k=C("perspective"),z=C("aspect"),O=C("ease"),M=C("animate"),F=()=>["auto","avoid","all","avoid-page","page","left","right","column"],A=()=>["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top"],E=()=>["auto","hidden","clip","visible","scroll"],R=()=>["auto","contain","none"],S=()=>[Y,"px","full","auto",c,i,o],L=()=>[B,"none","subgrid",c,i],X=()=>["auto",{span:["full",B,c,i]},c,i],V=()=>[B,"auto",c,i],$=()=>["auto","min","max","fr",c,i],G=()=>[c,i,o],H=()=>["start","end","center","between","around","evenly","stretch","baseline"],N=()=>["start","end","center","stretch"],y=()=>[c,i,o],T=()=>["px",...y()],l=()=>["px","auto",...y()],p=()=>[Y,"auto","px","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",c,i,o],d=()=>[e,c,i],x=()=>[Ce,U],g=()=>["","none","full",b,c,i],P=()=>["",m,re,U],q=()=>["solid","dashed","dotted","double"],D=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],I=()=>["","none",_,c,i],W=()=>["center","top","top-right","right","bottom-right","bottom","bottom-left","left","top-left",c,i],K=()=>["none",m,c,i],Z=()=>["none",m,c,i],te=()=>[m,c,i],ee=()=>[Y,"full","px",c,i,o];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[j],breakpoint:[j],color:[dr],container:[j],"drop-shadow":[j],ease:["in","out","in-out"],font:[mr],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[j],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[j],shadow:[j],spacing:[m],text:[j],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",Y,i,c,z]}],container:["container"],columns:[{columns:[m,i,c,f]}],"break-after":[{"break-after":F()}],"break-before":[{"break-before":F()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],sr:["sr-only","not-sr-only"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:[...A(),i,c]}],overflow:[{overflow:E()}],"overflow-x":[{"overflow-x":E()}],"overflow-y":[{"overflow-y":E()}],overscroll:[{overscroll:R()}],"overscroll-x":[{"overscroll-x":R()}],"overscroll-y":[{"overscroll-y":R()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:S()}],"inset-x":[{"inset-x":S()}],"inset-y":[{"inset-y":S()}],start:[{start:S()}],end:[{end:S()}],top:[{top:S()}],right:[{right:S()}],bottom:[{bottom:S()}],left:[{left:S()}],visibility:["visible","invisible","collapse"],z:[{z:[B,"auto",c,i]}],basis:[{basis:[Y,"full","auto",c,i,f,o]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[m,Y,"auto","initial","none",i]}],grow:[{grow:["",m,c,i]}],shrink:[{shrink:["",m,c,i]}],order:[{order:[B,"first","last","none",c,i]}],"grid-cols":[{"grid-cols":L()}],"col-start-end":[{col:X()}],"col-start":[{"col-start":V()}],"col-end":[{"col-end":V()}],"grid-rows":[{"grid-rows":L()}],"row-start-end":[{row:X()}],"row-start":[{"row-start":V()}],"row-end":[{"row-end":V()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":$()}],"auto-rows":[{"auto-rows":$()}],gap:[{gap:G()}],"gap-x":[{"gap-x":G()}],"gap-y":[{"gap-y":G()}],"justify-content":[{justify:[...H(),"normal"]}],"justify-items":[{"justify-items":[...N(),"normal"]}],"justify-self":[{"justify-self":["auto",...N()]}],"align-content":[{content:["normal",...H()]}],"align-items":[{items:[...N(),"baseline"]}],"align-self":[{self:["auto",...N(),"baseline"]}],"place-content":[{"place-content":H()}],"place-items":[{"place-items":[...N(),"baseline"]}],"place-self":[{"place-self":["auto",...N()]}],p:[{p:T()}],px:[{px:T()}],py:[{py:T()}],ps:[{ps:T()}],pe:[{pe:T()}],pt:[{pt:T()}],pr:[{pr:T()}],pb:[{pb:T()}],pl:[{pl:T()}],m:[{m:l()}],mx:[{mx:l()}],my:[{my:l()}],ms:[{ms:l()}],me:[{me:l()}],mt:[{mt:l()}],mr:[{mr:l()}],mb:[{mb:l()}],ml:[{ml:l()}],"space-x":[{"space-x":y()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":y()}],"space-y-reverse":["space-y-reverse"],size:[{size:p()}],w:[{w:[f,"screen",...p()]}],"min-w":[{"min-w":[f,"screen","none",...p()]}],"max-w":[{"max-w":[f,"screen","none","prose",{screen:[s]},...p()]}],h:[{h:["screen",...p()]}],"min-h":[{"min-h":["screen","none",...p()]}],"max-h":[{"max-h":["screen",...p()]}],"font-size":[{text:["base",t,re,U]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[r,c,ie]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",Ce,i]}],"font-family":[{font:[wr,i,a]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:[u,c,i]}],"line-clamp":[{"line-clamp":[m,"none",c,ie]}],leading:[{leading:[c,i,n,o]}],"list-image":[{"list-image":["none",c,i]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",c,i]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:d()}],"text-color":[{text:d()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...q(),"wavy"]}],"text-decoration-thickness":[{decoration:[m,"from-font","auto",c,U]}],"text-decoration-color":[{decoration:d()}],"underline-offset":[{"underline-offset":[m,"auto",c,i]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:["px",...y()]}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",c,i]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",c,i]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:[...A(),xr,hr]}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","space","round"]}]}],"bg-size":[{bg:["auto","cover","contain",kr,gr]}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},B,c,i],radial:["",c,i],conic:[B,c,i]},Sr,yr]}],"bg-color":[{bg:d()}],"gradient-from-pos":[{from:x()}],"gradient-via-pos":[{via:x()}],"gradient-to-pos":[{to:x()}],"gradient-from":[{from:d()}],"gradient-via":[{via:d()}],"gradient-to":[{to:d()}],rounded:[{rounded:g()}],"rounded-s":[{"rounded-s":g()}],"rounded-e":[{"rounded-e":g()}],"rounded-t":[{"rounded-t":g()}],"rounded-r":[{"rounded-r":g()}],"rounded-b":[{"rounded-b":g()}],"rounded-l":[{"rounded-l":g()}],"rounded-ss":[{"rounded-ss":g()}],"rounded-se":[{"rounded-se":g()}],"rounded-ee":[{"rounded-ee":g()}],"rounded-es":[{"rounded-es":g()}],"rounded-tl":[{"rounded-tl":g()}],"rounded-tr":[{"rounded-tr":g()}],"rounded-br":[{"rounded-br":g()}],"rounded-bl":[{"rounded-bl":g()}],"border-w":[{border:P()}],"border-w-x":[{"border-x":P()}],"border-w-y":[{"border-y":P()}],"border-w-s":[{"border-s":P()}],"border-w-e":[{"border-e":P()}],"border-w-t":[{"border-t":P()}],"border-w-r":[{"border-r":P()}],"border-w-b":[{"border-b":P()}],"border-w-l":[{"border-l":P()}],"divide-x":[{"divide-x":P()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":P()}],"divide-y-reverse":["divide-y-reverse"],"border-style":[{border:[...q(),"hidden","none"]}],"divide-style":[{divide:[...q(),"hidden","none"]}],"border-color":[{border:d()}],"border-color-x":[{"border-x":d()}],"border-color-y":[{"border-y":d()}],"border-color-s":[{"border-s":d()}],"border-color-e":[{"border-e":d()}],"border-color-t":[{"border-t":d()}],"border-color-r":[{"border-r":d()}],"border-color-b":[{"border-b":d()}],"border-color-l":[{"border-l":d()}],"divide-color":[{divide:d()}],"outline-style":[{outline:[...q(),"none","hidden"]}],"outline-offset":[{"outline-offset":[m,c,i]}],"outline-w":[{outline:["",m,re,U]}],"outline-color":[{outline:[e]}],shadow:[{shadow:["","none",h,Pr,vr]}],"shadow-color":[{shadow:d()}],"inset-shadow":[{"inset-shadow":["none",c,i,v]}],"inset-shadow-color":[{"inset-shadow":d()}],"ring-w":[{ring:P()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:d()}],"ring-offset-w":[{"ring-offset":[m,U]}],"ring-offset-color":[{"ring-offset":d()}],"inset-ring-w":[{"inset-ring":P()}],"inset-ring-color":[{"inset-ring":d()}],opacity:[{opacity:[m,c,i]}],"mix-blend":[{"mix-blend":[...D(),"plus-darker","plus-lighter"]}],"bg-blend":[{"bg-blend":D()}],filter:[{filter:["","none",c,i]}],blur:[{blur:I()}],brightness:[{brightness:[m,c,i]}],contrast:[{contrast:[m,c,i]}],"drop-shadow":[{"drop-shadow":["","none",w,c,i]}],grayscale:[{grayscale:["",m,c,i]}],"hue-rotate":[{"hue-rotate":[m,c,i]}],invert:[{invert:["",m,c,i]}],saturate:[{saturate:[m,c,i]}],sepia:[{sepia:["",m,c,i]}],"backdrop-filter":[{"backdrop-filter":["","none",c,i]}],"backdrop-blur":[{"backdrop-blur":I()}],"backdrop-brightness":[{"backdrop-brightness":[m,c,i]}],"backdrop-contrast":[{"backdrop-contrast":[m,c,i]}],"backdrop-grayscale":[{"backdrop-grayscale":["",m,c,i]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[m,c,i]}],"backdrop-invert":[{"backdrop-invert":["",m,c,i]}],"backdrop-opacity":[{"backdrop-opacity":[m,c,i]}],"backdrop-saturate":[{"backdrop-saturate":[m,c,i]}],"backdrop-sepia":[{"backdrop-sepia":["",m,c,i]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":y()}],"border-spacing-x":[{"border-spacing-x":y()}],"border-spacing-y":[{"border-spacing-y":y()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",c,i]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[m,"initial",c,i]}],ease:[{ease:["linear","initial",O,c,i]}],delay:[{delay:[m,c,i]}],animate:[{animate:["none",M,c,i]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[k,c,i]}],"perspective-origin":[{"perspective-origin":W()}],rotate:[{rotate:K()}],"rotate-x":[{"rotate-x":K()}],"rotate-y":[{"rotate-y":K()}],"rotate-z":[{"rotate-z":K()}],scale:[{scale:Z()}],"scale-x":[{"scale-x":Z()}],"scale-y":[{"scale-y":Z()}],"scale-z":[{"scale-z":Z()}],"scale-3d":["scale-3d"],skew:[{skew:te()}],"skew-x":[{"skew-x":te()}],"skew-y":[{"skew-y":te()}],transform:[{transform:[c,i,"","none","gpu","cpu"]}],"transform-origin":[{origin:W()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:ee()}],"translate-x":[{"translate-x":ee()}],"translate-y":[{"translate-y":ee()}],"translate-z":[{"translate-z":ee()}],"translate-none":["translate-none"],accent:[{accent:d()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:d()}],"color-scheme":[{scheme:["normal","dark","light","light-dark","only-dark","only-light"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",c,i]}],"field-sizing":[{"field-sizing":["fixed","content"]}],"pointer-events":[{"pointer-events":["auto","none"]}],resize:[{resize:["none","","y","x"]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":y()}],"scroll-mx":[{"scroll-mx":y()}],"scroll-my":[{"scroll-my":y()}],"scroll-ms":[{"scroll-ms":y()}],"scroll-me":[{"scroll-me":y()}],"scroll-mt":[{"scroll-mt":y()}],"scroll-mr":[{"scroll-mr":y()}],"scroll-mb":[{"scroll-mb":y()}],"scroll-ml":[{"scroll-ml":y()}],"scroll-p":[{"scroll-p":y()}],"scroll-px":[{"scroll-px":y()}],"scroll-py":[{"scroll-py":y()}],"scroll-ps":[{"scroll-ps":y()}],"scroll-pe":[{"scroll-pe":y()}],"scroll-pt":[{"scroll-pt":y()}],"scroll-pr":[{"scroll-pr":y()}],"scroll-pb":[{"scroll-pb":y()}],"scroll-pl":[{"scroll-pl":y()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",c,i]}],fill:[{fill:["none",...d()]}],"stroke-w":[{stroke:[m,re,U,ie]}],stroke:[{stroke:["none",...d()]}],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],translate:["translate-x","translate-y","translate-none"],"translate-none":["translate","translate-x","translate-y","translate-z"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]},orderSensitiveModifiers:["before","after","placeholder","file","marker","selection","first-line","first-letter","backdrop","*","**"]}},Nr=nr(Mr);function Fe(e){var a,t,r="";if(typeof e=="string"||typeof e=="number")r+=e;else if(typeof e=="object")if(Array.isArray(e)){var u=e.length;for(a=0;a<u;a++)e[a]&&(t=Fe(e[a]))&&(r&&(r+=" "),r+=t)}else for(t in e)e[t]&&(r&&(r+=" "),r+=t);return r}function jr(){for(var e,a,t=0,r="",u=arguments.length;t<u;t++)(e=arguments[t])&&(a=Fe(e))&&(r&&(r+=" "),r+=a);return r}var ce={exports:{}},ue,ze;function Ar(){if(ze)return ue;ze=1;var e="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return ue=e,ue}var de,Te;function Er(){if(Te)return de;Te=1;var e=Ar();function a(){}function t(){}return t.resetWarningCache=a,de=function(){function r(s,f,o,b,h,v){if(v!==e){var w=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw w.name="Invariant Violation",w}}r.isRequired=r;function u(){return r}var n={array:r,bigint:r,bool:r,func:r,number:r,object:r,string:r,symbol:r,any:r,arrayOf:u,element:r,elementType:r,instanceOf:u,node:r,objectOf:u,oneOf:u,oneOfType:u,shape:u,exact:u,checkPropTypes:t,resetWarningCache:a};return n.PropTypes=n,n},de}var Re;function Lr(){return Re||(Re=1,ce.exports=Er()()),ce.exports}export{Or as a,jr as c,Gr as f,qr as i,Lr as r,Fr as s,Nr as t}; diff --git a/frontend/dist/assets/js/vendor-react-core-DRQGgXXF.js b/frontend/dist/assets/js/vendor-react-core-DRQGgXXF.js new file mode 100644 index 00000000..e8b62b18 --- /dev/null +++ b/frontend/dist/assets/js/vendor-react-core-DRQGgXXF.js @@ -0,0 +1,41 @@ +import{g as x1}from"./vendor-charts-BCGhWx_0.js";import{a as hh}from"./vendor-other-DTCyBslD.js";var wc={exports:{}},ge={};/** + * @license React + * react-jsx-runtime.production.js + * + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */var B1;function yh(){if(B1)return ge;B1=1;var D=Symbol.for("react.transitional.element"),j=Symbol.for("react.fragment");function L(o,Tl,Bl){var zl=null;if(Bl!==void 0&&(zl=""+Bl),Tl.key!==void 0&&(zl=""+Tl.key),"key"in Tl){Bl={};for(var Al in Tl)Al!=="key"&&(Bl[Al]=Tl[Al])}else Bl=Tl;return Tl=Bl.ref,{$$typeof:D,type:o,key:zl,ref:Tl!==void 0?Tl:null,props:Bl}}return ge.Fragment=j,ge.jsx=L,ge.jsxs=L,ge}var Y1;function mh(){return Y1||(Y1=1,wc.exports=yh()),wc.exports}var Rh=mh(),Wc={exports:{}},q={};/** + * @license React + * react.production.js + * + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */var G1;function oh(){if(G1)return q;G1=1;var D=Symbol.for("react.transitional.element"),j=Symbol.for("react.portal"),L=Symbol.for("react.fragment"),o=Symbol.for("react.strict_mode"),Tl=Symbol.for("react.profiler"),Bl=Symbol.for("react.consumer"),zl=Symbol.for("react.context"),Al=Symbol.for("react.forward_ref"),U=Symbol.for("react.suspense"),E=Symbol.for("react.memo"),K=Symbol.for("react.lazy"),xl=Symbol.iterator;function nu(d){return d===null||typeof d!="object"?null:(d=xl&&d[xl]||d["@@iterator"],typeof d=="function"?d:null)}var _l={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},Uu=Object.assign,Ru={};function ft(d,T,p){this.props=d,this.context=T,this.refs=Ru,this.updater=p||_l}ft.prototype.isReactComponent={},ft.prototype.setState=function(d,T){if(typeof d!="object"&&typeof d!="function"&&d!=null)throw Error("takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,d,T,"setState")},ft.prototype.forceUpdate=function(d){this.updater.enqueueForceUpdate(this,d,"forceUpdate")};function Hu(){}Hu.prototype=ft.prototype;function Vl(d,T,p){this.props=d,this.context=T,this.refs=Ru,this.updater=p||_l}var pu=Vl.prototype=new Hu;pu.constructor=Vl,Uu(pu,ft.prototype),pu.isPureReactComponent=!0;var be=Array.isArray,P={H:null,A:null,T:null,S:null},qt=Object.prototype.hasOwnProperty;function ga(d,T,p,R,O,J){return p=J.ref,{$$typeof:D,type:d,key:T,ref:p!==void 0?p:null,props:J}}function Sa(d,T){return ga(d.type,T,void 0,void 0,void 0,d.props)}function H(d){return typeof d=="object"&&d!==null&&d.$$typeof===D}function k(d){var T={"=":"=0",":":"=2"};return"$"+d.replace(/[=:]/g,function(p){return T[p]})}var Nu=/\/+/g;function qu(d,T){return typeof d=="object"&&d!==null&&d.key!=null?k(""+d.key):T.toString(36)}function Bt(){}function ba(d){switch(d.status){case"fulfilled":return d.value;case"rejected":throw d.reason;default:switch(typeof d.status=="string"?d.then(Bt,Bt):(d.status="pending",d.then(function(T){d.status==="pending"&&(d.status="fulfilled",d.value=T)},function(T){d.status==="pending"&&(d.status="rejected",d.reason=T)})),d.status){case"fulfilled":return d.value;case"rejected":throw d.reason}}throw d}function ct(d,T,p,R,O){var J=typeof d;(J==="undefined"||J==="boolean")&&(d=null);var B=!1;if(d===null)B=!0;else switch(J){case"bigint":case"string":case"number":B=!0;break;case"object":switch(d.$$typeof){case D:case j:B=!0;break;case K:return B=d._init,ct(B(d._payload),T,p,R,O)}}if(B)return O=O(d),B=R===""?"."+qu(d,0):R,be(O)?(p="",B!=null&&(p=B.replace(Nu,"$&/")+"/"),ct(O,T,p,"",function(il){return il})):O!=null&&(H(O)&&(O=Sa(O,p+(O.key==null||d&&d.key===O.key?"":(""+O.key).replace(Nu,"$&/")+"/")+B)),T.push(O)),1;B=0;var Ul=R===""?".":R+":";if(be(d))for(var V=0;V<d.length;V++)R=d[V],J=Ul+qu(R,V),B+=ct(R,T,p,J,O);else if(V=nu(d),typeof V=="function")for(d=V.call(d),V=0;!(R=d.next()).done;)R=R.value,J=Ul+qu(R,V++),B+=ct(R,T,p,J,O);else if(J==="object"){if(typeof d.then=="function")return ct(ba(d),T,p,R,O);throw T=String(d),Error("Objects are not valid as a React child (found: "+(T==="[object Object]"?"object with keys {"+Object.keys(d).join(", ")+"}":T)+"). If you meant to render a collection of children, use an array instead.")}return B}function Bu(d,T,p){if(d==null)return d;var R=[],O=0;return ct(d,R,"","",function(J){return T.call(p,J,O++)}),R}function Ee(d){if(d._status===-1){var T=d._result;T=T(),T.then(function(p){(d._status===0||d._status===-1)&&(d._status=1,d._result=p)},function(p){(d._status===0||d._status===-1)&&(d._status=2,d._result=p)}),d._status===-1&&(d._status=0,d._result=T)}if(d._status===1)return d._result.default;throw d._result}var ot=typeof reportError=="function"?reportError:function(d){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var T=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof d=="object"&&d!==null&&typeof d.message=="string"?String(d.message):String(d),error:d});if(!window.dispatchEvent(T))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",d);return}console.error(d)};function Te(){}return q.Children={map:Bu,forEach:function(d,T,p){Bu(d,function(){T.apply(this,arguments)},p)},count:function(d){var T=0;return Bu(d,function(){T++}),T},toArray:function(d){return Bu(d,function(T){return T})||[]},only:function(d){if(!H(d))throw Error("React.Children.only expected to receive a single React element child.");return d}},q.Component=ft,q.Fragment=L,q.Profiler=Tl,q.PureComponent=Vl,q.StrictMode=o,q.Suspense=U,q.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=P,q.act=function(){throw Error("act(...) is not supported in production builds of React.")},q.cache=function(d){return function(){return d.apply(null,arguments)}},q.cloneElement=function(d,T,p){if(d==null)throw Error("The argument must be a React element, but you passed "+d+".");var R=Uu({},d.props),O=d.key,J=void 0;if(T!=null)for(B in T.ref!==void 0&&(J=void 0),T.key!==void 0&&(O=""+T.key),T)!qt.call(T,B)||B==="key"||B==="__self"||B==="__source"||B==="ref"&&T.ref===void 0||(R[B]=T[B]);var B=arguments.length-2;if(B===1)R.children=p;else if(1<B){for(var Ul=Array(B),V=0;V<B;V++)Ul[V]=arguments[V+2];R.children=Ul}return ga(d.type,O,void 0,void 0,J,R)},q.createContext=function(d){return d={$$typeof:zl,_currentValue:d,_currentValue2:d,_threadCount:0,Provider:null,Consumer:null},d.Provider=d,d.Consumer={$$typeof:Bl,_context:d},d},q.createElement=function(d,T,p){var R,O={},J=null;if(T!=null)for(R in T.key!==void 0&&(J=""+T.key),T)qt.call(T,R)&&R!=="key"&&R!=="__self"&&R!=="__source"&&(O[R]=T[R]);var B=arguments.length-2;if(B===1)O.children=p;else if(1<B){for(var Ul=Array(B),V=0;V<B;V++)Ul[V]=arguments[V+2];O.children=Ul}if(d&&d.defaultProps)for(R in B=d.defaultProps,B)O[R]===void 0&&(O[R]=B[R]);return ga(d,J,void 0,void 0,null,O)},q.createRef=function(){return{current:null}},q.forwardRef=function(d){return{$$typeof:Al,render:d}},q.isValidElement=H,q.lazy=function(d){return{$$typeof:K,_payload:{_status:-1,_result:d},_init:Ee}},q.memo=function(d,T){return{$$typeof:E,type:d,compare:T===void 0?null:T}},q.startTransition=function(d){var T=P.T,p={};P.T=p;try{var R=d(),O=P.S;O!==null&&O(p,R),typeof R=="object"&&R!==null&&typeof R.then=="function"&&R.then(Te,ot)}catch(J){ot(J)}finally{P.T=T}},q.unstable_useCacheRefresh=function(){return P.H.useCacheRefresh()},q.use=function(d){return P.H.use(d)},q.useActionState=function(d,T,p){return P.H.useActionState(d,T,p)},q.useCallback=function(d,T){return P.H.useCallback(d,T)},q.useContext=function(d){return P.H.useContext(d)},q.useDebugValue=function(){},q.useDeferredValue=function(d,T){return P.H.useDeferredValue(d,T)},q.useEffect=function(d,T){return P.H.useEffect(d,T)},q.useId=function(){return P.H.useId()},q.useImperativeHandle=function(d,T,p){return P.H.useImperativeHandle(d,T,p)},q.useInsertionEffect=function(d,T){return P.H.useInsertionEffect(d,T)},q.useLayoutEffect=function(d,T){return P.H.useLayoutEffect(d,T)},q.useMemo=function(d,T){return P.H.useMemo(d,T)},q.useOptimistic=function(d,T){return P.H.useOptimistic(d,T)},q.useReducer=function(d,T,p){return P.H.useReducer(d,T,p)},q.useRef=function(d){return P.H.useRef(d)},q.useState=function(d){return P.H.useState(d)},q.useSyncExternalStore=function(d,T,p){return P.H.useSyncExternalStore(d,T,p)},q.useTransition=function(){return P.H.useTransition()},q.version="19.0.0",q}var X1;function Fc(){return X1||(X1=1,Wc.exports=oh()),Wc.exports}var w=Fc();const Hh=x1(w);var $c={exports:{}},Se={},kc={exports:{}},Dl={};/** + * @license React + * react-dom.production.js + * + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */var Q1;function rh(){if(Q1)return Dl;Q1=1;var D=Fc();function j(U){var E="https://react.dev/errors/"+U;if(1<arguments.length){E+="?args[]="+encodeURIComponent(arguments[1]);for(var K=2;K<arguments.length;K++)E+="&args[]="+encodeURIComponent(arguments[K])}return"Minified React error #"+U+"; visit "+E+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function L(){}var o={d:{f:L,r:function(){throw Error(j(522))},D:L,C:L,L,m:L,X:L,S:L,M:L},p:0,findDOMNode:null},Tl=Symbol.for("react.portal");function Bl(U,E,K){var xl=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:Tl,key:xl==null?null:""+xl,children:U,containerInfo:E,implementation:K}}var zl=D.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;function Al(U,E){if(U==="font")return"";if(typeof E=="string")return E==="use-credentials"?E:""}return Dl.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=o,Dl.createPortal=function(U,E){var K=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!E||E.nodeType!==1&&E.nodeType!==9&&E.nodeType!==11)throw Error(j(299));return Bl(U,E,null,K)},Dl.flushSync=function(U){var E=zl.T,K=o.p;try{if(zl.T=null,o.p=2,U)return U()}finally{zl.T=E,o.p=K,o.d.f()}},Dl.preconnect=function(U,E){typeof U=="string"&&(E?(E=E.crossOrigin,E=typeof E=="string"?E==="use-credentials"?E:"":void 0):E=null,o.d.C(U,E))},Dl.prefetchDNS=function(U){typeof U=="string"&&o.d.D(U)},Dl.preinit=function(U,E){if(typeof U=="string"&&E&&typeof E.as=="string"){var K=E.as,xl=Al(K,E.crossOrigin),nu=typeof E.integrity=="string"?E.integrity:void 0,_l=typeof E.fetchPriority=="string"?E.fetchPriority:void 0;K==="style"?o.d.S(U,typeof E.precedence=="string"?E.precedence:void 0,{crossOrigin:xl,integrity:nu,fetchPriority:_l}):K==="script"&&o.d.X(U,{crossOrigin:xl,integrity:nu,fetchPriority:_l,nonce:typeof E.nonce=="string"?E.nonce:void 0})}},Dl.preinitModule=function(U,E){if(typeof U=="string")if(typeof E=="object"&&E!==null){if(E.as==null||E.as==="script"){var K=Al(E.as,E.crossOrigin);o.d.M(U,{crossOrigin:K,integrity:typeof E.integrity=="string"?E.integrity:void 0,nonce:typeof E.nonce=="string"?E.nonce:void 0})}}else E==null&&o.d.M(U)},Dl.preload=function(U,E){if(typeof U=="string"&&typeof E=="object"&&E!==null&&typeof E.as=="string"){var K=E.as,xl=Al(K,E.crossOrigin);o.d.L(U,K,{crossOrigin:xl,integrity:typeof E.integrity=="string"?E.integrity:void 0,nonce:typeof E.nonce=="string"?E.nonce:void 0,type:typeof E.type=="string"?E.type:void 0,fetchPriority:typeof E.fetchPriority=="string"?E.fetchPriority:void 0,referrerPolicy:typeof E.referrerPolicy=="string"?E.referrerPolicy:void 0,imageSrcSet:typeof E.imageSrcSet=="string"?E.imageSrcSet:void 0,imageSizes:typeof E.imageSizes=="string"?E.imageSizes:void 0,media:typeof E.media=="string"?E.media:void 0})}},Dl.preloadModule=function(U,E){if(typeof U=="string")if(E){var K=Al(E.as,E.crossOrigin);o.d.m(U,{as:typeof E.as=="string"&&E.as!=="script"?E.as:void 0,crossOrigin:K,integrity:typeof E.integrity=="string"?E.integrity:void 0})}else o.d.m(U)},Dl.requestFormReset=function(U){o.d.r(U)},Dl.unstable_batchedUpdates=function(U,E){return U(E)},Dl.useFormState=function(U,E,K){return zl.H.useFormState(U,E,K)},Dl.useFormStatus=function(){return zl.H.useHostTransitionStatus()},Dl.version="19.0.0",Dl}var j1;function V1(){if(j1)return kc.exports;j1=1;function D(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(D)}catch(j){console.error(j)}}return D(),kc.exports=rh(),kc.exports}/** + * @license React + * react-dom-client.production.js + * + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */var Z1;function gh(){if(Z1)return Se;Z1=1;var D=hh(),j=Fc(),L=V1();function o(l){var t="https://react.dev/errors/"+l;if(1<arguments.length){t+="?args[]="+encodeURIComponent(arguments[1]);for(var u=2;u<arguments.length;u++)t+="&args[]="+encodeURIComponent(arguments[u])}return"Minified React error #"+l+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function Tl(l){return!(!l||l.nodeType!==1&&l.nodeType!==9&&l.nodeType!==11)}var Bl=Symbol.for("react.element"),zl=Symbol.for("react.transitional.element"),Al=Symbol.for("react.portal"),U=Symbol.for("react.fragment"),E=Symbol.for("react.strict_mode"),K=Symbol.for("react.profiler"),xl=Symbol.for("react.provider"),nu=Symbol.for("react.consumer"),_l=Symbol.for("react.context"),Uu=Symbol.for("react.forward_ref"),Ru=Symbol.for("react.suspense"),ft=Symbol.for("react.suspense_list"),Hu=Symbol.for("react.memo"),Vl=Symbol.for("react.lazy"),pu=Symbol.for("react.offscreen"),be=Symbol.for("react.memo_cache_sentinel"),P=Symbol.iterator;function qt(l){return l===null||typeof l!="object"?null:(l=P&&l[P]||l["@@iterator"],typeof l=="function"?l:null)}var ga=Symbol.for("react.client.reference");function Sa(l){if(l==null)return null;if(typeof l=="function")return l.$$typeof===ga?null:l.displayName||l.name||null;if(typeof l=="string")return l;switch(l){case U:return"Fragment";case Al:return"Portal";case K:return"Profiler";case E:return"StrictMode";case Ru:return"Suspense";case ft:return"SuspenseList"}if(typeof l=="object")switch(l.$$typeof){case _l:return(l.displayName||"Context")+".Provider";case nu:return(l._context.displayName||"Context")+".Consumer";case Uu:var t=l.render;return l=l.displayName,l||(l=t.displayName||t.name||"",l=l!==""?"ForwardRef("+l+")":"ForwardRef"),l;case Hu:return t=l.displayName||null,t!==null?t:Sa(l.type)||"Memo";case Vl:t=l._payload,l=l._init;try{return Sa(l(t))}catch{}}return null}var H=j.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,k=Object.assign,Nu,qu;function Bt(l){if(Nu===void 0)try{throw Error()}catch(u){var t=u.stack.trim().match(/\n( *(at )?)/);Nu=t&&t[1]||"",qu=-1<u.stack.indexOf(` + at`)?" (<anonymous>)":-1<u.stack.indexOf("@")?"@unknown:0:0":""}return` +`+Nu+l+qu}var ba=!1;function ct(l,t){if(!l||ba)return"";ba=!0;var u=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{var a={DetermineComponentFrameRoot:function(){try{if(t){var b=function(){throw Error()};if(Object.defineProperty(b.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(b,[])}catch(r){var m=r}Reflect.construct(l,[],b)}else{try{b.call()}catch(r){m=r}l.call(b.prototype)}}else{try{throw Error()}catch(r){m=r}(b=l())&&typeof b.catch=="function"&&b.catch(function(){})}}catch(r){if(r&&m&&typeof r.stack=="string")return[r.stack,m.stack]}return[null,null]}};a.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var e=Object.getOwnPropertyDescriptor(a.DetermineComponentFrameRoot,"name");e&&e.configurable&&Object.defineProperty(a.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});var n=a.DetermineComponentFrameRoot(),f=n[0],c=n[1];if(f&&c){var i=f.split(` +`),v=c.split(` +`);for(e=a=0;a<i.length&&!i[a].includes("DetermineComponentFrameRoot");)a++;for(;e<v.length&&!v[e].includes("DetermineComponentFrameRoot");)e++;if(a===i.length||e===v.length)for(a=i.length-1,e=v.length-1;1<=a&&0<=e&&i[a]!==v[e];)e--;for(;1<=a&&0<=e;a--,e--)if(i[a]!==v[e]){if(a!==1||e!==1)do if(a--,e--,0>e||i[a]!==v[e]){var g=` +`+i[a].replace(" at new "," at ");return l.displayName&&g.includes("<anonymous>")&&(g=g.replace("<anonymous>",l.displayName)),g}while(1<=a&&0<=e);break}}}finally{ba=!1,Error.prepareStackTrace=u}return(u=l?l.displayName||l.name:"")?Bt(u):""}function Bu(l){switch(l.tag){case 26:case 27:case 5:return Bt(l.type);case 16:return Bt("Lazy");case 13:return Bt("Suspense");case 19:return Bt("SuspenseList");case 0:case 15:return l=ct(l.type,!1),l;case 11:return l=ct(l.type.render,!1),l;case 1:return l=ct(l.type,!0),l;default:return""}}function Ee(l){try{var t="";do t+=Bu(l),l=l.return;while(l);return t}catch(u){return` +Error generating stack: `+u.message+` +`+u.stack}}function ot(l){var t=l,u=l;if(l.alternate)for(;t.return;)t=t.return;else{l=t;do t=l,t.flags&4098&&(u=t.return),l=t.return;while(l)}return t.tag===3?u:null}function Te(l){if(l.tag===13){var t=l.memoizedState;if(t===null&&(l=l.alternate,l!==null&&(t=l.memoizedState)),t!==null)return t.dehydrated}return null}function d(l){if(ot(l)!==l)throw Error(o(188))}function T(l){var t=l.alternate;if(!t){if(t=ot(l),t===null)throw Error(o(188));return t!==l?null:l}for(var u=l,a=t;;){var e=u.return;if(e===null)break;var n=e.alternate;if(n===null){if(a=e.return,a!==null){u=a;continue}break}if(e.child===n.child){for(n=e.child;n;){if(n===u)return d(e),l;if(n===a)return d(e),t;n=n.sibling}throw Error(o(188))}if(u.return!==a.return)u=e,a=n;else{for(var f=!1,c=e.child;c;){if(c===u){f=!0,u=e,a=n;break}if(c===a){f=!0,a=e,u=n;break}c=c.sibling}if(!f){for(c=n.child;c;){if(c===u){f=!0,u=n,a=e;break}if(c===a){f=!0,a=n,u=e;break}c=c.sibling}if(!f)throw Error(o(189))}}if(u.alternate!==a)throw Error(o(190))}if(u.tag!==3)throw Error(o(188));return u.stateNode.current===u?l:t}function p(l){var t=l.tag;if(t===5||t===26||t===27||t===6)return l;for(l=l.child;l!==null;){if(t=p(l),t!==null)return t;l=l.sibling}return null}var R=Array.isArray,O=L.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,J={pending:!1,data:null,method:null,action:null},B=[],Ul=-1;function V(l){return{current:l}}function il(l){0>Ul||(l.current=B[Ul],B[Ul]=null,Ul--)}function tl(l,t){Ul++,B[Ul]=l.current,l.current=t}var it=V(null),Ea=V(null),Yt=V(null),ze=V(null);function Ae(l,t){switch(tl(Yt,t),tl(Ea,l),tl(it,null),l=t.nodeType,l){case 9:case 11:t=(t=t.documentElement)&&(t=t.namespaceURI)?s1(t):0;break;default:if(l=l===8?t.parentNode:t,t=l.tagName,l=l.namespaceURI)l=s1(l),t=v1(l,t);else switch(t){case"svg":t=1;break;case"math":t=2;break;default:t=0}}il(it),tl(it,t)}function Yu(){il(it),il(Ea),il(Yt)}function Xn(l){l.memoizedState!==null&&tl(ze,l);var t=it.current,u=v1(t,l.type);t!==u&&(tl(Ea,l),tl(it,u))}function Oe(l){Ea.current===l&&(il(it),il(Ea)),ze.current===l&&(il(ze),he._currentValue=J)}var Qn=Object.prototype.hasOwnProperty,jn=D.unstable_scheduleCallback,Zn=D.unstable_cancelCallback,L1=D.unstable_shouldYield,K1=D.unstable_requestPaint,st=D.unstable_now,J1=D.unstable_getCurrentPriorityLevel,Pc=D.unstable_ImmediatePriority,Ic=D.unstable_UserBlockingPriority,Me=D.unstable_NormalPriority,w1=D.unstable_LowPriority,li=D.unstable_IdlePriority,W1=D.log,$1=D.unstable_setDisableYieldValue,Ta=null,Yl=null;function k1(l){if(Yl&&typeof Yl.onCommitFiberRoot=="function")try{Yl.onCommitFiberRoot(Ta,l,void 0,(l.current.flags&128)===128)}catch{}}function Gt(l){if(typeof W1=="function"&&$1(l),Yl&&typeof Yl.setStrictMode=="function")try{Yl.setStrictMode(Ta,l)}catch{}}var Gl=Math.clz32?Math.clz32:I1,F1=Math.log,P1=Math.LN2;function I1(l){return l>>>=0,l===0?32:31-(F1(l)/P1|0)|0}var De=128,_e=4194304;function fu(l){var t=l&42;if(t!==0)return t;switch(l&-l){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:return 64;case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return l&4194176;case 4194304:case 8388608:case 16777216:case 33554432:return l&62914560;case 67108864:return 67108864;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 0;default:return l}}function Ue(l,t){var u=l.pendingLanes;if(u===0)return 0;var a=0,e=l.suspendedLanes,n=l.pingedLanes,f=l.warmLanes;l=l.finishedLanes!==0;var c=u&134217727;return c!==0?(u=c&~e,u!==0?a=fu(u):(n&=c,n!==0?a=fu(n):l||(f=c&~f,f!==0&&(a=fu(f))))):(c=u&~e,c!==0?a=fu(c):n!==0?a=fu(n):l||(f=u&~f,f!==0&&(a=fu(f)))),a===0?0:t!==0&&t!==a&&!(t&e)&&(e=a&-a,f=t&-t,e>=f||e===32&&(f&4194176)!==0)?t:a}function za(l,t){return(l.pendingLanes&~(l.suspendedLanes&~l.pingedLanes)&t)===0}function lv(l,t){switch(l){case 1:case 2:case 4:case 8:return t+250;case 16:case 32:case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return t+5e3;case 4194304:case 8388608:case 16777216:case 33554432:return-1;case 67108864:case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return-1}}function ti(){var l=De;return De<<=1,!(De&4194176)&&(De=128),l}function ui(){var l=_e;return _e<<=1,!(_e&62914560)&&(_e=4194304),l}function Cn(l){for(var t=[],u=0;31>u;u++)t.push(l);return t}function Aa(l,t){l.pendingLanes|=t,t!==268435456&&(l.suspendedLanes=0,l.pingedLanes=0,l.warmLanes=0)}function tv(l,t,u,a,e,n){var f=l.pendingLanes;l.pendingLanes=u,l.suspendedLanes=0,l.pingedLanes=0,l.warmLanes=0,l.expiredLanes&=u,l.entangledLanes&=u,l.errorRecoveryDisabledLanes&=u,l.shellSuspendCounter=0;var c=l.entanglements,i=l.expirationTimes,v=l.hiddenUpdates;for(u=f&~u;0<u;){var g=31-Gl(u),b=1<<g;c[g]=0,i[g]=-1;var m=v[g];if(m!==null)for(v[g]=null,g=0;g<m.length;g++){var r=m[g];r!==null&&(r.lane&=-536870913)}u&=~b}a!==0&&ai(l,a,0),n!==0&&e===0&&l.tag!==0&&(l.suspendedLanes|=n&~(f&~t))}function ai(l,t,u){l.pendingLanes|=t,l.suspendedLanes&=~t;var a=31-Gl(t);l.entangledLanes|=t,l.entanglements[a]=l.entanglements[a]|1073741824|u&4194218}function ei(l,t){var u=l.entangledLanes|=t;for(l=l.entanglements;u;){var a=31-Gl(u),e=1<<a;e&t|l[a]&t&&(l[a]|=t),u&=~e}}function ni(l){return l&=-l,2<l?8<l?l&134217727?32:268435456:8:2}function fi(){var l=O.p;return l!==0?l:(l=window.event,l===void 0?32:U1(l.type))}function uv(l,t){var u=O.p;try{return O.p=l,t()}finally{O.p=u}}var Xt=Math.random().toString(36).slice(2),Ol="__reactFiber$"+Xt,pl="__reactProps$"+Xt,Gu="__reactContainer$"+Xt,xn="__reactEvents$"+Xt,av="__reactListeners$"+Xt,ev="__reactHandles$"+Xt,ci="__reactResources$"+Xt,Oa="__reactMarker$"+Xt;function Vn(l){delete l[Ol],delete l[pl],delete l[xn],delete l[av],delete l[ev]}function cu(l){var t=l[Ol];if(t)return t;for(var u=l.parentNode;u;){if(t=u[Gu]||u[Ol]){if(u=t.alternate,t.child!==null||u!==null&&u.child!==null)for(l=y1(l);l!==null;){if(u=l[Ol])return u;l=y1(l)}return t}l=u,u=l.parentNode}return null}function Xu(l){if(l=l[Ol]||l[Gu]){var t=l.tag;if(t===5||t===6||t===13||t===26||t===27||t===3)return l}return null}function Ma(l){var t=l.tag;if(t===5||t===26||t===27||t===6)return l.stateNode;throw Error(o(33))}function Qu(l){var t=l[ci];return t||(t=l[ci]={hoistableStyles:new Map,hoistableScripts:new Map}),t}function ml(l){l[Oa]=!0}var ii=new Set,si={};function iu(l,t){ju(l,t),ju(l+"Capture",t)}function ju(l,t){for(si[l]=t,l=0;l<t.length;l++)ii.add(t[l])}var rt=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),nv=RegExp("^[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD][:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$"),vi={},di={};function fv(l){return Qn.call(di,l)?!0:Qn.call(vi,l)?!1:nv.test(l)?di[l]=!0:(vi[l]=!0,!1)}function Re(l,t,u){if(fv(t))if(u===null)l.removeAttribute(t);else{switch(typeof u){case"undefined":case"function":case"symbol":l.removeAttribute(t);return;case"boolean":var a=t.toLowerCase().slice(0,5);if(a!=="data-"&&a!=="aria-"){l.removeAttribute(t);return}}l.setAttribute(t,""+u)}}function He(l,t,u){if(u===null)l.removeAttribute(t);else{switch(typeof u){case"undefined":case"function":case"symbol":case"boolean":l.removeAttribute(t);return}l.setAttribute(t,""+u)}}function gt(l,t,u,a){if(a===null)l.removeAttribute(u);else{switch(typeof a){case"undefined":case"function":case"symbol":case"boolean":l.removeAttribute(u);return}l.setAttributeNS(t,u,""+a)}}function Ll(l){switch(typeof l){case"bigint":case"boolean":case"number":case"string":case"undefined":return l;case"object":return l;default:return""}}function hi(l){var t=l.type;return(l=l.nodeName)&&l.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function cv(l){var t=hi(l)?"checked":"value",u=Object.getOwnPropertyDescriptor(l.constructor.prototype,t),a=""+l[t];if(!l.hasOwnProperty(t)&&typeof u<"u"&&typeof u.get=="function"&&typeof u.set=="function"){var e=u.get,n=u.set;return Object.defineProperty(l,t,{configurable:!0,get:function(){return e.call(this)},set:function(f){a=""+f,n.call(this,f)}}),Object.defineProperty(l,t,{enumerable:u.enumerable}),{getValue:function(){return a},setValue:function(f){a=""+f},stopTracking:function(){l._valueTracker=null,delete l[t]}}}}function pe(l){l._valueTracker||(l._valueTracker=cv(l))}function yi(l){if(!l)return!1;var t=l._valueTracker;if(!t)return!0;var u=t.getValue(),a="";return l&&(a=hi(l)?l.checked?"true":"false":l.value),l=a,l!==u?(t.setValue(l),!0):!1}function Ne(l){if(l=l||(typeof document<"u"?document:void 0),typeof l>"u")return null;try{return l.activeElement||l.body}catch{return l.body}}var iv=/[\n"\\]/g;function Kl(l){return l.replace(iv,function(t){return"\\"+t.charCodeAt(0).toString(16)+" "})}function Ln(l,t,u,a,e,n,f,c){l.name="",f!=null&&typeof f!="function"&&typeof f!="symbol"&&typeof f!="boolean"?l.type=f:l.removeAttribute("type"),t!=null?f==="number"?(t===0&&l.value===""||l.value!=t)&&(l.value=""+Ll(t)):l.value!==""+Ll(t)&&(l.value=""+Ll(t)):f!=="submit"&&f!=="reset"||l.removeAttribute("value"),t!=null?Kn(l,f,Ll(t)):u!=null?Kn(l,f,Ll(u)):a!=null&&l.removeAttribute("value"),e==null&&n!=null&&(l.defaultChecked=!!n),e!=null&&(l.checked=e&&typeof e!="function"&&typeof e!="symbol"),c!=null&&typeof c!="function"&&typeof c!="symbol"&&typeof c!="boolean"?l.name=""+Ll(c):l.removeAttribute("name")}function mi(l,t,u,a,e,n,f,c){if(n!=null&&typeof n!="function"&&typeof n!="symbol"&&typeof n!="boolean"&&(l.type=n),t!=null||u!=null){if(!(n!=="submit"&&n!=="reset"||t!=null))return;u=u!=null?""+Ll(u):"",t=t!=null?""+Ll(t):u,c||t===l.value||(l.value=t),l.defaultValue=t}a=a??e,a=typeof a!="function"&&typeof a!="symbol"&&!!a,l.checked=c?l.checked:!!a,l.defaultChecked=!!a,f!=null&&typeof f!="function"&&typeof f!="symbol"&&typeof f!="boolean"&&(l.name=f)}function Kn(l,t,u){t==="number"&&Ne(l.ownerDocument)===l||l.defaultValue===""+u||(l.defaultValue=""+u)}function Zu(l,t,u,a){if(l=l.options,t){t={};for(var e=0;e<u.length;e++)t["$"+u[e]]=!0;for(u=0;u<l.length;u++)e=t.hasOwnProperty("$"+l[u].value),l[u].selected!==e&&(l[u].selected=e),e&&a&&(l[u].defaultSelected=!0)}else{for(u=""+Ll(u),t=null,e=0;e<l.length;e++){if(l[e].value===u){l[e].selected=!0,a&&(l[e].defaultSelected=!0);return}t!==null||l[e].disabled||(t=l[e])}t!==null&&(t.selected=!0)}}function oi(l,t,u){if(t!=null&&(t=""+Ll(t),t!==l.value&&(l.value=t),u==null)){l.defaultValue!==t&&(l.defaultValue=t);return}l.defaultValue=u!=null?""+Ll(u):""}function ri(l,t,u,a){if(t==null){if(a!=null){if(u!=null)throw Error(o(92));if(R(a)){if(1<a.length)throw Error(o(93));a=a[0]}u=a}u==null&&(u=""),t=u}u=Ll(t),l.defaultValue=u,a=l.textContent,a===u&&a!==""&&a!==null&&(l.value=a)}function Cu(l,t){if(t){var u=l.firstChild;if(u&&u===l.lastChild&&u.nodeType===3){u.nodeValue=t;return}}l.textContent=t}var sv=new Set("animationIterationCount aspectRatio borderImageOutset borderImageSlice borderImageWidth boxFlex boxFlexGroup boxOrdinalGroup columnCount columns flex flexGrow flexPositive flexShrink flexNegative flexOrder gridArea gridRow gridRowEnd gridRowSpan gridRowStart gridColumn gridColumnEnd gridColumnSpan gridColumnStart fontWeight lineClamp lineHeight opacity order orphans scale tabSize widows zIndex zoom fillOpacity floodOpacity stopOpacity strokeDasharray strokeDashoffset strokeMiterlimit strokeOpacity strokeWidth MozAnimationIterationCount MozBoxFlex MozBoxFlexGroup MozLineClamp msAnimationIterationCount msFlex msZoom msFlexGrow msFlexNegative msFlexOrder msFlexPositive msFlexShrink msGridColumn msGridColumnSpan msGridRow msGridRowSpan WebkitAnimationIterationCount WebkitBoxFlex WebKitBoxFlexGroup WebkitBoxOrdinalGroup WebkitColumnCount WebkitColumns WebkitFlex WebkitFlexGrow WebkitFlexPositive WebkitFlexShrink WebkitLineClamp".split(" "));function gi(l,t,u){var a=t.indexOf("--")===0;u==null||typeof u=="boolean"||u===""?a?l.setProperty(t,""):t==="float"?l.cssFloat="":l[t]="":a?l.setProperty(t,u):typeof u!="number"||u===0||sv.has(t)?t==="float"?l.cssFloat=u:l[t]=(""+u).trim():l[t]=u+"px"}function Si(l,t,u){if(t!=null&&typeof t!="object")throw Error(o(62));if(l=l.style,u!=null){for(var a in u)!u.hasOwnProperty(a)||t!=null&&t.hasOwnProperty(a)||(a.indexOf("--")===0?l.setProperty(a,""):a==="float"?l.cssFloat="":l[a]="");for(var e in t)a=t[e],t.hasOwnProperty(e)&&u[e]!==a&&gi(l,e,a)}else for(var n in t)t.hasOwnProperty(n)&&gi(l,n,t[n])}function Jn(l){if(l.indexOf("-")===-1)return!1;switch(l){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var vv=new Map([["acceptCharset","accept-charset"],["htmlFor","for"],["httpEquiv","http-equiv"],["crossOrigin","crossorigin"],["accentHeight","accent-height"],["alignmentBaseline","alignment-baseline"],["arabicForm","arabic-form"],["baselineShift","baseline-shift"],["capHeight","cap-height"],["clipPath","clip-path"],["clipRule","clip-rule"],["colorInterpolation","color-interpolation"],["colorInterpolationFilters","color-interpolation-filters"],["colorProfile","color-profile"],["colorRendering","color-rendering"],["dominantBaseline","dominant-baseline"],["enableBackground","enable-background"],["fillOpacity","fill-opacity"],["fillRule","fill-rule"],["floodColor","flood-color"],["floodOpacity","flood-opacity"],["fontFamily","font-family"],["fontSize","font-size"],["fontSizeAdjust","font-size-adjust"],["fontStretch","font-stretch"],["fontStyle","font-style"],["fontVariant","font-variant"],["fontWeight","font-weight"],["glyphName","glyph-name"],["glyphOrientationHorizontal","glyph-orientation-horizontal"],["glyphOrientationVertical","glyph-orientation-vertical"],["horizAdvX","horiz-adv-x"],["horizOriginX","horiz-origin-x"],["imageRendering","image-rendering"],["letterSpacing","letter-spacing"],["lightingColor","lighting-color"],["markerEnd","marker-end"],["markerMid","marker-mid"],["markerStart","marker-start"],["overlinePosition","overline-position"],["overlineThickness","overline-thickness"],["paintOrder","paint-order"],["panose-1","panose-1"],["pointerEvents","pointer-events"],["renderingIntent","rendering-intent"],["shapeRendering","shape-rendering"],["stopColor","stop-color"],["stopOpacity","stop-opacity"],["strikethroughPosition","strikethrough-position"],["strikethroughThickness","strikethrough-thickness"],["strokeDasharray","stroke-dasharray"],["strokeDashoffset","stroke-dashoffset"],["strokeLinecap","stroke-linecap"],["strokeLinejoin","stroke-linejoin"],["strokeMiterlimit","stroke-miterlimit"],["strokeOpacity","stroke-opacity"],["strokeWidth","stroke-width"],["textAnchor","text-anchor"],["textDecoration","text-decoration"],["textRendering","text-rendering"],["transformOrigin","transform-origin"],["underlinePosition","underline-position"],["underlineThickness","underline-thickness"],["unicodeBidi","unicode-bidi"],["unicodeRange","unicode-range"],["unitsPerEm","units-per-em"],["vAlphabetic","v-alphabetic"],["vHanging","v-hanging"],["vIdeographic","v-ideographic"],["vMathematical","v-mathematical"],["vectorEffect","vector-effect"],["vertAdvY","vert-adv-y"],["vertOriginX","vert-origin-x"],["vertOriginY","vert-origin-y"],["wordSpacing","word-spacing"],["writingMode","writing-mode"],["xmlnsXlink","xmlns:xlink"],["xHeight","x-height"]]),dv=/^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*:/i;function qe(l){return dv.test(""+l)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":l}var wn=null;function Wn(l){return l=l.target||l.srcElement||window,l.correspondingUseElement&&(l=l.correspondingUseElement),l.nodeType===3?l.parentNode:l}var xu=null,Vu=null;function bi(l){var t=Xu(l);if(t&&(l=t.stateNode)){var u=l[pl]||null;l:switch(l=t.stateNode,t.type){case"input":if(Ln(l,u.value,u.defaultValue,u.defaultValue,u.checked,u.defaultChecked,u.type,u.name),t=u.name,u.type==="radio"&&t!=null){for(u=l;u.parentNode;)u=u.parentNode;for(u=u.querySelectorAll('input[name="'+Kl(""+t)+'"][type="radio"]'),t=0;t<u.length;t++){var a=u[t];if(a!==l&&a.form===l.form){var e=a[pl]||null;if(!e)throw Error(o(90));Ln(a,e.value,e.defaultValue,e.defaultValue,e.checked,e.defaultChecked,e.type,e.name)}}for(t=0;t<u.length;t++)a=u[t],a.form===l.form&&yi(a)}break l;case"textarea":oi(l,u.value,u.defaultValue);break l;case"select":t=u.value,t!=null&&Zu(l,!!u.multiple,t,!1)}}}var $n=!1;function Ei(l,t,u){if($n)return l(t,u);$n=!0;try{var a=l(t);return a}finally{if($n=!1,(xu!==null||Vu!==null)&&(gn(),xu&&(t=xu,l=Vu,Vu=xu=null,bi(t),l)))for(t=0;t<l.length;t++)bi(l[t])}}function Da(l,t){var u=l.stateNode;if(u===null)return null;var a=u[pl]||null;if(a===null)return null;u=a[t];l:switch(t){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(a=!a.disabled)||(l=l.type,a=!(l==="button"||l==="input"||l==="select"||l==="textarea")),l=!a;break l;default:l=!1}if(l)return null;if(u&&typeof u!="function")throw Error(o(231,t,typeof u));return u}var kn=!1;if(rt)try{var _a={};Object.defineProperty(_a,"passive",{get:function(){kn=!0}}),window.addEventListener("test",_a,_a),window.removeEventListener("test",_a,_a)}catch{kn=!1}var Qt=null,Fn=null,Be=null;function Ti(){if(Be)return Be;var l,t=Fn,u=t.length,a,e="value"in Qt?Qt.value:Qt.textContent,n=e.length;for(l=0;l<u&&t[l]===e[l];l++);var f=u-l;for(a=1;a<=f&&t[u-a]===e[n-a];a++);return Be=e.slice(l,1<a?1-a:void 0)}function Ye(l){var t=l.keyCode;return"charCode"in l?(l=l.charCode,l===0&&t===13&&(l=13)):l=t,l===10&&(l=13),32<=l||l===13?l:0}function Ge(){return!0}function zi(){return!1}function Nl(l){function t(u,a,e,n,f){this._reactName=u,this._targetInst=e,this.type=a,this.nativeEvent=n,this.target=f,this.currentTarget=null;for(var c in l)l.hasOwnProperty(c)&&(u=l[c],this[c]=u?u(n):n[c]);return this.isDefaultPrevented=(n.defaultPrevented!=null?n.defaultPrevented:n.returnValue===!1)?Ge:zi,this.isPropagationStopped=zi,this}return k(t.prototype,{preventDefault:function(){this.defaultPrevented=!0;var u=this.nativeEvent;u&&(u.preventDefault?u.preventDefault():typeof u.returnValue!="unknown"&&(u.returnValue=!1),this.isDefaultPrevented=Ge)},stopPropagation:function(){var u=this.nativeEvent;u&&(u.stopPropagation?u.stopPropagation():typeof u.cancelBubble!="unknown"&&(u.cancelBubble=!0),this.isPropagationStopped=Ge)},persist:function(){},isPersistent:Ge}),t}var su={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(l){return l.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},Xe=Nl(su),Ua=k({},su,{view:0,detail:0}),hv=Nl(Ua),Pn,In,Ra,Qe=k({},Ua,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:tf,button:0,buttons:0,relatedTarget:function(l){return l.relatedTarget===void 0?l.fromElement===l.srcElement?l.toElement:l.fromElement:l.relatedTarget},movementX:function(l){return"movementX"in l?l.movementX:(l!==Ra&&(Ra&&l.type==="mousemove"?(Pn=l.screenX-Ra.screenX,In=l.screenY-Ra.screenY):In=Pn=0,Ra=l),Pn)},movementY:function(l){return"movementY"in l?l.movementY:In}}),Ai=Nl(Qe),yv=k({},Qe,{dataTransfer:0}),mv=Nl(yv),ov=k({},Ua,{relatedTarget:0}),lf=Nl(ov),rv=k({},su,{animationName:0,elapsedTime:0,pseudoElement:0}),gv=Nl(rv),Sv=k({},su,{clipboardData:function(l){return"clipboardData"in l?l.clipboardData:window.clipboardData}}),bv=Nl(Sv),Ev=k({},su,{data:0}),Oi=Nl(Ev),Tv={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},zv={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},Av={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function Ov(l){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(l):(l=Av[l])?!!t[l]:!1}function tf(){return Ov}var Mv=k({},Ua,{key:function(l){if(l.key){var t=Tv[l.key]||l.key;if(t!=="Unidentified")return t}return l.type==="keypress"?(l=Ye(l),l===13?"Enter":String.fromCharCode(l)):l.type==="keydown"||l.type==="keyup"?zv[l.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:tf,charCode:function(l){return l.type==="keypress"?Ye(l):0},keyCode:function(l){return l.type==="keydown"||l.type==="keyup"?l.keyCode:0},which:function(l){return l.type==="keypress"?Ye(l):l.type==="keydown"||l.type==="keyup"?l.keyCode:0}}),Dv=Nl(Mv),_v=k({},Qe,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),Mi=Nl(_v),Uv=k({},Ua,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:tf}),Rv=Nl(Uv),Hv=k({},su,{propertyName:0,elapsedTime:0,pseudoElement:0}),pv=Nl(Hv),Nv=k({},Qe,{deltaX:function(l){return"deltaX"in l?l.deltaX:"wheelDeltaX"in l?-l.wheelDeltaX:0},deltaY:function(l){return"deltaY"in l?l.deltaY:"wheelDeltaY"in l?-l.wheelDeltaY:"wheelDelta"in l?-l.wheelDelta:0},deltaZ:0,deltaMode:0}),qv=Nl(Nv),Bv=k({},su,{newState:0,oldState:0}),Yv=Nl(Bv),Gv=[9,13,27,32],uf=rt&&"CompositionEvent"in window,Ha=null;rt&&"documentMode"in document&&(Ha=document.documentMode);var Xv=rt&&"TextEvent"in window&&!Ha,Di=rt&&(!uf||Ha&&8<Ha&&11>=Ha),_i=" ",Ui=!1;function Ri(l,t){switch(l){case"keyup":return Gv.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function Hi(l){return l=l.detail,typeof l=="object"&&"data"in l?l.data:null}var Lu=!1;function Qv(l,t){switch(l){case"compositionend":return Hi(t);case"keypress":return t.which!==32?null:(Ui=!0,_i);case"textInput":return l=t.data,l===_i&&Ui?null:l;default:return null}}function jv(l,t){if(Lu)return l==="compositionend"||!uf&&Ri(l,t)?(l=Ti(),Be=Fn=Qt=null,Lu=!1,l):null;switch(l){case"paste":return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1<t.char.length)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return Di&&t.locale!=="ko"?null:t.data;default:return null}}var Zv={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function pi(l){var t=l&&l.nodeName&&l.nodeName.toLowerCase();return t==="input"?!!Zv[l.type]:t==="textarea"}function Ni(l,t,u,a){xu?Vu?Vu.push(a):Vu=[a]:xu=a,t=zn(t,"onChange"),0<t.length&&(u=new Xe("onChange","change",null,u,a),l.push({event:u,listeners:t}))}var pa=null,Na=null;function Cv(l){e1(l,0)}function je(l){var t=Ma(l);if(yi(t))return l}function qi(l,t){if(l==="change")return t}var Bi=!1;if(rt){var af;if(rt){var ef="oninput"in document;if(!ef){var Yi=document.createElement("div");Yi.setAttribute("oninput","return;"),ef=typeof Yi.oninput=="function"}af=ef}else af=!1;Bi=af&&(!document.documentMode||9<document.documentMode)}function Gi(){pa&&(pa.detachEvent("onpropertychange",Xi),Na=pa=null)}function Xi(l){if(l.propertyName==="value"&&je(Na)){var t=[];Ni(t,Na,l,Wn(l)),Ei(Cv,t)}}function xv(l,t,u){l==="focusin"?(Gi(),pa=t,Na=u,pa.attachEvent("onpropertychange",Xi)):l==="focusout"&&Gi()}function Vv(l){if(l==="selectionchange"||l==="keyup"||l==="keydown")return je(Na)}function Lv(l,t){if(l==="click")return je(t)}function Kv(l,t){if(l==="input"||l==="change")return je(t)}function Jv(l,t){return l===t&&(l!==0||1/l===1/t)||l!==l&&t!==t}var Xl=typeof Object.is=="function"?Object.is:Jv;function qa(l,t){if(Xl(l,t))return!0;if(typeof l!="object"||l===null||typeof t!="object"||t===null)return!1;var u=Object.keys(l),a=Object.keys(t);if(u.length!==a.length)return!1;for(a=0;a<u.length;a++){var e=u[a];if(!Qn.call(t,e)||!Xl(l[e],t[e]))return!1}return!0}function Qi(l){for(;l&&l.firstChild;)l=l.firstChild;return l}function ji(l,t){var u=Qi(l);l=0;for(var a;u;){if(u.nodeType===3){if(a=l+u.textContent.length,l<=t&&a>=t)return{node:u,offset:t-l};l=a}l:{for(;u;){if(u.nextSibling){u=u.nextSibling;break l}u=u.parentNode}u=void 0}u=Qi(u)}}function Zi(l,t){return l&&t?l===t?!0:l&&l.nodeType===3?!1:t&&t.nodeType===3?Zi(l,t.parentNode):"contains"in l?l.contains(t):l.compareDocumentPosition?!!(l.compareDocumentPosition(t)&16):!1:!1}function Ci(l){l=l!=null&&l.ownerDocument!=null&&l.ownerDocument.defaultView!=null?l.ownerDocument.defaultView:window;for(var t=Ne(l.document);t instanceof l.HTMLIFrameElement;){try{var u=typeof t.contentWindow.location.href=="string"}catch{u=!1}if(u)l=t.contentWindow;else break;t=Ne(l.document)}return t}function nf(l){var t=l&&l.nodeName&&l.nodeName.toLowerCase();return t&&(t==="input"&&(l.type==="text"||l.type==="search"||l.type==="tel"||l.type==="url"||l.type==="password")||t==="textarea"||l.contentEditable==="true")}function wv(l,t){var u=Ci(t);t=l.focusedElem;var a=l.selectionRange;if(u!==t&&t&&t.ownerDocument&&Zi(t.ownerDocument.documentElement,t)){if(a!==null&&nf(t)){if(l=a.start,u=a.end,u===void 0&&(u=l),"selectionStart"in t)t.selectionStart=l,t.selectionEnd=Math.min(u,t.value.length);else if(u=(l=t.ownerDocument||document)&&l.defaultView||window,u.getSelection){u=u.getSelection();var e=t.textContent.length,n=Math.min(a.start,e);a=a.end===void 0?n:Math.min(a.end,e),!u.extend&&n>a&&(e=a,a=n,n=e),e=ji(t,n);var f=ji(t,a);e&&f&&(u.rangeCount!==1||u.anchorNode!==e.node||u.anchorOffset!==e.offset||u.focusNode!==f.node||u.focusOffset!==f.offset)&&(l=l.createRange(),l.setStart(e.node,e.offset),u.removeAllRanges(),n>a?(u.addRange(l),u.extend(f.node,f.offset)):(l.setEnd(f.node,f.offset),u.addRange(l)))}}for(l=[],u=t;u=u.parentNode;)u.nodeType===1&&l.push({element:u,left:u.scrollLeft,top:u.scrollTop});for(typeof t.focus=="function"&&t.focus(),t=0;t<l.length;t++)u=l[t],u.element.scrollLeft=u.left,u.element.scrollTop=u.top}}var Wv=rt&&"documentMode"in document&&11>=document.documentMode,Ku=null,ff=null,Ba=null,cf=!1;function xi(l,t,u){var a=u.window===u?u.document:u.nodeType===9?u:u.ownerDocument;cf||Ku==null||Ku!==Ne(a)||(a=Ku,"selectionStart"in a&&nf(a)?a={start:a.selectionStart,end:a.selectionEnd}:(a=(a.ownerDocument&&a.ownerDocument.defaultView||window).getSelection(),a={anchorNode:a.anchorNode,anchorOffset:a.anchorOffset,focusNode:a.focusNode,focusOffset:a.focusOffset}),Ba&&qa(Ba,a)||(Ba=a,a=zn(ff,"onSelect"),0<a.length&&(t=new Xe("onSelect","select",null,t,u),l.push({event:t,listeners:a}),t.target=Ku)))}function vu(l,t){var u={};return u[l.toLowerCase()]=t.toLowerCase(),u["Webkit"+l]="webkit"+t,u["Moz"+l]="moz"+t,u}var Ju={animationend:vu("Animation","AnimationEnd"),animationiteration:vu("Animation","AnimationIteration"),animationstart:vu("Animation","AnimationStart"),transitionrun:vu("Transition","TransitionRun"),transitionstart:vu("Transition","TransitionStart"),transitioncancel:vu("Transition","TransitionCancel"),transitionend:vu("Transition","TransitionEnd")},sf={},Vi={};rt&&(Vi=document.createElement("div").style,"AnimationEvent"in window||(delete Ju.animationend.animation,delete Ju.animationiteration.animation,delete Ju.animationstart.animation),"TransitionEvent"in window||delete Ju.transitionend.transition);function du(l){if(sf[l])return sf[l];if(!Ju[l])return l;var t=Ju[l],u;for(u in t)if(t.hasOwnProperty(u)&&u in Vi)return sf[l]=t[u];return l}var Li=du("animationend"),Ki=du("animationiteration"),Ji=du("animationstart"),$v=du("transitionrun"),kv=du("transitionstart"),Fv=du("transitioncancel"),wi=du("transitionend"),Wi=new Map,$i="abort auxClick beforeToggle cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll scrollEnd toggle touchMove waiting wheel".split(" ");function ut(l,t){Wi.set(l,t),iu(t,[l])}var Jl=[],wu=0,vf=0;function Ze(){for(var l=wu,t=vf=wu=0;t<l;){var u=Jl[t];Jl[t++]=null;var a=Jl[t];Jl[t++]=null;var e=Jl[t];Jl[t++]=null;var n=Jl[t];if(Jl[t++]=null,a!==null&&e!==null){var f=a.pending;f===null?e.next=e:(e.next=f.next,f.next=e),a.pending=e}n!==0&&ki(u,e,n)}}function Ce(l,t,u,a){Jl[wu++]=l,Jl[wu++]=t,Jl[wu++]=u,Jl[wu++]=a,vf|=a,l.lanes|=a,l=l.alternate,l!==null&&(l.lanes|=a)}function df(l,t,u,a){return Ce(l,t,u,a),xe(l)}function jt(l,t){return Ce(l,null,null,t),xe(l)}function ki(l,t,u){l.lanes|=u;var a=l.alternate;a!==null&&(a.lanes|=u);for(var e=!1,n=l.return;n!==null;)n.childLanes|=u,a=n.alternate,a!==null&&(a.childLanes|=u),n.tag===22&&(l=n.stateNode,l===null||l._visibility&1||(e=!0)),l=n,n=n.return;e&&t!==null&&l.tag===3&&(n=l.stateNode,e=31-Gl(u),n=n.hiddenUpdates,l=n[e],l===null?n[e]=[t]:l.push(t),t.lane=u|536870912)}function xe(l){if(50<ne)throw ne=0,gc=null,Error(o(185));for(var t=l.return;t!==null;)l=t,t=l.return;return l.tag===3?l.stateNode:null}var Wu={},Fi=new WeakMap;function wl(l,t){if(typeof l=="object"&&l!==null){var u=Fi.get(l);return u!==void 0?u:(t={value:l,source:t,stack:Ee(t)},Fi.set(l,t),t)}return{value:l,source:t,stack:Ee(t)}}var $u=[],ku=0,Ve=null,Le=0,Wl=[],$l=0,hu=null,St=1,bt="";function yu(l,t){$u[ku++]=Le,$u[ku++]=Ve,Ve=l,Le=t}function Pi(l,t,u){Wl[$l++]=St,Wl[$l++]=bt,Wl[$l++]=hu,hu=l;var a=St;l=bt;var e=32-Gl(a)-1;a&=~(1<<e),u+=1;var n=32-Gl(t)+e;if(30<n){var f=e-e%5;n=(a&(1<<f)-1).toString(32),a>>=f,e-=f,St=1<<32-Gl(t)+e|u<<e|a,bt=n+l}else St=1<<n|u<<e|a,bt=l}function hf(l){l.return!==null&&(yu(l,1),Pi(l,1,0))}function yf(l){for(;l===Ve;)Ve=$u[--ku],$u[ku]=null,Le=$u[--ku],$u[ku]=null;for(;l===hu;)hu=Wl[--$l],Wl[$l]=null,bt=Wl[--$l],Wl[$l]=null,St=Wl[--$l],Wl[$l]=null}var Rl=null,Sl=null,C=!1,at=null,vt=!1,mf=Error(o(519));function mu(l){var t=Error(o(418,""));throw Xa(wl(t,l)),mf}function Ii(l){var t=l.stateNode,u=l.type,a=l.memoizedProps;switch(t[Ol]=l,t[pl]=a,u){case"dialog":Q("cancel",t),Q("close",t);break;case"iframe":case"object":case"embed":Q("load",t);break;case"video":case"audio":for(u=0;u<ce.length;u++)Q(ce[u],t);break;case"source":Q("error",t);break;case"img":case"image":case"link":Q("error",t),Q("load",t);break;case"details":Q("toggle",t);break;case"input":Q("invalid",t),mi(t,a.value,a.defaultValue,a.checked,a.defaultChecked,a.type,a.name,!0),pe(t);break;case"select":Q("invalid",t);break;case"textarea":Q("invalid",t),ri(t,a.value,a.defaultValue,a.children),pe(t)}u=a.children,typeof u!="string"&&typeof u!="number"&&typeof u!="bigint"||t.textContent===""+u||a.suppressHydrationWarning===!0||i1(t.textContent,u)?(a.popover!=null&&(Q("beforetoggle",t),Q("toggle",t)),a.onScroll!=null&&Q("scroll",t),a.onScrollEnd!=null&&Q("scrollend",t),a.onClick!=null&&(t.onclick=An),t=!0):t=!1,t||mu(l)}function l0(l){for(Rl=l.return;Rl;)switch(Rl.tag){case 3:case 27:vt=!0;return;case 5:case 13:vt=!1;return;default:Rl=Rl.return}}function Ya(l){if(l!==Rl)return!1;if(!C)return l0(l),C=!0,!1;var t=!1,u;if((u=l.tag!==3&&l.tag!==27)&&((u=l.tag===5)&&(u=l.type,u=!(u!=="form"&&u!=="button")||Bc(l.type,l.memoizedProps)),u=!u),u&&(t=!0),t&&Sl&&mu(l),l0(l),l.tag===13){if(l=l.memoizedState,l=l!==null?l.dehydrated:null,!l)throw Error(o(317));l:{for(l=l.nextSibling,t=0;l;){if(l.nodeType===8)if(u=l.data,u==="/$"){if(t===0){Sl=nt(l.nextSibling);break l}t--}else u!=="$"&&u!=="$!"&&u!=="$?"||t++;l=l.nextSibling}Sl=null}}else Sl=Rl?nt(l.stateNode.nextSibling):null;return!0}function Ga(){Sl=Rl=null,C=!1}function Xa(l){at===null?at=[l]:at.push(l)}var Qa=Error(o(460)),t0=Error(o(474)),of={then:function(){}};function u0(l){return l=l.status,l==="fulfilled"||l==="rejected"}function Ke(){}function a0(l,t,u){switch(u=l[u],u===void 0?l.push(t):u!==t&&(t.then(Ke,Ke),t=u),t.status){case"fulfilled":return t.value;case"rejected":throw l=t.reason,l===Qa?Error(o(483)):l;default:if(typeof t.status=="string")t.then(Ke,Ke);else{if(l=I,l!==null&&100<l.shellSuspendCounter)throw Error(o(482));l=t,l.status="pending",l.then(function(a){if(t.status==="pending"){var e=t;e.status="fulfilled",e.value=a}},function(a){if(t.status==="pending"){var e=t;e.status="rejected",e.reason=a}})}switch(t.status){case"fulfilled":return t.value;case"rejected":throw l=t.reason,l===Qa?Error(o(483)):l}throw ja=t,Qa}}var ja=null;function e0(){if(ja===null)throw Error(o(459));var l=ja;return ja=null,l}var Fu=null,Za=0;function Je(l){var t=Za;return Za+=1,Fu===null&&(Fu=[]),a0(Fu,l,t)}function Ca(l,t){t=t.props.ref,l.ref=t!==void 0?t:null}function we(l,t){throw t.$$typeof===Bl?Error(o(525)):(l=Object.prototype.toString.call(t),Error(o(31,l==="[object Object]"?"object with keys {"+Object.keys(t).join(", ")+"}":l)))}function n0(l){var t=l._init;return t(l._payload)}function f0(l){function t(h,s){if(l){var y=h.deletions;y===null?(h.deletions=[s],h.flags|=16):y.push(s)}}function u(h,s){if(!l)return null;for(;s!==null;)t(h,s),s=s.sibling;return null}function a(h){for(var s=new Map;h!==null;)h.key!==null?s.set(h.key,h):s.set(h.index,h),h=h.sibling;return s}function e(h,s){return h=Ft(h,s),h.index=0,h.sibling=null,h}function n(h,s,y){return h.index=y,l?(y=h.alternate,y!==null?(y=y.index,y<s?(h.flags|=33554434,s):y):(h.flags|=33554434,s)):(h.flags|=1048576,s)}function f(h){return l&&h.alternate===null&&(h.flags|=33554434),h}function c(h,s,y,S){return s===null||s.tag!==6?(s=sc(y,h.mode,S),s.return=h,s):(s=e(s,y),s.return=h,s)}function i(h,s,y,S){var z=y.type;return z===U?g(h,s,y.props.children,S,y.key):s!==null&&(s.elementType===z||typeof z=="object"&&z!==null&&z.$$typeof===Vl&&n0(z)===s.type)?(s=e(s,y.props),Ca(s,y),s.return=h,s):(s=hn(y.type,y.key,y.props,null,h.mode,S),Ca(s,y),s.return=h,s)}function v(h,s,y,S){return s===null||s.tag!==4||s.stateNode.containerInfo!==y.containerInfo||s.stateNode.implementation!==y.implementation?(s=vc(y,h.mode,S),s.return=h,s):(s=e(s,y.children||[]),s.return=h,s)}function g(h,s,y,S,z){return s===null||s.tag!==7?(s=Ou(y,h.mode,S,z),s.return=h,s):(s=e(s,y),s.return=h,s)}function b(h,s,y){if(typeof s=="string"&&s!==""||typeof s=="number"||typeof s=="bigint")return s=sc(""+s,h.mode,y),s.return=h,s;if(typeof s=="object"&&s!==null){switch(s.$$typeof){case zl:return y=hn(s.type,s.key,s.props,null,h.mode,y),Ca(y,s),y.return=h,y;case Al:return s=vc(s,h.mode,y),s.return=h,s;case Vl:var S=s._init;return s=S(s._payload),b(h,s,y)}if(R(s)||qt(s))return s=Ou(s,h.mode,y,null),s.return=h,s;if(typeof s.then=="function")return b(h,Je(s),y);if(s.$$typeof===_l)return b(h,sn(h,s),y);we(h,s)}return null}function m(h,s,y,S){var z=s!==null?s.key:null;if(typeof y=="string"&&y!==""||typeof y=="number"||typeof y=="bigint")return z!==null?null:c(h,s,""+y,S);if(typeof y=="object"&&y!==null){switch(y.$$typeof){case zl:return y.key===z?i(h,s,y,S):null;case Al:return y.key===z?v(h,s,y,S):null;case Vl:return z=y._init,y=z(y._payload),m(h,s,y,S)}if(R(y)||qt(y))return z!==null?null:g(h,s,y,S,null);if(typeof y.then=="function")return m(h,s,Je(y),S);if(y.$$typeof===_l)return m(h,s,sn(h,y),S);we(h,y)}return null}function r(h,s,y,S,z){if(typeof S=="string"&&S!==""||typeof S=="number"||typeof S=="bigint")return h=h.get(y)||null,c(s,h,""+S,z);if(typeof S=="object"&&S!==null){switch(S.$$typeof){case zl:return h=h.get(S.key===null?y:S.key)||null,i(s,h,S,z);case Al:return h=h.get(S.key===null?y:S.key)||null,v(s,h,S,z);case Vl:var G=S._init;return S=G(S._payload),r(h,s,y,S,z)}if(R(S)||qt(S))return h=h.get(y)||null,g(s,h,S,z,null);if(typeof S.then=="function")return r(h,s,y,Je(S),z);if(S.$$typeof===_l)return r(h,s,y,sn(s,S),z);we(s,S)}return null}function A(h,s,y,S){for(var z=null,G=null,M=s,_=s=0,gl=null;M!==null&&_<y.length;_++){M.index>_?(gl=M,M=null):gl=M.sibling;var x=m(h,M,y[_],S);if(x===null){M===null&&(M=gl);break}l&&M&&x.alternate===null&&t(h,M),s=n(x,s,_),G===null?z=x:G.sibling=x,G=x,M=gl}if(_===y.length)return u(h,M),C&&yu(h,_),z;if(M===null){for(;_<y.length;_++)M=b(h,y[_],S),M!==null&&(s=n(M,s,_),G===null?z=M:G.sibling=M,G=M);return C&&yu(h,_),z}for(M=a(M);_<y.length;_++)gl=r(M,h,_,y[_],S),gl!==null&&(l&&gl.alternate!==null&&M.delete(gl.key===null?_:gl.key),s=n(gl,s,_),G===null?z=gl:G.sibling=gl,G=gl);return l&&M.forEach(function(eu){return t(h,eu)}),C&&yu(h,_),z}function N(h,s,y,S){if(y==null)throw Error(o(151));for(var z=null,G=null,M=s,_=s=0,gl=null,x=y.next();M!==null&&!x.done;_++,x=y.next()){M.index>_?(gl=M,M=null):gl=M.sibling;var eu=m(h,M,x.value,S);if(eu===null){M===null&&(M=gl);break}l&&M&&eu.alternate===null&&t(h,M),s=n(eu,s,_),G===null?z=eu:G.sibling=eu,G=eu,M=gl}if(x.done)return u(h,M),C&&yu(h,_),z;if(M===null){for(;!x.done;_++,x=y.next())x=b(h,x.value,S),x!==null&&(s=n(x,s,_),G===null?z=x:G.sibling=x,G=x);return C&&yu(h,_),z}for(M=a(M);!x.done;_++,x=y.next())x=r(M,h,_,x.value,S),x!==null&&(l&&x.alternate!==null&&M.delete(x.key===null?_:x.key),s=n(x,s,_),G===null?z=x:G.sibling=x,G=x);return l&&M.forEach(function(dh){return t(h,dh)}),C&&yu(h,_),z}function fl(h,s,y,S){if(typeof y=="object"&&y!==null&&y.type===U&&y.key===null&&(y=y.props.children),typeof y=="object"&&y!==null){switch(y.$$typeof){case zl:l:{for(var z=y.key;s!==null;){if(s.key===z){if(z=y.type,z===U){if(s.tag===7){u(h,s.sibling),S=e(s,y.props.children),S.return=h,h=S;break l}}else if(s.elementType===z||typeof z=="object"&&z!==null&&z.$$typeof===Vl&&n0(z)===s.type){u(h,s.sibling),S=e(s,y.props),Ca(S,y),S.return=h,h=S;break l}u(h,s);break}else t(h,s);s=s.sibling}y.type===U?(S=Ou(y.props.children,h.mode,S,y.key),S.return=h,h=S):(S=hn(y.type,y.key,y.props,null,h.mode,S),Ca(S,y),S.return=h,h=S)}return f(h);case Al:l:{for(z=y.key;s!==null;){if(s.key===z)if(s.tag===4&&s.stateNode.containerInfo===y.containerInfo&&s.stateNode.implementation===y.implementation){u(h,s.sibling),S=e(s,y.children||[]),S.return=h,h=S;break l}else{u(h,s);break}else t(h,s);s=s.sibling}S=vc(y,h.mode,S),S.return=h,h=S}return f(h);case Vl:return z=y._init,y=z(y._payload),fl(h,s,y,S)}if(R(y))return A(h,s,y,S);if(qt(y)){if(z=qt(y),typeof z!="function")throw Error(o(150));return y=z.call(y),N(h,s,y,S)}if(typeof y.then=="function")return fl(h,s,Je(y),S);if(y.$$typeof===_l)return fl(h,s,sn(h,y),S);we(h,y)}return typeof y=="string"&&y!==""||typeof y=="number"||typeof y=="bigint"?(y=""+y,s!==null&&s.tag===6?(u(h,s.sibling),S=e(s,y),S.return=h,h=S):(u(h,s),S=sc(y,h.mode,S),S.return=h,h=S),f(h)):u(h,s)}return function(h,s,y,S){try{Za=0;var z=fl(h,s,y,S);return Fu=null,z}catch(M){if(M===Qa)throw M;var G=Il(29,M,null,h.mode);return G.lanes=S,G.return=h,G}finally{}}}var ou=f0(!0),c0=f0(!1),Pu=V(null),We=V(0);function i0(l,t){l=Ht,tl(We,l),tl(Pu,t),Ht=l|t.baseLanes}function rf(){tl(We,Ht),tl(Pu,Pu.current)}function gf(){Ht=We.current,il(Pu),il(We)}var kl=V(null),dt=null;function Zt(l){var t=l.alternate;tl(hl,hl.current&1),tl(kl,l),dt===null&&(t===null||Pu.current!==null||t.memoizedState!==null)&&(dt=l)}function s0(l){if(l.tag===22){if(tl(hl,hl.current),tl(kl,l),dt===null){var t=l.alternate;t!==null&&t.memoizedState!==null&&(dt=l)}}else Ct()}function Ct(){tl(hl,hl.current),tl(kl,kl.current)}function Et(l){il(kl),dt===l&&(dt=null),il(hl)}var hl=V(0);function $e(l){for(var t=l;t!==null;){if(t.tag===13){var u=t.memoizedState;if(u!==null&&(u=u.dehydrated,u===null||u.data==="$?"||u.data==="$!"))return t}else if(t.tag===19&&t.memoizedProps.revealOrder!==void 0){if(t.flags&128)return t}else if(t.child!==null){t.child.return=t,t=t.child;continue}if(t===l)break;for(;t.sibling===null;){if(t.return===null||t.return===l)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}var Pv=typeof AbortController<"u"?AbortController:function(){var l=[],t=this.signal={aborted:!1,addEventListener:function(u,a){l.push(a)}};this.abort=function(){t.aborted=!0,l.forEach(function(u){return u()})}},Iv=D.unstable_scheduleCallback,ld=D.unstable_NormalPriority,yl={$$typeof:_l,Consumer:null,Provider:null,_currentValue:null,_currentValue2:null,_threadCount:0};function Sf(){return{controller:new Pv,data:new Map,refCount:0}}function xa(l){l.refCount--,l.refCount===0&&Iv(ld,function(){l.controller.abort()})}var Va=null,bf=0,Iu=0,la=null;function td(l,t){if(Va===null){var u=Va=[];bf=0,Iu=Mc(),la={status:"pending",value:void 0,then:function(a){u.push(a)}}}return bf++,t.then(v0,v0),t}function v0(){if(--bf===0&&Va!==null){la!==null&&(la.status="fulfilled");var l=Va;Va=null,Iu=0,la=null;for(var t=0;t<l.length;t++)(0,l[t])()}}function ud(l,t){var u=[],a={status:"pending",value:null,reason:null,then:function(e){u.push(e)}};return l.then(function(){a.status="fulfilled",a.value=t;for(var e=0;e<u.length;e++)(0,u[e])(t)},function(e){for(a.status="rejected",a.reason=e,e=0;e<u.length;e++)(0,u[e])(void 0)}),a}var d0=H.S;H.S=function(l,t){typeof t=="object"&&t!==null&&typeof t.then=="function"&&td(l,t),d0!==null&&d0(l,t)};var ru=V(null);function Ef(){var l=ru.current;return l!==null?l:I.pooledCache}function ke(l,t){t===null?tl(ru,ru.current):tl(ru,t.pool)}function h0(){var l=Ef();return l===null?null:{parent:yl._currentValue,pool:l}}var xt=0,Y=null,W=null,sl=null,Fe=!1,ta=!1,gu=!1,Pe=0,La=0,ua=null,ad=0;function cl(){throw Error(o(321))}function Tf(l,t){if(t===null)return!1;for(var u=0;u<t.length&&u<l.length;u++)if(!Xl(l[u],t[u]))return!1;return!0}function zf(l,t,u,a,e,n){return xt=n,Y=t,t.memoizedState=null,t.updateQueue=null,t.lanes=0,H.H=l===null||l.memoizedState===null?Su:Vt,gu=!1,n=u(a,e),gu=!1,ta&&(n=m0(t,u,a,e)),y0(l),n}function y0(l){H.H=ht;var t=W!==null&&W.next!==null;if(xt=0,sl=W=Y=null,Fe=!1,La=0,ua=null,t)throw Error(o(300));l===null||ol||(l=l.dependencies,l!==null&&cn(l)&&(ol=!0))}function m0(l,t,u,a){Y=l;var e=0;do{if(ta&&(ua=null),La=0,ta=!1,25<=e)throw Error(o(301));if(e+=1,sl=W=null,l.updateQueue!=null){var n=l.updateQueue;n.lastEffect=null,n.events=null,n.stores=null,n.memoCache!=null&&(n.memoCache.index=0)}H.H=bu,n=t(u,a)}while(ta);return n}function ed(){var l=H.H,t=l.useState()[0];return t=typeof t.then=="function"?Ka(t):t,l=l.useState()[0],(W!==null?W.memoizedState:null)!==l&&(Y.flags|=1024),t}function Af(){var l=Pe!==0;return Pe=0,l}function Of(l,t,u){t.updateQueue=l.updateQueue,t.flags&=-2053,l.lanes&=~u}function Mf(l){if(Fe){for(l=l.memoizedState;l!==null;){var t=l.queue;t!==null&&(t.pending=null),l=l.next}Fe=!1}xt=0,sl=W=Y=null,ta=!1,La=Pe=0,ua=null}function ql(){var l={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return sl===null?Y.memoizedState=sl=l:sl=sl.next=l,sl}function vl(){if(W===null){var l=Y.alternate;l=l!==null?l.memoizedState:null}else l=W.next;var t=sl===null?Y.memoizedState:sl.next;if(t!==null)sl=t,W=l;else{if(l===null)throw Y.alternate===null?Error(o(467)):Error(o(310));W=l,l={memoizedState:W.memoizedState,baseState:W.baseState,baseQueue:W.baseQueue,queue:W.queue,next:null},sl===null?Y.memoizedState=sl=l:sl=sl.next=l}return sl}var Ie;Ie=function(){return{lastEffect:null,events:null,stores:null,memoCache:null}};function Ka(l){var t=La;return La+=1,ua===null&&(ua=[]),l=a0(ua,l,t),t=Y,(sl===null?t.memoizedState:sl.next)===null&&(t=t.alternate,H.H=t===null||t.memoizedState===null?Su:Vt),l}function ln(l){if(l!==null&&typeof l=="object"){if(typeof l.then=="function")return Ka(l);if(l.$$typeof===_l)return Ml(l)}throw Error(o(438,String(l)))}function Df(l){var t=null,u=Y.updateQueue;if(u!==null&&(t=u.memoCache),t==null){var a=Y.alternate;a!==null&&(a=a.updateQueue,a!==null&&(a=a.memoCache,a!=null&&(t={data:a.data.map(function(e){return e.slice()}),index:0})))}if(t==null&&(t={data:[],index:0}),u===null&&(u=Ie(),Y.updateQueue=u),u.memoCache=t,u=t.data[t.index],u===void 0)for(u=t.data[t.index]=Array(l),a=0;a<l;a++)u[a]=be;return t.index++,u}function Tt(l,t){return typeof t=="function"?t(l):t}function tn(l){var t=vl();return _f(t,W,l)}function _f(l,t,u){var a=l.queue;if(a===null)throw Error(o(311));a.lastRenderedReducer=u;var e=l.baseQueue,n=a.pending;if(n!==null){if(e!==null){var f=e.next;e.next=n.next,n.next=f}t.baseQueue=e=n,a.pending=null}if(n=l.baseState,e===null)l.memoizedState=n;else{t=e.next;var c=f=null,i=null,v=t,g=!1;do{var b=v.lane&-536870913;if(b!==v.lane?(Z&b)===b:(xt&b)===b){var m=v.revertLane;if(m===0)i!==null&&(i=i.next={lane:0,revertLane:0,action:v.action,hasEagerState:v.hasEagerState,eagerState:v.eagerState,next:null}),b===Iu&&(g=!0);else if((xt&m)===m){v=v.next,m===Iu&&(g=!0);continue}else b={lane:0,revertLane:v.revertLane,action:v.action,hasEagerState:v.hasEagerState,eagerState:v.eagerState,next:null},i===null?(c=i=b,f=n):i=i.next=b,Y.lanes|=m,Pt|=m;b=v.action,gu&&u(n,b),n=v.hasEagerState?v.eagerState:u(n,b)}else m={lane:b,revertLane:v.revertLane,action:v.action,hasEagerState:v.hasEagerState,eagerState:v.eagerState,next:null},i===null?(c=i=m,f=n):i=i.next=m,Y.lanes|=b,Pt|=b;v=v.next}while(v!==null&&v!==t);if(i===null?f=n:i.next=c,!Xl(n,l.memoizedState)&&(ol=!0,g&&(u=la,u!==null)))throw u;l.memoizedState=n,l.baseState=f,l.baseQueue=i,a.lastRenderedState=n}return e===null&&(a.lanes=0),[l.memoizedState,a.dispatch]}function Uf(l){var t=vl(),u=t.queue;if(u===null)throw Error(o(311));u.lastRenderedReducer=l;var a=u.dispatch,e=u.pending,n=t.memoizedState;if(e!==null){u.pending=null;var f=e=e.next;do n=l(n,f.action),f=f.next;while(f!==e);Xl(n,t.memoizedState)||(ol=!0),t.memoizedState=n,t.baseQueue===null&&(t.baseState=n),u.lastRenderedState=n}return[n,a]}function o0(l,t,u){var a=Y,e=vl(),n=C;if(n){if(u===void 0)throw Error(o(407));u=u()}else u=t();var f=!Xl((W||e).memoizedState,u);if(f&&(e.memoizedState=u,ol=!0),e=e.queue,pf(S0.bind(null,a,e,l),[l]),e.getSnapshot!==t||f||sl!==null&&sl.memoizedState.tag&1){if(a.flags|=2048,aa(9,g0.bind(null,a,e,u,t),{destroy:void 0},null),I===null)throw Error(o(349));n||xt&60||r0(a,t,u)}return u}function r0(l,t,u){l.flags|=16384,l={getSnapshot:t,value:u},t=Y.updateQueue,t===null?(t=Ie(),Y.updateQueue=t,t.stores=[l]):(u=t.stores,u===null?t.stores=[l]:u.push(l))}function g0(l,t,u,a){t.value=u,t.getSnapshot=a,b0(t)&&E0(l)}function S0(l,t,u){return u(function(){b0(t)&&E0(l)})}function b0(l){var t=l.getSnapshot;l=l.value;try{var u=t();return!Xl(l,u)}catch{return!0}}function E0(l){var t=jt(l,2);t!==null&&Hl(t,l,2)}function Rf(l){var t=ql();if(typeof l=="function"){var u=l;if(l=u(),gu){Gt(!0);try{u()}finally{Gt(!1)}}}return t.memoizedState=t.baseState=l,t.queue={pending:null,lanes:0,dispatch:null,lastRenderedReducer:Tt,lastRenderedState:l},t}function T0(l,t,u,a){return l.baseState=u,_f(l,W,typeof a=="function"?a:Tt)}function nd(l,t,u,a,e){if(en(l))throw Error(o(485));if(l=t.action,l!==null){var n={payload:e,action:l,next:null,isTransition:!0,status:"pending",value:null,reason:null,listeners:[],then:function(f){n.listeners.push(f)}};H.T!==null?u(!0):n.isTransition=!1,a(n),u=t.pending,u===null?(n.next=t.pending=n,z0(t,n)):(n.next=u.next,t.pending=u.next=n)}}function z0(l,t){var u=t.action,a=t.payload,e=l.state;if(t.isTransition){var n=H.T,f={};H.T=f;try{var c=u(e,a),i=H.S;i!==null&&i(f,c),A0(l,t,c)}catch(v){Hf(l,t,v)}finally{H.T=n}}else try{n=u(e,a),A0(l,t,n)}catch(v){Hf(l,t,v)}}function A0(l,t,u){u!==null&&typeof u=="object"&&typeof u.then=="function"?u.then(function(a){O0(l,t,a)},function(a){return Hf(l,t,a)}):O0(l,t,u)}function O0(l,t,u){t.status="fulfilled",t.value=u,M0(t),l.state=u,t=l.pending,t!==null&&(u=t.next,u===t?l.pending=null:(u=u.next,t.next=u,z0(l,u)))}function Hf(l,t,u){var a=l.pending;if(l.pending=null,a!==null){a=a.next;do t.status="rejected",t.reason=u,M0(t),t=t.next;while(t!==a)}l.action=null}function M0(l){l=l.listeners;for(var t=0;t<l.length;t++)(0,l[t])()}function D0(l,t){return t}function _0(l,t){if(C){var u=I.formState;if(u!==null){l:{var a=Y;if(C){if(Sl){t:{for(var e=Sl,n=vt;e.nodeType!==8;){if(!n){e=null;break t}if(e=nt(e.nextSibling),e===null){e=null;break t}}n=e.data,e=n==="F!"||n==="F"?e:null}if(e){Sl=nt(e.nextSibling),a=e.data==="F!";break l}}mu(a)}a=!1}a&&(t=u[0])}}return u=ql(),u.memoizedState=u.baseState=t,a={pending:null,lanes:0,dispatch:null,lastRenderedReducer:D0,lastRenderedState:t},u.queue=a,u=K0.bind(null,Y,a),a.dispatch=u,a=Rf(!1),n=Gf.bind(null,Y,!1,a.queue),a=ql(),e={state:t,dispatch:null,action:l,pending:null},a.queue=e,u=nd.bind(null,Y,e,n,u),e.dispatch=u,a.memoizedState=l,[t,u,!1]}function U0(l){var t=vl();return R0(t,W,l)}function R0(l,t,u){t=_f(l,t,D0)[0],l=tn(Tt)[0],t=typeof t=="object"&&t!==null&&typeof t.then=="function"?Ka(t):t;var a=vl(),e=a.queue,n=e.dispatch;return u!==a.memoizedState&&(Y.flags|=2048,aa(9,fd.bind(null,e,u),{destroy:void 0},null)),[t,n,l]}function fd(l,t){l.action=t}function H0(l){var t=vl(),u=W;if(u!==null)return R0(t,u,l);vl(),t=t.memoizedState,u=vl();var a=u.queue.dispatch;return u.memoizedState=l,[t,a,!1]}function aa(l,t,u,a){return l={tag:l,create:t,inst:u,deps:a,next:null},t=Y.updateQueue,t===null&&(t=Ie(),Y.updateQueue=t),u=t.lastEffect,u===null?t.lastEffect=l.next=l:(a=u.next,u.next=l,l.next=a,t.lastEffect=l),l}function p0(){return vl().memoizedState}function un(l,t,u,a){var e=ql();Y.flags|=l,e.memoizedState=aa(1|t,u,{destroy:void 0},a===void 0?null:a)}function an(l,t,u,a){var e=vl();a=a===void 0?null:a;var n=e.memoizedState.inst;W!==null&&a!==null&&Tf(a,W.memoizedState.deps)?e.memoizedState=aa(t,u,n,a):(Y.flags|=l,e.memoizedState=aa(1|t,u,n,a))}function N0(l,t){un(8390656,8,l,t)}function pf(l,t){an(2048,8,l,t)}function q0(l,t){return an(4,2,l,t)}function B0(l,t){return an(4,4,l,t)}function Y0(l,t){if(typeof t=="function"){l=l();var u=t(l);return function(){typeof u=="function"?u():t(null)}}if(t!=null)return l=l(),t.current=l,function(){t.current=null}}function G0(l,t,u){u=u!=null?u.concat([l]):null,an(4,4,Y0.bind(null,t,l),u)}function Nf(){}function X0(l,t){var u=vl();t=t===void 0?null:t;var a=u.memoizedState;return t!==null&&Tf(t,a[1])?a[0]:(u.memoizedState=[l,t],l)}function Q0(l,t){var u=vl();t=t===void 0?null:t;var a=u.memoizedState;if(t!==null&&Tf(t,a[1]))return a[0];if(a=l(),gu){Gt(!0);try{l()}finally{Gt(!1)}}return u.memoizedState=[a,t],a}function qf(l,t,u){return u===void 0||xt&1073741824?l.memoizedState=t:(l.memoizedState=u,l=Zs(),Y.lanes|=l,Pt|=l,u)}function j0(l,t,u,a){return Xl(u,t)?u:Pu.current!==null?(l=qf(l,u,a),Xl(l,t)||(ol=!0),l):xt&42?(l=Zs(),Y.lanes|=l,Pt|=l,t):(ol=!0,l.memoizedState=u)}function Z0(l,t,u,a,e){var n=O.p;O.p=n!==0&&8>n?n:8;var f=H.T,c={};H.T=c,Gf(l,!1,t,u);try{var i=e(),v=H.S;if(v!==null&&v(c,i),i!==null&&typeof i=="object"&&typeof i.then=="function"){var g=ud(i,a);Ja(l,t,g,Cl(l))}else Ja(l,t,a,Cl(l))}catch(b){Ja(l,t,{then:function(){},status:"rejected",reason:b},Cl())}finally{O.p=n,H.T=f}}function cd(){}function Bf(l,t,u,a){if(l.tag!==5)throw Error(o(476));var e=C0(l).queue;Z0(l,e,t,J,u===null?cd:function(){return x0(l),u(a)})}function C0(l){var t=l.memoizedState;if(t!==null)return t;t={memoizedState:J,baseState:J,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:Tt,lastRenderedState:J},next:null};var u={};return t.next={memoizedState:u,baseState:u,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:Tt,lastRenderedState:u},next:null},l.memoizedState=t,l=l.alternate,l!==null&&(l.memoizedState=t),t}function x0(l){var t=C0(l).next.queue;Ja(l,t,{},Cl())}function Yf(){return Ml(he)}function V0(){return vl().memoizedState}function L0(){return vl().memoizedState}function id(l){for(var t=l.return;t!==null;){switch(t.tag){case 24:case 3:var u=Cl();l=Jt(u);var a=wt(t,l,u);a!==null&&(Hl(a,t,u),$a(a,t,u)),t={cache:Sf()},l.payload=t;return}t=t.return}}function sd(l,t,u){var a=Cl();u={lane:a,revertLane:0,action:u,hasEagerState:!1,eagerState:null,next:null},en(l)?J0(t,u):(u=df(l,t,u,a),u!==null&&(Hl(u,l,a),w0(u,t,a)))}function K0(l,t,u){var a=Cl();Ja(l,t,u,a)}function Ja(l,t,u,a){var e={lane:a,revertLane:0,action:u,hasEagerState:!1,eagerState:null,next:null};if(en(l))J0(t,e);else{var n=l.alternate;if(l.lanes===0&&(n===null||n.lanes===0)&&(n=t.lastRenderedReducer,n!==null))try{var f=t.lastRenderedState,c=n(f,u);if(e.hasEagerState=!0,e.eagerState=c,Xl(c,f))return Ce(l,t,e,0),I===null&&Ze(),!1}catch{}finally{}if(u=df(l,t,e,a),u!==null)return Hl(u,l,a),w0(u,t,a),!0}return!1}function Gf(l,t,u,a){if(a={lane:2,revertLane:Mc(),action:a,hasEagerState:!1,eagerState:null,next:null},en(l)){if(t)throw Error(o(479))}else t=df(l,u,a,2),t!==null&&Hl(t,l,2)}function en(l){var t=l.alternate;return l===Y||t!==null&&t===Y}function J0(l,t){ta=Fe=!0;var u=l.pending;u===null?t.next=t:(t.next=u.next,u.next=t),l.pending=t}function w0(l,t,u){if(u&4194176){var a=t.lanes;a&=l.pendingLanes,u|=a,t.lanes=u,ei(l,u)}}var ht={readContext:Ml,use:ln,useCallback:cl,useContext:cl,useEffect:cl,useImperativeHandle:cl,useLayoutEffect:cl,useInsertionEffect:cl,useMemo:cl,useReducer:cl,useRef:cl,useState:cl,useDebugValue:cl,useDeferredValue:cl,useTransition:cl,useSyncExternalStore:cl,useId:cl};ht.useCacheRefresh=cl,ht.useMemoCache=cl,ht.useHostTransitionStatus=cl,ht.useFormState=cl,ht.useActionState=cl,ht.useOptimistic=cl;var Su={readContext:Ml,use:ln,useCallback:function(l,t){return ql().memoizedState=[l,t===void 0?null:t],l},useContext:Ml,useEffect:N0,useImperativeHandle:function(l,t,u){u=u!=null?u.concat([l]):null,un(4194308,4,Y0.bind(null,t,l),u)},useLayoutEffect:function(l,t){return un(4194308,4,l,t)},useInsertionEffect:function(l,t){un(4,2,l,t)},useMemo:function(l,t){var u=ql();t=t===void 0?null:t;var a=l();if(gu){Gt(!0);try{l()}finally{Gt(!1)}}return u.memoizedState=[a,t],a},useReducer:function(l,t,u){var a=ql();if(u!==void 0){var e=u(t);if(gu){Gt(!0);try{u(t)}finally{Gt(!1)}}}else e=t;return a.memoizedState=a.baseState=e,l={pending:null,lanes:0,dispatch:null,lastRenderedReducer:l,lastRenderedState:e},a.queue=l,l=l.dispatch=sd.bind(null,Y,l),[a.memoizedState,l]},useRef:function(l){var t=ql();return l={current:l},t.memoizedState=l},useState:function(l){l=Rf(l);var t=l.queue,u=K0.bind(null,Y,t);return t.dispatch=u,[l.memoizedState,u]},useDebugValue:Nf,useDeferredValue:function(l,t){var u=ql();return qf(u,l,t)},useTransition:function(){var l=Rf(!1);return l=Z0.bind(null,Y,l.queue,!0,!1),ql().memoizedState=l,[!1,l]},useSyncExternalStore:function(l,t,u){var a=Y,e=ql();if(C){if(u===void 0)throw Error(o(407));u=u()}else{if(u=t(),I===null)throw Error(o(349));Z&60||r0(a,t,u)}e.memoizedState=u;var n={value:u,getSnapshot:t};return e.queue=n,N0(S0.bind(null,a,n,l),[l]),a.flags|=2048,aa(9,g0.bind(null,a,n,u,t),{destroy:void 0},null),u},useId:function(){var l=ql(),t=I.identifierPrefix;if(C){var u=bt,a=St;u=(a&~(1<<32-Gl(a)-1)).toString(32)+u,t=":"+t+"R"+u,u=Pe++,0<u&&(t+="H"+u.toString(32)),t+=":"}else u=ad++,t=":"+t+"r"+u.toString(32)+":";return l.memoizedState=t},useCacheRefresh:function(){return ql().memoizedState=id.bind(null,Y)}};Su.useMemoCache=Df,Su.useHostTransitionStatus=Yf,Su.useFormState=_0,Su.useActionState=_0,Su.useOptimistic=function(l){var t=ql();t.memoizedState=t.baseState=l;var u={pending:null,lanes:0,dispatch:null,lastRenderedReducer:null,lastRenderedState:null};return t.queue=u,t=Gf.bind(null,Y,!0,u),u.dispatch=t,[l,t]};var Vt={readContext:Ml,use:ln,useCallback:X0,useContext:Ml,useEffect:pf,useImperativeHandle:G0,useInsertionEffect:q0,useLayoutEffect:B0,useMemo:Q0,useReducer:tn,useRef:p0,useState:function(){return tn(Tt)},useDebugValue:Nf,useDeferredValue:function(l,t){var u=vl();return j0(u,W.memoizedState,l,t)},useTransition:function(){var l=tn(Tt)[0],t=vl().memoizedState;return[typeof l=="boolean"?l:Ka(l),t]},useSyncExternalStore:o0,useId:V0};Vt.useCacheRefresh=L0,Vt.useMemoCache=Df,Vt.useHostTransitionStatus=Yf,Vt.useFormState=U0,Vt.useActionState=U0,Vt.useOptimistic=function(l,t){var u=vl();return T0(u,W,l,t)};var bu={readContext:Ml,use:ln,useCallback:X0,useContext:Ml,useEffect:pf,useImperativeHandle:G0,useInsertionEffect:q0,useLayoutEffect:B0,useMemo:Q0,useReducer:Uf,useRef:p0,useState:function(){return Uf(Tt)},useDebugValue:Nf,useDeferredValue:function(l,t){var u=vl();return W===null?qf(u,l,t):j0(u,W.memoizedState,l,t)},useTransition:function(){var l=Uf(Tt)[0],t=vl().memoizedState;return[typeof l=="boolean"?l:Ka(l),t]},useSyncExternalStore:o0,useId:V0};bu.useCacheRefresh=L0,bu.useMemoCache=Df,bu.useHostTransitionStatus=Yf,bu.useFormState=H0,bu.useActionState=H0,bu.useOptimistic=function(l,t){var u=vl();return W!==null?T0(u,W,l,t):(u.baseState=l,[l,u.queue.dispatch])};function Xf(l,t,u,a){t=l.memoizedState,u=u(a,t),u=u==null?t:k({},t,u),l.memoizedState=u,l.lanes===0&&(l.updateQueue.baseState=u)}var Qf={isMounted:function(l){return(l=l._reactInternals)?ot(l)===l:!1},enqueueSetState:function(l,t,u){l=l._reactInternals;var a=Cl(),e=Jt(a);e.payload=t,u!=null&&(e.callback=u),t=wt(l,e,a),t!==null&&(Hl(t,l,a),$a(t,l,a))},enqueueReplaceState:function(l,t,u){l=l._reactInternals;var a=Cl(),e=Jt(a);e.tag=1,e.payload=t,u!=null&&(e.callback=u),t=wt(l,e,a),t!==null&&(Hl(t,l,a),$a(t,l,a))},enqueueForceUpdate:function(l,t){l=l._reactInternals;var u=Cl(),a=Jt(u);a.tag=2,t!=null&&(a.callback=t),t=wt(l,a,u),t!==null&&(Hl(t,l,u),$a(t,l,u))}};function W0(l,t,u,a,e,n,f){return l=l.stateNode,typeof l.shouldComponentUpdate=="function"?l.shouldComponentUpdate(a,n,f):t.prototype&&t.prototype.isPureReactComponent?!qa(u,a)||!qa(e,n):!0}function $0(l,t,u,a){l=t.state,typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps(u,a),typeof t.UNSAFE_componentWillReceiveProps=="function"&&t.UNSAFE_componentWillReceiveProps(u,a),t.state!==l&&Qf.enqueueReplaceState(t,t.state,null)}function Eu(l,t){var u=t;if("ref"in t){u={};for(var a in t)a!=="ref"&&(u[a]=t[a])}if(l=l.defaultProps){u===t&&(u=k({},u));for(var e in l)u[e]===void 0&&(u[e]=l[e])}return u}var nn=typeof reportError=="function"?reportError:function(l){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var t=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof l=="object"&&l!==null&&typeof l.message=="string"?String(l.message):String(l),error:l});if(!window.dispatchEvent(t))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",l);return}console.error(l)};function k0(l){nn(l)}function F0(l){console.error(l)}function P0(l){nn(l)}function fn(l,t){try{var u=l.onUncaughtError;u(t.value,{componentStack:t.stack})}catch(a){setTimeout(function(){throw a})}}function I0(l,t,u){try{var a=l.onCaughtError;a(u.value,{componentStack:u.stack,errorBoundary:t.tag===1?t.stateNode:null})}catch(e){setTimeout(function(){throw e})}}function jf(l,t,u){return u=Jt(u),u.tag=3,u.payload={element:null},u.callback=function(){fn(l,t)},u}function ls(l){return l=Jt(l),l.tag=3,l}function ts(l,t,u,a){var e=u.type.getDerivedStateFromError;if(typeof e=="function"){var n=a.value;l.payload=function(){return e(n)},l.callback=function(){I0(t,u,a)}}var f=u.stateNode;f!==null&&typeof f.componentDidCatch=="function"&&(l.callback=function(){I0(t,u,a),typeof e!="function"&&(It===null?It=new Set([this]):It.add(this));var c=a.stack;this.componentDidCatch(a.value,{componentStack:c!==null?c:""})})}function vd(l,t,u,a,e){if(u.flags|=32768,a!==null&&typeof a=="object"&&typeof a.then=="function"){if(t=u.alternate,t!==null&&Wa(t,u,e,!0),u=kl.current,u!==null){switch(u.tag){case 13:return dt===null?Ec():u.alternate===null&&nl===0&&(nl=3),u.flags&=-257,u.flags|=65536,u.lanes=e,a===of?u.flags|=16384:(t=u.updateQueue,t===null?u.updateQueue=new Set([a]):t.add(a),zc(l,a,e)),!1;case 22:return u.flags|=65536,a===of?u.flags|=16384:(t=u.updateQueue,t===null?(t={transitions:null,markerInstances:null,retryQueue:new Set([a])},u.updateQueue=t):(u=t.retryQueue,u===null?t.retryQueue=new Set([a]):u.add(a)),zc(l,a,e)),!1}throw Error(o(435,u.tag))}return zc(l,a,e),Ec(),!1}if(C)return t=kl.current,t!==null?(!(t.flags&65536)&&(t.flags|=256),t.flags|=65536,t.lanes=e,a!==mf&&(l=Error(o(422),{cause:a}),Xa(wl(l,u)))):(a!==mf&&(t=Error(o(423),{cause:a}),Xa(wl(t,u))),l=l.current.alternate,l.flags|=65536,e&=-e,l.lanes|=e,a=wl(a,u),e=jf(l.stateNode,a,e),lc(l,e),nl!==4&&(nl=2)),!1;var n=Error(o(520),{cause:a});if(n=wl(n,u),ae===null?ae=[n]:ae.push(n),nl!==4&&(nl=2),t===null)return!0;a=wl(a,u),u=t;do{switch(u.tag){case 3:return u.flags|=65536,l=e&-e,u.lanes|=l,l=jf(u.stateNode,a,l),lc(u,l),!1;case 1:if(t=u.type,n=u.stateNode,(u.flags&128)===0&&(typeof t.getDerivedStateFromError=="function"||n!==null&&typeof n.componentDidCatch=="function"&&(It===null||!It.has(n))))return u.flags|=65536,e&=-e,u.lanes|=e,e=ls(e),ts(e,l,u,a),lc(u,e),!1}u=u.return}while(u!==null);return!1}var us=Error(o(461)),ol=!1;function bl(l,t,u,a){t.child=l===null?c0(t,null,u,a):ou(t,l.child,u,a)}function as(l,t,u,a,e){u=u.render;var n=t.ref;if("ref"in a){var f={};for(var c in a)c!=="ref"&&(f[c]=a[c])}else f=a;return zu(t),a=zf(l,t,u,f,n,e),c=Af(),l!==null&&!ol?(Of(l,t,e),zt(l,t,e)):(C&&c&&hf(t),t.flags|=1,bl(l,t,a,e),t.child)}function es(l,t,u,a,e){if(l===null){var n=u.type;return typeof n=="function"&&!ic(n)&&n.defaultProps===void 0&&u.compare===null?(t.tag=15,t.type=n,ns(l,t,n,a,e)):(l=hn(u.type,null,a,t,t.mode,e),l.ref=t.ref,l.return=t,t.child=l)}if(n=l.child,!Wf(l,e)){var f=n.memoizedProps;if(u=u.compare,u=u!==null?u:qa,u(f,a)&&l.ref===t.ref)return zt(l,t,e)}return t.flags|=1,l=Ft(n,a),l.ref=t.ref,l.return=t,t.child=l}function ns(l,t,u,a,e){if(l!==null){var n=l.memoizedProps;if(qa(n,a)&&l.ref===t.ref)if(ol=!1,t.pendingProps=a=n,Wf(l,e))l.flags&131072&&(ol=!0);else return t.lanes=l.lanes,zt(l,t,e)}return Zf(l,t,u,a,e)}function fs(l,t,u){var a=t.pendingProps,e=a.children,n=(t.stateNode._pendingVisibility&2)!==0,f=l!==null?l.memoizedState:null;if(wa(l,t),a.mode==="hidden"||n){if(t.flags&128){if(a=f!==null?f.baseLanes|u:u,l!==null){for(e=t.child=l.child,n=0;e!==null;)n=n|e.lanes|e.childLanes,e=e.sibling;t.childLanes=n&~a}else t.childLanes=0,t.child=null;return cs(l,t,a,u)}if(u&536870912)t.memoizedState={baseLanes:0,cachePool:null},l!==null&&ke(t,f!==null?f.cachePool:null),f!==null?i0(t,f):rf(),s0(t);else return t.lanes=t.childLanes=536870912,cs(l,t,f!==null?f.baseLanes|u:u,u)}else f!==null?(ke(t,f.cachePool),i0(t,f),Ct(),t.memoizedState=null):(l!==null&&ke(t,null),rf(),Ct());return bl(l,t,e,u),t.child}function cs(l,t,u,a){var e=Ef();return e=e===null?null:{parent:yl._currentValue,pool:e},t.memoizedState={baseLanes:u,cachePool:e},l!==null&&ke(t,null),rf(),s0(t),l!==null&&Wa(l,t,a,!0),null}function wa(l,t){var u=t.ref;if(u===null)l!==null&&l.ref!==null&&(t.flags|=2097664);else{if(typeof u!="function"&&typeof u!="object")throw Error(o(284));(l===null||l.ref!==u)&&(t.flags|=2097664)}}function Zf(l,t,u,a,e){return zu(t),u=zf(l,t,u,a,void 0,e),a=Af(),l!==null&&!ol?(Of(l,t,e),zt(l,t,e)):(C&&a&&hf(t),t.flags|=1,bl(l,t,u,e),t.child)}function is(l,t,u,a,e,n){return zu(t),t.updateQueue=null,u=m0(t,a,u,e),y0(l),a=Af(),l!==null&&!ol?(Of(l,t,n),zt(l,t,n)):(C&&a&&hf(t),t.flags|=1,bl(l,t,u,n),t.child)}function ss(l,t,u,a,e){if(zu(t),t.stateNode===null){var n=Wu,f=u.contextType;typeof f=="object"&&f!==null&&(n=Ml(f)),n=new u(a,n),t.memoizedState=n.state!==null&&n.state!==void 0?n.state:null,n.updater=Qf,t.stateNode=n,n._reactInternals=t,n=t.stateNode,n.props=a,n.state=t.memoizedState,n.refs={},Pf(t),f=u.contextType,n.context=typeof f=="object"&&f!==null?Ml(f):Wu,n.state=t.memoizedState,f=u.getDerivedStateFromProps,typeof f=="function"&&(Xf(t,u,f,a),n.state=t.memoizedState),typeof u.getDerivedStateFromProps=="function"||typeof n.getSnapshotBeforeUpdate=="function"||typeof n.UNSAFE_componentWillMount!="function"&&typeof n.componentWillMount!="function"||(f=n.state,typeof n.componentWillMount=="function"&&n.componentWillMount(),typeof n.UNSAFE_componentWillMount=="function"&&n.UNSAFE_componentWillMount(),f!==n.state&&Qf.enqueueReplaceState(n,n.state,null),Fa(t,a,n,e),ka(),n.state=t.memoizedState),typeof n.componentDidMount=="function"&&(t.flags|=4194308),a=!0}else if(l===null){n=t.stateNode;var c=t.memoizedProps,i=Eu(u,c);n.props=i;var v=n.context,g=u.contextType;f=Wu,typeof g=="object"&&g!==null&&(f=Ml(g));var b=u.getDerivedStateFromProps;g=typeof b=="function"||typeof n.getSnapshotBeforeUpdate=="function",c=t.pendingProps!==c,g||typeof n.UNSAFE_componentWillReceiveProps!="function"&&typeof n.componentWillReceiveProps!="function"||(c||v!==f)&&$0(t,n,a,f),Kt=!1;var m=t.memoizedState;n.state=m,Fa(t,a,n,e),ka(),v=t.memoizedState,c||m!==v||Kt?(typeof b=="function"&&(Xf(t,u,b,a),v=t.memoizedState),(i=Kt||W0(t,u,i,a,m,v,f))?(g||typeof n.UNSAFE_componentWillMount!="function"&&typeof n.componentWillMount!="function"||(typeof n.componentWillMount=="function"&&n.componentWillMount(),typeof n.UNSAFE_componentWillMount=="function"&&n.UNSAFE_componentWillMount()),typeof n.componentDidMount=="function"&&(t.flags|=4194308)):(typeof n.componentDidMount=="function"&&(t.flags|=4194308),t.memoizedProps=a,t.memoizedState=v),n.props=a,n.state=v,n.context=f,a=i):(typeof n.componentDidMount=="function"&&(t.flags|=4194308),a=!1)}else{n=t.stateNode,If(l,t),f=t.memoizedProps,g=Eu(u,f),n.props=g,b=t.pendingProps,m=n.context,v=u.contextType,i=Wu,typeof v=="object"&&v!==null&&(i=Ml(v)),c=u.getDerivedStateFromProps,(v=typeof c=="function"||typeof n.getSnapshotBeforeUpdate=="function")||typeof n.UNSAFE_componentWillReceiveProps!="function"&&typeof n.componentWillReceiveProps!="function"||(f!==b||m!==i)&&$0(t,n,a,i),Kt=!1,m=t.memoizedState,n.state=m,Fa(t,a,n,e),ka();var r=t.memoizedState;f!==b||m!==r||Kt||l!==null&&l.dependencies!==null&&cn(l.dependencies)?(typeof c=="function"&&(Xf(t,u,c,a),r=t.memoizedState),(g=Kt||W0(t,u,g,a,m,r,i)||l!==null&&l.dependencies!==null&&cn(l.dependencies))?(v||typeof n.UNSAFE_componentWillUpdate!="function"&&typeof n.componentWillUpdate!="function"||(typeof n.componentWillUpdate=="function"&&n.componentWillUpdate(a,r,i),typeof n.UNSAFE_componentWillUpdate=="function"&&n.UNSAFE_componentWillUpdate(a,r,i)),typeof n.componentDidUpdate=="function"&&(t.flags|=4),typeof n.getSnapshotBeforeUpdate=="function"&&(t.flags|=1024)):(typeof n.componentDidUpdate!="function"||f===l.memoizedProps&&m===l.memoizedState||(t.flags|=4),typeof n.getSnapshotBeforeUpdate!="function"||f===l.memoizedProps&&m===l.memoizedState||(t.flags|=1024),t.memoizedProps=a,t.memoizedState=r),n.props=a,n.state=r,n.context=i,a=g):(typeof n.componentDidUpdate!="function"||f===l.memoizedProps&&m===l.memoizedState||(t.flags|=4),typeof n.getSnapshotBeforeUpdate!="function"||f===l.memoizedProps&&m===l.memoizedState||(t.flags|=1024),a=!1)}return n=a,wa(l,t),a=(t.flags&128)!==0,n||a?(n=t.stateNode,u=a&&typeof u.getDerivedStateFromError!="function"?null:n.render(),t.flags|=1,l!==null&&a?(t.child=ou(t,l.child,null,e),t.child=ou(t,null,u,e)):bl(l,t,u,e),t.memoizedState=n.state,l=t.child):l=zt(l,t,e),l}function vs(l,t,u,a){return Ga(),t.flags|=256,bl(l,t,u,a),t.child}var Cf={dehydrated:null,treeContext:null,retryLane:0};function xf(l){return{baseLanes:l,cachePool:h0()}}function Vf(l,t,u){return l=l!==null?l.childLanes&~u:0,t&&(l|=lt),l}function ds(l,t,u){var a=t.pendingProps,e=!1,n=(t.flags&128)!==0,f;if((f=n)||(f=l!==null&&l.memoizedState===null?!1:(hl.current&2)!==0),f&&(e=!0,t.flags&=-129),f=(t.flags&32)!==0,t.flags&=-33,l===null){if(C){if(e?Zt(t):Ct(),C){var c=Sl,i;if(i=c){l:{for(i=c,c=vt;i.nodeType!==8;){if(!c){c=null;break l}if(i=nt(i.nextSibling),i===null){c=null;break l}}c=i}c!==null?(t.memoizedState={dehydrated:c,treeContext:hu!==null?{id:St,overflow:bt}:null,retryLane:536870912},i=Il(18,null,null,0),i.stateNode=c,i.return=t,t.child=i,Rl=t,Sl=null,i=!0):i=!1}i||mu(t)}if(c=t.memoizedState,c!==null&&(c=c.dehydrated,c!==null))return c.data==="$!"?t.lanes=16:t.lanes=536870912,null;Et(t)}return c=a.children,a=a.fallback,e?(Ct(),e=t.mode,c=Kf({mode:"hidden",children:c},e),a=Ou(a,e,u,null),c.return=t,a.return=t,c.sibling=a,t.child=c,e=t.child,e.memoizedState=xf(u),e.childLanes=Vf(l,f,u),t.memoizedState=Cf,a):(Zt(t),Lf(t,c))}if(i=l.memoizedState,i!==null&&(c=i.dehydrated,c!==null)){if(n)t.flags&256?(Zt(t),t.flags&=-257,t=Jf(l,t,u)):t.memoizedState!==null?(Ct(),t.child=l.child,t.flags|=128,t=null):(Ct(),e=a.fallback,c=t.mode,a=Kf({mode:"visible",children:a.children},c),e=Ou(e,c,u,null),e.flags|=2,a.return=t,e.return=t,a.sibling=e,t.child=a,ou(t,l.child,null,u),a=t.child,a.memoizedState=xf(u),a.childLanes=Vf(l,f,u),t.memoizedState=Cf,t=e);else if(Zt(t),c.data==="$!"){if(f=c.nextSibling&&c.nextSibling.dataset,f)var v=f.dgst;f=v,a=Error(o(419)),a.stack="",a.digest=f,Xa({value:a,source:null,stack:null}),t=Jf(l,t,u)}else if(ol||Wa(l,t,u,!1),f=(u&l.childLanes)!==0,ol||f){if(f=I,f!==null){if(a=u&-u,a&42)a=1;else switch(a){case 2:a=1;break;case 8:a=4;break;case 32:a=16;break;case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:a=64;break;case 268435456:a=134217728;break;default:a=0}if(a=a&(f.suspendedLanes|u)?0:a,a!==0&&a!==i.retryLane)throw i.retryLane=a,jt(l,a),Hl(f,l,a),us}c.data==="$?"||Ec(),t=Jf(l,t,u)}else c.data==="$?"?(t.flags|=128,t.child=l.child,t=Md.bind(null,l),c._reactRetry=t,t=null):(l=i.treeContext,Sl=nt(c.nextSibling),Rl=t,C=!0,at=null,vt=!1,l!==null&&(Wl[$l++]=St,Wl[$l++]=bt,Wl[$l++]=hu,St=l.id,bt=l.overflow,hu=t),t=Lf(t,a.children),t.flags|=4096);return t}return e?(Ct(),e=a.fallback,c=t.mode,i=l.child,v=i.sibling,a=Ft(i,{mode:"hidden",children:a.children}),a.subtreeFlags=i.subtreeFlags&31457280,v!==null?e=Ft(v,e):(e=Ou(e,c,u,null),e.flags|=2),e.return=t,a.return=t,a.sibling=e,t.child=a,a=e,e=t.child,c=l.child.memoizedState,c===null?c=xf(u):(i=c.cachePool,i!==null?(v=yl._currentValue,i=i.parent!==v?{parent:v,pool:v}:i):i=h0(),c={baseLanes:c.baseLanes|u,cachePool:i}),e.memoizedState=c,e.childLanes=Vf(l,f,u),t.memoizedState=Cf,a):(Zt(t),u=l.child,l=u.sibling,u=Ft(u,{mode:"visible",children:a.children}),u.return=t,u.sibling=null,l!==null&&(f=t.deletions,f===null?(t.deletions=[l],t.flags|=16):f.push(l)),t.child=u,t.memoizedState=null,u)}function Lf(l,t){return t=Kf({mode:"visible",children:t},l.mode),t.return=l,l.child=t}function Kf(l,t){return Xs(l,t,0,null)}function Jf(l,t,u){return ou(t,l.child,null,u),l=Lf(t,t.pendingProps.children),l.flags|=2,t.memoizedState=null,l}function hs(l,t,u){l.lanes|=t;var a=l.alternate;a!==null&&(a.lanes|=t),kf(l.return,t,u)}function wf(l,t,u,a,e){var n=l.memoizedState;n===null?l.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:a,tail:u,tailMode:e}:(n.isBackwards=t,n.rendering=null,n.renderingStartTime=0,n.last=a,n.tail=u,n.tailMode=e)}function ys(l,t,u){var a=t.pendingProps,e=a.revealOrder,n=a.tail;if(bl(l,t,a.children,u),a=hl.current,a&2)a=a&1|2,t.flags|=128;else{if(l!==null&&l.flags&128)l:for(l=t.child;l!==null;){if(l.tag===13)l.memoizedState!==null&&hs(l,u,t);else if(l.tag===19)hs(l,u,t);else if(l.child!==null){l.child.return=l,l=l.child;continue}if(l===t)break l;for(;l.sibling===null;){if(l.return===null||l.return===t)break l;l=l.return}l.sibling.return=l.return,l=l.sibling}a&=1}switch(tl(hl,a),e){case"forwards":for(u=t.child,e=null;u!==null;)l=u.alternate,l!==null&&$e(l)===null&&(e=u),u=u.sibling;u=e,u===null?(e=t.child,t.child=null):(e=u.sibling,u.sibling=null),wf(t,!1,e,u,n);break;case"backwards":for(u=null,e=t.child,t.child=null;e!==null;){if(l=e.alternate,l!==null&&$e(l)===null){t.child=e;break}l=e.sibling,e.sibling=u,u=e,e=l}wf(t,!0,u,null,n);break;case"together":wf(t,!1,null,null,void 0);break;default:t.memoizedState=null}return t.child}function zt(l,t,u){if(l!==null&&(t.dependencies=l.dependencies),Pt|=t.lanes,!(u&t.childLanes))if(l!==null){if(Wa(l,t,u,!1),(u&t.childLanes)===0)return null}else return null;if(l!==null&&t.child!==l.child)throw Error(o(153));if(t.child!==null){for(l=t.child,u=Ft(l,l.pendingProps),t.child=u,u.return=t;l.sibling!==null;)l=l.sibling,u=u.sibling=Ft(l,l.pendingProps),u.return=t;u.sibling=null}return t.child}function Wf(l,t){return l.lanes&t?!0:(l=l.dependencies,!!(l!==null&&cn(l)))}function dd(l,t,u){switch(t.tag){case 3:Ae(t,t.stateNode.containerInfo),Lt(t,yl,l.memoizedState.cache),Ga();break;case 27:case 5:Xn(t);break;case 4:Ae(t,t.stateNode.containerInfo);break;case 10:Lt(t,t.type,t.memoizedProps.value);break;case 13:var a=t.memoizedState;if(a!==null)return a.dehydrated!==null?(Zt(t),t.flags|=128,null):u&t.child.childLanes?ds(l,t,u):(Zt(t),l=zt(l,t,u),l!==null?l.sibling:null);Zt(t);break;case 19:var e=(l.flags&128)!==0;if(a=(u&t.childLanes)!==0,a||(Wa(l,t,u,!1),a=(u&t.childLanes)!==0),e){if(a)return ys(l,t,u);t.flags|=128}if(e=t.memoizedState,e!==null&&(e.rendering=null,e.tail=null,e.lastEffect=null),tl(hl,hl.current),a)break;return null;case 22:case 23:return t.lanes=0,fs(l,t,u);case 24:Lt(t,yl,l.memoizedState.cache)}return zt(l,t,u)}function ms(l,t,u){if(l!==null)if(l.memoizedProps!==t.pendingProps)ol=!0;else{if(!Wf(l,u)&&!(t.flags&128))return ol=!1,dd(l,t,u);ol=!!(l.flags&131072)}else ol=!1,C&&t.flags&1048576&&Pi(t,Le,t.index);switch(t.lanes=0,t.tag){case 16:l:{l=t.pendingProps;var a=t.elementType,e=a._init;if(a=e(a._payload),t.type=a,typeof a=="function")ic(a)?(l=Eu(a,l),t.tag=1,t=ss(null,t,a,l,u)):(t.tag=0,t=Zf(null,t,a,l,u));else{if(a!=null){if(e=a.$$typeof,e===Uu){t.tag=11,t=as(null,t,a,l,u);break l}else if(e===Hu){t.tag=14,t=es(null,t,a,l,u);break l}}throw t=Sa(a)||a,Error(o(306,t,""))}}return t;case 0:return Zf(l,t,t.type,t.pendingProps,u);case 1:return a=t.type,e=Eu(a,t.pendingProps),ss(l,t,a,e,u);case 3:l:{if(Ae(t,t.stateNode.containerInfo),l===null)throw Error(o(387));var n=t.pendingProps;e=t.memoizedState,a=e.element,If(l,t),Fa(t,n,null,u);var f=t.memoizedState;if(n=f.cache,Lt(t,yl,n),n!==e.cache&&Ff(t,[yl],u,!0),ka(),n=f.element,e.isDehydrated)if(e={element:n,isDehydrated:!1,cache:f.cache},t.updateQueue.baseState=e,t.memoizedState=e,t.flags&256){t=vs(l,t,n,u);break l}else if(n!==a){a=wl(Error(o(424)),t),Xa(a),t=vs(l,t,n,u);break l}else for(Sl=nt(t.stateNode.containerInfo.firstChild),Rl=t,C=!0,at=null,vt=!0,u=c0(t,null,n,u),t.child=u;u;)u.flags=u.flags&-3|4096,u=u.sibling;else{if(Ga(),n===a){t=zt(l,t,u);break l}bl(l,t,n,u)}t=t.child}return t;case 26:return wa(l,t),l===null?(u=g1(t.type,null,t.pendingProps,null))?t.memoizedState=u:C||(u=t.type,l=t.pendingProps,a=On(Yt.current).createElement(u),a[Ol]=t,a[pl]=l,El(a,u,l),ml(a),t.stateNode=a):t.memoizedState=g1(t.type,l.memoizedProps,t.pendingProps,l.memoizedState),null;case 27:return Xn(t),l===null&&C&&(a=t.stateNode=m1(t.type,t.pendingProps,Yt.current),Rl=t,vt=!0,Sl=nt(a.firstChild)),a=t.pendingProps.children,l!==null||C?bl(l,t,a,u):t.child=ou(t,null,a,u),wa(l,t),t.child;case 5:return l===null&&C&&((e=a=Sl)&&(a=Cd(a,t.type,t.pendingProps,vt),a!==null?(t.stateNode=a,Rl=t,Sl=nt(a.firstChild),vt=!1,e=!0):e=!1),e||mu(t)),Xn(t),e=t.type,n=t.pendingProps,f=l!==null?l.memoizedProps:null,a=n.children,Bc(e,n)?a=null:f!==null&&Bc(e,f)&&(t.flags|=32),t.memoizedState!==null&&(e=zf(l,t,ed,null,null,u),he._currentValue=e),wa(l,t),bl(l,t,a,u),t.child;case 6:return l===null&&C&&((l=u=Sl)&&(u=xd(u,t.pendingProps,vt),u!==null?(t.stateNode=u,Rl=t,Sl=null,l=!0):l=!1),l||mu(t)),null;case 13:return ds(l,t,u);case 4:return Ae(t,t.stateNode.containerInfo),a=t.pendingProps,l===null?t.child=ou(t,null,a,u):bl(l,t,a,u),t.child;case 11:return as(l,t,t.type,t.pendingProps,u);case 7:return bl(l,t,t.pendingProps,u),t.child;case 8:return bl(l,t,t.pendingProps.children,u),t.child;case 12:return bl(l,t,t.pendingProps.children,u),t.child;case 10:return a=t.pendingProps,Lt(t,t.type,a.value),bl(l,t,a.children,u),t.child;case 9:return e=t.type._context,a=t.pendingProps.children,zu(t),e=Ml(e),a=a(e),t.flags|=1,bl(l,t,a,u),t.child;case 14:return es(l,t,t.type,t.pendingProps,u);case 15:return ns(l,t,t.type,t.pendingProps,u);case 19:return ys(l,t,u);case 22:return fs(l,t,u);case 24:return zu(t),a=Ml(yl),l===null?(e=Ef(),e===null&&(e=I,n=Sf(),e.pooledCache=n,n.refCount++,n!==null&&(e.pooledCacheLanes|=u),e=n),t.memoizedState={parent:a,cache:e},Pf(t),Lt(t,yl,e)):(l.lanes&u&&(If(l,t),Fa(t,null,null,u),ka()),e=l.memoizedState,n=t.memoizedState,e.parent!==a?(e={parent:a,cache:a},t.memoizedState=e,t.lanes===0&&(t.memoizedState=t.updateQueue.baseState=e),Lt(t,yl,a)):(a=n.cache,Lt(t,yl,a),a!==e.cache&&Ff(t,[yl],u,!0))),bl(l,t,t.pendingProps.children,u),t.child;case 29:throw t.pendingProps}throw Error(o(156,t.tag))}var $f=V(null),Tu=null,At=null;function Lt(l,t,u){tl($f,t._currentValue),t._currentValue=u}function Ot(l){l._currentValue=$f.current,il($f)}function kf(l,t,u){for(;l!==null;){var a=l.alternate;if((l.childLanes&t)!==t?(l.childLanes|=t,a!==null&&(a.childLanes|=t)):a!==null&&(a.childLanes&t)!==t&&(a.childLanes|=t),l===u)break;l=l.return}}function Ff(l,t,u,a){var e=l.child;for(e!==null&&(e.return=l);e!==null;){var n=e.dependencies;if(n!==null){var f=e.child;n=n.firstContext;l:for(;n!==null;){var c=n;n=e;for(var i=0;i<t.length;i++)if(c.context===t[i]){n.lanes|=u,c=n.alternate,c!==null&&(c.lanes|=u),kf(n.return,u,l),a||(f=null);break l}n=c.next}}else if(e.tag===18){if(f=e.return,f===null)throw Error(o(341));f.lanes|=u,n=f.alternate,n!==null&&(n.lanes|=u),kf(f,u,l),f=null}else f=e.child;if(f!==null)f.return=e;else for(f=e;f!==null;){if(f===l){f=null;break}if(e=f.sibling,e!==null){e.return=f.return,f=e;break}f=f.return}e=f}}function Wa(l,t,u,a){l=null;for(var e=t,n=!1;e!==null;){if(!n){if(e.flags&524288)n=!0;else if(e.flags&262144)break}if(e.tag===10){var f=e.alternate;if(f===null)throw Error(o(387));if(f=f.memoizedProps,f!==null){var c=e.type;Xl(e.pendingProps.value,f.value)||(l!==null?l.push(c):l=[c])}}else if(e===ze.current){if(f=e.alternate,f===null)throw Error(o(387));f.memoizedState.memoizedState!==e.memoizedState.memoizedState&&(l!==null?l.push(he):l=[he])}e=e.return}l!==null&&Ff(t,l,u,a),t.flags|=262144}function cn(l){for(l=l.firstContext;l!==null;){if(!Xl(l.context._currentValue,l.memoizedValue))return!0;l=l.next}return!1}function zu(l){Tu=l,At=null,l=l.dependencies,l!==null&&(l.firstContext=null)}function Ml(l){return os(Tu,l)}function sn(l,t){return Tu===null&&zu(l),os(l,t)}function os(l,t){var u=t._currentValue;if(t={context:t,memoizedValue:u,next:null},At===null){if(l===null)throw Error(o(308));At=t,l.dependencies={lanes:0,firstContext:t},l.flags|=524288}else At=At.next=t;return u}var Kt=!1;function Pf(l){l.updateQueue={baseState:l.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,lanes:0,hiddenCallbacks:null},callbacks:null}}function If(l,t){l=l.updateQueue,t.updateQueue===l&&(t.updateQueue={baseState:l.baseState,firstBaseUpdate:l.firstBaseUpdate,lastBaseUpdate:l.lastBaseUpdate,shared:l.shared,callbacks:null})}function Jt(l){return{lane:l,tag:0,payload:null,callback:null,next:null}}function wt(l,t,u){var a=l.updateQueue;if(a===null)return null;if(a=a.shared,al&2){var e=a.pending;return e===null?t.next=t:(t.next=e.next,e.next=t),a.pending=t,t=xe(l),ki(l,null,u),t}return Ce(l,a,t,u),xe(l)}function $a(l,t,u){if(t=t.updateQueue,t!==null&&(t=t.shared,(u&4194176)!==0)){var a=t.lanes;a&=l.pendingLanes,u|=a,t.lanes=u,ei(l,u)}}function lc(l,t){var u=l.updateQueue,a=l.alternate;if(a!==null&&(a=a.updateQueue,u===a)){var e=null,n=null;if(u=u.firstBaseUpdate,u!==null){do{var f={lane:u.lane,tag:u.tag,payload:u.payload,callback:null,next:null};n===null?e=n=f:n=n.next=f,u=u.next}while(u!==null);n===null?e=n=t:n=n.next=t}else e=n=t;u={baseState:a.baseState,firstBaseUpdate:e,lastBaseUpdate:n,shared:a.shared,callbacks:a.callbacks},l.updateQueue=u;return}l=u.lastBaseUpdate,l===null?u.firstBaseUpdate=t:l.next=t,u.lastBaseUpdate=t}var tc=!1;function ka(){if(tc){var l=la;if(l!==null)throw l}}function Fa(l,t,u,a){tc=!1;var e=l.updateQueue;Kt=!1;var n=e.firstBaseUpdate,f=e.lastBaseUpdate,c=e.shared.pending;if(c!==null){e.shared.pending=null;var i=c,v=i.next;i.next=null,f===null?n=v:f.next=v,f=i;var g=l.alternate;g!==null&&(g=g.updateQueue,c=g.lastBaseUpdate,c!==f&&(c===null?g.firstBaseUpdate=v:c.next=v,g.lastBaseUpdate=i))}if(n!==null){var b=e.baseState;f=0,g=v=i=null,c=n;do{var m=c.lane&-536870913,r=m!==c.lane;if(r?(Z&m)===m:(a&m)===m){m!==0&&m===Iu&&(tc=!0),g!==null&&(g=g.next={lane:0,tag:c.tag,payload:c.payload,callback:null,next:null});l:{var A=l,N=c;m=t;var fl=u;switch(N.tag){case 1:if(A=N.payload,typeof A=="function"){b=A.call(fl,b,m);break l}b=A;break l;case 3:A.flags=A.flags&-65537|128;case 0:if(A=N.payload,m=typeof A=="function"?A.call(fl,b,m):A,m==null)break l;b=k({},b,m);break l;case 2:Kt=!0}}m=c.callback,m!==null&&(l.flags|=64,r&&(l.flags|=8192),r=e.callbacks,r===null?e.callbacks=[m]:r.push(m))}else r={lane:m,tag:c.tag,payload:c.payload,callback:c.callback,next:null},g===null?(v=g=r,i=b):g=g.next=r,f|=m;if(c=c.next,c===null){if(c=e.shared.pending,c===null)break;r=c,c=r.next,r.next=null,e.lastBaseUpdate=r,e.shared.pending=null}}while(!0);g===null&&(i=b),e.baseState=i,e.firstBaseUpdate=v,e.lastBaseUpdate=g,n===null&&(e.shared.lanes=0),Pt|=f,l.lanes=f,l.memoizedState=b}}function rs(l,t){if(typeof l!="function")throw Error(o(191,l));l.call(t)}function gs(l,t){var u=l.callbacks;if(u!==null)for(l.callbacks=null,l=0;l<u.length;l++)rs(u[l],t)}function Pa(l,t){try{var u=t.updateQueue,a=u!==null?u.lastEffect:null;if(a!==null){var e=a.next;u=e;do{if((u.tag&l)===l){a=void 0;var n=u.create,f=u.inst;a=n(),f.destroy=a}u=u.next}while(u!==e)}}catch(c){F(t,t.return,c)}}function Wt(l,t,u){try{var a=t.updateQueue,e=a!==null?a.lastEffect:null;if(e!==null){var n=e.next;a=n;do{if((a.tag&l)===l){var f=a.inst,c=f.destroy;if(c!==void 0){f.destroy=void 0,e=t;var i=u;try{c()}catch(v){F(e,i,v)}}}a=a.next}while(a!==n)}}catch(v){F(t,t.return,v)}}function Ss(l){var t=l.updateQueue;if(t!==null){var u=l.stateNode;try{gs(t,u)}catch(a){F(l,l.return,a)}}}function bs(l,t,u){u.props=Eu(l.type,l.memoizedProps),u.state=l.memoizedState;try{u.componentWillUnmount()}catch(a){F(l,t,a)}}function Au(l,t){try{var u=l.ref;if(u!==null){var a=l.stateNode;switch(l.tag){case 26:case 27:case 5:var e=a;break;default:e=a}typeof u=="function"?l.refCleanup=u(e):u.current=e}}catch(n){F(l,t,n)}}function Ql(l,t){var u=l.ref,a=l.refCleanup;if(u!==null)if(typeof a=="function")try{a()}catch(e){F(l,t,e)}finally{l.refCleanup=null,l=l.alternate,l!=null&&(l.refCleanup=null)}else if(typeof u=="function")try{u(null)}catch(e){F(l,t,e)}else u.current=null}function Es(l){var t=l.type,u=l.memoizedProps,a=l.stateNode;try{l:switch(t){case"button":case"input":case"select":case"textarea":u.autoFocus&&a.focus();break l;case"img":u.src?a.src=u.src:u.srcSet&&(a.srcset=u.srcSet)}}catch(e){F(l,l.return,e)}}function Ts(l,t,u){try{var a=l.stateNode;Gd(a,l.type,u,t),a[pl]=t}catch(e){F(l,l.return,e)}}function zs(l){return l.tag===5||l.tag===3||l.tag===26||l.tag===27||l.tag===4}function uc(l){l:for(;;){for(;l.sibling===null;){if(l.return===null||zs(l.return))return null;l=l.return}for(l.sibling.return=l.return,l=l.sibling;l.tag!==5&&l.tag!==6&&l.tag!==27&&l.tag!==18;){if(l.flags&2||l.child===null||l.tag===4)continue l;l.child.return=l,l=l.child}if(!(l.flags&2))return l.stateNode}}function ac(l,t,u){var a=l.tag;if(a===5||a===6)l=l.stateNode,t?u.nodeType===8?u.parentNode.insertBefore(l,t):u.insertBefore(l,t):(u.nodeType===8?(t=u.parentNode,t.insertBefore(l,u)):(t=u,t.appendChild(l)),u=u._reactRootContainer,u!=null||t.onclick!==null||(t.onclick=An));else if(a!==4&&a!==27&&(l=l.child,l!==null))for(ac(l,t,u),l=l.sibling;l!==null;)ac(l,t,u),l=l.sibling}function vn(l,t,u){var a=l.tag;if(a===5||a===6)l=l.stateNode,t?u.insertBefore(l,t):u.appendChild(l);else if(a!==4&&a!==27&&(l=l.child,l!==null))for(vn(l,t,u),l=l.sibling;l!==null;)vn(l,t,u),l=l.sibling}var Mt=!1,el=!1,ec=!1,As=typeof WeakSet=="function"?WeakSet:Set,rl=null,Os=!1;function hd(l,t){if(l=l.containerInfo,Nc=Hn,l=Ci(l),nf(l)){if("selectionStart"in l)var u={start:l.selectionStart,end:l.selectionEnd};else l:{u=(u=l.ownerDocument)&&u.defaultView||window;var a=u.getSelection&&u.getSelection();if(a&&a.rangeCount!==0){u=a.anchorNode;var e=a.anchorOffset,n=a.focusNode;a=a.focusOffset;try{u.nodeType,n.nodeType}catch{u=null;break l}var f=0,c=-1,i=-1,v=0,g=0,b=l,m=null;t:for(;;){for(var r;b!==u||e!==0&&b.nodeType!==3||(c=f+e),b!==n||a!==0&&b.nodeType!==3||(i=f+a),b.nodeType===3&&(f+=b.nodeValue.length),(r=b.firstChild)!==null;)m=b,b=r;for(;;){if(b===l)break t;if(m===u&&++v===e&&(c=f),m===n&&++g===a&&(i=f),(r=b.nextSibling)!==null)break;b=m,m=b.parentNode}b=r}u=c===-1||i===-1?null:{start:c,end:i}}else u=null}u=u||{start:0,end:0}}else u=null;for(qc={focusedElem:l,selectionRange:u},Hn=!1,rl=t;rl!==null;)if(t=rl,l=t.child,(t.subtreeFlags&1028)!==0&&l!==null)l.return=t,rl=l;else for(;rl!==null;){switch(t=rl,n=t.alternate,l=t.flags,t.tag){case 0:break;case 11:case 15:break;case 1:if(l&1024&&n!==null){l=void 0,u=t,e=n.memoizedProps,n=n.memoizedState,a=u.stateNode;try{var A=Eu(u.type,e,u.elementType===u.type);l=a.getSnapshotBeforeUpdate(A,n),a.__reactInternalSnapshotBeforeUpdate=l}catch(N){F(u,u.return,N)}}break;case 3:if(l&1024){if(l=t.stateNode.containerInfo,u=l.nodeType,u===9)Xc(l);else if(u===1)switch(l.nodeName){case"HEAD":case"HTML":case"BODY":Xc(l);break;default:l.textContent=""}}break;case 5:case 26:case 27:case 6:case 4:case 17:break;default:if(l&1024)throw Error(o(163))}if(l=t.sibling,l!==null){l.return=t.return,rl=l;break}rl=t.return}return A=Os,Os=!1,A}function Ms(l,t,u){var a=u.flags;switch(u.tag){case 0:case 11:case 15:_t(l,u),a&4&&Pa(5,u);break;case 1:if(_t(l,u),a&4)if(l=u.stateNode,t===null)try{l.componentDidMount()}catch(c){F(u,u.return,c)}else{var e=Eu(u.type,t.memoizedProps);t=t.memoizedState;try{l.componentDidUpdate(e,t,l.__reactInternalSnapshotBeforeUpdate)}catch(c){F(u,u.return,c)}}a&64&&Ss(u),a&512&&Au(u,u.return);break;case 3:if(_t(l,u),a&64&&(a=u.updateQueue,a!==null)){if(l=null,u.child!==null)switch(u.child.tag){case 27:case 5:l=u.child.stateNode;break;case 1:l=u.child.stateNode}try{gs(a,l)}catch(c){F(u,u.return,c)}}break;case 26:_t(l,u),a&512&&Au(u,u.return);break;case 27:case 5:_t(l,u),t===null&&a&4&&Es(u),a&512&&Au(u,u.return);break;case 12:_t(l,u);break;case 13:_t(l,u),a&4&&Us(l,u);break;case 22:if(e=u.memoizedState!==null||Mt,!e){t=t!==null&&t.memoizedState!==null||el;var n=Mt,f=el;Mt=e,(el=t)&&!f?$t(l,u,(u.subtreeFlags&8772)!==0):_t(l,u),Mt=n,el=f}a&512&&(u.memoizedProps.mode==="manual"?Au(u,u.return):Ql(u,u.return));break;default:_t(l,u)}}function Ds(l){var t=l.alternate;t!==null&&(l.alternate=null,Ds(t)),l.child=null,l.deletions=null,l.sibling=null,l.tag===5&&(t=l.stateNode,t!==null&&Vn(t)),l.stateNode=null,l.return=null,l.dependencies=null,l.memoizedProps=null,l.memoizedState=null,l.pendingProps=null,l.stateNode=null,l.updateQueue=null}var dl=null,jl=!1;function Dt(l,t,u){for(u=u.child;u!==null;)_s(l,t,u),u=u.sibling}function _s(l,t,u){if(Yl&&typeof Yl.onCommitFiberUnmount=="function")try{Yl.onCommitFiberUnmount(Ta,u)}catch{}switch(u.tag){case 26:el||Ql(u,t),Dt(l,t,u),u.memoizedState?u.memoizedState.count--:u.stateNode&&(u=u.stateNode,u.parentNode.removeChild(u));break;case 27:el||Ql(u,t);var a=dl,e=jl;for(dl=u.stateNode,Dt(l,t,u),u=u.stateNode,t=u.attributes;t.length;)u.removeAttributeNode(t[0]);Vn(u),dl=a,jl=e;break;case 5:el||Ql(u,t);case 6:e=dl;var n=jl;if(dl=null,Dt(l,t,u),dl=e,jl=n,dl!==null)if(jl)try{l=dl,a=u.stateNode,l.nodeType===8?l.parentNode.removeChild(a):l.removeChild(a)}catch(f){F(u,t,f)}else try{dl.removeChild(u.stateNode)}catch(f){F(u,t,f)}break;case 18:dl!==null&&(jl?(t=dl,u=u.stateNode,t.nodeType===8?Gc(t.parentNode,u):t.nodeType===1&&Gc(t,u),re(t)):Gc(dl,u.stateNode));break;case 4:a=dl,e=jl,dl=u.stateNode.containerInfo,jl=!0,Dt(l,t,u),dl=a,jl=e;break;case 0:case 11:case 14:case 15:el||Wt(2,u,t),el||Wt(4,u,t),Dt(l,t,u);break;case 1:el||(Ql(u,t),a=u.stateNode,typeof a.componentWillUnmount=="function"&&bs(u,t,a)),Dt(l,t,u);break;case 21:Dt(l,t,u);break;case 22:el||Ql(u,t),el=(a=el)||u.memoizedState!==null,Dt(l,t,u),el=a;break;default:Dt(l,t,u)}}function Us(l,t){if(t.memoizedState===null&&(l=t.alternate,l!==null&&(l=l.memoizedState,l!==null&&(l=l.dehydrated,l!==null))))try{re(l)}catch(u){F(t,t.return,u)}}function yd(l){switch(l.tag){case 13:case 19:var t=l.stateNode;return t===null&&(t=l.stateNode=new As),t;case 22:return l=l.stateNode,t=l._retryCache,t===null&&(t=l._retryCache=new As),t;default:throw Error(o(435,l.tag))}}function nc(l,t){var u=yd(l);t.forEach(function(a){var e=Dd.bind(null,l,a);u.has(a)||(u.add(a),a.then(e,e))})}function Fl(l,t){var u=t.deletions;if(u!==null)for(var a=0;a<u.length;a++){var e=u[a],n=l,f=t,c=f;l:for(;c!==null;){switch(c.tag){case 27:case 5:dl=c.stateNode,jl=!1;break l;case 3:dl=c.stateNode.containerInfo,jl=!0;break l;case 4:dl=c.stateNode.containerInfo,jl=!0;break l}c=c.return}if(dl===null)throw Error(o(160));_s(n,f,e),dl=null,jl=!1,n=e.alternate,n!==null&&(n.return=null),e.return=null}if(t.subtreeFlags&13878)for(t=t.child;t!==null;)Rs(t,l),t=t.sibling}var et=null;function Rs(l,t){var u=l.alternate,a=l.flags;switch(l.tag){case 0:case 11:case 14:case 15:Fl(t,l),Pl(l),a&4&&(Wt(3,l,l.return),Pa(3,l),Wt(5,l,l.return));break;case 1:Fl(t,l),Pl(l),a&512&&(el||u===null||Ql(u,u.return)),a&64&&Mt&&(l=l.updateQueue,l!==null&&(a=l.callbacks,a!==null&&(u=l.shared.hiddenCallbacks,l.shared.hiddenCallbacks=u===null?a:u.concat(a))));break;case 26:var e=et;if(Fl(t,l),Pl(l),a&512&&(el||u===null||Ql(u,u.return)),a&4){var n=u!==null?u.memoizedState:null;if(a=l.memoizedState,u===null)if(a===null)if(l.stateNode===null){l:{a=l.type,u=l.memoizedProps,e=e.ownerDocument||e;t:switch(a){case"title":n=e.getElementsByTagName("title")[0],(!n||n[Oa]||n[Ol]||n.namespaceURI==="http://www.w3.org/2000/svg"||n.hasAttribute("itemprop"))&&(n=e.createElement(a),e.head.insertBefore(n,e.querySelector("head > title"))),El(n,a,u),n[Ol]=l,ml(n),a=n;break l;case"link":var f=E1("link","href",e).get(a+(u.href||""));if(f){for(var c=0;c<f.length;c++)if(n=f[c],n.getAttribute("href")===(u.href==null?null:u.href)&&n.getAttribute("rel")===(u.rel==null?null:u.rel)&&n.getAttribute("title")===(u.title==null?null:u.title)&&n.getAttribute("crossorigin")===(u.crossOrigin==null?null:u.crossOrigin)){f.splice(c,1);break t}}n=e.createElement(a),El(n,a,u),e.head.appendChild(n);break;case"meta":if(f=E1("meta","content",e).get(a+(u.content||""))){for(c=0;c<f.length;c++)if(n=f[c],n.getAttribute("content")===(u.content==null?null:""+u.content)&&n.getAttribute("name")===(u.name==null?null:u.name)&&n.getAttribute("property")===(u.property==null?null:u.property)&&n.getAttribute("http-equiv")===(u.httpEquiv==null?null:u.httpEquiv)&&n.getAttribute("charset")===(u.charSet==null?null:u.charSet)){f.splice(c,1);break t}}n=e.createElement(a),El(n,a,u),e.head.appendChild(n);break;default:throw Error(o(468,a))}n[Ol]=l,ml(n),a=n}l.stateNode=a}else T1(e,l.type,l.stateNode);else l.stateNode=b1(e,a,l.memoizedProps);else n!==a?(n===null?u.stateNode!==null&&(u=u.stateNode,u.parentNode.removeChild(u)):n.count--,a===null?T1(e,l.type,l.stateNode):b1(e,a,l.memoizedProps)):a===null&&l.stateNode!==null&&Ts(l,l.memoizedProps,u.memoizedProps)}break;case 27:if(a&4&&l.alternate===null){e=l.stateNode,n=l.memoizedProps;try{for(var i=e.firstChild;i;){var v=i.nextSibling,g=i.nodeName;i[Oa]||g==="HEAD"||g==="BODY"||g==="SCRIPT"||g==="STYLE"||g==="LINK"&&i.rel.toLowerCase()==="stylesheet"||e.removeChild(i),i=v}for(var b=l.type,m=e.attributes;m.length;)e.removeAttributeNode(m[0]);El(e,b,n),e[Ol]=l,e[pl]=n}catch(A){F(l,l.return,A)}}case 5:if(Fl(t,l),Pl(l),a&512&&(el||u===null||Ql(u,u.return)),l.flags&32){e=l.stateNode;try{Cu(e,"")}catch(A){F(l,l.return,A)}}a&4&&l.stateNode!=null&&(e=l.memoizedProps,Ts(l,e,u!==null?u.memoizedProps:e)),a&1024&&(ec=!0);break;case 6:if(Fl(t,l),Pl(l),a&4){if(l.stateNode===null)throw Error(o(162));a=l.memoizedProps,u=l.stateNode;try{u.nodeValue=a}catch(A){F(l,l.return,A)}}break;case 3:if(_n=null,e=et,et=Mn(t.containerInfo),Fl(t,l),et=e,Pl(l),a&4&&u!==null&&u.memoizedState.isDehydrated)try{re(t.containerInfo)}catch(A){F(l,l.return,A)}ec&&(ec=!1,Hs(l));break;case 4:a=et,et=Mn(l.stateNode.containerInfo),Fl(t,l),Pl(l),et=a;break;case 12:Fl(t,l),Pl(l);break;case 13:Fl(t,l),Pl(l),l.child.flags&8192&&l.memoizedState!==null!=(u!==null&&u.memoizedState!==null)&&(mc=st()),a&4&&(a=l.updateQueue,a!==null&&(l.updateQueue=null,nc(l,a)));break;case 22:if(a&512&&(el||u===null||Ql(u,u.return)),i=l.memoizedState!==null,v=u!==null&&u.memoizedState!==null,g=Mt,b=el,Mt=g||i,el=b||v,Fl(t,l),el=b,Mt=g,Pl(l),t=l.stateNode,t._current=l,t._visibility&=-3,t._visibility|=t._pendingVisibility&2,a&8192&&(t._visibility=i?t._visibility&-2:t._visibility|1,i&&(t=Mt||el,u===null||v||t||ea(l)),l.memoizedProps===null||l.memoizedProps.mode!=="manual"))l:for(u=null,t=l;;){if(t.tag===5||t.tag===26||t.tag===27){if(u===null){v=u=t;try{if(e=v.stateNode,i)n=e.style,typeof n.setProperty=="function"?n.setProperty("display","none","important"):n.display="none";else{f=v.stateNode,c=v.memoizedProps.style;var r=c!=null&&c.hasOwnProperty("display")?c.display:null;f.style.display=r==null||typeof r=="boolean"?"":(""+r).trim()}}catch(A){F(v,v.return,A)}}}else if(t.tag===6){if(u===null){v=t;try{v.stateNode.nodeValue=i?"":v.memoizedProps}catch(A){F(v,v.return,A)}}}else if((t.tag!==22&&t.tag!==23||t.memoizedState===null||t===l)&&t.child!==null){t.child.return=t,t=t.child;continue}if(t===l)break l;for(;t.sibling===null;){if(t.return===null||t.return===l)break l;u===t&&(u=null),t=t.return}u===t&&(u=null),t.sibling.return=t.return,t=t.sibling}a&4&&(a=l.updateQueue,a!==null&&(u=a.retryQueue,u!==null&&(a.retryQueue=null,nc(l,u))));break;case 19:Fl(t,l),Pl(l),a&4&&(a=l.updateQueue,a!==null&&(l.updateQueue=null,nc(l,a)));break;case 21:break;default:Fl(t,l),Pl(l)}}function Pl(l){var t=l.flags;if(t&2){try{if(l.tag!==27){l:{for(var u=l.return;u!==null;){if(zs(u)){var a=u;break l}u=u.return}throw Error(o(160))}switch(a.tag){case 27:var e=a.stateNode,n=uc(l);vn(l,n,e);break;case 5:var f=a.stateNode;a.flags&32&&(Cu(f,""),a.flags&=-33);var c=uc(l);vn(l,c,f);break;case 3:case 4:var i=a.stateNode.containerInfo,v=uc(l);ac(l,v,i);break;default:throw Error(o(161))}}}catch(g){F(l,l.return,g)}l.flags&=-3}t&4096&&(l.flags&=-4097)}function Hs(l){if(l.subtreeFlags&1024)for(l=l.child;l!==null;){var t=l;Hs(t),t.tag===5&&t.flags&1024&&t.stateNode.reset(),l=l.sibling}}function _t(l,t){if(t.subtreeFlags&8772)for(t=t.child;t!==null;)Ms(l,t.alternate,t),t=t.sibling}function ea(l){for(l=l.child;l!==null;){var t=l;switch(t.tag){case 0:case 11:case 14:case 15:Wt(4,t,t.return),ea(t);break;case 1:Ql(t,t.return);var u=t.stateNode;typeof u.componentWillUnmount=="function"&&bs(t,t.return,u),ea(t);break;case 26:case 27:case 5:Ql(t,t.return),ea(t);break;case 22:Ql(t,t.return),t.memoizedState===null&&ea(t);break;default:ea(t)}l=l.sibling}}function $t(l,t,u){for(u=u&&(t.subtreeFlags&8772)!==0,t=t.child;t!==null;){var a=t.alternate,e=l,n=t,f=n.flags;switch(n.tag){case 0:case 11:case 15:$t(e,n,u),Pa(4,n);break;case 1:if($t(e,n,u),a=n,e=a.stateNode,typeof e.componentDidMount=="function")try{e.componentDidMount()}catch(v){F(a,a.return,v)}if(a=n,e=a.updateQueue,e!==null){var c=a.stateNode;try{var i=e.shared.hiddenCallbacks;if(i!==null)for(e.shared.hiddenCallbacks=null,e=0;e<i.length;e++)rs(i[e],c)}catch(v){F(a,a.return,v)}}u&&f&64&&Ss(n),Au(n,n.return);break;case 26:case 27:case 5:$t(e,n,u),u&&a===null&&f&4&&Es(n),Au(n,n.return);break;case 12:$t(e,n,u);break;case 13:$t(e,n,u),u&&f&4&&Us(e,n);break;case 22:n.memoizedState===null&&$t(e,n,u),Au(n,n.return);break;default:$t(e,n,u)}t=t.sibling}}function fc(l,t){var u=null;l!==null&&l.memoizedState!==null&&l.memoizedState.cachePool!==null&&(u=l.memoizedState.cachePool.pool),l=null,t.memoizedState!==null&&t.memoizedState.cachePool!==null&&(l=t.memoizedState.cachePool.pool),l!==u&&(l!=null&&l.refCount++,u!=null&&xa(u))}function cc(l,t){l=null,t.alternate!==null&&(l=t.alternate.memoizedState.cache),t=t.memoizedState.cache,t!==l&&(t.refCount++,l!=null&&xa(l))}function kt(l,t,u,a){if(t.subtreeFlags&10256)for(t=t.child;t!==null;)ps(l,t,u,a),t=t.sibling}function ps(l,t,u,a){var e=t.flags;switch(t.tag){case 0:case 11:case 15:kt(l,t,u,a),e&2048&&Pa(9,t);break;case 3:kt(l,t,u,a),e&2048&&(l=null,t.alternate!==null&&(l=t.alternate.memoizedState.cache),t=t.memoizedState.cache,t!==l&&(t.refCount++,l!=null&&xa(l)));break;case 12:if(e&2048){kt(l,t,u,a),l=t.stateNode;try{var n=t.memoizedProps,f=n.id,c=n.onPostCommit;typeof c=="function"&&c(f,t.alternate===null?"mount":"update",l.passiveEffectDuration,-0)}catch(i){F(t,t.return,i)}}else kt(l,t,u,a);break;case 23:break;case 22:n=t.stateNode,t.memoizedState!==null?n._visibility&4?kt(l,t,u,a):Ia(l,t):n._visibility&4?kt(l,t,u,a):(n._visibility|=4,na(l,t,u,a,(t.subtreeFlags&10256)!==0)),e&2048&&fc(t.alternate,t);break;case 24:kt(l,t,u,a),e&2048&&cc(t.alternate,t);break;default:kt(l,t,u,a)}}function na(l,t,u,a,e){for(e=e&&(t.subtreeFlags&10256)!==0,t=t.child;t!==null;){var n=l,f=t,c=u,i=a,v=f.flags;switch(f.tag){case 0:case 11:case 15:na(n,f,c,i,e),Pa(8,f);break;case 23:break;case 22:var g=f.stateNode;f.memoizedState!==null?g._visibility&4?na(n,f,c,i,e):Ia(n,f):(g._visibility|=4,na(n,f,c,i,e)),e&&v&2048&&fc(f.alternate,f);break;case 24:na(n,f,c,i,e),e&&v&2048&&cc(f.alternate,f);break;default:na(n,f,c,i,e)}t=t.sibling}}function Ia(l,t){if(t.subtreeFlags&10256)for(t=t.child;t!==null;){var u=l,a=t,e=a.flags;switch(a.tag){case 22:Ia(u,a),e&2048&&fc(a.alternate,a);break;case 24:Ia(u,a),e&2048&&cc(a.alternate,a);break;default:Ia(u,a)}t=t.sibling}}var le=8192;function fa(l){if(l.subtreeFlags&le)for(l=l.child;l!==null;)Ns(l),l=l.sibling}function Ns(l){switch(l.tag){case 26:fa(l),l.flags&le&&l.memoizedState!==null&&th(et,l.memoizedState,l.memoizedProps);break;case 5:fa(l);break;case 3:case 4:var t=et;et=Mn(l.stateNode.containerInfo),fa(l),et=t;break;case 22:l.memoizedState===null&&(t=l.alternate,t!==null&&t.memoizedState!==null?(t=le,le=16777216,fa(l),le=t):fa(l));break;default:fa(l)}}function qs(l){var t=l.alternate;if(t!==null&&(l=t.child,l!==null)){t.child=null;do t=l.sibling,l.sibling=null,l=t;while(l!==null)}}function te(l){var t=l.deletions;if(l.flags&16){if(t!==null)for(var u=0;u<t.length;u++){var a=t[u];rl=a,Ys(a,l)}qs(l)}if(l.subtreeFlags&10256)for(l=l.child;l!==null;)Bs(l),l=l.sibling}function Bs(l){switch(l.tag){case 0:case 11:case 15:te(l),l.flags&2048&&Wt(9,l,l.return);break;case 3:te(l);break;case 12:te(l);break;case 22:var t=l.stateNode;l.memoizedState!==null&&t._visibility&4&&(l.return===null||l.return.tag!==13)?(t._visibility&=-5,dn(l)):te(l);break;default:te(l)}}function dn(l){var t=l.deletions;if(l.flags&16){if(t!==null)for(var u=0;u<t.length;u++){var a=t[u];rl=a,Ys(a,l)}qs(l)}for(l=l.child;l!==null;){switch(t=l,t.tag){case 0:case 11:case 15:Wt(8,t,t.return),dn(t);break;case 22:u=t.stateNode,u._visibility&4&&(u._visibility&=-5,dn(t));break;default:dn(t)}l=l.sibling}}function Ys(l,t){for(;rl!==null;){var u=rl;switch(u.tag){case 0:case 11:case 15:Wt(8,u,t);break;case 23:case 22:if(u.memoizedState!==null&&u.memoizedState.cachePool!==null){var a=u.memoizedState.cachePool.pool;a!=null&&a.refCount++}break;case 24:xa(u.memoizedState.cache)}if(a=u.child,a!==null)a.return=u,rl=a;else l:for(u=l;rl!==null;){a=rl;var e=a.sibling,n=a.return;if(Ds(a),a===u){rl=null;break l}if(e!==null){e.return=n,rl=e;break l}rl=n}}}function md(l,t,u,a){this.tag=l,this.key=u,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.refCleanup=this.ref=null,this.pendingProps=t,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=a,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function Il(l,t,u,a){return new md(l,t,u,a)}function ic(l){return l=l.prototype,!(!l||!l.isReactComponent)}function Ft(l,t){var u=l.alternate;return u===null?(u=Il(l.tag,t,l.key,l.mode),u.elementType=l.elementType,u.type=l.type,u.stateNode=l.stateNode,u.alternate=l,l.alternate=u):(u.pendingProps=t,u.type=l.type,u.flags=0,u.subtreeFlags=0,u.deletions=null),u.flags=l.flags&31457280,u.childLanes=l.childLanes,u.lanes=l.lanes,u.child=l.child,u.memoizedProps=l.memoizedProps,u.memoizedState=l.memoizedState,u.updateQueue=l.updateQueue,t=l.dependencies,u.dependencies=t===null?null:{lanes:t.lanes,firstContext:t.firstContext},u.sibling=l.sibling,u.index=l.index,u.ref=l.ref,u.refCleanup=l.refCleanup,u}function Gs(l,t){l.flags&=31457282;var u=l.alternate;return u===null?(l.childLanes=0,l.lanes=t,l.child=null,l.subtreeFlags=0,l.memoizedProps=null,l.memoizedState=null,l.updateQueue=null,l.dependencies=null,l.stateNode=null):(l.childLanes=u.childLanes,l.lanes=u.lanes,l.child=u.child,l.subtreeFlags=0,l.deletions=null,l.memoizedProps=u.memoizedProps,l.memoizedState=u.memoizedState,l.updateQueue=u.updateQueue,l.type=u.type,t=u.dependencies,l.dependencies=t===null?null:{lanes:t.lanes,firstContext:t.firstContext}),l}function hn(l,t,u,a,e,n){var f=0;if(a=l,typeof l=="function")ic(l)&&(f=1);else if(typeof l=="string")f=Id(l,u,it.current)?26:l==="html"||l==="head"||l==="body"?27:5;else l:switch(l){case U:return Ou(u.children,e,n,t);case E:f=8,e|=24;break;case K:return l=Il(12,u,t,e|2),l.elementType=K,l.lanes=n,l;case Ru:return l=Il(13,u,t,e),l.elementType=Ru,l.lanes=n,l;case ft:return l=Il(19,u,t,e),l.elementType=ft,l.lanes=n,l;case pu:return Xs(u,e,n,t);default:if(typeof l=="object"&&l!==null)switch(l.$$typeof){case xl:case _l:f=10;break l;case nu:f=9;break l;case Uu:f=11;break l;case Hu:f=14;break l;case Vl:f=16,a=null;break l}f=29,u=Error(o(130,l===null?"null":typeof l,"")),a=null}return t=Il(f,u,t,e),t.elementType=l,t.type=a,t.lanes=n,t}function Ou(l,t,u,a){return l=Il(7,l,a,t),l.lanes=u,l}function Xs(l,t,u,a){l=Il(22,l,a,t),l.elementType=pu,l.lanes=u;var e={_visibility:1,_pendingVisibility:1,_pendingMarkers:null,_retryCache:null,_transitions:null,_current:null,detach:function(){var n=e._current;if(n===null)throw Error(o(456));if(!(e._pendingVisibility&2)){var f=jt(n,2);f!==null&&(e._pendingVisibility|=2,Hl(f,n,2))}},attach:function(){var n=e._current;if(n===null)throw Error(o(456));if(e._pendingVisibility&2){var f=jt(n,2);f!==null&&(e._pendingVisibility&=-3,Hl(f,n,2))}}};return l.stateNode=e,l}function sc(l,t,u){return l=Il(6,l,null,t),l.lanes=u,l}function vc(l,t,u){return t=Il(4,l.children!==null?l.children:[],l.key,t),t.lanes=u,t.stateNode={containerInfo:l.containerInfo,pendingChildren:null,implementation:l.implementation},t}function Ut(l){l.flags|=4}function Qs(l,t){if(t.type!=="stylesheet"||t.state.loading&4)l.flags&=-16777217;else if(l.flags|=16777216,!z1(t)){if(t=kl.current,t!==null&&((Z&4194176)===Z?dt!==null:(Z&62914560)!==Z&&!(Z&536870912)||t!==dt))throw ja=of,t0;l.flags|=8192}}function yn(l,t){t!==null&&(l.flags|=4),l.flags&16384&&(t=l.tag!==22?ui():536870912,l.lanes|=t,ia|=t)}function ue(l,t){if(!C)switch(l.tailMode){case"hidden":t=l.tail;for(var u=null;t!==null;)t.alternate!==null&&(u=t),t=t.sibling;u===null?l.tail=null:u.sibling=null;break;case"collapsed":u=l.tail;for(var a=null;u!==null;)u.alternate!==null&&(a=u),u=u.sibling;a===null?t||l.tail===null?l.tail=null:l.tail.sibling=null:a.sibling=null}}function ul(l){var t=l.alternate!==null&&l.alternate.child===l.child,u=0,a=0;if(t)for(var e=l.child;e!==null;)u|=e.lanes|e.childLanes,a|=e.subtreeFlags&31457280,a|=e.flags&31457280,e.return=l,e=e.sibling;else for(e=l.child;e!==null;)u|=e.lanes|e.childLanes,a|=e.subtreeFlags,a|=e.flags,e.return=l,e=e.sibling;return l.subtreeFlags|=a,l.childLanes=u,t}function od(l,t,u){var a=t.pendingProps;switch(yf(t),t.tag){case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return ul(t),null;case 1:return ul(t),null;case 3:return u=t.stateNode,a=null,l!==null&&(a=l.memoizedState.cache),t.memoizedState.cache!==a&&(t.flags|=2048),Ot(yl),Yu(),u.pendingContext&&(u.context=u.pendingContext,u.pendingContext=null),(l===null||l.child===null)&&(Ya(t)?Ut(t):l===null||l.memoizedState.isDehydrated&&!(t.flags&256)||(t.flags|=1024,at!==null&&(Sc(at),at=null))),ul(t),null;case 26:return u=t.memoizedState,l===null?(Ut(t),u!==null?(ul(t),Qs(t,u)):(ul(t),t.flags&=-16777217)):u?u!==l.memoizedState?(Ut(t),ul(t),Qs(t,u)):(ul(t),t.flags&=-16777217):(l.memoizedProps!==a&&Ut(t),ul(t),t.flags&=-16777217),null;case 27:Oe(t),u=Yt.current;var e=t.type;if(l!==null&&t.stateNode!=null)l.memoizedProps!==a&&Ut(t);else{if(!a){if(t.stateNode===null)throw Error(o(166));return ul(t),null}l=it.current,Ya(t)?Ii(t):(l=m1(e,a,u),t.stateNode=l,Ut(t))}return ul(t),null;case 5:if(Oe(t),u=t.type,l!==null&&t.stateNode!=null)l.memoizedProps!==a&&Ut(t);else{if(!a){if(t.stateNode===null)throw Error(o(166));return ul(t),null}if(l=it.current,Ya(t))Ii(t);else{switch(e=On(Yt.current),l){case 1:l=e.createElementNS("http://www.w3.org/2000/svg",u);break;case 2:l=e.createElementNS("http://www.w3.org/1998/Math/MathML",u);break;default:switch(u){case"svg":l=e.createElementNS("http://www.w3.org/2000/svg",u);break;case"math":l=e.createElementNS("http://www.w3.org/1998/Math/MathML",u);break;case"script":l=e.createElement("div"),l.innerHTML="<script><\/script>",l=l.removeChild(l.firstChild);break;case"select":l=typeof a.is=="string"?e.createElement("select",{is:a.is}):e.createElement("select"),a.multiple?l.multiple=!0:a.size&&(l.size=a.size);break;default:l=typeof a.is=="string"?e.createElement(u,{is:a.is}):e.createElement(u)}}l[Ol]=t,l[pl]=a;l:for(e=t.child;e!==null;){if(e.tag===5||e.tag===6)l.appendChild(e.stateNode);else if(e.tag!==4&&e.tag!==27&&e.child!==null){e.child.return=e,e=e.child;continue}if(e===t)break l;for(;e.sibling===null;){if(e.return===null||e.return===t)break l;e=e.return}e.sibling.return=e.return,e=e.sibling}t.stateNode=l;l:switch(El(l,u,a),u){case"button":case"input":case"select":case"textarea":l=!!a.autoFocus;break l;case"img":l=!0;break l;default:l=!1}l&&Ut(t)}}return ul(t),t.flags&=-16777217,null;case 6:if(l&&t.stateNode!=null)l.memoizedProps!==a&&Ut(t);else{if(typeof a!="string"&&t.stateNode===null)throw Error(o(166));if(l=Yt.current,Ya(t)){if(l=t.stateNode,u=t.memoizedProps,a=null,e=Rl,e!==null)switch(e.tag){case 27:case 5:a=e.memoizedProps}l[Ol]=t,l=!!(l.nodeValue===u||a!==null&&a.suppressHydrationWarning===!0||i1(l.nodeValue,u)),l||mu(t)}else l=On(l).createTextNode(a),l[Ol]=t,t.stateNode=l}return ul(t),null;case 13:if(a=t.memoizedState,l===null||l.memoizedState!==null&&l.memoizedState.dehydrated!==null){if(e=Ya(t),a!==null&&a.dehydrated!==null){if(l===null){if(!e)throw Error(o(318));if(e=t.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error(o(317));e[Ol]=t}else Ga(),!(t.flags&128)&&(t.memoizedState=null),t.flags|=4;ul(t),e=!1}else at!==null&&(Sc(at),at=null),e=!0;if(!e)return t.flags&256?(Et(t),t):(Et(t),null)}if(Et(t),t.flags&128)return t.lanes=u,t;if(u=a!==null,l=l!==null&&l.memoizedState!==null,u){a=t.child,e=null,a.alternate!==null&&a.alternate.memoizedState!==null&&a.alternate.memoizedState.cachePool!==null&&(e=a.alternate.memoizedState.cachePool.pool);var n=null;a.memoizedState!==null&&a.memoizedState.cachePool!==null&&(n=a.memoizedState.cachePool.pool),n!==e&&(a.flags|=2048)}return u!==l&&u&&(t.child.flags|=8192),yn(t,t.updateQueue),ul(t),null;case 4:return Yu(),l===null&&Rc(t.stateNode.containerInfo),ul(t),null;case 10:return Ot(t.type),ul(t),null;case 19:if(il(hl),e=t.memoizedState,e===null)return ul(t),null;if(a=(t.flags&128)!==0,n=e.rendering,n===null)if(a)ue(e,!1);else{if(nl!==0||l!==null&&l.flags&128)for(l=t.child;l!==null;){if(n=$e(l),n!==null){for(t.flags|=128,ue(e,!1),l=n.updateQueue,t.updateQueue=l,yn(t,l),t.subtreeFlags=0,l=u,u=t.child;u!==null;)Gs(u,l),u=u.sibling;return tl(hl,hl.current&1|2),t.child}l=l.sibling}e.tail!==null&&st()>mn&&(t.flags|=128,a=!0,ue(e,!1),t.lanes=4194304)}else{if(!a)if(l=$e(n),l!==null){if(t.flags|=128,a=!0,l=l.updateQueue,t.updateQueue=l,yn(t,l),ue(e,!0),e.tail===null&&e.tailMode==="hidden"&&!n.alternate&&!C)return ul(t),null}else 2*st()-e.renderingStartTime>mn&&u!==536870912&&(t.flags|=128,a=!0,ue(e,!1),t.lanes=4194304);e.isBackwards?(n.sibling=t.child,t.child=n):(l=e.last,l!==null?l.sibling=n:t.child=n,e.last=n)}return e.tail!==null?(t=e.tail,e.rendering=t,e.tail=t.sibling,e.renderingStartTime=st(),t.sibling=null,l=hl.current,tl(hl,a?l&1|2:l&1),t):(ul(t),null);case 22:case 23:return Et(t),gf(),a=t.memoizedState!==null,l!==null?l.memoizedState!==null!==a&&(t.flags|=8192):a&&(t.flags|=8192),a?u&536870912&&!(t.flags&128)&&(ul(t),t.subtreeFlags&6&&(t.flags|=8192)):ul(t),u=t.updateQueue,u!==null&&yn(t,u.retryQueue),u=null,l!==null&&l.memoizedState!==null&&l.memoizedState.cachePool!==null&&(u=l.memoizedState.cachePool.pool),a=null,t.memoizedState!==null&&t.memoizedState.cachePool!==null&&(a=t.memoizedState.cachePool.pool),a!==u&&(t.flags|=2048),l!==null&&il(ru),null;case 24:return u=null,l!==null&&(u=l.memoizedState.cache),t.memoizedState.cache!==u&&(t.flags|=2048),Ot(yl),ul(t),null;case 25:return null}throw Error(o(156,t.tag))}function rd(l,t){switch(yf(t),t.tag){case 1:return l=t.flags,l&65536?(t.flags=l&-65537|128,t):null;case 3:return Ot(yl),Yu(),l=t.flags,l&65536&&!(l&128)?(t.flags=l&-65537|128,t):null;case 26:case 27:case 5:return Oe(t),null;case 13:if(Et(t),l=t.memoizedState,l!==null&&l.dehydrated!==null){if(t.alternate===null)throw Error(o(340));Ga()}return l=t.flags,l&65536?(t.flags=l&-65537|128,t):null;case 19:return il(hl),null;case 4:return Yu(),null;case 10:return Ot(t.type),null;case 22:case 23:return Et(t),gf(),l!==null&&il(ru),l=t.flags,l&65536?(t.flags=l&-65537|128,t):null;case 24:return Ot(yl),null;case 25:return null;default:return null}}function js(l,t){switch(yf(t),t.tag){case 3:Ot(yl),Yu();break;case 26:case 27:case 5:Oe(t);break;case 4:Yu();break;case 13:Et(t);break;case 19:il(hl);break;case 10:Ot(t.type);break;case 22:case 23:Et(t),gf(),l!==null&&il(ru);break;case 24:Ot(yl)}}var gd={getCacheForType:function(l){var t=Ml(yl),u=t.data.get(l);return u===void 0&&(u=l(),t.data.set(l,u)),u}},Sd=typeof WeakMap=="function"?WeakMap:Map,al=0,I=null,X=null,Z=0,ll=0,Zl=null,Rt=!1,ca=!1,dc=!1,Ht=0,nl=0,Pt=0,Mu=0,hc=0,lt=0,ia=0,ae=null,yt=null,yc=!1,mc=0,mn=1/0,on=null,It=null,rn=!1,Du=null,ee=0,oc=0,rc=null,ne=0,gc=null;function Cl(){if(al&2&&Z!==0)return Z&-Z;if(H.T!==null){var l=Iu;return l!==0?l:Mc()}return fi()}function Zs(){lt===0&&(lt=!(Z&536870912)||C?ti():536870912);var l=kl.current;return l!==null&&(l.flags|=32),lt}function Hl(l,t,u){(l===I&&ll===2||l.cancelPendingCommit!==null)&&(sa(l,0),pt(l,Z,lt,!1)),Aa(l,u),(!(al&2)||l!==I)&&(l===I&&(!(al&2)&&(Mu|=u),nl===4&&pt(l,Z,lt,!1)),mt(l))}function Cs(l,t,u){if(al&6)throw Error(o(327));var a=!u&&(t&60)===0&&(t&l.expiredLanes)===0||za(l,t),e=a?Td(l,t):Tc(l,t,!0),n=a;do{if(e===0){ca&&!a&&pt(l,t,0,!1);break}else if(e===6)pt(l,t,0,!Rt);else{if(u=l.current.alternate,n&&!bd(u)){e=Tc(l,t,!1),n=!1;continue}if(e===2){if(n=t,l.errorRecoveryDisabledLanes&n)var f=0;else f=l.pendingLanes&-536870913,f=f!==0?f:f&536870912?536870912:0;if(f!==0){t=f;l:{var c=l;e=ae;var i=c.current.memoizedState.isDehydrated;if(i&&(sa(c,f).flags|=256),f=Tc(c,f,!1),f!==2){if(dc&&!i){c.errorRecoveryDisabledLanes|=n,Mu|=n,e=4;break l}n=yt,yt=e,n!==null&&Sc(n)}e=f}if(n=!1,e!==2)continue}}if(e===1){sa(l,0),pt(l,t,0,!0);break}l:{switch(a=l,e){case 0:case 1:throw Error(o(345));case 4:if((t&4194176)===t){pt(a,t,lt,!Rt);break l}break;case 2:yt=null;break;case 3:case 5:break;default:throw Error(o(329))}if(a.finishedWork=u,a.finishedLanes=t,(t&62914560)===t&&(n=mc+300-st(),10<n)){if(pt(a,t,lt,!Rt),Ue(a,0)!==0)break l;a.timeoutHandle=d1(xs.bind(null,a,u,yt,on,yc,t,lt,Mu,ia,Rt,2,-0,0),n);break l}xs(a,u,yt,on,yc,t,lt,Mu,ia,Rt,0,-0,0)}}break}while(!0);mt(l)}function Sc(l){yt===null?yt=l:yt.push.apply(yt,l)}function xs(l,t,u,a,e,n,f,c,i,v,g,b,m){var r=t.subtreeFlags;if((r&8192||(r&16785408)===16785408)&&(de={stylesheets:null,count:0,unsuspend:lh},Ns(t),t=uh(),t!==null)){l.cancelPendingCommit=t($s.bind(null,l,u,a,e,f,c,i,1,b,m)),pt(l,n,f,!v);return}$s(l,u,a,e,f,c,i,g,b,m)}function bd(l){for(var t=l;;){var u=t.tag;if((u===0||u===11||u===15)&&t.flags&16384&&(u=t.updateQueue,u!==null&&(u=u.stores,u!==null)))for(var a=0;a<u.length;a++){var e=u[a],n=e.getSnapshot;e=e.value;try{if(!Xl(n(),e))return!1}catch{return!1}}if(u=t.child,t.subtreeFlags&16384&&u!==null)u.return=t,t=u;else{if(t===l)break;for(;t.sibling===null;){if(t.return===null||t.return===l)return!0;t=t.return}t.sibling.return=t.return,t=t.sibling}}return!0}function pt(l,t,u,a){t&=~hc,t&=~Mu,l.suspendedLanes|=t,l.pingedLanes&=~t,a&&(l.warmLanes|=t),a=l.expirationTimes;for(var e=t;0<e;){var n=31-Gl(e),f=1<<n;a[n]=-1,e&=~f}u!==0&&ai(l,u,t)}function gn(){return al&6?!0:(fe(0),!1)}function bc(){if(X!==null){if(ll===0)var l=X.return;else l=X,At=Tu=null,Mf(l),Fu=null,Za=0,l=X;for(;l!==null;)js(l.alternate,l),l=l.return;X=null}}function sa(l,t){l.finishedWork=null,l.finishedLanes=0;var u=l.timeoutHandle;u!==-1&&(l.timeoutHandle=-1,Qd(u)),u=l.cancelPendingCommit,u!==null&&(l.cancelPendingCommit=null,u()),bc(),I=l,X=u=Ft(l.current,null),Z=t,ll=0,Zl=null,Rt=!1,ca=za(l,t),dc=!1,ia=lt=hc=Mu=Pt=nl=0,yt=ae=null,yc=!1,t&8&&(t|=t&32);var a=l.entangledLanes;if(a!==0)for(l=l.entanglements,a&=t;0<a;){var e=31-Gl(a),n=1<<e;t|=l[e],a&=~n}return Ht=t,Ze(),u}function Vs(l,t){Y=null,H.H=ht,t===Qa?(t=e0(),ll=3):t===t0?(t=e0(),ll=4):ll=t===us?8:t!==null&&typeof t=="object"&&typeof t.then=="function"?6:1,Zl=t,X===null&&(nl=1,fn(l,wl(t,l.current)))}function Ls(){var l=H.H;return H.H=ht,l===null?ht:l}function Ks(){var l=H.A;return H.A=gd,l}function Ec(){nl=4,Rt||(Z&4194176)!==Z&&kl.current!==null||(ca=!0),!(Pt&134217727)&&!(Mu&134217727)||I===null||pt(I,Z,lt,!1)}function Tc(l,t,u){var a=al;al|=2;var e=Ls(),n=Ks();(I!==l||Z!==t)&&(on=null,sa(l,t)),t=!1;var f=nl;l:do try{if(ll!==0&&X!==null){var c=X,i=Zl;switch(ll){case 8:bc(),f=6;break l;case 3:case 2:case 6:kl.current===null&&(t=!0);var v=ll;if(ll=0,Zl=null,va(l,c,i,v),u&&ca){f=0;break l}break;default:v=ll,ll=0,Zl=null,va(l,c,i,v)}}Ed(),f=nl;break}catch(g){Vs(l,g)}while(!0);return t&&l.shellSuspendCounter++,At=Tu=null,al=a,H.H=e,H.A=n,X===null&&(I=null,Z=0,Ze()),f}function Ed(){for(;X!==null;)Js(X)}function Td(l,t){var u=al;al|=2;var a=Ls(),e=Ks();I!==l||Z!==t?(on=null,mn=st()+500,sa(l,t)):ca=za(l,t);l:do try{if(ll!==0&&X!==null){t=X;var n=Zl;t:switch(ll){case 1:ll=0,Zl=null,va(l,t,n,1);break;case 2:if(u0(n)){ll=0,Zl=null,ws(t);break}t=function(){ll===2&&I===l&&(ll=7),mt(l)},n.then(t,t);break l;case 3:ll=7;break l;case 4:ll=5;break l;case 7:u0(n)?(ll=0,Zl=null,ws(t)):(ll=0,Zl=null,va(l,t,n,7));break;case 5:var f=null;switch(X.tag){case 26:f=X.memoizedState;case 5:case 27:var c=X;if(!f||z1(f)){ll=0,Zl=null;var i=c.sibling;if(i!==null)X=i;else{var v=c.return;v!==null?(X=v,Sn(v)):X=null}break t}}ll=0,Zl=null,va(l,t,n,5);break;case 6:ll=0,Zl=null,va(l,t,n,6);break;case 8:bc(),nl=6;break l;default:throw Error(o(462))}}zd();break}catch(g){Vs(l,g)}while(!0);return At=Tu=null,H.H=a,H.A=e,al=u,X!==null?0:(I=null,Z=0,Ze(),nl)}function zd(){for(;X!==null&&!L1();)Js(X)}function Js(l){var t=ms(l.alternate,l,Ht);l.memoizedProps=l.pendingProps,t===null?Sn(l):X=t}function ws(l){var t=l,u=t.alternate;switch(t.tag){case 15:case 0:t=is(u,t,t.pendingProps,t.type,void 0,Z);break;case 11:t=is(u,t,t.pendingProps,t.type.render,t.ref,Z);break;case 5:Mf(t);default:js(u,t),t=X=Gs(t,Ht),t=ms(u,t,Ht)}l.memoizedProps=l.pendingProps,t===null?Sn(l):X=t}function va(l,t,u,a){At=Tu=null,Mf(t),Fu=null,Za=0;var e=t.return;try{if(vd(l,e,t,u,Z)){nl=1,fn(l,wl(u,l.current)),X=null;return}}catch(n){if(e!==null)throw X=e,n;nl=1,fn(l,wl(u,l.current)),X=null;return}t.flags&32768?(C||a===1?l=!0:ca||Z&536870912?l=!1:(Rt=l=!0,(a===2||a===3||a===6)&&(a=kl.current,a!==null&&a.tag===13&&(a.flags|=16384))),Ws(t,l)):Sn(t)}function Sn(l){var t=l;do{if(t.flags&32768){Ws(t,Rt);return}l=t.return;var u=od(t.alternate,t,Ht);if(u!==null){X=u;return}if(t=t.sibling,t!==null){X=t;return}X=t=l}while(t!==null);nl===0&&(nl=5)}function Ws(l,t){do{var u=rd(l.alternate,l);if(u!==null){u.flags&=32767,X=u;return}if(u=l.return,u!==null&&(u.flags|=32768,u.subtreeFlags=0,u.deletions=null),!t&&(l=l.sibling,l!==null)){X=l;return}X=l=u}while(l!==null);nl=6,X=null}function $s(l,t,u,a,e,n,f,c,i,v){var g=H.T,b=O.p;try{O.p=2,H.T=null,Ad(l,t,u,a,b,e,n,f,c,i,v)}finally{H.T=g,O.p=b}}function Ad(l,t,u,a,e,n,f,c){do da();while(Du!==null);if(al&6)throw Error(o(327));var i=l.finishedWork;if(a=l.finishedLanes,i===null)return null;if(l.finishedWork=null,l.finishedLanes=0,i===l.current)throw Error(o(177));l.callbackNode=null,l.callbackPriority=0,l.cancelPendingCommit=null;var v=i.lanes|i.childLanes;if(v|=vf,tv(l,a,v,n,f,c),l===I&&(X=I=null,Z=0),!(i.subtreeFlags&10256)&&!(i.flags&10256)||rn||(rn=!0,oc=v,rc=u,_d(Me,function(){return da(),null})),u=(i.flags&15990)!==0,i.subtreeFlags&15990||u?(u=H.T,H.T=null,n=O.p,O.p=2,f=al,al|=4,hd(l,i),Rs(i,l),wv(qc,l.containerInfo),Hn=!!Nc,qc=Nc=null,l.current=i,Ms(l,i.alternate,i),K1(),al=f,O.p=n,H.T=u):l.current=i,rn?(rn=!1,Du=l,ee=a):ks(l,v),v=l.pendingLanes,v===0&&(It=null),k1(i.stateNode),mt(l),t!==null)for(e=l.onRecoverableError,i=0;i<t.length;i++)v=t[i],e(v.value,{componentStack:v.stack});return ee&3&&da(),v=l.pendingLanes,a&4194218&&v&42?l===gc?ne++:(ne=0,gc=l):ne=0,fe(0),null}function ks(l,t){(l.pooledCacheLanes&=t)===0&&(t=l.pooledCache,t!=null&&(l.pooledCache=null,xa(t)))}function da(){if(Du!==null){var l=Du,t=oc;oc=0;var u=ni(ee),a=H.T,e=O.p;try{if(O.p=32>u?32:u,H.T=null,Du===null)var n=!1;else{u=rc,rc=null;var f=Du,c=ee;if(Du=null,ee=0,al&6)throw Error(o(331));var i=al;if(al|=4,Bs(f.current),ps(f,f.current,c,u),al=i,fe(0,!1),Yl&&typeof Yl.onPostCommitFiberRoot=="function")try{Yl.onPostCommitFiberRoot(Ta,f)}catch{}n=!0}return n}finally{O.p=e,H.T=a,ks(l,t)}}return!1}function Fs(l,t,u){t=wl(u,t),t=jf(l.stateNode,t,2),l=wt(l,t,2),l!==null&&(Aa(l,2),mt(l))}function F(l,t,u){if(l.tag===3)Fs(l,l,u);else for(;t!==null;){if(t.tag===3){Fs(t,l,u);break}else if(t.tag===1){var a=t.stateNode;if(typeof t.type.getDerivedStateFromError=="function"||typeof a.componentDidCatch=="function"&&(It===null||!It.has(a))){l=wl(u,l),u=ls(2),a=wt(t,u,2),a!==null&&(ts(u,a,t,l),Aa(a,2),mt(a));break}}t=t.return}}function zc(l,t,u){var a=l.pingCache;if(a===null){a=l.pingCache=new Sd;var e=new Set;a.set(t,e)}else e=a.get(t),e===void 0&&(e=new Set,a.set(t,e));e.has(u)||(dc=!0,e.add(u),l=Od.bind(null,l,t,u),t.then(l,l))}function Od(l,t,u){var a=l.pingCache;a!==null&&a.delete(t),l.pingedLanes|=l.suspendedLanes&u,l.warmLanes&=~u,I===l&&(Z&u)===u&&(nl===4||nl===3&&(Z&62914560)===Z&&300>st()-mc?!(al&2)&&sa(l,0):hc|=u,ia===Z&&(ia=0)),mt(l)}function Ps(l,t){t===0&&(t=ui()),l=jt(l,t),l!==null&&(Aa(l,t),mt(l))}function Md(l){var t=l.memoizedState,u=0;t!==null&&(u=t.retryLane),Ps(l,u)}function Dd(l,t){var u=0;switch(l.tag){case 13:var a=l.stateNode,e=l.memoizedState;e!==null&&(u=e.retryLane);break;case 19:a=l.stateNode;break;case 22:a=l.stateNode._retryCache;break;default:throw Error(o(314))}a!==null&&a.delete(t),Ps(l,u)}function _d(l,t){return jn(l,t)}var bn=null,ha=null,Ac=!1,En=!1,Oc=!1,_u=0;function mt(l){l!==ha&&l.next===null&&(ha===null?bn=ha=l:ha=ha.next=l),En=!0,Ac||(Ac=!0,Rd(Ud))}function fe(l,t){if(!Oc&&En){Oc=!0;do for(var u=!1,a=bn;a!==null;){if(l!==0){var e=a.pendingLanes;if(e===0)var n=0;else{var f=a.suspendedLanes,c=a.pingedLanes;n=(1<<31-Gl(42|l)+1)-1,n&=e&~(f&~c),n=n&201326677?n&201326677|1:n?n|2:0}n!==0&&(u=!0,t1(a,n))}else n=Z,n=Ue(a,a===I?n:0),!(n&3)||za(a,n)||(u=!0,t1(a,n));a=a.next}while(u);Oc=!1}}function Ud(){En=Ac=!1;var l=0;_u!==0&&(Xd()&&(l=_u),_u=0);for(var t=st(),u=null,a=bn;a!==null;){var e=a.next,n=Is(a,t);n===0?(a.next=null,u===null?bn=e:u.next=e,e===null&&(ha=u)):(u=a,(l!==0||n&3)&&(En=!0)),a=e}fe(l)}function Is(l,t){for(var u=l.suspendedLanes,a=l.pingedLanes,e=l.expirationTimes,n=l.pendingLanes&-62914561;0<n;){var f=31-Gl(n),c=1<<f,i=e[f];i===-1?(!(c&u)||c&a)&&(e[f]=lv(c,t)):i<=t&&(l.expiredLanes|=c),n&=~c}if(t=I,u=Z,u=Ue(l,l===t?u:0),a=l.callbackNode,u===0||l===t&&ll===2||l.cancelPendingCommit!==null)return a!==null&&a!==null&&Zn(a),l.callbackNode=null,l.callbackPriority=0;if(!(u&3)||za(l,u)){if(t=u&-u,t===l.callbackPriority)return t;switch(a!==null&&Zn(a),ni(u)){case 2:case 8:u=Ic;break;case 32:u=Me;break;case 268435456:u=li;break;default:u=Me}return a=l1.bind(null,l),u=jn(u,a),l.callbackPriority=t,l.callbackNode=u,t}return a!==null&&a!==null&&Zn(a),l.callbackPriority=2,l.callbackNode=null,2}function l1(l,t){var u=l.callbackNode;if(da()&&l.callbackNode!==u)return null;var a=Z;return a=Ue(l,l===I?a:0),a===0?null:(Cs(l,a,t),Is(l,st()),l.callbackNode!=null&&l.callbackNode===u?l1.bind(null,l):null)}function t1(l,t){if(da())return null;Cs(l,t,!0)}function Rd(l){jd(function(){al&6?jn(Pc,l):l()})}function Mc(){return _u===0&&(_u=ti()),_u}function u1(l){return l==null||typeof l=="symbol"||typeof l=="boolean"?null:typeof l=="function"?l:qe(""+l)}function a1(l,t){var u=t.ownerDocument.createElement("input");return u.name=t.name,u.value=t.value,l.id&&u.setAttribute("form",l.id),t.parentNode.insertBefore(u,t),l=new FormData(l),u.parentNode.removeChild(u),l}function Hd(l,t,u,a,e){if(t==="submit"&&u&&u.stateNode===e){var n=u1((e[pl]||null).action),f=a.submitter;f&&(t=(t=f[pl]||null)?u1(t.formAction):f.getAttribute("formAction"),t!==null&&(n=t,f=null));var c=new Xe("action","action",null,a,e);l.push({event:c,listeners:[{instance:null,listener:function(){if(a.defaultPrevented){if(_u!==0){var i=f?a1(e,f):new FormData(e);Bf(u,{pending:!0,data:i,method:e.method,action:n},null,i)}}else typeof n=="function"&&(c.preventDefault(),i=f?a1(e,f):new FormData(e),Bf(u,{pending:!0,data:i,method:e.method,action:n},n,i))},currentTarget:e}]})}}for(var Dc=0;Dc<$i.length;Dc++){var _c=$i[Dc],pd=_c.toLowerCase(),Nd=_c[0].toUpperCase()+_c.slice(1);ut(pd,"on"+Nd)}ut(Li,"onAnimationEnd"),ut(Ki,"onAnimationIteration"),ut(Ji,"onAnimationStart"),ut("dblclick","onDoubleClick"),ut("focusin","onFocus"),ut("focusout","onBlur"),ut($v,"onTransitionRun"),ut(kv,"onTransitionStart"),ut(Fv,"onTransitionCancel"),ut(wi,"onTransitionEnd"),ju("onMouseEnter",["mouseout","mouseover"]),ju("onMouseLeave",["mouseout","mouseover"]),ju("onPointerEnter",["pointerout","pointerover"]),ju("onPointerLeave",["pointerout","pointerover"]),iu("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),iu("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),iu("onBeforeInput",["compositionend","keypress","textInput","paste"]),iu("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),iu("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),iu("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var ce="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),qd=new Set("beforetoggle cancel close invalid load scroll scrollend toggle".split(" ").concat(ce));function e1(l,t){t=(t&4)!==0;for(var u=0;u<l.length;u++){var a=l[u],e=a.event;a=a.listeners;l:{var n=void 0;if(t)for(var f=a.length-1;0<=f;f--){var c=a[f],i=c.instance,v=c.currentTarget;if(c=c.listener,i!==n&&e.isPropagationStopped())break l;n=c,e.currentTarget=v;try{n(e)}catch(g){nn(g)}e.currentTarget=null,n=i}else for(f=0;f<a.length;f++){if(c=a[f],i=c.instance,v=c.currentTarget,c=c.listener,i!==n&&e.isPropagationStopped())break l;n=c,e.currentTarget=v;try{n(e)}catch(g){nn(g)}e.currentTarget=null,n=i}}}}function Q(l,t){var u=t[xn];u===void 0&&(u=t[xn]=new Set);var a=l+"__bubble";u.has(a)||(n1(t,l,2,!1),u.add(a))}function Uc(l,t,u){var a=0;t&&(a|=4),n1(u,l,a,t)}var Tn="_reactListening"+Math.random().toString(36).slice(2);function Rc(l){if(!l[Tn]){l[Tn]=!0,ii.forEach(function(u){u!=="selectionchange"&&(qd.has(u)||Uc(u,!1,l),Uc(u,!0,l))});var t=l.nodeType===9?l:l.ownerDocument;t===null||t[Tn]||(t[Tn]=!0,Uc("selectionchange",!1,t))}}function n1(l,t,u,a){switch(U1(t)){case 2:var e=nh;break;case 8:e=fh;break;default:e=xc}u=e.bind(null,t,u,l),e=void 0,!kn||t!=="touchstart"&&t!=="touchmove"&&t!=="wheel"||(e=!0),a?e!==void 0?l.addEventListener(t,u,{capture:!0,passive:e}):l.addEventListener(t,u,!0):e!==void 0?l.addEventListener(t,u,{passive:e}):l.addEventListener(t,u,!1)}function Hc(l,t,u,a,e){var n=a;if(!(t&1)&&!(t&2)&&a!==null)l:for(;;){if(a===null)return;var f=a.tag;if(f===3||f===4){var c=a.stateNode.containerInfo;if(c===e||c.nodeType===8&&c.parentNode===e)break;if(f===4)for(f=a.return;f!==null;){var i=f.tag;if((i===3||i===4)&&(i=f.stateNode.containerInfo,i===e||i.nodeType===8&&i.parentNode===e))return;f=f.return}for(;c!==null;){if(f=cu(c),f===null)return;if(i=f.tag,i===5||i===6||i===26||i===27){a=n=f;continue l}c=c.parentNode}}a=a.return}Ei(function(){var v=n,g=Wn(u),b=[];l:{var m=Wi.get(l);if(m!==void 0){var r=Xe,A=l;switch(l){case"keypress":if(Ye(u)===0)break l;case"keydown":case"keyup":r=Dv;break;case"focusin":A="focus",r=lf;break;case"focusout":A="blur",r=lf;break;case"beforeblur":case"afterblur":r=lf;break;case"click":if(u.button===2)break l;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":r=Ai;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":r=mv;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":r=Rv;break;case Li:case Ki:case Ji:r=gv;break;case wi:r=pv;break;case"scroll":case"scrollend":r=hv;break;case"wheel":r=qv;break;case"copy":case"cut":case"paste":r=bv;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":r=Mi;break;case"toggle":case"beforetoggle":r=Yv}var N=(t&4)!==0,fl=!N&&(l==="scroll"||l==="scrollend"),h=N?m!==null?m+"Capture":null:m;N=[];for(var s=v,y;s!==null;){var S=s;if(y=S.stateNode,S=S.tag,S!==5&&S!==26&&S!==27||y===null||h===null||(S=Da(s,h),S!=null&&N.push(ie(s,S,y))),fl)break;s=s.return}0<N.length&&(m=new r(m,A,null,u,g),b.push({event:m,listeners:N}))}}if(!(t&7)){l:{if(m=l==="mouseover"||l==="pointerover",r=l==="mouseout"||l==="pointerout",m&&u!==wn&&(A=u.relatedTarget||u.fromElement)&&(cu(A)||A[Gu]))break l;if((r||m)&&(m=g.window===g?g:(m=g.ownerDocument)?m.defaultView||m.parentWindow:window,r?(A=u.relatedTarget||u.toElement,r=v,A=A?cu(A):null,A!==null&&(fl=ot(A),N=A.tag,A!==fl||N!==5&&N!==27&&N!==6)&&(A=null)):(r=null,A=v),r!==A)){if(N=Ai,S="onMouseLeave",h="onMouseEnter",s="mouse",(l==="pointerout"||l==="pointerover")&&(N=Mi,S="onPointerLeave",h="onPointerEnter",s="pointer"),fl=r==null?m:Ma(r),y=A==null?m:Ma(A),m=new N(S,s+"leave",r,u,g),m.target=fl,m.relatedTarget=y,S=null,cu(g)===v&&(N=new N(h,s+"enter",A,u,g),N.target=y,N.relatedTarget=fl,S=N),fl=S,r&&A)t:{for(N=r,h=A,s=0,y=N;y;y=ya(y))s++;for(y=0,S=h;S;S=ya(S))y++;for(;0<s-y;)N=ya(N),s--;for(;0<y-s;)h=ya(h),y--;for(;s--;){if(N===h||h!==null&&N===h.alternate)break t;N=ya(N),h=ya(h)}N=null}else N=null;r!==null&&f1(b,m,r,N,!1),A!==null&&fl!==null&&f1(b,fl,A,N,!0)}}l:{if(m=v?Ma(v):window,r=m.nodeName&&m.nodeName.toLowerCase(),r==="select"||r==="input"&&m.type==="file")var z=qi;else if(pi(m))if(Bi)z=Kv;else{z=Vv;var G=xv}else r=m.nodeName,!r||r.toLowerCase()!=="input"||m.type!=="checkbox"&&m.type!=="radio"?v&&Jn(v.elementType)&&(z=qi):z=Lv;if(z&&(z=z(l,v))){Ni(b,z,u,g);break l}G&&G(l,m,v),l==="focusout"&&v&&m.type==="number"&&v.memoizedProps.value!=null&&Kn(m,"number",m.value)}switch(G=v?Ma(v):window,l){case"focusin":(pi(G)||G.contentEditable==="true")&&(Ku=G,ff=v,Ba=null);break;case"focusout":Ba=ff=Ku=null;break;case"mousedown":cf=!0;break;case"contextmenu":case"mouseup":case"dragend":cf=!1,xi(b,u,g);break;case"selectionchange":if(Wv)break;case"keydown":case"keyup":xi(b,u,g)}var M;if(uf)l:{switch(l){case"compositionstart":var _="onCompositionStart";break l;case"compositionend":_="onCompositionEnd";break l;case"compositionupdate":_="onCompositionUpdate";break l}_=void 0}else Lu?Ri(l,u)&&(_="onCompositionEnd"):l==="keydown"&&u.keyCode===229&&(_="onCompositionStart");_&&(Di&&u.locale!=="ko"&&(Lu||_!=="onCompositionStart"?_==="onCompositionEnd"&&Lu&&(M=Ti()):(Qt=g,Fn="value"in Qt?Qt.value:Qt.textContent,Lu=!0)),G=zn(v,_),0<G.length&&(_=new Oi(_,l,null,u,g),b.push({event:_,listeners:G}),M?_.data=M:(M=Hi(u),M!==null&&(_.data=M)))),(M=Xv?Qv(l,u):jv(l,u))&&(_=zn(v,"onBeforeInput"),0<_.length&&(G=new Oi("onBeforeInput","beforeinput",null,u,g),b.push({event:G,listeners:_}),G.data=M)),Hd(b,l,v,u,g)}e1(b,t)})}function ie(l,t,u){return{instance:l,listener:t,currentTarget:u}}function zn(l,t){for(var u=t+"Capture",a=[];l!==null;){var e=l,n=e.stateNode;e=e.tag,e!==5&&e!==26&&e!==27||n===null||(e=Da(l,u),e!=null&&a.unshift(ie(l,e,n)),e=Da(l,t),e!=null&&a.push(ie(l,e,n))),l=l.return}return a}function ya(l){if(l===null)return null;do l=l.return;while(l&&l.tag!==5&&l.tag!==27);return l||null}function f1(l,t,u,a,e){for(var n=t._reactName,f=[];u!==null&&u!==a;){var c=u,i=c.alternate,v=c.stateNode;if(c=c.tag,i!==null&&i===a)break;c!==5&&c!==26&&c!==27||v===null||(i=v,e?(v=Da(u,n),v!=null&&f.unshift(ie(u,v,i))):e||(v=Da(u,n),v!=null&&f.push(ie(u,v,i)))),u=u.return}f.length!==0&&l.push({event:t,listeners:f})}var Bd=/\r\n?/g,Yd=/\u0000|\uFFFD/g;function c1(l){return(typeof l=="string"?l:""+l).replace(Bd,` +`).replace(Yd,"")}function i1(l,t){return t=c1(t),c1(l)===t}function An(){}function $(l,t,u,a,e,n){switch(u){case"children":typeof a=="string"?t==="body"||t==="textarea"&&a===""||Cu(l,a):(typeof a=="number"||typeof a=="bigint")&&t!=="body"&&Cu(l,""+a);break;case"className":He(l,"class",a);break;case"tabIndex":He(l,"tabindex",a);break;case"dir":case"role":case"viewBox":case"width":case"height":He(l,u,a);break;case"style":Si(l,a,n);break;case"data":if(t!=="object"){He(l,"data",a);break}case"src":case"href":if(a===""&&(t!=="a"||u!=="href")){l.removeAttribute(u);break}if(a==null||typeof a=="function"||typeof a=="symbol"||typeof a=="boolean"){l.removeAttribute(u);break}a=qe(""+a),l.setAttribute(u,a);break;case"action":case"formAction":if(typeof a=="function"){l.setAttribute(u,"javascript:throw new Error('A React form was unexpectedly submitted. If you called form.submit() manually, consider using form.requestSubmit() instead. If you\\'re trying to use event.stopPropagation() in a submit event handler, consider also calling event.preventDefault().')");break}else typeof n=="function"&&(u==="formAction"?(t!=="input"&&$(l,t,"name",e.name,e,null),$(l,t,"formEncType",e.formEncType,e,null),$(l,t,"formMethod",e.formMethod,e,null),$(l,t,"formTarget",e.formTarget,e,null)):($(l,t,"encType",e.encType,e,null),$(l,t,"method",e.method,e,null),$(l,t,"target",e.target,e,null)));if(a==null||typeof a=="symbol"||typeof a=="boolean"){l.removeAttribute(u);break}a=qe(""+a),l.setAttribute(u,a);break;case"onClick":a!=null&&(l.onclick=An);break;case"onScroll":a!=null&&Q("scroll",l);break;case"onScrollEnd":a!=null&&Q("scrollend",l);break;case"dangerouslySetInnerHTML":if(a!=null){if(typeof a!="object"||!("__html"in a))throw Error(o(61));if(u=a.__html,u!=null){if(e.children!=null)throw Error(o(60));l.innerHTML=u}}break;case"multiple":l.multiple=a&&typeof a!="function"&&typeof a!="symbol";break;case"muted":l.muted=a&&typeof a!="function"&&typeof a!="symbol";break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"defaultValue":case"defaultChecked":case"innerHTML":case"ref":break;case"autoFocus":break;case"xlinkHref":if(a==null||typeof a=="function"||typeof a=="boolean"||typeof a=="symbol"){l.removeAttribute("xlink:href");break}u=qe(""+a),l.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",u);break;case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":a!=null&&typeof a!="function"&&typeof a!="symbol"?l.setAttribute(u,""+a):l.removeAttribute(u);break;case"inert":case"allowFullScreen":case"async":case"autoPlay":case"controls":case"default":case"defer":case"disabled":case"disablePictureInPicture":case"disableRemotePlayback":case"formNoValidate":case"hidden":case"loop":case"noModule":case"noValidate":case"open":case"playsInline":case"readOnly":case"required":case"reversed":case"scoped":case"seamless":case"itemScope":a&&typeof a!="function"&&typeof a!="symbol"?l.setAttribute(u,""):l.removeAttribute(u);break;case"capture":case"download":a===!0?l.setAttribute(u,""):a!==!1&&a!=null&&typeof a!="function"&&typeof a!="symbol"?l.setAttribute(u,a):l.removeAttribute(u);break;case"cols":case"rows":case"size":case"span":a!=null&&typeof a!="function"&&typeof a!="symbol"&&!isNaN(a)&&1<=a?l.setAttribute(u,a):l.removeAttribute(u);break;case"rowSpan":case"start":a==null||typeof a=="function"||typeof a=="symbol"||isNaN(a)?l.removeAttribute(u):l.setAttribute(u,a);break;case"popover":Q("beforetoggle",l),Q("toggle",l),Re(l,"popover",a);break;case"xlinkActuate":gt(l,"http://www.w3.org/1999/xlink","xlink:actuate",a);break;case"xlinkArcrole":gt(l,"http://www.w3.org/1999/xlink","xlink:arcrole",a);break;case"xlinkRole":gt(l,"http://www.w3.org/1999/xlink","xlink:role",a);break;case"xlinkShow":gt(l,"http://www.w3.org/1999/xlink","xlink:show",a);break;case"xlinkTitle":gt(l,"http://www.w3.org/1999/xlink","xlink:title",a);break;case"xlinkType":gt(l,"http://www.w3.org/1999/xlink","xlink:type",a);break;case"xmlBase":gt(l,"http://www.w3.org/XML/1998/namespace","xml:base",a);break;case"xmlLang":gt(l,"http://www.w3.org/XML/1998/namespace","xml:lang",a);break;case"xmlSpace":gt(l,"http://www.w3.org/XML/1998/namespace","xml:space",a);break;case"is":Re(l,"is",a);break;case"innerText":case"textContent":break;default:(!(2<u.length)||u[0]!=="o"&&u[0]!=="O"||u[1]!=="n"&&u[1]!=="N")&&(u=vv.get(u)||u,Re(l,u,a))}}function pc(l,t,u,a,e,n){switch(u){case"style":Si(l,a,n);break;case"dangerouslySetInnerHTML":if(a!=null){if(typeof a!="object"||!("__html"in a))throw Error(o(61));if(u=a.__html,u!=null){if(e.children!=null)throw Error(o(60));l.innerHTML=u}}break;case"children":typeof a=="string"?Cu(l,a):(typeof a=="number"||typeof a=="bigint")&&Cu(l,""+a);break;case"onScroll":a!=null&&Q("scroll",l);break;case"onScrollEnd":a!=null&&Q("scrollend",l);break;case"onClick":a!=null&&(l.onclick=An);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"innerHTML":case"ref":break;case"innerText":case"textContent":break;default:if(!si.hasOwnProperty(u))l:{if(u[0]==="o"&&u[1]==="n"&&(e=u.endsWith("Capture"),t=u.slice(2,e?u.length-7:void 0),n=l[pl]||null,n=n!=null?n[u]:null,typeof n=="function"&&l.removeEventListener(t,n,e),typeof a=="function")){typeof n!="function"&&n!==null&&(u in l?l[u]=null:l.hasAttribute(u)&&l.removeAttribute(u)),l.addEventListener(t,a,e);break l}u in l?l[u]=a:a===!0?l.setAttribute(u,""):Re(l,u,a)}}}function El(l,t,u){switch(t){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"img":Q("error",l),Q("load",l);var a=!1,e=!1,n;for(n in u)if(u.hasOwnProperty(n)){var f=u[n];if(f!=null)switch(n){case"src":a=!0;break;case"srcSet":e=!0;break;case"children":case"dangerouslySetInnerHTML":throw Error(o(137,t));default:$(l,t,n,f,u,null)}}e&&$(l,t,"srcSet",u.srcSet,u,null),a&&$(l,t,"src",u.src,u,null);return;case"input":Q("invalid",l);var c=n=f=e=null,i=null,v=null;for(a in u)if(u.hasOwnProperty(a)){var g=u[a];if(g!=null)switch(a){case"name":e=g;break;case"type":f=g;break;case"checked":i=g;break;case"defaultChecked":v=g;break;case"value":n=g;break;case"defaultValue":c=g;break;case"children":case"dangerouslySetInnerHTML":if(g!=null)throw Error(o(137,t));break;default:$(l,t,a,g,u,null)}}mi(l,n,c,i,v,f,e,!1),pe(l);return;case"select":Q("invalid",l),a=f=n=null;for(e in u)if(u.hasOwnProperty(e)&&(c=u[e],c!=null))switch(e){case"value":n=c;break;case"defaultValue":f=c;break;case"multiple":a=c;default:$(l,t,e,c,u,null)}t=n,u=f,l.multiple=!!a,t!=null?Zu(l,!!a,t,!1):u!=null&&Zu(l,!!a,u,!0);return;case"textarea":Q("invalid",l),n=e=a=null;for(f in u)if(u.hasOwnProperty(f)&&(c=u[f],c!=null))switch(f){case"value":a=c;break;case"defaultValue":e=c;break;case"children":n=c;break;case"dangerouslySetInnerHTML":if(c!=null)throw Error(o(91));break;default:$(l,t,f,c,u,null)}ri(l,a,e,n),pe(l);return;case"option":for(i in u)if(u.hasOwnProperty(i)&&(a=u[i],a!=null))switch(i){case"selected":l.selected=a&&typeof a!="function"&&typeof a!="symbol";break;default:$(l,t,i,a,u,null)}return;case"dialog":Q("cancel",l),Q("close",l);break;case"iframe":case"object":Q("load",l);break;case"video":case"audio":for(a=0;a<ce.length;a++)Q(ce[a],l);break;case"image":Q("error",l),Q("load",l);break;case"details":Q("toggle",l);break;case"embed":case"source":case"link":Q("error",l),Q("load",l);case"area":case"base":case"br":case"col":case"hr":case"keygen":case"meta":case"param":case"track":case"wbr":case"menuitem":for(v in u)if(u.hasOwnProperty(v)&&(a=u[v],a!=null))switch(v){case"children":case"dangerouslySetInnerHTML":throw Error(o(137,t));default:$(l,t,v,a,u,null)}return;default:if(Jn(t)){for(g in u)u.hasOwnProperty(g)&&(a=u[g],a!==void 0&&pc(l,t,g,a,u,void 0));return}}for(c in u)u.hasOwnProperty(c)&&(a=u[c],a!=null&&$(l,t,c,a,u,null))}function Gd(l,t,u,a){switch(t){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"input":var e=null,n=null,f=null,c=null,i=null,v=null,g=null;for(r in u){var b=u[r];if(u.hasOwnProperty(r)&&b!=null)switch(r){case"checked":break;case"value":break;case"defaultValue":i=b;default:a.hasOwnProperty(r)||$(l,t,r,null,a,b)}}for(var m in a){var r=a[m];if(b=u[m],a.hasOwnProperty(m)&&(r!=null||b!=null))switch(m){case"type":n=r;break;case"name":e=r;break;case"checked":v=r;break;case"defaultChecked":g=r;break;case"value":f=r;break;case"defaultValue":c=r;break;case"children":case"dangerouslySetInnerHTML":if(r!=null)throw Error(o(137,t));break;default:r!==b&&$(l,t,m,r,a,b)}}Ln(l,f,c,i,v,g,n,e);return;case"select":r=f=c=m=null;for(n in u)if(i=u[n],u.hasOwnProperty(n)&&i!=null)switch(n){case"value":break;case"multiple":r=i;default:a.hasOwnProperty(n)||$(l,t,n,null,a,i)}for(e in a)if(n=a[e],i=u[e],a.hasOwnProperty(e)&&(n!=null||i!=null))switch(e){case"value":m=n;break;case"defaultValue":c=n;break;case"multiple":f=n;default:n!==i&&$(l,t,e,n,a,i)}t=c,u=f,a=r,m!=null?Zu(l,!!u,m,!1):!!a!=!!u&&(t!=null?Zu(l,!!u,t,!0):Zu(l,!!u,u?[]:"",!1));return;case"textarea":r=m=null;for(c in u)if(e=u[c],u.hasOwnProperty(c)&&e!=null&&!a.hasOwnProperty(c))switch(c){case"value":break;case"children":break;default:$(l,t,c,null,a,e)}for(f in a)if(e=a[f],n=u[f],a.hasOwnProperty(f)&&(e!=null||n!=null))switch(f){case"value":m=e;break;case"defaultValue":r=e;break;case"children":break;case"dangerouslySetInnerHTML":if(e!=null)throw Error(o(91));break;default:e!==n&&$(l,t,f,e,a,n)}oi(l,m,r);return;case"option":for(var A in u)if(m=u[A],u.hasOwnProperty(A)&&m!=null&&!a.hasOwnProperty(A))switch(A){case"selected":l.selected=!1;break;default:$(l,t,A,null,a,m)}for(i in a)if(m=a[i],r=u[i],a.hasOwnProperty(i)&&m!==r&&(m!=null||r!=null))switch(i){case"selected":l.selected=m&&typeof m!="function"&&typeof m!="symbol";break;default:$(l,t,i,m,a,r)}return;case"img":case"link":case"area":case"base":case"br":case"col":case"embed":case"hr":case"keygen":case"meta":case"param":case"source":case"track":case"wbr":case"menuitem":for(var N in u)m=u[N],u.hasOwnProperty(N)&&m!=null&&!a.hasOwnProperty(N)&&$(l,t,N,null,a,m);for(v in a)if(m=a[v],r=u[v],a.hasOwnProperty(v)&&m!==r&&(m!=null||r!=null))switch(v){case"children":case"dangerouslySetInnerHTML":if(m!=null)throw Error(o(137,t));break;default:$(l,t,v,m,a,r)}return;default:if(Jn(t)){for(var fl in u)m=u[fl],u.hasOwnProperty(fl)&&m!==void 0&&!a.hasOwnProperty(fl)&&pc(l,t,fl,void 0,a,m);for(g in a)m=a[g],r=u[g],!a.hasOwnProperty(g)||m===r||m===void 0&&r===void 0||pc(l,t,g,m,a,r);return}}for(var h in u)m=u[h],u.hasOwnProperty(h)&&m!=null&&!a.hasOwnProperty(h)&&$(l,t,h,null,a,m);for(b in a)m=a[b],r=u[b],!a.hasOwnProperty(b)||m===r||m==null&&r==null||$(l,t,b,m,a,r)}var Nc=null,qc=null;function On(l){return l.nodeType===9?l:l.ownerDocument}function s1(l){switch(l){case"http://www.w3.org/2000/svg":return 1;case"http://www.w3.org/1998/Math/MathML":return 2;default:return 0}}function v1(l,t){if(l===0)switch(t){case"svg":return 1;case"math":return 2;default:return 0}return l===1&&t==="foreignObject"?0:l}function Bc(l,t){return l==="textarea"||l==="noscript"||typeof t.children=="string"||typeof t.children=="number"||typeof t.children=="bigint"||typeof t.dangerouslySetInnerHTML=="object"&&t.dangerouslySetInnerHTML!==null&&t.dangerouslySetInnerHTML.__html!=null}var Yc=null;function Xd(){var l=window.event;return l&&l.type==="popstate"?l===Yc?!1:(Yc=l,!0):(Yc=null,!1)}var d1=typeof setTimeout=="function"?setTimeout:void 0,Qd=typeof clearTimeout=="function"?clearTimeout:void 0,h1=typeof Promise=="function"?Promise:void 0,jd=typeof queueMicrotask=="function"?queueMicrotask:typeof h1<"u"?function(l){return h1.resolve(null).then(l).catch(Zd)}:d1;function Zd(l){setTimeout(function(){throw l})}function Gc(l,t){var u=t,a=0;do{var e=u.nextSibling;if(l.removeChild(u),e&&e.nodeType===8)if(u=e.data,u==="/$"){if(a===0){l.removeChild(e),re(t);return}a--}else u!=="$"&&u!=="$?"&&u!=="$!"||a++;u=e}while(u);re(t)}function Xc(l){var t=l.firstChild;for(t&&t.nodeType===10&&(t=t.nextSibling);t;){var u=t;switch(t=t.nextSibling,u.nodeName){case"HTML":case"HEAD":case"BODY":Xc(u),Vn(u);continue;case"SCRIPT":case"STYLE":continue;case"LINK":if(u.rel.toLowerCase()==="stylesheet")continue}l.removeChild(u)}}function Cd(l,t,u,a){for(;l.nodeType===1;){var e=u;if(l.nodeName.toLowerCase()!==t.toLowerCase()){if(!a&&(l.nodeName!=="INPUT"||l.type!=="hidden"))break}else if(a){if(!l[Oa])switch(t){case"meta":if(!l.hasAttribute("itemprop"))break;return l;case"link":if(n=l.getAttribute("rel"),n==="stylesheet"&&l.hasAttribute("data-precedence"))break;if(n!==e.rel||l.getAttribute("href")!==(e.href==null?null:e.href)||l.getAttribute("crossorigin")!==(e.crossOrigin==null?null:e.crossOrigin)||l.getAttribute("title")!==(e.title==null?null:e.title))break;return l;case"style":if(l.hasAttribute("data-precedence"))break;return l;case"script":if(n=l.getAttribute("src"),(n!==(e.src==null?null:e.src)||l.getAttribute("type")!==(e.type==null?null:e.type)||l.getAttribute("crossorigin")!==(e.crossOrigin==null?null:e.crossOrigin))&&n&&l.hasAttribute("async")&&!l.hasAttribute("itemprop"))break;return l;default:return l}}else if(t==="input"&&l.type==="hidden"){var n=e.name==null?null:""+e.name;if(e.type==="hidden"&&l.getAttribute("name")===n)return l}else return l;if(l=nt(l.nextSibling),l===null)break}return null}function xd(l,t,u){if(t==="")return null;for(;l.nodeType!==3;)if((l.nodeType!==1||l.nodeName!=="INPUT"||l.type!=="hidden")&&!u||(l=nt(l.nextSibling),l===null))return null;return l}function nt(l){for(;l!=null;l=l.nextSibling){var t=l.nodeType;if(t===1||t===3)break;if(t===8){if(t=l.data,t==="$"||t==="$!"||t==="$?"||t==="F!"||t==="F")break;if(t==="/$")return null}}return l}function y1(l){l=l.previousSibling;for(var t=0;l;){if(l.nodeType===8){var u=l.data;if(u==="$"||u==="$!"||u==="$?"){if(t===0)return l;t--}else u==="/$"&&t++}l=l.previousSibling}return null}function m1(l,t,u){switch(t=On(u),l){case"html":if(l=t.documentElement,!l)throw Error(o(452));return l;case"head":if(l=t.head,!l)throw Error(o(453));return l;case"body":if(l=t.body,!l)throw Error(o(454));return l;default:throw Error(o(451))}}var tt=new Map,o1=new Set;function Mn(l){return typeof l.getRootNode=="function"?l.getRootNode():l.ownerDocument}var Nt=O.d;O.d={f:Vd,r:Ld,D:Kd,C:Jd,L:wd,m:Wd,X:kd,S:$d,M:Fd};function Vd(){var l=Nt.f(),t=gn();return l||t}function Ld(l){var t=Xu(l);t!==null&&t.tag===5&&t.type==="form"?x0(t):Nt.r(l)}var ma=typeof document>"u"?null:document;function r1(l,t,u){var a=ma;if(a&&typeof t=="string"&&t){var e=Kl(t);e='link[rel="'+l+'"][href="'+e+'"]',typeof u=="string"&&(e+='[crossorigin="'+u+'"]'),o1.has(e)||(o1.add(e),l={rel:l,crossOrigin:u,href:t},a.querySelector(e)===null&&(t=a.createElement("link"),El(t,"link",l),ml(t),a.head.appendChild(t)))}}function Kd(l){Nt.D(l),r1("dns-prefetch",l,null)}function Jd(l,t){Nt.C(l,t),r1("preconnect",l,t)}function wd(l,t,u){Nt.L(l,t,u);var a=ma;if(a&&l&&t){var e='link[rel="preload"][as="'+Kl(t)+'"]';t==="image"&&u&&u.imageSrcSet?(e+='[imagesrcset="'+Kl(u.imageSrcSet)+'"]',typeof u.imageSizes=="string"&&(e+='[imagesizes="'+Kl(u.imageSizes)+'"]')):e+='[href="'+Kl(l)+'"]';var n=e;switch(t){case"style":n=oa(l);break;case"script":n=ra(l)}tt.has(n)||(l=k({rel:"preload",href:t==="image"&&u&&u.imageSrcSet?void 0:l,as:t},u),tt.set(n,l),a.querySelector(e)!==null||t==="style"&&a.querySelector(se(n))||t==="script"&&a.querySelector(ve(n))||(t=a.createElement("link"),El(t,"link",l),ml(t),a.head.appendChild(t)))}}function Wd(l,t){Nt.m(l,t);var u=ma;if(u&&l){var a=t&&typeof t.as=="string"?t.as:"script",e='link[rel="modulepreload"][as="'+Kl(a)+'"][href="'+Kl(l)+'"]',n=e;switch(a){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":n=ra(l)}if(!tt.has(n)&&(l=k({rel:"modulepreload",href:l},t),tt.set(n,l),u.querySelector(e)===null)){switch(a){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":if(u.querySelector(ve(n)))return}a=u.createElement("link"),El(a,"link",l),ml(a),u.head.appendChild(a)}}}function $d(l,t,u){Nt.S(l,t,u);var a=ma;if(a&&l){var e=Qu(a).hoistableStyles,n=oa(l);t=t||"default";var f=e.get(n);if(!f){var c={loading:0,preload:null};if(f=a.querySelector(se(n)))c.loading=5;else{l=k({rel:"stylesheet",href:l,"data-precedence":t},u),(u=tt.get(n))&&Qc(l,u);var i=f=a.createElement("link");ml(i),El(i,"link",l),i._p=new Promise(function(v,g){i.onload=v,i.onerror=g}),i.addEventListener("load",function(){c.loading|=1}),i.addEventListener("error",function(){c.loading|=2}),c.loading|=4,Dn(f,t,a)}f={type:"stylesheet",instance:f,count:1,state:c},e.set(n,f)}}}function kd(l,t){Nt.X(l,t);var u=ma;if(u&&l){var a=Qu(u).hoistableScripts,e=ra(l),n=a.get(e);n||(n=u.querySelector(ve(e)),n||(l=k({src:l,async:!0},t),(t=tt.get(e))&&jc(l,t),n=u.createElement("script"),ml(n),El(n,"link",l),u.head.appendChild(n)),n={type:"script",instance:n,count:1,state:null},a.set(e,n))}}function Fd(l,t){Nt.M(l,t);var u=ma;if(u&&l){var a=Qu(u).hoistableScripts,e=ra(l),n=a.get(e);n||(n=u.querySelector(ve(e)),n||(l=k({src:l,async:!0,type:"module"},t),(t=tt.get(e))&&jc(l,t),n=u.createElement("script"),ml(n),El(n,"link",l),u.head.appendChild(n)),n={type:"script",instance:n,count:1,state:null},a.set(e,n))}}function g1(l,t,u,a){var e=(e=Yt.current)?Mn(e):null;if(!e)throw Error(o(446));switch(l){case"meta":case"title":return null;case"style":return typeof u.precedence=="string"&&typeof u.href=="string"?(t=oa(u.href),u=Qu(e).hoistableStyles,a=u.get(t),a||(a={type:"style",instance:null,count:0,state:null},u.set(t,a)),a):{type:"void",instance:null,count:0,state:null};case"link":if(u.rel==="stylesheet"&&typeof u.href=="string"&&typeof u.precedence=="string"){l=oa(u.href);var n=Qu(e).hoistableStyles,f=n.get(l);if(f||(e=e.ownerDocument||e,f={type:"stylesheet",instance:null,count:0,state:{loading:0,preload:null}},n.set(l,f),(n=e.querySelector(se(l)))&&!n._p&&(f.instance=n,f.state.loading=5),tt.has(l)||(u={rel:"preload",as:"style",href:u.href,crossOrigin:u.crossOrigin,integrity:u.integrity,media:u.media,hrefLang:u.hrefLang,referrerPolicy:u.referrerPolicy},tt.set(l,u),n||Pd(e,l,u,f.state))),t&&a===null)throw Error(o(528,""));return f}if(t&&a!==null)throw Error(o(529,""));return null;case"script":return t=u.async,u=u.src,typeof u=="string"&&t&&typeof t!="function"&&typeof t!="symbol"?(t=ra(u),u=Qu(e).hoistableScripts,a=u.get(t),a||(a={type:"script",instance:null,count:0,state:null},u.set(t,a)),a):{type:"void",instance:null,count:0,state:null};default:throw Error(o(444,l))}}function oa(l){return'href="'+Kl(l)+'"'}function se(l){return'link[rel="stylesheet"]['+l+"]"}function S1(l){return k({},l,{"data-precedence":l.precedence,precedence:null})}function Pd(l,t,u,a){l.querySelector('link[rel="preload"][as="style"]['+t+"]")?a.loading=1:(t=l.createElement("link"),a.preload=t,t.addEventListener("load",function(){return a.loading|=1}),t.addEventListener("error",function(){return a.loading|=2}),El(t,"link",u),ml(t),l.head.appendChild(t))}function ra(l){return'[src="'+Kl(l)+'"]'}function ve(l){return"script[async]"+l}function b1(l,t,u){if(t.count++,t.instance===null)switch(t.type){case"style":var a=l.querySelector('style[data-href~="'+Kl(u.href)+'"]');if(a)return t.instance=a,ml(a),a;var e=k({},u,{"data-href":u.href,"data-precedence":u.precedence,href:null,precedence:null});return a=(l.ownerDocument||l).createElement("style"),ml(a),El(a,"style",e),Dn(a,u.precedence,l),t.instance=a;case"stylesheet":e=oa(u.href);var n=l.querySelector(se(e));if(n)return t.state.loading|=4,t.instance=n,ml(n),n;a=S1(u),(e=tt.get(e))&&Qc(a,e),n=(l.ownerDocument||l).createElement("link"),ml(n);var f=n;return f._p=new Promise(function(c,i){f.onload=c,f.onerror=i}),El(n,"link",a),t.state.loading|=4,Dn(n,u.precedence,l),t.instance=n;case"script":return n=ra(u.src),(e=l.querySelector(ve(n)))?(t.instance=e,ml(e),e):(a=u,(e=tt.get(n))&&(a=k({},u),jc(a,e)),l=l.ownerDocument||l,e=l.createElement("script"),ml(e),El(e,"link",a),l.head.appendChild(e),t.instance=e);case"void":return null;default:throw Error(o(443,t.type))}else t.type==="stylesheet"&&!(t.state.loading&4)&&(a=t.instance,t.state.loading|=4,Dn(a,u.precedence,l));return t.instance}function Dn(l,t,u){for(var a=u.querySelectorAll('link[rel="stylesheet"][data-precedence],style[data-precedence]'),e=a.length?a[a.length-1]:null,n=e,f=0;f<a.length;f++){var c=a[f];if(c.dataset.precedence===t)n=c;else if(n!==e)break}n?n.parentNode.insertBefore(l,n.nextSibling):(t=u.nodeType===9?u.head:u,t.insertBefore(l,t.firstChild))}function Qc(l,t){l.crossOrigin==null&&(l.crossOrigin=t.crossOrigin),l.referrerPolicy==null&&(l.referrerPolicy=t.referrerPolicy),l.title==null&&(l.title=t.title)}function jc(l,t){l.crossOrigin==null&&(l.crossOrigin=t.crossOrigin),l.referrerPolicy==null&&(l.referrerPolicy=t.referrerPolicy),l.integrity==null&&(l.integrity=t.integrity)}var _n=null;function E1(l,t,u){if(_n===null){var a=new Map,e=_n=new Map;e.set(u,a)}else e=_n,a=e.get(u),a||(a=new Map,e.set(u,a));if(a.has(l))return a;for(a.set(l,null),u=u.getElementsByTagName(l),e=0;e<u.length;e++){var n=u[e];if(!(n[Oa]||n[Ol]||l==="link"&&n.getAttribute("rel")==="stylesheet")&&n.namespaceURI!=="http://www.w3.org/2000/svg"){var f=n.getAttribute(t)||"";f=l+f;var c=a.get(f);c?c.push(n):a.set(f,[n])}}return a}function T1(l,t,u){l=l.ownerDocument||l,l.head.insertBefore(u,t==="title"?l.querySelector("head > title"):null)}function Id(l,t,u){if(u===1||t.itemProp!=null)return!1;switch(l){case"meta":case"title":return!0;case"style":if(typeof t.precedence!="string"||typeof t.href!="string"||t.href==="")break;return!0;case"link":if(typeof t.rel!="string"||typeof t.href!="string"||t.href===""||t.onLoad||t.onError)break;switch(t.rel){case"stylesheet":return l=t.disabled,typeof t.precedence=="string"&&l==null;default:return!0}case"script":if(t.async&&typeof t.async!="function"&&typeof t.async!="symbol"&&!t.onLoad&&!t.onError&&t.src&&typeof t.src=="string")return!0}return!1}function z1(l){return!(l.type==="stylesheet"&&!(l.state.loading&3))}var de=null;function lh(){}function th(l,t,u){if(de===null)throw Error(o(475));var a=de;if(t.type==="stylesheet"&&(typeof u.media!="string"||matchMedia(u.media).matches!==!1)&&!(t.state.loading&4)){if(t.instance===null){var e=oa(u.href),n=l.querySelector(se(e));if(n){l=n._p,l!==null&&typeof l=="object"&&typeof l.then=="function"&&(a.count++,a=Un.bind(a),l.then(a,a)),t.state.loading|=4,t.instance=n,ml(n);return}n=l.ownerDocument||l,u=S1(u),(e=tt.get(e))&&Qc(u,e),n=n.createElement("link"),ml(n);var f=n;f._p=new Promise(function(c,i){f.onload=c,f.onerror=i}),El(n,"link",u),t.instance=n}a.stylesheets===null&&(a.stylesheets=new Map),a.stylesheets.set(t,l),(l=t.state.preload)&&!(t.state.loading&3)&&(a.count++,t=Un.bind(a),l.addEventListener("load",t),l.addEventListener("error",t))}}function uh(){if(de===null)throw Error(o(475));var l=de;return l.stylesheets&&l.count===0&&Zc(l,l.stylesheets),0<l.count?function(t){var u=setTimeout(function(){if(l.stylesheets&&Zc(l,l.stylesheets),l.unsuspend){var a=l.unsuspend;l.unsuspend=null,a()}},6e4);return l.unsuspend=t,function(){l.unsuspend=null,clearTimeout(u)}}:null}function Un(){if(this.count--,this.count===0){if(this.stylesheets)Zc(this,this.stylesheets);else if(this.unsuspend){var l=this.unsuspend;this.unsuspend=null,l()}}}var Rn=null;function Zc(l,t){l.stylesheets=null,l.unsuspend!==null&&(l.count++,Rn=new Map,t.forEach(ah,l),Rn=null,Un.call(l))}function ah(l,t){if(!(t.state.loading&4)){var u=Rn.get(l);if(u)var a=u.get(null);else{u=new Map,Rn.set(l,u);for(var e=l.querySelectorAll("link[data-precedence],style[data-precedence]"),n=0;n<e.length;n++){var f=e[n];(f.nodeName==="LINK"||f.getAttribute("media")!=="not all")&&(u.set(f.dataset.precedence,f),a=f)}a&&u.set(null,a)}e=t.instance,f=e.getAttribute("data-precedence"),n=u.get(f)||a,n===a&&u.set(null,e),u.set(f,e),this.count++,a=Un.bind(this),e.addEventListener("load",a),e.addEventListener("error",a),n?n.parentNode.insertBefore(e,n.nextSibling):(l=l.nodeType===9?l.head:l,l.insertBefore(e,l.firstChild)),t.state.loading|=4}}var he={$$typeof:_l,Provider:null,Consumer:null,_currentValue:J,_currentValue2:J,_threadCount:0};function eh(l,t,u,a,e,n,f,c){this.tag=1,this.containerInfo=l,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.next=this.pendingContext=this.context=this.cancelPendingCommit=null,this.callbackPriority=0,this.expirationTimes=Cn(-1),this.entangledLanes=this.shellSuspendCounter=this.errorRecoveryDisabledLanes=this.finishedLanes=this.expiredLanes=this.warmLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Cn(0),this.hiddenUpdates=Cn(null),this.identifierPrefix=a,this.onUncaughtError=e,this.onCaughtError=n,this.onRecoverableError=f,this.pooledCache=null,this.pooledCacheLanes=0,this.formState=c,this.incompleteTransitions=new Map}function A1(l,t,u,a,e,n,f,c,i,v,g,b){return l=new eh(l,t,u,f,c,i,v,b),t=1,n===!0&&(t|=24),n=Il(3,null,null,t),l.current=n,n.stateNode=l,t=Sf(),t.refCount++,l.pooledCache=t,t.refCount++,n.memoizedState={element:a,isDehydrated:u,cache:t},Pf(n),l}function O1(l){return l?(l=Wu,l):Wu}function M1(l,t,u,a,e,n){e=O1(e),a.context===null?a.context=e:a.pendingContext=e,a=Jt(t),a.payload={element:u},n=n===void 0?null:n,n!==null&&(a.callback=n),u=wt(l,a,t),u!==null&&(Hl(u,l,t),$a(u,l,t))}function D1(l,t){if(l=l.memoizedState,l!==null&&l.dehydrated!==null){var u=l.retryLane;l.retryLane=u!==0&&u<t?u:t}}function Cc(l,t){D1(l,t),(l=l.alternate)&&D1(l,t)}function _1(l){if(l.tag===13){var t=jt(l,67108864);t!==null&&Hl(t,l,67108864),Cc(l,67108864)}}var Hn=!0;function nh(l,t,u,a){var e=H.T;H.T=null;var n=O.p;try{O.p=2,xc(l,t,u,a)}finally{O.p=n,H.T=e}}function fh(l,t,u,a){var e=H.T;H.T=null;var n=O.p;try{O.p=8,xc(l,t,u,a)}finally{O.p=n,H.T=e}}function xc(l,t,u,a){if(Hn){var e=Vc(a);if(e===null)Hc(l,t,a,pn,u),R1(l,a);else if(ih(e,l,t,u,a))a.stopPropagation();else if(R1(l,a),t&4&&-1<ch.indexOf(l)){for(;e!==null;){var n=Xu(e);if(n!==null)switch(n.tag){case 3:if(n=n.stateNode,n.current.memoizedState.isDehydrated){var f=fu(n.pendingLanes);if(f!==0){var c=n;for(c.pendingLanes|=2,c.entangledLanes|=2;f;){var i=1<<31-Gl(f);c.entanglements[1]|=i,f&=~i}mt(n),!(al&6)&&(mn=st()+500,fe(0))}}break;case 13:c=jt(n,2),c!==null&&Hl(c,n,2),gn(),Cc(n,2)}if(n=Vc(a),n===null&&Hc(l,t,a,pn,u),n===e)break;e=n}e!==null&&a.stopPropagation()}else Hc(l,t,a,null,u)}}function Vc(l){return l=Wn(l),Lc(l)}var pn=null;function Lc(l){if(pn=null,l=cu(l),l!==null){var t=ot(l);if(t===null)l=null;else{var u=t.tag;if(u===13){if(l=Te(t),l!==null)return l;l=null}else if(u===3){if(t.stateNode.current.memoizedState.isDehydrated)return t.tag===3?t.stateNode.containerInfo:null;l=null}else t!==l&&(l=null)}}return pn=l,null}function U1(l){switch(l){case"beforetoggle":case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"toggle":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return 2;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return 8;case"message":switch(J1()){case Pc:return 2;case Ic:return 8;case Me:case w1:return 32;case li:return 268435456;default:return 32}default:return 32}}var Kc=!1,lu=null,tu=null,uu=null,ye=new Map,me=new Map,au=[],ch="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset".split(" ");function R1(l,t){switch(l){case"focusin":case"focusout":lu=null;break;case"dragenter":case"dragleave":tu=null;break;case"mouseover":case"mouseout":uu=null;break;case"pointerover":case"pointerout":ye.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":me.delete(t.pointerId)}}function oe(l,t,u,a,e,n){return l===null||l.nativeEvent!==n?(l={blockedOn:t,domEventName:u,eventSystemFlags:a,nativeEvent:n,targetContainers:[e]},t!==null&&(t=Xu(t),t!==null&&_1(t)),l):(l.eventSystemFlags|=a,t=l.targetContainers,e!==null&&t.indexOf(e)===-1&&t.push(e),l)}function ih(l,t,u,a,e){switch(t){case"focusin":return lu=oe(lu,l,t,u,a,e),!0;case"dragenter":return tu=oe(tu,l,t,u,a,e),!0;case"mouseover":return uu=oe(uu,l,t,u,a,e),!0;case"pointerover":var n=e.pointerId;return ye.set(n,oe(ye.get(n)||null,l,t,u,a,e)),!0;case"gotpointercapture":return n=e.pointerId,me.set(n,oe(me.get(n)||null,l,t,u,a,e)),!0}return!1}function H1(l){var t=cu(l.target);if(t!==null){var u=ot(t);if(u!==null){if(t=u.tag,t===13){if(t=Te(u),t!==null){l.blockedOn=t,uv(l.priority,function(){if(u.tag===13){var a=Cl(),e=jt(u,a);e!==null&&Hl(e,u,a),Cc(u,a)}});return}}else if(t===3&&u.stateNode.current.memoizedState.isDehydrated){l.blockedOn=u.tag===3?u.stateNode.containerInfo:null;return}}}l.blockedOn=null}function Nn(l){if(l.blockedOn!==null)return!1;for(var t=l.targetContainers;0<t.length;){var u=Vc(l.nativeEvent);if(u===null){u=l.nativeEvent;var a=new u.constructor(u.type,u);wn=a,u.target.dispatchEvent(a),wn=null}else return t=Xu(u),t!==null&&_1(t),l.blockedOn=u,!1;t.shift()}return!0}function p1(l,t,u){Nn(l)&&u.delete(t)}function sh(){Kc=!1,lu!==null&&Nn(lu)&&(lu=null),tu!==null&&Nn(tu)&&(tu=null),uu!==null&&Nn(uu)&&(uu=null),ye.forEach(p1),me.forEach(p1)}function qn(l,t){l.blockedOn===t&&(l.blockedOn=null,Kc||(Kc=!0,D.unstable_scheduleCallback(D.unstable_NormalPriority,sh)))}var Bn=null;function N1(l){Bn!==l&&(Bn=l,D.unstable_scheduleCallback(D.unstable_NormalPriority,function(){Bn===l&&(Bn=null);for(var t=0;t<l.length;t+=3){var u=l[t],a=l[t+1],e=l[t+2];if(typeof a!="function"){if(Lc(a||u)===null)continue;break}var n=Xu(u);n!==null&&(l.splice(t,3),t-=3,Bf(n,{pending:!0,data:e,method:u.method,action:a},a,e))}}))}function re(l){function t(i){return qn(i,l)}lu!==null&&qn(lu,l),tu!==null&&qn(tu,l),uu!==null&&qn(uu,l),ye.forEach(t),me.forEach(t);for(var u=0;u<au.length;u++){var a=au[u];a.blockedOn===l&&(a.blockedOn=null)}for(;0<au.length&&(u=au[0],u.blockedOn===null);)H1(u),u.blockedOn===null&&au.shift();if(u=(l.ownerDocument||l).$$reactFormReplay,u!=null)for(a=0;a<u.length;a+=3){var e=u[a],n=u[a+1],f=e[pl]||null;if(typeof n=="function")f||N1(u);else if(f){var c=null;if(n&&n.hasAttribute("formAction")){if(e=n,f=n[pl]||null)c=f.formAction;else if(Lc(e)!==null)continue}else c=f.action;typeof c=="function"?u[a+1]=c:(u.splice(a,3),a-=3),N1(u)}}}function Jc(l){this._internalRoot=l}Yn.prototype.render=Jc.prototype.render=function(l){var t=this._internalRoot;if(t===null)throw Error(o(409));var u=t.current,a=Cl();M1(u,a,l,t,null,null)},Yn.prototype.unmount=Jc.prototype.unmount=function(){var l=this._internalRoot;if(l!==null){this._internalRoot=null;var t=l.containerInfo;l.tag===0&&da(),M1(l.current,2,null,l,null,null),gn(),t[Gu]=null}};function Yn(l){this._internalRoot=l}Yn.prototype.unstable_scheduleHydration=function(l){if(l){var t=fi();l={blockedOn:null,target:l,priority:t};for(var u=0;u<au.length&&t!==0&&t<au[u].priority;u++);au.splice(u,0,l),u===0&&H1(l)}};var q1=j.version;if(q1!=="19.0.0")throw Error(o(527,q1,"19.0.0"));O.findDOMNode=function(l){var t=l._reactInternals;if(t===void 0)throw typeof l.render=="function"?Error(o(188)):(l=Object.keys(l).join(","),Error(o(268,l)));return l=T(t),l=l!==null?p(l):null,l=l===null?null:l.stateNode,l};var vh={bundleType:0,version:"19.0.0",rendererPackageName:"react-dom",currentDispatcherRef:H,findFiberByHostInstance:cu,reconcilerVersion:"19.0.0"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var Gn=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!Gn.isDisabled&&Gn.supportsFiber)try{Ta=Gn.inject(vh),Yl=Gn}catch{}}return Se.createRoot=function(l,t){if(!Tl(l))throw Error(o(299));var u=!1,a="",e=k0,n=F0,f=P0,c=null;return t!=null&&(t.unstable_strictMode===!0&&(u=!0),t.identifierPrefix!==void 0&&(a=t.identifierPrefix),t.onUncaughtError!==void 0&&(e=t.onUncaughtError),t.onCaughtError!==void 0&&(n=t.onCaughtError),t.onRecoverableError!==void 0&&(f=t.onRecoverableError),t.unstable_transitionCallbacks!==void 0&&(c=t.unstable_transitionCallbacks)),t=A1(l,1,!1,null,null,u,a,e,n,f,c,null),l[Gu]=t.current,Rc(l.nodeType===8?l.parentNode:l),new Jc(t)},Se.hydrateRoot=function(l,t,u){if(!Tl(l))throw Error(o(299));var a=!1,e="",n=k0,f=F0,c=P0,i=null,v=null;return u!=null&&(u.unstable_strictMode===!0&&(a=!0),u.identifierPrefix!==void 0&&(e=u.identifierPrefix),u.onUncaughtError!==void 0&&(n=u.onUncaughtError),u.onCaughtError!==void 0&&(f=u.onCaughtError),u.onRecoverableError!==void 0&&(c=u.onRecoverableError),u.unstable_transitionCallbacks!==void 0&&(i=u.unstable_transitionCallbacks),u.formState!==void 0&&(v=u.formState)),t=A1(l,1,!0,t,u??null,a,e,n,f,c,i,v),t.context=O1(null),u=t.current,a=Cl(),e=Jt(a),e.callback=null,wt(u,e,a),t.current.lanes=a,Aa(t,a),mt(t),l[Gu]=t.current,Rc(l),new Yn(t)},Se.version="19.0.0",Se}var C1;function Sh(){if(C1)return $c.exports;C1=1;function D(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(D)}catch(j){console.error(j)}}return D(),$c.exports=gh(),$c.exports}var bh=Sh();const ph=x1(bh);var Nh=V1();function Eh({title:D,titleId:j,...L},o){return w.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:o,"aria-labelledby":j},L),D?w.createElement("title",{id:j},D):null,w.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m4.5 19.5 15-15m0 0H8.25m11.25 0v11.25"}))}const qh=w.forwardRef(Eh);function Th({title:D,titleId:j,...L},o){return w.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:o,"aria-labelledby":j},L),D?w.createElement("title",{id:j},D):null,w.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5"}))}const Bh=w.forwardRef(Th);function zh({title:D,titleId:j,...L},o){return w.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:o,"aria-labelledby":j},L),D?w.createElement("title",{id:j},D):null,w.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m3.75 13.5 10.5-11.25L12 10.5h8.25L9.75 21.75 12 13.5H3.75Z"}))}const Yh=w.forwardRef(zh);function Ah({title:D,titleId:j,...L},o){return w.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:o,"aria-labelledby":j},L),D?w.createElement("title",{id:j},D):null,w.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 13.125C3 12.504 3.504 12 4.125 12h2.25c.621 0 1.125.504 1.125 1.125v6.75C7.5 20.496 6.996 21 6.375 21h-2.25A1.125 1.125 0 0 1 3 19.875v-6.75ZM9.75 8.625c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125v11.25c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 0 1-1.125-1.125V8.625ZM16.5 4.125c0-.621.504-1.125 1.125-1.125h2.25C20.496 3 21 3.504 21 4.125v15.75c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 0 1-1.125-1.125V4.125Z"}))}const Gh=w.forwardRef(Ah);function Oh({title:D,titleId:j,...L},o){return w.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:o,"aria-labelledby":j},L),D?w.createElement("title",{id:j},D):null,w.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m2.25 15.75 5.159-5.159a2.25 2.25 0 0 1 3.182 0l5.159 5.159m-1.5-1.5 1.409-1.409a2.25 2.25 0 0 1 3.182 0l2.909 2.909m-18 3.75h16.5a1.5 1.5 0 0 0 1.5-1.5V6a1.5 1.5 0 0 0-1.5-1.5H3.75A1.5 1.5 0 0 0 2.25 6v12a1.5 1.5 0 0 0 1.5 1.5Zm10.5-11.25h.008v.008h-.008V8.25Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z"}))}const Xh=w.forwardRef(Oh);function Mh({title:D,titleId:j,...L},o){return w.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:o,"aria-labelledby":j},L),D?w.createElement("title",{id:j},D):null,w.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.813 15.904 9 18.75l-.813-2.846a4.5 4.5 0 0 0-3.09-3.09L2.25 12l2.846-.813a4.5 4.5 0 0 0 3.09-3.09L9 5.25l.813 2.846a4.5 4.5 0 0 0 3.09 3.09L15.75 12l-2.846.813a4.5 4.5 0 0 0-3.09 3.09ZM18.259 8.715 18 9.75l-.259-1.035a3.375 3.375 0 0 0-2.455-2.456L14.25 6l1.036-.259a3.375 3.375 0 0 0 2.455-2.456L18 2.25l.259 1.035a3.375 3.375 0 0 0 2.456 2.456L21.75 6l-1.035.259a3.375 3.375 0 0 0-2.456 2.456ZM16.894 20.567 16.5 21.75l-.394-1.183a2.25 2.25 0 0 0-1.423-1.423L13.5 18.75l1.183-.394a2.25 2.25 0 0 0 1.423-1.423l.394-1.183.394 1.183a2.25 2.25 0 0 0 1.423 1.423l1.183.394-1.183.394a2.25 2.25 0 0 0-1.423 1.423Z"}))}const Qh=w.forwardRef(Mh);function Dh({title:D,titleId:j,...L},o){return w.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:o,"aria-labelledby":j},L),D?w.createElement("title",{id:j},D):null,w.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18 18 6M6 6l12 12"}))}const jh=w.forwardRef(Dh);export{qh as F,ph as R,Hh as a,jh as b,Bh as c,Nh as d,Gh as e,Qh as f,Yh as g,Xh as h,Fc as i,Rh as j,bh as k,w as r}; diff --git a/frontend/dist/assets/js/vendor-react-core-DjsjKnCi.js b/frontend/dist/assets/js/vendor-react-core-DjsjKnCi.js deleted file mode 100644 index c233a31a..00000000 --- a/frontend/dist/assets/js/vendor-react-core-DjsjKnCi.js +++ /dev/null @@ -1,41 +0,0 @@ -import{g as vd,r as yd}from"./vendor-other-CdRIx1s3.js";var Jc={exports:{}},ge={};/** - * @license React - * react-jsx-runtime.production.js - * - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */var Yv;function dd(){if(Yv)return ge;Yv=1;var Z=Symbol.for("react.transitional.element"),ql=Symbol.for("react.fragment");function Ol(S,rl,Yl){var bl=null;if(Yl!==void 0&&(bl=""+Yl),rl.key!==void 0&&(bl=""+rl.key),"key"in rl){Yl={};for(var El in rl)El!=="key"&&(Yl[El]=rl[El])}else Yl=rl;return rl=Yl.ref,{$$typeof:Z,type:S,key:bl,ref:rl!==void 0?rl:null,props:Yl}}return ge.Fragment=ql,ge.jsx=Ol,ge.jsxs=Ol,ge}var pv;function hd(){return pv||(pv=1,Jc.exports=dd()),Jc.exports}var Ed=hd(),wc={exports:{}},q={};/** - * @license React - * react.production.js - * - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */var Bv;function md(){if(Bv)return q;Bv=1;var Z=Symbol.for("react.transitional.element"),ql=Symbol.for("react.portal"),Ol=Symbol.for("react.fragment"),S=Symbol.for("react.strict_mode"),rl=Symbol.for("react.profiler"),Yl=Symbol.for("react.consumer"),bl=Symbol.for("react.context"),El=Symbol.for("react.forward_ref"),_=Symbol.for("react.suspense"),E=Symbol.for("react.memo"),V=Symbol.for("react.lazy"),Cl=Symbol.iterator;function eu(y){return y===null||typeof y!="object"?null:(y=Cl&&y[Cl]||y["@@iterator"],typeof y=="function"?y:null)}var Dl={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},_u=Object.assign,Uu={};function nt(y,T,H){this.props=y,this.context=T,this.refs=Uu,this.updater=H||Dl}nt.prototype.isReactComponent={},nt.prototype.setState=function(y,T){if(typeof y!="object"&&typeof y!="function"&&y!=null)throw Error("takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,y,T,"setState")},nt.prototype.forceUpdate=function(y){this.updater.enqueueForceUpdate(this,y,"forceUpdate")};function Ru(){}Ru.prototype=nt.prototype;function xl(y,T,H){this.props=y,this.context=T,this.refs=Uu,this.updater=H||Dl}var Hu=xl.prototype=new Ru;Hu.constructor=xl,_u(Hu,nt.prototype),Hu.isPureReactComponent=!0;var re=Array.isArray,$={H:null,A:null,T:null,S:null},qt=Object.prototype.hasOwnProperty;function ga(y,T,H,U,O,L){return H=L.ref,{$$typeof:Z,type:y,key:T,ref:H!==void 0?H:null,props:L}}function oa(y,T){return ga(y.type,T,void 0,void 0,void 0,y.props)}function R(y){return typeof y=="object"&&y!==null&&y.$$typeof===Z}function w(y){var T={"=":"=0",":":"=2"};return"$"+y.replace(/[=:]/g,function(H){return T[H]})}var Nu=/\/+/g;function qu(y,T){return typeof y=="object"&&y!==null&&y.key!=null?w(""+y.key):T.toString(36)}function Yt(){}function ra(y){switch(y.status){case"fulfilled":return y.value;case"rejected":throw y.reason;default:switch(typeof y.status=="string"?y.then(Yt,Yt):(y.status="pending",y.then(function(T){y.status==="pending"&&(y.status="fulfilled",y.value=T)},function(T){y.status==="pending"&&(y.status="rejected",y.reason=T)})),y.status){case"fulfilled":return y.value;case"rejected":throw y.reason}}throw y}function ft(y,T,H,U,O){var L=typeof y;(L==="undefined"||L==="boolean")&&(y=null);var Y=!1;if(y===null)Y=!0;else switch(L){case"bigint":case"string":case"number":Y=!0;break;case"object":switch(y.$$typeof){case Z:case ql:Y=!0;break;case V:return Y=y._init,ft(Y(y._payload),T,H,U,O)}}if(Y)return O=O(y),Y=U===""?"."+qu(y,0):U,re(O)?(H="",Y!=null&&(H=Y.replace(Nu,"$&/")+"/"),ft(O,T,H,"",function(nl){return nl})):O!=null&&(R(O)&&(O=oa(O,H+(O.key==null||y&&y.key===O.key?"":(""+O.key).replace(Nu,"$&/")+"/")+Y)),T.push(O)),1;Y=0;var Ml=U===""?".":U+":";if(re(y))for(var x=0;x<y.length;x++)U=y[x],L=Ml+qu(U,x),Y+=ft(U,T,H,L,O);else if(x=eu(y),typeof x=="function")for(y=x.call(y),x=0;!(U=y.next()).done;)U=U.value,L=Ml+qu(U,x++),Y+=ft(U,T,H,L,O);else if(L==="object"){if(typeof y.then=="function")return ft(ra(y),T,H,U,O);throw T=String(y),Error("Objects are not valid as a React child (found: "+(T==="[object Object]"?"object with keys {"+Object.keys(y).join(", ")+"}":T)+"). If you meant to render a collection of children, use an array instead.")}return Y}function Yu(y,T,H){if(y==null)return y;var U=[],O=0;return ft(y,U,"","",function(L){return T.call(H,L,O++)}),U}function be(y){if(y._status===-1){var T=y._result;T=T(),T.then(function(H){(y._status===0||y._status===-1)&&(y._status=1,y._result=H)},function(H){(y._status===0||y._status===-1)&&(y._status=2,y._result=H)}),y._status===-1&&(y._status=0,y._result=T)}if(y._status===1)return y._result.default;throw y._result}var mt=typeof reportError=="function"?reportError:function(y){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var T=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof y=="object"&&y!==null&&typeof y.message=="string"?String(y.message):String(y),error:y});if(!window.dispatchEvent(T))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",y);return}console.error(y)};function Ee(){}return q.Children={map:Yu,forEach:function(y,T,H){Yu(y,function(){T.apply(this,arguments)},H)},count:function(y){var T=0;return Yu(y,function(){T++}),T},toArray:function(y){return Yu(y,function(T){return T})||[]},only:function(y){if(!R(y))throw Error("React.Children.only expected to receive a single React element child.");return y}},q.Component=nt,q.Fragment=Ol,q.Profiler=rl,q.PureComponent=xl,q.StrictMode=S,q.Suspense=_,q.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=$,q.act=function(){throw Error("act(...) is not supported in production builds of React.")},q.cache=function(y){return function(){return y.apply(null,arguments)}},q.cloneElement=function(y,T,H){if(y==null)throw Error("The argument must be a React element, but you passed "+y+".");var U=_u({},y.props),O=y.key,L=void 0;if(T!=null)for(Y in T.ref!==void 0&&(L=void 0),T.key!==void 0&&(O=""+T.key),T)!qt.call(T,Y)||Y==="key"||Y==="__self"||Y==="__source"||Y==="ref"&&T.ref===void 0||(U[Y]=T[Y]);var Y=arguments.length-2;if(Y===1)U.children=H;else if(1<Y){for(var Ml=Array(Y),x=0;x<Y;x++)Ml[x]=arguments[x+2];U.children=Ml}return ga(y.type,O,void 0,void 0,L,U)},q.createContext=function(y){return y={$$typeof:bl,_currentValue:y,_currentValue2:y,_threadCount:0,Provider:null,Consumer:null},y.Provider=y,y.Consumer={$$typeof:Yl,_context:y},y},q.createElement=function(y,T,H){var U,O={},L=null;if(T!=null)for(U in T.key!==void 0&&(L=""+T.key),T)qt.call(T,U)&&U!=="key"&&U!=="__self"&&U!=="__source"&&(O[U]=T[U]);var Y=arguments.length-2;if(Y===1)O.children=H;else if(1<Y){for(var Ml=Array(Y),x=0;x<Y;x++)Ml[x]=arguments[x+2];O.children=Ml}if(y&&y.defaultProps)for(U in Y=y.defaultProps,Y)O[U]===void 0&&(O[U]=Y[U]);return ga(y,L,void 0,void 0,null,O)},q.createRef=function(){return{current:null}},q.forwardRef=function(y){return{$$typeof:El,render:y}},q.isValidElement=R,q.lazy=function(y){return{$$typeof:V,_payload:{_status:-1,_result:y},_init:be}},q.memo=function(y,T){return{$$typeof:E,type:y,compare:T===void 0?null:T}},q.startTransition=function(y){var T=$.T,H={};$.T=H;try{var U=y(),O=$.S;O!==null&&O(H,U),typeof U=="object"&&U!==null&&typeof U.then=="function"&&U.then(Ee,mt)}catch(L){mt(L)}finally{$.T=T}},q.unstable_useCacheRefresh=function(){return $.H.useCacheRefresh()},q.use=function(y){return $.H.use(y)},q.useActionState=function(y,T,H){return $.H.useActionState(y,T,H)},q.useCallback=function(y,T){return $.H.useCallback(y,T)},q.useContext=function(y){return $.H.useContext(y)},q.useDebugValue=function(){},q.useDeferredValue=function(y,T){return $.H.useDeferredValue(y,T)},q.useEffect=function(y,T){return $.H.useEffect(y,T)},q.useId=function(){return $.H.useId()},q.useImperativeHandle=function(y,T,H){return $.H.useImperativeHandle(y,T,H)},q.useInsertionEffect=function(y,T){return $.H.useInsertionEffect(y,T)},q.useLayoutEffect=function(y,T){return $.H.useLayoutEffect(y,T)},q.useMemo=function(y,T){return $.H.useMemo(y,T)},q.useOptimistic=function(y,T){return $.H.useOptimistic(y,T)},q.useReducer=function(y,T,H){return $.H.useReducer(y,T,H)},q.useRef=function(y){return $.H.useRef(y)},q.useState=function(y){return $.H.useState(y)},q.useSyncExternalStore=function(y,T,H){return $.H.useSyncExternalStore(y,T,H)},q.useTransition=function(){return $.H.useTransition()},q.version="19.0.0",q}var Gv;function kc(){return Gv||(Gv=1,wc.exports=md()),wc.exports}var Sd=kc();const Td=vd(Sd);var Wc={exports:{}},oe={},$c={exports:{}},Al={};/** - * @license React - * react-dom.production.js - * - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */var Xv;function gd(){if(Xv)return Al;Xv=1;var Z=kc();function ql(_){var E="https://react.dev/errors/"+_;if(1<arguments.length){E+="?args[]="+encodeURIComponent(arguments[1]);for(var V=2;V<arguments.length;V++)E+="&args[]="+encodeURIComponent(arguments[V])}return"Minified React error #"+_+"; visit "+E+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function Ol(){}var S={d:{f:Ol,r:function(){throw Error(ql(522))},D:Ol,C:Ol,L:Ol,m:Ol,X:Ol,S:Ol,M:Ol},p:0,findDOMNode:null},rl=Symbol.for("react.portal");function Yl(_,E,V){var Cl=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:rl,key:Cl==null?null:""+Cl,children:_,containerInfo:E,implementation:V}}var bl=Z.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;function El(_,E){if(_==="font")return"";if(typeof E=="string")return E==="use-credentials"?E:""}return Al.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=S,Al.createPortal=function(_,E){var V=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!E||E.nodeType!==1&&E.nodeType!==9&&E.nodeType!==11)throw Error(ql(299));return Yl(_,E,null,V)},Al.flushSync=function(_){var E=bl.T,V=S.p;try{if(bl.T=null,S.p=2,_)return _()}finally{bl.T=E,S.p=V,S.d.f()}},Al.preconnect=function(_,E){typeof _=="string"&&(E?(E=E.crossOrigin,E=typeof E=="string"?E==="use-credentials"?E:"":void 0):E=null,S.d.C(_,E))},Al.prefetchDNS=function(_){typeof _=="string"&&S.d.D(_)},Al.preinit=function(_,E){if(typeof _=="string"&&E&&typeof E.as=="string"){var V=E.as,Cl=El(V,E.crossOrigin),eu=typeof E.integrity=="string"?E.integrity:void 0,Dl=typeof E.fetchPriority=="string"?E.fetchPriority:void 0;V==="style"?S.d.S(_,typeof E.precedence=="string"?E.precedence:void 0,{crossOrigin:Cl,integrity:eu,fetchPriority:Dl}):V==="script"&&S.d.X(_,{crossOrigin:Cl,integrity:eu,fetchPriority:Dl,nonce:typeof E.nonce=="string"?E.nonce:void 0})}},Al.preinitModule=function(_,E){if(typeof _=="string")if(typeof E=="object"&&E!==null){if(E.as==null||E.as==="script"){var V=El(E.as,E.crossOrigin);S.d.M(_,{crossOrigin:V,integrity:typeof E.integrity=="string"?E.integrity:void 0,nonce:typeof E.nonce=="string"?E.nonce:void 0})}}else E==null&&S.d.M(_)},Al.preload=function(_,E){if(typeof _=="string"&&typeof E=="object"&&E!==null&&typeof E.as=="string"){var V=E.as,Cl=El(V,E.crossOrigin);S.d.L(_,V,{crossOrigin:Cl,integrity:typeof E.integrity=="string"?E.integrity:void 0,nonce:typeof E.nonce=="string"?E.nonce:void 0,type:typeof E.type=="string"?E.type:void 0,fetchPriority:typeof E.fetchPriority=="string"?E.fetchPriority:void 0,referrerPolicy:typeof E.referrerPolicy=="string"?E.referrerPolicy:void 0,imageSrcSet:typeof E.imageSrcSet=="string"?E.imageSrcSet:void 0,imageSizes:typeof E.imageSizes=="string"?E.imageSizes:void 0,media:typeof E.media=="string"?E.media:void 0})}},Al.preloadModule=function(_,E){if(typeof _=="string")if(E){var V=El(E.as,E.crossOrigin);S.d.m(_,{as:typeof E.as=="string"&&E.as!=="script"?E.as:void 0,crossOrigin:V,integrity:typeof E.integrity=="string"?E.integrity:void 0})}else S.d.m(_)},Al.requestFormReset=function(_){S.d.r(_)},Al.unstable_batchedUpdates=function(_,E){return _(E)},Al.useFormState=function(_,E,V){return bl.H.useFormState(_,E,V)},Al.useFormStatus=function(){return bl.H.useHostTransitionStatus()},Al.version="19.0.0",Al}var Qv;function Cv(){if(Qv)return $c.exports;Qv=1;function Z(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(Z)}catch(ql){console.error(ql)}}return Z(),$c.exports=gd(),$c.exports}/** - * @license React - * react-dom-client.production.js - * - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */var Zv;function od(){if(Zv)return oe;Zv=1;var Z=yd(),ql=kc(),Ol=Cv();function S(l){var t="https://react.dev/errors/"+l;if(1<arguments.length){t+="?args[]="+encodeURIComponent(arguments[1]);for(var u=2;u<arguments.length;u++)t+="&args[]="+encodeURIComponent(arguments[u])}return"Minified React error #"+l+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function rl(l){return!(!l||l.nodeType!==1&&l.nodeType!==9&&l.nodeType!==11)}var Yl=Symbol.for("react.element"),bl=Symbol.for("react.transitional.element"),El=Symbol.for("react.portal"),_=Symbol.for("react.fragment"),E=Symbol.for("react.strict_mode"),V=Symbol.for("react.profiler"),Cl=Symbol.for("react.provider"),eu=Symbol.for("react.consumer"),Dl=Symbol.for("react.context"),_u=Symbol.for("react.forward_ref"),Uu=Symbol.for("react.suspense"),nt=Symbol.for("react.suspense_list"),Ru=Symbol.for("react.memo"),xl=Symbol.for("react.lazy"),Hu=Symbol.for("react.offscreen"),re=Symbol.for("react.memo_cache_sentinel"),$=Symbol.iterator;function qt(l){return l===null||typeof l!="object"?null:(l=$&&l[$]||l["@@iterator"],typeof l=="function"?l:null)}var ga=Symbol.for("react.client.reference");function oa(l){if(l==null)return null;if(typeof l=="function")return l.$$typeof===ga?null:l.displayName||l.name||null;if(typeof l=="string")return l;switch(l){case _:return"Fragment";case El:return"Portal";case V:return"Profiler";case E:return"StrictMode";case Uu:return"Suspense";case nt:return"SuspenseList"}if(typeof l=="object")switch(l.$$typeof){case Dl:return(l.displayName||"Context")+".Provider";case eu:return(l._context.displayName||"Context")+".Consumer";case _u:var t=l.render;return l=l.displayName,l||(l=t.displayName||t.name||"",l=l!==""?"ForwardRef("+l+")":"ForwardRef"),l;case Ru:return t=l.displayName||null,t!==null?t:oa(l.type)||"Memo";case xl:t=l._payload,l=l._init;try{return oa(l(t))}catch{}}return null}var R=ql.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,w=Object.assign,Nu,qu;function Yt(l){if(Nu===void 0)try{throw Error()}catch(u){var t=u.stack.trim().match(/\n( *(at )?)/);Nu=t&&t[1]||"",qu=-1<u.stack.indexOf(` - at`)?" (<anonymous>)":-1<u.stack.indexOf("@")?"@unknown:0:0":""}return` -`+Nu+l+qu}var ra=!1;function ft(l,t){if(!l||ra)return"";ra=!0;var u=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{var a={DetermineComponentFrameRoot:function(){try{if(t){var b=function(){throw Error()};if(Object.defineProperty(b.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(b,[])}catch(g){var m=g}Reflect.construct(l,[],b)}else{try{b.call()}catch(g){m=g}l.call(b.prototype)}}else{try{throw Error()}catch(g){m=g}(b=l())&&typeof b.catch=="function"&&b.catch(function(){})}}catch(g){if(g&&m&&typeof g.stack=="string")return[g.stack,m.stack]}return[null,null]}};a.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var e=Object.getOwnPropertyDescriptor(a.DetermineComponentFrameRoot,"name");e&&e.configurable&&Object.defineProperty(a.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});var n=a.DetermineComponentFrameRoot(),f=n[0],c=n[1];if(f&&c){var i=f.split(` -`),v=c.split(` -`);for(e=a=0;a<i.length&&!i[a].includes("DetermineComponentFrameRoot");)a++;for(;e<v.length&&!v[e].includes("DetermineComponentFrameRoot");)e++;if(a===i.length||e===v.length)for(a=i.length-1,e=v.length-1;1<=a&&0<=e&&i[a]!==v[e];)e--;for(;1<=a&&0<=e;a--,e--)if(i[a]!==v[e]){if(a!==1||e!==1)do if(a--,e--,0>e||i[a]!==v[e]){var o=` -`+i[a].replace(" at new "," at ");return l.displayName&&o.includes("<anonymous>")&&(o=o.replace("<anonymous>",l.displayName)),o}while(1<=a&&0<=e);break}}}finally{ra=!1,Error.prepareStackTrace=u}return(u=l?l.displayName||l.name:"")?Yt(u):""}function Yu(l){switch(l.tag){case 26:case 27:case 5:return Yt(l.type);case 16:return Yt("Lazy");case 13:return Yt("Suspense");case 19:return Yt("SuspenseList");case 0:case 15:return l=ft(l.type,!1),l;case 11:return l=ft(l.type.render,!1),l;case 1:return l=ft(l.type,!0),l;default:return""}}function be(l){try{var t="";do t+=Yu(l),l=l.return;while(l);return t}catch(u){return` -Error generating stack: `+u.message+` -`+u.stack}}function mt(l){var t=l,u=l;if(l.alternate)for(;t.return;)t=t.return;else{l=t;do t=l,t.flags&4098&&(u=t.return),l=t.return;while(l)}return t.tag===3?u:null}function Ee(l){if(l.tag===13){var t=l.memoizedState;if(t===null&&(l=l.alternate,l!==null&&(t=l.memoizedState)),t!==null)return t.dehydrated}return null}function y(l){if(mt(l)!==l)throw Error(S(188))}function T(l){var t=l.alternate;if(!t){if(t=mt(l),t===null)throw Error(S(188));return t!==l?null:l}for(var u=l,a=t;;){var e=u.return;if(e===null)break;var n=e.alternate;if(n===null){if(a=e.return,a!==null){u=a;continue}break}if(e.child===n.child){for(n=e.child;n;){if(n===u)return y(e),l;if(n===a)return y(e),t;n=n.sibling}throw Error(S(188))}if(u.return!==a.return)u=e,a=n;else{for(var f=!1,c=e.child;c;){if(c===u){f=!0,u=e,a=n;break}if(c===a){f=!0,a=e,u=n;break}c=c.sibling}if(!f){for(c=n.child;c;){if(c===u){f=!0,u=n,a=e;break}if(c===a){f=!0,a=n,u=e;break}c=c.sibling}if(!f)throw Error(S(189))}}if(u.alternate!==a)throw Error(S(190))}if(u.tag!==3)throw Error(S(188));return u.stateNode.current===u?l:t}function H(l){var t=l.tag;if(t===5||t===26||t===27||t===6)return l;for(l=l.child;l!==null;){if(t=H(l),t!==null)return t;l=l.sibling}return null}var U=Array.isArray,O=Ol.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,L={pending:!1,data:null,method:null,action:null},Y=[],Ml=-1;function x(l){return{current:l}}function nl(l){0>Ml||(l.current=Y[Ml],Y[Ml]=null,Ml--)}function P(l,t){Ml++,Y[Ml]=l.current,l.current=t}var ct=x(null),ba=x(null),pt=x(null),Te=x(null);function ze(l,t){switch(P(pt,t),P(ba,l),P(ct,null),l=t.nodeType,l){case 9:case 11:t=(t=t.documentElement)&&(t=t.namespaceURI)?iv(t):0;break;default:if(l=l===8?t.parentNode:t,t=l.tagName,l=l.namespaceURI)l=iv(l),t=sv(l,t);else switch(t){case"svg":t=1;break;case"math":t=2;break;default:t=0}}nl(ct),P(ct,t)}function pu(){nl(ct),nl(ba),nl(pt)}function Gn(l){l.memoizedState!==null&&P(Te,l);var t=ct.current,u=sv(t,l.type);t!==u&&(P(ba,l),P(ct,u))}function Ae(l){ba.current===l&&(nl(ct),nl(ba)),Te.current===l&&(nl(Te),ye._currentValue=L)}var Xn=Object.prototype.hasOwnProperty,Qn=Z.unstable_scheduleCallback,Zn=Z.unstable_cancelCallback,xv=Z.unstable_shouldYield,Vv=Z.unstable_requestPaint,it=Z.unstable_now,Lv=Z.unstable_getCurrentPriorityLevel,Fc=Z.unstable_ImmediatePriority,Pc=Z.unstable_UserBlockingPriority,Oe=Z.unstable_NormalPriority,Kv=Z.unstable_LowPriority,Ic=Z.unstable_IdlePriority,Jv=Z.log,wv=Z.unstable_setDisableYieldValue,Ea=null,pl=null;function Wv(l){if(pl&&typeof pl.onCommitFiberRoot=="function")try{pl.onCommitFiberRoot(Ea,l,void 0,(l.current.flags&128)===128)}catch{}}function Bt(l){if(typeof Jv=="function"&&wv(l),pl&&typeof pl.setStrictMode=="function")try{pl.setStrictMode(Ea,l)}catch{}}var Bl=Math.clz32?Math.clz32:Fv,$v=Math.log,kv=Math.LN2;function Fv(l){return l>>>=0,l===0?32:31-($v(l)/kv|0)|0}var De=128,Me=4194304;function nu(l){var t=l&42;if(t!==0)return t;switch(l&-l){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:return 64;case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return l&4194176;case 4194304:case 8388608:case 16777216:case 33554432:return l&62914560;case 67108864:return 67108864;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 0;default:return l}}function _e(l,t){var u=l.pendingLanes;if(u===0)return 0;var a=0,e=l.suspendedLanes,n=l.pingedLanes,f=l.warmLanes;l=l.finishedLanes!==0;var c=u&134217727;return c!==0?(u=c&~e,u!==0?a=nu(u):(n&=c,n!==0?a=nu(n):l||(f=c&~f,f!==0&&(a=nu(f))))):(c=u&~e,c!==0?a=nu(c):n!==0?a=nu(n):l||(f=u&~f,f!==0&&(a=nu(f)))),a===0?0:t!==0&&t!==a&&!(t&e)&&(e=a&-a,f=t&-t,e>=f||e===32&&(f&4194176)!==0)?t:a}function Ta(l,t){return(l.pendingLanes&~(l.suspendedLanes&~l.pingedLanes)&t)===0}function Pv(l,t){switch(l){case 1:case 2:case 4:case 8:return t+250;case 16:case 32:case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return t+5e3;case 4194304:case 8388608:case 16777216:case 33554432:return-1;case 67108864:case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return-1}}function li(){var l=De;return De<<=1,!(De&4194176)&&(De=128),l}function ti(){var l=Me;return Me<<=1,!(Me&62914560)&&(Me=4194304),l}function jn(l){for(var t=[],u=0;31>u;u++)t.push(l);return t}function za(l,t){l.pendingLanes|=t,t!==268435456&&(l.suspendedLanes=0,l.pingedLanes=0,l.warmLanes=0)}function Iv(l,t,u,a,e,n){var f=l.pendingLanes;l.pendingLanes=u,l.suspendedLanes=0,l.pingedLanes=0,l.warmLanes=0,l.expiredLanes&=u,l.entangledLanes&=u,l.errorRecoveryDisabledLanes&=u,l.shellSuspendCounter=0;var c=l.entanglements,i=l.expirationTimes,v=l.hiddenUpdates;for(u=f&~u;0<u;){var o=31-Bl(u),b=1<<o;c[o]=0,i[o]=-1;var m=v[o];if(m!==null)for(v[o]=null,o=0;o<m.length;o++){var g=m[o];g!==null&&(g.lane&=-536870913)}u&=~b}a!==0&&ui(l,a,0),n!==0&&e===0&&l.tag!==0&&(l.suspendedLanes|=n&~(f&~t))}function ui(l,t,u){l.pendingLanes|=t,l.suspendedLanes&=~t;var a=31-Bl(t);l.entangledLanes|=t,l.entanglements[a]=l.entanglements[a]|1073741824|u&4194218}function ai(l,t){var u=l.entangledLanes|=t;for(l=l.entanglements;u;){var a=31-Bl(u),e=1<<a;e&t|l[a]&t&&(l[a]|=t),u&=~e}}function ei(l){return l&=-l,2<l?8<l?l&134217727?32:268435456:8:2}function ni(){var l=O.p;return l!==0?l:(l=window.event,l===void 0?32:_v(l.type))}function ly(l,t){var u=O.p;try{return O.p=l,t()}finally{O.p=u}}var Gt=Math.random().toString(36).slice(2),Tl="__reactFiber$"+Gt,Rl="__reactProps$"+Gt,Bu="__reactContainer$"+Gt,Cn="__reactEvents$"+Gt,ty="__reactListeners$"+Gt,uy="__reactHandles$"+Gt,fi="__reactResources$"+Gt,Aa="__reactMarker$"+Gt;function xn(l){delete l[Tl],delete l[Rl],delete l[Cn],delete l[ty],delete l[uy]}function fu(l){var t=l[Tl];if(t)return t;for(var u=l.parentNode;u;){if(t=u[Bu]||u[Tl]){if(u=t.alternate,t.child!==null||u!==null&&u.child!==null)for(l=dv(l);l!==null;){if(u=l[Tl])return u;l=dv(l)}return t}l=u,u=l.parentNode}return null}function Gu(l){if(l=l[Tl]||l[Bu]){var t=l.tag;if(t===5||t===6||t===13||t===26||t===27||t===3)return l}return null}function Oa(l){var t=l.tag;if(t===5||t===26||t===27||t===6)return l.stateNode;throw Error(S(33))}function Xu(l){var t=l[fi];return t||(t=l[fi]={hoistableStyles:new Map,hoistableScripts:new Map}),t}function yl(l){l[Aa]=!0}var ci=new Set,ii={};function cu(l,t){Qu(l,t),Qu(l+"Capture",t)}function Qu(l,t){for(ii[l]=t,l=0;l<t.length;l++)ci.add(t[l])}var St=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),ay=RegExp("^[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD][:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$"),si={},vi={};function ey(l){return Xn.call(vi,l)?!0:Xn.call(si,l)?!1:ay.test(l)?vi[l]=!0:(si[l]=!0,!1)}function Ue(l,t,u){if(ey(t))if(u===null)l.removeAttribute(t);else{switch(typeof u){case"undefined":case"function":case"symbol":l.removeAttribute(t);return;case"boolean":var a=t.toLowerCase().slice(0,5);if(a!=="data-"&&a!=="aria-"){l.removeAttribute(t);return}}l.setAttribute(t,""+u)}}function Re(l,t,u){if(u===null)l.removeAttribute(t);else{switch(typeof u){case"undefined":case"function":case"symbol":case"boolean":l.removeAttribute(t);return}l.setAttribute(t,""+u)}}function gt(l,t,u,a){if(a===null)l.removeAttribute(u);else{switch(typeof a){case"undefined":case"function":case"symbol":case"boolean":l.removeAttribute(u);return}l.setAttributeNS(t,u,""+a)}}function Vl(l){switch(typeof l){case"bigint":case"boolean":case"number":case"string":case"undefined":return l;case"object":return l;default:return""}}function yi(l){var t=l.type;return(l=l.nodeName)&&l.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function ny(l){var t=yi(l)?"checked":"value",u=Object.getOwnPropertyDescriptor(l.constructor.prototype,t),a=""+l[t];if(!l.hasOwnProperty(t)&&typeof u<"u"&&typeof u.get=="function"&&typeof u.set=="function"){var e=u.get,n=u.set;return Object.defineProperty(l,t,{configurable:!0,get:function(){return e.call(this)},set:function(f){a=""+f,n.call(this,f)}}),Object.defineProperty(l,t,{enumerable:u.enumerable}),{getValue:function(){return a},setValue:function(f){a=""+f},stopTracking:function(){l._valueTracker=null,delete l[t]}}}}function He(l){l._valueTracker||(l._valueTracker=ny(l))}function di(l){if(!l)return!1;var t=l._valueTracker;if(!t)return!0;var u=t.getValue(),a="";return l&&(a=yi(l)?l.checked?"true":"false":l.value),l=a,l!==u?(t.setValue(l),!0):!1}function Ne(l){if(l=l||(typeof document<"u"?document:void 0),typeof l>"u")return null;try{return l.activeElement||l.body}catch{return l.body}}var fy=/[\n"\\]/g;function Ll(l){return l.replace(fy,function(t){return"\\"+t.charCodeAt(0).toString(16)+" "})}function Vn(l,t,u,a,e,n,f,c){l.name="",f!=null&&typeof f!="function"&&typeof f!="symbol"&&typeof f!="boolean"?l.type=f:l.removeAttribute("type"),t!=null?f==="number"?(t===0&&l.value===""||l.value!=t)&&(l.value=""+Vl(t)):l.value!==""+Vl(t)&&(l.value=""+Vl(t)):f!=="submit"&&f!=="reset"||l.removeAttribute("value"),t!=null?Ln(l,f,Vl(t)):u!=null?Ln(l,f,Vl(u)):a!=null&&l.removeAttribute("value"),e==null&&n!=null&&(l.defaultChecked=!!n),e!=null&&(l.checked=e&&typeof e!="function"&&typeof e!="symbol"),c!=null&&typeof c!="function"&&typeof c!="symbol"&&typeof c!="boolean"?l.name=""+Vl(c):l.removeAttribute("name")}function hi(l,t,u,a,e,n,f,c){if(n!=null&&typeof n!="function"&&typeof n!="symbol"&&typeof n!="boolean"&&(l.type=n),t!=null||u!=null){if(!(n!=="submit"&&n!=="reset"||t!=null))return;u=u!=null?""+Vl(u):"",t=t!=null?""+Vl(t):u,c||t===l.value||(l.value=t),l.defaultValue=t}a=a??e,a=typeof a!="function"&&typeof a!="symbol"&&!!a,l.checked=c?l.checked:!!a,l.defaultChecked=!!a,f!=null&&typeof f!="function"&&typeof f!="symbol"&&typeof f!="boolean"&&(l.name=f)}function Ln(l,t,u){t==="number"&&Ne(l.ownerDocument)===l||l.defaultValue===""+u||(l.defaultValue=""+u)}function Zu(l,t,u,a){if(l=l.options,t){t={};for(var e=0;e<u.length;e++)t["$"+u[e]]=!0;for(u=0;u<l.length;u++)e=t.hasOwnProperty("$"+l[u].value),l[u].selected!==e&&(l[u].selected=e),e&&a&&(l[u].defaultSelected=!0)}else{for(u=""+Vl(u),t=null,e=0;e<l.length;e++){if(l[e].value===u){l[e].selected=!0,a&&(l[e].defaultSelected=!0);return}t!==null||l[e].disabled||(t=l[e])}t!==null&&(t.selected=!0)}}function mi(l,t,u){if(t!=null&&(t=""+Vl(t),t!==l.value&&(l.value=t),u==null)){l.defaultValue!==t&&(l.defaultValue=t);return}l.defaultValue=u!=null?""+Vl(u):""}function Si(l,t,u,a){if(t==null){if(a!=null){if(u!=null)throw Error(S(92));if(U(a)){if(1<a.length)throw Error(S(93));a=a[0]}u=a}u==null&&(u=""),t=u}u=Vl(t),l.defaultValue=u,a=l.textContent,a===u&&a!==""&&a!==null&&(l.value=a)}function ju(l,t){if(t){var u=l.firstChild;if(u&&u===l.lastChild&&u.nodeType===3){u.nodeValue=t;return}}l.textContent=t}var cy=new Set("animationIterationCount aspectRatio borderImageOutset borderImageSlice borderImageWidth boxFlex boxFlexGroup boxOrdinalGroup columnCount columns flex flexGrow flexPositive flexShrink flexNegative flexOrder gridArea gridRow gridRowEnd gridRowSpan gridRowStart gridColumn gridColumnEnd gridColumnSpan gridColumnStart fontWeight lineClamp lineHeight opacity order orphans scale tabSize widows zIndex zoom fillOpacity floodOpacity stopOpacity strokeDasharray strokeDashoffset strokeMiterlimit strokeOpacity strokeWidth MozAnimationIterationCount MozBoxFlex MozBoxFlexGroup MozLineClamp msAnimationIterationCount msFlex msZoom msFlexGrow msFlexNegative msFlexOrder msFlexPositive msFlexShrink msGridColumn msGridColumnSpan msGridRow msGridRowSpan WebkitAnimationIterationCount WebkitBoxFlex WebKitBoxFlexGroup WebkitBoxOrdinalGroup WebkitColumnCount WebkitColumns WebkitFlex WebkitFlexGrow WebkitFlexPositive WebkitFlexShrink WebkitLineClamp".split(" "));function gi(l,t,u){var a=t.indexOf("--")===0;u==null||typeof u=="boolean"||u===""?a?l.setProperty(t,""):t==="float"?l.cssFloat="":l[t]="":a?l.setProperty(t,u):typeof u!="number"||u===0||cy.has(t)?t==="float"?l.cssFloat=u:l[t]=(""+u).trim():l[t]=u+"px"}function oi(l,t,u){if(t!=null&&typeof t!="object")throw Error(S(62));if(l=l.style,u!=null){for(var a in u)!u.hasOwnProperty(a)||t!=null&&t.hasOwnProperty(a)||(a.indexOf("--")===0?l.setProperty(a,""):a==="float"?l.cssFloat="":l[a]="");for(var e in t)a=t[e],t.hasOwnProperty(e)&&u[e]!==a&&gi(l,e,a)}else for(var n in t)t.hasOwnProperty(n)&&gi(l,n,t[n])}function Kn(l){if(l.indexOf("-")===-1)return!1;switch(l){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var iy=new Map([["acceptCharset","accept-charset"],["htmlFor","for"],["httpEquiv","http-equiv"],["crossOrigin","crossorigin"],["accentHeight","accent-height"],["alignmentBaseline","alignment-baseline"],["arabicForm","arabic-form"],["baselineShift","baseline-shift"],["capHeight","cap-height"],["clipPath","clip-path"],["clipRule","clip-rule"],["colorInterpolation","color-interpolation"],["colorInterpolationFilters","color-interpolation-filters"],["colorProfile","color-profile"],["colorRendering","color-rendering"],["dominantBaseline","dominant-baseline"],["enableBackground","enable-background"],["fillOpacity","fill-opacity"],["fillRule","fill-rule"],["floodColor","flood-color"],["floodOpacity","flood-opacity"],["fontFamily","font-family"],["fontSize","font-size"],["fontSizeAdjust","font-size-adjust"],["fontStretch","font-stretch"],["fontStyle","font-style"],["fontVariant","font-variant"],["fontWeight","font-weight"],["glyphName","glyph-name"],["glyphOrientationHorizontal","glyph-orientation-horizontal"],["glyphOrientationVertical","glyph-orientation-vertical"],["horizAdvX","horiz-adv-x"],["horizOriginX","horiz-origin-x"],["imageRendering","image-rendering"],["letterSpacing","letter-spacing"],["lightingColor","lighting-color"],["markerEnd","marker-end"],["markerMid","marker-mid"],["markerStart","marker-start"],["overlinePosition","overline-position"],["overlineThickness","overline-thickness"],["paintOrder","paint-order"],["panose-1","panose-1"],["pointerEvents","pointer-events"],["renderingIntent","rendering-intent"],["shapeRendering","shape-rendering"],["stopColor","stop-color"],["stopOpacity","stop-opacity"],["strikethroughPosition","strikethrough-position"],["strikethroughThickness","strikethrough-thickness"],["strokeDasharray","stroke-dasharray"],["strokeDashoffset","stroke-dashoffset"],["strokeLinecap","stroke-linecap"],["strokeLinejoin","stroke-linejoin"],["strokeMiterlimit","stroke-miterlimit"],["strokeOpacity","stroke-opacity"],["strokeWidth","stroke-width"],["textAnchor","text-anchor"],["textDecoration","text-decoration"],["textRendering","text-rendering"],["transformOrigin","transform-origin"],["underlinePosition","underline-position"],["underlineThickness","underline-thickness"],["unicodeBidi","unicode-bidi"],["unicodeRange","unicode-range"],["unitsPerEm","units-per-em"],["vAlphabetic","v-alphabetic"],["vHanging","v-hanging"],["vIdeographic","v-ideographic"],["vMathematical","v-mathematical"],["vectorEffect","vector-effect"],["vertAdvY","vert-adv-y"],["vertOriginX","vert-origin-x"],["vertOriginY","vert-origin-y"],["wordSpacing","word-spacing"],["writingMode","writing-mode"],["xmlnsXlink","xmlns:xlink"],["xHeight","x-height"]]),sy=/^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*:/i;function qe(l){return sy.test(""+l)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":l}var Jn=null;function wn(l){return l=l.target||l.srcElement||window,l.correspondingUseElement&&(l=l.correspondingUseElement),l.nodeType===3?l.parentNode:l}var Cu=null,xu=null;function ri(l){var t=Gu(l);if(t&&(l=t.stateNode)){var u=l[Rl]||null;l:switch(l=t.stateNode,t.type){case"input":if(Vn(l,u.value,u.defaultValue,u.defaultValue,u.checked,u.defaultChecked,u.type,u.name),t=u.name,u.type==="radio"&&t!=null){for(u=l;u.parentNode;)u=u.parentNode;for(u=u.querySelectorAll('input[name="'+Ll(""+t)+'"][type="radio"]'),t=0;t<u.length;t++){var a=u[t];if(a!==l&&a.form===l.form){var e=a[Rl]||null;if(!e)throw Error(S(90));Vn(a,e.value,e.defaultValue,e.defaultValue,e.checked,e.defaultChecked,e.type,e.name)}}for(t=0;t<u.length;t++)a=u[t],a.form===l.form&&di(a)}break l;case"textarea":mi(l,u.value,u.defaultValue);break l;case"select":t=u.value,t!=null&&Zu(l,!!u.multiple,t,!1)}}}var Wn=!1;function bi(l,t,u){if(Wn)return l(t,u);Wn=!0;try{var a=l(t);return a}finally{if(Wn=!1,(Cu!==null||xu!==null)&&(gn(),Cu&&(t=Cu,l=xu,xu=Cu=null,ri(t),l)))for(t=0;t<l.length;t++)ri(l[t])}}function Da(l,t){var u=l.stateNode;if(u===null)return null;var a=u[Rl]||null;if(a===null)return null;u=a[t];l:switch(t){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(a=!a.disabled)||(l=l.type,a=!(l==="button"||l==="input"||l==="select"||l==="textarea")),l=!a;break l;default:l=!1}if(l)return null;if(u&&typeof u!="function")throw Error(S(231,t,typeof u));return u}var $n=!1;if(St)try{var Ma={};Object.defineProperty(Ma,"passive",{get:function(){$n=!0}}),window.addEventListener("test",Ma,Ma),window.removeEventListener("test",Ma,Ma)}catch{$n=!1}var Xt=null,kn=null,Ye=null;function Ei(){if(Ye)return Ye;var l,t=kn,u=t.length,a,e="value"in Xt?Xt.value:Xt.textContent,n=e.length;for(l=0;l<u&&t[l]===e[l];l++);var f=u-l;for(a=1;a<=f&&t[u-a]===e[n-a];a++);return Ye=e.slice(l,1<a?1-a:void 0)}function pe(l){var t=l.keyCode;return"charCode"in l?(l=l.charCode,l===0&&t===13&&(l=13)):l=t,l===10&&(l=13),32<=l||l===13?l:0}function Be(){return!0}function Ti(){return!1}function Hl(l){function t(u,a,e,n,f){this._reactName=u,this._targetInst=e,this.type=a,this.nativeEvent=n,this.target=f,this.currentTarget=null;for(var c in l)l.hasOwnProperty(c)&&(u=l[c],this[c]=u?u(n):n[c]);return this.isDefaultPrevented=(n.defaultPrevented!=null?n.defaultPrevented:n.returnValue===!1)?Be:Ti,this.isPropagationStopped=Ti,this}return w(t.prototype,{preventDefault:function(){this.defaultPrevented=!0;var u=this.nativeEvent;u&&(u.preventDefault?u.preventDefault():typeof u.returnValue!="unknown"&&(u.returnValue=!1),this.isDefaultPrevented=Be)},stopPropagation:function(){var u=this.nativeEvent;u&&(u.stopPropagation?u.stopPropagation():typeof u.cancelBubble!="unknown"&&(u.cancelBubble=!0),this.isPropagationStopped=Be)},persist:function(){},isPersistent:Be}),t}var iu={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(l){return l.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},Ge=Hl(iu),_a=w({},iu,{view:0,detail:0}),vy=Hl(_a),Fn,Pn,Ua,Xe=w({},_a,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:lf,button:0,buttons:0,relatedTarget:function(l){return l.relatedTarget===void 0?l.fromElement===l.srcElement?l.toElement:l.fromElement:l.relatedTarget},movementX:function(l){return"movementX"in l?l.movementX:(l!==Ua&&(Ua&&l.type==="mousemove"?(Fn=l.screenX-Ua.screenX,Pn=l.screenY-Ua.screenY):Pn=Fn=0,Ua=l),Fn)},movementY:function(l){return"movementY"in l?l.movementY:Pn}}),zi=Hl(Xe),yy=w({},Xe,{dataTransfer:0}),dy=Hl(yy),hy=w({},_a,{relatedTarget:0}),In=Hl(hy),my=w({},iu,{animationName:0,elapsedTime:0,pseudoElement:0}),Sy=Hl(my),gy=w({},iu,{clipboardData:function(l){return"clipboardData"in l?l.clipboardData:window.clipboardData}}),oy=Hl(gy),ry=w({},iu,{data:0}),Ai=Hl(ry),by={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},Ey={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},Ty={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function zy(l){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(l):(l=Ty[l])?!!t[l]:!1}function lf(){return zy}var Ay=w({},_a,{key:function(l){if(l.key){var t=by[l.key]||l.key;if(t!=="Unidentified")return t}return l.type==="keypress"?(l=pe(l),l===13?"Enter":String.fromCharCode(l)):l.type==="keydown"||l.type==="keyup"?Ey[l.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:lf,charCode:function(l){return l.type==="keypress"?pe(l):0},keyCode:function(l){return l.type==="keydown"||l.type==="keyup"?l.keyCode:0},which:function(l){return l.type==="keypress"?pe(l):l.type==="keydown"||l.type==="keyup"?l.keyCode:0}}),Oy=Hl(Ay),Dy=w({},Xe,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),Oi=Hl(Dy),My=w({},_a,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:lf}),_y=Hl(My),Uy=w({},iu,{propertyName:0,elapsedTime:0,pseudoElement:0}),Ry=Hl(Uy),Hy=w({},Xe,{deltaX:function(l){return"deltaX"in l?l.deltaX:"wheelDeltaX"in l?-l.wheelDeltaX:0},deltaY:function(l){return"deltaY"in l?l.deltaY:"wheelDeltaY"in l?-l.wheelDeltaY:"wheelDelta"in l?-l.wheelDelta:0},deltaZ:0,deltaMode:0}),Ny=Hl(Hy),qy=w({},iu,{newState:0,oldState:0}),Yy=Hl(qy),py=[9,13,27,32],tf=St&&"CompositionEvent"in window,Ra=null;St&&"documentMode"in document&&(Ra=document.documentMode);var By=St&&"TextEvent"in window&&!Ra,Di=St&&(!tf||Ra&&8<Ra&&11>=Ra),Mi=" ",_i=!1;function Ui(l,t){switch(l){case"keyup":return py.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function Ri(l){return l=l.detail,typeof l=="object"&&"data"in l?l.data:null}var Vu=!1;function Gy(l,t){switch(l){case"compositionend":return Ri(t);case"keypress":return t.which!==32?null:(_i=!0,Mi);case"textInput":return l=t.data,l===Mi&&_i?null:l;default:return null}}function Xy(l,t){if(Vu)return l==="compositionend"||!tf&&Ui(l,t)?(l=Ei(),Ye=kn=Xt=null,Vu=!1,l):null;switch(l){case"paste":return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1<t.char.length)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return Di&&t.locale!=="ko"?null:t.data;default:return null}}var Qy={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function Hi(l){var t=l&&l.nodeName&&l.nodeName.toLowerCase();return t==="input"?!!Qy[l.type]:t==="textarea"}function Ni(l,t,u,a){Cu?xu?xu.push(a):xu=[a]:Cu=a,t=Tn(t,"onChange"),0<t.length&&(u=new Ge("onChange","change",null,u,a),l.push({event:u,listeners:t}))}var Ha=null,Na=null;function Zy(l){av(l,0)}function Qe(l){var t=Oa(l);if(di(t))return l}function qi(l,t){if(l==="change")return t}var Yi=!1;if(St){var uf;if(St){var af="oninput"in document;if(!af){var pi=document.createElement("div");pi.setAttribute("oninput","return;"),af=typeof pi.oninput=="function"}uf=af}else uf=!1;Yi=uf&&(!document.documentMode||9<document.documentMode)}function Bi(){Ha&&(Ha.detachEvent("onpropertychange",Gi),Na=Ha=null)}function Gi(l){if(l.propertyName==="value"&&Qe(Na)){var t=[];Ni(t,Na,l,wn(l)),bi(Zy,t)}}function jy(l,t,u){l==="focusin"?(Bi(),Ha=t,Na=u,Ha.attachEvent("onpropertychange",Gi)):l==="focusout"&&Bi()}function Cy(l){if(l==="selectionchange"||l==="keyup"||l==="keydown")return Qe(Na)}function xy(l,t){if(l==="click")return Qe(t)}function Vy(l,t){if(l==="input"||l==="change")return Qe(t)}function Ly(l,t){return l===t&&(l!==0||1/l===1/t)||l!==l&&t!==t}var Gl=typeof Object.is=="function"?Object.is:Ly;function qa(l,t){if(Gl(l,t))return!0;if(typeof l!="object"||l===null||typeof t!="object"||t===null)return!1;var u=Object.keys(l),a=Object.keys(t);if(u.length!==a.length)return!1;for(a=0;a<u.length;a++){var e=u[a];if(!Xn.call(t,e)||!Gl(l[e],t[e]))return!1}return!0}function Xi(l){for(;l&&l.firstChild;)l=l.firstChild;return l}function Qi(l,t){var u=Xi(l);l=0;for(var a;u;){if(u.nodeType===3){if(a=l+u.textContent.length,l<=t&&a>=t)return{node:u,offset:t-l};l=a}l:{for(;u;){if(u.nextSibling){u=u.nextSibling;break l}u=u.parentNode}u=void 0}u=Xi(u)}}function Zi(l,t){return l&&t?l===t?!0:l&&l.nodeType===3?!1:t&&t.nodeType===3?Zi(l,t.parentNode):"contains"in l?l.contains(t):l.compareDocumentPosition?!!(l.compareDocumentPosition(t)&16):!1:!1}function ji(l){l=l!=null&&l.ownerDocument!=null&&l.ownerDocument.defaultView!=null?l.ownerDocument.defaultView:window;for(var t=Ne(l.document);t instanceof l.HTMLIFrameElement;){try{var u=typeof t.contentWindow.location.href=="string"}catch{u=!1}if(u)l=t.contentWindow;else break;t=Ne(l.document)}return t}function ef(l){var t=l&&l.nodeName&&l.nodeName.toLowerCase();return t&&(t==="input"&&(l.type==="text"||l.type==="search"||l.type==="tel"||l.type==="url"||l.type==="password")||t==="textarea"||l.contentEditable==="true")}function Ky(l,t){var u=ji(t);t=l.focusedElem;var a=l.selectionRange;if(u!==t&&t&&t.ownerDocument&&Zi(t.ownerDocument.documentElement,t)){if(a!==null&&ef(t)){if(l=a.start,u=a.end,u===void 0&&(u=l),"selectionStart"in t)t.selectionStart=l,t.selectionEnd=Math.min(u,t.value.length);else if(u=(l=t.ownerDocument||document)&&l.defaultView||window,u.getSelection){u=u.getSelection();var e=t.textContent.length,n=Math.min(a.start,e);a=a.end===void 0?n:Math.min(a.end,e),!u.extend&&n>a&&(e=a,a=n,n=e),e=Qi(t,n);var f=Qi(t,a);e&&f&&(u.rangeCount!==1||u.anchorNode!==e.node||u.anchorOffset!==e.offset||u.focusNode!==f.node||u.focusOffset!==f.offset)&&(l=l.createRange(),l.setStart(e.node,e.offset),u.removeAllRanges(),n>a?(u.addRange(l),u.extend(f.node,f.offset)):(l.setEnd(f.node,f.offset),u.addRange(l)))}}for(l=[],u=t;u=u.parentNode;)u.nodeType===1&&l.push({element:u,left:u.scrollLeft,top:u.scrollTop});for(typeof t.focus=="function"&&t.focus(),t=0;t<l.length;t++)u=l[t],u.element.scrollLeft=u.left,u.element.scrollTop=u.top}}var Jy=St&&"documentMode"in document&&11>=document.documentMode,Lu=null,nf=null,Ya=null,ff=!1;function Ci(l,t,u){var a=u.window===u?u.document:u.nodeType===9?u:u.ownerDocument;ff||Lu==null||Lu!==Ne(a)||(a=Lu,"selectionStart"in a&&ef(a)?a={start:a.selectionStart,end:a.selectionEnd}:(a=(a.ownerDocument&&a.ownerDocument.defaultView||window).getSelection(),a={anchorNode:a.anchorNode,anchorOffset:a.anchorOffset,focusNode:a.focusNode,focusOffset:a.focusOffset}),Ya&&qa(Ya,a)||(Ya=a,a=Tn(nf,"onSelect"),0<a.length&&(t=new Ge("onSelect","select",null,t,u),l.push({event:t,listeners:a}),t.target=Lu)))}function su(l,t){var u={};return u[l.toLowerCase()]=t.toLowerCase(),u["Webkit"+l]="webkit"+t,u["Moz"+l]="moz"+t,u}var Ku={animationend:su("Animation","AnimationEnd"),animationiteration:su("Animation","AnimationIteration"),animationstart:su("Animation","AnimationStart"),transitionrun:su("Transition","TransitionRun"),transitionstart:su("Transition","TransitionStart"),transitioncancel:su("Transition","TransitionCancel"),transitionend:su("Transition","TransitionEnd")},cf={},xi={};St&&(xi=document.createElement("div").style,"AnimationEvent"in window||(delete Ku.animationend.animation,delete Ku.animationiteration.animation,delete Ku.animationstart.animation),"TransitionEvent"in window||delete Ku.transitionend.transition);function vu(l){if(cf[l])return cf[l];if(!Ku[l])return l;var t=Ku[l],u;for(u in t)if(t.hasOwnProperty(u)&&u in xi)return cf[l]=t[u];return l}var Vi=vu("animationend"),Li=vu("animationiteration"),Ki=vu("animationstart"),wy=vu("transitionrun"),Wy=vu("transitionstart"),$y=vu("transitioncancel"),Ji=vu("transitionend"),wi=new Map,Wi="abort auxClick beforeToggle cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll scrollEnd toggle touchMove waiting wheel".split(" ");function tt(l,t){wi.set(l,t),cu(t,[l])}var Kl=[],Ju=0,sf=0;function Ze(){for(var l=Ju,t=sf=Ju=0;t<l;){var u=Kl[t];Kl[t++]=null;var a=Kl[t];Kl[t++]=null;var e=Kl[t];Kl[t++]=null;var n=Kl[t];if(Kl[t++]=null,a!==null&&e!==null){var f=a.pending;f===null?e.next=e:(e.next=f.next,f.next=e),a.pending=e}n!==0&&$i(u,e,n)}}function je(l,t,u,a){Kl[Ju++]=l,Kl[Ju++]=t,Kl[Ju++]=u,Kl[Ju++]=a,sf|=a,l.lanes|=a,l=l.alternate,l!==null&&(l.lanes|=a)}function vf(l,t,u,a){return je(l,t,u,a),Ce(l)}function Qt(l,t){return je(l,null,null,t),Ce(l)}function $i(l,t,u){l.lanes|=u;var a=l.alternate;a!==null&&(a.lanes|=u);for(var e=!1,n=l.return;n!==null;)n.childLanes|=u,a=n.alternate,a!==null&&(a.childLanes|=u),n.tag===22&&(l=n.stateNode,l===null||l._visibility&1||(e=!0)),l=n,n=n.return;e&&t!==null&&l.tag===3&&(n=l.stateNode,e=31-Bl(u),n=n.hiddenUpdates,l=n[e],l===null?n[e]=[t]:l.push(t),t.lane=u|536870912)}function Ce(l){if(50<ee)throw ee=0,gc=null,Error(S(185));for(var t=l.return;t!==null;)l=t,t=l.return;return l.tag===3?l.stateNode:null}var wu={},ki=new WeakMap;function Jl(l,t){if(typeof l=="object"&&l!==null){var u=ki.get(l);return u!==void 0?u:(t={value:l,source:t,stack:be(t)},ki.set(l,t),t)}return{value:l,source:t,stack:be(t)}}var Wu=[],$u=0,xe=null,Ve=0,wl=[],Wl=0,yu=null,ot=1,rt="";function du(l,t){Wu[$u++]=Ve,Wu[$u++]=xe,xe=l,Ve=t}function Fi(l,t,u){wl[Wl++]=ot,wl[Wl++]=rt,wl[Wl++]=yu,yu=l;var a=ot;l=rt;var e=32-Bl(a)-1;a&=~(1<<e),u+=1;var n=32-Bl(t)+e;if(30<n){var f=e-e%5;n=(a&(1<<f)-1).toString(32),a>>=f,e-=f,ot=1<<32-Bl(t)+e|u<<e|a,rt=n+l}else ot=1<<n|u<<e|a,rt=l}function yf(l){l.return!==null&&(du(l,1),Fi(l,1,0))}function df(l){for(;l===xe;)xe=Wu[--$u],Wu[$u]=null,Ve=Wu[--$u],Wu[$u]=null;for(;l===yu;)yu=wl[--Wl],wl[Wl]=null,rt=wl[--Wl],wl[Wl]=null,ot=wl[--Wl],wl[Wl]=null}var _l=null,Sl=null,j=!1,ut=null,st=!1,hf=Error(S(519));function hu(l){var t=Error(S(418,""));throw Ga(Jl(t,l)),hf}function Pi(l){var t=l.stateNode,u=l.type,a=l.memoizedProps;switch(t[Tl]=l,t[Rl]=a,u){case"dialog":X("cancel",t),X("close",t);break;case"iframe":case"object":case"embed":X("load",t);break;case"video":case"audio":for(u=0;u<fe.length;u++)X(fe[u],t);break;case"source":X("error",t);break;case"img":case"image":case"link":X("error",t),X("load",t);break;case"details":X("toggle",t);break;case"input":X("invalid",t),hi(t,a.value,a.defaultValue,a.checked,a.defaultChecked,a.type,a.name,!0),He(t);break;case"select":X("invalid",t);break;case"textarea":X("invalid",t),Si(t,a.value,a.defaultValue,a.children),He(t)}u=a.children,typeof u!="string"&&typeof u!="number"&&typeof u!="bigint"||t.textContent===""+u||a.suppressHydrationWarning===!0||cv(t.textContent,u)?(a.popover!=null&&(X("beforetoggle",t),X("toggle",t)),a.onScroll!=null&&X("scroll",t),a.onScrollEnd!=null&&X("scrollend",t),a.onClick!=null&&(t.onclick=zn),t=!0):t=!1,t||hu(l)}function Ii(l){for(_l=l.return;_l;)switch(_l.tag){case 3:case 27:st=!0;return;case 5:case 13:st=!1;return;default:_l=_l.return}}function pa(l){if(l!==_l)return!1;if(!j)return Ii(l),j=!0,!1;var t=!1,u;if((u=l.tag!==3&&l.tag!==27)&&((u=l.tag===5)&&(u=l.type,u=!(u!=="form"&&u!=="button")||Yc(l.type,l.memoizedProps)),u=!u),u&&(t=!0),t&&Sl&&hu(l),Ii(l),l.tag===13){if(l=l.memoizedState,l=l!==null?l.dehydrated:null,!l)throw Error(S(317));l:{for(l=l.nextSibling,t=0;l;){if(l.nodeType===8)if(u=l.data,u==="/$"){if(t===0){Sl=et(l.nextSibling);break l}t--}else u!=="$"&&u!=="$!"&&u!=="$?"||t++;l=l.nextSibling}Sl=null}}else Sl=_l?et(l.stateNode.nextSibling):null;return!0}function Ba(){Sl=_l=null,j=!1}function Ga(l){ut===null?ut=[l]:ut.push(l)}var Xa=Error(S(460)),l0=Error(S(474)),mf={then:function(){}};function t0(l){return l=l.status,l==="fulfilled"||l==="rejected"}function Le(){}function u0(l,t,u){switch(u=l[u],u===void 0?l.push(t):u!==t&&(t.then(Le,Le),t=u),t.status){case"fulfilled":return t.value;case"rejected":throw l=t.reason,l===Xa?Error(S(483)):l;default:if(typeof t.status=="string")t.then(Le,Le);else{if(l=k,l!==null&&100<l.shellSuspendCounter)throw Error(S(482));l=t,l.status="pending",l.then(function(a){if(t.status==="pending"){var e=t;e.status="fulfilled",e.value=a}},function(a){if(t.status==="pending"){var e=t;e.status="rejected",e.reason=a}})}switch(t.status){case"fulfilled":return t.value;case"rejected":throw l=t.reason,l===Xa?Error(S(483)):l}throw Qa=t,Xa}}var Qa=null;function a0(){if(Qa===null)throw Error(S(459));var l=Qa;return Qa=null,l}var ku=null,Za=0;function Ke(l){var t=Za;return Za+=1,ku===null&&(ku=[]),u0(ku,l,t)}function ja(l,t){t=t.props.ref,l.ref=t!==void 0?t:null}function Je(l,t){throw t.$$typeof===Yl?Error(S(525)):(l=Object.prototype.toString.call(t),Error(S(31,l==="[object Object]"?"object with keys {"+Object.keys(t).join(", ")+"}":l)))}function e0(l){var t=l._init;return t(l._payload)}function n0(l){function t(d,s){if(l){var h=d.deletions;h===null?(d.deletions=[s],d.flags|=16):h.push(s)}}function u(d,s){if(!l)return null;for(;s!==null;)t(d,s),s=s.sibling;return null}function a(d){for(var s=new Map;d!==null;)d.key!==null?s.set(d.key,d):s.set(d.index,d),d=d.sibling;return s}function e(d,s){return d=kt(d,s),d.index=0,d.sibling=null,d}function n(d,s,h){return d.index=h,l?(h=d.alternate,h!==null?(h=h.index,h<s?(d.flags|=33554434,s):h):(d.flags|=33554434,s)):(d.flags|=1048576,s)}function f(d){return l&&d.alternate===null&&(d.flags|=33554434),d}function c(d,s,h,r){return s===null||s.tag!==6?(s=ic(h,d.mode,r),s.return=d,s):(s=e(s,h),s.return=d,s)}function i(d,s,h,r){var z=h.type;return z===_?o(d,s,h.props.children,r,h.key):s!==null&&(s.elementType===z||typeof z=="object"&&z!==null&&z.$$typeof===xl&&e0(z)===s.type)?(s=e(s,h.props),ja(s,h),s.return=d,s):(s=yn(h.type,h.key,h.props,null,d.mode,r),ja(s,h),s.return=d,s)}function v(d,s,h,r){return s===null||s.tag!==4||s.stateNode.containerInfo!==h.containerInfo||s.stateNode.implementation!==h.implementation?(s=sc(h,d.mode,r),s.return=d,s):(s=e(s,h.children||[]),s.return=d,s)}function o(d,s,h,r,z){return s===null||s.tag!==7?(s=Au(h,d.mode,r,z),s.return=d,s):(s=e(s,h),s.return=d,s)}function b(d,s,h){if(typeof s=="string"&&s!==""||typeof s=="number"||typeof s=="bigint")return s=ic(""+s,d.mode,h),s.return=d,s;if(typeof s=="object"&&s!==null){switch(s.$$typeof){case bl:return h=yn(s.type,s.key,s.props,null,d.mode,h),ja(h,s),h.return=d,h;case El:return s=sc(s,d.mode,h),s.return=d,s;case xl:var r=s._init;return s=r(s._payload),b(d,s,h)}if(U(s)||qt(s))return s=Au(s,d.mode,h,null),s.return=d,s;if(typeof s.then=="function")return b(d,Ke(s),h);if(s.$$typeof===Dl)return b(d,cn(d,s),h);Je(d,s)}return null}function m(d,s,h,r){var z=s!==null?s.key:null;if(typeof h=="string"&&h!==""||typeof h=="number"||typeof h=="bigint")return z!==null?null:c(d,s,""+h,r);if(typeof h=="object"&&h!==null){switch(h.$$typeof){case bl:return h.key===z?i(d,s,h,r):null;case El:return h.key===z?v(d,s,h,r):null;case xl:return z=h._init,h=z(h._payload),m(d,s,h,r)}if(U(h)||qt(h))return z!==null?null:o(d,s,h,r,null);if(typeof h.then=="function")return m(d,s,Ke(h),r);if(h.$$typeof===Dl)return m(d,s,cn(d,h),r);Je(d,h)}return null}function g(d,s,h,r,z){if(typeof r=="string"&&r!==""||typeof r=="number"||typeof r=="bigint")return d=d.get(h)||null,c(s,d,""+r,z);if(typeof r=="object"&&r!==null){switch(r.$$typeof){case bl:return d=d.get(r.key===null?h:r.key)||null,i(s,d,r,z);case El:return d=d.get(r.key===null?h:r.key)||null,v(s,d,r,z);case xl:var B=r._init;return r=B(r._payload),g(d,s,h,r,z)}if(U(r)||qt(r))return d=d.get(h)||null,o(s,d,r,z,null);if(typeof r.then=="function")return g(d,s,h,Ke(r),z);if(r.$$typeof===Dl)return g(d,s,h,cn(s,r),z);Je(s,r)}return null}function A(d,s,h,r){for(var z=null,B=null,D=s,M=s=0,ml=null;D!==null&&M<h.length;M++){D.index>M?(ml=D,D=null):ml=D.sibling;var C=m(d,D,h[M],r);if(C===null){D===null&&(D=ml);break}l&&D&&C.alternate===null&&t(d,D),s=n(C,s,M),B===null?z=C:B.sibling=C,B=C,D=ml}if(M===h.length)return u(d,D),j&&du(d,M),z;if(D===null){for(;M<h.length;M++)D=b(d,h[M],r),D!==null&&(s=n(D,s,M),B===null?z=D:B.sibling=D,B=D);return j&&du(d,M),z}for(D=a(D);M<h.length;M++)ml=g(D,d,M,h[M],r),ml!==null&&(l&&ml.alternate!==null&&D.delete(ml.key===null?M:ml.key),s=n(ml,s,M),B===null?z=ml:B.sibling=ml,B=ml);return l&&D.forEach(function(au){return t(d,au)}),j&&du(d,M),z}function N(d,s,h,r){if(h==null)throw Error(S(151));for(var z=null,B=null,D=s,M=s=0,ml=null,C=h.next();D!==null&&!C.done;M++,C=h.next()){D.index>M?(ml=D,D=null):ml=D.sibling;var au=m(d,D,C.value,r);if(au===null){D===null&&(D=ml);break}l&&D&&au.alternate===null&&t(d,D),s=n(au,s,M),B===null?z=au:B.sibling=au,B=au,D=ml}if(C.done)return u(d,D),j&&du(d,M),z;if(D===null){for(;!C.done;M++,C=h.next())C=b(d,C.value,r),C!==null&&(s=n(C,s,M),B===null?z=C:B.sibling=C,B=C);return j&&du(d,M),z}for(D=a(D);!C.done;M++,C=h.next())C=g(D,d,M,C.value,r),C!==null&&(l&&C.alternate!==null&&D.delete(C.key===null?M:C.key),s=n(C,s,M),B===null?z=C:B.sibling=C,B=C);return l&&D.forEach(function(sd){return t(d,sd)}),j&&du(d,M),z}function al(d,s,h,r){if(typeof h=="object"&&h!==null&&h.type===_&&h.key===null&&(h=h.props.children),typeof h=="object"&&h!==null){switch(h.$$typeof){case bl:l:{for(var z=h.key;s!==null;){if(s.key===z){if(z=h.type,z===_){if(s.tag===7){u(d,s.sibling),r=e(s,h.props.children),r.return=d,d=r;break l}}else if(s.elementType===z||typeof z=="object"&&z!==null&&z.$$typeof===xl&&e0(z)===s.type){u(d,s.sibling),r=e(s,h.props),ja(r,h),r.return=d,d=r;break l}u(d,s);break}else t(d,s);s=s.sibling}h.type===_?(r=Au(h.props.children,d.mode,r,h.key),r.return=d,d=r):(r=yn(h.type,h.key,h.props,null,d.mode,r),ja(r,h),r.return=d,d=r)}return f(d);case El:l:{for(z=h.key;s!==null;){if(s.key===z)if(s.tag===4&&s.stateNode.containerInfo===h.containerInfo&&s.stateNode.implementation===h.implementation){u(d,s.sibling),r=e(s,h.children||[]),r.return=d,d=r;break l}else{u(d,s);break}else t(d,s);s=s.sibling}r=sc(h,d.mode,r),r.return=d,d=r}return f(d);case xl:return z=h._init,h=z(h._payload),al(d,s,h,r)}if(U(h))return A(d,s,h,r);if(qt(h)){if(z=qt(h),typeof z!="function")throw Error(S(150));return h=z.call(h),N(d,s,h,r)}if(typeof h.then=="function")return al(d,s,Ke(h),r);if(h.$$typeof===Dl)return al(d,s,cn(d,h),r);Je(d,h)}return typeof h=="string"&&h!==""||typeof h=="number"||typeof h=="bigint"?(h=""+h,s!==null&&s.tag===6?(u(d,s.sibling),r=e(s,h),r.return=d,d=r):(u(d,s),r=ic(h,d.mode,r),r.return=d,d=r),f(d)):u(d,s)}return function(d,s,h,r){try{Za=0;var z=al(d,s,h,r);return ku=null,z}catch(D){if(D===Xa)throw D;var B=Pl(29,D,null,d.mode);return B.lanes=r,B.return=d,B}finally{}}}var mu=n0(!0),f0=n0(!1),Fu=x(null),we=x(0);function c0(l,t){l=Rt,P(we,l),P(Fu,t),Rt=l|t.baseLanes}function Sf(){P(we,Rt),P(Fu,Fu.current)}function gf(){Rt=we.current,nl(Fu),nl(we)}var $l=x(null),vt=null;function Zt(l){var t=l.alternate;P(sl,sl.current&1),P($l,l),vt===null&&(t===null||Fu.current!==null||t.memoizedState!==null)&&(vt=l)}function i0(l){if(l.tag===22){if(P(sl,sl.current),P($l,l),vt===null){var t=l.alternate;t!==null&&t.memoizedState!==null&&(vt=l)}}else jt()}function jt(){P(sl,sl.current),P($l,$l.current)}function bt(l){nl($l),vt===l&&(vt=null),nl(sl)}var sl=x(0);function We(l){for(var t=l;t!==null;){if(t.tag===13){var u=t.memoizedState;if(u!==null&&(u=u.dehydrated,u===null||u.data==="$?"||u.data==="$!"))return t}else if(t.tag===19&&t.memoizedProps.revealOrder!==void 0){if(t.flags&128)return t}else if(t.child!==null){t.child.return=t,t=t.child;continue}if(t===l)break;for(;t.sibling===null;){if(t.return===null||t.return===l)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}var ky=typeof AbortController<"u"?AbortController:function(){var l=[],t=this.signal={aborted:!1,addEventListener:function(u,a){l.push(a)}};this.abort=function(){t.aborted=!0,l.forEach(function(u){return u()})}},Fy=Z.unstable_scheduleCallback,Py=Z.unstable_NormalPriority,vl={$$typeof:Dl,Consumer:null,Provider:null,_currentValue:null,_currentValue2:null,_threadCount:0};function of(){return{controller:new ky,data:new Map,refCount:0}}function Ca(l){l.refCount--,l.refCount===0&&Fy(Py,function(){l.controller.abort()})}var xa=null,rf=0,Pu=0,Iu=null;function Iy(l,t){if(xa===null){var u=xa=[];rf=0,Pu=Oc(),Iu={status:"pending",value:void 0,then:function(a){u.push(a)}}}return rf++,t.then(s0,s0),t}function s0(){if(--rf===0&&xa!==null){Iu!==null&&(Iu.status="fulfilled");var l=xa;xa=null,Pu=0,Iu=null;for(var t=0;t<l.length;t++)(0,l[t])()}}function l1(l,t){var u=[],a={status:"pending",value:null,reason:null,then:function(e){u.push(e)}};return l.then(function(){a.status="fulfilled",a.value=t;for(var e=0;e<u.length;e++)(0,u[e])(t)},function(e){for(a.status="rejected",a.reason=e,e=0;e<u.length;e++)(0,u[e])(void 0)}),a}var v0=R.S;R.S=function(l,t){typeof t=="object"&&t!==null&&typeof t.then=="function"&&Iy(l,t),v0!==null&&v0(l,t)};var Su=x(null);function bf(){var l=Su.current;return l!==null?l:k.pooledCache}function $e(l,t){t===null?P(Su,Su.current):P(Su,t.pool)}function y0(){var l=bf();return l===null?null:{parent:vl._currentValue,pool:l}}var Ct=0,p=null,K=null,fl=null,ke=!1,la=!1,gu=!1,Fe=0,Va=0,ta=null,t1=0;function el(){throw Error(S(321))}function Ef(l,t){if(t===null)return!1;for(var u=0;u<t.length&&u<l.length;u++)if(!Gl(l[u],t[u]))return!1;return!0}function Tf(l,t,u,a,e,n){return Ct=n,p=t,t.memoizedState=null,t.updateQueue=null,t.lanes=0,R.H=l===null||l.memoizedState===null?ou:xt,gu=!1,n=u(a,e),gu=!1,la&&(n=h0(t,u,a,e)),d0(l),n}function d0(l){R.H=yt;var t=K!==null&&K.next!==null;if(Ct=0,fl=K=p=null,ke=!1,Va=0,ta=null,t)throw Error(S(300));l===null||dl||(l=l.dependencies,l!==null&&fn(l)&&(dl=!0))}function h0(l,t,u,a){p=l;var e=0;do{if(la&&(ta=null),Va=0,la=!1,25<=e)throw Error(S(301));if(e+=1,fl=K=null,l.updateQueue!=null){var n=l.updateQueue;n.lastEffect=null,n.events=null,n.stores=null,n.memoCache!=null&&(n.memoCache.index=0)}R.H=ru,n=t(u,a)}while(la);return n}function u1(){var l=R.H,t=l.useState()[0];return t=typeof t.then=="function"?La(t):t,l=l.useState()[0],(K!==null?K.memoizedState:null)!==l&&(p.flags|=1024),t}function zf(){var l=Fe!==0;return Fe=0,l}function Af(l,t,u){t.updateQueue=l.updateQueue,t.flags&=-2053,l.lanes&=~u}function Of(l){if(ke){for(l=l.memoizedState;l!==null;){var t=l.queue;t!==null&&(t.pending=null),l=l.next}ke=!1}Ct=0,fl=K=p=null,la=!1,Va=Fe=0,ta=null}function Nl(){var l={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return fl===null?p.memoizedState=fl=l:fl=fl.next=l,fl}function cl(){if(K===null){var l=p.alternate;l=l!==null?l.memoizedState:null}else l=K.next;var t=fl===null?p.memoizedState:fl.next;if(t!==null)fl=t,K=l;else{if(l===null)throw p.alternate===null?Error(S(467)):Error(S(310));K=l,l={memoizedState:K.memoizedState,baseState:K.baseState,baseQueue:K.baseQueue,queue:K.queue,next:null},fl===null?p.memoizedState=fl=l:fl=fl.next=l}return fl}var Pe;Pe=function(){return{lastEffect:null,events:null,stores:null,memoCache:null}};function La(l){var t=Va;return Va+=1,ta===null&&(ta=[]),l=u0(ta,l,t),t=p,(fl===null?t.memoizedState:fl.next)===null&&(t=t.alternate,R.H=t===null||t.memoizedState===null?ou:xt),l}function Ie(l){if(l!==null&&typeof l=="object"){if(typeof l.then=="function")return La(l);if(l.$$typeof===Dl)return zl(l)}throw Error(S(438,String(l)))}function Df(l){var t=null,u=p.updateQueue;if(u!==null&&(t=u.memoCache),t==null){var a=p.alternate;a!==null&&(a=a.updateQueue,a!==null&&(a=a.memoCache,a!=null&&(t={data:a.data.map(function(e){return e.slice()}),index:0})))}if(t==null&&(t={data:[],index:0}),u===null&&(u=Pe(),p.updateQueue=u),u.memoCache=t,u=t.data[t.index],u===void 0)for(u=t.data[t.index]=Array(l),a=0;a<l;a++)u[a]=re;return t.index++,u}function Et(l,t){return typeof t=="function"?t(l):t}function ln(l){var t=cl();return Mf(t,K,l)}function Mf(l,t,u){var a=l.queue;if(a===null)throw Error(S(311));a.lastRenderedReducer=u;var e=l.baseQueue,n=a.pending;if(n!==null){if(e!==null){var f=e.next;e.next=n.next,n.next=f}t.baseQueue=e=n,a.pending=null}if(n=l.baseState,e===null)l.memoizedState=n;else{t=e.next;var c=f=null,i=null,v=t,o=!1;do{var b=v.lane&-536870913;if(b!==v.lane?(Q&b)===b:(Ct&b)===b){var m=v.revertLane;if(m===0)i!==null&&(i=i.next={lane:0,revertLane:0,action:v.action,hasEagerState:v.hasEagerState,eagerState:v.eagerState,next:null}),b===Pu&&(o=!0);else if((Ct&m)===m){v=v.next,m===Pu&&(o=!0);continue}else b={lane:0,revertLane:v.revertLane,action:v.action,hasEagerState:v.hasEagerState,eagerState:v.eagerState,next:null},i===null?(c=i=b,f=n):i=i.next=b,p.lanes|=m,Ft|=m;b=v.action,gu&&u(n,b),n=v.hasEagerState?v.eagerState:u(n,b)}else m={lane:b,revertLane:v.revertLane,action:v.action,hasEagerState:v.hasEagerState,eagerState:v.eagerState,next:null},i===null?(c=i=m,f=n):i=i.next=m,p.lanes|=b,Ft|=b;v=v.next}while(v!==null&&v!==t);if(i===null?f=n:i.next=c,!Gl(n,l.memoizedState)&&(dl=!0,o&&(u=Iu,u!==null)))throw u;l.memoizedState=n,l.baseState=f,l.baseQueue=i,a.lastRenderedState=n}return e===null&&(a.lanes=0),[l.memoizedState,a.dispatch]}function _f(l){var t=cl(),u=t.queue;if(u===null)throw Error(S(311));u.lastRenderedReducer=l;var a=u.dispatch,e=u.pending,n=t.memoizedState;if(e!==null){u.pending=null;var f=e=e.next;do n=l(n,f.action),f=f.next;while(f!==e);Gl(n,t.memoizedState)||(dl=!0),t.memoizedState=n,t.baseQueue===null&&(t.baseState=n),u.lastRenderedState=n}return[n,a]}function m0(l,t,u){var a=p,e=cl(),n=j;if(n){if(u===void 0)throw Error(S(407));u=u()}else u=t();var f=!Gl((K||e).memoizedState,u);if(f&&(e.memoizedState=u,dl=!0),e=e.queue,Hf(o0.bind(null,a,e,l),[l]),e.getSnapshot!==t||f||fl!==null&&fl.memoizedState.tag&1){if(a.flags|=2048,ua(9,g0.bind(null,a,e,u,t),{destroy:void 0},null),k===null)throw Error(S(349));n||Ct&60||S0(a,t,u)}return u}function S0(l,t,u){l.flags|=16384,l={getSnapshot:t,value:u},t=p.updateQueue,t===null?(t=Pe(),p.updateQueue=t,t.stores=[l]):(u=t.stores,u===null?t.stores=[l]:u.push(l))}function g0(l,t,u,a){t.value=u,t.getSnapshot=a,r0(t)&&b0(l)}function o0(l,t,u){return u(function(){r0(t)&&b0(l)})}function r0(l){var t=l.getSnapshot;l=l.value;try{var u=t();return!Gl(l,u)}catch{return!0}}function b0(l){var t=Qt(l,2);t!==null&&Ul(t,l,2)}function Uf(l){var t=Nl();if(typeof l=="function"){var u=l;if(l=u(),gu){Bt(!0);try{u()}finally{Bt(!1)}}}return t.memoizedState=t.baseState=l,t.queue={pending:null,lanes:0,dispatch:null,lastRenderedReducer:Et,lastRenderedState:l},t}function E0(l,t,u,a){return l.baseState=u,Mf(l,K,typeof a=="function"?a:Et)}function a1(l,t,u,a,e){if(an(l))throw Error(S(485));if(l=t.action,l!==null){var n={payload:e,action:l,next:null,isTransition:!0,status:"pending",value:null,reason:null,listeners:[],then:function(f){n.listeners.push(f)}};R.T!==null?u(!0):n.isTransition=!1,a(n),u=t.pending,u===null?(n.next=t.pending=n,T0(t,n)):(n.next=u.next,t.pending=u.next=n)}}function T0(l,t){var u=t.action,a=t.payload,e=l.state;if(t.isTransition){var n=R.T,f={};R.T=f;try{var c=u(e,a),i=R.S;i!==null&&i(f,c),z0(l,t,c)}catch(v){Rf(l,t,v)}finally{R.T=n}}else try{n=u(e,a),z0(l,t,n)}catch(v){Rf(l,t,v)}}function z0(l,t,u){u!==null&&typeof u=="object"&&typeof u.then=="function"?u.then(function(a){A0(l,t,a)},function(a){return Rf(l,t,a)}):A0(l,t,u)}function A0(l,t,u){t.status="fulfilled",t.value=u,O0(t),l.state=u,t=l.pending,t!==null&&(u=t.next,u===t?l.pending=null:(u=u.next,t.next=u,T0(l,u)))}function Rf(l,t,u){var a=l.pending;if(l.pending=null,a!==null){a=a.next;do t.status="rejected",t.reason=u,O0(t),t=t.next;while(t!==a)}l.action=null}function O0(l){l=l.listeners;for(var t=0;t<l.length;t++)(0,l[t])()}function D0(l,t){return t}function M0(l,t){if(j){var u=k.formState;if(u!==null){l:{var a=p;if(j){if(Sl){t:{for(var e=Sl,n=st;e.nodeType!==8;){if(!n){e=null;break t}if(e=et(e.nextSibling),e===null){e=null;break t}}n=e.data,e=n==="F!"||n==="F"?e:null}if(e){Sl=et(e.nextSibling),a=e.data==="F!";break l}}hu(a)}a=!1}a&&(t=u[0])}}return u=Nl(),u.memoizedState=u.baseState=t,a={pending:null,lanes:0,dispatch:null,lastRenderedReducer:D0,lastRenderedState:t},u.queue=a,u=L0.bind(null,p,a),a.dispatch=u,a=Uf(!1),n=Bf.bind(null,p,!1,a.queue),a=Nl(),e={state:t,dispatch:null,action:l,pending:null},a.queue=e,u=a1.bind(null,p,e,n,u),e.dispatch=u,a.memoizedState=l,[t,u,!1]}function _0(l){var t=cl();return U0(t,K,l)}function U0(l,t,u){t=Mf(l,t,D0)[0],l=ln(Et)[0],t=typeof t=="object"&&t!==null&&typeof t.then=="function"?La(t):t;var a=cl(),e=a.queue,n=e.dispatch;return u!==a.memoizedState&&(p.flags|=2048,ua(9,e1.bind(null,e,u),{destroy:void 0},null)),[t,n,l]}function e1(l,t){l.action=t}function R0(l){var t=cl(),u=K;if(u!==null)return U0(t,u,l);cl(),t=t.memoizedState,u=cl();var a=u.queue.dispatch;return u.memoizedState=l,[t,a,!1]}function ua(l,t,u,a){return l={tag:l,create:t,inst:u,deps:a,next:null},t=p.updateQueue,t===null&&(t=Pe(),p.updateQueue=t),u=t.lastEffect,u===null?t.lastEffect=l.next=l:(a=u.next,u.next=l,l.next=a,t.lastEffect=l),l}function H0(){return cl().memoizedState}function tn(l,t,u,a){var e=Nl();p.flags|=l,e.memoizedState=ua(1|t,u,{destroy:void 0},a===void 0?null:a)}function un(l,t,u,a){var e=cl();a=a===void 0?null:a;var n=e.memoizedState.inst;K!==null&&a!==null&&Ef(a,K.memoizedState.deps)?e.memoizedState=ua(t,u,n,a):(p.flags|=l,e.memoizedState=ua(1|t,u,n,a))}function N0(l,t){tn(8390656,8,l,t)}function Hf(l,t){un(2048,8,l,t)}function q0(l,t){return un(4,2,l,t)}function Y0(l,t){return un(4,4,l,t)}function p0(l,t){if(typeof t=="function"){l=l();var u=t(l);return function(){typeof u=="function"?u():t(null)}}if(t!=null)return l=l(),t.current=l,function(){t.current=null}}function B0(l,t,u){u=u!=null?u.concat([l]):null,un(4,4,p0.bind(null,t,l),u)}function Nf(){}function G0(l,t){var u=cl();t=t===void 0?null:t;var a=u.memoizedState;return t!==null&&Ef(t,a[1])?a[0]:(u.memoizedState=[l,t],l)}function X0(l,t){var u=cl();t=t===void 0?null:t;var a=u.memoizedState;if(t!==null&&Ef(t,a[1]))return a[0];if(a=l(),gu){Bt(!0);try{l()}finally{Bt(!1)}}return u.memoizedState=[a,t],a}function qf(l,t,u){return u===void 0||Ct&1073741824?l.memoizedState=t:(l.memoizedState=u,l=Zs(),p.lanes|=l,Ft|=l,u)}function Q0(l,t,u,a){return Gl(u,t)?u:Fu.current!==null?(l=qf(l,u,a),Gl(l,t)||(dl=!0),l):Ct&42?(l=Zs(),p.lanes|=l,Ft|=l,t):(dl=!0,l.memoizedState=u)}function Z0(l,t,u,a,e){var n=O.p;O.p=n!==0&&8>n?n:8;var f=R.T,c={};R.T=c,Bf(l,!1,t,u);try{var i=e(),v=R.S;if(v!==null&&v(c,i),i!==null&&typeof i=="object"&&typeof i.then=="function"){var o=l1(i,a);Ka(l,t,o,jl(l))}else Ka(l,t,a,jl(l))}catch(b){Ka(l,t,{then:function(){},status:"rejected",reason:b},jl())}finally{O.p=n,R.T=f}}function n1(){}function Yf(l,t,u,a){if(l.tag!==5)throw Error(S(476));var e=j0(l).queue;Z0(l,e,t,L,u===null?n1:function(){return C0(l),u(a)})}function j0(l){var t=l.memoizedState;if(t!==null)return t;t={memoizedState:L,baseState:L,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:Et,lastRenderedState:L},next:null};var u={};return t.next={memoizedState:u,baseState:u,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:Et,lastRenderedState:u},next:null},l.memoizedState=t,l=l.alternate,l!==null&&(l.memoizedState=t),t}function C0(l){var t=j0(l).next.queue;Ka(l,t,{},jl())}function pf(){return zl(ye)}function x0(){return cl().memoizedState}function V0(){return cl().memoizedState}function f1(l){for(var t=l.return;t!==null;){switch(t.tag){case 24:case 3:var u=jl();l=Kt(u);var a=Jt(t,l,u);a!==null&&(Ul(a,t,u),Wa(a,t,u)),t={cache:of()},l.payload=t;return}t=t.return}}function c1(l,t,u){var a=jl();u={lane:a,revertLane:0,action:u,hasEagerState:!1,eagerState:null,next:null},an(l)?K0(t,u):(u=vf(l,t,u,a),u!==null&&(Ul(u,l,a),J0(u,t,a)))}function L0(l,t,u){var a=jl();Ka(l,t,u,a)}function Ka(l,t,u,a){var e={lane:a,revertLane:0,action:u,hasEagerState:!1,eagerState:null,next:null};if(an(l))K0(t,e);else{var n=l.alternate;if(l.lanes===0&&(n===null||n.lanes===0)&&(n=t.lastRenderedReducer,n!==null))try{var f=t.lastRenderedState,c=n(f,u);if(e.hasEagerState=!0,e.eagerState=c,Gl(c,f))return je(l,t,e,0),k===null&&Ze(),!1}catch{}finally{}if(u=vf(l,t,e,a),u!==null)return Ul(u,l,a),J0(u,t,a),!0}return!1}function Bf(l,t,u,a){if(a={lane:2,revertLane:Oc(),action:a,hasEagerState:!1,eagerState:null,next:null},an(l)){if(t)throw Error(S(479))}else t=vf(l,u,a,2),t!==null&&Ul(t,l,2)}function an(l){var t=l.alternate;return l===p||t!==null&&t===p}function K0(l,t){la=ke=!0;var u=l.pending;u===null?t.next=t:(t.next=u.next,u.next=t),l.pending=t}function J0(l,t,u){if(u&4194176){var a=t.lanes;a&=l.pendingLanes,u|=a,t.lanes=u,ai(l,u)}}var yt={readContext:zl,use:Ie,useCallback:el,useContext:el,useEffect:el,useImperativeHandle:el,useLayoutEffect:el,useInsertionEffect:el,useMemo:el,useReducer:el,useRef:el,useState:el,useDebugValue:el,useDeferredValue:el,useTransition:el,useSyncExternalStore:el,useId:el};yt.useCacheRefresh=el,yt.useMemoCache=el,yt.useHostTransitionStatus=el,yt.useFormState=el,yt.useActionState=el,yt.useOptimistic=el;var ou={readContext:zl,use:Ie,useCallback:function(l,t){return Nl().memoizedState=[l,t===void 0?null:t],l},useContext:zl,useEffect:N0,useImperativeHandle:function(l,t,u){u=u!=null?u.concat([l]):null,tn(4194308,4,p0.bind(null,t,l),u)},useLayoutEffect:function(l,t){return tn(4194308,4,l,t)},useInsertionEffect:function(l,t){tn(4,2,l,t)},useMemo:function(l,t){var u=Nl();t=t===void 0?null:t;var a=l();if(gu){Bt(!0);try{l()}finally{Bt(!1)}}return u.memoizedState=[a,t],a},useReducer:function(l,t,u){var a=Nl();if(u!==void 0){var e=u(t);if(gu){Bt(!0);try{u(t)}finally{Bt(!1)}}}else e=t;return a.memoizedState=a.baseState=e,l={pending:null,lanes:0,dispatch:null,lastRenderedReducer:l,lastRenderedState:e},a.queue=l,l=l.dispatch=c1.bind(null,p,l),[a.memoizedState,l]},useRef:function(l){var t=Nl();return l={current:l},t.memoizedState=l},useState:function(l){l=Uf(l);var t=l.queue,u=L0.bind(null,p,t);return t.dispatch=u,[l.memoizedState,u]},useDebugValue:Nf,useDeferredValue:function(l,t){var u=Nl();return qf(u,l,t)},useTransition:function(){var l=Uf(!1);return l=Z0.bind(null,p,l.queue,!0,!1),Nl().memoizedState=l,[!1,l]},useSyncExternalStore:function(l,t,u){var a=p,e=Nl();if(j){if(u===void 0)throw Error(S(407));u=u()}else{if(u=t(),k===null)throw Error(S(349));Q&60||S0(a,t,u)}e.memoizedState=u;var n={value:u,getSnapshot:t};return e.queue=n,N0(o0.bind(null,a,n,l),[l]),a.flags|=2048,ua(9,g0.bind(null,a,n,u,t),{destroy:void 0},null),u},useId:function(){var l=Nl(),t=k.identifierPrefix;if(j){var u=rt,a=ot;u=(a&~(1<<32-Bl(a)-1)).toString(32)+u,t=":"+t+"R"+u,u=Fe++,0<u&&(t+="H"+u.toString(32)),t+=":"}else u=t1++,t=":"+t+"r"+u.toString(32)+":";return l.memoizedState=t},useCacheRefresh:function(){return Nl().memoizedState=f1.bind(null,p)}};ou.useMemoCache=Df,ou.useHostTransitionStatus=pf,ou.useFormState=M0,ou.useActionState=M0,ou.useOptimistic=function(l){var t=Nl();t.memoizedState=t.baseState=l;var u={pending:null,lanes:0,dispatch:null,lastRenderedReducer:null,lastRenderedState:null};return t.queue=u,t=Bf.bind(null,p,!0,u),u.dispatch=t,[l,t]};var xt={readContext:zl,use:Ie,useCallback:G0,useContext:zl,useEffect:Hf,useImperativeHandle:B0,useInsertionEffect:q0,useLayoutEffect:Y0,useMemo:X0,useReducer:ln,useRef:H0,useState:function(){return ln(Et)},useDebugValue:Nf,useDeferredValue:function(l,t){var u=cl();return Q0(u,K.memoizedState,l,t)},useTransition:function(){var l=ln(Et)[0],t=cl().memoizedState;return[typeof l=="boolean"?l:La(l),t]},useSyncExternalStore:m0,useId:x0};xt.useCacheRefresh=V0,xt.useMemoCache=Df,xt.useHostTransitionStatus=pf,xt.useFormState=_0,xt.useActionState=_0,xt.useOptimistic=function(l,t){var u=cl();return E0(u,K,l,t)};var ru={readContext:zl,use:Ie,useCallback:G0,useContext:zl,useEffect:Hf,useImperativeHandle:B0,useInsertionEffect:q0,useLayoutEffect:Y0,useMemo:X0,useReducer:_f,useRef:H0,useState:function(){return _f(Et)},useDebugValue:Nf,useDeferredValue:function(l,t){var u=cl();return K===null?qf(u,l,t):Q0(u,K.memoizedState,l,t)},useTransition:function(){var l=_f(Et)[0],t=cl().memoizedState;return[typeof l=="boolean"?l:La(l),t]},useSyncExternalStore:m0,useId:x0};ru.useCacheRefresh=V0,ru.useMemoCache=Df,ru.useHostTransitionStatus=pf,ru.useFormState=R0,ru.useActionState=R0,ru.useOptimistic=function(l,t){var u=cl();return K!==null?E0(u,K,l,t):(u.baseState=l,[l,u.queue.dispatch])};function Gf(l,t,u,a){t=l.memoizedState,u=u(a,t),u=u==null?t:w({},t,u),l.memoizedState=u,l.lanes===0&&(l.updateQueue.baseState=u)}var Xf={isMounted:function(l){return(l=l._reactInternals)?mt(l)===l:!1},enqueueSetState:function(l,t,u){l=l._reactInternals;var a=jl(),e=Kt(a);e.payload=t,u!=null&&(e.callback=u),t=Jt(l,e,a),t!==null&&(Ul(t,l,a),Wa(t,l,a))},enqueueReplaceState:function(l,t,u){l=l._reactInternals;var a=jl(),e=Kt(a);e.tag=1,e.payload=t,u!=null&&(e.callback=u),t=Jt(l,e,a),t!==null&&(Ul(t,l,a),Wa(t,l,a))},enqueueForceUpdate:function(l,t){l=l._reactInternals;var u=jl(),a=Kt(u);a.tag=2,t!=null&&(a.callback=t),t=Jt(l,a,u),t!==null&&(Ul(t,l,u),Wa(t,l,u))}};function w0(l,t,u,a,e,n,f){return l=l.stateNode,typeof l.shouldComponentUpdate=="function"?l.shouldComponentUpdate(a,n,f):t.prototype&&t.prototype.isPureReactComponent?!qa(u,a)||!qa(e,n):!0}function W0(l,t,u,a){l=t.state,typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps(u,a),typeof t.UNSAFE_componentWillReceiveProps=="function"&&t.UNSAFE_componentWillReceiveProps(u,a),t.state!==l&&Xf.enqueueReplaceState(t,t.state,null)}function bu(l,t){var u=t;if("ref"in t){u={};for(var a in t)a!=="ref"&&(u[a]=t[a])}if(l=l.defaultProps){u===t&&(u=w({},u));for(var e in l)u[e]===void 0&&(u[e]=l[e])}return u}var en=typeof reportError=="function"?reportError:function(l){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var t=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof l=="object"&&l!==null&&typeof l.message=="string"?String(l.message):String(l),error:l});if(!window.dispatchEvent(t))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",l);return}console.error(l)};function $0(l){en(l)}function k0(l){console.error(l)}function F0(l){en(l)}function nn(l,t){try{var u=l.onUncaughtError;u(t.value,{componentStack:t.stack})}catch(a){setTimeout(function(){throw a})}}function P0(l,t,u){try{var a=l.onCaughtError;a(u.value,{componentStack:u.stack,errorBoundary:t.tag===1?t.stateNode:null})}catch(e){setTimeout(function(){throw e})}}function Qf(l,t,u){return u=Kt(u),u.tag=3,u.payload={element:null},u.callback=function(){nn(l,t)},u}function I0(l){return l=Kt(l),l.tag=3,l}function ls(l,t,u,a){var e=u.type.getDerivedStateFromError;if(typeof e=="function"){var n=a.value;l.payload=function(){return e(n)},l.callback=function(){P0(t,u,a)}}var f=u.stateNode;f!==null&&typeof f.componentDidCatch=="function"&&(l.callback=function(){P0(t,u,a),typeof e!="function"&&(Pt===null?Pt=new Set([this]):Pt.add(this));var c=a.stack;this.componentDidCatch(a.value,{componentStack:c!==null?c:""})})}function i1(l,t,u,a,e){if(u.flags|=32768,a!==null&&typeof a=="object"&&typeof a.then=="function"){if(t=u.alternate,t!==null&&wa(t,u,e,!0),u=$l.current,u!==null){switch(u.tag){case 13:return vt===null?bc():u.alternate===null&&ul===0&&(ul=3),u.flags&=-257,u.flags|=65536,u.lanes=e,a===mf?u.flags|=16384:(t=u.updateQueue,t===null?u.updateQueue=new Set([a]):t.add(a),Tc(l,a,e)),!1;case 22:return u.flags|=65536,a===mf?u.flags|=16384:(t=u.updateQueue,t===null?(t={transitions:null,markerInstances:null,retryQueue:new Set([a])},u.updateQueue=t):(u=t.retryQueue,u===null?t.retryQueue=new Set([a]):u.add(a)),Tc(l,a,e)),!1}throw Error(S(435,u.tag))}return Tc(l,a,e),bc(),!1}if(j)return t=$l.current,t!==null?(!(t.flags&65536)&&(t.flags|=256),t.flags|=65536,t.lanes=e,a!==hf&&(l=Error(S(422),{cause:a}),Ga(Jl(l,u)))):(a!==hf&&(t=Error(S(423),{cause:a}),Ga(Jl(t,u))),l=l.current.alternate,l.flags|=65536,e&=-e,l.lanes|=e,a=Jl(a,u),e=Qf(l.stateNode,a,e),If(l,e),ul!==4&&(ul=2)),!1;var n=Error(S(520),{cause:a});if(n=Jl(n,u),ue===null?ue=[n]:ue.push(n),ul!==4&&(ul=2),t===null)return!0;a=Jl(a,u),u=t;do{switch(u.tag){case 3:return u.flags|=65536,l=e&-e,u.lanes|=l,l=Qf(u.stateNode,a,l),If(u,l),!1;case 1:if(t=u.type,n=u.stateNode,(u.flags&128)===0&&(typeof t.getDerivedStateFromError=="function"||n!==null&&typeof n.componentDidCatch=="function"&&(Pt===null||!Pt.has(n))))return u.flags|=65536,e&=-e,u.lanes|=e,e=I0(e),ls(e,l,u,a),If(u,e),!1}u=u.return}while(u!==null);return!1}var ts=Error(S(461)),dl=!1;function gl(l,t,u,a){t.child=l===null?f0(t,null,u,a):mu(t,l.child,u,a)}function us(l,t,u,a,e){u=u.render;var n=t.ref;if("ref"in a){var f={};for(var c in a)c!=="ref"&&(f[c]=a[c])}else f=a;return Tu(t),a=Tf(l,t,u,f,n,e),c=zf(),l!==null&&!dl?(Af(l,t,e),Tt(l,t,e)):(j&&c&&yf(t),t.flags|=1,gl(l,t,a,e),t.child)}function as(l,t,u,a,e){if(l===null){var n=u.type;return typeof n=="function"&&!cc(n)&&n.defaultProps===void 0&&u.compare===null?(t.tag=15,t.type=n,es(l,t,n,a,e)):(l=yn(u.type,null,a,t,t.mode,e),l.ref=t.ref,l.return=t,t.child=l)}if(n=l.child,!wf(l,e)){var f=n.memoizedProps;if(u=u.compare,u=u!==null?u:qa,u(f,a)&&l.ref===t.ref)return Tt(l,t,e)}return t.flags|=1,l=kt(n,a),l.ref=t.ref,l.return=t,t.child=l}function es(l,t,u,a,e){if(l!==null){var n=l.memoizedProps;if(qa(n,a)&&l.ref===t.ref)if(dl=!1,t.pendingProps=a=n,wf(l,e))l.flags&131072&&(dl=!0);else return t.lanes=l.lanes,Tt(l,t,e)}return Zf(l,t,u,a,e)}function ns(l,t,u){var a=t.pendingProps,e=a.children,n=(t.stateNode._pendingVisibility&2)!==0,f=l!==null?l.memoizedState:null;if(Ja(l,t),a.mode==="hidden"||n){if(t.flags&128){if(a=f!==null?f.baseLanes|u:u,l!==null){for(e=t.child=l.child,n=0;e!==null;)n=n|e.lanes|e.childLanes,e=e.sibling;t.childLanes=n&~a}else t.childLanes=0,t.child=null;return fs(l,t,a,u)}if(u&536870912)t.memoizedState={baseLanes:0,cachePool:null},l!==null&&$e(t,f!==null?f.cachePool:null),f!==null?c0(t,f):Sf(),i0(t);else return t.lanes=t.childLanes=536870912,fs(l,t,f!==null?f.baseLanes|u:u,u)}else f!==null?($e(t,f.cachePool),c0(t,f),jt(),t.memoizedState=null):(l!==null&&$e(t,null),Sf(),jt());return gl(l,t,e,u),t.child}function fs(l,t,u,a){var e=bf();return e=e===null?null:{parent:vl._currentValue,pool:e},t.memoizedState={baseLanes:u,cachePool:e},l!==null&&$e(t,null),Sf(),i0(t),l!==null&&wa(l,t,a,!0),null}function Ja(l,t){var u=t.ref;if(u===null)l!==null&&l.ref!==null&&(t.flags|=2097664);else{if(typeof u!="function"&&typeof u!="object")throw Error(S(284));(l===null||l.ref!==u)&&(t.flags|=2097664)}}function Zf(l,t,u,a,e){return Tu(t),u=Tf(l,t,u,a,void 0,e),a=zf(),l!==null&&!dl?(Af(l,t,e),Tt(l,t,e)):(j&&a&&yf(t),t.flags|=1,gl(l,t,u,e),t.child)}function cs(l,t,u,a,e,n){return Tu(t),t.updateQueue=null,u=h0(t,a,u,e),d0(l),a=zf(),l!==null&&!dl?(Af(l,t,n),Tt(l,t,n)):(j&&a&&yf(t),t.flags|=1,gl(l,t,u,n),t.child)}function is(l,t,u,a,e){if(Tu(t),t.stateNode===null){var n=wu,f=u.contextType;typeof f=="object"&&f!==null&&(n=zl(f)),n=new u(a,n),t.memoizedState=n.state!==null&&n.state!==void 0?n.state:null,n.updater=Xf,t.stateNode=n,n._reactInternals=t,n=t.stateNode,n.props=a,n.state=t.memoizedState,n.refs={},Ff(t),f=u.contextType,n.context=typeof f=="object"&&f!==null?zl(f):wu,n.state=t.memoizedState,f=u.getDerivedStateFromProps,typeof f=="function"&&(Gf(t,u,f,a),n.state=t.memoizedState),typeof u.getDerivedStateFromProps=="function"||typeof n.getSnapshotBeforeUpdate=="function"||typeof n.UNSAFE_componentWillMount!="function"&&typeof n.componentWillMount!="function"||(f=n.state,typeof n.componentWillMount=="function"&&n.componentWillMount(),typeof n.UNSAFE_componentWillMount=="function"&&n.UNSAFE_componentWillMount(),f!==n.state&&Xf.enqueueReplaceState(n,n.state,null),ka(t,a,n,e),$a(),n.state=t.memoizedState),typeof n.componentDidMount=="function"&&(t.flags|=4194308),a=!0}else if(l===null){n=t.stateNode;var c=t.memoizedProps,i=bu(u,c);n.props=i;var v=n.context,o=u.contextType;f=wu,typeof o=="object"&&o!==null&&(f=zl(o));var b=u.getDerivedStateFromProps;o=typeof b=="function"||typeof n.getSnapshotBeforeUpdate=="function",c=t.pendingProps!==c,o||typeof n.UNSAFE_componentWillReceiveProps!="function"&&typeof n.componentWillReceiveProps!="function"||(c||v!==f)&&W0(t,n,a,f),Lt=!1;var m=t.memoizedState;n.state=m,ka(t,a,n,e),$a(),v=t.memoizedState,c||m!==v||Lt?(typeof b=="function"&&(Gf(t,u,b,a),v=t.memoizedState),(i=Lt||w0(t,u,i,a,m,v,f))?(o||typeof n.UNSAFE_componentWillMount!="function"&&typeof n.componentWillMount!="function"||(typeof n.componentWillMount=="function"&&n.componentWillMount(),typeof n.UNSAFE_componentWillMount=="function"&&n.UNSAFE_componentWillMount()),typeof n.componentDidMount=="function"&&(t.flags|=4194308)):(typeof n.componentDidMount=="function"&&(t.flags|=4194308),t.memoizedProps=a,t.memoizedState=v),n.props=a,n.state=v,n.context=f,a=i):(typeof n.componentDidMount=="function"&&(t.flags|=4194308),a=!1)}else{n=t.stateNode,Pf(l,t),f=t.memoizedProps,o=bu(u,f),n.props=o,b=t.pendingProps,m=n.context,v=u.contextType,i=wu,typeof v=="object"&&v!==null&&(i=zl(v)),c=u.getDerivedStateFromProps,(v=typeof c=="function"||typeof n.getSnapshotBeforeUpdate=="function")||typeof n.UNSAFE_componentWillReceiveProps!="function"&&typeof n.componentWillReceiveProps!="function"||(f!==b||m!==i)&&W0(t,n,a,i),Lt=!1,m=t.memoizedState,n.state=m,ka(t,a,n,e),$a();var g=t.memoizedState;f!==b||m!==g||Lt||l!==null&&l.dependencies!==null&&fn(l.dependencies)?(typeof c=="function"&&(Gf(t,u,c,a),g=t.memoizedState),(o=Lt||w0(t,u,o,a,m,g,i)||l!==null&&l.dependencies!==null&&fn(l.dependencies))?(v||typeof n.UNSAFE_componentWillUpdate!="function"&&typeof n.componentWillUpdate!="function"||(typeof n.componentWillUpdate=="function"&&n.componentWillUpdate(a,g,i),typeof n.UNSAFE_componentWillUpdate=="function"&&n.UNSAFE_componentWillUpdate(a,g,i)),typeof n.componentDidUpdate=="function"&&(t.flags|=4),typeof n.getSnapshotBeforeUpdate=="function"&&(t.flags|=1024)):(typeof n.componentDidUpdate!="function"||f===l.memoizedProps&&m===l.memoizedState||(t.flags|=4),typeof n.getSnapshotBeforeUpdate!="function"||f===l.memoizedProps&&m===l.memoizedState||(t.flags|=1024),t.memoizedProps=a,t.memoizedState=g),n.props=a,n.state=g,n.context=i,a=o):(typeof n.componentDidUpdate!="function"||f===l.memoizedProps&&m===l.memoizedState||(t.flags|=4),typeof n.getSnapshotBeforeUpdate!="function"||f===l.memoizedProps&&m===l.memoizedState||(t.flags|=1024),a=!1)}return n=a,Ja(l,t),a=(t.flags&128)!==0,n||a?(n=t.stateNode,u=a&&typeof u.getDerivedStateFromError!="function"?null:n.render(),t.flags|=1,l!==null&&a?(t.child=mu(t,l.child,null,e),t.child=mu(t,null,u,e)):gl(l,t,u,e),t.memoizedState=n.state,l=t.child):l=Tt(l,t,e),l}function ss(l,t,u,a){return Ba(),t.flags|=256,gl(l,t,u,a),t.child}var jf={dehydrated:null,treeContext:null,retryLane:0};function Cf(l){return{baseLanes:l,cachePool:y0()}}function xf(l,t,u){return l=l!==null?l.childLanes&~u:0,t&&(l|=Il),l}function vs(l,t,u){var a=t.pendingProps,e=!1,n=(t.flags&128)!==0,f;if((f=n)||(f=l!==null&&l.memoizedState===null?!1:(sl.current&2)!==0),f&&(e=!0,t.flags&=-129),f=(t.flags&32)!==0,t.flags&=-33,l===null){if(j){if(e?Zt(t):jt(),j){var c=Sl,i;if(i=c){l:{for(i=c,c=st;i.nodeType!==8;){if(!c){c=null;break l}if(i=et(i.nextSibling),i===null){c=null;break l}}c=i}c!==null?(t.memoizedState={dehydrated:c,treeContext:yu!==null?{id:ot,overflow:rt}:null,retryLane:536870912},i=Pl(18,null,null,0),i.stateNode=c,i.return=t,t.child=i,_l=t,Sl=null,i=!0):i=!1}i||hu(t)}if(c=t.memoizedState,c!==null&&(c=c.dehydrated,c!==null))return c.data==="$!"?t.lanes=16:t.lanes=536870912,null;bt(t)}return c=a.children,a=a.fallback,e?(jt(),e=t.mode,c=Lf({mode:"hidden",children:c},e),a=Au(a,e,u,null),c.return=t,a.return=t,c.sibling=a,t.child=c,e=t.child,e.memoizedState=Cf(u),e.childLanes=xf(l,f,u),t.memoizedState=jf,a):(Zt(t),Vf(t,c))}if(i=l.memoizedState,i!==null&&(c=i.dehydrated,c!==null)){if(n)t.flags&256?(Zt(t),t.flags&=-257,t=Kf(l,t,u)):t.memoizedState!==null?(jt(),t.child=l.child,t.flags|=128,t=null):(jt(),e=a.fallback,c=t.mode,a=Lf({mode:"visible",children:a.children},c),e=Au(e,c,u,null),e.flags|=2,a.return=t,e.return=t,a.sibling=e,t.child=a,mu(t,l.child,null,u),a=t.child,a.memoizedState=Cf(u),a.childLanes=xf(l,f,u),t.memoizedState=jf,t=e);else if(Zt(t),c.data==="$!"){if(f=c.nextSibling&&c.nextSibling.dataset,f)var v=f.dgst;f=v,a=Error(S(419)),a.stack="",a.digest=f,Ga({value:a,source:null,stack:null}),t=Kf(l,t,u)}else if(dl||wa(l,t,u,!1),f=(u&l.childLanes)!==0,dl||f){if(f=k,f!==null){if(a=u&-u,a&42)a=1;else switch(a){case 2:a=1;break;case 8:a=4;break;case 32:a=16;break;case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:a=64;break;case 268435456:a=134217728;break;default:a=0}if(a=a&(f.suspendedLanes|u)?0:a,a!==0&&a!==i.retryLane)throw i.retryLane=a,Qt(l,a),Ul(f,l,a),ts}c.data==="$?"||bc(),t=Kf(l,t,u)}else c.data==="$?"?(t.flags|=128,t.child=l.child,t=A1.bind(null,l),c._reactRetry=t,t=null):(l=i.treeContext,Sl=et(c.nextSibling),_l=t,j=!0,ut=null,st=!1,l!==null&&(wl[Wl++]=ot,wl[Wl++]=rt,wl[Wl++]=yu,ot=l.id,rt=l.overflow,yu=t),t=Vf(t,a.children),t.flags|=4096);return t}return e?(jt(),e=a.fallback,c=t.mode,i=l.child,v=i.sibling,a=kt(i,{mode:"hidden",children:a.children}),a.subtreeFlags=i.subtreeFlags&31457280,v!==null?e=kt(v,e):(e=Au(e,c,u,null),e.flags|=2),e.return=t,a.return=t,a.sibling=e,t.child=a,a=e,e=t.child,c=l.child.memoizedState,c===null?c=Cf(u):(i=c.cachePool,i!==null?(v=vl._currentValue,i=i.parent!==v?{parent:v,pool:v}:i):i=y0(),c={baseLanes:c.baseLanes|u,cachePool:i}),e.memoizedState=c,e.childLanes=xf(l,f,u),t.memoizedState=jf,a):(Zt(t),u=l.child,l=u.sibling,u=kt(u,{mode:"visible",children:a.children}),u.return=t,u.sibling=null,l!==null&&(f=t.deletions,f===null?(t.deletions=[l],t.flags|=16):f.push(l)),t.child=u,t.memoizedState=null,u)}function Vf(l,t){return t=Lf({mode:"visible",children:t},l.mode),t.return=l,l.child=t}function Lf(l,t){return Gs(l,t,0,null)}function Kf(l,t,u){return mu(t,l.child,null,u),l=Vf(t,t.pendingProps.children),l.flags|=2,t.memoizedState=null,l}function ys(l,t,u){l.lanes|=t;var a=l.alternate;a!==null&&(a.lanes|=t),$f(l.return,t,u)}function Jf(l,t,u,a,e){var n=l.memoizedState;n===null?l.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:a,tail:u,tailMode:e}:(n.isBackwards=t,n.rendering=null,n.renderingStartTime=0,n.last=a,n.tail=u,n.tailMode=e)}function ds(l,t,u){var a=t.pendingProps,e=a.revealOrder,n=a.tail;if(gl(l,t,a.children,u),a=sl.current,a&2)a=a&1|2,t.flags|=128;else{if(l!==null&&l.flags&128)l:for(l=t.child;l!==null;){if(l.tag===13)l.memoizedState!==null&&ys(l,u,t);else if(l.tag===19)ys(l,u,t);else if(l.child!==null){l.child.return=l,l=l.child;continue}if(l===t)break l;for(;l.sibling===null;){if(l.return===null||l.return===t)break l;l=l.return}l.sibling.return=l.return,l=l.sibling}a&=1}switch(P(sl,a),e){case"forwards":for(u=t.child,e=null;u!==null;)l=u.alternate,l!==null&&We(l)===null&&(e=u),u=u.sibling;u=e,u===null?(e=t.child,t.child=null):(e=u.sibling,u.sibling=null),Jf(t,!1,e,u,n);break;case"backwards":for(u=null,e=t.child,t.child=null;e!==null;){if(l=e.alternate,l!==null&&We(l)===null){t.child=e;break}l=e.sibling,e.sibling=u,u=e,e=l}Jf(t,!0,u,null,n);break;case"together":Jf(t,!1,null,null,void 0);break;default:t.memoizedState=null}return t.child}function Tt(l,t,u){if(l!==null&&(t.dependencies=l.dependencies),Ft|=t.lanes,!(u&t.childLanes))if(l!==null){if(wa(l,t,u,!1),(u&t.childLanes)===0)return null}else return null;if(l!==null&&t.child!==l.child)throw Error(S(153));if(t.child!==null){for(l=t.child,u=kt(l,l.pendingProps),t.child=u,u.return=t;l.sibling!==null;)l=l.sibling,u=u.sibling=kt(l,l.pendingProps),u.return=t;u.sibling=null}return t.child}function wf(l,t){return l.lanes&t?!0:(l=l.dependencies,!!(l!==null&&fn(l)))}function s1(l,t,u){switch(t.tag){case 3:ze(t,t.stateNode.containerInfo),Vt(t,vl,l.memoizedState.cache),Ba();break;case 27:case 5:Gn(t);break;case 4:ze(t,t.stateNode.containerInfo);break;case 10:Vt(t,t.type,t.memoizedProps.value);break;case 13:var a=t.memoizedState;if(a!==null)return a.dehydrated!==null?(Zt(t),t.flags|=128,null):u&t.child.childLanes?vs(l,t,u):(Zt(t),l=Tt(l,t,u),l!==null?l.sibling:null);Zt(t);break;case 19:var e=(l.flags&128)!==0;if(a=(u&t.childLanes)!==0,a||(wa(l,t,u,!1),a=(u&t.childLanes)!==0),e){if(a)return ds(l,t,u);t.flags|=128}if(e=t.memoizedState,e!==null&&(e.rendering=null,e.tail=null,e.lastEffect=null),P(sl,sl.current),a)break;return null;case 22:case 23:return t.lanes=0,ns(l,t,u);case 24:Vt(t,vl,l.memoizedState.cache)}return Tt(l,t,u)}function hs(l,t,u){if(l!==null)if(l.memoizedProps!==t.pendingProps)dl=!0;else{if(!wf(l,u)&&!(t.flags&128))return dl=!1,s1(l,t,u);dl=!!(l.flags&131072)}else dl=!1,j&&t.flags&1048576&&Fi(t,Ve,t.index);switch(t.lanes=0,t.tag){case 16:l:{l=t.pendingProps;var a=t.elementType,e=a._init;if(a=e(a._payload),t.type=a,typeof a=="function")cc(a)?(l=bu(a,l),t.tag=1,t=is(null,t,a,l,u)):(t.tag=0,t=Zf(null,t,a,l,u));else{if(a!=null){if(e=a.$$typeof,e===_u){t.tag=11,t=us(null,t,a,l,u);break l}else if(e===Ru){t.tag=14,t=as(null,t,a,l,u);break l}}throw t=oa(a)||a,Error(S(306,t,""))}}return t;case 0:return Zf(l,t,t.type,t.pendingProps,u);case 1:return a=t.type,e=bu(a,t.pendingProps),is(l,t,a,e,u);case 3:l:{if(ze(t,t.stateNode.containerInfo),l===null)throw Error(S(387));var n=t.pendingProps;e=t.memoizedState,a=e.element,Pf(l,t),ka(t,n,null,u);var f=t.memoizedState;if(n=f.cache,Vt(t,vl,n),n!==e.cache&&kf(t,[vl],u,!0),$a(),n=f.element,e.isDehydrated)if(e={element:n,isDehydrated:!1,cache:f.cache},t.updateQueue.baseState=e,t.memoizedState=e,t.flags&256){t=ss(l,t,n,u);break l}else if(n!==a){a=Jl(Error(S(424)),t),Ga(a),t=ss(l,t,n,u);break l}else for(Sl=et(t.stateNode.containerInfo.firstChild),_l=t,j=!0,ut=null,st=!0,u=f0(t,null,n,u),t.child=u;u;)u.flags=u.flags&-3|4096,u=u.sibling;else{if(Ba(),n===a){t=Tt(l,t,u);break l}gl(l,t,n,u)}t=t.child}return t;case 26:return Ja(l,t),l===null?(u=gv(t.type,null,t.pendingProps,null))?t.memoizedState=u:j||(u=t.type,l=t.pendingProps,a=An(pt.current).createElement(u),a[Tl]=t,a[Rl]=l,ol(a,u,l),yl(a),t.stateNode=a):t.memoizedState=gv(t.type,l.memoizedProps,t.pendingProps,l.memoizedState),null;case 27:return Gn(t),l===null&&j&&(a=t.stateNode=hv(t.type,t.pendingProps,pt.current),_l=t,st=!0,Sl=et(a.firstChild)),a=t.pendingProps.children,l!==null||j?gl(l,t,a,u):t.child=mu(t,null,a,u),Ja(l,t),t.child;case 5:return l===null&&j&&((e=a=Sl)&&(a=Z1(a,t.type,t.pendingProps,st),a!==null?(t.stateNode=a,_l=t,Sl=et(a.firstChild),st=!1,e=!0):e=!1),e||hu(t)),Gn(t),e=t.type,n=t.pendingProps,f=l!==null?l.memoizedProps:null,a=n.children,Yc(e,n)?a=null:f!==null&&Yc(e,f)&&(t.flags|=32),t.memoizedState!==null&&(e=Tf(l,t,u1,null,null,u),ye._currentValue=e),Ja(l,t),gl(l,t,a,u),t.child;case 6:return l===null&&j&&((l=u=Sl)&&(u=j1(u,t.pendingProps,st),u!==null?(t.stateNode=u,_l=t,Sl=null,l=!0):l=!1),l||hu(t)),null;case 13:return vs(l,t,u);case 4:return ze(t,t.stateNode.containerInfo),a=t.pendingProps,l===null?t.child=mu(t,null,a,u):gl(l,t,a,u),t.child;case 11:return us(l,t,t.type,t.pendingProps,u);case 7:return gl(l,t,t.pendingProps,u),t.child;case 8:return gl(l,t,t.pendingProps.children,u),t.child;case 12:return gl(l,t,t.pendingProps.children,u),t.child;case 10:return a=t.pendingProps,Vt(t,t.type,a.value),gl(l,t,a.children,u),t.child;case 9:return e=t.type._context,a=t.pendingProps.children,Tu(t),e=zl(e),a=a(e),t.flags|=1,gl(l,t,a,u),t.child;case 14:return as(l,t,t.type,t.pendingProps,u);case 15:return es(l,t,t.type,t.pendingProps,u);case 19:return ds(l,t,u);case 22:return ns(l,t,u);case 24:return Tu(t),a=zl(vl),l===null?(e=bf(),e===null&&(e=k,n=of(),e.pooledCache=n,n.refCount++,n!==null&&(e.pooledCacheLanes|=u),e=n),t.memoizedState={parent:a,cache:e},Ff(t),Vt(t,vl,e)):(l.lanes&u&&(Pf(l,t),ka(t,null,null,u),$a()),e=l.memoizedState,n=t.memoizedState,e.parent!==a?(e={parent:a,cache:a},t.memoizedState=e,t.lanes===0&&(t.memoizedState=t.updateQueue.baseState=e),Vt(t,vl,a)):(a=n.cache,Vt(t,vl,a),a!==e.cache&&kf(t,[vl],u,!0))),gl(l,t,t.pendingProps.children,u),t.child;case 29:throw t.pendingProps}throw Error(S(156,t.tag))}var Wf=x(null),Eu=null,zt=null;function Vt(l,t,u){P(Wf,t._currentValue),t._currentValue=u}function At(l){l._currentValue=Wf.current,nl(Wf)}function $f(l,t,u){for(;l!==null;){var a=l.alternate;if((l.childLanes&t)!==t?(l.childLanes|=t,a!==null&&(a.childLanes|=t)):a!==null&&(a.childLanes&t)!==t&&(a.childLanes|=t),l===u)break;l=l.return}}function kf(l,t,u,a){var e=l.child;for(e!==null&&(e.return=l);e!==null;){var n=e.dependencies;if(n!==null){var f=e.child;n=n.firstContext;l:for(;n!==null;){var c=n;n=e;for(var i=0;i<t.length;i++)if(c.context===t[i]){n.lanes|=u,c=n.alternate,c!==null&&(c.lanes|=u),$f(n.return,u,l),a||(f=null);break l}n=c.next}}else if(e.tag===18){if(f=e.return,f===null)throw Error(S(341));f.lanes|=u,n=f.alternate,n!==null&&(n.lanes|=u),$f(f,u,l),f=null}else f=e.child;if(f!==null)f.return=e;else for(f=e;f!==null;){if(f===l){f=null;break}if(e=f.sibling,e!==null){e.return=f.return,f=e;break}f=f.return}e=f}}function wa(l,t,u,a){l=null;for(var e=t,n=!1;e!==null;){if(!n){if(e.flags&524288)n=!0;else if(e.flags&262144)break}if(e.tag===10){var f=e.alternate;if(f===null)throw Error(S(387));if(f=f.memoizedProps,f!==null){var c=e.type;Gl(e.pendingProps.value,f.value)||(l!==null?l.push(c):l=[c])}}else if(e===Te.current){if(f=e.alternate,f===null)throw Error(S(387));f.memoizedState.memoizedState!==e.memoizedState.memoizedState&&(l!==null?l.push(ye):l=[ye])}e=e.return}l!==null&&kf(t,l,u,a),t.flags|=262144}function fn(l){for(l=l.firstContext;l!==null;){if(!Gl(l.context._currentValue,l.memoizedValue))return!0;l=l.next}return!1}function Tu(l){Eu=l,zt=null,l=l.dependencies,l!==null&&(l.firstContext=null)}function zl(l){return ms(Eu,l)}function cn(l,t){return Eu===null&&Tu(l),ms(l,t)}function ms(l,t){var u=t._currentValue;if(t={context:t,memoizedValue:u,next:null},zt===null){if(l===null)throw Error(S(308));zt=t,l.dependencies={lanes:0,firstContext:t},l.flags|=524288}else zt=zt.next=t;return u}var Lt=!1;function Ff(l){l.updateQueue={baseState:l.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,lanes:0,hiddenCallbacks:null},callbacks:null}}function Pf(l,t){l=l.updateQueue,t.updateQueue===l&&(t.updateQueue={baseState:l.baseState,firstBaseUpdate:l.firstBaseUpdate,lastBaseUpdate:l.lastBaseUpdate,shared:l.shared,callbacks:null})}function Kt(l){return{lane:l,tag:0,payload:null,callback:null,next:null}}function Jt(l,t,u){var a=l.updateQueue;if(a===null)return null;if(a=a.shared,ll&2){var e=a.pending;return e===null?t.next=t:(t.next=e.next,e.next=t),a.pending=t,t=Ce(l),$i(l,null,u),t}return je(l,a,t,u),Ce(l)}function Wa(l,t,u){if(t=t.updateQueue,t!==null&&(t=t.shared,(u&4194176)!==0)){var a=t.lanes;a&=l.pendingLanes,u|=a,t.lanes=u,ai(l,u)}}function If(l,t){var u=l.updateQueue,a=l.alternate;if(a!==null&&(a=a.updateQueue,u===a)){var e=null,n=null;if(u=u.firstBaseUpdate,u!==null){do{var f={lane:u.lane,tag:u.tag,payload:u.payload,callback:null,next:null};n===null?e=n=f:n=n.next=f,u=u.next}while(u!==null);n===null?e=n=t:n=n.next=t}else e=n=t;u={baseState:a.baseState,firstBaseUpdate:e,lastBaseUpdate:n,shared:a.shared,callbacks:a.callbacks},l.updateQueue=u;return}l=u.lastBaseUpdate,l===null?u.firstBaseUpdate=t:l.next=t,u.lastBaseUpdate=t}var lc=!1;function $a(){if(lc){var l=Iu;if(l!==null)throw l}}function ka(l,t,u,a){lc=!1;var e=l.updateQueue;Lt=!1;var n=e.firstBaseUpdate,f=e.lastBaseUpdate,c=e.shared.pending;if(c!==null){e.shared.pending=null;var i=c,v=i.next;i.next=null,f===null?n=v:f.next=v,f=i;var o=l.alternate;o!==null&&(o=o.updateQueue,c=o.lastBaseUpdate,c!==f&&(c===null?o.firstBaseUpdate=v:c.next=v,o.lastBaseUpdate=i))}if(n!==null){var b=e.baseState;f=0,o=v=i=null,c=n;do{var m=c.lane&-536870913,g=m!==c.lane;if(g?(Q&m)===m:(a&m)===m){m!==0&&m===Pu&&(lc=!0),o!==null&&(o=o.next={lane:0,tag:c.tag,payload:c.payload,callback:null,next:null});l:{var A=l,N=c;m=t;var al=u;switch(N.tag){case 1:if(A=N.payload,typeof A=="function"){b=A.call(al,b,m);break l}b=A;break l;case 3:A.flags=A.flags&-65537|128;case 0:if(A=N.payload,m=typeof A=="function"?A.call(al,b,m):A,m==null)break l;b=w({},b,m);break l;case 2:Lt=!0}}m=c.callback,m!==null&&(l.flags|=64,g&&(l.flags|=8192),g=e.callbacks,g===null?e.callbacks=[m]:g.push(m))}else g={lane:m,tag:c.tag,payload:c.payload,callback:c.callback,next:null},o===null?(v=o=g,i=b):o=o.next=g,f|=m;if(c=c.next,c===null){if(c=e.shared.pending,c===null)break;g=c,c=g.next,g.next=null,e.lastBaseUpdate=g,e.shared.pending=null}}while(!0);o===null&&(i=b),e.baseState=i,e.firstBaseUpdate=v,e.lastBaseUpdate=o,n===null&&(e.shared.lanes=0),Ft|=f,l.lanes=f,l.memoizedState=b}}function Ss(l,t){if(typeof l!="function")throw Error(S(191,l));l.call(t)}function gs(l,t){var u=l.callbacks;if(u!==null)for(l.callbacks=null,l=0;l<u.length;l++)Ss(u[l],t)}function Fa(l,t){try{var u=t.updateQueue,a=u!==null?u.lastEffect:null;if(a!==null){var e=a.next;u=e;do{if((u.tag&l)===l){a=void 0;var n=u.create,f=u.inst;a=n(),f.destroy=a}u=u.next}while(u!==e)}}catch(c){W(t,t.return,c)}}function wt(l,t,u){try{var a=t.updateQueue,e=a!==null?a.lastEffect:null;if(e!==null){var n=e.next;a=n;do{if((a.tag&l)===l){var f=a.inst,c=f.destroy;if(c!==void 0){f.destroy=void 0,e=t;var i=u;try{c()}catch(v){W(e,i,v)}}}a=a.next}while(a!==n)}}catch(v){W(t,t.return,v)}}function os(l){var t=l.updateQueue;if(t!==null){var u=l.stateNode;try{gs(t,u)}catch(a){W(l,l.return,a)}}}function rs(l,t,u){u.props=bu(l.type,l.memoizedProps),u.state=l.memoizedState;try{u.componentWillUnmount()}catch(a){W(l,t,a)}}function zu(l,t){try{var u=l.ref;if(u!==null){var a=l.stateNode;switch(l.tag){case 26:case 27:case 5:var e=a;break;default:e=a}typeof u=="function"?l.refCleanup=u(e):u.current=e}}catch(n){W(l,t,n)}}function Xl(l,t){var u=l.ref,a=l.refCleanup;if(u!==null)if(typeof a=="function")try{a()}catch(e){W(l,t,e)}finally{l.refCleanup=null,l=l.alternate,l!=null&&(l.refCleanup=null)}else if(typeof u=="function")try{u(null)}catch(e){W(l,t,e)}else u.current=null}function bs(l){var t=l.type,u=l.memoizedProps,a=l.stateNode;try{l:switch(t){case"button":case"input":case"select":case"textarea":u.autoFocus&&a.focus();break l;case"img":u.src?a.src=u.src:u.srcSet&&(a.srcset=u.srcSet)}}catch(e){W(l,l.return,e)}}function Es(l,t,u){try{var a=l.stateNode;p1(a,l.type,u,t),a[Rl]=t}catch(e){W(l,l.return,e)}}function Ts(l){return l.tag===5||l.tag===3||l.tag===26||l.tag===27||l.tag===4}function tc(l){l:for(;;){for(;l.sibling===null;){if(l.return===null||Ts(l.return))return null;l=l.return}for(l.sibling.return=l.return,l=l.sibling;l.tag!==5&&l.tag!==6&&l.tag!==27&&l.tag!==18;){if(l.flags&2||l.child===null||l.tag===4)continue l;l.child.return=l,l=l.child}if(!(l.flags&2))return l.stateNode}}function uc(l,t,u){var a=l.tag;if(a===5||a===6)l=l.stateNode,t?u.nodeType===8?u.parentNode.insertBefore(l,t):u.insertBefore(l,t):(u.nodeType===8?(t=u.parentNode,t.insertBefore(l,u)):(t=u,t.appendChild(l)),u=u._reactRootContainer,u!=null||t.onclick!==null||(t.onclick=zn));else if(a!==4&&a!==27&&(l=l.child,l!==null))for(uc(l,t,u),l=l.sibling;l!==null;)uc(l,t,u),l=l.sibling}function sn(l,t,u){var a=l.tag;if(a===5||a===6)l=l.stateNode,t?u.insertBefore(l,t):u.appendChild(l);else if(a!==4&&a!==27&&(l=l.child,l!==null))for(sn(l,t,u),l=l.sibling;l!==null;)sn(l,t,u),l=l.sibling}var Ot=!1,tl=!1,ac=!1,zs=typeof WeakSet=="function"?WeakSet:Set,hl=null,As=!1;function v1(l,t){if(l=l.containerInfo,Nc=Rn,l=ji(l),ef(l)){if("selectionStart"in l)var u={start:l.selectionStart,end:l.selectionEnd};else l:{u=(u=l.ownerDocument)&&u.defaultView||window;var a=u.getSelection&&u.getSelection();if(a&&a.rangeCount!==0){u=a.anchorNode;var e=a.anchorOffset,n=a.focusNode;a=a.focusOffset;try{u.nodeType,n.nodeType}catch{u=null;break l}var f=0,c=-1,i=-1,v=0,o=0,b=l,m=null;t:for(;;){for(var g;b!==u||e!==0&&b.nodeType!==3||(c=f+e),b!==n||a!==0&&b.nodeType!==3||(i=f+a),b.nodeType===3&&(f+=b.nodeValue.length),(g=b.firstChild)!==null;)m=b,b=g;for(;;){if(b===l)break t;if(m===u&&++v===e&&(c=f),m===n&&++o===a&&(i=f),(g=b.nextSibling)!==null)break;b=m,m=b.parentNode}b=g}u=c===-1||i===-1?null:{start:c,end:i}}else u=null}u=u||{start:0,end:0}}else u=null;for(qc={focusedElem:l,selectionRange:u},Rn=!1,hl=t;hl!==null;)if(t=hl,l=t.child,(t.subtreeFlags&1028)!==0&&l!==null)l.return=t,hl=l;else for(;hl!==null;){switch(t=hl,n=t.alternate,l=t.flags,t.tag){case 0:break;case 11:case 15:break;case 1:if(l&1024&&n!==null){l=void 0,u=t,e=n.memoizedProps,n=n.memoizedState,a=u.stateNode;try{var A=bu(u.type,e,u.elementType===u.type);l=a.getSnapshotBeforeUpdate(A,n),a.__reactInternalSnapshotBeforeUpdate=l}catch(N){W(u,u.return,N)}}break;case 3:if(l&1024){if(l=t.stateNode.containerInfo,u=l.nodeType,u===9)Gc(l);else if(u===1)switch(l.nodeName){case"HEAD":case"HTML":case"BODY":Gc(l);break;default:l.textContent=""}}break;case 5:case 26:case 27:case 6:case 4:case 17:break;default:if(l&1024)throw Error(S(163))}if(l=t.sibling,l!==null){l.return=t.return,hl=l;break}hl=t.return}return A=As,As=!1,A}function Os(l,t,u){var a=u.flags;switch(u.tag){case 0:case 11:case 15:Mt(l,u),a&4&&Fa(5,u);break;case 1:if(Mt(l,u),a&4)if(l=u.stateNode,t===null)try{l.componentDidMount()}catch(c){W(u,u.return,c)}else{var e=bu(u.type,t.memoizedProps);t=t.memoizedState;try{l.componentDidUpdate(e,t,l.__reactInternalSnapshotBeforeUpdate)}catch(c){W(u,u.return,c)}}a&64&&os(u),a&512&&zu(u,u.return);break;case 3:if(Mt(l,u),a&64&&(a=u.updateQueue,a!==null)){if(l=null,u.child!==null)switch(u.child.tag){case 27:case 5:l=u.child.stateNode;break;case 1:l=u.child.stateNode}try{gs(a,l)}catch(c){W(u,u.return,c)}}break;case 26:Mt(l,u),a&512&&zu(u,u.return);break;case 27:case 5:Mt(l,u),t===null&&a&4&&bs(u),a&512&&zu(u,u.return);break;case 12:Mt(l,u);break;case 13:Mt(l,u),a&4&&_s(l,u);break;case 22:if(e=u.memoizedState!==null||Ot,!e){t=t!==null&&t.memoizedState!==null||tl;var n=Ot,f=tl;Ot=e,(tl=t)&&!f?Wt(l,u,(u.subtreeFlags&8772)!==0):Mt(l,u),Ot=n,tl=f}a&512&&(u.memoizedProps.mode==="manual"?zu(u,u.return):Xl(u,u.return));break;default:Mt(l,u)}}function Ds(l){var t=l.alternate;t!==null&&(l.alternate=null,Ds(t)),l.child=null,l.deletions=null,l.sibling=null,l.tag===5&&(t=l.stateNode,t!==null&&xn(t)),l.stateNode=null,l.return=null,l.dependencies=null,l.memoizedProps=null,l.memoizedState=null,l.pendingProps=null,l.stateNode=null,l.updateQueue=null}var il=null,Ql=!1;function Dt(l,t,u){for(u=u.child;u!==null;)Ms(l,t,u),u=u.sibling}function Ms(l,t,u){if(pl&&typeof pl.onCommitFiberUnmount=="function")try{pl.onCommitFiberUnmount(Ea,u)}catch{}switch(u.tag){case 26:tl||Xl(u,t),Dt(l,t,u),u.memoizedState?u.memoizedState.count--:u.stateNode&&(u=u.stateNode,u.parentNode.removeChild(u));break;case 27:tl||Xl(u,t);var a=il,e=Ql;for(il=u.stateNode,Dt(l,t,u),u=u.stateNode,t=u.attributes;t.length;)u.removeAttributeNode(t[0]);xn(u),il=a,Ql=e;break;case 5:tl||Xl(u,t);case 6:e=il;var n=Ql;if(il=null,Dt(l,t,u),il=e,Ql=n,il!==null)if(Ql)try{l=il,a=u.stateNode,l.nodeType===8?l.parentNode.removeChild(a):l.removeChild(a)}catch(f){W(u,t,f)}else try{il.removeChild(u.stateNode)}catch(f){W(u,t,f)}break;case 18:il!==null&&(Ql?(t=il,u=u.stateNode,t.nodeType===8?Bc(t.parentNode,u):t.nodeType===1&&Bc(t,u),Se(t)):Bc(il,u.stateNode));break;case 4:a=il,e=Ql,il=u.stateNode.containerInfo,Ql=!0,Dt(l,t,u),il=a,Ql=e;break;case 0:case 11:case 14:case 15:tl||wt(2,u,t),tl||wt(4,u,t),Dt(l,t,u);break;case 1:tl||(Xl(u,t),a=u.stateNode,typeof a.componentWillUnmount=="function"&&rs(u,t,a)),Dt(l,t,u);break;case 21:Dt(l,t,u);break;case 22:tl||Xl(u,t),tl=(a=tl)||u.memoizedState!==null,Dt(l,t,u),tl=a;break;default:Dt(l,t,u)}}function _s(l,t){if(t.memoizedState===null&&(l=t.alternate,l!==null&&(l=l.memoizedState,l!==null&&(l=l.dehydrated,l!==null))))try{Se(l)}catch(u){W(t,t.return,u)}}function y1(l){switch(l.tag){case 13:case 19:var t=l.stateNode;return t===null&&(t=l.stateNode=new zs),t;case 22:return l=l.stateNode,t=l._retryCache,t===null&&(t=l._retryCache=new zs),t;default:throw Error(S(435,l.tag))}}function ec(l,t){var u=y1(l);t.forEach(function(a){var e=O1.bind(null,l,a);u.has(a)||(u.add(a),a.then(e,e))})}function kl(l,t){var u=t.deletions;if(u!==null)for(var a=0;a<u.length;a++){var e=u[a],n=l,f=t,c=f;l:for(;c!==null;){switch(c.tag){case 27:case 5:il=c.stateNode,Ql=!1;break l;case 3:il=c.stateNode.containerInfo,Ql=!0;break l;case 4:il=c.stateNode.containerInfo,Ql=!0;break l}c=c.return}if(il===null)throw Error(S(160));Ms(n,f,e),il=null,Ql=!1,n=e.alternate,n!==null&&(n.return=null),e.return=null}if(t.subtreeFlags&13878)for(t=t.child;t!==null;)Us(t,l),t=t.sibling}var at=null;function Us(l,t){var u=l.alternate,a=l.flags;switch(l.tag){case 0:case 11:case 14:case 15:kl(t,l),Fl(l),a&4&&(wt(3,l,l.return),Fa(3,l),wt(5,l,l.return));break;case 1:kl(t,l),Fl(l),a&512&&(tl||u===null||Xl(u,u.return)),a&64&&Ot&&(l=l.updateQueue,l!==null&&(a=l.callbacks,a!==null&&(u=l.shared.hiddenCallbacks,l.shared.hiddenCallbacks=u===null?a:u.concat(a))));break;case 26:var e=at;if(kl(t,l),Fl(l),a&512&&(tl||u===null||Xl(u,u.return)),a&4){var n=u!==null?u.memoizedState:null;if(a=l.memoizedState,u===null)if(a===null)if(l.stateNode===null){l:{a=l.type,u=l.memoizedProps,e=e.ownerDocument||e;t:switch(a){case"title":n=e.getElementsByTagName("title")[0],(!n||n[Aa]||n[Tl]||n.namespaceURI==="http://www.w3.org/2000/svg"||n.hasAttribute("itemprop"))&&(n=e.createElement(a),e.head.insertBefore(n,e.querySelector("head > title"))),ol(n,a,u),n[Tl]=l,yl(n),a=n;break l;case"link":var f=bv("link","href",e).get(a+(u.href||""));if(f){for(var c=0;c<f.length;c++)if(n=f[c],n.getAttribute("href")===(u.href==null?null:u.href)&&n.getAttribute("rel")===(u.rel==null?null:u.rel)&&n.getAttribute("title")===(u.title==null?null:u.title)&&n.getAttribute("crossorigin")===(u.crossOrigin==null?null:u.crossOrigin)){f.splice(c,1);break t}}n=e.createElement(a),ol(n,a,u),e.head.appendChild(n);break;case"meta":if(f=bv("meta","content",e).get(a+(u.content||""))){for(c=0;c<f.length;c++)if(n=f[c],n.getAttribute("content")===(u.content==null?null:""+u.content)&&n.getAttribute("name")===(u.name==null?null:u.name)&&n.getAttribute("property")===(u.property==null?null:u.property)&&n.getAttribute("http-equiv")===(u.httpEquiv==null?null:u.httpEquiv)&&n.getAttribute("charset")===(u.charSet==null?null:u.charSet)){f.splice(c,1);break t}}n=e.createElement(a),ol(n,a,u),e.head.appendChild(n);break;default:throw Error(S(468,a))}n[Tl]=l,yl(n),a=n}l.stateNode=a}else Ev(e,l.type,l.stateNode);else l.stateNode=rv(e,a,l.memoizedProps);else n!==a?(n===null?u.stateNode!==null&&(u=u.stateNode,u.parentNode.removeChild(u)):n.count--,a===null?Ev(e,l.type,l.stateNode):rv(e,a,l.memoizedProps)):a===null&&l.stateNode!==null&&Es(l,l.memoizedProps,u.memoizedProps)}break;case 27:if(a&4&&l.alternate===null){e=l.stateNode,n=l.memoizedProps;try{for(var i=e.firstChild;i;){var v=i.nextSibling,o=i.nodeName;i[Aa]||o==="HEAD"||o==="BODY"||o==="SCRIPT"||o==="STYLE"||o==="LINK"&&i.rel.toLowerCase()==="stylesheet"||e.removeChild(i),i=v}for(var b=l.type,m=e.attributes;m.length;)e.removeAttributeNode(m[0]);ol(e,b,n),e[Tl]=l,e[Rl]=n}catch(A){W(l,l.return,A)}}case 5:if(kl(t,l),Fl(l),a&512&&(tl||u===null||Xl(u,u.return)),l.flags&32){e=l.stateNode;try{ju(e,"")}catch(A){W(l,l.return,A)}}a&4&&l.stateNode!=null&&(e=l.memoizedProps,Es(l,e,u!==null?u.memoizedProps:e)),a&1024&&(ac=!0);break;case 6:if(kl(t,l),Fl(l),a&4){if(l.stateNode===null)throw Error(S(162));a=l.memoizedProps,u=l.stateNode;try{u.nodeValue=a}catch(A){W(l,l.return,A)}}break;case 3:if(Mn=null,e=at,at=On(t.containerInfo),kl(t,l),at=e,Fl(l),a&4&&u!==null&&u.memoizedState.isDehydrated)try{Se(t.containerInfo)}catch(A){W(l,l.return,A)}ac&&(ac=!1,Rs(l));break;case 4:a=at,at=On(l.stateNode.containerInfo),kl(t,l),Fl(l),at=a;break;case 12:kl(t,l),Fl(l);break;case 13:kl(t,l),Fl(l),l.child.flags&8192&&l.memoizedState!==null!=(u!==null&&u.memoizedState!==null)&&(hc=it()),a&4&&(a=l.updateQueue,a!==null&&(l.updateQueue=null,ec(l,a)));break;case 22:if(a&512&&(tl||u===null||Xl(u,u.return)),i=l.memoizedState!==null,v=u!==null&&u.memoizedState!==null,o=Ot,b=tl,Ot=o||i,tl=b||v,kl(t,l),tl=b,Ot=o,Fl(l),t=l.stateNode,t._current=l,t._visibility&=-3,t._visibility|=t._pendingVisibility&2,a&8192&&(t._visibility=i?t._visibility&-2:t._visibility|1,i&&(t=Ot||tl,u===null||v||t||aa(l)),l.memoizedProps===null||l.memoizedProps.mode!=="manual"))l:for(u=null,t=l;;){if(t.tag===5||t.tag===26||t.tag===27){if(u===null){v=u=t;try{if(e=v.stateNode,i)n=e.style,typeof n.setProperty=="function"?n.setProperty("display","none","important"):n.display="none";else{f=v.stateNode,c=v.memoizedProps.style;var g=c!=null&&c.hasOwnProperty("display")?c.display:null;f.style.display=g==null||typeof g=="boolean"?"":(""+g).trim()}}catch(A){W(v,v.return,A)}}}else if(t.tag===6){if(u===null){v=t;try{v.stateNode.nodeValue=i?"":v.memoizedProps}catch(A){W(v,v.return,A)}}}else if((t.tag!==22&&t.tag!==23||t.memoizedState===null||t===l)&&t.child!==null){t.child.return=t,t=t.child;continue}if(t===l)break l;for(;t.sibling===null;){if(t.return===null||t.return===l)break l;u===t&&(u=null),t=t.return}u===t&&(u=null),t.sibling.return=t.return,t=t.sibling}a&4&&(a=l.updateQueue,a!==null&&(u=a.retryQueue,u!==null&&(a.retryQueue=null,ec(l,u))));break;case 19:kl(t,l),Fl(l),a&4&&(a=l.updateQueue,a!==null&&(l.updateQueue=null,ec(l,a)));break;case 21:break;default:kl(t,l),Fl(l)}}function Fl(l){var t=l.flags;if(t&2){try{if(l.tag!==27){l:{for(var u=l.return;u!==null;){if(Ts(u)){var a=u;break l}u=u.return}throw Error(S(160))}switch(a.tag){case 27:var e=a.stateNode,n=tc(l);sn(l,n,e);break;case 5:var f=a.stateNode;a.flags&32&&(ju(f,""),a.flags&=-33);var c=tc(l);sn(l,c,f);break;case 3:case 4:var i=a.stateNode.containerInfo,v=tc(l);uc(l,v,i);break;default:throw Error(S(161))}}}catch(o){W(l,l.return,o)}l.flags&=-3}t&4096&&(l.flags&=-4097)}function Rs(l){if(l.subtreeFlags&1024)for(l=l.child;l!==null;){var t=l;Rs(t),t.tag===5&&t.flags&1024&&t.stateNode.reset(),l=l.sibling}}function Mt(l,t){if(t.subtreeFlags&8772)for(t=t.child;t!==null;)Os(l,t.alternate,t),t=t.sibling}function aa(l){for(l=l.child;l!==null;){var t=l;switch(t.tag){case 0:case 11:case 14:case 15:wt(4,t,t.return),aa(t);break;case 1:Xl(t,t.return);var u=t.stateNode;typeof u.componentWillUnmount=="function"&&rs(t,t.return,u),aa(t);break;case 26:case 27:case 5:Xl(t,t.return),aa(t);break;case 22:Xl(t,t.return),t.memoizedState===null&&aa(t);break;default:aa(t)}l=l.sibling}}function Wt(l,t,u){for(u=u&&(t.subtreeFlags&8772)!==0,t=t.child;t!==null;){var a=t.alternate,e=l,n=t,f=n.flags;switch(n.tag){case 0:case 11:case 15:Wt(e,n,u),Fa(4,n);break;case 1:if(Wt(e,n,u),a=n,e=a.stateNode,typeof e.componentDidMount=="function")try{e.componentDidMount()}catch(v){W(a,a.return,v)}if(a=n,e=a.updateQueue,e!==null){var c=a.stateNode;try{var i=e.shared.hiddenCallbacks;if(i!==null)for(e.shared.hiddenCallbacks=null,e=0;e<i.length;e++)Ss(i[e],c)}catch(v){W(a,a.return,v)}}u&&f&64&&os(n),zu(n,n.return);break;case 26:case 27:case 5:Wt(e,n,u),u&&a===null&&f&4&&bs(n),zu(n,n.return);break;case 12:Wt(e,n,u);break;case 13:Wt(e,n,u),u&&f&4&&_s(e,n);break;case 22:n.memoizedState===null&&Wt(e,n,u),zu(n,n.return);break;default:Wt(e,n,u)}t=t.sibling}}function nc(l,t){var u=null;l!==null&&l.memoizedState!==null&&l.memoizedState.cachePool!==null&&(u=l.memoizedState.cachePool.pool),l=null,t.memoizedState!==null&&t.memoizedState.cachePool!==null&&(l=t.memoizedState.cachePool.pool),l!==u&&(l!=null&&l.refCount++,u!=null&&Ca(u))}function fc(l,t){l=null,t.alternate!==null&&(l=t.alternate.memoizedState.cache),t=t.memoizedState.cache,t!==l&&(t.refCount++,l!=null&&Ca(l))}function $t(l,t,u,a){if(t.subtreeFlags&10256)for(t=t.child;t!==null;)Hs(l,t,u,a),t=t.sibling}function Hs(l,t,u,a){var e=t.flags;switch(t.tag){case 0:case 11:case 15:$t(l,t,u,a),e&2048&&Fa(9,t);break;case 3:$t(l,t,u,a),e&2048&&(l=null,t.alternate!==null&&(l=t.alternate.memoizedState.cache),t=t.memoizedState.cache,t!==l&&(t.refCount++,l!=null&&Ca(l)));break;case 12:if(e&2048){$t(l,t,u,a),l=t.stateNode;try{var n=t.memoizedProps,f=n.id,c=n.onPostCommit;typeof c=="function"&&c(f,t.alternate===null?"mount":"update",l.passiveEffectDuration,-0)}catch(i){W(t,t.return,i)}}else $t(l,t,u,a);break;case 23:break;case 22:n=t.stateNode,t.memoizedState!==null?n._visibility&4?$t(l,t,u,a):Pa(l,t):n._visibility&4?$t(l,t,u,a):(n._visibility|=4,ea(l,t,u,a,(t.subtreeFlags&10256)!==0)),e&2048&&nc(t.alternate,t);break;case 24:$t(l,t,u,a),e&2048&&fc(t.alternate,t);break;default:$t(l,t,u,a)}}function ea(l,t,u,a,e){for(e=e&&(t.subtreeFlags&10256)!==0,t=t.child;t!==null;){var n=l,f=t,c=u,i=a,v=f.flags;switch(f.tag){case 0:case 11:case 15:ea(n,f,c,i,e),Fa(8,f);break;case 23:break;case 22:var o=f.stateNode;f.memoizedState!==null?o._visibility&4?ea(n,f,c,i,e):Pa(n,f):(o._visibility|=4,ea(n,f,c,i,e)),e&&v&2048&&nc(f.alternate,f);break;case 24:ea(n,f,c,i,e),e&&v&2048&&fc(f.alternate,f);break;default:ea(n,f,c,i,e)}t=t.sibling}}function Pa(l,t){if(t.subtreeFlags&10256)for(t=t.child;t!==null;){var u=l,a=t,e=a.flags;switch(a.tag){case 22:Pa(u,a),e&2048&&nc(a.alternate,a);break;case 24:Pa(u,a),e&2048&&fc(a.alternate,a);break;default:Pa(u,a)}t=t.sibling}}var Ia=8192;function na(l){if(l.subtreeFlags&Ia)for(l=l.child;l!==null;)Ns(l),l=l.sibling}function Ns(l){switch(l.tag){case 26:na(l),l.flags&Ia&&l.memoizedState!==null&&I1(at,l.memoizedState,l.memoizedProps);break;case 5:na(l);break;case 3:case 4:var t=at;at=On(l.stateNode.containerInfo),na(l),at=t;break;case 22:l.memoizedState===null&&(t=l.alternate,t!==null&&t.memoizedState!==null?(t=Ia,Ia=16777216,na(l),Ia=t):na(l));break;default:na(l)}}function qs(l){var t=l.alternate;if(t!==null&&(l=t.child,l!==null)){t.child=null;do t=l.sibling,l.sibling=null,l=t;while(l!==null)}}function le(l){var t=l.deletions;if(l.flags&16){if(t!==null)for(var u=0;u<t.length;u++){var a=t[u];hl=a,ps(a,l)}qs(l)}if(l.subtreeFlags&10256)for(l=l.child;l!==null;)Ys(l),l=l.sibling}function Ys(l){switch(l.tag){case 0:case 11:case 15:le(l),l.flags&2048&&wt(9,l,l.return);break;case 3:le(l);break;case 12:le(l);break;case 22:var t=l.stateNode;l.memoizedState!==null&&t._visibility&4&&(l.return===null||l.return.tag!==13)?(t._visibility&=-5,vn(l)):le(l);break;default:le(l)}}function vn(l){var t=l.deletions;if(l.flags&16){if(t!==null)for(var u=0;u<t.length;u++){var a=t[u];hl=a,ps(a,l)}qs(l)}for(l=l.child;l!==null;){switch(t=l,t.tag){case 0:case 11:case 15:wt(8,t,t.return),vn(t);break;case 22:u=t.stateNode,u._visibility&4&&(u._visibility&=-5,vn(t));break;default:vn(t)}l=l.sibling}}function ps(l,t){for(;hl!==null;){var u=hl;switch(u.tag){case 0:case 11:case 15:wt(8,u,t);break;case 23:case 22:if(u.memoizedState!==null&&u.memoizedState.cachePool!==null){var a=u.memoizedState.cachePool.pool;a!=null&&a.refCount++}break;case 24:Ca(u.memoizedState.cache)}if(a=u.child,a!==null)a.return=u,hl=a;else l:for(u=l;hl!==null;){a=hl;var e=a.sibling,n=a.return;if(Ds(a),a===u){hl=null;break l}if(e!==null){e.return=n,hl=e;break l}hl=n}}}function d1(l,t,u,a){this.tag=l,this.key=u,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.refCleanup=this.ref=null,this.pendingProps=t,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=a,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function Pl(l,t,u,a){return new d1(l,t,u,a)}function cc(l){return l=l.prototype,!(!l||!l.isReactComponent)}function kt(l,t){var u=l.alternate;return u===null?(u=Pl(l.tag,t,l.key,l.mode),u.elementType=l.elementType,u.type=l.type,u.stateNode=l.stateNode,u.alternate=l,l.alternate=u):(u.pendingProps=t,u.type=l.type,u.flags=0,u.subtreeFlags=0,u.deletions=null),u.flags=l.flags&31457280,u.childLanes=l.childLanes,u.lanes=l.lanes,u.child=l.child,u.memoizedProps=l.memoizedProps,u.memoizedState=l.memoizedState,u.updateQueue=l.updateQueue,t=l.dependencies,u.dependencies=t===null?null:{lanes:t.lanes,firstContext:t.firstContext},u.sibling=l.sibling,u.index=l.index,u.ref=l.ref,u.refCleanup=l.refCleanup,u}function Bs(l,t){l.flags&=31457282;var u=l.alternate;return u===null?(l.childLanes=0,l.lanes=t,l.child=null,l.subtreeFlags=0,l.memoizedProps=null,l.memoizedState=null,l.updateQueue=null,l.dependencies=null,l.stateNode=null):(l.childLanes=u.childLanes,l.lanes=u.lanes,l.child=u.child,l.subtreeFlags=0,l.deletions=null,l.memoizedProps=u.memoizedProps,l.memoizedState=u.memoizedState,l.updateQueue=u.updateQueue,l.type=u.type,t=u.dependencies,l.dependencies=t===null?null:{lanes:t.lanes,firstContext:t.firstContext}),l}function yn(l,t,u,a,e,n){var f=0;if(a=l,typeof l=="function")cc(l)&&(f=1);else if(typeof l=="string")f=F1(l,u,ct.current)?26:l==="html"||l==="head"||l==="body"?27:5;else l:switch(l){case _:return Au(u.children,e,n,t);case E:f=8,e|=24;break;case V:return l=Pl(12,u,t,e|2),l.elementType=V,l.lanes=n,l;case Uu:return l=Pl(13,u,t,e),l.elementType=Uu,l.lanes=n,l;case nt:return l=Pl(19,u,t,e),l.elementType=nt,l.lanes=n,l;case Hu:return Gs(u,e,n,t);default:if(typeof l=="object"&&l!==null)switch(l.$$typeof){case Cl:case Dl:f=10;break l;case eu:f=9;break l;case _u:f=11;break l;case Ru:f=14;break l;case xl:f=16,a=null;break l}f=29,u=Error(S(130,l===null?"null":typeof l,"")),a=null}return t=Pl(f,u,t,e),t.elementType=l,t.type=a,t.lanes=n,t}function Au(l,t,u,a){return l=Pl(7,l,a,t),l.lanes=u,l}function Gs(l,t,u,a){l=Pl(22,l,a,t),l.elementType=Hu,l.lanes=u;var e={_visibility:1,_pendingVisibility:1,_pendingMarkers:null,_retryCache:null,_transitions:null,_current:null,detach:function(){var n=e._current;if(n===null)throw Error(S(456));if(!(e._pendingVisibility&2)){var f=Qt(n,2);f!==null&&(e._pendingVisibility|=2,Ul(f,n,2))}},attach:function(){var n=e._current;if(n===null)throw Error(S(456));if(e._pendingVisibility&2){var f=Qt(n,2);f!==null&&(e._pendingVisibility&=-3,Ul(f,n,2))}}};return l.stateNode=e,l}function ic(l,t,u){return l=Pl(6,l,null,t),l.lanes=u,l}function sc(l,t,u){return t=Pl(4,l.children!==null?l.children:[],l.key,t),t.lanes=u,t.stateNode={containerInfo:l.containerInfo,pendingChildren:null,implementation:l.implementation},t}function _t(l){l.flags|=4}function Xs(l,t){if(t.type!=="stylesheet"||t.state.loading&4)l.flags&=-16777217;else if(l.flags|=16777216,!Tv(t)){if(t=$l.current,t!==null&&((Q&4194176)===Q?vt!==null:(Q&62914560)!==Q&&!(Q&536870912)||t!==vt))throw Qa=mf,l0;l.flags|=8192}}function dn(l,t){t!==null&&(l.flags|=4),l.flags&16384&&(t=l.tag!==22?ti():536870912,l.lanes|=t,ca|=t)}function te(l,t){if(!j)switch(l.tailMode){case"hidden":t=l.tail;for(var u=null;t!==null;)t.alternate!==null&&(u=t),t=t.sibling;u===null?l.tail=null:u.sibling=null;break;case"collapsed":u=l.tail;for(var a=null;u!==null;)u.alternate!==null&&(a=u),u=u.sibling;a===null?t||l.tail===null?l.tail=null:l.tail.sibling=null:a.sibling=null}}function I(l){var t=l.alternate!==null&&l.alternate.child===l.child,u=0,a=0;if(t)for(var e=l.child;e!==null;)u|=e.lanes|e.childLanes,a|=e.subtreeFlags&31457280,a|=e.flags&31457280,e.return=l,e=e.sibling;else for(e=l.child;e!==null;)u|=e.lanes|e.childLanes,a|=e.subtreeFlags,a|=e.flags,e.return=l,e=e.sibling;return l.subtreeFlags|=a,l.childLanes=u,t}function h1(l,t,u){var a=t.pendingProps;switch(df(t),t.tag){case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return I(t),null;case 1:return I(t),null;case 3:return u=t.stateNode,a=null,l!==null&&(a=l.memoizedState.cache),t.memoizedState.cache!==a&&(t.flags|=2048),At(vl),pu(),u.pendingContext&&(u.context=u.pendingContext,u.pendingContext=null),(l===null||l.child===null)&&(pa(t)?_t(t):l===null||l.memoizedState.isDehydrated&&!(t.flags&256)||(t.flags|=1024,ut!==null&&(oc(ut),ut=null))),I(t),null;case 26:return u=t.memoizedState,l===null?(_t(t),u!==null?(I(t),Xs(t,u)):(I(t),t.flags&=-16777217)):u?u!==l.memoizedState?(_t(t),I(t),Xs(t,u)):(I(t),t.flags&=-16777217):(l.memoizedProps!==a&&_t(t),I(t),t.flags&=-16777217),null;case 27:Ae(t),u=pt.current;var e=t.type;if(l!==null&&t.stateNode!=null)l.memoizedProps!==a&&_t(t);else{if(!a){if(t.stateNode===null)throw Error(S(166));return I(t),null}l=ct.current,pa(t)?Pi(t):(l=hv(e,a,u),t.stateNode=l,_t(t))}return I(t),null;case 5:if(Ae(t),u=t.type,l!==null&&t.stateNode!=null)l.memoizedProps!==a&&_t(t);else{if(!a){if(t.stateNode===null)throw Error(S(166));return I(t),null}if(l=ct.current,pa(t))Pi(t);else{switch(e=An(pt.current),l){case 1:l=e.createElementNS("http://www.w3.org/2000/svg",u);break;case 2:l=e.createElementNS("http://www.w3.org/1998/Math/MathML",u);break;default:switch(u){case"svg":l=e.createElementNS("http://www.w3.org/2000/svg",u);break;case"math":l=e.createElementNS("http://www.w3.org/1998/Math/MathML",u);break;case"script":l=e.createElement("div"),l.innerHTML="<script><\/script>",l=l.removeChild(l.firstChild);break;case"select":l=typeof a.is=="string"?e.createElement("select",{is:a.is}):e.createElement("select"),a.multiple?l.multiple=!0:a.size&&(l.size=a.size);break;default:l=typeof a.is=="string"?e.createElement(u,{is:a.is}):e.createElement(u)}}l[Tl]=t,l[Rl]=a;l:for(e=t.child;e!==null;){if(e.tag===5||e.tag===6)l.appendChild(e.stateNode);else if(e.tag!==4&&e.tag!==27&&e.child!==null){e.child.return=e,e=e.child;continue}if(e===t)break l;for(;e.sibling===null;){if(e.return===null||e.return===t)break l;e=e.return}e.sibling.return=e.return,e=e.sibling}t.stateNode=l;l:switch(ol(l,u,a),u){case"button":case"input":case"select":case"textarea":l=!!a.autoFocus;break l;case"img":l=!0;break l;default:l=!1}l&&_t(t)}}return I(t),t.flags&=-16777217,null;case 6:if(l&&t.stateNode!=null)l.memoizedProps!==a&&_t(t);else{if(typeof a!="string"&&t.stateNode===null)throw Error(S(166));if(l=pt.current,pa(t)){if(l=t.stateNode,u=t.memoizedProps,a=null,e=_l,e!==null)switch(e.tag){case 27:case 5:a=e.memoizedProps}l[Tl]=t,l=!!(l.nodeValue===u||a!==null&&a.suppressHydrationWarning===!0||cv(l.nodeValue,u)),l||hu(t)}else l=An(l).createTextNode(a),l[Tl]=t,t.stateNode=l}return I(t),null;case 13:if(a=t.memoizedState,l===null||l.memoizedState!==null&&l.memoizedState.dehydrated!==null){if(e=pa(t),a!==null&&a.dehydrated!==null){if(l===null){if(!e)throw Error(S(318));if(e=t.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error(S(317));e[Tl]=t}else Ba(),!(t.flags&128)&&(t.memoizedState=null),t.flags|=4;I(t),e=!1}else ut!==null&&(oc(ut),ut=null),e=!0;if(!e)return t.flags&256?(bt(t),t):(bt(t),null)}if(bt(t),t.flags&128)return t.lanes=u,t;if(u=a!==null,l=l!==null&&l.memoizedState!==null,u){a=t.child,e=null,a.alternate!==null&&a.alternate.memoizedState!==null&&a.alternate.memoizedState.cachePool!==null&&(e=a.alternate.memoizedState.cachePool.pool);var n=null;a.memoizedState!==null&&a.memoizedState.cachePool!==null&&(n=a.memoizedState.cachePool.pool),n!==e&&(a.flags|=2048)}return u!==l&&u&&(t.child.flags|=8192),dn(t,t.updateQueue),I(t),null;case 4:return pu(),l===null&&Uc(t.stateNode.containerInfo),I(t),null;case 10:return At(t.type),I(t),null;case 19:if(nl(sl),e=t.memoizedState,e===null)return I(t),null;if(a=(t.flags&128)!==0,n=e.rendering,n===null)if(a)te(e,!1);else{if(ul!==0||l!==null&&l.flags&128)for(l=t.child;l!==null;){if(n=We(l),n!==null){for(t.flags|=128,te(e,!1),l=n.updateQueue,t.updateQueue=l,dn(t,l),t.subtreeFlags=0,l=u,u=t.child;u!==null;)Bs(u,l),u=u.sibling;return P(sl,sl.current&1|2),t.child}l=l.sibling}e.tail!==null&&it()>hn&&(t.flags|=128,a=!0,te(e,!1),t.lanes=4194304)}else{if(!a)if(l=We(n),l!==null){if(t.flags|=128,a=!0,l=l.updateQueue,t.updateQueue=l,dn(t,l),te(e,!0),e.tail===null&&e.tailMode==="hidden"&&!n.alternate&&!j)return I(t),null}else 2*it()-e.renderingStartTime>hn&&u!==536870912&&(t.flags|=128,a=!0,te(e,!1),t.lanes=4194304);e.isBackwards?(n.sibling=t.child,t.child=n):(l=e.last,l!==null?l.sibling=n:t.child=n,e.last=n)}return e.tail!==null?(t=e.tail,e.rendering=t,e.tail=t.sibling,e.renderingStartTime=it(),t.sibling=null,l=sl.current,P(sl,a?l&1|2:l&1),t):(I(t),null);case 22:case 23:return bt(t),gf(),a=t.memoizedState!==null,l!==null?l.memoizedState!==null!==a&&(t.flags|=8192):a&&(t.flags|=8192),a?u&536870912&&!(t.flags&128)&&(I(t),t.subtreeFlags&6&&(t.flags|=8192)):I(t),u=t.updateQueue,u!==null&&dn(t,u.retryQueue),u=null,l!==null&&l.memoizedState!==null&&l.memoizedState.cachePool!==null&&(u=l.memoizedState.cachePool.pool),a=null,t.memoizedState!==null&&t.memoizedState.cachePool!==null&&(a=t.memoizedState.cachePool.pool),a!==u&&(t.flags|=2048),l!==null&&nl(Su),null;case 24:return u=null,l!==null&&(u=l.memoizedState.cache),t.memoizedState.cache!==u&&(t.flags|=2048),At(vl),I(t),null;case 25:return null}throw Error(S(156,t.tag))}function m1(l,t){switch(df(t),t.tag){case 1:return l=t.flags,l&65536?(t.flags=l&-65537|128,t):null;case 3:return At(vl),pu(),l=t.flags,l&65536&&!(l&128)?(t.flags=l&-65537|128,t):null;case 26:case 27:case 5:return Ae(t),null;case 13:if(bt(t),l=t.memoizedState,l!==null&&l.dehydrated!==null){if(t.alternate===null)throw Error(S(340));Ba()}return l=t.flags,l&65536?(t.flags=l&-65537|128,t):null;case 19:return nl(sl),null;case 4:return pu(),null;case 10:return At(t.type),null;case 22:case 23:return bt(t),gf(),l!==null&&nl(Su),l=t.flags,l&65536?(t.flags=l&-65537|128,t):null;case 24:return At(vl),null;case 25:return null;default:return null}}function Qs(l,t){switch(df(t),t.tag){case 3:At(vl),pu();break;case 26:case 27:case 5:Ae(t);break;case 4:pu();break;case 13:bt(t);break;case 19:nl(sl);break;case 10:At(t.type);break;case 22:case 23:bt(t),gf(),l!==null&&nl(Su);break;case 24:At(vl)}}var S1={getCacheForType:function(l){var t=zl(vl),u=t.data.get(l);return u===void 0&&(u=l(),t.data.set(l,u)),u}},g1=typeof WeakMap=="function"?WeakMap:Map,ll=0,k=null,G=null,Q=0,F=0,Zl=null,Ut=!1,fa=!1,vc=!1,Rt=0,ul=0,Ft=0,Ou=0,yc=0,Il=0,ca=0,ue=null,dt=null,dc=!1,hc=0,hn=1/0,mn=null,Pt=null,Sn=!1,Du=null,ae=0,mc=0,Sc=null,ee=0,gc=null;function jl(){if(ll&2&&Q!==0)return Q&-Q;if(R.T!==null){var l=Pu;return l!==0?l:Oc()}return ni()}function Zs(){Il===0&&(Il=!(Q&536870912)||j?li():536870912);var l=$l.current;return l!==null&&(l.flags|=32),Il}function Ul(l,t,u){(l===k&&F===2||l.cancelPendingCommit!==null)&&(ia(l,0),Ht(l,Q,Il,!1)),za(l,u),(!(ll&2)||l!==k)&&(l===k&&(!(ll&2)&&(Ou|=u),ul===4&&Ht(l,Q,Il,!1)),ht(l))}function js(l,t,u){if(ll&6)throw Error(S(327));var a=!u&&(t&60)===0&&(t&l.expiredLanes)===0||Ta(l,t),e=a?b1(l,t):Ec(l,t,!0),n=a;do{if(e===0){fa&&!a&&Ht(l,t,0,!1);break}else if(e===6)Ht(l,t,0,!Ut);else{if(u=l.current.alternate,n&&!o1(u)){e=Ec(l,t,!1),n=!1;continue}if(e===2){if(n=t,l.errorRecoveryDisabledLanes&n)var f=0;else f=l.pendingLanes&-536870913,f=f!==0?f:f&536870912?536870912:0;if(f!==0){t=f;l:{var c=l;e=ue;var i=c.current.memoizedState.isDehydrated;if(i&&(ia(c,f).flags|=256),f=Ec(c,f,!1),f!==2){if(vc&&!i){c.errorRecoveryDisabledLanes|=n,Ou|=n,e=4;break l}n=dt,dt=e,n!==null&&oc(n)}e=f}if(n=!1,e!==2)continue}}if(e===1){ia(l,0),Ht(l,t,0,!0);break}l:{switch(a=l,e){case 0:case 1:throw Error(S(345));case 4:if((t&4194176)===t){Ht(a,t,Il,!Ut);break l}break;case 2:dt=null;break;case 3:case 5:break;default:throw Error(S(329))}if(a.finishedWork=u,a.finishedLanes=t,(t&62914560)===t&&(n=hc+300-it(),10<n)){if(Ht(a,t,Il,!Ut),_e(a,0)!==0)break l;a.timeoutHandle=vv(Cs.bind(null,a,u,dt,mn,dc,t,Il,Ou,ca,Ut,2,-0,0),n);break l}Cs(a,u,dt,mn,dc,t,Il,Ou,ca,Ut,0,-0,0)}}break}while(!0);ht(l)}function oc(l){dt===null?dt=l:dt.push.apply(dt,l)}function Cs(l,t,u,a,e,n,f,c,i,v,o,b,m){var g=t.subtreeFlags;if((g&8192||(g&16785408)===16785408)&&(ve={stylesheets:null,count:0,unsuspend:P1},Ns(t),t=ld(),t!==null)){l.cancelPendingCommit=t(Ws.bind(null,l,u,a,e,f,c,i,1,b,m)),Ht(l,n,f,!v);return}Ws(l,u,a,e,f,c,i,o,b,m)}function o1(l){for(var t=l;;){var u=t.tag;if((u===0||u===11||u===15)&&t.flags&16384&&(u=t.updateQueue,u!==null&&(u=u.stores,u!==null)))for(var a=0;a<u.length;a++){var e=u[a],n=e.getSnapshot;e=e.value;try{if(!Gl(n(),e))return!1}catch{return!1}}if(u=t.child,t.subtreeFlags&16384&&u!==null)u.return=t,t=u;else{if(t===l)break;for(;t.sibling===null;){if(t.return===null||t.return===l)return!0;t=t.return}t.sibling.return=t.return,t=t.sibling}}return!0}function Ht(l,t,u,a){t&=~yc,t&=~Ou,l.suspendedLanes|=t,l.pingedLanes&=~t,a&&(l.warmLanes|=t),a=l.expirationTimes;for(var e=t;0<e;){var n=31-Bl(e),f=1<<n;a[n]=-1,e&=~f}u!==0&&ui(l,u,t)}function gn(){return ll&6?!0:(ne(0),!1)}function rc(){if(G!==null){if(F===0)var l=G.return;else l=G,zt=Eu=null,Of(l),ku=null,Za=0,l=G;for(;l!==null;)Qs(l.alternate,l),l=l.return;G=null}}function ia(l,t){l.finishedWork=null,l.finishedLanes=0;var u=l.timeoutHandle;u!==-1&&(l.timeoutHandle=-1,G1(u)),u=l.cancelPendingCommit,u!==null&&(l.cancelPendingCommit=null,u()),rc(),k=l,G=u=kt(l.current,null),Q=t,F=0,Zl=null,Ut=!1,fa=Ta(l,t),vc=!1,ca=Il=yc=Ou=Ft=ul=0,dt=ue=null,dc=!1,t&8&&(t|=t&32);var a=l.entangledLanes;if(a!==0)for(l=l.entanglements,a&=t;0<a;){var e=31-Bl(a),n=1<<e;t|=l[e],a&=~n}return Rt=t,Ze(),u}function xs(l,t){p=null,R.H=yt,t===Xa?(t=a0(),F=3):t===l0?(t=a0(),F=4):F=t===ts?8:t!==null&&typeof t=="object"&&typeof t.then=="function"?6:1,Zl=t,G===null&&(ul=1,nn(l,Jl(t,l.current)))}function Vs(){var l=R.H;return R.H=yt,l===null?yt:l}function Ls(){var l=R.A;return R.A=S1,l}function bc(){ul=4,Ut||(Q&4194176)!==Q&&$l.current!==null||(fa=!0),!(Ft&134217727)&&!(Ou&134217727)||k===null||Ht(k,Q,Il,!1)}function Ec(l,t,u){var a=ll;ll|=2;var e=Vs(),n=Ls();(k!==l||Q!==t)&&(mn=null,ia(l,t)),t=!1;var f=ul;l:do try{if(F!==0&&G!==null){var c=G,i=Zl;switch(F){case 8:rc(),f=6;break l;case 3:case 2:case 6:$l.current===null&&(t=!0);var v=F;if(F=0,Zl=null,sa(l,c,i,v),u&&fa){f=0;break l}break;default:v=F,F=0,Zl=null,sa(l,c,i,v)}}r1(),f=ul;break}catch(o){xs(l,o)}while(!0);return t&&l.shellSuspendCounter++,zt=Eu=null,ll=a,R.H=e,R.A=n,G===null&&(k=null,Q=0,Ze()),f}function r1(){for(;G!==null;)Ks(G)}function b1(l,t){var u=ll;ll|=2;var a=Vs(),e=Ls();k!==l||Q!==t?(mn=null,hn=it()+500,ia(l,t)):fa=Ta(l,t);l:do try{if(F!==0&&G!==null){t=G;var n=Zl;t:switch(F){case 1:F=0,Zl=null,sa(l,t,n,1);break;case 2:if(t0(n)){F=0,Zl=null,Js(t);break}t=function(){F===2&&k===l&&(F=7),ht(l)},n.then(t,t);break l;case 3:F=7;break l;case 4:F=5;break l;case 7:t0(n)?(F=0,Zl=null,Js(t)):(F=0,Zl=null,sa(l,t,n,7));break;case 5:var f=null;switch(G.tag){case 26:f=G.memoizedState;case 5:case 27:var c=G;if(!f||Tv(f)){F=0,Zl=null;var i=c.sibling;if(i!==null)G=i;else{var v=c.return;v!==null?(G=v,on(v)):G=null}break t}}F=0,Zl=null,sa(l,t,n,5);break;case 6:F=0,Zl=null,sa(l,t,n,6);break;case 8:rc(),ul=6;break l;default:throw Error(S(462))}}E1();break}catch(o){xs(l,o)}while(!0);return zt=Eu=null,R.H=a,R.A=e,ll=u,G!==null?0:(k=null,Q=0,Ze(),ul)}function E1(){for(;G!==null&&!xv();)Ks(G)}function Ks(l){var t=hs(l.alternate,l,Rt);l.memoizedProps=l.pendingProps,t===null?on(l):G=t}function Js(l){var t=l,u=t.alternate;switch(t.tag){case 15:case 0:t=cs(u,t,t.pendingProps,t.type,void 0,Q);break;case 11:t=cs(u,t,t.pendingProps,t.type.render,t.ref,Q);break;case 5:Of(t);default:Qs(u,t),t=G=Bs(t,Rt),t=hs(u,t,Rt)}l.memoizedProps=l.pendingProps,t===null?on(l):G=t}function sa(l,t,u,a){zt=Eu=null,Of(t),ku=null,Za=0;var e=t.return;try{if(i1(l,e,t,u,Q)){ul=1,nn(l,Jl(u,l.current)),G=null;return}}catch(n){if(e!==null)throw G=e,n;ul=1,nn(l,Jl(u,l.current)),G=null;return}t.flags&32768?(j||a===1?l=!0:fa||Q&536870912?l=!1:(Ut=l=!0,(a===2||a===3||a===6)&&(a=$l.current,a!==null&&a.tag===13&&(a.flags|=16384))),ws(t,l)):on(t)}function on(l){var t=l;do{if(t.flags&32768){ws(t,Ut);return}l=t.return;var u=h1(t.alternate,t,Rt);if(u!==null){G=u;return}if(t=t.sibling,t!==null){G=t;return}G=t=l}while(t!==null);ul===0&&(ul=5)}function ws(l,t){do{var u=m1(l.alternate,l);if(u!==null){u.flags&=32767,G=u;return}if(u=l.return,u!==null&&(u.flags|=32768,u.subtreeFlags=0,u.deletions=null),!t&&(l=l.sibling,l!==null)){G=l;return}G=l=u}while(l!==null);ul=6,G=null}function Ws(l,t,u,a,e,n,f,c,i,v){var o=R.T,b=O.p;try{O.p=2,R.T=null,T1(l,t,u,a,b,e,n,f,c,i,v)}finally{R.T=o,O.p=b}}function T1(l,t,u,a,e,n,f,c){do va();while(Du!==null);if(ll&6)throw Error(S(327));var i=l.finishedWork;if(a=l.finishedLanes,i===null)return null;if(l.finishedWork=null,l.finishedLanes=0,i===l.current)throw Error(S(177));l.callbackNode=null,l.callbackPriority=0,l.cancelPendingCommit=null;var v=i.lanes|i.childLanes;if(v|=sf,Iv(l,a,v,n,f,c),l===k&&(G=k=null,Q=0),!(i.subtreeFlags&10256)&&!(i.flags&10256)||Sn||(Sn=!0,mc=v,Sc=u,D1(Oe,function(){return va(),null})),u=(i.flags&15990)!==0,i.subtreeFlags&15990||u?(u=R.T,R.T=null,n=O.p,O.p=2,f=ll,ll|=4,v1(l,i),Us(i,l),Ky(qc,l.containerInfo),Rn=!!Nc,qc=Nc=null,l.current=i,Os(l,i.alternate,i),Vv(),ll=f,O.p=n,R.T=u):l.current=i,Sn?(Sn=!1,Du=l,ae=a):$s(l,v),v=l.pendingLanes,v===0&&(Pt=null),Wv(i.stateNode),ht(l),t!==null)for(e=l.onRecoverableError,i=0;i<t.length;i++)v=t[i],e(v.value,{componentStack:v.stack});return ae&3&&va(),v=l.pendingLanes,a&4194218&&v&42?l===gc?ee++:(ee=0,gc=l):ee=0,ne(0),null}function $s(l,t){(l.pooledCacheLanes&=t)===0&&(t=l.pooledCache,t!=null&&(l.pooledCache=null,Ca(t)))}function va(){if(Du!==null){var l=Du,t=mc;mc=0;var u=ei(ae),a=R.T,e=O.p;try{if(O.p=32>u?32:u,R.T=null,Du===null)var n=!1;else{u=Sc,Sc=null;var f=Du,c=ae;if(Du=null,ae=0,ll&6)throw Error(S(331));var i=ll;if(ll|=4,Ys(f.current),Hs(f,f.current,c,u),ll=i,ne(0,!1),pl&&typeof pl.onPostCommitFiberRoot=="function")try{pl.onPostCommitFiberRoot(Ea,f)}catch{}n=!0}return n}finally{O.p=e,R.T=a,$s(l,t)}}return!1}function ks(l,t,u){t=Jl(u,t),t=Qf(l.stateNode,t,2),l=Jt(l,t,2),l!==null&&(za(l,2),ht(l))}function W(l,t,u){if(l.tag===3)ks(l,l,u);else for(;t!==null;){if(t.tag===3){ks(t,l,u);break}else if(t.tag===1){var a=t.stateNode;if(typeof t.type.getDerivedStateFromError=="function"||typeof a.componentDidCatch=="function"&&(Pt===null||!Pt.has(a))){l=Jl(u,l),u=I0(2),a=Jt(t,u,2),a!==null&&(ls(u,a,t,l),za(a,2),ht(a));break}}t=t.return}}function Tc(l,t,u){var a=l.pingCache;if(a===null){a=l.pingCache=new g1;var e=new Set;a.set(t,e)}else e=a.get(t),e===void 0&&(e=new Set,a.set(t,e));e.has(u)||(vc=!0,e.add(u),l=z1.bind(null,l,t,u),t.then(l,l))}function z1(l,t,u){var a=l.pingCache;a!==null&&a.delete(t),l.pingedLanes|=l.suspendedLanes&u,l.warmLanes&=~u,k===l&&(Q&u)===u&&(ul===4||ul===3&&(Q&62914560)===Q&&300>it()-hc?!(ll&2)&&ia(l,0):yc|=u,ca===Q&&(ca=0)),ht(l)}function Fs(l,t){t===0&&(t=ti()),l=Qt(l,t),l!==null&&(za(l,t),ht(l))}function A1(l){var t=l.memoizedState,u=0;t!==null&&(u=t.retryLane),Fs(l,u)}function O1(l,t){var u=0;switch(l.tag){case 13:var a=l.stateNode,e=l.memoizedState;e!==null&&(u=e.retryLane);break;case 19:a=l.stateNode;break;case 22:a=l.stateNode._retryCache;break;default:throw Error(S(314))}a!==null&&a.delete(t),Fs(l,u)}function D1(l,t){return Qn(l,t)}var rn=null,ya=null,zc=!1,bn=!1,Ac=!1,Mu=0;function ht(l){l!==ya&&l.next===null&&(ya===null?rn=ya=l:ya=ya.next=l),bn=!0,zc||(zc=!0,_1(M1))}function ne(l,t){if(!Ac&&bn){Ac=!0;do for(var u=!1,a=rn;a!==null;){if(l!==0){var e=a.pendingLanes;if(e===0)var n=0;else{var f=a.suspendedLanes,c=a.pingedLanes;n=(1<<31-Bl(42|l)+1)-1,n&=e&~(f&~c),n=n&201326677?n&201326677|1:n?n|2:0}n!==0&&(u=!0,lv(a,n))}else n=Q,n=_e(a,a===k?n:0),!(n&3)||Ta(a,n)||(u=!0,lv(a,n));a=a.next}while(u);Ac=!1}}function M1(){bn=zc=!1;var l=0;Mu!==0&&(B1()&&(l=Mu),Mu=0);for(var t=it(),u=null,a=rn;a!==null;){var e=a.next,n=Ps(a,t);n===0?(a.next=null,u===null?rn=e:u.next=e,e===null&&(ya=u)):(u=a,(l!==0||n&3)&&(bn=!0)),a=e}ne(l)}function Ps(l,t){for(var u=l.suspendedLanes,a=l.pingedLanes,e=l.expirationTimes,n=l.pendingLanes&-62914561;0<n;){var f=31-Bl(n),c=1<<f,i=e[f];i===-1?(!(c&u)||c&a)&&(e[f]=Pv(c,t)):i<=t&&(l.expiredLanes|=c),n&=~c}if(t=k,u=Q,u=_e(l,l===t?u:0),a=l.callbackNode,u===0||l===t&&F===2||l.cancelPendingCommit!==null)return a!==null&&a!==null&&Zn(a),l.callbackNode=null,l.callbackPriority=0;if(!(u&3)||Ta(l,u)){if(t=u&-u,t===l.callbackPriority)return t;switch(a!==null&&Zn(a),ei(u)){case 2:case 8:u=Pc;break;case 32:u=Oe;break;case 268435456:u=Ic;break;default:u=Oe}return a=Is.bind(null,l),u=Qn(u,a),l.callbackPriority=t,l.callbackNode=u,t}return a!==null&&a!==null&&Zn(a),l.callbackPriority=2,l.callbackNode=null,2}function Is(l,t){var u=l.callbackNode;if(va()&&l.callbackNode!==u)return null;var a=Q;return a=_e(l,l===k?a:0),a===0?null:(js(l,a,t),Ps(l,it()),l.callbackNode!=null&&l.callbackNode===u?Is.bind(null,l):null)}function lv(l,t){if(va())return null;js(l,t,!0)}function _1(l){X1(function(){ll&6?Qn(Fc,l):l()})}function Oc(){return Mu===0&&(Mu=li()),Mu}function tv(l){return l==null||typeof l=="symbol"||typeof l=="boolean"?null:typeof l=="function"?l:qe(""+l)}function uv(l,t){var u=t.ownerDocument.createElement("input");return u.name=t.name,u.value=t.value,l.id&&u.setAttribute("form",l.id),t.parentNode.insertBefore(u,t),l=new FormData(l),u.parentNode.removeChild(u),l}function U1(l,t,u,a,e){if(t==="submit"&&u&&u.stateNode===e){var n=tv((e[Rl]||null).action),f=a.submitter;f&&(t=(t=f[Rl]||null)?tv(t.formAction):f.getAttribute("formAction"),t!==null&&(n=t,f=null));var c=new Ge("action","action",null,a,e);l.push({event:c,listeners:[{instance:null,listener:function(){if(a.defaultPrevented){if(Mu!==0){var i=f?uv(e,f):new FormData(e);Yf(u,{pending:!0,data:i,method:e.method,action:n},null,i)}}else typeof n=="function"&&(c.preventDefault(),i=f?uv(e,f):new FormData(e),Yf(u,{pending:!0,data:i,method:e.method,action:n},n,i))},currentTarget:e}]})}}for(var Dc=0;Dc<Wi.length;Dc++){var Mc=Wi[Dc],R1=Mc.toLowerCase(),H1=Mc[0].toUpperCase()+Mc.slice(1);tt(R1,"on"+H1)}tt(Vi,"onAnimationEnd"),tt(Li,"onAnimationIteration"),tt(Ki,"onAnimationStart"),tt("dblclick","onDoubleClick"),tt("focusin","onFocus"),tt("focusout","onBlur"),tt(wy,"onTransitionRun"),tt(Wy,"onTransitionStart"),tt($y,"onTransitionCancel"),tt(Ji,"onTransitionEnd"),Qu("onMouseEnter",["mouseout","mouseover"]),Qu("onMouseLeave",["mouseout","mouseover"]),Qu("onPointerEnter",["pointerout","pointerover"]),Qu("onPointerLeave",["pointerout","pointerover"]),cu("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),cu("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),cu("onBeforeInput",["compositionend","keypress","textInput","paste"]),cu("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),cu("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),cu("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var fe="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),N1=new Set("beforetoggle cancel close invalid load scroll scrollend toggle".split(" ").concat(fe));function av(l,t){t=(t&4)!==0;for(var u=0;u<l.length;u++){var a=l[u],e=a.event;a=a.listeners;l:{var n=void 0;if(t)for(var f=a.length-1;0<=f;f--){var c=a[f],i=c.instance,v=c.currentTarget;if(c=c.listener,i!==n&&e.isPropagationStopped())break l;n=c,e.currentTarget=v;try{n(e)}catch(o){en(o)}e.currentTarget=null,n=i}else for(f=0;f<a.length;f++){if(c=a[f],i=c.instance,v=c.currentTarget,c=c.listener,i!==n&&e.isPropagationStopped())break l;n=c,e.currentTarget=v;try{n(e)}catch(o){en(o)}e.currentTarget=null,n=i}}}}function X(l,t){var u=t[Cn];u===void 0&&(u=t[Cn]=new Set);var a=l+"__bubble";u.has(a)||(ev(t,l,2,!1),u.add(a))}function _c(l,t,u){var a=0;t&&(a|=4),ev(u,l,a,t)}var En="_reactListening"+Math.random().toString(36).slice(2);function Uc(l){if(!l[En]){l[En]=!0,ci.forEach(function(u){u!=="selectionchange"&&(N1.has(u)||_c(u,!1,l),_c(u,!0,l))});var t=l.nodeType===9?l:l.ownerDocument;t===null||t[En]||(t[En]=!0,_c("selectionchange",!1,t))}}function ev(l,t,u,a){switch(_v(t)){case 2:var e=ad;break;case 8:e=ed;break;default:e=Cc}u=e.bind(null,t,u,l),e=void 0,!$n||t!=="touchstart"&&t!=="touchmove"&&t!=="wheel"||(e=!0),a?e!==void 0?l.addEventListener(t,u,{capture:!0,passive:e}):l.addEventListener(t,u,!0):e!==void 0?l.addEventListener(t,u,{passive:e}):l.addEventListener(t,u,!1)}function Rc(l,t,u,a,e){var n=a;if(!(t&1)&&!(t&2)&&a!==null)l:for(;;){if(a===null)return;var f=a.tag;if(f===3||f===4){var c=a.stateNode.containerInfo;if(c===e||c.nodeType===8&&c.parentNode===e)break;if(f===4)for(f=a.return;f!==null;){var i=f.tag;if((i===3||i===4)&&(i=f.stateNode.containerInfo,i===e||i.nodeType===8&&i.parentNode===e))return;f=f.return}for(;c!==null;){if(f=fu(c),f===null)return;if(i=f.tag,i===5||i===6||i===26||i===27){a=n=f;continue l}c=c.parentNode}}a=a.return}bi(function(){var v=n,o=wn(u),b=[];l:{var m=wi.get(l);if(m!==void 0){var g=Ge,A=l;switch(l){case"keypress":if(pe(u)===0)break l;case"keydown":case"keyup":g=Oy;break;case"focusin":A="focus",g=In;break;case"focusout":A="blur",g=In;break;case"beforeblur":case"afterblur":g=In;break;case"click":if(u.button===2)break l;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":g=zi;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":g=dy;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":g=_y;break;case Vi:case Li:case Ki:g=Sy;break;case Ji:g=Ry;break;case"scroll":case"scrollend":g=vy;break;case"wheel":g=Ny;break;case"copy":case"cut":case"paste":g=oy;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":g=Oi;break;case"toggle":case"beforetoggle":g=Yy}var N=(t&4)!==0,al=!N&&(l==="scroll"||l==="scrollend"),d=N?m!==null?m+"Capture":null:m;N=[];for(var s=v,h;s!==null;){var r=s;if(h=r.stateNode,r=r.tag,r!==5&&r!==26&&r!==27||h===null||d===null||(r=Da(s,d),r!=null&&N.push(ce(s,r,h))),al)break;s=s.return}0<N.length&&(m=new g(m,A,null,u,o),b.push({event:m,listeners:N}))}}if(!(t&7)){l:{if(m=l==="mouseover"||l==="pointerover",g=l==="mouseout"||l==="pointerout",m&&u!==Jn&&(A=u.relatedTarget||u.fromElement)&&(fu(A)||A[Bu]))break l;if((g||m)&&(m=o.window===o?o:(m=o.ownerDocument)?m.defaultView||m.parentWindow:window,g?(A=u.relatedTarget||u.toElement,g=v,A=A?fu(A):null,A!==null&&(al=mt(A),N=A.tag,A!==al||N!==5&&N!==27&&N!==6)&&(A=null)):(g=null,A=v),g!==A)){if(N=zi,r="onMouseLeave",d="onMouseEnter",s="mouse",(l==="pointerout"||l==="pointerover")&&(N=Oi,r="onPointerLeave",d="onPointerEnter",s="pointer"),al=g==null?m:Oa(g),h=A==null?m:Oa(A),m=new N(r,s+"leave",g,u,o),m.target=al,m.relatedTarget=h,r=null,fu(o)===v&&(N=new N(d,s+"enter",A,u,o),N.target=h,N.relatedTarget=al,r=N),al=r,g&&A)t:{for(N=g,d=A,s=0,h=N;h;h=da(h))s++;for(h=0,r=d;r;r=da(r))h++;for(;0<s-h;)N=da(N),s--;for(;0<h-s;)d=da(d),h--;for(;s--;){if(N===d||d!==null&&N===d.alternate)break t;N=da(N),d=da(d)}N=null}else N=null;g!==null&&nv(b,m,g,N,!1),A!==null&&al!==null&&nv(b,al,A,N,!0)}}l:{if(m=v?Oa(v):window,g=m.nodeName&&m.nodeName.toLowerCase(),g==="select"||g==="input"&&m.type==="file")var z=qi;else if(Hi(m))if(Yi)z=Vy;else{z=Cy;var B=jy}else g=m.nodeName,!g||g.toLowerCase()!=="input"||m.type!=="checkbox"&&m.type!=="radio"?v&&Kn(v.elementType)&&(z=qi):z=xy;if(z&&(z=z(l,v))){Ni(b,z,u,o);break l}B&&B(l,m,v),l==="focusout"&&v&&m.type==="number"&&v.memoizedProps.value!=null&&Ln(m,"number",m.value)}switch(B=v?Oa(v):window,l){case"focusin":(Hi(B)||B.contentEditable==="true")&&(Lu=B,nf=v,Ya=null);break;case"focusout":Ya=nf=Lu=null;break;case"mousedown":ff=!0;break;case"contextmenu":case"mouseup":case"dragend":ff=!1,Ci(b,u,o);break;case"selectionchange":if(Jy)break;case"keydown":case"keyup":Ci(b,u,o)}var D;if(tf)l:{switch(l){case"compositionstart":var M="onCompositionStart";break l;case"compositionend":M="onCompositionEnd";break l;case"compositionupdate":M="onCompositionUpdate";break l}M=void 0}else Vu?Ui(l,u)&&(M="onCompositionEnd"):l==="keydown"&&u.keyCode===229&&(M="onCompositionStart");M&&(Di&&u.locale!=="ko"&&(Vu||M!=="onCompositionStart"?M==="onCompositionEnd"&&Vu&&(D=Ei()):(Xt=o,kn="value"in Xt?Xt.value:Xt.textContent,Vu=!0)),B=Tn(v,M),0<B.length&&(M=new Ai(M,l,null,u,o),b.push({event:M,listeners:B}),D?M.data=D:(D=Ri(u),D!==null&&(M.data=D)))),(D=By?Gy(l,u):Xy(l,u))&&(M=Tn(v,"onBeforeInput"),0<M.length&&(B=new Ai("onBeforeInput","beforeinput",null,u,o),b.push({event:B,listeners:M}),B.data=D)),U1(b,l,v,u,o)}av(b,t)})}function ce(l,t,u){return{instance:l,listener:t,currentTarget:u}}function Tn(l,t){for(var u=t+"Capture",a=[];l!==null;){var e=l,n=e.stateNode;e=e.tag,e!==5&&e!==26&&e!==27||n===null||(e=Da(l,u),e!=null&&a.unshift(ce(l,e,n)),e=Da(l,t),e!=null&&a.push(ce(l,e,n))),l=l.return}return a}function da(l){if(l===null)return null;do l=l.return;while(l&&l.tag!==5&&l.tag!==27);return l||null}function nv(l,t,u,a,e){for(var n=t._reactName,f=[];u!==null&&u!==a;){var c=u,i=c.alternate,v=c.stateNode;if(c=c.tag,i!==null&&i===a)break;c!==5&&c!==26&&c!==27||v===null||(i=v,e?(v=Da(u,n),v!=null&&f.unshift(ce(u,v,i))):e||(v=Da(u,n),v!=null&&f.push(ce(u,v,i)))),u=u.return}f.length!==0&&l.push({event:t,listeners:f})}var q1=/\r\n?/g,Y1=/\u0000|\uFFFD/g;function fv(l){return(typeof l=="string"?l:""+l).replace(q1,` -`).replace(Y1,"")}function cv(l,t){return t=fv(t),fv(l)===t}function zn(){}function J(l,t,u,a,e,n){switch(u){case"children":typeof a=="string"?t==="body"||t==="textarea"&&a===""||ju(l,a):(typeof a=="number"||typeof a=="bigint")&&t!=="body"&&ju(l,""+a);break;case"className":Re(l,"class",a);break;case"tabIndex":Re(l,"tabindex",a);break;case"dir":case"role":case"viewBox":case"width":case"height":Re(l,u,a);break;case"style":oi(l,a,n);break;case"data":if(t!=="object"){Re(l,"data",a);break}case"src":case"href":if(a===""&&(t!=="a"||u!=="href")){l.removeAttribute(u);break}if(a==null||typeof a=="function"||typeof a=="symbol"||typeof a=="boolean"){l.removeAttribute(u);break}a=qe(""+a),l.setAttribute(u,a);break;case"action":case"formAction":if(typeof a=="function"){l.setAttribute(u,"javascript:throw new Error('A React form was unexpectedly submitted. If you called form.submit() manually, consider using form.requestSubmit() instead. If you\\'re trying to use event.stopPropagation() in a submit event handler, consider also calling event.preventDefault().')");break}else typeof n=="function"&&(u==="formAction"?(t!=="input"&&J(l,t,"name",e.name,e,null),J(l,t,"formEncType",e.formEncType,e,null),J(l,t,"formMethod",e.formMethod,e,null),J(l,t,"formTarget",e.formTarget,e,null)):(J(l,t,"encType",e.encType,e,null),J(l,t,"method",e.method,e,null),J(l,t,"target",e.target,e,null)));if(a==null||typeof a=="symbol"||typeof a=="boolean"){l.removeAttribute(u);break}a=qe(""+a),l.setAttribute(u,a);break;case"onClick":a!=null&&(l.onclick=zn);break;case"onScroll":a!=null&&X("scroll",l);break;case"onScrollEnd":a!=null&&X("scrollend",l);break;case"dangerouslySetInnerHTML":if(a!=null){if(typeof a!="object"||!("__html"in a))throw Error(S(61));if(u=a.__html,u!=null){if(e.children!=null)throw Error(S(60));l.innerHTML=u}}break;case"multiple":l.multiple=a&&typeof a!="function"&&typeof a!="symbol";break;case"muted":l.muted=a&&typeof a!="function"&&typeof a!="symbol";break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"defaultValue":case"defaultChecked":case"innerHTML":case"ref":break;case"autoFocus":break;case"xlinkHref":if(a==null||typeof a=="function"||typeof a=="boolean"||typeof a=="symbol"){l.removeAttribute("xlink:href");break}u=qe(""+a),l.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",u);break;case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":a!=null&&typeof a!="function"&&typeof a!="symbol"?l.setAttribute(u,""+a):l.removeAttribute(u);break;case"inert":case"allowFullScreen":case"async":case"autoPlay":case"controls":case"default":case"defer":case"disabled":case"disablePictureInPicture":case"disableRemotePlayback":case"formNoValidate":case"hidden":case"loop":case"noModule":case"noValidate":case"open":case"playsInline":case"readOnly":case"required":case"reversed":case"scoped":case"seamless":case"itemScope":a&&typeof a!="function"&&typeof a!="symbol"?l.setAttribute(u,""):l.removeAttribute(u);break;case"capture":case"download":a===!0?l.setAttribute(u,""):a!==!1&&a!=null&&typeof a!="function"&&typeof a!="symbol"?l.setAttribute(u,a):l.removeAttribute(u);break;case"cols":case"rows":case"size":case"span":a!=null&&typeof a!="function"&&typeof a!="symbol"&&!isNaN(a)&&1<=a?l.setAttribute(u,a):l.removeAttribute(u);break;case"rowSpan":case"start":a==null||typeof a=="function"||typeof a=="symbol"||isNaN(a)?l.removeAttribute(u):l.setAttribute(u,a);break;case"popover":X("beforetoggle",l),X("toggle",l),Ue(l,"popover",a);break;case"xlinkActuate":gt(l,"http://www.w3.org/1999/xlink","xlink:actuate",a);break;case"xlinkArcrole":gt(l,"http://www.w3.org/1999/xlink","xlink:arcrole",a);break;case"xlinkRole":gt(l,"http://www.w3.org/1999/xlink","xlink:role",a);break;case"xlinkShow":gt(l,"http://www.w3.org/1999/xlink","xlink:show",a);break;case"xlinkTitle":gt(l,"http://www.w3.org/1999/xlink","xlink:title",a);break;case"xlinkType":gt(l,"http://www.w3.org/1999/xlink","xlink:type",a);break;case"xmlBase":gt(l,"http://www.w3.org/XML/1998/namespace","xml:base",a);break;case"xmlLang":gt(l,"http://www.w3.org/XML/1998/namespace","xml:lang",a);break;case"xmlSpace":gt(l,"http://www.w3.org/XML/1998/namespace","xml:space",a);break;case"is":Ue(l,"is",a);break;case"innerText":case"textContent":break;default:(!(2<u.length)||u[0]!=="o"&&u[0]!=="O"||u[1]!=="n"&&u[1]!=="N")&&(u=iy.get(u)||u,Ue(l,u,a))}}function Hc(l,t,u,a,e,n){switch(u){case"style":oi(l,a,n);break;case"dangerouslySetInnerHTML":if(a!=null){if(typeof a!="object"||!("__html"in a))throw Error(S(61));if(u=a.__html,u!=null){if(e.children!=null)throw Error(S(60));l.innerHTML=u}}break;case"children":typeof a=="string"?ju(l,a):(typeof a=="number"||typeof a=="bigint")&&ju(l,""+a);break;case"onScroll":a!=null&&X("scroll",l);break;case"onScrollEnd":a!=null&&X("scrollend",l);break;case"onClick":a!=null&&(l.onclick=zn);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"innerHTML":case"ref":break;case"innerText":case"textContent":break;default:if(!ii.hasOwnProperty(u))l:{if(u[0]==="o"&&u[1]==="n"&&(e=u.endsWith("Capture"),t=u.slice(2,e?u.length-7:void 0),n=l[Rl]||null,n=n!=null?n[u]:null,typeof n=="function"&&l.removeEventListener(t,n,e),typeof a=="function")){typeof n!="function"&&n!==null&&(u in l?l[u]=null:l.hasAttribute(u)&&l.removeAttribute(u)),l.addEventListener(t,a,e);break l}u in l?l[u]=a:a===!0?l.setAttribute(u,""):Ue(l,u,a)}}}function ol(l,t,u){switch(t){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"img":X("error",l),X("load",l);var a=!1,e=!1,n;for(n in u)if(u.hasOwnProperty(n)){var f=u[n];if(f!=null)switch(n){case"src":a=!0;break;case"srcSet":e=!0;break;case"children":case"dangerouslySetInnerHTML":throw Error(S(137,t));default:J(l,t,n,f,u,null)}}e&&J(l,t,"srcSet",u.srcSet,u,null),a&&J(l,t,"src",u.src,u,null);return;case"input":X("invalid",l);var c=n=f=e=null,i=null,v=null;for(a in u)if(u.hasOwnProperty(a)){var o=u[a];if(o!=null)switch(a){case"name":e=o;break;case"type":f=o;break;case"checked":i=o;break;case"defaultChecked":v=o;break;case"value":n=o;break;case"defaultValue":c=o;break;case"children":case"dangerouslySetInnerHTML":if(o!=null)throw Error(S(137,t));break;default:J(l,t,a,o,u,null)}}hi(l,n,c,i,v,f,e,!1),He(l);return;case"select":X("invalid",l),a=f=n=null;for(e in u)if(u.hasOwnProperty(e)&&(c=u[e],c!=null))switch(e){case"value":n=c;break;case"defaultValue":f=c;break;case"multiple":a=c;default:J(l,t,e,c,u,null)}t=n,u=f,l.multiple=!!a,t!=null?Zu(l,!!a,t,!1):u!=null&&Zu(l,!!a,u,!0);return;case"textarea":X("invalid",l),n=e=a=null;for(f in u)if(u.hasOwnProperty(f)&&(c=u[f],c!=null))switch(f){case"value":a=c;break;case"defaultValue":e=c;break;case"children":n=c;break;case"dangerouslySetInnerHTML":if(c!=null)throw Error(S(91));break;default:J(l,t,f,c,u,null)}Si(l,a,e,n),He(l);return;case"option":for(i in u)if(u.hasOwnProperty(i)&&(a=u[i],a!=null))switch(i){case"selected":l.selected=a&&typeof a!="function"&&typeof a!="symbol";break;default:J(l,t,i,a,u,null)}return;case"dialog":X("cancel",l),X("close",l);break;case"iframe":case"object":X("load",l);break;case"video":case"audio":for(a=0;a<fe.length;a++)X(fe[a],l);break;case"image":X("error",l),X("load",l);break;case"details":X("toggle",l);break;case"embed":case"source":case"link":X("error",l),X("load",l);case"area":case"base":case"br":case"col":case"hr":case"keygen":case"meta":case"param":case"track":case"wbr":case"menuitem":for(v in u)if(u.hasOwnProperty(v)&&(a=u[v],a!=null))switch(v){case"children":case"dangerouslySetInnerHTML":throw Error(S(137,t));default:J(l,t,v,a,u,null)}return;default:if(Kn(t)){for(o in u)u.hasOwnProperty(o)&&(a=u[o],a!==void 0&&Hc(l,t,o,a,u,void 0));return}}for(c in u)u.hasOwnProperty(c)&&(a=u[c],a!=null&&J(l,t,c,a,u,null))}function p1(l,t,u,a){switch(t){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"input":var e=null,n=null,f=null,c=null,i=null,v=null,o=null;for(g in u){var b=u[g];if(u.hasOwnProperty(g)&&b!=null)switch(g){case"checked":break;case"value":break;case"defaultValue":i=b;default:a.hasOwnProperty(g)||J(l,t,g,null,a,b)}}for(var m in a){var g=a[m];if(b=u[m],a.hasOwnProperty(m)&&(g!=null||b!=null))switch(m){case"type":n=g;break;case"name":e=g;break;case"checked":v=g;break;case"defaultChecked":o=g;break;case"value":f=g;break;case"defaultValue":c=g;break;case"children":case"dangerouslySetInnerHTML":if(g!=null)throw Error(S(137,t));break;default:g!==b&&J(l,t,m,g,a,b)}}Vn(l,f,c,i,v,o,n,e);return;case"select":g=f=c=m=null;for(n in u)if(i=u[n],u.hasOwnProperty(n)&&i!=null)switch(n){case"value":break;case"multiple":g=i;default:a.hasOwnProperty(n)||J(l,t,n,null,a,i)}for(e in a)if(n=a[e],i=u[e],a.hasOwnProperty(e)&&(n!=null||i!=null))switch(e){case"value":m=n;break;case"defaultValue":c=n;break;case"multiple":f=n;default:n!==i&&J(l,t,e,n,a,i)}t=c,u=f,a=g,m!=null?Zu(l,!!u,m,!1):!!a!=!!u&&(t!=null?Zu(l,!!u,t,!0):Zu(l,!!u,u?[]:"",!1));return;case"textarea":g=m=null;for(c in u)if(e=u[c],u.hasOwnProperty(c)&&e!=null&&!a.hasOwnProperty(c))switch(c){case"value":break;case"children":break;default:J(l,t,c,null,a,e)}for(f in a)if(e=a[f],n=u[f],a.hasOwnProperty(f)&&(e!=null||n!=null))switch(f){case"value":m=e;break;case"defaultValue":g=e;break;case"children":break;case"dangerouslySetInnerHTML":if(e!=null)throw Error(S(91));break;default:e!==n&&J(l,t,f,e,a,n)}mi(l,m,g);return;case"option":for(var A in u)if(m=u[A],u.hasOwnProperty(A)&&m!=null&&!a.hasOwnProperty(A))switch(A){case"selected":l.selected=!1;break;default:J(l,t,A,null,a,m)}for(i in a)if(m=a[i],g=u[i],a.hasOwnProperty(i)&&m!==g&&(m!=null||g!=null))switch(i){case"selected":l.selected=m&&typeof m!="function"&&typeof m!="symbol";break;default:J(l,t,i,m,a,g)}return;case"img":case"link":case"area":case"base":case"br":case"col":case"embed":case"hr":case"keygen":case"meta":case"param":case"source":case"track":case"wbr":case"menuitem":for(var N in u)m=u[N],u.hasOwnProperty(N)&&m!=null&&!a.hasOwnProperty(N)&&J(l,t,N,null,a,m);for(v in a)if(m=a[v],g=u[v],a.hasOwnProperty(v)&&m!==g&&(m!=null||g!=null))switch(v){case"children":case"dangerouslySetInnerHTML":if(m!=null)throw Error(S(137,t));break;default:J(l,t,v,m,a,g)}return;default:if(Kn(t)){for(var al in u)m=u[al],u.hasOwnProperty(al)&&m!==void 0&&!a.hasOwnProperty(al)&&Hc(l,t,al,void 0,a,m);for(o in a)m=a[o],g=u[o],!a.hasOwnProperty(o)||m===g||m===void 0&&g===void 0||Hc(l,t,o,m,a,g);return}}for(var d in u)m=u[d],u.hasOwnProperty(d)&&m!=null&&!a.hasOwnProperty(d)&&J(l,t,d,null,a,m);for(b in a)m=a[b],g=u[b],!a.hasOwnProperty(b)||m===g||m==null&&g==null||J(l,t,b,m,a,g)}var Nc=null,qc=null;function An(l){return l.nodeType===9?l:l.ownerDocument}function iv(l){switch(l){case"http://www.w3.org/2000/svg":return 1;case"http://www.w3.org/1998/Math/MathML":return 2;default:return 0}}function sv(l,t){if(l===0)switch(t){case"svg":return 1;case"math":return 2;default:return 0}return l===1&&t==="foreignObject"?0:l}function Yc(l,t){return l==="textarea"||l==="noscript"||typeof t.children=="string"||typeof t.children=="number"||typeof t.children=="bigint"||typeof t.dangerouslySetInnerHTML=="object"&&t.dangerouslySetInnerHTML!==null&&t.dangerouslySetInnerHTML.__html!=null}var pc=null;function B1(){var l=window.event;return l&&l.type==="popstate"?l===pc?!1:(pc=l,!0):(pc=null,!1)}var vv=typeof setTimeout=="function"?setTimeout:void 0,G1=typeof clearTimeout=="function"?clearTimeout:void 0,yv=typeof Promise=="function"?Promise:void 0,X1=typeof queueMicrotask=="function"?queueMicrotask:typeof yv<"u"?function(l){return yv.resolve(null).then(l).catch(Q1)}:vv;function Q1(l){setTimeout(function(){throw l})}function Bc(l,t){var u=t,a=0;do{var e=u.nextSibling;if(l.removeChild(u),e&&e.nodeType===8)if(u=e.data,u==="/$"){if(a===0){l.removeChild(e),Se(t);return}a--}else u!=="$"&&u!=="$?"&&u!=="$!"||a++;u=e}while(u);Se(t)}function Gc(l){var t=l.firstChild;for(t&&t.nodeType===10&&(t=t.nextSibling);t;){var u=t;switch(t=t.nextSibling,u.nodeName){case"HTML":case"HEAD":case"BODY":Gc(u),xn(u);continue;case"SCRIPT":case"STYLE":continue;case"LINK":if(u.rel.toLowerCase()==="stylesheet")continue}l.removeChild(u)}}function Z1(l,t,u,a){for(;l.nodeType===1;){var e=u;if(l.nodeName.toLowerCase()!==t.toLowerCase()){if(!a&&(l.nodeName!=="INPUT"||l.type!=="hidden"))break}else if(a){if(!l[Aa])switch(t){case"meta":if(!l.hasAttribute("itemprop"))break;return l;case"link":if(n=l.getAttribute("rel"),n==="stylesheet"&&l.hasAttribute("data-precedence"))break;if(n!==e.rel||l.getAttribute("href")!==(e.href==null?null:e.href)||l.getAttribute("crossorigin")!==(e.crossOrigin==null?null:e.crossOrigin)||l.getAttribute("title")!==(e.title==null?null:e.title))break;return l;case"style":if(l.hasAttribute("data-precedence"))break;return l;case"script":if(n=l.getAttribute("src"),(n!==(e.src==null?null:e.src)||l.getAttribute("type")!==(e.type==null?null:e.type)||l.getAttribute("crossorigin")!==(e.crossOrigin==null?null:e.crossOrigin))&&n&&l.hasAttribute("async")&&!l.hasAttribute("itemprop"))break;return l;default:return l}}else if(t==="input"&&l.type==="hidden"){var n=e.name==null?null:""+e.name;if(e.type==="hidden"&&l.getAttribute("name")===n)return l}else return l;if(l=et(l.nextSibling),l===null)break}return null}function j1(l,t,u){if(t==="")return null;for(;l.nodeType!==3;)if((l.nodeType!==1||l.nodeName!=="INPUT"||l.type!=="hidden")&&!u||(l=et(l.nextSibling),l===null))return null;return l}function et(l){for(;l!=null;l=l.nextSibling){var t=l.nodeType;if(t===1||t===3)break;if(t===8){if(t=l.data,t==="$"||t==="$!"||t==="$?"||t==="F!"||t==="F")break;if(t==="/$")return null}}return l}function dv(l){l=l.previousSibling;for(var t=0;l;){if(l.nodeType===8){var u=l.data;if(u==="$"||u==="$!"||u==="$?"){if(t===0)return l;t--}else u==="/$"&&t++}l=l.previousSibling}return null}function hv(l,t,u){switch(t=An(u),l){case"html":if(l=t.documentElement,!l)throw Error(S(452));return l;case"head":if(l=t.head,!l)throw Error(S(453));return l;case"body":if(l=t.body,!l)throw Error(S(454));return l;default:throw Error(S(451))}}var lt=new Map,mv=new Set;function On(l){return typeof l.getRootNode=="function"?l.getRootNode():l.ownerDocument}var Nt=O.d;O.d={f:C1,r:x1,D:V1,C:L1,L:K1,m:J1,X:W1,S:w1,M:$1};function C1(){var l=Nt.f(),t=gn();return l||t}function x1(l){var t=Gu(l);t!==null&&t.tag===5&&t.type==="form"?C0(t):Nt.r(l)}var ha=typeof document>"u"?null:document;function Sv(l,t,u){var a=ha;if(a&&typeof t=="string"&&t){var e=Ll(t);e='link[rel="'+l+'"][href="'+e+'"]',typeof u=="string"&&(e+='[crossorigin="'+u+'"]'),mv.has(e)||(mv.add(e),l={rel:l,crossOrigin:u,href:t},a.querySelector(e)===null&&(t=a.createElement("link"),ol(t,"link",l),yl(t),a.head.appendChild(t)))}}function V1(l){Nt.D(l),Sv("dns-prefetch",l,null)}function L1(l,t){Nt.C(l,t),Sv("preconnect",l,t)}function K1(l,t,u){Nt.L(l,t,u);var a=ha;if(a&&l&&t){var e='link[rel="preload"][as="'+Ll(t)+'"]';t==="image"&&u&&u.imageSrcSet?(e+='[imagesrcset="'+Ll(u.imageSrcSet)+'"]',typeof u.imageSizes=="string"&&(e+='[imagesizes="'+Ll(u.imageSizes)+'"]')):e+='[href="'+Ll(l)+'"]';var n=e;switch(t){case"style":n=ma(l);break;case"script":n=Sa(l)}lt.has(n)||(l=w({rel:"preload",href:t==="image"&&u&&u.imageSrcSet?void 0:l,as:t},u),lt.set(n,l),a.querySelector(e)!==null||t==="style"&&a.querySelector(ie(n))||t==="script"&&a.querySelector(se(n))||(t=a.createElement("link"),ol(t,"link",l),yl(t),a.head.appendChild(t)))}}function J1(l,t){Nt.m(l,t);var u=ha;if(u&&l){var a=t&&typeof t.as=="string"?t.as:"script",e='link[rel="modulepreload"][as="'+Ll(a)+'"][href="'+Ll(l)+'"]',n=e;switch(a){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":n=Sa(l)}if(!lt.has(n)&&(l=w({rel:"modulepreload",href:l},t),lt.set(n,l),u.querySelector(e)===null)){switch(a){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":if(u.querySelector(se(n)))return}a=u.createElement("link"),ol(a,"link",l),yl(a),u.head.appendChild(a)}}}function w1(l,t,u){Nt.S(l,t,u);var a=ha;if(a&&l){var e=Xu(a).hoistableStyles,n=ma(l);t=t||"default";var f=e.get(n);if(!f){var c={loading:0,preload:null};if(f=a.querySelector(ie(n)))c.loading=5;else{l=w({rel:"stylesheet",href:l,"data-precedence":t},u),(u=lt.get(n))&&Xc(l,u);var i=f=a.createElement("link");yl(i),ol(i,"link",l),i._p=new Promise(function(v,o){i.onload=v,i.onerror=o}),i.addEventListener("load",function(){c.loading|=1}),i.addEventListener("error",function(){c.loading|=2}),c.loading|=4,Dn(f,t,a)}f={type:"stylesheet",instance:f,count:1,state:c},e.set(n,f)}}}function W1(l,t){Nt.X(l,t);var u=ha;if(u&&l){var a=Xu(u).hoistableScripts,e=Sa(l),n=a.get(e);n||(n=u.querySelector(se(e)),n||(l=w({src:l,async:!0},t),(t=lt.get(e))&&Qc(l,t),n=u.createElement("script"),yl(n),ol(n,"link",l),u.head.appendChild(n)),n={type:"script",instance:n,count:1,state:null},a.set(e,n))}}function $1(l,t){Nt.M(l,t);var u=ha;if(u&&l){var a=Xu(u).hoistableScripts,e=Sa(l),n=a.get(e);n||(n=u.querySelector(se(e)),n||(l=w({src:l,async:!0,type:"module"},t),(t=lt.get(e))&&Qc(l,t),n=u.createElement("script"),yl(n),ol(n,"link",l),u.head.appendChild(n)),n={type:"script",instance:n,count:1,state:null},a.set(e,n))}}function gv(l,t,u,a){var e=(e=pt.current)?On(e):null;if(!e)throw Error(S(446));switch(l){case"meta":case"title":return null;case"style":return typeof u.precedence=="string"&&typeof u.href=="string"?(t=ma(u.href),u=Xu(e).hoistableStyles,a=u.get(t),a||(a={type:"style",instance:null,count:0,state:null},u.set(t,a)),a):{type:"void",instance:null,count:0,state:null};case"link":if(u.rel==="stylesheet"&&typeof u.href=="string"&&typeof u.precedence=="string"){l=ma(u.href);var n=Xu(e).hoistableStyles,f=n.get(l);if(f||(e=e.ownerDocument||e,f={type:"stylesheet",instance:null,count:0,state:{loading:0,preload:null}},n.set(l,f),(n=e.querySelector(ie(l)))&&!n._p&&(f.instance=n,f.state.loading=5),lt.has(l)||(u={rel:"preload",as:"style",href:u.href,crossOrigin:u.crossOrigin,integrity:u.integrity,media:u.media,hrefLang:u.hrefLang,referrerPolicy:u.referrerPolicy},lt.set(l,u),n||k1(e,l,u,f.state))),t&&a===null)throw Error(S(528,""));return f}if(t&&a!==null)throw Error(S(529,""));return null;case"script":return t=u.async,u=u.src,typeof u=="string"&&t&&typeof t!="function"&&typeof t!="symbol"?(t=Sa(u),u=Xu(e).hoistableScripts,a=u.get(t),a||(a={type:"script",instance:null,count:0,state:null},u.set(t,a)),a):{type:"void",instance:null,count:0,state:null};default:throw Error(S(444,l))}}function ma(l){return'href="'+Ll(l)+'"'}function ie(l){return'link[rel="stylesheet"]['+l+"]"}function ov(l){return w({},l,{"data-precedence":l.precedence,precedence:null})}function k1(l,t,u,a){l.querySelector('link[rel="preload"][as="style"]['+t+"]")?a.loading=1:(t=l.createElement("link"),a.preload=t,t.addEventListener("load",function(){return a.loading|=1}),t.addEventListener("error",function(){return a.loading|=2}),ol(t,"link",u),yl(t),l.head.appendChild(t))}function Sa(l){return'[src="'+Ll(l)+'"]'}function se(l){return"script[async]"+l}function rv(l,t,u){if(t.count++,t.instance===null)switch(t.type){case"style":var a=l.querySelector('style[data-href~="'+Ll(u.href)+'"]');if(a)return t.instance=a,yl(a),a;var e=w({},u,{"data-href":u.href,"data-precedence":u.precedence,href:null,precedence:null});return a=(l.ownerDocument||l).createElement("style"),yl(a),ol(a,"style",e),Dn(a,u.precedence,l),t.instance=a;case"stylesheet":e=ma(u.href);var n=l.querySelector(ie(e));if(n)return t.state.loading|=4,t.instance=n,yl(n),n;a=ov(u),(e=lt.get(e))&&Xc(a,e),n=(l.ownerDocument||l).createElement("link"),yl(n);var f=n;return f._p=new Promise(function(c,i){f.onload=c,f.onerror=i}),ol(n,"link",a),t.state.loading|=4,Dn(n,u.precedence,l),t.instance=n;case"script":return n=Sa(u.src),(e=l.querySelector(se(n)))?(t.instance=e,yl(e),e):(a=u,(e=lt.get(n))&&(a=w({},u),Qc(a,e)),l=l.ownerDocument||l,e=l.createElement("script"),yl(e),ol(e,"link",a),l.head.appendChild(e),t.instance=e);case"void":return null;default:throw Error(S(443,t.type))}else t.type==="stylesheet"&&!(t.state.loading&4)&&(a=t.instance,t.state.loading|=4,Dn(a,u.precedence,l));return t.instance}function Dn(l,t,u){for(var a=u.querySelectorAll('link[rel="stylesheet"][data-precedence],style[data-precedence]'),e=a.length?a[a.length-1]:null,n=e,f=0;f<a.length;f++){var c=a[f];if(c.dataset.precedence===t)n=c;else if(n!==e)break}n?n.parentNode.insertBefore(l,n.nextSibling):(t=u.nodeType===9?u.head:u,t.insertBefore(l,t.firstChild))}function Xc(l,t){l.crossOrigin==null&&(l.crossOrigin=t.crossOrigin),l.referrerPolicy==null&&(l.referrerPolicy=t.referrerPolicy),l.title==null&&(l.title=t.title)}function Qc(l,t){l.crossOrigin==null&&(l.crossOrigin=t.crossOrigin),l.referrerPolicy==null&&(l.referrerPolicy=t.referrerPolicy),l.integrity==null&&(l.integrity=t.integrity)}var Mn=null;function bv(l,t,u){if(Mn===null){var a=new Map,e=Mn=new Map;e.set(u,a)}else e=Mn,a=e.get(u),a||(a=new Map,e.set(u,a));if(a.has(l))return a;for(a.set(l,null),u=u.getElementsByTagName(l),e=0;e<u.length;e++){var n=u[e];if(!(n[Aa]||n[Tl]||l==="link"&&n.getAttribute("rel")==="stylesheet")&&n.namespaceURI!=="http://www.w3.org/2000/svg"){var f=n.getAttribute(t)||"";f=l+f;var c=a.get(f);c?c.push(n):a.set(f,[n])}}return a}function Ev(l,t,u){l=l.ownerDocument||l,l.head.insertBefore(u,t==="title"?l.querySelector("head > title"):null)}function F1(l,t,u){if(u===1||t.itemProp!=null)return!1;switch(l){case"meta":case"title":return!0;case"style":if(typeof t.precedence!="string"||typeof t.href!="string"||t.href==="")break;return!0;case"link":if(typeof t.rel!="string"||typeof t.href!="string"||t.href===""||t.onLoad||t.onError)break;switch(t.rel){case"stylesheet":return l=t.disabled,typeof t.precedence=="string"&&l==null;default:return!0}case"script":if(t.async&&typeof t.async!="function"&&typeof t.async!="symbol"&&!t.onLoad&&!t.onError&&t.src&&typeof t.src=="string")return!0}return!1}function Tv(l){return!(l.type==="stylesheet"&&!(l.state.loading&3))}var ve=null;function P1(){}function I1(l,t,u){if(ve===null)throw Error(S(475));var a=ve;if(t.type==="stylesheet"&&(typeof u.media!="string"||matchMedia(u.media).matches!==!1)&&!(t.state.loading&4)){if(t.instance===null){var e=ma(u.href),n=l.querySelector(ie(e));if(n){l=n._p,l!==null&&typeof l=="object"&&typeof l.then=="function"&&(a.count++,a=_n.bind(a),l.then(a,a)),t.state.loading|=4,t.instance=n,yl(n);return}n=l.ownerDocument||l,u=ov(u),(e=lt.get(e))&&Xc(u,e),n=n.createElement("link"),yl(n);var f=n;f._p=new Promise(function(c,i){f.onload=c,f.onerror=i}),ol(n,"link",u),t.instance=n}a.stylesheets===null&&(a.stylesheets=new Map),a.stylesheets.set(t,l),(l=t.state.preload)&&!(t.state.loading&3)&&(a.count++,t=_n.bind(a),l.addEventListener("load",t),l.addEventListener("error",t))}}function ld(){if(ve===null)throw Error(S(475));var l=ve;return l.stylesheets&&l.count===0&&Zc(l,l.stylesheets),0<l.count?function(t){var u=setTimeout(function(){if(l.stylesheets&&Zc(l,l.stylesheets),l.unsuspend){var a=l.unsuspend;l.unsuspend=null,a()}},6e4);return l.unsuspend=t,function(){l.unsuspend=null,clearTimeout(u)}}:null}function _n(){if(this.count--,this.count===0){if(this.stylesheets)Zc(this,this.stylesheets);else if(this.unsuspend){var l=this.unsuspend;this.unsuspend=null,l()}}}var Un=null;function Zc(l,t){l.stylesheets=null,l.unsuspend!==null&&(l.count++,Un=new Map,t.forEach(td,l),Un=null,_n.call(l))}function td(l,t){if(!(t.state.loading&4)){var u=Un.get(l);if(u)var a=u.get(null);else{u=new Map,Un.set(l,u);for(var e=l.querySelectorAll("link[data-precedence],style[data-precedence]"),n=0;n<e.length;n++){var f=e[n];(f.nodeName==="LINK"||f.getAttribute("media")!=="not all")&&(u.set(f.dataset.precedence,f),a=f)}a&&u.set(null,a)}e=t.instance,f=e.getAttribute("data-precedence"),n=u.get(f)||a,n===a&&u.set(null,e),u.set(f,e),this.count++,a=_n.bind(this),e.addEventListener("load",a),e.addEventListener("error",a),n?n.parentNode.insertBefore(e,n.nextSibling):(l=l.nodeType===9?l.head:l,l.insertBefore(e,l.firstChild)),t.state.loading|=4}}var ye={$$typeof:Dl,Provider:null,Consumer:null,_currentValue:L,_currentValue2:L,_threadCount:0};function ud(l,t,u,a,e,n,f,c){this.tag=1,this.containerInfo=l,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.next=this.pendingContext=this.context=this.cancelPendingCommit=null,this.callbackPriority=0,this.expirationTimes=jn(-1),this.entangledLanes=this.shellSuspendCounter=this.errorRecoveryDisabledLanes=this.finishedLanes=this.expiredLanes=this.warmLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=jn(0),this.hiddenUpdates=jn(null),this.identifierPrefix=a,this.onUncaughtError=e,this.onCaughtError=n,this.onRecoverableError=f,this.pooledCache=null,this.pooledCacheLanes=0,this.formState=c,this.incompleteTransitions=new Map}function zv(l,t,u,a,e,n,f,c,i,v,o,b){return l=new ud(l,t,u,f,c,i,v,b),t=1,n===!0&&(t|=24),n=Pl(3,null,null,t),l.current=n,n.stateNode=l,t=of(),t.refCount++,l.pooledCache=t,t.refCount++,n.memoizedState={element:a,isDehydrated:u,cache:t},Ff(n),l}function Av(l){return l?(l=wu,l):wu}function Ov(l,t,u,a,e,n){e=Av(e),a.context===null?a.context=e:a.pendingContext=e,a=Kt(t),a.payload={element:u},n=n===void 0?null:n,n!==null&&(a.callback=n),u=Jt(l,a,t),u!==null&&(Ul(u,l,t),Wa(u,l,t))}function Dv(l,t){if(l=l.memoizedState,l!==null&&l.dehydrated!==null){var u=l.retryLane;l.retryLane=u!==0&&u<t?u:t}}function jc(l,t){Dv(l,t),(l=l.alternate)&&Dv(l,t)}function Mv(l){if(l.tag===13){var t=Qt(l,67108864);t!==null&&Ul(t,l,67108864),jc(l,67108864)}}var Rn=!0;function ad(l,t,u,a){var e=R.T;R.T=null;var n=O.p;try{O.p=2,Cc(l,t,u,a)}finally{O.p=n,R.T=e}}function ed(l,t,u,a){var e=R.T;R.T=null;var n=O.p;try{O.p=8,Cc(l,t,u,a)}finally{O.p=n,R.T=e}}function Cc(l,t,u,a){if(Rn){var e=xc(a);if(e===null)Rc(l,t,a,Hn,u),Uv(l,a);else if(fd(e,l,t,u,a))a.stopPropagation();else if(Uv(l,a),t&4&&-1<nd.indexOf(l)){for(;e!==null;){var n=Gu(e);if(n!==null)switch(n.tag){case 3:if(n=n.stateNode,n.current.memoizedState.isDehydrated){var f=nu(n.pendingLanes);if(f!==0){var c=n;for(c.pendingLanes|=2,c.entangledLanes|=2;f;){var i=1<<31-Bl(f);c.entanglements[1]|=i,f&=~i}ht(n),!(ll&6)&&(hn=it()+500,ne(0))}}break;case 13:c=Qt(n,2),c!==null&&Ul(c,n,2),gn(),jc(n,2)}if(n=xc(a),n===null&&Rc(l,t,a,Hn,u),n===e)break;e=n}e!==null&&a.stopPropagation()}else Rc(l,t,a,null,u)}}function xc(l){return l=wn(l),Vc(l)}var Hn=null;function Vc(l){if(Hn=null,l=fu(l),l!==null){var t=mt(l);if(t===null)l=null;else{var u=t.tag;if(u===13){if(l=Ee(t),l!==null)return l;l=null}else if(u===3){if(t.stateNode.current.memoizedState.isDehydrated)return t.tag===3?t.stateNode.containerInfo:null;l=null}else t!==l&&(l=null)}}return Hn=l,null}function _v(l){switch(l){case"beforetoggle":case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"toggle":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return 2;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return 8;case"message":switch(Lv()){case Fc:return 2;case Pc:return 8;case Oe:case Kv:return 32;case Ic:return 268435456;default:return 32}default:return 32}}var Lc=!1,It=null,lu=null,tu=null,de=new Map,he=new Map,uu=[],nd="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset".split(" ");function Uv(l,t){switch(l){case"focusin":case"focusout":It=null;break;case"dragenter":case"dragleave":lu=null;break;case"mouseover":case"mouseout":tu=null;break;case"pointerover":case"pointerout":de.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":he.delete(t.pointerId)}}function me(l,t,u,a,e,n){return l===null||l.nativeEvent!==n?(l={blockedOn:t,domEventName:u,eventSystemFlags:a,nativeEvent:n,targetContainers:[e]},t!==null&&(t=Gu(t),t!==null&&Mv(t)),l):(l.eventSystemFlags|=a,t=l.targetContainers,e!==null&&t.indexOf(e)===-1&&t.push(e),l)}function fd(l,t,u,a,e){switch(t){case"focusin":return It=me(It,l,t,u,a,e),!0;case"dragenter":return lu=me(lu,l,t,u,a,e),!0;case"mouseover":return tu=me(tu,l,t,u,a,e),!0;case"pointerover":var n=e.pointerId;return de.set(n,me(de.get(n)||null,l,t,u,a,e)),!0;case"gotpointercapture":return n=e.pointerId,he.set(n,me(he.get(n)||null,l,t,u,a,e)),!0}return!1}function Rv(l){var t=fu(l.target);if(t!==null){var u=mt(t);if(u!==null){if(t=u.tag,t===13){if(t=Ee(u),t!==null){l.blockedOn=t,ly(l.priority,function(){if(u.tag===13){var a=jl(),e=Qt(u,a);e!==null&&Ul(e,u,a),jc(u,a)}});return}}else if(t===3&&u.stateNode.current.memoizedState.isDehydrated){l.blockedOn=u.tag===3?u.stateNode.containerInfo:null;return}}}l.blockedOn=null}function Nn(l){if(l.blockedOn!==null)return!1;for(var t=l.targetContainers;0<t.length;){var u=xc(l.nativeEvent);if(u===null){u=l.nativeEvent;var a=new u.constructor(u.type,u);Jn=a,u.target.dispatchEvent(a),Jn=null}else return t=Gu(u),t!==null&&Mv(t),l.blockedOn=u,!1;t.shift()}return!0}function Hv(l,t,u){Nn(l)&&u.delete(t)}function cd(){Lc=!1,It!==null&&Nn(It)&&(It=null),lu!==null&&Nn(lu)&&(lu=null),tu!==null&&Nn(tu)&&(tu=null),de.forEach(Hv),he.forEach(Hv)}function qn(l,t){l.blockedOn===t&&(l.blockedOn=null,Lc||(Lc=!0,Z.unstable_scheduleCallback(Z.unstable_NormalPriority,cd)))}var Yn=null;function Nv(l){Yn!==l&&(Yn=l,Z.unstable_scheduleCallback(Z.unstable_NormalPriority,function(){Yn===l&&(Yn=null);for(var t=0;t<l.length;t+=3){var u=l[t],a=l[t+1],e=l[t+2];if(typeof a!="function"){if(Vc(a||u)===null)continue;break}var n=Gu(u);n!==null&&(l.splice(t,3),t-=3,Yf(n,{pending:!0,data:e,method:u.method,action:a},a,e))}}))}function Se(l){function t(i){return qn(i,l)}It!==null&&qn(It,l),lu!==null&&qn(lu,l),tu!==null&&qn(tu,l),de.forEach(t),he.forEach(t);for(var u=0;u<uu.length;u++){var a=uu[u];a.blockedOn===l&&(a.blockedOn=null)}for(;0<uu.length&&(u=uu[0],u.blockedOn===null);)Rv(u),u.blockedOn===null&&uu.shift();if(u=(l.ownerDocument||l).$$reactFormReplay,u!=null)for(a=0;a<u.length;a+=3){var e=u[a],n=u[a+1],f=e[Rl]||null;if(typeof n=="function")f||Nv(u);else if(f){var c=null;if(n&&n.hasAttribute("formAction")){if(e=n,f=n[Rl]||null)c=f.formAction;else if(Vc(e)!==null)continue}else c=f.action;typeof c=="function"?u[a+1]=c:(u.splice(a,3),a-=3),Nv(u)}}}function Kc(l){this._internalRoot=l}pn.prototype.render=Kc.prototype.render=function(l){var t=this._internalRoot;if(t===null)throw Error(S(409));var u=t.current,a=jl();Ov(u,a,l,t,null,null)},pn.prototype.unmount=Kc.prototype.unmount=function(){var l=this._internalRoot;if(l!==null){this._internalRoot=null;var t=l.containerInfo;l.tag===0&&va(),Ov(l.current,2,null,l,null,null),gn(),t[Bu]=null}};function pn(l){this._internalRoot=l}pn.prototype.unstable_scheduleHydration=function(l){if(l){var t=ni();l={blockedOn:null,target:l,priority:t};for(var u=0;u<uu.length&&t!==0&&t<uu[u].priority;u++);uu.splice(u,0,l),u===0&&Rv(l)}};var qv=ql.version;if(qv!=="19.0.0")throw Error(S(527,qv,"19.0.0"));O.findDOMNode=function(l){var t=l._reactInternals;if(t===void 0)throw typeof l.render=="function"?Error(S(188)):(l=Object.keys(l).join(","),Error(S(268,l)));return l=T(t),l=l!==null?H(l):null,l=l===null?null:l.stateNode,l};var id={bundleType:0,version:"19.0.0",rendererPackageName:"react-dom",currentDispatcherRef:R,findFiberByHostInstance:fu,reconcilerVersion:"19.0.0"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var Bn=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!Bn.isDisabled&&Bn.supportsFiber)try{Ea=Bn.inject(id),pl=Bn}catch{}}return oe.createRoot=function(l,t){if(!rl(l))throw Error(S(299));var u=!1,a="",e=$0,n=k0,f=F0,c=null;return t!=null&&(t.unstable_strictMode===!0&&(u=!0),t.identifierPrefix!==void 0&&(a=t.identifierPrefix),t.onUncaughtError!==void 0&&(e=t.onUncaughtError),t.onCaughtError!==void 0&&(n=t.onCaughtError),t.onRecoverableError!==void 0&&(f=t.onRecoverableError),t.unstable_transitionCallbacks!==void 0&&(c=t.unstable_transitionCallbacks)),t=zv(l,1,!1,null,null,u,a,e,n,f,c,null),l[Bu]=t.current,Uc(l.nodeType===8?l.parentNode:l),new Kc(t)},oe.hydrateRoot=function(l,t,u){if(!rl(l))throw Error(S(299));var a=!1,e="",n=$0,f=k0,c=F0,i=null,v=null;return u!=null&&(u.unstable_strictMode===!0&&(a=!0),u.identifierPrefix!==void 0&&(e=u.identifierPrefix),u.onUncaughtError!==void 0&&(n=u.onUncaughtError),u.onCaughtError!==void 0&&(f=u.onCaughtError),u.onRecoverableError!==void 0&&(c=u.onRecoverableError),u.unstable_transitionCallbacks!==void 0&&(i=u.unstable_transitionCallbacks),u.formState!==void 0&&(v=u.formState)),t=zv(l,1,!0,t,u??null,a,e,n,f,c,i,v),t.context=Av(null),u=t.current,a=jl(),e=Kt(a),e.callback=null,Jt(u,e,a),t.current.lanes=a,za(t,a),ht(t),l[Bu]=t.current,Uc(l),new pn(t)},oe.version="19.0.0",oe}var jv;function rd(){if(jv)return Wc.exports;jv=1;function Z(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(Z)}catch(ql){console.error(ql)}}return Z(),Wc.exports=od(),Wc.exports}var zd=rd(),Ad=Cv();export{Td as R,Ad as a,zd as c,Ed as j,Sd as r}; diff --git a/frontend/dist/assets/js/vendor-react-router-BJY_70Cr.js b/frontend/dist/assets/js/vendor-react-router-BJY_70Cr.js deleted file mode 100644 index 9a5a5639..00000000 --- a/frontend/dist/assets/js/vendor-react-router-BJY_70Cr.js +++ /dev/null @@ -1,12 +0,0 @@ -import{r as l}from"./vendor-react-core-DjsjKnCi.js";import"./vendor-other-CdRIx1s3.js";/** - * react-router v7.1.5 - * - * Copyright (c) Remix Software Inc. - * - * This source code is licensed under the MIT license found in the - * LICENSE.md file in the root directory of this source tree. - * - * @license MIT - */var le="popstate";function Se(e={}){function t(a,r){let{pathname:o,search:s,hash:c}=a.location;return G("",{pathname:o,search:s,hash:c},r.state&&r.state.usr||null,r.state&&r.state.key||"default")}function n(a,r){return typeof r=="string"?r:M(r)}return ke(t,n,null,e)}function E(e,t){if(e===!1||e===null||typeof e>"u")throw new Error(t)}function P(e,t){if(!e){typeof console<"u"&&console.warn(t);try{throw new Error(t)}catch{}}}function Le(){return Math.random().toString(36).substring(2,10)}function ie(e,t){return{usr:e.state,key:e.key,idx:t}}function G(e,t,n=null,a){return{pathname:typeof e=="string"?e:e.pathname,search:"",hash:"",...typeof t=="string"?T(t):t,state:n,key:t&&t.key||a||Le()}}function M({pathname:e="/",search:t="",hash:n=""}){return t&&t!=="?"&&(e+=t.charAt(0)==="?"?t:"?"+t),n&&n!=="#"&&(e+=n.charAt(0)==="#"?n:"#"+n),e}function T(e){let t={};if(e){let n=e.indexOf("#");n>=0&&(t.hash=e.substring(n),e=e.substring(0,n));let a=e.indexOf("?");a>=0&&(t.search=e.substring(a),e=e.substring(0,a)),e&&(t.pathname=e)}return t}function ke(e,t,n,a={}){let{window:r=document.defaultView,v5Compat:o=!1}=a,s=r.history,c="POP",u=null,i=f();i==null&&(i=0,s.replaceState({...s.state,idx:i},""));function f(){return(s.state||{idx:null}).idx}function h(){c="POP";let d=f(),p=d==null?null:d-i;i=d,u&&u({action:c,location:v.location,delta:p})}function g(d,p){c="PUSH";let x=G(v.location,d,p);i=f()+1;let y=ie(x,i),R=v.createHref(x);try{s.pushState(y,"",R)}catch(C){if(C instanceof DOMException&&C.name==="DataCloneError")throw C;r.location.assign(R)}o&&u&&u({action:c,location:v.location,delta:1})}function m(d,p){c="REPLACE";let x=G(v.location,d,p);i=f();let y=ie(x,i),R=v.createHref(x);s.replaceState(y,"",R),o&&u&&u({action:c,location:v.location,delta:0})}function w(d){let p=r.location.origin!=="null"?r.location.origin:r.location.href,x=typeof d=="string"?d:M(d);return x=x.replace(/ $/,"%20"),E(p,`No window.location.(origin|href) available to create URL for href: ${x}`),new URL(x,p)}let v={get action(){return c},get location(){return e(r,s)},listen(d){if(u)throw new Error("A history only accepts one active listener");return r.addEventListener(le,h),u=d,()=>{r.removeEventListener(le,h),u=null}},createHref(d){return t(r,d)},createURL:w,encodeLocation(d){let p=w(d);return{pathname:p.pathname,search:p.search,hash:p.hash}},push:g,replace:m,go(d){return s.go(d)}};return v}function fe(e,t,n="/"){return $e(e,t,n,!1)}function $e(e,t,n,a){let r=typeof t=="string"?T(t):t,o=$(r.pathname||"/",n);if(o==null)return null;let s=he(e);Fe(s);let c=null;for(let u=0;c==null&&u<s.length;++u){let i=He(o);c=Ue(s[u],i,a)}return c}function he(e,t=[],n=[],a=""){let r=(o,s,c)=>{let u={relativePath:c===void 0?o.path||"":c,caseSensitive:o.caseSensitive===!0,childrenIndex:s,route:o};u.relativePath.startsWith("/")&&(E(u.relativePath.startsWith(a),`Absolute route path "${u.relativePath}" nested under path "${a}" is not valid. An absolute child route path must start with the combined path of all its parent routes.`),u.relativePath=u.relativePath.slice(a.length));let i=k([a,u.relativePath]),f=n.concat(u);o.children&&o.children.length>0&&(E(o.index!==!0,`Index routes must not have child routes. Please remove all child routes from route path "${i}".`),he(o.children,t,f,i)),!(o.path==null&&!o.index)&&t.push({path:i,score:Me(i,o.index),routesMeta:f})};return e.forEach((o,s)=>{var c;if(o.path===""||!((c=o.path)!=null&&c.includes("?")))r(o,s);else for(let u of de(o.path))r(o,s,u)}),t}function de(e){let t=e.split("/");if(t.length===0)return[];let[n,...a]=t,r=n.endsWith("?"),o=n.replace(/\?$/,"");if(a.length===0)return r?[o,""]:[o];let s=de(a.join("/")),c=[];return c.push(...s.map(u=>u===""?o:[o,u].join("/"))),r&&c.push(...s),c.map(u=>e.startsWith("/")&&u===""?"/":u)}function Fe(e){e.sort((t,n)=>t.score!==n.score?n.score-t.score:Ae(t.routesMeta.map(a=>a.childrenIndex),n.routesMeta.map(a=>a.childrenIndex)))}var Ne=/^:[\w-]+$/,Te=3,Ie=2,De=1,Be=10,Oe=-2,ue=e=>e==="*";function Me(e,t){let n=e.split("/"),a=n.length;return n.some(ue)&&(a+=Oe),t&&(a+=Ie),n.filter(r=>!ue(r)).reduce((r,o)=>r+(Ne.test(o)?Te:o===""?De:Be),a)}function Ae(e,t){return e.length===t.length&&e.slice(0,-1).every((a,r)=>a===t[r])?e[e.length-1]-t[t.length-1]:0}function Ue(e,t,n=!1){let{routesMeta:a}=e,r={},o="/",s=[];for(let c=0;c<a.length;++c){let u=a[c],i=c===a.length-1,f=o==="/"?t:t.slice(o.length)||"/",h=J({path:u.relativePath,caseSensitive:u.caseSensitive,end:i},f),g=u.route;if(!h&&i&&n&&!a[a.length-1].route.index&&(h=J({path:u.relativePath,caseSensitive:u.caseSensitive,end:!1},f)),!h)return null;Object.assign(r,h.params),s.push({params:r,pathname:k([o,h.pathname]),pathnameBase:Je(k([o,h.pathnameBase])),route:g}),h.pathnameBase!=="/"&&(o=k([o,h.pathnameBase]))}return s}function J(e,t){typeof e=="string"&&(e={path:e,caseSensitive:!1,end:!0});let[n,a]=We(e.path,e.caseSensitive,e.end),r=t.match(n);if(!r)return null;let o=r[0],s=o.replace(/(.)\/+$/,"$1"),c=r.slice(1);return{params:a.reduce((i,{paramName:f,isOptional:h},g)=>{if(f==="*"){let w=c[g]||"";s=o.slice(0,o.length-w.length).replace(/(.)\/+$/,"$1")}const m=c[g];return h&&!m?i[f]=void 0:i[f]=(m||"").replace(/%2F/g,"/"),i},{}),pathname:o,pathnameBase:s,pattern:e}}function We(e,t=!1,n=!0){P(e==="*"||!e.endsWith("*")||e.endsWith("/*"),`Route path "${e}" will be treated as if it were "${e.replace(/\*$/,"/*")}" because the \`*\` character must always follow a \`/\` in the pattern. To get rid of this warning, please change the route path to "${e.replace(/\*$/,"/*")}".`);let a=[],r="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^${}|()[\]]/g,"\\$&").replace(/\/:([\w-]+)(\?)?/g,(s,c,u)=>(a.push({paramName:c,isOptional:u!=null}),u?"/?([^\\/]+)?":"/([^\\/]+)"));return e.endsWith("*")?(a.push({paramName:"*"}),r+=e==="*"||e==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):n?r+="\\/*$":e!==""&&e!=="/"&&(r+="(?:(?=\\/|$))"),[new RegExp(r,t?void 0:"i"),a]}function He(e){try{return e.split("/").map(t=>decodeURIComponent(t).replace(/\//g,"%2F")).join("/")}catch(t){return P(!1,`The URL path "${e}" could not be decoded because it is a malformed URL segment. This is probably due to a bad percent encoding (${t}).`),e}}function $(e,t){if(t==="/")return e;if(!e.toLowerCase().startsWith(t.toLowerCase()))return null;let n=t.endsWith("/")?t.length-1:t.length,a=e.charAt(n);return a&&a!=="/"?null:e.slice(n)||"/"}function _e(e,t="/"){let{pathname:n,search:a="",hash:r=""}=typeof e=="string"?T(e):e;return{pathname:n?n.startsWith("/")?n:Ve(n,t):t,search:Ke(a),hash:je(r)}}function Ve(e,t){let n=t.replace(/\/+$/,"").split("/");return e.split("/").forEach(r=>{r===".."?n.length>1&&n.pop():r!=="."&&n.push(r)}),n.length>1?n.join("/"):"/"}function Y(e,t,n,a){return`Cannot include a '${e}' character in a manually specified \`to.${t}\` field [${JSON.stringify(a)}]. Please separate it out to the \`to.${n}\` field. Alternatively you may provide the full path as a string in <Link to="..."> and the router will parse it for you.`}function ze(e){return e.filter((t,n)=>n===0||t.route.path&&t.route.path.length>0)}function Q(e){let t=ze(e);return t.map((n,a)=>a===t.length-1?n.pathname:n.pathnameBase)}function Z(e,t,n,a=!1){let r;typeof e=="string"?r=T(e):(r={...e},E(!r.pathname||!r.pathname.includes("?"),Y("?","pathname","search",r)),E(!r.pathname||!r.pathname.includes("#"),Y("#","pathname","hash",r)),E(!r.search||!r.search.includes("#"),Y("#","search","hash",r)));let o=e===""||r.pathname==="",s=o?"/":r.pathname,c;if(s==null)c=n;else{let h=t.length-1;if(!a&&s.startsWith("..")){let g=s.split("/");for(;g[0]==="..";)g.shift(),h-=1;r.pathname=g.join("/")}c=h>=0?t[h]:"/"}let u=_e(r,c),i=s&&s!=="/"&&s.endsWith("/"),f=(o||s===".")&&n.endsWith("/");return!u.pathname.endsWith("/")&&(i||f)&&(u.pathname+="/"),u}var k=e=>e.join("/").replace(/\/\/+/g,"/"),Je=e=>e.replace(/\/+$/,"").replace(/^\/*/,"/"),Ke=e=>!e||e==="?"?"":e.startsWith("?")?e:"?"+e,je=e=>!e||e==="#"?"":e.startsWith("#")?e:"#"+e;function Ye(e){return e!=null&&typeof e.status=="number"&&typeof e.statusText=="string"&&typeof e.internal=="boolean"&&"data"in e}var me=["POST","PUT","PATCH","DELETE"];new Set(me);var qe=["GET",...me];new Set(qe);var I=l.createContext(null);I.displayName="DataRouter";var K=l.createContext(null);K.displayName="DataRouterState";var pe=l.createContext({isTransitioning:!1});pe.displayName="ViewTransition";var Ge=l.createContext(new Map);Ge.displayName="Fetchers";var Xe=l.createContext(null);Xe.displayName="Await";var S=l.createContext(null);S.displayName="Navigation";var A=l.createContext(null);A.displayName="Location";var L=l.createContext({outlet:null,matches:[],isDataRoute:!1});L.displayName="Route";var ee=l.createContext(null);ee.displayName="RouteError";function Qe(e,{relative:t}={}){E(D(),"useHref() may be used only in the context of a <Router> component.");let{basename:n,navigator:a}=l.useContext(S),{hash:r,pathname:o,search:s}=U(e,{relative:t}),c=o;return n!=="/"&&(c=o==="/"?n:k([n,o])),a.createHref({pathname:c,search:s,hash:r})}function D(){return l.useContext(A)!=null}function F(){return E(D(),"useLocation() may be used only in the context of a <Router> component."),l.useContext(A).location}var ye="You should call navigate() in a React.useEffect(), not when your component is first rendered.";function ge(e){l.useContext(S).static||l.useLayoutEffect(e)}function ve(){let{isDataRoute:e}=l.useContext(L);return e?dt():Ze()}function Ze(){E(D(),"useNavigate() may be used only in the context of a <Router> component.");let e=l.useContext(I),{basename:t,navigator:n}=l.useContext(S),{matches:a}=l.useContext(L),{pathname:r}=F(),o=JSON.stringify(Q(a)),s=l.useRef(!1);return ge(()=>{s.current=!0}),l.useCallback((u,i={})=>{if(P(s.current,ye),!s.current)return;if(typeof u=="number"){n.go(u);return}let f=Z(u,JSON.parse(o),r,i.relative==="path");e==null&&t!=="/"&&(f.pathname=f.pathname==="/"?t:k([t,f.pathname])),(i.replace?n.replace:n.push)(f,i.state,i)},[t,n,o,r,e])}var et=l.createContext(null);function tt(e){let t=l.useContext(L).outlet;return t&&l.createElement(et.Provider,{value:e},t)}function U(e,{relative:t}={}){let{matches:n}=l.useContext(L),{pathname:a}=F(),r=JSON.stringify(Q(n));return l.useMemo(()=>Z(e,JSON.parse(r),a,t==="path"),[e,r,a,t])}function nt(e,t){return we(e,t)}function we(e,t,n,a){var x;E(D(),"useRoutes() may be used only in the context of a <Router> component.");let{navigator:r,static:o}=l.useContext(S),{matches:s}=l.useContext(L),c=s[s.length-1],u=c?c.params:{},i=c?c.pathname:"/",f=c?c.pathnameBase:"/",h=c&&c.route;{let y=h&&h.path||"";xe(i,!h||y.endsWith("*")||y.endsWith("*?"),`You rendered descendant <Routes> (or called \`useRoutes()\`) at "${i}" (under <Route path="${y}">) but the parent route path has no trailing "*". This means if you navigate deeper, the parent won't match anymore and therefore the child routes will never render. - -Please change the parent <Route path="${y}"> to <Route path="${y==="/"?"*":`${y}/*`}">.`)}let g=F(),m;if(t){let y=typeof t=="string"?T(t):t;E(f==="/"||((x=y.pathname)==null?void 0:x.startsWith(f)),`When overriding the location using \`<Routes location>\` or \`useRoutes(routes, location)\`, the location pathname must begin with the portion of the URL pathname that was matched by all parent routes. The current pathname base is "${f}" but pathname "${y.pathname}" was given in the \`location\` prop.`),m=y}else m=g;let w=m.pathname||"/",v=w;if(f!=="/"){let y=f.replace(/^\//,"").split("/");v="/"+w.replace(/^\//,"").split("/").slice(y.length).join("/")}let d=!o&&n&&n.matches&&n.matches.length>0?n.matches:fe(e,{pathname:v});P(h||d!=null,`No routes matched location "${m.pathname}${m.search}${m.hash}" `),P(d==null||d[d.length-1].route.element!==void 0||d[d.length-1].route.Component!==void 0||d[d.length-1].route.lazy!==void 0,`Matched leaf route at location "${m.pathname}${m.search}${m.hash}" does not have an element or Component. This means it will render an <Outlet /> with a null value by default resulting in an "empty" page.`);let p=it(d&&d.map(y=>Object.assign({},y,{params:Object.assign({},u,y.params),pathname:k([f,r.encodeLocation?r.encodeLocation(y.pathname).pathname:y.pathname]),pathnameBase:y.pathnameBase==="/"?f:k([f,r.encodeLocation?r.encodeLocation(y.pathnameBase).pathname:y.pathnameBase])})),s,n,a);return t&&p?l.createElement(A.Provider,{value:{location:{pathname:"/",search:"",hash:"",state:null,key:"default",...m},navigationType:"POP"}},p):p}function rt(){let e=ht(),t=Ye(e)?`${e.status} ${e.statusText}`:e instanceof Error?e.message:JSON.stringify(e),n=e instanceof Error?e.stack:null,a="rgba(200,200,200, 0.5)",r={padding:"0.5rem",backgroundColor:a},o={padding:"2px 4px",backgroundColor:a},s=null;return console.error("Error handled by React Router default ErrorBoundary:",e),s=l.createElement(l.Fragment,null,l.createElement("p",null,"💿 Hey developer 👋"),l.createElement("p",null,"You can provide a way better UX than this when your app throws errors by providing your own ",l.createElement("code",{style:o},"ErrorBoundary")," or"," ",l.createElement("code",{style:o},"errorElement")," prop on your route.")),l.createElement(l.Fragment,null,l.createElement("h2",null,"Unexpected Application Error!"),l.createElement("h3",{style:{fontStyle:"italic"}},t),n?l.createElement("pre",{style:r},n):null,s)}var at=l.createElement(rt,null),ot=class extends l.Component{constructor(e){super(e),this.state={location:e.location,revalidation:e.revalidation,error:e.error}}static getDerivedStateFromError(e){return{error:e}}static getDerivedStateFromProps(e,t){return t.location!==e.location||t.revalidation!=="idle"&&e.revalidation==="idle"?{error:e.error,location:e.location,revalidation:e.revalidation}:{error:e.error!==void 0?e.error:t.error,location:t.location,revalidation:e.revalidation||t.revalidation}}componentDidCatch(e,t){console.error("React Router caught the following error during render",e,t)}render(){return this.state.error!==void 0?l.createElement(L.Provider,{value:this.props.routeContext},l.createElement(ee.Provider,{value:this.state.error,children:this.props.component})):this.props.children}};function lt({routeContext:e,match:t,children:n}){let a=l.useContext(I);return a&&a.static&&a.staticContext&&(t.route.errorElement||t.route.ErrorBoundary)&&(a.staticContext._deepestRenderedBoundaryId=t.route.id),l.createElement(L.Provider,{value:e},n)}function it(e,t=[],n=null,a=null){if(e==null){if(!n)return null;if(n.errors)e=n.matches;else if(t.length===0&&!n.initialized&&n.matches.length>0)e=n.matches;else return null}let r=e,o=n==null?void 0:n.errors;if(o!=null){let u=r.findIndex(i=>i.route.id&&(o==null?void 0:o[i.route.id])!==void 0);E(u>=0,`Could not find a matching route for errors on route IDs: ${Object.keys(o).join(",")}`),r=r.slice(0,Math.min(r.length,u+1))}let s=!1,c=-1;if(n)for(let u=0;u<r.length;u++){let i=r[u];if((i.route.HydrateFallback||i.route.hydrateFallbackElement)&&(c=u),i.route.id){let{loaderData:f,errors:h}=n,g=i.route.loader&&!f.hasOwnProperty(i.route.id)&&(!h||h[i.route.id]===void 0);if(i.route.lazy||g){s=!0,c>=0?r=r.slice(0,c+1):r=[r[0]];break}}}return r.reduceRight((u,i,f)=>{let h,g=!1,m=null,w=null;n&&(h=o&&i.route.id?o[i.route.id]:void 0,m=i.route.errorElement||at,s&&(c<0&&f===0?(xe("route-fallback",!1,"No `HydrateFallback` element provided to render during initial hydration"),g=!0,w=null):c===f&&(g=!0,w=i.route.hydrateFallbackElement||null)));let v=t.concat(r.slice(0,f+1)),d=()=>{let p;return h?p=m:g?p=w:i.route.Component?p=l.createElement(i.route.Component,null):i.route.element?p=i.route.element:p=u,l.createElement(lt,{match:i,routeContext:{outlet:u,matches:v,isDataRoute:n!=null},children:p})};return n&&(i.route.ErrorBoundary||i.route.errorElement||f===0)?l.createElement(ot,{location:n.location,revalidation:n.revalidation,component:m,error:h,children:d(),routeContext:{outlet:null,matches:v,isDataRoute:!0}}):d()},null)}function te(e){return`${e} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`}function ut(e){let t=l.useContext(I);return E(t,te(e)),t}function st(e){let t=l.useContext(K);return E(t,te(e)),t}function ct(e){let t=l.useContext(L);return E(t,te(e)),t}function ne(e){let t=ct(e),n=t.matches[t.matches.length-1];return E(n.route.id,`${e} can only be used on routes that contain a unique "id"`),n.route.id}function ft(){return ne("useRouteId")}function ht(){var a;let e=l.useContext(ee),t=st("useRouteError"),n=ne("useRouteError");return e!==void 0?e:(a=t.errors)==null?void 0:a[n]}function dt(){let{router:e}=ut("useNavigate"),t=ne("useNavigate"),n=l.useRef(!1);return ge(()=>{n.current=!0}),l.useCallback(async(r,o={})=>{P(n.current,ye),n.current&&(typeof r=="number"?e.navigate(r):await e.navigate(r,{fromRouteId:t,...o}))},[e,t])}var se={};function xe(e,t,n){!t&&!se[e]&&(se[e]=!0,P(!1,n))}l.memo(mt);function mt({routes:e,future:t,state:n}){return we(e,void 0,n,t)}function Xt({to:e,replace:t,state:n,relative:a}){E(D(),"<Navigate> may be used only in the context of a <Router> component.");let{static:r}=l.useContext(S);P(!r,"<Navigate> must not be used on the initial render in a <StaticRouter>. This is a no-op, but you should modify your code so the <Navigate> is only ever rendered in response to some user interaction or state change.");let{matches:o}=l.useContext(L),{pathname:s}=F(),c=ve(),u=Z(e,Q(o),s,a==="path"),i=JSON.stringify(u);return l.useEffect(()=>{c(JSON.parse(i),{replace:t,state:n,relative:a})},[c,i,a,t,n]),null}function Qt(e){return tt(e.context)}function pt(e){E(!1,"A <Route> is only ever to be used as the child of <Routes> element, never rendered directly. Please wrap your <Route> in a <Routes>.")}function yt({basename:e="/",children:t=null,location:n,navigationType:a="POP",navigator:r,static:o=!1}){E(!D(),"You cannot render a <Router> inside another <Router>. You should never have more than one in your app.");let s=e.replace(/^\/*/,"/"),c=l.useMemo(()=>({basename:s,navigator:r,static:o,future:{}}),[s,r,o]);typeof n=="string"&&(n=T(n));let{pathname:u="/",search:i="",hash:f="",state:h=null,key:g="default"}=n,m=l.useMemo(()=>{let w=$(u,s);return w==null?null:{location:{pathname:w,search:i,hash:f,state:h,key:g},navigationType:a}},[s,u,i,f,h,g,a]);return P(m!=null,`<Router basename="${s}"> is not able to match the URL "${u}${i}${f}" because it does not start with the basename, so the <Router> won't render anything.`),m==null?null:l.createElement(S.Provider,{value:c},l.createElement(A.Provider,{children:t,value:m}))}function Zt({children:e,location:t}){return nt(X(e),t)}function X(e,t=[]){let n=[];return l.Children.forEach(e,(a,r)=>{if(!l.isValidElement(a))return;let o=[...t,r];if(a.type===l.Fragment){n.push.apply(n,X(a.props.children,o));return}E(a.type===pt,`[${typeof a.type=="string"?a.type:a.type.name}] is not a <Route> component. All component children of <Routes> must be a <Route> or <React.Fragment>`),E(!a.props.index||!a.props.children,"An index route cannot have child routes.");let s={id:a.props.id||o.join("-"),caseSensitive:a.props.caseSensitive,element:a.props.element,Component:a.props.Component,index:a.props.index,path:a.props.path,loader:a.props.loader,action:a.props.action,hydrateFallbackElement:a.props.hydrateFallbackElement,HydrateFallback:a.props.HydrateFallback,errorElement:a.props.errorElement,ErrorBoundary:a.props.ErrorBoundary,hasErrorBoundary:a.props.hasErrorBoundary===!0||a.props.ErrorBoundary!=null||a.props.errorElement!=null,shouldRevalidate:a.props.shouldRevalidate,handle:a.props.handle,lazy:a.props.lazy};a.props.children&&(s.children=X(a.props.children,o)),n.push(s)}),n}var V="get",z="application/x-www-form-urlencoded";function j(e){return e!=null&&typeof e.tagName=="string"}function gt(e){return j(e)&&e.tagName.toLowerCase()==="button"}function vt(e){return j(e)&&e.tagName.toLowerCase()==="form"}function wt(e){return j(e)&&e.tagName.toLowerCase()==="input"}function xt(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}function Et(e,t){return e.button===0&&(!t||t==="_self")&&!xt(e)}var _=null;function Rt(){if(_===null)try{new FormData(document.createElement("form"),0),_=!1}catch{_=!0}return _}var Ct=new Set(["application/x-www-form-urlencoded","multipart/form-data","text/plain"]);function q(e){return e!=null&&!Ct.has(e)?(P(!1,`"${e}" is not a valid \`encType\` for \`<Form>\`/\`<fetcher.Form>\` and will default to "${z}"`),null):e}function bt(e,t){let n,a,r,o,s;if(vt(e)){let c=e.getAttribute("action");a=c?$(c,t):null,n=e.getAttribute("method")||V,r=q(e.getAttribute("enctype"))||z,o=new FormData(e)}else if(gt(e)||wt(e)&&(e.type==="submit"||e.type==="image")){let c=e.form;if(c==null)throw new Error('Cannot submit a <button> or <input type="submit"> without a <form>');let u=e.getAttribute("formaction")||c.getAttribute("action");if(a=u?$(u,t):null,n=e.getAttribute("formmethod")||c.getAttribute("method")||V,r=q(e.getAttribute("formenctype"))||q(c.getAttribute("enctype"))||z,o=new FormData(c,e),!Rt()){let{name:i,type:f,value:h}=e;if(f==="image"){let g=i?`${i}.`:"";o.append(`${g}x`,"0"),o.append(`${g}y`,"0")}else i&&o.append(i,h)}}else{if(j(e))throw new Error('Cannot submit element that is not <form>, <button>, or <input type="submit|image">');n=V,a=null,r=z,s=e}return o&&r==="text/plain"&&(s=o,o=void 0),{action:a,method:n.toLowerCase(),encType:r,formData:o,body:s}}function re(e,t){if(e===!1||e===null||typeof e>"u")throw new Error(t)}async function Pt(e,t){if(e.id in t)return t[e.id];try{let n=await import(e.module);return t[e.id]=n,n}catch(n){return console.error(`Error loading route module \`${e.module}\`, reloading page...`),console.error(n),window.__reactRouterContext&&window.__reactRouterContext.isSpaMode,window.location.reload(),new Promise(()=>{})}}function St(e){return e==null?!1:e.href==null?e.rel==="preload"&&typeof e.imageSrcSet=="string"&&typeof e.imageSizes=="string":typeof e.rel=="string"&&typeof e.href=="string"}async function Lt(e,t,n){let a=await Promise.all(e.map(async r=>{let o=t.routes[r.route.id];if(o){let s=await Pt(o,n);return s.links?s.links():[]}return[]}));return Nt(a.flat(1).filter(St).filter(r=>r.rel==="stylesheet"||r.rel==="preload").map(r=>r.rel==="stylesheet"?{...r,rel:"prefetch",as:"style"}:{...r,rel:"prefetch"}))}function ce(e,t,n,a,r,o){let s=(u,i)=>n[i]?u.route.id!==n[i].route.id:!0,c=(u,i)=>{var f;return n[i].pathname!==u.pathname||((f=n[i].route.path)==null?void 0:f.endsWith("*"))&&n[i].params["*"]!==u.params["*"]};return o==="assets"?t.filter((u,i)=>s(u,i)||c(u,i)):o==="data"?t.filter((u,i)=>{var h;let f=a.routes[u.route.id];if(!f||!f.hasLoader)return!1;if(s(u,i)||c(u,i))return!0;if(u.route.shouldRevalidate){let g=u.route.shouldRevalidate({currentUrl:new URL(r.pathname+r.search+r.hash,window.origin),currentParams:((h=n[0])==null?void 0:h.params)||{},nextUrl:new URL(e,window.origin),nextParams:u.params,defaultShouldRevalidate:!0});if(typeof g=="boolean")return g}return!0}):[]}function kt(e,t){return $t(e.map(n=>{let a=t.routes[n.route.id];if(!a)return[];let r=[a.module];return a.imports&&(r=r.concat(a.imports)),r}).flat(1))}function $t(e){return[...new Set(e)]}function Ft(e){let t={},n=Object.keys(e).sort();for(let a of n)t[a]=e[a];return t}function Nt(e,t){let n=new Set;return new Set(t),e.reduce((a,r)=>{let o=JSON.stringify(Ft(r));return n.has(o)||(n.add(o),a.push({key:o,link:r})),a},[])}function Tt(e){let t=typeof e=="string"?new URL(e,typeof window>"u"?"server://singlefetch/":window.location.origin):e;return t.pathname==="/"?t.pathname="_root.data":t.pathname=`${t.pathname.replace(/\/$/,"")}.data`,t}function It(){let e=l.useContext(I);return re(e,"You must render this element inside a <DataRouterContext.Provider> element"),e}function Dt(){let e=l.useContext(K);return re(e,"You must render this element inside a <DataRouterStateContext.Provider> element"),e}var ae=l.createContext(void 0);ae.displayName="FrameworkContext";function Ee(){let e=l.useContext(ae);return re(e,"You must render this element inside a <HydratedRouter> element"),e}function Bt(e,t){let n=l.useContext(ae),[a,r]=l.useState(!1),[o,s]=l.useState(!1),{onFocus:c,onBlur:u,onMouseEnter:i,onMouseLeave:f,onTouchStart:h}=t,g=l.useRef(null);l.useEffect(()=>{if(e==="render"&&s(!0),e==="viewport"){let v=p=>{p.forEach(x=>{s(x.isIntersecting)})},d=new IntersectionObserver(v,{threshold:.5});return g.current&&d.observe(g.current),()=>{d.disconnect()}}},[e]),l.useEffect(()=>{if(a){let v=setTimeout(()=>{s(!0)},100);return()=>{clearTimeout(v)}}},[a]);let m=()=>{r(!0)},w=()=>{r(!1),s(!1)};return n?e!=="intent"?[o,g,{}]:[o,g,{onFocus:O(c,m),onBlur:O(u,w),onMouseEnter:O(i,m),onMouseLeave:O(f,w),onTouchStart:O(h,m)}]:[!1,g,{}]}function O(e,t){return n=>{e&&e(n),n.defaultPrevented||t(n)}}function Ot({page:e,...t}){let{router:n}=It(),a=l.useMemo(()=>fe(n.routes,e,n.basename),[n.routes,e,n.basename]);return a?l.createElement(At,{page:e,matches:a,...t}):null}function Mt(e){let{manifest:t,routeModules:n}=Ee(),[a,r]=l.useState([]);return l.useEffect(()=>{let o=!1;return Lt(e,t,n).then(s=>{o||r(s)}),()=>{o=!0}},[e,t,n]),a}function At({page:e,matches:t,...n}){let a=F(),{manifest:r,routeModules:o}=Ee(),{loaderData:s,matches:c}=Dt(),u=l.useMemo(()=>ce(e,t,c,r,a,"data"),[e,t,c,r,a]),i=l.useMemo(()=>ce(e,t,c,r,a,"assets"),[e,t,c,r,a]),f=l.useMemo(()=>{if(e===a.pathname+a.search+a.hash)return[];let m=new Set,w=!1;if(t.forEach(d=>{var x;let p=r.routes[d.route.id];!p||!p.hasLoader||(!u.some(y=>y.route.id===d.route.id)&&d.route.id in s&&((x=o[d.route.id])!=null&&x.shouldRevalidate)||p.hasClientLoader?w=!0:m.add(d.route.id))}),m.size===0)return[];let v=Tt(e);return w&&m.size>0&&v.searchParams.set("_routes",t.filter(d=>m.has(d.route.id)).map(d=>d.route.id).join(",")),[v.pathname+v.search]},[s,a,r,u,t,e,o]),h=l.useMemo(()=>kt(i,r),[i,r]),g=Mt(i);return l.createElement(l.Fragment,null,f.map(m=>l.createElement("link",{key:m,rel:"prefetch",as:"fetch",href:m,...n})),h.map(m=>l.createElement("link",{key:m,rel:"modulepreload",href:m,...n})),g.map(({key:m,link:w})=>l.createElement("link",{key:m,...w})))}function Ut(...e){return t=>{e.forEach(n=>{typeof n=="function"?n(t):n!=null&&(n.current=t)})}}var Re=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u";try{Re&&(window.__reactRouterVersion="7.1.5")}catch{}function en({basename:e,children:t,window:n}){let a=l.useRef();a.current==null&&(a.current=Se({window:n,v5Compat:!0}));let r=a.current,[o,s]=l.useState({action:r.action,location:r.location}),c=l.useCallback(u=>{l.startTransition(()=>s(u))},[s]);return l.useLayoutEffect(()=>r.listen(c),[r,c]),l.createElement(yt,{basename:e,children:t,location:o.location,navigationType:o.action,navigator:r})}var Ce=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,be=l.forwardRef(function({onClick:t,discover:n="render",prefetch:a="none",relative:r,reloadDocument:o,replace:s,state:c,target:u,to:i,preventScrollReset:f,viewTransition:h,...g},m){let{basename:w}=l.useContext(S),v=typeof i=="string"&&Ce.test(i),d,p=!1;if(typeof i=="string"&&v&&(d=i,Re))try{let b=new URL(window.location.href),N=i.startsWith("//")?new URL(b.protocol+i):new URL(i),oe=$(N.pathname,w);N.origin===b.origin&&oe!=null?i=oe+N.search+N.hash:p=!0}catch{P(!1,`<Link to="${i}"> contains an invalid URL which will probably break when clicked - please update to a valid URL path.`)}let x=Qe(i,{relative:r}),[y,R,C]=Bt(a,g),W=Vt(i,{replace:s,state:c,target:u,preventScrollReset:f,relative:r,viewTransition:h});function B(b){t&&t(b),b.defaultPrevented||W(b)}let H=l.createElement("a",{...g,...C,href:d||x,onClick:p||o?t:B,ref:Ut(m,R),target:u,"data-discover":!v&&n==="render"?"true":void 0});return y&&!v?l.createElement(l.Fragment,null,H,l.createElement(Ot,{page:x})):H});be.displayName="Link";var Wt=l.forwardRef(function({"aria-current":t="page",caseSensitive:n=!1,className:a="",end:r=!1,style:o,to:s,viewTransition:c,children:u,...i},f){let h=U(s,{relative:i.relative}),g=F(),m=l.useContext(K),{navigator:w,basename:v}=l.useContext(S),d=m!=null&&Yt(h)&&c===!0,p=w.encodeLocation?w.encodeLocation(h).pathname:h.pathname,x=g.pathname,y=m&&m.navigation&&m.navigation.location?m.navigation.location.pathname:null;n||(x=x.toLowerCase(),y=y?y.toLowerCase():null,p=p.toLowerCase()),y&&v&&(y=$(y,v)||y);const R=p!=="/"&&p.endsWith("/")?p.length-1:p.length;let C=x===p||!r&&x.startsWith(p)&&x.charAt(R)==="/",W=y!=null&&(y===p||!r&&y.startsWith(p)&&y.charAt(p.length)==="/"),B={isActive:C,isPending:W,isTransitioning:d},H=C?t:void 0,b;typeof a=="function"?b=a(B):b=[a,C?"active":null,W?"pending":null,d?"transitioning":null].filter(Boolean).join(" ");let N=typeof o=="function"?o(B):o;return l.createElement(be,{...i,"aria-current":H,className:b,ref:f,style:N,to:s,viewTransition:c},typeof u=="function"?u(B):u)});Wt.displayName="NavLink";var Ht=l.forwardRef(({discover:e="render",fetcherKey:t,navigate:n,reloadDocument:a,replace:r,state:o,method:s=V,action:c,onSubmit:u,relative:i,preventScrollReset:f,viewTransition:h,...g},m)=>{let w=Kt(),v=jt(c,{relative:i}),d=s.toLowerCase()==="get"?"get":"post",p=typeof c=="string"&&Ce.test(c),x=y=>{if(u&&u(y),y.defaultPrevented)return;y.preventDefault();let R=y.nativeEvent.submitter,C=(R==null?void 0:R.getAttribute("formmethod"))||s;w(R||y.currentTarget,{fetcherKey:t,method:C,navigate:n,replace:r,state:o,relative:i,preventScrollReset:f,viewTransition:h})};return l.createElement("form",{ref:m,method:d,action:v,onSubmit:a?u:x,...g,"data-discover":!p&&e==="render"?"true":void 0})});Ht.displayName="Form";function _t(e){return`${e} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`}function Pe(e){let t=l.useContext(I);return E(t,_t(e)),t}function Vt(e,{target:t,replace:n,state:a,preventScrollReset:r,relative:o,viewTransition:s}={}){let c=ve(),u=F(),i=U(e,{relative:o});return l.useCallback(f=>{if(Et(f,t)){f.preventDefault();let h=n!==void 0?n:M(u)===M(i);c(e,{replace:h,state:a,preventScrollReset:r,relative:o,viewTransition:s})}},[u,c,i,n,a,t,e,r,o,s])}var zt=0,Jt=()=>`__${String(++zt)}__`;function Kt(){let{router:e}=Pe("useSubmit"),{basename:t}=l.useContext(S),n=ft();return l.useCallback(async(a,r={})=>{let{action:o,method:s,encType:c,formData:u,body:i}=bt(a,t);if(r.navigate===!1){let f=r.fetcherKey||Jt();await e.fetch(f,n,r.action||o,{preventScrollReset:r.preventScrollReset,formData:u,body:i,formMethod:r.method||s,formEncType:r.encType||c,flushSync:r.flushSync})}else await e.navigate(r.action||o,{preventScrollReset:r.preventScrollReset,formData:u,body:i,formMethod:r.method||s,formEncType:r.encType||c,replace:r.replace,state:r.state,fromRouteId:n,flushSync:r.flushSync,viewTransition:r.viewTransition})},[e,t,n])}function jt(e,{relative:t}={}){let{basename:n}=l.useContext(S),a=l.useContext(L);E(a,"useFormAction must be used inside a RouteContext");let[r]=a.matches.slice(-1),o={...U(e||".",{relative:t})},s=F();if(e==null){o.search=s.search;let c=new URLSearchParams(o.search),u=c.getAll("index");if(u.some(f=>f==="")){c.delete("index"),u.filter(h=>h).forEach(h=>c.append("index",h));let f=c.toString();o.search=f?`?${f}`:""}}return(!e||e===".")&&r.route.index&&(o.search=o.search?o.search.replace(/^\?/,"?index&"):"?index"),n!=="/"&&(o.pathname=o.pathname==="/"?n:k([n,o.pathname])),M(o)}function Yt(e,t={}){let n=l.useContext(pe);E(n!=null,"`useViewTransitionState` must be used within `react-router-dom`'s `RouterProvider`. Did you accidentally import `RouterProvider` from `react-router`?");let{basename:a}=Pe("useViewTransitionState"),r=U(e,{relative:t.relative});if(!n.isTransitioning)return!1;let o=$(n.currentLocation.pathname,a)||n.currentLocation.pathname,s=$(n.nextLocation.pathname,a)||n.nextLocation.pathname;return J(r.pathname,s)!=null||J(r.pathname,o)!=null}new TextEncoder;export{en as B,be as L,Xt as N,Qt as O,Zt as R,F as a,pt as b,ve as u}; diff --git a/frontend/dist/assets/js/vendor-react-router-P1WQ4rUN.js b/frontend/dist/assets/js/vendor-react-router-P1WQ4rUN.js new file mode 100644 index 00000000..5a9dce2e --- /dev/null +++ b/frontend/dist/assets/js/vendor-react-router-P1WQ4rUN.js @@ -0,0 +1,12 @@ +import{r as i}from"./vendor-react-core-DRQGgXXF.js";/** + * react-router v7.9.5 + * + * Copyright (c) Remix Software Inc. + * + * This source code is licensed under the MIT license found in the + * LICENSE.md file in the root directory of this source tree. + * + * @license MIT + */var le="popstate";function Se(e={}){function t(r,a){let{pathname:o,search:l,hash:c}=r.location;return G("",{pathname:o,search:l,hash:c},a.state&&a.state.usr||null,a.state&&a.state.key||"default")}function n(r,a){return typeof a=="string"?a:B(a)}return $e(t,n,null,e)}function R(e,t){if(e===!1||e===null||typeof e>"u")throw new Error(t)}function L(e,t){if(!e){typeof console<"u"&&console.warn(t);try{throw new Error(t)}catch{}}}function ke(){return Math.random().toString(36).substring(2,10)}function ie(e,t){return{usr:e.state,key:e.key,idx:t}}function G(e,t,n=null,r){return{pathname:typeof e=="string"?e:e.pathname,search:"",hash:"",...typeof t=="string"?I(t):t,state:n,key:t&&t.key||r||ke()}}function B({pathname:e="/",search:t="",hash:n=""}){return t&&t!=="?"&&(e+=t.charAt(0)==="?"?t:"?"+t),n&&n!=="#"&&(e+=n.charAt(0)==="#"?n:"#"+n),e}function I(e){let t={};if(e){let n=e.indexOf("#");n>=0&&(t.hash=e.substring(n),e=e.substring(0,n));let r=e.indexOf("?");r>=0&&(t.search=e.substring(r),e=e.substring(0,r)),e&&(t.pathname=e)}return t}function $e(e,t,n,r={}){let{window:a=document.defaultView,v5Compat:o=!1}=r,l=a.history,c="POP",u=null,s=f();s==null&&(s=0,l.replaceState({...l.state,idx:s},""));function f(){return(l.state||{idx:null}).idx}function d(){c="POP";let h=f(),y=h==null?null:h-s;s=h,u&&u({action:c,location:w.location,delta:y})}function m(h,y){c="PUSH";let x=G(w.location,h,y);s=f()+1;let p=ie(x,s),E=w.createHref(x);try{l.pushState(p,"",E)}catch(b){if(b instanceof DOMException&&b.name==="DataCloneError")throw b;a.location.assign(E)}o&&u&&u({action:c,location:w.location,delta:1})}function g(h,y){c="REPLACE";let x=G(w.location,h,y);s=f();let p=ie(x,s),E=w.createHref(x);l.replaceState(p,"",E),o&&u&&u({action:c,location:w.location,delta:0})}function v(h){return Fe(h)}let w={get action(){return c},get location(){return e(a,l)},listen(h){if(u)throw new Error("A history only accepts one active listener");return a.addEventListener(le,d),u=h,()=>{a.removeEventListener(le,d),u=null}},createHref(h){return t(a,h)},createURL:v,encodeLocation(h){let y=v(h);return{pathname:y.pathname,search:y.search,hash:y.hash}},push:m,replace:g,go(h){return l.go(h)}};return w}function Fe(e,t=!1){let n="http://localhost";typeof window<"u"&&(n=window.location.origin!=="null"?window.location.origin:window.location.href),R(n,"No window.location.(origin|href) available to create URL");let r=typeof e=="string"?e:B(e);return r=r.replace(/ $/,"%20"),!t&&r.startsWith("//")&&(r=n+r),new URL(r,n)}function fe(e,t,n="/"){return Ne(e,t,n,!1)}function Ne(e,t,n,r){let a=typeof t=="string"?I(t):t,o=$(a.pathname||"/",n);if(o==null)return null;let l=de(e);Ie(l);let c=null;for(let u=0;c==null&&u<l.length;++u){let s=je(o);c=He(l[u],s,r)}return c}function de(e,t=[],n=[],r="",a=!1){let o=(l,c,u=a,s)=>{let f={relativePath:s===void 0?l.path||"":s,caseSensitive:l.caseSensitive===!0,childrenIndex:c,route:l};if(f.relativePath.startsWith("/")){if(!f.relativePath.startsWith(r)&&u)return;R(f.relativePath.startsWith(r),`Absolute route path "${f.relativePath}" nested under path "${r}" is not valid. An absolute child route path must start with the combined path of all its parent routes.`),f.relativePath=f.relativePath.slice(r.length)}let d=k([r,f.relativePath]),m=n.concat(f);l.children&&l.children.length>0&&(R(l.index!==!0,`Index routes must not have child routes. Please remove all child routes from route path "${d}".`),de(l.children,t,m,d,u)),!(l.path==null&&!l.index)&&t.push({path:d,score:We(d,l.index),routesMeta:m})};return e.forEach((l,c)=>{var u;if(l.path===""||!((u=l.path)!=null&&u.includes("?")))o(l,c);else for(let s of he(l.path))o(l,c,!0,s)}),t}function he(e){let t=e.split("/");if(t.length===0)return[];let[n,...r]=t,a=n.endsWith("?"),o=n.replace(/\?$/,"");if(r.length===0)return a?[o,""]:[o];let l=he(r.join("/")),c=[];return c.push(...l.map(u=>u===""?o:[o,u].join("/"))),a&&c.push(...l),c.map(u=>e.startsWith("/")&&u===""?"/":u)}function Ie(e){e.sort((t,n)=>t.score!==n.score?n.score-t.score:Ue(t.routesMeta.map(r=>r.childrenIndex),n.routesMeta.map(r=>r.childrenIndex)))}var Te=/^:[\w-]+$/,De=3,Me=2,Oe=1,Be=10,Ae=-2,ue=e=>e==="*";function We(e,t){let n=e.split("/"),r=n.length;return n.some(ue)&&(r+=Ae),t&&(r+=Me),n.filter(a=>!ue(a)).reduce((a,o)=>a+(Te.test(o)?De:o===""?Oe:Be),r)}function Ue(e,t){return e.length===t.length&&e.slice(0,-1).every((r,a)=>r===t[a])?e[e.length-1]-t[t.length-1]:0}function He(e,t,n=!1){let{routesMeta:r}=e,a={},o="/",l=[];for(let c=0;c<r.length;++c){let u=r[c],s=c===r.length-1,f=o==="/"?t:t.slice(o.length)||"/",d=z({path:u.relativePath,caseSensitive:u.caseSensitive,end:s},f),m=u.route;if(!d&&s&&n&&!r[r.length-1].route.index&&(d=z({path:u.relativePath,caseSensitive:u.caseSensitive,end:!1},f)),!d)return null;Object.assign(a,d.params),l.push({params:a,pathname:k([o,d.pathname]),pathnameBase:Ke(k([o,d.pathnameBase])),route:m}),d.pathnameBase!=="/"&&(o=k([o,d.pathnameBase]))}return l}function z(e,t){typeof e=="string"&&(e={path:e,caseSensitive:!1,end:!0});let[n,r]=_e(e.path,e.caseSensitive,e.end),a=t.match(n);if(!a)return null;let o=a[0],l=o.replace(/(.)\/+$/,"$1"),c=a.slice(1);return{params:r.reduce((s,{paramName:f,isOptional:d},m)=>{if(f==="*"){let v=c[m]||"";l=o.slice(0,o.length-v.length).replace(/(.)\/+$/,"$1")}const g=c[m];return d&&!g?s[f]=void 0:s[f]=(g||"").replace(/%2F/g,"/"),s},{}),pathname:o,pathnameBase:l,pattern:e}}function _e(e,t=!1,n=!0){L(e==="*"||!e.endsWith("*")||e.endsWith("/*"),`Route path "${e}" will be treated as if it were "${e.replace(/\*$/,"/*")}" because the \`*\` character must always follow a \`/\` in the pattern. To get rid of this warning, please change the route path to "${e.replace(/\*$/,"/*")}".`);let r=[],a="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^${}|()[\]]/g,"\\$&").replace(/\/:([\w-]+)(\?)?/g,(l,c,u)=>(r.push({paramName:c,isOptional:u!=null}),u?"/?([^\\/]+)?":"/([^\\/]+)")).replace(/\/([\w-]+)\?(\/|$)/g,"(/$1)?$2");return e.endsWith("*")?(r.push({paramName:"*"}),a+=e==="*"||e==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):n?a+="\\/*$":e!==""&&e!=="/"&&(a+="(?:(?=\\/|$))"),[new RegExp(a,t?void 0:"i"),r]}function je(e){try{return e.split("/").map(t=>decodeURIComponent(t).replace(/\//g,"%2F")).join("/")}catch(t){return L(!1,`The URL path "${e}" could not be decoded because it is a malformed URL segment. This is probably due to a bad percent encoding (${t}).`),e}}function $(e,t){if(t==="/")return e;if(!e.toLowerCase().startsWith(t.toLowerCase()))return null;let n=t.endsWith("/")?t.length-1:t.length,r=e.charAt(n);return r&&r!=="/"?null:e.slice(n)||"/"}function Ve(e,t="/"){let{pathname:n,search:r="",hash:a=""}=typeof e=="string"?I(e):e;return{pathname:n?n.startsWith("/")?n:ze(n,t):t,search:Ye(r),hash:qe(a)}}function ze(e,t){let n=t.replace(/\/+$/,"").split("/");return e.split("/").forEach(a=>{a===".."?n.length>1&&n.pop():a!=="."&&n.push(a)}),n.length>1?n.join("/"):"/"}function Y(e,t,n,r){return`Cannot include a '${e}' character in a manually specified \`to.${t}\` field [${JSON.stringify(r)}]. Please separate it out to the \`to.${n}\` field. Alternatively you may provide the full path as a string in <Link to="..."> and the router will parse it for you.`}function Je(e){return e.filter((t,n)=>n===0||t.route.path&&t.route.path.length>0)}function Q(e){let t=Je(e);return t.map((n,r)=>r===t.length-1?n.pathname:n.pathnameBase)}function Z(e,t,n,r=!1){let a;typeof e=="string"?a=I(e):(a={...e},R(!a.pathname||!a.pathname.includes("?"),Y("?","pathname","search",a)),R(!a.pathname||!a.pathname.includes("#"),Y("#","pathname","hash",a)),R(!a.search||!a.search.includes("#"),Y("#","search","hash",a)));let o=e===""||a.pathname==="",l=o?"/":a.pathname,c;if(l==null)c=n;else{let d=t.length-1;if(!r&&l.startsWith("..")){let m=l.split("/");for(;m[0]==="..";)m.shift(),d-=1;a.pathname=m.join("/")}c=d>=0?t[d]:"/"}let u=Ve(a,c),s=l&&l!=="/"&&l.endsWith("/"),f=(o||l===".")&&n.endsWith("/");return!u.pathname.endsWith("/")&&(s||f)&&(u.pathname+="/"),u}var k=e=>e.join("/").replace(/\/\/+/g,"/"),Ke=e=>e.replace(/\/+$/,"").replace(/^\/*/,"/"),Ye=e=>!e||e==="?"?"":e.startsWith("?")?e:"?"+e,qe=e=>!e||e==="#"?"":e.startsWith("#")?e:"#"+e;function Ge(e){return e!=null&&typeof e.status=="number"&&typeof e.statusText=="string"&&typeof e.internal=="boolean"&&"data"in e}Object.getOwnPropertyNames(Object.prototype).sort().join("\0");var pe=["POST","PUT","PATCH","DELETE"];new Set(pe);var Xe=["GET",...pe];new Set(Xe);var T=i.createContext(null);T.displayName="DataRouter";var J=i.createContext(null);J.displayName="DataRouterState";i.createContext(!1);var me=i.createContext({isTransitioning:!1});me.displayName="ViewTransition";var Qe=i.createContext(new Map);Qe.displayName="Fetchers";var Ze=i.createContext(null);Ze.displayName="Await";var S=i.createContext(null);S.displayName="Navigation";var A=i.createContext(null);A.displayName="Location";var C=i.createContext({outlet:null,matches:[],isDataRoute:!1});C.displayName="Route";var ee=i.createContext(null);ee.displayName="RouteError";function et(e,{relative:t}={}){R(D(),"useHref() may be used only in the context of a <Router> component.");let{basename:n,navigator:r}=i.useContext(S),{hash:a,pathname:o,search:l}=W(e,{relative:t}),c=o;return n!=="/"&&(c=o==="/"?n:k([n,o])),r.createHref({pathname:c,search:l,hash:a})}function D(){return i.useContext(A)!=null}function F(){return R(D(),"useLocation() may be used only in the context of a <Router> component."),i.useContext(A).location}var ye="You should call navigate() in a React.useEffect(), not when your component is first rendered.";function ge(e){i.useContext(S).static||i.useLayoutEffect(e)}function ve(){let{isDataRoute:e}=i.useContext(C);return e?mt():tt()}function tt(){R(D(),"useNavigate() may be used only in the context of a <Router> component.");let e=i.useContext(T),{basename:t,navigator:n}=i.useContext(S),{matches:r}=i.useContext(C),{pathname:a}=F(),o=JSON.stringify(Q(r)),l=i.useRef(!1);return ge(()=>{l.current=!0}),i.useCallback((u,s={})=>{if(L(l.current,ye),!l.current)return;if(typeof u=="number"){n.go(u);return}let f=Z(u,JSON.parse(o),a,s.relative==="path");e==null&&t!=="/"&&(f.pathname=f.pathname==="/"?t:k([t,f.pathname])),(s.replace?n.replace:n.push)(f,s.state,s)},[t,n,o,a,e])}var nt=i.createContext(null);function rt(e){let t=i.useContext(C).outlet;return i.useMemo(()=>t&&i.createElement(nt.Provider,{value:e},t),[t,e])}function Xt(){let{matches:e}=i.useContext(C),t=e[e.length-1];return t?t.params:{}}function W(e,{relative:t}={}){let{matches:n}=i.useContext(C),{pathname:r}=F(),a=JSON.stringify(Q(n));return i.useMemo(()=>Z(e,JSON.parse(a),r,t==="path"),[e,a,r,t])}function at(e,t){return we(e,t)}function we(e,t,n,r,a){var x;R(D(),"useRoutes() may be used only in the context of a <Router> component.");let{navigator:o}=i.useContext(S),{matches:l}=i.useContext(C),c=l[l.length-1],u=c?c.params:{},s=c?c.pathname:"/",f=c?c.pathnameBase:"/",d=c&&c.route;{let p=d&&d.path||"";xe(s,!d||p.endsWith("*")||p.endsWith("*?"),`You rendered descendant <Routes> (or called \`useRoutes()\`) at "${s}" (under <Route path="${p}">) but the parent route path has no trailing "*". This means if you navigate deeper, the parent won't match anymore and therefore the child routes will never render. + +Please change the parent <Route path="${p}"> to <Route path="${p==="/"?"*":`${p}/*`}">.`)}let m=F(),g;if(t){let p=typeof t=="string"?I(t):t;R(f==="/"||((x=p.pathname)==null?void 0:x.startsWith(f)),`When overriding the location using \`<Routes location>\` or \`useRoutes(routes, location)\`, the location pathname must begin with the portion of the URL pathname that was matched by all parent routes. The current pathname base is "${f}" but pathname "${p.pathname}" was given in the \`location\` prop.`),g=p}else g=m;let v=g.pathname||"/",w=v;if(f!=="/"){let p=f.replace(/^\//,"").split("/");w="/"+v.replace(/^\//,"").split("/").slice(p.length).join("/")}let h=fe(e,{pathname:w});L(d||h!=null,`No routes matched location "${g.pathname}${g.search}${g.hash}" `),L(h==null||h[h.length-1].route.element!==void 0||h[h.length-1].route.Component!==void 0||h[h.length-1].route.lazy!==void 0,`Matched leaf route at location "${g.pathname}${g.search}${g.hash}" does not have an element or Component. This means it will render an <Outlet /> with a null value by default resulting in an "empty" page.`);let y=st(h&&h.map(p=>Object.assign({},p,{params:Object.assign({},u,p.params),pathname:k([f,o.encodeLocation?o.encodeLocation(p.pathname.replace(/\?/g,"%3F").replace(/#/g,"%23")).pathname:p.pathname]),pathnameBase:p.pathnameBase==="/"?f:k([f,o.encodeLocation?o.encodeLocation(p.pathnameBase.replace(/\?/g,"%3F").replace(/#/g,"%23")).pathname:p.pathnameBase])})),l,n,r,a);return t&&y?i.createElement(A.Provider,{value:{location:{pathname:"/",search:"",hash:"",state:null,key:"default",...g},navigationType:"POP"}},y):y}function ot(){let e=pt(),t=Ge(e)?`${e.status} ${e.statusText}`:e instanceof Error?e.message:JSON.stringify(e),n=e instanceof Error?e.stack:null,r="rgba(200,200,200, 0.5)",a={padding:"0.5rem",backgroundColor:r},o={padding:"2px 4px",backgroundColor:r},l=null;return console.error("Error handled by React Router default ErrorBoundary:",e),l=i.createElement(i.Fragment,null,i.createElement("p",null,"💿 Hey developer 👋"),i.createElement("p",null,"You can provide a way better UX than this when your app throws errors by providing your own ",i.createElement("code",{style:o},"ErrorBoundary")," or"," ",i.createElement("code",{style:o},"errorElement")," prop on your route.")),i.createElement(i.Fragment,null,i.createElement("h2",null,"Unexpected Application Error!"),i.createElement("h3",{style:{fontStyle:"italic"}},t),n?i.createElement("pre",{style:a},n):null,l)}var lt=i.createElement(ot,null),it=class extends i.Component{constructor(e){super(e),this.state={location:e.location,revalidation:e.revalidation,error:e.error}}static getDerivedStateFromError(e){return{error:e}}static getDerivedStateFromProps(e,t){return t.location!==e.location||t.revalidation!=="idle"&&e.revalidation==="idle"?{error:e.error,location:e.location,revalidation:e.revalidation}:{error:e.error!==void 0?e.error:t.error,location:t.location,revalidation:e.revalidation||t.revalidation}}componentDidCatch(e,t){this.props.unstable_onError?this.props.unstable_onError(e,t):console.error("React Router caught the following error during render",e)}render(){return this.state.error!==void 0?i.createElement(C.Provider,{value:this.props.routeContext},i.createElement(ee.Provider,{value:this.state.error,children:this.props.component})):this.props.children}};function ut({routeContext:e,match:t,children:n}){let r=i.useContext(T);return r&&r.static&&r.staticContext&&(t.route.errorElement||t.route.ErrorBoundary)&&(r.staticContext._deepestRenderedBoundaryId=t.route.id),i.createElement(C.Provider,{value:e},n)}function st(e,t=[],n=null,r=null,a=null){if(e==null){if(!n)return null;if(n.errors)e=n.matches;else if(t.length===0&&!n.initialized&&n.matches.length>0)e=n.matches;else return null}let o=e,l=n==null?void 0:n.errors;if(l!=null){let s=o.findIndex(f=>f.route.id&&(l==null?void 0:l[f.route.id])!==void 0);R(s>=0,`Could not find a matching route for errors on route IDs: ${Object.keys(l).join(",")}`),o=o.slice(0,Math.min(o.length,s+1))}let c=!1,u=-1;if(n)for(let s=0;s<o.length;s++){let f=o[s];if((f.route.HydrateFallback||f.route.hydrateFallbackElement)&&(u=s),f.route.id){let{loaderData:d,errors:m}=n,g=f.route.loader&&!d.hasOwnProperty(f.route.id)&&(!m||m[f.route.id]===void 0);if(f.route.lazy||g){c=!0,u>=0?o=o.slice(0,u+1):o=[o[0]];break}}}return o.reduceRight((s,f,d)=>{let m,g=!1,v=null,w=null;n&&(m=l&&f.route.id?l[f.route.id]:void 0,v=f.route.errorElement||lt,c&&(u<0&&d===0?(xe("route-fallback",!1,"No `HydrateFallback` element provided to render during initial hydration"),g=!0,w=null):u===d&&(g=!0,w=f.route.hydrateFallbackElement||null)));let h=t.concat(o.slice(0,d+1)),y=()=>{let x;return m?x=v:g?x=w:f.route.Component?x=i.createElement(f.route.Component,null):f.route.element?x=f.route.element:x=s,i.createElement(ut,{match:f,routeContext:{outlet:s,matches:h,isDataRoute:n!=null},children:x})};return n&&(f.route.ErrorBoundary||f.route.errorElement||d===0)?i.createElement(it,{location:n.location,revalidation:n.revalidation,component:v,error:m,children:y(),routeContext:{outlet:null,matches:h,isDataRoute:!0},unstable_onError:r}):y()},null)}function te(e){return`${e} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`}function ct(e){let t=i.useContext(T);return R(t,te(e)),t}function ft(e){let t=i.useContext(J);return R(t,te(e)),t}function dt(e){let t=i.useContext(C);return R(t,te(e)),t}function ne(e){let t=dt(e),n=t.matches[t.matches.length-1];return R(n.route.id,`${e} can only be used on routes that contain a unique "id"`),n.route.id}function ht(){return ne("useRouteId")}function pt(){var r;let e=i.useContext(ee),t=ft("useRouteError"),n=ne("useRouteError");return e!==void 0?e:(r=t.errors)==null?void 0:r[n]}function mt(){let{router:e}=ct("useNavigate"),t=ne("useNavigate"),n=i.useRef(!1);return ge(()=>{n.current=!0}),i.useCallback(async(a,o={})=>{L(n.current,ye),n.current&&(typeof a=="number"?e.navigate(a):await e.navigate(a,{fromRouteId:t,...o}))},[e,t])}var se={};function xe(e,t,n){!t&&!se[e]&&(se[e]=!0,L(!1,n))}i.memo(yt);function yt({routes:e,future:t,state:n,unstable_onError:r}){return we(e,void 0,n,r,t)}function Qt({to:e,replace:t,state:n,relative:r}){R(D(),"<Navigate> may be used only in the context of a <Router> component.");let{static:a}=i.useContext(S);L(!a,"<Navigate> must not be used on the initial render in a <StaticRouter>. This is a no-op, but you should modify your code so the <Navigate> is only ever rendered in response to some user interaction or state change.");let{matches:o}=i.useContext(C),{pathname:l}=F(),c=ve(),u=Z(e,Q(o),l,r==="path"),s=JSON.stringify(u);return i.useEffect(()=>{c(JSON.parse(s),{replace:t,state:n,relative:r})},[c,s,r,t,n]),null}function Zt(e){return rt(e.context)}function gt(e){R(!1,"A <Route> is only ever to be used as the child of <Routes> element, never rendered directly. Please wrap your <Route> in a <Routes>.")}function vt({basename:e="/",children:t=null,location:n,navigationType:r="POP",navigator:a,static:o=!1}){R(!D(),"You cannot render a <Router> inside another <Router>. You should never have more than one in your app.");let l=e.replace(/^\/*/,"/"),c=i.useMemo(()=>({basename:l,navigator:a,static:o,future:{}}),[l,a,o]);typeof n=="string"&&(n=I(n));let{pathname:u="/",search:s="",hash:f="",state:d=null,key:m="default"}=n,g=i.useMemo(()=>{let v=$(u,l);return v==null?null:{location:{pathname:v,search:s,hash:f,state:d,key:m},navigationType:r}},[l,u,s,f,d,m,r]);return L(g!=null,`<Router basename="${l}"> is not able to match the URL "${u}${s}${f}" because it does not start with the basename, so the <Router> won't render anything.`),g==null?null:i.createElement(S.Provider,{value:c},i.createElement(A.Provider,{children:t,value:g}))}function en({children:e,location:t}){return at(X(e),t)}function X(e,t=[]){let n=[];return i.Children.forEach(e,(r,a)=>{if(!i.isValidElement(r))return;let o=[...t,a];if(r.type===i.Fragment){n.push.apply(n,X(r.props.children,o));return}R(r.type===gt,`[${typeof r.type=="string"?r.type:r.type.name}] is not a <Route> component. All component children of <Routes> must be a <Route> or <React.Fragment>`),R(!r.props.index||!r.props.children,"An index route cannot have child routes.");let l={id:r.props.id||o.join("-"),caseSensitive:r.props.caseSensitive,element:r.props.element,Component:r.props.Component,index:r.props.index,path:r.props.path,middleware:r.props.middleware,loader:r.props.loader,action:r.props.action,hydrateFallbackElement:r.props.hydrateFallbackElement,HydrateFallback:r.props.HydrateFallback,errorElement:r.props.errorElement,ErrorBoundary:r.props.ErrorBoundary,hasErrorBoundary:r.props.hasErrorBoundary===!0||r.props.ErrorBoundary!=null||r.props.errorElement!=null,shouldRevalidate:r.props.shouldRevalidate,handle:r.props.handle,lazy:r.props.lazy};r.props.children&&(l.children=X(r.props.children,o)),n.push(l)}),n}var j="get",V="application/x-www-form-urlencoded";function K(e){return e!=null&&typeof e.tagName=="string"}function wt(e){return K(e)&&e.tagName.toLowerCase()==="button"}function xt(e){return K(e)&&e.tagName.toLowerCase()==="form"}function Rt(e){return K(e)&&e.tagName.toLowerCase()==="input"}function Et(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}function Ct(e,t){return e.button===0&&(!t||t==="_self")&&!Et(e)}var _=null;function bt(){if(_===null)try{new FormData(document.createElement("form"),0),_=!1}catch{_=!0}return _}var Pt=new Set(["application/x-www-form-urlencoded","multipart/form-data","text/plain"]);function q(e){return e!=null&&!Pt.has(e)?(L(!1,`"${e}" is not a valid \`encType\` for \`<Form>\`/\`<fetcher.Form>\` and will default to "${V}"`),null):e}function Lt(e,t){let n,r,a,o,l;if(xt(e)){let c=e.getAttribute("action");r=c?$(c,t):null,n=e.getAttribute("method")||j,a=q(e.getAttribute("enctype"))||V,o=new FormData(e)}else if(wt(e)||Rt(e)&&(e.type==="submit"||e.type==="image")){let c=e.form;if(c==null)throw new Error('Cannot submit a <button> or <input type="submit"> without a <form>');let u=e.getAttribute("formaction")||c.getAttribute("action");if(r=u?$(u,t):null,n=e.getAttribute("formmethod")||c.getAttribute("method")||j,a=q(e.getAttribute("formenctype"))||q(c.getAttribute("enctype"))||V,o=new FormData(c,e),!bt()){let{name:s,type:f,value:d}=e;if(f==="image"){let m=s?`${s}.`:"";o.append(`${m}x`,"0"),o.append(`${m}y`,"0")}else s&&o.append(s,d)}}else{if(K(e))throw new Error('Cannot submit element that is not <form>, <button>, or <input type="submit|image">');n=j,r=null,a=V,l=e}return o&&a==="text/plain"&&(l=o,o=void 0),{action:r,method:n.toLowerCase(),encType:a,formData:o,body:l}}Object.getOwnPropertyNames(Object.prototype).sort().join("\0");function re(e,t){if(e===!1||e===null||typeof e>"u")throw new Error(t)}function St(e,t,n){let r=typeof e=="string"?new URL(e,typeof window>"u"?"server://singlefetch/":window.location.origin):e;return r.pathname==="/"?r.pathname=`_root.${n}`:t&&$(r.pathname,t)==="/"?r.pathname=`${t.replace(/\/$/,"")}/_root.${n}`:r.pathname=`${r.pathname.replace(/\/$/,"")}.${n}`,r}async function kt(e,t){if(e.id in t)return t[e.id];try{let n=await import(e.module);return t[e.id]=n,n}catch(n){return console.error(`Error loading route module \`${e.module}\`, reloading page...`),console.error(n),window.__reactRouterContext&&window.__reactRouterContext.isSpaMode,window.location.reload(),new Promise(()=>{})}}function $t(e){return e==null?!1:e.href==null?e.rel==="preload"&&typeof e.imageSrcSet=="string"&&typeof e.imageSizes=="string":typeof e.rel=="string"&&typeof e.href=="string"}async function Ft(e,t,n){let r=await Promise.all(e.map(async a=>{let o=t.routes[a.route.id];if(o){let l=await kt(o,n);return l.links?l.links():[]}return[]}));return Dt(r.flat(1).filter($t).filter(a=>a.rel==="stylesheet"||a.rel==="preload").map(a=>a.rel==="stylesheet"?{...a,rel:"prefetch",as:"style"}:{...a,rel:"prefetch"}))}function ce(e,t,n,r,a,o){let l=(u,s)=>n[s]?u.route.id!==n[s].route.id:!0,c=(u,s)=>{var f;return n[s].pathname!==u.pathname||((f=n[s].route.path)==null?void 0:f.endsWith("*"))&&n[s].params["*"]!==u.params["*"]};return o==="assets"?t.filter((u,s)=>l(u,s)||c(u,s)):o==="data"?t.filter((u,s)=>{var d;let f=r.routes[u.route.id];if(!f||!f.hasLoader)return!1;if(l(u,s)||c(u,s))return!0;if(u.route.shouldRevalidate){let m=u.route.shouldRevalidate({currentUrl:new URL(a.pathname+a.search+a.hash,window.origin),currentParams:((d=n[0])==null?void 0:d.params)||{},nextUrl:new URL(e,window.origin),nextParams:u.params,defaultShouldRevalidate:!0});if(typeof m=="boolean")return m}return!0}):[]}function Nt(e,t,{includeHydrateFallback:n}={}){return It(e.map(r=>{let a=t.routes[r.route.id];if(!a)return[];let o=[a.module];return a.clientActionModule&&(o=o.concat(a.clientActionModule)),a.clientLoaderModule&&(o=o.concat(a.clientLoaderModule)),n&&a.hydrateFallbackModule&&(o=o.concat(a.hydrateFallbackModule)),a.imports&&(o=o.concat(a.imports)),o}).flat(1))}function It(e){return[...new Set(e)]}function Tt(e){let t={},n=Object.keys(e).sort();for(let r of n)t[r]=e[r];return t}function Dt(e,t){let n=new Set;return new Set(t),e.reduce((r,a)=>{let o=JSON.stringify(Tt(a));return n.has(o)||(n.add(o),r.push({key:o,link:a})),r},[])}function Re(){let e=i.useContext(T);return re(e,"You must render this element inside a <DataRouterContext.Provider> element"),e}function Mt(){let e=i.useContext(J);return re(e,"You must render this element inside a <DataRouterStateContext.Provider> element"),e}var ae=i.createContext(void 0);ae.displayName="FrameworkContext";function Ee(){let e=i.useContext(ae);return re(e,"You must render this element inside a <HydratedRouter> element"),e}function Ot(e,t){let n=i.useContext(ae),[r,a]=i.useState(!1),[o,l]=i.useState(!1),{onFocus:c,onBlur:u,onMouseEnter:s,onMouseLeave:f,onTouchStart:d}=t,m=i.useRef(null);i.useEffect(()=>{if(e==="render"&&l(!0),e==="viewport"){let w=y=>{y.forEach(x=>{l(x.isIntersecting)})},h=new IntersectionObserver(w,{threshold:.5});return m.current&&h.observe(m.current),()=>{h.disconnect()}}},[e]),i.useEffect(()=>{if(r){let w=setTimeout(()=>{l(!0)},100);return()=>{clearTimeout(w)}}},[r]);let g=()=>{a(!0)},v=()=>{a(!1),l(!1)};return n?e!=="intent"?[o,m,{}]:[o,m,{onFocus:O(c,g),onBlur:O(u,v),onMouseEnter:O(s,g),onMouseLeave:O(f,v),onTouchStart:O(d,g)}]:[!1,m,{}]}function O(e,t){return n=>{e&&e(n),n.defaultPrevented||t(n)}}function Bt({page:e,...t}){let{router:n}=Re(),r=i.useMemo(()=>fe(n.routes,e,n.basename),[n.routes,e,n.basename]);return r?i.createElement(Wt,{page:e,matches:r,...t}):null}function At(e){let{manifest:t,routeModules:n}=Ee(),[r,a]=i.useState([]);return i.useEffect(()=>{let o=!1;return Ft(e,t,n).then(l=>{o||a(l)}),()=>{o=!0}},[e,t,n]),r}function Wt({page:e,matches:t,...n}){let r=F(),{manifest:a,routeModules:o}=Ee(),{basename:l}=Re(),{loaderData:c,matches:u}=Mt(),s=i.useMemo(()=>ce(e,t,u,a,r,"data"),[e,t,u,a,r]),f=i.useMemo(()=>ce(e,t,u,a,r,"assets"),[e,t,u,a,r]),d=i.useMemo(()=>{if(e===r.pathname+r.search+r.hash)return[];let v=new Set,w=!1;if(t.forEach(y=>{var p;let x=a.routes[y.route.id];!x||!x.hasLoader||(!s.some(E=>E.route.id===y.route.id)&&y.route.id in c&&((p=o[y.route.id])!=null&&p.shouldRevalidate)||x.hasClientLoader?w=!0:v.add(y.route.id))}),v.size===0)return[];let h=St(e,l,"data");return w&&v.size>0&&h.searchParams.set("_routes",t.filter(y=>v.has(y.route.id)).map(y=>y.route.id).join(",")),[h.pathname+h.search]},[l,c,r,a,s,t,e,o]),m=i.useMemo(()=>Nt(f,a),[f,a]),g=At(f);return i.createElement(i.Fragment,null,d.map(v=>i.createElement("link",{key:v,rel:"prefetch",as:"fetch",href:v,...n})),m.map(v=>i.createElement("link",{key:v,rel:"modulepreload",href:v,...n})),g.map(({key:v,link:w})=>i.createElement("link",{key:v,nonce:n.nonce,...w})))}function Ut(...e){return t=>{e.forEach(n=>{typeof n=="function"?n(t):n!=null&&(n.current=t)})}}var Ce=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u";try{Ce&&(window.__reactRouterVersion="7.9.5")}catch{}function tn({basename:e,children:t,window:n}){let r=i.useRef();r.current==null&&(r.current=Se({window:n,v5Compat:!0}));let a=r.current,[o,l]=i.useState({action:a.action,location:a.location}),c=i.useCallback(u=>{i.startTransition(()=>l(u))},[l]);return i.useLayoutEffect(()=>a.listen(c),[a,c]),i.createElement(vt,{basename:e,children:t,location:o.location,navigationType:o.action,navigator:a})}var be=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,Pe=i.forwardRef(function({onClick:t,discover:n="render",prefetch:r="none",relative:a,reloadDocument:o,replace:l,state:c,target:u,to:s,preventScrollReset:f,viewTransition:d,...m},g){let{basename:v}=i.useContext(S),w=typeof s=="string"&&be.test(s),h,y=!1;if(typeof s=="string"&&w&&(h=s,Ce))try{let P=new URL(window.location.href),N=s.startsWith("//")?new URL(P.protocol+s):new URL(s),oe=$(N.pathname,v);N.origin===P.origin&&oe!=null?s=oe+N.search+N.hash:y=!0}catch{L(!1,`<Link to="${s}"> contains an invalid URL which will probably break when clicked - please update to a valid URL path.`)}let x=et(s,{relative:a}),[p,E,b]=Ot(r,m),U=Vt(s,{replace:l,state:c,target:u,preventScrollReset:f,relative:a,viewTransition:d});function M(P){t&&t(P),P.defaultPrevented||U(P)}let H=i.createElement("a",{...m,...b,href:h||x,onClick:y||o?t:M,ref:Ut(g,E),target:u,"data-discover":!w&&n==="render"?"true":void 0});return p&&!w?i.createElement(i.Fragment,null,H,i.createElement(Bt,{page:x})):H});Pe.displayName="Link";var Ht=i.forwardRef(function({"aria-current":t="page",caseSensitive:n=!1,className:r="",end:a=!1,style:o,to:l,viewTransition:c,children:u,...s},f){let d=W(l,{relative:s.relative}),m=F(),g=i.useContext(J),{navigator:v,basename:w}=i.useContext(S),h=g!=null&&qt(d)&&c===!0,y=v.encodeLocation?v.encodeLocation(d).pathname:d.pathname,x=m.pathname,p=g&&g.navigation&&g.navigation.location?g.navigation.location.pathname:null;n||(x=x.toLowerCase(),p=p?p.toLowerCase():null,y=y.toLowerCase()),p&&w&&(p=$(p,w)||p);const E=y!=="/"&&y.endsWith("/")?y.length-1:y.length;let b=x===y||!a&&x.startsWith(y)&&x.charAt(E)==="/",U=p!=null&&(p===y||!a&&p.startsWith(y)&&p.charAt(y.length)==="/"),M={isActive:b,isPending:U,isTransitioning:h},H=b?t:void 0,P;typeof r=="function"?P=r(M):P=[r,b?"active":null,U?"pending":null,h?"transitioning":null].filter(Boolean).join(" ");let N=typeof o=="function"?o(M):o;return i.createElement(Pe,{...s,"aria-current":H,className:P,ref:f,style:N,to:l,viewTransition:c},typeof u=="function"?u(M):u)});Ht.displayName="NavLink";var _t=i.forwardRef(({discover:e="render",fetcherKey:t,navigate:n,reloadDocument:r,replace:a,state:o,method:l=j,action:c,onSubmit:u,relative:s,preventScrollReset:f,viewTransition:d,...m},g)=>{let v=Kt(),w=Yt(c,{relative:s}),h=l.toLowerCase()==="get"?"get":"post",y=typeof c=="string"&&be.test(c),x=p=>{if(u&&u(p),p.defaultPrevented)return;p.preventDefault();let E=p.nativeEvent.submitter,b=(E==null?void 0:E.getAttribute("formmethod"))||l;v(E||p.currentTarget,{fetcherKey:t,method:b,navigate:n,replace:a,state:o,relative:s,preventScrollReset:f,viewTransition:d})};return i.createElement("form",{ref:g,method:h,action:w,onSubmit:r?u:x,...m,"data-discover":!y&&e==="render"?"true":void 0})});_t.displayName="Form";function jt(e){return`${e} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`}function Le(e){let t=i.useContext(T);return R(t,jt(e)),t}function Vt(e,{target:t,replace:n,state:r,preventScrollReset:a,relative:o,viewTransition:l}={}){let c=ve(),u=F(),s=W(e,{relative:o});return i.useCallback(f=>{if(Ct(f,t)){f.preventDefault();let d=n!==void 0?n:B(u)===B(s);c(e,{replace:d,state:r,preventScrollReset:a,relative:o,viewTransition:l})}},[u,c,s,n,r,t,e,a,o,l])}var zt=0,Jt=()=>`__${String(++zt)}__`;function Kt(){let{router:e}=Le("useSubmit"),{basename:t}=i.useContext(S),n=ht();return i.useCallback(async(r,a={})=>{let{action:o,method:l,encType:c,formData:u,body:s}=Lt(r,t);if(a.navigate===!1){let f=a.fetcherKey||Jt();await e.fetch(f,n,a.action||o,{preventScrollReset:a.preventScrollReset,formData:u,body:s,formMethod:a.method||l,formEncType:a.encType||c,flushSync:a.flushSync})}else await e.navigate(a.action||o,{preventScrollReset:a.preventScrollReset,formData:u,body:s,formMethod:a.method||l,formEncType:a.encType||c,replace:a.replace,state:a.state,fromRouteId:n,flushSync:a.flushSync,viewTransition:a.viewTransition})},[e,t,n])}function Yt(e,{relative:t}={}){let{basename:n}=i.useContext(S),r=i.useContext(C);R(r,"useFormAction must be used inside a RouteContext");let[a]=r.matches.slice(-1),o={...W(e||".",{relative:t})},l=F();if(e==null){o.search=l.search;let c=new URLSearchParams(o.search),u=c.getAll("index");if(u.some(f=>f==="")){c.delete("index"),u.filter(d=>d).forEach(d=>c.append("index",d));let f=c.toString();o.search=f?`?${f}`:""}}return(!e||e===".")&&a.route.index&&(o.search=o.search?o.search.replace(/^\?/,"?index&"):"?index"),n!=="/"&&(o.pathname=o.pathname==="/"?n:k([n,o.pathname])),B(o)}function qt(e,{relative:t}={}){let n=i.useContext(me);R(n!=null,"`useViewTransitionState` must be used within `react-router-dom`'s `RouterProvider`. Did you accidentally import `RouterProvider` from `react-router`?");let{basename:r}=Le("useViewTransitionState"),a=W(e,{relative:t});if(!n.isTransitioning)return!1;let o=$(n.currentLocation.pathname,r)||n.currentLocation.pathname,l=$(n.nextLocation.pathname,r)||n.nextLocation.pathname;return z(a.pathname,l)!=null||z(a.pathname,o)!=null}export{tn as B,Pe as L,Qt as N,Zt as O,en as R,gt as a,ve as b,Xt as c,F as u}; diff --git a/frontend/dist/assets/js/vendor-state-CYwAWrAU.js b/frontend/dist/assets/js/vendor-state-C9hO8g1p.js similarity index 90% rename from frontend/dist/assets/js/vendor-state-CYwAWrAU.js rename to frontend/dist/assets/js/vendor-state-C9hO8g1p.js index 4f3703a0..cd32b4c1 100644 --- a/frontend/dist/assets/js/vendor-state-CYwAWrAU.js +++ b/frontend/dist/assets/js/vendor-state-C9hO8g1p.js @@ -1 +1 @@ -import{R as b}from"./vendor-react-core-DjsjKnCi.js";const H=t=>{let s;const e=new Set,o=(i,h)=>{const v=typeof i=="function"?i(s):i;if(!Object.is(v,s)){const g=s;s=h??(typeof v!="object"||v===null)?v:Object.assign({},s,v),e.forEach(m=>m(s,g))}},a=()=>s,u={setState:o,getState:a,getInitialState:()=>d,subscribe:i=>(e.add(i),()=>e.delete(i))},d=s=t(o,a,u);return u},j=t=>t?H(t):H,k=t=>t;function w(t,s=k){const e=b.useSyncExternalStore(t.subscribe,b.useCallback(()=>s(t.getState()),[t,s]),b.useCallback(()=>s(t.getInitialState()),[t,s]));return b.useDebugValue(e),e}const O=t=>{const s=j(t),e=o=>w(s,o);return Object.assign(e,s),e},F=t=>t?O(t):O;function E(t,s){let e;try{e=t()}catch{return}return{getItem:a=>{var r;const f=d=>d===null?null:JSON.parse(d,void 0),u=(r=e.getItem(a))!=null?r:null;return u instanceof Promise?u.then(f):f(u)},setItem:(a,r)=>e.setItem(a,JSON.stringify(r,void 0)),removeItem:a=>e.removeItem(a)}}const p=t=>s=>{try{const e=t(s);return e instanceof Promise?e:{then(o){return p(o)(e)},catch(o){return this}}}catch(e){return{then(o){return this},catch(o){return p(o)(e)}}}},x=(t,s)=>(e,o,a)=>{let r={storage:E(()=>localStorage),partialize:n=>n,version:0,merge:(n,S)=>({...S,...n}),...s},f=!1;const u=new Set,d=new Set;let i=r.storage;if(!i)return t((...n)=>{console.warn(`[zustand persist middleware] Unable to update item '${r.name}', the given storage is currently unavailable.`),e(...n)},o,a);const h=()=>{const n=r.partialize({...o()});return i.setItem(r.name,{state:n,version:r.version})},v=a.setState;a.setState=(n,S)=>(v(n,S),h());const g=t((...n)=>(e(...n),h()),o,a);a.getInitialState=()=>g;let m;const _=()=>{var n,S;if(!i)return;f=!1,u.forEach(c=>{var l;return c((l=o())!=null?l:g)});const y=((S=r.onRehydrateStorage)==null?void 0:S.call(r,(n=o())!=null?n:g))||void 0;return p(i.getItem.bind(i))(r.name).then(c=>{if(c)if(typeof c.version=="number"&&c.version!==r.version){if(r.migrate){const l=r.migrate(c.state,c.version);return l instanceof Promise?l.then(I=>[!0,I]):[!0,l]}console.error("State loaded from storage couldn't be migrated since no migrate function was provided")}else return[!1,c.state];return[!1,void 0]}).then(c=>{var l;const[I,R]=c;if(m=r.merge(R,(l=o())!=null?l:g),e(m,!0),I)return h()}).then(()=>{y==null||y(m,void 0),m=o(),f=!0,d.forEach(c=>c(m))}).catch(c=>{y==null||y(void 0,c)})};return a.persist={setOptions:n=>{r={...r,...n},n.storage&&(i=n.storage)},clearStorage:()=>{i==null||i.removeItem(r.name)},getOptions:()=>r,rehydrate:()=>_(),hasHydrated:()=>f,onHydrate:n=>(u.add(n),()=>{u.delete(n)}),onFinishHydration:n=>(d.add(n),()=>{d.delete(n)})},r.skipHydration||_(),m||g},J=x;export{F as c,J as p}; +import{a as b}from"./vendor-react-core-DRQGgXXF.js";const H=t=>{let s;const e=new Set,o=(i,h)=>{const v=typeof i=="function"?i(s):i;if(!Object.is(v,s)){const g=s;s=h??(typeof v!="object"||v===null)?v:Object.assign({},s,v),e.forEach(m=>m(s,g))}},a=()=>s,u={setState:o,getState:a,getInitialState:()=>d,subscribe:i=>(e.add(i),()=>e.delete(i))},d=s=t(o,a,u);return u},R=t=>t?H(t):H,k=t=>t;function w(t,s=k){const e=b.useSyncExternalStore(t.subscribe,b.useCallback(()=>s(t.getState()),[t,s]),b.useCallback(()=>s(t.getInitialState()),[t,s]));return b.useDebugValue(e),e}const O=t=>{const s=R(t),e=o=>w(s,o);return Object.assign(e,s),e},F=t=>t?O(t):O;function E(t,s){let e;try{e=t()}catch{return}return{getItem:a=>{var r;const f=d=>d===null?null:JSON.parse(d,void 0),u=(r=e.getItem(a))!=null?r:null;return u instanceof Promise?u.then(f):f(u)},setItem:(a,r)=>e.setItem(a,JSON.stringify(r,void 0)),removeItem:a=>e.removeItem(a)}}const p=t=>s=>{try{const e=t(s);return e instanceof Promise?e:{then(o){return p(o)(e)},catch(o){return this}}}catch(e){return{then(o){return this},catch(o){return p(o)(e)}}}},x=(t,s)=>(e,o,a)=>{let r={storage:E(()=>localStorage),partialize:n=>n,version:0,merge:(n,S)=>({...S,...n}),...s},f=!1;const u=new Set,d=new Set;let i=r.storage;if(!i)return t((...n)=>{console.warn(`[zustand persist middleware] Unable to update item '${r.name}', the given storage is currently unavailable.`),e(...n)},o,a);const h=()=>{const n=r.partialize({...o()});return i.setItem(r.name,{state:n,version:r.version})},v=a.setState;a.setState=(n,S)=>(v(n,S),h());const g=t((...n)=>(e(...n),h()),o,a);a.getInitialState=()=>g;let m;const _=()=>{var n,S;if(!i)return;f=!1,u.forEach(c=>{var l;return c((l=o())!=null?l:g)});const y=((S=r.onRehydrateStorage)==null?void 0:S.call(r,(n=o())!=null?n:g))||void 0;return p(i.getItem.bind(i))(r.name).then(c=>{if(c)if(typeof c.version=="number"&&c.version!==r.version){if(r.migrate){const l=r.migrate(c.state,c.version);return l instanceof Promise?l.then(I=>[!0,I]):[!0,l]}console.error("State loaded from storage couldn't be migrated since no migrate function was provided")}else return[!1,c.state];return[!1,void 0]}).then(c=>{var l;const[I,j]=c;if(m=r.merge(j,(l=o())!=null?l:g),e(m,!0),I)return h()}).then(()=>{y==null||y(m,void 0),m=o(),f=!0,d.forEach(c=>c(m))}).catch(c=>{y==null||y(void 0,c)})};return a.persist={setOptions:n=>{r={...r,...n},n.storage&&(i=n.storage)},clearStorage:()=>{i==null||i.removeItem(r.name)},getOptions:()=>r,rehydrate:()=>_(),hasHydrated:()=>f,onHydrate:n=>(u.add(n),()=>{u.delete(n)}),onFinishHydration:n=>(d.add(n),()=>{d.delete(n)})},r.skipHydration||_(),m||g},J=x;export{F as c,J as p}; diff --git a/frontend/dist/index.html b/frontend/dist/index.html index 81cafbfd..50ce9e6f 100644 --- a/frontend/dist/index.html +++ b/frontend/dist/index.html @@ -4,27 +4,32 @@ <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="/favicon.png" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <script type="module" crossorigin src="/assets/js/index-BGcO3ahy.js"></script> - <link rel="modulepreload" crossorigin href="/assets/js/vendor-other-CdRIx1s3.js"> - <link rel="modulepreload" crossorigin href="/assets/js/vendor-react-core-DjsjKnCi.js"> - <link rel="modulepreload" crossorigin href="/assets/js/vendor-helmet-MZDArkdS.js"> - <link rel="modulepreload" crossorigin href="/assets/js/page-analytics.tsx-1KCk8AGD.js"> - <link rel="modulepreload" crossorigin href="/assets/js/vendor-state-CYwAWrAU.js"> - <link rel="modulepreload" crossorigin href="/assets/js/page-dashboard-DxYTR5eF.js"> - <link rel="modulepreload" crossorigin href="/assets/js/vendor-react-router-BJY_70Cr.js"> - <link rel="modulepreload" crossorigin href="/assets/js/page-authpages-CY7hjDHU.js"> - <link rel="modulepreload" crossorigin href="/assets/js/page-components.tsx-DYfg5dka.js"> - <link rel="modulepreload" crossorigin href="/assets/js/page-clusters.config.tsx-9GAd-_h-.js"> - <link rel="modulepreload" crossorigin href="/assets/js/page-reference-aC0iABvU.js"> - <link rel="modulepreload" crossorigin href="/assets/js/page-keywords.config.tsx-CxJn1kF1.js"> - <link rel="modulepreload" crossorigin href="/assets/js/page-ideas.config.tsx-Cr6kWRFa.js"> - <link rel="modulepreload" crossorigin href="/assets/js/page-delete-modal.config.ts-B7nUJ-QI.js"> - <link rel="modulepreload" crossorigin href="/assets/js/page-bulk-action-modal.config.ts-D-0XtKwF.js"> - <link rel="modulepreload" crossorigin href="/assets/js/page-table-actions.config.tsx-BSR5Zo7l.js"> - <link rel="modulepreload" crossorigin href="/assets/js/pages-planner-Biqt-k6C.js"> - <link rel="modulepreload" crossorigin href="/assets/js/page-otherpage-CbNMllJl.js"> + <script type="module" crossorigin src="/assets/js/main-Dm0GojqK.js"></script> + <link rel="modulepreload" crossorigin href="/assets/js/modulepreload-polyfill-B5Qt9EMX.js"> + <link rel="modulepreload" crossorigin href="/assets/js/vendor-other-DTCyBslD.js"> + <link rel="modulepreload" crossorigin href="/assets/js/vendor-charts-BCGhWx_0.js"> + <link rel="modulepreload" crossorigin href="/assets/js/vendor-react-core-DRQGgXXF.js"> + <link rel="modulepreload" crossorigin href="/assets/js/marketing-data-DtLIUpMC.js"> + <link rel="modulepreload" crossorigin href="/assets/js/vendor-react-router-P1WQ4rUN.js"> + <link rel="modulepreload" crossorigin href="/assets/js/marketing-layout-DVDsYZpl.js"> + <link rel="modulepreload" crossorigin href="/assets/js/marketing-components-CJXw20ab.js"> + <link rel="modulepreload" crossorigin href="/assets/js/marketing-marketingapp.tsx-D0Y0OkFz.js"> + <link rel="modulepreload" crossorigin href="/assets/js/vendor-helmet-Cxll262M.js"> + <link rel="modulepreload" crossorigin href="/assets/js/vendor-state-C9hO8g1p.js"> + <link rel="modulepreload" crossorigin href="/assets/js/page-authpages-BaiNliVr.js"> + <link rel="modulepreload" crossorigin href="/assets/js/page-components.tsx-4vErPdxY.js"> + <link rel="modulepreload" crossorigin href="/assets/js/page-dashboard-CuOyqq-s.js"> + <link rel="modulepreload" crossorigin href="/assets/js/page-clusters.config.tsx-FJ8SgY77.js"> + <link rel="modulepreload" crossorigin href="/assets/js/page-reference-wEKoPZ-s.js"> + <link rel="modulepreload" crossorigin href="/assets/js/page-keywords.config.tsx-DZ6n4Vdz.js"> + <link rel="modulepreload" crossorigin href="/assets/js/page-ideas.config.tsx-BDMNIgpF.js"> + <link rel="modulepreload" crossorigin href="/assets/js/page-delete-modal.config.ts-BIbgpgnr.js"> + <link rel="modulepreload" crossorigin href="/assets/js/page-bulk-action-modal.config.ts-DEzkmedw.js"> + <link rel="modulepreload" crossorigin href="/assets/js/page-table-actions.config.tsx-CnI7P__0.js"> + <link rel="modulepreload" crossorigin href="/assets/js/pages-planner-dv4ygB5K.js"> + <link rel="modulepreload" crossorigin href="/assets/js/page-otherpage-my21hYIE.js"> <link rel="stylesheet" crossorigin href="/assets/css/vendor-other-BsM4JrO0.css"> - <link rel="stylesheet" crossorigin href="/assets/css/index-BWNRswks.css"> + <link rel="stylesheet" crossorigin href="/assets/css/main-Bxq_xmfV.css"> <link rel="stylesheet" crossorigin href="/assets/css/vendor-swiper-BUrcyj0q.css"> </head> <body class="dark:bg-gray-900"> diff --git a/frontend/dist/marketing.html b/frontend/dist/marketing.html new file mode 100644 index 00000000..a36690d5 --- /dev/null +++ b/frontend/dist/marketing.html @@ -0,0 +1,25 @@ +<!doctype html> +<html lang="en"> + <head> + <meta charset="UTF-8" /> + <link rel="icon" type="image/png" href="/favicon.png" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <title>Igny8 · AI Growth Engine + + + + + + + + + + + + + + +
+ + + diff --git a/frontend/node_modules/.package-lock.json b/frontend/node_modules/.package-lock.json index 4a0d3c25..780b25db 100644 --- a/frontend/node_modules/.package-lock.json +++ b/frontend/node_modules/.package-lock.json @@ -556,6 +556,15 @@ "@fullcalendar/core": "~6.1.15" } }, + "node_modules/@heroicons/react": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.2.0.tgz", + "integrity": "sha512-LMcepvRaS9LYHJGsF0zzmgKCUim/X3N/DQKc4jepAXJ7l8QxJ1PmxJzqplF2Z3FE4PqBAIGyJAQ/w4B5dsqbtQ==", + "license": "MIT", + "peerDependencies": { + "react": ">= 16 || ^19.0.0-rc" + } + }, "node_modules/@humanfs/core": { "version": "0.19.1", "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz", @@ -1267,12 +1276,6 @@ "@babel/types": "^7.20.7" } }, - "node_modules/@types/cookie": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.6.0.tgz", - "integrity": "sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==", - "license": "MIT" - }, "node_modules/@types/estree": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", @@ -3237,15 +3240,13 @@ } }, "node_modules/react-router": { - "version": "7.1.5", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.1.5.tgz", - "integrity": "sha512-8BUF+hZEU4/z/JD201yK6S+UYhsf58bzYIDq2NS1iGpwxSXDu7F+DeGSkIXMFBuHZB21FSiCzEcUb18cQNdRkA==", + "version": "7.9.5", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.9.5.tgz", + "integrity": "sha512-JmxqrnBZ6E9hWmf02jzNn9Jm3UqyeimyiwzD69NjxGySG6lIz/1LVPsoTCwN7NBX2XjCEa1LIX5EMz1j2b6u6A==", "license": "MIT", "dependencies": { - "@types/cookie": "^0.6.0", "cookie": "^1.0.1", - "set-cookie-parser": "^2.6.0", - "turbo-stream": "2.4.0" + "set-cookie-parser": "^2.6.0" }, "engines": { "node": ">=20.0.0" @@ -3260,6 +3261,22 @@ } } }, + "node_modules/react-router-dom": { + "version": "7.9.5", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.9.5.tgz", + "integrity": "sha512-mkEmq/K8tKN63Ae2M7Xgz3c9l9YNbY+NHH6NNeUmLA3kDkhKXRsNb/ZpxaEunvGo2/3YXdk5EJU3Hxp3ocaBPw==", + "license": "MIT", + "dependencies": { + "react-router": "7.9.5" + }, + "engines": { + "node": ">=20.0.0" + }, + "peerDependencies": { + "react": ">=18", + "react-dom": ">=18" + } + }, "node_modules/redux": { "version": "4.2.1", "resolved": "https://registry.npmjs.org/redux/-/redux-4.2.1.tgz", @@ -3597,12 +3614,6 @@ "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", "license": "0BSD" }, - "node_modules/turbo-stream": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/turbo-stream/-/turbo-stream-2.4.0.tgz", - "integrity": "sha512-FHncC10WpBd2eOmGwpmQsWLDoK4cqsA/UT/GqNoaKOQnT8uzhtCbg3EoUDMvqpOSAI0S26mr0rkjzbOO6S3v1g==", - "license": "ISC" - }, "node_modules/type-check": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", diff --git a/frontend/node_modules/@heroicons/react/16/solid/AcademicCapIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/AcademicCapIcon.d.ts new file mode 100644 index 00000000..f7cea572 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/AcademicCapIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const AcademicCapIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default AcademicCapIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/AcademicCapIcon.js b/frontend/node_modules/@heroicons/react/16/solid/AcademicCapIcon.js new file mode 100644 index 00000000..cfb0e98e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/AcademicCapIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function AcademicCapIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M7.702 1.368a.75.75 0 0 1 .597 0c2.098.91 4.105 1.99 6.004 3.223a.75.75 0 0 1-.194 1.348A34.27 34.27 0 0 0 8.341 8.25a.75.75 0 0 1-.682 0c-.625-.32-1.262-.62-1.909-.901v-.542a36.878 36.878 0 0 1 2.568-1.33.75.75 0 0 0-.636-1.357 38.39 38.39 0 0 0-3.06 1.605.75.75 0 0 0-.372.648v.365c-.773-.294-1.56-.56-2.359-.8a.75.75 0 0 1-.194-1.347 40.901 40.901 0 0 1 6.005-3.223ZM4.25 8.348c-.53-.212-1.067-.411-1.611-.596a40.973 40.973 0 0 0-.418 2.97.75.75 0 0 0 .474.776c.175.068.35.138.524.21a5.544 5.544 0 0 1-.58.681.75.75 0 1 0 1.06 1.06c.35-.349.655-.726.915-1.124a29.282 29.282 0 0 0-1.395-.617A5.483 5.483 0 0 0 4.25 8.5v-.152Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M7.603 13.96c-.96-.6-1.958-1.147-2.989-1.635a6.981 6.981 0 0 0 1.12-3.341c.419.192.834.393 1.244.602a2.25 2.25 0 0 0 2.045 0 32.787 32.787 0 0 1 4.338-1.834c.175.978.315 1.969.419 2.97a.75.75 0 0 1-.474.776 29.385 29.385 0 0 0-4.909 2.461.75.75 0 0 1-.794 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(AcademicCapIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/AdjustmentsHorizontalIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/AdjustmentsHorizontalIcon.d.ts new file mode 100644 index 00000000..66e5c914 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/AdjustmentsHorizontalIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const AdjustmentsHorizontalIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default AdjustmentsHorizontalIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/AdjustmentsHorizontalIcon.js b/frontend/node_modules/@heroicons/react/16/solid/AdjustmentsHorizontalIcon.js new file mode 100644 index 00000000..2e41e828 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/AdjustmentsHorizontalIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function AdjustmentsHorizontalIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M6.5 2.25a.75.75 0 0 0-1.5 0v3a.75.75 0 0 0 1.5 0V4.5h6.75a.75.75 0 0 0 0-1.5H6.5v-.75ZM11 6.5a.75.75 0 0 0-1.5 0v3a.75.75 0 0 0 1.5 0v-.75h2.25a.75.75 0 0 0 0-1.5H11V6.5ZM5.75 10a.75.75 0 0 1 .75.75v.75h6.75a.75.75 0 0 1 0 1.5H6.5v.75a.75.75 0 0 1-1.5 0v-3a.75.75 0 0 1 .75-.75ZM2.75 7.25H8.5v1.5H2.75a.75.75 0 0 1 0-1.5ZM4 3H2.75a.75.75 0 0 0 0 1.5H4V3ZM2.75 11.5H4V13H2.75a.75.75 0 0 1 0-1.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(AdjustmentsHorizontalIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/AdjustmentsVerticalIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/AdjustmentsVerticalIcon.d.ts new file mode 100644 index 00000000..1d7146f9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/AdjustmentsVerticalIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const AdjustmentsVerticalIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default AdjustmentsVerticalIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/AdjustmentsVerticalIcon.js b/frontend/node_modules/@heroicons/react/16/solid/AdjustmentsVerticalIcon.js new file mode 100644 index 00000000..1acd4e80 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/AdjustmentsVerticalIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function AdjustmentsVerticalIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M7.25 13.25V7.5h1.5v5.75a.75.75 0 0 1-1.5 0ZM8.75 2.75V5h.75a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1 0-1.5h.75V2.75a.75.75 0 0 1 1.5 0ZM2.25 9.5a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5H4.5V2.75a.75.75 0 0 0-1.5 0V9.5h-.75ZM10 10.25a.75.75 0 0 1 .75-.75h.75V2.75a.75.75 0 0 1 1.5 0V9.5h.75a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75ZM3 12v1.25a.75.75 0 0 0 1.5 0V12H3ZM11.5 13.25V12H13v1.25a.75.75 0 0 1-1.5 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(AdjustmentsVerticalIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArchiveBoxArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArchiveBoxArrowDownIcon.d.ts new file mode 100644 index 00000000..1e791cee --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArchiveBoxArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArchiveBoxArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArchiveBoxArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArchiveBoxArrowDownIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArchiveBoxArrowDownIcon.js new file mode 100644 index 00000000..11a37c06 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArchiveBoxArrowDownIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArchiveBoxArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M13 6H3v6a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V6ZM8.75 7.75a.75.75 0 0 0-1.5 0v2.69L6.03 9.22a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0l2.5-2.5a.75.75 0 1 0-1.06-1.06l-1.22 1.22V7.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArchiveBoxArrowDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArchiveBoxIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArchiveBoxIcon.d.ts new file mode 100644 index 00000000..4b92cdd7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArchiveBoxIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArchiveBoxIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArchiveBoxIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArchiveBoxIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArchiveBoxIcon.js new file mode 100644 index 00000000..71a463c4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArchiveBoxIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArchiveBoxIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3 2a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 6h10v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6Zm3 2.75A.75.75 0 0 1 6.75 8h2.5a.75.75 0 0 1 0 1.5h-2.5A.75.75 0 0 1 6 8.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArchiveBoxIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArchiveBoxXMarkIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArchiveBoxXMarkIcon.d.ts new file mode 100644 index 00000000..fb5f7dba --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArchiveBoxXMarkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArchiveBoxXMarkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArchiveBoxXMarkIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArchiveBoxXMarkIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArchiveBoxXMarkIcon.js new file mode 100644 index 00000000..3a25b5d3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArchiveBoxXMarkIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArchiveBoxXMarkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M13 6H3v6a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V6ZM5.72 7.47a.75.75 0 0 1 1.06 0L8 8.69l1.22-1.22a.75.75 0 1 1 1.06 1.06L9.06 9.75l1.22 1.22a.75.75 0 1 1-1.06 1.06L8 10.81l-1.22 1.22a.75.75 0 0 1-1.06-1.06l1.22-1.22-1.22-1.22a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArchiveBoxXMarkIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowDownCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowDownCircleIcon.d.ts new file mode 100644 index 00000000..b6500220 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowDownCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowDownCircleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowDownCircleIcon.js new file mode 100644 index 00000000..e88ee81e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowDownCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowDownCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Zm.75-10.25a.75.75 0 0 0-1.5 0v4.69L6.03 8.22a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0l2.5-2.5a.75.75 0 1 0-1.06-1.06L8.75 9.44V4.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowDownIcon.d.ts new file mode 100644 index 00000000..6fcb0764 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowDownIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowDownIcon.js new file mode 100644 index 00000000..af44f968 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 2a.75.75 0 0 1 .75.75v8.69l3.22-3.22a.75.75 0 1 1 1.06 1.06l-4.5 4.5a.75.75 0 0 1-1.06 0l-4.5-4.5a.75.75 0 0 1 1.06-1.06l3.22 3.22V2.75A.75.75 0 0 1 8 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowDownLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowDownLeftIcon.d.ts new file mode 100644 index 00000000..c2de5115 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowDownLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowDownLeftIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowDownLeftIcon.js new file mode 100644 index 00000000..bafc45e9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowDownLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowDownLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.78 4.22a.75.75 0 0 1 0 1.06L6.56 10.5h3.69a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1-.75-.75v-5.5a.75.75 0 0 1 1.5 0v3.69l5.22-5.22a.75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowDownOnSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowDownOnSquareIcon.d.ts new file mode 100644 index 00000000..ad998a9f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowDownOnSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownOnSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownOnSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowDownOnSquareIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowDownOnSquareIcon.js new file mode 100644 index 00000000..d1c4c430 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowDownOnSquareIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function ArrowDownOnSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8 1a.75.75 0 0 1 .75.75V5h-1.5V1.75A.75.75 0 0 1 8 1ZM7.25 5v4.44L6.03 8.22a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0l2.5-2.5a.75.75 0 1 0-1.06-1.06L8.75 9.44V5H11a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownOnSquareIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowDownOnSquareStackIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowDownOnSquareStackIcon.d.ts new file mode 100644 index 00000000..3069f334 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowDownOnSquareStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownOnSquareStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownOnSquareStackIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowDownOnSquareStackIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowDownOnSquareStackIcon.js new file mode 100644 index 00000000..c9958c7a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowDownOnSquareStackIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowDownOnSquareStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M7 1a.75.75 0 0 1 .75.75V6h-1.5V1.75A.75.75 0 0 1 7 1ZM6.25 6v2.94L5.03 7.72a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0l2.5-2.5a.75.75 0 1 0-1.06-1.06L7.75 8.94V6H10a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2.25Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M4.268 14A2 2 0 0 0 6 15h6a2 2 0 0 0 2-2v-3a2 2 0 0 0-1-1.732V11a3 3 0 0 1-3 3H4.268Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownOnSquareStackIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowDownRightIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowDownRightIcon.d.ts new file mode 100644 index 00000000..af2b43e2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowDownRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownRightIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowDownRightIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowDownRightIcon.js new file mode 100644 index 00000000..f3b7f73e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowDownRightIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowDownRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.22 4.22a.75.75 0 0 0 0 1.06l5.22 5.22H5.75a.75.75 0 0 0 0 1.5h5.5a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-1.5 0v3.69L5.28 4.22a.75.75 0 0 0-1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowDownTrayIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowDownTrayIcon.d.ts new file mode 100644 index 00000000..d755642a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowDownTrayIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownTrayIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownTrayIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowDownTrayIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowDownTrayIcon.js new file mode 100644 index 00000000..3a879ffc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowDownTrayIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowDownTrayIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8.75 2.75a.75.75 0 0 0-1.5 0v5.69L5.03 6.22a.75.75 0 0 0-1.06 1.06l3.5 3.5a.75.75 0 0 0 1.06 0l3.5-3.5a.75.75 0 0 0-1.06-1.06L8.75 8.44V2.75Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M3.5 9.75a.75.75 0 0 0-1.5 0v1.5A2.75 2.75 0 0 0 4.75 14h6.5A2.75 2.75 0 0 0 14 11.25v-1.5a.75.75 0 0 0-1.5 0v1.5c0 .69-.56 1.25-1.25 1.25h-6.5c-.69 0-1.25-.56-1.25-1.25v-1.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownTrayIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowLeftCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowLeftCircleIcon.d.ts new file mode 100644 index 00000000..5ebd1ee5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowLeftCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLeftCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLeftCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowLeftCircleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowLeftCircleIcon.js new file mode 100644 index 00000000..b0739959 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowLeftCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowLeftCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8Zm10.25.75a.75.75 0 0 0 0-1.5H6.56l1.22-1.22a.75.75 0 0 0-1.06-1.06l-2.5 2.5a.75.75 0 0 0 0 1.06l2.5 2.5a.75.75 0 1 0 1.06-1.06L6.56 8.75h4.69Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowLeftEndOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowLeftEndOnRectangleIcon.d.ts new file mode 100644 index 00000000..0bb80a06 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowLeftEndOnRectangleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLeftEndOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLeftEndOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowLeftEndOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowLeftEndOnRectangleIcon.js new file mode 100644 index 00000000..294fa7af --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowLeftEndOnRectangleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowLeftEndOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4.75 2A2.75 2.75 0 0 0 2 4.75v6.5A2.75 2.75 0 0 0 4.75 14h3a2.75 2.75 0 0 0 2.75-2.75v-.5a.75.75 0 0 0-1.5 0v.5c0 .69-.56 1.25-1.25 1.25h-3c-.69 0-1.25-.56-1.25-1.25v-6.5c0-.69.56-1.25 1.25-1.25h3C8.44 3.5 9 4.06 9 4.75v.5a.75.75 0 0 0 1.5 0v-.5A2.75 2.75 0 0 0 7.75 2h-3Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M8.03 6.28a.75.75 0 0 0-1.06-1.06L4.72 7.47a.75.75 0 0 0 0 1.06l2.25 2.25a.75.75 0 1 0 1.06-1.06l-.97-.97h7.19a.75.75 0 0 0 0-1.5H7.06l.97-.97Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftEndOnRectangleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowLeftIcon.d.ts new file mode 100644 index 00000000..8b184ac4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowLeftIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowLeftIcon.js new file mode 100644 index 00000000..e4181296 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M14 8a.75.75 0 0 1-.75.75H4.56l3.22 3.22a.75.75 0 1 1-1.06 1.06l-4.5-4.5a.75.75 0 0 1 0-1.06l4.5-4.5a.75.75 0 0 1 1.06 1.06L4.56 7.25h8.69A.75.75 0 0 1 14 8Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowLeftStartOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowLeftStartOnRectangleIcon.d.ts new file mode 100644 index 00000000..0f113252 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowLeftStartOnRectangleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLeftStartOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLeftStartOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowLeftStartOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowLeftStartOnRectangleIcon.js new file mode 100644 index 00000000..5a0efbd9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowLeftStartOnRectangleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowLeftStartOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M14 4.75A2.75 2.75 0 0 0 11.25 2h-3A2.75 2.75 0 0 0 5.5 4.75v.5a.75.75 0 0 0 1.5 0v-.5c0-.69.56-1.25 1.25-1.25h3c.69 0 1.25.56 1.25 1.25v6.5c0 .69-.56 1.25-1.25 1.25h-3c-.69 0-1.25-.56-1.25-1.25v-.5a.75.75 0 0 0-1.5 0v.5A2.75 2.75 0 0 0 8.25 14h3A2.75 2.75 0 0 0 14 11.25v-6.5Zm-9.47.47a.75.75 0 0 0-1.06 0L1.22 7.47a.75.75 0 0 0 0 1.06l2.25 2.25a.75.75 0 1 0 1.06-1.06l-.97-.97h7.19a.75.75 0 0 0 0-1.5H3.56l.97-.97a.75.75 0 0 0 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftStartOnRectangleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowLongDownIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowLongDownIcon.d.ts new file mode 100644 index 00000000..f83cde05 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowLongDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLongDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLongDownIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowLongDownIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowLongDownIcon.js new file mode 100644 index 00000000..7b363d76 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowLongDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowLongDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 2a.75.75 0 0 1 .75.75v8.69l1.22-1.22a.75.75 0 1 1 1.06 1.06l-2.5 2.5a.75.75 0 0 1-1.06 0l-2.5-2.5a.75.75 0 1 1 1.06-1.06l1.22 1.22V2.75A.75.75 0 0 1 8 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLongDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowLongLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowLongLeftIcon.d.ts new file mode 100644 index 00000000..28f72830 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowLongLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLongLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLongLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowLongLeftIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowLongLeftIcon.js new file mode 100644 index 00000000..75908e1b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowLongLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowLongLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M14 8a.75.75 0 0 1-.75.75H4.56l1.22 1.22a.75.75 0 1 1-1.06 1.06l-2.5-2.5a.75.75 0 0 1 0-1.06l2.5-2.5a.75.75 0 0 1 1.06 1.06L4.56 7.25h8.69A.75.75 0 0 1 14 8Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLongLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowLongRightIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowLongRightIcon.d.ts new file mode 100644 index 00000000..2375bd76 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowLongRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLongRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLongRightIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowLongRightIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowLongRightIcon.js new file mode 100644 index 00000000..14b78fc8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowLongRightIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowLongRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 8c0 .414.336.75.75.75h8.69l-1.22 1.22a.75.75 0 1 0 1.06 1.06l2.5-2.5a.75.75 0 0 0 0-1.06l-2.5-2.5a.75.75 0 1 0-1.06 1.06l1.22 1.22H2.75A.75.75 0 0 0 2 8Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLongRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowLongUpIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowLongUpIcon.d.ts new file mode 100644 index 00000000..cb3f5687 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowLongUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLongUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLongUpIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowLongUpIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowLongUpIcon.js new file mode 100644 index 00000000..92a4516a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowLongUpIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowLongUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 14a.75.75 0 0 0 .75-.75V4.56l1.22 1.22a.75.75 0 1 0 1.06-1.06l-2.5-2.5a.75.75 0 0 0-1.06 0l-2.5 2.5a.75.75 0 0 0 1.06 1.06l1.22-1.22v8.69c0 .414.336.75.75.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLongUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowPathIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowPathIcon.d.ts new file mode 100644 index 00000000..4260afbd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowPathIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowPathIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowPathIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowPathIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowPathIcon.js new file mode 100644 index 00000000..df6ef8f6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowPathIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowPathIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M13.836 2.477a.75.75 0 0 1 .75.75v3.182a.75.75 0 0 1-.75.75h-3.182a.75.75 0 0 1 0-1.5h1.37l-.84-.841a4.5 4.5 0 0 0-7.08.932.75.75 0 0 1-1.3-.75 6 6 0 0 1 9.44-1.242l.842.84V3.227a.75.75 0 0 1 .75-.75Zm-.911 7.5A.75.75 0 0 1 13.199 11a6 6 0 0 1-9.44 1.241l-.84-.84v1.371a.75.75 0 0 1-1.5 0V9.591a.75.75 0 0 1 .75-.75H5.35a.75.75 0 0 1 0 1.5H3.98l.841.841a4.5 4.5 0 0 0 7.08-.932.75.75 0 0 1 1.025-.273Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowPathIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowPathRoundedSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowPathRoundedSquareIcon.d.ts new file mode 100644 index 00000000..0e9778d9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowPathRoundedSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowPathRoundedSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowPathRoundedSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowPathRoundedSquareIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowPathRoundedSquareIcon.js new file mode 100644 index 00000000..be3fdff0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowPathRoundedSquareIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowPathRoundedSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 3.5c-.771 0-1.537.022-2.297.066a1.124 1.124 0 0 0-1.058 1.028l-.018.214a.75.75 0 1 1-1.495-.12l.018-.221a2.624 2.624 0 0 1 2.467-2.399 41.628 41.628 0 0 1 4.766 0 2.624 2.624 0 0 1 2.467 2.399c.056.662.097 1.329.122 2l.748-.748a.75.75 0 1 1 1.06 1.06l-2 2.001a.75.75 0 0 1-1.061 0l-2-1.999a.75.75 0 0 1 1.061-1.06l.689.688a39.89 39.89 0 0 0-.114-1.815 1.124 1.124 0 0 0-1.058-1.028A40.138 40.138 0 0 0 8 3.5ZM3.22 7.22a.75.75 0 0 1 1.061 0l2 2a.75.75 0 1 1-1.06 1.06l-.69-.69c.025.61.062 1.214.114 1.816.048.56.496.996 1.058 1.028a40.112 40.112 0 0 0 4.594 0 1.124 1.124 0 0 0 1.058-1.028 39.2 39.2 0 0 0 .018-.219.75.75 0 1 1 1.495.12l-.018.226a2.624 2.624 0 0 1-2.467 2.399 41.648 41.648 0 0 1-4.766 0 2.624 2.624 0 0 1-2.467-2.399 41.395 41.395 0 0 1-.122-2l-.748.748A.75.75 0 1 1 1.22 9.22l2-2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowPathRoundedSquareIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowRightCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowRightCircleIcon.d.ts new file mode 100644 index 00000000..c362cf3a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowRightCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowRightCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowRightCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowRightCircleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowRightCircleIcon.js new file mode 100644 index 00000000..175a0bd6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowRightCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowRightCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 8A7 7 0 1 0 1 8a7 7 0 0 0 14 0ZM4.75 7.25a.75.75 0 0 0 0 1.5h4.69L8.22 9.97a.75.75 0 1 0 1.06 1.06l2.5-2.5a.75.75 0 0 0 0-1.06l-2.5-2.5a.75.75 0 0 0-1.06 1.06l1.22 1.22H4.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowRightEndOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowRightEndOnRectangleIcon.d.ts new file mode 100644 index 00000000..69f1804f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowRightEndOnRectangleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowRightEndOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowRightEndOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowRightEndOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowRightEndOnRectangleIcon.js new file mode 100644 index 00000000..3c435933 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowRightEndOnRectangleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowRightEndOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M11.25 2A2.75 2.75 0 0 1 14 4.75v6.5A2.75 2.75 0 0 1 11.25 14h-3a2.75 2.75 0 0 1-2.75-2.75v-.5a.75.75 0 0 1 1.5 0v.5c0 .69.56 1.25 1.25 1.25h3c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25h-3C7.56 3.5 7 4.06 7 4.75v.5a.75.75 0 0 1-1.5 0v-.5A2.75 2.75 0 0 1 8.25 2h3Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M7.97 6.28a.75.75 0 0 1 1.06-1.06l2.25 2.25a.75.75 0 0 1 0 1.06l-2.25 2.25a.75.75 0 1 1-1.06-1.06l.97-.97H1.75a.75.75 0 0 1 0-1.5h7.19l-.97-.97Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightEndOnRectangleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowRightIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowRightIcon.d.ts new file mode 100644 index 00000000..fd9ad463 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowRightIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowRightIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowRightIcon.js new file mode 100644 index 00000000..50f6da10 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowRightIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 8a.75.75 0 0 1 .75-.75h8.69L8.22 4.03a.75.75 0 0 1 1.06-1.06l4.5 4.5a.75.75 0 0 1 0 1.06l-4.5 4.5a.75.75 0 0 1-1.06-1.06l3.22-3.22H2.75A.75.75 0 0 1 2 8Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowRightStartOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowRightStartOnRectangleIcon.d.ts new file mode 100644 index 00000000..125ccfd7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowRightStartOnRectangleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowRightStartOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowRightStartOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowRightStartOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowRightStartOnRectangleIcon.js new file mode 100644 index 00000000..d337d0e4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowRightStartOnRectangleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowRightStartOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 4.75A2.75 2.75 0 0 1 4.75 2h3a2.75 2.75 0 0 1 2.75 2.75v.5a.75.75 0 0 1-1.5 0v-.5c0-.69-.56-1.25-1.25-1.25h-3c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h3c.69 0 1.25-.56 1.25-1.25v-.5a.75.75 0 0 1 1.5 0v.5A2.75 2.75 0 0 1 7.75 14h-3A2.75 2.75 0 0 1 2 11.25v-6.5Zm9.47.47a.75.75 0 0 1 1.06 0l2.25 2.25a.75.75 0 0 1 0 1.06l-2.25 2.25a.75.75 0 1 1-1.06-1.06l.97-.97H5.25a.75.75 0 0 1 0-1.5h7.19l-.97-.97a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightStartOnRectangleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowTopRightOnSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowTopRightOnSquareIcon.d.ts new file mode 100644 index 00000000..86a6805d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowTopRightOnSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTopRightOnSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTopRightOnSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowTopRightOnSquareIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowTopRightOnSquareIcon.js new file mode 100644 index 00000000..53c5eafb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowTopRightOnSquareIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowTopRightOnSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M6.22 8.72a.75.75 0 0 0 1.06 1.06l5.22-5.22v1.69a.75.75 0 0 0 1.5 0v-3.5a.75.75 0 0 0-.75-.75h-3.5a.75.75 0 0 0 0 1.5h1.69L6.22 8.72Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M3.5 6.75c0-.69.56-1.25 1.25-1.25H7A.75.75 0 0 0 7 4H4.75A2.75 2.75 0 0 0 2 6.75v4.5A2.75 2.75 0 0 0 4.75 14h4.5A2.75 2.75 0 0 0 12 11.25V9a.75.75 0 0 0-1.5 0v2.25c0 .69-.56 1.25-1.25 1.25h-4.5c-.69 0-1.25-.56-1.25-1.25v-4.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTopRightOnSquareIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowTrendingDownIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowTrendingDownIcon.d.ts new file mode 100644 index 00000000..cfb218f9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowTrendingDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTrendingDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTrendingDownIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowTrendingDownIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowTrendingDownIcon.js new file mode 100644 index 00000000..65fcd0bf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowTrendingDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowTrendingDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.22 4.22a.75.75 0 0 1 1.06 0L6 7.94l2.761-2.762a.75.75 0 0 1 1.158.12 24.9 24.9 0 0 1 2.718 5.556l.729-1.261a.75.75 0 0 1 1.299.75l-1.591 2.755a.75.75 0 0 1-1.025.275l-2.756-1.591a.75.75 0 1 1 .75-1.3l1.097.634a23.417 23.417 0 0 0-1.984-4.211L6.53 9.53a.75.75 0 0 1-1.06 0L1.22 5.28a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTrendingDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowTrendingUpIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowTrendingUpIcon.d.ts new file mode 100644 index 00000000..54763a8c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowTrendingUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTrendingUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTrendingUpIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowTrendingUpIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowTrendingUpIcon.js new file mode 100644 index 00000000..82ce2a1d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowTrendingUpIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowTrendingUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.808 4.057a.75.75 0 0 1 .92-.527l3.116.849a.75.75 0 0 1 .528.915l-.823 3.121a.75.75 0 0 1-1.45-.382l.337-1.281a23.484 23.484 0 0 0-3.609 3.056.75.75 0 0 1-1.07.01L6 8.06l-3.72 3.72a.75.75 0 1 1-1.06-1.061l4.25-4.25a.75.75 0 0 1 1.06 0l1.756 1.755a25.015 25.015 0 0 1 3.508-2.85l-1.46-.398a.75.75 0 0 1-.526-.92Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTrendingUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnDownLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnDownLeftIcon.d.ts new file mode 100644 index 00000000..30988be3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnDownLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnDownLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnDownLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnDownLeftIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnDownLeftIcon.js new file mode 100644 index 00000000..c8fc8429 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnDownLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowTurnDownLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M13.25 2a.75.75 0 0 0-.75.75v6.5H4.56l.97-.97a.75.75 0 0 0-1.06-1.06L2.22 9.47a.75.75 0 0 0 0 1.06l2.25 2.25a.75.75 0 0 0 1.06-1.06l-.97-.97h8.69A.75.75 0 0 0 14 10V2.75a.75.75 0 0 0-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnDownLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnDownRightIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnDownRightIcon.d.ts new file mode 100644 index 00000000..a97f44c6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnDownRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnDownRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnDownRightIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnDownRightIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnDownRightIcon.js new file mode 100644 index 00000000..82439e64 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnDownRightIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowTurnDownRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.75 2a.75.75 0 0 1 .75.75v6.5h7.94l-.97-.97a.75.75 0 0 1 1.06-1.06l2.25 2.25a.75.75 0 0 1 0 1.06l-2.25 2.25a.75.75 0 1 1-1.06-1.06l.97-.97H2.75A.75.75 0 0 1 2 10V2.75A.75.75 0 0 1 2.75 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnDownRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnLeftDownIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnLeftDownIcon.d.ts new file mode 100644 index 00000000..54c35be7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnLeftDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnLeftDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnLeftDownIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnLeftDownIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnLeftDownIcon.js new file mode 100644 index 00000000..aa111b60 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnLeftDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowTurnLeftDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.47 2.22A.75.75 0 0 1 6 2h7.25a.75.75 0 0 1 0 1.5h-6.5v7.94l.97-.97a.75.75 0 0 1 1.06 1.06l-2.25 2.25a.75.75 0 0 1-1.06 0l-2.25-2.25a.75.75 0 1 1 1.06-1.06l.97.97V2.75a.75.75 0 0 1 .22-.53Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnLeftDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnLeftUpIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnLeftUpIcon.d.ts new file mode 100644 index 00000000..db9b7a64 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnLeftUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnLeftUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnLeftUpIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnLeftUpIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnLeftUpIcon.js new file mode 100644 index 00000000..642bf896 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnLeftUpIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowTurnLeftUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M14 13.25a.75.75 0 0 0-.75-.75h-6.5V4.56l.97.97a.75.75 0 0 0 1.06-1.06L6.53 2.22a.75.75 0 0 0-1.06 0L3.22 4.47a.75.75 0 0 0 1.06 1.06l.97-.97v8.69c0 .414.336.75.75.75h7.25a.75.75 0 0 0 .75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnLeftUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnRightDownIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnRightDownIcon.d.ts new file mode 100644 index 00000000..8719674d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnRightDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnRightDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnRightDownIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnRightDownIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnRightDownIcon.js new file mode 100644 index 00000000..b1b6be68 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnRightDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowTurnRightDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 2.75c0 .414.336.75.75.75h6.5v7.94l-.97-.97a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.06 0l2.25-2.25a.75.75 0 1 0-1.06-1.06l-.97.97V2.75A.75.75 0 0 0 10 2H2.75a.75.75 0 0 0-.75.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnRightDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnRightUpIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnRightUpIcon.d.ts new file mode 100644 index 00000000..f1c75f84 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnRightUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnRightUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnRightUpIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnRightUpIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnRightUpIcon.js new file mode 100644 index 00000000..1467078e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnRightUpIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowTurnRightUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 13.25a.75.75 0 0 1 .75-.75h6.5V4.56l-.97.97a.75.75 0 0 1-1.06-1.06l2.25-2.25a.75.75 0 0 1 1.06 0l2.25 2.25a.75.75 0 0 1-1.06 1.06l-.97-.97v8.69A.75.75 0 0 1 10 14H2.75a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnRightUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnUpLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnUpLeftIcon.d.ts new file mode 100644 index 00000000..1e0636c3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnUpLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnUpLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnUpLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnUpLeftIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnUpLeftIcon.js new file mode 100644 index 00000000..e35ddc88 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnUpLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowTurnUpLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M13.25 14a.75.75 0 0 1-.75-.75v-6.5H4.56l.97.97a.75.75 0 0 1-1.06 1.06L2.22 6.53a.75.75 0 0 1 0-1.06l2.25-2.25a.75.75 0 0 1 1.06 1.06l-.97.97h8.69A.75.75 0 0 1 14 6v7.25a.75.75 0 0 1-.75.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnUpLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnUpRightIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnUpRightIcon.d.ts new file mode 100644 index 00000000..a2cb836a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnUpRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnUpRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnUpRightIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnUpRightIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnUpRightIcon.js new file mode 100644 index 00000000..edfcc48c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowTurnUpRightIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowTurnUpRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.75 14a.75.75 0 0 0 .75-.75v-6.5h7.94l-.97.97a.75.75 0 0 0 1.06 1.06l2.25-2.25a.75.75 0 0 0 0-1.06l-2.25-2.25a.75.75 0 1 0-1.06 1.06l.97.97H2.75A.75.75 0 0 0 2 6v7.25c0 .414.336.75.75.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnUpRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowUpCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowUpCircleIcon.d.ts new file mode 100644 index 00000000..dbc3f8e7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowUpCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowUpCircleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowUpCircleIcon.js new file mode 100644 index 00000000..2af426f8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowUpCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowUpCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1Zm-.75 10.25a.75.75 0 0 0 1.5 0V6.56l1.22 1.22a.75.75 0 1 0 1.06-1.06l-2.5-2.5a.75.75 0 0 0-1.06 0l-2.5 2.5a.75.75 0 0 0 1.06 1.06l1.22-1.22v4.69Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowUpIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowUpIcon.d.ts new file mode 100644 index 00000000..6567e292 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowUpIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowUpIcon.js new file mode 100644 index 00000000..26bc494c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowUpIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 14a.75.75 0 0 1-.75-.75V4.56L4.03 7.78a.75.75 0 0 1-1.06-1.06l4.5-4.5a.75.75 0 0 1 1.06 0l4.5 4.5a.75.75 0 0 1-1.06 1.06L8.75 4.56v8.69A.75.75 0 0 1 8 14Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowUpLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowUpLeftIcon.d.ts new file mode 100644 index 00000000..b440666c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowUpLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowUpLeftIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowUpLeftIcon.js new file mode 100644 index 00000000..ff7ab053 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowUpLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowUpLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.78 11.78a.75.75 0 0 0 0-1.06L6.56 5.5h3.69a.75.75 0 0 0 0-1.5h-5.5a.75.75 0 0 0-.75.75v5.5a.75.75 0 0 0 1.5 0V6.56l5.22 5.22a.75.75 0 0 0 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowUpOnSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowUpOnSquareIcon.d.ts new file mode 100644 index 00000000..d50c7262 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowUpOnSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpOnSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpOnSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowUpOnSquareIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowUpOnSquareIcon.js new file mode 100644 index 00000000..e885238a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowUpOnSquareIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function ArrowUpOnSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8.75 6h-1.5V3.56L6.03 4.78a.75.75 0 0 1-1.06-1.06l2.5-2.5a.75.75 0 0 1 1.06 0l2.5 2.5a.75.75 0 1 1-1.06 1.06L8.75 3.56V6H11a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2.25v5.25a.75.75 0 0 0 1.5 0V6Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpOnSquareIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowUpOnSquareStackIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowUpOnSquareStackIcon.d.ts new file mode 100644 index 00000000..c1d92c28 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowUpOnSquareStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpOnSquareStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpOnSquareStackIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowUpOnSquareStackIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowUpOnSquareStackIcon.js new file mode 100644 index 00000000..12ad94b5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowUpOnSquareStackIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowUpOnSquareStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5.268 14A2 2 0 0 0 7 15h4a2 2 0 0 0 2-2v-3a2 2 0 0 0-1-1.732V11a3 3 0 0 1-3 3H5.268ZM6.25 6h1.5V3.56l1.22 1.22a.75.75 0 1 0 1.06-1.06l-2.5-2.5a.75.75 0 0 0-1.06 0l-2.5 2.5a.75.75 0 0 0 1.06 1.06l1.22-1.22V6Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M6.25 8.75a.75.75 0 0 0 1.5 0V6H9a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h1.25v2.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpOnSquareStackIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowUpRightIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowUpRightIcon.d.ts new file mode 100644 index 00000000..9e8bedec --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowUpRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpRightIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowUpRightIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowUpRightIcon.js new file mode 100644 index 00000000..17da2549 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowUpRightIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowUpRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.22 11.78a.75.75 0 0 1 0-1.06L9.44 5.5H5.75a.75.75 0 0 1 0-1.5h5.5a.75.75 0 0 1 .75.75v5.5a.75.75 0 0 1-1.5 0V6.56l-5.22 5.22a.75.75 0 0 1-1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowUpTrayIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowUpTrayIcon.d.ts new file mode 100644 index 00000000..1304d9e4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowUpTrayIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpTrayIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpTrayIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowUpTrayIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowUpTrayIcon.js new file mode 100644 index 00000000..2aed5094 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowUpTrayIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowUpTrayIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M7.25 10.25a.75.75 0 0 0 1.5 0V4.56l2.22 2.22a.75.75 0 1 0 1.06-1.06l-3.5-3.5a.75.75 0 0 0-1.06 0l-3.5 3.5a.75.75 0 0 0 1.06 1.06l2.22-2.22v5.69Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M3.5 9.75a.75.75 0 0 0-1.5 0v1.5A2.75 2.75 0 0 0 4.75 14h6.5A2.75 2.75 0 0 0 14 11.25v-1.5a.75.75 0 0 0-1.5 0v1.5c0 .69-.56 1.25-1.25 1.25h-6.5c-.69 0-1.25-.56-1.25-1.25v-1.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpTrayIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowUturnDownIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowUturnDownIcon.d.ts new file mode 100644 index 00000000..2a656eef --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowUturnDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUturnDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUturnDownIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowUturnDownIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowUturnDownIcon.js new file mode 100644 index 00000000..97c25a72 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowUturnDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowUturnDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.75 3.5A2.75 2.75 0 0 0 7 6.25v5.19l2.22-2.22a.75.75 0 1 1 1.06 1.06l-3.5 3.5a.75.75 0 0 1-1.06 0l-3.5-3.5a.75.75 0 1 1 1.06-1.06l2.22 2.22V6.25a4.25 4.25 0 0 1 8.5 0v1a.75.75 0 0 1-1.5 0v-1A2.75 2.75 0 0 0 9.75 3.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUturnDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowUturnLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowUturnLeftIcon.d.ts new file mode 100644 index 00000000..8d827dd8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowUturnLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUturnLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUturnLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowUturnLeftIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowUturnLeftIcon.js new file mode 100644 index 00000000..433fcc53 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowUturnLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowUturnLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12.5 9.75A2.75 2.75 0 0 0 9.75 7H4.56l2.22 2.22a.75.75 0 1 1-1.06 1.06l-3.5-3.5a.75.75 0 0 1 0-1.06l3.5-3.5a.75.75 0 0 1 1.06 1.06L4.56 5.5h5.19a4.25 4.25 0 0 1 0 8.5h-1a.75.75 0 0 1 0-1.5h1a2.75 2.75 0 0 0 2.75-2.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUturnLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowUturnRightIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowUturnRightIcon.d.ts new file mode 100644 index 00000000..b75389ab --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowUturnRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUturnRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUturnRightIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowUturnRightIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowUturnRightIcon.js new file mode 100644 index 00000000..a5812fa7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowUturnRightIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowUturnRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.5 9.75A2.75 2.75 0 0 1 6.25 7h5.19L9.22 9.22a.75.75 0 1 0 1.06 1.06l3.5-3.5a.75.75 0 0 0 0-1.06l-3.5-3.5a.75.75 0 1 0-1.06 1.06l2.22 2.22H6.25a4.25 4.25 0 0 0 0 8.5h1a.75.75 0 0 0 0-1.5h-1A2.75 2.75 0 0 1 3.5 9.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUturnRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowUturnUpIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowUturnUpIcon.d.ts new file mode 100644 index 00000000..1996413e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowUturnUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUturnUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUturnUpIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowUturnUpIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowUturnUpIcon.js new file mode 100644 index 00000000..7ca0d136 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowUturnUpIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowUturnUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6.25 12.5A2.75 2.75 0 0 0 9 9.75V4.56L6.78 6.78a.75.75 0 0 1-1.06-1.06l3.5-3.5a.75.75 0 0 1 1.06 0l3.5 3.5a.75.75 0 0 1-1.06 1.06L10.5 4.56v5.19a4.25 4.25 0 0 1-8.5 0v-1a.75.75 0 0 1 1.5 0v1a2.75 2.75 0 0 0 2.75 2.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUturnUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowsPointingInIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowsPointingInIcon.d.ts new file mode 100644 index 00000000..2570a1ea --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowsPointingInIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowsPointingInIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowsPointingInIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowsPointingInIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowsPointingInIcon.js new file mode 100644 index 00000000..f5d8acf6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowsPointingInIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowsPointingInIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.22 2.22a.75.75 0 0 1 1.06 0L5.5 4.44V2.75a.75.75 0 0 1 1.5 0v3.5a.75.75 0 0 1-.75.75h-3.5a.75.75 0 0 1 0-1.5h1.69L2.22 3.28a.75.75 0 0 1 0-1.06Zm10.5 0a.75.75 0 1 1 1.06 1.06L11.56 5.5h1.69a.75.75 0 0 1 0 1.5h-3.5A.75.75 0 0 1 9 6.25v-3.5a.75.75 0 0 1 1.5 0v1.69l2.22-2.22ZM2.75 9h3.5a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-1.69l-2.22 2.22a.75.75 0 0 1-1.06-1.06l2.22-2.22H2.75a.75.75 0 0 1 0-1.5ZM9 9.75A.75.75 0 0 1 9.75 9h3.5a.75.75 0 0 1 0 1.5h-1.69l2.22 2.22a.75.75 0 1 1-1.06 1.06l-2.22-2.22v1.69a.75.75 0 0 1-1.5 0v-3.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowsPointingInIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowsPointingOutIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowsPointingOutIcon.d.ts new file mode 100644 index 00000000..56f25889 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowsPointingOutIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowsPointingOutIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowsPointingOutIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowsPointingOutIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowsPointingOutIcon.js new file mode 100644 index 00000000..5e84fbe7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowsPointingOutIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowsPointingOutIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.75 9a.75.75 0 0 1 .75.75v1.69l2.22-2.22a.75.75 0 0 1 1.06 1.06L4.56 12.5h1.69a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75v-3.5A.75.75 0 0 1 2.75 9ZM2.75 7a.75.75 0 0 0 .75-.75V4.56l2.22 2.22a.75.75 0 0 0 1.06-1.06L4.56 3.5h1.69a.75.75 0 0 0 0-1.5h-3.5a.75.75 0 0 0-.75.75v3.5c0 .414.336.75.75.75ZM13.25 9a.75.75 0 0 0-.75.75v1.69l-2.22-2.22a.75.75 0 1 0-1.06 1.06l2.22 2.22H9.75a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 .75-.75v-3.5a.75.75 0 0 0-.75-.75ZM13.25 7a.75.75 0 0 1-.75-.75V4.56l-2.22 2.22a.75.75 0 1 1-1.06-1.06l2.22-2.22H9.75a.75.75 0 0 1 0-1.5h3.5a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-.75.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowsPointingOutIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowsRightLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowsRightLeftIcon.d.ts new file mode 100644 index 00000000..c92d4637 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowsRightLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowsRightLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowsRightLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowsRightLeftIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowsRightLeftIcon.js new file mode 100644 index 00000000..c74ca539 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowsRightLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowsRightLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10.47 2.22a.75.75 0 0 1 1.06 0l2.25 2.25a.75.75 0 0 1 0 1.06l-2.25 2.25a.75.75 0 1 1-1.06-1.06l.97-.97H5.75a.75.75 0 0 1 0-1.5h5.69l-.97-.97a.75.75 0 0 1 0-1.06Zm-4.94 6a.75.75 0 0 1 0 1.06l-.97.97h5.69a.75.75 0 0 1 0 1.5H4.56l.97.97a.75.75 0 1 1-1.06 1.06l-2.25-2.25a.75.75 0 0 1 0-1.06l2.25-2.25a.75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowsRightLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowsUpDownIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ArrowsUpDownIcon.d.ts new file mode 100644 index 00000000..f913ee96 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowsUpDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowsUpDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowsUpDownIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ArrowsUpDownIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ArrowsUpDownIcon.js new file mode 100644 index 00000000..2d016bd9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ArrowsUpDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowsUpDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M13.78 10.47a.75.75 0 0 1 0 1.06l-2.25 2.25a.75.75 0 0 1-1.06 0l-2.25-2.25a.75.75 0 1 1 1.06-1.06l.97.97V5.75a.75.75 0 0 1 1.5 0v5.69l.97-.97a.75.75 0 0 1 1.06 0ZM2.22 5.53a.75.75 0 0 1 0-1.06l2.25-2.25a.75.75 0 0 1 1.06 0l2.25 2.25a.75.75 0 0 1-1.06 1.06l-.97-.97v5.69a.75.75 0 0 1-1.5 0V4.56l-.97.97a.75.75 0 0 1-1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowsUpDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/AtSymbolIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/AtSymbolIcon.d.ts new file mode 100644 index 00000000..81c8736a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/AtSymbolIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const AtSymbolIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default AtSymbolIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/AtSymbolIcon.js b/frontend/node_modules/@heroicons/react/16/solid/AtSymbolIcon.js new file mode 100644 index 00000000..2f600de8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/AtSymbolIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function AtSymbolIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.89 4.111a5.5 5.5 0 1 0 0 7.778.75.75 0 1 1 1.06 1.061A7 7 0 1 1 15 8a2.5 2.5 0 0 1-4.083 1.935A3.5 3.5 0 1 1 11.5 8a1 1 0 0 0 2 0 5.48 5.48 0 0 0-1.61-3.889ZM10 8a2 2 0 1 0-4 0 2 2 0 0 0 4 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(AtSymbolIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/BackspaceIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/BackspaceIcon.d.ts new file mode 100644 index 00000000..11a6491c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BackspaceIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BackspaceIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BackspaceIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/BackspaceIcon.js b/frontend/node_modules/@heroicons/react/16/solid/BackspaceIcon.js new file mode 100644 index 00000000..e7625163 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BackspaceIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function BackspaceIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6.414 3c-.464 0-.909.184-1.237.513L1.22 7.47a.75.75 0 0 0 0 1.06l3.957 3.957A1.75 1.75 0 0 0 6.414 13h5.836A2.75 2.75 0 0 0 15 10.25v-4.5A2.75 2.75 0 0 0 12.25 3H6.414ZM8.28 5.72a.75.75 0 0 0-1.06 1.06L8.44 8 7.22 9.22a.75.75 0 1 0 1.06 1.06L9.5 9.06l1.22 1.22a.75.75 0 1 0 1.06-1.06L10.56 8l1.22-1.22a.75.75 0 0 0-1.06-1.06L9.5 6.94 8.28 5.72Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BackspaceIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/BackwardIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/BackwardIcon.d.ts new file mode 100644 index 00000000..b154df6b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BackwardIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BackwardIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BackwardIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/BackwardIcon.js b/frontend/node_modules/@heroicons/react/16/solid/BackwardIcon.js new file mode 100644 index 00000000..5e9c580c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BackwardIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function BackwardIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8.5 4.75a.75.75 0 0 0-1.107-.66l-6 3.25a.75.75 0 0 0 0 1.32l6 3.25a.75.75 0 0 0 1.107-.66V8.988l5.393 2.921A.75.75 0 0 0 15 11.25v-6.5a.75.75 0 0 0-1.107-.66L8.5 7.013V4.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BackwardIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/BanknotesIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/BanknotesIcon.d.ts new file mode 100644 index 00000000..2295d499 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BanknotesIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BanknotesIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BanknotesIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/BanknotesIcon.js b/frontend/node_modules/@heroicons/react/16/solid/BanknotesIcon.js new file mode 100644 index 00000000..8e874205 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BanknotesIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function BanknotesIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V3Zm9 3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm-6.25-.75a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5ZM11.5 6A.75.75 0 1 1 13 6a.75.75 0 0 1-1.5 0Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M13 11.75a.75.75 0 0 0-1.5 0v.179c0 .15-.138.28-.306.255A65.277 65.277 0 0 0 1.75 11.5a.75.75 0 0 0 0 1.5c3.135 0 6.215.228 9.227.668A1.764 1.764 0 0 0 13 11.928v-.178Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BanknotesIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/Bars2Icon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/Bars2Icon.d.ts new file mode 100644 index 00000000..f36a9586 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/Bars2Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars2Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars2Icon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/Bars2Icon.js b/frontend/node_modules/@heroicons/react/16/solid/Bars2Icon.js new file mode 100644 index 00000000..f2dc0875 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/Bars2Icon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function Bars2Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 4.75A.75.75 0 0 1 2.75 4h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 4.75Zm0 6.5a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars2Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/Bars3BottomLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/Bars3BottomLeftIcon.d.ts new file mode 100644 index 00000000..1183f870 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/Bars3BottomLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars3BottomLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars3BottomLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/Bars3BottomLeftIcon.js b/frontend/node_modules/@heroicons/react/16/solid/Bars3BottomLeftIcon.js new file mode 100644 index 00000000..98a009aa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/Bars3BottomLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function Bars3BottomLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 3.75A.75.75 0 0 1 2.75 3h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 3.75ZM2 8a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 8Zm0 4.25a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars3BottomLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/Bars3BottomRightIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/Bars3BottomRightIcon.d.ts new file mode 100644 index 00000000..633e9477 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/Bars3BottomRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars3BottomRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars3BottomRightIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/Bars3BottomRightIcon.js b/frontend/node_modules/@heroicons/react/16/solid/Bars3BottomRightIcon.js new file mode 100644 index 00000000..2d7fae0b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/Bars3BottomRightIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function Bars3BottomRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 3.75A.75.75 0 0 1 2.75 3h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 3.75ZM2 8a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 8Zm6 4.25a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars3BottomRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/Bars3CenterLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/Bars3CenterLeftIcon.d.ts new file mode 100644 index 00000000..12d3ece6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/Bars3CenterLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars3CenterLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars3CenterLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/Bars3CenterLeftIcon.js b/frontend/node_modules/@heroicons/react/16/solid/Bars3CenterLeftIcon.js new file mode 100644 index 00000000..dd5ce69d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/Bars3CenterLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function Bars3CenterLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 3.75A.75.75 0 0 1 2.75 3h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 3.75ZM2 8a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5A.75.75 0 0 1 2 8Zm0 4.25a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars3CenterLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/Bars3Icon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/Bars3Icon.d.ts new file mode 100644 index 00000000..64290021 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/Bars3Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars3Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars3Icon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/Bars3Icon.js b/frontend/node_modules/@heroicons/react/16/solid/Bars3Icon.js new file mode 100644 index 00000000..816c9a5f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/Bars3Icon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function Bars3Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 3.75A.75.75 0 0 1 2.75 3h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 3.75ZM2 8a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 8Zm0 4.25a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars3Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/Bars4Icon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/Bars4Icon.d.ts new file mode 100644 index 00000000..83dbe1df --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/Bars4Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars4Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars4Icon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/Bars4Icon.js b/frontend/node_modules/@heroicons/react/16/solid/Bars4Icon.js new file mode 100644 index 00000000..cf4f9b53 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/Bars4Icon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function Bars4Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 2.75A.75.75 0 0 1 2.75 2h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 2.75Zm0 10.5a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75ZM2 6.25a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 6.25Zm0 3.5A.75.75 0 0 1 2.75 9h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 9.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars4Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/BarsArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/BarsArrowDownIcon.d.ts new file mode 100644 index 00000000..40e8d73a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BarsArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BarsArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BarsArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/BarsArrowDownIcon.js b/frontend/node_modules/@heroicons/react/16/solid/BarsArrowDownIcon.js new file mode 100644 index 00000000..3a87fcb9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BarsArrowDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function BarsArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 2.75A.75.75 0 0 1 2.75 2h9.5a.75.75 0 0 1 0 1.5h-9.5A.75.75 0 0 1 2 2.75ZM2 6.25a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 0 1.5h-5.5A.75.75 0 0 1 2 6.25Zm0 3.5A.75.75 0 0 1 2.75 9h3.5a.75.75 0 0 1 0 1.5h-3.5A.75.75 0 0 1 2 9.75ZM14.78 11.47a.75.75 0 0 1 0 1.06l-2.25 2.25a.75.75 0 0 1-1.06 0l-2.25-2.25a.75.75 0 1 1 1.06-1.06l.97.97V6.75a.75.75 0 0 1 1.5 0v5.69l.97-.97a.75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BarsArrowDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/BarsArrowUpIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/BarsArrowUpIcon.d.ts new file mode 100644 index 00000000..c8b3b932 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BarsArrowUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BarsArrowUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BarsArrowUpIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/BarsArrowUpIcon.js b/frontend/node_modules/@heroicons/react/16/solid/BarsArrowUpIcon.js new file mode 100644 index 00000000..0b2aacaa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BarsArrowUpIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function BarsArrowUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 2.75A.75.75 0 0 1 2.75 2h9.5a.75.75 0 0 1 0 1.5h-9.5A.75.75 0 0 1 2 2.75ZM2 6.25a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 0 1.5h-5.5A.75.75 0 0 1 2 6.25Zm0 3.5A.75.75 0 0 1 2.75 9h3.5a.75.75 0 0 1 0 1.5h-3.5A.75.75 0 0 1 2 9.75ZM9.22 9.53a.75.75 0 0 1 0-1.06l2.25-2.25a.75.75 0 0 1 1.06 0l2.25 2.25a.75.75 0 0 1-1.06 1.06l-.97-.97v5.69a.75.75 0 0 1-1.5 0V8.56l-.97.97a.75.75 0 0 1-1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BarsArrowUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/Battery0Icon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/Battery0Icon.d.ts new file mode 100644 index 00000000..45a9879f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/Battery0Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Battery0Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Battery0Icon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/Battery0Icon.js b/frontend/node_modules/@heroicons/react/16/solid/Battery0Icon.js new file mode 100644 index 00000000..65394768 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/Battery0Icon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function Battery0Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 6.25A2.25 2.25 0 0 1 3.25 4h8.5A2.25 2.25 0 0 1 14 6.25v.085a1.5 1.5 0 0 1 1 1.415v.5a1.5 1.5 0 0 1-1 1.415v.085A2.25 2.25 0 0 1 11.75 12h-8.5A2.25 2.25 0 0 1 1 9.75v-3.5Zm2.25-.75a.75.75 0 0 0-.75.75v3.5c0 .414.336.75.75.75h8.5a.75.75 0 0 0 .75-.75v-3.5a.75.75 0 0 0-.75-.75h-8.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Battery0Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/Battery100Icon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/Battery100Icon.d.ts new file mode 100644 index 00000000..5d0f04b2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/Battery100Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Battery100Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Battery100Icon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/Battery100Icon.js b/frontend/node_modules/@heroicons/react/16/solid/Battery100Icon.js new file mode 100644 index 00000000..aaefadcb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/Battery100Icon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function Battery100Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4 7.75A.75.75 0 0 1 4.75 7h5.5a.75.75 0 0 1 .75.75v.5a.75.75 0 0 1-.75.75h-5.5A.75.75 0 0 1 4 8.25v-.5Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.25 4A2.25 2.25 0 0 0 1 6.25v3.5A2.25 2.25 0 0 0 3.25 12h8.5A2.25 2.25 0 0 0 14 9.75v-.085a1.5 1.5 0 0 0 1-1.415v-.5a1.5 1.5 0 0 0-1-1.415V6.25A2.25 2.25 0 0 0 11.75 4h-8.5ZM2.5 6.25a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-.75.75h-8.5a.75.75 0 0 1-.75-.75v-3.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Battery100Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/Battery50Icon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/Battery50Icon.d.ts new file mode 100644 index 00000000..26713176 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/Battery50Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Battery50Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Battery50Icon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/Battery50Icon.js b/frontend/node_modules/@heroicons/react/16/solid/Battery50Icon.js new file mode 100644 index 00000000..b6439a03 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/Battery50Icon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function Battery50Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 6.25A2.25 2.25 0 0 1 3.25 4h8.5A2.25 2.25 0 0 1 14 6.25v.085a1.5 1.5 0 0 1 1 1.415v.5a1.5 1.5 0 0 1-1 1.415v.085A2.25 2.25 0 0 1 11.75 12h-8.5A2.25 2.25 0 0 1 1 9.75v-3.5Zm2.25-.75a.75.75 0 0 0-.75.75v3.5c0 .414.336.75.75.75h8.5a.75.75 0 0 0 .75-.75v-3.5a.75.75 0 0 0-.75-.75h-8.5Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M4.75 7a.75.75 0 0 0-.75.75v.5c0 .414.336.75.75.75h2a.75.75 0 0 0 .75-.75v-.5A.75.75 0 0 0 6.75 7h-2Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Battery50Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/BeakerIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/BeakerIcon.d.ts new file mode 100644 index 00000000..f2fdcedf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BeakerIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BeakerIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BeakerIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/BeakerIcon.js b/frontend/node_modules/@heroicons/react/16/solid/BeakerIcon.js new file mode 100644 index 00000000..e57983b7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BeakerIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function BeakerIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11 3.5v2.257c0 .597.237 1.17.659 1.591l2.733 2.733c.39.39.608.918.608 1.469a2.04 2.04 0 0 1-1.702 2.024C11.573 13.854 9.803 14 8 14s-3.573-.146-5.298-.426A2.04 2.04 0 0 1 1 11.55c0-.551.219-1.08.608-1.47l2.733-2.732A2.25 2.25 0 0 0 5 5.758V3.5h-.25a.75.75 0 0 1 0-1.5h6.5a.75.75 0 0 1 0 1.5H11ZM6.5 5.757V3.5h3v2.257a3.75 3.75 0 0 0 1.098 2.652l.158.158a3.36 3.36 0 0 0-.075.034c-.424.2-.916.194-1.335-.016l-1.19-.595a4.943 4.943 0 0 0-2.07-.52A3.75 3.75 0 0 0 6.5 5.757Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BeakerIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/BellAlertIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/BellAlertIcon.d.ts new file mode 100644 index 00000000..8d5d773d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BellAlertIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BellAlertIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BellAlertIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/BellAlertIcon.js b/frontend/node_modules/@heroicons/react/16/solid/BellAlertIcon.js new file mode 100644 index 00000000..3dc2b907 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BellAlertIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function BellAlertIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.6 1.7A.75.75 0 1 0 2.4.799a6.978 6.978 0 0 0-1.123 2.247.75.75 0 1 0 1.44.418c.187-.644.489-1.24.883-1.764ZM13.6.799a.75.75 0 1 0-1.2.9 5.48 5.48 0 0 1 .883 1.765.75.75 0 1 0 1.44-.418A6.978 6.978 0 0 0 13.6.799Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 1a4 4 0 0 1 4 4v2.379c0 .398.158.779.44 1.06l1.267 1.268a1 1 0 0 1 .293.707V11a1 1 0 0 1-1 1h-2a3 3 0 1 1-6 0H3a1 1 0 0 1-1-1v-.586a1 1 0 0 1 .293-.707L3.56 8.44A1.5 1.5 0 0 0 4 7.38V5a4 4 0 0 1 4-4Zm0 12.5A1.5 1.5 0 0 1 6.5 12h3A1.5 1.5 0 0 1 8 13.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BellAlertIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/BellIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/BellIcon.d.ts new file mode 100644 index 00000000..5d58b3d3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BellIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BellIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BellIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/BellIcon.js b/frontend/node_modules/@heroicons/react/16/solid/BellIcon.js new file mode 100644 index 00000000..72194f25 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BellIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function BellIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 5a4 4 0 0 0-8 0v2.379a1.5 1.5 0 0 1-.44 1.06L2.294 9.707a1 1 0 0 0-.293.707V11a1 1 0 0 0 1 1h2a3 3 0 1 0 6 0h2a1 1 0 0 0 1-1v-.586a1 1 0 0 0-.293-.707L12.44 8.44A1.5 1.5 0 0 1 12 7.38V5Zm-5.5 7a1.5 1.5 0 0 0 3 0h-3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BellIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/BellSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/BellSlashIcon.d.ts new file mode 100644 index 00000000..9b9002cd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BellSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BellSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BellSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/BellSlashIcon.js b/frontend/node_modules/@heroicons/react/16/solid/BellSlashIcon.js new file mode 100644 index 00000000..04cbbcc1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BellSlashIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function BellSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4 7.379v-.904l6.743 6.742A3 3 0 0 1 5 12H3a1 1 0 0 1-1-1v-.586a1 1 0 0 1 .293-.707L3.56 8.44A1.5 1.5 0 0 0 4 7.38ZM6.5 12a1.5 1.5 0 0 0 3 0h-3Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M14 11a.997.997 0 0 1-.096.429L4.92 2.446A4 4 0 0 1 12 5v2.379c0 .398.158.779.44 1.06l1.267 1.268a1 1 0 0 1 .293.707V11ZM2.22 2.22a.75.75 0 0 1 1.06 0l10.5 10.5a.75.75 0 1 1-1.06 1.06L2.22 3.28a.75.75 0 0 1 0-1.06Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BellSlashIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/BellSnoozeIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/BellSnoozeIcon.d.ts new file mode 100644 index 00000000..bb97a302 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BellSnoozeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BellSnoozeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BellSnoozeIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/BellSnoozeIcon.js b/frontend/node_modules/@heroicons/react/16/solid/BellSnoozeIcon.js new file mode 100644 index 00000000..906a76c9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BellSnoozeIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function BellSnoozeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 1a4 4 0 0 1 4 4v2.379c0 .398.158.779.44 1.06l1.267 1.268a1 1 0 0 1 .293.707V11a1 1 0 0 1-1 1h-2a3 3 0 1 1-6 0H3a1 1 0 0 1-1-1v-.586a1 1 0 0 1 .293-.707L3.56 8.44A1.5 1.5 0 0 0 4 7.38V5a4 4 0 0 1 4-4Zm0 12.5A1.5 1.5 0 0 1 6.5 12h3A1.5 1.5 0 0 1 8 13.5ZM6.75 4a.75.75 0 0 0 0 1.5h1.043L6.14 7.814A.75.75 0 0 0 6.75 9h2.5a.75.75 0 1 0 0-1.5H8.207L9.86 5.186A.75.75 0 0 0 9.25 4h-2.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BellSnoozeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/BoldIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/BoldIcon.d.ts new file mode 100644 index 00000000..e90cc8ef --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BoldIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BoldIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BoldIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/BoldIcon.js b/frontend/node_modules/@heroicons/react/16/solid/BoldIcon.js new file mode 100644 index 00000000..06eeaad1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BoldIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function BoldIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 3a1 1 0 0 1 1-1h5a3.5 3.5 0 0 1 2.843 5.541A3.75 3.75 0 0 1 9.25 14H4a1 1 0 0 1-1-1V3Zm2.5 3.5v-2H9a1 1 0 0 1 0 2H5.5Zm0 2.5v2.5h3.75a1.25 1.25 0 1 0 0-2.5H5.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BoldIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/BoltIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/BoltIcon.d.ts new file mode 100644 index 00000000..93704fbe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BoltIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BoltIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BoltIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/BoltIcon.js b/frontend/node_modules/@heroicons/react/16/solid/BoltIcon.js new file mode 100644 index 00000000..b68616dd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BoltIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function BoltIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.58 1.077a.75.75 0 0 1 .405.82L9.165 6h4.085a.75.75 0 0 1 .567 1.241l-6.5 7.5a.75.75 0 0 1-1.302-.638L6.835 10H2.75a.75.75 0 0 1-.567-1.241l6.5-7.5a.75.75 0 0 1 .897-.182Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BoltIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/BoltSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/BoltSlashIcon.d.ts new file mode 100644 index 00000000..d7db7c0d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BoltSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BoltSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BoltSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/BoltSlashIcon.js b/frontend/node_modules/@heroicons/react/16/solid/BoltSlashIcon.js new file mode 100644 index 00000000..7f666d88 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BoltSlashIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function BoltSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M9.58 1.077a.75.75 0 0 1 .405.82L9.165 6h4.085a.75.75 0 0 1 .567 1.241l-1.904 2.197L6.385 3.91 8.683 1.26a.75.75 0 0 1 .897-.182ZM4.087 6.562l5.528 5.528-2.298 2.651a.75.75 0 0 1-1.302-.638L6.835 10H2.75a.75.75 0 0 1-.567-1.241l1.904-2.197ZM2.22 2.22a.75.75 0 0 1 1.06 0l10.5 10.5a.75.75 0 1 1-1.06 1.06L2.22 3.28a.75.75 0 0 1 0-1.06Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BoltSlashIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/BookOpenIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/BookOpenIcon.d.ts new file mode 100644 index 00000000..11702953 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BookOpenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BookOpenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BookOpenIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/BookOpenIcon.js b/frontend/node_modules/@heroicons/react/16/solid/BookOpenIcon.js new file mode 100644 index 00000000..dea9b9be --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BookOpenIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function BookOpenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M7.25 3.688a8.035 8.035 0 0 0-4.872-.523A.48.48 0 0 0 2 3.64v7.994c0 .345.342.588.679.512a6.02 6.02 0 0 1 4.571.81V3.688ZM8.75 12.956a6.02 6.02 0 0 1 4.571-.81c.337.075.679-.167.679-.512V3.64a.48.48 0 0 0-.378-.475 8.034 8.034 0 0 0-4.872.523v9.268Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BookOpenIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/BookmarkIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/BookmarkIcon.d.ts new file mode 100644 index 00000000..53b465da --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BookmarkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BookmarkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BookmarkIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/BookmarkIcon.js b/frontend/node_modules/@heroicons/react/16/solid/BookmarkIcon.js new file mode 100644 index 00000000..4d123062 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BookmarkIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function BookmarkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.75 2a.75.75 0 0 0-.75.75v10.5a.75.75 0 0 0 1.28.53L8 10.06l3.72 3.72a.75.75 0 0 0 1.28-.53V2.75a.75.75 0 0 0-.75-.75h-8.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BookmarkIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/BookmarkSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/BookmarkSlashIcon.d.ts new file mode 100644 index 00000000..5ff3a4c6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BookmarkSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BookmarkSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BookmarkSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/BookmarkSlashIcon.js b/frontend/node_modules/@heroicons/react/16/solid/BookmarkSlashIcon.js new file mode 100644 index 00000000..92f25b9c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BookmarkSlashIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function BookmarkSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M13 2.75v7.775L4.475 2h7.775a.75.75 0 0 1 .75.75ZM3 13.25V5.475l4.793 4.793L4.28 13.78A.75.75 0 0 1 3 13.25ZM2.22 2.22a.75.75 0 0 1 1.06 0l10.5 10.5a.75.75 0 1 1-1.06 1.06L2.22 3.28a.75.75 0 0 1 0-1.06Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BookmarkSlashIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/BookmarkSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/BookmarkSquareIcon.d.ts new file mode 100644 index 00000000..0f2977b3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BookmarkSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BookmarkSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BookmarkSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/BookmarkSquareIcon.js b/frontend/node_modules/@heroicons/react/16/solid/BookmarkSquareIcon.js new file mode 100644 index 00000000..cb366c42 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BookmarkSquareIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function BookmarkSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4Zm1 2.25a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-1.28.53L8 9.06l-1.72 1.72A.75.75 0 0 1 5 10.25v-6Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BookmarkSquareIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/BriefcaseIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/BriefcaseIcon.d.ts new file mode 100644 index 00000000..b082422e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BriefcaseIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BriefcaseIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BriefcaseIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/BriefcaseIcon.js b/frontend/node_modules/@heroicons/react/16/solid/BriefcaseIcon.js new file mode 100644 index 00000000..44454b66 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BriefcaseIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function BriefcaseIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11 4V3a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v1H4a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-1ZM9 2.5H7a.5.5 0 0 0-.5.5v1h3V3a.5.5 0 0 0-.5-.5ZM9 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M3 11.83V12a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-.17c-.313.11-.65.17-1 .17H4c-.35 0-.687-.06-1-.17Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BriefcaseIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/BugAntIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/BugAntIcon.d.ts new file mode 100644 index 00000000..1514ca9d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BugAntIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BugAntIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BugAntIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/BugAntIcon.js b/frontend/node_modules/@heroicons/react/16/solid/BugAntIcon.js new file mode 100644 index 00000000..8c6c188f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BugAntIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function BugAntIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M11.983 1.364a.75.75 0 0 0-1.281.78c.096.158.184.321.264.489a5.48 5.48 0 0 1-.713.386A2.993 2.993 0 0 0 8 2c-.898 0-1.703.394-2.253 1.02a5.485 5.485 0 0 1-.713-.387c.08-.168.168-.33.264-.489a.75.75 0 1 0-1.28-.78c-.245.401-.45.83-.61 1.278a.75.75 0 0 0 .239.84 7 7 0 0 0 1.422.876A3.01 3.01 0 0 0 5 5c0 .126.072.24.183.3.386.205.796.37 1.227.487-.126.165-.227.35-.297.549A10.418 10.418 0 0 1 3.51 5.5a10.686 10.686 0 0 1-.008-.733.75.75 0 0 0-1.5-.033 12.222 12.222 0 0 0 .041 1.31.75.75 0 0 0 .4.6A11.922 11.922 0 0 0 6.199 7.87c.04.084.088.166.14.243l-.214.031-.027.005c-1.299.207-2.529.622-3.654 1.211a.75.75 0 0 0-.4.6 12.148 12.148 0 0 0 .197 3.443.75.75 0 0 0 1.47-.299 10.551 10.551 0 0 1-.2-2.6c.352-.167.714-.314 1.085-.441-.063.3-.096.614-.096.936 0 2.21 1.567 4 3.5 4s3.5-1.79 3.5-4c0-.322-.034-.636-.097-.937.372.128.734.275 1.085.442a10.703 10.703 0 0 1-.199 2.6.75.75 0 1 0 1.47.3 12.049 12.049 0 0 0 .197-3.443.75.75 0 0 0-.4-.6 11.921 11.921 0 0 0-3.671-1.215l-.011-.002a11.95 11.95 0 0 0-.213-.03c.052-.078.1-.16.14-.244 1.336-.202 2.6-.623 3.755-1.227a.75.75 0 0 0 .4-.6 12.178 12.178 0 0 0 .041-1.31.75.75 0 0 0-1.5.033 11.061 11.061 0 0 1-.008.733c-.815.386-1.688.67-2.602.836-.07-.2-.17-.384-.297-.55.43-.117.842-.282 1.228-.488A.34.34 0 0 0 11 5c0-.22-.024-.435-.069-.642a7 7 0 0 0 1.422-.876.75.75 0 0 0 .24-.84 6.97 6.97 0 0 0-.61-1.278Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BugAntIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/BuildingLibraryIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/BuildingLibraryIcon.d.ts new file mode 100644 index 00000000..3e31a801 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BuildingLibraryIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BuildingLibraryIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BuildingLibraryIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/BuildingLibraryIcon.js b/frontend/node_modules/@heroicons/react/16/solid/BuildingLibraryIcon.js new file mode 100644 index 00000000..885c757a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BuildingLibraryIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function BuildingLibraryIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.605 2.112a.75.75 0 0 1 .79 0l5.25 3.25A.75.75 0 0 1 13 6.707V12.5h.25a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5H3V6.707a.75.75 0 0 1-.645-1.345l5.25-3.25ZM4.5 8.75a.75.75 0 0 1 1.5 0v3a.75.75 0 0 1-1.5 0v-3ZM8 8a.75.75 0 0 0-.75.75v3a.75.75 0 0 0 1.5 0v-3A.75.75 0 0 0 8 8Zm2 .75a.75.75 0 0 1 1.5 0v3a.75.75 0 0 1-1.5 0v-3ZM8 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BuildingLibraryIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/BuildingOffice2Icon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/BuildingOffice2Icon.d.ts new file mode 100644 index 00000000..656d4baa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BuildingOffice2Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BuildingOffice2Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BuildingOffice2Icon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/BuildingOffice2Icon.js b/frontend/node_modules/@heroicons/react/16/solid/BuildingOffice2Icon.js new file mode 100644 index 00000000..fa6eeaa5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BuildingOffice2Icon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function BuildingOffice2Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.75 2a.75.75 0 0 0 0 1.5H2v9h-.25a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 .75-.75v-1.5a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 .75.75v1.5c0 .414.336.75.75.75h.5a.75.75 0 0 0 .75-.75V3.5h.25a.75.75 0 0 0 0-1.5h-7.5ZM3.5 5.5A.5.5 0 0 1 4 5h.5a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-.5.5H4a.5.5 0 0 1-.5-.5v-.5Zm.5 2a.5.5 0 0 0-.5.5v.5A.5.5 0 0 0 4 9h.5a.5.5 0 0 0 .5-.5V8a.5.5 0 0 0-.5-.5H4Zm2-2a.5.5 0 0 1 .5-.5H7a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-.5.5h-.5A.5.5 0 0 1 6 6v-.5Zm.5 2A.5.5 0 0 0 6 8v.5a.5.5 0 0 0 .5.5H7a.5.5 0 0 0 .5-.5V8a.5.5 0 0 0-.5-.5h-.5ZM11.5 6a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.75a.75.75 0 0 0 0-1.5H14v-5h.25a.75.75 0 0 0 0-1.5H11.5Zm.5 1.5h.5a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-.5.5H12a.5.5 0 0 1-.5-.5V8a.5.5 0 0 1 .5-.5Zm0 2.5a.5.5 0 0 0-.5.5v.5a.5.5 0 0 0 .5.5h.5a.5.5 0 0 0 .5-.5v-.5a.5.5 0 0 0-.5-.5H12Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BuildingOffice2Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/BuildingOfficeIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/BuildingOfficeIcon.d.ts new file mode 100644 index 00000000..8a8012fc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BuildingOfficeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BuildingOfficeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BuildingOfficeIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/BuildingOfficeIcon.js b/frontend/node_modules/@heroicons/react/16/solid/BuildingOfficeIcon.js new file mode 100644 index 00000000..a0956904 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BuildingOfficeIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function BuildingOfficeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.75 2a.75.75 0 0 0 0 1.5H4v9h-.25a.75.75 0 0 0 0 1.5H6a.5.5 0 0 0 .5-.5v-3A.5.5 0 0 1 7 10h2a.5.5 0 0 1 .5.5v3a.5.5 0 0 0 .5.5h2.25a.75.75 0 0 0 0-1.5H12v-9h.25a.75.75 0 0 0 0-1.5h-8.5ZM6.5 4a.5.5 0 0 0-.5.5V5a.5.5 0 0 0 .5.5H7a.5.5 0 0 0 .5-.5v-.5A.5.5 0 0 0 7 4h-.5ZM6 7a.5.5 0 0 1 .5-.5H7a.5.5 0 0 1 .5.5v.5A.5.5 0 0 1 7 8h-.5a.5.5 0 0 1-.5-.5V7Zm3-3a.5.5 0 0 0-.5.5V5a.5.5 0 0 0 .5.5h.5A.5.5 0 0 0 10 5v-.5a.5.5 0 0 0-.5-.5H9Zm-.5 3a.5.5 0 0 1 .5-.5h.5a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-.5.5H9a.5.5 0 0 1-.5-.5V7Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BuildingOfficeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/BuildingStorefrontIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/BuildingStorefrontIcon.d.ts new file mode 100644 index 00000000..34e2ecce --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BuildingStorefrontIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BuildingStorefrontIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BuildingStorefrontIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/BuildingStorefrontIcon.js b/frontend/node_modules/@heroicons/react/16/solid/BuildingStorefrontIcon.js new file mode 100644 index 00000000..16091910 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/BuildingStorefrontIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function BuildingStorefrontIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4.5 7c.681 0 1.3-.273 1.75-.715C6.7 6.727 7.319 7 8 7s1.3-.273 1.75-.715A2.5 2.5 0 1 0 11.5 2h-7a2.5 2.5 0 0 0 0 5ZM6.25 8.097A3.986 3.986 0 0 1 4.5 8.5c-.53 0-1.037-.103-1.5-.29v4.29h-.25a.75.75 0 0 0 0 1.5h.5a.754.754 0 0 0 .138-.013A.5.5 0 0 0 3.5 14H6a.5.5 0 0 0 .5-.5v-3A.5.5 0 0 1 7 10h2a.5.5 0 0 1 .5.5v3a.5.5 0 0 0 .5.5h2.5a.5.5 0 0 0 .112-.013c.045.009.09.013.138.013h.5a.75.75 0 1 0 0-1.5H13V8.21c-.463.187-.97.29-1.5.29a3.986 3.986 0 0 1-1.75-.403A3.986 3.986 0 0 1 8 8.5a3.986 3.986 0 0 1-1.75-.403Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BuildingStorefrontIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/CakeIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/CakeIcon.d.ts new file mode 100644 index 00000000..d53a3f3c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CakeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CakeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CakeIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/CakeIcon.js b/frontend/node_modules/@heroicons/react/16/solid/CakeIcon.js new file mode 100644 index 00000000..436aa04a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CakeIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function CakeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "m4.75 1-.884.884a1.25 1.25 0 1 0 1.768 0L4.75 1ZM11.25 1l-.884.884a1.25 1.25 0 1 0 1.768 0L11.25 1ZM8.884 1.884 8 1l-.884.884a1.25 1.25 0 1 0 1.768 0ZM4 7a2 2 0 0 0-2 2v1.034c.347 0 .694-.056 1.028-.167l.47-.157a4.75 4.75 0 0 1 3.004 0l.47.157a3.25 3.25 0 0 0 2.056 0l.47-.157a4.75 4.75 0 0 1 3.004 0l.47.157c.334.111.681.167 1.028.167V9a2 2 0 0 0-2-2V5.75a.75.75 0 0 0-1.5 0V7H8.75V5.75a.75.75 0 0 0-1.5 0V7H5.5V5.75a.75.75 0 0 0-1.5 0V7ZM14 11.534a4.749 4.749 0 0 1-1.502-.244l-.47-.157a3.25 3.25 0 0 0-2.056 0l-.47.157a4.75 4.75 0 0 1-3.004 0l-.47-.157a3.25 3.25 0 0 0-2.056 0l-.47.157A4.748 4.748 0 0 1 2 11.534V13a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-1.466Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CakeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/CalculatorIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/CalculatorIcon.d.ts new file mode 100644 index 00000000..6dd88acf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CalculatorIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CalculatorIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CalculatorIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/CalculatorIcon.js b/frontend/node_modules/@heroicons/react/16/solid/CalculatorIcon.js new file mode 100644 index 00000000..e2f7d1c8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CalculatorIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CalculatorIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H5Zm.75 6a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5ZM5 3.75A.75.75 0 0 1 5.75 3h4.5a.75.75 0 0 1 0 1.5h-4.5A.75.75 0 0 1 5 3.75Zm.75 7.75a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5ZM5 10a.75.75 0 1 1 1.5 0A.75.75 0 0 1 5 10Zm5.25-3a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm-.75 3a.75.75 0 0 1 1.5 0v2.25a.75.75 0 0 1-1.5 0V10ZM8 7a.75.75 0 1 0 0 1.5A.75.75 0 0 0 8 7Zm-.75 5.25a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Zm.75-3a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CalculatorIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/CalendarDateRangeIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/CalendarDateRangeIcon.d.ts new file mode 100644 index 00000000..c20998eb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CalendarDateRangeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CalendarDateRangeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CalendarDateRangeIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/CalendarDateRangeIcon.js b/frontend/node_modules/@heroicons/react/16/solid/CalendarDateRangeIcon.js new file mode 100644 index 00000000..81364cab --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CalendarDateRangeIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CalendarDateRangeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5.75 7.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5ZM7.25 8.25A.75.75 0 0 1 8 7.5h2.25a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1-.75-.75ZM5.75 9.5a.75.75 0 0 0 0 1.5H8a.75.75 0 0 0 0-1.5H5.75Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.75 1a.75.75 0 0 0-.75.75V3a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2V1.75a.75.75 0 0 0-1.5 0V3h-5V1.75A.75.75 0 0 0 4.75 1ZM3.5 7a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v4.5a1 1 0 0 1-1 1h-7a1 1 0 0 1-1-1V7Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CalendarDateRangeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/CalendarDaysIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/CalendarDaysIcon.d.ts new file mode 100644 index 00000000..11743d57 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CalendarDaysIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CalendarDaysIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CalendarDaysIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/CalendarDaysIcon.js b/frontend/node_modules/@heroicons/react/16/solid/CalendarDaysIcon.js new file mode 100644 index 00000000..27718ca0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CalendarDaysIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CalendarDaysIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5.75 7.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5ZM5 10.25a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0ZM10.25 7.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5ZM7.25 8.25a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0ZM8 9.5A.75.75 0 1 0 8 11a.75.75 0 0 0 0-1.5Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.75 1a.75.75 0 0 0-.75.75V3a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2V1.75a.75.75 0 0 0-1.5 0V3h-5V1.75A.75.75 0 0 0 4.75 1ZM3.5 7a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v4.5a1 1 0 0 1-1 1h-7a1 1 0 0 1-1-1V7Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CalendarDaysIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/CalendarIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/CalendarIcon.d.ts new file mode 100644 index 00000000..8c2fbb86 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CalendarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CalendarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CalendarIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/CalendarIcon.js b/frontend/node_modules/@heroicons/react/16/solid/CalendarIcon.js new file mode 100644 index 00000000..bf7c8d50 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CalendarIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CalendarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4 1.75a.75.75 0 0 1 1.5 0V3h5V1.75a.75.75 0 0 1 1.5 0V3a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2V1.75ZM4.5 6a1 1 0 0 0-1 1v4.5a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1h-7Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CalendarIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/CameraIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/CameraIcon.d.ts new file mode 100644 index 00000000..f04b065d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CameraIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CameraIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CameraIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/CameraIcon.js b/frontend/node_modules/@heroicons/react/16/solid/CameraIcon.js new file mode 100644 index 00000000..f1ee7d47 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CameraIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CameraIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M9.5 8.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.5 5A1.5 1.5 0 0 0 1 6.5v5A1.5 1.5 0 0 0 2.5 13h11a1.5 1.5 0 0 0 1.5-1.5v-5A1.5 1.5 0 0 0 13.5 5h-.879a1.5 1.5 0 0 1-1.06-.44l-1.122-1.12A1.5 1.5 0 0 0 9.38 3H6.62a1.5 1.5 0 0 0-1.06.44L4.439 4.56A1.5 1.5 0 0 1 3.38 5H2.5ZM11 8.5a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CameraIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ChartBarIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ChartBarIcon.d.ts new file mode 100644 index 00000000..00d13e4f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ChartBarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChartBarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChartBarIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ChartBarIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ChartBarIcon.js new file mode 100644 index 00000000..880e6302 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ChartBarIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function ChartBarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M12 2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1h-1ZM6.5 6a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V6ZM2 9a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChartBarIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ChartBarSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ChartBarSquareIcon.d.ts new file mode 100644 index 00000000..dbdf6055 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ChartBarSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChartBarSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChartBarSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ChartBarSquareIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ChartBarSquareIcon.js new file mode 100644 index 00000000..d36e7948 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ChartBarSquareIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChartBarSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4Zm.75 7a.75.75 0 0 0-.75.75v1.5a.75.75 0 0 0 1.5 0v-1.5A.75.75 0 0 0 4.75 9Zm2.5-1.75a.75.75 0 0 1 1.5 0v4a.75.75 0 0 1-1.5 0v-4Zm4-3.25a.75.75 0 0 0-.75.75v6.5a.75.75 0 0 0 1.5 0v-6.5a.75.75 0 0 0-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChartBarSquareIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ChartPieIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ChartPieIcon.d.ts new file mode 100644 index 00000000..32f49130 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ChartPieIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChartPieIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChartPieIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ChartPieIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ChartPieIcon.js new file mode 100644 index 00000000..943f7856 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ChartPieIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChartPieIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M13.975 6.5c.028.276-.199.5-.475.5h-4a.5.5 0 0 1-.5-.5v-4c0-.276.225-.503.5-.475A5.002 5.002 0 0 1 13.974 6.5Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M6.5 4.025c.276-.028.5.199.5.475v4a.5.5 0 0 0 .5.5h4c.276 0 .503.225.475.5a5 5 0 1 1-5.474-5.475Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChartPieIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleBottomCenterIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleBottomCenterIcon.d.ts new file mode 100644 index 00000000..a1b5e935 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleBottomCenterIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleBottomCenterIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleBottomCenterIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleBottomCenterIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleBottomCenterIcon.js new file mode 100644 index 00000000..c875e054 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleBottomCenterIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function ChatBubbleBottomCenterIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M1 8.74c0 .983.713 1.825 1.69 1.943.904.108 1.817.19 2.737.243.363.02.688.231.85.556l1.052 2.103a.75.75 0 0 0 1.342 0l1.052-2.103c.162-.325.487-.535.85-.556.92-.053 1.833-.134 2.738-.243.976-.118 1.689-.96 1.689-1.942V4.259c0-.982-.713-1.824-1.69-1.942a44.45 44.45 0 0 0-10.62 0C1.712 2.435 1 3.277 1 4.26v4.482Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleBottomCenterIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleBottomCenterTextIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleBottomCenterTextIcon.d.ts new file mode 100644 index 00000000..063305b1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleBottomCenterTextIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleBottomCenterTextIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleBottomCenterTextIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleBottomCenterTextIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleBottomCenterTextIcon.js new file mode 100644 index 00000000..ab202d80 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleBottomCenterTextIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChatBubbleBottomCenterTextIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 8.74c0 .983.713 1.825 1.69 1.943.904.108 1.817.19 2.737.243.363.02.688.231.85.556l1.052 2.103a.75.75 0 0 0 1.342 0l1.052-2.103c.162-.325.487-.535.85-.556.92-.053 1.833-.134 2.738-.243.976-.118 1.689-.96 1.689-1.942V4.259c0-.982-.713-1.824-1.69-1.942a44.45 44.45 0 0 0-10.62 0C1.712 2.435 1 3.277 1 4.26v4.482Zm3-3.49a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 0 1.5h-6.5A.75.75 0 0 1 4 5.25ZM4.75 7a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5h-2.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleBottomCenterTextIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleLeftEllipsisIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleLeftEllipsisIcon.d.ts new file mode 100644 index 00000000..a47610a1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleLeftEllipsisIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleLeftEllipsisIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleLeftEllipsisIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleLeftEllipsisIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleLeftEllipsisIcon.js new file mode 100644 index 00000000..6679c3c9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleLeftEllipsisIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChatBubbleLeftEllipsisIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 8.74c0 .983.713 1.825 1.69 1.943.764.092 1.534.164 2.31.216v2.351a.75.75 0 0 0 1.28.53l2.51-2.51c.182-.181.427-.286.684-.294a44.298 44.298 0 0 0 3.837-.293C14.287 10.565 15 9.723 15 8.74V4.26c0-.983-.713-1.825-1.69-1.943a44.447 44.447 0 0 0-10.62 0C1.712 2.435 1 3.277 1 4.26v4.482ZM5.5 6.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm2.5 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm3.5 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleLeftEllipsisIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleLeftIcon.d.ts new file mode 100644 index 00000000..6cc3f428 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleLeftIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleLeftIcon.js new file mode 100644 index 00000000..97b77ca5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleLeftIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function ChatBubbleLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M1 8.74c0 .983.713 1.825 1.69 1.943.764.092 1.534.164 2.31.216v2.351a.75.75 0 0 0 1.28.53l2.51-2.51c.182-.181.427-.286.684-.294a44.298 44.298 0 0 0 3.837-.293C14.287 10.565 15 9.723 15 8.74V4.26c0-.983-.713-1.825-1.69-1.943a44.447 44.447 0 0 0-10.62 0C1.712 2.435 1 3.277 1 4.26v4.482Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleLeftRightIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleLeftRightIcon.d.ts new file mode 100644 index 00000000..0570c987 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleLeftRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleLeftRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleLeftRightIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleLeftRightIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleLeftRightIcon.js new file mode 100644 index 00000000..26222889 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleLeftRightIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChatBubbleLeftRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M1 8.849c0 1 .738 1.851 1.734 1.947L3 10.82v2.429a.75.75 0 0 0 1.28.53l1.82-1.82A3.484 3.484 0 0 1 5.5 10V9A3.5 3.5 0 0 1 9 5.5h4V4.151c0-1-.739-1.851-1.734-1.947a44.539 44.539 0 0 0-8.532 0C1.738 2.3 1 3.151 1 4.151V8.85Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M7 9a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2h-.25v1.25a.75.75 0 0 1-1.28.53L9.69 12H9a2 2 0 0 1-2-2V9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleLeftRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleOvalLeftEllipsisIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleOvalLeftEllipsisIcon.d.ts new file mode 100644 index 00000000..fbdac0c6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleOvalLeftEllipsisIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleOvalLeftEllipsisIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleOvalLeftEllipsisIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleOvalLeftEllipsisIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleOvalLeftEllipsisIcon.js new file mode 100644 index 00000000..bfd55f10 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleOvalLeftEllipsisIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChatBubbleOvalLeftEllipsisIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 2C4.262 2 1 4.57 1 8c0 1.86.98 3.486 2.455 4.566a3.472 3.472 0 0 1-.469 1.26.75.75 0 0 0 .713 1.14 6.961 6.961 0 0 0 3.06-1.06c.403.062.818.094 1.241.094 3.738 0 7-2.57 7-6s-3.262-6-7-6ZM5 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm7-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM8 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleOvalLeftEllipsisIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleOvalLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleOvalLeftIcon.d.ts new file mode 100644 index 00000000..337b7ef5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleOvalLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleOvalLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleOvalLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleOvalLeftIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleOvalLeftIcon.js new file mode 100644 index 00000000..24b05dd8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ChatBubbleOvalLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChatBubbleOvalLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 8c0-3.43 3.262-6 7-6s7 2.57 7 6-3.262 6-7 6c-.423 0-.838-.032-1.241-.094-.9.574-1.941.948-3.06 1.06a.75.75 0 0 1-.713-1.14c.232-.378.395-.804.469-1.26C1.979 11.486 1 9.86 1 8Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleOvalLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/CheckBadgeIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/CheckBadgeIcon.d.ts new file mode 100644 index 00000000..986c9969 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CheckBadgeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CheckBadgeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CheckBadgeIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/CheckBadgeIcon.js b/frontend/node_modules/@heroicons/react/16/solid/CheckBadgeIcon.js new file mode 100644 index 00000000..48ce2534 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CheckBadgeIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CheckBadgeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 8c0 .982-.472 1.854-1.202 2.402a2.995 2.995 0 0 1-.848 2.547 2.995 2.995 0 0 1-2.548.849A2.996 2.996 0 0 1 8 15a2.996 2.996 0 0 1-2.402-1.202 2.995 2.995 0 0 1-2.547-.848 2.995 2.995 0 0 1-.849-2.548A2.996 2.996 0 0 1 1 8c0-.982.472-1.854 1.202-2.402a2.995 2.995 0 0 1 .848-2.547 2.995 2.995 0 0 1 2.548-.849A2.995 2.995 0 0 1 8 1c.982 0 1.854.472 2.402 1.202a2.995 2.995 0 0 1 2.547.848c.695.695.978 1.645.849 2.548A2.996 2.996 0 0 1 15 8Zm-3.291-2.843a.75.75 0 0 1 .135 1.052l-4.25 5.5a.75.75 0 0 1-1.151.043l-2.25-2.5a.75.75 0 1 1 1.114-1.004l1.65 1.832 3.7-4.789a.75.75 0 0 1 1.052-.134Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CheckBadgeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/CheckCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/CheckCircleIcon.d.ts new file mode 100644 index 00000000..469518eb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CheckCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CheckCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CheckCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/CheckCircleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/CheckCircleIcon.js new file mode 100644 index 00000000..7c7fa697 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CheckCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CheckCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Zm3.844-8.791a.75.75 0 0 0-1.188-.918l-3.7 4.79-1.649-1.833a.75.75 0 1 0-1.114 1.004l2.25 2.5a.75.75 0 0 0 1.15-.043l4.25-5.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CheckCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/CheckIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/CheckIcon.d.ts new file mode 100644 index 00000000..b820cd99 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CheckIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CheckIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CheckIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/CheckIcon.js b/frontend/node_modules/@heroicons/react/16/solid/CheckIcon.js new file mode 100644 index 00000000..7adb88ca --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CheckIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CheckIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12.416 3.376a.75.75 0 0 1 .208 1.04l-5 7.5a.75.75 0 0 1-1.154.114l-3-3a.75.75 0 0 1 1.06-1.06l2.353 2.353 4.493-6.74a.75.75 0 0 1 1.04-.207Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CheckIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ChevronDoubleDownIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ChevronDoubleDownIcon.d.ts new file mode 100644 index 00000000..6feae523 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ChevronDoubleDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronDoubleDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronDoubleDownIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ChevronDoubleDownIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ChevronDoubleDownIcon.js new file mode 100644 index 00000000..6be85259 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ChevronDoubleDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChevronDoubleDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.47 12.78a.75.75 0 0 0 1.06 0l3.25-3.25a.75.75 0 0 0-1.06-1.06L8 11.19 5.28 8.47a.75.75 0 0 0-1.06 1.06l3.25 3.25ZM4.22 4.53l3.25 3.25a.75.75 0 0 0 1.06 0l3.25-3.25a.75.75 0 0 0-1.06-1.06L8 6.19 5.28 3.47a.75.75 0 0 0-1.06 1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronDoubleDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ChevronDoubleLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ChevronDoubleLeftIcon.d.ts new file mode 100644 index 00000000..3e75e8cf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ChevronDoubleLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronDoubleLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronDoubleLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ChevronDoubleLeftIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ChevronDoubleLeftIcon.js new file mode 100644 index 00000000..73c9ee76 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ChevronDoubleLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChevronDoubleLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.22 7.595a.75.75 0 0 0 0 1.06l3.25 3.25a.75.75 0 0 0 1.06-1.06l-2.72-2.72 2.72-2.72a.75.75 0 0 0-1.06-1.06l-3.25 3.25Zm8.25-3.25-3.25 3.25a.75.75 0 0 0 0 1.06l3.25 3.25a.75.75 0 1 0 1.06-1.06l-2.72-2.72 2.72-2.72a.75.75 0 0 0-1.06-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronDoubleLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ChevronDoubleRightIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ChevronDoubleRightIcon.d.ts new file mode 100644 index 00000000..bf5c0a89 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ChevronDoubleRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronDoubleRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronDoubleRightIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ChevronDoubleRightIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ChevronDoubleRightIcon.js new file mode 100644 index 00000000..d81a419e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ChevronDoubleRightIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChevronDoubleRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12.78 7.595a.75.75 0 0 1 0 1.06l-3.25 3.25a.75.75 0 0 1-1.06-1.06l2.72-2.72-2.72-2.72a.75.75 0 0 1 1.06-1.06l3.25 3.25Zm-8.25-3.25 3.25 3.25a.75.75 0 0 1 0 1.06l-3.25 3.25a.75.75 0 0 1-1.06-1.06l2.72-2.72-2.72-2.72a.75.75 0 0 1 1.06-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronDoubleRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ChevronDoubleUpIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ChevronDoubleUpIcon.d.ts new file mode 100644 index 00000000..00d556a5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ChevronDoubleUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronDoubleUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronDoubleUpIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ChevronDoubleUpIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ChevronDoubleUpIcon.js new file mode 100644 index 00000000..9c5d4f4b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ChevronDoubleUpIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChevronDoubleUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.47 3.22a.75.75 0 0 1 1.06 0l3.25 3.25a.75.75 0 0 1-1.06 1.06L8 4.81 5.28 7.53a.75.75 0 0 1-1.06-1.06l3.25-3.25Zm-3.25 8.25 3.25-3.25a.75.75 0 0 1 1.06 0l3.25 3.25a.75.75 0 1 1-1.06 1.06L8 9.81l-2.72 2.72a.75.75 0 0 1-1.06-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronDoubleUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ChevronDownIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ChevronDownIcon.d.ts new file mode 100644 index 00000000..dd69c4b3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ChevronDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronDownIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ChevronDownIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ChevronDownIcon.js new file mode 100644 index 00000000..502e8744 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ChevronDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChevronDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.22 6.22a.75.75 0 0 1 1.06 0L8 8.94l2.72-2.72a.75.75 0 1 1 1.06 1.06l-3.25 3.25a.75.75 0 0 1-1.06 0L4.22 7.28a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ChevronLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ChevronLeftIcon.d.ts new file mode 100644 index 00000000..7c694e2c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ChevronLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ChevronLeftIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ChevronLeftIcon.js new file mode 100644 index 00000000..ac7363df --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ChevronLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChevronLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.78 4.22a.75.75 0 0 1 0 1.06L7.06 8l2.72 2.72a.75.75 0 1 1-1.06 1.06L5.47 8.53a.75.75 0 0 1 0-1.06l3.25-3.25a.75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ChevronRightIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ChevronRightIcon.d.ts new file mode 100644 index 00000000..1bbf4c91 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ChevronRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronRightIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ChevronRightIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ChevronRightIcon.js new file mode 100644 index 00000000..1e612450 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ChevronRightIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChevronRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6.22 4.22a.75.75 0 0 1 1.06 0l3.25 3.25a.75.75 0 0 1 0 1.06l-3.25 3.25a.75.75 0 0 1-1.06-1.06L8.94 8 6.22 5.28a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ChevronUpDownIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ChevronUpDownIcon.d.ts new file mode 100644 index 00000000..c3ac4f97 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ChevronUpDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronUpDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronUpDownIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ChevronUpDownIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ChevronUpDownIcon.js new file mode 100644 index 00000000..5eff3410 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ChevronUpDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChevronUpDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.22 10.22a.75.75 0 0 1 1.06 0L8 11.94l1.72-1.72a.75.75 0 1 1 1.06 1.06l-2.25 2.25a.75.75 0 0 1-1.06 0l-2.25-2.25a.75.75 0 0 1 0-1.06ZM10.78 5.78a.75.75 0 0 1-1.06 0L8 4.06 6.28 5.78a.75.75 0 0 1-1.06-1.06l2.25-2.25a.75.75 0 0 1 1.06 0l2.25 2.25a.75.75 0 0 1 0 1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronUpDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ChevronUpIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ChevronUpIcon.d.ts new file mode 100644 index 00000000..844cf9b7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ChevronUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronUpIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ChevronUpIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ChevronUpIcon.js new file mode 100644 index 00000000..0ed98ea3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ChevronUpIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChevronUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.78 9.78a.75.75 0 0 1-1.06 0L8 7.06 5.28 9.78a.75.75 0 0 1-1.06-1.06l3.25-3.25a.75.75 0 0 1 1.06 0l3.25 3.25a.75.75 0 0 1 0 1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/CircleStackIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/CircleStackIcon.d.ts new file mode 100644 index 00000000..2bbb5569 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CircleStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CircleStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CircleStackIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/CircleStackIcon.js b/frontend/node_modules/@heroicons/react/16/solid/CircleStackIcon.js new file mode 100644 index 00000000..ef53cdd6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CircleStackIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CircleStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8 7c3.314 0 6-1.343 6-3s-2.686-3-6-3-6 1.343-6 3 2.686 3 6 3Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M8 8.5c1.84 0 3.579-.37 4.914-1.037A6.33 6.33 0 0 0 14 6.78V8c0 1.657-2.686 3-6 3S2 9.657 2 8V6.78c.346.273.72.5 1.087.683C4.42 8.131 6.16 8.5 8 8.5Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M8 12.5c1.84 0 3.579-.37 4.914-1.037.366-.183.74-.41 1.086-.684V12c0 1.657-2.686 3-6 3s-6-1.343-6-3v-1.22c.346.273.72.5 1.087.683C4.42 12.131 6.16 12.5 8 12.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CircleStackIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ClipboardDocumentCheckIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ClipboardDocumentCheckIcon.d.ts new file mode 100644 index 00000000..9efe079e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ClipboardDocumentCheckIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ClipboardDocumentCheckIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ClipboardDocumentCheckIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ClipboardDocumentCheckIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ClipboardDocumentCheckIcon.js new file mode 100644 index 00000000..0edb1501 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ClipboardDocumentCheckIcon.js @@ -0,0 +1,28 @@ +const React = require("react"); +function ClipboardDocumentCheckIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.986 3H12a2 2 0 0 1 2 2v6a2 2 0 0 1-1.5 1.937V7A2.5 2.5 0 0 0 10 4.5H4.063A2 2 0 0 1 6 3h.014A2.25 2.25 0 0 1 8.25 1h1.5a2.25 2.25 0 0 1 2.236 2ZM10.5 4v-.75a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0-.75.75V4h3Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 7a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7Zm6.585 1.08a.75.75 0 0 1 .336 1.005l-1.75 3.5a.75.75 0 0 1-1.16.234l-1.75-1.5a.75.75 0 0 1 .977-1.139l1.02.875 1.321-2.64a.75.75 0 0 1 1.006-.336Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ClipboardDocumentCheckIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ClipboardDocumentIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ClipboardDocumentIcon.d.ts new file mode 100644 index 00000000..24e6a6b7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ClipboardDocumentIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ClipboardDocumentIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ClipboardDocumentIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ClipboardDocumentIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ClipboardDocumentIcon.js new file mode 100644 index 00000000..c36fd8dc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ClipboardDocumentIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ClipboardDocumentIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.986 3H12a2 2 0 0 1 2 2v6a2 2 0 0 1-1.5 1.937v-2.523a2.5 2.5 0 0 0-.732-1.768L8.354 5.232A2.5 2.5 0 0 0 6.586 4.5H4.063A2 2 0 0 1 6 3h.014A2.25 2.25 0 0 1 8.25 1h1.5a2.25 2.25 0 0 1 2.236 2ZM10.5 4v-.75a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0-.75.75V4h3Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M3 6a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1v-3.586a1 1 0 0 0-.293-.707L7.293 6.293A1 1 0 0 0 6.586 6H3Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ClipboardDocumentIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ClipboardDocumentListIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ClipboardDocumentListIcon.d.ts new file mode 100644 index 00000000..121e6c9b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ClipboardDocumentListIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ClipboardDocumentListIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ClipboardDocumentListIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ClipboardDocumentListIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ClipboardDocumentListIcon.js new file mode 100644 index 00000000..3edea5ca --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ClipboardDocumentListIcon.js @@ -0,0 +1,28 @@ +const React = require("react"); +function ClipboardDocumentListIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.986 3H12a2 2 0 0 1 2 2v6a2 2 0 0 1-1.5 1.937V7A2.5 2.5 0 0 0 10 4.5H4.063A2 2 0 0 1 6 3h.014A2.25 2.25 0 0 1 8.25 1h1.5a2.25 2.25 0 0 1 2.236 2ZM10.5 4v-.75a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0-.75.75V4h3Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 6a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H3Zm1.75 2.5a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5h-3.5ZM4 11.75a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ClipboardDocumentListIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ClipboardIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ClipboardIcon.d.ts new file mode 100644 index 00000000..9ee561ac --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ClipboardIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ClipboardIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ClipboardIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ClipboardIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ClipboardIcon.js new file mode 100644 index 00000000..abb92d95 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ClipboardIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ClipboardIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10.986 3H12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h1.014A2.25 2.25 0 0 1 7.25 1h1.5a2.25 2.25 0 0 1 2.236 2ZM9.5 4v-.75a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0-.75.75V4h3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ClipboardIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ClockIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ClockIcon.d.ts new file mode 100644 index 00000000..2de89851 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ClockIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ClockIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ClockIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ClockIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ClockIcon.js new file mode 100644 index 00000000..4aae2632 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ClockIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ClockIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ClockIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/CloudArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/CloudArrowDownIcon.d.ts new file mode 100644 index 00000000..39732ffe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CloudArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CloudArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CloudArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/CloudArrowDownIcon.js b/frontend/node_modules/@heroicons/react/16/solid/CloudArrowDownIcon.js new file mode 100644 index 00000000..663b1bdb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CloudArrowDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CloudArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 13a3.5 3.5 0 0 1-1.41-6.705A3.5 3.5 0 0 1 9.72 4.124a2.5 2.5 0 0 1 3.197 3.018A3.001 3.001 0 0 1 12 13H4.5Zm6.28-3.97a.75.75 0 1 0-1.06-1.06l-.97.97V6.25a.75.75 0 0 0-1.5 0v2.69l-.97-.97a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.06 0l2.25-2.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CloudArrowDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/CloudArrowUpIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/CloudArrowUpIcon.d.ts new file mode 100644 index 00000000..726007d8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CloudArrowUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CloudArrowUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CloudArrowUpIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/CloudArrowUpIcon.js b/frontend/node_modules/@heroicons/react/16/solid/CloudArrowUpIcon.js new file mode 100644 index 00000000..6fbb3b91 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CloudArrowUpIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CloudArrowUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 13a3.5 3.5 0 0 1-1.41-6.705A3.5 3.5 0 0 1 9.72 4.124a2.5 2.5 0 0 1 3.197 3.018A3.001 3.001 0 0 1 12 13H4.5Zm.72-5.03a.75.75 0 0 0 1.06 1.06l.97-.97v2.69a.75.75 0 0 0 1.5 0V8.06l.97.97a.75.75 0 1 0 1.06-1.06L8.53 5.72a.75.75 0 0 0-1.06 0L5.22 7.97Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CloudArrowUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/CloudIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/CloudIcon.d.ts new file mode 100644 index 00000000..b5ccfe79 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CloudIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CloudIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CloudIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/CloudIcon.js b/frontend/node_modules/@heroicons/react/16/solid/CloudIcon.js new file mode 100644 index 00000000..2409ec63 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CloudIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function CloudIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M1 9.5A3.5 3.5 0 0 0 4.5 13H12a3 3 0 0 0 .917-5.857 2.503 2.503 0 0 0-3.198-3.019 3.5 3.5 0 0 0-6.628 2.171A3.5 3.5 0 0 0 1 9.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CloudIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/CodeBracketIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/CodeBracketIcon.d.ts new file mode 100644 index 00000000..ca0d8e8c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CodeBracketIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CodeBracketIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CodeBracketIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/CodeBracketIcon.js b/frontend/node_modules/@heroicons/react/16/solid/CodeBracketIcon.js new file mode 100644 index 00000000..dc783249 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CodeBracketIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CodeBracketIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.78 4.97a.75.75 0 0 1 0 1.06L2.81 8l1.97 1.97a.75.75 0 1 1-1.06 1.06l-2.5-2.5a.75.75 0 0 1 0-1.06l2.5-2.5a.75.75 0 0 1 1.06 0ZM11.22 4.97a.75.75 0 0 0 0 1.06L13.19 8l-1.97 1.97a.75.75 0 1 0 1.06 1.06l2.5-2.5a.75.75 0 0 0 0-1.06l-2.5-2.5a.75.75 0 0 0-1.06 0ZM8.856 2.008a.75.75 0 0 1 .636.848l-1.5 10.5a.75.75 0 0 1-1.484-.212l1.5-10.5a.75.75 0 0 1 .848-.636Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CodeBracketIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/CodeBracketSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/CodeBracketSquareIcon.d.ts new file mode 100644 index 00000000..53dd03aa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CodeBracketSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CodeBracketSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CodeBracketSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/CodeBracketSquareIcon.js b/frontend/node_modules/@heroicons/react/16/solid/CodeBracketSquareIcon.js new file mode 100644 index 00000000..c6600c18 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CodeBracketSquareIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CodeBracketSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4Zm4.78 1.97a.75.75 0 0 1 0 1.06L5.81 8l.97.97a.75.75 0 1 1-1.06 1.06l-1.5-1.5a.75.75 0 0 1 0-1.06l1.5-1.5a.75.75 0 0 1 1.06 0Zm2.44 1.06a.75.75 0 0 1 1.06-1.06l1.5 1.5a.75.75 0 0 1 0 1.06l-1.5 1.5a.75.75 0 1 1-1.06-1.06l.97-.97-.97-.97Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CodeBracketSquareIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/Cog6ToothIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/Cog6ToothIcon.d.ts new file mode 100644 index 00000000..327c3e9e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/Cog6ToothIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Cog6ToothIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Cog6ToothIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/Cog6ToothIcon.js b/frontend/node_modules/@heroicons/react/16/solid/Cog6ToothIcon.js new file mode 100644 index 00000000..e6355c85 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/Cog6ToothIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function Cog6ToothIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6.455 1.45A.5.5 0 0 1 6.952 1h2.096a.5.5 0 0 1 .497.45l.186 1.858a4.996 4.996 0 0 1 1.466.848l1.703-.769a.5.5 0 0 1 .639.206l1.047 1.814a.5.5 0 0 1-.14.656l-1.517 1.09a5.026 5.026 0 0 1 0 1.694l1.516 1.09a.5.5 0 0 1 .141.656l-1.047 1.814a.5.5 0 0 1-.639.206l-1.703-.768c-.433.36-.928.649-1.466.847l-.186 1.858a.5.5 0 0 1-.497.45H6.952a.5.5 0 0 1-.497-.45l-.186-1.858a4.993 4.993 0 0 1-1.466-.848l-1.703.769a.5.5 0 0 1-.639-.206l-1.047-1.814a.5.5 0 0 1 .14-.656l1.517-1.09a5.033 5.033 0 0 1 0-1.694l-1.516-1.09a.5.5 0 0 1-.141-.656L2.46 3.593a.5.5 0 0 1 .639-.206l1.703.769c.433-.36.928-.65 1.466-.848l.186-1.858Zm-.177 7.567-.022-.037a2 2 0 0 1 3.466-1.997l.022.037a2 2 0 0 1-3.466 1.997Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Cog6ToothIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/Cog8ToothIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/Cog8ToothIcon.d.ts new file mode 100644 index 00000000..6a3f546b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/Cog8ToothIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Cog8ToothIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Cog8ToothIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/Cog8ToothIcon.js b/frontend/node_modules/@heroicons/react/16/solid/Cog8ToothIcon.js new file mode 100644 index 00000000..6f1a0c5e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/Cog8ToothIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function Cog8ToothIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6.955 1.45A.5.5 0 0 1 7.452 1h1.096a.5.5 0 0 1 .497.45l.17 1.699c.484.12.94.312 1.356.562l1.321-1.081a.5.5 0 0 1 .67.033l.774.775a.5.5 0 0 1 .034.67l-1.08 1.32c.25.417.44.873.561 1.357l1.699.17a.5.5 0 0 1 .45.497v1.096a.5.5 0 0 1-.45.497l-1.699.17c-.12.484-.312.94-.562 1.356l1.082 1.322a.5.5 0 0 1-.034.67l-.774.774a.5.5 0 0 1-.67.033l-1.322-1.08c-.416.25-.872.44-1.356.561l-.17 1.699a.5.5 0 0 1-.497.45H7.452a.5.5 0 0 1-.497-.45l-.17-1.699a4.973 4.973 0 0 1-1.356-.562L4.108 13.37a.5.5 0 0 1-.67-.033l-.774-.775a.5.5 0 0 1-.034-.67l1.08-1.32a4.971 4.971 0 0 1-.561-1.357l-1.699-.17A.5.5 0 0 1 1 8.548V7.452a.5.5 0 0 1 .45-.497l1.699-.17c.12-.484.312-.94.562-1.356L2.629 4.107a.5.5 0 0 1 .034-.67l.774-.774a.5.5 0 0 1 .67-.033L5.43 3.71a4.97 4.97 0 0 1 1.356-.561l.17-1.699ZM6 8c0 .538.212 1.026.558 1.385l.057.057a2 2 0 0 0 2.828-2.828l-.058-.056A2 2 0 0 0 6 8Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Cog8ToothIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/CogIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/CogIcon.d.ts new file mode 100644 index 00000000..e6570f2c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CogIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CogIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CogIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/CogIcon.js b/frontend/node_modules/@heroicons/react/16/solid/CogIcon.js new file mode 100644 index 00000000..ed758e8e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CogIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CogIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 1.938a.75.75 0 0 1 1.025.274l.652 1.131c.351-.138.71-.233 1.073-.288V1.75a.75.75 0 0 1 1.5 0v1.306a5.03 5.03 0 0 1 1.072.288l.654-1.132a.75.75 0 1 1 1.298.75l-.652 1.13c.286.23.55.492.785.786l1.13-.653a.75.75 0 1 1 .75 1.3l-1.13.652c.137.351.233.71.288 1.073h1.305a.75.75 0 0 1 0 1.5h-1.306a5.032 5.032 0 0 1-.288 1.072l1.132.654a.75.75 0 0 1-.75 1.298l-1.13-.652c-.23.286-.492.55-.786.785l.652 1.13a.75.75 0 0 1-1.298.75l-.653-1.13c-.351.137-.71.233-1.073.288v1.305a.75.75 0 0 1-1.5 0v-1.306a5.032 5.032 0 0 1-1.072-.288l-.653 1.132a.75.75 0 0 1-1.3-.75l.653-1.13a4.966 4.966 0 0 1-.785-.786l-1.13.652a.75.75 0 0 1-.75-1.298l1.13-.653a4.965 4.965 0 0 1-.288-1.073H1.75a.75.75 0 0 1 0-1.5h1.306a5.03 5.03 0 0 1 .288-1.072l-1.132-.653a.75.75 0 0 1 .75-1.3l1.13.653c.23-.286.492-.55.786-.785l-.653-1.13A.75.75 0 0 1 4.5 1.937Zm1.14 3.476a3.501 3.501 0 0 0 0 5.172L7.135 8 5.641 5.414ZM8.434 8.75 6.94 11.336a3.491 3.491 0 0 0 2.81-.305 3.49 3.49 0 0 0 1.669-2.281H8.433Zm2.987-1.5H8.433L6.94 4.664a3.501 3.501 0 0 1 4.48 2.586Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CogIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/CommandLineIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/CommandLineIcon.d.ts new file mode 100644 index 00000000..30939870 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CommandLineIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CommandLineIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CommandLineIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/CommandLineIcon.js b/frontend/node_modules/@heroicons/react/16/solid/CommandLineIcon.js new file mode 100644 index 00000000..777fe3a9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CommandLineIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CommandLineIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4Zm2.22 1.97a.75.75 0 0 0 0 1.06l.97.97-.97.97a.75.75 0 1 0 1.06 1.06l1.5-1.5a.75.75 0 0 0 0-1.06l-1.5-1.5a.75.75 0 0 0-1.06 0ZM8.75 8.5a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5h-2.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CommandLineIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ComputerDesktopIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ComputerDesktopIcon.d.ts new file mode 100644 index 00000000..c181101d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ComputerDesktopIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ComputerDesktopIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ComputerDesktopIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ComputerDesktopIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ComputerDesktopIcon.js new file mode 100644 index 00000000..06b21658 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ComputerDesktopIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ComputerDesktopIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 4.25A2.25 2.25 0 0 1 4.25 2h7.5A2.25 2.25 0 0 1 14 4.25v5.5A2.25 2.25 0 0 1 11.75 12h-1.312c.1.128.21.248.328.36a.75.75 0 0 1 .234.545v.345a.75.75 0 0 1-.75.75h-4.5a.75.75 0 0 1-.75-.75v-.345a.75.75 0 0 1 .234-.545c.118-.111.228-.232.328-.36H4.25A2.25 2.25 0 0 1 2 9.75v-5.5Zm2.25-.75a.75.75 0 0 0-.75.75v4.5c0 .414.336.75.75.75h7.5a.75.75 0 0 0 .75-.75v-4.5a.75.75 0 0 0-.75-.75h-7.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ComputerDesktopIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/CpuChipIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/CpuChipIcon.d.ts new file mode 100644 index 00000000..3450bd59 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CpuChipIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CpuChipIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CpuChipIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/CpuChipIcon.js b/frontend/node_modules/@heroicons/react/16/solid/CpuChipIcon.js new file mode 100644 index 00000000..9911a4a1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CpuChipIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CpuChipIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M6 6v4h4V6H6Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.75 1a.75.75 0 0 0-.75.75V3a2 2 0 0 0-2 2H1.75a.75.75 0 0 0 0 1.5H3v.75H1.75a.75.75 0 0 0 0 1.5H3v.75H1.75a.75.75 0 0 0 0 1.5H3a2 2 0 0 0 2 2v1.25a.75.75 0 0 0 1.5 0V13h.75v1.25a.75.75 0 0 0 1.5 0V13h.75v1.25a.75.75 0 0 0 1.5 0V13a2 2 0 0 0 2-2h1.25a.75.75 0 0 0 0-1.5H13v-.75h1.25a.75.75 0 0 0 0-1.5H13V6.5h1.25a.75.75 0 0 0 0-1.5H13a2 2 0 0 0-2-2V1.75a.75.75 0 0 0-1.5 0V3h-.75V1.75a.75.75 0 0 0-1.5 0V3H6.5V1.75A.75.75 0 0 0 5.75 1ZM11 4.5a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5V5a.5.5 0 0 1 .5-.5h6Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CpuChipIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/CreditCardIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/CreditCardIcon.d.ts new file mode 100644 index 00000000..5c8a8953 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CreditCardIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CreditCardIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CreditCardIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/CreditCardIcon.js b/frontend/node_modules/@heroicons/react/16/solid/CreditCardIcon.js new file mode 100644 index 00000000..4c50f213 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CreditCardIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CreditCardIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2.5 3A1.5 1.5 0 0 0 1 4.5V5h14v-.5A1.5 1.5 0 0 0 13.5 3h-11Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 7H1v4.5A1.5 1.5 0 0 0 2.5 13h11a1.5 1.5 0 0 0 1.5-1.5V7ZM3 10.25a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1-.75-.75Zm3.75-.75a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5h-2.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CreditCardIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/CubeIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/CubeIcon.d.ts new file mode 100644 index 00000000..71f780cd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CubeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CubeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CubeIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/CubeIcon.js b/frontend/node_modules/@heroicons/react/16/solid/CubeIcon.js new file mode 100644 index 00000000..41796c59 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CubeIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function CubeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8.372 1.349a.75.75 0 0 0-.744 0l-4.81 2.748L8 7.131l5.182-3.034-4.81-2.748ZM14 5.357 8.75 8.43v6.005l4.872-2.784A.75.75 0 0 0 14 11V5.357ZM7.25 14.435V8.43L2 5.357V11c0 .27.144.518.378.651l4.872 2.784Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CubeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/CubeTransparentIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/CubeTransparentIcon.d.ts new file mode 100644 index 00000000..88a40867 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CubeTransparentIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CubeTransparentIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CubeTransparentIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/CubeTransparentIcon.js b/frontend/node_modules/@heroicons/react/16/solid/CubeTransparentIcon.js new file mode 100644 index 00000000..b3f5801b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CubeTransparentIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CubeTransparentIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.628 1.349a.75.75 0 0 1 .744 0l1.247.712a.75.75 0 1 1-.744 1.303L8 2.864l-.875.5a.75.75 0 0 1-.744-1.303l1.247-.712ZM4.65 3.914a.75.75 0 0 1-.279 1.023L4.262 5l.11.063a.75.75 0 0 1-.744 1.302l-.13-.073A.75.75 0 0 1 2 6.25V5a.75.75 0 0 1 .378-.651l1.25-.714a.75.75 0 0 1 1.023.279Zm6.698 0a.75.75 0 0 1 1.023-.28l1.25.715A.75.75 0 0 1 14 5v1.25a.75.75 0 0 1-1.499.042l-.129.073a.75.75 0 0 1-.744-1.302l.11-.063-.11-.063a.75.75 0 0 1-.28-1.023ZM6.102 6.915a.75.75 0 0 1 1.023-.279l.875.5.875-.5a.75.75 0 0 1 .744 1.303l-.869.496v.815a.75.75 0 0 1-1.5 0v-.815l-.869-.496a.75.75 0 0 1-.28-1.024ZM2.75 9a.75.75 0 0 1 .75.75v.815l.872.498a.75.75 0 0 1-.744 1.303l-1.25-.715A.75.75 0 0 1 2 11V9.75A.75.75 0 0 1 2.75 9Zm10.5 0a.75.75 0 0 1 .75.75V11a.75.75 0 0 1-.378.651l-1.25.715a.75.75 0 0 1-.744-1.303l.872-.498V9.75a.75.75 0 0 1 .75-.75Zm-4.501 3.708.126-.072a.75.75 0 0 1 .744 1.303l-1.247.712a.75.75 0 0 1-.744 0L6.38 13.94a.75.75 0 0 1 .744-1.303l.126.072a.75.75 0 0 1 1.498 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CubeTransparentIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/CurrencyBangladeshiIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/CurrencyBangladeshiIcon.d.ts new file mode 100644 index 00000000..1e28144c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CurrencyBangladeshiIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyBangladeshiIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyBangladeshiIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/CurrencyBangladeshiIcon.js b/frontend/node_modules/@heroicons/react/16/solid/CurrencyBangladeshiIcon.js new file mode 100644 index 00000000..a6c65988 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CurrencyBangladeshiIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CurrencyBangladeshiIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM5.25 4.707a.75.75 0 0 1-.78-1.237c.841-.842 2.28-.246 2.28.944V6h5.5a.75.75 0 0 1 0 1.5h-5.5v3.098c0 .549.295.836.545.87a3.241 3.241 0 0 0 2.799-.966H9.75a.75.75 0 0 1 0-1.5h1.708a.75.75 0 0 1 .695 1.032 4.751 4.751 0 0 1-5.066 2.92c-1.266-.177-1.837-1.376-1.837-2.356V7.5h-1.5a.75.75 0 0 1 0-1.5h1.5V4.707Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyBangladeshiIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/CurrencyDollarIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/CurrencyDollarIcon.d.ts new file mode 100644 index 00000000..69350dd6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CurrencyDollarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyDollarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyDollarIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/CurrencyDollarIcon.js b/frontend/node_modules/@heroicons/react/16/solid/CurrencyDollarIcon.js new file mode 100644 index 00000000..347288dd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CurrencyDollarIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CurrencyDollarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M6.375 5.5h.875v1.75h-.875a.875.875 0 1 1 0-1.75ZM8.75 10.5V8.75h.875a.875.875 0 0 1 0 1.75H8.75Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM7.25 3.75a.75.75 0 0 1 1.5 0V4h2.5a.75.75 0 0 1 0 1.5h-2.5v1.75h.875a2.375 2.375 0 1 1 0 4.75H8.75v.25a.75.75 0 0 1-1.5 0V12h-2.5a.75.75 0 0 1 0-1.5h2.5V8.75h-.875a2.375 2.375 0 1 1 0-4.75h.875v-.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyDollarIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/CurrencyEuroIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/CurrencyEuroIcon.d.ts new file mode 100644 index 00000000..9eb581d8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CurrencyEuroIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyEuroIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyEuroIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/CurrencyEuroIcon.js b/frontend/node_modules/@heroicons/react/16/solid/CurrencyEuroIcon.js new file mode 100644 index 00000000..c29642e2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CurrencyEuroIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CurrencyEuroIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM6.875 6c.09-.22.195-.42.31-.598.413-.638.895-.902 1.315-.902.264 0 .54.1.814.325a.75.75 0 1 0 .953-1.158C9.772 3.259 9.169 3 8.5 3c-1.099 0-1.992.687-2.574 1.587A5.518 5.518 0 0 0 5.285 6H4.75a.75.75 0 0 0 0 1.5h.267a7.372 7.372 0 0 0 0 1H4.75a.75.75 0 0 0 0 1.5h.535c.156.52.372.998.64 1.413C6.509 12.313 7.402 13 8.5 13c.669 0 1.272-.26 1.767-.667a.75.75 0 0 0-.953-1.158c-.275.226-.55.325-.814.325-.42 0-.902-.264-1.315-.902a3.722 3.722 0 0 1-.31-.598H8.25a.75.75 0 0 0 0-1.5H6.521a5.854 5.854 0 0 1 0-1H8.25a.75.75 0 0 0 0-1.5H6.875Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyEuroIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/CurrencyPoundIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/CurrencyPoundIcon.d.ts new file mode 100644 index 00000000..ee1b59c8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CurrencyPoundIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyPoundIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyPoundIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/CurrencyPoundIcon.js b/frontend/node_modules/@heroicons/react/16/solid/CurrencyPoundIcon.js new file mode 100644 index 00000000..ddb6b8a0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CurrencyPoundIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CurrencyPoundIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM7.94 4.94c-.294.293-.44.675-.44 1.06v1.25h1.25a.75.75 0 1 1 0 1.5H7.5v1c0 .263-.045.516-.128.75h3.878a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1 0-1.5h.5A.75.75 0 0 0 6 9.75v-1H4.75a.75.75 0 0 1 0-1.5H6V6a3 3 0 0 1 5.121-2.121.75.75 0 1 1-1.06 1.06 1.5 1.5 0 0 0-2.121 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyPoundIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/CurrencyRupeeIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/CurrencyRupeeIcon.d.ts new file mode 100644 index 00000000..e5c72f61 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CurrencyRupeeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyRupeeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyRupeeIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/CurrencyRupeeIcon.js b/frontend/node_modules/@heroicons/react/16/solid/CurrencyRupeeIcon.js new file mode 100644 index 00000000..ffec35b7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CurrencyRupeeIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CurrencyRupeeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM4.75 4a.75.75 0 0 0 0 1.5H6.5c.698 0 1.3.409 1.582 1H4.75a.75.75 0 0 0 0 1.5h3.332C7.8 8.591 7.198 9 6.5 9H4.75a.75.75 0 0 0-.53 1.28l2.5 2.5a.75.75 0 0 0 1.06-1.06L6.56 10.5A3.251 3.251 0 0 0 9.663 8h1.587a.75.75 0 0 0 0-1.5H9.663a3.232 3.232 0 0 0-.424-1h2.011a.75.75 0 0 0 0-1.5h-6.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyRupeeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/CurrencyYenIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/CurrencyYenIcon.d.ts new file mode 100644 index 00000000..a26351d2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CurrencyYenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyYenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyYenIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/CurrencyYenIcon.js b/frontend/node_modules/@heroicons/react/16/solid/CurrencyYenIcon.js new file mode 100644 index 00000000..6784dbda --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CurrencyYenIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CurrencyYenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM5.6 3.55a.75.75 0 1 0-1.2.9L7.063 8H4.75a.75.75 0 0 0 0 1.5h2.5v1h-2.5a.75.75 0 0 0 0 1.5h2.5v.5a.75.75 0 0 0 1.5 0V12h2.5a.75.75 0 0 0 0-1.5h-2.5v-1h2.5a.75.75 0 0 0 0-1.5H8.938L11.6 4.45a.75.75 0 1 0-1.2-.9L8 6.75l-2.4-3.2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyYenIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/CursorArrowRaysIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/CursorArrowRaysIcon.d.ts new file mode 100644 index 00000000..0bc05e58 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CursorArrowRaysIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CursorArrowRaysIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CursorArrowRaysIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/CursorArrowRaysIcon.js b/frontend/node_modules/@heroicons/react/16/solid/CursorArrowRaysIcon.js new file mode 100644 index 00000000..9ce4a077 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CursorArrowRaysIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function CursorArrowRaysIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M7.25 1.75a.75.75 0 0 1 1.5 0v1.5a.75.75 0 0 1-1.5 0v-1.5ZM11.536 2.904a.75.75 0 1 1 1.06 1.06l-1.06 1.061a.75.75 0 0 1-1.061-1.06l1.06-1.061ZM14.5 7.5a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 .75-.75ZM4.464 9.975a.75.75 0 0 1 1.061 1.06l-1.06 1.061a.75.75 0 1 1-1.061-1.06l1.06-1.061ZM4.5 7.5a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 .75-.75ZM5.525 3.964a.75.75 0 0 1-1.06 1.061l-1.061-1.06a.75.75 0 0 1 1.06-1.061l1.061 1.06ZM8.779 7.438a.75.75 0 0 0-1.368.366l-.396 5.283a.75.75 0 0 0 1.212.646l.602-.474.288 1.074a.75.75 0 1 0 1.449-.388l-.288-1.075.759.11a.75.75 0 0 0 .726-1.165L8.78 7.438Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CursorArrowRaysIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/CursorArrowRippleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/CursorArrowRippleIcon.d.ts new file mode 100644 index 00000000..2b2dfa45 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CursorArrowRippleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CursorArrowRippleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CursorArrowRippleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/CursorArrowRippleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/CursorArrowRippleIcon.js new file mode 100644 index 00000000..27050609 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/CursorArrowRippleIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CursorArrowRippleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4.038 4.038a5.25 5.25 0 0 0 0 7.424.75.75 0 0 1-1.06 1.061A6.75 6.75 0 1 1 14.5 7.75a.75.75 0 1 1-1.5 0 5.25 5.25 0 0 0-8.962-3.712Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M7.712 7.136a.75.75 0 0 1 .814.302l2.984 4.377a.75.75 0 0 1-.726 1.164l-.76-.109.289 1.075a.75.75 0 0 1-1.45.388l-.287-1.075-.602.474a.75.75 0 0 1-1.212-.645l.396-5.283a.75.75 0 0 1 .554-.668Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M5.805 9.695A2.75 2.75 0 1 1 10.5 7.75a.75.75 0 0 0 1.5 0 4.25 4.25 0 1 0-7.255 3.005.75.75 0 1 0 1.06-1.06Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CursorArrowRippleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/DevicePhoneMobileIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/DevicePhoneMobileIcon.d.ts new file mode 100644 index 00000000..98865d35 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/DevicePhoneMobileIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DevicePhoneMobileIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DevicePhoneMobileIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/DevicePhoneMobileIcon.js b/frontend/node_modules/@heroicons/react/16/solid/DevicePhoneMobileIcon.js new file mode 100644 index 00000000..51b16911 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/DevicePhoneMobileIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function DevicePhoneMobileIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M7.25 11.5a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5h-1.5Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6 1a2.5 2.5 0 0 0-2.5 2.5v9A2.5 2.5 0 0 0 6 15h4a2.5 2.5 0 0 0 2.5-2.5v-9A2.5 2.5 0 0 0 10 1H6Zm4 1.5h-.5V3a.5.5 0 0 1-.5.5H7a.5.5 0 0 1-.5-.5v-.5H6a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-9a1 1 0 0 0-1-1Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DevicePhoneMobileIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/DeviceTabletIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/DeviceTabletIcon.d.ts new file mode 100644 index 00000000..0ac9da19 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/DeviceTabletIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DeviceTabletIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DeviceTabletIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/DeviceTabletIcon.js b/frontend/node_modules/@heroicons/react/16/solid/DeviceTabletIcon.js new file mode 100644 index 00000000..b3970b62 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/DeviceTabletIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function DeviceTabletIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M7.25 11.5a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5h-1.5Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 3.5A2.5 2.5 0 0 1 4.5 1h7A2.5 2.5 0 0 1 14 3.5v9a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 2 12.5v-9Zm2.5-1h7a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1h-7a1 1 0 0 1-1-1v-9a1 1 0 0 1 1-1Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DeviceTabletIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/DivideIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/DivideIcon.d.ts new file mode 100644 index 00000000..997c414d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/DivideIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DivideIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DivideIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/DivideIcon.js b/frontend/node_modules/@heroicons/react/16/solid/DivideIcon.js new file mode 100644 index 00000000..7ae73637 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/DivideIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function DivideIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 8a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 8Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M9 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM9 13a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DivideIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/DocumentArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/DocumentArrowDownIcon.d.ts new file mode 100644 index 00000000..fe24428a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/DocumentArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/DocumentArrowDownIcon.js b/frontend/node_modules/@heroicons/react/16/solid/DocumentArrowDownIcon.js new file mode 100644 index 00000000..916daf73 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/DocumentArrowDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function DocumentArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4 2a1.5 1.5 0 0 0-1.5 1.5v9A1.5 1.5 0 0 0 4 14h8a1.5 1.5 0 0 0 1.5-1.5V6.621a1.5 1.5 0 0 0-.44-1.06L9.94 2.439A1.5 1.5 0 0 0 8.878 2H4Zm4 3.5a.75.75 0 0 1 .75.75v2.69l.72-.72a.75.75 0 1 1 1.06 1.06l-2 2a.75.75 0 0 1-1.06 0l-2-2a.75.75 0 0 1 1.06-1.06l.72.72V6.25A.75.75 0 0 1 8 5.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentArrowDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/DocumentArrowUpIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/DocumentArrowUpIcon.d.ts new file mode 100644 index 00000000..fe2fe304 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/DocumentArrowUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentArrowUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentArrowUpIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/DocumentArrowUpIcon.js b/frontend/node_modules/@heroicons/react/16/solid/DocumentArrowUpIcon.js new file mode 100644 index 00000000..0ec7ccf9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/DocumentArrowUpIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function DocumentArrowUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4 2a1.5 1.5 0 0 0-1.5 1.5v9A1.5 1.5 0 0 0 4 14h8a1.5 1.5 0 0 0 1.5-1.5V6.621a1.5 1.5 0 0 0-.44-1.06L9.94 2.439A1.5 1.5 0 0 0 8.878 2H4Zm4 9.5a.75.75 0 0 1-.75-.75V8.06l-.72.72a.75.75 0 0 1-1.06-1.06l2-2a.75.75 0 0 1 1.06 0l2 2a.75.75 0 1 1-1.06 1.06l-.72-.72v2.69a.75.75 0 0 1-.75.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentArrowUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/DocumentChartBarIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/DocumentChartBarIcon.d.ts new file mode 100644 index 00000000..0d302299 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/DocumentChartBarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentChartBarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentChartBarIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/DocumentChartBarIcon.js b/frontend/node_modules/@heroicons/react/16/solid/DocumentChartBarIcon.js new file mode 100644 index 00000000..1ad1a903 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/DocumentChartBarIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function DocumentChartBarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4 2a1.5 1.5 0 0 0-1.5 1.5v9A1.5 1.5 0 0 0 4 14h8a1.5 1.5 0 0 0 1.5-1.5V6.621a1.5 1.5 0 0 0-.44-1.06L9.94 2.439A1.5 1.5 0 0 0 8.878 2H4Zm6 5.75a.75.75 0 0 1 1.5 0v3.5a.75.75 0 0 1-1.5 0v-3.5Zm-2.75 1.5a.75.75 0 0 1 1.5 0v2a.75.75 0 0 1-1.5 0v-2Zm-2 .75a.75.75 0 0 0-.75.75v.5a.75.75 0 0 0 1.5 0v-.5a.75.75 0 0 0-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentChartBarIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/DocumentCheckIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/DocumentCheckIcon.d.ts new file mode 100644 index 00000000..67250d12 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/DocumentCheckIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCheckIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCheckIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/DocumentCheckIcon.js b/frontend/node_modules/@heroicons/react/16/solid/DocumentCheckIcon.js new file mode 100644 index 00000000..1093501a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/DocumentCheckIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function DocumentCheckIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4 2a1.5 1.5 0 0 0-1.5 1.5v9A1.5 1.5 0 0 0 4 14h8a1.5 1.5 0 0 0 1.5-1.5V6.621a1.5 1.5 0 0 0-.44-1.06L9.94 2.439A1.5 1.5 0 0 0 8.878 2H4Zm6.713 4.16a.75.75 0 0 1 .127 1.053l-2.75 3.5a.75.75 0 0 1-1.078.106l-1.75-1.5a.75.75 0 1 1 .976-1.138l1.156.99L9.66 6.287a.75.75 0 0 1 1.053-.127Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCheckIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/DocumentCurrencyBangladeshiIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/DocumentCurrencyBangladeshiIcon.d.ts new file mode 100644 index 00000000..c2bce0c1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/DocumentCurrencyBangladeshiIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyBangladeshiIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyBangladeshiIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/DocumentCurrencyBangladeshiIcon.js b/frontend/node_modules/@heroicons/react/16/solid/DocumentCurrencyBangladeshiIcon.js new file mode 100644 index 00000000..9c0a48be --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/DocumentCurrencyBangladeshiIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function DocumentCurrencyBangladeshiIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.5 3.5A1.5 1.5 0 0 1 4 2h4.879a1.5 1.5 0 0 1 1.06.44l3.122 3.12a1.5 1.5 0 0 1 .439 1.061V12.5A1.5 1.5 0 0 1 12 14H4a1.5 1.5 0 0 1-1.5-1.5v-9ZM6 5.207a.75.75 0 0 1-.585-1.378A1.441 1.441 0 0 1 7.5 5.118V6h3.75a.75.75 0 0 1 0 1.5H7.5v3.25c0 .212.089.39.2.49.098.092.206.12.33.085.6-.167 1.151-.449 1.63-.821H9.5a.75.75 0 1 1 0-1.5h1.858a.75.75 0 0 1 .628 1.16 6.26 6.26 0 0 1-3.552 2.606 1.825 1.825 0 0 1-1.75-.425A2.17 2.17 0 0 1 6 10.75V7.5H4.75a.75.75 0 0 1 0-1.5H6v-.793Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyBangladeshiIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/DocumentCurrencyDollarIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/DocumentCurrencyDollarIcon.d.ts new file mode 100644 index 00000000..6bfe92bc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/DocumentCurrencyDollarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyDollarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyDollarIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/DocumentCurrencyDollarIcon.js b/frontend/node_modules/@heroicons/react/16/solid/DocumentCurrencyDollarIcon.js new file mode 100644 index 00000000..48e06033 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/DocumentCurrencyDollarIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function DocumentCurrencyDollarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M6.621 6.584c.208-.026.418-.046.629-.06v1.034l-.598-.138a.227.227 0 0 1-.116-.065.094.094 0 0 1-.028-.06 5.345 5.345 0 0 1 .002-.616.082.082 0 0 1 .025-.055.144.144 0 0 1 .086-.04ZM8.75 10.475V9.443l.594.137a.227.227 0 0 1 .116.065.094.094 0 0 1 .028.06 5.355 5.355 0 0 1-.002.616.082.082 0 0 1-.025.055.144.144 0 0 1-.086.04c-.207.026-.415.045-.625.06Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.5 3.5A1.5 1.5 0 0 1 4 2h4.879a1.5 1.5 0 0 1 1.06.44l3.122 3.12a1.5 1.5 0 0 1 .439 1.061V12.5A1.5 1.5 0 0 1 12 14H4a1.5 1.5 0 0 1-1.5-1.5v-9Zm6.25 1.25a.75.75 0 0 0-1.5 0v.272c-.273.016-.543.04-.81.073-.748.09-1.38.689-1.428 1.494a6.836 6.836 0 0 0-.002.789c.044.785.635 1.348 1.305 1.503l.935.216v1.379a11.27 11.27 0 0 1-1.36-.173.75.75 0 1 0-.28 1.474c.536.102 1.084.17 1.64.202v.271a.75.75 0 0 0 1.5 0v-.272c.271-.016.54-.04.807-.073.747-.09 1.378-.689 1.427-1.494a6.843 6.843 0 0 0 .002-.789c-.044-.785-.635-1.348-1.305-1.503l-.931-.215v-1.38c.46.03.913.089 1.356.173a.75.75 0 0 0 .28-1.474 12.767 12.767 0 0 0-1.636-.201V4.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyDollarIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/DocumentCurrencyEuroIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/DocumentCurrencyEuroIcon.d.ts new file mode 100644 index 00000000..0333f02e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/DocumentCurrencyEuroIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyEuroIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyEuroIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/DocumentCurrencyEuroIcon.js b/frontend/node_modules/@heroicons/react/16/solid/DocumentCurrencyEuroIcon.js new file mode 100644 index 00000000..077b6560 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/DocumentCurrencyEuroIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function DocumentCurrencyEuroIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.5 3.5A1.5 1.5 0 0 1 4 2h4.879a1.5 1.5 0 0 1 1.06.44l3.122 3.12a1.5 1.5 0 0 1 .439 1.061V12.5A1.5 1.5 0 0 1 12 14H4a1.5 1.5 0 0 1-1.5-1.5v-9Zm4.552 2.734c.354-.59.72-.734.948-.734.228 0 .594.145.948.734a.75.75 0 1 0 1.286-.772C9.71 4.588 8.924 4 8 4c-.924 0-1.71.588-2.234 1.462-.192.32-.346.67-.464 1.038H4.75a.75.75 0 0 0 0 1.5h.268a7.003 7.003 0 0 0 0 1H4.75a.75.75 0 0 0 0 1.5h.552c.118.367.272.717.464 1.037C6.29 12.412 7.076 13 8 13c.924 0 1.71-.588 2.234-1.463a.75.75 0 0 0-1.286-.771c-.354.59-.72.734-.948.734-.228 0-.594-.145-.948-.734a3.078 3.078 0 0 1-.142-.266h.34a.75.75 0 0 0 0-1.5h-.727a5.496 5.496 0 0 1 0-1h.727a.75.75 0 0 0 0-1.5h-.34a3.08 3.08 0 0 1 .142-.266Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyEuroIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/DocumentCurrencyPoundIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/DocumentCurrencyPoundIcon.d.ts new file mode 100644 index 00000000..47d0a886 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/DocumentCurrencyPoundIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyPoundIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyPoundIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/DocumentCurrencyPoundIcon.js b/frontend/node_modules/@heroicons/react/16/solid/DocumentCurrencyPoundIcon.js new file mode 100644 index 00000000..b4e5d73b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/DocumentCurrencyPoundIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function DocumentCurrencyPoundIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.5 3.5A1.5 1.5 0 0 1 4 2h4.879a1.5 1.5 0 0 1 1.06.44l3.122 3.12a1.5 1.5 0 0 1 .439 1.061V12.5A1.5 1.5 0 0 1 12 14H4a1.5 1.5 0 0 1-1.5-1.5v-9Zm5.44 3.44a1.5 1.5 0 0 1 2.12 0 .75.75 0 1 0 1.061-1.061A3 3 0 0 0 6 7.999H4.75a.75.75 0 0 0 0 1.5h1.225c-.116.571-.62 1-1.225 1a.75.75 0 1 0 0 1.5h5.5a.75.75 0 0 0 0-1.5H7.2c.156-.304.257-.642.289-1H9.25a.75.75 0 0 0 0-1.5H7.5c0-.384.146-.767.44-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyPoundIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/DocumentCurrencyRupeeIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/DocumentCurrencyRupeeIcon.d.ts new file mode 100644 index 00000000..4c5e29c4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/DocumentCurrencyRupeeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyRupeeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyRupeeIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/DocumentCurrencyRupeeIcon.js b/frontend/node_modules/@heroicons/react/16/solid/DocumentCurrencyRupeeIcon.js new file mode 100644 index 00000000..f99af955 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/DocumentCurrencyRupeeIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function DocumentCurrencyRupeeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.5 3.5A1.5 1.5 0 0 1 4 2h4.879a1.5 1.5 0 0 1 1.06.44l3.122 3.12a1.5 1.5 0 0 1 .439 1.061V12.5A1.5 1.5 0 0 1 12 14H4a1.5 1.5 0 0 1-1.5-1.5v-9ZM5.75 5a.75.75 0 0 0 0 1.5c.698 0 1.3.409 1.582 1H5.75a.75.75 0 0 0 0 1.5h1.582c-.281.591-.884 1-1.582 1a.75.75 0 0 0-.53 1.28l1.5 1.5a.75.75 0 0 0 1.06-1.06l-.567-.567A3.256 3.256 0 0 0 8.913 9h1.337a.75.75 0 0 0 0-1.5H8.913a3.232 3.232 0 0 0-.424-1h1.761a.75.75 0 0 0 0-1.5h-4.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyRupeeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/DocumentCurrencyYenIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/DocumentCurrencyYenIcon.d.ts new file mode 100644 index 00000000..32fd2d12 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/DocumentCurrencyYenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyYenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyYenIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/DocumentCurrencyYenIcon.js b/frontend/node_modules/@heroicons/react/16/solid/DocumentCurrencyYenIcon.js new file mode 100644 index 00000000..22f1663c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/DocumentCurrencyYenIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function DocumentCurrencyYenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.5 3.5A1.5 1.5 0 0 1 4 2h4.879a1.5 1.5 0 0 1 1.06.44l3.122 3.12a1.5 1.5 0 0 1 .439 1.061V12.5A1.5 1.5 0 0 1 12 14H4a1.5 1.5 0 0 1-1.5-1.5v-9Zm3.663 1.801a.75.75 0 1 0-1.2.9L6.313 8H5a.75.75 0 0 0 0 1.5h2.25v1H5A.75.75 0 0 0 5 12h2.25v.25a.75.75 0 0 0 1.5 0V12H11a.75.75 0 0 0 0-1.5H8.75v-1H11A.75.75 0 0 0 11 8H9.687l1.35-1.799a.75.75 0 0 0-1.2-.9L8 7.75 6.163 5.3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyYenIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/DocumentDuplicateIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/DocumentDuplicateIcon.d.ts new file mode 100644 index 00000000..04a06a67 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/DocumentDuplicateIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentDuplicateIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentDuplicateIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/DocumentDuplicateIcon.js b/frontend/node_modules/@heroicons/react/16/solid/DocumentDuplicateIcon.js new file mode 100644 index 00000000..6c6490ca --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/DocumentDuplicateIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function DocumentDuplicateIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5.5 3.5A1.5 1.5 0 0 1 7 2h2.879a1.5 1.5 0 0 1 1.06.44l2.122 2.12a1.5 1.5 0 0 1 .439 1.061V9.5A1.5 1.5 0 0 1 12 11V8.621a3 3 0 0 0-.879-2.121L9 4.379A3 3 0 0 0 6.879 3.5H5.5Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M4 5a1.5 1.5 0 0 0-1.5 1.5v6A1.5 1.5 0 0 0 4 14h5a1.5 1.5 0 0 0 1.5-1.5V8.621a1.5 1.5 0 0 0-.44-1.06L7.94 5.439A1.5 1.5 0 0 0 6.878 5H4Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentDuplicateIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/DocumentIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/DocumentIcon.d.ts new file mode 100644 index 00000000..bc42e724 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/DocumentIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/DocumentIcon.js b/frontend/node_modules/@heroicons/react/16/solid/DocumentIcon.js new file mode 100644 index 00000000..a3187d82 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/DocumentIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function DocumentIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2.5 3.5A1.5 1.5 0 0 1 4 2h4.879a1.5 1.5 0 0 1 1.06.44l3.122 3.12a1.5 1.5 0 0 1 .439 1.061V12.5A1.5 1.5 0 0 1 12 14H4a1.5 1.5 0 0 1-1.5-1.5v-9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/DocumentMagnifyingGlassIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/DocumentMagnifyingGlassIcon.d.ts new file mode 100644 index 00000000..dc68c0c5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/DocumentMagnifyingGlassIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentMagnifyingGlassIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentMagnifyingGlassIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/DocumentMagnifyingGlassIcon.js b/frontend/node_modules/@heroicons/react/16/solid/DocumentMagnifyingGlassIcon.js new file mode 100644 index 00000000..e9a27cbc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/DocumentMagnifyingGlassIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function DocumentMagnifyingGlassIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M6 7.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4 2a1.5 1.5 0 0 0-1.5 1.5v9A1.5 1.5 0 0 0 4 14h8a1.5 1.5 0 0 0 1.5-1.5V6.621a1.5 1.5 0 0 0-.44-1.06L9.94 2.439A1.5 1.5 0 0 0 8.878 2H4Zm3.5 2.5a3 3 0 1 0 1.524 5.585l1.196 1.195a.75.75 0 1 0 1.06-1.06l-1.195-1.196A3 3 0 0 0 7.5 4.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentMagnifyingGlassIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/DocumentMinusIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/DocumentMinusIcon.d.ts new file mode 100644 index 00000000..a4fe39b8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/DocumentMinusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentMinusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentMinusIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/DocumentMinusIcon.js b/frontend/node_modules/@heroicons/react/16/solid/DocumentMinusIcon.js new file mode 100644 index 00000000..cbc930db --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/DocumentMinusIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function DocumentMinusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4 2a1.5 1.5 0 0 0-1.5 1.5v9A1.5 1.5 0 0 0 4 14h8a1.5 1.5 0 0 0 1.5-1.5V6.621a1.5 1.5 0 0 0-.44-1.06L9.94 2.439A1.5 1.5 0 0 0 8.878 2H4Zm7 7a.75.75 0 0 1-.75.75h-4.5a.75.75 0 0 1 0-1.5h4.5A.75.75 0 0 1 11 9Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentMinusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/DocumentPlusIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/DocumentPlusIcon.d.ts new file mode 100644 index 00000000..9446dd5e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/DocumentPlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentPlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentPlusIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/DocumentPlusIcon.js b/frontend/node_modules/@heroicons/react/16/solid/DocumentPlusIcon.js new file mode 100644 index 00000000..0c274957 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/DocumentPlusIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function DocumentPlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4 2a1.5 1.5 0 0 0-1.5 1.5v9A1.5 1.5 0 0 0 4 14h8a1.5 1.5 0 0 0 1.5-1.5V6.621a1.5 1.5 0 0 0-.44-1.06L9.94 2.439A1.5 1.5 0 0 0 8.878 2H4Zm4.75 4.75a.75.75 0 0 0-1.5 0v1.5h-1.5a.75.75 0 0 0 0 1.5h1.5v1.5a.75.75 0 0 0 1.5 0v-1.5h1.5a.75.75 0 0 0 0-1.5h-1.5v-1.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentPlusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/DocumentTextIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/DocumentTextIcon.d.ts new file mode 100644 index 00000000..1d9f5482 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/DocumentTextIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentTextIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentTextIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/DocumentTextIcon.js b/frontend/node_modules/@heroicons/react/16/solid/DocumentTextIcon.js new file mode 100644 index 00000000..b9854af3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/DocumentTextIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function DocumentTextIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4 2a1.5 1.5 0 0 0-1.5 1.5v9A1.5 1.5 0 0 0 4 14h8a1.5 1.5 0 0 0 1.5-1.5V6.621a1.5 1.5 0 0 0-.44-1.06L9.94 2.439A1.5 1.5 0 0 0 8.878 2H4Zm1 5.75A.75.75 0 0 1 5.75 7h4.5a.75.75 0 0 1 0 1.5h-4.5A.75.75 0 0 1 5 7.75Zm0 3a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentTextIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/EllipsisHorizontalCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/EllipsisHorizontalCircleIcon.d.ts new file mode 100644 index 00000000..18be974b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/EllipsisHorizontalCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EllipsisHorizontalCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EllipsisHorizontalCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/EllipsisHorizontalCircleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/EllipsisHorizontalCircleIcon.js new file mode 100644 index 00000000..cb92403e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/EllipsisHorizontalCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function EllipsisHorizontalCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM8 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM5.5 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm6 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EllipsisHorizontalCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/EllipsisHorizontalIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/EllipsisHorizontalIcon.d.ts new file mode 100644 index 00000000..6de30faf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/EllipsisHorizontalIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EllipsisHorizontalIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EllipsisHorizontalIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/EllipsisHorizontalIcon.js b/frontend/node_modules/@heroicons/react/16/solid/EllipsisHorizontalIcon.js new file mode 100644 index 00000000..f749dda0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/EllipsisHorizontalIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function EllipsisHorizontalIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2 8a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0ZM6.5 8a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0ZM12.5 6.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EllipsisHorizontalIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/EllipsisVerticalIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/EllipsisVerticalIcon.d.ts new file mode 100644 index 00000000..c343e141 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/EllipsisVerticalIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EllipsisVerticalIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EllipsisVerticalIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/EllipsisVerticalIcon.js b/frontend/node_modules/@heroicons/react/16/solid/EllipsisVerticalIcon.js new file mode 100644 index 00000000..93290ace --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/EllipsisVerticalIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function EllipsisVerticalIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8 2a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3ZM8 6.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3ZM9.5 12.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EllipsisVerticalIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/EnvelopeIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/EnvelopeIcon.d.ts new file mode 100644 index 00000000..c9db4845 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/EnvelopeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EnvelopeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EnvelopeIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/EnvelopeIcon.js b/frontend/node_modules/@heroicons/react/16/solid/EnvelopeIcon.js new file mode 100644 index 00000000..743b887b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/EnvelopeIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function EnvelopeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2.5 3A1.5 1.5 0 0 0 1 4.5v.793c.026.009.051.02.076.032L7.674 8.51c.206.1.446.1.652 0l6.598-3.185A.755.755 0 0 1 15 5.293V4.5A1.5 1.5 0 0 0 13.5 3h-11Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M15 6.954 8.978 9.86a2.25 2.25 0 0 1-1.956 0L1 6.954V11.5A1.5 1.5 0 0 0 2.5 13h11a1.5 1.5 0 0 0 1.5-1.5V6.954Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EnvelopeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/EnvelopeOpenIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/EnvelopeOpenIcon.d.ts new file mode 100644 index 00000000..46a5e61f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/EnvelopeOpenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EnvelopeOpenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EnvelopeOpenIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/EnvelopeOpenIcon.js b/frontend/node_modules/@heroicons/react/16/solid/EnvelopeOpenIcon.js new file mode 100644 index 00000000..bfb6cd9c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/EnvelopeOpenIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function EnvelopeOpenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.756 4.568A1.5 1.5 0 0 0 1 5.871V12.5A1.5 1.5 0 0 0 2.5 14h11a1.5 1.5 0 0 0 1.5-1.5V5.87a1.5 1.5 0 0 0-.756-1.302l-5.5-3.143a1.5 1.5 0 0 0-1.488 0l-5.5 3.143Zm1.82 2.963a.75.75 0 0 0-.653 1.35l4.1 1.98a2.25 2.25 0 0 0 1.955 0l4.1-1.98a.75.75 0 1 0-.653-1.35L8.326 9.51a.75.75 0 0 1-.652 0L3.575 7.53Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EnvelopeOpenIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/EqualsIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/EqualsIcon.d.ts new file mode 100644 index 00000000..a535cdb0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/EqualsIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EqualsIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EqualsIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/EqualsIcon.js b/frontend/node_modules/@heroicons/react/16/solid/EqualsIcon.js new file mode 100644 index 00000000..f260de07 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/EqualsIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function EqualsIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 4.75A.75.75 0 0 1 2.75 4h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 4.75ZM2 11.25a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EqualsIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ExclamationCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ExclamationCircleIcon.d.ts new file mode 100644 index 00000000..c6008c94 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ExclamationCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ExclamationCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ExclamationCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ExclamationCircleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ExclamationCircleIcon.js new file mode 100644 index 00000000..1f34e6e1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ExclamationCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ExclamationCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14ZM8 4a.75.75 0 0 1 .75.75v3a.75.75 0 0 1-1.5 0v-3A.75.75 0 0 1 8 4Zm0 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ExclamationCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ExclamationTriangleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ExclamationTriangleIcon.d.ts new file mode 100644 index 00000000..be0d82c5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ExclamationTriangleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ExclamationTriangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ExclamationTriangleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ExclamationTriangleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ExclamationTriangleIcon.js new file mode 100644 index 00000000..1ffadb21 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ExclamationTriangleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ExclamationTriangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6.701 2.25c.577-1 2.02-1 2.598 0l5.196 9a1.5 1.5 0 0 1-1.299 2.25H2.804a1.5 1.5 0 0 1-1.3-2.25l5.197-9ZM8 4a.75.75 0 0 1 .75.75v3a.75.75 0 1 1-1.5 0v-3A.75.75 0 0 1 8 4Zm0 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ExclamationTriangleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/EyeDropperIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/EyeDropperIcon.d.ts new file mode 100644 index 00000000..af7bce13 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/EyeDropperIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EyeDropperIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EyeDropperIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/EyeDropperIcon.js b/frontend/node_modules/@heroicons/react/16/solid/EyeDropperIcon.js new file mode 100644 index 00000000..ed64892d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/EyeDropperIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function EyeDropperIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 4a3.001 3.001 0 0 1-2.25 2.905V8.5a.75.75 0 0 1-.22.53l-.5.5a.75.75 0 0 1-1.06 0l-.72-.72-4.677 4.678A1.75 1.75 0 0 1 4.336 14h-.672a.25.25 0 0 0-.177.073l-.707.707a.75.75 0 0 1-1.06 0l-.5-.5a.75.75 0 0 1 0-1.06l.707-.707A.25.25 0 0 0 2 12.336v-.672c0-.464.184-.909.513-1.237L7.189 5.75l-.72-.72a.75.75 0 0 1 0-1.06l.5-.5a.75.75 0 0 1 .531-.22h1.595A3.001 3.001 0 0 1 15 4ZM9.19 7.75l-.94-.94-4.677 4.678a.25.25 0 0 0-.073.176v.672c0 .058-.003.115-.009.173a1.74 1.74 0 0 1 .173-.009h.672a.25.25 0 0 0 .177-.073L9.189 7.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EyeDropperIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/EyeIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/EyeIcon.d.ts new file mode 100644 index 00000000..3b9c01f3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/EyeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EyeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EyeIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/EyeIcon.js b/frontend/node_modules/@heroicons/react/16/solid/EyeIcon.js new file mode 100644 index 00000000..db234b44 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/EyeIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function EyeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.38 8.28a.87.87 0 0 1 0-.566 7.003 7.003 0 0 1 13.238.006.87.87 0 0 1 0 .566A7.003 7.003 0 0 1 1.379 8.28ZM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EyeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/EyeSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/EyeSlashIcon.d.ts new file mode 100644 index 00000000..e0540b3a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/EyeSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EyeSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EyeSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/EyeSlashIcon.js b/frontend/node_modules/@heroicons/react/16/solid/EyeSlashIcon.js new file mode 100644 index 00000000..bc7dba57 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/EyeSlashIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function EyeSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.28 2.22a.75.75 0 0 0-1.06 1.06l10.5 10.5a.75.75 0 1 0 1.06-1.06l-1.322-1.323a7.012 7.012 0 0 0 2.16-3.11.87.87 0 0 0 0-.567A7.003 7.003 0 0 0 4.82 3.76l-1.54-1.54Zm3.196 3.195 1.135 1.136A1.502 1.502 0 0 1 9.45 8.389l1.136 1.135a3 3 0 0 0-4.109-4.109Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "m7.812 10.994 1.816 1.816A7.003 7.003 0 0 1 1.38 8.28a.87.87 0 0 1 0-.566 6.985 6.985 0 0 1 1.113-2.039l2.513 2.513a3 3 0 0 0 2.806 2.806Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EyeSlashIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/FaceFrownIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/FaceFrownIcon.d.ts new file mode 100644 index 00000000..b11631b6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/FaceFrownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FaceFrownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FaceFrownIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/FaceFrownIcon.js b/frontend/node_modules/@heroicons/react/16/solid/FaceFrownIcon.js new file mode 100644 index 00000000..1b481b16 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/FaceFrownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function FaceFrownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM6 8c.552 0 1-.672 1-1.5S6.552 5 6 5s-1 .672-1 1.5S5.448 8 6 8Zm5-1.5c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5Zm-6.005 5.805a.75.75 0 0 0 1.06 0 2.75 2.75 0 0 1 3.89 0 .75.75 0 0 0 1.06-1.06 4.25 4.25 0 0 0-6.01 0 .75.75 0 0 0 0 1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FaceFrownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/FaceSmileIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/FaceSmileIcon.d.ts new file mode 100644 index 00000000..ef261f45 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/FaceSmileIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FaceSmileIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FaceSmileIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/FaceSmileIcon.js b/frontend/node_modules/@heroicons/react/16/solid/FaceSmileIcon.js new file mode 100644 index 00000000..a8709f8e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/FaceSmileIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function FaceSmileIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM6 8c.552 0 1-.672 1-1.5S6.552 5 6 5s-1 .672-1 1.5S5.448 8 6 8Zm5-1.5c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5Zm.005 4.245a.75.75 0 0 0-1.06 0 2.75 2.75 0 0 1-3.89 0 .75.75 0 0 0-1.06 1.06 4.25 4.25 0 0 0 6.01 0 .75.75 0 0 0 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FaceSmileIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/FilmIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/FilmIcon.d.ts new file mode 100644 index 00000000..9b4ad1fd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/FilmIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FilmIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FilmIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/FilmIcon.js b/frontend/node_modules/@heroicons/react/16/solid/FilmIcon.js new file mode 100644 index 00000000..a77a6091 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/FilmIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function FilmIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 3.5A1.5 1.5 0 0 1 2.5 2h11A1.5 1.5 0 0 1 15 3.5v9a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 1 12.5v-9Zm1.5.25a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25v-1Zm3.75-.25a.25.25 0 0 0-.25.25v3.5c0 .138.112.25.25.25h3.5a.25.25 0 0 0 .25-.25v-3.5a.25.25 0 0 0-.25-.25h-3.5ZM6 8.75a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v3.5a.25.25 0 0 1-.25.25h-3.5a.25.25 0 0 1-.25-.25v-3.5Zm5.75-5.25a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25h-1.5ZM2.5 11.25a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25v-1Zm9.25-.25a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25h-1.5ZM2.5 8.75a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25v-1Zm9.25-.25a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25h-1.5ZM2.5 6.25A.25.25 0 0 1 2.75 6h1.5a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25v-1ZM11.75 6a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25h-1.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FilmIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/FingerPrintIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/FingerPrintIcon.d.ts new file mode 100644 index 00000000..58bb338c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/FingerPrintIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FingerPrintIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FingerPrintIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/FingerPrintIcon.js b/frontend/node_modules/@heroicons/react/16/solid/FingerPrintIcon.js new file mode 100644 index 00000000..ecf12317 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/FingerPrintIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function FingerPrintIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 3c-.988 0-1.908.286-2.682.78a.75.75 0 0 1-.806-1.266A6.5 6.5 0 0 1 14.5 8c0 1.665-.333 3.254-.936 4.704a.75.75 0 0 1-1.385-.577C12.708 10.857 13 9.464 13 8a5 5 0 0 0-5-5ZM3.55 4.282a.75.75 0 0 1 .23 1.036A4.973 4.973 0 0 0 3 8a.75.75 0 0 1-1.5 0c0-1.282.372-2.48 1.014-3.488a.75.75 0 0 1 1.036-.23ZM8 5.875A2.125 2.125 0 0 0 5.875 8a3.625 3.625 0 0 1-3.625 3.625H2.213a.75.75 0 1 1 .008-1.5h.03A2.125 2.125 0 0 0 4.376 8a3.625 3.625 0 1 1 7.25 0c0 .078-.001.156-.003.233a.75.75 0 1 1-1.5-.036c.002-.066.003-.131.003-.197A2.125 2.125 0 0 0 8 5.875ZM7.995 7.25a.75.75 0 0 1 .75.75 6.502 6.502 0 0 1-4.343 6.133.75.75 0 1 1-.498-1.415A5.002 5.002 0 0 0 7.245 8a.75.75 0 0 1 .75-.75Zm2.651 2.87a.75.75 0 0 1 .463.955 9.39 9.39 0 0 1-3.008 4.25.75.75 0 0 1-.936-1.171 7.892 7.892 0 0 0 2.527-3.57.75.75 0 0 1 .954-.463Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FingerPrintIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/FireIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/FireIcon.d.ts new file mode 100644 index 00000000..608efc52 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/FireIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FireIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FireIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/FireIcon.js b/frontend/node_modules/@heroicons/react/16/solid/FireIcon.js new file mode 100644 index 00000000..b99602ac --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/FireIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function FireIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8.074.945A4.993 4.993 0 0 0 6 5v.032c.004.6.114 1.176.311 1.709.16.428-.204.91-.61.7a5.023 5.023 0 0 1-1.868-1.677c-.202-.304-.648-.363-.848-.058a6 6 0 1 0 8.017-1.901l-.004-.007a4.98 4.98 0 0 1-2.18-2.574c-.116-.31-.477-.472-.744-.28Zm.78 6.178a3.001 3.001 0 1 1-3.473 4.341c-.205-.365.215-.694.62-.59a4.008 4.008 0 0 0 1.873.03c.288-.065.413-.386.321-.666A3.997 3.997 0 0 1 8 8.999c0-.585.126-1.14.351-1.641a.42.42 0 0 1 .503-.235Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FireIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/FlagIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/FlagIcon.d.ts new file mode 100644 index 00000000..ce09768c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/FlagIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FlagIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FlagIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/FlagIcon.js b/frontend/node_modules/@heroicons/react/16/solid/FlagIcon.js new file mode 100644 index 00000000..a2803746 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/FlagIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function FlagIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2.75 2a.75.75 0 0 0-.75.75v10.5a.75.75 0 0 0 1.5 0v-2.624l.33-.083A6.044 6.044 0 0 1 8 11c1.29.645 2.77.807 4.17.457l1.48-.37a.462.462 0 0 0 .35-.448V3.56a.438.438 0 0 0-.544-.425l-1.287.322C10.77 3.808 9.291 3.646 8 3a6.045 6.045 0 0 0-4.17-.457l-.34.085A.75.75 0 0 0 2.75 2Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FlagIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/FolderArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/FolderArrowDownIcon.d.ts new file mode 100644 index 00000000..4895e92b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/FolderArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FolderArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FolderArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/FolderArrowDownIcon.js b/frontend/node_modules/@heroicons/react/16/solid/FolderArrowDownIcon.js new file mode 100644 index 00000000..8dac59c0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/FolderArrowDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function FolderArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.5 2A1.5 1.5 0 0 0 2 3.5v9A1.5 1.5 0 0 0 3.5 14h9a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 12.5 4H9.621a1.5 1.5 0 0 1-1.06-.44L7.439 2.44A1.5 1.5 0 0 0 6.38 2H3.5Zm5.25 4.75a.75.75 0 0 0-1.5 0v2.69l-.72-.72a.75.75 0 0 0-1.06 1.06l2 2a.75.75 0 0 0 1.06 0l2-2a.75.75 0 1 0-1.06-1.06l-.72.72V6.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FolderArrowDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/FolderIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/FolderIcon.d.ts new file mode 100644 index 00000000..a9c9b8cd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/FolderIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FolderIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FolderIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/FolderIcon.js b/frontend/node_modules/@heroicons/react/16/solid/FolderIcon.js new file mode 100644 index 00000000..998c9885 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/FolderIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function FolderIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2 3.5A1.5 1.5 0 0 1 3.5 2h2.879a1.5 1.5 0 0 1 1.06.44l1.122 1.12A1.5 1.5 0 0 0 9.62 4H12.5A1.5 1.5 0 0 1 14 5.5v1.401a2.986 2.986 0 0 0-1.5-.401h-9c-.546 0-1.059.146-1.5.401V3.5ZM2 9.5v3A1.5 1.5 0 0 0 3.5 14h9a1.5 1.5 0 0 0 1.5-1.5v-3A1.5 1.5 0 0 0 12.5 8h-9A1.5 1.5 0 0 0 2 9.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FolderIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/FolderMinusIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/FolderMinusIcon.d.ts new file mode 100644 index 00000000..c32ad5b2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/FolderMinusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FolderMinusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FolderMinusIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/FolderMinusIcon.js b/frontend/node_modules/@heroicons/react/16/solid/FolderMinusIcon.js new file mode 100644 index 00000000..e9c0fad8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/FolderMinusIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function FolderMinusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.5 2A1.5 1.5 0 0 0 2 3.5v9A1.5 1.5 0 0 0 3.5 14h9a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 12.5 4H9.621a1.5 1.5 0 0 1-1.06-.44L7.439 2.44A1.5 1.5 0 0 0 6.38 2H3.5Zm6.75 7.75a.75.75 0 0 0 0-1.5h-4.5a.75.75 0 0 0 0 1.5h4.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FolderMinusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/FolderOpenIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/FolderOpenIcon.d.ts new file mode 100644 index 00000000..41656cca --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/FolderOpenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FolderOpenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FolderOpenIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/FolderOpenIcon.js b/frontend/node_modules/@heroicons/react/16/solid/FolderOpenIcon.js new file mode 100644 index 00000000..b3d2b28c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/FolderOpenIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function FolderOpenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3 3.5A1.5 1.5 0 0 1 4.5 2h1.879a1.5 1.5 0 0 1 1.06.44l1.122 1.12A1.5 1.5 0 0 0 9.62 4H11.5A1.5 1.5 0 0 1 13 5.5v1H3v-3ZM3.081 8a1.5 1.5 0 0 0-1.423 1.974l1 3A1.5 1.5 0 0 0 4.081 14h7.838a1.5 1.5 0 0 0 1.423-1.026l1-3A1.5 1.5 0 0 0 12.919 8H3.081Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FolderOpenIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/FolderPlusIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/FolderPlusIcon.d.ts new file mode 100644 index 00000000..ba21ba17 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/FolderPlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FolderPlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FolderPlusIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/FolderPlusIcon.js b/frontend/node_modules/@heroicons/react/16/solid/FolderPlusIcon.js new file mode 100644 index 00000000..7f7d01de --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/FolderPlusIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function FolderPlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.5 2A1.5 1.5 0 0 0 2 3.5v9A1.5 1.5 0 0 0 3.5 14h9a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 12.5 4H9.621a1.5 1.5 0 0 1-1.06-.44L7.439 2.44A1.5 1.5 0 0 0 6.38 2H3.5ZM8 6a.75.75 0 0 1 .75.75v1.5h1.5a.75.75 0 0 1 0 1.5h-1.5v1.5a.75.75 0 0 1-1.5 0v-1.5h-1.5a.75.75 0 0 1 0-1.5h1.5v-1.5A.75.75 0 0 1 8 6Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FolderPlusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ForwardIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ForwardIcon.d.ts new file mode 100644 index 00000000..1cd375b3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ForwardIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ForwardIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ForwardIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ForwardIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ForwardIcon.js new file mode 100644 index 00000000..457d031a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ForwardIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function ForwardIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2.53 3.956A1 1 0 0 0 1 4.804v6.392a1 1 0 0 0 1.53.848l5.113-3.196c.16-.1.279-.233.357-.383v2.73a1 1 0 0 0 1.53.849l5.113-3.196a1 1 0 0 0 0-1.696L9.53 3.956A1 1 0 0 0 8 4.804v2.731a.992.992 0 0 0-.357-.383L2.53 3.956Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ForwardIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/FunnelIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/FunnelIcon.d.ts new file mode 100644 index 00000000..ef9ce222 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/FunnelIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FunnelIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FunnelIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/FunnelIcon.js b/frontend/node_modules/@heroicons/react/16/solid/FunnelIcon.js new file mode 100644 index 00000000..9d50a6cc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/FunnelIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function FunnelIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M14 2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v2.172a2 2 0 0 0 .586 1.414l2.828 2.828A2 2 0 0 1 6 9.828v4.363a.5.5 0 0 0 .724.447l2.17-1.085A2 2 0 0 0 10 11.763V9.829a2 2 0 0 1 .586-1.414l2.828-2.828A2 2 0 0 0 14 4.172V2Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FunnelIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/GifIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/GifIcon.d.ts new file mode 100644 index 00000000..28c9754e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/GifIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GifIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GifIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/GifIcon.js b/frontend/node_modules/@heroicons/react/16/solid/GifIcon.js new file mode 100644 index 00000000..249f16cb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/GifIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function GifIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H3Zm.895 3.458C4.142 6.071 4.38 6 4.5 6s.358.07.605.458a.75.75 0 1 0 1.265-.805C5.933 4.966 5.274 4.5 4.5 4.5s-1.433.466-1.87 1.153C2.195 6.336 2 7.187 2 8s.195 1.664.63 2.347c.437.687 1.096 1.153 1.87 1.153s1.433-.466 1.87-1.153a.75.75 0 0 0 .117-.402V8a.75.75 0 0 0-.75-.75H5a.75.75 0 0 0-.013 1.5v.955C4.785 9.95 4.602 10 4.5 10c-.121 0-.358-.07-.605-.458C3.647 9.15 3.5 8.595 3.5 8c0-.595.147-1.15.395-1.542ZM9 5.25a.75.75 0 0 0-1.5 0v5.5a.75.75 0 0 0 1.5 0v-5.5Zm1 0a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5H11.5v1.25h.75a.75.75 0 0 1 0 1.5h-.75v2a.75.75 0 0 1-1.5 0v-5.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GifIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/GiftIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/GiftIcon.d.ts new file mode 100644 index 00000000..1be9eff4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/GiftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GiftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GiftIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/GiftIcon.js b/frontend/node_modules/@heroicons/react/16/solid/GiftIcon.js new file mode 100644 index 00000000..0ee89981 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/GiftIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function GiftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.75 3.5c0 .563.186 1.082.5 1.5H2a1 1 0 0 0 0 2h5.25V5h1.5v2H14a1 1 0 1 0 0-2h-2.25A2.5 2.5 0 0 0 8 1.714 2.5 2.5 0 0 0 3.75 3.5Zm3.499 0v-.038A1 1 0 1 0 6.25 4.5h1l-.001-1Zm2.5-1a1 1 0 0 0-1 .962l.001.038v1h.999a1 1 0 0 0 0-2Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M7.25 8.5H2V12a2 2 0 0 0 2 2h3.25V8.5ZM8.75 14V8.5H14V12a2 2 0 0 1-2 2H8.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GiftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/GiftTopIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/GiftTopIcon.d.ts new file mode 100644 index 00000000..fb112a99 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/GiftTopIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GiftTopIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GiftTopIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/GiftTopIcon.js b/frontend/node_modules/@heroicons/react/16/solid/GiftTopIcon.js new file mode 100644 index 00000000..d22d05d8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/GiftTopIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function GiftTopIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M7.25 2H3.5A1.5 1.5 0 0 0 2 3.5v3.75h1.718A2.5 2.5 0 0 1 7.25 3.716V2ZM2 8.75v3.75A1.5 1.5 0 0 0 3.5 14h3.75v-3.085a4.743 4.743 0 0 1-3.455 1.826.75.75 0 1 1-.092-1.497 3.252 3.252 0 0 0 2.96-2.494H2ZM8.75 14h3.75a1.5 1.5 0 0 0 1.5-1.5V8.75H9.337a3.252 3.252 0 0 0 2.96 2.494.75.75 0 1 1-.093 1.497 4.743 4.743 0 0 1-3.454-1.826V14ZM14 7.25h-1.718A2.5 2.5 0 0 0 8.75 3.717V2h3.75A1.5 1.5 0 0 1 14 3.5v3.75Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M6.352 6.787c.16.012.312.014.448.012.002-.136 0-.289-.012-.448-.043-.617-.203-1.181-.525-1.503a1 1 0 0 0-1.414 1.414c.322.322.886.482 1.503.525ZM9.649 6.787c-.16.012-.312.014-.448.012-.003-.136 0-.289.011-.448.044-.617.203-1.181.526-1.503a1 1 0 1 1 1.414 1.414c-.322.322-.887.482-1.503.525Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GiftTopIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/GlobeAltIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/GlobeAltIcon.d.ts new file mode 100644 index 00000000..dcfbe8d2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/GlobeAltIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GlobeAltIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GlobeAltIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/GlobeAltIcon.js b/frontend/node_modules/@heroicons/react/16/solid/GlobeAltIcon.js new file mode 100644 index 00000000..2dcddf83 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/GlobeAltIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function GlobeAltIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.757 4.5c.18.217.376.42.586.608.153-.61.354-1.175.596-1.678A5.53 5.53 0 0 0 3.757 4.5ZM8 1a6.994 6.994 0 0 0-7 7 7 7 0 1 0 7-7Zm0 1.5c-.476 0-1.091.386-1.633 1.427-.293.564-.531 1.267-.683 2.063A5.48 5.48 0 0 0 8 6.5a5.48 5.48 0 0 0 2.316-.51c-.152-.796-.39-1.499-.683-2.063C9.09 2.886 8.476 2.5 8 2.5Zm3.657 2.608a8.823 8.823 0 0 0-.596-1.678c.444.298.842.659 1.182 1.07-.18.217-.376.42-.586.608Zm-1.166 2.436A6.983 6.983 0 0 1 8 8a6.983 6.983 0 0 1-2.49-.456 10.703 10.703 0 0 0 .202 2.6c.72.231 1.49.356 2.288.356.798 0 1.568-.125 2.29-.356a10.705 10.705 0 0 0 .2-2.6Zm1.433 1.85a12.652 12.652 0 0 0 .018-2.609c.405-.276.78-.594 1.117-.947a5.48 5.48 0 0 1 .44 2.262 7.536 7.536 0 0 1-1.575 1.293Zm-2.172 2.435a9.046 9.046 0 0 1-3.504 0c.039.084.078.166.12.244C6.907 13.114 7.523 13.5 8 13.5s1.091-.386 1.633-1.427c.04-.078.08-.16.12-.244Zm1.31.74a8.5 8.5 0 0 0 .492-1.298c.457-.197.893-.43 1.307-.696a5.526 5.526 0 0 1-1.8 1.995Zm-6.123 0a8.507 8.507 0 0 1-.493-1.298 8.985 8.985 0 0 1-1.307-.696 5.526 5.526 0 0 0 1.8 1.995ZM2.5 8.1c.463.5.993.935 1.575 1.293a12.652 12.652 0 0 1-.018-2.608 7.037 7.037 0 0 1-1.117-.947 5.48 5.48 0 0 0-.44 2.262Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GlobeAltIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/GlobeAmericasIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/GlobeAmericasIcon.d.ts new file mode 100644 index 00000000..768a792f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/GlobeAmericasIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GlobeAmericasIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GlobeAmericasIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/GlobeAmericasIcon.js b/frontend/node_modules/@heroicons/react/16/solid/GlobeAmericasIcon.js new file mode 100644 index 00000000..a49abbe6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/GlobeAmericasIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function GlobeAmericasIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1ZM4.5 3.757a5.5 5.5 0 1 0 6.857-.114l-.65.65a.707.707 0 0 0-.207.5c0 .39-.317.707-.707.707H8.427a.496.496 0 0 0-.413.771l.25.376a.481.481 0 0 0 .616.163.962.962 0 0 1 1.11.18l.573.573a1 1 0 0 1 .242 1.023l-1.012 3.035a1 1 0 0 1-1.191.654l-.345-.086a1 1 0 0 1-.757-.97v-.305a1 1 0 0 0-.293-.707L6.1 9.1a.849.849 0 0 1 0-1.2c.22-.22.22-.58 0-.8l-.721-.721A3 3 0 0 1 4.5 4.257v-.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GlobeAmericasIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/GlobeAsiaAustraliaIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/GlobeAsiaAustraliaIcon.d.ts new file mode 100644 index 00000000..2b043982 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/GlobeAsiaAustraliaIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GlobeAsiaAustraliaIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GlobeAsiaAustraliaIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/GlobeAsiaAustraliaIcon.js b/frontend/node_modules/@heroicons/react/16/solid/GlobeAsiaAustraliaIcon.js new file mode 100644 index 00000000..efe012cf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/GlobeAsiaAustraliaIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function GlobeAsiaAustraliaIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7 5.5a5.485 5.485 0 0 1-4.007-1.732l.28-.702a.402.402 0 0 1 .658-.135.804.804 0 0 0 1.138 0l.012-.012a.822.822 0 0 0 .154-.949l-.055-.11a.497.497 0 0 1 .134-.611L8.14 7.788a.57.57 0 0 0 .154-.7.57.57 0 0 1 .33-.796l.028-.01a1.788 1.788 0 0 0 1.13-1.13l.072-.214a.747.747 0 0 0-.18-.764L8.293 2.793A1 1 0 0 1 8.09 2.5 5.5 5.5 0 0 1 12.9 10.5h-.486a1 1 0 0 1-.707-.293l-.353-.353a1.207 1.207 0 0 0-1.708 0l-.531.531a1 1 0 0 1-.26.188l-.343.17a.927.927 0 0 0-.512.83v.177c0 .414.336.75.75.75a.75.75 0 0 1 .751.793c-.477.135-.98.207-1.501.207Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GlobeAsiaAustraliaIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/GlobeEuropeAfricaIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/GlobeEuropeAfricaIcon.d.ts new file mode 100644 index 00000000..0df28058 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/GlobeEuropeAfricaIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GlobeEuropeAfricaIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GlobeEuropeAfricaIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/GlobeEuropeAfricaIcon.js b/frontend/node_modules/@heroicons/react/16/solid/GlobeEuropeAfricaIcon.js new file mode 100644 index 00000000..923f4441 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/GlobeEuropeAfricaIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function GlobeEuropeAfricaIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1ZM5.657 3.023a5.5 5.5 0 1 0 7.584 3.304l-.947-.63a.431.431 0 0 0-.544.053.431.431 0 0 1-.544.054l-.467-.312a.475.475 0 0 0-.689.608l.226.453a2.119 2.119 0 0 1 0 1.894L10.1 8.8a.947.947 0 0 0-.1.424v.11a2 2 0 0 1-.4 1.2L8.8 11.6A1 1 0 0 1 7 11v-.382a1 1 0 0 0-.553-.894l-.422-.212A1.854 1.854 0 0 1 6.855 6h.707a.438.438 0 1 0-.107-.864l-.835.209a1.129 1.129 0 0 1-1.305-1.553l.342-.77Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GlobeEuropeAfricaIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/H1Icon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/H1Icon.d.ts new file mode 100644 index 00000000..6dd8b51a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/H1Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const H1Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default H1Icon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/H1Icon.js b/frontend/node_modules/@heroicons/react/16/solid/H1Icon.js new file mode 100644 index 00000000..de107dfe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/H1Icon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function H1Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.75 3a.75.75 0 0 1 .75.75v3.5h4v-3.5a.75.75 0 0 1 1.5 0v8.5a.75.75 0 0 1-1.5 0v-3.5h-4v3.5a.75.75 0 0 1-1.5 0v-8.5A.75.75 0 0 1 1.75 3ZM10 6.75a.75.75 0 0 1 .75-.75h1.75a.75.75 0 0 1 .75.75v4.75h1a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1 0-1.5h1v-4h-1a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(H1Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/H2Icon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/H2Icon.d.ts new file mode 100644 index 00000000..ced8aa38 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/H2Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const H2Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default H2Icon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/H2Icon.js b/frontend/node_modules/@heroicons/react/16/solid/H2Icon.js new file mode 100644 index 00000000..d1a29ada --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/H2Icon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function H2Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.75 3a.75.75 0 0 1 .75.75v3.5h4v-3.5a.75.75 0 0 1 1.5 0v8.5a.75.75 0 0 1-1.5 0v-3.5h-4v3.5a.75.75 0 0 1-1.5 0v-8.5A.75.75 0 0 1 1.75 3ZM12.5 7.5c-.558 0-1.106.04-1.642.119a.75.75 0 0 1-.216-1.484 12.848 12.848 0 0 1 2.836-.098A1.629 1.629 0 0 1 14.99 7.58a8.884 8.884 0 0 1-.021 1.166c-.06.702-.553 1.24-1.159 1.441l-2.14.713a.25.25 0 0 0-.17.237v.363h2.75a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75v-1.113a1.75 1.75 0 0 1 1.197-1.66l2.139-.713c.1-.033.134-.103.138-.144a7.344 7.344 0 0 0 .018-.97c-.003-.052-.046-.111-.128-.117A11.417 11.417 0 0 0 12.5 7.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(H2Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/H3Icon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/H3Icon.d.ts new file mode 100644 index 00000000..3e101f77 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/H3Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const H3Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default H3Icon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/H3Icon.js b/frontend/node_modules/@heroicons/react/16/solid/H3Icon.js new file mode 100644 index 00000000..3ba4e0de --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/H3Icon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function H3Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.75 3a.75.75 0 0 1 .75.75v3.5h4v-3.5a.75.75 0 0 1 1.5 0v8.5a.75.75 0 0 1-1.5 0v-3.5h-4v3.5a.75.75 0 0 1-1.5 0v-8.5A.75.75 0 0 1 1.75 3ZM12.5 7.5c-.558 0-1.107.04-1.642.119a.75.75 0 0 1-.217-1.484 12.851 12.851 0 0 1 2.856-.097c.696.054 1.363.561 1.464 1.353a4.805 4.805 0 0 1-.203 2.109 4.745 4.745 0 0 1 .203 2.109c-.101.792-.768 1.299-1.464 1.353a12.955 12.955 0 0 1-2.856-.097.75.75 0 0 1 .217-1.484 11.351 11.351 0 0 0 2.523.085.14.14 0 0 0 .08-.03c.007-.006.01-.012.01-.012l.002-.003v-.003a3.29 3.29 0 0 0-.06-1.168H11.75a.75.75 0 0 1 0-1.5h1.663a3.262 3.262 0 0 0 .06-1.168l-.001-.006-.01-.012a.14.14 0 0 0-.08-.03c-.291-.023-.585-.034-.882-.034Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(H3Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/HandRaisedIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/HandRaisedIcon.d.ts new file mode 100644 index 00000000..66fd8285 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/HandRaisedIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HandRaisedIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HandRaisedIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/HandRaisedIcon.js b/frontend/node_modules/@heroicons/react/16/solid/HandRaisedIcon.js new file mode 100644 index 00000000..0744161d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/HandRaisedIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function HandRaisedIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8.5 1a.75.75 0 0 0-.75.75V6.5a.5.5 0 0 1-1 0V2.75a.75.75 0 0 0-1.5 0V7.5a.5.5 0 0 1-1 0V4.75a.75.75 0 0 0-1.5 0v4.5a5.75 5.75 0 0 0 11.5 0v-2.5a.75.75 0 0 0-1.5 0V9.5a.5.5 0 0 1-1 0V2.75a.75.75 0 0 0-1.5 0V6.5a.5.5 0 0 1-1 0V1.75A.75.75 0 0 0 8.5 1Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HandRaisedIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/HandThumbDownIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/HandThumbDownIcon.d.ts new file mode 100644 index 00000000..efb5173f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/HandThumbDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HandThumbDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HandThumbDownIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/HandThumbDownIcon.js b/frontend/node_modules/@heroicons/react/16/solid/HandThumbDownIcon.js new file mode 100644 index 00000000..8897d0eb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/HandThumbDownIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function HandThumbDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10.325 3H12v5c-.663 0-1.219.466-1.557 1.037a4.02 4.02 0 0 1-1.357 1.377c-.478.292-.907.706-.989 1.26v.005a9.031 9.031 0 0 0 0 2.642c.028.194-.048.394-.224.479A2 2 0 0 1 5 13c0-.812.08-1.605.234-2.371a.521.521 0 0 0-.5-.629H3C1.896 10 .99 9.102 1.1 8.003A19.827 19.827 0 0 1 2.18 3.215C2.45 2.469 3.178 2 3.973 2h2.703a2 2 0 0 1 .632.103l2.384.794a2 2 0 0 0 .633.103ZM14 2a1 1 0 0 0-1 1v6a1 1 0 1 0 2 0V3a1 1 0 0 0-1-1Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HandThumbDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/HandThumbUpIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/HandThumbUpIcon.d.ts new file mode 100644 index 00000000..69b969f9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/HandThumbUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HandThumbUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HandThumbUpIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/HandThumbUpIcon.js b/frontend/node_modules/@heroicons/react/16/solid/HandThumbUpIcon.js new file mode 100644 index 00000000..8b535656 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/HandThumbUpIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function HandThumbUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2.09 15a1 1 0 0 0 1-1V8a1 1 0 1 0-2 0v6a1 1 0 0 0 1 1ZM5.765 13H4.09V8c.663 0 1.218-.466 1.556-1.037a4.02 4.02 0 0 1 1.358-1.377c.478-.292.907-.706.989-1.26V4.32a9.03 9.03 0 0 0 0-2.642c-.028-.194.048-.394.224-.479A2 2 0 0 1 11.09 3c0 .812-.08 1.605-.235 2.371a.521.521 0 0 0 .502.629h1.733c1.104 0 2.01.898 1.901 1.997a19.831 19.831 0 0 1-1.081 4.788c-.27.747-.998 1.215-1.793 1.215H9.414c-.215 0-.428-.035-.632-.103l-2.384-.794A2.002 2.002 0 0 0 5.765 13Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HandThumbUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/HashtagIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/HashtagIcon.d.ts new file mode 100644 index 00000000..cd41dcf2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/HashtagIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HashtagIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HashtagIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/HashtagIcon.js b/frontend/node_modules/@heroicons/react/16/solid/HashtagIcon.js new file mode 100644 index 00000000..d5d7fa5c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/HashtagIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function HashtagIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.487 2.89a.75.75 0 1 0-1.474-.28l-.455 2.388H3.61a.75.75 0 0 0 0 1.5h1.663l-.571 2.998H2.75a.75.75 0 0 0 0 1.5h1.666l-.403 2.114a.75.75 0 0 0 1.474.28l.456-2.394h2.973l-.403 2.114a.75.75 0 0 0 1.474.28l.456-2.394h1.947a.75.75 0 0 0 0-1.5h-1.661l.57-2.998h1.95a.75.75 0 0 0 0-1.5h-1.664l.402-2.108a.75.75 0 0 0-1.474-.28l-.455 2.388H7.085l.402-2.108ZM6.8 6.498l-.571 2.998h2.973l.57-2.998H6.8Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HashtagIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/HeartIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/HeartIcon.d.ts new file mode 100644 index 00000000..a6bd0952 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/HeartIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HeartIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HeartIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/HeartIcon.js b/frontend/node_modules/@heroicons/react/16/solid/HeartIcon.js new file mode 100644 index 00000000..6fcb7d08 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/HeartIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function HeartIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2 6.342a3.375 3.375 0 0 1 6-2.088 3.375 3.375 0 0 1 5.997 2.26c-.063 2.134-1.618 3.76-2.955 4.784a14.437 14.437 0 0 1-2.676 1.61c-.02.01-.038.017-.05.022l-.014.006-.004.002h-.002a.75.75 0 0 1-.592.001h-.002l-.004-.003-.015-.006a5.528 5.528 0 0 1-.232-.107 14.395 14.395 0 0 1-2.535-1.557C3.564 10.22 1.999 8.558 1.999 6.38L2 6.342Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HeartIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/HomeIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/HomeIcon.d.ts new file mode 100644 index 00000000..eea727df --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/HomeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HomeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HomeIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/HomeIcon.js b/frontend/node_modules/@heroicons/react/16/solid/HomeIcon.js new file mode 100644 index 00000000..033394af --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/HomeIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function HomeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8.543 2.232a.75.75 0 0 0-1.085 0l-5.25 5.5A.75.75 0 0 0 2.75 9H4v4a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1a1 1 0 1 1 2 0v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V9h1.25a.75.75 0 0 0 .543-1.268l-5.25-5.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HomeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/HomeModernIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/HomeModernIcon.d.ts new file mode 100644 index 00000000..03e6a85c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/HomeModernIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HomeModernIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HomeModernIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/HomeModernIcon.js b/frontend/node_modules/@heroicons/react/16/solid/HomeModernIcon.js new file mode 100644 index 00000000..fc369f27 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/HomeModernIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function HomeModernIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10.536 3.444a.75.75 0 0 0-.571-1.387L3.5 4.719V3.75a.75.75 0 0 0-1.5 0v1.586l-.535.22A.75.75 0 0 0 2 6.958V12.5h-.25a.75.75 0 0 0 0 1.5H4a1 1 0 0 0 1-1v-1a1 1 0 1 1 2 0v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V3.664l.536-.22ZM11.829 5.802a.75.75 0 0 0-.333.623V8.5c0 .027.001.053.004.08V13a1 1 0 0 0 1 1h.5a1 1 0 0 0 1-1V7.957a.75.75 0 0 0 .535-1.4l-2.004-.826a.75.75 0 0 0-.703.07Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HomeModernIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/IdentificationIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/IdentificationIcon.d.ts new file mode 100644 index 00000000..85d23894 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/IdentificationIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const IdentificationIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default IdentificationIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/IdentificationIcon.js b/frontend/node_modules/@heroicons/react/16/solid/IdentificationIcon.js new file mode 100644 index 00000000..1e584d12 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/IdentificationIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function IdentificationIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H3Zm2.5 5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM10 5.75a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1-.75-.75Zm.75 3.75a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5h-1.5ZM10 8a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5A.75.75 0 0 1 10 8Zm-2.378 3c.346 0 .583-.343.395-.633A2.998 2.998 0 0 0 5.5 9a2.998 2.998 0 0 0-2.517 1.367c-.188.29.05.633.395.633h4.244Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(IdentificationIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/InboxArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/InboxArrowDownIcon.d.ts new file mode 100644 index 00000000..2b604ed7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/InboxArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const InboxArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default InboxArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/InboxArrowDownIcon.js b/frontend/node_modules/@heroicons/react/16/solid/InboxArrowDownIcon.js new file mode 100644 index 00000000..d834d15e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/InboxArrowDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function InboxArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8.75 2.75a.75.75 0 0 0-1.5 0v3.69l-.72-.72a.75.75 0 0 0-1.06 1.06l2 2a.75.75 0 0 0 1.06 0l2-2a.75.75 0 1 0-1.06-1.06l-.72.72V2.75Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M4.784 4.5a.75.75 0 0 0-.701.483L2.553 9h2.412a1 1 0 0 1 .832.445l.406.61a1 1 0 0 0 .832.445h1.93a1 1 0 0 0 .832-.445l.406-.61A1 1 0 0 1 11.035 9h2.412l-1.53-4.017a.75.75 0 0 0-.7-.483h-.467a.75.75 0 0 1 0-1.5h.466c.934 0 1.77.577 2.103 1.449l1.534 4.026c.097.256.147.527.147.801v1.474A2.25 2.25 0 0 1 12.75 13h-9.5A2.25 2.25 0 0 1 1 10.75V9.276c0-.274.05-.545.147-.801l1.534-4.026A2.25 2.25 0 0 1 4.784 3h.466a.75.75 0 0 1 0 1.5h-.466Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(InboxArrowDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/InboxIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/InboxIcon.d.ts new file mode 100644 index 00000000..1bf31e53 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/InboxIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const InboxIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default InboxIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/InboxIcon.js b/frontend/node_modules/@heroicons/react/16/solid/InboxIcon.js new file mode 100644 index 00000000..b5685647 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/InboxIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function InboxIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.784 3A2.25 2.25 0 0 0 2.68 4.449L1.147 8.475A2.25 2.25 0 0 0 1 9.276v1.474A2.25 2.25 0 0 0 3.25 13h9.5A2.25 2.25 0 0 0 15 10.75V9.276c0-.274-.05-.545-.147-.801l-1.534-4.026A2.25 2.25 0 0 0 11.216 3H4.784Zm-.701 1.983a.75.75 0 0 1 .7-.483h6.433a.75.75 0 0 1 .701.483L13.447 9h-2.412a1 1 0 0 0-.832.445l-.406.61a1 1 0 0 1-.832.445h-1.93a1 1 0 0 1-.832-.445l-.406-.61A1 1 0 0 0 4.965 9H2.553l1.53-4.017Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(InboxIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/InboxStackIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/InboxStackIcon.d.ts new file mode 100644 index 00000000..cea338d6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/InboxStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const InboxStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default InboxStackIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/InboxStackIcon.js b/frontend/node_modules/@heroicons/react/16/solid/InboxStackIcon.js new file mode 100644 index 00000000..1ff2e52f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/InboxStackIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function InboxStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.742 2.755A2.25 2.25 0 0 1 4.424 2h7.152a2.25 2.25 0 0 1 1.682.755l1.174 1.32c.366.412.568.944.568 1.495v.68a2.25 2.25 0 0 1-2.25 2.25h-9.5A2.25 2.25 0 0 1 1 6.25v-.68c0-.55.202-1.083.568-1.495l1.174-1.32Zm1.682.745a.75.75 0 0 0-.561.252L2.753 5h2.212a1 1 0 0 1 .832.445l.406.61a1 1 0 0 0 .832.445h1.93a1 1 0 0 0 .832-.445l.406-.61A1 1 0 0 1 11.035 5h2.211l-1.109-1.248a.75.75 0 0 0-.56-.252H4.423Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M1 10.75a.75.75 0 0 1 .75-.75h3.215a1 1 0 0 1 .832.445l.406.61a1 1 0 0 0 .832.445h1.93a1 1 0 0 0 .832-.445l.406-.61a1 1 0 0 1 .832-.445h3.215a.75.75 0 0 1 .75.75v1A2.25 2.25 0 0 1 12.75 14h-9.5A2.25 2.25 0 0 1 1 11.75v-1Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(InboxStackIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/InformationCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/InformationCircleIcon.d.ts new file mode 100644 index 00000000..f072a915 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/InformationCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const InformationCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default InformationCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/InformationCircleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/InformationCircleIcon.js new file mode 100644 index 00000000..a2a95c1e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/InformationCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function InformationCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM9 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM6.75 8a.75.75 0 0 0 0 1.5h.75v1.75a.75.75 0 0 0 1.5 0v-2.5A.75.75 0 0 0 8.25 8h-1.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(InformationCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ItalicIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ItalicIcon.d.ts new file mode 100644 index 00000000..3b26c948 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ItalicIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ItalicIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ItalicIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ItalicIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ItalicIcon.js new file mode 100644 index 00000000..6f4ee8e7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ItalicIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ItalicIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6.25 2.75A.75.75 0 0 1 7 2h6a.75.75 0 0 1 0 1.5h-2.483l-3.429 9H9A.75.75 0 0 1 9 14H3a.75.75 0 0 1 0-1.5h2.483l3.429-9H7a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ItalicIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/KeyIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/KeyIcon.d.ts new file mode 100644 index 00000000..54031ee1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/KeyIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const KeyIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default KeyIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/KeyIcon.js b/frontend/node_modules/@heroicons/react/16/solid/KeyIcon.js new file mode 100644 index 00000000..02d37dda --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/KeyIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function KeyIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M14 6a4 4 0 0 1-4.899 3.899l-1.955 1.955a.5.5 0 0 1-.353.146H5v1.5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-2.293a.5.5 0 0 1 .146-.353l3.955-3.955A4 4 0 1 1 14 6Zm-4-2a.75.75 0 0 0 0 1.5.5.5 0 0 1 .5.5.75.75 0 0 0 1.5 0 2 2 0 0 0-2-2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(KeyIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/LanguageIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/LanguageIcon.d.ts new file mode 100644 index 00000000..004c7bdd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/LanguageIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LanguageIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LanguageIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/LanguageIcon.js b/frontend/node_modules/@heroicons/react/16/solid/LanguageIcon.js new file mode 100644 index 00000000..ac66e434 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/LanguageIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function LanguageIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11 5a.75.75 0 0 1 .688.452l3.25 7.5a.75.75 0 1 1-1.376.596L12.89 12H9.109l-.67 1.548a.75.75 0 1 1-1.377-.596l3.25-7.5A.75.75 0 0 1 11 5Zm-1.24 5.5h2.48L11 7.636 9.76 10.5ZM5 1a.75.75 0 0 1 .75.75v1.261a25.27 25.27 0 0 1 2.598.211.75.75 0 1 1-.2 1.487c-.22-.03-.44-.056-.662-.08A12.939 12.939 0 0 1 5.92 8.058c.237.304.488.595.752.873a.75.75 0 0 1-1.086 1.035A13.075 13.075 0 0 1 5 9.307a13.068 13.068 0 0 1-2.841 2.546.75.75 0 0 1-.827-1.252A11.566 11.566 0 0 0 4.08 8.057a12.991 12.991 0 0 1-.554-.938.75.75 0 1 1 1.323-.707c.049.09.099.181.15.271.388-.68.708-1.405.952-2.164a23.941 23.941 0 0 0-4.1.19.75.75 0 0 1-.2-1.487c.853-.114 1.72-.185 2.598-.211V1.75A.75.75 0 0 1 5 1Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LanguageIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/LifebuoyIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/LifebuoyIcon.d.ts new file mode 100644 index 00000000..9e84fdbe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/LifebuoyIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LifebuoyIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LifebuoyIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/LifebuoyIcon.js b/frontend/node_modules/@heroicons/react/16/solid/LifebuoyIcon.js new file mode 100644 index 00000000..c374674d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/LifebuoyIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function LifebuoyIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12.95 3.05a7 7 0 1 0-9.9 9.9 7 7 0 0 0 9.9-9.9Zm-7.262-.042a5.516 5.516 0 0 1 4.624 0L8.698 5.082a3.016 3.016 0 0 0-1.396 0L5.688 3.008Zm-2.68 2.68a5.516 5.516 0 0 0 0 4.624l2.074-1.614a3.015 3.015 0 0 1 0-1.396L3.008 5.688Zm2.68 7.304 1.614-2.074c.458.11.938.11 1.396 0l1.614 2.074a5.516 5.516 0 0 1-4.624 0Zm7.304-2.68a5.516 5.516 0 0 0 0-4.624l-2.074 1.614c.11.458.11.938 0 1.396l2.074 1.614ZM6.94 6.939a1.5 1.5 0 1 1 2.122 2.122 1.5 1.5 0 0 1-2.122-2.122Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LifebuoyIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/LightBulbIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/LightBulbIcon.d.ts new file mode 100644 index 00000000..140569d3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/LightBulbIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LightBulbIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LightBulbIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/LightBulbIcon.js b/frontend/node_modules/@heroicons/react/16/solid/LightBulbIcon.js new file mode 100644 index 00000000..59788d33 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/LightBulbIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function LightBulbIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10.618 10.26c-.361.223-.618.598-.618 1.022 0 .226-.142.43-.36.49A6.006 6.006 0 0 1 8 12c-.569 0-1.12-.08-1.64-.227a.504.504 0 0 1-.36-.491c0-.424-.257-.799-.618-1.021a5 5 0 1 1 5.235 0ZM6.867 13.415a.75.75 0 1 0-.225 1.483 9.065 9.065 0 0 0 2.716 0 .75.75 0 1 0-.225-1.483 7.563 7.563 0 0 1-2.266 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LightBulbIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/LinkIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/LinkIcon.d.ts new file mode 100644 index 00000000..7c670eff --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/LinkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LinkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LinkIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/LinkIcon.js b/frontend/node_modules/@heroicons/react/16/solid/LinkIcon.js new file mode 100644 index 00000000..932b88b7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/LinkIcon.js @@ -0,0 +1,28 @@ +const React = require("react"); +function LinkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8.914 6.025a.75.75 0 0 1 1.06 0 3.5 3.5 0 0 1 0 4.95l-2 2a3.5 3.5 0 0 1-5.396-4.402.75.75 0 0 1 1.251.827 2 2 0 0 0 3.085 2.514l2-2a2 2 0 0 0 0-2.828.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.086 9.975a.75.75 0 0 1-1.06 0 3.5 3.5 0 0 1 0-4.95l2-2a3.5 3.5 0 0 1 5.396 4.402.75.75 0 0 1-1.251-.827 2 2 0 0 0-3.085-2.514l-2 2a2 2 0 0 0 0 2.828.75.75 0 0 1 0 1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LinkIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/LinkSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/LinkSlashIcon.d.ts new file mode 100644 index 00000000..10fa71e3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/LinkSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LinkSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LinkSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/LinkSlashIcon.js b/frontend/node_modules/@heroicons/react/16/solid/LinkSlashIcon.js new file mode 100644 index 00000000..3ad2c087 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/LinkSlashIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function LinkSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.28 2.22a.75.75 0 0 0-1.06 1.06l10.5 10.5a.75.75 0 1 0 1.06-1.06l-2.999-3a3.5 3.5 0 0 0-.806-3.695.75.75 0 0 0-1.06 1.061c.374.374.569.861.584 1.352L7.116 6.055l1.97-1.97a2 2 0 0 1 3.208 2.3.75.75 0 0 0 1.346.662 3.501 3.501 0 0 0-5.615-4.022l-1.97 1.97L3.28 2.22ZM3.705 9.616a.75.75 0 0 0-1.345-.663 3.501 3.501 0 0 0 5.615 4.022l.379-.379a.75.75 0 0 0-1.061-1.06l-.379.378a2 2 0 0 1-3.209-2.298Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LinkSlashIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ListBulletIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ListBulletIcon.d.ts new file mode 100644 index 00000000..0c6cd1ed --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ListBulletIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ListBulletIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ListBulletIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ListBulletIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ListBulletIcon.js new file mode 100644 index 00000000..906eeb22 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ListBulletIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function ListBulletIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3 4.75a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM6.25 3a.75.75 0 0 0 0 1.5h7a.75.75 0 0 0 0-1.5h-7ZM6.25 7.25a.75.75 0 0 0 0 1.5h7a.75.75 0 0 0 0-1.5h-7ZM6.25 11.5a.75.75 0 0 0 0 1.5h7a.75.75 0 0 0 0-1.5h-7ZM4 12.25a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM3 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ListBulletIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/LockClosedIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/LockClosedIcon.d.ts new file mode 100644 index 00000000..b5df9ca2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/LockClosedIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LockClosedIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LockClosedIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/LockClosedIcon.js b/frontend/node_modules/@heroicons/react/16/solid/LockClosedIcon.js new file mode 100644 index 00000000..13ae3e56 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/LockClosedIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function LockClosedIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 1a3.5 3.5 0 0 0-3.5 3.5V7A1.5 1.5 0 0 0 3 8.5v5A1.5 1.5 0 0 0 4.5 15h7a1.5 1.5 0 0 0 1.5-1.5v-5A1.5 1.5 0 0 0 11.5 7V4.5A3.5 3.5 0 0 0 8 1Zm2 6V4.5a2 2 0 1 0-4 0V7h4Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LockClosedIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/LockOpenIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/LockOpenIcon.d.ts new file mode 100644 index 00000000..0f847fce --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/LockOpenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LockOpenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LockOpenIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/LockOpenIcon.js b/frontend/node_modules/@heroicons/react/16/solid/LockOpenIcon.js new file mode 100644 index 00000000..a585bc22 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/LockOpenIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function LockOpenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M11.5 1A3.5 3.5 0 0 0 8 4.5V7H2.5A1.5 1.5 0 0 0 1 8.5v5A1.5 1.5 0 0 0 2.5 15h7a1.5 1.5 0 0 0 1.5-1.5v-5A1.5 1.5 0 0 0 9.5 7V4.5a2 2 0 1 1 4 0v1.75a.75.75 0 0 0 1.5 0V4.5A3.5 3.5 0 0 0 11.5 1Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LockOpenIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/MagnifyingGlassCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/MagnifyingGlassCircleIcon.d.ts new file mode 100644 index 00000000..bb57af1e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/MagnifyingGlassCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MagnifyingGlassCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MagnifyingGlassCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/MagnifyingGlassCircleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/MagnifyingGlassCircleIcon.js new file mode 100644 index 00000000..f307e694 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/MagnifyingGlassCircleIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function MagnifyingGlassCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5.94 8.06a1.5 1.5 0 1 1 2.12-2.12 1.5 1.5 0 0 1-2.12 2.12Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14ZM4.879 4.879a3 3 0 0 0 3.645 4.706L9.72 10.78a.75.75 0 0 0 1.061-1.06L9.585 8.524A3.001 3.001 0 0 0 4.879 4.88Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MagnifyingGlassCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/MagnifyingGlassIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/MagnifyingGlassIcon.d.ts new file mode 100644 index 00000000..8481bf29 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/MagnifyingGlassIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MagnifyingGlassIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MagnifyingGlassIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/MagnifyingGlassIcon.js b/frontend/node_modules/@heroicons/react/16/solid/MagnifyingGlassIcon.js new file mode 100644 index 00000000..9f97042f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/MagnifyingGlassIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function MagnifyingGlassIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.965 11.026a5 5 0 1 1 1.06-1.06l2.755 2.754a.75.75 0 1 1-1.06 1.06l-2.755-2.754ZM10.5 7a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MagnifyingGlassIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/MagnifyingGlassMinusIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/MagnifyingGlassMinusIcon.d.ts new file mode 100644 index 00000000..e0d8a15d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/MagnifyingGlassMinusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MagnifyingGlassMinusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MagnifyingGlassMinusIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/MagnifyingGlassMinusIcon.js b/frontend/node_modules/@heroicons/react/16/solid/MagnifyingGlassMinusIcon.js new file mode 100644 index 00000000..0d655e78 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/MagnifyingGlassMinusIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function MagnifyingGlassMinusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8.75 6.25h-3.5a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7 12c1.11 0 2.136-.362 2.965-.974l2.755 2.754a.75.75 0 1 0 1.06-1.06l-2.754-2.755A5 5 0 1 0 7 12Zm0-1.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MagnifyingGlassMinusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/MagnifyingGlassPlusIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/MagnifyingGlassPlusIcon.d.ts new file mode 100644 index 00000000..2f92e87a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/MagnifyingGlassPlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MagnifyingGlassPlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MagnifyingGlassPlusIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/MagnifyingGlassPlusIcon.js b/frontend/node_modules/@heroicons/react/16/solid/MagnifyingGlassPlusIcon.js new file mode 100644 index 00000000..e88936e5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/MagnifyingGlassPlusIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function MagnifyingGlassPlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M6.25 8.75v-1h-1a.75.75 0 0 1 0-1.5h1v-1a.75.75 0 0 1 1.5 0v1h1a.75.75 0 0 1 0 1.5h-1v1a.75.75 0 0 1-1.5 0Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7 12c1.11 0 2.136-.362 2.965-.974l2.755 2.754a.75.75 0 1 0 1.06-1.06l-2.754-2.755A5 5 0 1 0 7 12Zm0-1.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MagnifyingGlassPlusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/MapIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/MapIcon.d.ts new file mode 100644 index 00000000..0d81f6f4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/MapIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MapIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MapIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/MapIcon.js b/frontend/node_modules/@heroicons/react/16/solid/MapIcon.js new file mode 100644 index 00000000..40311e15 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/MapIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function MapIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.37 2.257a1.25 1.25 0 0 1 1.214-.054l3.378 1.69 2.133-1.313A1.25 1.25 0 0 1 14 3.644v7.326c0 .434-.225.837-.595 1.065l-2.775 1.708a1.25 1.25 0 0 1-1.214.053l-3.378-1.689-2.133 1.313A1.25 1.25 0 0 1 2 12.354V5.029c0-.434.225-.837.595-1.064L5.37 2.257ZM6 4a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0v-4.5A.75.75 0 0 1 6 4Zm4.75 2.75a.75.75 0 0 0-1.5 0v4.5a.75.75 0 0 0 1.5 0v-4.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MapIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/MapPinIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/MapPinIcon.d.ts new file mode 100644 index 00000000..5a651e4f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/MapPinIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MapPinIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MapPinIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/MapPinIcon.js b/frontend/node_modules/@heroicons/react/16/solid/MapPinIcon.js new file mode 100644 index 00000000..a7678d8d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/MapPinIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function MapPinIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "m7.539 14.841.003.003.002.002a.755.755 0 0 0 .912 0l.002-.002.003-.003.012-.009a5.57 5.57 0 0 0 .19-.153 15.588 15.588 0 0 0 2.046-2.082c1.101-1.362 2.291-3.342 2.291-5.597A5 5 0 0 0 3 7c0 2.255 1.19 4.235 2.292 5.597a15.591 15.591 0 0 0 2.046 2.082 8.916 8.916 0 0 0 .189.153l.012.01ZM8 8.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MapPinIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/MegaphoneIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/MegaphoneIcon.d.ts new file mode 100644 index 00000000..105abf4b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/MegaphoneIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MegaphoneIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MegaphoneIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/MegaphoneIcon.js b/frontend/node_modules/@heroicons/react/16/solid/MegaphoneIcon.js new file mode 100644 index 00000000..71400138 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/MegaphoneIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function MegaphoneIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M13.407 2.59a.75.75 0 0 0-1.464.326c.365 1.636.557 3.337.557 5.084 0 1.747-.192 3.448-.557 5.084a.75.75 0 0 0 1.464.327c.264-1.185.444-2.402.531-3.644a2 2 0 0 0 0-3.534 24.736 24.736 0 0 0-.531-3.643ZM4.348 11H4a3 3 0 0 1 0-6h2c1.647 0 3.217-.332 4.646-.933C10.878 5.341 11 6.655 11 8c0 1.345-.122 2.659-.354 3.933a11.946 11.946 0 0 0-4.23-.925c.203.718.478 1.407.816 2.057.12.23.057.515-.155.663l-.828.58a.484.484 0 0 1-.707-.16A12.91 12.91 0 0 1 4.348 11Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MegaphoneIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/MicrophoneIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/MicrophoneIcon.d.ts new file mode 100644 index 00000000..8671d6b9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/MicrophoneIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MicrophoneIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MicrophoneIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/MicrophoneIcon.js b/frontend/node_modules/@heroicons/react/16/solid/MicrophoneIcon.js new file mode 100644 index 00000000..c8cfb743 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/MicrophoneIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function MicrophoneIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8 1a2 2 0 0 0-2 2v4a2 2 0 1 0 4 0V3a2 2 0 0 0-2-2Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M4.5 7A.75.75 0 0 0 3 7a5.001 5.001 0 0 0 4.25 4.944V13.5h-1.5a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5h-1.5v-1.556A5.001 5.001 0 0 0 13 7a.75.75 0 0 0-1.5 0 3.5 3.5 0 1 1-7 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MicrophoneIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/MinusCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/MinusCircleIcon.d.ts new file mode 100644 index 00000000..cfc27bcc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/MinusCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MinusCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MinusCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/MinusCircleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/MinusCircleIcon.js new file mode 100644 index 00000000..737ec78c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/MinusCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function MinusCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Zm4-7a.75.75 0 0 0-.75-.75h-6.5a.75.75 0 0 0 0 1.5h6.5A.75.75 0 0 0 12 8Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MinusCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/MinusIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/MinusIcon.d.ts new file mode 100644 index 00000000..7fdb4b6c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/MinusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MinusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MinusIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/MinusIcon.js b/frontend/node_modules/@heroicons/react/16/solid/MinusIcon.js new file mode 100644 index 00000000..567c4bc1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/MinusIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function MinusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.75 7.25a.75.75 0 0 0 0 1.5h8.5a.75.75 0 0 0 0-1.5h-8.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MinusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/MoonIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/MoonIcon.d.ts new file mode 100644 index 00000000..de7d2c5e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/MoonIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MoonIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MoonIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/MoonIcon.js b/frontend/node_modules/@heroicons/react/16/solid/MoonIcon.js new file mode 100644 index 00000000..61a5b2de --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/MoonIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function MoonIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M14.438 10.148c.19-.425-.321-.787-.748-.601A5.5 5.5 0 0 1 6.453 2.31c.186-.427-.176-.938-.6-.748a6.501 6.501 0 1 0 8.585 8.586Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MoonIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/MusicalNoteIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/MusicalNoteIcon.d.ts new file mode 100644 index 00000000..043d34ef --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/MusicalNoteIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MusicalNoteIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MusicalNoteIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/MusicalNoteIcon.js b/frontend/node_modules/@heroicons/react/16/solid/MusicalNoteIcon.js new file mode 100644 index 00000000..05ede808 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/MusicalNoteIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function MusicalNoteIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M14 1.75a.75.75 0 0 0-.89-.737l-7.502 1.43a.75.75 0 0 0-.61.736v2.5c0 .018 0 .036.002.054V9.73a1 1 0 0 1-.813.983l-.58.11a1.978 1.978 0 0 0 .741 3.886l.603-.115c.9-.171 1.55-.957 1.55-1.873v-1.543l-.001-.043V6.3l6-1.143v3.146a1 1 0 0 1-.813.982l-.584.111a1.978 1.978 0 0 0 .74 3.886l.326-.062A2.252 2.252 0 0 0 14 11.007V1.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MusicalNoteIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/NewspaperIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/NewspaperIcon.d.ts new file mode 100644 index 00000000..79735338 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/NewspaperIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const NewspaperIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default NewspaperIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/NewspaperIcon.js b/frontend/node_modules/@heroicons/react/16/solid/NewspaperIcon.js new file mode 100644 index 00000000..b6bde91c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/NewspaperIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function NewspaperIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v9a2 2 0 0 0 2 2h8a2 2 0 0 1-2-2V3ZM4 4h4v2H4V4Zm4 3.5H4V9h4V7.5Zm-4 3h4V12H4v-1.5Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M13 5h-1.5v6.25a1.25 1.25 0 1 0 2.5 0V6a1 1 0 0 0-1-1Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(NewspaperIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/NoSymbolIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/NoSymbolIcon.d.ts new file mode 100644 index 00000000..5a3d4b75 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/NoSymbolIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const NoSymbolIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default NoSymbolIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/NoSymbolIcon.js b/frontend/node_modules/@heroicons/react/16/solid/NoSymbolIcon.js new file mode 100644 index 00000000..7c4fd77f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/NoSymbolIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function NoSymbolIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.05 3.05a7 7 0 1 1 9.9 9.9 7 7 0 0 1-9.9-9.9Zm1.627.566 7.707 7.707a5.501 5.501 0 0 0-7.707-7.707Zm6.646 8.768L3.616 4.677a5.501 5.501 0 0 0 7.707 7.707Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(NoSymbolIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/NumberedListIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/NumberedListIcon.d.ts new file mode 100644 index 00000000..bd0b135f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/NumberedListIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const NumberedListIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default NumberedListIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/NumberedListIcon.js b/frontend/node_modules/@heroicons/react/16/solid/NumberedListIcon.js new file mode 100644 index 00000000..b05fdd3e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/NumberedListIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function NumberedListIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2.995 1a.625.625 0 1 0 0 1.25h.38v2.125a.625.625 0 1 0 1.25 0v-2.75A.625.625 0 0 0 4 1H2.995ZM3.208 7.385a2.37 2.37 0 0 1 1.027-.124L2.573 8.923a.625.625 0 0 0 .439 1.067l1.987.011a.625.625 0 0 0 .006-1.25l-.49-.003.777-.776c.215-.215.335-.506.335-.809 0-.465-.297-.957-.842-1.078a3.636 3.636 0 0 0-1.993.121.625.625 0 1 0 .416 1.179ZM2.625 11a.625.625 0 1 0 0 1.25H4.25a.125.125 0 0 1 0 .25H3.5a.625.625 0 1 0 0 1.25h.75a.125.125 0 0 1 0 .25H2.625a.625.625 0 1 0 0 1.25H4.25a1.375 1.375 0 0 0 1.153-2.125A1.375 1.375 0 0 0 4.25 11H2.625ZM7.25 2a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5h-6ZM7.25 7.25a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5h-6ZM6.5 13.25a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5h-6a.75.75 0 0 1-.75-.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(NumberedListIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/PaintBrushIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/PaintBrushIcon.d.ts new file mode 100644 index 00000000..2278908e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PaintBrushIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PaintBrushIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PaintBrushIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/PaintBrushIcon.js b/frontend/node_modules/@heroicons/react/16/solid/PaintBrushIcon.js new file mode 100644 index 00000000..0eb6307a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PaintBrushIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function PaintBrushIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M12.613 1.258a1.535 1.535 0 0 1 2.13 2.129l-1.905 2.856a8 8 0 0 1-3.56 2.939 4.011 4.011 0 0 0-2.46-2.46 8 8 0 0 1 2.94-3.56l2.855-1.904ZM5.5 8A2.5 2.5 0 0 0 3 10.5a.5.5 0 0 1-.7.459.75.75 0 0 0-.983 1A3.5 3.5 0 0 0 8 10.5 2.5 2.5 0 0 0 5.5 8Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PaintBrushIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/PaperAirplaneIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/PaperAirplaneIcon.d.ts new file mode 100644 index 00000000..8f9b057d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PaperAirplaneIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PaperAirplaneIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PaperAirplaneIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/PaperAirplaneIcon.js b/frontend/node_modules/@heroicons/react/16/solid/PaperAirplaneIcon.js new file mode 100644 index 00000000..2af2edaa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PaperAirplaneIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function PaperAirplaneIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2.87 2.298a.75.75 0 0 0-.812 1.021L3.39 6.624a1 1 0 0 0 .928.626H8.25a.75.75 0 0 1 0 1.5H4.318a1 1 0 0 0-.927.626l-1.333 3.305a.75.75 0 0 0 .811 1.022 24.89 24.89 0 0 0 11.668-5.115.75.75 0 0 0 0-1.175A24.89 24.89 0 0 0 2.869 2.298Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PaperAirplaneIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/PaperClipIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/PaperClipIcon.d.ts new file mode 100644 index 00000000..85bc18b3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PaperClipIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PaperClipIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PaperClipIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/PaperClipIcon.js b/frontend/node_modules/@heroicons/react/16/solid/PaperClipIcon.js new file mode 100644 index 00000000..4d5c6afe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PaperClipIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PaperClipIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.914 4.086a2 2 0 0 0-2.828 0l-5 5a2 2 0 1 0 2.828 2.828l.556-.555a.75.75 0 0 1 1.06 1.06l-.555.556a3.5 3.5 0 0 1-4.95-4.95l5-5a3.5 3.5 0 0 1 4.95 4.95l-1.972 1.972a2.125 2.125 0 0 1-3.006-3.005L9.97 4.97a.75.75 0 1 1 1.06 1.06L9.058 8.003a.625.625 0 0 0 .884.883l1.972-1.972a2 2 0 0 0 0-2.828Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PaperClipIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/PauseCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/PauseCircleIcon.d.ts new file mode 100644 index 00000000..369128d9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PauseCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PauseCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PauseCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/PauseCircleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/PauseCircleIcon.js new file mode 100644 index 00000000..8a7a0ff0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PauseCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PauseCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM5.5 5.5A.5.5 0 0 1 6 5h.5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5H6a.5.5 0 0 1-.5-.5v-5Zm4-.5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h.5a.5.5 0 0 0 .5-.5v-5A.5.5 0 0 0 10 5h-.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PauseCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/PauseIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/PauseIcon.d.ts new file mode 100644 index 00000000..be960989 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PauseIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PauseIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PauseIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/PauseIcon.js b/frontend/node_modules/@heroicons/react/16/solid/PauseIcon.js new file mode 100644 index 00000000..8b74b3ac --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PauseIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function PauseIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4.5 2a.5.5 0 0 0-.5.5v11a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-11a.5.5 0 0 0-.5-.5h-1ZM10.5 2a.5.5 0 0 0-.5.5v11a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-11a.5.5 0 0 0-.5-.5h-1Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PauseIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/PencilIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/PencilIcon.d.ts new file mode 100644 index 00000000..cfc12556 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PencilIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PencilIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PencilIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/PencilIcon.js b/frontend/node_modules/@heroicons/react/16/solid/PencilIcon.js new file mode 100644 index 00000000..d139450f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PencilIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PencilIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.013 2.513a1.75 1.75 0 0 1 2.475 2.474L6.226 12.25a2.751 2.751 0 0 1-.892.596l-2.047.848a.75.75 0 0 1-.98-.98l.848-2.047a2.75 2.75 0 0 1 .596-.892l7.262-7.261Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PencilIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/PencilSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/PencilSquareIcon.d.ts new file mode 100644 index 00000000..b1008d21 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PencilSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PencilSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PencilSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/PencilSquareIcon.js b/frontend/node_modules/@heroicons/react/16/solid/PencilSquareIcon.js new file mode 100644 index 00000000..90e8e7d1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PencilSquareIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PencilSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M13.488 2.513a1.75 1.75 0 0 0-2.475 0L6.75 6.774a2.75 2.75 0 0 0-.596.892l-.848 2.047a.75.75 0 0 0 .98.98l2.047-.848a2.75 2.75 0 0 0 .892-.596l4.261-4.262a1.75 1.75 0 0 0 0-2.474Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M4.75 3.5c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h6.5c.69 0 1.25-.56 1.25-1.25V9A.75.75 0 0 1 14 9v2.25A2.75 2.75 0 0 1 11.25 14h-6.5A2.75 2.75 0 0 1 2 11.25v-6.5A2.75 2.75 0 0 1 4.75 2H7a.75.75 0 0 1 0 1.5H4.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PencilSquareIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/PercentBadgeIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/PercentBadgeIcon.d.ts new file mode 100644 index 00000000..e879c9fe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PercentBadgeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PercentBadgeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PercentBadgeIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/PercentBadgeIcon.js b/frontend/node_modules/@heroicons/react/16/solid/PercentBadgeIcon.js new file mode 100644 index 00000000..4d57700c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PercentBadgeIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PercentBadgeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.396 6.093a2 2 0 0 0 0 3.814 2 2 0 0 0 2.697 2.697 2 2 0 0 0 3.814 0 2.001 2.001 0 0 0 2.698-2.697 2 2 0 0 0-.001-3.814 2.001 2.001 0 0 0-2.697-2.698 2 2 0 0 0-3.814.001 2 2 0 0 0-2.697 2.697ZM6 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm3.47-1.53a.75.75 0 1 1 1.06 1.06l-4 4a.75.75 0 1 1-1.06-1.06l4-4ZM11 10a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PercentBadgeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/PhoneArrowDownLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/PhoneArrowDownLeftIcon.d.ts new file mode 100644 index 00000000..a9d877f2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PhoneArrowDownLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PhoneArrowDownLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PhoneArrowDownLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/PhoneArrowDownLeftIcon.js b/frontend/node_modules/@heroicons/react/16/solid/PhoneArrowDownLeftIcon.js new file mode 100644 index 00000000..2766070e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PhoneArrowDownLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PhoneArrowDownLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "m4.922 6.752-1.067.534a7.52 7.52 0 0 0 4.859 4.86l.534-1.068a1 1 0 0 1 1.046-.542l2.858.44a1 1 0 0 1 .848.988V13a1 1 0 0 1-1 1h-2c-.709 0-1.4-.082-2.062-.238a9.012 9.012 0 0 1-6.7-6.7A9.024 9.024 0 0 1 2 5V3a1 1 0 0 1 1-1h1.036a1 1 0 0 1 .988.848l.44 2.858a1 1 0 0 1-.542 1.046Z" + }), /*#__PURE__*/React.createElement("path", { + d: "m11.56 5.5 2.22-2.22a.75.75 0 0 0-1.06-1.06L10.5 4.44V2.75a.75.75 0 0 0-1.5 0v3.5c0 .414.336.75.75.75h3.5a.75.75 0 0 0 0-1.5h-1.69Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PhoneArrowDownLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/PhoneArrowUpRightIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/PhoneArrowUpRightIcon.d.ts new file mode 100644 index 00000000..9b1ff4da --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PhoneArrowUpRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PhoneArrowUpRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PhoneArrowUpRightIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/PhoneArrowUpRightIcon.js b/frontend/node_modules/@heroicons/react/16/solid/PhoneArrowUpRightIcon.js new file mode 100644 index 00000000..e32ba702 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PhoneArrowUpRightIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PhoneArrowUpRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "m4.922 6.752-1.067.534a7.52 7.52 0 0 0 4.859 4.86l.534-1.068a1 1 0 0 1 1.046-.542l2.858.44a1 1 0 0 1 .848.988V13a1 1 0 0 1-1 1h-2c-.709 0-1.4-.082-2.062-.238a9.012 9.012 0 0 1-6.7-6.7A9.024 9.024 0 0 1 2 5V3a1 1 0 0 1 1-1h1.036a1 1 0 0 1 .988.848l.44 2.858a1 1 0 0 1-.542 1.046Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M9.22 5.72a.75.75 0 0 0 1.06 1.06l2.22-2.22v1.69a.75.75 0 0 0 1.5 0v-3.5a.75.75 0 0 0-.75-.75h-3.5a.75.75 0 0 0 0 1.5h1.69L9.22 5.72Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PhoneArrowUpRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/PhoneIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/PhoneIcon.d.ts new file mode 100644 index 00000000..e9a6bb47 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PhoneIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PhoneIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PhoneIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/PhoneIcon.js b/frontend/node_modules/@heroicons/react/16/solid/PhoneIcon.js new file mode 100644 index 00000000..aa77237d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PhoneIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PhoneIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "m3.855 7.286 1.067-.534a1 1 0 0 0 .542-1.046l-.44-2.858A1 1 0 0 0 4.036 2H3a1 1 0 0 0-1 1v2c0 .709.082 1.4.238 2.062a9.012 9.012 0 0 0 6.7 6.7A9.024 9.024 0 0 0 11 14h2a1 1 0 0 0 1-1v-1.036a1 1 0 0 0-.848-.988l-2.858-.44a1 1 0 0 0-1.046.542l-.534 1.067a7.52 7.52 0 0 1-4.86-4.859Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PhoneIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/PhoneXMarkIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/PhoneXMarkIcon.d.ts new file mode 100644 index 00000000..f4afe695 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PhoneXMarkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PhoneXMarkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PhoneXMarkIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/PhoneXMarkIcon.js b/frontend/node_modules/@heroicons/react/16/solid/PhoneXMarkIcon.js new file mode 100644 index 00000000..fa008fc7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PhoneXMarkIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PhoneXMarkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "m3.855 7.286 1.067-.534a1 1 0 0 0 .542-1.046l-.44-2.858A1 1 0 0 0 4.036 2H3a1 1 0 0 0-1 1v2c0 .709.082 1.4.238 2.062a9.012 9.012 0 0 0 6.7 6.7A9.024 9.024 0 0 0 11 14h2a1 1 0 0 0 1-1v-1.036a1 1 0 0 0-.848-.988l-2.858-.44a1 1 0 0 0-1.046.542l-.534 1.067a7.52 7.52 0 0 1-4.86-4.859Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M13.78 2.22a.75.75 0 0 1 0 1.06L12.56 4.5l1.22 1.22a.75.75 0 0 1-1.06 1.06L11.5 5.56l-1.22 1.22a.75.75 0 1 1-1.06-1.06l1.22-1.22-1.22-1.22a.75.75 0 0 1 1.06-1.06l1.22 1.22 1.22-1.22a.75.75 0 0 1 1.06 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PhoneXMarkIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/PhotoIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/PhotoIcon.d.ts new file mode 100644 index 00000000..b00e9f04 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PhotoIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PhotoIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PhotoIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/PhotoIcon.js b/frontend/node_modules/@heroicons/react/16/solid/PhotoIcon.js new file mode 100644 index 00000000..a9161dc9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PhotoIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PhotoIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4Zm10.5 5.707a.5.5 0 0 0-.146-.353l-1-1a.5.5 0 0 0-.708 0L9.354 9.646a.5.5 0 0 1-.708 0L6.354 7.354a.5.5 0 0 0-.708 0l-2 2a.5.5 0 0 0-.146.353V12a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5V9.707ZM12 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PhotoIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/PlayCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/PlayCircleIcon.d.ts new file mode 100644 index 00000000..a320814d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PlayCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PlayCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlayCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/PlayCircleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/PlayCircleIcon.js new file mode 100644 index 00000000..37109bbf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PlayCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PlayCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Zm-.847-9.766A.75.75 0 0 0 6 5.866v4.268a.75.75 0 0 0 1.153.633l3.353-2.134a.75.75 0 0 0 0-1.266L7.153 5.234Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlayCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/PlayIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/PlayIcon.d.ts new file mode 100644 index 00000000..7da224c8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PlayIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PlayIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlayIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/PlayIcon.js b/frontend/node_modules/@heroicons/react/16/solid/PlayIcon.js new file mode 100644 index 00000000..9874af9f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PlayIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function PlayIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3 3.732a1.5 1.5 0 0 1 2.305-1.265l6.706 4.267a1.5 1.5 0 0 1 0 2.531l-6.706 4.268A1.5 1.5 0 0 1 3 12.267V3.732Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlayIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/PlayPauseIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/PlayPauseIcon.d.ts new file mode 100644 index 00000000..1baf435f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PlayPauseIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PlayPauseIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlayPauseIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/PlayPauseIcon.js b/frontend/node_modules/@heroicons/react/16/solid/PlayPauseIcon.js new file mode 100644 index 00000000..4bb4fcc7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PlayPauseIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function PlayPauseIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M1 4.804a1 1 0 0 1 1.53-.848l5.113 3.196a1 1 0 0 1 0 1.696L2.53 12.044A1 1 0 0 1 1 11.196V4.804ZM13.5 4.5A.5.5 0 0 1 14 4h.5a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5H14a.5.5 0 0 1-.5-.5v-7ZM10.5 4a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h.5a.5.5 0 0 0 .5-.5v-7A.5.5 0 0 0 11 4h-.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlayPauseIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/PlusCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/PlusCircleIcon.d.ts new file mode 100644 index 00000000..9c7ce73d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PlusCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PlusCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlusCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/PlusCircleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/PlusCircleIcon.js new file mode 100644 index 00000000..d0ea5434 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PlusCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PlusCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Zm.75-10.25v2.5h2.5a.75.75 0 0 1 0 1.5h-2.5v2.5a.75.75 0 0 1-1.5 0v-2.5h-2.5a.75.75 0 0 1 0-1.5h2.5v-2.5a.75.75 0 0 1 1.5 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlusCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/PlusIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/PlusIcon.d.ts new file mode 100644 index 00000000..04e381a1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlusIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/PlusIcon.js b/frontend/node_modules/@heroicons/react/16/solid/PlusIcon.js new file mode 100644 index 00000000..66994d55 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PlusIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function PlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8.75 3.75a.75.75 0 0 0-1.5 0v3.5h-3.5a.75.75 0 0 0 0 1.5h3.5v3.5a.75.75 0 0 0 1.5 0v-3.5h3.5a.75.75 0 0 0 0-1.5h-3.5v-3.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/PowerIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/PowerIcon.d.ts new file mode 100644 index 00000000..754fe6b1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PowerIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PowerIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PowerIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/PowerIcon.js b/frontend/node_modules/@heroicons/react/16/solid/PowerIcon.js new file mode 100644 index 00000000..d5fea240 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PowerIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PowerIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 1a.75.75 0 0 1 .75.75v6.5a.75.75 0 0 1-1.5 0v-6.5A.75.75 0 0 1 8 1ZM4.11 3.05a.75.75 0 0 1 0 1.06 5.5 5.5 0 1 0 7.78 0 .75.75 0 0 1 1.06-1.06 7 7 0 1 1-9.9 0 .75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PowerIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/PresentationChartBarIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/PresentationChartBarIcon.d.ts new file mode 100644 index 00000000..d80b6596 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PresentationChartBarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PresentationChartBarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PresentationChartBarIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/PresentationChartBarIcon.js b/frontend/node_modules/@heroicons/react/16/solid/PresentationChartBarIcon.js new file mode 100644 index 00000000..2ce2ebfe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PresentationChartBarIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PresentationChartBarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.75 2a.75.75 0 0 0 0 1.5H2V9a2 2 0 0 0 2 2h.043l-1.004 3.013a.75.75 0 0 0 1.423.474L4.624 14h6.752l.163.487a.75.75 0 1 0 1.422-.474L11.957 11H12a2 2 0 0 0 2-2V3.5h.25a.75.75 0 0 0 0-1.5H1.75Zm8.626 9 .5 1.5H5.124l.5-1.5h4.752ZM5.25 7a.75.75 0 0 0-.75.75v.5a.75.75 0 0 0 1.5 0v-.5A.75.75 0 0 0 5.25 7ZM10 4.75a.75.75 0 0 1 1.5 0v3.5a.75.75 0 0 1-1.5 0v-3.5ZM8 5.5a.75.75 0 0 0-.75.75v2a.75.75 0 0 0 1.5 0v-2A.75.75 0 0 0 8 5.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PresentationChartBarIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/PresentationChartLineIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/PresentationChartLineIcon.d.ts new file mode 100644 index 00000000..a240a46d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PresentationChartLineIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PresentationChartLineIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PresentationChartLineIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/PresentationChartLineIcon.js b/frontend/node_modules/@heroicons/react/16/solid/PresentationChartLineIcon.js new file mode 100644 index 00000000..14c303e2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PresentationChartLineIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PresentationChartLineIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.75 2a.75.75 0 0 0 0 1.5H2V9a2 2 0 0 0 2 2h.043l-1.005 3.013a.75.75 0 0 0 1.423.474L4.624 14h6.752l.163.487a.75.75 0 0 0 1.423-.474L11.957 11H12a2 2 0 0 0 2-2V3.5h.25a.75.75 0 0 0 0-1.5H1.75Zm8.626 9 .5 1.5H5.124l.5-1.5h4.752Zm1.317-5.833a.75.75 0 0 0-.892-1.206 8.789 8.789 0 0 0-2.465 2.814L7.28 5.72a.75.75 0 0 0-1.06 0l-2 2a.75.75 0 0 0 1.06 1.06l1.47-1.47L8.028 8.59a.75.75 0 0 0 1.228-.255 7.275 7.275 0 0 1 2.437-3.167Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PresentationChartLineIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/PrinterIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/PrinterIcon.d.ts new file mode 100644 index 00000000..f1d1be8f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PrinterIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PrinterIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PrinterIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/PrinterIcon.js b/frontend/node_modules/@heroicons/react/16/solid/PrinterIcon.js new file mode 100644 index 00000000..8f201f4f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PrinterIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PrinterIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4 5a2 2 0 0 0-2 2v3a2 2 0 0 0 1.51 1.94l-.315 1.896A1 1 0 0 0 4.18 15h7.639a1 1 0 0 0 .986-1.164l-.316-1.897A2 2 0 0 0 14 10V7a2 2 0 0 0-2-2V2a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v3Zm1.5 0V2.5h5V5h-5Zm5.23 5.5H5.27l-.5 3h6.459l-.5-3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PrinterIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/PuzzlePieceIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/PuzzlePieceIcon.d.ts new file mode 100644 index 00000000..04f58f55 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PuzzlePieceIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PuzzlePieceIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PuzzlePieceIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/PuzzlePieceIcon.js b/frontend/node_modules/@heroicons/react/16/solid/PuzzlePieceIcon.js new file mode 100644 index 00000000..a2b88d48 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/PuzzlePieceIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function PuzzlePieceIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M9 3.889c0-.273.188-.502.417-.65.355-.229.583-.587.583-.989C10 1.56 9.328 1 8.5 1S7 1.56 7 2.25c0 .41.237.774.603 1.002.22.137.397.355.397.613 0 .331-.275.596-.605.579-.744-.04-1.482-.1-2.214-.18a.75.75 0 0 0-.83.81c.067.764.111 1.535.133 2.312A.6.6 0 0 1 3.882 8c-.268 0-.495-.185-.64-.412C3.015 7.231 2.655 7 2.25 7 1.56 7 1 7.672 1 8.5S1.56 10 2.25 10c.404 0 .764-.23.993-.588.144-.227.37-.412.64-.412a.6.6 0 0 1 .601.614 39.338 39.338 0 0 1-.231 3.3.75.75 0 0 0 .661.829c.826.093 1.66.161 2.5.204A.56.56 0 0 0 8 13.386c0-.271-.187-.499-.415-.645C7.23 12.512 7 12.153 7 11.75c0-.69.672-1.25 1.5-1.25s1.5.56 1.5 1.25c0 .403-.23.762-.585.99-.228.147-.415.375-.415.646v.11c0 .278.223.504.5.504 1.196 0 2.381-.052 3.552-.154a.75.75 0 0 0 .68-.661c.135-1.177.22-2.37.253-3.574a.597.597 0 0 0-.6-.611c-.27 0-.498.187-.644.415-.229.356-.588.585-.991.585-.69 0-1.25-.672-1.25-1.5S11.06 7 11.75 7c.403 0 .762.23.99.585.147.228.375.415.646.415a.597.597 0 0 0 .599-.61 40.914 40.914 0 0 0-.132-2.365.75.75 0 0 0-.815-.684A39.51 39.51 0 0 1 9.5 4.5a.501.501 0 0 1-.5-.503v-.108Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PuzzlePieceIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/QrCodeIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/QrCodeIcon.d.ts new file mode 100644 index 00000000..3106d4bb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/QrCodeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const QrCodeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default QrCodeIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/QrCodeIcon.js b/frontend/node_modules/@heroicons/react/16/solid/QrCodeIcon.js new file mode 100644 index 00000000..1ab60d14 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/QrCodeIcon.js @@ -0,0 +1,40 @@ +const React = require("react"); +function QrCodeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4.75 4.25a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 3.5A1.5 1.5 0 0 1 3.5 2H6a1.5 1.5 0 0 1 1.5 1.5V6A1.5 1.5 0 0 1 6 7.5H3.5A1.5 1.5 0 0 1 2 6V3.5Zm1.5 0H6V6H3.5V3.5Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M4.25 11.25a.5.5 0 1 1 1 0 .5.5 0 0 1-1 0Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 10a1.5 1.5 0 0 1 1.5-1.5H6A1.5 1.5 0 0 1 7.5 10v2.5A1.5 1.5 0 0 1 6 14H3.5A1.5 1.5 0 0 1 2 12.5V10Zm1.5 2.5V10H6v2.5H3.5Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M11.25 4.25a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 2a1.5 1.5 0 0 0-1.5 1.5V6A1.5 1.5 0 0 0 10 7.5h2.5A1.5 1.5 0 0 0 14 6V3.5A1.5 1.5 0 0 0 12.5 2H10Zm2.5 1.5H10V6h2.5V3.5Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M8.5 9.417a.917.917 0 1 1 1.833 0 .917.917 0 0 1-1.833 0ZM8.5 13.083a.917.917 0 1 1 1.833 0 .917.917 0 0 1-1.833 0ZM13.083 8.5a.917.917 0 1 0 0 1.833.917.917 0 0 0 0-1.833ZM12.166 13.084a.917.917 0 1 1 1.833 0 .917.917 0 0 1-1.833 0ZM11.25 10.333a.917.917 0 1 0 0 1.833.917.917 0 0 0 0-1.833Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(QrCodeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/QuestionMarkCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/QuestionMarkCircleIcon.d.ts new file mode 100644 index 00000000..987c90a9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/QuestionMarkCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const QuestionMarkCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default QuestionMarkCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/QuestionMarkCircleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/QuestionMarkCircleIcon.js new file mode 100644 index 00000000..278fe704 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/QuestionMarkCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function QuestionMarkCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0Zm-6 3.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM7.293 5.293a1 1 0 1 1 .99 1.667c-.459.134-1.033.566-1.033 1.29v.25a.75.75 0 1 0 1.5 0v-.115a2.5 2.5 0 1 0-2.518-4.153.75.75 0 1 0 1.061 1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(QuestionMarkCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/QueueListIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/QueueListIcon.d.ts new file mode 100644 index 00000000..a466459c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/QueueListIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const QueueListIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default QueueListIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/QueueListIcon.js b/frontend/node_modules/@heroicons/react/16/solid/QueueListIcon.js new file mode 100644 index 00000000..202e1f83 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/QueueListIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function QueueListIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2 4a2 2 0 0 1 2-2h8a2 2 0 1 1 0 4H4a2 2 0 0 1-2-2ZM2 9.25a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 9.25ZM2.75 12.5a.75.75 0 0 0 0 1.5h10.5a.75.75 0 0 0 0-1.5H2.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(QueueListIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/RadioIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/RadioIcon.d.ts new file mode 100644 index 00000000..3ca8a702 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/RadioIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const RadioIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default RadioIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/RadioIcon.js b/frontend/node_modules/@heroicons/react/16/solid/RadioIcon.js new file mode 100644 index 00000000..73844cf0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/RadioIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function RadioIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.437 1.45a.75.75 0 0 1-.386.987L7.478 4H13a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h.736l6.713-2.937a.75.75 0 0 1 .988.386ZM12 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM6.75 6.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm-.75 3a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm2.323-1.225a.75.75 0 1 1-.75-1.3.75.75 0 0 1 .75 1.3ZM7.3 9.75a.75.75 0 1 0 1.299.75.75.75 0 0 0-1.3-.75Zm-.549 1.5a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm-3.348-.75a.75.75 0 1 0 1.3-.75.75.75 0 0 0-1.3.75Zm.275-1.975a.75.75 0 1 1 .75-1.3.75.75 0 0 1-.75 1.3ZM12 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(RadioIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ReceiptPercentIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ReceiptPercentIcon.d.ts new file mode 100644 index 00000000..605fd45e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ReceiptPercentIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ReceiptPercentIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ReceiptPercentIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ReceiptPercentIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ReceiptPercentIcon.js new file mode 100644 index 00000000..4d7f6133 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ReceiptPercentIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ReceiptPercentIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.25 2A2.25 2.25 0 0 0 3 4.25v9a.75.75 0 0 0 1.183.613l1.692-1.195 1.692 1.195a.75.75 0 0 0 .866 0l1.692-1.195 1.693 1.195A.75.75 0 0 0 13 13.25v-9A2.25 2.25 0 0 0 10.75 2h-5.5Zm5.53 4.28a.75.75 0 1 0-1.06-1.06l-4.5 4.5a.75.75 0 1 0 1.06 1.06l4.5-4.5ZM7 6.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm2.75 4.25a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ReceiptPercentIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ReceiptRefundIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ReceiptRefundIcon.d.ts new file mode 100644 index 00000000..0a37ab1d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ReceiptRefundIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ReceiptRefundIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ReceiptRefundIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ReceiptRefundIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ReceiptRefundIcon.js new file mode 100644 index 00000000..3eacd351 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ReceiptRefundIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ReceiptRefundIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.25 2A2.25 2.25 0 0 0 3 4.25v9a.75.75 0 0 0 1.183.613l1.692-1.195 1.692 1.195a.75.75 0 0 0 .866 0l1.692-1.195 1.693 1.195A.75.75 0 0 0 13 13.25v-9A2.25 2.25 0 0 0 10.75 2h-5.5Zm3.03 3.28a.75.75 0 0 0-1.06-1.06L4.97 6.47a.75.75 0 0 0 0 1.06l2.25 2.25a.75.75 0 0 0 1.06-1.06l-.97-.97h1.315c.76 0 1.375.616 1.375 1.375a.75.75 0 0 0 1.5 0A2.875 2.875 0 0 0 8.625 6.25H7.311l.97-.97Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ReceiptRefundIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/RectangleGroupIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/RectangleGroupIcon.d.ts new file mode 100644 index 00000000..074cdeaa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/RectangleGroupIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const RectangleGroupIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default RectangleGroupIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/RectangleGroupIcon.js b/frontend/node_modules/@heroicons/react/16/solid/RectangleGroupIcon.js new file mode 100644 index 00000000..99e72d04 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/RectangleGroupIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function RectangleGroupIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M1 4a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4ZM10 5a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1V5ZM4 10a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1H4Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(RectangleGroupIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/RectangleStackIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/RectangleStackIcon.d.ts new file mode 100644 index 00000000..611b8a88 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/RectangleStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const RectangleStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default RectangleStackIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/RectangleStackIcon.js b/frontend/node_modules/@heroicons/react/16/solid/RectangleStackIcon.js new file mode 100644 index 00000000..6841b446 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/RectangleStackIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function RectangleStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5 3.5A1.5 1.5 0 0 1 6.5 2h3A1.5 1.5 0 0 1 11 3.5H5ZM4.5 5A1.5 1.5 0 0 0 3 6.5v.041a3.02 3.02 0 0 1 .5-.041h9c.17 0 .337.014.5.041V6.5A1.5 1.5 0 0 0 11.5 5h-7ZM12.5 8h-9A1.5 1.5 0 0 0 2 9.5v3A1.5 1.5 0 0 0 3.5 14h9a1.5 1.5 0 0 0 1.5-1.5v-3A1.5 1.5 0 0 0 12.5 8Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(RectangleStackIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/RocketLaunchIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/RocketLaunchIcon.d.ts new file mode 100644 index 00000000..101beeaf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/RocketLaunchIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const RocketLaunchIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default RocketLaunchIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/RocketLaunchIcon.js b/frontend/node_modules/@heroicons/react/16/solid/RocketLaunchIcon.js new file mode 100644 index 00000000..aaa0451e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/RocketLaunchIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function RocketLaunchIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6.333 4.478A4 4 0 0 0 1 8.25c0 .414.336.75.75.75h3.322c.572.71 1.219 1.356 1.928 1.928v3.322c0 .414.336.75.75.75a4 4 0 0 0 3.772-5.333A10.721 10.721 0 0 0 15 1.75a.75.75 0 0 0-.75-.75c-3.133 0-5.953 1.34-7.917 3.478ZM12 5.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M3.902 10.682a.75.75 0 1 0-1.313-.725 4.764 4.764 0 0 0-.469 3.36.75.75 0 0 0 .564.563 4.76 4.76 0 0 0 3.359-.47.75.75 0 1 0-.725-1.312 3.231 3.231 0 0 1-1.81.393 3.232 3.232 0 0 1 .394-1.81Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(RocketLaunchIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/RssIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/RssIcon.d.ts new file mode 100644 index 00000000..b9e59791 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/RssIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const RssIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default RssIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/RssIcon.js b/frontend/node_modules/@heroicons/react/16/solid/RssIcon.js new file mode 100644 index 00000000..463c701c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/RssIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function RssIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 2.75A.75.75 0 0 1 2.75 2C8.963 2 14 7.037 14 13.25a.75.75 0 0 1-1.5 0c0-5.385-4.365-9.75-9.75-9.75A.75.75 0 0 1 2 2.75Zm0 4.5a.75.75 0 0 1 .75-.75 6.75 6.75 0 0 1 6.75 6.75.75.75 0 0 1-1.5 0C8 10.35 5.65 8 2.75 8A.75.75 0 0 1 2 7.25ZM3.5 11a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(RssIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ScaleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ScaleIcon.d.ts new file mode 100644 index 00000000..3cab3de1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ScaleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ScaleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ScaleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ScaleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ScaleIcon.js new file mode 100644 index 00000000..2dfc52d1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ScaleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ScaleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8.75 2.5a.75.75 0 0 0-1.5 0v.508a32.661 32.661 0 0 0-4.624.434.75.75 0 0 0 .246 1.48l.13-.021-1.188 4.75a.75.75 0 0 0 .33.817A3.487 3.487 0 0 0 4 11c.68 0 1.318-.195 1.856-.532a.75.75 0 0 0 .33-.818l-1.25-5a31.31 31.31 0 0 1 2.314-.141V12.012c-.882.027-1.752.104-2.607.226a.75.75 0 0 0 .213 1.485 22.188 22.188 0 0 1 6.288 0 .75.75 0 1 0 .213-1.485 23.657 23.657 0 0 0-2.607-.226V4.509c.779.018 1.55.066 2.314.14L9.814 9.65a.75.75 0 0 0 .329.818 3.487 3.487 0 0 0 1.856.532c.68 0 1.318-.195 1.856-.532a.75.75 0 0 0 .33-.818L12.997 4.9l.13.022a.75.75 0 1 0 .247-1.48 32.66 32.66 0 0 0-4.624-.434V2.5ZM3.42 9.415a2 2 0 0 0 1.16 0L4 7.092l-.58 2.323ZM12 9.5a2 2 0 0 1-.582-.085L12 7.092l.58 2.323A2 2 0 0 1 12 9.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ScaleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ScissorsIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ScissorsIcon.d.ts new file mode 100644 index 00000000..3256bc64 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ScissorsIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ScissorsIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ScissorsIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ScissorsIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ScissorsIcon.js new file mode 100644 index 00000000..e2a84ede --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ScissorsIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ScissorsIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.25 6.665c.969.56 2.157.396 2.94-.323l.359.207c.34.196.777.02.97-.322.19-.337.115-.784-.22-.977l-.359-.207a2.501 2.501 0 1 0-3.69 1.622ZM4.364 5a1 1 0 1 1-1.732-1 1 1 0 0 1 1.732 1ZM8.903 5.465a2.75 2.75 0 0 0-1.775 1.893l-.375 1.398-1.563.902a2.501 2.501 0 1 0 .75 1.3L14.7 5.9a.75.75 0 0 0-.18-1.374l-.782-.21a2.75 2.75 0 0 0-1.593.052L8.903 5.465ZM4.365 11a1 1 0 1 1-1.732 1 1 1 0 0 1 1.732-1Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M8.892 10.408c-.052.03-.047.108.011.128l3.243 1.097a2.75 2.75 0 0 0 1.593.05l.781-.208a.75.75 0 0 0 .18-1.374l-2.137-1.235a1 1 0 0 0-1 0l-2.67 1.542Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ScissorsIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ServerIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ServerIcon.d.ts new file mode 100644 index 00000000..609d2314 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ServerIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ServerIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ServerIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ServerIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ServerIcon.js new file mode 100644 index 00000000..f6772887 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ServerIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ServerIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.665 3.588A2 2 0 0 1 5.622 2h4.754a2 2 0 0 1 1.958 1.588l1.098 5.218a3.487 3.487 0 0 0-1.433-.306H4c-.51 0-.995.11-1.433.306l1.099-5.218Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4 10a2 2 0 1 0 0 4h8a2 2 0 1 0 0-4H4Zm8 2.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5ZM9.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ServerIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ServerStackIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ServerStackIcon.d.ts new file mode 100644 index 00000000..878e05f5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ServerStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ServerStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ServerStackIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ServerStackIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ServerStackIcon.js new file mode 100644 index 00000000..647e1fb7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ServerStackIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ServerStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5.354 2a2 2 0 0 0-1.857 1.257l-.338.845C3.43 4.035 3.71 4 4 4h8c.29 0 .571.035.84.102l-.337-.845A2 2 0 0 0 10.646 2H5.354Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 13a2 2 0 0 1 2-2h8a2 2 0 1 1 0 4H4a2 2 0 0 1-2-2Zm10.75 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM9 13.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5ZM4 5.5a2 2 0 1 0 0 4h8a2 2 0 1 0 0-4H4Zm8 2.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5ZM9.75 7.5a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ServerStackIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ShareIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ShareIcon.d.ts new file mode 100644 index 00000000..b50d1b43 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ShareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ShareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ShareIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ShareIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ShareIcon.js new file mode 100644 index 00000000..a0ec1676 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ShareIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function ShareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M12 6a2 2 0 1 0-1.994-1.842L5.323 6.5a2 2 0 1 0 0 3l4.683 2.342a2 2 0 1 0 .67-1.342L5.995 8.158a2.03 2.03 0 0 0 0-.316L10.677 5.5c.353.311.816.5 1.323.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ShareIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ShieldCheckIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ShieldCheckIcon.d.ts new file mode 100644 index 00000000..cc454f84 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ShieldCheckIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ShieldCheckIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ShieldCheckIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ShieldCheckIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ShieldCheckIcon.js new file mode 100644 index 00000000..3ff397e0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ShieldCheckIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ShieldCheckIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8.5 1.709a.75.75 0 0 0-1 0 8.963 8.963 0 0 1-4.84 2.217.75.75 0 0 0-.654.72 10.499 10.499 0 0 0 5.647 9.672.75.75 0 0 0 .694-.001 10.499 10.499 0 0 0 5.647-9.672.75.75 0 0 0-.654-.719A8.963 8.963 0 0 1 8.5 1.71Zm2.34 5.504a.75.75 0 0 0-1.18-.926L7.394 9.17l-1.156-.99a.75.75 0 1 0-.976 1.138l1.75 1.5a.75.75 0 0 0 1.078-.106l2.75-3.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ShieldCheckIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ShieldExclamationIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ShieldExclamationIcon.d.ts new file mode 100644 index 00000000..3c82f8db --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ShieldExclamationIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ShieldExclamationIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ShieldExclamationIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ShieldExclamationIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ShieldExclamationIcon.js new file mode 100644 index 00000000..40c23388 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ShieldExclamationIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ShieldExclamationIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.5 1.709a.75.75 0 0 1 1 0 8.963 8.963 0 0 0 4.84 2.217.75.75 0 0 1 .654.72 10.499 10.499 0 0 1-5.647 9.672.75.75 0 0 1-.694-.001 10.499 10.499 0 0 1-5.647-9.672.75.75 0 0 1 .654-.719A8.963 8.963 0 0 0 7.5 1.71ZM8 5a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0v-2A.75.75 0 0 1 8 5Zm0 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ShieldExclamationIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ShoppingBagIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ShoppingBagIcon.d.ts new file mode 100644 index 00000000..f831a6c2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ShoppingBagIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ShoppingBagIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ShoppingBagIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ShoppingBagIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ShoppingBagIcon.js new file mode 100644 index 00000000..c1364ae7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ShoppingBagIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ShoppingBagIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5 4a3 3 0 0 1 6 0v1h.643a1.5 1.5 0 0 1 1.492 1.35l.7 7A1.5 1.5 0 0 1 12.342 15H3.657a1.5 1.5 0 0 1-1.492-1.65l.7-7A1.5 1.5 0 0 1 4.357 5H5V4Zm4.5 0v1h-3V4a1.5 1.5 0 0 1 3 0Zm-3 3.75a.75.75 0 0 0-1.5 0v1a3 3 0 1 0 6 0v-1a.75.75 0 0 0-1.5 0v1a1.5 1.5 0 1 1-3 0v-1Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ShoppingBagIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ShoppingCartIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ShoppingCartIcon.d.ts new file mode 100644 index 00000000..5ba6b683 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ShoppingCartIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ShoppingCartIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ShoppingCartIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ShoppingCartIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ShoppingCartIcon.js new file mode 100644 index 00000000..6cf0a8f8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ShoppingCartIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function ShoppingCartIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M1.75 1.002a.75.75 0 1 0 0 1.5h1.835l1.24 5.113A3.752 3.752 0 0 0 2 11.25c0 .414.336.75.75.75h10.5a.75.75 0 0 0 0-1.5H3.628A2.25 2.25 0 0 1 5.75 9h6.5a.75.75 0 0 0 .73-.578l.846-3.595a.75.75 0 0 0-.578-.906 44.118 44.118 0 0 0-7.996-.91l-.348-1.436a.75.75 0 0 0-.73-.573H1.75ZM5 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM13 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ShoppingCartIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/SignalIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/SignalIcon.d.ts new file mode 100644 index 00000000..886956e2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/SignalIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SignalIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SignalIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/SignalIcon.js b/frontend/node_modules/@heroicons/react/16/solid/SignalIcon.js new file mode 100644 index 00000000..7555d79a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/SignalIcon.js @@ -0,0 +1,30 @@ +const React = require("react"); +function SignalIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M9 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.68 5.26a.75.75 0 0 1 1.06 0 3.875 3.875 0 0 1 0 5.48.75.75 0 1 1-1.06-1.06 2.375 2.375 0 0 0 0-3.36.75.75 0 0 1 0-1.06Zm-3.36 0a.75.75 0 0 1 0 1.06 2.375 2.375 0 0 0 0 3.36.75.75 0 1 1-1.06 1.06 3.875 3.875 0 0 1 0-5.48.75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.89 3.05a.75.75 0 0 1 1.06 0 7 7 0 0 1 0 9.9.75.75 0 1 1-1.06-1.06 5.5 5.5 0 0 0 0-7.78.75.75 0 0 1 0-1.06Zm-7.78 0a.75.75 0 0 1 0 1.06 5.5 5.5 0 0 0 0 7.78.75.75 0 1 1-1.06 1.06 7 7 0 0 1 0-9.9.75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SignalIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/SignalSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/SignalSlashIcon.d.ts new file mode 100644 index 00000000..d8cf07fb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/SignalSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SignalSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SignalSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/SignalSlashIcon.js b/frontend/node_modules/@heroicons/react/16/solid/SignalSlashIcon.js new file mode 100644 index 00000000..5936b93e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/SignalSlashIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function SignalSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.28 2.22a.75.75 0 0 0-1.06 1.06l4.782 4.783a1 1 0 0 0 .935.935l4.783 4.782a.75.75 0 1 0 1.06-1.06L8.998 7.937a1 1 0 0 0-.935-.935L3.28 2.22ZM3.05 12.95a7.003 7.003 0 0 1-1.33-8.047L2.86 6.04a5.501 5.501 0 0 0 1.25 5.849.75.75 0 1 1-1.06 1.06ZM5.26 10.74a3.87 3.87 0 0 1-1.082-3.38L5.87 9.052c.112.226.262.439.45.627a.75.75 0 1 1-1.06 1.061ZM12.95 3.05a7.003 7.003 0 0 1 1.33 8.048l-1.14-1.139a5.501 5.501 0 0 0-1.25-5.848.75.75 0 0 1 1.06-1.06ZM10.74 5.26a3.87 3.87 0 0 1 1.082 3.38L10.13 6.948a2.372 2.372 0 0 0-.45-.627.75.75 0 0 1 1.06-1.061Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SignalSlashIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/SlashIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/SlashIcon.d.ts new file mode 100644 index 00000000..44e1654d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/SlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SlashIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/SlashIcon.js b/frontend/node_modules/@heroicons/react/16/solid/SlashIcon.js new file mode 100644 index 00000000..299c0dbd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/SlashIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function SlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10.074 2.047a.75.75 0 0 1 .449.961L6.705 13.507a.75.75 0 0 1-1.41-.513L9.113 2.496a.75.75 0 0 1 .961-.449Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SlashIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/SparklesIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/SparklesIcon.d.ts new file mode 100644 index 00000000..c0e03bbe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/SparklesIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SparklesIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SparklesIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/SparklesIcon.js b/frontend/node_modules/@heroicons/react/16/solid/SparklesIcon.js new file mode 100644 index 00000000..0bf8e035 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/SparklesIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function SparklesIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5 4a.75.75 0 0 1 .738.616l.252 1.388A1.25 1.25 0 0 0 6.996 7.01l1.388.252a.75.75 0 0 1 0 1.476l-1.388.252A1.25 1.25 0 0 0 5.99 9.996l-.252 1.388a.75.75 0 0 1-1.476 0L4.01 9.996A1.25 1.25 0 0 0 3.004 8.99l-1.388-.252a.75.75 0 0 1 0-1.476l1.388-.252A1.25 1.25 0 0 0 4.01 6.004l.252-1.388A.75.75 0 0 1 5 4ZM12 1a.75.75 0 0 1 .721.544l.195.682c.118.415.443.74.858.858l.682.195a.75.75 0 0 1 0 1.442l-.682.195a1.25 1.25 0 0 0-.858.858l-.195.682a.75.75 0 0 1-1.442 0l-.195-.682a1.25 1.25 0 0 0-.858-.858l-.682-.195a.75.75 0 0 1 0-1.442l.682-.195a1.25 1.25 0 0 0 .858-.858l.195-.682A.75.75 0 0 1 12 1ZM10 11a.75.75 0 0 1 .728.568.968.968 0 0 0 .704.704.75.75 0 0 1 0 1.456.968.968 0 0 0-.704.704.75.75 0 0 1-1.456 0 .968.968 0 0 0-.704-.704.75.75 0 0 1 0-1.456.968.968 0 0 0 .704-.704A.75.75 0 0 1 10 11Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SparklesIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/SpeakerWaveIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/SpeakerWaveIcon.d.ts new file mode 100644 index 00000000..8b0cf464 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/SpeakerWaveIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SpeakerWaveIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SpeakerWaveIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/SpeakerWaveIcon.js b/frontend/node_modules/@heroicons/react/16/solid/SpeakerWaveIcon.js new file mode 100644 index 00000000..3e2ed99e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/SpeakerWaveIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function SpeakerWaveIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M7.557 2.066A.75.75 0 0 1 8 2.75v10.5a.75.75 0 0 1-1.248.56L3.59 11H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h1.59l3.162-2.81a.75.75 0 0 1 .805-.124ZM12.95 3.05a.75.75 0 1 0-1.06 1.06 5.5 5.5 0 0 1 0 7.78.75.75 0 1 0 1.06 1.06 7 7 0 0 0 0-9.9Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M10.828 5.172a.75.75 0 1 0-1.06 1.06 2.5 2.5 0 0 1 0 3.536.75.75 0 1 0 1.06 1.06 4 4 0 0 0 0-5.656Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SpeakerWaveIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/SpeakerXMarkIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/SpeakerXMarkIcon.d.ts new file mode 100644 index 00000000..86327341 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/SpeakerXMarkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SpeakerXMarkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SpeakerXMarkIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/SpeakerXMarkIcon.js b/frontend/node_modules/@heroicons/react/16/solid/SpeakerXMarkIcon.js new file mode 100644 index 00000000..2b33311c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/SpeakerXMarkIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function SpeakerXMarkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M7.557 2.066A.75.75 0 0 1 8 2.75v10.5a.75.75 0 0 1-1.248.56L3.59 11H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h1.59l3.162-2.81a.75.75 0 0 1 .805-.124ZM11.28 5.72a.75.75 0 1 0-1.06 1.06L11.44 8l-1.22 1.22a.75.75 0 1 0 1.06 1.06l1.22-1.22 1.22 1.22a.75.75 0 1 0 1.06-1.06L13.56 8l1.22-1.22a.75.75 0 0 0-1.06-1.06L12.5 6.94l-1.22-1.22Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SpeakerXMarkIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/Square2StackIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/Square2StackIcon.d.ts new file mode 100644 index 00000000..2fc1451e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/Square2StackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Square2StackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Square2StackIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/Square2StackIcon.js b/frontend/node_modules/@heroicons/react/16/solid/Square2StackIcon.js new file mode 100644 index 00000000..3f0e826e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/Square2StackIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function Square2StackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5 6.5A1.5 1.5 0 0 1 6.5 5h6A1.5 1.5 0 0 1 14 6.5v6a1.5 1.5 0 0 1-1.5 1.5h-6A1.5 1.5 0 0 1 5 12.5v-6Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M3.5 2A1.5 1.5 0 0 0 2 3.5v6A1.5 1.5 0 0 0 3.5 11V6.5a3 3 0 0 1 3-3H11A1.5 1.5 0 0 0 9.5 2h-6Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Square2StackIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/Square3Stack3DIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/Square3Stack3DIcon.d.ts new file mode 100644 index 00000000..be59bc56 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/Square3Stack3DIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Square3Stack3DIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Square3Stack3DIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/Square3Stack3DIcon.js b/frontend/node_modules/@heroicons/react/16/solid/Square3Stack3DIcon.js new file mode 100644 index 00000000..4cb1be67 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/Square3Stack3DIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function Square3Stack3DIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M7.628 1.099a.75.75 0 0 1 .744 0l5.25 3a.75.75 0 0 1 0 1.302l-5.25 3a.75.75 0 0 1-.744 0l-5.25-3a.75.75 0 0 1 0-1.302l5.25-3Z" + }), /*#__PURE__*/React.createElement("path", { + d: "m2.57 7.24-.192.11a.75.75 0 0 0 0 1.302l5.25 3a.75.75 0 0 0 .744 0l5.25-3a.75.75 0 0 0 0-1.303l-.192-.11-4.314 2.465a2.25 2.25 0 0 1-2.232 0L2.57 7.239Z" + }), /*#__PURE__*/React.createElement("path", { + d: "m2.378 10.6.192-.11 4.314 2.464a2.25 2.25 0 0 0 2.232 0l4.314-2.465.192.11a.75.75 0 0 1 0 1.303l-5.25 3a.75.75 0 0 1-.744 0l-5.25-3a.75.75 0 0 1 0-1.303Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Square3Stack3DIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/Squares2X2Icon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/Squares2X2Icon.d.ts new file mode 100644 index 00000000..98914994 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/Squares2X2Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Squares2X2Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Squares2X2Icon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/Squares2X2Icon.js b/frontend/node_modules/@heroicons/react/16/solid/Squares2X2Icon.js new file mode 100644 index 00000000..0ac15444 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/Squares2X2Icon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function Squares2X2Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.5 2A1.5 1.5 0 0 0 2 3.5v2A1.5 1.5 0 0 0 3.5 7h2A1.5 1.5 0 0 0 7 5.5v-2A1.5 1.5 0 0 0 5.5 2h-2ZM3.5 9A1.5 1.5 0 0 0 2 10.5v2A1.5 1.5 0 0 0 3.5 14h2A1.5 1.5 0 0 0 7 12.5v-2A1.5 1.5 0 0 0 5.5 9h-2ZM9 3.5A1.5 1.5 0 0 1 10.5 2h2A1.5 1.5 0 0 1 14 3.5v2A1.5 1.5 0 0 1 12.5 7h-2A1.5 1.5 0 0 1 9 5.5v-2ZM10.5 9A1.5 1.5 0 0 0 9 10.5v2a1.5 1.5 0 0 0 1.5 1.5h2a1.5 1.5 0 0 0 1.5-1.5v-2A1.5 1.5 0 0 0 12.5 9h-2Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Squares2X2Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/SquaresPlusIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/SquaresPlusIcon.d.ts new file mode 100644 index 00000000..480f2089 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/SquaresPlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SquaresPlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SquaresPlusIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/SquaresPlusIcon.js b/frontend/node_modules/@heroicons/react/16/solid/SquaresPlusIcon.js new file mode 100644 index 00000000..28fa697e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/SquaresPlusIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function SquaresPlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2 3.5A1.5 1.5 0 0 1 3.5 2h2A1.5 1.5 0 0 1 7 3.5v2A1.5 1.5 0 0 1 5.5 7h-2A1.5 1.5 0 0 1 2 5.5v-2ZM2 10.5A1.5 1.5 0 0 1 3.5 9h2A1.5 1.5 0 0 1 7 10.5v2A1.5 1.5 0 0 1 5.5 14h-2A1.5 1.5 0 0 1 2 12.5v-2ZM10.5 2A1.5 1.5 0 0 0 9 3.5v2A1.5 1.5 0 0 0 10.5 7h2A1.5 1.5 0 0 0 14 5.5v-2A1.5 1.5 0 0 0 12.5 2h-2ZM11.5 9a.75.75 0 0 1 .75.75v1h1a.75.75 0 0 1 0 1.5h-1v1a.75.75 0 0 1-1.5 0v-1h-1a.75.75 0 0 1 0-1.5h1v-1A.75.75 0 0 1 11.5 9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SquaresPlusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/StarIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/StarIcon.d.ts new file mode 100644 index 00000000..dbd5189b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/StarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const StarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default StarIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/StarIcon.js b/frontend/node_modules/@heroicons/react/16/solid/StarIcon.js new file mode 100644 index 00000000..33e371d2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/StarIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function StarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 1.75a.75.75 0 0 1 .692.462l1.41 3.393 3.664.293a.75.75 0 0 1 .428 1.317l-2.791 2.39.853 3.575a.75.75 0 0 1-1.12.814L7.998 12.08l-3.135 1.915a.75.75 0 0 1-1.12-.814l.852-3.574-2.79-2.39a.75.75 0 0 1 .427-1.318l3.663-.293 1.41-3.393A.75.75 0 0 1 8 1.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(StarIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/StopCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/StopCircleIcon.d.ts new file mode 100644 index 00000000..ad6507ca --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/StopCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const StopCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default StopCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/StopCircleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/StopCircleIcon.js new file mode 100644 index 00000000..49fc3a14 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/StopCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function StopCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14ZM6.5 5.5a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(StopCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/StopIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/StopIcon.d.ts new file mode 100644 index 00000000..08820da8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/StopIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const StopIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default StopIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/StopIcon.js b/frontend/node_modules/@heroicons/react/16/solid/StopIcon.js new file mode 100644 index 00000000..44d100a1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/StopIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function StopIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("rect", { + width: 10, + height: 10, + x: 3, + y: 3, + rx: 1.5 + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(StopIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/StrikethroughIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/StrikethroughIcon.d.ts new file mode 100644 index 00000000..955b0191 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/StrikethroughIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const StrikethroughIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default StrikethroughIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/StrikethroughIcon.js b/frontend/node_modules/@heroicons/react/16/solid/StrikethroughIcon.js new file mode 100644 index 00000000..a44d0c02 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/StrikethroughIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function StrikethroughIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.165 3.654c-.95-.255-1.921-.273-2.693-.042-.769.231-1.087.624-1.173.947-.087.323-.008.822.543 1.407.389.412.927.77 1.55 1.034H13a.75.75 0 0 1 0 1.5H3A.75.75 0 0 1 3 7h1.756l-.006-.006c-.787-.835-1.161-1.849-.9-2.823.26-.975 1.092-1.666 2.191-1.995 1.097-.33 2.36-.28 3.512.029.75.2 1.478.518 2.11.939a.75.75 0 0 1-.833 1.248 5.682 5.682 0 0 0-1.665-.738Zm2.074 6.365a.75.75 0 0 1 .91.543 2.44 2.44 0 0 1-.35 2.024c-.405.585-1.052 1.003-1.84 1.24-1.098.329-2.36.279-3.512-.03-1.152-.308-2.27-.897-3.056-1.73a.75.75 0 0 1 1.092-1.029c.552.586 1.403 1.056 2.352 1.31.95.255 1.92.273 2.692.042.55-.165.873-.417 1.038-.656a.942.942 0 0 0 .13-.803.75.75 0 0 1 .544-.91Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(StrikethroughIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/SunIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/SunIcon.d.ts new file mode 100644 index 00000000..b3c17db6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/SunIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SunIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SunIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/SunIcon.js b/frontend/node_modules/@heroicons/react/16/solid/SunIcon.js new file mode 100644 index 00000000..ff36ea87 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/SunIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function SunIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8 1a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5A.75.75 0 0 1 8 1ZM10.5 8a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0ZM12.95 4.11a.75.75 0 1 0-1.06-1.06l-1.062 1.06a.75.75 0 0 0 1.061 1.062l1.06-1.061ZM15 8a.75.75 0 0 1-.75.75h-1.5a.75.75 0 0 1 0-1.5h1.5A.75.75 0 0 1 15 8ZM11.89 12.95a.75.75 0 0 0 1.06-1.06l-1.06-1.062a.75.75 0 0 0-1.062 1.061l1.061 1.06ZM8 12a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5A.75.75 0 0 1 8 12ZM5.172 11.89a.75.75 0 0 0-1.061-1.062L3.05 11.89a.75.75 0 1 0 1.06 1.06l1.06-1.06ZM4 8a.75.75 0 0 1-.75.75h-1.5a.75.75 0 0 1 0-1.5h1.5A.75.75 0 0 1 4 8ZM4.11 5.172A.75.75 0 0 0 5.173 4.11L4.11 3.05a.75.75 0 1 0-1.06 1.06l1.06 1.06Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SunIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/SwatchIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/SwatchIcon.d.ts new file mode 100644 index 00000000..6724dd96 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/SwatchIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SwatchIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SwatchIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/SwatchIcon.js b/frontend/node_modules/@heroicons/react/16/solid/SwatchIcon.js new file mode 100644 index 00000000..68a15e7e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/SwatchIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function SwatchIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 3a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v8.5a2.5 2.5 0 0 1-5 0V3Zm3.25 8.5a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "m8.5 11.035 3.778-3.778a1 1 0 0 0 0-1.414l-2.122-2.121a1 1 0 0 0-1.414 0l-.242.242v7.07ZM7.656 14H13a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-.344l-5 5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SwatchIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/TableCellsIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/TableCellsIcon.d.ts new file mode 100644 index 00000000..8f21088d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/TableCellsIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TableCellsIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TableCellsIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/TableCellsIcon.js b/frontend/node_modules/@heroicons/react/16/solid/TableCellsIcon.js new file mode 100644 index 00000000..943a9b93 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/TableCellsIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function TableCellsIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 11a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v6ZM7.25 7.5a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5V8a.5.5 0 0 0 .5.5h3.75a.5.5 0 0 0 .5-.5v-.5Zm1.5 3a.5.5 0 0 1 .5-.5H13a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-.5.5H9.25a.5.5 0 0 1-.5-.5v-.5ZM13.5 8v-.5A.5.5 0 0 0 13 7H9.25a.5.5 0 0 0-.5.5V8a.5.5 0 0 0 .5.5H13a.5.5 0 0 0 .5-.5Zm-6.75 3.5a.5.5 0 0 0 .5-.5v-.5a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v.5a.5.5 0 0 0 .5.5h3.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TableCellsIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/TagIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/TagIcon.d.ts new file mode 100644 index 00000000..9ded8c05 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/TagIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TagIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TagIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/TagIcon.js b/frontend/node_modules/@heroicons/react/16/solid/TagIcon.js new file mode 100644 index 00000000..ac4a74aa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/TagIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function TagIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 2A2.5 2.5 0 0 0 2 4.5v2.879a2.5 2.5 0 0 0 .732 1.767l4.5 4.5a2.5 2.5 0 0 0 3.536 0l2.878-2.878a2.5 2.5 0 0 0 0-3.536l-4.5-4.5A2.5 2.5 0 0 0 7.38 2H4.5ZM5 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TagIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/TicketIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/TicketIcon.d.ts new file mode 100644 index 00000000..8c023f86 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/TicketIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TicketIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TicketIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/TicketIcon.js b/frontend/node_modules/@heroicons/react/16/solid/TicketIcon.js new file mode 100644 index 00000000..9436734f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/TicketIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function TicketIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 4.5A1.5 1.5 0 0 1 2.5 3h11A1.5 1.5 0 0 1 15 4.5v1c0 .276-.227.494-.495.562a2 2 0 0 0 0 3.876c.268.068.495.286.495.562v1a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 1 11.5v-1c0-.276.227-.494.495-.562a2 2 0 0 0 0-3.876C1.227 5.994 1 5.776 1 5.5v-1Zm9 1.25a.75.75 0 0 1 1.5 0v1a.75.75 0 0 1-1.5 0v-1Zm.75 2.75a.75.75 0 0 0-.75.75v1a.75.75 0 0 0 1.5 0v-1a.75.75 0 0 0-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TicketIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/TrashIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/TrashIcon.d.ts new file mode 100644 index 00000000..48a2ee23 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/TrashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TrashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TrashIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/TrashIcon.js b/frontend/node_modules/@heroicons/react/16/solid/TrashIcon.js new file mode 100644 index 00000000..bfa405c4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/TrashIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function TrashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5 3.25V4H2.75a.75.75 0 0 0 0 1.5h.3l.815 8.15A1.5 1.5 0 0 0 5.357 15h5.285a1.5 1.5 0 0 0 1.493-1.35l.815-8.15h.3a.75.75 0 0 0 0-1.5H11v-.75A2.25 2.25 0 0 0 8.75 1h-1.5A2.25 2.25 0 0 0 5 3.25Zm2.25-.75a.75.75 0 0 0-.75.75V4h3v-.75a.75.75 0 0 0-.75-.75h-1.5ZM6.05 6a.75.75 0 0 1 .787.713l.275 5.5a.75.75 0 0 1-1.498.075l-.275-5.5A.75.75 0 0 1 6.05 6Zm3.9 0a.75.75 0 0 1 .712.787l-.275 5.5a.75.75 0 0 1-1.498-.075l.275-5.5a.75.75 0 0 1 .786-.711Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TrashIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/TrophyIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/TrophyIcon.d.ts new file mode 100644 index 00000000..7c30b4cb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/TrophyIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TrophyIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TrophyIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/TrophyIcon.js b/frontend/node_modules/@heroicons/react/16/solid/TrophyIcon.js new file mode 100644 index 00000000..a980fdfe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/TrophyIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function TrophyIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 1.69a.494.494 0 0 0-.438-.494 32.352 32.352 0 0 0-7.124 0A.494.494 0 0 0 4 1.689v.567c-.811.104-1.612.24-2.403.406a.75.75 0 0 0-.595.714 4.5 4.5 0 0 0 4.35 4.622A3.99 3.99 0 0 0 7 8.874V10H6a1 1 0 0 0-1 1v2h-.667C3.597 13 3 13.597 3 14.333c0 .368.298.667.667.667h8.666a.667.667 0 0 0 .667-.667c0-.736-.597-1.333-1.333-1.333H11v-2a1 1 0 0 0-1-1H9V8.874a3.99 3.99 0 0 0 1.649-.876 4.5 4.5 0 0 0 4.35-4.622.75.75 0 0 0-.596-.714A30.897 30.897 0 0 0 12 2.256v-.567ZM4 3.768c-.49.066-.976.145-1.458.235a3.004 3.004 0 0 0 1.64 2.192A3.999 3.999 0 0 1 4 5V3.769Zm8 0c.49.066.976.145 1.458.235a3.004 3.004 0 0 1-1.64 2.192C11.936 5.818 12 5.416 12 5V3.769Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TrophyIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/TruckIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/TruckIcon.d.ts new file mode 100644 index 00000000..51492fb0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/TruckIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TruckIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TruckIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/TruckIcon.js b/frontend/node_modules/@heroicons/react/16/solid/TruckIcon.js new file mode 100644 index 00000000..6293a2eb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/TruckIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function TruckIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2.908 2.067A.978.978 0 0 0 2 3.05V8h6V3.05a.978.978 0 0 0-.908-.983 32.481 32.481 0 0 0-4.184 0ZM12.919 4.722A.98.98 0 0 0 11.968 4H10a1 1 0 0 0-1 1v6.268A2 2 0 0 1 12 13h1a.977.977 0 0 0 .985-1 31.99 31.99 0 0 0-1.066-7.278Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M11 13a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM2 12V9h6v3a1 1 0 0 1-1 1 2 2 0 1 0-4 0 1 1 0 0 1-1-1Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M6 13a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TruckIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/TvIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/TvIcon.d.ts new file mode 100644 index 00000000..54c4c6aa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/TvIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TvIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TvIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/TvIcon.js b/frontend/node_modules/@heroicons/react/16/solid/TvIcon.js new file mode 100644 index 00000000..35748604 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/TvIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function TvIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M12 5H4v4h8V5Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-4v1.5h2.25a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1 0-1.5H6V12H2a1 1 0 0 1-1-1V3Zm1.5 7.5v-7h11v7h-11Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TvIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/UnderlineIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/UnderlineIcon.d.ts new file mode 100644 index 00000000..8f6acc73 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/UnderlineIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UnderlineIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UnderlineIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/UnderlineIcon.js b/frontend/node_modules/@heroicons/react/16/solid/UnderlineIcon.js new file mode 100644 index 00000000..10fe4b45 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/UnderlineIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function UnderlineIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.75 2a.75.75 0 0 1 .75.75V7a2.5 2.5 0 0 0 5 0V2.75a.75.75 0 0 1 1.5 0V7a4 4 0 0 1-8 0V2.75A.75.75 0 0 1 4.75 2ZM2 13.25a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UnderlineIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/UserCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/UserCircleIcon.d.ts new file mode 100644 index 00000000..b398b1a2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/UserCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UserCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UserCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/UserCircleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/UserCircleIcon.js new file mode 100644 index 00000000..d3a093a4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/UserCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function UserCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0Zm-5-2a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM8 9c-1.825 0-3.422.977-4.295 2.437A5.49 5.49 0 0 0 8 13.5a5.49 5.49 0 0 0 4.294-2.063A4.997 4.997 0 0 0 8 9Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UserCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/UserGroupIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/UserGroupIcon.d.ts new file mode 100644 index 00000000..db3a8465 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/UserGroupIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UserGroupIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UserGroupIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/UserGroupIcon.js b/frontend/node_modules/@heroicons/react/16/solid/UserGroupIcon.js new file mode 100644 index 00000000..eb58dda6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/UserGroupIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function UserGroupIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM3.156 11.763c.16-.629.44-1.21.813-1.72a2.5 2.5 0 0 0-2.725 1.377c-.136.287.102.58.418.58h1.449c.01-.077.025-.156.045-.237ZM12.847 11.763c.02.08.036.16.046.237h1.446c.316 0 .554-.293.417-.579a2.5 2.5 0 0 0-2.722-1.378c.374.51.653 1.09.813 1.72ZM14 7.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM3.5 9a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM5 13c-.552 0-1.013-.455-.876-.99a4.002 4.002 0 0 1 7.753 0c.136.535-.324.99-.877.99H5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UserGroupIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/UserIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/UserIcon.d.ts new file mode 100644 index 00000000..7ebdc6aa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/UserIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UserIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UserIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/UserIcon.js b/frontend/node_modules/@heroicons/react/16/solid/UserIcon.js new file mode 100644 index 00000000..e87085e3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/UserIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function UserIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6ZM12.735 14c.618 0 1.093-.561.872-1.139a6.002 6.002 0 0 0-11.215 0c-.22.578.254 1.139.872 1.139h9.47Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UserIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/UserMinusIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/UserMinusIcon.d.ts new file mode 100644 index 00000000..e1bd6605 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/UserMinusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UserMinusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UserMinusIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/UserMinusIcon.js b/frontend/node_modules/@heroicons/react/16/solid/UserMinusIcon.js new file mode 100644 index 00000000..b575ddec --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/UserMinusIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function UserMinusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8.5 4.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0ZM10 13c.552 0 1.01-.452.9-.994a5.002 5.002 0 0 0-9.802 0c-.109.542.35.994.902.994h8ZM10.75 5.25a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5h-3.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UserMinusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/UserPlusIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/UserPlusIcon.d.ts new file mode 100644 index 00000000..c1fdbc4e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/UserPlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UserPlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UserPlusIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/UserPlusIcon.js b/frontend/node_modules/@heroicons/react/16/solid/UserPlusIcon.js new file mode 100644 index 00000000..75e54106 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/UserPlusIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function UserPlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8.5 4.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0ZM10 13c.552 0 1.01-.452.9-.994a5.002 5.002 0 0 0-9.802 0c-.109.542.35.994.902.994h8ZM12.5 3.5a.75.75 0 0 1 .75.75v1h1a.75.75 0 0 1 0 1.5h-1v1a.75.75 0 0 1-1.5 0v-1h-1a.75.75 0 0 1 0-1.5h1v-1a.75.75 0 0 1 .75-.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UserPlusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/UsersIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/UsersIcon.d.ts new file mode 100644 index 00000000..0b623c1a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/UsersIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UsersIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UsersIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/UsersIcon.js b/frontend/node_modules/@heroicons/react/16/solid/UsersIcon.js new file mode 100644 index 00000000..ad66830a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/UsersIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function UsersIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8.5 4.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0ZM10.9 12.006c.11.542-.348.994-.9.994H2c-.553 0-1.01-.452-.902-.994a5.002 5.002 0 0 1 9.803 0ZM14.002 12h-1.59a2.556 2.556 0 0 0-.04-.29 6.476 6.476 0 0 0-1.167-2.603 3.002 3.002 0 0 1 3.633 1.911c.18.522-.283.982-.836.982ZM12 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UsersIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/VariableIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/VariableIcon.d.ts new file mode 100644 index 00000000..c7fbf5e2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/VariableIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const VariableIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default VariableIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/VariableIcon.js b/frontend/node_modules/@heroicons/react/16/solid/VariableIcon.js new file mode 100644 index 00000000..1871853a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/VariableIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function VariableIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.38 3.012a.75.75 0 1 0-1.408-.516A15.97 15.97 0 0 0 1 8c0 1.932.343 3.786.972 5.503a.75.75 0 0 0 1.408-.516A14.47 14.47 0 0 1 2.5 8c0-1.754.311-3.434.88-4.988ZM12.62 3.012a.75.75 0 1 1 1.408-.516A15.97 15.97 0 0 1 15 8a15.97 15.97 0 0 1-.972 5.503.75.75 0 0 1-1.408-.516c.569-1.554.88-3.233.88-4.987s-.311-3.434-.88-4.988ZM6.523 4.785a.75.75 0 0 1 .898.38l.758 1.515.812-.902a2.376 2.376 0 0 1 2.486-.674.75.75 0 1 1-.454 1.429.876.876 0 0 0-.918.249L8.9 8.122l.734 1.468.388-.124a.75.75 0 0 1 .457 1.428l-1 .32a.75.75 0 0 1-.899-.379L7.821 9.32l-.811.901a2.374 2.374 0 0 1-2.489.673.75.75 0 0 1 .458-1.428.874.874 0 0 0 .916-.248L7.1 7.878 6.366 6.41l-.389.124a.75.75 0 1 1-.454-1.43l1-.318Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(VariableIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/VideoCameraIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/VideoCameraIcon.d.ts new file mode 100644 index 00000000..ea0d067e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/VideoCameraIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const VideoCameraIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default VideoCameraIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/VideoCameraIcon.js b/frontend/node_modules/@heroicons/react/16/solid/VideoCameraIcon.js new file mode 100644 index 00000000..39e9d93a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/VideoCameraIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function VideoCameraIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3 4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H3ZM15 4.75a.75.75 0 0 0-1.28-.53l-2 2a.75.75 0 0 0-.22.53v2.5c0 .199.079.39.22.53l2 2a.75.75 0 0 0 1.28-.53v-6.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(VideoCameraIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/VideoCameraSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/VideoCameraSlashIcon.d.ts new file mode 100644 index 00000000..592efb41 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/VideoCameraSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const VideoCameraSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default VideoCameraSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/VideoCameraSlashIcon.js b/frontend/node_modules/@heroicons/react/16/solid/VideoCameraSlashIcon.js new file mode 100644 index 00000000..9c4eb340 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/VideoCameraSlashIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function VideoCameraSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M1 10V6.682L6.318 12H3a2 2 0 0 1-2-2ZM10 6v3.318L4.682 4H8a2 2 0 0 1 2 2ZM14.537 4.057A.75.75 0 0 1 15 4.75v6.5a.75.75 0 0 1-1.28.53l-2-2a.75.75 0 0 1-.22-.53v-2.5a.75.75 0 0 1 .22-.53l2-2a.75.75 0 0 1 .817-.163ZM2.78 4.22a.75.75 0 0 0-1.06 1.06l6.5 6.5a.75.75 0 0 0 1.06-1.06l-6.5-6.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(VideoCameraSlashIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ViewColumnsIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ViewColumnsIcon.d.ts new file mode 100644 index 00000000..fdd02309 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ViewColumnsIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ViewColumnsIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ViewColumnsIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ViewColumnsIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ViewColumnsIcon.js new file mode 100644 index 00000000..3373ecd3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ViewColumnsIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function ViewColumnsIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M9.836 3h-3.67v10h3.67V3ZM11.336 13H13.5a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 13.5 3h-2.164v10ZM2.5 3h2.166v10H2.5A1.5 1.5 0 0 1 1 11.5v-7A1.5 1.5 0 0 1 2.5 3Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ViewColumnsIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/ViewfinderCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/ViewfinderCircleIcon.d.ts new file mode 100644 index 00000000..378d1aa8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ViewfinderCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ViewfinderCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ViewfinderCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/ViewfinderCircleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/ViewfinderCircleIcon.js new file mode 100644 index 00000000..a5e3af01 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/ViewfinderCircleIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function ViewfinderCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.75 2A1.75 1.75 0 0 0 2 3.75v1.5a.75.75 0 0 0 1.5 0v-1.5a.25.25 0 0 1 .25-.25h1.5a.75.75 0 0 0 0-1.5h-1.5ZM10.75 2a.75.75 0 0 0 0 1.5h1.5a.25.25 0 0 1 .25.25v1.5a.75.75 0 0 0 1.5 0v-1.5A1.75 1.75 0 0 0 12.25 2h-1.5ZM3.5 10.75a.75.75 0 0 0-1.5 0v1.5c0 .966.784 1.75 1.75 1.75h1.5a.75.75 0 0 0 0-1.5h-1.5a.25.25 0 0 1-.25-.25v-1.5ZM14 10.75a.75.75 0 0 0-1.5 0v1.5a.25.25 0 0 1-.25.25h-1.5a.75.75 0 0 0 0 1.5h1.5A1.75 1.75 0 0 0 14 12.25v-1.5ZM8 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ViewfinderCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/WalletIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/WalletIcon.d.ts new file mode 100644 index 00000000..760de0cd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/WalletIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const WalletIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default WalletIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/WalletIcon.js b/frontend/node_modules/@heroicons/react/16/solid/WalletIcon.js new file mode 100644 index 00000000..f7dd9c05 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/WalletIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function WalletIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2 3.5A1.5 1.5 0 0 1 3.5 2h9A1.5 1.5 0 0 1 14 3.5v.401a2.986 2.986 0 0 0-1.5-.401h-9c-.546 0-1.059.146-1.5.401V3.5ZM3.5 5A1.5 1.5 0 0 0 2 6.5v.401A2.986 2.986 0 0 1 3.5 6.5h9c.546 0 1.059.146 1.5.401V6.5A1.5 1.5 0 0 0 12.5 5h-9ZM8 10a2 2 0 0 0 1.938-1.505c.068-.268.286-.495.562-.495h2A1.5 1.5 0 0 1 14 9.5v3a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 12.5v-3A1.5 1.5 0 0 1 3.5 8h2c.276 0 .494.227.562.495A2 2 0 0 0 8 10Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(WalletIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/WifiIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/WifiIcon.d.ts new file mode 100644 index 00000000..393605f1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/WifiIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const WifiIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default WifiIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/WifiIcon.js b/frontend/node_modules/@heroicons/react/16/solid/WifiIcon.js new file mode 100644 index 00000000..19363b71 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/WifiIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function WifiIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M14.188 7.063a8.75 8.75 0 0 0-12.374 0 .75.75 0 0 1-1.061-1.06c4.003-4.004 10.493-4.004 14.496 0a.75.75 0 1 1-1.061 1.06Zm-2.121 2.121a5.75 5.75 0 0 0-8.132 0 .75.75 0 0 1-1.06-1.06 7.25 7.25 0 0 1 10.252 0 .75.75 0 0 1-1.06 1.06Zm-2.122 2.122a2.75 2.75 0 0 0-3.889 0 .75.75 0 1 1-1.06-1.061 4.25 4.25 0 0 1 6.01 0 .75.75 0 0 1-1.06 1.06Zm-2.828 1.06a1.25 1.25 0 0 1 1.768 0 .75.75 0 0 1 0 1.06l-.355.355a.75.75 0 0 1-1.06 0l-.354-.354a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(WifiIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/WindowIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/WindowIcon.d.ts new file mode 100644 index 00000000..e0eddb35 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/WindowIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const WindowIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default WindowIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/WindowIcon.js b/frontend/node_modules/@heroicons/react/16/solid/WindowIcon.js new file mode 100644 index 00000000..b4faf9f1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/WindowIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function WindowIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 12V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2Zm1.5-5.5V12a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5V6.5A.5.5 0 0 0 12 6H4a.5.5 0 0 0-.5.5Zm.75-1.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5ZM7 4a.75.75 0 1 1-1.5 0A.75.75 0 0 1 7 4Zm1.25.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(WindowIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/WrenchIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/WrenchIcon.d.ts new file mode 100644 index 00000000..1ffd1f2c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/WrenchIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const WrenchIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default WrenchIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/WrenchIcon.js b/frontend/node_modules/@heroicons/react/16/solid/WrenchIcon.js new file mode 100644 index 00000000..17a69e56 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/WrenchIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function WrenchIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.5 8a3.5 3.5 0 0 0 3.362-4.476c-.094-.325-.497-.39-.736-.15L12.099 5.4a.48.48 0 0 1-.653.033 8.554 8.554 0 0 1-.879-.879.48.48 0 0 1 .033-.653l2.027-2.028c.24-.239.175-.642-.15-.736a3.502 3.502 0 0 0-4.476 3.427c.018.99-.133 2.093-.914 2.7l-5.31 4.13a2.015 2.015 0 1 0 2.828 2.827l4.13-5.309c.607-.78 1.71-.932 2.7-.914L11.5 8ZM3 13.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(WrenchIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/WrenchScrewdriverIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/WrenchScrewdriverIcon.d.ts new file mode 100644 index 00000000..ad96c868 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/WrenchScrewdriverIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const WrenchScrewdriverIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default WrenchScrewdriverIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/WrenchScrewdriverIcon.js b/frontend/node_modules/@heroicons/react/16/solid/WrenchScrewdriverIcon.js new file mode 100644 index 00000000..e1b7f0ec --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/WrenchScrewdriverIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function WrenchScrewdriverIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 4.5A3.5 3.5 0 0 1 11.435 8c-.99-.019-2.093.132-2.7.913l-4.13 5.31a2.015 2.015 0 1 1-2.827-2.828l5.309-4.13c.78-.607.932-1.71.914-2.7L8 4.5a3.5 3.5 0 0 1 4.477-3.362c.325.094.39.497.15.736L10.6 3.902a.48.48 0 0 0-.033.653c.271.314.565.608.879.879a.48.48 0 0 0 .653-.033l2.027-2.027c.239-.24.642-.175.736.15.09.31.138.637.138.976ZM3.75 13a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M11.5 9.5c.313 0 .62-.029.917-.084l1.962 1.962a2.121 2.121 0 0 1-3 3l-2.81-2.81 1.35-1.734c.05-.064.158-.158.426-.233.278-.078.639-.11 1.062-.102l.093.001ZM5 4l1.446 1.445a2.256 2.256 0 0 1-.047.21c-.075.268-.169.377-.233.427l-.61.474L4 5H2.655a.25.25 0 0 1-.224-.139l-1.35-2.7a.25.25 0 0 1 .047-.289l.745-.745a.25.25 0 0 1 .289-.047l2.7 1.35A.25.25 0 0 1 5 2.654V4Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(WrenchScrewdriverIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/XCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/XCircleIcon.d.ts new file mode 100644 index 00000000..03e86569 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/XCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const XCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default XCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/XCircleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/XCircleIcon.js new file mode 100644 index 00000000..676d4365 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/XCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function XCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Zm2.78-4.22a.75.75 0 0 1-1.06 0L8 9.06l-1.72 1.72a.75.75 0 1 1-1.06-1.06L6.94 8 5.22 6.28a.75.75 0 0 1 1.06-1.06L8 6.94l1.72-1.72a.75.75 0 1 1 1.06 1.06L9.06 8l1.72 1.72a.75.75 0 0 1 0 1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(XCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/XMarkIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/XMarkIcon.d.ts new file mode 100644 index 00000000..1d1018fb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/XMarkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const XMarkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default XMarkIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/XMarkIcon.js b/frontend/node_modules/@heroicons/react/16/solid/XMarkIcon.js new file mode 100644 index 00000000..ae74f3b1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/XMarkIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function XMarkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5.28 4.22a.75.75 0 0 0-1.06 1.06L6.94 8l-2.72 2.72a.75.75 0 1 0 1.06 1.06L8 9.06l2.72 2.72a.75.75 0 1 0 1.06-1.06L9.06 8l2.72-2.72a.75.75 0 0 0-1.06-1.06L8 6.94 5.28 4.22Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(XMarkIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/AcademicCapIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/AcademicCapIcon.d.ts new file mode 100644 index 00000000..f7cea572 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/AcademicCapIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const AcademicCapIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default AcademicCapIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/AcademicCapIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/AcademicCapIcon.js new file mode 100644 index 00000000..1041fe05 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/AcademicCapIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function AcademicCapIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M7.702 1.368a.75.75 0 0 1 .597 0c2.098.91 4.105 1.99 6.004 3.223a.75.75 0 0 1-.194 1.348A34.27 34.27 0 0 0 8.341 8.25a.75.75 0 0 1-.682 0c-.625-.32-1.262-.62-1.909-.901v-.542a36.878 36.878 0 0 1 2.568-1.33.75.75 0 0 0-.636-1.357 38.39 38.39 0 0 0-3.06 1.605.75.75 0 0 0-.372.648v.365c-.773-.294-1.56-.56-2.359-.8a.75.75 0 0 1-.194-1.347 40.901 40.901 0 0 1 6.005-3.223ZM4.25 8.348c-.53-.212-1.067-.411-1.611-.596a40.973 40.973 0 0 0-.418 2.97.75.75 0 0 0 .474.776c.175.068.35.138.524.21a5.544 5.544 0 0 1-.58.681.75.75 0 1 0 1.06 1.06c.35-.349.655-.726.915-1.124a29.282 29.282 0 0 0-1.395-.617A5.483 5.483 0 0 0 4.25 8.5v-.152Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M7.603 13.96c-.96-.6-1.958-1.147-2.989-1.635a6.981 6.981 0 0 0 1.12-3.341c.419.192.834.393 1.244.602a2.25 2.25 0 0 0 2.045 0 32.787 32.787 0 0 1 4.338-1.834c.175.978.315 1.969.419 2.97a.75.75 0 0 1-.474.776 29.385 29.385 0 0 0-4.909 2.461.75.75 0 0 1-.794 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(AcademicCapIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/AdjustmentsHorizontalIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/AdjustmentsHorizontalIcon.d.ts new file mode 100644 index 00000000..66e5c914 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/AdjustmentsHorizontalIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const AdjustmentsHorizontalIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default AdjustmentsHorizontalIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/AdjustmentsHorizontalIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/AdjustmentsHorizontalIcon.js new file mode 100644 index 00000000..accce503 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/AdjustmentsHorizontalIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function AdjustmentsHorizontalIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M6.5 2.25a.75.75 0 0 0-1.5 0v3a.75.75 0 0 0 1.5 0V4.5h6.75a.75.75 0 0 0 0-1.5H6.5v-.75ZM11 6.5a.75.75 0 0 0-1.5 0v3a.75.75 0 0 0 1.5 0v-.75h2.25a.75.75 0 0 0 0-1.5H11V6.5ZM5.75 10a.75.75 0 0 1 .75.75v.75h6.75a.75.75 0 0 1 0 1.5H6.5v.75a.75.75 0 0 1-1.5 0v-3a.75.75 0 0 1 .75-.75ZM2.75 7.25H8.5v1.5H2.75a.75.75 0 0 1 0-1.5ZM4 3H2.75a.75.75 0 0 0 0 1.5H4V3ZM2.75 11.5H4V13H2.75a.75.75 0 0 1 0-1.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(AdjustmentsHorizontalIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/AdjustmentsVerticalIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/AdjustmentsVerticalIcon.d.ts new file mode 100644 index 00000000..1d7146f9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/AdjustmentsVerticalIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const AdjustmentsVerticalIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default AdjustmentsVerticalIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/AdjustmentsVerticalIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/AdjustmentsVerticalIcon.js new file mode 100644 index 00000000..0623c4b5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/AdjustmentsVerticalIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function AdjustmentsVerticalIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M7.25 13.25V7.5h1.5v5.75a.75.75 0 0 1-1.5 0ZM8.75 2.75V5h.75a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1 0-1.5h.75V2.75a.75.75 0 0 1 1.5 0ZM2.25 9.5a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5H4.5V2.75a.75.75 0 0 0-1.5 0V9.5h-.75ZM10 10.25a.75.75 0 0 1 .75-.75h.75V2.75a.75.75 0 0 1 1.5 0V9.5h.75a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75ZM3 12v1.25a.75.75 0 0 0 1.5 0V12H3ZM11.5 13.25V12H13v1.25a.75.75 0 0 1-1.5 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(AdjustmentsVerticalIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArchiveBoxArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArchiveBoxArrowDownIcon.d.ts new file mode 100644 index 00000000..1e791cee --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArchiveBoxArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArchiveBoxArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArchiveBoxArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArchiveBoxArrowDownIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArchiveBoxArrowDownIcon.js new file mode 100644 index 00000000..3813a921 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArchiveBoxArrowDownIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArchiveBoxArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M13 6H3v6a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V6ZM8.75 7.75a.75.75 0 0 0-1.5 0v2.69L6.03 9.22a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0l2.5-2.5a.75.75 0 1 0-1.06-1.06l-1.22 1.22V7.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArchiveBoxArrowDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArchiveBoxIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArchiveBoxIcon.d.ts new file mode 100644 index 00000000..4b92cdd7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArchiveBoxIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArchiveBoxIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArchiveBoxIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArchiveBoxIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArchiveBoxIcon.js new file mode 100644 index 00000000..1eb7d6d5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArchiveBoxIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArchiveBoxIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3 2a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 6h10v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6Zm3 2.75A.75.75 0 0 1 6.75 8h2.5a.75.75 0 0 1 0 1.5h-2.5A.75.75 0 0 1 6 8.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArchiveBoxIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArchiveBoxXMarkIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArchiveBoxXMarkIcon.d.ts new file mode 100644 index 00000000..fb5f7dba --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArchiveBoxXMarkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArchiveBoxXMarkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArchiveBoxXMarkIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArchiveBoxXMarkIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArchiveBoxXMarkIcon.js new file mode 100644 index 00000000..78ba4f31 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArchiveBoxXMarkIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArchiveBoxXMarkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M13 6H3v6a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V6ZM5.72 7.47a.75.75 0 0 1 1.06 0L8 8.69l1.22-1.22a.75.75 0 1 1 1.06 1.06L9.06 9.75l1.22 1.22a.75.75 0 1 1-1.06 1.06L8 10.81l-1.22 1.22a.75.75 0 0 1-1.06-1.06l1.22-1.22-1.22-1.22a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArchiveBoxXMarkIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownCircleIcon.d.ts new file mode 100644 index 00000000..b6500220 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownCircleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownCircleIcon.js new file mode 100644 index 00000000..64bca340 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowDownCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Zm.75-10.25a.75.75 0 0 0-1.5 0v4.69L6.03 8.22a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0l2.5-2.5a.75.75 0 1 0-1.06-1.06L8.75 9.44V4.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownIcon.d.ts new file mode 100644 index 00000000..6fcb0764 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownIcon.js new file mode 100644 index 00000000..d6533f28 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 2a.75.75 0 0 1 .75.75v8.69l3.22-3.22a.75.75 0 1 1 1.06 1.06l-4.5 4.5a.75.75 0 0 1-1.06 0l-4.5-4.5a.75.75 0 0 1 1.06-1.06l3.22 3.22V2.75A.75.75 0 0 1 8 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownLeftIcon.d.ts new file mode 100644 index 00000000..c2de5115 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownLeftIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownLeftIcon.js new file mode 100644 index 00000000..e88b1108 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowDownLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.78 4.22a.75.75 0 0 1 0 1.06L6.56 10.5h3.69a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1-.75-.75v-5.5a.75.75 0 0 1 1.5 0v3.69l5.22-5.22a.75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownOnSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownOnSquareIcon.d.ts new file mode 100644 index 00000000..ad998a9f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownOnSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownOnSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownOnSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownOnSquareIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownOnSquareIcon.js new file mode 100644 index 00000000..71284235 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownOnSquareIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function ArrowDownOnSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8 1a.75.75 0 0 1 .75.75V5h-1.5V1.75A.75.75 0 0 1 8 1ZM7.25 5v4.44L6.03 8.22a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0l2.5-2.5a.75.75 0 1 0-1.06-1.06L8.75 9.44V5H11a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownOnSquareIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownOnSquareStackIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownOnSquareStackIcon.d.ts new file mode 100644 index 00000000..3069f334 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownOnSquareStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownOnSquareStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownOnSquareStackIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownOnSquareStackIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownOnSquareStackIcon.js new file mode 100644 index 00000000..5a2c90ad --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownOnSquareStackIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowDownOnSquareStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M7 1a.75.75 0 0 1 .75.75V6h-1.5V1.75A.75.75 0 0 1 7 1ZM6.25 6v2.94L5.03 7.72a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0l2.5-2.5a.75.75 0 1 0-1.06-1.06L7.75 8.94V6H10a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2.25Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M4.268 14A2 2 0 0 0 6 15h6a2 2 0 0 0 2-2v-3a2 2 0 0 0-1-1.732V11a3 3 0 0 1-3 3H4.268Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownOnSquareStackIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownRightIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownRightIcon.d.ts new file mode 100644 index 00000000..af2b43e2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownRightIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownRightIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownRightIcon.js new file mode 100644 index 00000000..aa6630bd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownRightIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowDownRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.22 4.22a.75.75 0 0 0 0 1.06l5.22 5.22H5.75a.75.75 0 0 0 0 1.5h5.5a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-1.5 0v3.69L5.28 4.22a.75.75 0 0 0-1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownTrayIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownTrayIcon.d.ts new file mode 100644 index 00000000..d755642a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownTrayIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownTrayIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownTrayIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownTrayIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownTrayIcon.js new file mode 100644 index 00000000..7b35506f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowDownTrayIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowDownTrayIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8.75 2.75a.75.75 0 0 0-1.5 0v5.69L5.03 6.22a.75.75 0 0 0-1.06 1.06l3.5 3.5a.75.75 0 0 0 1.06 0l3.5-3.5a.75.75 0 0 0-1.06-1.06L8.75 8.44V2.75Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M3.5 9.75a.75.75 0 0 0-1.5 0v1.5A2.75 2.75 0 0 0 4.75 14h6.5A2.75 2.75 0 0 0 14 11.25v-1.5a.75.75 0 0 0-1.5 0v1.5c0 .69-.56 1.25-1.25 1.25h-6.5c-.69 0-1.25-.56-1.25-1.25v-1.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownTrayIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLeftCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLeftCircleIcon.d.ts new file mode 100644 index 00000000..5ebd1ee5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLeftCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLeftCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLeftCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLeftCircleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLeftCircleIcon.js new file mode 100644 index 00000000..dbc0d558 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLeftCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowLeftCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8Zm10.25.75a.75.75 0 0 0 0-1.5H6.56l1.22-1.22a.75.75 0 0 0-1.06-1.06l-2.5 2.5a.75.75 0 0 0 0 1.06l2.5 2.5a.75.75 0 1 0 1.06-1.06L6.56 8.75h4.69Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLeftEndOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLeftEndOnRectangleIcon.d.ts new file mode 100644 index 00000000..0bb80a06 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLeftEndOnRectangleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLeftEndOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLeftEndOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLeftEndOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLeftEndOnRectangleIcon.js new file mode 100644 index 00000000..49b044a9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLeftEndOnRectangleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowLeftEndOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4.75 2A2.75 2.75 0 0 0 2 4.75v6.5A2.75 2.75 0 0 0 4.75 14h3a2.75 2.75 0 0 0 2.75-2.75v-.5a.75.75 0 0 0-1.5 0v.5c0 .69-.56 1.25-1.25 1.25h-3c-.69 0-1.25-.56-1.25-1.25v-6.5c0-.69.56-1.25 1.25-1.25h3C8.44 3.5 9 4.06 9 4.75v.5a.75.75 0 0 0 1.5 0v-.5A2.75 2.75 0 0 0 7.75 2h-3Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M8.03 6.28a.75.75 0 0 0-1.06-1.06L4.72 7.47a.75.75 0 0 0 0 1.06l2.25 2.25a.75.75 0 1 0 1.06-1.06l-.97-.97h7.19a.75.75 0 0 0 0-1.5H7.06l.97-.97Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftEndOnRectangleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLeftIcon.d.ts new file mode 100644 index 00000000..8b184ac4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLeftIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLeftIcon.js new file mode 100644 index 00000000..d17ebbb0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M14 8a.75.75 0 0 1-.75.75H4.56l3.22 3.22a.75.75 0 1 1-1.06 1.06l-4.5-4.5a.75.75 0 0 1 0-1.06l4.5-4.5a.75.75 0 0 1 1.06 1.06L4.56 7.25h8.69A.75.75 0 0 1 14 8Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLeftStartOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLeftStartOnRectangleIcon.d.ts new file mode 100644 index 00000000..0f113252 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLeftStartOnRectangleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLeftStartOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLeftStartOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLeftStartOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLeftStartOnRectangleIcon.js new file mode 100644 index 00000000..5df3bf3a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLeftStartOnRectangleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowLeftStartOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M14 4.75A2.75 2.75 0 0 0 11.25 2h-3A2.75 2.75 0 0 0 5.5 4.75v.5a.75.75 0 0 0 1.5 0v-.5c0-.69.56-1.25 1.25-1.25h3c.69 0 1.25.56 1.25 1.25v6.5c0 .69-.56 1.25-1.25 1.25h-3c-.69 0-1.25-.56-1.25-1.25v-.5a.75.75 0 0 0-1.5 0v.5A2.75 2.75 0 0 0 8.25 14h3A2.75 2.75 0 0 0 14 11.25v-6.5Zm-9.47.47a.75.75 0 0 0-1.06 0L1.22 7.47a.75.75 0 0 0 0 1.06l2.25 2.25a.75.75 0 1 0 1.06-1.06l-.97-.97h7.19a.75.75 0 0 0 0-1.5H3.56l.97-.97a.75.75 0 0 0 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftStartOnRectangleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLongDownIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLongDownIcon.d.ts new file mode 100644 index 00000000..f83cde05 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLongDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLongDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLongDownIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLongDownIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLongDownIcon.js new file mode 100644 index 00000000..02eaad81 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLongDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowLongDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 2a.75.75 0 0 1 .75.75v8.69l1.22-1.22a.75.75 0 1 1 1.06 1.06l-2.5 2.5a.75.75 0 0 1-1.06 0l-2.5-2.5a.75.75 0 1 1 1.06-1.06l1.22 1.22V2.75A.75.75 0 0 1 8 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLongDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLongLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLongLeftIcon.d.ts new file mode 100644 index 00000000..28f72830 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLongLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLongLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLongLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLongLeftIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLongLeftIcon.js new file mode 100644 index 00000000..c98fac2f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLongLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowLongLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M14 8a.75.75 0 0 1-.75.75H4.56l1.22 1.22a.75.75 0 1 1-1.06 1.06l-2.5-2.5a.75.75 0 0 1 0-1.06l2.5-2.5a.75.75 0 0 1 1.06 1.06L4.56 7.25h8.69A.75.75 0 0 1 14 8Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLongLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLongRightIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLongRightIcon.d.ts new file mode 100644 index 00000000..2375bd76 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLongRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLongRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLongRightIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLongRightIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLongRightIcon.js new file mode 100644 index 00000000..be7a19a0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLongRightIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowLongRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 8c0 .414.336.75.75.75h8.69l-1.22 1.22a.75.75 0 1 0 1.06 1.06l2.5-2.5a.75.75 0 0 0 0-1.06l-2.5-2.5a.75.75 0 1 0-1.06 1.06l1.22 1.22H2.75A.75.75 0 0 0 2 8Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLongRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLongUpIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLongUpIcon.d.ts new file mode 100644 index 00000000..cb3f5687 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLongUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLongUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLongUpIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLongUpIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLongUpIcon.js new file mode 100644 index 00000000..2f837201 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowLongUpIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowLongUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 14a.75.75 0 0 0 .75-.75V4.56l1.22 1.22a.75.75 0 1 0 1.06-1.06l-2.5-2.5a.75.75 0 0 0-1.06 0l-2.5 2.5a.75.75 0 0 0 1.06 1.06l1.22-1.22v8.69c0 .414.336.75.75.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLongUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowPathIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowPathIcon.d.ts new file mode 100644 index 00000000..4260afbd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowPathIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowPathIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowPathIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowPathIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowPathIcon.js new file mode 100644 index 00000000..5b82d2ad --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowPathIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowPathIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M13.836 2.477a.75.75 0 0 1 .75.75v3.182a.75.75 0 0 1-.75.75h-3.182a.75.75 0 0 1 0-1.5h1.37l-.84-.841a4.5 4.5 0 0 0-7.08.932.75.75 0 0 1-1.3-.75 6 6 0 0 1 9.44-1.242l.842.84V3.227a.75.75 0 0 1 .75-.75Zm-.911 7.5A.75.75 0 0 1 13.199 11a6 6 0 0 1-9.44 1.241l-.84-.84v1.371a.75.75 0 0 1-1.5 0V9.591a.75.75 0 0 1 .75-.75H5.35a.75.75 0 0 1 0 1.5H3.98l.841.841a4.5 4.5 0 0 0 7.08-.932.75.75 0 0 1 1.025-.273Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowPathIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowPathRoundedSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowPathRoundedSquareIcon.d.ts new file mode 100644 index 00000000..0e9778d9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowPathRoundedSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowPathRoundedSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowPathRoundedSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowPathRoundedSquareIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowPathRoundedSquareIcon.js new file mode 100644 index 00000000..71310bc4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowPathRoundedSquareIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowPathRoundedSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 3.5c-.771 0-1.537.022-2.297.066a1.124 1.124 0 0 0-1.058 1.028l-.018.214a.75.75 0 1 1-1.495-.12l.018-.221a2.624 2.624 0 0 1 2.467-2.399 41.628 41.628 0 0 1 4.766 0 2.624 2.624 0 0 1 2.467 2.399c.056.662.097 1.329.122 2l.748-.748a.75.75 0 1 1 1.06 1.06l-2 2.001a.75.75 0 0 1-1.061 0l-2-1.999a.75.75 0 0 1 1.061-1.06l.689.688a39.89 39.89 0 0 0-.114-1.815 1.124 1.124 0 0 0-1.058-1.028A40.138 40.138 0 0 0 8 3.5ZM3.22 7.22a.75.75 0 0 1 1.061 0l2 2a.75.75 0 1 1-1.06 1.06l-.69-.69c.025.61.062 1.214.114 1.816.048.56.496.996 1.058 1.028a40.112 40.112 0 0 0 4.594 0 1.124 1.124 0 0 0 1.058-1.028 39.2 39.2 0 0 0 .018-.219.75.75 0 1 1 1.495.12l-.018.226a2.624 2.624 0 0 1-2.467 2.399 41.648 41.648 0 0 1-4.766 0 2.624 2.624 0 0 1-2.467-2.399 41.395 41.395 0 0 1-.122-2l-.748.748A.75.75 0 1 1 1.22 9.22l2-2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowPathRoundedSquareIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowRightCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowRightCircleIcon.d.ts new file mode 100644 index 00000000..c362cf3a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowRightCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowRightCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowRightCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowRightCircleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowRightCircleIcon.js new file mode 100644 index 00000000..aa7aed06 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowRightCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowRightCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 8A7 7 0 1 0 1 8a7 7 0 0 0 14 0ZM4.75 7.25a.75.75 0 0 0 0 1.5h4.69L8.22 9.97a.75.75 0 1 0 1.06 1.06l2.5-2.5a.75.75 0 0 0 0-1.06l-2.5-2.5a.75.75 0 0 0-1.06 1.06l1.22 1.22H4.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowRightEndOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowRightEndOnRectangleIcon.d.ts new file mode 100644 index 00000000..69f1804f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowRightEndOnRectangleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowRightEndOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowRightEndOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowRightEndOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowRightEndOnRectangleIcon.js new file mode 100644 index 00000000..4f844fda --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowRightEndOnRectangleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowRightEndOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M11.25 2A2.75 2.75 0 0 1 14 4.75v6.5A2.75 2.75 0 0 1 11.25 14h-3a2.75 2.75 0 0 1-2.75-2.75v-.5a.75.75 0 0 1 1.5 0v.5c0 .69.56 1.25 1.25 1.25h3c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25h-3C7.56 3.5 7 4.06 7 4.75v.5a.75.75 0 0 1-1.5 0v-.5A2.75 2.75 0 0 1 8.25 2h3Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M7.97 6.28a.75.75 0 0 1 1.06-1.06l2.25 2.25a.75.75 0 0 1 0 1.06l-2.25 2.25a.75.75 0 1 1-1.06-1.06l.97-.97H1.75a.75.75 0 0 1 0-1.5h7.19l-.97-.97Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightEndOnRectangleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowRightIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowRightIcon.d.ts new file mode 100644 index 00000000..fd9ad463 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowRightIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowRightIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowRightIcon.js new file mode 100644 index 00000000..7c49c338 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowRightIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 8a.75.75 0 0 1 .75-.75h8.69L8.22 4.03a.75.75 0 0 1 1.06-1.06l4.5 4.5a.75.75 0 0 1 0 1.06l-4.5 4.5a.75.75 0 0 1-1.06-1.06l3.22-3.22H2.75A.75.75 0 0 1 2 8Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowRightStartOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowRightStartOnRectangleIcon.d.ts new file mode 100644 index 00000000..125ccfd7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowRightStartOnRectangleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowRightStartOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowRightStartOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowRightStartOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowRightStartOnRectangleIcon.js new file mode 100644 index 00000000..515ac9ba --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowRightStartOnRectangleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowRightStartOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 4.75A2.75 2.75 0 0 1 4.75 2h3a2.75 2.75 0 0 1 2.75 2.75v.5a.75.75 0 0 1-1.5 0v-.5c0-.69-.56-1.25-1.25-1.25h-3c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h3c.69 0 1.25-.56 1.25-1.25v-.5a.75.75 0 0 1 1.5 0v.5A2.75 2.75 0 0 1 7.75 14h-3A2.75 2.75 0 0 1 2 11.25v-6.5Zm9.47.47a.75.75 0 0 1 1.06 0l2.25 2.25a.75.75 0 0 1 0 1.06l-2.25 2.25a.75.75 0 1 1-1.06-1.06l.97-.97H5.25a.75.75 0 0 1 0-1.5h7.19l-.97-.97a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightStartOnRectangleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTopRightOnSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTopRightOnSquareIcon.d.ts new file mode 100644 index 00000000..86a6805d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTopRightOnSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTopRightOnSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTopRightOnSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTopRightOnSquareIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTopRightOnSquareIcon.js new file mode 100644 index 00000000..1f184bf5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTopRightOnSquareIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowTopRightOnSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M6.22 8.72a.75.75 0 0 0 1.06 1.06l5.22-5.22v1.69a.75.75 0 0 0 1.5 0v-3.5a.75.75 0 0 0-.75-.75h-3.5a.75.75 0 0 0 0 1.5h1.69L6.22 8.72Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M3.5 6.75c0-.69.56-1.25 1.25-1.25H7A.75.75 0 0 0 7 4H4.75A2.75 2.75 0 0 0 2 6.75v4.5A2.75 2.75 0 0 0 4.75 14h4.5A2.75 2.75 0 0 0 12 11.25V9a.75.75 0 0 0-1.5 0v2.25c0 .69-.56 1.25-1.25 1.25h-4.5c-.69 0-1.25-.56-1.25-1.25v-4.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTopRightOnSquareIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTrendingDownIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTrendingDownIcon.d.ts new file mode 100644 index 00000000..cfb218f9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTrendingDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTrendingDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTrendingDownIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTrendingDownIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTrendingDownIcon.js new file mode 100644 index 00000000..ad2878a6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTrendingDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowTrendingDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.22 4.22a.75.75 0 0 1 1.06 0L6 7.94l2.761-2.762a.75.75 0 0 1 1.158.12 24.9 24.9 0 0 1 2.718 5.556l.729-1.261a.75.75 0 0 1 1.299.75l-1.591 2.755a.75.75 0 0 1-1.025.275l-2.756-1.591a.75.75 0 1 1 .75-1.3l1.097.634a23.417 23.417 0 0 0-1.984-4.211L6.53 9.53a.75.75 0 0 1-1.06 0L1.22 5.28a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTrendingDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTrendingUpIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTrendingUpIcon.d.ts new file mode 100644 index 00000000..54763a8c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTrendingUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTrendingUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTrendingUpIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTrendingUpIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTrendingUpIcon.js new file mode 100644 index 00000000..5f8bb573 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTrendingUpIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowTrendingUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.808 4.057a.75.75 0 0 1 .92-.527l3.116.849a.75.75 0 0 1 .528.915l-.823 3.121a.75.75 0 0 1-1.45-.382l.337-1.281a23.484 23.484 0 0 0-3.609 3.056.75.75 0 0 1-1.07.01L6 8.06l-3.72 3.72a.75.75 0 1 1-1.06-1.061l4.25-4.25a.75.75 0 0 1 1.06 0l1.756 1.755a25.015 25.015 0 0 1 3.508-2.85l-1.46-.398a.75.75 0 0 1-.526-.92Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTrendingUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnDownLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnDownLeftIcon.d.ts new file mode 100644 index 00000000..30988be3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnDownLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnDownLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnDownLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnDownLeftIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnDownLeftIcon.js new file mode 100644 index 00000000..05f20e06 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnDownLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowTurnDownLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M13.25 2a.75.75 0 0 0-.75.75v6.5H4.56l.97-.97a.75.75 0 0 0-1.06-1.06L2.22 9.47a.75.75 0 0 0 0 1.06l2.25 2.25a.75.75 0 0 0 1.06-1.06l-.97-.97h8.69A.75.75 0 0 0 14 10V2.75a.75.75 0 0 0-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnDownLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnDownRightIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnDownRightIcon.d.ts new file mode 100644 index 00000000..a97f44c6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnDownRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnDownRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnDownRightIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnDownRightIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnDownRightIcon.js new file mode 100644 index 00000000..2691c6e8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnDownRightIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowTurnDownRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.75 2a.75.75 0 0 1 .75.75v6.5h7.94l-.97-.97a.75.75 0 0 1 1.06-1.06l2.25 2.25a.75.75 0 0 1 0 1.06l-2.25 2.25a.75.75 0 1 1-1.06-1.06l.97-.97H2.75A.75.75 0 0 1 2 10V2.75A.75.75 0 0 1 2.75 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnDownRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnLeftDownIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnLeftDownIcon.d.ts new file mode 100644 index 00000000..54c35be7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnLeftDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnLeftDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnLeftDownIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnLeftDownIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnLeftDownIcon.js new file mode 100644 index 00000000..641e4c4b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnLeftDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowTurnLeftDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.47 2.22A.75.75 0 0 1 6 2h7.25a.75.75 0 0 1 0 1.5h-6.5v7.94l.97-.97a.75.75 0 0 1 1.06 1.06l-2.25 2.25a.75.75 0 0 1-1.06 0l-2.25-2.25a.75.75 0 1 1 1.06-1.06l.97.97V2.75a.75.75 0 0 1 .22-.53Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnLeftDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnLeftUpIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnLeftUpIcon.d.ts new file mode 100644 index 00000000..db9b7a64 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnLeftUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnLeftUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnLeftUpIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnLeftUpIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnLeftUpIcon.js new file mode 100644 index 00000000..a66b2246 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnLeftUpIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowTurnLeftUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M14 13.25a.75.75 0 0 0-.75-.75h-6.5V4.56l.97.97a.75.75 0 0 0 1.06-1.06L6.53 2.22a.75.75 0 0 0-1.06 0L3.22 4.47a.75.75 0 0 0 1.06 1.06l.97-.97v8.69c0 .414.336.75.75.75h7.25a.75.75 0 0 0 .75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnLeftUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnRightDownIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnRightDownIcon.d.ts new file mode 100644 index 00000000..8719674d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnRightDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnRightDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnRightDownIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnRightDownIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnRightDownIcon.js new file mode 100644 index 00000000..d93e5def --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnRightDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowTurnRightDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 2.75c0 .414.336.75.75.75h6.5v7.94l-.97-.97a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.06 0l2.25-2.25a.75.75 0 1 0-1.06-1.06l-.97.97V2.75A.75.75 0 0 0 10 2H2.75a.75.75 0 0 0-.75.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnRightDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnRightUpIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnRightUpIcon.d.ts new file mode 100644 index 00000000..f1c75f84 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnRightUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnRightUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnRightUpIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnRightUpIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnRightUpIcon.js new file mode 100644 index 00000000..91d3f323 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnRightUpIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowTurnRightUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 13.25a.75.75 0 0 1 .75-.75h6.5V4.56l-.97.97a.75.75 0 0 1-1.06-1.06l2.25-2.25a.75.75 0 0 1 1.06 0l2.25 2.25a.75.75 0 0 1-1.06 1.06l-.97-.97v8.69A.75.75 0 0 1 10 14H2.75a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnRightUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnUpLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnUpLeftIcon.d.ts new file mode 100644 index 00000000..1e0636c3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnUpLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnUpLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnUpLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnUpLeftIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnUpLeftIcon.js new file mode 100644 index 00000000..f7787330 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnUpLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowTurnUpLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M13.25 14a.75.75 0 0 1-.75-.75v-6.5H4.56l.97.97a.75.75 0 0 1-1.06 1.06L2.22 6.53a.75.75 0 0 1 0-1.06l2.25-2.25a.75.75 0 0 1 1.06 1.06l-.97.97h8.69A.75.75 0 0 1 14 6v7.25a.75.75 0 0 1-.75.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnUpLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnUpRightIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnUpRightIcon.d.ts new file mode 100644 index 00000000..a2cb836a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnUpRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnUpRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnUpRightIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnUpRightIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnUpRightIcon.js new file mode 100644 index 00000000..38465f80 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowTurnUpRightIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowTurnUpRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.75 14a.75.75 0 0 0 .75-.75v-6.5h7.94l-.97.97a.75.75 0 0 0 1.06 1.06l2.25-2.25a.75.75 0 0 0 0-1.06l-2.25-2.25a.75.75 0 1 0-1.06 1.06l.97.97H2.75A.75.75 0 0 0 2 6v7.25c0 .414.336.75.75.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnUpRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpCircleIcon.d.ts new file mode 100644 index 00000000..dbc3f8e7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpCircleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpCircleIcon.js new file mode 100644 index 00000000..ac155515 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowUpCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1Zm-.75 10.25a.75.75 0 0 0 1.5 0V6.56l1.22 1.22a.75.75 0 1 0 1.06-1.06l-2.5-2.5a.75.75 0 0 0-1.06 0l-2.5 2.5a.75.75 0 0 0 1.06 1.06l1.22-1.22v4.69Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpIcon.d.ts new file mode 100644 index 00000000..6567e292 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpIcon.js new file mode 100644 index 00000000..ac1298e4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 14a.75.75 0 0 1-.75-.75V4.56L4.03 7.78a.75.75 0 0 1-1.06-1.06l4.5-4.5a.75.75 0 0 1 1.06 0l4.5 4.5a.75.75 0 0 1-1.06 1.06L8.75 4.56v8.69A.75.75 0 0 1 8 14Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpLeftIcon.d.ts new file mode 100644 index 00000000..b440666c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpLeftIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpLeftIcon.js new file mode 100644 index 00000000..dec75a30 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowUpLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.78 11.78a.75.75 0 0 0 0-1.06L6.56 5.5h3.69a.75.75 0 0 0 0-1.5h-5.5a.75.75 0 0 0-.75.75v5.5a.75.75 0 0 0 1.5 0V6.56l5.22 5.22a.75.75 0 0 0 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpOnSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpOnSquareIcon.d.ts new file mode 100644 index 00000000..d50c7262 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpOnSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpOnSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpOnSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpOnSquareIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpOnSquareIcon.js new file mode 100644 index 00000000..03699583 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpOnSquareIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function ArrowUpOnSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8.75 6h-1.5V3.56L6.03 4.78a.75.75 0 0 1-1.06-1.06l2.5-2.5a.75.75 0 0 1 1.06 0l2.5 2.5a.75.75 0 1 1-1.06 1.06L8.75 3.56V6H11a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2.25v5.25a.75.75 0 0 0 1.5 0V6Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpOnSquareIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpOnSquareStackIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpOnSquareStackIcon.d.ts new file mode 100644 index 00000000..c1d92c28 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpOnSquareStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpOnSquareStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpOnSquareStackIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpOnSquareStackIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpOnSquareStackIcon.js new file mode 100644 index 00000000..a86b13c8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpOnSquareStackIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowUpOnSquareStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5.268 14A2 2 0 0 0 7 15h4a2 2 0 0 0 2-2v-3a2 2 0 0 0-1-1.732V11a3 3 0 0 1-3 3H5.268ZM6.25 6h1.5V3.56l1.22 1.22a.75.75 0 1 0 1.06-1.06l-2.5-2.5a.75.75 0 0 0-1.06 0l-2.5 2.5a.75.75 0 0 0 1.06 1.06l1.22-1.22V6Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M6.25 8.75a.75.75 0 0 0 1.5 0V6H9a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h1.25v2.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpOnSquareStackIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpRightIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpRightIcon.d.ts new file mode 100644 index 00000000..9e8bedec --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpRightIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpRightIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpRightIcon.js new file mode 100644 index 00000000..2236905c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpRightIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowUpRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.22 11.78a.75.75 0 0 1 0-1.06L9.44 5.5H5.75a.75.75 0 0 1 0-1.5h5.5a.75.75 0 0 1 .75.75v5.5a.75.75 0 0 1-1.5 0V6.56l-5.22 5.22a.75.75 0 0 1-1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpTrayIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpTrayIcon.d.ts new file mode 100644 index 00000000..1304d9e4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpTrayIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpTrayIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpTrayIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpTrayIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpTrayIcon.js new file mode 100644 index 00000000..0f364877 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUpTrayIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowUpTrayIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M7.25 10.25a.75.75 0 0 0 1.5 0V4.56l2.22 2.22a.75.75 0 1 0 1.06-1.06l-3.5-3.5a.75.75 0 0 0-1.06 0l-3.5 3.5a.75.75 0 0 0 1.06 1.06l2.22-2.22v5.69Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M3.5 9.75a.75.75 0 0 0-1.5 0v1.5A2.75 2.75 0 0 0 4.75 14h6.5A2.75 2.75 0 0 0 14 11.25v-1.5a.75.75 0 0 0-1.5 0v1.5c0 .69-.56 1.25-1.25 1.25h-6.5c-.69 0-1.25-.56-1.25-1.25v-1.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpTrayIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUturnDownIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUturnDownIcon.d.ts new file mode 100644 index 00000000..2a656eef --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUturnDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUturnDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUturnDownIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUturnDownIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUturnDownIcon.js new file mode 100644 index 00000000..5bf0c2cb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUturnDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowUturnDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.75 3.5A2.75 2.75 0 0 0 7 6.25v5.19l2.22-2.22a.75.75 0 1 1 1.06 1.06l-3.5 3.5a.75.75 0 0 1-1.06 0l-3.5-3.5a.75.75 0 1 1 1.06-1.06l2.22 2.22V6.25a4.25 4.25 0 0 1 8.5 0v1a.75.75 0 0 1-1.5 0v-1A2.75 2.75 0 0 0 9.75 3.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUturnDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUturnLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUturnLeftIcon.d.ts new file mode 100644 index 00000000..8d827dd8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUturnLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUturnLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUturnLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUturnLeftIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUturnLeftIcon.js new file mode 100644 index 00000000..06fc7074 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUturnLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowUturnLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12.5 9.75A2.75 2.75 0 0 0 9.75 7H4.56l2.22 2.22a.75.75 0 1 1-1.06 1.06l-3.5-3.5a.75.75 0 0 1 0-1.06l3.5-3.5a.75.75 0 0 1 1.06 1.06L4.56 5.5h5.19a4.25 4.25 0 0 1 0 8.5h-1a.75.75 0 0 1 0-1.5h1a2.75 2.75 0 0 0 2.75-2.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUturnLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUturnRightIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUturnRightIcon.d.ts new file mode 100644 index 00000000..b75389ab --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUturnRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUturnRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUturnRightIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUturnRightIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUturnRightIcon.js new file mode 100644 index 00000000..42b26700 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUturnRightIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowUturnRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.5 9.75A2.75 2.75 0 0 1 6.25 7h5.19L9.22 9.22a.75.75 0 1 0 1.06 1.06l3.5-3.5a.75.75 0 0 0 0-1.06l-3.5-3.5a.75.75 0 1 0-1.06 1.06l2.22 2.22H6.25a4.25 4.25 0 0 0 0 8.5h1a.75.75 0 0 0 0-1.5h-1A2.75 2.75 0 0 1 3.5 9.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUturnRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUturnUpIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUturnUpIcon.d.ts new file mode 100644 index 00000000..1996413e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUturnUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUturnUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUturnUpIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUturnUpIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUturnUpIcon.js new file mode 100644 index 00000000..615e4a09 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowUturnUpIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowUturnUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6.25 12.5A2.75 2.75 0 0 0 9 9.75V4.56L6.78 6.78a.75.75 0 0 1-1.06-1.06l3.5-3.5a.75.75 0 0 1 1.06 0l3.5 3.5a.75.75 0 0 1-1.06 1.06L10.5 4.56v5.19a4.25 4.25 0 0 1-8.5 0v-1a.75.75 0 0 1 1.5 0v1a2.75 2.75 0 0 0 2.75 2.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUturnUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowsPointingInIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowsPointingInIcon.d.ts new file mode 100644 index 00000000..2570a1ea --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowsPointingInIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowsPointingInIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowsPointingInIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowsPointingInIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowsPointingInIcon.js new file mode 100644 index 00000000..7fb4e41d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowsPointingInIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowsPointingInIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.22 2.22a.75.75 0 0 1 1.06 0L5.5 4.44V2.75a.75.75 0 0 1 1.5 0v3.5a.75.75 0 0 1-.75.75h-3.5a.75.75 0 0 1 0-1.5h1.69L2.22 3.28a.75.75 0 0 1 0-1.06Zm10.5 0a.75.75 0 1 1 1.06 1.06L11.56 5.5h1.69a.75.75 0 0 1 0 1.5h-3.5A.75.75 0 0 1 9 6.25v-3.5a.75.75 0 0 1 1.5 0v1.69l2.22-2.22ZM2.75 9h3.5a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-1.69l-2.22 2.22a.75.75 0 0 1-1.06-1.06l2.22-2.22H2.75a.75.75 0 0 1 0-1.5ZM9 9.75A.75.75 0 0 1 9.75 9h3.5a.75.75 0 0 1 0 1.5h-1.69l2.22 2.22a.75.75 0 1 1-1.06 1.06l-2.22-2.22v1.69a.75.75 0 0 1-1.5 0v-3.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowsPointingInIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowsPointingOutIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowsPointingOutIcon.d.ts new file mode 100644 index 00000000..56f25889 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowsPointingOutIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowsPointingOutIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowsPointingOutIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowsPointingOutIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowsPointingOutIcon.js new file mode 100644 index 00000000..6aa139e2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowsPointingOutIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowsPointingOutIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.75 9a.75.75 0 0 1 .75.75v1.69l2.22-2.22a.75.75 0 0 1 1.06 1.06L4.56 12.5h1.69a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75v-3.5A.75.75 0 0 1 2.75 9ZM2.75 7a.75.75 0 0 0 .75-.75V4.56l2.22 2.22a.75.75 0 0 0 1.06-1.06L4.56 3.5h1.69a.75.75 0 0 0 0-1.5h-3.5a.75.75 0 0 0-.75.75v3.5c0 .414.336.75.75.75ZM13.25 9a.75.75 0 0 0-.75.75v1.69l-2.22-2.22a.75.75 0 1 0-1.06 1.06l2.22 2.22H9.75a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 .75-.75v-3.5a.75.75 0 0 0-.75-.75ZM13.25 7a.75.75 0 0 1-.75-.75V4.56l-2.22 2.22a.75.75 0 1 1-1.06-1.06l2.22-2.22H9.75a.75.75 0 0 1 0-1.5h3.5a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-.75.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowsPointingOutIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowsRightLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowsRightLeftIcon.d.ts new file mode 100644 index 00000000..c92d4637 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowsRightLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowsRightLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowsRightLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowsRightLeftIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowsRightLeftIcon.js new file mode 100644 index 00000000..d465aa59 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowsRightLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowsRightLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10.47 2.22a.75.75 0 0 1 1.06 0l2.25 2.25a.75.75 0 0 1 0 1.06l-2.25 2.25a.75.75 0 1 1-1.06-1.06l.97-.97H5.75a.75.75 0 0 1 0-1.5h5.69l-.97-.97a.75.75 0 0 1 0-1.06Zm-4.94 6a.75.75 0 0 1 0 1.06l-.97.97h5.69a.75.75 0 0 1 0 1.5H4.56l.97.97a.75.75 0 1 1-1.06 1.06l-2.25-2.25a.75.75 0 0 1 0-1.06l2.25-2.25a.75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowsRightLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowsUpDownIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowsUpDownIcon.d.ts new file mode 100644 index 00000000..f913ee96 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowsUpDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowsUpDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowsUpDownIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowsUpDownIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowsUpDownIcon.js new file mode 100644 index 00000000..e0a0bc83 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ArrowsUpDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowsUpDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M13.78 10.47a.75.75 0 0 1 0 1.06l-2.25 2.25a.75.75 0 0 1-1.06 0l-2.25-2.25a.75.75 0 1 1 1.06-1.06l.97.97V5.75a.75.75 0 0 1 1.5 0v5.69l.97-.97a.75.75 0 0 1 1.06 0ZM2.22 5.53a.75.75 0 0 1 0-1.06l2.25-2.25a.75.75 0 0 1 1.06 0l2.25 2.25a.75.75 0 0 1-1.06 1.06l-.97-.97v5.69a.75.75 0 0 1-1.5 0V4.56l-.97.97a.75.75 0 0 1-1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowsUpDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/AtSymbolIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/AtSymbolIcon.d.ts new file mode 100644 index 00000000..81c8736a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/AtSymbolIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const AtSymbolIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default AtSymbolIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/AtSymbolIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/AtSymbolIcon.js new file mode 100644 index 00000000..a8739c46 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/AtSymbolIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function AtSymbolIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.89 4.111a5.5 5.5 0 1 0 0 7.778.75.75 0 1 1 1.06 1.061A7 7 0 1 1 15 8a2.5 2.5 0 0 1-4.083 1.935A3.5 3.5 0 1 1 11.5 8a1 1 0 0 0 2 0 5.48 5.48 0 0 0-1.61-3.889ZM10 8a2 2 0 1 0-4 0 2 2 0 0 0 4 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(AtSymbolIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BackspaceIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/BackspaceIcon.d.ts new file mode 100644 index 00000000..11a6491c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BackspaceIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BackspaceIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BackspaceIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BackspaceIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/BackspaceIcon.js new file mode 100644 index 00000000..3454f9e1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BackspaceIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function BackspaceIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6.414 3c-.464 0-.909.184-1.237.513L1.22 7.47a.75.75 0 0 0 0 1.06l3.957 3.957A1.75 1.75 0 0 0 6.414 13h5.836A2.75 2.75 0 0 0 15 10.25v-4.5A2.75 2.75 0 0 0 12.25 3H6.414ZM8.28 5.72a.75.75 0 0 0-1.06 1.06L8.44 8 7.22 9.22a.75.75 0 1 0 1.06 1.06L9.5 9.06l1.22 1.22a.75.75 0 1 0 1.06-1.06L10.56 8l1.22-1.22a.75.75 0 0 0-1.06-1.06L9.5 6.94 8.28 5.72Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BackspaceIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BackwardIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/BackwardIcon.d.ts new file mode 100644 index 00000000..b154df6b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BackwardIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BackwardIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BackwardIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BackwardIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/BackwardIcon.js new file mode 100644 index 00000000..7c0aed36 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BackwardIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function BackwardIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8.5 4.75a.75.75 0 0 0-1.107-.66l-6 3.25a.75.75 0 0 0 0 1.32l6 3.25a.75.75 0 0 0 1.107-.66V8.988l5.393 2.921A.75.75 0 0 0 15 11.25v-6.5a.75.75 0 0 0-1.107-.66L8.5 7.013V4.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BackwardIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BanknotesIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/BanknotesIcon.d.ts new file mode 100644 index 00000000..2295d499 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BanknotesIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BanknotesIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BanknotesIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BanknotesIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/BanknotesIcon.js new file mode 100644 index 00000000..1a9e0599 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BanknotesIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function BanknotesIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V3Zm9 3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm-6.25-.75a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5ZM11.5 6A.75.75 0 1 1 13 6a.75.75 0 0 1-1.5 0Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M13 11.75a.75.75 0 0 0-1.5 0v.179c0 .15-.138.28-.306.255A65.277 65.277 0 0 0 1.75 11.5a.75.75 0 0 0 0 1.5c3.135 0 6.215.228 9.227.668A1.764 1.764 0 0 0 13 11.928v-.178Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BanknotesIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/Bars2Icon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/Bars2Icon.d.ts new file mode 100644 index 00000000..f36a9586 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/Bars2Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars2Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars2Icon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/Bars2Icon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/Bars2Icon.js new file mode 100644 index 00000000..0fc6ffe3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/Bars2Icon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function Bars2Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 4.75A.75.75 0 0 1 2.75 4h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 4.75Zm0 6.5a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars2Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/Bars3BottomLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/Bars3BottomLeftIcon.d.ts new file mode 100644 index 00000000..1183f870 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/Bars3BottomLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars3BottomLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars3BottomLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/Bars3BottomLeftIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/Bars3BottomLeftIcon.js new file mode 100644 index 00000000..069277f6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/Bars3BottomLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function Bars3BottomLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 3.75A.75.75 0 0 1 2.75 3h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 3.75ZM2 8a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 8Zm0 4.25a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars3BottomLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/Bars3BottomRightIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/Bars3BottomRightIcon.d.ts new file mode 100644 index 00000000..633e9477 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/Bars3BottomRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars3BottomRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars3BottomRightIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/Bars3BottomRightIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/Bars3BottomRightIcon.js new file mode 100644 index 00000000..acb3976b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/Bars3BottomRightIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function Bars3BottomRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 3.75A.75.75 0 0 1 2.75 3h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 3.75ZM2 8a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 8Zm6 4.25a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars3BottomRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/Bars3CenterLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/Bars3CenterLeftIcon.d.ts new file mode 100644 index 00000000..12d3ece6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/Bars3CenterLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars3CenterLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars3CenterLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/Bars3CenterLeftIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/Bars3CenterLeftIcon.js new file mode 100644 index 00000000..744d5f85 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/Bars3CenterLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function Bars3CenterLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 3.75A.75.75 0 0 1 2.75 3h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 3.75ZM2 8a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5A.75.75 0 0 1 2 8Zm0 4.25a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars3CenterLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/Bars3Icon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/Bars3Icon.d.ts new file mode 100644 index 00000000..64290021 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/Bars3Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars3Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars3Icon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/Bars3Icon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/Bars3Icon.js new file mode 100644 index 00000000..8341d034 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/Bars3Icon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function Bars3Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 3.75A.75.75 0 0 1 2.75 3h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 3.75ZM2 8a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 8Zm0 4.25a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars3Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/Bars4Icon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/Bars4Icon.d.ts new file mode 100644 index 00000000..83dbe1df --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/Bars4Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars4Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars4Icon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/Bars4Icon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/Bars4Icon.js new file mode 100644 index 00000000..6c77fb48 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/Bars4Icon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function Bars4Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 2.75A.75.75 0 0 1 2.75 2h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 2.75Zm0 10.5a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75ZM2 6.25a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 6.25Zm0 3.5A.75.75 0 0 1 2.75 9h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 9.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars4Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BarsArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/BarsArrowDownIcon.d.ts new file mode 100644 index 00000000..40e8d73a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BarsArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BarsArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BarsArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BarsArrowDownIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/BarsArrowDownIcon.js new file mode 100644 index 00000000..9446e2d7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BarsArrowDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function BarsArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 2.75A.75.75 0 0 1 2.75 2h9.5a.75.75 0 0 1 0 1.5h-9.5A.75.75 0 0 1 2 2.75ZM2 6.25a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 0 1.5h-5.5A.75.75 0 0 1 2 6.25Zm0 3.5A.75.75 0 0 1 2.75 9h3.5a.75.75 0 0 1 0 1.5h-3.5A.75.75 0 0 1 2 9.75ZM14.78 11.47a.75.75 0 0 1 0 1.06l-2.25 2.25a.75.75 0 0 1-1.06 0l-2.25-2.25a.75.75 0 1 1 1.06-1.06l.97.97V6.75a.75.75 0 0 1 1.5 0v5.69l.97-.97a.75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BarsArrowDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BarsArrowUpIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/BarsArrowUpIcon.d.ts new file mode 100644 index 00000000..c8b3b932 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BarsArrowUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BarsArrowUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BarsArrowUpIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BarsArrowUpIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/BarsArrowUpIcon.js new file mode 100644 index 00000000..e27a7960 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BarsArrowUpIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function BarsArrowUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 2.75A.75.75 0 0 1 2.75 2h9.5a.75.75 0 0 1 0 1.5h-9.5A.75.75 0 0 1 2 2.75ZM2 6.25a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 0 1.5h-5.5A.75.75 0 0 1 2 6.25Zm0 3.5A.75.75 0 0 1 2.75 9h3.5a.75.75 0 0 1 0 1.5h-3.5A.75.75 0 0 1 2 9.75ZM9.22 9.53a.75.75 0 0 1 0-1.06l2.25-2.25a.75.75 0 0 1 1.06 0l2.25 2.25a.75.75 0 0 1-1.06 1.06l-.97-.97v5.69a.75.75 0 0 1-1.5 0V8.56l-.97.97a.75.75 0 0 1-1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BarsArrowUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/Battery0Icon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/Battery0Icon.d.ts new file mode 100644 index 00000000..45a9879f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/Battery0Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Battery0Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Battery0Icon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/Battery0Icon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/Battery0Icon.js new file mode 100644 index 00000000..bb6758fb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/Battery0Icon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function Battery0Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 6.25A2.25 2.25 0 0 1 3.25 4h8.5A2.25 2.25 0 0 1 14 6.25v.085a1.5 1.5 0 0 1 1 1.415v.5a1.5 1.5 0 0 1-1 1.415v.085A2.25 2.25 0 0 1 11.75 12h-8.5A2.25 2.25 0 0 1 1 9.75v-3.5Zm2.25-.75a.75.75 0 0 0-.75.75v3.5c0 .414.336.75.75.75h8.5a.75.75 0 0 0 .75-.75v-3.5a.75.75 0 0 0-.75-.75h-8.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Battery0Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/Battery100Icon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/Battery100Icon.d.ts new file mode 100644 index 00000000..5d0f04b2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/Battery100Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Battery100Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Battery100Icon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/Battery100Icon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/Battery100Icon.js new file mode 100644 index 00000000..7d26058c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/Battery100Icon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function Battery100Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4 7.75A.75.75 0 0 1 4.75 7h5.5a.75.75 0 0 1 .75.75v.5a.75.75 0 0 1-.75.75h-5.5A.75.75 0 0 1 4 8.25v-.5Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.25 4A2.25 2.25 0 0 0 1 6.25v3.5A2.25 2.25 0 0 0 3.25 12h8.5A2.25 2.25 0 0 0 14 9.75v-.085a1.5 1.5 0 0 0 1-1.415v-.5a1.5 1.5 0 0 0-1-1.415V6.25A2.25 2.25 0 0 0 11.75 4h-8.5ZM2.5 6.25a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-.75.75h-8.5a.75.75 0 0 1-.75-.75v-3.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Battery100Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/Battery50Icon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/Battery50Icon.d.ts new file mode 100644 index 00000000..26713176 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/Battery50Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Battery50Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Battery50Icon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/Battery50Icon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/Battery50Icon.js new file mode 100644 index 00000000..027e8f6a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/Battery50Icon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function Battery50Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 6.25A2.25 2.25 0 0 1 3.25 4h8.5A2.25 2.25 0 0 1 14 6.25v.085a1.5 1.5 0 0 1 1 1.415v.5a1.5 1.5 0 0 1-1 1.415v.085A2.25 2.25 0 0 1 11.75 12h-8.5A2.25 2.25 0 0 1 1 9.75v-3.5Zm2.25-.75a.75.75 0 0 0-.75.75v3.5c0 .414.336.75.75.75h8.5a.75.75 0 0 0 .75-.75v-3.5a.75.75 0 0 0-.75-.75h-8.5Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M4.75 7a.75.75 0 0 0-.75.75v.5c0 .414.336.75.75.75h2a.75.75 0 0 0 .75-.75v-.5A.75.75 0 0 0 6.75 7h-2Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Battery50Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BeakerIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/BeakerIcon.d.ts new file mode 100644 index 00000000..f2fdcedf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BeakerIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BeakerIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BeakerIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BeakerIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/BeakerIcon.js new file mode 100644 index 00000000..d6b19a48 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BeakerIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function BeakerIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11 3.5v2.257c0 .597.237 1.17.659 1.591l2.733 2.733c.39.39.608.918.608 1.469a2.04 2.04 0 0 1-1.702 2.024C11.573 13.854 9.803 14 8 14s-3.573-.146-5.298-.426A2.04 2.04 0 0 1 1 11.55c0-.551.219-1.08.608-1.47l2.733-2.732A2.25 2.25 0 0 0 5 5.758V3.5h-.25a.75.75 0 0 1 0-1.5h6.5a.75.75 0 0 1 0 1.5H11ZM6.5 5.757V3.5h3v2.257a3.75 3.75 0 0 0 1.098 2.652l.158.158a3.36 3.36 0 0 0-.075.034c-.424.2-.916.194-1.335-.016l-1.19-.595a4.943 4.943 0 0 0-2.07-.52A3.75 3.75 0 0 0 6.5 5.757Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BeakerIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BellAlertIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/BellAlertIcon.d.ts new file mode 100644 index 00000000..8d5d773d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BellAlertIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BellAlertIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BellAlertIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BellAlertIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/BellAlertIcon.js new file mode 100644 index 00000000..1cc21708 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BellAlertIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function BellAlertIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.6 1.7A.75.75 0 1 0 2.4.799a6.978 6.978 0 0 0-1.123 2.247.75.75 0 1 0 1.44.418c.187-.644.489-1.24.883-1.764ZM13.6.799a.75.75 0 1 0-1.2.9 5.48 5.48 0 0 1 .883 1.765.75.75 0 1 0 1.44-.418A6.978 6.978 0 0 0 13.6.799Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 1a4 4 0 0 1 4 4v2.379c0 .398.158.779.44 1.06l1.267 1.268a1 1 0 0 1 .293.707V11a1 1 0 0 1-1 1h-2a3 3 0 1 1-6 0H3a1 1 0 0 1-1-1v-.586a1 1 0 0 1 .293-.707L3.56 8.44A1.5 1.5 0 0 0 4 7.38V5a4 4 0 0 1 4-4Zm0 12.5A1.5 1.5 0 0 1 6.5 12h3A1.5 1.5 0 0 1 8 13.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BellAlertIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BellIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/BellIcon.d.ts new file mode 100644 index 00000000..5d58b3d3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BellIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BellIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BellIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BellIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/BellIcon.js new file mode 100644 index 00000000..17656917 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BellIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function BellIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 5a4 4 0 0 0-8 0v2.379a1.5 1.5 0 0 1-.44 1.06L2.294 9.707a1 1 0 0 0-.293.707V11a1 1 0 0 0 1 1h2a3 3 0 1 0 6 0h2a1 1 0 0 0 1-1v-.586a1 1 0 0 0-.293-.707L12.44 8.44A1.5 1.5 0 0 1 12 7.38V5Zm-5.5 7a1.5 1.5 0 0 0 3 0h-3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BellIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BellSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/BellSlashIcon.d.ts new file mode 100644 index 00000000..9b9002cd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BellSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BellSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BellSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BellSlashIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/BellSlashIcon.js new file mode 100644 index 00000000..bb0a0dd2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BellSlashIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function BellSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4 7.379v-.904l6.743 6.742A3 3 0 0 1 5 12H3a1 1 0 0 1-1-1v-.586a1 1 0 0 1 .293-.707L3.56 8.44A1.5 1.5 0 0 0 4 7.38ZM6.5 12a1.5 1.5 0 0 0 3 0h-3Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M14 11a.997.997 0 0 1-.096.429L4.92 2.446A4 4 0 0 1 12 5v2.379c0 .398.158.779.44 1.06l1.267 1.268a1 1 0 0 1 .293.707V11ZM2.22 2.22a.75.75 0 0 1 1.06 0l10.5 10.5a.75.75 0 1 1-1.06 1.06L2.22 3.28a.75.75 0 0 1 0-1.06Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BellSlashIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BellSnoozeIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/BellSnoozeIcon.d.ts new file mode 100644 index 00000000..bb97a302 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BellSnoozeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BellSnoozeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BellSnoozeIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BellSnoozeIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/BellSnoozeIcon.js new file mode 100644 index 00000000..79f8e417 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BellSnoozeIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function BellSnoozeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 1a4 4 0 0 1 4 4v2.379c0 .398.158.779.44 1.06l1.267 1.268a1 1 0 0 1 .293.707V11a1 1 0 0 1-1 1h-2a3 3 0 1 1-6 0H3a1 1 0 0 1-1-1v-.586a1 1 0 0 1 .293-.707L3.56 8.44A1.5 1.5 0 0 0 4 7.38V5a4 4 0 0 1 4-4Zm0 12.5A1.5 1.5 0 0 1 6.5 12h3A1.5 1.5 0 0 1 8 13.5ZM6.75 4a.75.75 0 0 0 0 1.5h1.043L6.14 7.814A.75.75 0 0 0 6.75 9h2.5a.75.75 0 1 0 0-1.5H8.207L9.86 5.186A.75.75 0 0 0 9.25 4h-2.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BellSnoozeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BoldIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/BoldIcon.d.ts new file mode 100644 index 00000000..e90cc8ef --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BoldIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BoldIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BoldIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BoldIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/BoldIcon.js new file mode 100644 index 00000000..c2a6f204 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BoldIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function BoldIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 3a1 1 0 0 1 1-1h5a3.5 3.5 0 0 1 2.843 5.541A3.75 3.75 0 0 1 9.25 14H4a1 1 0 0 1-1-1V3Zm2.5 3.5v-2H9a1 1 0 0 1 0 2H5.5Zm0 2.5v2.5h3.75a1.25 1.25 0 1 0 0-2.5H5.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BoldIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BoltIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/BoltIcon.d.ts new file mode 100644 index 00000000..93704fbe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BoltIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BoltIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BoltIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BoltIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/BoltIcon.js new file mode 100644 index 00000000..b5802b7b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BoltIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function BoltIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.58 1.077a.75.75 0 0 1 .405.82L9.165 6h4.085a.75.75 0 0 1 .567 1.241l-6.5 7.5a.75.75 0 0 1-1.302-.638L6.835 10H2.75a.75.75 0 0 1-.567-1.241l6.5-7.5a.75.75 0 0 1 .897-.182Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BoltIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BoltSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/BoltSlashIcon.d.ts new file mode 100644 index 00000000..d7db7c0d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BoltSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BoltSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BoltSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BoltSlashIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/BoltSlashIcon.js new file mode 100644 index 00000000..b3d2548f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BoltSlashIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function BoltSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M9.58 1.077a.75.75 0 0 1 .405.82L9.165 6h4.085a.75.75 0 0 1 .567 1.241l-1.904 2.197L6.385 3.91 8.683 1.26a.75.75 0 0 1 .897-.182ZM4.087 6.562l5.528 5.528-2.298 2.651a.75.75 0 0 1-1.302-.638L6.835 10H2.75a.75.75 0 0 1-.567-1.241l1.904-2.197ZM2.22 2.22a.75.75 0 0 1 1.06 0l10.5 10.5a.75.75 0 1 1-1.06 1.06L2.22 3.28a.75.75 0 0 1 0-1.06Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BoltSlashIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BookOpenIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/BookOpenIcon.d.ts new file mode 100644 index 00000000..11702953 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BookOpenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BookOpenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BookOpenIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BookOpenIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/BookOpenIcon.js new file mode 100644 index 00000000..d9ff6e52 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BookOpenIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function BookOpenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M7.25 3.688a8.035 8.035 0 0 0-4.872-.523A.48.48 0 0 0 2 3.64v7.994c0 .345.342.588.679.512a6.02 6.02 0 0 1 4.571.81V3.688ZM8.75 12.956a6.02 6.02 0 0 1 4.571-.81c.337.075.679-.167.679-.512V3.64a.48.48 0 0 0-.378-.475 8.034 8.034 0 0 0-4.872.523v9.268Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BookOpenIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BookmarkIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/BookmarkIcon.d.ts new file mode 100644 index 00000000..53b465da --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BookmarkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BookmarkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BookmarkIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BookmarkIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/BookmarkIcon.js new file mode 100644 index 00000000..3e25a0ec --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BookmarkIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function BookmarkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.75 2a.75.75 0 0 0-.75.75v10.5a.75.75 0 0 0 1.28.53L8 10.06l3.72 3.72a.75.75 0 0 0 1.28-.53V2.75a.75.75 0 0 0-.75-.75h-8.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BookmarkIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BookmarkSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/BookmarkSlashIcon.d.ts new file mode 100644 index 00000000..5ff3a4c6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BookmarkSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BookmarkSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BookmarkSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BookmarkSlashIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/BookmarkSlashIcon.js new file mode 100644 index 00000000..f201aa13 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BookmarkSlashIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function BookmarkSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M13 2.75v7.775L4.475 2h7.775a.75.75 0 0 1 .75.75ZM3 13.25V5.475l4.793 4.793L4.28 13.78A.75.75 0 0 1 3 13.25ZM2.22 2.22a.75.75 0 0 1 1.06 0l10.5 10.5a.75.75 0 1 1-1.06 1.06L2.22 3.28a.75.75 0 0 1 0-1.06Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BookmarkSlashIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BookmarkSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/BookmarkSquareIcon.d.ts new file mode 100644 index 00000000..0f2977b3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BookmarkSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BookmarkSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BookmarkSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BookmarkSquareIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/BookmarkSquareIcon.js new file mode 100644 index 00000000..a9e8f09a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BookmarkSquareIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function BookmarkSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4Zm1 2.25a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-1.28.53L8 9.06l-1.72 1.72A.75.75 0 0 1 5 10.25v-6Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BookmarkSquareIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BriefcaseIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/BriefcaseIcon.d.ts new file mode 100644 index 00000000..b082422e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BriefcaseIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BriefcaseIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BriefcaseIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BriefcaseIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/BriefcaseIcon.js new file mode 100644 index 00000000..ef05881f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BriefcaseIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function BriefcaseIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11 4V3a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v1H4a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-1ZM9 2.5H7a.5.5 0 0 0-.5.5v1h3V3a.5.5 0 0 0-.5-.5ZM9 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M3 11.83V12a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-.17c-.313.11-.65.17-1 .17H4c-.35 0-.687-.06-1-.17Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BriefcaseIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BugAntIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/BugAntIcon.d.ts new file mode 100644 index 00000000..1514ca9d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BugAntIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BugAntIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BugAntIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BugAntIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/BugAntIcon.js new file mode 100644 index 00000000..c09935dd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BugAntIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function BugAntIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M11.983 1.364a.75.75 0 0 0-1.281.78c.096.158.184.321.264.489a5.48 5.48 0 0 1-.713.386A2.993 2.993 0 0 0 8 2c-.898 0-1.703.394-2.253 1.02a5.485 5.485 0 0 1-.713-.387c.08-.168.168-.33.264-.489a.75.75 0 1 0-1.28-.78c-.245.401-.45.83-.61 1.278a.75.75 0 0 0 .239.84 7 7 0 0 0 1.422.876A3.01 3.01 0 0 0 5 5c0 .126.072.24.183.3.386.205.796.37 1.227.487-.126.165-.227.35-.297.549A10.418 10.418 0 0 1 3.51 5.5a10.686 10.686 0 0 1-.008-.733.75.75 0 0 0-1.5-.033 12.222 12.222 0 0 0 .041 1.31.75.75 0 0 0 .4.6A11.922 11.922 0 0 0 6.199 7.87c.04.084.088.166.14.243l-.214.031-.027.005c-1.299.207-2.529.622-3.654 1.211a.75.75 0 0 0-.4.6 12.148 12.148 0 0 0 .197 3.443.75.75 0 0 0 1.47-.299 10.551 10.551 0 0 1-.2-2.6c.352-.167.714-.314 1.085-.441-.063.3-.096.614-.096.936 0 2.21 1.567 4 3.5 4s3.5-1.79 3.5-4c0-.322-.034-.636-.097-.937.372.128.734.275 1.085.442a10.703 10.703 0 0 1-.199 2.6.75.75 0 1 0 1.47.3 12.049 12.049 0 0 0 .197-3.443.75.75 0 0 0-.4-.6 11.921 11.921 0 0 0-3.671-1.215l-.011-.002a11.95 11.95 0 0 0-.213-.03c.052-.078.1-.16.14-.244 1.336-.202 2.6-.623 3.755-1.227a.75.75 0 0 0 .4-.6 12.178 12.178 0 0 0 .041-1.31.75.75 0 0 0-1.5.033 11.061 11.061 0 0 1-.008.733c-.815.386-1.688.67-2.602.836-.07-.2-.17-.384-.297-.55.43-.117.842-.282 1.228-.488A.34.34 0 0 0 11 5c0-.22-.024-.435-.069-.642a7 7 0 0 0 1.422-.876.75.75 0 0 0 .24-.84 6.97 6.97 0 0 0-.61-1.278Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BugAntIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BuildingLibraryIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/BuildingLibraryIcon.d.ts new file mode 100644 index 00000000..3e31a801 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BuildingLibraryIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BuildingLibraryIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BuildingLibraryIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BuildingLibraryIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/BuildingLibraryIcon.js new file mode 100644 index 00000000..4cc76ba6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BuildingLibraryIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function BuildingLibraryIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.605 2.112a.75.75 0 0 1 .79 0l5.25 3.25A.75.75 0 0 1 13 6.707V12.5h.25a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5H3V6.707a.75.75 0 0 1-.645-1.345l5.25-3.25ZM4.5 8.75a.75.75 0 0 1 1.5 0v3a.75.75 0 0 1-1.5 0v-3ZM8 8a.75.75 0 0 0-.75.75v3a.75.75 0 0 0 1.5 0v-3A.75.75 0 0 0 8 8Zm2 .75a.75.75 0 0 1 1.5 0v3a.75.75 0 0 1-1.5 0v-3ZM8 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BuildingLibraryIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BuildingOffice2Icon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/BuildingOffice2Icon.d.ts new file mode 100644 index 00000000..656d4baa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BuildingOffice2Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BuildingOffice2Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BuildingOffice2Icon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BuildingOffice2Icon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/BuildingOffice2Icon.js new file mode 100644 index 00000000..215563fc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BuildingOffice2Icon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function BuildingOffice2Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.75 2a.75.75 0 0 0 0 1.5H2v9h-.25a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 .75-.75v-1.5a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 .75.75v1.5c0 .414.336.75.75.75h.5a.75.75 0 0 0 .75-.75V3.5h.25a.75.75 0 0 0 0-1.5h-7.5ZM3.5 5.5A.5.5 0 0 1 4 5h.5a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-.5.5H4a.5.5 0 0 1-.5-.5v-.5Zm.5 2a.5.5 0 0 0-.5.5v.5A.5.5 0 0 0 4 9h.5a.5.5 0 0 0 .5-.5V8a.5.5 0 0 0-.5-.5H4Zm2-2a.5.5 0 0 1 .5-.5H7a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-.5.5h-.5A.5.5 0 0 1 6 6v-.5Zm.5 2A.5.5 0 0 0 6 8v.5a.5.5 0 0 0 .5.5H7a.5.5 0 0 0 .5-.5V8a.5.5 0 0 0-.5-.5h-.5ZM11.5 6a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.75a.75.75 0 0 0 0-1.5H14v-5h.25a.75.75 0 0 0 0-1.5H11.5Zm.5 1.5h.5a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-.5.5H12a.5.5 0 0 1-.5-.5V8a.5.5 0 0 1 .5-.5Zm0 2.5a.5.5 0 0 0-.5.5v.5a.5.5 0 0 0 .5.5h.5a.5.5 0 0 0 .5-.5v-.5a.5.5 0 0 0-.5-.5H12Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BuildingOffice2Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BuildingOfficeIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/BuildingOfficeIcon.d.ts new file mode 100644 index 00000000..8a8012fc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BuildingOfficeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BuildingOfficeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BuildingOfficeIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BuildingOfficeIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/BuildingOfficeIcon.js new file mode 100644 index 00000000..d555cd64 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BuildingOfficeIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function BuildingOfficeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.75 2a.75.75 0 0 0 0 1.5H4v9h-.25a.75.75 0 0 0 0 1.5H6a.5.5 0 0 0 .5-.5v-3A.5.5 0 0 1 7 10h2a.5.5 0 0 1 .5.5v3a.5.5 0 0 0 .5.5h2.25a.75.75 0 0 0 0-1.5H12v-9h.25a.75.75 0 0 0 0-1.5h-8.5ZM6.5 4a.5.5 0 0 0-.5.5V5a.5.5 0 0 0 .5.5H7a.5.5 0 0 0 .5-.5v-.5A.5.5 0 0 0 7 4h-.5ZM6 7a.5.5 0 0 1 .5-.5H7a.5.5 0 0 1 .5.5v.5A.5.5 0 0 1 7 8h-.5a.5.5 0 0 1-.5-.5V7Zm3-3a.5.5 0 0 0-.5.5V5a.5.5 0 0 0 .5.5h.5A.5.5 0 0 0 10 5v-.5a.5.5 0 0 0-.5-.5H9Zm-.5 3a.5.5 0 0 1 .5-.5h.5a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-.5.5H9a.5.5 0 0 1-.5-.5V7Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BuildingOfficeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BuildingStorefrontIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/BuildingStorefrontIcon.d.ts new file mode 100644 index 00000000..34e2ecce --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BuildingStorefrontIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BuildingStorefrontIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BuildingStorefrontIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/BuildingStorefrontIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/BuildingStorefrontIcon.js new file mode 100644 index 00000000..e229e866 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/BuildingStorefrontIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function BuildingStorefrontIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4.5 7c.681 0 1.3-.273 1.75-.715C6.7 6.727 7.319 7 8 7s1.3-.273 1.75-.715A2.5 2.5 0 1 0 11.5 2h-7a2.5 2.5 0 0 0 0 5ZM6.25 8.097A3.986 3.986 0 0 1 4.5 8.5c-.53 0-1.037-.103-1.5-.29v4.29h-.25a.75.75 0 0 0 0 1.5h.5a.754.754 0 0 0 .138-.013A.5.5 0 0 0 3.5 14H6a.5.5 0 0 0 .5-.5v-3A.5.5 0 0 1 7 10h2a.5.5 0 0 1 .5.5v3a.5.5 0 0 0 .5.5h2.5a.5.5 0 0 0 .112-.013c.045.009.09.013.138.013h.5a.75.75 0 1 0 0-1.5H13V8.21c-.463.187-.97.29-1.5.29a3.986 3.986 0 0 1-1.75-.403A3.986 3.986 0 0 1 8 8.5a3.986 3.986 0 0 1-1.75-.403Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BuildingStorefrontIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CakeIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/CakeIcon.d.ts new file mode 100644 index 00000000..d53a3f3c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CakeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CakeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CakeIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CakeIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/CakeIcon.js new file mode 100644 index 00000000..b5461c7d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CakeIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function CakeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "m4.75 1-.884.884a1.25 1.25 0 1 0 1.768 0L4.75 1ZM11.25 1l-.884.884a1.25 1.25 0 1 0 1.768 0L11.25 1ZM8.884 1.884 8 1l-.884.884a1.25 1.25 0 1 0 1.768 0ZM4 7a2 2 0 0 0-2 2v1.034c.347 0 .694-.056 1.028-.167l.47-.157a4.75 4.75 0 0 1 3.004 0l.47.157a3.25 3.25 0 0 0 2.056 0l.47-.157a4.75 4.75 0 0 1 3.004 0l.47.157c.334.111.681.167 1.028.167V9a2 2 0 0 0-2-2V5.75a.75.75 0 0 0-1.5 0V7H8.75V5.75a.75.75 0 0 0-1.5 0V7H5.5V5.75a.75.75 0 0 0-1.5 0V7ZM14 11.534a4.749 4.749 0 0 1-1.502-.244l-.47-.157a3.25 3.25 0 0 0-2.056 0l-.47.157a4.75 4.75 0 0 1-3.004 0l-.47-.157a3.25 3.25 0 0 0-2.056 0l-.47.157A4.748 4.748 0 0 1 2 11.534V13a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-1.466Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CakeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CalculatorIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/CalculatorIcon.d.ts new file mode 100644 index 00000000..6dd88acf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CalculatorIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CalculatorIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CalculatorIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CalculatorIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/CalculatorIcon.js new file mode 100644 index 00000000..c24fc4fe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CalculatorIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CalculatorIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H5Zm.75 6a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5ZM5 3.75A.75.75 0 0 1 5.75 3h4.5a.75.75 0 0 1 0 1.5h-4.5A.75.75 0 0 1 5 3.75Zm.75 7.75a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5ZM5 10a.75.75 0 1 1 1.5 0A.75.75 0 0 1 5 10Zm5.25-3a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm-.75 3a.75.75 0 0 1 1.5 0v2.25a.75.75 0 0 1-1.5 0V10ZM8 7a.75.75 0 1 0 0 1.5A.75.75 0 0 0 8 7Zm-.75 5.25a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Zm.75-3a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CalculatorIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CalendarDateRangeIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/CalendarDateRangeIcon.d.ts new file mode 100644 index 00000000..c20998eb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CalendarDateRangeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CalendarDateRangeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CalendarDateRangeIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CalendarDateRangeIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/CalendarDateRangeIcon.js new file mode 100644 index 00000000..c0a23453 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CalendarDateRangeIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CalendarDateRangeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5.75 7.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5ZM7.25 8.25A.75.75 0 0 1 8 7.5h2.25a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1-.75-.75ZM5.75 9.5a.75.75 0 0 0 0 1.5H8a.75.75 0 0 0 0-1.5H5.75Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.75 1a.75.75 0 0 0-.75.75V3a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2V1.75a.75.75 0 0 0-1.5 0V3h-5V1.75A.75.75 0 0 0 4.75 1ZM3.5 7a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v4.5a1 1 0 0 1-1 1h-7a1 1 0 0 1-1-1V7Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CalendarDateRangeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CalendarDaysIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/CalendarDaysIcon.d.ts new file mode 100644 index 00000000..11743d57 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CalendarDaysIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CalendarDaysIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CalendarDaysIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CalendarDaysIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/CalendarDaysIcon.js new file mode 100644 index 00000000..ebc5a331 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CalendarDaysIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CalendarDaysIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5.75 7.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5ZM5 10.25a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0ZM10.25 7.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5ZM7.25 8.25a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0ZM8 9.5A.75.75 0 1 0 8 11a.75.75 0 0 0 0-1.5Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.75 1a.75.75 0 0 0-.75.75V3a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2V1.75a.75.75 0 0 0-1.5 0V3h-5V1.75A.75.75 0 0 0 4.75 1ZM3.5 7a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v4.5a1 1 0 0 1-1 1h-7a1 1 0 0 1-1-1V7Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CalendarDaysIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CalendarIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/CalendarIcon.d.ts new file mode 100644 index 00000000..8c2fbb86 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CalendarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CalendarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CalendarIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CalendarIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/CalendarIcon.js new file mode 100644 index 00000000..484848ef --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CalendarIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CalendarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4 1.75a.75.75 0 0 1 1.5 0V3h5V1.75a.75.75 0 0 1 1.5 0V3a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2V1.75ZM4.5 6a1 1 0 0 0-1 1v4.5a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1h-7Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CalendarIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CameraIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/CameraIcon.d.ts new file mode 100644 index 00000000..f04b065d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CameraIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CameraIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CameraIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CameraIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/CameraIcon.js new file mode 100644 index 00000000..0742583b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CameraIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CameraIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M9.5 8.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.5 5A1.5 1.5 0 0 0 1 6.5v5A1.5 1.5 0 0 0 2.5 13h11a1.5 1.5 0 0 0 1.5-1.5v-5A1.5 1.5 0 0 0 13.5 5h-.879a1.5 1.5 0 0 1-1.06-.44l-1.122-1.12A1.5 1.5 0 0 0 9.38 3H6.62a1.5 1.5 0 0 0-1.06.44L4.439 4.56A1.5 1.5 0 0 1 3.38 5H2.5ZM11 8.5a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CameraIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ChartBarIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ChartBarIcon.d.ts new file mode 100644 index 00000000..00d13e4f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ChartBarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChartBarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChartBarIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ChartBarIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ChartBarIcon.js new file mode 100644 index 00000000..f26959ad --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ChartBarIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function ChartBarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M12 2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1h-1ZM6.5 6a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V6ZM2 9a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChartBarIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ChartBarSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ChartBarSquareIcon.d.ts new file mode 100644 index 00000000..dbdf6055 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ChartBarSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChartBarSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChartBarSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ChartBarSquareIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ChartBarSquareIcon.js new file mode 100644 index 00000000..6fd52b9e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ChartBarSquareIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChartBarSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4Zm.75 7a.75.75 0 0 0-.75.75v1.5a.75.75 0 0 0 1.5 0v-1.5A.75.75 0 0 0 4.75 9Zm2.5-1.75a.75.75 0 0 1 1.5 0v4a.75.75 0 0 1-1.5 0v-4Zm4-3.25a.75.75 0 0 0-.75.75v6.5a.75.75 0 0 0 1.5 0v-6.5a.75.75 0 0 0-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChartBarSquareIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ChartPieIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ChartPieIcon.d.ts new file mode 100644 index 00000000..32f49130 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ChartPieIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChartPieIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChartPieIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ChartPieIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ChartPieIcon.js new file mode 100644 index 00000000..bb6b2299 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ChartPieIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChartPieIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M13.975 6.5c.028.276-.199.5-.475.5h-4a.5.5 0 0 1-.5-.5v-4c0-.276.225-.503.5-.475A5.002 5.002 0 0 1 13.974 6.5Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M6.5 4.025c.276-.028.5.199.5.475v4a.5.5 0 0 0 .5.5h4c.276 0 .503.225.475.5a5 5 0 1 1-5.474-5.475Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChartPieIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleBottomCenterIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleBottomCenterIcon.d.ts new file mode 100644 index 00000000..a1b5e935 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleBottomCenterIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleBottomCenterIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleBottomCenterIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleBottomCenterIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleBottomCenterIcon.js new file mode 100644 index 00000000..a58d6c68 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleBottomCenterIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function ChatBubbleBottomCenterIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M1 8.74c0 .983.713 1.825 1.69 1.943.904.108 1.817.19 2.737.243.363.02.688.231.85.556l1.052 2.103a.75.75 0 0 0 1.342 0l1.052-2.103c.162-.325.487-.535.85-.556.92-.053 1.833-.134 2.738-.243.976-.118 1.689-.96 1.689-1.942V4.259c0-.982-.713-1.824-1.69-1.942a44.45 44.45 0 0 0-10.62 0C1.712 2.435 1 3.277 1 4.26v4.482Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleBottomCenterIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleBottomCenterTextIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleBottomCenterTextIcon.d.ts new file mode 100644 index 00000000..063305b1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleBottomCenterTextIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleBottomCenterTextIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleBottomCenterTextIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleBottomCenterTextIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleBottomCenterTextIcon.js new file mode 100644 index 00000000..bd4bef88 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleBottomCenterTextIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChatBubbleBottomCenterTextIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 8.74c0 .983.713 1.825 1.69 1.943.904.108 1.817.19 2.737.243.363.02.688.231.85.556l1.052 2.103a.75.75 0 0 0 1.342 0l1.052-2.103c.162-.325.487-.535.85-.556.92-.053 1.833-.134 2.738-.243.976-.118 1.689-.96 1.689-1.942V4.259c0-.982-.713-1.824-1.69-1.942a44.45 44.45 0 0 0-10.62 0C1.712 2.435 1 3.277 1 4.26v4.482Zm3-3.49a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 0 1.5h-6.5A.75.75 0 0 1 4 5.25ZM4.75 7a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5h-2.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleBottomCenterTextIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleLeftEllipsisIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleLeftEllipsisIcon.d.ts new file mode 100644 index 00000000..a47610a1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleLeftEllipsisIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleLeftEllipsisIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleLeftEllipsisIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleLeftEllipsisIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleLeftEllipsisIcon.js new file mode 100644 index 00000000..f298d675 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleLeftEllipsisIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChatBubbleLeftEllipsisIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 8.74c0 .983.713 1.825 1.69 1.943.764.092 1.534.164 2.31.216v2.351a.75.75 0 0 0 1.28.53l2.51-2.51c.182-.181.427-.286.684-.294a44.298 44.298 0 0 0 3.837-.293C14.287 10.565 15 9.723 15 8.74V4.26c0-.983-.713-1.825-1.69-1.943a44.447 44.447 0 0 0-10.62 0C1.712 2.435 1 3.277 1 4.26v4.482ZM5.5 6.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm2.5 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm3.5 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleLeftEllipsisIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleLeftIcon.d.ts new file mode 100644 index 00000000..6cc3f428 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleLeftIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleLeftIcon.js new file mode 100644 index 00000000..9fc06b75 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleLeftIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function ChatBubbleLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M1 8.74c0 .983.713 1.825 1.69 1.943.764.092 1.534.164 2.31.216v2.351a.75.75 0 0 0 1.28.53l2.51-2.51c.182-.181.427-.286.684-.294a44.298 44.298 0 0 0 3.837-.293C14.287 10.565 15 9.723 15 8.74V4.26c0-.983-.713-1.825-1.69-1.943a44.447 44.447 0 0 0-10.62 0C1.712 2.435 1 3.277 1 4.26v4.482Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleLeftRightIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleLeftRightIcon.d.ts new file mode 100644 index 00000000..0570c987 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleLeftRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleLeftRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleLeftRightIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleLeftRightIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleLeftRightIcon.js new file mode 100644 index 00000000..69dc204e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleLeftRightIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChatBubbleLeftRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M1 8.849c0 1 .738 1.851 1.734 1.947L3 10.82v2.429a.75.75 0 0 0 1.28.53l1.82-1.82A3.484 3.484 0 0 1 5.5 10V9A3.5 3.5 0 0 1 9 5.5h4V4.151c0-1-.739-1.851-1.734-1.947a44.539 44.539 0 0 0-8.532 0C1.738 2.3 1 3.151 1 4.151V8.85Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M7 9a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2h-.25v1.25a.75.75 0 0 1-1.28.53L9.69 12H9a2 2 0 0 1-2-2V9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleLeftRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleOvalLeftEllipsisIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleOvalLeftEllipsisIcon.d.ts new file mode 100644 index 00000000..fbdac0c6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleOvalLeftEllipsisIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleOvalLeftEllipsisIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleOvalLeftEllipsisIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleOvalLeftEllipsisIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleOvalLeftEllipsisIcon.js new file mode 100644 index 00000000..77961cf5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleOvalLeftEllipsisIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChatBubbleOvalLeftEllipsisIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 2C4.262 2 1 4.57 1 8c0 1.86.98 3.486 2.455 4.566a3.472 3.472 0 0 1-.469 1.26.75.75 0 0 0 .713 1.14 6.961 6.961 0 0 0 3.06-1.06c.403.062.818.094 1.241.094 3.738 0 7-2.57 7-6s-3.262-6-7-6ZM5 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm7-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM8 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleOvalLeftEllipsisIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleOvalLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleOvalLeftIcon.d.ts new file mode 100644 index 00000000..337b7ef5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleOvalLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleOvalLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleOvalLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleOvalLeftIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleOvalLeftIcon.js new file mode 100644 index 00000000..aa7f4c1d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ChatBubbleOvalLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChatBubbleOvalLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 8c0-3.43 3.262-6 7-6s7 2.57 7 6-3.262 6-7 6c-.423 0-.838-.032-1.241-.094-.9.574-1.941.948-3.06 1.06a.75.75 0 0 1-.713-1.14c.232-.378.395-.804.469-1.26C1.979 11.486 1 9.86 1 8Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleOvalLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CheckBadgeIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/CheckBadgeIcon.d.ts new file mode 100644 index 00000000..986c9969 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CheckBadgeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CheckBadgeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CheckBadgeIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CheckBadgeIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/CheckBadgeIcon.js new file mode 100644 index 00000000..acbab302 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CheckBadgeIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CheckBadgeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 8c0 .982-.472 1.854-1.202 2.402a2.995 2.995 0 0 1-.848 2.547 2.995 2.995 0 0 1-2.548.849A2.996 2.996 0 0 1 8 15a2.996 2.996 0 0 1-2.402-1.202 2.995 2.995 0 0 1-2.547-.848 2.995 2.995 0 0 1-.849-2.548A2.996 2.996 0 0 1 1 8c0-.982.472-1.854 1.202-2.402a2.995 2.995 0 0 1 .848-2.547 2.995 2.995 0 0 1 2.548-.849A2.995 2.995 0 0 1 8 1c.982 0 1.854.472 2.402 1.202a2.995 2.995 0 0 1 2.547.848c.695.695.978 1.645.849 2.548A2.996 2.996 0 0 1 15 8Zm-3.291-2.843a.75.75 0 0 1 .135 1.052l-4.25 5.5a.75.75 0 0 1-1.151.043l-2.25-2.5a.75.75 0 1 1 1.114-1.004l1.65 1.832 3.7-4.789a.75.75 0 0 1 1.052-.134Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CheckBadgeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CheckCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/CheckCircleIcon.d.ts new file mode 100644 index 00000000..469518eb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CheckCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CheckCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CheckCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CheckCircleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/CheckCircleIcon.js new file mode 100644 index 00000000..7483dfe5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CheckCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CheckCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Zm3.844-8.791a.75.75 0 0 0-1.188-.918l-3.7 4.79-1.649-1.833a.75.75 0 1 0-1.114 1.004l2.25 2.5a.75.75 0 0 0 1.15-.043l4.25-5.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CheckCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CheckIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/CheckIcon.d.ts new file mode 100644 index 00000000..b820cd99 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CheckIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CheckIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CheckIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CheckIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/CheckIcon.js new file mode 100644 index 00000000..e12711f9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CheckIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CheckIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12.416 3.376a.75.75 0 0 1 .208 1.04l-5 7.5a.75.75 0 0 1-1.154.114l-3-3a.75.75 0 0 1 1.06-1.06l2.353 2.353 4.493-6.74a.75.75 0 0 1 1.04-.207Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CheckIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronDoubleDownIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronDoubleDownIcon.d.ts new file mode 100644 index 00000000..6feae523 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronDoubleDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronDoubleDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronDoubleDownIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronDoubleDownIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronDoubleDownIcon.js new file mode 100644 index 00000000..65edb856 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronDoubleDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChevronDoubleDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.47 12.78a.75.75 0 0 0 1.06 0l3.25-3.25a.75.75 0 0 0-1.06-1.06L8 11.19 5.28 8.47a.75.75 0 0 0-1.06 1.06l3.25 3.25ZM4.22 4.53l3.25 3.25a.75.75 0 0 0 1.06 0l3.25-3.25a.75.75 0 0 0-1.06-1.06L8 6.19 5.28 3.47a.75.75 0 0 0-1.06 1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronDoubleDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronDoubleLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronDoubleLeftIcon.d.ts new file mode 100644 index 00000000..3e75e8cf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronDoubleLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronDoubleLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronDoubleLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronDoubleLeftIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronDoubleLeftIcon.js new file mode 100644 index 00000000..0810a8bc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronDoubleLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChevronDoubleLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.22 7.595a.75.75 0 0 0 0 1.06l3.25 3.25a.75.75 0 0 0 1.06-1.06l-2.72-2.72 2.72-2.72a.75.75 0 0 0-1.06-1.06l-3.25 3.25Zm8.25-3.25-3.25 3.25a.75.75 0 0 0 0 1.06l3.25 3.25a.75.75 0 1 0 1.06-1.06l-2.72-2.72 2.72-2.72a.75.75 0 0 0-1.06-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronDoubleLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronDoubleRightIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronDoubleRightIcon.d.ts new file mode 100644 index 00000000..bf5c0a89 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronDoubleRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronDoubleRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronDoubleRightIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronDoubleRightIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronDoubleRightIcon.js new file mode 100644 index 00000000..e9e43d98 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronDoubleRightIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChevronDoubleRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12.78 7.595a.75.75 0 0 1 0 1.06l-3.25 3.25a.75.75 0 0 1-1.06-1.06l2.72-2.72-2.72-2.72a.75.75 0 0 1 1.06-1.06l3.25 3.25Zm-8.25-3.25 3.25 3.25a.75.75 0 0 1 0 1.06l-3.25 3.25a.75.75 0 0 1-1.06-1.06l2.72-2.72-2.72-2.72a.75.75 0 0 1 1.06-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronDoubleRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronDoubleUpIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronDoubleUpIcon.d.ts new file mode 100644 index 00000000..00d556a5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronDoubleUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronDoubleUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronDoubleUpIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronDoubleUpIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronDoubleUpIcon.js new file mode 100644 index 00000000..f3ab81f6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronDoubleUpIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChevronDoubleUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.47 3.22a.75.75 0 0 1 1.06 0l3.25 3.25a.75.75 0 0 1-1.06 1.06L8 4.81 5.28 7.53a.75.75 0 0 1-1.06-1.06l3.25-3.25Zm-3.25 8.25 3.25-3.25a.75.75 0 0 1 1.06 0l3.25 3.25a.75.75 0 1 1-1.06 1.06L8 9.81l-2.72 2.72a.75.75 0 0 1-1.06-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronDoubleUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronDownIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronDownIcon.d.ts new file mode 100644 index 00000000..dd69c4b3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronDownIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronDownIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronDownIcon.js new file mode 100644 index 00000000..19e2e966 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChevronDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.22 6.22a.75.75 0 0 1 1.06 0L8 8.94l2.72-2.72a.75.75 0 1 1 1.06 1.06l-3.25 3.25a.75.75 0 0 1-1.06 0L4.22 7.28a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronLeftIcon.d.ts new file mode 100644 index 00000000..7c694e2c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronLeftIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronLeftIcon.js new file mode 100644 index 00000000..11cd4717 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChevronLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.78 4.22a.75.75 0 0 1 0 1.06L7.06 8l2.72 2.72a.75.75 0 1 1-1.06 1.06L5.47 8.53a.75.75 0 0 1 0-1.06l3.25-3.25a.75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronRightIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronRightIcon.d.ts new file mode 100644 index 00000000..1bbf4c91 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronRightIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronRightIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronRightIcon.js new file mode 100644 index 00000000..955c16c2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronRightIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChevronRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6.22 4.22a.75.75 0 0 1 1.06 0l3.25 3.25a.75.75 0 0 1 0 1.06l-3.25 3.25a.75.75 0 0 1-1.06-1.06L8.94 8 6.22 5.28a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronUpDownIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronUpDownIcon.d.ts new file mode 100644 index 00000000..c3ac4f97 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronUpDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronUpDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronUpDownIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronUpDownIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronUpDownIcon.js new file mode 100644 index 00000000..f9d1df8c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronUpDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChevronUpDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.22 10.22a.75.75 0 0 1 1.06 0L8 11.94l1.72-1.72a.75.75 0 1 1 1.06 1.06l-2.25 2.25a.75.75 0 0 1-1.06 0l-2.25-2.25a.75.75 0 0 1 0-1.06ZM10.78 5.78a.75.75 0 0 1-1.06 0L8 4.06 6.28 5.78a.75.75 0 0 1-1.06-1.06l2.25-2.25a.75.75 0 0 1 1.06 0l2.25 2.25a.75.75 0 0 1 0 1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronUpDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronUpIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronUpIcon.d.ts new file mode 100644 index 00000000..844cf9b7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronUpIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronUpIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronUpIcon.js new file mode 100644 index 00000000..e1ec5c11 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ChevronUpIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChevronUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.78 9.78a.75.75 0 0 1-1.06 0L8 7.06 5.28 9.78a.75.75 0 0 1-1.06-1.06l3.25-3.25a.75.75 0 0 1 1.06 0l3.25 3.25a.75.75 0 0 1 0 1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CircleStackIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/CircleStackIcon.d.ts new file mode 100644 index 00000000..2bbb5569 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CircleStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CircleStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CircleStackIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CircleStackIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/CircleStackIcon.js new file mode 100644 index 00000000..17575e9c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CircleStackIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CircleStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8 7c3.314 0 6-1.343 6-3s-2.686-3-6-3-6 1.343-6 3 2.686 3 6 3Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M8 8.5c1.84 0 3.579-.37 4.914-1.037A6.33 6.33 0 0 0 14 6.78V8c0 1.657-2.686 3-6 3S2 9.657 2 8V6.78c.346.273.72.5 1.087.683C4.42 8.131 6.16 8.5 8 8.5Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M8 12.5c1.84 0 3.579-.37 4.914-1.037.366-.183.74-.41 1.086-.684V12c0 1.657-2.686 3-6 3s-6-1.343-6-3v-1.22c.346.273.72.5 1.087.683C4.42 12.131 6.16 12.5 8 12.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CircleStackIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ClipboardDocumentCheckIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ClipboardDocumentCheckIcon.d.ts new file mode 100644 index 00000000..9efe079e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ClipboardDocumentCheckIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ClipboardDocumentCheckIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ClipboardDocumentCheckIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ClipboardDocumentCheckIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ClipboardDocumentCheckIcon.js new file mode 100644 index 00000000..649ccb39 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ClipboardDocumentCheckIcon.js @@ -0,0 +1,28 @@ +import * as React from "react"; +function ClipboardDocumentCheckIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.986 3H12a2 2 0 0 1 2 2v6a2 2 0 0 1-1.5 1.937V7A2.5 2.5 0 0 0 10 4.5H4.063A2 2 0 0 1 6 3h.014A2.25 2.25 0 0 1 8.25 1h1.5a2.25 2.25 0 0 1 2.236 2ZM10.5 4v-.75a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0-.75.75V4h3Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 7a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7Zm6.585 1.08a.75.75 0 0 1 .336 1.005l-1.75 3.5a.75.75 0 0 1-1.16.234l-1.75-1.5a.75.75 0 0 1 .977-1.139l1.02.875 1.321-2.64a.75.75 0 0 1 1.006-.336Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ClipboardDocumentCheckIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ClipboardDocumentIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ClipboardDocumentIcon.d.ts new file mode 100644 index 00000000..24e6a6b7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ClipboardDocumentIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ClipboardDocumentIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ClipboardDocumentIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ClipboardDocumentIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ClipboardDocumentIcon.js new file mode 100644 index 00000000..19cd06c1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ClipboardDocumentIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ClipboardDocumentIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.986 3H12a2 2 0 0 1 2 2v6a2 2 0 0 1-1.5 1.937v-2.523a2.5 2.5 0 0 0-.732-1.768L8.354 5.232A2.5 2.5 0 0 0 6.586 4.5H4.063A2 2 0 0 1 6 3h.014A2.25 2.25 0 0 1 8.25 1h1.5a2.25 2.25 0 0 1 2.236 2ZM10.5 4v-.75a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0-.75.75V4h3Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M3 6a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1v-3.586a1 1 0 0 0-.293-.707L7.293 6.293A1 1 0 0 0 6.586 6H3Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ClipboardDocumentIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ClipboardDocumentListIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ClipboardDocumentListIcon.d.ts new file mode 100644 index 00000000..121e6c9b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ClipboardDocumentListIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ClipboardDocumentListIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ClipboardDocumentListIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ClipboardDocumentListIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ClipboardDocumentListIcon.js new file mode 100644 index 00000000..b77b4aad --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ClipboardDocumentListIcon.js @@ -0,0 +1,28 @@ +import * as React from "react"; +function ClipboardDocumentListIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.986 3H12a2 2 0 0 1 2 2v6a2 2 0 0 1-1.5 1.937V7A2.5 2.5 0 0 0 10 4.5H4.063A2 2 0 0 1 6 3h.014A2.25 2.25 0 0 1 8.25 1h1.5a2.25 2.25 0 0 1 2.236 2ZM10.5 4v-.75a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0-.75.75V4h3Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 6a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H3Zm1.75 2.5a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5h-3.5ZM4 11.75a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ClipboardDocumentListIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ClipboardIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ClipboardIcon.d.ts new file mode 100644 index 00000000..9ee561ac --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ClipboardIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ClipboardIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ClipboardIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ClipboardIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ClipboardIcon.js new file mode 100644 index 00000000..a10340f9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ClipboardIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ClipboardIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10.986 3H12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h1.014A2.25 2.25 0 0 1 7.25 1h1.5a2.25 2.25 0 0 1 2.236 2ZM9.5 4v-.75a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0-.75.75V4h3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ClipboardIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ClockIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ClockIcon.d.ts new file mode 100644 index 00000000..2de89851 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ClockIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ClockIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ClockIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ClockIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ClockIcon.js new file mode 100644 index 00000000..9d11469d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ClockIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ClockIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ClockIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CloudArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/CloudArrowDownIcon.d.ts new file mode 100644 index 00000000..39732ffe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CloudArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CloudArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CloudArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CloudArrowDownIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/CloudArrowDownIcon.js new file mode 100644 index 00000000..b885716b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CloudArrowDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CloudArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 13a3.5 3.5 0 0 1-1.41-6.705A3.5 3.5 0 0 1 9.72 4.124a2.5 2.5 0 0 1 3.197 3.018A3.001 3.001 0 0 1 12 13H4.5Zm6.28-3.97a.75.75 0 1 0-1.06-1.06l-.97.97V6.25a.75.75 0 0 0-1.5 0v2.69l-.97-.97a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.06 0l2.25-2.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CloudArrowDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CloudArrowUpIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/CloudArrowUpIcon.d.ts new file mode 100644 index 00000000..726007d8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CloudArrowUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CloudArrowUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CloudArrowUpIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CloudArrowUpIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/CloudArrowUpIcon.js new file mode 100644 index 00000000..28637e8f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CloudArrowUpIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CloudArrowUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 13a3.5 3.5 0 0 1-1.41-6.705A3.5 3.5 0 0 1 9.72 4.124a2.5 2.5 0 0 1 3.197 3.018A3.001 3.001 0 0 1 12 13H4.5Zm.72-5.03a.75.75 0 0 0 1.06 1.06l.97-.97v2.69a.75.75 0 0 0 1.5 0V8.06l.97.97a.75.75 0 1 0 1.06-1.06L8.53 5.72a.75.75 0 0 0-1.06 0L5.22 7.97Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CloudArrowUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CloudIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/CloudIcon.d.ts new file mode 100644 index 00000000..b5ccfe79 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CloudIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CloudIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CloudIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CloudIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/CloudIcon.js new file mode 100644 index 00000000..4dc05509 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CloudIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function CloudIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M1 9.5A3.5 3.5 0 0 0 4.5 13H12a3 3 0 0 0 .917-5.857 2.503 2.503 0 0 0-3.198-3.019 3.5 3.5 0 0 0-6.628 2.171A3.5 3.5 0 0 0 1 9.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CloudIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CodeBracketIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/CodeBracketIcon.d.ts new file mode 100644 index 00000000..ca0d8e8c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CodeBracketIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CodeBracketIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CodeBracketIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CodeBracketIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/CodeBracketIcon.js new file mode 100644 index 00000000..2d6ddf2b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CodeBracketIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CodeBracketIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.78 4.97a.75.75 0 0 1 0 1.06L2.81 8l1.97 1.97a.75.75 0 1 1-1.06 1.06l-2.5-2.5a.75.75 0 0 1 0-1.06l2.5-2.5a.75.75 0 0 1 1.06 0ZM11.22 4.97a.75.75 0 0 0 0 1.06L13.19 8l-1.97 1.97a.75.75 0 1 0 1.06 1.06l2.5-2.5a.75.75 0 0 0 0-1.06l-2.5-2.5a.75.75 0 0 0-1.06 0ZM8.856 2.008a.75.75 0 0 1 .636.848l-1.5 10.5a.75.75 0 0 1-1.484-.212l1.5-10.5a.75.75 0 0 1 .848-.636Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CodeBracketIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CodeBracketSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/CodeBracketSquareIcon.d.ts new file mode 100644 index 00000000..53dd03aa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CodeBracketSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CodeBracketSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CodeBracketSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CodeBracketSquareIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/CodeBracketSquareIcon.js new file mode 100644 index 00000000..a1d0dee6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CodeBracketSquareIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CodeBracketSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4Zm4.78 1.97a.75.75 0 0 1 0 1.06L5.81 8l.97.97a.75.75 0 1 1-1.06 1.06l-1.5-1.5a.75.75 0 0 1 0-1.06l1.5-1.5a.75.75 0 0 1 1.06 0Zm2.44 1.06a.75.75 0 0 1 1.06-1.06l1.5 1.5a.75.75 0 0 1 0 1.06l-1.5 1.5a.75.75 0 1 1-1.06-1.06l.97-.97-.97-.97Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CodeBracketSquareIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/Cog6ToothIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/Cog6ToothIcon.d.ts new file mode 100644 index 00000000..327c3e9e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/Cog6ToothIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Cog6ToothIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Cog6ToothIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/Cog6ToothIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/Cog6ToothIcon.js new file mode 100644 index 00000000..2cb02033 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/Cog6ToothIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function Cog6ToothIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6.455 1.45A.5.5 0 0 1 6.952 1h2.096a.5.5 0 0 1 .497.45l.186 1.858a4.996 4.996 0 0 1 1.466.848l1.703-.769a.5.5 0 0 1 .639.206l1.047 1.814a.5.5 0 0 1-.14.656l-1.517 1.09a5.026 5.026 0 0 1 0 1.694l1.516 1.09a.5.5 0 0 1 .141.656l-1.047 1.814a.5.5 0 0 1-.639.206l-1.703-.768c-.433.36-.928.649-1.466.847l-.186 1.858a.5.5 0 0 1-.497.45H6.952a.5.5 0 0 1-.497-.45l-.186-1.858a4.993 4.993 0 0 1-1.466-.848l-1.703.769a.5.5 0 0 1-.639-.206l-1.047-1.814a.5.5 0 0 1 .14-.656l1.517-1.09a5.033 5.033 0 0 1 0-1.694l-1.516-1.09a.5.5 0 0 1-.141-.656L2.46 3.593a.5.5 0 0 1 .639-.206l1.703.769c.433-.36.928-.65 1.466-.848l.186-1.858Zm-.177 7.567-.022-.037a2 2 0 0 1 3.466-1.997l.022.037a2 2 0 0 1-3.466 1.997Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Cog6ToothIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/Cog8ToothIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/Cog8ToothIcon.d.ts new file mode 100644 index 00000000..6a3f546b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/Cog8ToothIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Cog8ToothIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Cog8ToothIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/Cog8ToothIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/Cog8ToothIcon.js new file mode 100644 index 00000000..e86ecb9b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/Cog8ToothIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function Cog8ToothIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6.955 1.45A.5.5 0 0 1 7.452 1h1.096a.5.5 0 0 1 .497.45l.17 1.699c.484.12.94.312 1.356.562l1.321-1.081a.5.5 0 0 1 .67.033l.774.775a.5.5 0 0 1 .034.67l-1.08 1.32c.25.417.44.873.561 1.357l1.699.17a.5.5 0 0 1 .45.497v1.096a.5.5 0 0 1-.45.497l-1.699.17c-.12.484-.312.94-.562 1.356l1.082 1.322a.5.5 0 0 1-.034.67l-.774.774a.5.5 0 0 1-.67.033l-1.322-1.08c-.416.25-.872.44-1.356.561l-.17 1.699a.5.5 0 0 1-.497.45H7.452a.5.5 0 0 1-.497-.45l-.17-1.699a4.973 4.973 0 0 1-1.356-.562L4.108 13.37a.5.5 0 0 1-.67-.033l-.774-.775a.5.5 0 0 1-.034-.67l1.08-1.32a4.971 4.971 0 0 1-.561-1.357l-1.699-.17A.5.5 0 0 1 1 8.548V7.452a.5.5 0 0 1 .45-.497l1.699-.17c.12-.484.312-.94.562-1.356L2.629 4.107a.5.5 0 0 1 .034-.67l.774-.774a.5.5 0 0 1 .67-.033L5.43 3.71a4.97 4.97 0 0 1 1.356-.561l.17-1.699ZM6 8c0 .538.212 1.026.558 1.385l.057.057a2 2 0 0 0 2.828-2.828l-.058-.056A2 2 0 0 0 6 8Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Cog8ToothIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CogIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/CogIcon.d.ts new file mode 100644 index 00000000..e6570f2c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CogIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CogIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CogIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CogIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/CogIcon.js new file mode 100644 index 00000000..564c73ec --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CogIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CogIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 1.938a.75.75 0 0 1 1.025.274l.652 1.131c.351-.138.71-.233 1.073-.288V1.75a.75.75 0 0 1 1.5 0v1.306a5.03 5.03 0 0 1 1.072.288l.654-1.132a.75.75 0 1 1 1.298.75l-.652 1.13c.286.23.55.492.785.786l1.13-.653a.75.75 0 1 1 .75 1.3l-1.13.652c.137.351.233.71.288 1.073h1.305a.75.75 0 0 1 0 1.5h-1.306a5.032 5.032 0 0 1-.288 1.072l1.132.654a.75.75 0 0 1-.75 1.298l-1.13-.652c-.23.286-.492.55-.786.785l.652 1.13a.75.75 0 0 1-1.298.75l-.653-1.13c-.351.137-.71.233-1.073.288v1.305a.75.75 0 0 1-1.5 0v-1.306a5.032 5.032 0 0 1-1.072-.288l-.653 1.132a.75.75 0 0 1-1.3-.75l.653-1.13a4.966 4.966 0 0 1-.785-.786l-1.13.652a.75.75 0 0 1-.75-1.298l1.13-.653a4.965 4.965 0 0 1-.288-1.073H1.75a.75.75 0 0 1 0-1.5h1.306a5.03 5.03 0 0 1 .288-1.072l-1.132-.653a.75.75 0 0 1 .75-1.3l1.13.653c.23-.286.492-.55.786-.785l-.653-1.13A.75.75 0 0 1 4.5 1.937Zm1.14 3.476a3.501 3.501 0 0 0 0 5.172L7.135 8 5.641 5.414ZM8.434 8.75 6.94 11.336a3.491 3.491 0 0 0 2.81-.305 3.49 3.49 0 0 0 1.669-2.281H8.433Zm2.987-1.5H8.433L6.94 4.664a3.501 3.501 0 0 1 4.48 2.586Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CogIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CommandLineIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/CommandLineIcon.d.ts new file mode 100644 index 00000000..30939870 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CommandLineIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CommandLineIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CommandLineIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CommandLineIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/CommandLineIcon.js new file mode 100644 index 00000000..ac377e72 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CommandLineIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CommandLineIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4Zm2.22 1.97a.75.75 0 0 0 0 1.06l.97.97-.97.97a.75.75 0 1 0 1.06 1.06l1.5-1.5a.75.75 0 0 0 0-1.06l-1.5-1.5a.75.75 0 0 0-1.06 0ZM8.75 8.5a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5h-2.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CommandLineIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ComputerDesktopIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ComputerDesktopIcon.d.ts new file mode 100644 index 00000000..c181101d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ComputerDesktopIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ComputerDesktopIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ComputerDesktopIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ComputerDesktopIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ComputerDesktopIcon.js new file mode 100644 index 00000000..484bc1bc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ComputerDesktopIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ComputerDesktopIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 4.25A2.25 2.25 0 0 1 4.25 2h7.5A2.25 2.25 0 0 1 14 4.25v5.5A2.25 2.25 0 0 1 11.75 12h-1.312c.1.128.21.248.328.36a.75.75 0 0 1 .234.545v.345a.75.75 0 0 1-.75.75h-4.5a.75.75 0 0 1-.75-.75v-.345a.75.75 0 0 1 .234-.545c.118-.111.228-.232.328-.36H4.25A2.25 2.25 0 0 1 2 9.75v-5.5Zm2.25-.75a.75.75 0 0 0-.75.75v4.5c0 .414.336.75.75.75h7.5a.75.75 0 0 0 .75-.75v-4.5a.75.75 0 0 0-.75-.75h-7.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ComputerDesktopIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CpuChipIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/CpuChipIcon.d.ts new file mode 100644 index 00000000..3450bd59 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CpuChipIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CpuChipIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CpuChipIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CpuChipIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/CpuChipIcon.js new file mode 100644 index 00000000..a5735104 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CpuChipIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CpuChipIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M6 6v4h4V6H6Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.75 1a.75.75 0 0 0-.75.75V3a2 2 0 0 0-2 2H1.75a.75.75 0 0 0 0 1.5H3v.75H1.75a.75.75 0 0 0 0 1.5H3v.75H1.75a.75.75 0 0 0 0 1.5H3a2 2 0 0 0 2 2v1.25a.75.75 0 0 0 1.5 0V13h.75v1.25a.75.75 0 0 0 1.5 0V13h.75v1.25a.75.75 0 0 0 1.5 0V13a2 2 0 0 0 2-2h1.25a.75.75 0 0 0 0-1.5H13v-.75h1.25a.75.75 0 0 0 0-1.5H13V6.5h1.25a.75.75 0 0 0 0-1.5H13a2 2 0 0 0-2-2V1.75a.75.75 0 0 0-1.5 0V3h-.75V1.75a.75.75 0 0 0-1.5 0V3H6.5V1.75A.75.75 0 0 0 5.75 1ZM11 4.5a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5V5a.5.5 0 0 1 .5-.5h6Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CpuChipIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CreditCardIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/CreditCardIcon.d.ts new file mode 100644 index 00000000..5c8a8953 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CreditCardIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CreditCardIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CreditCardIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CreditCardIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/CreditCardIcon.js new file mode 100644 index 00000000..915399c3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CreditCardIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CreditCardIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2.5 3A1.5 1.5 0 0 0 1 4.5V5h14v-.5A1.5 1.5 0 0 0 13.5 3h-11Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 7H1v4.5A1.5 1.5 0 0 0 2.5 13h11a1.5 1.5 0 0 0 1.5-1.5V7ZM3 10.25a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1-.75-.75Zm3.75-.75a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5h-2.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CreditCardIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CubeIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/CubeIcon.d.ts new file mode 100644 index 00000000..71f780cd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CubeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CubeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CubeIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CubeIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/CubeIcon.js new file mode 100644 index 00000000..39dcbee1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CubeIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function CubeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8.372 1.349a.75.75 0 0 0-.744 0l-4.81 2.748L8 7.131l5.182-3.034-4.81-2.748ZM14 5.357 8.75 8.43v6.005l4.872-2.784A.75.75 0 0 0 14 11V5.357ZM7.25 14.435V8.43L2 5.357V11c0 .27.144.518.378.651l4.872 2.784Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CubeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CubeTransparentIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/CubeTransparentIcon.d.ts new file mode 100644 index 00000000..88a40867 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CubeTransparentIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CubeTransparentIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CubeTransparentIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CubeTransparentIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/CubeTransparentIcon.js new file mode 100644 index 00000000..2209b56e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CubeTransparentIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CubeTransparentIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.628 1.349a.75.75 0 0 1 .744 0l1.247.712a.75.75 0 1 1-.744 1.303L8 2.864l-.875.5a.75.75 0 0 1-.744-1.303l1.247-.712ZM4.65 3.914a.75.75 0 0 1-.279 1.023L4.262 5l.11.063a.75.75 0 0 1-.744 1.302l-.13-.073A.75.75 0 0 1 2 6.25V5a.75.75 0 0 1 .378-.651l1.25-.714a.75.75 0 0 1 1.023.279Zm6.698 0a.75.75 0 0 1 1.023-.28l1.25.715A.75.75 0 0 1 14 5v1.25a.75.75 0 0 1-1.499.042l-.129.073a.75.75 0 0 1-.744-1.302l.11-.063-.11-.063a.75.75 0 0 1-.28-1.023ZM6.102 6.915a.75.75 0 0 1 1.023-.279l.875.5.875-.5a.75.75 0 0 1 .744 1.303l-.869.496v.815a.75.75 0 0 1-1.5 0v-.815l-.869-.496a.75.75 0 0 1-.28-1.024ZM2.75 9a.75.75 0 0 1 .75.75v.815l.872.498a.75.75 0 0 1-.744 1.303l-1.25-.715A.75.75 0 0 1 2 11V9.75A.75.75 0 0 1 2.75 9Zm10.5 0a.75.75 0 0 1 .75.75V11a.75.75 0 0 1-.378.651l-1.25.715a.75.75 0 0 1-.744-1.303l.872-.498V9.75a.75.75 0 0 1 .75-.75Zm-4.501 3.708.126-.072a.75.75 0 0 1 .744 1.303l-1.247.712a.75.75 0 0 1-.744 0L6.38 13.94a.75.75 0 0 1 .744-1.303l.126.072a.75.75 0 0 1 1.498 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CubeTransparentIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CurrencyBangladeshiIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/CurrencyBangladeshiIcon.d.ts new file mode 100644 index 00000000..1e28144c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CurrencyBangladeshiIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyBangladeshiIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyBangladeshiIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CurrencyBangladeshiIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/CurrencyBangladeshiIcon.js new file mode 100644 index 00000000..2d098717 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CurrencyBangladeshiIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CurrencyBangladeshiIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM5.25 4.707a.75.75 0 0 1-.78-1.237c.841-.842 2.28-.246 2.28.944V6h5.5a.75.75 0 0 1 0 1.5h-5.5v3.098c0 .549.295.836.545.87a3.241 3.241 0 0 0 2.799-.966H9.75a.75.75 0 0 1 0-1.5h1.708a.75.75 0 0 1 .695 1.032 4.751 4.751 0 0 1-5.066 2.92c-1.266-.177-1.837-1.376-1.837-2.356V7.5h-1.5a.75.75 0 0 1 0-1.5h1.5V4.707Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyBangladeshiIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CurrencyDollarIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/CurrencyDollarIcon.d.ts new file mode 100644 index 00000000..69350dd6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CurrencyDollarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyDollarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyDollarIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CurrencyDollarIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/CurrencyDollarIcon.js new file mode 100644 index 00000000..2a3e9c39 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CurrencyDollarIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CurrencyDollarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M6.375 5.5h.875v1.75h-.875a.875.875 0 1 1 0-1.75ZM8.75 10.5V8.75h.875a.875.875 0 0 1 0 1.75H8.75Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM7.25 3.75a.75.75 0 0 1 1.5 0V4h2.5a.75.75 0 0 1 0 1.5h-2.5v1.75h.875a2.375 2.375 0 1 1 0 4.75H8.75v.25a.75.75 0 0 1-1.5 0V12h-2.5a.75.75 0 0 1 0-1.5h2.5V8.75h-.875a2.375 2.375 0 1 1 0-4.75h.875v-.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyDollarIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CurrencyEuroIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/CurrencyEuroIcon.d.ts new file mode 100644 index 00000000..9eb581d8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CurrencyEuroIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyEuroIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyEuroIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CurrencyEuroIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/CurrencyEuroIcon.js new file mode 100644 index 00000000..012d2fa7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CurrencyEuroIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CurrencyEuroIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM6.875 6c.09-.22.195-.42.31-.598.413-.638.895-.902 1.315-.902.264 0 .54.1.814.325a.75.75 0 1 0 .953-1.158C9.772 3.259 9.169 3 8.5 3c-1.099 0-1.992.687-2.574 1.587A5.518 5.518 0 0 0 5.285 6H4.75a.75.75 0 0 0 0 1.5h.267a7.372 7.372 0 0 0 0 1H4.75a.75.75 0 0 0 0 1.5h.535c.156.52.372.998.64 1.413C6.509 12.313 7.402 13 8.5 13c.669 0 1.272-.26 1.767-.667a.75.75 0 0 0-.953-1.158c-.275.226-.55.325-.814.325-.42 0-.902-.264-1.315-.902a3.722 3.722 0 0 1-.31-.598H8.25a.75.75 0 0 0 0-1.5H6.521a5.854 5.854 0 0 1 0-1H8.25a.75.75 0 0 0 0-1.5H6.875Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyEuroIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CurrencyPoundIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/CurrencyPoundIcon.d.ts new file mode 100644 index 00000000..ee1b59c8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CurrencyPoundIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyPoundIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyPoundIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CurrencyPoundIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/CurrencyPoundIcon.js new file mode 100644 index 00000000..a8521f77 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CurrencyPoundIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CurrencyPoundIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM7.94 4.94c-.294.293-.44.675-.44 1.06v1.25h1.25a.75.75 0 1 1 0 1.5H7.5v1c0 .263-.045.516-.128.75h3.878a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1 0-1.5h.5A.75.75 0 0 0 6 9.75v-1H4.75a.75.75 0 0 1 0-1.5H6V6a3 3 0 0 1 5.121-2.121.75.75 0 1 1-1.06 1.06 1.5 1.5 0 0 0-2.121 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyPoundIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CurrencyRupeeIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/CurrencyRupeeIcon.d.ts new file mode 100644 index 00000000..e5c72f61 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CurrencyRupeeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyRupeeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyRupeeIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CurrencyRupeeIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/CurrencyRupeeIcon.js new file mode 100644 index 00000000..23c9d4fc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CurrencyRupeeIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CurrencyRupeeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM4.75 4a.75.75 0 0 0 0 1.5H6.5c.698 0 1.3.409 1.582 1H4.75a.75.75 0 0 0 0 1.5h3.332C7.8 8.591 7.198 9 6.5 9H4.75a.75.75 0 0 0-.53 1.28l2.5 2.5a.75.75 0 0 0 1.06-1.06L6.56 10.5A3.251 3.251 0 0 0 9.663 8h1.587a.75.75 0 0 0 0-1.5H9.663a3.232 3.232 0 0 0-.424-1h2.011a.75.75 0 0 0 0-1.5h-6.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyRupeeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CurrencyYenIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/CurrencyYenIcon.d.ts new file mode 100644 index 00000000..a26351d2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CurrencyYenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyYenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyYenIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CurrencyYenIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/CurrencyYenIcon.js new file mode 100644 index 00000000..e5718de2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CurrencyYenIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CurrencyYenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM5.6 3.55a.75.75 0 1 0-1.2.9L7.063 8H4.75a.75.75 0 0 0 0 1.5h2.5v1h-2.5a.75.75 0 0 0 0 1.5h2.5v.5a.75.75 0 0 0 1.5 0V12h2.5a.75.75 0 0 0 0-1.5h-2.5v-1h2.5a.75.75 0 0 0 0-1.5H8.938L11.6 4.45a.75.75 0 1 0-1.2-.9L8 6.75l-2.4-3.2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyYenIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CursorArrowRaysIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/CursorArrowRaysIcon.d.ts new file mode 100644 index 00000000..0bc05e58 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CursorArrowRaysIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CursorArrowRaysIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CursorArrowRaysIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CursorArrowRaysIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/CursorArrowRaysIcon.js new file mode 100644 index 00000000..08b8cd66 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CursorArrowRaysIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function CursorArrowRaysIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M7.25 1.75a.75.75 0 0 1 1.5 0v1.5a.75.75 0 0 1-1.5 0v-1.5ZM11.536 2.904a.75.75 0 1 1 1.06 1.06l-1.06 1.061a.75.75 0 0 1-1.061-1.06l1.06-1.061ZM14.5 7.5a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 .75-.75ZM4.464 9.975a.75.75 0 0 1 1.061 1.06l-1.06 1.061a.75.75 0 1 1-1.061-1.06l1.06-1.061ZM4.5 7.5a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 .75-.75ZM5.525 3.964a.75.75 0 0 1-1.06 1.061l-1.061-1.06a.75.75 0 0 1 1.06-1.061l1.061 1.06ZM8.779 7.438a.75.75 0 0 0-1.368.366l-.396 5.283a.75.75 0 0 0 1.212.646l.602-.474.288 1.074a.75.75 0 1 0 1.449-.388l-.288-1.075.759.11a.75.75 0 0 0 .726-1.165L8.78 7.438Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CursorArrowRaysIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CursorArrowRippleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/CursorArrowRippleIcon.d.ts new file mode 100644 index 00000000..2b2dfa45 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CursorArrowRippleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CursorArrowRippleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CursorArrowRippleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/CursorArrowRippleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/CursorArrowRippleIcon.js new file mode 100644 index 00000000..167aff8f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/CursorArrowRippleIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CursorArrowRippleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4.038 4.038a5.25 5.25 0 0 0 0 7.424.75.75 0 0 1-1.06 1.061A6.75 6.75 0 1 1 14.5 7.75a.75.75 0 1 1-1.5 0 5.25 5.25 0 0 0-8.962-3.712Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M7.712 7.136a.75.75 0 0 1 .814.302l2.984 4.377a.75.75 0 0 1-.726 1.164l-.76-.109.289 1.075a.75.75 0 0 1-1.45.388l-.287-1.075-.602.474a.75.75 0 0 1-1.212-.645l.396-5.283a.75.75 0 0 1 .554-.668Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M5.805 9.695A2.75 2.75 0 1 1 10.5 7.75a.75.75 0 0 0 1.5 0 4.25 4.25 0 1 0-7.255 3.005.75.75 0 1 0 1.06-1.06Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CursorArrowRippleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/DevicePhoneMobileIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/DevicePhoneMobileIcon.d.ts new file mode 100644 index 00000000..98865d35 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/DevicePhoneMobileIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DevicePhoneMobileIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DevicePhoneMobileIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/DevicePhoneMobileIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/DevicePhoneMobileIcon.js new file mode 100644 index 00000000..a77cfd3a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/DevicePhoneMobileIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function DevicePhoneMobileIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M7.25 11.5a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5h-1.5Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6 1a2.5 2.5 0 0 0-2.5 2.5v9A2.5 2.5 0 0 0 6 15h4a2.5 2.5 0 0 0 2.5-2.5v-9A2.5 2.5 0 0 0 10 1H6Zm4 1.5h-.5V3a.5.5 0 0 1-.5.5H7a.5.5 0 0 1-.5-.5v-.5H6a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-9a1 1 0 0 0-1-1Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DevicePhoneMobileIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/DeviceTabletIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/DeviceTabletIcon.d.ts new file mode 100644 index 00000000..0ac9da19 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/DeviceTabletIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DeviceTabletIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DeviceTabletIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/DeviceTabletIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/DeviceTabletIcon.js new file mode 100644 index 00000000..daa76334 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/DeviceTabletIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function DeviceTabletIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M7.25 11.5a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5h-1.5Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 3.5A2.5 2.5 0 0 1 4.5 1h7A2.5 2.5 0 0 1 14 3.5v9a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 2 12.5v-9Zm2.5-1h7a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1h-7a1 1 0 0 1-1-1v-9a1 1 0 0 1 1-1Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DeviceTabletIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/DivideIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/DivideIcon.d.ts new file mode 100644 index 00000000..997c414d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/DivideIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DivideIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DivideIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/DivideIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/DivideIcon.js new file mode 100644 index 00000000..f16a538d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/DivideIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function DivideIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 8a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 8Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M9 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM9 13a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DivideIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentArrowDownIcon.d.ts new file mode 100644 index 00000000..fe24428a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentArrowDownIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentArrowDownIcon.js new file mode 100644 index 00000000..07eca179 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentArrowDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function DocumentArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4 2a1.5 1.5 0 0 0-1.5 1.5v9A1.5 1.5 0 0 0 4 14h8a1.5 1.5 0 0 0 1.5-1.5V6.621a1.5 1.5 0 0 0-.44-1.06L9.94 2.439A1.5 1.5 0 0 0 8.878 2H4Zm4 3.5a.75.75 0 0 1 .75.75v2.69l.72-.72a.75.75 0 1 1 1.06 1.06l-2 2a.75.75 0 0 1-1.06 0l-2-2a.75.75 0 0 1 1.06-1.06l.72.72V6.25A.75.75 0 0 1 8 5.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentArrowDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentArrowUpIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentArrowUpIcon.d.ts new file mode 100644 index 00000000..fe2fe304 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentArrowUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentArrowUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentArrowUpIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentArrowUpIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentArrowUpIcon.js new file mode 100644 index 00000000..9ef2aa0d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentArrowUpIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function DocumentArrowUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4 2a1.5 1.5 0 0 0-1.5 1.5v9A1.5 1.5 0 0 0 4 14h8a1.5 1.5 0 0 0 1.5-1.5V6.621a1.5 1.5 0 0 0-.44-1.06L9.94 2.439A1.5 1.5 0 0 0 8.878 2H4Zm4 9.5a.75.75 0 0 1-.75-.75V8.06l-.72.72a.75.75 0 0 1-1.06-1.06l2-2a.75.75 0 0 1 1.06 0l2 2a.75.75 0 1 1-1.06 1.06l-.72-.72v2.69a.75.75 0 0 1-.75.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentArrowUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentChartBarIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentChartBarIcon.d.ts new file mode 100644 index 00000000..0d302299 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentChartBarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentChartBarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentChartBarIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentChartBarIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentChartBarIcon.js new file mode 100644 index 00000000..2980a16d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentChartBarIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function DocumentChartBarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4 2a1.5 1.5 0 0 0-1.5 1.5v9A1.5 1.5 0 0 0 4 14h8a1.5 1.5 0 0 0 1.5-1.5V6.621a1.5 1.5 0 0 0-.44-1.06L9.94 2.439A1.5 1.5 0 0 0 8.878 2H4Zm6 5.75a.75.75 0 0 1 1.5 0v3.5a.75.75 0 0 1-1.5 0v-3.5Zm-2.75 1.5a.75.75 0 0 1 1.5 0v2a.75.75 0 0 1-1.5 0v-2Zm-2 .75a.75.75 0 0 0-.75.75v.5a.75.75 0 0 0 1.5 0v-.5a.75.75 0 0 0-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentChartBarIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCheckIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCheckIcon.d.ts new file mode 100644 index 00000000..67250d12 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCheckIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCheckIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCheckIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCheckIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCheckIcon.js new file mode 100644 index 00000000..325c74c1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCheckIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function DocumentCheckIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4 2a1.5 1.5 0 0 0-1.5 1.5v9A1.5 1.5 0 0 0 4 14h8a1.5 1.5 0 0 0 1.5-1.5V6.621a1.5 1.5 0 0 0-.44-1.06L9.94 2.439A1.5 1.5 0 0 0 8.878 2H4Zm6.713 4.16a.75.75 0 0 1 .127 1.053l-2.75 3.5a.75.75 0 0 1-1.078.106l-1.75-1.5a.75.75 0 1 1 .976-1.138l1.156.99L9.66 6.287a.75.75 0 0 1 1.053-.127Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCheckIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCurrencyBangladeshiIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCurrencyBangladeshiIcon.d.ts new file mode 100644 index 00000000..c2bce0c1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCurrencyBangladeshiIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyBangladeshiIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyBangladeshiIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCurrencyBangladeshiIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCurrencyBangladeshiIcon.js new file mode 100644 index 00000000..099320ee --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCurrencyBangladeshiIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function DocumentCurrencyBangladeshiIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.5 3.5A1.5 1.5 0 0 1 4 2h4.879a1.5 1.5 0 0 1 1.06.44l3.122 3.12a1.5 1.5 0 0 1 .439 1.061V12.5A1.5 1.5 0 0 1 12 14H4a1.5 1.5 0 0 1-1.5-1.5v-9ZM6 5.207a.75.75 0 0 1-.585-1.378A1.441 1.441 0 0 1 7.5 5.118V6h3.75a.75.75 0 0 1 0 1.5H7.5v3.25c0 .212.089.39.2.49.098.092.206.12.33.085.6-.167 1.151-.449 1.63-.821H9.5a.75.75 0 1 1 0-1.5h1.858a.75.75 0 0 1 .628 1.16 6.26 6.26 0 0 1-3.552 2.606 1.825 1.825 0 0 1-1.75-.425A2.17 2.17 0 0 1 6 10.75V7.5H4.75a.75.75 0 0 1 0-1.5H6v-.793Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyBangladeshiIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCurrencyDollarIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCurrencyDollarIcon.d.ts new file mode 100644 index 00000000..6bfe92bc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCurrencyDollarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyDollarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyDollarIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCurrencyDollarIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCurrencyDollarIcon.js new file mode 100644 index 00000000..d5be858b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCurrencyDollarIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function DocumentCurrencyDollarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M6.621 6.584c.208-.026.418-.046.629-.06v1.034l-.598-.138a.227.227 0 0 1-.116-.065.094.094 0 0 1-.028-.06 5.345 5.345 0 0 1 .002-.616.082.082 0 0 1 .025-.055.144.144 0 0 1 .086-.04ZM8.75 10.475V9.443l.594.137a.227.227 0 0 1 .116.065.094.094 0 0 1 .028.06 5.355 5.355 0 0 1-.002.616.082.082 0 0 1-.025.055.144.144 0 0 1-.086.04c-.207.026-.415.045-.625.06Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.5 3.5A1.5 1.5 0 0 1 4 2h4.879a1.5 1.5 0 0 1 1.06.44l3.122 3.12a1.5 1.5 0 0 1 .439 1.061V12.5A1.5 1.5 0 0 1 12 14H4a1.5 1.5 0 0 1-1.5-1.5v-9Zm6.25 1.25a.75.75 0 0 0-1.5 0v.272c-.273.016-.543.04-.81.073-.748.09-1.38.689-1.428 1.494a6.836 6.836 0 0 0-.002.789c.044.785.635 1.348 1.305 1.503l.935.216v1.379a11.27 11.27 0 0 1-1.36-.173.75.75 0 1 0-.28 1.474c.536.102 1.084.17 1.64.202v.271a.75.75 0 0 0 1.5 0v-.272c.271-.016.54-.04.807-.073.747-.09 1.378-.689 1.427-1.494a6.843 6.843 0 0 0 .002-.789c-.044-.785-.635-1.348-1.305-1.503l-.931-.215v-1.38c.46.03.913.089 1.356.173a.75.75 0 0 0 .28-1.474 12.767 12.767 0 0 0-1.636-.201V4.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyDollarIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCurrencyEuroIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCurrencyEuroIcon.d.ts new file mode 100644 index 00000000..0333f02e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCurrencyEuroIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyEuroIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyEuroIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCurrencyEuroIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCurrencyEuroIcon.js new file mode 100644 index 00000000..7ce9438c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCurrencyEuroIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function DocumentCurrencyEuroIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.5 3.5A1.5 1.5 0 0 1 4 2h4.879a1.5 1.5 0 0 1 1.06.44l3.122 3.12a1.5 1.5 0 0 1 .439 1.061V12.5A1.5 1.5 0 0 1 12 14H4a1.5 1.5 0 0 1-1.5-1.5v-9Zm4.552 2.734c.354-.59.72-.734.948-.734.228 0 .594.145.948.734a.75.75 0 1 0 1.286-.772C9.71 4.588 8.924 4 8 4c-.924 0-1.71.588-2.234 1.462-.192.32-.346.67-.464 1.038H4.75a.75.75 0 0 0 0 1.5h.268a7.003 7.003 0 0 0 0 1H4.75a.75.75 0 0 0 0 1.5h.552c.118.367.272.717.464 1.037C6.29 12.412 7.076 13 8 13c.924 0 1.71-.588 2.234-1.463a.75.75 0 0 0-1.286-.771c-.354.59-.72.734-.948.734-.228 0-.594-.145-.948-.734a3.078 3.078 0 0 1-.142-.266h.34a.75.75 0 0 0 0-1.5h-.727a5.496 5.496 0 0 1 0-1h.727a.75.75 0 0 0 0-1.5h-.34a3.08 3.08 0 0 1 .142-.266Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyEuroIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCurrencyPoundIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCurrencyPoundIcon.d.ts new file mode 100644 index 00000000..47d0a886 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCurrencyPoundIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyPoundIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyPoundIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCurrencyPoundIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCurrencyPoundIcon.js new file mode 100644 index 00000000..7cc341d7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCurrencyPoundIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function DocumentCurrencyPoundIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.5 3.5A1.5 1.5 0 0 1 4 2h4.879a1.5 1.5 0 0 1 1.06.44l3.122 3.12a1.5 1.5 0 0 1 .439 1.061V12.5A1.5 1.5 0 0 1 12 14H4a1.5 1.5 0 0 1-1.5-1.5v-9Zm5.44 3.44a1.5 1.5 0 0 1 2.12 0 .75.75 0 1 0 1.061-1.061A3 3 0 0 0 6 7.999H4.75a.75.75 0 0 0 0 1.5h1.225c-.116.571-.62 1-1.225 1a.75.75 0 1 0 0 1.5h5.5a.75.75 0 0 0 0-1.5H7.2c.156-.304.257-.642.289-1H9.25a.75.75 0 0 0 0-1.5H7.5c0-.384.146-.767.44-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyPoundIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCurrencyRupeeIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCurrencyRupeeIcon.d.ts new file mode 100644 index 00000000..4c5e29c4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCurrencyRupeeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyRupeeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyRupeeIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCurrencyRupeeIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCurrencyRupeeIcon.js new file mode 100644 index 00000000..c9e656d4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCurrencyRupeeIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function DocumentCurrencyRupeeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.5 3.5A1.5 1.5 0 0 1 4 2h4.879a1.5 1.5 0 0 1 1.06.44l3.122 3.12a1.5 1.5 0 0 1 .439 1.061V12.5A1.5 1.5 0 0 1 12 14H4a1.5 1.5 0 0 1-1.5-1.5v-9ZM5.75 5a.75.75 0 0 0 0 1.5c.698 0 1.3.409 1.582 1H5.75a.75.75 0 0 0 0 1.5h1.582c-.281.591-.884 1-1.582 1a.75.75 0 0 0-.53 1.28l1.5 1.5a.75.75 0 0 0 1.06-1.06l-.567-.567A3.256 3.256 0 0 0 8.913 9h1.337a.75.75 0 0 0 0-1.5H8.913a3.232 3.232 0 0 0-.424-1h1.761a.75.75 0 0 0 0-1.5h-4.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyRupeeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCurrencyYenIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCurrencyYenIcon.d.ts new file mode 100644 index 00000000..32fd2d12 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCurrencyYenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyYenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyYenIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCurrencyYenIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCurrencyYenIcon.js new file mode 100644 index 00000000..be287e7d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentCurrencyYenIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function DocumentCurrencyYenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.5 3.5A1.5 1.5 0 0 1 4 2h4.879a1.5 1.5 0 0 1 1.06.44l3.122 3.12a1.5 1.5 0 0 1 .439 1.061V12.5A1.5 1.5 0 0 1 12 14H4a1.5 1.5 0 0 1-1.5-1.5v-9Zm3.663 1.801a.75.75 0 1 0-1.2.9L6.313 8H5a.75.75 0 0 0 0 1.5h2.25v1H5A.75.75 0 0 0 5 12h2.25v.25a.75.75 0 0 0 1.5 0V12H11a.75.75 0 0 0 0-1.5H8.75v-1H11A.75.75 0 0 0 11 8H9.687l1.35-1.799a.75.75 0 0 0-1.2-.9L8 7.75 6.163 5.3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyYenIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentDuplicateIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentDuplicateIcon.d.ts new file mode 100644 index 00000000..04a06a67 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentDuplicateIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentDuplicateIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentDuplicateIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentDuplicateIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentDuplicateIcon.js new file mode 100644 index 00000000..bf76d3a7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentDuplicateIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function DocumentDuplicateIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5.5 3.5A1.5 1.5 0 0 1 7 2h2.879a1.5 1.5 0 0 1 1.06.44l2.122 2.12a1.5 1.5 0 0 1 .439 1.061V9.5A1.5 1.5 0 0 1 12 11V8.621a3 3 0 0 0-.879-2.121L9 4.379A3 3 0 0 0 6.879 3.5H5.5Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M4 5a1.5 1.5 0 0 0-1.5 1.5v6A1.5 1.5 0 0 0 4 14h5a1.5 1.5 0 0 0 1.5-1.5V8.621a1.5 1.5 0 0 0-.44-1.06L7.94 5.439A1.5 1.5 0 0 0 6.878 5H4Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentDuplicateIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentIcon.d.ts new file mode 100644 index 00000000..bc42e724 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentIcon.js new file mode 100644 index 00000000..718cce42 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function DocumentIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2.5 3.5A1.5 1.5 0 0 1 4 2h4.879a1.5 1.5 0 0 1 1.06.44l3.122 3.12a1.5 1.5 0 0 1 .439 1.061V12.5A1.5 1.5 0 0 1 12 14H4a1.5 1.5 0 0 1-1.5-1.5v-9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentMagnifyingGlassIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentMagnifyingGlassIcon.d.ts new file mode 100644 index 00000000..dc68c0c5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentMagnifyingGlassIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentMagnifyingGlassIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentMagnifyingGlassIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentMagnifyingGlassIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentMagnifyingGlassIcon.js new file mode 100644 index 00000000..4a6f7dff --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentMagnifyingGlassIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function DocumentMagnifyingGlassIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M6 7.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4 2a1.5 1.5 0 0 0-1.5 1.5v9A1.5 1.5 0 0 0 4 14h8a1.5 1.5 0 0 0 1.5-1.5V6.621a1.5 1.5 0 0 0-.44-1.06L9.94 2.439A1.5 1.5 0 0 0 8.878 2H4Zm3.5 2.5a3 3 0 1 0 1.524 5.585l1.196 1.195a.75.75 0 1 0 1.06-1.06l-1.195-1.196A3 3 0 0 0 7.5 4.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentMagnifyingGlassIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentMinusIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentMinusIcon.d.ts new file mode 100644 index 00000000..a4fe39b8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentMinusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentMinusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentMinusIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentMinusIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentMinusIcon.js new file mode 100644 index 00000000..962ea9c2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentMinusIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function DocumentMinusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4 2a1.5 1.5 0 0 0-1.5 1.5v9A1.5 1.5 0 0 0 4 14h8a1.5 1.5 0 0 0 1.5-1.5V6.621a1.5 1.5 0 0 0-.44-1.06L9.94 2.439A1.5 1.5 0 0 0 8.878 2H4Zm7 7a.75.75 0 0 1-.75.75h-4.5a.75.75 0 0 1 0-1.5h4.5A.75.75 0 0 1 11 9Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentMinusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentPlusIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentPlusIcon.d.ts new file mode 100644 index 00000000..9446dd5e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentPlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentPlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentPlusIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentPlusIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentPlusIcon.js new file mode 100644 index 00000000..47f8b73b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentPlusIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function DocumentPlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4 2a1.5 1.5 0 0 0-1.5 1.5v9A1.5 1.5 0 0 0 4 14h8a1.5 1.5 0 0 0 1.5-1.5V6.621a1.5 1.5 0 0 0-.44-1.06L9.94 2.439A1.5 1.5 0 0 0 8.878 2H4Zm4.75 4.75a.75.75 0 0 0-1.5 0v1.5h-1.5a.75.75 0 0 0 0 1.5h1.5v1.5a.75.75 0 0 0 1.5 0v-1.5h1.5a.75.75 0 0 0 0-1.5h-1.5v-1.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentPlusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentTextIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentTextIcon.d.ts new file mode 100644 index 00000000..1d9f5482 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentTextIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentTextIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentTextIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentTextIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentTextIcon.js new file mode 100644 index 00000000..fdffebff --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/DocumentTextIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function DocumentTextIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4 2a1.5 1.5 0 0 0-1.5 1.5v9A1.5 1.5 0 0 0 4 14h8a1.5 1.5 0 0 0 1.5-1.5V6.621a1.5 1.5 0 0 0-.44-1.06L9.94 2.439A1.5 1.5 0 0 0 8.878 2H4Zm1 5.75A.75.75 0 0 1 5.75 7h4.5a.75.75 0 0 1 0 1.5h-4.5A.75.75 0 0 1 5 7.75Zm0 3a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentTextIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/EllipsisHorizontalCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/EllipsisHorizontalCircleIcon.d.ts new file mode 100644 index 00000000..18be974b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/EllipsisHorizontalCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EllipsisHorizontalCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EllipsisHorizontalCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/EllipsisHorizontalCircleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/EllipsisHorizontalCircleIcon.js new file mode 100644 index 00000000..99c84d92 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/EllipsisHorizontalCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function EllipsisHorizontalCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM8 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM5.5 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm6 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EllipsisHorizontalCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/EllipsisHorizontalIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/EllipsisHorizontalIcon.d.ts new file mode 100644 index 00000000..6de30faf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/EllipsisHorizontalIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EllipsisHorizontalIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EllipsisHorizontalIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/EllipsisHorizontalIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/EllipsisHorizontalIcon.js new file mode 100644 index 00000000..ddcd2bda --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/EllipsisHorizontalIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function EllipsisHorizontalIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2 8a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0ZM6.5 8a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0ZM12.5 6.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EllipsisHorizontalIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/EllipsisVerticalIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/EllipsisVerticalIcon.d.ts new file mode 100644 index 00000000..c343e141 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/EllipsisVerticalIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EllipsisVerticalIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EllipsisVerticalIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/EllipsisVerticalIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/EllipsisVerticalIcon.js new file mode 100644 index 00000000..02797c10 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/EllipsisVerticalIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function EllipsisVerticalIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8 2a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3ZM8 6.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3ZM9.5 12.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EllipsisVerticalIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/EnvelopeIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/EnvelopeIcon.d.ts new file mode 100644 index 00000000..c9db4845 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/EnvelopeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EnvelopeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EnvelopeIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/EnvelopeIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/EnvelopeIcon.js new file mode 100644 index 00000000..f309fe53 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/EnvelopeIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function EnvelopeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2.5 3A1.5 1.5 0 0 0 1 4.5v.793c.026.009.051.02.076.032L7.674 8.51c.206.1.446.1.652 0l6.598-3.185A.755.755 0 0 1 15 5.293V4.5A1.5 1.5 0 0 0 13.5 3h-11Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M15 6.954 8.978 9.86a2.25 2.25 0 0 1-1.956 0L1 6.954V11.5A1.5 1.5 0 0 0 2.5 13h11a1.5 1.5 0 0 0 1.5-1.5V6.954Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EnvelopeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/EnvelopeOpenIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/EnvelopeOpenIcon.d.ts new file mode 100644 index 00000000..46a5e61f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/EnvelopeOpenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EnvelopeOpenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EnvelopeOpenIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/EnvelopeOpenIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/EnvelopeOpenIcon.js new file mode 100644 index 00000000..1b06366a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/EnvelopeOpenIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function EnvelopeOpenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.756 4.568A1.5 1.5 0 0 0 1 5.871V12.5A1.5 1.5 0 0 0 2.5 14h11a1.5 1.5 0 0 0 1.5-1.5V5.87a1.5 1.5 0 0 0-.756-1.302l-5.5-3.143a1.5 1.5 0 0 0-1.488 0l-5.5 3.143Zm1.82 2.963a.75.75 0 0 0-.653 1.35l4.1 1.98a2.25 2.25 0 0 0 1.955 0l4.1-1.98a.75.75 0 1 0-.653-1.35L8.326 9.51a.75.75 0 0 1-.652 0L3.575 7.53Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EnvelopeOpenIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/EqualsIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/EqualsIcon.d.ts new file mode 100644 index 00000000..a535cdb0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/EqualsIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EqualsIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EqualsIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/EqualsIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/EqualsIcon.js new file mode 100644 index 00000000..b35ec2da --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/EqualsIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function EqualsIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 4.75A.75.75 0 0 1 2.75 4h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 4.75ZM2 11.25a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EqualsIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ExclamationCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ExclamationCircleIcon.d.ts new file mode 100644 index 00000000..c6008c94 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ExclamationCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ExclamationCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ExclamationCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ExclamationCircleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ExclamationCircleIcon.js new file mode 100644 index 00000000..af843549 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ExclamationCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ExclamationCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14ZM8 4a.75.75 0 0 1 .75.75v3a.75.75 0 0 1-1.5 0v-3A.75.75 0 0 1 8 4Zm0 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ExclamationCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ExclamationTriangleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ExclamationTriangleIcon.d.ts new file mode 100644 index 00000000..be0d82c5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ExclamationTriangleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ExclamationTriangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ExclamationTriangleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ExclamationTriangleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ExclamationTriangleIcon.js new file mode 100644 index 00000000..739e9ba1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ExclamationTriangleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ExclamationTriangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6.701 2.25c.577-1 2.02-1 2.598 0l5.196 9a1.5 1.5 0 0 1-1.299 2.25H2.804a1.5 1.5 0 0 1-1.3-2.25l5.197-9ZM8 4a.75.75 0 0 1 .75.75v3a.75.75 0 1 1-1.5 0v-3A.75.75 0 0 1 8 4Zm0 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ExclamationTriangleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/EyeDropperIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/EyeDropperIcon.d.ts new file mode 100644 index 00000000..af7bce13 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/EyeDropperIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EyeDropperIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EyeDropperIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/EyeDropperIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/EyeDropperIcon.js new file mode 100644 index 00000000..26f82b7b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/EyeDropperIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function EyeDropperIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 4a3.001 3.001 0 0 1-2.25 2.905V8.5a.75.75 0 0 1-.22.53l-.5.5a.75.75 0 0 1-1.06 0l-.72-.72-4.677 4.678A1.75 1.75 0 0 1 4.336 14h-.672a.25.25 0 0 0-.177.073l-.707.707a.75.75 0 0 1-1.06 0l-.5-.5a.75.75 0 0 1 0-1.06l.707-.707A.25.25 0 0 0 2 12.336v-.672c0-.464.184-.909.513-1.237L7.189 5.75l-.72-.72a.75.75 0 0 1 0-1.06l.5-.5a.75.75 0 0 1 .531-.22h1.595A3.001 3.001 0 0 1 15 4ZM9.19 7.75l-.94-.94-4.677 4.678a.25.25 0 0 0-.073.176v.672c0 .058-.003.115-.009.173a1.74 1.74 0 0 1 .173-.009h.672a.25.25 0 0 0 .177-.073L9.189 7.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EyeDropperIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/EyeIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/EyeIcon.d.ts new file mode 100644 index 00000000..3b9c01f3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/EyeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EyeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EyeIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/EyeIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/EyeIcon.js new file mode 100644 index 00000000..3d93ae1e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/EyeIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function EyeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.38 8.28a.87.87 0 0 1 0-.566 7.003 7.003 0 0 1 13.238.006.87.87 0 0 1 0 .566A7.003 7.003 0 0 1 1.379 8.28ZM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EyeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/EyeSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/EyeSlashIcon.d.ts new file mode 100644 index 00000000..e0540b3a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/EyeSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EyeSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EyeSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/EyeSlashIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/EyeSlashIcon.js new file mode 100644 index 00000000..9c5093e5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/EyeSlashIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function EyeSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.28 2.22a.75.75 0 0 0-1.06 1.06l10.5 10.5a.75.75 0 1 0 1.06-1.06l-1.322-1.323a7.012 7.012 0 0 0 2.16-3.11.87.87 0 0 0 0-.567A7.003 7.003 0 0 0 4.82 3.76l-1.54-1.54Zm3.196 3.195 1.135 1.136A1.502 1.502 0 0 1 9.45 8.389l1.136 1.135a3 3 0 0 0-4.109-4.109Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "m7.812 10.994 1.816 1.816A7.003 7.003 0 0 1 1.38 8.28a.87.87 0 0 1 0-.566 6.985 6.985 0 0 1 1.113-2.039l2.513 2.513a3 3 0 0 0 2.806 2.806Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EyeSlashIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/FaceFrownIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/FaceFrownIcon.d.ts new file mode 100644 index 00000000..b11631b6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/FaceFrownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FaceFrownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FaceFrownIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/FaceFrownIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/FaceFrownIcon.js new file mode 100644 index 00000000..3577bfe0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/FaceFrownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function FaceFrownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM6 8c.552 0 1-.672 1-1.5S6.552 5 6 5s-1 .672-1 1.5S5.448 8 6 8Zm5-1.5c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5Zm-6.005 5.805a.75.75 0 0 0 1.06 0 2.75 2.75 0 0 1 3.89 0 .75.75 0 0 0 1.06-1.06 4.25 4.25 0 0 0-6.01 0 .75.75 0 0 0 0 1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FaceFrownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/FaceSmileIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/FaceSmileIcon.d.ts new file mode 100644 index 00000000..ef261f45 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/FaceSmileIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FaceSmileIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FaceSmileIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/FaceSmileIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/FaceSmileIcon.js new file mode 100644 index 00000000..d1b2746e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/FaceSmileIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function FaceSmileIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM6 8c.552 0 1-.672 1-1.5S6.552 5 6 5s-1 .672-1 1.5S5.448 8 6 8Zm5-1.5c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5Zm.005 4.245a.75.75 0 0 0-1.06 0 2.75 2.75 0 0 1-3.89 0 .75.75 0 0 0-1.06 1.06 4.25 4.25 0 0 0 6.01 0 .75.75 0 0 0 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FaceSmileIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/FilmIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/FilmIcon.d.ts new file mode 100644 index 00000000..9b4ad1fd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/FilmIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FilmIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FilmIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/FilmIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/FilmIcon.js new file mode 100644 index 00000000..35320d9d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/FilmIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function FilmIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 3.5A1.5 1.5 0 0 1 2.5 2h11A1.5 1.5 0 0 1 15 3.5v9a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 1 12.5v-9Zm1.5.25a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25v-1Zm3.75-.25a.25.25 0 0 0-.25.25v3.5c0 .138.112.25.25.25h3.5a.25.25 0 0 0 .25-.25v-3.5a.25.25 0 0 0-.25-.25h-3.5ZM6 8.75a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v3.5a.25.25 0 0 1-.25.25h-3.5a.25.25 0 0 1-.25-.25v-3.5Zm5.75-5.25a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25h-1.5ZM2.5 11.25a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25v-1Zm9.25-.25a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25h-1.5ZM2.5 8.75a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25v-1Zm9.25-.25a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25h-1.5ZM2.5 6.25A.25.25 0 0 1 2.75 6h1.5a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25v-1ZM11.75 6a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25h-1.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FilmIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/FingerPrintIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/FingerPrintIcon.d.ts new file mode 100644 index 00000000..58bb338c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/FingerPrintIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FingerPrintIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FingerPrintIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/FingerPrintIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/FingerPrintIcon.js new file mode 100644 index 00000000..84614e41 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/FingerPrintIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function FingerPrintIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 3c-.988 0-1.908.286-2.682.78a.75.75 0 0 1-.806-1.266A6.5 6.5 0 0 1 14.5 8c0 1.665-.333 3.254-.936 4.704a.75.75 0 0 1-1.385-.577C12.708 10.857 13 9.464 13 8a5 5 0 0 0-5-5ZM3.55 4.282a.75.75 0 0 1 .23 1.036A4.973 4.973 0 0 0 3 8a.75.75 0 0 1-1.5 0c0-1.282.372-2.48 1.014-3.488a.75.75 0 0 1 1.036-.23ZM8 5.875A2.125 2.125 0 0 0 5.875 8a3.625 3.625 0 0 1-3.625 3.625H2.213a.75.75 0 1 1 .008-1.5h.03A2.125 2.125 0 0 0 4.376 8a3.625 3.625 0 1 1 7.25 0c0 .078-.001.156-.003.233a.75.75 0 1 1-1.5-.036c.002-.066.003-.131.003-.197A2.125 2.125 0 0 0 8 5.875ZM7.995 7.25a.75.75 0 0 1 .75.75 6.502 6.502 0 0 1-4.343 6.133.75.75 0 1 1-.498-1.415A5.002 5.002 0 0 0 7.245 8a.75.75 0 0 1 .75-.75Zm2.651 2.87a.75.75 0 0 1 .463.955 9.39 9.39 0 0 1-3.008 4.25.75.75 0 0 1-.936-1.171 7.892 7.892 0 0 0 2.527-3.57.75.75 0 0 1 .954-.463Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FingerPrintIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/FireIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/FireIcon.d.ts new file mode 100644 index 00000000..608efc52 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/FireIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FireIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FireIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/FireIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/FireIcon.js new file mode 100644 index 00000000..a5e5a172 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/FireIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function FireIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8.074.945A4.993 4.993 0 0 0 6 5v.032c.004.6.114 1.176.311 1.709.16.428-.204.91-.61.7a5.023 5.023 0 0 1-1.868-1.677c-.202-.304-.648-.363-.848-.058a6 6 0 1 0 8.017-1.901l-.004-.007a4.98 4.98 0 0 1-2.18-2.574c-.116-.31-.477-.472-.744-.28Zm.78 6.178a3.001 3.001 0 1 1-3.473 4.341c-.205-.365.215-.694.62-.59a4.008 4.008 0 0 0 1.873.03c.288-.065.413-.386.321-.666A3.997 3.997 0 0 1 8 8.999c0-.585.126-1.14.351-1.641a.42.42 0 0 1 .503-.235Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FireIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/FlagIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/FlagIcon.d.ts new file mode 100644 index 00000000..ce09768c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/FlagIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FlagIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FlagIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/FlagIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/FlagIcon.js new file mode 100644 index 00000000..e4dec4ab --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/FlagIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function FlagIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2.75 2a.75.75 0 0 0-.75.75v10.5a.75.75 0 0 0 1.5 0v-2.624l.33-.083A6.044 6.044 0 0 1 8 11c1.29.645 2.77.807 4.17.457l1.48-.37a.462.462 0 0 0 .35-.448V3.56a.438.438 0 0 0-.544-.425l-1.287.322C10.77 3.808 9.291 3.646 8 3a6.045 6.045 0 0 0-4.17-.457l-.34.085A.75.75 0 0 0 2.75 2Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FlagIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/FolderArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/FolderArrowDownIcon.d.ts new file mode 100644 index 00000000..4895e92b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/FolderArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FolderArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FolderArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/FolderArrowDownIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/FolderArrowDownIcon.js new file mode 100644 index 00000000..dfe4e5b8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/FolderArrowDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function FolderArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.5 2A1.5 1.5 0 0 0 2 3.5v9A1.5 1.5 0 0 0 3.5 14h9a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 12.5 4H9.621a1.5 1.5 0 0 1-1.06-.44L7.439 2.44A1.5 1.5 0 0 0 6.38 2H3.5Zm5.25 4.75a.75.75 0 0 0-1.5 0v2.69l-.72-.72a.75.75 0 0 0-1.06 1.06l2 2a.75.75 0 0 0 1.06 0l2-2a.75.75 0 1 0-1.06-1.06l-.72.72V6.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FolderArrowDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/FolderIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/FolderIcon.d.ts new file mode 100644 index 00000000..a9c9b8cd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/FolderIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FolderIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FolderIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/FolderIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/FolderIcon.js new file mode 100644 index 00000000..50d40e77 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/FolderIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function FolderIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2 3.5A1.5 1.5 0 0 1 3.5 2h2.879a1.5 1.5 0 0 1 1.06.44l1.122 1.12A1.5 1.5 0 0 0 9.62 4H12.5A1.5 1.5 0 0 1 14 5.5v1.401a2.986 2.986 0 0 0-1.5-.401h-9c-.546 0-1.059.146-1.5.401V3.5ZM2 9.5v3A1.5 1.5 0 0 0 3.5 14h9a1.5 1.5 0 0 0 1.5-1.5v-3A1.5 1.5 0 0 0 12.5 8h-9A1.5 1.5 0 0 0 2 9.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FolderIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/FolderMinusIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/FolderMinusIcon.d.ts new file mode 100644 index 00000000..c32ad5b2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/FolderMinusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FolderMinusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FolderMinusIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/FolderMinusIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/FolderMinusIcon.js new file mode 100644 index 00000000..160377aa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/FolderMinusIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function FolderMinusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.5 2A1.5 1.5 0 0 0 2 3.5v9A1.5 1.5 0 0 0 3.5 14h9a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 12.5 4H9.621a1.5 1.5 0 0 1-1.06-.44L7.439 2.44A1.5 1.5 0 0 0 6.38 2H3.5Zm6.75 7.75a.75.75 0 0 0 0-1.5h-4.5a.75.75 0 0 0 0 1.5h4.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FolderMinusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/FolderOpenIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/FolderOpenIcon.d.ts new file mode 100644 index 00000000..41656cca --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/FolderOpenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FolderOpenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FolderOpenIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/FolderOpenIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/FolderOpenIcon.js new file mode 100644 index 00000000..22ee4dfc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/FolderOpenIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function FolderOpenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3 3.5A1.5 1.5 0 0 1 4.5 2h1.879a1.5 1.5 0 0 1 1.06.44l1.122 1.12A1.5 1.5 0 0 0 9.62 4H11.5A1.5 1.5 0 0 1 13 5.5v1H3v-3ZM3.081 8a1.5 1.5 0 0 0-1.423 1.974l1 3A1.5 1.5 0 0 0 4.081 14h7.838a1.5 1.5 0 0 0 1.423-1.026l1-3A1.5 1.5 0 0 0 12.919 8H3.081Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FolderOpenIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/FolderPlusIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/FolderPlusIcon.d.ts new file mode 100644 index 00000000..ba21ba17 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/FolderPlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FolderPlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FolderPlusIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/FolderPlusIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/FolderPlusIcon.js new file mode 100644 index 00000000..8807721d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/FolderPlusIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function FolderPlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.5 2A1.5 1.5 0 0 0 2 3.5v9A1.5 1.5 0 0 0 3.5 14h9a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 12.5 4H9.621a1.5 1.5 0 0 1-1.06-.44L7.439 2.44A1.5 1.5 0 0 0 6.38 2H3.5ZM8 6a.75.75 0 0 1 .75.75v1.5h1.5a.75.75 0 0 1 0 1.5h-1.5v1.5a.75.75 0 0 1-1.5 0v-1.5h-1.5a.75.75 0 0 1 0-1.5h1.5v-1.5A.75.75 0 0 1 8 6Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FolderPlusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ForwardIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ForwardIcon.d.ts new file mode 100644 index 00000000..1cd375b3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ForwardIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ForwardIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ForwardIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ForwardIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ForwardIcon.js new file mode 100644 index 00000000..e3d6d066 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ForwardIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function ForwardIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2.53 3.956A1 1 0 0 0 1 4.804v6.392a1 1 0 0 0 1.53.848l5.113-3.196c.16-.1.279-.233.357-.383v2.73a1 1 0 0 0 1.53.849l5.113-3.196a1 1 0 0 0 0-1.696L9.53 3.956A1 1 0 0 0 8 4.804v2.731a.992.992 0 0 0-.357-.383L2.53 3.956Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ForwardIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/FunnelIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/FunnelIcon.d.ts new file mode 100644 index 00000000..ef9ce222 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/FunnelIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FunnelIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FunnelIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/FunnelIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/FunnelIcon.js new file mode 100644 index 00000000..9c739eea --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/FunnelIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function FunnelIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M14 2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v2.172a2 2 0 0 0 .586 1.414l2.828 2.828A2 2 0 0 1 6 9.828v4.363a.5.5 0 0 0 .724.447l2.17-1.085A2 2 0 0 0 10 11.763V9.829a2 2 0 0 1 .586-1.414l2.828-2.828A2 2 0 0 0 14 4.172V2Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FunnelIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/GifIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/GifIcon.d.ts new file mode 100644 index 00000000..28c9754e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/GifIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GifIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GifIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/GifIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/GifIcon.js new file mode 100644 index 00000000..0197cd4d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/GifIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function GifIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H3Zm.895 3.458C4.142 6.071 4.38 6 4.5 6s.358.07.605.458a.75.75 0 1 0 1.265-.805C5.933 4.966 5.274 4.5 4.5 4.5s-1.433.466-1.87 1.153C2.195 6.336 2 7.187 2 8s.195 1.664.63 2.347c.437.687 1.096 1.153 1.87 1.153s1.433-.466 1.87-1.153a.75.75 0 0 0 .117-.402V8a.75.75 0 0 0-.75-.75H5a.75.75 0 0 0-.013 1.5v.955C4.785 9.95 4.602 10 4.5 10c-.121 0-.358-.07-.605-.458C3.647 9.15 3.5 8.595 3.5 8c0-.595.147-1.15.395-1.542ZM9 5.25a.75.75 0 0 0-1.5 0v5.5a.75.75 0 0 0 1.5 0v-5.5Zm1 0a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5H11.5v1.25h.75a.75.75 0 0 1 0 1.5h-.75v2a.75.75 0 0 1-1.5 0v-5.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GifIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/GiftIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/GiftIcon.d.ts new file mode 100644 index 00000000..1be9eff4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/GiftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GiftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GiftIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/GiftIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/GiftIcon.js new file mode 100644 index 00000000..173491b1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/GiftIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function GiftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.75 3.5c0 .563.186 1.082.5 1.5H2a1 1 0 0 0 0 2h5.25V5h1.5v2H14a1 1 0 1 0 0-2h-2.25A2.5 2.5 0 0 0 8 1.714 2.5 2.5 0 0 0 3.75 3.5Zm3.499 0v-.038A1 1 0 1 0 6.25 4.5h1l-.001-1Zm2.5-1a1 1 0 0 0-1 .962l.001.038v1h.999a1 1 0 0 0 0-2Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M7.25 8.5H2V12a2 2 0 0 0 2 2h3.25V8.5ZM8.75 14V8.5H14V12a2 2 0 0 1-2 2H8.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GiftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/GiftTopIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/GiftTopIcon.d.ts new file mode 100644 index 00000000..fb112a99 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/GiftTopIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GiftTopIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GiftTopIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/GiftTopIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/GiftTopIcon.js new file mode 100644 index 00000000..80cdb4e3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/GiftTopIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function GiftTopIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M7.25 2H3.5A1.5 1.5 0 0 0 2 3.5v3.75h1.718A2.5 2.5 0 0 1 7.25 3.716V2ZM2 8.75v3.75A1.5 1.5 0 0 0 3.5 14h3.75v-3.085a4.743 4.743 0 0 1-3.455 1.826.75.75 0 1 1-.092-1.497 3.252 3.252 0 0 0 2.96-2.494H2ZM8.75 14h3.75a1.5 1.5 0 0 0 1.5-1.5V8.75H9.337a3.252 3.252 0 0 0 2.96 2.494.75.75 0 1 1-.093 1.497 4.743 4.743 0 0 1-3.454-1.826V14ZM14 7.25h-1.718A2.5 2.5 0 0 0 8.75 3.717V2h3.75A1.5 1.5 0 0 1 14 3.5v3.75Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M6.352 6.787c.16.012.312.014.448.012.002-.136 0-.289-.012-.448-.043-.617-.203-1.181-.525-1.503a1 1 0 0 0-1.414 1.414c.322.322.886.482 1.503.525ZM9.649 6.787c-.16.012-.312.014-.448.012-.003-.136 0-.289.011-.448.044-.617.203-1.181.526-1.503a1 1 0 1 1 1.414 1.414c-.322.322-.887.482-1.503.525Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GiftTopIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/GlobeAltIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/GlobeAltIcon.d.ts new file mode 100644 index 00000000..dcfbe8d2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/GlobeAltIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GlobeAltIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GlobeAltIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/GlobeAltIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/GlobeAltIcon.js new file mode 100644 index 00000000..2f8e7a83 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/GlobeAltIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function GlobeAltIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.757 4.5c.18.217.376.42.586.608.153-.61.354-1.175.596-1.678A5.53 5.53 0 0 0 3.757 4.5ZM8 1a6.994 6.994 0 0 0-7 7 7 7 0 1 0 7-7Zm0 1.5c-.476 0-1.091.386-1.633 1.427-.293.564-.531 1.267-.683 2.063A5.48 5.48 0 0 0 8 6.5a5.48 5.48 0 0 0 2.316-.51c-.152-.796-.39-1.499-.683-2.063C9.09 2.886 8.476 2.5 8 2.5Zm3.657 2.608a8.823 8.823 0 0 0-.596-1.678c.444.298.842.659 1.182 1.07-.18.217-.376.42-.586.608Zm-1.166 2.436A6.983 6.983 0 0 1 8 8a6.983 6.983 0 0 1-2.49-.456 10.703 10.703 0 0 0 .202 2.6c.72.231 1.49.356 2.288.356.798 0 1.568-.125 2.29-.356a10.705 10.705 0 0 0 .2-2.6Zm1.433 1.85a12.652 12.652 0 0 0 .018-2.609c.405-.276.78-.594 1.117-.947a5.48 5.48 0 0 1 .44 2.262 7.536 7.536 0 0 1-1.575 1.293Zm-2.172 2.435a9.046 9.046 0 0 1-3.504 0c.039.084.078.166.12.244C6.907 13.114 7.523 13.5 8 13.5s1.091-.386 1.633-1.427c.04-.078.08-.16.12-.244Zm1.31.74a8.5 8.5 0 0 0 .492-1.298c.457-.197.893-.43 1.307-.696a5.526 5.526 0 0 1-1.8 1.995Zm-6.123 0a8.507 8.507 0 0 1-.493-1.298 8.985 8.985 0 0 1-1.307-.696 5.526 5.526 0 0 0 1.8 1.995ZM2.5 8.1c.463.5.993.935 1.575 1.293a12.652 12.652 0 0 1-.018-2.608 7.037 7.037 0 0 1-1.117-.947 5.48 5.48 0 0 0-.44 2.262Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GlobeAltIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/GlobeAmericasIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/GlobeAmericasIcon.d.ts new file mode 100644 index 00000000..768a792f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/GlobeAmericasIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GlobeAmericasIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GlobeAmericasIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/GlobeAmericasIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/GlobeAmericasIcon.js new file mode 100644 index 00000000..28618ff6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/GlobeAmericasIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function GlobeAmericasIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1ZM4.5 3.757a5.5 5.5 0 1 0 6.857-.114l-.65.65a.707.707 0 0 0-.207.5c0 .39-.317.707-.707.707H8.427a.496.496 0 0 0-.413.771l.25.376a.481.481 0 0 0 .616.163.962.962 0 0 1 1.11.18l.573.573a1 1 0 0 1 .242 1.023l-1.012 3.035a1 1 0 0 1-1.191.654l-.345-.086a1 1 0 0 1-.757-.97v-.305a1 1 0 0 0-.293-.707L6.1 9.1a.849.849 0 0 1 0-1.2c.22-.22.22-.58 0-.8l-.721-.721A3 3 0 0 1 4.5 4.257v-.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GlobeAmericasIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/GlobeAsiaAustraliaIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/GlobeAsiaAustraliaIcon.d.ts new file mode 100644 index 00000000..2b043982 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/GlobeAsiaAustraliaIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GlobeAsiaAustraliaIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GlobeAsiaAustraliaIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/GlobeAsiaAustraliaIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/GlobeAsiaAustraliaIcon.js new file mode 100644 index 00000000..3afafc3f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/GlobeAsiaAustraliaIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function GlobeAsiaAustraliaIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7 5.5a5.485 5.485 0 0 1-4.007-1.732l.28-.702a.402.402 0 0 1 .658-.135.804.804 0 0 0 1.138 0l.012-.012a.822.822 0 0 0 .154-.949l-.055-.11a.497.497 0 0 1 .134-.611L8.14 7.788a.57.57 0 0 0 .154-.7.57.57 0 0 1 .33-.796l.028-.01a1.788 1.788 0 0 0 1.13-1.13l.072-.214a.747.747 0 0 0-.18-.764L8.293 2.793A1 1 0 0 1 8.09 2.5 5.5 5.5 0 0 1 12.9 10.5h-.486a1 1 0 0 1-.707-.293l-.353-.353a1.207 1.207 0 0 0-1.708 0l-.531.531a1 1 0 0 1-.26.188l-.343.17a.927.927 0 0 0-.512.83v.177c0 .414.336.75.75.75a.75.75 0 0 1 .751.793c-.477.135-.98.207-1.501.207Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GlobeAsiaAustraliaIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/GlobeEuropeAfricaIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/GlobeEuropeAfricaIcon.d.ts new file mode 100644 index 00000000..0df28058 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/GlobeEuropeAfricaIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GlobeEuropeAfricaIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GlobeEuropeAfricaIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/GlobeEuropeAfricaIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/GlobeEuropeAfricaIcon.js new file mode 100644 index 00000000..91523440 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/GlobeEuropeAfricaIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function GlobeEuropeAfricaIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1ZM5.657 3.023a5.5 5.5 0 1 0 7.584 3.304l-.947-.63a.431.431 0 0 0-.544.053.431.431 0 0 1-.544.054l-.467-.312a.475.475 0 0 0-.689.608l.226.453a2.119 2.119 0 0 1 0 1.894L10.1 8.8a.947.947 0 0 0-.1.424v.11a2 2 0 0 1-.4 1.2L8.8 11.6A1 1 0 0 1 7 11v-.382a1 1 0 0 0-.553-.894l-.422-.212A1.854 1.854 0 0 1 6.855 6h.707a.438.438 0 1 0-.107-.864l-.835.209a1.129 1.129 0 0 1-1.305-1.553l.342-.77Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GlobeEuropeAfricaIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/H1Icon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/H1Icon.d.ts new file mode 100644 index 00000000..6dd8b51a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/H1Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const H1Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default H1Icon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/H1Icon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/H1Icon.js new file mode 100644 index 00000000..d794f26c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/H1Icon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function H1Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.75 3a.75.75 0 0 1 .75.75v3.5h4v-3.5a.75.75 0 0 1 1.5 0v8.5a.75.75 0 0 1-1.5 0v-3.5h-4v3.5a.75.75 0 0 1-1.5 0v-8.5A.75.75 0 0 1 1.75 3ZM10 6.75a.75.75 0 0 1 .75-.75h1.75a.75.75 0 0 1 .75.75v4.75h1a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1 0-1.5h1v-4h-1a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(H1Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/H2Icon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/H2Icon.d.ts new file mode 100644 index 00000000..ced8aa38 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/H2Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const H2Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default H2Icon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/H2Icon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/H2Icon.js new file mode 100644 index 00000000..91baca2a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/H2Icon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function H2Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.75 3a.75.75 0 0 1 .75.75v3.5h4v-3.5a.75.75 0 0 1 1.5 0v8.5a.75.75 0 0 1-1.5 0v-3.5h-4v3.5a.75.75 0 0 1-1.5 0v-8.5A.75.75 0 0 1 1.75 3ZM12.5 7.5c-.558 0-1.106.04-1.642.119a.75.75 0 0 1-.216-1.484 12.848 12.848 0 0 1 2.836-.098A1.629 1.629 0 0 1 14.99 7.58a8.884 8.884 0 0 1-.021 1.166c-.06.702-.553 1.24-1.159 1.441l-2.14.713a.25.25 0 0 0-.17.237v.363h2.75a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75v-1.113a1.75 1.75 0 0 1 1.197-1.66l2.139-.713c.1-.033.134-.103.138-.144a7.344 7.344 0 0 0 .018-.97c-.003-.052-.046-.111-.128-.117A11.417 11.417 0 0 0 12.5 7.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(H2Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/H3Icon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/H3Icon.d.ts new file mode 100644 index 00000000..3e101f77 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/H3Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const H3Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default H3Icon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/H3Icon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/H3Icon.js new file mode 100644 index 00000000..30764034 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/H3Icon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function H3Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.75 3a.75.75 0 0 1 .75.75v3.5h4v-3.5a.75.75 0 0 1 1.5 0v8.5a.75.75 0 0 1-1.5 0v-3.5h-4v3.5a.75.75 0 0 1-1.5 0v-8.5A.75.75 0 0 1 1.75 3ZM12.5 7.5c-.558 0-1.107.04-1.642.119a.75.75 0 0 1-.217-1.484 12.851 12.851 0 0 1 2.856-.097c.696.054 1.363.561 1.464 1.353a4.805 4.805 0 0 1-.203 2.109 4.745 4.745 0 0 1 .203 2.109c-.101.792-.768 1.299-1.464 1.353a12.955 12.955 0 0 1-2.856-.097.75.75 0 0 1 .217-1.484 11.351 11.351 0 0 0 2.523.085.14.14 0 0 0 .08-.03c.007-.006.01-.012.01-.012l.002-.003v-.003a3.29 3.29 0 0 0-.06-1.168H11.75a.75.75 0 0 1 0-1.5h1.663a3.262 3.262 0 0 0 .06-1.168l-.001-.006-.01-.012a.14.14 0 0 0-.08-.03c-.291-.023-.585-.034-.882-.034Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(H3Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/HandRaisedIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/HandRaisedIcon.d.ts new file mode 100644 index 00000000..66fd8285 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/HandRaisedIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HandRaisedIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HandRaisedIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/HandRaisedIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/HandRaisedIcon.js new file mode 100644 index 00000000..1185080a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/HandRaisedIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function HandRaisedIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8.5 1a.75.75 0 0 0-.75.75V6.5a.5.5 0 0 1-1 0V2.75a.75.75 0 0 0-1.5 0V7.5a.5.5 0 0 1-1 0V4.75a.75.75 0 0 0-1.5 0v4.5a5.75 5.75 0 0 0 11.5 0v-2.5a.75.75 0 0 0-1.5 0V9.5a.5.5 0 0 1-1 0V2.75a.75.75 0 0 0-1.5 0V6.5a.5.5 0 0 1-1 0V1.75A.75.75 0 0 0 8.5 1Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HandRaisedIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/HandThumbDownIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/HandThumbDownIcon.d.ts new file mode 100644 index 00000000..efb5173f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/HandThumbDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HandThumbDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HandThumbDownIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/HandThumbDownIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/HandThumbDownIcon.js new file mode 100644 index 00000000..e8a41f49 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/HandThumbDownIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function HandThumbDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10.325 3H12v5c-.663 0-1.219.466-1.557 1.037a4.02 4.02 0 0 1-1.357 1.377c-.478.292-.907.706-.989 1.26v.005a9.031 9.031 0 0 0 0 2.642c.028.194-.048.394-.224.479A2 2 0 0 1 5 13c0-.812.08-1.605.234-2.371a.521.521 0 0 0-.5-.629H3C1.896 10 .99 9.102 1.1 8.003A19.827 19.827 0 0 1 2.18 3.215C2.45 2.469 3.178 2 3.973 2h2.703a2 2 0 0 1 .632.103l2.384.794a2 2 0 0 0 .633.103ZM14 2a1 1 0 0 0-1 1v6a1 1 0 1 0 2 0V3a1 1 0 0 0-1-1Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HandThumbDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/HandThumbUpIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/HandThumbUpIcon.d.ts new file mode 100644 index 00000000..69b969f9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/HandThumbUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HandThumbUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HandThumbUpIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/HandThumbUpIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/HandThumbUpIcon.js new file mode 100644 index 00000000..1091d625 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/HandThumbUpIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function HandThumbUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2.09 15a1 1 0 0 0 1-1V8a1 1 0 1 0-2 0v6a1 1 0 0 0 1 1ZM5.765 13H4.09V8c.663 0 1.218-.466 1.556-1.037a4.02 4.02 0 0 1 1.358-1.377c.478-.292.907-.706.989-1.26V4.32a9.03 9.03 0 0 0 0-2.642c-.028-.194.048-.394.224-.479A2 2 0 0 1 11.09 3c0 .812-.08 1.605-.235 2.371a.521.521 0 0 0 .502.629h1.733c1.104 0 2.01.898 1.901 1.997a19.831 19.831 0 0 1-1.081 4.788c-.27.747-.998 1.215-1.793 1.215H9.414c-.215 0-.428-.035-.632-.103l-2.384-.794A2.002 2.002 0 0 0 5.765 13Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HandThumbUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/HashtagIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/HashtagIcon.d.ts new file mode 100644 index 00000000..cd41dcf2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/HashtagIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HashtagIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HashtagIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/HashtagIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/HashtagIcon.js new file mode 100644 index 00000000..99856c37 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/HashtagIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function HashtagIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.487 2.89a.75.75 0 1 0-1.474-.28l-.455 2.388H3.61a.75.75 0 0 0 0 1.5h1.663l-.571 2.998H2.75a.75.75 0 0 0 0 1.5h1.666l-.403 2.114a.75.75 0 0 0 1.474.28l.456-2.394h2.973l-.403 2.114a.75.75 0 0 0 1.474.28l.456-2.394h1.947a.75.75 0 0 0 0-1.5h-1.661l.57-2.998h1.95a.75.75 0 0 0 0-1.5h-1.664l.402-2.108a.75.75 0 0 0-1.474-.28l-.455 2.388H7.085l.402-2.108ZM6.8 6.498l-.571 2.998h2.973l.57-2.998H6.8Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HashtagIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/HeartIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/HeartIcon.d.ts new file mode 100644 index 00000000..a6bd0952 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/HeartIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HeartIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HeartIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/HeartIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/HeartIcon.js new file mode 100644 index 00000000..9c7761ab --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/HeartIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function HeartIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2 6.342a3.375 3.375 0 0 1 6-2.088 3.375 3.375 0 0 1 5.997 2.26c-.063 2.134-1.618 3.76-2.955 4.784a14.437 14.437 0 0 1-2.676 1.61c-.02.01-.038.017-.05.022l-.014.006-.004.002h-.002a.75.75 0 0 1-.592.001h-.002l-.004-.003-.015-.006a5.528 5.528 0 0 1-.232-.107 14.395 14.395 0 0 1-2.535-1.557C3.564 10.22 1.999 8.558 1.999 6.38L2 6.342Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HeartIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/HomeIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/HomeIcon.d.ts new file mode 100644 index 00000000..eea727df --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/HomeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HomeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HomeIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/HomeIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/HomeIcon.js new file mode 100644 index 00000000..2330a452 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/HomeIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function HomeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8.543 2.232a.75.75 0 0 0-1.085 0l-5.25 5.5A.75.75 0 0 0 2.75 9H4v4a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1a1 1 0 1 1 2 0v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V9h1.25a.75.75 0 0 0 .543-1.268l-5.25-5.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HomeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/HomeModernIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/HomeModernIcon.d.ts new file mode 100644 index 00000000..03e6a85c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/HomeModernIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HomeModernIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HomeModernIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/HomeModernIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/HomeModernIcon.js new file mode 100644 index 00000000..407f0ee9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/HomeModernIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function HomeModernIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10.536 3.444a.75.75 0 0 0-.571-1.387L3.5 4.719V3.75a.75.75 0 0 0-1.5 0v1.586l-.535.22A.75.75 0 0 0 2 6.958V12.5h-.25a.75.75 0 0 0 0 1.5H4a1 1 0 0 0 1-1v-1a1 1 0 1 1 2 0v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V3.664l.536-.22ZM11.829 5.802a.75.75 0 0 0-.333.623V8.5c0 .027.001.053.004.08V13a1 1 0 0 0 1 1h.5a1 1 0 0 0 1-1V7.957a.75.75 0 0 0 .535-1.4l-2.004-.826a.75.75 0 0 0-.703.07Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HomeModernIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/IdentificationIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/IdentificationIcon.d.ts new file mode 100644 index 00000000..85d23894 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/IdentificationIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const IdentificationIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default IdentificationIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/IdentificationIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/IdentificationIcon.js new file mode 100644 index 00000000..02c368cb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/IdentificationIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function IdentificationIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H3Zm2.5 5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM10 5.75a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1-.75-.75Zm.75 3.75a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5h-1.5ZM10 8a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5A.75.75 0 0 1 10 8Zm-2.378 3c.346 0 .583-.343.395-.633A2.998 2.998 0 0 0 5.5 9a2.998 2.998 0 0 0-2.517 1.367c-.188.29.05.633.395.633h4.244Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(IdentificationIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/InboxArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/InboxArrowDownIcon.d.ts new file mode 100644 index 00000000..2b604ed7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/InboxArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const InboxArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default InboxArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/InboxArrowDownIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/InboxArrowDownIcon.js new file mode 100644 index 00000000..c7d02a44 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/InboxArrowDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function InboxArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8.75 2.75a.75.75 0 0 0-1.5 0v3.69l-.72-.72a.75.75 0 0 0-1.06 1.06l2 2a.75.75 0 0 0 1.06 0l2-2a.75.75 0 1 0-1.06-1.06l-.72.72V2.75Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M4.784 4.5a.75.75 0 0 0-.701.483L2.553 9h2.412a1 1 0 0 1 .832.445l.406.61a1 1 0 0 0 .832.445h1.93a1 1 0 0 0 .832-.445l.406-.61A1 1 0 0 1 11.035 9h2.412l-1.53-4.017a.75.75 0 0 0-.7-.483h-.467a.75.75 0 0 1 0-1.5h.466c.934 0 1.77.577 2.103 1.449l1.534 4.026c.097.256.147.527.147.801v1.474A2.25 2.25 0 0 1 12.75 13h-9.5A2.25 2.25 0 0 1 1 10.75V9.276c0-.274.05-.545.147-.801l1.534-4.026A2.25 2.25 0 0 1 4.784 3h.466a.75.75 0 0 1 0 1.5h-.466Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(InboxArrowDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/InboxIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/InboxIcon.d.ts new file mode 100644 index 00000000..1bf31e53 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/InboxIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const InboxIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default InboxIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/InboxIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/InboxIcon.js new file mode 100644 index 00000000..6aeefc58 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/InboxIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function InboxIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.784 3A2.25 2.25 0 0 0 2.68 4.449L1.147 8.475A2.25 2.25 0 0 0 1 9.276v1.474A2.25 2.25 0 0 0 3.25 13h9.5A2.25 2.25 0 0 0 15 10.75V9.276c0-.274-.05-.545-.147-.801l-1.534-4.026A2.25 2.25 0 0 0 11.216 3H4.784Zm-.701 1.983a.75.75 0 0 1 .7-.483h6.433a.75.75 0 0 1 .701.483L13.447 9h-2.412a1 1 0 0 0-.832.445l-.406.61a1 1 0 0 1-.832.445h-1.93a1 1 0 0 1-.832-.445l-.406-.61A1 1 0 0 0 4.965 9H2.553l1.53-4.017Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(InboxIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/InboxStackIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/InboxStackIcon.d.ts new file mode 100644 index 00000000..cea338d6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/InboxStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const InboxStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default InboxStackIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/InboxStackIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/InboxStackIcon.js new file mode 100644 index 00000000..6145fdf7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/InboxStackIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function InboxStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.742 2.755A2.25 2.25 0 0 1 4.424 2h7.152a2.25 2.25 0 0 1 1.682.755l1.174 1.32c.366.412.568.944.568 1.495v.68a2.25 2.25 0 0 1-2.25 2.25h-9.5A2.25 2.25 0 0 1 1 6.25v-.68c0-.55.202-1.083.568-1.495l1.174-1.32Zm1.682.745a.75.75 0 0 0-.561.252L2.753 5h2.212a1 1 0 0 1 .832.445l.406.61a1 1 0 0 0 .832.445h1.93a1 1 0 0 0 .832-.445l.406-.61A1 1 0 0 1 11.035 5h2.211l-1.109-1.248a.75.75 0 0 0-.56-.252H4.423Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M1 10.75a.75.75 0 0 1 .75-.75h3.215a1 1 0 0 1 .832.445l.406.61a1 1 0 0 0 .832.445h1.93a1 1 0 0 0 .832-.445l.406-.61a1 1 0 0 1 .832-.445h3.215a.75.75 0 0 1 .75.75v1A2.25 2.25 0 0 1 12.75 14h-9.5A2.25 2.25 0 0 1 1 11.75v-1Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(InboxStackIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/InformationCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/InformationCircleIcon.d.ts new file mode 100644 index 00000000..f072a915 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/InformationCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const InformationCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default InformationCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/InformationCircleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/InformationCircleIcon.js new file mode 100644 index 00000000..27a80985 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/InformationCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function InformationCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM9 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM6.75 8a.75.75 0 0 0 0 1.5h.75v1.75a.75.75 0 0 0 1.5 0v-2.5A.75.75 0 0 0 8.25 8h-1.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(InformationCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ItalicIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ItalicIcon.d.ts new file mode 100644 index 00000000..3b26c948 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ItalicIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ItalicIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ItalicIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ItalicIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ItalicIcon.js new file mode 100644 index 00000000..c5397fab --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ItalicIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ItalicIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6.25 2.75A.75.75 0 0 1 7 2h6a.75.75 0 0 1 0 1.5h-2.483l-3.429 9H9A.75.75 0 0 1 9 14H3a.75.75 0 0 1 0-1.5h2.483l3.429-9H7a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ItalicIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/KeyIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/KeyIcon.d.ts new file mode 100644 index 00000000..54031ee1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/KeyIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const KeyIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default KeyIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/KeyIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/KeyIcon.js new file mode 100644 index 00000000..887057b3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/KeyIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function KeyIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M14 6a4 4 0 0 1-4.899 3.899l-1.955 1.955a.5.5 0 0 1-.353.146H5v1.5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-2.293a.5.5 0 0 1 .146-.353l3.955-3.955A4 4 0 1 1 14 6Zm-4-2a.75.75 0 0 0 0 1.5.5.5 0 0 1 .5.5.75.75 0 0 0 1.5 0 2 2 0 0 0-2-2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(KeyIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/LanguageIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/LanguageIcon.d.ts new file mode 100644 index 00000000..004c7bdd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/LanguageIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LanguageIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LanguageIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/LanguageIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/LanguageIcon.js new file mode 100644 index 00000000..a356c84d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/LanguageIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function LanguageIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11 5a.75.75 0 0 1 .688.452l3.25 7.5a.75.75 0 1 1-1.376.596L12.89 12H9.109l-.67 1.548a.75.75 0 1 1-1.377-.596l3.25-7.5A.75.75 0 0 1 11 5Zm-1.24 5.5h2.48L11 7.636 9.76 10.5ZM5 1a.75.75 0 0 1 .75.75v1.261a25.27 25.27 0 0 1 2.598.211.75.75 0 1 1-.2 1.487c-.22-.03-.44-.056-.662-.08A12.939 12.939 0 0 1 5.92 8.058c.237.304.488.595.752.873a.75.75 0 0 1-1.086 1.035A13.075 13.075 0 0 1 5 9.307a13.068 13.068 0 0 1-2.841 2.546.75.75 0 0 1-.827-1.252A11.566 11.566 0 0 0 4.08 8.057a12.991 12.991 0 0 1-.554-.938.75.75 0 1 1 1.323-.707c.049.09.099.181.15.271.388-.68.708-1.405.952-2.164a23.941 23.941 0 0 0-4.1.19.75.75 0 0 1-.2-1.487c.853-.114 1.72-.185 2.598-.211V1.75A.75.75 0 0 1 5 1Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LanguageIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/LifebuoyIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/LifebuoyIcon.d.ts new file mode 100644 index 00000000..9e84fdbe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/LifebuoyIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LifebuoyIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LifebuoyIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/LifebuoyIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/LifebuoyIcon.js new file mode 100644 index 00000000..2c880d4f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/LifebuoyIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function LifebuoyIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12.95 3.05a7 7 0 1 0-9.9 9.9 7 7 0 0 0 9.9-9.9Zm-7.262-.042a5.516 5.516 0 0 1 4.624 0L8.698 5.082a3.016 3.016 0 0 0-1.396 0L5.688 3.008Zm-2.68 2.68a5.516 5.516 0 0 0 0 4.624l2.074-1.614a3.015 3.015 0 0 1 0-1.396L3.008 5.688Zm2.68 7.304 1.614-2.074c.458.11.938.11 1.396 0l1.614 2.074a5.516 5.516 0 0 1-4.624 0Zm7.304-2.68a5.516 5.516 0 0 0 0-4.624l-2.074 1.614c.11.458.11.938 0 1.396l2.074 1.614ZM6.94 6.939a1.5 1.5 0 1 1 2.122 2.122 1.5 1.5 0 0 1-2.122-2.122Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LifebuoyIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/LightBulbIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/LightBulbIcon.d.ts new file mode 100644 index 00000000..140569d3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/LightBulbIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LightBulbIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LightBulbIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/LightBulbIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/LightBulbIcon.js new file mode 100644 index 00000000..6c648d6e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/LightBulbIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function LightBulbIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10.618 10.26c-.361.223-.618.598-.618 1.022 0 .226-.142.43-.36.49A6.006 6.006 0 0 1 8 12c-.569 0-1.12-.08-1.64-.227a.504.504 0 0 1-.36-.491c0-.424-.257-.799-.618-1.021a5 5 0 1 1 5.235 0ZM6.867 13.415a.75.75 0 1 0-.225 1.483 9.065 9.065 0 0 0 2.716 0 .75.75 0 1 0-.225-1.483 7.563 7.563 0 0 1-2.266 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LightBulbIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/LinkIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/LinkIcon.d.ts new file mode 100644 index 00000000..7c670eff --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/LinkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LinkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LinkIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/LinkIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/LinkIcon.js new file mode 100644 index 00000000..b0b6434e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/LinkIcon.js @@ -0,0 +1,28 @@ +import * as React from "react"; +function LinkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8.914 6.025a.75.75 0 0 1 1.06 0 3.5 3.5 0 0 1 0 4.95l-2 2a3.5 3.5 0 0 1-5.396-4.402.75.75 0 0 1 1.251.827 2 2 0 0 0 3.085 2.514l2-2a2 2 0 0 0 0-2.828.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.086 9.975a.75.75 0 0 1-1.06 0 3.5 3.5 0 0 1 0-4.95l2-2a3.5 3.5 0 0 1 5.396 4.402.75.75 0 0 1-1.251-.827 2 2 0 0 0-3.085-2.514l-2 2a2 2 0 0 0 0 2.828.75.75 0 0 1 0 1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LinkIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/LinkSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/LinkSlashIcon.d.ts new file mode 100644 index 00000000..10fa71e3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/LinkSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LinkSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LinkSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/LinkSlashIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/LinkSlashIcon.js new file mode 100644 index 00000000..74923f41 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/LinkSlashIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function LinkSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.28 2.22a.75.75 0 0 0-1.06 1.06l10.5 10.5a.75.75 0 1 0 1.06-1.06l-2.999-3a3.5 3.5 0 0 0-.806-3.695.75.75 0 0 0-1.06 1.061c.374.374.569.861.584 1.352L7.116 6.055l1.97-1.97a2 2 0 0 1 3.208 2.3.75.75 0 0 0 1.346.662 3.501 3.501 0 0 0-5.615-4.022l-1.97 1.97L3.28 2.22ZM3.705 9.616a.75.75 0 0 0-1.345-.663 3.501 3.501 0 0 0 5.615 4.022l.379-.379a.75.75 0 0 0-1.061-1.06l-.379.378a2 2 0 0 1-3.209-2.298Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LinkSlashIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ListBulletIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ListBulletIcon.d.ts new file mode 100644 index 00000000..0c6cd1ed --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ListBulletIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ListBulletIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ListBulletIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ListBulletIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ListBulletIcon.js new file mode 100644 index 00000000..aa9998bb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ListBulletIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function ListBulletIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3 4.75a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM6.25 3a.75.75 0 0 0 0 1.5h7a.75.75 0 0 0 0-1.5h-7ZM6.25 7.25a.75.75 0 0 0 0 1.5h7a.75.75 0 0 0 0-1.5h-7ZM6.25 11.5a.75.75 0 0 0 0 1.5h7a.75.75 0 0 0 0-1.5h-7ZM4 12.25a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM3 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ListBulletIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/LockClosedIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/LockClosedIcon.d.ts new file mode 100644 index 00000000..b5df9ca2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/LockClosedIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LockClosedIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LockClosedIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/LockClosedIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/LockClosedIcon.js new file mode 100644 index 00000000..09e4e65a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/LockClosedIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function LockClosedIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 1a3.5 3.5 0 0 0-3.5 3.5V7A1.5 1.5 0 0 0 3 8.5v5A1.5 1.5 0 0 0 4.5 15h7a1.5 1.5 0 0 0 1.5-1.5v-5A1.5 1.5 0 0 0 11.5 7V4.5A3.5 3.5 0 0 0 8 1Zm2 6V4.5a2 2 0 1 0-4 0V7h4Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LockClosedIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/LockOpenIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/LockOpenIcon.d.ts new file mode 100644 index 00000000..0f847fce --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/LockOpenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LockOpenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LockOpenIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/LockOpenIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/LockOpenIcon.js new file mode 100644 index 00000000..5372db8f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/LockOpenIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function LockOpenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M11.5 1A3.5 3.5 0 0 0 8 4.5V7H2.5A1.5 1.5 0 0 0 1 8.5v5A1.5 1.5 0 0 0 2.5 15h7a1.5 1.5 0 0 0 1.5-1.5v-5A1.5 1.5 0 0 0 9.5 7V4.5a2 2 0 1 1 4 0v1.75a.75.75 0 0 0 1.5 0V4.5A3.5 3.5 0 0 0 11.5 1Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LockOpenIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/MagnifyingGlassCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/MagnifyingGlassCircleIcon.d.ts new file mode 100644 index 00000000..bb57af1e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/MagnifyingGlassCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MagnifyingGlassCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MagnifyingGlassCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/MagnifyingGlassCircleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/MagnifyingGlassCircleIcon.js new file mode 100644 index 00000000..54605e4d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/MagnifyingGlassCircleIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function MagnifyingGlassCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5.94 8.06a1.5 1.5 0 1 1 2.12-2.12 1.5 1.5 0 0 1-2.12 2.12Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14ZM4.879 4.879a3 3 0 0 0 3.645 4.706L9.72 10.78a.75.75 0 0 0 1.061-1.06L9.585 8.524A3.001 3.001 0 0 0 4.879 4.88Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MagnifyingGlassCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/MagnifyingGlassIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/MagnifyingGlassIcon.d.ts new file mode 100644 index 00000000..8481bf29 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/MagnifyingGlassIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MagnifyingGlassIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MagnifyingGlassIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/MagnifyingGlassIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/MagnifyingGlassIcon.js new file mode 100644 index 00000000..1db5c6b5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/MagnifyingGlassIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function MagnifyingGlassIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.965 11.026a5 5 0 1 1 1.06-1.06l2.755 2.754a.75.75 0 1 1-1.06 1.06l-2.755-2.754ZM10.5 7a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MagnifyingGlassIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/MagnifyingGlassMinusIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/MagnifyingGlassMinusIcon.d.ts new file mode 100644 index 00000000..e0d8a15d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/MagnifyingGlassMinusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MagnifyingGlassMinusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MagnifyingGlassMinusIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/MagnifyingGlassMinusIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/MagnifyingGlassMinusIcon.js new file mode 100644 index 00000000..0df3f0f9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/MagnifyingGlassMinusIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function MagnifyingGlassMinusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8.75 6.25h-3.5a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7 12c1.11 0 2.136-.362 2.965-.974l2.755 2.754a.75.75 0 1 0 1.06-1.06l-2.754-2.755A5 5 0 1 0 7 12Zm0-1.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MagnifyingGlassMinusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/MagnifyingGlassPlusIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/MagnifyingGlassPlusIcon.d.ts new file mode 100644 index 00000000..2f92e87a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/MagnifyingGlassPlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MagnifyingGlassPlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MagnifyingGlassPlusIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/MagnifyingGlassPlusIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/MagnifyingGlassPlusIcon.js new file mode 100644 index 00000000..2a24cf1f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/MagnifyingGlassPlusIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function MagnifyingGlassPlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M6.25 8.75v-1h-1a.75.75 0 0 1 0-1.5h1v-1a.75.75 0 0 1 1.5 0v1h1a.75.75 0 0 1 0 1.5h-1v1a.75.75 0 0 1-1.5 0Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7 12c1.11 0 2.136-.362 2.965-.974l2.755 2.754a.75.75 0 1 0 1.06-1.06l-2.754-2.755A5 5 0 1 0 7 12Zm0-1.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MagnifyingGlassPlusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/MapIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/MapIcon.d.ts new file mode 100644 index 00000000..0d81f6f4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/MapIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MapIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MapIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/MapIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/MapIcon.js new file mode 100644 index 00000000..8305bafa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/MapIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function MapIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.37 2.257a1.25 1.25 0 0 1 1.214-.054l3.378 1.69 2.133-1.313A1.25 1.25 0 0 1 14 3.644v7.326c0 .434-.225.837-.595 1.065l-2.775 1.708a1.25 1.25 0 0 1-1.214.053l-3.378-1.689-2.133 1.313A1.25 1.25 0 0 1 2 12.354V5.029c0-.434.225-.837.595-1.064L5.37 2.257ZM6 4a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0v-4.5A.75.75 0 0 1 6 4Zm4.75 2.75a.75.75 0 0 0-1.5 0v4.5a.75.75 0 0 0 1.5 0v-4.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MapIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/MapPinIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/MapPinIcon.d.ts new file mode 100644 index 00000000..5a651e4f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/MapPinIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MapPinIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MapPinIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/MapPinIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/MapPinIcon.js new file mode 100644 index 00000000..a9d3de4f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/MapPinIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function MapPinIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "m7.539 14.841.003.003.002.002a.755.755 0 0 0 .912 0l.002-.002.003-.003.012-.009a5.57 5.57 0 0 0 .19-.153 15.588 15.588 0 0 0 2.046-2.082c1.101-1.362 2.291-3.342 2.291-5.597A5 5 0 0 0 3 7c0 2.255 1.19 4.235 2.292 5.597a15.591 15.591 0 0 0 2.046 2.082 8.916 8.916 0 0 0 .189.153l.012.01ZM8 8.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MapPinIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/MegaphoneIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/MegaphoneIcon.d.ts new file mode 100644 index 00000000..105abf4b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/MegaphoneIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MegaphoneIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MegaphoneIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/MegaphoneIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/MegaphoneIcon.js new file mode 100644 index 00000000..853dac06 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/MegaphoneIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function MegaphoneIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M13.407 2.59a.75.75 0 0 0-1.464.326c.365 1.636.557 3.337.557 5.084 0 1.747-.192 3.448-.557 5.084a.75.75 0 0 0 1.464.327c.264-1.185.444-2.402.531-3.644a2 2 0 0 0 0-3.534 24.736 24.736 0 0 0-.531-3.643ZM4.348 11H4a3 3 0 0 1 0-6h2c1.647 0 3.217-.332 4.646-.933C10.878 5.341 11 6.655 11 8c0 1.345-.122 2.659-.354 3.933a11.946 11.946 0 0 0-4.23-.925c.203.718.478 1.407.816 2.057.12.23.057.515-.155.663l-.828.58a.484.484 0 0 1-.707-.16A12.91 12.91 0 0 1 4.348 11Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MegaphoneIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/MicrophoneIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/MicrophoneIcon.d.ts new file mode 100644 index 00000000..8671d6b9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/MicrophoneIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MicrophoneIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MicrophoneIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/MicrophoneIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/MicrophoneIcon.js new file mode 100644 index 00000000..ea753257 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/MicrophoneIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function MicrophoneIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8 1a2 2 0 0 0-2 2v4a2 2 0 1 0 4 0V3a2 2 0 0 0-2-2Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M4.5 7A.75.75 0 0 0 3 7a5.001 5.001 0 0 0 4.25 4.944V13.5h-1.5a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5h-1.5v-1.556A5.001 5.001 0 0 0 13 7a.75.75 0 0 0-1.5 0 3.5 3.5 0 1 1-7 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MicrophoneIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/MinusCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/MinusCircleIcon.d.ts new file mode 100644 index 00000000..cfc27bcc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/MinusCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MinusCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MinusCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/MinusCircleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/MinusCircleIcon.js new file mode 100644 index 00000000..3804f01f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/MinusCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function MinusCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Zm4-7a.75.75 0 0 0-.75-.75h-6.5a.75.75 0 0 0 0 1.5h6.5A.75.75 0 0 0 12 8Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MinusCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/MinusIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/MinusIcon.d.ts new file mode 100644 index 00000000..7fdb4b6c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/MinusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MinusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MinusIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/MinusIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/MinusIcon.js new file mode 100644 index 00000000..3554333d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/MinusIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function MinusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.75 7.25a.75.75 0 0 0 0 1.5h8.5a.75.75 0 0 0 0-1.5h-8.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MinusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/MoonIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/MoonIcon.d.ts new file mode 100644 index 00000000..de7d2c5e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/MoonIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MoonIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MoonIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/MoonIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/MoonIcon.js new file mode 100644 index 00000000..e02cc4ec --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/MoonIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function MoonIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M14.438 10.148c.19-.425-.321-.787-.748-.601A5.5 5.5 0 0 1 6.453 2.31c.186-.427-.176-.938-.6-.748a6.501 6.501 0 1 0 8.585 8.586Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MoonIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/MusicalNoteIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/MusicalNoteIcon.d.ts new file mode 100644 index 00000000..043d34ef --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/MusicalNoteIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MusicalNoteIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MusicalNoteIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/MusicalNoteIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/MusicalNoteIcon.js new file mode 100644 index 00000000..1fd4f75f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/MusicalNoteIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function MusicalNoteIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M14 1.75a.75.75 0 0 0-.89-.737l-7.502 1.43a.75.75 0 0 0-.61.736v2.5c0 .018 0 .036.002.054V9.73a1 1 0 0 1-.813.983l-.58.11a1.978 1.978 0 0 0 .741 3.886l.603-.115c.9-.171 1.55-.957 1.55-1.873v-1.543l-.001-.043V6.3l6-1.143v3.146a1 1 0 0 1-.813.982l-.584.111a1.978 1.978 0 0 0 .74 3.886l.326-.062A2.252 2.252 0 0 0 14 11.007V1.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MusicalNoteIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/NewspaperIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/NewspaperIcon.d.ts new file mode 100644 index 00000000..79735338 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/NewspaperIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const NewspaperIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default NewspaperIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/NewspaperIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/NewspaperIcon.js new file mode 100644 index 00000000..a9c5ff27 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/NewspaperIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function NewspaperIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v9a2 2 0 0 0 2 2h8a2 2 0 0 1-2-2V3ZM4 4h4v2H4V4Zm4 3.5H4V9h4V7.5Zm-4 3h4V12H4v-1.5Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M13 5h-1.5v6.25a1.25 1.25 0 1 0 2.5 0V6a1 1 0 0 0-1-1Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(NewspaperIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/NoSymbolIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/NoSymbolIcon.d.ts new file mode 100644 index 00000000..5a3d4b75 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/NoSymbolIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const NoSymbolIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default NoSymbolIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/NoSymbolIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/NoSymbolIcon.js new file mode 100644 index 00000000..6e004f6f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/NoSymbolIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function NoSymbolIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.05 3.05a7 7 0 1 1 9.9 9.9 7 7 0 0 1-9.9-9.9Zm1.627.566 7.707 7.707a5.501 5.501 0 0 0-7.707-7.707Zm6.646 8.768L3.616 4.677a5.501 5.501 0 0 0 7.707 7.707Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(NoSymbolIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/NumberedListIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/NumberedListIcon.d.ts new file mode 100644 index 00000000..bd0b135f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/NumberedListIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const NumberedListIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default NumberedListIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/NumberedListIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/NumberedListIcon.js new file mode 100644 index 00000000..9cea7f4e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/NumberedListIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function NumberedListIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2.995 1a.625.625 0 1 0 0 1.25h.38v2.125a.625.625 0 1 0 1.25 0v-2.75A.625.625 0 0 0 4 1H2.995ZM3.208 7.385a2.37 2.37 0 0 1 1.027-.124L2.573 8.923a.625.625 0 0 0 .439 1.067l1.987.011a.625.625 0 0 0 .006-1.25l-.49-.003.777-.776c.215-.215.335-.506.335-.809 0-.465-.297-.957-.842-1.078a3.636 3.636 0 0 0-1.993.121.625.625 0 1 0 .416 1.179ZM2.625 11a.625.625 0 1 0 0 1.25H4.25a.125.125 0 0 1 0 .25H3.5a.625.625 0 1 0 0 1.25h.75a.125.125 0 0 1 0 .25H2.625a.625.625 0 1 0 0 1.25H4.25a1.375 1.375 0 0 0 1.153-2.125A1.375 1.375 0 0 0 4.25 11H2.625ZM7.25 2a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5h-6ZM7.25 7.25a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5h-6ZM6.5 13.25a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5h-6a.75.75 0 0 1-.75-.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(NumberedListIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PaintBrushIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/PaintBrushIcon.d.ts new file mode 100644 index 00000000..2278908e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PaintBrushIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PaintBrushIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PaintBrushIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PaintBrushIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/PaintBrushIcon.js new file mode 100644 index 00000000..0bde484d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PaintBrushIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function PaintBrushIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M12.613 1.258a1.535 1.535 0 0 1 2.13 2.129l-1.905 2.856a8 8 0 0 1-3.56 2.939 4.011 4.011 0 0 0-2.46-2.46 8 8 0 0 1 2.94-3.56l2.855-1.904ZM5.5 8A2.5 2.5 0 0 0 3 10.5a.5.5 0 0 1-.7.459.75.75 0 0 0-.983 1A3.5 3.5 0 0 0 8 10.5 2.5 2.5 0 0 0 5.5 8Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PaintBrushIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PaperAirplaneIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/PaperAirplaneIcon.d.ts new file mode 100644 index 00000000..8f9b057d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PaperAirplaneIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PaperAirplaneIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PaperAirplaneIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PaperAirplaneIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/PaperAirplaneIcon.js new file mode 100644 index 00000000..9af7a372 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PaperAirplaneIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function PaperAirplaneIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2.87 2.298a.75.75 0 0 0-.812 1.021L3.39 6.624a1 1 0 0 0 .928.626H8.25a.75.75 0 0 1 0 1.5H4.318a1 1 0 0 0-.927.626l-1.333 3.305a.75.75 0 0 0 .811 1.022 24.89 24.89 0 0 0 11.668-5.115.75.75 0 0 0 0-1.175A24.89 24.89 0 0 0 2.869 2.298Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PaperAirplaneIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PaperClipIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/PaperClipIcon.d.ts new file mode 100644 index 00000000..85bc18b3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PaperClipIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PaperClipIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PaperClipIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PaperClipIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/PaperClipIcon.js new file mode 100644 index 00000000..cfabe796 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PaperClipIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PaperClipIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.914 4.086a2 2 0 0 0-2.828 0l-5 5a2 2 0 1 0 2.828 2.828l.556-.555a.75.75 0 0 1 1.06 1.06l-.555.556a3.5 3.5 0 0 1-4.95-4.95l5-5a3.5 3.5 0 0 1 4.95 4.95l-1.972 1.972a2.125 2.125 0 0 1-3.006-3.005L9.97 4.97a.75.75 0 1 1 1.06 1.06L9.058 8.003a.625.625 0 0 0 .884.883l1.972-1.972a2 2 0 0 0 0-2.828Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PaperClipIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PauseCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/PauseCircleIcon.d.ts new file mode 100644 index 00000000..369128d9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PauseCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PauseCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PauseCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PauseCircleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/PauseCircleIcon.js new file mode 100644 index 00000000..673fb776 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PauseCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PauseCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM5.5 5.5A.5.5 0 0 1 6 5h.5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5H6a.5.5 0 0 1-.5-.5v-5Zm4-.5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h.5a.5.5 0 0 0 .5-.5v-5A.5.5 0 0 0 10 5h-.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PauseCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PauseIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/PauseIcon.d.ts new file mode 100644 index 00000000..be960989 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PauseIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PauseIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PauseIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PauseIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/PauseIcon.js new file mode 100644 index 00000000..cab1c633 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PauseIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function PauseIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4.5 2a.5.5 0 0 0-.5.5v11a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-11a.5.5 0 0 0-.5-.5h-1ZM10.5 2a.5.5 0 0 0-.5.5v11a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-11a.5.5 0 0 0-.5-.5h-1Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PauseIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PencilIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/PencilIcon.d.ts new file mode 100644 index 00000000..cfc12556 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PencilIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PencilIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PencilIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PencilIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/PencilIcon.js new file mode 100644 index 00000000..793d1566 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PencilIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PencilIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.013 2.513a1.75 1.75 0 0 1 2.475 2.474L6.226 12.25a2.751 2.751 0 0 1-.892.596l-2.047.848a.75.75 0 0 1-.98-.98l.848-2.047a2.75 2.75 0 0 1 .596-.892l7.262-7.261Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PencilIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PencilSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/PencilSquareIcon.d.ts new file mode 100644 index 00000000..b1008d21 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PencilSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PencilSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PencilSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PencilSquareIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/PencilSquareIcon.js new file mode 100644 index 00000000..0d05e133 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PencilSquareIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PencilSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M13.488 2.513a1.75 1.75 0 0 0-2.475 0L6.75 6.774a2.75 2.75 0 0 0-.596.892l-.848 2.047a.75.75 0 0 0 .98.98l2.047-.848a2.75 2.75 0 0 0 .892-.596l4.261-4.262a1.75 1.75 0 0 0 0-2.474Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M4.75 3.5c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h6.5c.69 0 1.25-.56 1.25-1.25V9A.75.75 0 0 1 14 9v2.25A2.75 2.75 0 0 1 11.25 14h-6.5A2.75 2.75 0 0 1 2 11.25v-6.5A2.75 2.75 0 0 1 4.75 2H7a.75.75 0 0 1 0 1.5H4.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PencilSquareIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PercentBadgeIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/PercentBadgeIcon.d.ts new file mode 100644 index 00000000..e879c9fe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PercentBadgeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PercentBadgeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PercentBadgeIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PercentBadgeIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/PercentBadgeIcon.js new file mode 100644 index 00000000..8cef9e36 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PercentBadgeIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PercentBadgeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.396 6.093a2 2 0 0 0 0 3.814 2 2 0 0 0 2.697 2.697 2 2 0 0 0 3.814 0 2.001 2.001 0 0 0 2.698-2.697 2 2 0 0 0-.001-3.814 2.001 2.001 0 0 0-2.697-2.698 2 2 0 0 0-3.814.001 2 2 0 0 0-2.697 2.697ZM6 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm3.47-1.53a.75.75 0 1 1 1.06 1.06l-4 4a.75.75 0 1 1-1.06-1.06l4-4ZM11 10a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PercentBadgeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PhoneArrowDownLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/PhoneArrowDownLeftIcon.d.ts new file mode 100644 index 00000000..a9d877f2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PhoneArrowDownLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PhoneArrowDownLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PhoneArrowDownLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PhoneArrowDownLeftIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/PhoneArrowDownLeftIcon.js new file mode 100644 index 00000000..c406c3ca --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PhoneArrowDownLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PhoneArrowDownLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "m4.922 6.752-1.067.534a7.52 7.52 0 0 0 4.859 4.86l.534-1.068a1 1 0 0 1 1.046-.542l2.858.44a1 1 0 0 1 .848.988V13a1 1 0 0 1-1 1h-2c-.709 0-1.4-.082-2.062-.238a9.012 9.012 0 0 1-6.7-6.7A9.024 9.024 0 0 1 2 5V3a1 1 0 0 1 1-1h1.036a1 1 0 0 1 .988.848l.44 2.858a1 1 0 0 1-.542 1.046Z" + }), /*#__PURE__*/React.createElement("path", { + d: "m11.56 5.5 2.22-2.22a.75.75 0 0 0-1.06-1.06L10.5 4.44V2.75a.75.75 0 0 0-1.5 0v3.5c0 .414.336.75.75.75h3.5a.75.75 0 0 0 0-1.5h-1.69Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PhoneArrowDownLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PhoneArrowUpRightIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/PhoneArrowUpRightIcon.d.ts new file mode 100644 index 00000000..9b1ff4da --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PhoneArrowUpRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PhoneArrowUpRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PhoneArrowUpRightIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PhoneArrowUpRightIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/PhoneArrowUpRightIcon.js new file mode 100644 index 00000000..d1471246 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PhoneArrowUpRightIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PhoneArrowUpRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "m4.922 6.752-1.067.534a7.52 7.52 0 0 0 4.859 4.86l.534-1.068a1 1 0 0 1 1.046-.542l2.858.44a1 1 0 0 1 .848.988V13a1 1 0 0 1-1 1h-2c-.709 0-1.4-.082-2.062-.238a9.012 9.012 0 0 1-6.7-6.7A9.024 9.024 0 0 1 2 5V3a1 1 0 0 1 1-1h1.036a1 1 0 0 1 .988.848l.44 2.858a1 1 0 0 1-.542 1.046Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M9.22 5.72a.75.75 0 0 0 1.06 1.06l2.22-2.22v1.69a.75.75 0 0 0 1.5 0v-3.5a.75.75 0 0 0-.75-.75h-3.5a.75.75 0 0 0 0 1.5h1.69L9.22 5.72Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PhoneArrowUpRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PhoneIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/PhoneIcon.d.ts new file mode 100644 index 00000000..e9a6bb47 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PhoneIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PhoneIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PhoneIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PhoneIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/PhoneIcon.js new file mode 100644 index 00000000..964dda9e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PhoneIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PhoneIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "m3.855 7.286 1.067-.534a1 1 0 0 0 .542-1.046l-.44-2.858A1 1 0 0 0 4.036 2H3a1 1 0 0 0-1 1v2c0 .709.082 1.4.238 2.062a9.012 9.012 0 0 0 6.7 6.7A9.024 9.024 0 0 0 11 14h2a1 1 0 0 0 1-1v-1.036a1 1 0 0 0-.848-.988l-2.858-.44a1 1 0 0 0-1.046.542l-.534 1.067a7.52 7.52 0 0 1-4.86-4.859Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PhoneIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PhoneXMarkIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/PhoneXMarkIcon.d.ts new file mode 100644 index 00000000..f4afe695 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PhoneXMarkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PhoneXMarkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PhoneXMarkIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PhoneXMarkIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/PhoneXMarkIcon.js new file mode 100644 index 00000000..01e4dd1a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PhoneXMarkIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PhoneXMarkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "m3.855 7.286 1.067-.534a1 1 0 0 0 .542-1.046l-.44-2.858A1 1 0 0 0 4.036 2H3a1 1 0 0 0-1 1v2c0 .709.082 1.4.238 2.062a9.012 9.012 0 0 0 6.7 6.7A9.024 9.024 0 0 0 11 14h2a1 1 0 0 0 1-1v-1.036a1 1 0 0 0-.848-.988l-2.858-.44a1 1 0 0 0-1.046.542l-.534 1.067a7.52 7.52 0 0 1-4.86-4.859Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M13.78 2.22a.75.75 0 0 1 0 1.06L12.56 4.5l1.22 1.22a.75.75 0 0 1-1.06 1.06L11.5 5.56l-1.22 1.22a.75.75 0 1 1-1.06-1.06l1.22-1.22-1.22-1.22a.75.75 0 0 1 1.06-1.06l1.22 1.22 1.22-1.22a.75.75 0 0 1 1.06 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PhoneXMarkIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PhotoIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/PhotoIcon.d.ts new file mode 100644 index 00000000..b00e9f04 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PhotoIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PhotoIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PhotoIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PhotoIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/PhotoIcon.js new file mode 100644 index 00000000..7937696f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PhotoIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PhotoIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4Zm10.5 5.707a.5.5 0 0 0-.146-.353l-1-1a.5.5 0 0 0-.708 0L9.354 9.646a.5.5 0 0 1-.708 0L6.354 7.354a.5.5 0 0 0-.708 0l-2 2a.5.5 0 0 0-.146.353V12a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5V9.707ZM12 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PhotoIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PlayCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/PlayCircleIcon.d.ts new file mode 100644 index 00000000..a320814d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PlayCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PlayCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlayCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PlayCircleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/PlayCircleIcon.js new file mode 100644 index 00000000..070b28b0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PlayCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PlayCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Zm-.847-9.766A.75.75 0 0 0 6 5.866v4.268a.75.75 0 0 0 1.153.633l3.353-2.134a.75.75 0 0 0 0-1.266L7.153 5.234Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlayCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PlayIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/PlayIcon.d.ts new file mode 100644 index 00000000..7da224c8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PlayIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PlayIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlayIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PlayIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/PlayIcon.js new file mode 100644 index 00000000..6a667a33 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PlayIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function PlayIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3 3.732a1.5 1.5 0 0 1 2.305-1.265l6.706 4.267a1.5 1.5 0 0 1 0 2.531l-6.706 4.268A1.5 1.5 0 0 1 3 12.267V3.732Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlayIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PlayPauseIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/PlayPauseIcon.d.ts new file mode 100644 index 00000000..1baf435f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PlayPauseIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PlayPauseIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlayPauseIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PlayPauseIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/PlayPauseIcon.js new file mode 100644 index 00000000..4d3bf3a9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PlayPauseIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function PlayPauseIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M1 4.804a1 1 0 0 1 1.53-.848l5.113 3.196a1 1 0 0 1 0 1.696L2.53 12.044A1 1 0 0 1 1 11.196V4.804ZM13.5 4.5A.5.5 0 0 1 14 4h.5a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5H14a.5.5 0 0 1-.5-.5v-7ZM10.5 4a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h.5a.5.5 0 0 0 .5-.5v-7A.5.5 0 0 0 11 4h-.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlayPauseIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PlusCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/PlusCircleIcon.d.ts new file mode 100644 index 00000000..9c7ce73d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PlusCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PlusCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlusCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PlusCircleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/PlusCircleIcon.js new file mode 100644 index 00000000..b2bbd15b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PlusCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PlusCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Zm.75-10.25v2.5h2.5a.75.75 0 0 1 0 1.5h-2.5v2.5a.75.75 0 0 1-1.5 0v-2.5h-2.5a.75.75 0 0 1 0-1.5h2.5v-2.5a.75.75 0 0 1 1.5 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlusCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PlusIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/PlusIcon.d.ts new file mode 100644 index 00000000..04e381a1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlusIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PlusIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/PlusIcon.js new file mode 100644 index 00000000..09420a49 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PlusIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function PlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8.75 3.75a.75.75 0 0 0-1.5 0v3.5h-3.5a.75.75 0 0 0 0 1.5h3.5v3.5a.75.75 0 0 0 1.5 0v-3.5h3.5a.75.75 0 0 0 0-1.5h-3.5v-3.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PowerIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/PowerIcon.d.ts new file mode 100644 index 00000000..754fe6b1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PowerIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PowerIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PowerIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PowerIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/PowerIcon.js new file mode 100644 index 00000000..b9b7f66b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PowerIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PowerIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 1a.75.75 0 0 1 .75.75v6.5a.75.75 0 0 1-1.5 0v-6.5A.75.75 0 0 1 8 1ZM4.11 3.05a.75.75 0 0 1 0 1.06 5.5 5.5 0 1 0 7.78 0 .75.75 0 0 1 1.06-1.06 7 7 0 1 1-9.9 0 .75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PowerIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PresentationChartBarIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/PresentationChartBarIcon.d.ts new file mode 100644 index 00000000..d80b6596 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PresentationChartBarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PresentationChartBarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PresentationChartBarIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PresentationChartBarIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/PresentationChartBarIcon.js new file mode 100644 index 00000000..a4c6b89a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PresentationChartBarIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PresentationChartBarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.75 2a.75.75 0 0 0 0 1.5H2V9a2 2 0 0 0 2 2h.043l-1.004 3.013a.75.75 0 0 0 1.423.474L4.624 14h6.752l.163.487a.75.75 0 1 0 1.422-.474L11.957 11H12a2 2 0 0 0 2-2V3.5h.25a.75.75 0 0 0 0-1.5H1.75Zm8.626 9 .5 1.5H5.124l.5-1.5h4.752ZM5.25 7a.75.75 0 0 0-.75.75v.5a.75.75 0 0 0 1.5 0v-.5A.75.75 0 0 0 5.25 7ZM10 4.75a.75.75 0 0 1 1.5 0v3.5a.75.75 0 0 1-1.5 0v-3.5ZM8 5.5a.75.75 0 0 0-.75.75v2a.75.75 0 0 0 1.5 0v-2A.75.75 0 0 0 8 5.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PresentationChartBarIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PresentationChartLineIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/PresentationChartLineIcon.d.ts new file mode 100644 index 00000000..a240a46d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PresentationChartLineIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PresentationChartLineIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PresentationChartLineIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PresentationChartLineIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/PresentationChartLineIcon.js new file mode 100644 index 00000000..cac9e05b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PresentationChartLineIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PresentationChartLineIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.75 2a.75.75 0 0 0 0 1.5H2V9a2 2 0 0 0 2 2h.043l-1.005 3.013a.75.75 0 0 0 1.423.474L4.624 14h6.752l.163.487a.75.75 0 0 0 1.423-.474L11.957 11H12a2 2 0 0 0 2-2V3.5h.25a.75.75 0 0 0 0-1.5H1.75Zm8.626 9 .5 1.5H5.124l.5-1.5h4.752Zm1.317-5.833a.75.75 0 0 0-.892-1.206 8.789 8.789 0 0 0-2.465 2.814L7.28 5.72a.75.75 0 0 0-1.06 0l-2 2a.75.75 0 0 0 1.06 1.06l1.47-1.47L8.028 8.59a.75.75 0 0 0 1.228-.255 7.275 7.275 0 0 1 2.437-3.167Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PresentationChartLineIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PrinterIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/PrinterIcon.d.ts new file mode 100644 index 00000000..f1d1be8f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PrinterIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PrinterIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PrinterIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PrinterIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/PrinterIcon.js new file mode 100644 index 00000000..63c45631 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PrinterIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PrinterIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4 5a2 2 0 0 0-2 2v3a2 2 0 0 0 1.51 1.94l-.315 1.896A1 1 0 0 0 4.18 15h7.639a1 1 0 0 0 .986-1.164l-.316-1.897A2 2 0 0 0 14 10V7a2 2 0 0 0-2-2V2a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v3Zm1.5 0V2.5h5V5h-5Zm5.23 5.5H5.27l-.5 3h6.459l-.5-3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PrinterIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PuzzlePieceIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/PuzzlePieceIcon.d.ts new file mode 100644 index 00000000..04f58f55 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PuzzlePieceIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PuzzlePieceIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PuzzlePieceIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/PuzzlePieceIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/PuzzlePieceIcon.js new file mode 100644 index 00000000..9ab93d5e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/PuzzlePieceIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function PuzzlePieceIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M9 3.889c0-.273.188-.502.417-.65.355-.229.583-.587.583-.989C10 1.56 9.328 1 8.5 1S7 1.56 7 2.25c0 .41.237.774.603 1.002.22.137.397.355.397.613 0 .331-.275.596-.605.579-.744-.04-1.482-.1-2.214-.18a.75.75 0 0 0-.83.81c.067.764.111 1.535.133 2.312A.6.6 0 0 1 3.882 8c-.268 0-.495-.185-.64-.412C3.015 7.231 2.655 7 2.25 7 1.56 7 1 7.672 1 8.5S1.56 10 2.25 10c.404 0 .764-.23.993-.588.144-.227.37-.412.64-.412a.6.6 0 0 1 .601.614 39.338 39.338 0 0 1-.231 3.3.75.75 0 0 0 .661.829c.826.093 1.66.161 2.5.204A.56.56 0 0 0 8 13.386c0-.271-.187-.499-.415-.645C7.23 12.512 7 12.153 7 11.75c0-.69.672-1.25 1.5-1.25s1.5.56 1.5 1.25c0 .403-.23.762-.585.99-.228.147-.415.375-.415.646v.11c0 .278.223.504.5.504 1.196 0 2.381-.052 3.552-.154a.75.75 0 0 0 .68-.661c.135-1.177.22-2.37.253-3.574a.597.597 0 0 0-.6-.611c-.27 0-.498.187-.644.415-.229.356-.588.585-.991.585-.69 0-1.25-.672-1.25-1.5S11.06 7 11.75 7c.403 0 .762.23.99.585.147.228.375.415.646.415a.597.597 0 0 0 .599-.61 40.914 40.914 0 0 0-.132-2.365.75.75 0 0 0-.815-.684A39.51 39.51 0 0 1 9.5 4.5a.501.501 0 0 1-.5-.503v-.108Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PuzzlePieceIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/QrCodeIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/QrCodeIcon.d.ts new file mode 100644 index 00000000..3106d4bb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/QrCodeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const QrCodeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default QrCodeIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/QrCodeIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/QrCodeIcon.js new file mode 100644 index 00000000..b2fbd67d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/QrCodeIcon.js @@ -0,0 +1,40 @@ +import * as React from "react"; +function QrCodeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4.75 4.25a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 3.5A1.5 1.5 0 0 1 3.5 2H6a1.5 1.5 0 0 1 1.5 1.5V6A1.5 1.5 0 0 1 6 7.5H3.5A1.5 1.5 0 0 1 2 6V3.5Zm1.5 0H6V6H3.5V3.5Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M4.25 11.25a.5.5 0 1 1 1 0 .5.5 0 0 1-1 0Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 10a1.5 1.5 0 0 1 1.5-1.5H6A1.5 1.5 0 0 1 7.5 10v2.5A1.5 1.5 0 0 1 6 14H3.5A1.5 1.5 0 0 1 2 12.5V10Zm1.5 2.5V10H6v2.5H3.5Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M11.25 4.25a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 2a1.5 1.5 0 0 0-1.5 1.5V6A1.5 1.5 0 0 0 10 7.5h2.5A1.5 1.5 0 0 0 14 6V3.5A1.5 1.5 0 0 0 12.5 2H10Zm2.5 1.5H10V6h2.5V3.5Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M8.5 9.417a.917.917 0 1 1 1.833 0 .917.917 0 0 1-1.833 0ZM8.5 13.083a.917.917 0 1 1 1.833 0 .917.917 0 0 1-1.833 0ZM13.083 8.5a.917.917 0 1 0 0 1.833.917.917 0 0 0 0-1.833ZM12.166 13.084a.917.917 0 1 1 1.833 0 .917.917 0 0 1-1.833 0ZM11.25 10.333a.917.917 0 1 0 0 1.833.917.917 0 0 0 0-1.833Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(QrCodeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/QuestionMarkCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/QuestionMarkCircleIcon.d.ts new file mode 100644 index 00000000..987c90a9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/QuestionMarkCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const QuestionMarkCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default QuestionMarkCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/QuestionMarkCircleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/QuestionMarkCircleIcon.js new file mode 100644 index 00000000..411eab82 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/QuestionMarkCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function QuestionMarkCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0Zm-6 3.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM7.293 5.293a1 1 0 1 1 .99 1.667c-.459.134-1.033.566-1.033 1.29v.25a.75.75 0 1 0 1.5 0v-.115a2.5 2.5 0 1 0-2.518-4.153.75.75 0 1 0 1.061 1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(QuestionMarkCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/QueueListIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/QueueListIcon.d.ts new file mode 100644 index 00000000..a466459c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/QueueListIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const QueueListIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default QueueListIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/QueueListIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/QueueListIcon.js new file mode 100644 index 00000000..6d1e48d6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/QueueListIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function QueueListIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2 4a2 2 0 0 1 2-2h8a2 2 0 1 1 0 4H4a2 2 0 0 1-2-2ZM2 9.25a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 9.25ZM2.75 12.5a.75.75 0 0 0 0 1.5h10.5a.75.75 0 0 0 0-1.5H2.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(QueueListIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/RadioIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/RadioIcon.d.ts new file mode 100644 index 00000000..3ca8a702 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/RadioIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const RadioIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default RadioIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/RadioIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/RadioIcon.js new file mode 100644 index 00000000..f2fbb990 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/RadioIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function RadioIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.437 1.45a.75.75 0 0 1-.386.987L7.478 4H13a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h.736l6.713-2.937a.75.75 0 0 1 .988.386ZM12 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM6.75 6.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm-.75 3a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm2.323-1.225a.75.75 0 1 1-.75-1.3.75.75 0 0 1 .75 1.3ZM7.3 9.75a.75.75 0 1 0 1.299.75.75.75 0 0 0-1.3-.75Zm-.549 1.5a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm-3.348-.75a.75.75 0 1 0 1.3-.75.75.75 0 0 0-1.3.75Zm.275-1.975a.75.75 0 1 1 .75-1.3.75.75 0 0 1-.75 1.3ZM12 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(RadioIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ReceiptPercentIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ReceiptPercentIcon.d.ts new file mode 100644 index 00000000..605fd45e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ReceiptPercentIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ReceiptPercentIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ReceiptPercentIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ReceiptPercentIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ReceiptPercentIcon.js new file mode 100644 index 00000000..352b23a9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ReceiptPercentIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ReceiptPercentIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.25 2A2.25 2.25 0 0 0 3 4.25v9a.75.75 0 0 0 1.183.613l1.692-1.195 1.692 1.195a.75.75 0 0 0 .866 0l1.692-1.195 1.693 1.195A.75.75 0 0 0 13 13.25v-9A2.25 2.25 0 0 0 10.75 2h-5.5Zm5.53 4.28a.75.75 0 1 0-1.06-1.06l-4.5 4.5a.75.75 0 1 0 1.06 1.06l4.5-4.5ZM7 6.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm2.75 4.25a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ReceiptPercentIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ReceiptRefundIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ReceiptRefundIcon.d.ts new file mode 100644 index 00000000..0a37ab1d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ReceiptRefundIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ReceiptRefundIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ReceiptRefundIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ReceiptRefundIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ReceiptRefundIcon.js new file mode 100644 index 00000000..bc2a0736 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ReceiptRefundIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ReceiptRefundIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.25 2A2.25 2.25 0 0 0 3 4.25v9a.75.75 0 0 0 1.183.613l1.692-1.195 1.692 1.195a.75.75 0 0 0 .866 0l1.692-1.195 1.693 1.195A.75.75 0 0 0 13 13.25v-9A2.25 2.25 0 0 0 10.75 2h-5.5Zm3.03 3.28a.75.75 0 0 0-1.06-1.06L4.97 6.47a.75.75 0 0 0 0 1.06l2.25 2.25a.75.75 0 0 0 1.06-1.06l-.97-.97h1.315c.76 0 1.375.616 1.375 1.375a.75.75 0 0 0 1.5 0A2.875 2.875 0 0 0 8.625 6.25H7.311l.97-.97Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ReceiptRefundIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/RectangleGroupIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/RectangleGroupIcon.d.ts new file mode 100644 index 00000000..074cdeaa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/RectangleGroupIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const RectangleGroupIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default RectangleGroupIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/RectangleGroupIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/RectangleGroupIcon.js new file mode 100644 index 00000000..a7dd38e3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/RectangleGroupIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function RectangleGroupIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M1 4a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4ZM10 5a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1V5ZM4 10a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1H4Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(RectangleGroupIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/RectangleStackIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/RectangleStackIcon.d.ts new file mode 100644 index 00000000..611b8a88 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/RectangleStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const RectangleStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default RectangleStackIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/RectangleStackIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/RectangleStackIcon.js new file mode 100644 index 00000000..4388f296 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/RectangleStackIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function RectangleStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5 3.5A1.5 1.5 0 0 1 6.5 2h3A1.5 1.5 0 0 1 11 3.5H5ZM4.5 5A1.5 1.5 0 0 0 3 6.5v.041a3.02 3.02 0 0 1 .5-.041h9c.17 0 .337.014.5.041V6.5A1.5 1.5 0 0 0 11.5 5h-7ZM12.5 8h-9A1.5 1.5 0 0 0 2 9.5v3A1.5 1.5 0 0 0 3.5 14h9a1.5 1.5 0 0 0 1.5-1.5v-3A1.5 1.5 0 0 0 12.5 8Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(RectangleStackIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/RocketLaunchIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/RocketLaunchIcon.d.ts new file mode 100644 index 00000000..101beeaf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/RocketLaunchIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const RocketLaunchIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default RocketLaunchIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/RocketLaunchIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/RocketLaunchIcon.js new file mode 100644 index 00000000..b796cb75 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/RocketLaunchIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function RocketLaunchIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6.333 4.478A4 4 0 0 0 1 8.25c0 .414.336.75.75.75h3.322c.572.71 1.219 1.356 1.928 1.928v3.322c0 .414.336.75.75.75a4 4 0 0 0 3.772-5.333A10.721 10.721 0 0 0 15 1.75a.75.75 0 0 0-.75-.75c-3.133 0-5.953 1.34-7.917 3.478ZM12 5.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M3.902 10.682a.75.75 0 1 0-1.313-.725 4.764 4.764 0 0 0-.469 3.36.75.75 0 0 0 .564.563 4.76 4.76 0 0 0 3.359-.47.75.75 0 1 0-.725-1.312 3.231 3.231 0 0 1-1.81.393 3.232 3.232 0 0 1 .394-1.81Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(RocketLaunchIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/RssIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/RssIcon.d.ts new file mode 100644 index 00000000..b9e59791 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/RssIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const RssIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default RssIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/RssIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/RssIcon.js new file mode 100644 index 00000000..cc375a57 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/RssIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function RssIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 2.75A.75.75 0 0 1 2.75 2C8.963 2 14 7.037 14 13.25a.75.75 0 0 1-1.5 0c0-5.385-4.365-9.75-9.75-9.75A.75.75 0 0 1 2 2.75Zm0 4.5a.75.75 0 0 1 .75-.75 6.75 6.75 0 0 1 6.75 6.75.75.75 0 0 1-1.5 0C8 10.35 5.65 8 2.75 8A.75.75 0 0 1 2 7.25ZM3.5 11a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(RssIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ScaleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ScaleIcon.d.ts new file mode 100644 index 00000000..3cab3de1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ScaleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ScaleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ScaleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ScaleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ScaleIcon.js new file mode 100644 index 00000000..39b685f1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ScaleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ScaleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8.75 2.5a.75.75 0 0 0-1.5 0v.508a32.661 32.661 0 0 0-4.624.434.75.75 0 0 0 .246 1.48l.13-.021-1.188 4.75a.75.75 0 0 0 .33.817A3.487 3.487 0 0 0 4 11c.68 0 1.318-.195 1.856-.532a.75.75 0 0 0 .33-.818l-1.25-5a31.31 31.31 0 0 1 2.314-.141V12.012c-.882.027-1.752.104-2.607.226a.75.75 0 0 0 .213 1.485 22.188 22.188 0 0 1 6.288 0 .75.75 0 1 0 .213-1.485 23.657 23.657 0 0 0-2.607-.226V4.509c.779.018 1.55.066 2.314.14L9.814 9.65a.75.75 0 0 0 .329.818 3.487 3.487 0 0 0 1.856.532c.68 0 1.318-.195 1.856-.532a.75.75 0 0 0 .33-.818L12.997 4.9l.13.022a.75.75 0 1 0 .247-1.48 32.66 32.66 0 0 0-4.624-.434V2.5ZM3.42 9.415a2 2 0 0 0 1.16 0L4 7.092l-.58 2.323ZM12 9.5a2 2 0 0 1-.582-.085L12 7.092l.58 2.323A2 2 0 0 1 12 9.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ScaleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ScissorsIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ScissorsIcon.d.ts new file mode 100644 index 00000000..3256bc64 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ScissorsIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ScissorsIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ScissorsIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ScissorsIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ScissorsIcon.js new file mode 100644 index 00000000..7c9190a3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ScissorsIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ScissorsIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.25 6.665c.969.56 2.157.396 2.94-.323l.359.207c.34.196.777.02.97-.322.19-.337.115-.784-.22-.977l-.359-.207a2.501 2.501 0 1 0-3.69 1.622ZM4.364 5a1 1 0 1 1-1.732-1 1 1 0 0 1 1.732 1ZM8.903 5.465a2.75 2.75 0 0 0-1.775 1.893l-.375 1.398-1.563.902a2.501 2.501 0 1 0 .75 1.3L14.7 5.9a.75.75 0 0 0-.18-1.374l-.782-.21a2.75 2.75 0 0 0-1.593.052L8.903 5.465ZM4.365 11a1 1 0 1 1-1.732 1 1 1 0 0 1 1.732-1Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M8.892 10.408c-.052.03-.047.108.011.128l3.243 1.097a2.75 2.75 0 0 0 1.593.05l.781-.208a.75.75 0 0 0 .18-1.374l-2.137-1.235a1 1 0 0 0-1 0l-2.67 1.542Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ScissorsIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ServerIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ServerIcon.d.ts new file mode 100644 index 00000000..609d2314 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ServerIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ServerIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ServerIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ServerIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ServerIcon.js new file mode 100644 index 00000000..2e2c098b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ServerIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ServerIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.665 3.588A2 2 0 0 1 5.622 2h4.754a2 2 0 0 1 1.958 1.588l1.098 5.218a3.487 3.487 0 0 0-1.433-.306H4c-.51 0-.995.11-1.433.306l1.099-5.218Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4 10a2 2 0 1 0 0 4h8a2 2 0 1 0 0-4H4Zm8 2.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5ZM9.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ServerIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ServerStackIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ServerStackIcon.d.ts new file mode 100644 index 00000000..878e05f5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ServerStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ServerStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ServerStackIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ServerStackIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ServerStackIcon.js new file mode 100644 index 00000000..8ee3aeff --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ServerStackIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ServerStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5.354 2a2 2 0 0 0-1.857 1.257l-.338.845C3.43 4.035 3.71 4 4 4h8c.29 0 .571.035.84.102l-.337-.845A2 2 0 0 0 10.646 2H5.354Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 13a2 2 0 0 1 2-2h8a2 2 0 1 1 0 4H4a2 2 0 0 1-2-2Zm10.75 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM9 13.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5ZM4 5.5a2 2 0 1 0 0 4h8a2 2 0 1 0 0-4H4Zm8 2.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5ZM9.75 7.5a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ServerStackIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ShareIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ShareIcon.d.ts new file mode 100644 index 00000000..b50d1b43 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ShareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ShareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ShareIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ShareIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ShareIcon.js new file mode 100644 index 00000000..20d6464d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ShareIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function ShareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M12 6a2 2 0 1 0-1.994-1.842L5.323 6.5a2 2 0 1 0 0 3l4.683 2.342a2 2 0 1 0 .67-1.342L5.995 8.158a2.03 2.03 0 0 0 0-.316L10.677 5.5c.353.311.816.5 1.323.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ShareIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ShieldCheckIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ShieldCheckIcon.d.ts new file mode 100644 index 00000000..cc454f84 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ShieldCheckIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ShieldCheckIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ShieldCheckIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ShieldCheckIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ShieldCheckIcon.js new file mode 100644 index 00000000..01049ade --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ShieldCheckIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ShieldCheckIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8.5 1.709a.75.75 0 0 0-1 0 8.963 8.963 0 0 1-4.84 2.217.75.75 0 0 0-.654.72 10.499 10.499 0 0 0 5.647 9.672.75.75 0 0 0 .694-.001 10.499 10.499 0 0 0 5.647-9.672.75.75 0 0 0-.654-.719A8.963 8.963 0 0 1 8.5 1.71Zm2.34 5.504a.75.75 0 0 0-1.18-.926L7.394 9.17l-1.156-.99a.75.75 0 1 0-.976 1.138l1.75 1.5a.75.75 0 0 0 1.078-.106l2.75-3.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ShieldCheckIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ShieldExclamationIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ShieldExclamationIcon.d.ts new file mode 100644 index 00000000..3c82f8db --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ShieldExclamationIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ShieldExclamationIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ShieldExclamationIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ShieldExclamationIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ShieldExclamationIcon.js new file mode 100644 index 00000000..7d738eac --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ShieldExclamationIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ShieldExclamationIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.5 1.709a.75.75 0 0 1 1 0 8.963 8.963 0 0 0 4.84 2.217.75.75 0 0 1 .654.72 10.499 10.499 0 0 1-5.647 9.672.75.75 0 0 1-.694-.001 10.499 10.499 0 0 1-5.647-9.672.75.75 0 0 1 .654-.719A8.963 8.963 0 0 0 7.5 1.71ZM8 5a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0v-2A.75.75 0 0 1 8 5Zm0 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ShieldExclamationIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ShoppingBagIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ShoppingBagIcon.d.ts new file mode 100644 index 00000000..f831a6c2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ShoppingBagIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ShoppingBagIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ShoppingBagIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ShoppingBagIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ShoppingBagIcon.js new file mode 100644 index 00000000..f28603d8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ShoppingBagIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ShoppingBagIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5 4a3 3 0 0 1 6 0v1h.643a1.5 1.5 0 0 1 1.492 1.35l.7 7A1.5 1.5 0 0 1 12.342 15H3.657a1.5 1.5 0 0 1-1.492-1.65l.7-7A1.5 1.5 0 0 1 4.357 5H5V4Zm4.5 0v1h-3V4a1.5 1.5 0 0 1 3 0Zm-3 3.75a.75.75 0 0 0-1.5 0v1a3 3 0 1 0 6 0v-1a.75.75 0 0 0-1.5 0v1a1.5 1.5 0 1 1-3 0v-1Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ShoppingBagIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ShoppingCartIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ShoppingCartIcon.d.ts new file mode 100644 index 00000000..5ba6b683 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ShoppingCartIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ShoppingCartIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ShoppingCartIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ShoppingCartIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ShoppingCartIcon.js new file mode 100644 index 00000000..f00aead7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ShoppingCartIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function ShoppingCartIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M1.75 1.002a.75.75 0 1 0 0 1.5h1.835l1.24 5.113A3.752 3.752 0 0 0 2 11.25c0 .414.336.75.75.75h10.5a.75.75 0 0 0 0-1.5H3.628A2.25 2.25 0 0 1 5.75 9h6.5a.75.75 0 0 0 .73-.578l.846-3.595a.75.75 0 0 0-.578-.906 44.118 44.118 0 0 0-7.996-.91l-.348-1.436a.75.75 0 0 0-.73-.573H1.75ZM5 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM13 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ShoppingCartIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/SignalIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/SignalIcon.d.ts new file mode 100644 index 00000000..886956e2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/SignalIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SignalIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SignalIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/SignalIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/SignalIcon.js new file mode 100644 index 00000000..25381dd4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/SignalIcon.js @@ -0,0 +1,30 @@ +import * as React from "react"; +function SignalIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M9 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.68 5.26a.75.75 0 0 1 1.06 0 3.875 3.875 0 0 1 0 5.48.75.75 0 1 1-1.06-1.06 2.375 2.375 0 0 0 0-3.36.75.75 0 0 1 0-1.06Zm-3.36 0a.75.75 0 0 1 0 1.06 2.375 2.375 0 0 0 0 3.36.75.75 0 1 1-1.06 1.06 3.875 3.875 0 0 1 0-5.48.75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.89 3.05a.75.75 0 0 1 1.06 0 7 7 0 0 1 0 9.9.75.75 0 1 1-1.06-1.06 5.5 5.5 0 0 0 0-7.78.75.75 0 0 1 0-1.06Zm-7.78 0a.75.75 0 0 1 0 1.06 5.5 5.5 0 0 0 0 7.78.75.75 0 1 1-1.06 1.06 7 7 0 0 1 0-9.9.75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SignalIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/SignalSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/SignalSlashIcon.d.ts new file mode 100644 index 00000000..d8cf07fb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/SignalSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SignalSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SignalSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/SignalSlashIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/SignalSlashIcon.js new file mode 100644 index 00000000..38459e13 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/SignalSlashIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function SignalSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.28 2.22a.75.75 0 0 0-1.06 1.06l4.782 4.783a1 1 0 0 0 .935.935l4.783 4.782a.75.75 0 1 0 1.06-1.06L8.998 7.937a1 1 0 0 0-.935-.935L3.28 2.22ZM3.05 12.95a7.003 7.003 0 0 1-1.33-8.047L2.86 6.04a5.501 5.501 0 0 0 1.25 5.849.75.75 0 1 1-1.06 1.06ZM5.26 10.74a3.87 3.87 0 0 1-1.082-3.38L5.87 9.052c.112.226.262.439.45.627a.75.75 0 1 1-1.06 1.061ZM12.95 3.05a7.003 7.003 0 0 1 1.33 8.048l-1.14-1.139a5.501 5.501 0 0 0-1.25-5.848.75.75 0 0 1 1.06-1.06ZM10.74 5.26a3.87 3.87 0 0 1 1.082 3.38L10.13 6.948a2.372 2.372 0 0 0-.45-.627.75.75 0 0 1 1.06-1.061Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SignalSlashIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/SlashIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/SlashIcon.d.ts new file mode 100644 index 00000000..44e1654d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/SlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SlashIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/SlashIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/SlashIcon.js new file mode 100644 index 00000000..c20e3833 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/SlashIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function SlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10.074 2.047a.75.75 0 0 1 .449.961L6.705 13.507a.75.75 0 0 1-1.41-.513L9.113 2.496a.75.75 0 0 1 .961-.449Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SlashIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/SparklesIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/SparklesIcon.d.ts new file mode 100644 index 00000000..c0e03bbe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/SparklesIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SparklesIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SparklesIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/SparklesIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/SparklesIcon.js new file mode 100644 index 00000000..2e1e404c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/SparklesIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function SparklesIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5 4a.75.75 0 0 1 .738.616l.252 1.388A1.25 1.25 0 0 0 6.996 7.01l1.388.252a.75.75 0 0 1 0 1.476l-1.388.252A1.25 1.25 0 0 0 5.99 9.996l-.252 1.388a.75.75 0 0 1-1.476 0L4.01 9.996A1.25 1.25 0 0 0 3.004 8.99l-1.388-.252a.75.75 0 0 1 0-1.476l1.388-.252A1.25 1.25 0 0 0 4.01 6.004l.252-1.388A.75.75 0 0 1 5 4ZM12 1a.75.75 0 0 1 .721.544l.195.682c.118.415.443.74.858.858l.682.195a.75.75 0 0 1 0 1.442l-.682.195a1.25 1.25 0 0 0-.858.858l-.195.682a.75.75 0 0 1-1.442 0l-.195-.682a1.25 1.25 0 0 0-.858-.858l-.682-.195a.75.75 0 0 1 0-1.442l.682-.195a1.25 1.25 0 0 0 .858-.858l.195-.682A.75.75 0 0 1 12 1ZM10 11a.75.75 0 0 1 .728.568.968.968 0 0 0 .704.704.75.75 0 0 1 0 1.456.968.968 0 0 0-.704.704.75.75 0 0 1-1.456 0 .968.968 0 0 0-.704-.704.75.75 0 0 1 0-1.456.968.968 0 0 0 .704-.704A.75.75 0 0 1 10 11Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SparklesIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/SpeakerWaveIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/SpeakerWaveIcon.d.ts new file mode 100644 index 00000000..8b0cf464 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/SpeakerWaveIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SpeakerWaveIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SpeakerWaveIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/SpeakerWaveIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/SpeakerWaveIcon.js new file mode 100644 index 00000000..fbde396c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/SpeakerWaveIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function SpeakerWaveIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M7.557 2.066A.75.75 0 0 1 8 2.75v10.5a.75.75 0 0 1-1.248.56L3.59 11H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h1.59l3.162-2.81a.75.75 0 0 1 .805-.124ZM12.95 3.05a.75.75 0 1 0-1.06 1.06 5.5 5.5 0 0 1 0 7.78.75.75 0 1 0 1.06 1.06 7 7 0 0 0 0-9.9Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M10.828 5.172a.75.75 0 1 0-1.06 1.06 2.5 2.5 0 0 1 0 3.536.75.75 0 1 0 1.06 1.06 4 4 0 0 0 0-5.656Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SpeakerWaveIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/SpeakerXMarkIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/SpeakerXMarkIcon.d.ts new file mode 100644 index 00000000..86327341 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/SpeakerXMarkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SpeakerXMarkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SpeakerXMarkIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/SpeakerXMarkIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/SpeakerXMarkIcon.js new file mode 100644 index 00000000..5ca19683 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/SpeakerXMarkIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function SpeakerXMarkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M7.557 2.066A.75.75 0 0 1 8 2.75v10.5a.75.75 0 0 1-1.248.56L3.59 11H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h1.59l3.162-2.81a.75.75 0 0 1 .805-.124ZM11.28 5.72a.75.75 0 1 0-1.06 1.06L11.44 8l-1.22 1.22a.75.75 0 1 0 1.06 1.06l1.22-1.22 1.22 1.22a.75.75 0 1 0 1.06-1.06L13.56 8l1.22-1.22a.75.75 0 0 0-1.06-1.06L12.5 6.94l-1.22-1.22Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SpeakerXMarkIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/Square2StackIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/Square2StackIcon.d.ts new file mode 100644 index 00000000..2fc1451e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/Square2StackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Square2StackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Square2StackIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/Square2StackIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/Square2StackIcon.js new file mode 100644 index 00000000..528b90e1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/Square2StackIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function Square2StackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5 6.5A1.5 1.5 0 0 1 6.5 5h6A1.5 1.5 0 0 1 14 6.5v6a1.5 1.5 0 0 1-1.5 1.5h-6A1.5 1.5 0 0 1 5 12.5v-6Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M3.5 2A1.5 1.5 0 0 0 2 3.5v6A1.5 1.5 0 0 0 3.5 11V6.5a3 3 0 0 1 3-3H11A1.5 1.5 0 0 0 9.5 2h-6Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Square2StackIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/Square3Stack3DIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/Square3Stack3DIcon.d.ts new file mode 100644 index 00000000..be59bc56 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/Square3Stack3DIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Square3Stack3DIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Square3Stack3DIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/Square3Stack3DIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/Square3Stack3DIcon.js new file mode 100644 index 00000000..97a51738 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/Square3Stack3DIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function Square3Stack3DIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M7.628 1.099a.75.75 0 0 1 .744 0l5.25 3a.75.75 0 0 1 0 1.302l-5.25 3a.75.75 0 0 1-.744 0l-5.25-3a.75.75 0 0 1 0-1.302l5.25-3Z" + }), /*#__PURE__*/React.createElement("path", { + d: "m2.57 7.24-.192.11a.75.75 0 0 0 0 1.302l5.25 3a.75.75 0 0 0 .744 0l5.25-3a.75.75 0 0 0 0-1.303l-.192-.11-4.314 2.465a2.25 2.25 0 0 1-2.232 0L2.57 7.239Z" + }), /*#__PURE__*/React.createElement("path", { + d: "m2.378 10.6.192-.11 4.314 2.464a2.25 2.25 0 0 0 2.232 0l4.314-2.465.192.11a.75.75 0 0 1 0 1.303l-5.25 3a.75.75 0 0 1-.744 0l-5.25-3a.75.75 0 0 1 0-1.303Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Square3Stack3DIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/Squares2X2Icon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/Squares2X2Icon.d.ts new file mode 100644 index 00000000..98914994 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/Squares2X2Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Squares2X2Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Squares2X2Icon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/Squares2X2Icon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/Squares2X2Icon.js new file mode 100644 index 00000000..1b9f2d87 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/Squares2X2Icon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function Squares2X2Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.5 2A1.5 1.5 0 0 0 2 3.5v2A1.5 1.5 0 0 0 3.5 7h2A1.5 1.5 0 0 0 7 5.5v-2A1.5 1.5 0 0 0 5.5 2h-2ZM3.5 9A1.5 1.5 0 0 0 2 10.5v2A1.5 1.5 0 0 0 3.5 14h2A1.5 1.5 0 0 0 7 12.5v-2A1.5 1.5 0 0 0 5.5 9h-2ZM9 3.5A1.5 1.5 0 0 1 10.5 2h2A1.5 1.5 0 0 1 14 3.5v2A1.5 1.5 0 0 1 12.5 7h-2A1.5 1.5 0 0 1 9 5.5v-2ZM10.5 9A1.5 1.5 0 0 0 9 10.5v2a1.5 1.5 0 0 0 1.5 1.5h2a1.5 1.5 0 0 0 1.5-1.5v-2A1.5 1.5 0 0 0 12.5 9h-2Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Squares2X2Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/SquaresPlusIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/SquaresPlusIcon.d.ts new file mode 100644 index 00000000..480f2089 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/SquaresPlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SquaresPlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SquaresPlusIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/SquaresPlusIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/SquaresPlusIcon.js new file mode 100644 index 00000000..7e15a79f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/SquaresPlusIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function SquaresPlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2 3.5A1.5 1.5 0 0 1 3.5 2h2A1.5 1.5 0 0 1 7 3.5v2A1.5 1.5 0 0 1 5.5 7h-2A1.5 1.5 0 0 1 2 5.5v-2ZM2 10.5A1.5 1.5 0 0 1 3.5 9h2A1.5 1.5 0 0 1 7 10.5v2A1.5 1.5 0 0 1 5.5 14h-2A1.5 1.5 0 0 1 2 12.5v-2ZM10.5 2A1.5 1.5 0 0 0 9 3.5v2A1.5 1.5 0 0 0 10.5 7h2A1.5 1.5 0 0 0 14 5.5v-2A1.5 1.5 0 0 0 12.5 2h-2ZM11.5 9a.75.75 0 0 1 .75.75v1h1a.75.75 0 0 1 0 1.5h-1v1a.75.75 0 0 1-1.5 0v-1h-1a.75.75 0 0 1 0-1.5h1v-1A.75.75 0 0 1 11.5 9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SquaresPlusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/StarIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/StarIcon.d.ts new file mode 100644 index 00000000..dbd5189b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/StarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const StarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default StarIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/StarIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/StarIcon.js new file mode 100644 index 00000000..aef6c303 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/StarIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function StarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 1.75a.75.75 0 0 1 .692.462l1.41 3.393 3.664.293a.75.75 0 0 1 .428 1.317l-2.791 2.39.853 3.575a.75.75 0 0 1-1.12.814L7.998 12.08l-3.135 1.915a.75.75 0 0 1-1.12-.814l.852-3.574-2.79-2.39a.75.75 0 0 1 .427-1.318l3.663-.293 1.41-3.393A.75.75 0 0 1 8 1.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(StarIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/StopCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/StopCircleIcon.d.ts new file mode 100644 index 00000000..ad6507ca --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/StopCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const StopCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default StopCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/StopCircleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/StopCircleIcon.js new file mode 100644 index 00000000..a7445f5c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/StopCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function StopCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14ZM6.5 5.5a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(StopCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/StopIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/StopIcon.d.ts new file mode 100644 index 00000000..08820da8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/StopIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const StopIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default StopIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/StopIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/StopIcon.js new file mode 100644 index 00000000..29fd8755 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/StopIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function StopIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("rect", { + width: 10, + height: 10, + x: 3, + y: 3, + rx: 1.5 + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(StopIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/StrikethroughIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/StrikethroughIcon.d.ts new file mode 100644 index 00000000..955b0191 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/StrikethroughIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const StrikethroughIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default StrikethroughIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/StrikethroughIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/StrikethroughIcon.js new file mode 100644 index 00000000..233c34f1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/StrikethroughIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function StrikethroughIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.165 3.654c-.95-.255-1.921-.273-2.693-.042-.769.231-1.087.624-1.173.947-.087.323-.008.822.543 1.407.389.412.927.77 1.55 1.034H13a.75.75 0 0 1 0 1.5H3A.75.75 0 0 1 3 7h1.756l-.006-.006c-.787-.835-1.161-1.849-.9-2.823.26-.975 1.092-1.666 2.191-1.995 1.097-.33 2.36-.28 3.512.029.75.2 1.478.518 2.11.939a.75.75 0 0 1-.833 1.248 5.682 5.682 0 0 0-1.665-.738Zm2.074 6.365a.75.75 0 0 1 .91.543 2.44 2.44 0 0 1-.35 2.024c-.405.585-1.052 1.003-1.84 1.24-1.098.329-2.36.279-3.512-.03-1.152-.308-2.27-.897-3.056-1.73a.75.75 0 0 1 1.092-1.029c.552.586 1.403 1.056 2.352 1.31.95.255 1.92.273 2.692.042.55-.165.873-.417 1.038-.656a.942.942 0 0 0 .13-.803.75.75 0 0 1 .544-.91Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(StrikethroughIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/SunIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/SunIcon.d.ts new file mode 100644 index 00000000..b3c17db6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/SunIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SunIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SunIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/SunIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/SunIcon.js new file mode 100644 index 00000000..a8fee0a4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/SunIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function SunIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8 1a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5A.75.75 0 0 1 8 1ZM10.5 8a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0ZM12.95 4.11a.75.75 0 1 0-1.06-1.06l-1.062 1.06a.75.75 0 0 0 1.061 1.062l1.06-1.061ZM15 8a.75.75 0 0 1-.75.75h-1.5a.75.75 0 0 1 0-1.5h1.5A.75.75 0 0 1 15 8ZM11.89 12.95a.75.75 0 0 0 1.06-1.06l-1.06-1.062a.75.75 0 0 0-1.062 1.061l1.061 1.06ZM8 12a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5A.75.75 0 0 1 8 12ZM5.172 11.89a.75.75 0 0 0-1.061-1.062L3.05 11.89a.75.75 0 1 0 1.06 1.06l1.06-1.06ZM4 8a.75.75 0 0 1-.75.75h-1.5a.75.75 0 0 1 0-1.5h1.5A.75.75 0 0 1 4 8ZM4.11 5.172A.75.75 0 0 0 5.173 4.11L4.11 3.05a.75.75 0 1 0-1.06 1.06l1.06 1.06Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SunIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/SwatchIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/SwatchIcon.d.ts new file mode 100644 index 00000000..6724dd96 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/SwatchIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SwatchIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SwatchIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/SwatchIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/SwatchIcon.js new file mode 100644 index 00000000..db2e911f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/SwatchIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function SwatchIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 3a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v8.5a2.5 2.5 0 0 1-5 0V3Zm3.25 8.5a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "m8.5 11.035 3.778-3.778a1 1 0 0 0 0-1.414l-2.122-2.121a1 1 0 0 0-1.414 0l-.242.242v7.07ZM7.656 14H13a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-.344l-5 5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SwatchIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/TableCellsIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/TableCellsIcon.d.ts new file mode 100644 index 00000000..8f21088d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/TableCellsIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TableCellsIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TableCellsIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/TableCellsIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/TableCellsIcon.js new file mode 100644 index 00000000..42f2337a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/TableCellsIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function TableCellsIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 11a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v6ZM7.25 7.5a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5V8a.5.5 0 0 0 .5.5h3.75a.5.5 0 0 0 .5-.5v-.5Zm1.5 3a.5.5 0 0 1 .5-.5H13a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-.5.5H9.25a.5.5 0 0 1-.5-.5v-.5ZM13.5 8v-.5A.5.5 0 0 0 13 7H9.25a.5.5 0 0 0-.5.5V8a.5.5 0 0 0 .5.5H13a.5.5 0 0 0 .5-.5Zm-6.75 3.5a.5.5 0 0 0 .5-.5v-.5a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v.5a.5.5 0 0 0 .5.5h3.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TableCellsIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/TagIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/TagIcon.d.ts new file mode 100644 index 00000000..9ded8c05 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/TagIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TagIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TagIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/TagIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/TagIcon.js new file mode 100644 index 00000000..8785b040 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/TagIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function TagIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 2A2.5 2.5 0 0 0 2 4.5v2.879a2.5 2.5 0 0 0 .732 1.767l4.5 4.5a2.5 2.5 0 0 0 3.536 0l2.878-2.878a2.5 2.5 0 0 0 0-3.536l-4.5-4.5A2.5 2.5 0 0 0 7.38 2H4.5ZM5 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TagIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/TicketIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/TicketIcon.d.ts new file mode 100644 index 00000000..8c023f86 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/TicketIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TicketIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TicketIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/TicketIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/TicketIcon.js new file mode 100644 index 00000000..295c2f68 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/TicketIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function TicketIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 4.5A1.5 1.5 0 0 1 2.5 3h11A1.5 1.5 0 0 1 15 4.5v1c0 .276-.227.494-.495.562a2 2 0 0 0 0 3.876c.268.068.495.286.495.562v1a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 1 11.5v-1c0-.276.227-.494.495-.562a2 2 0 0 0 0-3.876C1.227 5.994 1 5.776 1 5.5v-1Zm9 1.25a.75.75 0 0 1 1.5 0v1a.75.75 0 0 1-1.5 0v-1Zm.75 2.75a.75.75 0 0 0-.75.75v1a.75.75 0 0 0 1.5 0v-1a.75.75 0 0 0-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TicketIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/TrashIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/TrashIcon.d.ts new file mode 100644 index 00000000..48a2ee23 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/TrashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TrashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TrashIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/TrashIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/TrashIcon.js new file mode 100644 index 00000000..f8e1a696 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/TrashIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function TrashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5 3.25V4H2.75a.75.75 0 0 0 0 1.5h.3l.815 8.15A1.5 1.5 0 0 0 5.357 15h5.285a1.5 1.5 0 0 0 1.493-1.35l.815-8.15h.3a.75.75 0 0 0 0-1.5H11v-.75A2.25 2.25 0 0 0 8.75 1h-1.5A2.25 2.25 0 0 0 5 3.25Zm2.25-.75a.75.75 0 0 0-.75.75V4h3v-.75a.75.75 0 0 0-.75-.75h-1.5ZM6.05 6a.75.75 0 0 1 .787.713l.275 5.5a.75.75 0 0 1-1.498.075l-.275-5.5A.75.75 0 0 1 6.05 6Zm3.9 0a.75.75 0 0 1 .712.787l-.275 5.5a.75.75 0 0 1-1.498-.075l.275-5.5a.75.75 0 0 1 .786-.711Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TrashIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/TrophyIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/TrophyIcon.d.ts new file mode 100644 index 00000000..7c30b4cb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/TrophyIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TrophyIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TrophyIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/TrophyIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/TrophyIcon.js new file mode 100644 index 00000000..075ac3d6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/TrophyIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function TrophyIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 1.69a.494.494 0 0 0-.438-.494 32.352 32.352 0 0 0-7.124 0A.494.494 0 0 0 4 1.689v.567c-.811.104-1.612.24-2.403.406a.75.75 0 0 0-.595.714 4.5 4.5 0 0 0 4.35 4.622A3.99 3.99 0 0 0 7 8.874V10H6a1 1 0 0 0-1 1v2h-.667C3.597 13 3 13.597 3 14.333c0 .368.298.667.667.667h8.666a.667.667 0 0 0 .667-.667c0-.736-.597-1.333-1.333-1.333H11v-2a1 1 0 0 0-1-1H9V8.874a3.99 3.99 0 0 0 1.649-.876 4.5 4.5 0 0 0 4.35-4.622.75.75 0 0 0-.596-.714A30.897 30.897 0 0 0 12 2.256v-.567ZM4 3.768c-.49.066-.976.145-1.458.235a3.004 3.004 0 0 0 1.64 2.192A3.999 3.999 0 0 1 4 5V3.769Zm8 0c.49.066.976.145 1.458.235a3.004 3.004 0 0 1-1.64 2.192C11.936 5.818 12 5.416 12 5V3.769Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TrophyIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/TruckIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/TruckIcon.d.ts new file mode 100644 index 00000000..51492fb0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/TruckIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TruckIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TruckIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/TruckIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/TruckIcon.js new file mode 100644 index 00000000..dbe65c30 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/TruckIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function TruckIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2.908 2.067A.978.978 0 0 0 2 3.05V8h6V3.05a.978.978 0 0 0-.908-.983 32.481 32.481 0 0 0-4.184 0ZM12.919 4.722A.98.98 0 0 0 11.968 4H10a1 1 0 0 0-1 1v6.268A2 2 0 0 1 12 13h1a.977.977 0 0 0 .985-1 31.99 31.99 0 0 0-1.066-7.278Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M11 13a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM2 12V9h6v3a1 1 0 0 1-1 1 2 2 0 1 0-4 0 1 1 0 0 1-1-1Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M6 13a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TruckIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/TvIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/TvIcon.d.ts new file mode 100644 index 00000000..54c4c6aa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/TvIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TvIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TvIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/TvIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/TvIcon.js new file mode 100644 index 00000000..4aedfb95 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/TvIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function TvIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M12 5H4v4h8V5Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-4v1.5h2.25a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1 0-1.5H6V12H2a1 1 0 0 1-1-1V3Zm1.5 7.5v-7h11v7h-11Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TvIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/UnderlineIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/UnderlineIcon.d.ts new file mode 100644 index 00000000..8f6acc73 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/UnderlineIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UnderlineIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UnderlineIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/UnderlineIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/UnderlineIcon.js new file mode 100644 index 00000000..523d8ca3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/UnderlineIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function UnderlineIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.75 2a.75.75 0 0 1 .75.75V7a2.5 2.5 0 0 0 5 0V2.75a.75.75 0 0 1 1.5 0V7a4 4 0 0 1-8 0V2.75A.75.75 0 0 1 4.75 2ZM2 13.25a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UnderlineIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/UserCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/UserCircleIcon.d.ts new file mode 100644 index 00000000..b398b1a2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/UserCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UserCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UserCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/UserCircleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/UserCircleIcon.js new file mode 100644 index 00000000..cab9cf51 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/UserCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function UserCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0Zm-5-2a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM8 9c-1.825 0-3.422.977-4.295 2.437A5.49 5.49 0 0 0 8 13.5a5.49 5.49 0 0 0 4.294-2.063A4.997 4.997 0 0 0 8 9Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UserCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/UserGroupIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/UserGroupIcon.d.ts new file mode 100644 index 00000000..db3a8465 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/UserGroupIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UserGroupIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UserGroupIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/UserGroupIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/UserGroupIcon.js new file mode 100644 index 00000000..20eed98f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/UserGroupIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function UserGroupIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM3.156 11.763c.16-.629.44-1.21.813-1.72a2.5 2.5 0 0 0-2.725 1.377c-.136.287.102.58.418.58h1.449c.01-.077.025-.156.045-.237ZM12.847 11.763c.02.08.036.16.046.237h1.446c.316 0 .554-.293.417-.579a2.5 2.5 0 0 0-2.722-1.378c.374.51.653 1.09.813 1.72ZM14 7.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM3.5 9a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM5 13c-.552 0-1.013-.455-.876-.99a4.002 4.002 0 0 1 7.753 0c.136.535-.324.99-.877.99H5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UserGroupIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/UserIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/UserIcon.d.ts new file mode 100644 index 00000000..7ebdc6aa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/UserIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UserIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UserIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/UserIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/UserIcon.js new file mode 100644 index 00000000..4340ed18 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/UserIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function UserIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6ZM12.735 14c.618 0 1.093-.561.872-1.139a6.002 6.002 0 0 0-11.215 0c-.22.578.254 1.139.872 1.139h9.47Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UserIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/UserMinusIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/UserMinusIcon.d.ts new file mode 100644 index 00000000..e1bd6605 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/UserMinusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UserMinusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UserMinusIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/UserMinusIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/UserMinusIcon.js new file mode 100644 index 00000000..80e92877 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/UserMinusIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function UserMinusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8.5 4.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0ZM10 13c.552 0 1.01-.452.9-.994a5.002 5.002 0 0 0-9.802 0c-.109.542.35.994.902.994h8ZM10.75 5.25a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5h-3.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UserMinusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/UserPlusIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/UserPlusIcon.d.ts new file mode 100644 index 00000000..c1fdbc4e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/UserPlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UserPlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UserPlusIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/UserPlusIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/UserPlusIcon.js new file mode 100644 index 00000000..7ee37168 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/UserPlusIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function UserPlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8.5 4.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0ZM10 13c.552 0 1.01-.452.9-.994a5.002 5.002 0 0 0-9.802 0c-.109.542.35.994.902.994h8ZM12.5 3.5a.75.75 0 0 1 .75.75v1h1a.75.75 0 0 1 0 1.5h-1v1a.75.75 0 0 1-1.5 0v-1h-1a.75.75 0 0 1 0-1.5h1v-1a.75.75 0 0 1 .75-.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UserPlusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/UsersIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/UsersIcon.d.ts new file mode 100644 index 00000000..0b623c1a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/UsersIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UsersIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UsersIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/UsersIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/UsersIcon.js new file mode 100644 index 00000000..3e6494f0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/UsersIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function UsersIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8.5 4.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0ZM10.9 12.006c.11.542-.348.994-.9.994H2c-.553 0-1.01-.452-.902-.994a5.002 5.002 0 0 1 9.803 0ZM14.002 12h-1.59a2.556 2.556 0 0 0-.04-.29 6.476 6.476 0 0 0-1.167-2.603 3.002 3.002 0 0 1 3.633 1.911c.18.522-.283.982-.836.982ZM12 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UsersIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/VariableIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/VariableIcon.d.ts new file mode 100644 index 00000000..c7fbf5e2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/VariableIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const VariableIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default VariableIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/VariableIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/VariableIcon.js new file mode 100644 index 00000000..c704ba75 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/VariableIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function VariableIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.38 3.012a.75.75 0 1 0-1.408-.516A15.97 15.97 0 0 0 1 8c0 1.932.343 3.786.972 5.503a.75.75 0 0 0 1.408-.516A14.47 14.47 0 0 1 2.5 8c0-1.754.311-3.434.88-4.988ZM12.62 3.012a.75.75 0 1 1 1.408-.516A15.97 15.97 0 0 1 15 8a15.97 15.97 0 0 1-.972 5.503.75.75 0 0 1-1.408-.516c.569-1.554.88-3.233.88-4.987s-.311-3.434-.88-4.988ZM6.523 4.785a.75.75 0 0 1 .898.38l.758 1.515.812-.902a2.376 2.376 0 0 1 2.486-.674.75.75 0 1 1-.454 1.429.876.876 0 0 0-.918.249L8.9 8.122l.734 1.468.388-.124a.75.75 0 0 1 .457 1.428l-1 .32a.75.75 0 0 1-.899-.379L7.821 9.32l-.811.901a2.374 2.374 0 0 1-2.489.673.75.75 0 0 1 .458-1.428.874.874 0 0 0 .916-.248L7.1 7.878 6.366 6.41l-.389.124a.75.75 0 1 1-.454-1.43l1-.318Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(VariableIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/VideoCameraIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/VideoCameraIcon.d.ts new file mode 100644 index 00000000..ea0d067e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/VideoCameraIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const VideoCameraIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default VideoCameraIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/VideoCameraIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/VideoCameraIcon.js new file mode 100644 index 00000000..074e3cec --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/VideoCameraIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function VideoCameraIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3 4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H3ZM15 4.75a.75.75 0 0 0-1.28-.53l-2 2a.75.75 0 0 0-.22.53v2.5c0 .199.079.39.22.53l2 2a.75.75 0 0 0 1.28-.53v-6.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(VideoCameraIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/VideoCameraSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/VideoCameraSlashIcon.d.ts new file mode 100644 index 00000000..592efb41 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/VideoCameraSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const VideoCameraSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default VideoCameraSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/VideoCameraSlashIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/VideoCameraSlashIcon.js new file mode 100644 index 00000000..c5c40374 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/VideoCameraSlashIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function VideoCameraSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M1 10V6.682L6.318 12H3a2 2 0 0 1-2-2ZM10 6v3.318L4.682 4H8a2 2 0 0 1 2 2ZM14.537 4.057A.75.75 0 0 1 15 4.75v6.5a.75.75 0 0 1-1.28.53l-2-2a.75.75 0 0 1-.22-.53v-2.5a.75.75 0 0 1 .22-.53l2-2a.75.75 0 0 1 .817-.163ZM2.78 4.22a.75.75 0 0 0-1.06 1.06l6.5 6.5a.75.75 0 0 0 1.06-1.06l-6.5-6.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(VideoCameraSlashIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ViewColumnsIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ViewColumnsIcon.d.ts new file mode 100644 index 00000000..fdd02309 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ViewColumnsIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ViewColumnsIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ViewColumnsIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ViewColumnsIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ViewColumnsIcon.js new file mode 100644 index 00000000..c4232da8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ViewColumnsIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function ViewColumnsIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M9.836 3h-3.67v10h3.67V3ZM11.336 13H13.5a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 13.5 3h-2.164v10ZM2.5 3h2.166v10H2.5A1.5 1.5 0 0 1 1 11.5v-7A1.5 1.5 0 0 1 2.5 3Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ViewColumnsIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ViewfinderCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/ViewfinderCircleIcon.d.ts new file mode 100644 index 00000000..378d1aa8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ViewfinderCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ViewfinderCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ViewfinderCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/ViewfinderCircleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/ViewfinderCircleIcon.js new file mode 100644 index 00000000..dfaf0432 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/ViewfinderCircleIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function ViewfinderCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.75 2A1.75 1.75 0 0 0 2 3.75v1.5a.75.75 0 0 0 1.5 0v-1.5a.25.25 0 0 1 .25-.25h1.5a.75.75 0 0 0 0-1.5h-1.5ZM10.75 2a.75.75 0 0 0 0 1.5h1.5a.25.25 0 0 1 .25.25v1.5a.75.75 0 0 0 1.5 0v-1.5A1.75 1.75 0 0 0 12.25 2h-1.5ZM3.5 10.75a.75.75 0 0 0-1.5 0v1.5c0 .966.784 1.75 1.75 1.75h1.5a.75.75 0 0 0 0-1.5h-1.5a.25.25 0 0 1-.25-.25v-1.5ZM14 10.75a.75.75 0 0 0-1.5 0v1.5a.25.25 0 0 1-.25.25h-1.5a.75.75 0 0 0 0 1.5h1.5A1.75 1.75 0 0 0 14 12.25v-1.5ZM8 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ViewfinderCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/WalletIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/WalletIcon.d.ts new file mode 100644 index 00000000..760de0cd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/WalletIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const WalletIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default WalletIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/WalletIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/WalletIcon.js new file mode 100644 index 00000000..2fbee0bc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/WalletIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function WalletIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2 3.5A1.5 1.5 0 0 1 3.5 2h9A1.5 1.5 0 0 1 14 3.5v.401a2.986 2.986 0 0 0-1.5-.401h-9c-.546 0-1.059.146-1.5.401V3.5ZM3.5 5A1.5 1.5 0 0 0 2 6.5v.401A2.986 2.986 0 0 1 3.5 6.5h9c.546 0 1.059.146 1.5.401V6.5A1.5 1.5 0 0 0 12.5 5h-9ZM8 10a2 2 0 0 0 1.938-1.505c.068-.268.286-.495.562-.495h2A1.5 1.5 0 0 1 14 9.5v3a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 12.5v-3A1.5 1.5 0 0 1 3.5 8h2c.276 0 .494.227.562.495A2 2 0 0 0 8 10Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(WalletIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/WifiIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/WifiIcon.d.ts new file mode 100644 index 00000000..393605f1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/WifiIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const WifiIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default WifiIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/WifiIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/WifiIcon.js new file mode 100644 index 00000000..61b2e080 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/WifiIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function WifiIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M14.188 7.063a8.75 8.75 0 0 0-12.374 0 .75.75 0 0 1-1.061-1.06c4.003-4.004 10.493-4.004 14.496 0a.75.75 0 1 1-1.061 1.06Zm-2.121 2.121a5.75 5.75 0 0 0-8.132 0 .75.75 0 0 1-1.06-1.06 7.25 7.25 0 0 1 10.252 0 .75.75 0 0 1-1.06 1.06Zm-2.122 2.122a2.75 2.75 0 0 0-3.889 0 .75.75 0 1 1-1.06-1.061 4.25 4.25 0 0 1 6.01 0 .75.75 0 0 1-1.06 1.06Zm-2.828 1.06a1.25 1.25 0 0 1 1.768 0 .75.75 0 0 1 0 1.06l-.355.355a.75.75 0 0 1-1.06 0l-.354-.354a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(WifiIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/WindowIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/WindowIcon.d.ts new file mode 100644 index 00000000..e0eddb35 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/WindowIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const WindowIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default WindowIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/WindowIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/WindowIcon.js new file mode 100644 index 00000000..841c957c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/WindowIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function WindowIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 12V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2Zm1.5-5.5V12a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5V6.5A.5.5 0 0 0 12 6H4a.5.5 0 0 0-.5.5Zm.75-1.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5ZM7 4a.75.75 0 1 1-1.5 0A.75.75 0 0 1 7 4Zm1.25.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(WindowIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/WrenchIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/WrenchIcon.d.ts new file mode 100644 index 00000000..1ffd1f2c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/WrenchIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const WrenchIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default WrenchIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/WrenchIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/WrenchIcon.js new file mode 100644 index 00000000..befeaf28 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/WrenchIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function WrenchIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.5 8a3.5 3.5 0 0 0 3.362-4.476c-.094-.325-.497-.39-.736-.15L12.099 5.4a.48.48 0 0 1-.653.033 8.554 8.554 0 0 1-.879-.879.48.48 0 0 1 .033-.653l2.027-2.028c.24-.239.175-.642-.15-.736a3.502 3.502 0 0 0-4.476 3.427c.018.99-.133 2.093-.914 2.7l-5.31 4.13a2.015 2.015 0 1 0 2.828 2.827l4.13-5.309c.607-.78 1.71-.932 2.7-.914L11.5 8ZM3 13.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(WrenchIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/WrenchScrewdriverIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/WrenchScrewdriverIcon.d.ts new file mode 100644 index 00000000..ad96c868 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/WrenchScrewdriverIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const WrenchScrewdriverIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default WrenchScrewdriverIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/WrenchScrewdriverIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/WrenchScrewdriverIcon.js new file mode 100644 index 00000000..ab271206 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/WrenchScrewdriverIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function WrenchScrewdriverIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 4.5A3.5 3.5 0 0 1 11.435 8c-.99-.019-2.093.132-2.7.913l-4.13 5.31a2.015 2.015 0 1 1-2.827-2.828l5.309-4.13c.78-.607.932-1.71.914-2.7L8 4.5a3.5 3.5 0 0 1 4.477-3.362c.325.094.39.497.15.736L10.6 3.902a.48.48 0 0 0-.033.653c.271.314.565.608.879.879a.48.48 0 0 0 .653-.033l2.027-2.027c.239-.24.642-.175.736.15.09.31.138.637.138.976ZM3.75 13a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M11.5 9.5c.313 0 .62-.029.917-.084l1.962 1.962a2.121 2.121 0 0 1-3 3l-2.81-2.81 1.35-1.734c.05-.064.158-.158.426-.233.278-.078.639-.11 1.062-.102l.093.001ZM5 4l1.446 1.445a2.256 2.256 0 0 1-.047.21c-.075.268-.169.377-.233.427l-.61.474L4 5H2.655a.25.25 0 0 1-.224-.139l-1.35-2.7a.25.25 0 0 1 .047-.289l.745-.745a.25.25 0 0 1 .289-.047l2.7 1.35A.25.25 0 0 1 5 2.654V4Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(WrenchScrewdriverIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/XCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/XCircleIcon.d.ts new file mode 100644 index 00000000..03e86569 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/XCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const XCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default XCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/XCircleIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/XCircleIcon.js new file mode 100644 index 00000000..205c2f58 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/XCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function XCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Zm2.78-4.22a.75.75 0 0 1-1.06 0L8 9.06l-1.72 1.72a.75.75 0 1 1-1.06-1.06L6.94 8 5.22 6.28a.75.75 0 0 1 1.06-1.06L8 6.94l1.72-1.72a.75.75 0 1 1 1.06 1.06L9.06 8l1.72 1.72a.75.75 0 0 1 0 1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(XCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/XMarkIcon.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/XMarkIcon.d.ts new file mode 100644 index 00000000..1d1018fb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/XMarkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const XMarkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default XMarkIcon; diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/XMarkIcon.js b/frontend/node_modules/@heroicons/react/16/solid/esm/XMarkIcon.js new file mode 100644 index 00000000..7b46f47f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/XMarkIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function XMarkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5.28 4.22a.75.75 0 0 0-1.06 1.06L6.94 8l-2.72 2.72a.75.75 0 1 0 1.06 1.06L8 9.06l2.72 2.72a.75.75 0 1 0 1.06-1.06L9.06 8l2.72-2.72a.75.75 0 0 0-1.06-1.06L8 6.94 5.28 4.22Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(XMarkIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/index.d.ts b/frontend/node_modules/@heroicons/react/16/solid/esm/index.d.ts new file mode 100644 index 00000000..fd6156c3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/index.d.ts @@ -0,0 +1,316 @@ +export { default as AcademicCapIcon } from './AcademicCapIcon' +export { default as AdjustmentsHorizontalIcon } from './AdjustmentsHorizontalIcon' +export { default as AdjustmentsVerticalIcon } from './AdjustmentsVerticalIcon' +export { default as ArchiveBoxArrowDownIcon } from './ArchiveBoxArrowDownIcon' +export { default as ArchiveBoxXMarkIcon } from './ArchiveBoxXMarkIcon' +export { default as ArchiveBoxIcon } from './ArchiveBoxIcon' +export { default as ArrowDownCircleIcon } from './ArrowDownCircleIcon' +export { default as ArrowDownLeftIcon } from './ArrowDownLeftIcon' +export { default as ArrowDownOnSquareStackIcon } from './ArrowDownOnSquareStackIcon' +export { default as ArrowDownOnSquareIcon } from './ArrowDownOnSquareIcon' +export { default as ArrowDownRightIcon } from './ArrowDownRightIcon' +export { default as ArrowDownTrayIcon } from './ArrowDownTrayIcon' +export { default as ArrowDownIcon } from './ArrowDownIcon' +export { default as ArrowLeftCircleIcon } from './ArrowLeftCircleIcon' +export { default as ArrowLeftEndOnRectangleIcon } from './ArrowLeftEndOnRectangleIcon' +export { default as ArrowLeftStartOnRectangleIcon } from './ArrowLeftStartOnRectangleIcon' +export { default as ArrowLeftIcon } from './ArrowLeftIcon' +export { default as ArrowLongDownIcon } from './ArrowLongDownIcon' +export { default as ArrowLongLeftIcon } from './ArrowLongLeftIcon' +export { default as ArrowLongRightIcon } from './ArrowLongRightIcon' +export { default as ArrowLongUpIcon } from './ArrowLongUpIcon' +export { default as ArrowPathRoundedSquareIcon } from './ArrowPathRoundedSquareIcon' +export { default as ArrowPathIcon } from './ArrowPathIcon' +export { default as ArrowRightCircleIcon } from './ArrowRightCircleIcon' +export { default as ArrowRightEndOnRectangleIcon } from './ArrowRightEndOnRectangleIcon' +export { default as ArrowRightStartOnRectangleIcon } from './ArrowRightStartOnRectangleIcon' +export { default as ArrowRightIcon } from './ArrowRightIcon' +export { default as ArrowTopRightOnSquareIcon } from './ArrowTopRightOnSquareIcon' +export { default as ArrowTrendingDownIcon } from './ArrowTrendingDownIcon' +export { default as ArrowTrendingUpIcon } from './ArrowTrendingUpIcon' +export { default as ArrowTurnDownLeftIcon } from './ArrowTurnDownLeftIcon' +export { default as ArrowTurnDownRightIcon } from './ArrowTurnDownRightIcon' +export { default as ArrowTurnLeftDownIcon } from './ArrowTurnLeftDownIcon' +export { default as ArrowTurnLeftUpIcon } from './ArrowTurnLeftUpIcon' +export { default as ArrowTurnRightDownIcon } from './ArrowTurnRightDownIcon' +export { default as ArrowTurnRightUpIcon } from './ArrowTurnRightUpIcon' +export { default as ArrowTurnUpLeftIcon } from './ArrowTurnUpLeftIcon' +export { default as ArrowTurnUpRightIcon } from './ArrowTurnUpRightIcon' +export { default as ArrowUpCircleIcon } from './ArrowUpCircleIcon' +export { default as ArrowUpLeftIcon } from './ArrowUpLeftIcon' +export { default as ArrowUpOnSquareStackIcon } from './ArrowUpOnSquareStackIcon' +export { default as ArrowUpOnSquareIcon } from './ArrowUpOnSquareIcon' +export { default as ArrowUpRightIcon } from './ArrowUpRightIcon' +export { default as ArrowUpTrayIcon } from './ArrowUpTrayIcon' +export { default as ArrowUpIcon } from './ArrowUpIcon' +export { default as ArrowUturnDownIcon } from './ArrowUturnDownIcon' +export { default as ArrowUturnLeftIcon } from './ArrowUturnLeftIcon' +export { default as ArrowUturnRightIcon } from './ArrowUturnRightIcon' +export { default as ArrowUturnUpIcon } from './ArrowUturnUpIcon' +export { default as ArrowsPointingInIcon } from './ArrowsPointingInIcon' +export { default as ArrowsPointingOutIcon } from './ArrowsPointingOutIcon' +export { default as ArrowsRightLeftIcon } from './ArrowsRightLeftIcon' +export { default as ArrowsUpDownIcon } from './ArrowsUpDownIcon' +export { default as AtSymbolIcon } from './AtSymbolIcon' +export { default as BackspaceIcon } from './BackspaceIcon' +export { default as BackwardIcon } from './BackwardIcon' +export { default as BanknotesIcon } from './BanknotesIcon' +export { default as Bars2Icon } from './Bars2Icon' +export { default as Bars3BottomLeftIcon } from './Bars3BottomLeftIcon' +export { default as Bars3BottomRightIcon } from './Bars3BottomRightIcon' +export { default as Bars3CenterLeftIcon } from './Bars3CenterLeftIcon' +export { default as Bars3Icon } from './Bars3Icon' +export { default as Bars4Icon } from './Bars4Icon' +export { default as BarsArrowDownIcon } from './BarsArrowDownIcon' +export { default as BarsArrowUpIcon } from './BarsArrowUpIcon' +export { default as Battery0Icon } from './Battery0Icon' +export { default as Battery100Icon } from './Battery100Icon' +export { default as Battery50Icon } from './Battery50Icon' +export { default as BeakerIcon } from './BeakerIcon' +export { default as BellAlertIcon } from './BellAlertIcon' +export { default as BellSlashIcon } from './BellSlashIcon' +export { default as BellSnoozeIcon } from './BellSnoozeIcon' +export { default as BellIcon } from './BellIcon' +export { default as BoldIcon } from './BoldIcon' +export { default as BoltSlashIcon } from './BoltSlashIcon' +export { default as BoltIcon } from './BoltIcon' +export { default as BookOpenIcon } from './BookOpenIcon' +export { default as BookmarkSlashIcon } from './BookmarkSlashIcon' +export { default as BookmarkSquareIcon } from './BookmarkSquareIcon' +export { default as BookmarkIcon } from './BookmarkIcon' +export { default as BriefcaseIcon } from './BriefcaseIcon' +export { default as BugAntIcon } from './BugAntIcon' +export { default as BuildingLibraryIcon } from './BuildingLibraryIcon' +export { default as BuildingOffice2Icon } from './BuildingOffice2Icon' +export { default as BuildingOfficeIcon } from './BuildingOfficeIcon' +export { default as BuildingStorefrontIcon } from './BuildingStorefrontIcon' +export { default as CakeIcon } from './CakeIcon' +export { default as CalculatorIcon } from './CalculatorIcon' +export { default as CalendarDateRangeIcon } from './CalendarDateRangeIcon' +export { default as CalendarDaysIcon } from './CalendarDaysIcon' +export { default as CalendarIcon } from './CalendarIcon' +export { default as CameraIcon } from './CameraIcon' +export { default as ChartBarSquareIcon } from './ChartBarSquareIcon' +export { default as ChartBarIcon } from './ChartBarIcon' +export { default as ChartPieIcon } from './ChartPieIcon' +export { default as ChatBubbleBottomCenterTextIcon } from './ChatBubbleBottomCenterTextIcon' +export { default as ChatBubbleBottomCenterIcon } from './ChatBubbleBottomCenterIcon' +export { default as ChatBubbleLeftEllipsisIcon } from './ChatBubbleLeftEllipsisIcon' +export { default as ChatBubbleLeftRightIcon } from './ChatBubbleLeftRightIcon' +export { default as ChatBubbleLeftIcon } from './ChatBubbleLeftIcon' +export { default as ChatBubbleOvalLeftEllipsisIcon } from './ChatBubbleOvalLeftEllipsisIcon' +export { default as ChatBubbleOvalLeftIcon } from './ChatBubbleOvalLeftIcon' +export { default as CheckBadgeIcon } from './CheckBadgeIcon' +export { default as CheckCircleIcon } from './CheckCircleIcon' +export { default as CheckIcon } from './CheckIcon' +export { default as ChevronDoubleDownIcon } from './ChevronDoubleDownIcon' +export { default as ChevronDoubleLeftIcon } from './ChevronDoubleLeftIcon' +export { default as ChevronDoubleRightIcon } from './ChevronDoubleRightIcon' +export { default as ChevronDoubleUpIcon } from './ChevronDoubleUpIcon' +export { default as ChevronDownIcon } from './ChevronDownIcon' +export { default as ChevronLeftIcon } from './ChevronLeftIcon' +export { default as ChevronRightIcon } from './ChevronRightIcon' +export { default as ChevronUpDownIcon } from './ChevronUpDownIcon' +export { default as ChevronUpIcon } from './ChevronUpIcon' +export { default as CircleStackIcon } from './CircleStackIcon' +export { default as ClipboardDocumentCheckIcon } from './ClipboardDocumentCheckIcon' +export { default as ClipboardDocumentListIcon } from './ClipboardDocumentListIcon' +export { default as ClipboardDocumentIcon } from './ClipboardDocumentIcon' +export { default as ClipboardIcon } from './ClipboardIcon' +export { default as ClockIcon } from './ClockIcon' +export { default as CloudArrowDownIcon } from './CloudArrowDownIcon' +export { default as CloudArrowUpIcon } from './CloudArrowUpIcon' +export { default as CloudIcon } from './CloudIcon' +export { default as CodeBracketSquareIcon } from './CodeBracketSquareIcon' +export { default as CodeBracketIcon } from './CodeBracketIcon' +export { default as Cog6ToothIcon } from './Cog6ToothIcon' +export { default as Cog8ToothIcon } from './Cog8ToothIcon' +export { default as CogIcon } from './CogIcon' +export { default as CommandLineIcon } from './CommandLineIcon' +export { default as ComputerDesktopIcon } from './ComputerDesktopIcon' +export { default as CpuChipIcon } from './CpuChipIcon' +export { default as CreditCardIcon } from './CreditCardIcon' +export { default as CubeTransparentIcon } from './CubeTransparentIcon' +export { default as CubeIcon } from './CubeIcon' +export { default as CurrencyBangladeshiIcon } from './CurrencyBangladeshiIcon' +export { default as CurrencyDollarIcon } from './CurrencyDollarIcon' +export { default as CurrencyEuroIcon } from './CurrencyEuroIcon' +export { default as CurrencyPoundIcon } from './CurrencyPoundIcon' +export { default as CurrencyRupeeIcon } from './CurrencyRupeeIcon' +export { default as CurrencyYenIcon } from './CurrencyYenIcon' +export { default as CursorArrowRaysIcon } from './CursorArrowRaysIcon' +export { default as CursorArrowRippleIcon } from './CursorArrowRippleIcon' +export { default as DevicePhoneMobileIcon } from './DevicePhoneMobileIcon' +export { default as DeviceTabletIcon } from './DeviceTabletIcon' +export { default as DivideIcon } from './DivideIcon' +export { default as DocumentArrowDownIcon } from './DocumentArrowDownIcon' +export { default as DocumentArrowUpIcon } from './DocumentArrowUpIcon' +export { default as DocumentChartBarIcon } from './DocumentChartBarIcon' +export { default as DocumentCheckIcon } from './DocumentCheckIcon' +export { default as DocumentCurrencyBangladeshiIcon } from './DocumentCurrencyBangladeshiIcon' +export { default as DocumentCurrencyDollarIcon } from './DocumentCurrencyDollarIcon' +export { default as DocumentCurrencyEuroIcon } from './DocumentCurrencyEuroIcon' +export { default as DocumentCurrencyPoundIcon } from './DocumentCurrencyPoundIcon' +export { default as DocumentCurrencyRupeeIcon } from './DocumentCurrencyRupeeIcon' +export { default as DocumentCurrencyYenIcon } from './DocumentCurrencyYenIcon' +export { default as DocumentDuplicateIcon } from './DocumentDuplicateIcon' +export { default as DocumentMagnifyingGlassIcon } from './DocumentMagnifyingGlassIcon' +export { default as DocumentMinusIcon } from './DocumentMinusIcon' +export { default as DocumentPlusIcon } from './DocumentPlusIcon' +export { default as DocumentTextIcon } from './DocumentTextIcon' +export { default as DocumentIcon } from './DocumentIcon' +export { default as EllipsisHorizontalCircleIcon } from './EllipsisHorizontalCircleIcon' +export { default as EllipsisHorizontalIcon } from './EllipsisHorizontalIcon' +export { default as EllipsisVerticalIcon } from './EllipsisVerticalIcon' +export { default as EnvelopeOpenIcon } from './EnvelopeOpenIcon' +export { default as EnvelopeIcon } from './EnvelopeIcon' +export { default as EqualsIcon } from './EqualsIcon' +export { default as ExclamationCircleIcon } from './ExclamationCircleIcon' +export { default as ExclamationTriangleIcon } from './ExclamationTriangleIcon' +export { default as EyeDropperIcon } from './EyeDropperIcon' +export { default as EyeSlashIcon } from './EyeSlashIcon' +export { default as EyeIcon } from './EyeIcon' +export { default as FaceFrownIcon } from './FaceFrownIcon' +export { default as FaceSmileIcon } from './FaceSmileIcon' +export { default as FilmIcon } from './FilmIcon' +export { default as FingerPrintIcon } from './FingerPrintIcon' +export { default as FireIcon } from './FireIcon' +export { default as FlagIcon } from './FlagIcon' +export { default as FolderArrowDownIcon } from './FolderArrowDownIcon' +export { default as FolderMinusIcon } from './FolderMinusIcon' +export { default as FolderOpenIcon } from './FolderOpenIcon' +export { default as FolderPlusIcon } from './FolderPlusIcon' +export { default as FolderIcon } from './FolderIcon' +export { default as ForwardIcon } from './ForwardIcon' +export { default as FunnelIcon } from './FunnelIcon' +export { default as GifIcon } from './GifIcon' +export { default as GiftTopIcon } from './GiftTopIcon' +export { default as GiftIcon } from './GiftIcon' +export { default as GlobeAltIcon } from './GlobeAltIcon' +export { default as GlobeAmericasIcon } from './GlobeAmericasIcon' +export { default as GlobeAsiaAustraliaIcon } from './GlobeAsiaAustraliaIcon' +export { default as GlobeEuropeAfricaIcon } from './GlobeEuropeAfricaIcon' +export { default as H1Icon } from './H1Icon' +export { default as H2Icon } from './H2Icon' +export { default as H3Icon } from './H3Icon' +export { default as HandRaisedIcon } from './HandRaisedIcon' +export { default as HandThumbDownIcon } from './HandThumbDownIcon' +export { default as HandThumbUpIcon } from './HandThumbUpIcon' +export { default as HashtagIcon } from './HashtagIcon' +export { default as HeartIcon } from './HeartIcon' +export { default as HomeModernIcon } from './HomeModernIcon' +export { default as HomeIcon } from './HomeIcon' +export { default as IdentificationIcon } from './IdentificationIcon' +export { default as InboxArrowDownIcon } from './InboxArrowDownIcon' +export { default as InboxStackIcon } from './InboxStackIcon' +export { default as InboxIcon } from './InboxIcon' +export { default as InformationCircleIcon } from './InformationCircleIcon' +export { default as ItalicIcon } from './ItalicIcon' +export { default as KeyIcon } from './KeyIcon' +export { default as LanguageIcon } from './LanguageIcon' +export { default as LifebuoyIcon } from './LifebuoyIcon' +export { default as LightBulbIcon } from './LightBulbIcon' +export { default as LinkSlashIcon } from './LinkSlashIcon' +export { default as LinkIcon } from './LinkIcon' +export { default as ListBulletIcon } from './ListBulletIcon' +export { default as LockClosedIcon } from './LockClosedIcon' +export { default as LockOpenIcon } from './LockOpenIcon' +export { default as MagnifyingGlassCircleIcon } from './MagnifyingGlassCircleIcon' +export { default as MagnifyingGlassMinusIcon } from './MagnifyingGlassMinusIcon' +export { default as MagnifyingGlassPlusIcon } from './MagnifyingGlassPlusIcon' +export { default as MagnifyingGlassIcon } from './MagnifyingGlassIcon' +export { default as MapPinIcon } from './MapPinIcon' +export { default as MapIcon } from './MapIcon' +export { default as MegaphoneIcon } from './MegaphoneIcon' +export { default as MicrophoneIcon } from './MicrophoneIcon' +export { default as MinusCircleIcon } from './MinusCircleIcon' +export { default as MinusIcon } from './MinusIcon' +export { default as MoonIcon } from './MoonIcon' +export { default as MusicalNoteIcon } from './MusicalNoteIcon' +export { default as NewspaperIcon } from './NewspaperIcon' +export { default as NoSymbolIcon } from './NoSymbolIcon' +export { default as NumberedListIcon } from './NumberedListIcon' +export { default as PaintBrushIcon } from './PaintBrushIcon' +export { default as PaperAirplaneIcon } from './PaperAirplaneIcon' +export { default as PaperClipIcon } from './PaperClipIcon' +export { default as PauseCircleIcon } from './PauseCircleIcon' +export { default as PauseIcon } from './PauseIcon' +export { default as PencilSquareIcon } from './PencilSquareIcon' +export { default as PencilIcon } from './PencilIcon' +export { default as PercentBadgeIcon } from './PercentBadgeIcon' +export { default as PhoneArrowDownLeftIcon } from './PhoneArrowDownLeftIcon' +export { default as PhoneArrowUpRightIcon } from './PhoneArrowUpRightIcon' +export { default as PhoneXMarkIcon } from './PhoneXMarkIcon' +export { default as PhoneIcon } from './PhoneIcon' +export { default as PhotoIcon } from './PhotoIcon' +export { default as PlayCircleIcon } from './PlayCircleIcon' +export { default as PlayPauseIcon } from './PlayPauseIcon' +export { default as PlayIcon } from './PlayIcon' +export { default as PlusCircleIcon } from './PlusCircleIcon' +export { default as PlusIcon } from './PlusIcon' +export { default as PowerIcon } from './PowerIcon' +export { default as PresentationChartBarIcon } from './PresentationChartBarIcon' +export { default as PresentationChartLineIcon } from './PresentationChartLineIcon' +export { default as PrinterIcon } from './PrinterIcon' +export { default as PuzzlePieceIcon } from './PuzzlePieceIcon' +export { default as QrCodeIcon } from './QrCodeIcon' +export { default as QuestionMarkCircleIcon } from './QuestionMarkCircleIcon' +export { default as QueueListIcon } from './QueueListIcon' +export { default as RadioIcon } from './RadioIcon' +export { default as ReceiptPercentIcon } from './ReceiptPercentIcon' +export { default as ReceiptRefundIcon } from './ReceiptRefundIcon' +export { default as RectangleGroupIcon } from './RectangleGroupIcon' +export { default as RectangleStackIcon } from './RectangleStackIcon' +export { default as RocketLaunchIcon } from './RocketLaunchIcon' +export { default as RssIcon } from './RssIcon' +export { default as ScaleIcon } from './ScaleIcon' +export { default as ScissorsIcon } from './ScissorsIcon' +export { default as ServerStackIcon } from './ServerStackIcon' +export { default as ServerIcon } from './ServerIcon' +export { default as ShareIcon } from './ShareIcon' +export { default as ShieldCheckIcon } from './ShieldCheckIcon' +export { default as ShieldExclamationIcon } from './ShieldExclamationIcon' +export { default as ShoppingBagIcon } from './ShoppingBagIcon' +export { default as ShoppingCartIcon } from './ShoppingCartIcon' +export { default as SignalSlashIcon } from './SignalSlashIcon' +export { default as SignalIcon } from './SignalIcon' +export { default as SlashIcon } from './SlashIcon' +export { default as SparklesIcon } from './SparklesIcon' +export { default as SpeakerWaveIcon } from './SpeakerWaveIcon' +export { default as SpeakerXMarkIcon } from './SpeakerXMarkIcon' +export { default as Square2StackIcon } from './Square2StackIcon' +export { default as Square3Stack3DIcon } from './Square3Stack3DIcon' +export { default as Squares2X2Icon } from './Squares2X2Icon' +export { default as SquaresPlusIcon } from './SquaresPlusIcon' +export { default as StarIcon } from './StarIcon' +export { default as StopCircleIcon } from './StopCircleIcon' +export { default as StopIcon } from './StopIcon' +export { default as StrikethroughIcon } from './StrikethroughIcon' +export { default as SunIcon } from './SunIcon' +export { default as SwatchIcon } from './SwatchIcon' +export { default as TableCellsIcon } from './TableCellsIcon' +export { default as TagIcon } from './TagIcon' +export { default as TicketIcon } from './TicketIcon' +export { default as TrashIcon } from './TrashIcon' +export { default as TrophyIcon } from './TrophyIcon' +export { default as TruckIcon } from './TruckIcon' +export { default as TvIcon } from './TvIcon' +export { default as UnderlineIcon } from './UnderlineIcon' +export { default as UserCircleIcon } from './UserCircleIcon' +export { default as UserGroupIcon } from './UserGroupIcon' +export { default as UserMinusIcon } from './UserMinusIcon' +export { default as UserPlusIcon } from './UserPlusIcon' +export { default as UserIcon } from './UserIcon' +export { default as UsersIcon } from './UsersIcon' +export { default as VariableIcon } from './VariableIcon' +export { default as VideoCameraSlashIcon } from './VideoCameraSlashIcon' +export { default as VideoCameraIcon } from './VideoCameraIcon' +export { default as ViewColumnsIcon } from './ViewColumnsIcon' +export { default as ViewfinderCircleIcon } from './ViewfinderCircleIcon' +export { default as WalletIcon } from './WalletIcon' +export { default as WifiIcon } from './WifiIcon' +export { default as WindowIcon } from './WindowIcon' +export { default as WrenchScrewdriverIcon } from './WrenchScrewdriverIcon' +export { default as WrenchIcon } from './WrenchIcon' +export { default as XCircleIcon } from './XCircleIcon' +export { default as XMarkIcon } from './XMarkIcon' \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/index.js b/frontend/node_modules/@heroicons/react/16/solid/esm/index.js new file mode 100644 index 00000000..6445ba17 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/index.js @@ -0,0 +1,316 @@ +export { default as AcademicCapIcon } from './AcademicCapIcon.js' +export { default as AdjustmentsHorizontalIcon } from './AdjustmentsHorizontalIcon.js' +export { default as AdjustmentsVerticalIcon } from './AdjustmentsVerticalIcon.js' +export { default as ArchiveBoxArrowDownIcon } from './ArchiveBoxArrowDownIcon.js' +export { default as ArchiveBoxXMarkIcon } from './ArchiveBoxXMarkIcon.js' +export { default as ArchiveBoxIcon } from './ArchiveBoxIcon.js' +export { default as ArrowDownCircleIcon } from './ArrowDownCircleIcon.js' +export { default as ArrowDownLeftIcon } from './ArrowDownLeftIcon.js' +export { default as ArrowDownOnSquareStackIcon } from './ArrowDownOnSquareStackIcon.js' +export { default as ArrowDownOnSquareIcon } from './ArrowDownOnSquareIcon.js' +export { default as ArrowDownRightIcon } from './ArrowDownRightIcon.js' +export { default as ArrowDownTrayIcon } from './ArrowDownTrayIcon.js' +export { default as ArrowDownIcon } from './ArrowDownIcon.js' +export { default as ArrowLeftCircleIcon } from './ArrowLeftCircleIcon.js' +export { default as ArrowLeftEndOnRectangleIcon } from './ArrowLeftEndOnRectangleIcon.js' +export { default as ArrowLeftStartOnRectangleIcon } from './ArrowLeftStartOnRectangleIcon.js' +export { default as ArrowLeftIcon } from './ArrowLeftIcon.js' +export { default as ArrowLongDownIcon } from './ArrowLongDownIcon.js' +export { default as ArrowLongLeftIcon } from './ArrowLongLeftIcon.js' +export { default as ArrowLongRightIcon } from './ArrowLongRightIcon.js' +export { default as ArrowLongUpIcon } from './ArrowLongUpIcon.js' +export { default as ArrowPathRoundedSquareIcon } from './ArrowPathRoundedSquareIcon.js' +export { default as ArrowPathIcon } from './ArrowPathIcon.js' +export { default as ArrowRightCircleIcon } from './ArrowRightCircleIcon.js' +export { default as ArrowRightEndOnRectangleIcon } from './ArrowRightEndOnRectangleIcon.js' +export { default as ArrowRightStartOnRectangleIcon } from './ArrowRightStartOnRectangleIcon.js' +export { default as ArrowRightIcon } from './ArrowRightIcon.js' +export { default as ArrowTopRightOnSquareIcon } from './ArrowTopRightOnSquareIcon.js' +export { default as ArrowTrendingDownIcon } from './ArrowTrendingDownIcon.js' +export { default as ArrowTrendingUpIcon } from './ArrowTrendingUpIcon.js' +export { default as ArrowTurnDownLeftIcon } from './ArrowTurnDownLeftIcon.js' +export { default as ArrowTurnDownRightIcon } from './ArrowTurnDownRightIcon.js' +export { default as ArrowTurnLeftDownIcon } from './ArrowTurnLeftDownIcon.js' +export { default as ArrowTurnLeftUpIcon } from './ArrowTurnLeftUpIcon.js' +export { default as ArrowTurnRightDownIcon } from './ArrowTurnRightDownIcon.js' +export { default as ArrowTurnRightUpIcon } from './ArrowTurnRightUpIcon.js' +export { default as ArrowTurnUpLeftIcon } from './ArrowTurnUpLeftIcon.js' +export { default as ArrowTurnUpRightIcon } from './ArrowTurnUpRightIcon.js' +export { default as ArrowUpCircleIcon } from './ArrowUpCircleIcon.js' +export { default as ArrowUpLeftIcon } from './ArrowUpLeftIcon.js' +export { default as ArrowUpOnSquareStackIcon } from './ArrowUpOnSquareStackIcon.js' +export { default as ArrowUpOnSquareIcon } from './ArrowUpOnSquareIcon.js' +export { default as ArrowUpRightIcon } from './ArrowUpRightIcon.js' +export { default as ArrowUpTrayIcon } from './ArrowUpTrayIcon.js' +export { default as ArrowUpIcon } from './ArrowUpIcon.js' +export { default as ArrowUturnDownIcon } from './ArrowUturnDownIcon.js' +export { default as ArrowUturnLeftIcon } from './ArrowUturnLeftIcon.js' +export { default as ArrowUturnRightIcon } from './ArrowUturnRightIcon.js' +export { default as ArrowUturnUpIcon } from './ArrowUturnUpIcon.js' +export { default as ArrowsPointingInIcon } from './ArrowsPointingInIcon.js' +export { default as ArrowsPointingOutIcon } from './ArrowsPointingOutIcon.js' +export { default as ArrowsRightLeftIcon } from './ArrowsRightLeftIcon.js' +export { default as ArrowsUpDownIcon } from './ArrowsUpDownIcon.js' +export { default as AtSymbolIcon } from './AtSymbolIcon.js' +export { default as BackspaceIcon } from './BackspaceIcon.js' +export { default as BackwardIcon } from './BackwardIcon.js' +export { default as BanknotesIcon } from './BanknotesIcon.js' +export { default as Bars2Icon } from './Bars2Icon.js' +export { default as Bars3BottomLeftIcon } from './Bars3BottomLeftIcon.js' +export { default as Bars3BottomRightIcon } from './Bars3BottomRightIcon.js' +export { default as Bars3CenterLeftIcon } from './Bars3CenterLeftIcon.js' +export { default as Bars3Icon } from './Bars3Icon.js' +export { default as Bars4Icon } from './Bars4Icon.js' +export { default as BarsArrowDownIcon } from './BarsArrowDownIcon.js' +export { default as BarsArrowUpIcon } from './BarsArrowUpIcon.js' +export { default as Battery0Icon } from './Battery0Icon.js' +export { default as Battery100Icon } from './Battery100Icon.js' +export { default as Battery50Icon } from './Battery50Icon.js' +export { default as BeakerIcon } from './BeakerIcon.js' +export { default as BellAlertIcon } from './BellAlertIcon.js' +export { default as BellSlashIcon } from './BellSlashIcon.js' +export { default as BellSnoozeIcon } from './BellSnoozeIcon.js' +export { default as BellIcon } from './BellIcon.js' +export { default as BoldIcon } from './BoldIcon.js' +export { default as BoltSlashIcon } from './BoltSlashIcon.js' +export { default as BoltIcon } from './BoltIcon.js' +export { default as BookOpenIcon } from './BookOpenIcon.js' +export { default as BookmarkSlashIcon } from './BookmarkSlashIcon.js' +export { default as BookmarkSquareIcon } from './BookmarkSquareIcon.js' +export { default as BookmarkIcon } from './BookmarkIcon.js' +export { default as BriefcaseIcon } from './BriefcaseIcon.js' +export { default as BugAntIcon } from './BugAntIcon.js' +export { default as BuildingLibraryIcon } from './BuildingLibraryIcon.js' +export { default as BuildingOffice2Icon } from './BuildingOffice2Icon.js' +export { default as BuildingOfficeIcon } from './BuildingOfficeIcon.js' +export { default as BuildingStorefrontIcon } from './BuildingStorefrontIcon.js' +export { default as CakeIcon } from './CakeIcon.js' +export { default as CalculatorIcon } from './CalculatorIcon.js' +export { default as CalendarDateRangeIcon } from './CalendarDateRangeIcon.js' +export { default as CalendarDaysIcon } from './CalendarDaysIcon.js' +export { default as CalendarIcon } from './CalendarIcon.js' +export { default as CameraIcon } from './CameraIcon.js' +export { default as ChartBarSquareIcon } from './ChartBarSquareIcon.js' +export { default as ChartBarIcon } from './ChartBarIcon.js' +export { default as ChartPieIcon } from './ChartPieIcon.js' +export { default as ChatBubbleBottomCenterTextIcon } from './ChatBubbleBottomCenterTextIcon.js' +export { default as ChatBubbleBottomCenterIcon } from './ChatBubbleBottomCenterIcon.js' +export { default as ChatBubbleLeftEllipsisIcon } from './ChatBubbleLeftEllipsisIcon.js' +export { default as ChatBubbleLeftRightIcon } from './ChatBubbleLeftRightIcon.js' +export { default as ChatBubbleLeftIcon } from './ChatBubbleLeftIcon.js' +export { default as ChatBubbleOvalLeftEllipsisIcon } from './ChatBubbleOvalLeftEllipsisIcon.js' +export { default as ChatBubbleOvalLeftIcon } from './ChatBubbleOvalLeftIcon.js' +export { default as CheckBadgeIcon } from './CheckBadgeIcon.js' +export { default as CheckCircleIcon } from './CheckCircleIcon.js' +export { default as CheckIcon } from './CheckIcon.js' +export { default as ChevronDoubleDownIcon } from './ChevronDoubleDownIcon.js' +export { default as ChevronDoubleLeftIcon } from './ChevronDoubleLeftIcon.js' +export { default as ChevronDoubleRightIcon } from './ChevronDoubleRightIcon.js' +export { default as ChevronDoubleUpIcon } from './ChevronDoubleUpIcon.js' +export { default as ChevronDownIcon } from './ChevronDownIcon.js' +export { default as ChevronLeftIcon } from './ChevronLeftIcon.js' +export { default as ChevronRightIcon } from './ChevronRightIcon.js' +export { default as ChevronUpDownIcon } from './ChevronUpDownIcon.js' +export { default as ChevronUpIcon } from './ChevronUpIcon.js' +export { default as CircleStackIcon } from './CircleStackIcon.js' +export { default as ClipboardDocumentCheckIcon } from './ClipboardDocumentCheckIcon.js' +export { default as ClipboardDocumentListIcon } from './ClipboardDocumentListIcon.js' +export { default as ClipboardDocumentIcon } from './ClipboardDocumentIcon.js' +export { default as ClipboardIcon } from './ClipboardIcon.js' +export { default as ClockIcon } from './ClockIcon.js' +export { default as CloudArrowDownIcon } from './CloudArrowDownIcon.js' +export { default as CloudArrowUpIcon } from './CloudArrowUpIcon.js' +export { default as CloudIcon } from './CloudIcon.js' +export { default as CodeBracketSquareIcon } from './CodeBracketSquareIcon.js' +export { default as CodeBracketIcon } from './CodeBracketIcon.js' +export { default as Cog6ToothIcon } from './Cog6ToothIcon.js' +export { default as Cog8ToothIcon } from './Cog8ToothIcon.js' +export { default as CogIcon } from './CogIcon.js' +export { default as CommandLineIcon } from './CommandLineIcon.js' +export { default as ComputerDesktopIcon } from './ComputerDesktopIcon.js' +export { default as CpuChipIcon } from './CpuChipIcon.js' +export { default as CreditCardIcon } from './CreditCardIcon.js' +export { default as CubeTransparentIcon } from './CubeTransparentIcon.js' +export { default as CubeIcon } from './CubeIcon.js' +export { default as CurrencyBangladeshiIcon } from './CurrencyBangladeshiIcon.js' +export { default as CurrencyDollarIcon } from './CurrencyDollarIcon.js' +export { default as CurrencyEuroIcon } from './CurrencyEuroIcon.js' +export { default as CurrencyPoundIcon } from './CurrencyPoundIcon.js' +export { default as CurrencyRupeeIcon } from './CurrencyRupeeIcon.js' +export { default as CurrencyYenIcon } from './CurrencyYenIcon.js' +export { default as CursorArrowRaysIcon } from './CursorArrowRaysIcon.js' +export { default as CursorArrowRippleIcon } from './CursorArrowRippleIcon.js' +export { default as DevicePhoneMobileIcon } from './DevicePhoneMobileIcon.js' +export { default as DeviceTabletIcon } from './DeviceTabletIcon.js' +export { default as DivideIcon } from './DivideIcon.js' +export { default as DocumentArrowDownIcon } from './DocumentArrowDownIcon.js' +export { default as DocumentArrowUpIcon } from './DocumentArrowUpIcon.js' +export { default as DocumentChartBarIcon } from './DocumentChartBarIcon.js' +export { default as DocumentCheckIcon } from './DocumentCheckIcon.js' +export { default as DocumentCurrencyBangladeshiIcon } from './DocumentCurrencyBangladeshiIcon.js' +export { default as DocumentCurrencyDollarIcon } from './DocumentCurrencyDollarIcon.js' +export { default as DocumentCurrencyEuroIcon } from './DocumentCurrencyEuroIcon.js' +export { default as DocumentCurrencyPoundIcon } from './DocumentCurrencyPoundIcon.js' +export { default as DocumentCurrencyRupeeIcon } from './DocumentCurrencyRupeeIcon.js' +export { default as DocumentCurrencyYenIcon } from './DocumentCurrencyYenIcon.js' +export { default as DocumentDuplicateIcon } from './DocumentDuplicateIcon.js' +export { default as DocumentMagnifyingGlassIcon } from './DocumentMagnifyingGlassIcon.js' +export { default as DocumentMinusIcon } from './DocumentMinusIcon.js' +export { default as DocumentPlusIcon } from './DocumentPlusIcon.js' +export { default as DocumentTextIcon } from './DocumentTextIcon.js' +export { default as DocumentIcon } from './DocumentIcon.js' +export { default as EllipsisHorizontalCircleIcon } from './EllipsisHorizontalCircleIcon.js' +export { default as EllipsisHorizontalIcon } from './EllipsisHorizontalIcon.js' +export { default as EllipsisVerticalIcon } from './EllipsisVerticalIcon.js' +export { default as EnvelopeOpenIcon } from './EnvelopeOpenIcon.js' +export { default as EnvelopeIcon } from './EnvelopeIcon.js' +export { default as EqualsIcon } from './EqualsIcon.js' +export { default as ExclamationCircleIcon } from './ExclamationCircleIcon.js' +export { default as ExclamationTriangleIcon } from './ExclamationTriangleIcon.js' +export { default as EyeDropperIcon } from './EyeDropperIcon.js' +export { default as EyeSlashIcon } from './EyeSlashIcon.js' +export { default as EyeIcon } from './EyeIcon.js' +export { default as FaceFrownIcon } from './FaceFrownIcon.js' +export { default as FaceSmileIcon } from './FaceSmileIcon.js' +export { default as FilmIcon } from './FilmIcon.js' +export { default as FingerPrintIcon } from './FingerPrintIcon.js' +export { default as FireIcon } from './FireIcon.js' +export { default as FlagIcon } from './FlagIcon.js' +export { default as FolderArrowDownIcon } from './FolderArrowDownIcon.js' +export { default as FolderMinusIcon } from './FolderMinusIcon.js' +export { default as FolderOpenIcon } from './FolderOpenIcon.js' +export { default as FolderPlusIcon } from './FolderPlusIcon.js' +export { default as FolderIcon } from './FolderIcon.js' +export { default as ForwardIcon } from './ForwardIcon.js' +export { default as FunnelIcon } from './FunnelIcon.js' +export { default as GifIcon } from './GifIcon.js' +export { default as GiftTopIcon } from './GiftTopIcon.js' +export { default as GiftIcon } from './GiftIcon.js' +export { default as GlobeAltIcon } from './GlobeAltIcon.js' +export { default as GlobeAmericasIcon } from './GlobeAmericasIcon.js' +export { default as GlobeAsiaAustraliaIcon } from './GlobeAsiaAustraliaIcon.js' +export { default as GlobeEuropeAfricaIcon } from './GlobeEuropeAfricaIcon.js' +export { default as H1Icon } from './H1Icon.js' +export { default as H2Icon } from './H2Icon.js' +export { default as H3Icon } from './H3Icon.js' +export { default as HandRaisedIcon } from './HandRaisedIcon.js' +export { default as HandThumbDownIcon } from './HandThumbDownIcon.js' +export { default as HandThumbUpIcon } from './HandThumbUpIcon.js' +export { default as HashtagIcon } from './HashtagIcon.js' +export { default as HeartIcon } from './HeartIcon.js' +export { default as HomeModernIcon } from './HomeModernIcon.js' +export { default as HomeIcon } from './HomeIcon.js' +export { default as IdentificationIcon } from './IdentificationIcon.js' +export { default as InboxArrowDownIcon } from './InboxArrowDownIcon.js' +export { default as InboxStackIcon } from './InboxStackIcon.js' +export { default as InboxIcon } from './InboxIcon.js' +export { default as InformationCircleIcon } from './InformationCircleIcon.js' +export { default as ItalicIcon } from './ItalicIcon.js' +export { default as KeyIcon } from './KeyIcon.js' +export { default as LanguageIcon } from './LanguageIcon.js' +export { default as LifebuoyIcon } from './LifebuoyIcon.js' +export { default as LightBulbIcon } from './LightBulbIcon.js' +export { default as LinkSlashIcon } from './LinkSlashIcon.js' +export { default as LinkIcon } from './LinkIcon.js' +export { default as ListBulletIcon } from './ListBulletIcon.js' +export { default as LockClosedIcon } from './LockClosedIcon.js' +export { default as LockOpenIcon } from './LockOpenIcon.js' +export { default as MagnifyingGlassCircleIcon } from './MagnifyingGlassCircleIcon.js' +export { default as MagnifyingGlassMinusIcon } from './MagnifyingGlassMinusIcon.js' +export { default as MagnifyingGlassPlusIcon } from './MagnifyingGlassPlusIcon.js' +export { default as MagnifyingGlassIcon } from './MagnifyingGlassIcon.js' +export { default as MapPinIcon } from './MapPinIcon.js' +export { default as MapIcon } from './MapIcon.js' +export { default as MegaphoneIcon } from './MegaphoneIcon.js' +export { default as MicrophoneIcon } from './MicrophoneIcon.js' +export { default as MinusCircleIcon } from './MinusCircleIcon.js' +export { default as MinusIcon } from './MinusIcon.js' +export { default as MoonIcon } from './MoonIcon.js' +export { default as MusicalNoteIcon } from './MusicalNoteIcon.js' +export { default as NewspaperIcon } from './NewspaperIcon.js' +export { default as NoSymbolIcon } from './NoSymbolIcon.js' +export { default as NumberedListIcon } from './NumberedListIcon.js' +export { default as PaintBrushIcon } from './PaintBrushIcon.js' +export { default as PaperAirplaneIcon } from './PaperAirplaneIcon.js' +export { default as PaperClipIcon } from './PaperClipIcon.js' +export { default as PauseCircleIcon } from './PauseCircleIcon.js' +export { default as PauseIcon } from './PauseIcon.js' +export { default as PencilSquareIcon } from './PencilSquareIcon.js' +export { default as PencilIcon } from './PencilIcon.js' +export { default as PercentBadgeIcon } from './PercentBadgeIcon.js' +export { default as PhoneArrowDownLeftIcon } from './PhoneArrowDownLeftIcon.js' +export { default as PhoneArrowUpRightIcon } from './PhoneArrowUpRightIcon.js' +export { default as PhoneXMarkIcon } from './PhoneXMarkIcon.js' +export { default as PhoneIcon } from './PhoneIcon.js' +export { default as PhotoIcon } from './PhotoIcon.js' +export { default as PlayCircleIcon } from './PlayCircleIcon.js' +export { default as PlayPauseIcon } from './PlayPauseIcon.js' +export { default as PlayIcon } from './PlayIcon.js' +export { default as PlusCircleIcon } from './PlusCircleIcon.js' +export { default as PlusIcon } from './PlusIcon.js' +export { default as PowerIcon } from './PowerIcon.js' +export { default as PresentationChartBarIcon } from './PresentationChartBarIcon.js' +export { default as PresentationChartLineIcon } from './PresentationChartLineIcon.js' +export { default as PrinterIcon } from './PrinterIcon.js' +export { default as PuzzlePieceIcon } from './PuzzlePieceIcon.js' +export { default as QrCodeIcon } from './QrCodeIcon.js' +export { default as QuestionMarkCircleIcon } from './QuestionMarkCircleIcon.js' +export { default as QueueListIcon } from './QueueListIcon.js' +export { default as RadioIcon } from './RadioIcon.js' +export { default as ReceiptPercentIcon } from './ReceiptPercentIcon.js' +export { default as ReceiptRefundIcon } from './ReceiptRefundIcon.js' +export { default as RectangleGroupIcon } from './RectangleGroupIcon.js' +export { default as RectangleStackIcon } from './RectangleStackIcon.js' +export { default as RocketLaunchIcon } from './RocketLaunchIcon.js' +export { default as RssIcon } from './RssIcon.js' +export { default as ScaleIcon } from './ScaleIcon.js' +export { default as ScissorsIcon } from './ScissorsIcon.js' +export { default as ServerStackIcon } from './ServerStackIcon.js' +export { default as ServerIcon } from './ServerIcon.js' +export { default as ShareIcon } from './ShareIcon.js' +export { default as ShieldCheckIcon } from './ShieldCheckIcon.js' +export { default as ShieldExclamationIcon } from './ShieldExclamationIcon.js' +export { default as ShoppingBagIcon } from './ShoppingBagIcon.js' +export { default as ShoppingCartIcon } from './ShoppingCartIcon.js' +export { default as SignalSlashIcon } from './SignalSlashIcon.js' +export { default as SignalIcon } from './SignalIcon.js' +export { default as SlashIcon } from './SlashIcon.js' +export { default as SparklesIcon } from './SparklesIcon.js' +export { default as SpeakerWaveIcon } from './SpeakerWaveIcon.js' +export { default as SpeakerXMarkIcon } from './SpeakerXMarkIcon.js' +export { default as Square2StackIcon } from './Square2StackIcon.js' +export { default as Square3Stack3DIcon } from './Square3Stack3DIcon.js' +export { default as Squares2X2Icon } from './Squares2X2Icon.js' +export { default as SquaresPlusIcon } from './SquaresPlusIcon.js' +export { default as StarIcon } from './StarIcon.js' +export { default as StopCircleIcon } from './StopCircleIcon.js' +export { default as StopIcon } from './StopIcon.js' +export { default as StrikethroughIcon } from './StrikethroughIcon.js' +export { default as SunIcon } from './SunIcon.js' +export { default as SwatchIcon } from './SwatchIcon.js' +export { default as TableCellsIcon } from './TableCellsIcon.js' +export { default as TagIcon } from './TagIcon.js' +export { default as TicketIcon } from './TicketIcon.js' +export { default as TrashIcon } from './TrashIcon.js' +export { default as TrophyIcon } from './TrophyIcon.js' +export { default as TruckIcon } from './TruckIcon.js' +export { default as TvIcon } from './TvIcon.js' +export { default as UnderlineIcon } from './UnderlineIcon.js' +export { default as UserCircleIcon } from './UserCircleIcon.js' +export { default as UserGroupIcon } from './UserGroupIcon.js' +export { default as UserMinusIcon } from './UserMinusIcon.js' +export { default as UserPlusIcon } from './UserPlusIcon.js' +export { default as UserIcon } from './UserIcon.js' +export { default as UsersIcon } from './UsersIcon.js' +export { default as VariableIcon } from './VariableIcon.js' +export { default as VideoCameraSlashIcon } from './VideoCameraSlashIcon.js' +export { default as VideoCameraIcon } from './VideoCameraIcon.js' +export { default as ViewColumnsIcon } from './ViewColumnsIcon.js' +export { default as ViewfinderCircleIcon } from './ViewfinderCircleIcon.js' +export { default as WalletIcon } from './WalletIcon.js' +export { default as WifiIcon } from './WifiIcon.js' +export { default as WindowIcon } from './WindowIcon.js' +export { default as WrenchScrewdriverIcon } from './WrenchScrewdriverIcon.js' +export { default as WrenchIcon } from './WrenchIcon.js' +export { default as XCircleIcon } from './XCircleIcon.js' +export { default as XMarkIcon } from './XMarkIcon.js' \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/esm/package.json b/frontend/node_modules/@heroicons/react/16/solid/esm/package.json new file mode 100644 index 00000000..7f1fc33d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/esm/package.json @@ -0,0 +1,4 @@ +{ + "type": "module", + "sideEffects": false +} diff --git a/frontend/node_modules/@heroicons/react/16/solid/index.d.ts b/frontend/node_modules/@heroicons/react/16/solid/index.d.ts new file mode 100644 index 00000000..fd6156c3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/index.d.ts @@ -0,0 +1,316 @@ +export { default as AcademicCapIcon } from './AcademicCapIcon' +export { default as AdjustmentsHorizontalIcon } from './AdjustmentsHorizontalIcon' +export { default as AdjustmentsVerticalIcon } from './AdjustmentsVerticalIcon' +export { default as ArchiveBoxArrowDownIcon } from './ArchiveBoxArrowDownIcon' +export { default as ArchiveBoxXMarkIcon } from './ArchiveBoxXMarkIcon' +export { default as ArchiveBoxIcon } from './ArchiveBoxIcon' +export { default as ArrowDownCircleIcon } from './ArrowDownCircleIcon' +export { default as ArrowDownLeftIcon } from './ArrowDownLeftIcon' +export { default as ArrowDownOnSquareStackIcon } from './ArrowDownOnSquareStackIcon' +export { default as ArrowDownOnSquareIcon } from './ArrowDownOnSquareIcon' +export { default as ArrowDownRightIcon } from './ArrowDownRightIcon' +export { default as ArrowDownTrayIcon } from './ArrowDownTrayIcon' +export { default as ArrowDownIcon } from './ArrowDownIcon' +export { default as ArrowLeftCircleIcon } from './ArrowLeftCircleIcon' +export { default as ArrowLeftEndOnRectangleIcon } from './ArrowLeftEndOnRectangleIcon' +export { default as ArrowLeftStartOnRectangleIcon } from './ArrowLeftStartOnRectangleIcon' +export { default as ArrowLeftIcon } from './ArrowLeftIcon' +export { default as ArrowLongDownIcon } from './ArrowLongDownIcon' +export { default as ArrowLongLeftIcon } from './ArrowLongLeftIcon' +export { default as ArrowLongRightIcon } from './ArrowLongRightIcon' +export { default as ArrowLongUpIcon } from './ArrowLongUpIcon' +export { default as ArrowPathRoundedSquareIcon } from './ArrowPathRoundedSquareIcon' +export { default as ArrowPathIcon } from './ArrowPathIcon' +export { default as ArrowRightCircleIcon } from './ArrowRightCircleIcon' +export { default as ArrowRightEndOnRectangleIcon } from './ArrowRightEndOnRectangleIcon' +export { default as ArrowRightStartOnRectangleIcon } from './ArrowRightStartOnRectangleIcon' +export { default as ArrowRightIcon } from './ArrowRightIcon' +export { default as ArrowTopRightOnSquareIcon } from './ArrowTopRightOnSquareIcon' +export { default as ArrowTrendingDownIcon } from './ArrowTrendingDownIcon' +export { default as ArrowTrendingUpIcon } from './ArrowTrendingUpIcon' +export { default as ArrowTurnDownLeftIcon } from './ArrowTurnDownLeftIcon' +export { default as ArrowTurnDownRightIcon } from './ArrowTurnDownRightIcon' +export { default as ArrowTurnLeftDownIcon } from './ArrowTurnLeftDownIcon' +export { default as ArrowTurnLeftUpIcon } from './ArrowTurnLeftUpIcon' +export { default as ArrowTurnRightDownIcon } from './ArrowTurnRightDownIcon' +export { default as ArrowTurnRightUpIcon } from './ArrowTurnRightUpIcon' +export { default as ArrowTurnUpLeftIcon } from './ArrowTurnUpLeftIcon' +export { default as ArrowTurnUpRightIcon } from './ArrowTurnUpRightIcon' +export { default as ArrowUpCircleIcon } from './ArrowUpCircleIcon' +export { default as ArrowUpLeftIcon } from './ArrowUpLeftIcon' +export { default as ArrowUpOnSquareStackIcon } from './ArrowUpOnSquareStackIcon' +export { default as ArrowUpOnSquareIcon } from './ArrowUpOnSquareIcon' +export { default as ArrowUpRightIcon } from './ArrowUpRightIcon' +export { default as ArrowUpTrayIcon } from './ArrowUpTrayIcon' +export { default as ArrowUpIcon } from './ArrowUpIcon' +export { default as ArrowUturnDownIcon } from './ArrowUturnDownIcon' +export { default as ArrowUturnLeftIcon } from './ArrowUturnLeftIcon' +export { default as ArrowUturnRightIcon } from './ArrowUturnRightIcon' +export { default as ArrowUturnUpIcon } from './ArrowUturnUpIcon' +export { default as ArrowsPointingInIcon } from './ArrowsPointingInIcon' +export { default as ArrowsPointingOutIcon } from './ArrowsPointingOutIcon' +export { default as ArrowsRightLeftIcon } from './ArrowsRightLeftIcon' +export { default as ArrowsUpDownIcon } from './ArrowsUpDownIcon' +export { default as AtSymbolIcon } from './AtSymbolIcon' +export { default as BackspaceIcon } from './BackspaceIcon' +export { default as BackwardIcon } from './BackwardIcon' +export { default as BanknotesIcon } from './BanknotesIcon' +export { default as Bars2Icon } from './Bars2Icon' +export { default as Bars3BottomLeftIcon } from './Bars3BottomLeftIcon' +export { default as Bars3BottomRightIcon } from './Bars3BottomRightIcon' +export { default as Bars3CenterLeftIcon } from './Bars3CenterLeftIcon' +export { default as Bars3Icon } from './Bars3Icon' +export { default as Bars4Icon } from './Bars4Icon' +export { default as BarsArrowDownIcon } from './BarsArrowDownIcon' +export { default as BarsArrowUpIcon } from './BarsArrowUpIcon' +export { default as Battery0Icon } from './Battery0Icon' +export { default as Battery100Icon } from './Battery100Icon' +export { default as Battery50Icon } from './Battery50Icon' +export { default as BeakerIcon } from './BeakerIcon' +export { default as BellAlertIcon } from './BellAlertIcon' +export { default as BellSlashIcon } from './BellSlashIcon' +export { default as BellSnoozeIcon } from './BellSnoozeIcon' +export { default as BellIcon } from './BellIcon' +export { default as BoldIcon } from './BoldIcon' +export { default as BoltSlashIcon } from './BoltSlashIcon' +export { default as BoltIcon } from './BoltIcon' +export { default as BookOpenIcon } from './BookOpenIcon' +export { default as BookmarkSlashIcon } from './BookmarkSlashIcon' +export { default as BookmarkSquareIcon } from './BookmarkSquareIcon' +export { default as BookmarkIcon } from './BookmarkIcon' +export { default as BriefcaseIcon } from './BriefcaseIcon' +export { default as BugAntIcon } from './BugAntIcon' +export { default as BuildingLibraryIcon } from './BuildingLibraryIcon' +export { default as BuildingOffice2Icon } from './BuildingOffice2Icon' +export { default as BuildingOfficeIcon } from './BuildingOfficeIcon' +export { default as BuildingStorefrontIcon } from './BuildingStorefrontIcon' +export { default as CakeIcon } from './CakeIcon' +export { default as CalculatorIcon } from './CalculatorIcon' +export { default as CalendarDateRangeIcon } from './CalendarDateRangeIcon' +export { default as CalendarDaysIcon } from './CalendarDaysIcon' +export { default as CalendarIcon } from './CalendarIcon' +export { default as CameraIcon } from './CameraIcon' +export { default as ChartBarSquareIcon } from './ChartBarSquareIcon' +export { default as ChartBarIcon } from './ChartBarIcon' +export { default as ChartPieIcon } from './ChartPieIcon' +export { default as ChatBubbleBottomCenterTextIcon } from './ChatBubbleBottomCenterTextIcon' +export { default as ChatBubbleBottomCenterIcon } from './ChatBubbleBottomCenterIcon' +export { default as ChatBubbleLeftEllipsisIcon } from './ChatBubbleLeftEllipsisIcon' +export { default as ChatBubbleLeftRightIcon } from './ChatBubbleLeftRightIcon' +export { default as ChatBubbleLeftIcon } from './ChatBubbleLeftIcon' +export { default as ChatBubbleOvalLeftEllipsisIcon } from './ChatBubbleOvalLeftEllipsisIcon' +export { default as ChatBubbleOvalLeftIcon } from './ChatBubbleOvalLeftIcon' +export { default as CheckBadgeIcon } from './CheckBadgeIcon' +export { default as CheckCircleIcon } from './CheckCircleIcon' +export { default as CheckIcon } from './CheckIcon' +export { default as ChevronDoubleDownIcon } from './ChevronDoubleDownIcon' +export { default as ChevronDoubleLeftIcon } from './ChevronDoubleLeftIcon' +export { default as ChevronDoubleRightIcon } from './ChevronDoubleRightIcon' +export { default as ChevronDoubleUpIcon } from './ChevronDoubleUpIcon' +export { default as ChevronDownIcon } from './ChevronDownIcon' +export { default as ChevronLeftIcon } from './ChevronLeftIcon' +export { default as ChevronRightIcon } from './ChevronRightIcon' +export { default as ChevronUpDownIcon } from './ChevronUpDownIcon' +export { default as ChevronUpIcon } from './ChevronUpIcon' +export { default as CircleStackIcon } from './CircleStackIcon' +export { default as ClipboardDocumentCheckIcon } from './ClipboardDocumentCheckIcon' +export { default as ClipboardDocumentListIcon } from './ClipboardDocumentListIcon' +export { default as ClipboardDocumentIcon } from './ClipboardDocumentIcon' +export { default as ClipboardIcon } from './ClipboardIcon' +export { default as ClockIcon } from './ClockIcon' +export { default as CloudArrowDownIcon } from './CloudArrowDownIcon' +export { default as CloudArrowUpIcon } from './CloudArrowUpIcon' +export { default as CloudIcon } from './CloudIcon' +export { default as CodeBracketSquareIcon } from './CodeBracketSquareIcon' +export { default as CodeBracketIcon } from './CodeBracketIcon' +export { default as Cog6ToothIcon } from './Cog6ToothIcon' +export { default as Cog8ToothIcon } from './Cog8ToothIcon' +export { default as CogIcon } from './CogIcon' +export { default as CommandLineIcon } from './CommandLineIcon' +export { default as ComputerDesktopIcon } from './ComputerDesktopIcon' +export { default as CpuChipIcon } from './CpuChipIcon' +export { default as CreditCardIcon } from './CreditCardIcon' +export { default as CubeTransparentIcon } from './CubeTransparentIcon' +export { default as CubeIcon } from './CubeIcon' +export { default as CurrencyBangladeshiIcon } from './CurrencyBangladeshiIcon' +export { default as CurrencyDollarIcon } from './CurrencyDollarIcon' +export { default as CurrencyEuroIcon } from './CurrencyEuroIcon' +export { default as CurrencyPoundIcon } from './CurrencyPoundIcon' +export { default as CurrencyRupeeIcon } from './CurrencyRupeeIcon' +export { default as CurrencyYenIcon } from './CurrencyYenIcon' +export { default as CursorArrowRaysIcon } from './CursorArrowRaysIcon' +export { default as CursorArrowRippleIcon } from './CursorArrowRippleIcon' +export { default as DevicePhoneMobileIcon } from './DevicePhoneMobileIcon' +export { default as DeviceTabletIcon } from './DeviceTabletIcon' +export { default as DivideIcon } from './DivideIcon' +export { default as DocumentArrowDownIcon } from './DocumentArrowDownIcon' +export { default as DocumentArrowUpIcon } from './DocumentArrowUpIcon' +export { default as DocumentChartBarIcon } from './DocumentChartBarIcon' +export { default as DocumentCheckIcon } from './DocumentCheckIcon' +export { default as DocumentCurrencyBangladeshiIcon } from './DocumentCurrencyBangladeshiIcon' +export { default as DocumentCurrencyDollarIcon } from './DocumentCurrencyDollarIcon' +export { default as DocumentCurrencyEuroIcon } from './DocumentCurrencyEuroIcon' +export { default as DocumentCurrencyPoundIcon } from './DocumentCurrencyPoundIcon' +export { default as DocumentCurrencyRupeeIcon } from './DocumentCurrencyRupeeIcon' +export { default as DocumentCurrencyYenIcon } from './DocumentCurrencyYenIcon' +export { default as DocumentDuplicateIcon } from './DocumentDuplicateIcon' +export { default as DocumentMagnifyingGlassIcon } from './DocumentMagnifyingGlassIcon' +export { default as DocumentMinusIcon } from './DocumentMinusIcon' +export { default as DocumentPlusIcon } from './DocumentPlusIcon' +export { default as DocumentTextIcon } from './DocumentTextIcon' +export { default as DocumentIcon } from './DocumentIcon' +export { default as EllipsisHorizontalCircleIcon } from './EllipsisHorizontalCircleIcon' +export { default as EllipsisHorizontalIcon } from './EllipsisHorizontalIcon' +export { default as EllipsisVerticalIcon } from './EllipsisVerticalIcon' +export { default as EnvelopeOpenIcon } from './EnvelopeOpenIcon' +export { default as EnvelopeIcon } from './EnvelopeIcon' +export { default as EqualsIcon } from './EqualsIcon' +export { default as ExclamationCircleIcon } from './ExclamationCircleIcon' +export { default as ExclamationTriangleIcon } from './ExclamationTriangleIcon' +export { default as EyeDropperIcon } from './EyeDropperIcon' +export { default as EyeSlashIcon } from './EyeSlashIcon' +export { default as EyeIcon } from './EyeIcon' +export { default as FaceFrownIcon } from './FaceFrownIcon' +export { default as FaceSmileIcon } from './FaceSmileIcon' +export { default as FilmIcon } from './FilmIcon' +export { default as FingerPrintIcon } from './FingerPrintIcon' +export { default as FireIcon } from './FireIcon' +export { default as FlagIcon } from './FlagIcon' +export { default as FolderArrowDownIcon } from './FolderArrowDownIcon' +export { default as FolderMinusIcon } from './FolderMinusIcon' +export { default as FolderOpenIcon } from './FolderOpenIcon' +export { default as FolderPlusIcon } from './FolderPlusIcon' +export { default as FolderIcon } from './FolderIcon' +export { default as ForwardIcon } from './ForwardIcon' +export { default as FunnelIcon } from './FunnelIcon' +export { default as GifIcon } from './GifIcon' +export { default as GiftTopIcon } from './GiftTopIcon' +export { default as GiftIcon } from './GiftIcon' +export { default as GlobeAltIcon } from './GlobeAltIcon' +export { default as GlobeAmericasIcon } from './GlobeAmericasIcon' +export { default as GlobeAsiaAustraliaIcon } from './GlobeAsiaAustraliaIcon' +export { default as GlobeEuropeAfricaIcon } from './GlobeEuropeAfricaIcon' +export { default as H1Icon } from './H1Icon' +export { default as H2Icon } from './H2Icon' +export { default as H3Icon } from './H3Icon' +export { default as HandRaisedIcon } from './HandRaisedIcon' +export { default as HandThumbDownIcon } from './HandThumbDownIcon' +export { default as HandThumbUpIcon } from './HandThumbUpIcon' +export { default as HashtagIcon } from './HashtagIcon' +export { default as HeartIcon } from './HeartIcon' +export { default as HomeModernIcon } from './HomeModernIcon' +export { default as HomeIcon } from './HomeIcon' +export { default as IdentificationIcon } from './IdentificationIcon' +export { default as InboxArrowDownIcon } from './InboxArrowDownIcon' +export { default as InboxStackIcon } from './InboxStackIcon' +export { default as InboxIcon } from './InboxIcon' +export { default as InformationCircleIcon } from './InformationCircleIcon' +export { default as ItalicIcon } from './ItalicIcon' +export { default as KeyIcon } from './KeyIcon' +export { default as LanguageIcon } from './LanguageIcon' +export { default as LifebuoyIcon } from './LifebuoyIcon' +export { default as LightBulbIcon } from './LightBulbIcon' +export { default as LinkSlashIcon } from './LinkSlashIcon' +export { default as LinkIcon } from './LinkIcon' +export { default as ListBulletIcon } from './ListBulletIcon' +export { default as LockClosedIcon } from './LockClosedIcon' +export { default as LockOpenIcon } from './LockOpenIcon' +export { default as MagnifyingGlassCircleIcon } from './MagnifyingGlassCircleIcon' +export { default as MagnifyingGlassMinusIcon } from './MagnifyingGlassMinusIcon' +export { default as MagnifyingGlassPlusIcon } from './MagnifyingGlassPlusIcon' +export { default as MagnifyingGlassIcon } from './MagnifyingGlassIcon' +export { default as MapPinIcon } from './MapPinIcon' +export { default as MapIcon } from './MapIcon' +export { default as MegaphoneIcon } from './MegaphoneIcon' +export { default as MicrophoneIcon } from './MicrophoneIcon' +export { default as MinusCircleIcon } from './MinusCircleIcon' +export { default as MinusIcon } from './MinusIcon' +export { default as MoonIcon } from './MoonIcon' +export { default as MusicalNoteIcon } from './MusicalNoteIcon' +export { default as NewspaperIcon } from './NewspaperIcon' +export { default as NoSymbolIcon } from './NoSymbolIcon' +export { default as NumberedListIcon } from './NumberedListIcon' +export { default as PaintBrushIcon } from './PaintBrushIcon' +export { default as PaperAirplaneIcon } from './PaperAirplaneIcon' +export { default as PaperClipIcon } from './PaperClipIcon' +export { default as PauseCircleIcon } from './PauseCircleIcon' +export { default as PauseIcon } from './PauseIcon' +export { default as PencilSquareIcon } from './PencilSquareIcon' +export { default as PencilIcon } from './PencilIcon' +export { default as PercentBadgeIcon } from './PercentBadgeIcon' +export { default as PhoneArrowDownLeftIcon } from './PhoneArrowDownLeftIcon' +export { default as PhoneArrowUpRightIcon } from './PhoneArrowUpRightIcon' +export { default as PhoneXMarkIcon } from './PhoneXMarkIcon' +export { default as PhoneIcon } from './PhoneIcon' +export { default as PhotoIcon } from './PhotoIcon' +export { default as PlayCircleIcon } from './PlayCircleIcon' +export { default as PlayPauseIcon } from './PlayPauseIcon' +export { default as PlayIcon } from './PlayIcon' +export { default as PlusCircleIcon } from './PlusCircleIcon' +export { default as PlusIcon } from './PlusIcon' +export { default as PowerIcon } from './PowerIcon' +export { default as PresentationChartBarIcon } from './PresentationChartBarIcon' +export { default as PresentationChartLineIcon } from './PresentationChartLineIcon' +export { default as PrinterIcon } from './PrinterIcon' +export { default as PuzzlePieceIcon } from './PuzzlePieceIcon' +export { default as QrCodeIcon } from './QrCodeIcon' +export { default as QuestionMarkCircleIcon } from './QuestionMarkCircleIcon' +export { default as QueueListIcon } from './QueueListIcon' +export { default as RadioIcon } from './RadioIcon' +export { default as ReceiptPercentIcon } from './ReceiptPercentIcon' +export { default as ReceiptRefundIcon } from './ReceiptRefundIcon' +export { default as RectangleGroupIcon } from './RectangleGroupIcon' +export { default as RectangleStackIcon } from './RectangleStackIcon' +export { default as RocketLaunchIcon } from './RocketLaunchIcon' +export { default as RssIcon } from './RssIcon' +export { default as ScaleIcon } from './ScaleIcon' +export { default as ScissorsIcon } from './ScissorsIcon' +export { default as ServerStackIcon } from './ServerStackIcon' +export { default as ServerIcon } from './ServerIcon' +export { default as ShareIcon } from './ShareIcon' +export { default as ShieldCheckIcon } from './ShieldCheckIcon' +export { default as ShieldExclamationIcon } from './ShieldExclamationIcon' +export { default as ShoppingBagIcon } from './ShoppingBagIcon' +export { default as ShoppingCartIcon } from './ShoppingCartIcon' +export { default as SignalSlashIcon } from './SignalSlashIcon' +export { default as SignalIcon } from './SignalIcon' +export { default as SlashIcon } from './SlashIcon' +export { default as SparklesIcon } from './SparklesIcon' +export { default as SpeakerWaveIcon } from './SpeakerWaveIcon' +export { default as SpeakerXMarkIcon } from './SpeakerXMarkIcon' +export { default as Square2StackIcon } from './Square2StackIcon' +export { default as Square3Stack3DIcon } from './Square3Stack3DIcon' +export { default as Squares2X2Icon } from './Squares2X2Icon' +export { default as SquaresPlusIcon } from './SquaresPlusIcon' +export { default as StarIcon } from './StarIcon' +export { default as StopCircleIcon } from './StopCircleIcon' +export { default as StopIcon } from './StopIcon' +export { default as StrikethroughIcon } from './StrikethroughIcon' +export { default as SunIcon } from './SunIcon' +export { default as SwatchIcon } from './SwatchIcon' +export { default as TableCellsIcon } from './TableCellsIcon' +export { default as TagIcon } from './TagIcon' +export { default as TicketIcon } from './TicketIcon' +export { default as TrashIcon } from './TrashIcon' +export { default as TrophyIcon } from './TrophyIcon' +export { default as TruckIcon } from './TruckIcon' +export { default as TvIcon } from './TvIcon' +export { default as UnderlineIcon } from './UnderlineIcon' +export { default as UserCircleIcon } from './UserCircleIcon' +export { default as UserGroupIcon } from './UserGroupIcon' +export { default as UserMinusIcon } from './UserMinusIcon' +export { default as UserPlusIcon } from './UserPlusIcon' +export { default as UserIcon } from './UserIcon' +export { default as UsersIcon } from './UsersIcon' +export { default as VariableIcon } from './VariableIcon' +export { default as VideoCameraSlashIcon } from './VideoCameraSlashIcon' +export { default as VideoCameraIcon } from './VideoCameraIcon' +export { default as ViewColumnsIcon } from './ViewColumnsIcon' +export { default as ViewfinderCircleIcon } from './ViewfinderCircleIcon' +export { default as WalletIcon } from './WalletIcon' +export { default as WifiIcon } from './WifiIcon' +export { default as WindowIcon } from './WindowIcon' +export { default as WrenchScrewdriverIcon } from './WrenchScrewdriverIcon' +export { default as WrenchIcon } from './WrenchIcon' +export { default as XCircleIcon } from './XCircleIcon' +export { default as XMarkIcon } from './XMarkIcon' \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/index.js b/frontend/node_modules/@heroicons/react/16/solid/index.js new file mode 100644 index 00000000..f9904d3c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/index.js @@ -0,0 +1,316 @@ +module.exports.AcademicCapIcon = require("./AcademicCapIcon.js") +module.exports.AdjustmentsHorizontalIcon = require("./AdjustmentsHorizontalIcon.js") +module.exports.AdjustmentsVerticalIcon = require("./AdjustmentsVerticalIcon.js") +module.exports.ArchiveBoxArrowDownIcon = require("./ArchiveBoxArrowDownIcon.js") +module.exports.ArchiveBoxXMarkIcon = require("./ArchiveBoxXMarkIcon.js") +module.exports.ArchiveBoxIcon = require("./ArchiveBoxIcon.js") +module.exports.ArrowDownCircleIcon = require("./ArrowDownCircleIcon.js") +module.exports.ArrowDownLeftIcon = require("./ArrowDownLeftIcon.js") +module.exports.ArrowDownOnSquareStackIcon = require("./ArrowDownOnSquareStackIcon.js") +module.exports.ArrowDownOnSquareIcon = require("./ArrowDownOnSquareIcon.js") +module.exports.ArrowDownRightIcon = require("./ArrowDownRightIcon.js") +module.exports.ArrowDownTrayIcon = require("./ArrowDownTrayIcon.js") +module.exports.ArrowDownIcon = require("./ArrowDownIcon.js") +module.exports.ArrowLeftCircleIcon = require("./ArrowLeftCircleIcon.js") +module.exports.ArrowLeftEndOnRectangleIcon = require("./ArrowLeftEndOnRectangleIcon.js") +module.exports.ArrowLeftStartOnRectangleIcon = require("./ArrowLeftStartOnRectangleIcon.js") +module.exports.ArrowLeftIcon = require("./ArrowLeftIcon.js") +module.exports.ArrowLongDownIcon = require("./ArrowLongDownIcon.js") +module.exports.ArrowLongLeftIcon = require("./ArrowLongLeftIcon.js") +module.exports.ArrowLongRightIcon = require("./ArrowLongRightIcon.js") +module.exports.ArrowLongUpIcon = require("./ArrowLongUpIcon.js") +module.exports.ArrowPathRoundedSquareIcon = require("./ArrowPathRoundedSquareIcon.js") +module.exports.ArrowPathIcon = require("./ArrowPathIcon.js") +module.exports.ArrowRightCircleIcon = require("./ArrowRightCircleIcon.js") +module.exports.ArrowRightEndOnRectangleIcon = require("./ArrowRightEndOnRectangleIcon.js") +module.exports.ArrowRightStartOnRectangleIcon = require("./ArrowRightStartOnRectangleIcon.js") +module.exports.ArrowRightIcon = require("./ArrowRightIcon.js") +module.exports.ArrowTopRightOnSquareIcon = require("./ArrowTopRightOnSquareIcon.js") +module.exports.ArrowTrendingDownIcon = require("./ArrowTrendingDownIcon.js") +module.exports.ArrowTrendingUpIcon = require("./ArrowTrendingUpIcon.js") +module.exports.ArrowTurnDownLeftIcon = require("./ArrowTurnDownLeftIcon.js") +module.exports.ArrowTurnDownRightIcon = require("./ArrowTurnDownRightIcon.js") +module.exports.ArrowTurnLeftDownIcon = require("./ArrowTurnLeftDownIcon.js") +module.exports.ArrowTurnLeftUpIcon = require("./ArrowTurnLeftUpIcon.js") +module.exports.ArrowTurnRightDownIcon = require("./ArrowTurnRightDownIcon.js") +module.exports.ArrowTurnRightUpIcon = require("./ArrowTurnRightUpIcon.js") +module.exports.ArrowTurnUpLeftIcon = require("./ArrowTurnUpLeftIcon.js") +module.exports.ArrowTurnUpRightIcon = require("./ArrowTurnUpRightIcon.js") +module.exports.ArrowUpCircleIcon = require("./ArrowUpCircleIcon.js") +module.exports.ArrowUpLeftIcon = require("./ArrowUpLeftIcon.js") +module.exports.ArrowUpOnSquareStackIcon = require("./ArrowUpOnSquareStackIcon.js") +module.exports.ArrowUpOnSquareIcon = require("./ArrowUpOnSquareIcon.js") +module.exports.ArrowUpRightIcon = require("./ArrowUpRightIcon.js") +module.exports.ArrowUpTrayIcon = require("./ArrowUpTrayIcon.js") +module.exports.ArrowUpIcon = require("./ArrowUpIcon.js") +module.exports.ArrowUturnDownIcon = require("./ArrowUturnDownIcon.js") +module.exports.ArrowUturnLeftIcon = require("./ArrowUturnLeftIcon.js") +module.exports.ArrowUturnRightIcon = require("./ArrowUturnRightIcon.js") +module.exports.ArrowUturnUpIcon = require("./ArrowUturnUpIcon.js") +module.exports.ArrowsPointingInIcon = require("./ArrowsPointingInIcon.js") +module.exports.ArrowsPointingOutIcon = require("./ArrowsPointingOutIcon.js") +module.exports.ArrowsRightLeftIcon = require("./ArrowsRightLeftIcon.js") +module.exports.ArrowsUpDownIcon = require("./ArrowsUpDownIcon.js") +module.exports.AtSymbolIcon = require("./AtSymbolIcon.js") +module.exports.BackspaceIcon = require("./BackspaceIcon.js") +module.exports.BackwardIcon = require("./BackwardIcon.js") +module.exports.BanknotesIcon = require("./BanknotesIcon.js") +module.exports.Bars2Icon = require("./Bars2Icon.js") +module.exports.Bars3BottomLeftIcon = require("./Bars3BottomLeftIcon.js") +module.exports.Bars3BottomRightIcon = require("./Bars3BottomRightIcon.js") +module.exports.Bars3CenterLeftIcon = require("./Bars3CenterLeftIcon.js") +module.exports.Bars3Icon = require("./Bars3Icon.js") +module.exports.Bars4Icon = require("./Bars4Icon.js") +module.exports.BarsArrowDownIcon = require("./BarsArrowDownIcon.js") +module.exports.BarsArrowUpIcon = require("./BarsArrowUpIcon.js") +module.exports.Battery0Icon = require("./Battery0Icon.js") +module.exports.Battery100Icon = require("./Battery100Icon.js") +module.exports.Battery50Icon = require("./Battery50Icon.js") +module.exports.BeakerIcon = require("./BeakerIcon.js") +module.exports.BellAlertIcon = require("./BellAlertIcon.js") +module.exports.BellSlashIcon = require("./BellSlashIcon.js") +module.exports.BellSnoozeIcon = require("./BellSnoozeIcon.js") +module.exports.BellIcon = require("./BellIcon.js") +module.exports.BoldIcon = require("./BoldIcon.js") +module.exports.BoltSlashIcon = require("./BoltSlashIcon.js") +module.exports.BoltIcon = require("./BoltIcon.js") +module.exports.BookOpenIcon = require("./BookOpenIcon.js") +module.exports.BookmarkSlashIcon = require("./BookmarkSlashIcon.js") +module.exports.BookmarkSquareIcon = require("./BookmarkSquareIcon.js") +module.exports.BookmarkIcon = require("./BookmarkIcon.js") +module.exports.BriefcaseIcon = require("./BriefcaseIcon.js") +module.exports.BugAntIcon = require("./BugAntIcon.js") +module.exports.BuildingLibraryIcon = require("./BuildingLibraryIcon.js") +module.exports.BuildingOffice2Icon = require("./BuildingOffice2Icon.js") +module.exports.BuildingOfficeIcon = require("./BuildingOfficeIcon.js") +module.exports.BuildingStorefrontIcon = require("./BuildingStorefrontIcon.js") +module.exports.CakeIcon = require("./CakeIcon.js") +module.exports.CalculatorIcon = require("./CalculatorIcon.js") +module.exports.CalendarDateRangeIcon = require("./CalendarDateRangeIcon.js") +module.exports.CalendarDaysIcon = require("./CalendarDaysIcon.js") +module.exports.CalendarIcon = require("./CalendarIcon.js") +module.exports.CameraIcon = require("./CameraIcon.js") +module.exports.ChartBarSquareIcon = require("./ChartBarSquareIcon.js") +module.exports.ChartBarIcon = require("./ChartBarIcon.js") +module.exports.ChartPieIcon = require("./ChartPieIcon.js") +module.exports.ChatBubbleBottomCenterTextIcon = require("./ChatBubbleBottomCenterTextIcon.js") +module.exports.ChatBubbleBottomCenterIcon = require("./ChatBubbleBottomCenterIcon.js") +module.exports.ChatBubbleLeftEllipsisIcon = require("./ChatBubbleLeftEllipsisIcon.js") +module.exports.ChatBubbleLeftRightIcon = require("./ChatBubbleLeftRightIcon.js") +module.exports.ChatBubbleLeftIcon = require("./ChatBubbleLeftIcon.js") +module.exports.ChatBubbleOvalLeftEllipsisIcon = require("./ChatBubbleOvalLeftEllipsisIcon.js") +module.exports.ChatBubbleOvalLeftIcon = require("./ChatBubbleOvalLeftIcon.js") +module.exports.CheckBadgeIcon = require("./CheckBadgeIcon.js") +module.exports.CheckCircleIcon = require("./CheckCircleIcon.js") +module.exports.CheckIcon = require("./CheckIcon.js") +module.exports.ChevronDoubleDownIcon = require("./ChevronDoubleDownIcon.js") +module.exports.ChevronDoubleLeftIcon = require("./ChevronDoubleLeftIcon.js") +module.exports.ChevronDoubleRightIcon = require("./ChevronDoubleRightIcon.js") +module.exports.ChevronDoubleUpIcon = require("./ChevronDoubleUpIcon.js") +module.exports.ChevronDownIcon = require("./ChevronDownIcon.js") +module.exports.ChevronLeftIcon = require("./ChevronLeftIcon.js") +module.exports.ChevronRightIcon = require("./ChevronRightIcon.js") +module.exports.ChevronUpDownIcon = require("./ChevronUpDownIcon.js") +module.exports.ChevronUpIcon = require("./ChevronUpIcon.js") +module.exports.CircleStackIcon = require("./CircleStackIcon.js") +module.exports.ClipboardDocumentCheckIcon = require("./ClipboardDocumentCheckIcon.js") +module.exports.ClipboardDocumentListIcon = require("./ClipboardDocumentListIcon.js") +module.exports.ClipboardDocumentIcon = require("./ClipboardDocumentIcon.js") +module.exports.ClipboardIcon = require("./ClipboardIcon.js") +module.exports.ClockIcon = require("./ClockIcon.js") +module.exports.CloudArrowDownIcon = require("./CloudArrowDownIcon.js") +module.exports.CloudArrowUpIcon = require("./CloudArrowUpIcon.js") +module.exports.CloudIcon = require("./CloudIcon.js") +module.exports.CodeBracketSquareIcon = require("./CodeBracketSquareIcon.js") +module.exports.CodeBracketIcon = require("./CodeBracketIcon.js") +module.exports.Cog6ToothIcon = require("./Cog6ToothIcon.js") +module.exports.Cog8ToothIcon = require("./Cog8ToothIcon.js") +module.exports.CogIcon = require("./CogIcon.js") +module.exports.CommandLineIcon = require("./CommandLineIcon.js") +module.exports.ComputerDesktopIcon = require("./ComputerDesktopIcon.js") +module.exports.CpuChipIcon = require("./CpuChipIcon.js") +module.exports.CreditCardIcon = require("./CreditCardIcon.js") +module.exports.CubeTransparentIcon = require("./CubeTransparentIcon.js") +module.exports.CubeIcon = require("./CubeIcon.js") +module.exports.CurrencyBangladeshiIcon = require("./CurrencyBangladeshiIcon.js") +module.exports.CurrencyDollarIcon = require("./CurrencyDollarIcon.js") +module.exports.CurrencyEuroIcon = require("./CurrencyEuroIcon.js") +module.exports.CurrencyPoundIcon = require("./CurrencyPoundIcon.js") +module.exports.CurrencyRupeeIcon = require("./CurrencyRupeeIcon.js") +module.exports.CurrencyYenIcon = require("./CurrencyYenIcon.js") +module.exports.CursorArrowRaysIcon = require("./CursorArrowRaysIcon.js") +module.exports.CursorArrowRippleIcon = require("./CursorArrowRippleIcon.js") +module.exports.DevicePhoneMobileIcon = require("./DevicePhoneMobileIcon.js") +module.exports.DeviceTabletIcon = require("./DeviceTabletIcon.js") +module.exports.DivideIcon = require("./DivideIcon.js") +module.exports.DocumentArrowDownIcon = require("./DocumentArrowDownIcon.js") +module.exports.DocumentArrowUpIcon = require("./DocumentArrowUpIcon.js") +module.exports.DocumentChartBarIcon = require("./DocumentChartBarIcon.js") +module.exports.DocumentCheckIcon = require("./DocumentCheckIcon.js") +module.exports.DocumentCurrencyBangladeshiIcon = require("./DocumentCurrencyBangladeshiIcon.js") +module.exports.DocumentCurrencyDollarIcon = require("./DocumentCurrencyDollarIcon.js") +module.exports.DocumentCurrencyEuroIcon = require("./DocumentCurrencyEuroIcon.js") +module.exports.DocumentCurrencyPoundIcon = require("./DocumentCurrencyPoundIcon.js") +module.exports.DocumentCurrencyRupeeIcon = require("./DocumentCurrencyRupeeIcon.js") +module.exports.DocumentCurrencyYenIcon = require("./DocumentCurrencyYenIcon.js") +module.exports.DocumentDuplicateIcon = require("./DocumentDuplicateIcon.js") +module.exports.DocumentMagnifyingGlassIcon = require("./DocumentMagnifyingGlassIcon.js") +module.exports.DocumentMinusIcon = require("./DocumentMinusIcon.js") +module.exports.DocumentPlusIcon = require("./DocumentPlusIcon.js") +module.exports.DocumentTextIcon = require("./DocumentTextIcon.js") +module.exports.DocumentIcon = require("./DocumentIcon.js") +module.exports.EllipsisHorizontalCircleIcon = require("./EllipsisHorizontalCircleIcon.js") +module.exports.EllipsisHorizontalIcon = require("./EllipsisHorizontalIcon.js") +module.exports.EllipsisVerticalIcon = require("./EllipsisVerticalIcon.js") +module.exports.EnvelopeOpenIcon = require("./EnvelopeOpenIcon.js") +module.exports.EnvelopeIcon = require("./EnvelopeIcon.js") +module.exports.EqualsIcon = require("./EqualsIcon.js") +module.exports.ExclamationCircleIcon = require("./ExclamationCircleIcon.js") +module.exports.ExclamationTriangleIcon = require("./ExclamationTriangleIcon.js") +module.exports.EyeDropperIcon = require("./EyeDropperIcon.js") +module.exports.EyeSlashIcon = require("./EyeSlashIcon.js") +module.exports.EyeIcon = require("./EyeIcon.js") +module.exports.FaceFrownIcon = require("./FaceFrownIcon.js") +module.exports.FaceSmileIcon = require("./FaceSmileIcon.js") +module.exports.FilmIcon = require("./FilmIcon.js") +module.exports.FingerPrintIcon = require("./FingerPrintIcon.js") +module.exports.FireIcon = require("./FireIcon.js") +module.exports.FlagIcon = require("./FlagIcon.js") +module.exports.FolderArrowDownIcon = require("./FolderArrowDownIcon.js") +module.exports.FolderMinusIcon = require("./FolderMinusIcon.js") +module.exports.FolderOpenIcon = require("./FolderOpenIcon.js") +module.exports.FolderPlusIcon = require("./FolderPlusIcon.js") +module.exports.FolderIcon = require("./FolderIcon.js") +module.exports.ForwardIcon = require("./ForwardIcon.js") +module.exports.FunnelIcon = require("./FunnelIcon.js") +module.exports.GifIcon = require("./GifIcon.js") +module.exports.GiftTopIcon = require("./GiftTopIcon.js") +module.exports.GiftIcon = require("./GiftIcon.js") +module.exports.GlobeAltIcon = require("./GlobeAltIcon.js") +module.exports.GlobeAmericasIcon = require("./GlobeAmericasIcon.js") +module.exports.GlobeAsiaAustraliaIcon = require("./GlobeAsiaAustraliaIcon.js") +module.exports.GlobeEuropeAfricaIcon = require("./GlobeEuropeAfricaIcon.js") +module.exports.H1Icon = require("./H1Icon.js") +module.exports.H2Icon = require("./H2Icon.js") +module.exports.H3Icon = require("./H3Icon.js") +module.exports.HandRaisedIcon = require("./HandRaisedIcon.js") +module.exports.HandThumbDownIcon = require("./HandThumbDownIcon.js") +module.exports.HandThumbUpIcon = require("./HandThumbUpIcon.js") +module.exports.HashtagIcon = require("./HashtagIcon.js") +module.exports.HeartIcon = require("./HeartIcon.js") +module.exports.HomeModernIcon = require("./HomeModernIcon.js") +module.exports.HomeIcon = require("./HomeIcon.js") +module.exports.IdentificationIcon = require("./IdentificationIcon.js") +module.exports.InboxArrowDownIcon = require("./InboxArrowDownIcon.js") +module.exports.InboxStackIcon = require("./InboxStackIcon.js") +module.exports.InboxIcon = require("./InboxIcon.js") +module.exports.InformationCircleIcon = require("./InformationCircleIcon.js") +module.exports.ItalicIcon = require("./ItalicIcon.js") +module.exports.KeyIcon = require("./KeyIcon.js") +module.exports.LanguageIcon = require("./LanguageIcon.js") +module.exports.LifebuoyIcon = require("./LifebuoyIcon.js") +module.exports.LightBulbIcon = require("./LightBulbIcon.js") +module.exports.LinkSlashIcon = require("./LinkSlashIcon.js") +module.exports.LinkIcon = require("./LinkIcon.js") +module.exports.ListBulletIcon = require("./ListBulletIcon.js") +module.exports.LockClosedIcon = require("./LockClosedIcon.js") +module.exports.LockOpenIcon = require("./LockOpenIcon.js") +module.exports.MagnifyingGlassCircleIcon = require("./MagnifyingGlassCircleIcon.js") +module.exports.MagnifyingGlassMinusIcon = require("./MagnifyingGlassMinusIcon.js") +module.exports.MagnifyingGlassPlusIcon = require("./MagnifyingGlassPlusIcon.js") +module.exports.MagnifyingGlassIcon = require("./MagnifyingGlassIcon.js") +module.exports.MapPinIcon = require("./MapPinIcon.js") +module.exports.MapIcon = require("./MapIcon.js") +module.exports.MegaphoneIcon = require("./MegaphoneIcon.js") +module.exports.MicrophoneIcon = require("./MicrophoneIcon.js") +module.exports.MinusCircleIcon = require("./MinusCircleIcon.js") +module.exports.MinusIcon = require("./MinusIcon.js") +module.exports.MoonIcon = require("./MoonIcon.js") +module.exports.MusicalNoteIcon = require("./MusicalNoteIcon.js") +module.exports.NewspaperIcon = require("./NewspaperIcon.js") +module.exports.NoSymbolIcon = require("./NoSymbolIcon.js") +module.exports.NumberedListIcon = require("./NumberedListIcon.js") +module.exports.PaintBrushIcon = require("./PaintBrushIcon.js") +module.exports.PaperAirplaneIcon = require("./PaperAirplaneIcon.js") +module.exports.PaperClipIcon = require("./PaperClipIcon.js") +module.exports.PauseCircleIcon = require("./PauseCircleIcon.js") +module.exports.PauseIcon = require("./PauseIcon.js") +module.exports.PencilSquareIcon = require("./PencilSquareIcon.js") +module.exports.PencilIcon = require("./PencilIcon.js") +module.exports.PercentBadgeIcon = require("./PercentBadgeIcon.js") +module.exports.PhoneArrowDownLeftIcon = require("./PhoneArrowDownLeftIcon.js") +module.exports.PhoneArrowUpRightIcon = require("./PhoneArrowUpRightIcon.js") +module.exports.PhoneXMarkIcon = require("./PhoneXMarkIcon.js") +module.exports.PhoneIcon = require("./PhoneIcon.js") +module.exports.PhotoIcon = require("./PhotoIcon.js") +module.exports.PlayCircleIcon = require("./PlayCircleIcon.js") +module.exports.PlayPauseIcon = require("./PlayPauseIcon.js") +module.exports.PlayIcon = require("./PlayIcon.js") +module.exports.PlusCircleIcon = require("./PlusCircleIcon.js") +module.exports.PlusIcon = require("./PlusIcon.js") +module.exports.PowerIcon = require("./PowerIcon.js") +module.exports.PresentationChartBarIcon = require("./PresentationChartBarIcon.js") +module.exports.PresentationChartLineIcon = require("./PresentationChartLineIcon.js") +module.exports.PrinterIcon = require("./PrinterIcon.js") +module.exports.PuzzlePieceIcon = require("./PuzzlePieceIcon.js") +module.exports.QrCodeIcon = require("./QrCodeIcon.js") +module.exports.QuestionMarkCircleIcon = require("./QuestionMarkCircleIcon.js") +module.exports.QueueListIcon = require("./QueueListIcon.js") +module.exports.RadioIcon = require("./RadioIcon.js") +module.exports.ReceiptPercentIcon = require("./ReceiptPercentIcon.js") +module.exports.ReceiptRefundIcon = require("./ReceiptRefundIcon.js") +module.exports.RectangleGroupIcon = require("./RectangleGroupIcon.js") +module.exports.RectangleStackIcon = require("./RectangleStackIcon.js") +module.exports.RocketLaunchIcon = require("./RocketLaunchIcon.js") +module.exports.RssIcon = require("./RssIcon.js") +module.exports.ScaleIcon = require("./ScaleIcon.js") +module.exports.ScissorsIcon = require("./ScissorsIcon.js") +module.exports.ServerStackIcon = require("./ServerStackIcon.js") +module.exports.ServerIcon = require("./ServerIcon.js") +module.exports.ShareIcon = require("./ShareIcon.js") +module.exports.ShieldCheckIcon = require("./ShieldCheckIcon.js") +module.exports.ShieldExclamationIcon = require("./ShieldExclamationIcon.js") +module.exports.ShoppingBagIcon = require("./ShoppingBagIcon.js") +module.exports.ShoppingCartIcon = require("./ShoppingCartIcon.js") +module.exports.SignalSlashIcon = require("./SignalSlashIcon.js") +module.exports.SignalIcon = require("./SignalIcon.js") +module.exports.SlashIcon = require("./SlashIcon.js") +module.exports.SparklesIcon = require("./SparklesIcon.js") +module.exports.SpeakerWaveIcon = require("./SpeakerWaveIcon.js") +module.exports.SpeakerXMarkIcon = require("./SpeakerXMarkIcon.js") +module.exports.Square2StackIcon = require("./Square2StackIcon.js") +module.exports.Square3Stack3DIcon = require("./Square3Stack3DIcon.js") +module.exports.Squares2X2Icon = require("./Squares2X2Icon.js") +module.exports.SquaresPlusIcon = require("./SquaresPlusIcon.js") +module.exports.StarIcon = require("./StarIcon.js") +module.exports.StopCircleIcon = require("./StopCircleIcon.js") +module.exports.StopIcon = require("./StopIcon.js") +module.exports.StrikethroughIcon = require("./StrikethroughIcon.js") +module.exports.SunIcon = require("./SunIcon.js") +module.exports.SwatchIcon = require("./SwatchIcon.js") +module.exports.TableCellsIcon = require("./TableCellsIcon.js") +module.exports.TagIcon = require("./TagIcon.js") +module.exports.TicketIcon = require("./TicketIcon.js") +module.exports.TrashIcon = require("./TrashIcon.js") +module.exports.TrophyIcon = require("./TrophyIcon.js") +module.exports.TruckIcon = require("./TruckIcon.js") +module.exports.TvIcon = require("./TvIcon.js") +module.exports.UnderlineIcon = require("./UnderlineIcon.js") +module.exports.UserCircleIcon = require("./UserCircleIcon.js") +module.exports.UserGroupIcon = require("./UserGroupIcon.js") +module.exports.UserMinusIcon = require("./UserMinusIcon.js") +module.exports.UserPlusIcon = require("./UserPlusIcon.js") +module.exports.UserIcon = require("./UserIcon.js") +module.exports.UsersIcon = require("./UsersIcon.js") +module.exports.VariableIcon = require("./VariableIcon.js") +module.exports.VideoCameraSlashIcon = require("./VideoCameraSlashIcon.js") +module.exports.VideoCameraIcon = require("./VideoCameraIcon.js") +module.exports.ViewColumnsIcon = require("./ViewColumnsIcon.js") +module.exports.ViewfinderCircleIcon = require("./ViewfinderCircleIcon.js") +module.exports.WalletIcon = require("./WalletIcon.js") +module.exports.WifiIcon = require("./WifiIcon.js") +module.exports.WindowIcon = require("./WindowIcon.js") +module.exports.WrenchScrewdriverIcon = require("./WrenchScrewdriverIcon.js") +module.exports.WrenchIcon = require("./WrenchIcon.js") +module.exports.XCircleIcon = require("./XCircleIcon.js") +module.exports.XMarkIcon = require("./XMarkIcon.js") \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/16/solid/package.json b/frontend/node_modules/@heroicons/react/16/solid/package.json new file mode 100644 index 00000000..a4153173 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/16/solid/package.json @@ -0,0 +1,4 @@ +{ + "module": "./esm/index.js", + "sideEffects": false +} diff --git a/frontend/node_modules/@heroicons/react/20/solid/AcademicCapIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/AcademicCapIcon.d.ts new file mode 100644 index 00000000..f7cea572 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/AcademicCapIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const AcademicCapIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default AcademicCapIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/AcademicCapIcon.js b/frontend/node_modules/@heroicons/react/20/solid/AcademicCapIcon.js new file mode 100644 index 00000000..44c58b6e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/AcademicCapIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function AcademicCapIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.664 1.319a.75.75 0 0 1 .672 0 41.059 41.059 0 0 1 8.198 5.424.75.75 0 0 1-.254 1.285 31.372 31.372 0 0 0-7.86 3.83.75.75 0 0 1-.84 0 31.508 31.508 0 0 0-2.08-1.287V9.394c0-.244.116-.463.302-.592a35.504 35.504 0 0 1 3.305-2.033.75.75 0 0 0-.714-1.319 37 37 0 0 0-3.446 2.12A2.216 2.216 0 0 0 6 9.393v.38a31.293 31.293 0 0 0-4.28-1.746.75.75 0 0 1-.254-1.285 41.059 41.059 0 0 1 8.198-5.424ZM6 11.459a29.848 29.848 0 0 0-2.455-1.158 41.029 41.029 0 0 0-.39 3.114.75.75 0 0 0 .419.74c.528.256 1.046.53 1.554.82-.21.324-.455.63-.739.914a.75.75 0 1 0 1.06 1.06c.37-.369.69-.77.96-1.193a26.61 26.61 0 0 1 3.095 2.348.75.75 0 0 0 .992 0 26.547 26.547 0 0 1 5.93-3.95.75.75 0 0 0 .42-.739 41.053 41.053 0 0 0-.39-3.114 29.925 29.925 0 0 0-5.199 2.801 2.25 2.25 0 0 1-2.514 0c-.41-.275-.826-.541-1.25-.797a6.985 6.985 0 0 1-1.084 3.45 26.503 26.503 0 0 0-1.281-.78A5.487 5.487 0 0 0 6 12v-.54Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(AcademicCapIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/AdjustmentsHorizontalIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/AdjustmentsHorizontalIcon.d.ts new file mode 100644 index 00000000..66e5c914 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/AdjustmentsHorizontalIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const AdjustmentsHorizontalIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default AdjustmentsHorizontalIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/AdjustmentsHorizontalIcon.js b/frontend/node_modules/@heroicons/react/20/solid/AdjustmentsHorizontalIcon.js new file mode 100644 index 00000000..f22c3d4f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/AdjustmentsHorizontalIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function AdjustmentsHorizontalIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10 3.75a2 2 0 1 0-4 0 2 2 0 0 0 4 0ZM17.25 4.5a.75.75 0 0 0 0-1.5h-5.5a.75.75 0 0 0 0 1.5h5.5ZM5 3.75a.75.75 0 0 1-.75.75h-1.5a.75.75 0 0 1 0-1.5h1.5a.75.75 0 0 1 .75.75ZM4.25 17a.75.75 0 0 0 0-1.5h-1.5a.75.75 0 0 0 0 1.5h1.5ZM17.25 17a.75.75 0 0 0 0-1.5h-5.5a.75.75 0 0 0 0 1.5h5.5ZM9 10a.75.75 0 0 1-.75.75h-5.5a.75.75 0 0 1 0-1.5h5.5A.75.75 0 0 1 9 10ZM17.25 10.75a.75.75 0 0 0 0-1.5h-1.5a.75.75 0 0 0 0 1.5h1.5ZM14 10a2 2 0 1 0-4 0 2 2 0 0 0 4 0ZM10 16.25a2 2 0 1 0-4 0 2 2 0 0 0 4 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(AdjustmentsHorizontalIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/AdjustmentsVerticalIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/AdjustmentsVerticalIcon.d.ts new file mode 100644 index 00000000..1d7146f9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/AdjustmentsVerticalIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const AdjustmentsVerticalIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default AdjustmentsVerticalIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/AdjustmentsVerticalIcon.js b/frontend/node_modules/@heroicons/react/20/solid/AdjustmentsVerticalIcon.js new file mode 100644 index 00000000..d4773aca --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/AdjustmentsVerticalIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function AdjustmentsVerticalIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M17 2.75a.75.75 0 0 0-1.5 0v5.5a.75.75 0 0 0 1.5 0v-5.5ZM17 15.75a.75.75 0 0 0-1.5 0v1.5a.75.75 0 0 0 1.5 0v-1.5ZM3.75 15a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5a.75.75 0 0 1 .75-.75ZM4.5 2.75a.75.75 0 0 0-1.5 0v5.5a.75.75 0 0 0 1.5 0v-5.5ZM10 11a.75.75 0 0 1 .75.75v5.5a.75.75 0 0 1-1.5 0v-5.5A.75.75 0 0 1 10 11ZM10.75 2.75a.75.75 0 0 0-1.5 0v1.5a.75.75 0 0 0 1.5 0v-1.5ZM10 6a2 2 0 1 0 0 4 2 2 0 0 0 0-4ZM3.75 10a2 2 0 1 0 0 4 2 2 0 0 0 0-4ZM16.25 10a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(AdjustmentsVerticalIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArchiveBoxArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArchiveBoxArrowDownIcon.d.ts new file mode 100644 index 00000000..1e791cee --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArchiveBoxArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArchiveBoxArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArchiveBoxArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArchiveBoxArrowDownIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArchiveBoxArrowDownIcon.js new file mode 100644 index 00000000..ff3d7ae2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArchiveBoxArrowDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArchiveBoxArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 3a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H2Zm0 4.5h16l-.811 7.71a2 2 0 0 1-1.99 1.79H4.802a2 2 0 0 1-1.99-1.79L2 7.5ZM10 9a.75.75 0 0 1 .75.75v2.546l.943-1.048a.75.75 0 1 1 1.114 1.004l-2.25 2.5a.75.75 0 0 1-1.114 0l-2.25-2.5a.75.75 0 1 1 1.114-1.004l.943 1.048V9.75A.75.75 0 0 1 10 9Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArchiveBoxArrowDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArchiveBoxIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArchiveBoxIcon.d.ts new file mode 100644 index 00000000..4b92cdd7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArchiveBoxIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArchiveBoxIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArchiveBoxIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArchiveBoxIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArchiveBoxIcon.js new file mode 100644 index 00000000..c4f72fe2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArchiveBoxIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArchiveBoxIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2 3a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H2Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 7.5h16l-.811 7.71a2 2 0 0 1-1.99 1.79H4.802a2 2 0 0 1-1.99-1.79L2 7.5ZM7 11a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2H8a1 1 0 0 1-1-1Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArchiveBoxIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArchiveBoxXMarkIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArchiveBoxXMarkIcon.d.ts new file mode 100644 index 00000000..fb5f7dba --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArchiveBoxXMarkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArchiveBoxXMarkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArchiveBoxXMarkIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArchiveBoxXMarkIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArchiveBoxXMarkIcon.js new file mode 100644 index 00000000..9ae6d2c2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArchiveBoxXMarkIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArchiveBoxXMarkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2 3a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H2Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 7.5h16l-.811 7.71a2 2 0 0 1-1.99 1.79H4.802a2 2 0 0 1-1.99-1.79L2 7.5Zm5.22 1.72a.75.75 0 0 1 1.06 0L10 10.94l1.72-1.72a.75.75 0 1 1 1.06 1.06L11.06 12l1.72 1.72a.75.75 0 1 1-1.06 1.06L10 13.06l-1.72 1.72a.75.75 0 0 1-1.06-1.06L8.94 12l-1.72-1.72a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArchiveBoxXMarkIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowDownCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowDownCircleIcon.d.ts new file mode 100644 index 00000000..b6500220 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowDownCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowDownCircleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowDownCircleIcon.js new file mode 100644 index 00000000..ccd4e574 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowDownCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowDownCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm.75-11.25a.75.75 0 0 0-1.5 0v4.59L7.3 9.24a.75.75 0 0 0-1.1 1.02l3.25 3.5a.75.75 0 0 0 1.1 0l3.25-3.5a.75.75 0 1 0-1.1-1.02l-1.95 2.1V6.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowDownIcon.d.ts new file mode 100644 index 00000000..6fcb0764 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowDownIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowDownIcon.js new file mode 100644 index 00000000..32ab71f2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 3a.75.75 0 0 1 .75.75v10.638l3.96-4.158a.75.75 0 1 1 1.08 1.04l-5.25 5.5a.75.75 0 0 1-1.08 0l-5.25-5.5a.75.75 0 1 1 1.08-1.04l3.96 4.158V3.75A.75.75 0 0 1 10 3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowDownLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowDownLeftIcon.d.ts new file mode 100644 index 00000000..c2de5115 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowDownLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowDownLeftIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowDownLeftIcon.js new file mode 100644 index 00000000..5c144a62 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowDownLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowDownLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M14.78 5.22a.75.75 0 0 0-1.06 0L6.5 12.44V6.75a.75.75 0 0 0-1.5 0v7.5c0 .414.336.75.75.75h7.5a.75.75 0 0 0 0-1.5H7.56l7.22-7.22a.75.75 0 0 0 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowDownOnSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowDownOnSquareIcon.d.ts new file mode 100644 index 00000000..ad998a9f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowDownOnSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownOnSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownOnSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowDownOnSquareIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowDownOnSquareIcon.js new file mode 100644 index 00000000..68d1fed0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowDownOnSquareIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function ArrowDownOnSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M13.75 7h-3v5.296l1.943-2.048a.75.75 0 0 1 1.114 1.004l-3.25 3.5a.75.75 0 0 1-1.114 0l-3.25-3.5a.75.75 0 1 1 1.114-1.004l1.943 2.048V7h1.5V1.75a.75.75 0 0 0-1.5 0V7h-3A2.25 2.25 0 0 0 4 9.25v7.5A2.25 2.25 0 0 0 6.25 19h7.5A2.25 2.25 0 0 0 16 16.75v-7.5A2.25 2.25 0 0 0 13.75 7Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownOnSquareIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowDownOnSquareStackIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowDownOnSquareStackIcon.d.ts new file mode 100644 index 00000000..3069f334 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowDownOnSquareStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownOnSquareStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownOnSquareStackIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowDownOnSquareStackIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowDownOnSquareStackIcon.js new file mode 100644 index 00000000..188d662e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowDownOnSquareStackIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowDownOnSquareStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 1a.75.75 0 0 1 .75.75V6h-1.5V1.75A.75.75 0 0 1 8 1Zm-.75 5v3.296l-.943-1.048a.75.75 0 1 0-1.114 1.004l2.25 2.5a.75.75 0 0 0 1.114 0l2.25-2.5a.75.75 0 0 0-1.114-1.004L8.75 9.296V6h2A2.25 2.25 0 0 1 13 8.25v4.5A2.25 2.25 0 0 1 10.75 15h-5.5A2.25 2.25 0 0 1 3 12.75v-4.5A2.25 2.25 0 0 1 5.25 6h2ZM7 16.75v-.25h3.75a3.75 3.75 0 0 0 3.75-3.75V10h.25A2.25 2.25 0 0 1 17 12.25v4.5A2.25 2.25 0 0 1 14.75 19h-5.5A2.25 2.25 0 0 1 7 16.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownOnSquareStackIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowDownRightIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowDownRightIcon.d.ts new file mode 100644 index 00000000..af2b43e2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowDownRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownRightIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowDownRightIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowDownRightIcon.js new file mode 100644 index 00000000..83f569bd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowDownRightIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function ArrowDownRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M6.28 5.22a.75.75 0 0 0-1.06 1.06l7.22 7.22H6.75a.75.75 0 0 0 0 1.5h7.5a.747.747 0 0 0 .75-.75v-7.5a.75.75 0 0 0-1.5 0v5.69L6.28 5.22Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowDownTrayIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowDownTrayIcon.d.ts new file mode 100644 index 00000000..d755642a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowDownTrayIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownTrayIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownTrayIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowDownTrayIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowDownTrayIcon.js new file mode 100644 index 00000000..a69c8f9a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowDownTrayIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowDownTrayIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10.75 2.75a.75.75 0 0 0-1.5 0v8.614L6.295 8.235a.75.75 0 1 0-1.09 1.03l4.25 4.5a.75.75 0 0 0 1.09 0l4.25-4.5a.75.75 0 0 0-1.09-1.03l-2.955 3.129V2.75Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M3.5 12.75a.75.75 0 0 0-1.5 0v2.5A2.75 2.75 0 0 0 4.75 18h10.5A2.75 2.75 0 0 0 18 15.25v-2.5a.75.75 0 0 0-1.5 0v2.5c0 .69-.56 1.25-1.25 1.25H4.75c-.69 0-1.25-.56-1.25-1.25v-2.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownTrayIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowLeftCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowLeftCircleIcon.d.ts new file mode 100644 index 00000000..5ebd1ee5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowLeftCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLeftCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLeftCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowLeftCircleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowLeftCircleIcon.js new file mode 100644 index 00000000..074e3d98 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowLeftCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowLeftCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm3.25-7.25a.75.75 0 0 0 0-1.5H8.66l2.1-1.95a.75.75 0 1 0-1.02-1.1l-3.5 3.25a.75.75 0 0 0 0 1.1l3.5 3.25a.75.75 0 0 0 1.02-1.1l-2.1-1.95h4.59Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowLeftEndOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowLeftEndOnRectangleIcon.d.ts new file mode 100644 index 00000000..0bb80a06 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowLeftEndOnRectangleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLeftEndOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLeftEndOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowLeftEndOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowLeftEndOnRectangleIcon.js new file mode 100644 index 00000000..f193296b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowLeftEndOnRectangleIcon.js @@ -0,0 +1,28 @@ +const React = require("react"); +function ArrowLeftEndOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 4.25A2.25 2.25 0 0 1 5.25 2h5.5A2.25 2.25 0 0 1 13 4.25v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 0-.75-.75h-5.5a.75.75 0 0 0-.75.75v11.5c0 .414.336.75.75.75h5.5a.75.75 0 0 0 .75-.75v-2a.75.75 0 0 1 1.5 0v2A2.25 2.25 0 0 1 10.75 18h-5.5A2.25 2.25 0 0 1 3 15.75V4.25Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M19 10a.75.75 0 0 0-.75-.75H8.704l1.048-.943a.75.75 0 1 0-1.004-1.114l-2.5 2.25a.75.75 0 0 0 0 1.114l2.5 2.25a.75.75 0 1 0 1.004-1.114l-1.048-.943h9.546A.75.75 0 0 0 19 10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftEndOnRectangleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowLeftIcon.d.ts new file mode 100644 index 00000000..8b184ac4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowLeftIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowLeftIcon.js new file mode 100644 index 00000000..bd05ca3a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M17 10a.75.75 0 0 1-.75.75H5.612l4.158 3.96a.75.75 0 1 1-1.04 1.08l-5.5-5.25a.75.75 0 0 1 0-1.08l5.5-5.25a.75.75 0 1 1 1.04 1.08L5.612 9.25H16.25A.75.75 0 0 1 17 10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowLeftOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowLeftOnRectangleIcon.d.ts new file mode 100644 index 00000000..58ef43b6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowLeftOnRectangleIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const ArrowLeftOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLeftOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowLeftOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowLeftOnRectangleIcon.js new file mode 100644 index 00000000..4896d1d1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowLeftOnRectangleIcon.js @@ -0,0 +1,29 @@ +const React = require("react"); +/** @deprecated */ +function ArrowLeftOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 4.25A2.25 2.25 0 0 1 5.25 2h5.5A2.25 2.25 0 0 1 13 4.25v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 0-.75-.75h-5.5a.75.75 0 0 0-.75.75v11.5c0 .414.336.75.75.75h5.5a.75.75 0 0 0 .75-.75v-2a.75.75 0 0 1 1.5 0v2A2.25 2.25 0 0 1 10.75 18h-5.5A2.25 2.25 0 0 1 3 15.75V4.25Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M19 10a.75.75 0 0 0-.75-.75H8.704l1.048-.943a.75.75 0 1 0-1.004-1.114l-2.5 2.25a.75.75 0 0 0 0 1.114l2.5 2.25a.75.75 0 1 0 1.004-1.114l-1.048-.943h9.546A.75.75 0 0 0 19 10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftOnRectangleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowLeftStartOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowLeftStartOnRectangleIcon.d.ts new file mode 100644 index 00000000..0f113252 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowLeftStartOnRectangleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLeftStartOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLeftStartOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowLeftStartOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowLeftStartOnRectangleIcon.js new file mode 100644 index 00000000..d964cdf9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowLeftStartOnRectangleIcon.js @@ -0,0 +1,28 @@ +const React = require("react"); +function ArrowLeftStartOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M17 4.25A2.25 2.25 0 0 0 14.75 2h-5.5A2.25 2.25 0 0 0 7 4.25v2a.75.75 0 0 0 1.5 0v-2a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 .75.75v11.5a.75.75 0 0 1-.75.75h-5.5a.75.75 0 0 1-.75-.75v-2a.75.75 0 0 0-1.5 0v2A2.25 2.25 0 0 0 9.25 18h5.5A2.25 2.25 0 0 0 17 15.75V4.25Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M14 10a.75.75 0 0 0-.75-.75H3.704l1.048-.943a.75.75 0 1 0-1.004-1.114l-2.5 2.25a.75.75 0 0 0 0 1.114l2.5 2.25a.75.75 0 1 0 1.004-1.114l-1.048-.943h9.546A.75.75 0 0 0 14 10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftStartOnRectangleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowLongDownIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowLongDownIcon.d.ts new file mode 100644 index 00000000..f83cde05 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowLongDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLongDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLongDownIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowLongDownIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowLongDownIcon.js new file mode 100644 index 00000000..2b030018 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowLongDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowLongDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 2a.75.75 0 0 1 .75.75v12.59l1.95-2.1a.75.75 0 1 1 1.1 1.02l-3.25 3.5a.75.75 0 0 1-1.1 0l-3.25-3.5a.75.75 0 1 1 1.1-1.02l1.95 2.1V2.75A.75.75 0 0 1 10 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLongDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowLongLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowLongLeftIcon.d.ts new file mode 100644 index 00000000..28f72830 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowLongLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLongLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLongLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowLongLeftIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowLongLeftIcon.js new file mode 100644 index 00000000..0040cb02 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowLongLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowLongLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M18 10a.75.75 0 0 1-.75.75H4.66l2.1 1.95a.75.75 0 1 1-1.02 1.1l-3.5-3.25a.75.75 0 0 1 0-1.1l3.5-3.25a.75.75 0 1 1 1.02 1.1l-2.1 1.95h12.59A.75.75 0 0 1 18 10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLongLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowLongRightIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowLongRightIcon.d.ts new file mode 100644 index 00000000..2375bd76 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowLongRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLongRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLongRightIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowLongRightIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowLongRightIcon.js new file mode 100644 index 00000000..979841f5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowLongRightIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowLongRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 10a.75.75 0 0 1 .75-.75h12.59l-2.1-1.95a.75.75 0 1 1 1.02-1.1l3.5 3.25a.75.75 0 0 1 0 1.1l-3.5 3.25a.75.75 0 1 1-1.02-1.1l2.1-1.95H2.75A.75.75 0 0 1 2 10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLongRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowLongUpIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowLongUpIcon.d.ts new file mode 100644 index 00000000..cb3f5687 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowLongUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLongUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLongUpIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowLongUpIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowLongUpIcon.js new file mode 100644 index 00000000..9843af13 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowLongUpIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowLongUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 18a.75.75 0 0 1-.75-.75V4.66L7.3 6.76a.75.75 0 0 1-1.1-1.02l3.25-3.5a.75.75 0 0 1 1.1 0l3.25 3.5a.75.75 0 1 1-1.1 1.02l-1.95-2.1v12.59A.75.75 0 0 1 10 18Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLongUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowPathIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowPathIcon.d.ts new file mode 100644 index 00000000..4260afbd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowPathIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowPathIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowPathIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowPathIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowPathIcon.js new file mode 100644 index 00000000..3f8a7675 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowPathIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowPathIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15.312 11.424a5.5 5.5 0 0 1-9.201 2.466l-.312-.311h2.433a.75.75 0 0 0 0-1.5H3.989a.75.75 0 0 0-.75.75v4.242a.75.75 0 0 0 1.5 0v-2.43l.31.31a7 7 0 0 0 11.712-3.138.75.75 0 0 0-1.449-.39Zm1.23-3.723a.75.75 0 0 0 .219-.53V2.929a.75.75 0 0 0-1.5 0V5.36l-.31-.31A7 7 0 0 0 3.239 8.188a.75.75 0 1 0 1.448.389A5.5 5.5 0 0 1 13.89 6.11l.311.31h-2.432a.75.75 0 0 0 0 1.5h4.243a.75.75 0 0 0 .53-.219Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowPathIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowPathRoundedSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowPathRoundedSquareIcon.d.ts new file mode 100644 index 00000000..0e9778d9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowPathRoundedSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowPathRoundedSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowPathRoundedSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowPathRoundedSquareIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowPathRoundedSquareIcon.js new file mode 100644 index 00000000..06aa7f52 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowPathRoundedSquareIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowPathRoundedSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 4.5c1.215 0 2.417.055 3.604.162a.68.68 0 0 1 .615.597c.124 1.038.208 2.088.25 3.15l-1.689-1.69a.75.75 0 0 0-1.06 1.061l2.999 3a.75.75 0 0 0 1.06 0l3.001-3a.75.75 0 1 0-1.06-1.06l-1.748 1.747a41.31 41.31 0 0 0-.264-3.386 2.18 2.18 0 0 0-1.97-1.913 41.512 41.512 0 0 0-7.477 0 2.18 2.18 0 0 0-1.969 1.913 41.16 41.16 0 0 0-.16 1.61.75.75 0 1 0 1.495.12c.041-.52.093-1.038.154-1.552a.68.68 0 0 1 .615-.597A40.012 40.012 0 0 1 10 4.5ZM5.281 9.22a.75.75 0 0 0-1.06 0l-3.001 3a.75.75 0 1 0 1.06 1.06l1.748-1.747c.042 1.141.13 2.27.264 3.386a2.18 2.18 0 0 0 1.97 1.913 41.533 41.533 0 0 0 7.477 0 2.18 2.18 0 0 0 1.969-1.913c.064-.534.117-1.071.16-1.61a.75.75 0 1 0-1.495-.12c-.041.52-.093 1.037-.154 1.552a.68.68 0 0 1-.615.597 40.013 40.013 0 0 1-7.208 0 .68.68 0 0 1-.615-.597 39.785 39.785 0 0 1-.25-3.15l1.689 1.69a.75.75 0 0 0 1.06-1.061l-2.999-3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowPathRoundedSquareIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowRightCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowRightCircleIcon.d.ts new file mode 100644 index 00000000..c362cf3a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowRightCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowRightCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowRightCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowRightCircleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowRightCircleIcon.js new file mode 100644 index 00000000..bb56e5d8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowRightCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowRightCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16ZM6.75 9.25a.75.75 0 0 0 0 1.5h4.59l-2.1 1.95a.75.75 0 0 0 1.02 1.1l3.5-3.25a.75.75 0 0 0 0-1.1l-3.5-3.25a.75.75 0 1 0-1.02 1.1l2.1 1.95H6.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowRightEndOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowRightEndOnRectangleIcon.d.ts new file mode 100644 index 00000000..69f1804f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowRightEndOnRectangleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowRightEndOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowRightEndOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowRightEndOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowRightEndOnRectangleIcon.js new file mode 100644 index 00000000..4b6bf0cb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowRightEndOnRectangleIcon.js @@ -0,0 +1,28 @@ +const React = require("react"); +function ArrowRightEndOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M17 4.25A2.25 2.25 0 0 0 14.75 2h-5.5A2.25 2.25 0 0 0 7 4.25v2a.75.75 0 0 0 1.5 0v-2a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 .75.75v11.5a.75.75 0 0 1-.75.75h-5.5a.75.75 0 0 1-.75-.75v-2a.75.75 0 0 0-1.5 0v2A2.25 2.25 0 0 0 9.25 18h5.5A2.25 2.25 0 0 0 17 15.75V4.25Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 10a.75.75 0 0 1 .75-.75h9.546l-1.048-.943a.75.75 0 1 1 1.004-1.114l2.5 2.25a.75.75 0 0 1 0 1.114l-2.5 2.25a.75.75 0 1 1-1.004-1.114l1.048-.943H1.75A.75.75 0 0 1 1 10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightEndOnRectangleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowRightIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowRightIcon.d.ts new file mode 100644 index 00000000..fd9ad463 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowRightIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowRightIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowRightIcon.js new file mode 100644 index 00000000..1de9a8a3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowRightIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 10a.75.75 0 0 1 .75-.75h10.638L10.23 5.29a.75.75 0 1 1 1.04-1.08l5.5 5.25a.75.75 0 0 1 0 1.08l-5.5 5.25a.75.75 0 1 1-1.04-1.08l4.158-3.96H3.75A.75.75 0 0 1 3 10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowRightOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowRightOnRectangleIcon.d.ts new file mode 100644 index 00000000..beb562de --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowRightOnRectangleIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const ArrowRightOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowRightOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowRightOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowRightOnRectangleIcon.js new file mode 100644 index 00000000..2577b576 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowRightOnRectangleIcon.js @@ -0,0 +1,29 @@ +const React = require("react"); +/** @deprecated */ +function ArrowRightOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 4.25A2.25 2.25 0 0 1 5.25 2h5.5A2.25 2.25 0 0 1 13 4.25v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 0-.75-.75h-5.5a.75.75 0 0 0-.75.75v11.5c0 .414.336.75.75.75h5.5a.75.75 0 0 0 .75-.75v-2a.75.75 0 0 1 1.5 0v2A2.25 2.25 0 0 1 10.75 18h-5.5A2.25 2.25 0 0 1 3 15.75V4.25Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6 10a.75.75 0 0 1 .75-.75h9.546l-1.048-.943a.75.75 0 1 1 1.004-1.114l2.5 2.25a.75.75 0 0 1 0 1.114l-2.5 2.25a.75.75 0 1 1-1.004-1.114l1.048-.943H6.75A.75.75 0 0 1 6 10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightOnRectangleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowRightStartOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowRightStartOnRectangleIcon.d.ts new file mode 100644 index 00000000..125ccfd7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowRightStartOnRectangleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowRightStartOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowRightStartOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowRightStartOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowRightStartOnRectangleIcon.js new file mode 100644 index 00000000..332d7e31 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowRightStartOnRectangleIcon.js @@ -0,0 +1,28 @@ +const React = require("react"); +function ArrowRightStartOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 4.25A2.25 2.25 0 0 1 5.25 2h5.5A2.25 2.25 0 0 1 13 4.25v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 0-.75-.75h-5.5a.75.75 0 0 0-.75.75v11.5c0 .414.336.75.75.75h5.5a.75.75 0 0 0 .75-.75v-2a.75.75 0 0 1 1.5 0v2A2.25 2.25 0 0 1 10.75 18h-5.5A2.25 2.25 0 0 1 3 15.75V4.25Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6 10a.75.75 0 0 1 .75-.75h9.546l-1.048-.943a.75.75 0 1 1 1.004-1.114l2.5 2.25a.75.75 0 0 1 0 1.114l-2.5 2.25a.75.75 0 1 1-1.004-1.114l1.048-.943H6.75A.75.75 0 0 1 6 10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightStartOnRectangleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowSmallDownIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowSmallDownIcon.d.ts new file mode 100644 index 00000000..ee183571 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowSmallDownIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const ArrowSmallDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowSmallDownIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowSmallDownIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowSmallDownIcon.js new file mode 100644 index 00000000..0760909c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowSmallDownIcon.js @@ -0,0 +1,25 @@ +const React = require("react"); +/** @deprecated */ +function ArrowSmallDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 5a.75.75 0 0 1 .75.75v6.638l1.96-2.158a.75.75 0 1 1 1.08 1.04l-3.25 3.5a.75.75 0 0 1-1.08 0l-3.25-3.5a.75.75 0 1 1 1.08-1.04l1.96 2.158V5.75A.75.75 0 0 1 10 5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowSmallDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowSmallLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowSmallLeftIcon.d.ts new file mode 100644 index 00000000..5686c1af --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowSmallLeftIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const ArrowSmallLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowSmallLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowSmallLeftIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowSmallLeftIcon.js new file mode 100644 index 00000000..b37699fb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowSmallLeftIcon.js @@ -0,0 +1,25 @@ +const React = require("react"); +/** @deprecated */ +function ArrowSmallLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 10a.75.75 0 0 1-.75.75H7.612l2.158 1.96a.75.75 0 1 1-1.04 1.08l-3.5-3.25a.75.75 0 0 1 0-1.08l3.5-3.25a.75.75 0 1 1 1.04 1.08L7.612 9.25h6.638A.75.75 0 0 1 15 10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowSmallLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowSmallRightIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowSmallRightIcon.d.ts new file mode 100644 index 00000000..019725bb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowSmallRightIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const ArrowSmallRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowSmallRightIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowSmallRightIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowSmallRightIcon.js new file mode 100644 index 00000000..b550fd74 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowSmallRightIcon.js @@ -0,0 +1,25 @@ +const React = require("react"); +/** @deprecated */ +function ArrowSmallRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5 10a.75.75 0 0 1 .75-.75h6.638L10.23 7.29a.75.75 0 1 1 1.04-1.08l3.5 3.25a.75.75 0 0 1 0 1.08l-3.5 3.25a.75.75 0 1 1-1.04-1.08l2.158-1.96H5.75A.75.75 0 0 1 5 10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowSmallRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowSmallUpIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowSmallUpIcon.d.ts new file mode 100644 index 00000000..644e37fb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowSmallUpIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const ArrowSmallUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowSmallUpIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowSmallUpIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowSmallUpIcon.js new file mode 100644 index 00000000..b0930dbd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowSmallUpIcon.js @@ -0,0 +1,25 @@ +const React = require("react"); +/** @deprecated */ +function ArrowSmallUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 15a.75.75 0 0 1-.75-.75V7.612L7.29 9.77a.75.75 0 0 1-1.08-1.04l3.25-3.5a.75.75 0 0 1 1.08 0l3.25 3.5a.75.75 0 1 1-1.08 1.04l-1.96-2.158v6.638A.75.75 0 0 1 10 15Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowSmallUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowTopRightOnSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowTopRightOnSquareIcon.d.ts new file mode 100644 index 00000000..86a6805d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowTopRightOnSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTopRightOnSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTopRightOnSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowTopRightOnSquareIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowTopRightOnSquareIcon.js new file mode 100644 index 00000000..6c733a51 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowTopRightOnSquareIcon.js @@ -0,0 +1,28 @@ +const React = require("react"); +function ArrowTopRightOnSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.25 5.5a.75.75 0 0 0-.75.75v8.5c0 .414.336.75.75.75h8.5a.75.75 0 0 0 .75-.75v-4a.75.75 0 0 1 1.5 0v4A2.25 2.25 0 0 1 12.75 17h-8.5A2.25 2.25 0 0 1 2 14.75v-8.5A2.25 2.25 0 0 1 4.25 4h5a.75.75 0 0 1 0 1.5h-5Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6.194 12.753a.75.75 0 0 0 1.06.053L16.5 4.44v2.81a.75.75 0 0 0 1.5 0v-4.5a.75.75 0 0 0-.75-.75h-4.5a.75.75 0 0 0 0 1.5h2.553l-9.056 8.194a.75.75 0 0 0-.053 1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTopRightOnSquareIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowTrendingDownIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowTrendingDownIcon.d.ts new file mode 100644 index 00000000..cfb218f9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowTrendingDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTrendingDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTrendingDownIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowTrendingDownIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowTrendingDownIcon.js new file mode 100644 index 00000000..28d68b64 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowTrendingDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowTrendingDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.22 5.222a.75.75 0 0 1 1.06 0L7 9.942l3.768-3.769a.75.75 0 0 1 1.113.058 20.908 20.908 0 0 1 3.813 7.254l1.574-2.727a.75.75 0 0 1 1.3.75l-2.475 4.286a.75.75 0 0 1-1.025.275l-4.287-2.475a.75.75 0 0 1 .75-1.3l2.71 1.565a19.422 19.422 0 0 0-3.013-6.024L7.53 11.533a.75.75 0 0 1-1.06 0l-5.25-5.25a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTrendingDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowTrendingUpIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowTrendingUpIcon.d.ts new file mode 100644 index 00000000..54763a8c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowTrendingUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTrendingUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTrendingUpIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowTrendingUpIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowTrendingUpIcon.js new file mode 100644 index 00000000..b6460522 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowTrendingUpIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowTrendingUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12.577 4.878a.75.75 0 0 1 .919-.53l4.78 1.281a.75.75 0 0 1 .531.919l-1.281 4.78a.75.75 0 0 1-1.449-.387l.81-3.022a19.407 19.407 0 0 0-5.594 5.203.75.75 0 0 1-1.139.093L7 10.06l-4.72 4.72a.75.75 0 0 1-1.06-1.061l5.25-5.25a.75.75 0 0 1 1.06 0l3.074 3.073a20.923 20.923 0 0 1 5.545-4.931l-3.042-.815a.75.75 0 0 1-.53-.919Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTrendingUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnDownLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnDownLeftIcon.d.ts new file mode 100644 index 00000000..30988be3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnDownLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnDownLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnDownLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnDownLeftIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnDownLeftIcon.js new file mode 100644 index 00000000..d04bee3b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnDownLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowTurnDownLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M16.25 3a.75.75 0 0 0-.75.75v7.5H4.56l1.97-1.97a.75.75 0 0 0-1.06-1.06l-3.25 3.25a.75.75 0 0 0 0 1.06l3.25 3.25a.75.75 0 0 0 1.06-1.06l-1.97-1.97h11.69A.75.75 0 0 0 17 12V3.75a.75.75 0 0 0-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnDownLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnDownRightIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnDownRightIcon.d.ts new file mode 100644 index 00000000..a97f44c6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnDownRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnDownRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnDownRightIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnDownRightIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnDownRightIcon.js new file mode 100644 index 00000000..3fb3313f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnDownRightIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowTurnDownRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.75 3a.75.75 0 0 1 .75.75v7.5h10.94l-1.97-1.97a.75.75 0 0 1 1.06-1.06l3.25 3.25a.75.75 0 0 1 0 1.06l-3.25 3.25a.75.75 0 1 1-1.06-1.06l1.97-1.97H3.75A.75.75 0 0 1 3 12V3.75A.75.75 0 0 1 3.75 3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnDownRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnLeftDownIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnLeftDownIcon.d.ts new file mode 100644 index 00000000..54c35be7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnLeftDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnLeftDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnLeftDownIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnLeftDownIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnLeftDownIcon.js new file mode 100644 index 00000000..7112ce8f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnLeftDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowTurnLeftDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M16 3.75a.75.75 0 0 1-.75.75h-7.5v10.94l1.97-1.97a.75.75 0 1 1 1.06 1.06l-3.25 3.25a.75.75 0 0 1-1.06 0l-3.25-3.25a.75.75 0 1 1 1.06-1.06l1.97 1.97V3.75A.75.75 0 0 1 7 3h8.25a.75.75 0 0 1 .75.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnLeftDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnLeftUpIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnLeftUpIcon.d.ts new file mode 100644 index 00000000..db9b7a64 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnLeftUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnLeftUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnLeftUpIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnLeftUpIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnLeftUpIcon.js new file mode 100644 index 00000000..25826f87 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnLeftUpIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowTurnLeftUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M16 16.25a.75.75 0 0 0-.75-.75h-7.5V4.56l1.97 1.97a.75.75 0 1 0 1.06-1.06L7.53 2.22a.75.75 0 0 0-1.06 0L3.22 5.47a.75.75 0 0 0 1.06 1.06l1.97-1.97v11.69c0 .414.336.75.75.75h8.25a.75.75 0 0 0 .75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnLeftUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnRightDownIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnRightDownIcon.d.ts new file mode 100644 index 00000000..8719674d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnRightDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnRightDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnRightDownIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnRightDownIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnRightDownIcon.js new file mode 100644 index 00000000..2f2311dd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnRightDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowTurnRightDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 3.75c0 .414.336.75.75.75h7.5v10.94l-1.97-1.97a.75.75 0 0 0-1.06 1.06l3.25 3.25a.75.75 0 0 0 1.06 0l3.25-3.25a.75.75 0 1 0-1.06-1.06l-1.97 1.97V3.75A.75.75 0 0 0 12 3H3.75a.75.75 0 0 0-.75.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnRightDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnRightUpIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnRightUpIcon.d.ts new file mode 100644 index 00000000..f1c75f84 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnRightUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnRightUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnRightUpIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnRightUpIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnRightUpIcon.js new file mode 100644 index 00000000..170f3594 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnRightUpIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowTurnRightUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 16.25a.75.75 0 0 1 .75-.75h7.5V4.56L9.28 6.53a.75.75 0 0 1-1.06-1.06l3.25-3.25a.75.75 0 0 1 1.06 0l3.25 3.25a.75.75 0 0 1-1.06 1.06l-1.97-1.97v11.69A.75.75 0 0 1 12 17H3.75a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnRightUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnUpLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnUpLeftIcon.d.ts new file mode 100644 index 00000000..1e0636c3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnUpLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnUpLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnUpLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnUpLeftIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnUpLeftIcon.js new file mode 100644 index 00000000..7426b960 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnUpLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowTurnUpLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M16.25 17a.75.75 0 0 1-.75-.75v-7.5H4.56l1.97 1.97a.75.75 0 1 1-1.06 1.06L2.22 8.53a.75.75 0 0 1 0-1.06l3.25-3.25a.75.75 0 0 1 1.06 1.06L4.56 7.25h11.69A.75.75 0 0 1 17 8v8.25a.75.75 0 0 1-.75.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnUpLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnUpRightIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnUpRightIcon.d.ts new file mode 100644 index 00000000..a2cb836a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnUpRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnUpRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnUpRightIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnUpRightIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnUpRightIcon.js new file mode 100644 index 00000000..48ef188b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowTurnUpRightIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowTurnUpRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.75 17a.75.75 0 0 0 .75-.75v-7.5h10.94l-1.97 1.97a.75.75 0 1 0 1.06 1.06l3.25-3.25a.75.75 0 0 0 0-1.06l-3.25-3.25a.75.75 0 1 0-1.06 1.06l1.97 1.97H3.75A.75.75 0 0 0 3 8v8.25c0 .414.336.75.75.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnUpRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowUpCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowUpCircleIcon.d.ts new file mode 100644 index 00000000..dbc3f8e7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowUpCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowUpCircleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowUpCircleIcon.js new file mode 100644 index 00000000..077b0b3a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowUpCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowUpCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm-.75-4.75a.75.75 0 0 0 1.5 0V8.66l1.95 2.1a.75.75 0 1 0 1.1-1.02l-3.25-3.5a.75.75 0 0 0-1.1 0L6.2 9.74a.75.75 0 1 0 1.1 1.02l1.95-2.1v4.59Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowUpIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowUpIcon.d.ts new file mode 100644 index 00000000..6567e292 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowUpIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowUpIcon.js new file mode 100644 index 00000000..a3a6969b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowUpIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 17a.75.75 0 0 1-.75-.75V5.612L5.29 9.77a.75.75 0 0 1-1.08-1.04l5.25-5.5a.75.75 0 0 1 1.08 0l5.25 5.5a.75.75 0 1 1-1.08 1.04l-3.96-4.158V16.25A.75.75 0 0 1 10 17Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowUpLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowUpLeftIcon.d.ts new file mode 100644 index 00000000..b440666c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowUpLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowUpLeftIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowUpLeftIcon.js new file mode 100644 index 00000000..5f073a2d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowUpLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowUpLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M14.78 14.78a.75.75 0 0 1-1.06 0L6.5 7.56v5.69a.75.75 0 0 1-1.5 0v-7.5A.75.75 0 0 1 5.75 5h7.5a.75.75 0 0 1 0 1.5H7.56l7.22 7.22a.75.75 0 0 1 0 1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowUpOnSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowUpOnSquareIcon.d.ts new file mode 100644 index 00000000..d50c7262 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowUpOnSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpOnSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpOnSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowUpOnSquareIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowUpOnSquareIcon.js new file mode 100644 index 00000000..4498d1e4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowUpOnSquareIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowUpOnSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M13.75 7h-3V3.66l1.95 2.1a.75.75 0 1 0 1.1-1.02l-3.25-3.5a.75.75 0 0 0-1.1 0L6.2 4.74a.75.75 0 0 0 1.1 1.02l1.95-2.1V7h-3A2.25 2.25 0 0 0 4 9.25v7.5A2.25 2.25 0 0 0 6.25 19h7.5A2.25 2.25 0 0 0 16 16.75v-7.5A2.25 2.25 0 0 0 13.75 7Zm-3 0h-1.5v5.25a.75.75 0 0 0 1.5 0V7Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpOnSquareIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowUpOnSquareStackIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowUpOnSquareStackIcon.d.ts new file mode 100644 index 00000000..c1d92c28 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowUpOnSquareStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpOnSquareStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpOnSquareStackIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowUpOnSquareStackIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowUpOnSquareStackIcon.js new file mode 100644 index 00000000..1c90bd80 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowUpOnSquareStackIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowUpOnSquareStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10.75 6h-2v4.25a.75.75 0 0 1-1.5 0V6h1.5V3.704l.943 1.048a.75.75 0 0 0 1.114-1.004l-2.25-2.5a.75.75 0 0 0-1.114 0l-2.25 2.5a.75.75 0 0 0 1.114 1.004l.943-1.048V6h-2A2.25 2.25 0 0 0 3 8.25v4.5A2.25 2.25 0 0 0 5.25 15h5.5A2.25 2.25 0 0 0 13 12.75v-4.5A2.25 2.25 0 0 0 10.75 6ZM7 16.75v-.25h3.75a3.75 3.75 0 0 0 3.75-3.75V10h.25A2.25 2.25 0 0 1 17 12.25v4.5A2.25 2.25 0 0 1 14.75 19h-5.5A2.25 2.25 0 0 1 7 16.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpOnSquareStackIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowUpRightIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowUpRightIcon.d.ts new file mode 100644 index 00000000..9e8bedec --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowUpRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpRightIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowUpRightIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowUpRightIcon.js new file mode 100644 index 00000000..4b0ca54d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowUpRightIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowUpRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.22 14.78a.75.75 0 0 0 1.06 0l7.22-7.22v5.69a.75.75 0 0 0 1.5 0v-7.5a.75.75 0 0 0-.75-.75h-7.5a.75.75 0 0 0 0 1.5h5.69l-7.22 7.22a.75.75 0 0 0 0 1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowUpTrayIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowUpTrayIcon.d.ts new file mode 100644 index 00000000..1304d9e4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowUpTrayIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpTrayIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpTrayIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowUpTrayIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowUpTrayIcon.js new file mode 100644 index 00000000..10e9887a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowUpTrayIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowUpTrayIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M9.25 13.25a.75.75 0 0 0 1.5 0V4.636l2.955 3.129a.75.75 0 0 0 1.09-1.03l-4.25-4.5a.75.75 0 0 0-1.09 0l-4.25 4.5a.75.75 0 1 0 1.09 1.03L9.25 4.636v8.614Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M3.5 12.75a.75.75 0 0 0-1.5 0v2.5A2.75 2.75 0 0 0 4.75 18h10.5A2.75 2.75 0 0 0 18 15.25v-2.5a.75.75 0 0 0-1.5 0v2.5c0 .69-.56 1.25-1.25 1.25H4.75c-.69 0-1.25-.56-1.25-1.25v-2.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpTrayIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowUturnDownIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowUturnDownIcon.d.ts new file mode 100644 index 00000000..2a656eef --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowUturnDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUturnDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUturnDownIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowUturnDownIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowUturnDownIcon.js new file mode 100644 index 00000000..2375f105 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowUturnDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowUturnDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.232 12.207a.75.75 0 0 1 1.06.025l3.958 4.146V6.375a5.375 5.375 0 0 1 10.75 0V9.25a.75.75 0 0 1-1.5 0V6.375a3.875 3.875 0 0 0-7.75 0v10.003l3.957-4.146a.75.75 0 0 1 1.085 1.036l-5.25 5.5a.75.75 0 0 1-1.085 0l-5.25-5.5a.75.75 0 0 1 .025-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUturnDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowUturnLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowUturnLeftIcon.d.ts new file mode 100644 index 00000000..8d827dd8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowUturnLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUturnLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUturnLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowUturnLeftIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowUturnLeftIcon.js new file mode 100644 index 00000000..de278c7d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowUturnLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowUturnLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.793 2.232a.75.75 0 0 1-.025 1.06L3.622 7.25h10.003a5.375 5.375 0 0 1 0 10.75H10.75a.75.75 0 0 1 0-1.5h2.875a3.875 3.875 0 0 0 0-7.75H3.622l4.146 3.957a.75.75 0 0 1-1.036 1.085l-5.5-5.25a.75.75 0 0 1 0-1.085l5.5-5.25a.75.75 0 0 1 1.06.025Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUturnLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowUturnRightIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowUturnRightIcon.d.ts new file mode 100644 index 00000000..b75389ab --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowUturnRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUturnRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUturnRightIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowUturnRightIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowUturnRightIcon.js new file mode 100644 index 00000000..9bbe1d7d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowUturnRightIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowUturnRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12.207 2.232a.75.75 0 0 0 .025 1.06l4.146 3.958H6.375a5.375 5.375 0 0 0 0 10.75H9.25a.75.75 0 0 0 0-1.5H6.375a3.875 3.875 0 0 1 0-7.75h10.003l-4.146 3.957a.75.75 0 0 0 1.036 1.085l5.5-5.25a.75.75 0 0 0 0-1.085l-5.5-5.25a.75.75 0 0 0-1.06.025Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUturnRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowUturnUpIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowUturnUpIcon.d.ts new file mode 100644 index 00000000..1996413e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowUturnUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUturnUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUturnUpIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowUturnUpIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowUturnUpIcon.js new file mode 100644 index 00000000..262678f3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowUturnUpIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowUturnUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M17.768 7.793a.75.75 0 0 1-1.06-.025L12.75 3.622v10.003a5.375 5.375 0 0 1-10.75 0V10.75a.75.75 0 0 1 1.5 0v2.875a3.875 3.875 0 0 0 7.75 0V3.622L7.293 7.768a.75.75 0 0 1-1.086-1.036l5.25-5.5a.75.75 0 0 1 1.085 0l5.25 5.5a.75.75 0 0 1-.024 1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUturnUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowsPointingInIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowsPointingInIcon.d.ts new file mode 100644 index 00000000..2570a1ea --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowsPointingInIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowsPointingInIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowsPointingInIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowsPointingInIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowsPointingInIcon.js new file mode 100644 index 00000000..f41be12d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowsPointingInIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function ArrowsPointingInIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.28 2.22a.75.75 0 0 0-1.06 1.06L5.44 6.5H2.75a.75.75 0 0 0 0 1.5h4.5A.75.75 0 0 0 8 7.25v-4.5a.75.75 0 0 0-1.5 0v2.69L3.28 2.22ZM13.5 2.75a.75.75 0 0 0-1.5 0v4.5c0 .414.336.75.75.75h4.5a.75.75 0 0 0 0-1.5h-2.69l3.22-3.22a.75.75 0 0 0-1.06-1.06L13.5 5.44V2.75ZM3.28 17.78l3.22-3.22v2.69a.75.75 0 0 0 1.5 0v-4.5a.75.75 0 0 0-.75-.75h-4.5a.75.75 0 0 0 0 1.5h2.69l-3.22 3.22a.75.75 0 1 0 1.06 1.06ZM13.5 14.56l3.22 3.22a.75.75 0 1 0 1.06-1.06l-3.22-3.22h2.69a.75.75 0 0 0 0-1.5h-4.5a.75.75 0 0 0-.75.75v4.5a.75.75 0 0 0 1.5 0v-2.69Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowsPointingInIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowsPointingOutIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowsPointingOutIcon.d.ts new file mode 100644 index 00000000..56f25889 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowsPointingOutIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowsPointingOutIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowsPointingOutIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowsPointingOutIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowsPointingOutIcon.js new file mode 100644 index 00000000..c82d15a4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowsPointingOutIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function ArrowsPointingOutIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "m13.28 7.78 3.22-3.22v2.69a.75.75 0 0 0 1.5 0v-4.5a.75.75 0 0 0-.75-.75h-4.5a.75.75 0 0 0 0 1.5h2.69l-3.22 3.22a.75.75 0 0 0 1.06 1.06ZM2 17.25v-4.5a.75.75 0 0 1 1.5 0v2.69l3.22-3.22a.75.75 0 0 1 1.06 1.06L4.56 16.5h2.69a.75.75 0 0 1 0 1.5h-4.5a.747.747 0 0 1-.75-.75ZM12.22 13.28l3.22 3.22h-2.69a.75.75 0 0 0 0 1.5h4.5a.747.747 0 0 0 .75-.75v-4.5a.75.75 0 0 0-1.5 0v2.69l-3.22-3.22a.75.75 0 1 0-1.06 1.06ZM3.5 4.56l3.22 3.22a.75.75 0 0 0 1.06-1.06L4.56 3.5h2.69a.75.75 0 0 0 0-1.5h-4.5a.75.75 0 0 0-.75.75v4.5a.75.75 0 0 0 1.5 0V4.56Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowsPointingOutIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowsRightLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowsRightLeftIcon.d.ts new file mode 100644 index 00000000..c92d4637 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowsRightLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowsRightLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowsRightLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowsRightLeftIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowsRightLeftIcon.js new file mode 100644 index 00000000..1b8266a3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowsRightLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowsRightLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M13.2 2.24a.75.75 0 0 0 .04 1.06l2.1 1.95H6.75a.75.75 0 0 0 0 1.5h8.59l-2.1 1.95a.75.75 0 1 0 1.02 1.1l3.5-3.25a.75.75 0 0 0 0-1.1l-3.5-3.25a.75.75 0 0 0-1.06.04Zm-6.4 8a.75.75 0 0 0-1.06-.04l-3.5 3.25a.75.75 0 0 0 0 1.1l3.5 3.25a.75.75 0 1 0 1.02-1.1l-2.1-1.95h8.59a.75.75 0 0 0 0-1.5H4.66l2.1-1.95a.75.75 0 0 0 .04-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowsRightLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowsUpDownIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ArrowsUpDownIcon.d.ts new file mode 100644 index 00000000..f913ee96 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowsUpDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowsUpDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowsUpDownIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ArrowsUpDownIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ArrowsUpDownIcon.js new file mode 100644 index 00000000..96976248 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ArrowsUpDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowsUpDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.24 6.8a.75.75 0 0 0 1.06-.04l1.95-2.1v8.59a.75.75 0 0 0 1.5 0V4.66l1.95 2.1a.75.75 0 1 0 1.1-1.02l-3.25-3.5a.75.75 0 0 0-1.1 0L2.2 5.74a.75.75 0 0 0 .04 1.06Zm8 6.4a.75.75 0 0 0-.04 1.06l3.25 3.5a.75.75 0 0 0 1.1 0l3.25-3.5a.75.75 0 1 0-1.1-1.02l-1.95 2.1V6.75a.75.75 0 0 0-1.5 0v8.59l-1.95-2.1a.75.75 0 0 0-1.06-.04Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowsUpDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/AtSymbolIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/AtSymbolIcon.d.ts new file mode 100644 index 00000000..81c8736a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/AtSymbolIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const AtSymbolIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default AtSymbolIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/AtSymbolIcon.js b/frontend/node_modules/@heroicons/react/20/solid/AtSymbolIcon.js new file mode 100644 index 00000000..4efc69fc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/AtSymbolIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function AtSymbolIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.404 14.596A6.5 6.5 0 1 1 16.5 10a1.25 1.25 0 0 1-2.5 0 4 4 0 1 0-.571 2.06A2.75 2.75 0 0 0 18 10a8 8 0 1 0-2.343 5.657.75.75 0 0 0-1.06-1.06 6.5 6.5 0 0 1-9.193 0ZM10 7.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(AtSymbolIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/BackspaceIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/BackspaceIcon.d.ts new file mode 100644 index 00000000..11a6491c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BackspaceIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BackspaceIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BackspaceIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/BackspaceIcon.js b/frontend/node_modules/@heroicons/react/20/solid/BackspaceIcon.js new file mode 100644 index 00000000..6935c8e1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BackspaceIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function BackspaceIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.22 3.22A.75.75 0 0 1 7.75 3h9A2.25 2.25 0 0 1 19 5.25v9.5A2.25 2.25 0 0 1 16.75 17h-9a.75.75 0 0 1-.53-.22L.97 10.53a.75.75 0 0 1 0-1.06l6.25-6.25Zm3.06 4a.75.75 0 1 0-1.06 1.06L10.94 10l-1.72 1.72a.75.75 0 1 0 1.06 1.06L12 11.06l1.72 1.72a.75.75 0 1 0 1.06-1.06L13.06 10l1.72-1.72a.75.75 0 0 0-1.06-1.06L12 8.94l-1.72-1.72Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BackspaceIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/BackwardIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/BackwardIcon.d.ts new file mode 100644 index 00000000..b154df6b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BackwardIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BackwardIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BackwardIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/BackwardIcon.js b/frontend/node_modules/@heroicons/react/20/solid/BackwardIcon.js new file mode 100644 index 00000000..c0d02779 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BackwardIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function BackwardIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M7.712 4.818A1.5 1.5 0 0 1 10 6.095v2.972c.104-.13.234-.248.389-.343l6.323-3.906A1.5 1.5 0 0 1 19 6.095v7.81a1.5 1.5 0 0 1-2.288 1.276l-6.323-3.905a1.505 1.505 0 0 1-.389-.344v2.973a1.5 1.5 0 0 1-2.288 1.276l-6.323-3.905a1.5 1.5 0 0 1 0-2.552l6.323-3.906Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BackwardIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/BanknotesIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/BanknotesIcon.d.ts new file mode 100644 index 00000000..2295d499 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BanknotesIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BanknotesIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BanknotesIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/BanknotesIcon.js b/frontend/node_modules/@heroicons/react/20/solid/BanknotesIcon.js new file mode 100644 index 00000000..5956f438 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BanknotesIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function BanknotesIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 4a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4Zm12 4a3 3 0 1 1-6 0 3 3 0 0 1 6 0ZM4 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm13-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM1.75 14.5a.75.75 0 0 0 0 1.5c4.417 0 8.693.603 12.749 1.73 1.111.309 2.251-.512 2.251-1.696v-.784a.75.75 0 0 0-1.5 0v.784a.272.272 0 0 1-.35.25A49.043 49.043 0 0 0 1.75 14.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BanknotesIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/Bars2Icon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/Bars2Icon.d.ts new file mode 100644 index 00000000..f36a9586 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/Bars2Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars2Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars2Icon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/Bars2Icon.js b/frontend/node_modules/@heroicons/react/20/solid/Bars2Icon.js new file mode 100644 index 00000000..289f040e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/Bars2Icon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function Bars2Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 6.75A.75.75 0 0 1 2.75 6h14.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 6.75Zm0 6.5a.75.75 0 0 1 .75-.75h14.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars2Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/Bars3BottomLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/Bars3BottomLeftIcon.d.ts new file mode 100644 index 00000000..1183f870 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/Bars3BottomLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars3BottomLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars3BottomLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/Bars3BottomLeftIcon.js b/frontend/node_modules/@heroicons/react/20/solid/Bars3BottomLeftIcon.js new file mode 100644 index 00000000..7c2090e2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/Bars3BottomLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function Bars3BottomLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 4.75A.75.75 0 0 1 2.75 4h14.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 4.75Zm0 10.5a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5a.75.75 0 0 1-.75-.75ZM2 10a.75.75 0 0 1 .75-.75h14.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars3BottomLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/Bars3BottomRightIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/Bars3BottomRightIcon.d.ts new file mode 100644 index 00000000..633e9477 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/Bars3BottomRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars3BottomRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars3BottomRightIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/Bars3BottomRightIcon.js b/frontend/node_modules/@heroicons/react/20/solid/Bars3BottomRightIcon.js new file mode 100644 index 00000000..f3fdcb60 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/Bars3BottomRightIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function Bars3BottomRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 4.75A.75.75 0 0 1 2.75 4h14.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 4.75Zm7 10.5a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5a.75.75 0 0 1-.75-.75ZM2 10a.75.75 0 0 1 .75-.75h14.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars3BottomRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/Bars3CenterLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/Bars3CenterLeftIcon.d.ts new file mode 100644 index 00000000..12d3ece6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/Bars3CenterLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars3CenterLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars3CenterLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/Bars3CenterLeftIcon.js b/frontend/node_modules/@heroicons/react/20/solid/Bars3CenterLeftIcon.js new file mode 100644 index 00000000..858e7dc4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/Bars3CenterLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function Bars3CenterLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 4.75A.75.75 0 0 1 2.75 4h14.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 4.75Zm0 10.5a.75.75 0 0 1 .75-.75h14.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75ZM2 10a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5A.75.75 0 0 1 2 10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars3CenterLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/Bars3Icon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/Bars3Icon.d.ts new file mode 100644 index 00000000..64290021 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/Bars3Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars3Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars3Icon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/Bars3Icon.js b/frontend/node_modules/@heroicons/react/20/solid/Bars3Icon.js new file mode 100644 index 00000000..22f1abd9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/Bars3Icon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function Bars3Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 4.75A.75.75 0 0 1 2.75 4h14.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 4.75ZM2 10a.75.75 0 0 1 .75-.75h14.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 10Zm0 5.25a.75.75 0 0 1 .75-.75h14.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars3Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/Bars4Icon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/Bars4Icon.d.ts new file mode 100644 index 00000000..83dbe1df --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/Bars4Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars4Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars4Icon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/Bars4Icon.js b/frontend/node_modules/@heroicons/react/20/solid/Bars4Icon.js new file mode 100644 index 00000000..b9dfd072 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/Bars4Icon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function Bars4Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 3.75A.75.75 0 0 1 2.75 3h14.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 3.75Zm0 4.167a.75.75 0 0 1 .75-.75h14.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75Zm0 4.166a.75.75 0 0 1 .75-.75h14.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75Zm0 4.167a.75.75 0 0 1 .75-.75h14.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars4Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/BarsArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/BarsArrowDownIcon.d.ts new file mode 100644 index 00000000..40e8d73a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BarsArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BarsArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BarsArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/BarsArrowDownIcon.js b/frontend/node_modules/@heroicons/react/20/solid/BarsArrowDownIcon.js new file mode 100644 index 00000000..4dd64e84 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BarsArrowDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function BarsArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 3.75A.75.75 0 0 1 2.75 3h11.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 3.75ZM2 7.5a.75.75 0 0 1 .75-.75h7.508a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 7.5ZM14 7a.75.75 0 0 1 .75.75v6.59l1.95-2.1a.75.75 0 1 1 1.1 1.02l-3.25 3.5a.75.75 0 0 1-1.1 0l-3.25-3.5a.75.75 0 1 1 1.1-1.02l1.95 2.1V7.75A.75.75 0 0 1 14 7ZM2 11.25a.75.75 0 0 1 .75-.75h4.562a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BarsArrowDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/BarsArrowUpIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/BarsArrowUpIcon.d.ts new file mode 100644 index 00000000..c8b3b932 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BarsArrowUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BarsArrowUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BarsArrowUpIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/BarsArrowUpIcon.js b/frontend/node_modules/@heroicons/react/20/solid/BarsArrowUpIcon.js new file mode 100644 index 00000000..e4b7bcd0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BarsArrowUpIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function BarsArrowUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 3.75A.75.75 0 0 1 2.75 3h11.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 3.75ZM2 7.5a.75.75 0 0 1 .75-.75h6.365a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 7.5ZM14 7a.75.75 0 0 1 .55.24l3.25 3.5a.75.75 0 1 1-1.1 1.02l-1.95-2.1v6.59a.75.75 0 0 1-1.5 0V9.66l-1.95 2.1a.75.75 0 1 1-1.1-1.02l3.25-3.5A.75.75 0 0 1 14 7ZM2 11.25a.75.75 0 0 1 .75-.75H7A.75.75 0 0 1 7 12H2.75a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BarsArrowUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/Battery0Icon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/Battery0Icon.d.ts new file mode 100644 index 00000000..45a9879f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/Battery0Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Battery0Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Battery0Icon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/Battery0Icon.js b/frontend/node_modules/@heroicons/react/20/solid/Battery0Icon.js new file mode 100644 index 00000000..4e2e6e63 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/Battery0Icon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function Battery0Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 7.25A2.25 2.25 0 0 1 3.25 5h12.5A2.25 2.25 0 0 1 18 7.25v1.085a1.5 1.5 0 0 1 1 1.415v.5a1.5 1.5 0 0 1-1 1.415v1.085A2.25 2.25 0 0 1 15.75 15H3.25A2.25 2.25 0 0 1 1 12.75v-5.5Zm2.25-.75a.75.75 0 0 0-.75.75v5.5c0 .414.336.75.75.75h12.5a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-.75-.75H3.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Battery0Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/Battery100Icon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/Battery100Icon.d.ts new file mode 100644 index 00000000..5d0f04b2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/Battery100Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Battery100Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Battery100Icon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/Battery100Icon.js b/frontend/node_modules/@heroicons/react/20/solid/Battery100Icon.js new file mode 100644 index 00000000..b08ebd68 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/Battery100Icon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function Battery100Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4.75 8a.75.75 0 0 0-.75.75v2.5c0 .414.336.75.75.75h9.5a.75.75 0 0 0 .75-.75v-2.5a.75.75 0 0 0-.75-.75h-9.5Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 7.25A2.25 2.25 0 0 1 3.25 5h12.5A2.25 2.25 0 0 1 18 7.25v1.085a1.5 1.5 0 0 1 1 1.415v.5a1.5 1.5 0 0 1-1 1.415v1.085A2.25 2.25 0 0 1 15.75 15H3.25A2.25 2.25 0 0 1 1 12.75v-5.5Zm2.25-.75a.75.75 0 0 0-.75.75v5.5c0 .414.336.75.75.75h12.5a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-.75-.75H3.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Battery100Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/Battery50Icon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/Battery50Icon.d.ts new file mode 100644 index 00000000..26713176 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/Battery50Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Battery50Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Battery50Icon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/Battery50Icon.js b/frontend/node_modules/@heroicons/react/20/solid/Battery50Icon.js new file mode 100644 index 00000000..bc0cae81 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/Battery50Icon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function Battery50Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4.75 8a.75.75 0 0 0-.75.75v2.5c0 .414.336.75.75.75H9.5a.75.75 0 0 0 .75-.75v-2.5A.75.75 0 0 0 9.5 8H4.75Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.25 5A2.25 2.25 0 0 0 1 7.25v5.5A2.25 2.25 0 0 0 3.25 15h12.5A2.25 2.25 0 0 0 18 12.75v-1.085a1.5 1.5 0 0 0 1-1.415v-.5a1.5 1.5 0 0 0-1-1.415V7.25A2.25 2.25 0 0 0 15.75 5H3.25ZM2.5 7.25a.75.75 0 0 1 .75-.75h12.5a.75.75 0 0 1 .75.75v5.5a.75.75 0 0 1-.75.75H3.25a.75.75 0 0 1-.75-.75v-5.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Battery50Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/BeakerIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/BeakerIcon.d.ts new file mode 100644 index 00000000..f2fdcedf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BeakerIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BeakerIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BeakerIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/BeakerIcon.js b/frontend/node_modules/@heroicons/react/20/solid/BeakerIcon.js new file mode 100644 index 00000000..6b393f00 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BeakerIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function BeakerIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8.5 3.528v4.644c0 .729-.29 1.428-.805 1.944l-1.217 1.216a8.75 8.75 0 0 1 3.55.621l.502.201a7.25 7.25 0 0 0 4.178.365l-2.403-2.403a2.75 2.75 0 0 1-.805-1.944V3.528a40.205 40.205 0 0 0-3 0Zm4.5.084.19.015a.75.75 0 1 0 .12-1.495 41.364 41.364 0 0 0-6.62 0 .75.75 0 0 0 .12 1.495L7 3.612v4.56c0 .331-.132.649-.366.883L2.6 13.09c-1.496 1.496-.817 4.15 1.403 4.475C5.961 17.852 7.963 18 10 18s4.039-.148 5.997-.436c2.22-.325 2.9-2.979 1.403-4.475l-4.034-4.034A1.25 1.25 0 0 1 13 8.172v-4.56Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BeakerIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/BellAlertIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/BellAlertIcon.d.ts new file mode 100644 index 00000000..8d5d773d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BellAlertIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BellAlertIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BellAlertIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/BellAlertIcon.js b/frontend/node_modules/@heroicons/react/20/solid/BellAlertIcon.js new file mode 100644 index 00000000..cb8181a4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BellAlertIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function BellAlertIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4.214 3.227a.75.75 0 0 0-1.156-.955 8.97 8.97 0 0 0-1.856 3.825.75.75 0 0 0 1.466.316 7.47 7.47 0 0 1 1.546-3.186ZM16.942 2.272a.75.75 0 0 0-1.157.955 7.47 7.47 0 0 1 1.547 3.186.75.75 0 0 0 1.466-.316 8.971 8.971 0 0 0-1.856-3.825Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 2a6 6 0 0 0-6 6c0 1.887-.454 3.665-1.257 5.234a.75.75 0 0 0 .515 1.076 32.91 32.91 0 0 0 3.256.508 3.5 3.5 0 0 0 6.972 0 32.903 32.903 0 0 0 3.256-.508.75.75 0 0 0 .515-1.076A11.448 11.448 0 0 1 16 8a6 6 0 0 0-6-6Zm0 14.5a2 2 0 0 1-1.95-1.557 33.54 33.54 0 0 0 3.9 0A2 2 0 0 1 10 16.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BellAlertIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/BellIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/BellIcon.d.ts new file mode 100644 index 00000000..5d58b3d3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BellIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BellIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BellIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/BellIcon.js b/frontend/node_modules/@heroicons/react/20/solid/BellIcon.js new file mode 100644 index 00000000..6ffe9fb7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BellIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function BellIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 2a6 6 0 0 0-6 6c0 1.887-.454 3.665-1.257 5.234a.75.75 0 0 0 .515 1.076 32.91 32.91 0 0 0 3.256.508 3.5 3.5 0 0 0 6.972 0 32.903 32.903 0 0 0 3.256-.508.75.75 0 0 0 .515-1.076A11.448 11.448 0 0 1 16 8a6 6 0 0 0-6-6ZM8.05 14.943a33.54 33.54 0 0 0 3.9 0 2 2 0 0 1-3.9 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BellIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/BellSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/BellSlashIcon.d.ts new file mode 100644 index 00000000..9b9002cd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BellSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BellSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BellSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/BellSlashIcon.js b/frontend/node_modules/@heroicons/react/20/solid/BellSlashIcon.js new file mode 100644 index 00000000..bd1d08ef --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BellSlashIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function BellSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4 8c0-.26.017-.517.049-.77l7.722 7.723a33.56 33.56 0 0 1-3.722-.01 2 2 0 0 0 3.862.15l1.134 1.134a3.5 3.5 0 0 1-6.53-1.409 32.91 32.91 0 0 1-3.257-.508.75.75 0 0 1-.515-1.076A11.448 11.448 0 0 0 4 8ZM17.266 13.9a.756.756 0 0 1-.068.116L6.389 3.207A6 6 0 0 1 16 8c.001 1.887.455 3.665 1.258 5.234a.75.75 0 0 1 .01.666ZM3.28 2.22a.75.75 0 0 0-1.06 1.06l14.5 14.5a.75.75 0 1 0 1.06-1.06L3.28 2.22Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BellSlashIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/BellSnoozeIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/BellSnoozeIcon.d.ts new file mode 100644 index 00000000..bb97a302 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BellSnoozeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BellSnoozeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BellSnoozeIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/BellSnoozeIcon.js b/frontend/node_modules/@heroicons/react/20/solid/BellSnoozeIcon.js new file mode 100644 index 00000000..ed844598 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BellSnoozeIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function BellSnoozeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4 8a6 6 0 1 1 12 0c0 1.887.454 3.665 1.257 5.234a.75.75 0 0 1-.515 1.076 32.903 32.903 0 0 1-3.256.508 3.5 3.5 0 0 1-6.972 0 32.91 32.91 0 0 1-3.256-.508.75.75 0 0 1-.515-1.076A11.448 11.448 0 0 0 4 8Zm6 7c-.655 0-1.305-.02-1.95-.057a2 2 0 0 0 3.9 0c-.645.038-1.295.057-1.95.057ZM8.75 6a.75.75 0 0 0 0 1.5h1.043L8.14 9.814A.75.75 0 0 0 8.75 11h2.5a.75.75 0 0 0 0-1.5h-1.043l1.653-2.314A.75.75 0 0 0 11.25 6h-2.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BellSnoozeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/BoldIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/BoldIcon.d.ts new file mode 100644 index 00000000..e90cc8ef --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BoldIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BoldIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BoldIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/BoldIcon.js b/frontend/node_modules/@heroicons/react/20/solid/BoldIcon.js new file mode 100644 index 00000000..6b29fc29 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BoldIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function BoldIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4 3a1 1 0 0 1 1-1h6a4.5 4.5 0 0 1 3.274 7.587A4.75 4.75 0 0 1 11.25 18H5a1 1 0 0 1-1-1V3Zm2.5 5.5v-4H11a2 2 0 1 1 0 4H6.5Zm0 2.5v4.5h4.75a2.25 2.25 0 0 0 0-4.5H6.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BoldIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/BoltIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/BoltIcon.d.ts new file mode 100644 index 00000000..93704fbe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BoltIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BoltIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BoltIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/BoltIcon.js b/frontend/node_modules/@heroicons/react/20/solid/BoltIcon.js new file mode 100644 index 00000000..339c9860 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BoltIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function BoltIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M11.983 1.907a.75.75 0 0 0-1.292-.657l-8.5 9.5A.75.75 0 0 0 2.75 12h6.572l-1.305 6.093a.75.75 0 0 0 1.292.657l8.5-9.5A.75.75 0 0 0 17.25 8h-6.572l1.305-6.093Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BoltIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/BoltSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/BoltSlashIcon.d.ts new file mode 100644 index 00000000..d7db7c0d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BoltSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BoltSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BoltSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/BoltSlashIcon.js b/frontend/node_modules/@heroicons/react/20/solid/BoltSlashIcon.js new file mode 100644 index 00000000..a160bf12 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BoltSlashIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function BoltSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.22 2.22a.75.75 0 0 1 1.06 0l14.5 14.5a.75.75 0 1 1-1.06 1.06L2.22 3.28a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M4.73 7.912 2.191 10.75A.75.75 0 0 0 2.75 12h6.068L4.73 7.912ZM9.233 12.415l-1.216 5.678a.75.75 0 0 0 1.292.657l2.956-3.303-3.032-3.032ZM15.27 12.088l2.539-2.838A.75.75 0 0 0 17.25 8h-6.068l4.088 4.088ZM10.767 7.585l1.216-5.678a.75.75 0 0 0-1.292-.657L7.735 4.553l3.032 3.032Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BoltSlashIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/BookOpenIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/BookOpenIcon.d.ts new file mode 100644 index 00000000..11702953 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BookOpenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BookOpenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BookOpenIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/BookOpenIcon.js b/frontend/node_modules/@heroicons/react/20/solid/BookOpenIcon.js new file mode 100644 index 00000000..b28c26d9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BookOpenIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function BookOpenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10.75 16.82A7.462 7.462 0 0 1 15 15.5c.71 0 1.396.098 2.046.282A.75.75 0 0 0 18 15.06v-11a.75.75 0 0 0-.546-.721A9.006 9.006 0 0 0 15 3a8.963 8.963 0 0 0-4.25 1.065V16.82ZM9.25 4.065A8.963 8.963 0 0 0 5 3c-.85 0-1.673.118-2.454.339A.75.75 0 0 0 2 4.06v11a.75.75 0 0 0 .954.721A7.506 7.506 0 0 1 5 15.5c1.579 0 3.042.487 4.25 1.32V4.065Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BookOpenIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/BookmarkIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/BookmarkIcon.d.ts new file mode 100644 index 00000000..53b465da --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BookmarkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BookmarkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BookmarkIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/BookmarkIcon.js b/frontend/node_modules/@heroicons/react/20/solid/BookmarkIcon.js new file mode 100644 index 00000000..9e0c3704 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BookmarkIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function BookmarkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 2c-1.716 0-3.408.106-5.07.31C3.806 2.45 3 3.414 3 4.517V17.25a.75.75 0 0 0 1.075.676L10 15.082l5.925 2.844A.75.75 0 0 0 17 17.25V4.517c0-1.103-.806-2.068-1.93-2.207A41.403 41.403 0 0 0 10 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BookmarkIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/BookmarkSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/BookmarkSlashIcon.d.ts new file mode 100644 index 00000000..5ff3a4c6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BookmarkSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BookmarkSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BookmarkSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/BookmarkSlashIcon.js b/frontend/node_modules/@heroicons/react/20/solid/BookmarkSlashIcon.js new file mode 100644 index 00000000..4de80bd5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BookmarkSlashIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function BookmarkSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M17 4.517v9.301L5.433 2.252a41.44 41.44 0 0 1 9.637.058C16.194 2.45 17 3.414 17 4.517ZM3 17.25V6.182l10.654 10.654L10 15.082l-5.925 2.844A.75.75 0 0 1 3 17.25ZM3.28 2.22a.75.75 0 0 0-1.06 1.06l14.5 14.5a.75.75 0 1 0 1.06-1.06L3.28 2.22Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BookmarkSlashIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/BookmarkSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/BookmarkSquareIcon.d.ts new file mode 100644 index 00000000..0f2977b3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BookmarkSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BookmarkSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BookmarkSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/BookmarkSquareIcon.js b/frontend/node_modules/@heroicons/react/20/solid/BookmarkSquareIcon.js new file mode 100644 index 00000000..66ce99c7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BookmarkSquareIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function BookmarkSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.25 2A2.25 2.25 0 0 0 2 4.25v11.5A2.25 2.25 0 0 0 4.25 18h11.5A2.25 2.25 0 0 0 18 15.75V4.25A2.25 2.25 0 0 0 15.75 2H4.25ZM6 13.25V3.5h8v9.75a.75.75 0 0 1-1.064.681L10 12.576l-2.936 1.355A.75.75 0 0 1 6 13.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BookmarkSquareIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/BriefcaseIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/BriefcaseIcon.d.ts new file mode 100644 index 00000000..b082422e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BriefcaseIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BriefcaseIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BriefcaseIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/BriefcaseIcon.js b/frontend/node_modules/@heroicons/react/20/solid/BriefcaseIcon.js new file mode 100644 index 00000000..4fe05870 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BriefcaseIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function BriefcaseIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6 3.75A2.75 2.75 0 0 1 8.75 1h2.5A2.75 2.75 0 0 1 14 3.75v.443c.572.055 1.14.122 1.706.2C17.053 4.582 18 5.75 18 7.07v3.469c0 1.126-.694 2.191-1.83 2.54-1.952.599-4.024.921-6.17.921s-4.219-.322-6.17-.921C2.694 12.73 2 11.665 2 10.539V7.07c0-1.321.947-2.489 2.294-2.676A41.047 41.047 0 0 1 6 4.193V3.75Zm6.5 0v.325a41.622 41.622 0 0 0-5 0V3.75c0-.69.56-1.25 1.25-1.25h2.5c.69 0 1.25.56 1.25 1.25ZM10 10a1 1 0 0 0-1 1v.01a1 1 0 0 0 1 1h.01a1 1 0 0 0 1-1V11a1 1 0 0 0-1-1H10Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M3 15.055v-.684c.126.053.255.1.39.142 2.092.642 4.313.987 6.61.987 2.297 0 4.518-.345 6.61-.987.135-.041.264-.089.39-.142v.684c0 1.347-.985 2.53-2.363 2.686a41.454 41.454 0 0 1-9.274 0C3.985 17.585 3 16.402 3 15.055Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BriefcaseIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/BugAntIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/BugAntIcon.d.ts new file mode 100644 index 00000000..1514ca9d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BugAntIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BugAntIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BugAntIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/BugAntIcon.js b/frontend/node_modules/@heroicons/react/20/solid/BugAntIcon.js new file mode 100644 index 00000000..c6f2dfec --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BugAntIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function BugAntIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6.56 1.14a.75.75 0 0 1 .177 1.045 3.989 3.989 0 0 0-.464.86c.185.17.382.329.59.473A3.993 3.993 0 0 1 10 2c1.272 0 2.405.594 3.137 1.518.208-.144.405-.302.59-.473a3.989 3.989 0 0 0-.464-.86.75.75 0 0 1 1.222-.869c.369.519.65 1.105.822 1.736a.75.75 0 0 1-.174.707 7.03 7.03 0 0 1-1.299 1.098A4 4 0 0 1 14 6c0 .52-.301.963-.723 1.187a6.961 6.961 0 0 1-1.158.486c.13.208.231.436.296.679 1.413-.174 2.779-.5 4.081-.96a19.655 19.655 0 0 0-.09-2.319.75.75 0 1 1 1.493-.146 21.239 21.239 0 0 1 .08 3.028.75.75 0 0 1-.482.667 20.873 20.873 0 0 1-5.153 1.249 2.521 2.521 0 0 1-.107.247 20.945 20.945 0 0 1 5.252 1.257.75.75 0 0 1 .482.74 20.945 20.945 0 0 1-.908 5.107.75.75 0 0 1-1.433-.444c.415-1.34.69-2.743.806-4.191-.495-.173-1-.327-1.512-.46.05.284.076.575.076.873 0 1.814-.517 3.312-1.426 4.37A4.639 4.639 0 0 1 10 19a4.639 4.639 0 0 1-3.574-1.63C5.516 16.311 5 14.813 5 13c0-.298.026-.59.076-.873-.513.133-1.017.287-1.512.46.116 1.448.39 2.85.806 4.191a.75.75 0 1 1-1.433.444 20.94 20.94 0 0 1-.908-5.107.75.75 0 0 1 .482-.74 20.838 20.838 0 0 1 5.252-1.257 2.493 2.493 0 0 1-.107-.247 20.874 20.874 0 0 1-5.153-1.249.75.75 0 0 1-.482-.667 21.342 21.342 0 0 1 .08-3.028.75.75 0 1 1 1.493.146 19.745 19.745 0 0 0-.09 2.319c1.302.46 2.668.786 4.08.96.066-.243.166-.471.297-.679a6.962 6.962 0 0 1-1.158-.486A1.348 1.348 0 0 1 6 6a4 4 0 0 1 .166-1.143 7.032 7.032 0 0 1-1.3-1.098.75.75 0 0 1-.173-.707 5.48 5.48 0 0 1 .822-1.736.75.75 0 0 1 1.046-.177Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BugAntIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/BuildingLibraryIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/BuildingLibraryIcon.d.ts new file mode 100644 index 00000000..3e31a801 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BuildingLibraryIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BuildingLibraryIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BuildingLibraryIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/BuildingLibraryIcon.js b/frontend/node_modules/@heroicons/react/20/solid/BuildingLibraryIcon.js new file mode 100644 index 00000000..6be11d7c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BuildingLibraryIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function BuildingLibraryIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.674 2.075a.75.75 0 0 1 .652 0l7.25 3.5A.75.75 0 0 1 17 6.957V16.5h.25a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5H3V6.957a.75.75 0 0 1-.576-1.382l7.25-3.5ZM11 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM7.5 9.75a.75.75 0 0 0-1.5 0v5.5a.75.75 0 0 0 1.5 0v-5.5Zm3.25 0a.75.75 0 0 0-1.5 0v5.5a.75.75 0 0 0 1.5 0v-5.5Zm3.25 0a.75.75 0 0 0-1.5 0v5.5a.75.75 0 0 0 1.5 0v-5.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BuildingLibraryIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/BuildingOffice2Icon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/BuildingOffice2Icon.d.ts new file mode 100644 index 00000000..656d4baa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BuildingOffice2Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BuildingOffice2Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BuildingOffice2Icon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/BuildingOffice2Icon.js b/frontend/node_modules/@heroicons/react/20/solid/BuildingOffice2Icon.js new file mode 100644 index 00000000..53f152db --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BuildingOffice2Icon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function BuildingOffice2Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 2.75A.75.75 0 0 1 1.75 2h10.5a.75.75 0 0 1 0 1.5H12v13.75a.75.75 0 0 1-.75.75h-1.5a.75.75 0 0 1-.75-.75v-2.5a.75.75 0 0 0-.75-.75h-2.5a.75.75 0 0 0-.75.75v2.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5H2v-13h-.25A.75.75 0 0 1 1 2.75ZM4 5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1ZM4.5 9a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1ZM8 5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1ZM8.5 9a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1ZM14.25 6a.75.75 0 0 0-.75.75V17a1 1 0 0 0 1 1h3.75a.75.75 0 0 0 0-1.5H18v-9h.25a.75.75 0 0 0 0-1.5h-4Zm.5 3.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1Zm.5 3.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BuildingOffice2Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/BuildingOfficeIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/BuildingOfficeIcon.d.ts new file mode 100644 index 00000000..8a8012fc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BuildingOfficeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BuildingOfficeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BuildingOfficeIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/BuildingOfficeIcon.js b/frontend/node_modules/@heroicons/react/20/solid/BuildingOfficeIcon.js new file mode 100644 index 00000000..2a008324 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BuildingOfficeIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function BuildingOfficeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4 16.5v-13h-.25a.75.75 0 0 1 0-1.5h12.5a.75.75 0 0 1 0 1.5H16v13h.25a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75v-2.5a.75.75 0 0 0-.75-.75h-2.5a.75.75 0 0 0-.75.75v2.5a.75.75 0 0 1-.75.75h-3.5a.75.75 0 0 1 0-1.5H4Zm3-11a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1ZM7.5 9a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1ZM11 5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1Zm.5 3.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BuildingOfficeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/BuildingStorefrontIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/BuildingStorefrontIcon.d.ts new file mode 100644 index 00000000..34e2ecce --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BuildingStorefrontIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BuildingStorefrontIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BuildingStorefrontIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/BuildingStorefrontIcon.js b/frontend/node_modules/@heroicons/react/20/solid/BuildingStorefrontIcon.js new file mode 100644 index 00000000..3c9d4335 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/BuildingStorefrontIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function BuildingStorefrontIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2.879 7.121A3 3 0 0 0 7.5 6.66a2.997 2.997 0 0 0 2.5 1.34 2.997 2.997 0 0 0 2.5-1.34 3 3 0 1 0 4.622-3.78l-.293-.293A2 2 0 0 0 15.415 2H4.585a2 2 0 0 0-1.414.586l-.292.292a3 3 0 0 0 0 4.243ZM3 9.032a4.507 4.507 0 0 0 4.5-.29A4.48 4.48 0 0 0 10 9.5a4.48 4.48 0 0 0 2.5-.758 4.507 4.507 0 0 0 4.5.29V16.5h.25a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75v-3.5a.75.75 0 0 0-.75-.75h-2.5a.75.75 0 0 0-.75.75v3.5a.75.75 0 0 1-.75.75h-4.5a.75.75 0 0 1 0-1.5H3V9.032Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BuildingStorefrontIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/CakeIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/CakeIcon.d.ts new file mode 100644 index 00000000..d53a3f3c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CakeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CakeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CakeIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/CakeIcon.js b/frontend/node_modules/@heroicons/react/20/solid/CakeIcon.js new file mode 100644 index 00000000..e0001c1d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CakeIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function CakeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "m6.75.98-.884.883a1.25 1.25 0 1 0 1.768 0L6.75.98ZM13.25.98l-.884.883a1.25 1.25 0 1 0 1.768 0L13.25.98ZM10 .98l.884.883a1.25 1.25 0 1 1-1.768 0L10 .98ZM7.5 5.75a.75.75 0 0 0-1.5 0v.464c-1.179.304-2 1.39-2 2.622v.094c.1-.02.202-.038.306-.052A42.867 42.867 0 0 1 10 8.5c1.93 0 3.83.129 5.694.378.104.014.206.032.306.052v-.094c0-1.232-.821-2.317-2-2.622V5.75a.75.75 0 0 0-1.5 0v.318a45.645 45.645 0 0 0-1.75-.062V5.75a.75.75 0 0 0-1.5 0v.256c-.586.01-1.17.03-1.75.062V5.75ZM4.505 10.365A41.36 41.36 0 0 1 10 10c1.863 0 3.697.124 5.495.365C16.967 10.562 18 11.838 18 13.28v.693a3.72 3.72 0 0 1-1.665-.393 5.222 5.222 0 0 0-4.67 0 3.722 3.722 0 0 1-3.33 0 5.222 5.222 0 0 0-4.67 0A3.72 3.72 0 0 1 2 13.972v-.693c0-1.441 1.033-2.717 2.505-2.914ZM15.665 14.92a5.22 5.22 0 0 0 2.335.552V16.5a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 2 16.5v-1.028c.8 0 1.6-.184 2.335-.551a3.722 3.722 0 0 1 3.33 0c1.47.735 3.2.735 4.67 0a3.722 3.722 0 0 1 3.33 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CakeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/CalculatorIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/CalculatorIcon.d.ts new file mode 100644 index 00000000..6dd88acf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CalculatorIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CalculatorIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CalculatorIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/CalculatorIcon.js b/frontend/node_modules/@heroicons/react/20/solid/CalculatorIcon.js new file mode 100644 index 00000000..5bd799f5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CalculatorIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CalculatorIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 1c-1.716 0-3.408.106-5.07.31C3.806 1.45 3 2.414 3 3.517V16.75A2.25 2.25 0 0 0 5.25 19h9.5A2.25 2.25 0 0 0 17 16.75V3.517c0-1.103-.806-2.068-1.93-2.207A41.403 41.403 0 0 0 10 1ZM5.99 8.75A.75.75 0 0 1 6.74 8h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75h-.01a.75.75 0 0 1-.75-.75v-.01Zm.75 1.417a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75v-.01a.75.75 0 0 0-.75-.75h-.01Zm-.75 2.916a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75h-.01a.75.75 0 0 1-.75-.75v-.01Zm.75 1.417a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75v-.01a.75.75 0 0 0-.75-.75h-.01Zm1.417-5.75a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75h-.01a.75.75 0 0 1-.75-.75v-.01Zm.75 1.417a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75v-.01a.75.75 0 0 0-.75-.75h-.01Zm-.75 2.916a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75h-.01a.75.75 0 0 1-.75-.75v-.01Zm.75 1.417a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75v-.01a.75.75 0 0 0-.75-.75h-.01Zm1.42-5.75a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75h-.01a.75.75 0 0 1-.75-.75v-.01Zm.75 1.417a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75v-.01a.75.75 0 0 0-.75-.75h-.01Zm-.75 2.916a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75h-.01a.75.75 0 0 1-.75-.75v-.01Zm.75 1.417a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75v-.01a.75.75 0 0 0-.75-.75h-.01ZM12.5 8.75a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75h-.01a.75.75 0 0 1-.75-.75v-.01Zm.75 1.417a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75v-.01a.75.75 0 0 0-.75-.75h-.01Zm0 2.166a.75.75 0 0 1 .75.75v2.167a.75.75 0 1 1-1.5 0v-2.167a.75.75 0 0 1 .75-.75ZM6.75 4a.75.75 0 0 0-.75.75v.5c0 .414.336.75.75.75h6.5a.75.75 0 0 0 .75-.75v-.5a.75.75 0 0 0-.75-.75h-6.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CalculatorIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/CalendarDateRangeIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/CalendarDateRangeIcon.d.ts new file mode 100644 index 00000000..c20998eb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CalendarDateRangeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CalendarDateRangeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CalendarDateRangeIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/CalendarDateRangeIcon.js b/frontend/node_modules/@heroicons/react/20/solid/CalendarDateRangeIcon.js new file mode 100644 index 00000000..2d9f4a9e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CalendarDateRangeIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CalendarDateRangeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10 9.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V10a.75.75 0 0 0-.75-.75H10ZM6 13.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75H6ZM8 13.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75H8ZM9.25 14a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H10a.75.75 0 0 1-.75-.75V14ZM12 11.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V12a.75.75 0 0 0-.75-.75H12ZM12 13.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75H12ZM13.25 12a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H14a.75.75 0 0 1-.75-.75V12ZM11.25 10.005c0-.417.338-.755.755-.755h2a.755.755 0 1 1 0 1.51h-2a.755.755 0 0 1-.755-.755ZM6.005 11.25a.755.755 0 1 0 0 1.51h4a.755.755 0 1 0 0-1.51h-4Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.75 2a.75.75 0 0 1 .75.75V4h7V2.75a.75.75 0 0 1 1.5 0V4h.25A2.75 2.75 0 0 1 18 6.75v8.5A2.75 2.75 0 0 1 15.25 18H4.75A2.75 2.75 0 0 1 2 15.25v-8.5A2.75 2.75 0 0 1 4.75 4H5V2.75A.75.75 0 0 1 5.75 2Zm-1 5.5c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25H4.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CalendarDateRangeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/CalendarDaysIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/CalendarDaysIcon.d.ts new file mode 100644 index 00000000..11743d57 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CalendarDaysIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CalendarDaysIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CalendarDaysIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/CalendarDaysIcon.js b/frontend/node_modules/@heroicons/react/20/solid/CalendarDaysIcon.js new file mode 100644 index 00000000..ff4ffe50 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CalendarDaysIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CalendarDaysIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5.25 12a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H6a.75.75 0 0 1-.75-.75V12ZM6 13.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75H6ZM7.25 12a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H8a.75.75 0 0 1-.75-.75V12ZM8 13.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75H8ZM9.25 10a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H10a.75.75 0 0 1-.75-.75V10ZM10 11.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V12a.75.75 0 0 0-.75-.75H10ZM9.25 14a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H10a.75.75 0 0 1-.75-.75V14ZM12 9.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V10a.75.75 0 0 0-.75-.75H12ZM11.25 12a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H12a.75.75 0 0 1-.75-.75V12ZM12 13.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75H12ZM13.25 10a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H14a.75.75 0 0 1-.75-.75V10ZM14 11.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V12a.75.75 0 0 0-.75-.75H14Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.75 2a.75.75 0 0 1 .75.75V4h7V2.75a.75.75 0 0 1 1.5 0V4h.25A2.75 2.75 0 0 1 18 6.75v8.5A2.75 2.75 0 0 1 15.25 18H4.75A2.75 2.75 0 0 1 2 15.25v-8.5A2.75 2.75 0 0 1 4.75 4H5V2.75A.75.75 0 0 1 5.75 2Zm-1 5.5c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25H4.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CalendarDaysIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/CalendarIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/CalendarIcon.d.ts new file mode 100644 index 00000000..8c2fbb86 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CalendarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CalendarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CalendarIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/CalendarIcon.js b/frontend/node_modules/@heroicons/react/20/solid/CalendarIcon.js new file mode 100644 index 00000000..219a316a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CalendarIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CalendarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.75 2a.75.75 0 0 1 .75.75V4h7V2.75a.75.75 0 0 1 1.5 0V4h.25A2.75 2.75 0 0 1 18 6.75v8.5A2.75 2.75 0 0 1 15.25 18H4.75A2.75 2.75 0 0 1 2 15.25v-8.5A2.75 2.75 0 0 1 4.75 4H5V2.75A.75.75 0 0 1 5.75 2Zm-1 5.5c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25H4.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CalendarIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/CameraIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/CameraIcon.d.ts new file mode 100644 index 00000000..f04b065d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CameraIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CameraIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CameraIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/CameraIcon.js b/frontend/node_modules/@heroicons/react/20/solid/CameraIcon.js new file mode 100644 index 00000000..bdcc6cdb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CameraIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CameraIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 8a2 2 0 0 1 2-2h.93a2 2 0 0 0 1.664-.89l.812-1.22A2 2 0 0 1 8.07 3h3.86a2 2 0 0 1 1.664.89l.812 1.22A2 2 0 0 0 16.07 6H17a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8Zm13.5 3a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0ZM10 14a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CameraIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ChartBarIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ChartBarIcon.d.ts new file mode 100644 index 00000000..00d13e4f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ChartBarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChartBarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChartBarIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ChartBarIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ChartBarIcon.js new file mode 100644 index 00000000..c3610141 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ChartBarIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function ChartBarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M15.5 2A1.5 1.5 0 0 0 14 3.5v13a1.5 1.5 0 0 0 1.5 1.5h1a1.5 1.5 0 0 0 1.5-1.5v-13A1.5 1.5 0 0 0 16.5 2h-1ZM9.5 6A1.5 1.5 0 0 0 8 7.5v9A1.5 1.5 0 0 0 9.5 18h1a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 10.5 6h-1ZM3.5 10A1.5 1.5 0 0 0 2 11.5v5A1.5 1.5 0 0 0 3.5 18h1A1.5 1.5 0 0 0 6 16.5v-5A1.5 1.5 0 0 0 4.5 10h-1Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChartBarIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ChartBarSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ChartBarSquareIcon.d.ts new file mode 100644 index 00000000..dbdf6055 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ChartBarSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChartBarSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChartBarSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ChartBarSquareIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ChartBarSquareIcon.js new file mode 100644 index 00000000..684db780 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ChartBarSquareIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChartBarSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.25 2A2.25 2.25 0 0 0 2 4.25v11.5A2.25 2.25 0 0 0 4.25 18h11.5A2.25 2.25 0 0 0 18 15.75V4.25A2.25 2.25 0 0 0 15.75 2H4.25ZM15 5.75a.75.75 0 0 0-1.5 0v8.5a.75.75 0 0 0 1.5 0v-8.5Zm-8.5 6a.75.75 0 0 0-1.5 0v2.5a.75.75 0 0 0 1.5 0v-2.5ZM8.584 9a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0v-4.5a.75.75 0 0 1 .75-.75Zm3.58-1.25a.75.75 0 0 0-1.5 0v6.5a.75.75 0 0 0 1.5 0v-6.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChartBarSquareIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ChartPieIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ChartPieIcon.d.ts new file mode 100644 index 00000000..32f49130 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ChartPieIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChartPieIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChartPieIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ChartPieIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ChartPieIcon.js new file mode 100644 index 00000000..cec39707 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ChartPieIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChartPieIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M12 9a1 1 0 0 1-1-1V3c0-.552.45-1.007.997-.93a7.004 7.004 0 0 1 5.933 5.933c.078.547-.378.997-.93.997h-5Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M8.003 4.07C8.55 3.994 9 4.449 9 5v5a1 1 0 0 0 1 1h5c.552 0 1.008.45.93.997A7.001 7.001 0 0 1 2 11a7.002 7.002 0 0 1 6.003-6.93Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChartPieIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleBottomCenterIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleBottomCenterIcon.d.ts new file mode 100644 index 00000000..a1b5e935 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleBottomCenterIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleBottomCenterIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleBottomCenterIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleBottomCenterIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleBottomCenterIcon.js new file mode 100644 index 00000000..a5916062 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleBottomCenterIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChatBubbleBottomCenterIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.43 2.524A41.29 41.29 0 0 1 10 2c2.236 0 4.43.18 6.57.524 1.437.231 2.43 1.49 2.43 2.902v5.148c0 1.413-.993 2.67-2.43 2.902a41.102 41.102 0 0 1-3.55.414c-.28.02-.521.18-.643.413l-1.712 3.293a.75.75 0 0 1-1.33 0l-1.713-3.293a.783.783 0 0 0-.642-.413 41.108 41.108 0 0 1-3.55-.414C1.993 13.245 1 11.986 1 10.574V5.426c0-1.413.993-2.67 2.43-2.902Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleBottomCenterIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleBottomCenterTextIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleBottomCenterTextIcon.d.ts new file mode 100644 index 00000000..063305b1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleBottomCenterTextIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleBottomCenterTextIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleBottomCenterTextIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleBottomCenterTextIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleBottomCenterTextIcon.js new file mode 100644 index 00000000..46c2fae9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleBottomCenterTextIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChatBubbleBottomCenterTextIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 2c-2.236 0-4.43.18-6.57.524C1.993 2.755 1 4.014 1 5.426v5.148c0 1.413.993 2.67 2.43 2.902 1.168.188 2.352.327 3.55.414.28.02.521.18.642.413l1.713 3.293a.75.75 0 0 0 1.33 0l1.713-3.293a.783.783 0 0 1 .642-.413 41.102 41.102 0 0 0 3.55-.414c1.437-.231 2.43-1.49 2.43-2.902V5.426c0-1.413-.993-2.67-2.43-2.902A41.289 41.289 0 0 0 10 2ZM6.75 6a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5Zm0 2.5a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5h-3.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleBottomCenterTextIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleLeftEllipsisIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleLeftEllipsisIcon.d.ts new file mode 100644 index 00000000..a47610a1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleLeftEllipsisIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleLeftEllipsisIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleLeftEllipsisIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleLeftEllipsisIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleLeftEllipsisIcon.js new file mode 100644 index 00000000..782fe69c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleLeftEllipsisIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChatBubbleLeftEllipsisIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 2c-2.236 0-4.43.18-6.57.524C1.993 2.755 1 4.014 1 5.426v5.148c0 1.413.993 2.67 2.43 2.902.848.137 1.705.248 2.57.331v3.443a.75.75 0 0 0 1.28.53l3.58-3.579a.78.78 0 0 1 .527-.224 41.202 41.202 0 0 0 5.183-.5c1.437-.232 2.43-1.49 2.43-2.903V5.426c0-1.413-.993-2.67-2.43-2.902A41.289 41.289 0 0 0 10 2Zm0 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM8 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm5 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleLeftEllipsisIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleLeftIcon.d.ts new file mode 100644 index 00000000..6cc3f428 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleLeftIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleLeftIcon.js new file mode 100644 index 00000000..7c522277 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChatBubbleLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.43 2.524A41.29 41.29 0 0 1 10 2c2.236 0 4.43.18 6.57.524 1.437.231 2.43 1.49 2.43 2.902v5.148c0 1.413-.993 2.67-2.43 2.902a41.202 41.202 0 0 1-5.183.501.78.78 0 0 0-.528.224l-3.579 3.58A.75.75 0 0 1 6 17.25v-3.443a41.033 41.033 0 0 1-2.57-.33C1.993 13.244 1 11.986 1 10.573V5.426c0-1.413.993-2.67 2.43-2.902Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleLeftRightIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleLeftRightIcon.d.ts new file mode 100644 index 00000000..0570c987 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleLeftRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleLeftRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleLeftRightIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleLeftRightIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleLeftRightIcon.js new file mode 100644 index 00000000..4bd1dc48 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleLeftRightIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChatBubbleLeftRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.505 2.365A41.369 41.369 0 0 1 9 2c1.863 0 3.697.124 5.495.365 1.247.167 2.18 1.108 2.435 2.268a4.45 4.45 0 0 0-.577-.069 43.141 43.141 0 0 0-4.706 0C9.229 4.696 7.5 6.727 7.5 8.998v2.24c0 1.413.67 2.735 1.76 3.562l-2.98 2.98A.75.75 0 0 1 5 17.25v-3.443c-.501-.048-1-.106-1.495-.172C2.033 13.438 1 12.162 1 10.72V5.28c0-1.441 1.033-2.717 2.505-2.914Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M14 6c-.762 0-1.52.02-2.271.062C10.157 6.148 9 7.472 9 8.998v2.24c0 1.519 1.147 2.839 2.71 2.935.214.013.428.024.642.034.2.009.385.09.518.224l2.35 2.35a.75.75 0 0 0 1.28-.531v-2.07c1.453-.195 2.5-1.463 2.5-2.915V8.998c0-1.526-1.157-2.85-2.729-2.936A41.645 41.645 0 0 0 14 6Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleLeftRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleOvalLeftEllipsisIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleOvalLeftEllipsisIcon.d.ts new file mode 100644 index 00000000..fbdac0c6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleOvalLeftEllipsisIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleOvalLeftEllipsisIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleOvalLeftEllipsisIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleOvalLeftEllipsisIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleOvalLeftEllipsisIcon.js new file mode 100644 index 00000000..a884efd6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleOvalLeftEllipsisIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChatBubbleOvalLeftEllipsisIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 3c-4.31 0-8 3.033-8 7 0 2.024.978 3.825 2.499 5.085a3.478 3.478 0 0 1-.522 1.756.75.75 0 0 0 .584 1.143 5.976 5.976 0 0 0 3.936-1.108c.487.082.99.124 1.503.124 4.31 0 8-3.033 8-7s-3.69-7-8-7Zm0 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm-2-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm5 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleOvalLeftEllipsisIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleOvalLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleOvalLeftIcon.d.ts new file mode 100644 index 00000000..337b7ef5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleOvalLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleOvalLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleOvalLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleOvalLeftIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleOvalLeftIcon.js new file mode 100644 index 00000000..e93a37ab --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ChatBubbleOvalLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChatBubbleOvalLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 10c0-3.967 3.69-7 8-7 4.31 0 8 3.033 8 7s-3.69 7-8 7a9.165 9.165 0 0 1-1.504-.123 5.976 5.976 0 0 1-3.935 1.107.75.75 0 0 1-.584-1.143 3.478 3.478 0 0 0 .522-1.756C2.979 13.825 2 12.025 2 10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleOvalLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/CheckBadgeIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/CheckBadgeIcon.d.ts new file mode 100644 index 00000000..986c9969 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CheckBadgeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CheckBadgeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CheckBadgeIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/CheckBadgeIcon.js b/frontend/node_modules/@heroicons/react/20/solid/CheckBadgeIcon.js new file mode 100644 index 00000000..dfb3cd16 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CheckBadgeIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CheckBadgeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M16.403 12.652a3 3 0 0 0 0-5.304 3 3 0 0 0-3.75-3.751 3 3 0 0 0-5.305 0 3 3 0 0 0-3.751 3.75 3 3 0 0 0 0 5.305 3 3 0 0 0 3.75 3.751 3 3 0 0 0 5.305 0 3 3 0 0 0 3.751-3.75Zm-2.546-4.46a.75.75 0 0 0-1.214-.883l-3.483 4.79-1.88-1.88a.75.75 0 1 0-1.06 1.061l2.5 2.5a.75.75 0 0 0 1.137-.089l4-5.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CheckBadgeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/CheckCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/CheckCircleIcon.d.ts new file mode 100644 index 00000000..469518eb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CheckCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CheckCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CheckCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/CheckCircleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/CheckCircleIcon.js new file mode 100644 index 00000000..33a15b26 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CheckCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CheckCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm3.857-9.809a.75.75 0 0 0-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 1 0-1.06 1.061l2.5 2.5a.75.75 0 0 0 1.137-.089l4-5.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CheckCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/CheckIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/CheckIcon.d.ts new file mode 100644 index 00000000..b820cd99 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CheckIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CheckIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CheckIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/CheckIcon.js b/frontend/node_modules/@heroicons/react/20/solid/CheckIcon.js new file mode 100644 index 00000000..c09be9d8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CheckIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CheckIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M16.704 4.153a.75.75 0 0 1 .143 1.052l-8 10.5a.75.75 0 0 1-1.127.075l-4.5-4.5a.75.75 0 0 1 1.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 0 1 1.05-.143Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CheckIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ChevronDoubleDownIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ChevronDoubleDownIcon.d.ts new file mode 100644 index 00000000..6feae523 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ChevronDoubleDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronDoubleDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronDoubleDownIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ChevronDoubleDownIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ChevronDoubleDownIcon.js new file mode 100644 index 00000000..3806622b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ChevronDoubleDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChevronDoubleDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.47 15.28a.75.75 0 0 0 1.06 0l4.25-4.25a.75.75 0 1 0-1.06-1.06L10 13.69 6.28 9.97a.75.75 0 0 0-1.06 1.06l4.25 4.25ZM5.22 6.03l4.25 4.25a.75.75 0 0 0 1.06 0l4.25-4.25a.75.75 0 0 0-1.06-1.06L10 8.69 6.28 4.97a.75.75 0 0 0-1.06 1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronDoubleDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ChevronDoubleLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ChevronDoubleLeftIcon.d.ts new file mode 100644 index 00000000..3e75e8cf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ChevronDoubleLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronDoubleLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronDoubleLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ChevronDoubleLeftIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ChevronDoubleLeftIcon.js new file mode 100644 index 00000000..48f5a7f9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ChevronDoubleLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChevronDoubleLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.72 9.47a.75.75 0 0 0 0 1.06l4.25 4.25a.75.75 0 1 0 1.06-1.06L6.31 10l3.72-3.72a.75.75 0 1 0-1.06-1.06L4.72 9.47Zm9.25-4.25L9.72 9.47a.75.75 0 0 0 0 1.06l4.25 4.25a.75.75 0 1 0 1.06-1.06L11.31 10l3.72-3.72a.75.75 0 0 0-1.06-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronDoubleLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ChevronDoubleRightIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ChevronDoubleRightIcon.d.ts new file mode 100644 index 00000000..bf5c0a89 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ChevronDoubleRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronDoubleRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronDoubleRightIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ChevronDoubleRightIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ChevronDoubleRightIcon.js new file mode 100644 index 00000000..dd979c89 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ChevronDoubleRightIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChevronDoubleRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15.28 9.47a.75.75 0 0 1 0 1.06l-4.25 4.25a.75.75 0 1 1-1.06-1.06L13.69 10 9.97 6.28a.75.75 0 0 1 1.06-1.06l4.25 4.25ZM6.03 5.22l4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.75.75 0 0 1-1.06-1.06L8.69 10 4.97 6.28a.75.75 0 0 1 1.06-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronDoubleRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ChevronDoubleUpIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ChevronDoubleUpIcon.d.ts new file mode 100644 index 00000000..00d556a5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ChevronDoubleUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronDoubleUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronDoubleUpIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ChevronDoubleUpIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ChevronDoubleUpIcon.js new file mode 100644 index 00000000..bdf1ae0a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ChevronDoubleUpIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChevronDoubleUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.47 4.72a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 1 1-1.06 1.06L10 6.31l-3.72 3.72a.75.75 0 1 1-1.06-1.06l4.25-4.25Zm-4.25 9.25 4.25-4.25a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 1 1-1.06 1.06L10 11.31l-3.72 3.72a.75.75 0 0 1-1.06-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronDoubleUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ChevronDownIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ChevronDownIcon.d.ts new file mode 100644 index 00000000..dd69c4b3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ChevronDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronDownIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ChevronDownIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ChevronDownIcon.js new file mode 100644 index 00000000..1274786c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ChevronDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChevronDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.22 8.22a.75.75 0 0 1 1.06 0L10 11.94l3.72-3.72a.75.75 0 1 1 1.06 1.06l-4.25 4.25a.75.75 0 0 1-1.06 0L5.22 9.28a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ChevronLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ChevronLeftIcon.d.ts new file mode 100644 index 00000000..7c694e2c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ChevronLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ChevronLeftIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ChevronLeftIcon.js new file mode 100644 index 00000000..98f2d276 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ChevronLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChevronLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.78 5.22a.75.75 0 0 1 0 1.06L8.06 10l3.72 3.72a.75.75 0 1 1-1.06 1.06l-4.25-4.25a.75.75 0 0 1 0-1.06l4.25-4.25a.75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ChevronRightIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ChevronRightIcon.d.ts new file mode 100644 index 00000000..1bbf4c91 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ChevronRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronRightIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ChevronRightIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ChevronRightIcon.js new file mode 100644 index 00000000..d2acf9bc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ChevronRightIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChevronRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8.22 5.22a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.75.75 0 0 1-1.06-1.06L11.94 10 8.22 6.28a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ChevronUpDownIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ChevronUpDownIcon.d.ts new file mode 100644 index 00000000..c3ac4f97 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ChevronUpDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronUpDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronUpDownIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ChevronUpDownIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ChevronUpDownIcon.js new file mode 100644 index 00000000..e2cd9f9a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ChevronUpDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChevronUpDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10.53 3.47a.75.75 0 0 0-1.06 0L6.22 6.72a.75.75 0 0 0 1.06 1.06L10 5.06l2.72 2.72a.75.75 0 1 0 1.06-1.06l-3.25-3.25Zm-4.31 9.81 3.25 3.25a.75.75 0 0 0 1.06 0l3.25-3.25a.75.75 0 1 0-1.06-1.06L10 14.94l-2.72-2.72a.75.75 0 0 0-1.06 1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronUpDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ChevronUpIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ChevronUpIcon.d.ts new file mode 100644 index 00000000..844cf9b7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ChevronUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronUpIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ChevronUpIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ChevronUpIcon.js new file mode 100644 index 00000000..98940a63 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ChevronUpIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChevronUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.47 6.47a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 1 1-1.06 1.06L10 8.06l-3.72 3.72a.75.75 0 0 1-1.06-1.06l4.25-4.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/CircleStackIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/CircleStackIcon.d.ts new file mode 100644 index 00000000..2bbb5569 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CircleStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CircleStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CircleStackIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/CircleStackIcon.js b/frontend/node_modules/@heroicons/react/20/solid/CircleStackIcon.js new file mode 100644 index 00000000..e6b32b7a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CircleStackIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CircleStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 1c3.866 0 7 1.79 7 4s-3.134 4-7 4-7-1.79-7-4 3.134-4 7-4Zm5.694 8.13c.464-.264.91-.583 1.306-.952V10c0 2.21-3.134 4-7 4s-7-1.79-7-4V8.178c.396.37.842.688 1.306.953C5.838 10.006 7.854 10.5 10 10.5s4.162-.494 5.694-1.37ZM3 13.179V15c0 2.21 3.134 4 7 4s7-1.79 7-4v-1.822c-.396.37-.842.688-1.306.953-1.532.875-3.548 1.369-5.694 1.369s-4.162-.494-5.694-1.37A7.009 7.009 0 0 1 3 13.179Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CircleStackIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ClipboardDocumentCheckIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ClipboardDocumentCheckIcon.d.ts new file mode 100644 index 00000000..9efe079e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ClipboardDocumentCheckIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ClipboardDocumentCheckIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ClipboardDocumentCheckIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ClipboardDocumentCheckIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ClipboardDocumentCheckIcon.js new file mode 100644 index 00000000..a22cf7c7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ClipboardDocumentCheckIcon.js @@ -0,0 +1,28 @@ +const React = require("react"); +function ClipboardDocumentCheckIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M18 5.25a2.25 2.25 0 0 0-2.012-2.238A2.25 2.25 0 0 0 13.75 1h-1.5a2.25 2.25 0 0 0-2.238 2.012c-.875.092-1.6.686-1.884 1.488H11A2.5 2.5 0 0 1 13.5 7v7h2.25A2.25 2.25 0 0 0 18 11.75v-6.5ZM12.25 2.5a.75.75 0 0 0-.75.75v.25h3v-.25a.75.75 0 0 0-.75-.75h-1.5Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 6a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H3Zm6.874 4.166a.75.75 0 1 0-1.248-.832l-2.493 3.739-.853-.853a.75.75 0 0 0-1.06 1.06l1.5 1.5a.75.75 0 0 0 1.154-.114l3-4.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ClipboardDocumentCheckIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ClipboardDocumentIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ClipboardDocumentIcon.d.ts new file mode 100644 index 00000000..24e6a6b7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ClipboardDocumentIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ClipboardDocumentIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ClipboardDocumentIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ClipboardDocumentIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ClipboardDocumentIcon.js new file mode 100644 index 00000000..461a8234 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ClipboardDocumentIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ClipboardDocumentIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15.988 3.012A2.25 2.25 0 0 1 18 5.25v6.5A2.25 2.25 0 0 1 15.75 14H13.5v-3.379a3 3 0 0 0-.879-2.121l-3.12-3.121a3 3 0 0 0-1.402-.791 2.252 2.252 0 0 1 1.913-1.576A2.25 2.25 0 0 1 12.25 1h1.5a2.25 2.25 0 0 1 2.238 2.012ZM11.5 3.25a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 .75.75v.25h-3v-.25Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M3.5 6A1.5 1.5 0 0 0 2 7.5v9A1.5 1.5 0 0 0 3.5 18h7a1.5 1.5 0 0 0 1.5-1.5v-5.879a1.5 1.5 0 0 0-.44-1.06L8.44 6.439A1.5 1.5 0 0 0 7.378 6H3.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ClipboardDocumentIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ClipboardDocumentListIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ClipboardDocumentListIcon.d.ts new file mode 100644 index 00000000..121e6c9b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ClipboardDocumentListIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ClipboardDocumentListIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ClipboardDocumentListIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ClipboardDocumentListIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ClipboardDocumentListIcon.js new file mode 100644 index 00000000..ceed05d1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ClipboardDocumentListIcon.js @@ -0,0 +1,28 @@ +const React = require("react"); +function ClipboardDocumentListIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15.988 3.012A2.25 2.25 0 0 1 18 5.25v6.5A2.25 2.25 0 0 1 15.75 14H13.5V7A2.5 2.5 0 0 0 11 4.5H8.128a2.252 2.252 0 0 1 1.884-1.488A2.25 2.25 0 0 1 12.25 1h1.5a2.25 2.25 0 0 1 2.238 2.012ZM11.5 3.25a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 .75.75v.25h-3v-.25Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 7a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7Zm2 3.25a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75Zm0 3.5a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ClipboardDocumentListIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ClipboardIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ClipboardIcon.d.ts new file mode 100644 index 00000000..9ee561ac --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ClipboardIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ClipboardIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ClipboardIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ClipboardIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ClipboardIcon.js new file mode 100644 index 00000000..fc3eb447 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ClipboardIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ClipboardIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M13.887 3.182c.396.037.79.08 1.183.128C16.194 3.45 17 4.414 17 5.517V16.75A2.25 2.25 0 0 1 14.75 19h-9.5A2.25 2.25 0 0 1 3 16.75V5.517c0-1.103.806-2.068 1.93-2.207.393-.048.787-.09 1.183-.128A3.001 3.001 0 0 1 9 1h2c1.373 0 2.531.923 2.887 2.182ZM7.5 4A1.5 1.5 0 0 1 9 2.5h2A1.5 1.5 0 0 1 12.5 4v.5h-5V4Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ClipboardIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ClockIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ClockIcon.d.ts new file mode 100644 index 00000000..2de89851 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ClockIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ClockIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ClockIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ClockIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ClockIcon.js new file mode 100644 index 00000000..d52e6622 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ClockIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ClockIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm.75-13a.75.75 0 0 0-1.5 0v5c0 .414.336.75.75.75h4a.75.75 0 0 0 0-1.5h-3.25V5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ClockIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/CloudArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/CloudArrowDownIcon.d.ts new file mode 100644 index 00000000..39732ffe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CloudArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CloudArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CloudArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/CloudArrowDownIcon.js b/frontend/node_modules/@heroicons/react/20/solid/CloudArrowDownIcon.js new file mode 100644 index 00000000..a116f708 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CloudArrowDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CloudArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.5 17a4.5 4.5 0 0 1-1.44-8.765 4.5 4.5 0 0 1 8.302-3.046 3.5 3.5 0 0 1 4.504 4.272A4 4 0 0 1 15 17H5.5Zm5.25-9.25a.75.75 0 0 0-1.5 0v4.59l-1.95-2.1a.75.75 0 1 0-1.1 1.02l3.25 3.5a.75.75 0 0 0 1.1 0l3.25-3.5a.75.75 0 1 0-1.1-1.02l-1.95 2.1V7.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CloudArrowDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/CloudArrowUpIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/CloudArrowUpIcon.d.ts new file mode 100644 index 00000000..726007d8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CloudArrowUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CloudArrowUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CloudArrowUpIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/CloudArrowUpIcon.js b/frontend/node_modules/@heroicons/react/20/solid/CloudArrowUpIcon.js new file mode 100644 index 00000000..d466a13e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CloudArrowUpIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CloudArrowUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.5 17a4.5 4.5 0 0 1-1.44-8.765 4.5 4.5 0 0 1 8.302-3.046 3.5 3.5 0 0 1 4.504 4.272A4 4 0 0 1 15 17H5.5Zm3.75-2.75a.75.75 0 0 0 1.5 0V9.66l1.95 2.1a.75.75 0 1 0 1.1-1.02l-3.25-3.5a.75.75 0 0 0-1.1 0l-3.25 3.5a.75.75 0 1 0 1.1 1.02l1.95-2.1v4.59Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CloudArrowUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/CloudIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/CloudIcon.d.ts new file mode 100644 index 00000000..b5ccfe79 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CloudIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CloudIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CloudIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/CloudIcon.js b/frontend/node_modules/@heroicons/react/20/solid/CloudIcon.js new file mode 100644 index 00000000..d5104104 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CloudIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function CloudIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M1 12.5A4.5 4.5 0 0 0 5.5 17H15a4 4 0 0 0 1.866-7.539 3.504 3.504 0 0 0-4.504-4.272A4.5 4.5 0 0 0 4.06 8.235 4.502 4.502 0 0 0 1 12.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CloudIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/CodeBracketIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/CodeBracketIcon.d.ts new file mode 100644 index 00000000..ca0d8e8c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CodeBracketIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CodeBracketIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CodeBracketIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/CodeBracketIcon.js b/frontend/node_modules/@heroicons/react/20/solid/CodeBracketIcon.js new file mode 100644 index 00000000..64e5c99a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CodeBracketIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CodeBracketIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6.28 5.22a.75.75 0 0 1 0 1.06L2.56 10l3.72 3.72a.75.75 0 0 1-1.06 1.06L.97 10.53a.75.75 0 0 1 0-1.06l4.25-4.25a.75.75 0 0 1 1.06 0Zm7.44 0a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.75.75 0 0 1-1.06-1.06L17.44 10l-3.72-3.72a.75.75 0 0 1 0-1.06ZM11.377 2.011a.75.75 0 0 1 .612.867l-2.5 14.5a.75.75 0 0 1-1.478-.255l2.5-14.5a.75.75 0 0 1 .866-.612Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CodeBracketIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/CodeBracketSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/CodeBracketSquareIcon.d.ts new file mode 100644 index 00000000..53dd03aa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CodeBracketSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CodeBracketSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CodeBracketSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/CodeBracketSquareIcon.js b/frontend/node_modules/@heroicons/react/20/solid/CodeBracketSquareIcon.js new file mode 100644 index 00000000..08efa286 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CodeBracketSquareIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CodeBracketSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.25 2A2.25 2.25 0 0 0 2 4.25v11.5A2.25 2.25 0 0 0 4.25 18h11.5A2.25 2.25 0 0 0 18 15.75V4.25A2.25 2.25 0 0 0 15.75 2H4.25Zm4.03 6.28a.75.75 0 0 0-1.06-1.06L4.97 9.47a.75.75 0 0 0 0 1.06l2.25 2.25a.75.75 0 0 0 1.06-1.06L6.56 10l1.72-1.72Zm4.5-1.06a.75.75 0 1 0-1.06 1.06L13.44 10l-1.72 1.72a.75.75 0 1 0 1.06 1.06l2.25-2.25a.75.75 0 0 0 0-1.06l-2.25-2.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CodeBracketSquareIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/Cog6ToothIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/Cog6ToothIcon.d.ts new file mode 100644 index 00000000..327c3e9e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/Cog6ToothIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Cog6ToothIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Cog6ToothIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/Cog6ToothIcon.js b/frontend/node_modules/@heroicons/react/20/solid/Cog6ToothIcon.js new file mode 100644 index 00000000..040478c9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/Cog6ToothIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function Cog6ToothIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.84 1.804A1 1 0 0 1 8.82 1h2.36a1 1 0 0 1 .98.804l.331 1.652a6.993 6.993 0 0 1 1.929 1.115l1.598-.54a1 1 0 0 1 1.186.447l1.18 2.044a1 1 0 0 1-.205 1.251l-1.267 1.113a7.047 7.047 0 0 1 0 2.228l1.267 1.113a1 1 0 0 1 .206 1.25l-1.18 2.045a1 1 0 0 1-1.187.447l-1.598-.54a6.993 6.993 0 0 1-1.929 1.115l-.33 1.652a1 1 0 0 1-.98.804H8.82a1 1 0 0 1-.98-.804l-.331-1.652a6.993 6.993 0 0 1-1.929-1.115l-1.598.54a1 1 0 0 1-1.186-.447l-1.18-2.044a1 1 0 0 1 .205-1.251l1.267-1.114a7.05 7.05 0 0 1 0-2.227L1.821 7.773a1 1 0 0 1-.206-1.25l1.18-2.045a1 1 0 0 1 1.187-.447l1.598.54A6.992 6.992 0 0 1 7.51 3.456l.33-1.652ZM10 13a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Cog6ToothIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/Cog8ToothIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/Cog8ToothIcon.d.ts new file mode 100644 index 00000000..6a3f546b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/Cog8ToothIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Cog8ToothIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Cog8ToothIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/Cog8ToothIcon.js b/frontend/node_modules/@heroicons/react/20/solid/Cog8ToothIcon.js new file mode 100644 index 00000000..3b981c43 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/Cog8ToothIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function Cog8ToothIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8.34 1.804A1 1 0 0 1 9.32 1h1.36a1 1 0 0 1 .98.804l.295 1.473c.497.144.971.342 1.416.587l1.25-.834a1 1 0 0 1 1.262.125l.962.962a1 1 0 0 1 .125 1.262l-.834 1.25c.245.445.443.919.587 1.416l1.473.294a1 1 0 0 1 .804.98v1.361a1 1 0 0 1-.804.98l-1.473.295a6.95 6.95 0 0 1-.587 1.416l.834 1.25a1 1 0 0 1-.125 1.262l-.962.962a1 1 0 0 1-1.262.125l-1.25-.834a6.953 6.953 0 0 1-1.416.587l-.294 1.473a1 1 0 0 1-.98.804H9.32a1 1 0 0 1-.98-.804l-.295-1.473a6.957 6.957 0 0 1-1.416-.587l-1.25.834a1 1 0 0 1-1.262-.125l-.962-.962a1 1 0 0 1-.125-1.262l.834-1.25a6.957 6.957 0 0 1-.587-1.416l-1.473-.294A1 1 0 0 1 1 10.68V9.32a1 1 0 0 1 .804-.98l1.473-.295c.144-.497.342-.971.587-1.416l-.834-1.25a1 1 0 0 1 .125-1.262l.962-.962A1 1 0 0 1 5.38 3.03l1.25.834a6.957 6.957 0 0 1 1.416-.587l.294-1.473ZM13 10a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Cog8ToothIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/CogIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/CogIcon.d.ts new file mode 100644 index 00000000..e6570f2c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CogIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CogIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CogIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/CogIcon.js b/frontend/node_modules/@heroicons/react/20/solid/CogIcon.js new file mode 100644 index 00000000..5973120b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CogIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CogIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M13.024 9.25c.47 0 .827-.433.637-.863a4 4 0 0 0-4.094-2.364c-.468.05-.665.576-.43.984l1.08 1.868a.75.75 0 0 0 .649.375h2.158ZM7.84 7.758c-.236-.408-.79-.5-1.068-.12A3.982 3.982 0 0 0 6 10c0 .884.287 1.7.772 2.363.278.38.832.287 1.068-.12l1.078-1.868a.75.75 0 0 0 0-.75L7.839 7.758ZM9.138 12.993c-.235.408-.039.934.43.984a4 4 0 0 0 4.094-2.364c.19-.43-.168-.863-.638-.863h-2.158a.75.75 0 0 0-.65.375l-1.078 1.868Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "m14.13 4.347.644-1.117a.75.75 0 0 0-1.299-.75l-.644 1.116a6.954 6.954 0 0 0-2.081-.556V1.75a.75.75 0 0 0-1.5 0v1.29a6.954 6.954 0 0 0-2.081.556L6.525 2.48a.75.75 0 1 0-1.3.75l.645 1.117A7.04 7.04 0 0 0 4.347 5.87L3.23 5.225a.75.75 0 1 0-.75 1.3l1.116.644A6.954 6.954 0 0 0 3.04 9.25H1.75a.75.75 0 0 0 0 1.5h1.29c.078.733.27 1.433.556 2.081l-1.116.645a.75.75 0 1 0 .75 1.298l1.117-.644a7.04 7.04 0 0 0 1.523 1.523l-.645 1.117a.75.75 0 1 0 1.3.75l.644-1.116a6.954 6.954 0 0 0 2.081.556v1.29a.75.75 0 0 0 1.5 0v-1.29a6.954 6.954 0 0 0 2.081-.556l.645 1.116a.75.75 0 0 0 1.299-.75l-.645-1.117a7.042 7.042 0 0 0 1.523-1.523l1.117.644a.75.75 0 0 0 .75-1.298l-1.116-.645a6.954 6.954 0 0 0 .556-2.081h1.29a.75.75 0 0 0 0-1.5h-1.29a6.954 6.954 0 0 0-.556-2.081l1.116-.644a.75.75 0 0 0-.75-1.3l-1.117.645a7.04 7.04 0 0 0-1.524-1.523ZM10 4.5a5.475 5.475 0 0 0-2.781.754A5.527 5.527 0 0 0 5.22 7.277 5.475 5.475 0 0 0 4.5 10a5.475 5.475 0 0 0 .752 2.777 5.527 5.527 0 0 0 2.028 2.004c.802.458 1.73.719 2.72.719a5.474 5.474 0 0 0 2.78-.753 5.527 5.527 0 0 0 2.001-2.027c.458-.802.719-1.73.719-2.72a5.475 5.475 0 0 0-.753-2.78 5.528 5.528 0 0 0-2.028-2.002A5.475 5.475 0 0 0 10 4.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CogIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/CommandLineIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/CommandLineIcon.d.ts new file mode 100644 index 00000000..30939870 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CommandLineIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CommandLineIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CommandLineIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/CommandLineIcon.js b/frontend/node_modules/@heroicons/react/20/solid/CommandLineIcon.js new file mode 100644 index 00000000..c5501db0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CommandLineIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CommandLineIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.25 3A2.25 2.25 0 0 0 1 5.25v9.5A2.25 2.25 0 0 0 3.25 17h13.5A2.25 2.25 0 0 0 19 14.75v-9.5A2.25 2.25 0 0 0 16.75 3H3.25Zm.943 8.752a.75.75 0 0 1 .055-1.06L6.128 9l-1.88-1.693a.75.75 0 1 1 1.004-1.114l2.5 2.25a.75.75 0 0 1 0 1.114l-2.5 2.25a.75.75 0 0 1-1.06-.055ZM9.75 10.25a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5h-2.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CommandLineIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ComputerDesktopIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ComputerDesktopIcon.d.ts new file mode 100644 index 00000000..c181101d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ComputerDesktopIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ComputerDesktopIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ComputerDesktopIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ComputerDesktopIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ComputerDesktopIcon.js new file mode 100644 index 00000000..f0eab17f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ComputerDesktopIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ComputerDesktopIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 4.25A2.25 2.25 0 0 1 4.25 2h11.5A2.25 2.25 0 0 1 18 4.25v8.5A2.25 2.25 0 0 1 15.75 15h-3.105a3.501 3.501 0 0 0 1.1 1.677A.75.75 0 0 1 13.26 18H6.74a.75.75 0 0 1-.484-1.323A3.501 3.501 0 0 0 7.355 15H4.25A2.25 2.25 0 0 1 2 12.75v-8.5Zm1.5 0a.75.75 0 0 1 .75-.75h11.5a.75.75 0 0 1 .75.75v7.5a.75.75 0 0 1-.75.75H4.25a.75.75 0 0 1-.75-.75v-7.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ComputerDesktopIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/CpuChipIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/CpuChipIcon.d.ts new file mode 100644 index 00000000..3450bd59 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CpuChipIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CpuChipIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CpuChipIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/CpuChipIcon.js b/frontend/node_modules/@heroicons/react/20/solid/CpuChipIcon.js new file mode 100644 index 00000000..c9cc2e93 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CpuChipIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CpuChipIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M14 6H6v8h8V6Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.25 3V1.75a.75.75 0 0 1 1.5 0V3h1.5V1.75a.75.75 0 0 1 1.5 0V3h.5A2.75 2.75 0 0 1 17 5.75v.5h1.25a.75.75 0 0 1 0 1.5H17v1.5h1.25a.75.75 0 0 1 0 1.5H17v1.5h1.25a.75.75 0 0 1 0 1.5H17v.5A2.75 2.75 0 0 1 14.25 17h-.5v1.25a.75.75 0 0 1-1.5 0V17h-1.5v1.25a.75.75 0 0 1-1.5 0V17h-1.5v1.25a.75.75 0 0 1-1.5 0V17h-.5A2.75 2.75 0 0 1 3 14.25v-.5H1.75a.75.75 0 0 1 0-1.5H3v-1.5H1.75a.75.75 0 0 1 0-1.5H3v-1.5H1.75a.75.75 0 0 1 0-1.5H3v-.5A2.75 2.75 0 0 1 5.75 3h.5V1.75a.75.75 0 0 1 1.5 0V3h1.5ZM4.5 5.75c0-.69.56-1.25 1.25-1.25h8.5c.69 0 1.25.56 1.25 1.25v8.5c0 .69-.56 1.25-1.25 1.25h-8.5c-.69 0-1.25-.56-1.25-1.25v-8.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CpuChipIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/CreditCardIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/CreditCardIcon.d.ts new file mode 100644 index 00000000..5c8a8953 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CreditCardIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CreditCardIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CreditCardIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/CreditCardIcon.js b/frontend/node_modules/@heroicons/react/20/solid/CreditCardIcon.js new file mode 100644 index 00000000..cc654a76 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CreditCardIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CreditCardIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.5 4A1.5 1.5 0 0 0 1 5.5V6h18v-.5A1.5 1.5 0 0 0 17.5 4h-15ZM19 8.5H1v6A1.5 1.5 0 0 0 2.5 16h15a1.5 1.5 0 0 0 1.5-1.5v-6ZM3 13.25a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1-.75-.75Zm4.75-.75a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5h-3.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CreditCardIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/CubeIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/CubeIcon.d.ts new file mode 100644 index 00000000..71f780cd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CubeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CubeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CubeIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/CubeIcon.js b/frontend/node_modules/@heroicons/react/20/solid/CubeIcon.js new file mode 100644 index 00000000..4ed44cd8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CubeIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function CubeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10.362 1.093a.75.75 0 0 0-.724 0L2.523 5.018 10 9.143l7.477-4.125-7.115-3.925ZM18 6.443l-7.25 4v8.25l6.862-3.786A.75.75 0 0 0 18 14.25V6.443ZM9.25 18.693v-8.25l-7.25-4v7.807a.75.75 0 0 0 .388.657l6.862 3.786Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CubeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/CubeTransparentIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/CubeTransparentIcon.d.ts new file mode 100644 index 00000000..88a40867 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CubeTransparentIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CubeTransparentIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CubeTransparentIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/CubeTransparentIcon.js b/frontend/node_modules/@heroicons/react/20/solid/CubeTransparentIcon.js new file mode 100644 index 00000000..f4293880 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CubeTransparentIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CubeTransparentIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.638 1.093a.75.75 0 0 1 .724 0l2 1.104a.75.75 0 1 1-.724 1.313L10 2.607l-1.638.903a.75.75 0 1 1-.724-1.313l2-1.104ZM5.403 4.287a.75.75 0 0 1-.295 1.019l-.805.444.805.444a.75.75 0 0 1-.724 1.314L3.5 7.02v.73a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 .388-.657l1.996-1.1a.75.75 0 0 1 1.019.294Zm9.194 0a.75.75 0 0 1 1.02-.295l1.995 1.101A.75.75 0 0 1 18 5.75v2a.75.75 0 0 1-1.5 0v-.73l-.884.488a.75.75 0 1 1-.724-1.314l.806-.444-.806-.444a.75.75 0 0 1-.295-1.02ZM7.343 8.284a.75.75 0 0 1 1.02-.294L10 8.893l1.638-.903a.75.75 0 1 1 .724 1.313l-1.612.89v1.557a.75.75 0 0 1-1.5 0v-1.557l-1.612-.89a.75.75 0 0 1-.295-1.019ZM2.75 11.5a.75.75 0 0 1 .75.75v1.557l1.608.887a.75.75 0 0 1-.724 1.314l-1.996-1.101A.75.75 0 0 1 2 14.25v-2a.75.75 0 0 1 .75-.75Zm14.5 0a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-.388.657l-1.996 1.1a.75.75 0 1 1-.724-1.313l1.608-.887V12.25a.75.75 0 0 1 .75-.75Zm-7.25 4a.75.75 0 0 1 .75.75v.73l.888-.49a.75.75 0 0 1 .724 1.313l-2 1.104a.75.75 0 0 1-.724 0l-2-1.104a.75.75 0 1 1 .724-1.313l.888.49v-.73a.75.75 0 0 1 .75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CubeTransparentIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/CurrencyBangladeshiIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/CurrencyBangladeshiIcon.d.ts new file mode 100644 index 00000000..1e28144c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CurrencyBangladeshiIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyBangladeshiIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyBangladeshiIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/CurrencyBangladeshiIcon.js b/frontend/node_modules/@heroicons/react/20/solid/CurrencyBangladeshiIcon.js new file mode 100644 index 00000000..b1622952 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CurrencyBangladeshiIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CurrencyBangladeshiIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16ZM5.94 5.5c.944-.945 2.56-.276 2.56 1.06V8h5.75a.75.75 0 0 1 0 1.5H8.5v4.275c0 .296.144.455.26.499a3.5 3.5 0 0 0 4.402-1.77h-.412a.75.75 0 0 1 0-1.5h.537c.462 0 .887.21 1.156.556.278.355.383.852.184 1.337a5.001 5.001 0 0 1-6.4 2.78C7.376 15.353 7 14.512 7 13.774V9.5H5.75a.75.75 0 0 1 0-1.5H7V6.56l-.22.22a.75.75 0 1 1-1.06-1.06l.22-.22Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyBangladeshiIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/CurrencyDollarIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/CurrencyDollarIcon.d.ts new file mode 100644 index 00000000..69350dd6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CurrencyDollarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyDollarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyDollarIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/CurrencyDollarIcon.js b/frontend/node_modules/@heroicons/react/20/solid/CurrencyDollarIcon.js new file mode 100644 index 00000000..ce1a4afc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CurrencyDollarIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CurrencyDollarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10.75 10.818v2.614A3.13 3.13 0 0 0 11.888 13c.482-.315.612-.648.612-.875 0-.227-.13-.56-.612-.875a3.13 3.13 0 0 0-1.138-.432ZM8.33 8.62c.053.055.115.11.184.164.208.16.46.284.736.363V6.603a2.45 2.45 0 0 0-.35.13c-.14.065-.27.143-.386.233-.377.292-.514.627-.514.909 0 .184.058.39.202.592.037.051.08.102.128.152Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M18 10a8 8 0 1 1-16 0 8 8 0 0 1 16 0Zm-8-6a.75.75 0 0 1 .75.75v.316a3.78 3.78 0 0 1 1.653.713c.426.33.744.74.925 1.2a.75.75 0 0 1-1.395.55 1.35 1.35 0 0 0-.447-.563 2.187 2.187 0 0 0-.736-.363V9.3c.698.093 1.383.32 1.959.696.787.514 1.29 1.27 1.29 2.13 0 .86-.504 1.616-1.29 2.13-.576.377-1.261.603-1.96.696v.299a.75.75 0 1 1-1.5 0v-.3c-.697-.092-1.382-.318-1.958-.695-.482-.315-.857-.717-1.078-1.188a.75.75 0 1 1 1.359-.636c.08.173.245.376.54.569.313.205.706.353 1.138.432v-2.748a3.782 3.782 0 0 1-1.653-.713C6.9 9.433 6.5 8.681 6.5 7.875c0-.805.4-1.558 1.097-2.096a3.78 3.78 0 0 1 1.653-.713V4.75A.75.75 0 0 1 10 4Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyDollarIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/CurrencyEuroIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/CurrencyEuroIcon.d.ts new file mode 100644 index 00000000..9eb581d8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CurrencyEuroIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyEuroIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyEuroIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/CurrencyEuroIcon.js b/frontend/node_modules/@heroicons/react/20/solid/CurrencyEuroIcon.js new file mode 100644 index 00000000..83490994 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CurrencyEuroIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CurrencyEuroIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16ZM8.798 7.45c.512-.67 1.135-.95 1.702-.95s1.19.28 1.702.95a.75.75 0 0 0 1.192-.91C12.637 5.55 11.596 5 10.5 5s-2.137.55-2.894 1.54A5.205 5.205 0 0 0 6.83 8H5.75a.75.75 0 0 0 0 1.5h.77a6.333 6.333 0 0 0 0 1h-.77a.75.75 0 0 0 0 1.5h1.08c.183.528.442 1.023.776 1.46.757.99 1.798 1.54 2.894 1.54s2.137-.55 2.894-1.54a.75.75 0 0 0-1.192-.91c-.512.67-1.135.95-1.702.95s-1.19-.28-1.702-.95a3.505 3.505 0 0 1-.343-.55h1.795a.75.75 0 0 0 0-1.5H8.026a4.835 4.835 0 0 1 0-1h2.224a.75.75 0 0 0 0-1.5H8.455c.098-.195.212-.38.343-.55Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyEuroIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/CurrencyPoundIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/CurrencyPoundIcon.d.ts new file mode 100644 index 00000000..ee1b59c8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CurrencyPoundIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyPoundIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyPoundIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/CurrencyPoundIcon.js b/frontend/node_modules/@heroicons/react/20/solid/CurrencyPoundIcon.js new file mode 100644 index 00000000..6cb5ce82 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CurrencyPoundIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CurrencyPoundIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16ZM8.732 6.232a2.5 2.5 0 0 1 3.536 0 .75.75 0 1 0 1.06-1.06A4 4 0 0 0 6.5 8v.165c0 .364.034.728.1 1.085h-.35a.75.75 0 0 0 0 1.5h.737a5.25 5.25 0 0 1-.367 3.072l-.055.123a.75.75 0 0 0 .848 1.037l1.272-.283a3.493 3.493 0 0 1 1.604.021 4.992 4.992 0 0 0 2.422 0l.97-.242a.75.75 0 0 0-.363-1.456l-.971.243a3.491 3.491 0 0 1-1.694 0 4.992 4.992 0 0 0-2.258-.038c.19-.811.227-1.651.111-2.477H9.75a.75.75 0 0 0 0-1.5H8.136A4.397 4.397 0 0 1 8 8.165V8c0-.641.244-1.28.732-1.768Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyPoundIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/CurrencyRupeeIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/CurrencyRupeeIcon.d.ts new file mode 100644 index 00000000..e5c72f61 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CurrencyRupeeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyRupeeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyRupeeIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/CurrencyRupeeIcon.js b/frontend/node_modules/@heroicons/react/20/solid/CurrencyRupeeIcon.js new file mode 100644 index 00000000..93f6c3c4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CurrencyRupeeIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CurrencyRupeeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16ZM6 5.75A.75.75 0 0 1 6.75 5h6.5a.75.75 0 0 1 0 1.5h-2.127c.4.5.683 1.096.807 1.75h1.32a.75.75 0 0 1 0 1.5h-1.32a4.003 4.003 0 0 1-3.404 3.216l1.754 1.754a.75.75 0 0 1-1.06 1.06l-3-3a.75.75 0 0 1 .53-1.28H8c1.12 0 2.067-.736 2.386-1.75H6.75a.75.75 0 0 1 0-1.5h3.636A2.501 2.501 0 0 0 8 6.5H6.75A.75.75 0 0 1 6 5.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyRupeeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/CurrencyYenIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/CurrencyYenIcon.d.ts new file mode 100644 index 00000000..a26351d2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CurrencyYenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyYenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyYenIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/CurrencyYenIcon.js b/frontend/node_modules/@heroicons/react/20/solid/CurrencyYenIcon.js new file mode 100644 index 00000000..00b0f5e2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CurrencyYenIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CurrencyYenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16ZM7.346 5.294a.75.75 0 0 0-1.192.912L9.056 10H6.75a.75.75 0 0 0 0 1.5h2.5v1h-2.5a.75.75 0 0 0 0 1.5h2.5v1.25a.75.75 0 0 0 1.5 0V14h2.5a.75.75 0 1 0 0-1.5h-2.5v-1h2.5a.75.75 0 1 0 0-1.5h-2.306l2.902-3.794a.75.75 0 1 0-1.192-.912L10 8.765l-2.654-3.47Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyYenIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/CursorArrowRaysIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/CursorArrowRaysIcon.d.ts new file mode 100644 index 00000000..0bc05e58 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CursorArrowRaysIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CursorArrowRaysIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CursorArrowRaysIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/CursorArrowRaysIcon.js b/frontend/node_modules/@heroicons/react/20/solid/CursorArrowRaysIcon.js new file mode 100644 index 00000000..14d95193 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CursorArrowRaysIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function CursorArrowRaysIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10 1a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5A.75.75 0 0 1 10 1ZM5.05 3.05a.75.75 0 0 1 1.06 0l1.062 1.06A.75.75 0 1 1 6.11 5.173L5.05 4.11a.75.75 0 0 1 0-1.06ZM14.95 3.05a.75.75 0 0 1 0 1.06l-1.06 1.062a.75.75 0 0 1-1.062-1.061l1.061-1.06a.75.75 0 0 1 1.06 0ZM3 8a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5A.75.75 0 0 1 3 8ZM14 8a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5A.75.75 0 0 1 14 8ZM7.172 10.828a.75.75 0 0 1 0 1.061L6.11 12.95a.75.75 0 0 1-1.06-1.06l1.06-1.06a.75.75 0 0 1 1.06 0ZM10.766 7.51a.75.75 0 0 0-1.37.365l-.492 6.861a.75.75 0 0 0 1.204.65l1.043-.799.985 3.678a.75.75 0 0 0 1.45-.388l-.978-3.646 1.292.204a.75.75 0 0 0 .74-1.16l-3.874-5.764Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CursorArrowRaysIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/CursorArrowRippleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/CursorArrowRippleIcon.d.ts new file mode 100644 index 00000000..2b2dfa45 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CursorArrowRippleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CursorArrowRippleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CursorArrowRippleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/CursorArrowRippleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/CursorArrowRippleIcon.js new file mode 100644 index 00000000..1858fb27 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/CursorArrowRippleIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CursorArrowRippleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M6.111 11.89A5.5 5.5 0 1 1 15.501 8 .75.75 0 0 0 17 8a7 7 0 1 0-11.95 4.95.75.75 0 0 0 1.06-1.06Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M8.232 6.232a2.5 2.5 0 0 0 0 3.536.75.75 0 1 1-1.06 1.06A4 4 0 1 1 14 8a.75.75 0 0 1-1.5 0 2.5 2.5 0 0 0-4.268-1.768Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M10.766 7.51a.75.75 0 0 0-1.37.365l-.492 6.861a.75.75 0 0 0 1.204.65l1.043-.799.985 3.678a.75.75 0 0 0 1.45-.388l-.978-3.646 1.292.204a.75.75 0 0 0 .74-1.16l-3.874-5.764Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CursorArrowRippleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/DevicePhoneMobileIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/DevicePhoneMobileIcon.d.ts new file mode 100644 index 00000000..98865d35 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/DevicePhoneMobileIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DevicePhoneMobileIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DevicePhoneMobileIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/DevicePhoneMobileIcon.js b/frontend/node_modules/@heroicons/react/20/solid/DevicePhoneMobileIcon.js new file mode 100644 index 00000000..cabb8910 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/DevicePhoneMobileIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function DevicePhoneMobileIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8 16.25a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4 4a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V4Zm4-1.5v.75c0 .414.336.75.75.75h2.5a.75.75 0 0 0 .75-.75V2.5h1A1.5 1.5 0 0 1 14.5 4v12a1.5 1.5 0 0 1-1.5 1.5H7A1.5 1.5 0 0 1 5.5 16V4A1.5 1.5 0 0 1 7 2.5h1Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DevicePhoneMobileIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/DeviceTabletIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/DeviceTabletIcon.d.ts new file mode 100644 index 00000000..0ac9da19 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/DeviceTabletIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DeviceTabletIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DeviceTabletIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/DeviceTabletIcon.js b/frontend/node_modules/@heroicons/react/20/solid/DeviceTabletIcon.js new file mode 100644 index 00000000..ea120988 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/DeviceTabletIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function DeviceTabletIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5 1a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3H5ZM3.5 4A1.5 1.5 0 0 1 5 2.5h10A1.5 1.5 0 0 1 16.5 4v12a1.5 1.5 0 0 1-1.5 1.5H5A1.5 1.5 0 0 1 3.5 16V4Zm5.25 11.5a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5h-2.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DeviceTabletIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/DivideIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/DivideIcon.d.ts new file mode 100644 index 00000000..997c414d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/DivideIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DivideIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DivideIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/DivideIcon.js b/frontend/node_modules/@heroicons/react/20/solid/DivideIcon.js new file mode 100644 index 00000000..b6d99450 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/DivideIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function DivideIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M11.25 4a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0ZM3 10a.75.75 0 0 1 .75-.75h12.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 10ZM10 17.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DivideIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/DocumentArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/DocumentArrowDownIcon.d.ts new file mode 100644 index 00000000..fe24428a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/DocumentArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/DocumentArrowDownIcon.js b/frontend/node_modules/@heroicons/react/20/solid/DocumentArrowDownIcon.js new file mode 100644 index 00000000..c6070291 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/DocumentArrowDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function DocumentArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 2A1.5 1.5 0 0 0 3 3.5v13A1.5 1.5 0 0 0 4.5 18h11a1.5 1.5 0 0 0 1.5-1.5V7.621a1.5 1.5 0 0 0-.44-1.06l-4.12-4.122A1.5 1.5 0 0 0 11.378 2H4.5Zm4.75 6.75a.75.75 0 0 1 1.5 0v2.546l.943-1.048a.75.75 0 0 1 1.114 1.004l-2.25 2.5a.75.75 0 0 1-1.114 0l-2.25-2.5a.75.75 0 1 1 1.114-1.004l.943 1.048V8.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentArrowDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/DocumentArrowUpIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/DocumentArrowUpIcon.d.ts new file mode 100644 index 00000000..fe2fe304 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/DocumentArrowUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentArrowUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentArrowUpIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/DocumentArrowUpIcon.js b/frontend/node_modules/@heroicons/react/20/solid/DocumentArrowUpIcon.js new file mode 100644 index 00000000..eeab4c30 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/DocumentArrowUpIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function DocumentArrowUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 2A1.5 1.5 0 0 0 3 3.5v13A1.5 1.5 0 0 0 4.5 18h11a1.5 1.5 0 0 0 1.5-1.5V7.621a1.5 1.5 0 0 0-.44-1.06l-4.12-4.122A1.5 1.5 0 0 0 11.378 2H4.5Zm4.75 11.25a.75.75 0 0 0 1.5 0v-2.546l.943 1.048a.75.75 0 1 0 1.114-1.004l-2.25-2.5a.75.75 0 0 0-1.114 0l-2.25 2.5a.75.75 0 1 0 1.114 1.004l.943-1.048v2.546Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentArrowUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/DocumentChartBarIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/DocumentChartBarIcon.d.ts new file mode 100644 index 00000000..0d302299 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/DocumentChartBarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentChartBarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentChartBarIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/DocumentChartBarIcon.js b/frontend/node_modules/@heroicons/react/20/solid/DocumentChartBarIcon.js new file mode 100644 index 00000000..e0cbee5e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/DocumentChartBarIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function DocumentChartBarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 3.5A1.5 1.5 0 0 1 4.5 2h6.879a1.5 1.5 0 0 1 1.06.44l4.122 4.12A1.5 1.5 0 0 1 17 7.622V16.5a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 3 16.5v-13ZM13.25 9a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0v-4.5a.75.75 0 0 1 .75-.75Zm-6.5 4a.75.75 0 0 1 .75.75v.5a.75.75 0 0 1-1.5 0v-.5a.75.75 0 0 1 .75-.75Zm4-1.25a.75.75 0 0 0-1.5 0v2.5a.75.75 0 0 0 1.5 0v-2.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentChartBarIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/DocumentCheckIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/DocumentCheckIcon.d.ts new file mode 100644 index 00000000..67250d12 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/DocumentCheckIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCheckIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCheckIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/DocumentCheckIcon.js b/frontend/node_modules/@heroicons/react/20/solid/DocumentCheckIcon.js new file mode 100644 index 00000000..50a449d5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/DocumentCheckIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function DocumentCheckIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 3.5A1.5 1.5 0 0 1 4.5 2h6.879a1.5 1.5 0 0 1 1.06.44l4.122 4.12A1.5 1.5 0 0 1 17 7.622V16.5a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 3 16.5v-13Zm10.857 5.691a.75.75 0 0 0-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 0 0-1.06 1.061l2.5 2.5a.75.75 0 0 0 1.137-.089l4-5.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCheckIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/DocumentCurrencyBangladeshiIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/DocumentCurrencyBangladeshiIcon.d.ts new file mode 100644 index 00000000..c2bce0c1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/DocumentCurrencyBangladeshiIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyBangladeshiIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyBangladeshiIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/DocumentCurrencyBangladeshiIcon.js b/frontend/node_modules/@heroicons/react/20/solid/DocumentCurrencyBangladeshiIcon.js new file mode 100644 index 00000000..a2a90ec1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/DocumentCurrencyBangladeshiIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function DocumentCurrencyBangladeshiIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 2A1.5 1.5 0 0 0 3 3.5v13A1.5 1.5 0 0 0 4.5 18h11a1.5 1.5 0 0 0 1.5-1.5V7.621a1.5 1.5 0 0 0-.44-1.06l-4.12-4.122A1.5 1.5 0 0 0 11.378 2H4.5Zm1.97 4.53a.75.75 0 0 0 .78.178V8h-1.5a.75.75 0 1 0 0 1.5h1.5v3.098c0 .98.571 2.18 1.837 2.356a4.751 4.751 0 0 0 5.066-2.92.75.75 0 0 0-.695-1.031H11.75a.75.75 0 0 0 0 1.5h.343a3.241 3.241 0 0 1-2.798.966c-.25-.035-.545-.322-.545-.87V9.5h5.5a.75.75 0 0 0 0-1.5h-5.5V6.415c0-1.19-1.439-1.786-2.28-.945a.75.75 0 0 0 0 1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyBangladeshiIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/DocumentCurrencyDollarIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/DocumentCurrencyDollarIcon.d.ts new file mode 100644 index 00000000..6bfe92bc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/DocumentCurrencyDollarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyDollarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyDollarIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/DocumentCurrencyDollarIcon.js b/frontend/node_modules/@heroicons/react/20/solid/DocumentCurrencyDollarIcon.js new file mode 100644 index 00000000..52f61db1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/DocumentCurrencyDollarIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function DocumentCurrencyDollarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 2A1.5 1.5 0 0 0 3 3.5v13A1.5 1.5 0 0 0 4.5 18h11a1.5 1.5 0 0 0 1.5-1.5V7.621a1.5 1.5 0 0 0-.44-1.06l-4.12-4.122A1.5 1.5 0 0 0 11.378 2H4.5Zm6.25 3.75a.75.75 0 0 0-1.5 0v.272c-.418.024-.831.069-1.238.132-.962.15-1.807.882-1.95 1.928-.04.3-.062.607-.062.918 0 1.044.83 1.759 1.708 1.898l1.542.243v2.334a11.214 11.214 0 0 1-2.297-.392.75.75 0 0 0-.405 1.444c.867.243 1.772.397 2.702.451v.272a.75.75 0 0 0 1.5 0v-.272c.419-.024.832-.069 1.239-.132.961-.15 1.807-.882 1.95-1.928.04-.3.061-.607.061-.918 0-1.044-.83-1.759-1.708-1.898L10.75 9.86V7.525c.792.052 1.56.185 2.297.392a.75.75 0 0 0 .406-1.444 12.723 12.723 0 0 0-2.703-.451V5.75ZM8.244 7.636c.33-.052.666-.09 1.006-.111v2.097l-1.308-.206C7.635 9.367 7.5 9.156 7.5 9c0-.243.017-.482.049-.716.042-.309.305-.587.695-.648Zm2.506 5.84v-2.098l1.308.206c.307.049.442.26.442.416 0 .243-.016.482-.048.716-.042.309-.306.587-.695.648-.331.052-.667.09-1.007.111Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyDollarIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/DocumentCurrencyEuroIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/DocumentCurrencyEuroIcon.d.ts new file mode 100644 index 00000000..0333f02e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/DocumentCurrencyEuroIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyEuroIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyEuroIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/DocumentCurrencyEuroIcon.js b/frontend/node_modules/@heroicons/react/20/solid/DocumentCurrencyEuroIcon.js new file mode 100644 index 00000000..3db9ed70 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/DocumentCurrencyEuroIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function DocumentCurrencyEuroIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 2A1.5 1.5 0 0 0 3 3.5v13A1.5 1.5 0 0 0 4.5 18h11a1.5 1.5 0 0 0 1.5-1.5V7.621a1.5 1.5 0 0 0-.44-1.06l-4.12-4.122A1.5 1.5 0 0 0 11.378 2H4.5Zm4.298 6.45c.512-.67 1.135-.95 1.702-.95s1.19.28 1.702.95a.75.75 0 0 0 1.192-.91C12.637 6.55 11.596 6 10.5 6s-2.137.55-2.894 1.54A5.205 5.205 0 0 0 6.83 9H5.75a.75.75 0 0 0 0 1.5h.77a6.333 6.333 0 0 0 0 1h-.77a.75.75 0 0 0 0 1.5h1.08c.183.528.442 1.023.776 1.46.757.99 1.798 1.54 2.894 1.54s2.137-.55 2.894-1.54a.75.75 0 0 0-1.192-.91c-.512.67-1.135.95-1.702.95s-1.19-.28-1.702-.95a3.505 3.505 0 0 1-.343-.55h1.795a.75.75 0 0 0 0-1.5H8.026a4.835 4.835 0 0 1 0-1h2.224a.75.75 0 0 0 0-1.5H8.455c.098-.195.212-.38.343-.55Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyEuroIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/DocumentCurrencyPoundIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/DocumentCurrencyPoundIcon.d.ts new file mode 100644 index 00000000..47d0a886 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/DocumentCurrencyPoundIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyPoundIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyPoundIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/DocumentCurrencyPoundIcon.js b/frontend/node_modules/@heroicons/react/20/solid/DocumentCurrencyPoundIcon.js new file mode 100644 index 00000000..d375a7c9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/DocumentCurrencyPoundIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function DocumentCurrencyPoundIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 2A1.5 1.5 0 0 0 3 3.5v13A1.5 1.5 0 0 0 4.5 18h11a1.5 1.5 0 0 0 1.5-1.5V7.621a1.5 1.5 0 0 0-.44-1.06l-4.12-4.122A1.5 1.5 0 0 0 11.378 2H4.5Zm5 7a1.5 1.5 0 0 1 2.56-1.06.75.75 0 1 0 1.062-1.061A3 3 0 0 0 8 9v1.25H6.75a.75.75 0 0 0 0 1.5H8v1a.75.75 0 0 1-.75.75h-.5a.75.75 0 0 0 0 1.5h6.5a.75.75 0 1 0 0-1.5H9.372c.083-.235.128-.487.128-.75v-1h1.25a.75.75 0 0 0 0-1.5H9.5V9Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyPoundIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/DocumentCurrencyRupeeIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/DocumentCurrencyRupeeIcon.d.ts new file mode 100644 index 00000000..4c5e29c4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/DocumentCurrencyRupeeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyRupeeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyRupeeIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/DocumentCurrencyRupeeIcon.js b/frontend/node_modules/@heroicons/react/20/solid/DocumentCurrencyRupeeIcon.js new file mode 100644 index 00000000..9d0d90a4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/DocumentCurrencyRupeeIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function DocumentCurrencyRupeeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 2A1.5 1.5 0 0 0 3 3.5v13A1.5 1.5 0 0 0 4.5 18h11a1.5 1.5 0 0 0 1.5-1.5V7.621a1.5 1.5 0 0 0-.44-1.06l-4.12-4.122A1.5 1.5 0 0 0 11.378 2H4.5ZM6 5.75A.75.75 0 0 1 6.75 5h6.5a.75.75 0 0 1 0 1.5h-2.127c.4.5.683 1.096.807 1.75h1.32a.75.75 0 0 1 0 1.5h-1.32a4.003 4.003 0 0 1-3.404 3.216l1.754 1.754a.75.75 0 0 1-1.06 1.06l-3-3a.75.75 0 0 1 .53-1.28H8c1.12 0 2.067-.736 2.386-1.75H6.75a.75.75 0 0 1 0-1.5h3.636A2.501 2.501 0 0 0 8 6.5H6.75A.75.75 0 0 1 6 5.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyRupeeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/DocumentCurrencyYenIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/DocumentCurrencyYenIcon.d.ts new file mode 100644 index 00000000..32fd2d12 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/DocumentCurrencyYenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyYenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyYenIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/DocumentCurrencyYenIcon.js b/frontend/node_modules/@heroicons/react/20/solid/DocumentCurrencyYenIcon.js new file mode 100644 index 00000000..db13e629 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/DocumentCurrencyYenIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function DocumentCurrencyYenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 2A1.5 1.5 0 0 0 3 3.5v13A1.5 1.5 0 0 0 4.5 18h11a1.5 1.5 0 0 0 1.5-1.5V7.621a1.5 1.5 0 0 0-.44-1.06l-4.12-4.122A1.5 1.5 0 0 0 11.378 2H4.5Zm3.846 4.294a.75.75 0 0 0-1.192.912L9.056 10H6.75a.75.75 0 0 0 0 1.5h2.5v1h-2.5a.75.75 0 0 0 0 1.5h2.5v1.25a.75.75 0 1 0 1.5 0V14h2.5a.75.75 0 1 0 0-1.5h-2.5v-1h2.5a.75.75 0 1 0 0-1.5h-2.306l1.902-2.794a.75.75 0 0 0-1.192-.912L10 8.765l-1.654-2.47Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyYenIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/DocumentDuplicateIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/DocumentDuplicateIcon.d.ts new file mode 100644 index 00000000..04a06a67 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/DocumentDuplicateIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentDuplicateIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentDuplicateIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/DocumentDuplicateIcon.js b/frontend/node_modules/@heroicons/react/20/solid/DocumentDuplicateIcon.js new file mode 100644 index 00000000..c5acf697 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/DocumentDuplicateIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function DocumentDuplicateIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M7 3.5A1.5 1.5 0 0 1 8.5 2h3.879a1.5 1.5 0 0 1 1.06.44l3.122 3.12A1.5 1.5 0 0 1 17 6.622V12.5a1.5 1.5 0 0 1-1.5 1.5h-1v-3.379a3 3 0 0 0-.879-2.121L10.5 5.379A3 3 0 0 0 8.379 4.5H7v-1Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M4.5 6A1.5 1.5 0 0 0 3 7.5v9A1.5 1.5 0 0 0 4.5 18h7a1.5 1.5 0 0 0 1.5-1.5v-5.879a1.5 1.5 0 0 0-.44-1.06L9.44 6.439A1.5 1.5 0 0 0 8.378 6H4.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentDuplicateIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/DocumentIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/DocumentIcon.d.ts new file mode 100644 index 00000000..bc42e724 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/DocumentIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/DocumentIcon.js b/frontend/node_modules/@heroicons/react/20/solid/DocumentIcon.js new file mode 100644 index 00000000..c540b616 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/DocumentIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function DocumentIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3 3.5A1.5 1.5 0 0 1 4.5 2h6.879a1.5 1.5 0 0 1 1.06.44l4.122 4.12A1.5 1.5 0 0 1 17 7.622V16.5a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 3 16.5v-13Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/DocumentMagnifyingGlassIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/DocumentMagnifyingGlassIcon.d.ts new file mode 100644 index 00000000..dc68c0c5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/DocumentMagnifyingGlassIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentMagnifyingGlassIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentMagnifyingGlassIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/DocumentMagnifyingGlassIcon.js b/frontend/node_modules/@heroicons/react/20/solid/DocumentMagnifyingGlassIcon.js new file mode 100644 index 00000000..d5750a3d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/DocumentMagnifyingGlassIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function DocumentMagnifyingGlassIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8 10a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 2A1.5 1.5 0 0 0 3 3.5v13A1.5 1.5 0 0 0 4.5 18h11a1.5 1.5 0 0 0 1.5-1.5V7.621a1.5 1.5 0 0 0-.44-1.06l-4.12-4.122A1.5 1.5 0 0 0 11.378 2H4.5Zm5 5a3 3 0 1 0 1.524 5.585l1.196 1.195a.75.75 0 1 0 1.06-1.06l-1.195-1.196A3 3 0 0 0 9.5 7Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentMagnifyingGlassIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/DocumentMinusIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/DocumentMinusIcon.d.ts new file mode 100644 index 00000000..a4fe39b8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/DocumentMinusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentMinusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentMinusIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/DocumentMinusIcon.js b/frontend/node_modules/@heroicons/react/20/solid/DocumentMinusIcon.js new file mode 100644 index 00000000..ab4602bb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/DocumentMinusIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function DocumentMinusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 2A1.5 1.5 0 0 0 3 3.5v13A1.5 1.5 0 0 0 4.5 18h11a1.5 1.5 0 0 0 1.5-1.5V7.621a1.5 1.5 0 0 0-.44-1.06l-4.12-4.122A1.5 1.5 0 0 0 11.378 2H4.5Zm7.75 9.75a.75.75 0 0 0 0-1.5h-4.5a.75.75 0 0 0 0 1.5h4.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentMinusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/DocumentPlusIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/DocumentPlusIcon.d.ts new file mode 100644 index 00000000..9446dd5e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/DocumentPlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentPlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentPlusIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/DocumentPlusIcon.js b/frontend/node_modules/@heroicons/react/20/solid/DocumentPlusIcon.js new file mode 100644 index 00000000..807ad89c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/DocumentPlusIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function DocumentPlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 2A1.5 1.5 0 0 0 3 3.5v13A1.5 1.5 0 0 0 4.5 18h11a1.5 1.5 0 0 0 1.5-1.5V7.621a1.5 1.5 0 0 0-.44-1.06l-4.12-4.122A1.5 1.5 0 0 0 11.378 2H4.5ZM10 8a.75.75 0 0 1 .75.75v1.5h1.5a.75.75 0 0 1 0 1.5h-1.5v1.5a.75.75 0 0 1-1.5 0v-1.5h-1.5a.75.75 0 0 1 0-1.5h1.5v-1.5A.75.75 0 0 1 10 8Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentPlusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/DocumentTextIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/DocumentTextIcon.d.ts new file mode 100644 index 00000000..1d9f5482 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/DocumentTextIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentTextIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentTextIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/DocumentTextIcon.js b/frontend/node_modules/@heroicons/react/20/solid/DocumentTextIcon.js new file mode 100644 index 00000000..6eaaefc9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/DocumentTextIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function DocumentTextIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 2A1.5 1.5 0 0 0 3 3.5v13A1.5 1.5 0 0 0 4.5 18h11a1.5 1.5 0 0 0 1.5-1.5V7.621a1.5 1.5 0 0 0-.44-1.06l-4.12-4.122A1.5 1.5 0 0 0 11.378 2H4.5Zm2.25 8.5a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5Zm0 3a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentTextIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/EllipsisHorizontalCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/EllipsisHorizontalCircleIcon.d.ts new file mode 100644 index 00000000..18be974b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/EllipsisHorizontalCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EllipsisHorizontalCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EllipsisHorizontalCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/EllipsisHorizontalCircleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/EllipsisHorizontalCircleIcon.js new file mode 100644 index 00000000..e08c1960 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/EllipsisHorizontalCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function EllipsisHorizontalCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 10a8 8 0 1 1 16 0 8 8 0 0 1-16 0Zm8 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm-3-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm7 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EllipsisHorizontalCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/EllipsisHorizontalIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/EllipsisHorizontalIcon.d.ts new file mode 100644 index 00000000..6de30faf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/EllipsisHorizontalIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EllipsisHorizontalIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EllipsisHorizontalIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/EllipsisHorizontalIcon.js b/frontend/node_modules/@heroicons/react/20/solid/EllipsisHorizontalIcon.js new file mode 100644 index 00000000..71a261e9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/EllipsisHorizontalIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function EllipsisHorizontalIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3 10a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0ZM8.5 10a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0ZM15.5 8.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EllipsisHorizontalIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/EllipsisVerticalIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/EllipsisVerticalIcon.d.ts new file mode 100644 index 00000000..c343e141 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/EllipsisVerticalIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EllipsisVerticalIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EllipsisVerticalIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/EllipsisVerticalIcon.js b/frontend/node_modules/@heroicons/react/20/solid/EllipsisVerticalIcon.js new file mode 100644 index 00000000..05676aa4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/EllipsisVerticalIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function EllipsisVerticalIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10 3a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3ZM10 8.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3ZM11.5 15.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EllipsisVerticalIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/EnvelopeIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/EnvelopeIcon.d.ts new file mode 100644 index 00000000..c9db4845 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/EnvelopeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EnvelopeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EnvelopeIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/EnvelopeIcon.js b/frontend/node_modules/@heroicons/react/20/solid/EnvelopeIcon.js new file mode 100644 index 00000000..3e612c8e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/EnvelopeIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function EnvelopeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3 4a2 2 0 0 0-2 2v1.161l8.441 4.221a1.25 1.25 0 0 0 1.118 0L19 7.162V6a2 2 0 0 0-2-2H3Z" + }), /*#__PURE__*/React.createElement("path", { + d: "m19 8.839-7.77 3.885a2.75 2.75 0 0 1-2.46 0L1 8.839V14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8.839Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EnvelopeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/EnvelopeOpenIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/EnvelopeOpenIcon.d.ts new file mode 100644 index 00000000..46a5e61f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/EnvelopeOpenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EnvelopeOpenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EnvelopeOpenIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/EnvelopeOpenIcon.js b/frontend/node_modules/@heroicons/react/20/solid/EnvelopeOpenIcon.js new file mode 100644 index 00000000..ef12c1f7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/EnvelopeOpenIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function EnvelopeOpenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.106 6.447A2 2 0 0 0 1 8.237V16a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8.236a2 2 0 0 0-1.106-1.789l-7-3.5a2 2 0 0 0-1.788 0l-7 3.5Zm1.48 4.007a.75.75 0 0 0-.671 1.342l5.855 2.928a2.75 2.75 0 0 0 2.46 0l5.852-2.927a.75.75 0 1 0-.67-1.341l-5.853 2.926a1.25 1.25 0 0 1-1.118 0l-5.856-2.928Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EnvelopeOpenIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/EqualsIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/EqualsIcon.d.ts new file mode 100644 index 00000000..a535cdb0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/EqualsIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EqualsIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EqualsIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/EqualsIcon.js b/frontend/node_modules/@heroicons/react/20/solid/EqualsIcon.js new file mode 100644 index 00000000..f7a05b32 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/EqualsIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function EqualsIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.75 6a.75.75 0 0 0 0 1.5h12.5a.75.75 0 0 0 0-1.5H3.75ZM3.75 13.5a.75.75 0 0 0 0 1.5h12.5a.75.75 0 0 0 0-1.5H3.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EqualsIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ExclamationCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ExclamationCircleIcon.d.ts new file mode 100644 index 00000000..c6008c94 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ExclamationCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ExclamationCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ExclamationCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ExclamationCircleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ExclamationCircleIcon.js new file mode 100644 index 00000000..00e029b7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ExclamationCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ExclamationCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M18 10a8 8 0 1 1-16 0 8 8 0 0 1 16 0Zm-8-5a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0v-4.5A.75.75 0 0 1 10 5Zm0 10a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ExclamationCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ExclamationTriangleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ExclamationTriangleIcon.d.ts new file mode 100644 index 00000000..be0d82c5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ExclamationTriangleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ExclamationTriangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ExclamationTriangleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ExclamationTriangleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ExclamationTriangleIcon.js new file mode 100644 index 00000000..1466a2cd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ExclamationTriangleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ExclamationTriangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8.485 2.495c.673-1.167 2.357-1.167 3.03 0l6.28 10.875c.673 1.167-.17 2.625-1.516 2.625H3.72c-1.347 0-2.189-1.458-1.515-2.625L8.485 2.495ZM10 5a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5A.75.75 0 0 1 10 5Zm0 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ExclamationTriangleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/EyeDropperIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/EyeDropperIcon.d.ts new file mode 100644 index 00000000..af7bce13 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/EyeDropperIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EyeDropperIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EyeDropperIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/EyeDropperIcon.js b/frontend/node_modules/@heroicons/react/20/solid/EyeDropperIcon.js new file mode 100644 index 00000000..92ecb441 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/EyeDropperIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function EyeDropperIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12.1 3.667a3.502 3.502 0 1 1 6.782 1.738 3.487 3.487 0 0 1-.907 1.57 3.495 3.495 0 0 1-1.617.919L16 7.99V10a.75.75 0 0 1-.22.53l-.25.25a.75.75 0 0 1-1.06 0l-.845-.844L7.22 16.34A2.25 2.25 0 0 1 5.629 17H5.12a.75.75 0 0 0-.53.22l-1.56 1.56a.75.75 0 0 1-1.061 0l-.75-.75a.75.75 0 0 1 0-1.06l1.56-1.561a.75.75 0 0 0 .22-.53v-.508c0-.596.237-1.169.659-1.59l6.405-6.406-.844-.845a.75.75 0 0 1 0-1.06l.25-.25A.75.75 0 0 1 10 4h2.01l.09-.333ZM4.72 13.84l6.405-6.405 1.44 1.439-6.406 6.405a.75.75 0 0 1-.53.22H5.12c-.258 0-.511.044-.75.129a2.25 2.25 0 0 0 .129-.75v-.508a.75.75 0 0 1 .22-.53Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EyeDropperIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/EyeIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/EyeIcon.d.ts new file mode 100644 index 00000000..3b9c01f3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/EyeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EyeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EyeIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/EyeIcon.js b/frontend/node_modules/@heroicons/react/20/solid/EyeIcon.js new file mode 100644 index 00000000..896f65ea --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/EyeIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function EyeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10 12.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M.664 10.59a1.651 1.651 0 0 1 0-1.186A10.004 10.004 0 0 1 10 3c4.257 0 7.893 2.66 9.336 6.41.147.381.146.804 0 1.186A10.004 10.004 0 0 1 10 17c-4.257 0-7.893-2.66-9.336-6.41ZM14 10a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EyeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/EyeSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/EyeSlashIcon.d.ts new file mode 100644 index 00000000..e0540b3a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/EyeSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EyeSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EyeSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/EyeSlashIcon.js b/frontend/node_modules/@heroicons/react/20/solid/EyeSlashIcon.js new file mode 100644 index 00000000..b491ae90 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/EyeSlashIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function EyeSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.28 2.22a.75.75 0 0 0-1.06 1.06l14.5 14.5a.75.75 0 1 0 1.06-1.06l-1.745-1.745a10.029 10.029 0 0 0 3.3-4.38 1.651 1.651 0 0 0 0-1.185A10.004 10.004 0 0 0 9.999 3a9.956 9.956 0 0 0-4.744 1.194L3.28 2.22ZM7.752 6.69l1.092 1.092a2.5 2.5 0 0 1 3.374 3.373l1.091 1.092a4 4 0 0 0-5.557-5.557Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "m10.748 13.93 2.523 2.523a9.987 9.987 0 0 1-3.27.547c-4.258 0-7.894-2.66-9.337-6.41a1.651 1.651 0 0 1 0-1.186A10.007 10.007 0 0 1 2.839 6.02L6.07 9.252a4 4 0 0 0 4.678 4.678Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EyeSlashIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/FaceFrownIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/FaceFrownIcon.d.ts new file mode 100644 index 00000000..b11631b6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/FaceFrownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FaceFrownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FaceFrownIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/FaceFrownIcon.js b/frontend/node_modules/@heroicons/react/20/solid/FaceFrownIcon.js new file mode 100644 index 00000000..d84875c3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/FaceFrownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function FaceFrownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm-3.536-3.475a.75.75 0 0 0 1.061 0 3.5 3.5 0 0 1 4.95 0 .75.75 0 1 0 1.06-1.06 5 5 0 0 0-7.07 0 .75.75 0 0 0 0 1.06ZM9 8.5c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S7.448 7 8 7s1 .672 1 1.5Zm3 1.5c.552 0 1-.672 1-1.5S12.552 7 12 7s-1 .672-1 1.5.448 1.5 1 1.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FaceFrownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/FaceSmileIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/FaceSmileIcon.d.ts new file mode 100644 index 00000000..ef261f45 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/FaceSmileIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FaceSmileIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FaceSmileIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/FaceSmileIcon.js b/frontend/node_modules/@heroicons/react/20/solid/FaceSmileIcon.js new file mode 100644 index 00000000..6d10f6f5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/FaceSmileIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function FaceSmileIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm3.536-4.464a.75.75 0 1 0-1.061-1.061 3.5 3.5 0 0 1-4.95 0 .75.75 0 0 0-1.06 1.06 5 5 0 0 0 7.07 0ZM9 8.5c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S7.448 7 8 7s1 .672 1 1.5Zm3 1.5c.552 0 1-.672 1-1.5S12.552 7 12 7s-1 .672-1 1.5.448 1.5 1 1.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FaceSmileIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/FilmIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/FilmIcon.d.ts new file mode 100644 index 00000000..9b4ad1fd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/FilmIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FilmIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FilmIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/FilmIcon.js b/frontend/node_modules/@heroicons/react/20/solid/FilmIcon.js new file mode 100644 index 00000000..10bade49 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/FilmIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function FilmIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 4.75C1 3.784 1.784 3 2.75 3h14.5c.966 0 1.75.784 1.75 1.75v10.515a1.75 1.75 0 0 1-1.75 1.75h-1.5c-.078 0-.155-.005-.23-.015H4.48c-.075.01-.152.015-.23.015h-1.5A1.75 1.75 0 0 1 1 15.265V4.75Zm16.5 7.385V11.01a.25.25 0 0 0-.25-.25h-1.5a.25.25 0 0 0-.25.25v1.125c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25Zm0 2.005a.25.25 0 0 0-.25-.25h-1.5a.25.25 0 0 0-.25.25v1.125c0 .108.069.2.165.235h1.585a.25.25 0 0 0 .25-.25v-1.11Zm-15 1.11v-1.11a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25v1.125a.25.25 0 0 1-.164.235H2.75a.25.25 0 0 1-.25-.25Zm2-4.24v1.125a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25V11.01a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25Zm13-2.005V7.88a.25.25 0 0 0-.25-.25h-1.5a.25.25 0 0 0-.25.25v1.125c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25ZM4.25 7.63a.25.25 0 0 1 .25.25v1.125a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25V7.88a.25.25 0 0 1 .25-.25h1.5Zm0-3.13a.25.25 0 0 1 .25.25v1.125a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25V4.75a.25.25 0 0 1 .25-.25h1.5Zm11.5 1.625a.25.25 0 0 1-.25-.25V4.75a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25v1.125a.25.25 0 0 1-.25.25h-1.5Zm-9 3.125a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FilmIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/FingerPrintIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/FingerPrintIcon.d.ts new file mode 100644 index 00000000..58bb338c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/FingerPrintIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FingerPrintIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FingerPrintIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/FingerPrintIcon.js b/frontend/node_modules/@heroicons/react/20/solid/FingerPrintIcon.js new file mode 100644 index 00000000..ec643bad --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/FingerPrintIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function FingerPrintIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 2.5c-1.31 0-2.526.386-3.546 1.051a.75.75 0 0 1-.82-1.256A8 8 0 0 1 18 9a22.47 22.47 0 0 1-1.228 7.351.75.75 0 1 1-1.417-.49A20.97 20.97 0 0 0 16.5 9 6.5 6.5 0 0 0 10 2.5ZM4.333 4.416a.75.75 0 0 1 .218 1.038A6.466 6.466 0 0 0 3.5 9a7.966 7.966 0 0 1-1.293 4.362.75.75 0 0 1-1.257-.819A6.466 6.466 0 0 0 2 9c0-1.61.476-3.11 1.295-4.365a.75.75 0 0 1 1.038-.219ZM10 6.12a3 3 0 0 0-3.001 3.041 11.455 11.455 0 0 1-2.697 7.24.75.75 0 0 1-1.148-.965A9.957 9.957 0 0 0 5.5 9c0-.028.002-.055.004-.082a4.5 4.5 0 0 1 8.996.084V9.15l-.005.297a.75.75 0 1 1-1.5-.034c.003-.11.004-.219.005-.328a3 3 0 0 0-3-2.965Zm0 2.13a.75.75 0 0 1 .75.75c0 3.51-1.187 6.745-3.181 9.323a.75.75 0 1 1-1.186-.918A13.687 13.687 0 0 0 9.25 9a.75.75 0 0 1 .75-.75Zm3.529 3.698a.75.75 0 0 1 .584.885 18.883 18.883 0 0 1-2.257 5.84.75.75 0 1 1-1.29-.764 17.386 17.386 0 0 0 2.078-5.377.75.75 0 0 1 .885-.584Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FingerPrintIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/FireIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/FireIcon.d.ts new file mode 100644 index 00000000..608efc52 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/FireIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FireIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FireIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/FireIcon.js b/frontend/node_modules/@heroicons/react/20/solid/FireIcon.js new file mode 100644 index 00000000..eb53c16d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/FireIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function FireIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M13.5 4.938a7 7 0 1 1-9.006 1.737c.202-.257.59-.218.793.039.278.352.594.672.943.954.332.269.786-.049.773-.476a5.977 5.977 0 0 1 .572-2.759 6.026 6.026 0 0 1 2.486-2.665c.247-.14.55-.016.677.238A6.967 6.967 0 0 0 13.5 4.938ZM14 12a4 4 0 0 1-4 4c-1.913 0-3.52-1.398-3.91-3.182-.093-.429.44-.643.814-.413a4.043 4.043 0 0 0 1.601.564c.303.038.531-.24.51-.544a5.975 5.975 0 0 1 1.315-4.192.447.447 0 0 1 .431-.16A4.001 4.001 0 0 1 14 12Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FireIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/FlagIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/FlagIcon.d.ts new file mode 100644 index 00000000..ce09768c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/FlagIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FlagIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FlagIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/FlagIcon.js b/frontend/node_modules/@heroicons/react/20/solid/FlagIcon.js new file mode 100644 index 00000000..5cddc6c5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/FlagIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function FlagIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.5 2.75a.75.75 0 0 0-1.5 0v14.5a.75.75 0 0 0 1.5 0v-4.392l1.657-.348a6.449 6.449 0 0 1 4.271.572 7.948 7.948 0 0 0 5.965.524l2.078-.64A.75.75 0 0 0 18 12.25v-8.5a.75.75 0 0 0-.904-.734l-2.38.501a7.25 7.25 0 0 1-4.186-.363l-.502-.2a8.75 8.75 0 0 0-5.053-.439l-1.475.31V2.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FlagIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/FolderArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/FolderArrowDownIcon.d.ts new file mode 100644 index 00000000..4895e92b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/FolderArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FolderArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FolderArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/FolderArrowDownIcon.js b/frontend/node_modules/@heroicons/react/20/solid/FolderArrowDownIcon.js new file mode 100644 index 00000000..8c366b6a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/FolderArrowDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function FolderArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 4.75C2 3.784 2.784 3 3.75 3h4.836c.464 0 .909.184 1.237.513l1.414 1.414a.25.25 0 0 0 .177.073h4.836c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0 1 16.25 17H3.75A1.75 1.75 0 0 1 2 15.25V4.75Zm8.75 4a.75.75 0 0 0-1.5 0v2.546l-.943-1.048a.75.75 0 1 0-1.114 1.004l2.25 2.5a.75.75 0 0 0 1.114 0l2.25-2.5a.75.75 0 1 0-1.114-1.004l-.943 1.048V8.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FolderArrowDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/FolderIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/FolderIcon.d.ts new file mode 100644 index 00000000..a9c9b8cd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/FolderIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FolderIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FolderIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/FolderIcon.js b/frontend/node_modules/@heroicons/react/20/solid/FolderIcon.js new file mode 100644 index 00000000..312db319 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/FolderIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function FolderIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.75 3A1.75 1.75 0 0 0 2 4.75v3.26a3.235 3.235 0 0 1 1.75-.51h12.5c.644 0 1.245.188 1.75.51V6.75A1.75 1.75 0 0 0 16.25 5h-4.836a.25.25 0 0 1-.177-.073L9.823 3.513A1.75 1.75 0 0 0 8.586 3H3.75ZM3.75 9A1.75 1.75 0 0 0 2 10.75v4.5c0 .966.784 1.75 1.75 1.75h12.5A1.75 1.75 0 0 0 18 15.25v-4.5A1.75 1.75 0 0 0 16.25 9H3.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FolderIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/FolderMinusIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/FolderMinusIcon.d.ts new file mode 100644 index 00000000..c32ad5b2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/FolderMinusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FolderMinusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FolderMinusIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/FolderMinusIcon.js b/frontend/node_modules/@heroicons/react/20/solid/FolderMinusIcon.js new file mode 100644 index 00000000..c0f6b3fe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/FolderMinusIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function FolderMinusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 4.75C2 3.784 2.784 3 3.75 3h4.836c.464 0 .909.184 1.237.513l1.414 1.414a.25.25 0 0 0 .177.073h4.836c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0 1 16.25 17H3.75A1.75 1.75 0 0 1 2 15.25V4.75Zm10.25 7a.75.75 0 0 0 0-1.5h-4.5a.75.75 0 0 0 0 1.5h4.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FolderMinusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/FolderOpenIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/FolderOpenIcon.d.ts new file mode 100644 index 00000000..41656cca --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/FolderOpenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FolderOpenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FolderOpenIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/FolderOpenIcon.js b/frontend/node_modules/@heroicons/react/20/solid/FolderOpenIcon.js new file mode 100644 index 00000000..0c4f1595 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/FolderOpenIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function FolderOpenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4.75 3A1.75 1.75 0 0 0 3 4.75v2.752l.104-.002h13.792c.035 0 .07 0 .104.002V6.75A1.75 1.75 0 0 0 15.25 5h-3.836a.25.25 0 0 1-.177-.073L9.823 3.513A1.75 1.75 0 0 0 8.586 3H4.75ZM3.104 9a1.75 1.75 0 0 0-1.673 2.265l1.385 4.5A1.75 1.75 0 0 0 4.488 17h11.023a1.75 1.75 0 0 0 1.673-1.235l1.384-4.5A1.75 1.75 0 0 0 16.896 9H3.104Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FolderOpenIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/FolderPlusIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/FolderPlusIcon.d.ts new file mode 100644 index 00000000..ba21ba17 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/FolderPlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FolderPlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FolderPlusIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/FolderPlusIcon.js b/frontend/node_modules/@heroicons/react/20/solid/FolderPlusIcon.js new file mode 100644 index 00000000..84dbd897 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/FolderPlusIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function FolderPlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.75 3A1.75 1.75 0 0 0 2 4.75v10.5c0 .966.784 1.75 1.75 1.75h12.5A1.75 1.75 0 0 0 18 15.25v-8.5A1.75 1.75 0 0 0 16.25 5h-4.836a.25.25 0 0 1-.177-.073L9.823 3.513A1.75 1.75 0 0 0 8.586 3H3.75ZM10 8a.75.75 0 0 1 .75.75v1.5h1.5a.75.75 0 0 1 0 1.5h-1.5v1.5a.75.75 0 0 1-1.5 0v-1.5h-1.5a.75.75 0 0 1 0-1.5h1.5v-1.5A.75.75 0 0 1 10 8Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FolderPlusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ForwardIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ForwardIcon.d.ts new file mode 100644 index 00000000..1cd375b3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ForwardIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ForwardIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ForwardIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ForwardIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ForwardIcon.js new file mode 100644 index 00000000..6db58322 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ForwardIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function ForwardIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.288 4.818A1.5 1.5 0 0 0 1 6.095v7.81a1.5 1.5 0 0 0 2.288 1.276l6.323-3.905c.155-.096.285-.213.389-.344v2.973a1.5 1.5 0 0 0 2.288 1.276l6.323-3.905a1.5 1.5 0 0 0 0-2.552l-6.323-3.906A1.5 1.5 0 0 0 10 6.095v2.972a1.506 1.506 0 0 0-.389-.343L3.288 4.818Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ForwardIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/FunnelIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/FunnelIcon.d.ts new file mode 100644 index 00000000..ef9ce222 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/FunnelIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FunnelIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FunnelIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/FunnelIcon.js b/frontend/node_modules/@heroicons/react/20/solid/FunnelIcon.js new file mode 100644 index 00000000..b4249025 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/FunnelIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function FunnelIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.628 1.601C5.028 1.206 7.49 1 10 1s4.973.206 7.372.601a.75.75 0 0 1 .628.74v2.288a2.25 2.25 0 0 1-.659 1.59l-4.682 4.683a2.25 2.25 0 0 0-.659 1.59v3.037c0 .684-.31 1.33-.844 1.757l-1.937 1.55A.75.75 0 0 1 8 18.25v-5.757a2.25 2.25 0 0 0-.659-1.591L2.659 6.22A2.25 2.25 0 0 1 2 4.629V2.34a.75.75 0 0 1 .628-.74Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FunnelIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/GifIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/GifIcon.d.ts new file mode 100644 index 00000000..28c9754e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/GifIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GifIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GifIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/GifIcon.js b/frontend/node_modules/@heroicons/react/20/solid/GifIcon.js new file mode 100644 index 00000000..e867e676 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/GifIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function GifIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 5.25A2.25 2.25 0 0 1 3.25 3h13.5A2.25 2.25 0 0 1 19 5.25v9.5A2.25 2.25 0 0 1 16.75 17H3.25A2.25 2.25 0 0 1 1 14.75v-9.5Zm4.026 2.879C5.356 7.65 5.72 7.5 6 7.5s.643.15.974.629a.75.75 0 0 0 1.234-.854C7.66 6.484 6.873 6 6 6c-.873 0-1.66.484-2.208 1.275C3.25 8.059 3 9.048 3 10c0 .952.25 1.941.792 2.725C4.34 13.516 5.127 14 6 14c.873 0 1.66-.484 2.208-1.275a.75.75 0 0 0 .133-.427V10a.75.75 0 0 0-.75-.75H6.25a.75.75 0 0 0 0 1.5h.591v1.295c-.293.342-.6.455-.841.455-.279 0-.643-.15-.974-.629C4.69 11.386 4.5 10.711 4.5 10c0-.711.19-1.386.526-1.871ZM10.75 6a.75.75 0 0 1 .75.75v6.5a.75.75 0 0 1-1.5 0v-6.5a.75.75 0 0 1 .75-.75Zm3 0h2.5a.75.75 0 0 1 0 1.5H14.5v1.75h.75a.75.75 0 0 1 0 1.5h-.75v2.5a.75.75 0 0 1-1.5 0v-6.5a.75.75 0 0 1 .75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GifIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/GiftIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/GiftIcon.d.ts new file mode 100644 index 00000000..1be9eff4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/GiftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GiftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GiftIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/GiftIcon.js b/frontend/node_modules/@heroicons/react/20/solid/GiftIcon.js new file mode 100644 index 00000000..c505b632 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/GiftIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function GiftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M14 6a2.5 2.5 0 0 0-4-3 2.5 2.5 0 0 0-4 3H3.25C2.56 6 2 6.56 2 7.25v.5C2 8.44 2.56 9 3.25 9h6V6h1.5v3h6C17.44 9 18 8.44 18 7.75v-.5C18 6.56 17.44 6 16.75 6H14Zm-1-1.5a1 1 0 0 1-1 1h-1v-1a1 1 0 1 1 2 0Zm-6 0a1 1 0 0 0 1 1h1v-1a1 1 0 0 0-2 0Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M9.25 10.5H3v4.75A2.75 2.75 0 0 0 5.75 18h3.5v-7.5ZM10.75 18v-7.5H17v4.75A2.75 2.75 0 0 1 14.25 18h-3.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GiftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/GiftTopIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/GiftTopIcon.d.ts new file mode 100644 index 00000000..fb112a99 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/GiftTopIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GiftTopIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GiftTopIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/GiftTopIcon.js b/frontend/node_modules/@heroicons/react/20/solid/GiftTopIcon.js new file mode 100644 index 00000000..64c76579 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/GiftTopIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function GiftTopIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.25 3H3.5A1.5 1.5 0 0 0 2 4.5v4.75h3.365A2.75 2.75 0 0 1 9.25 5.362V3ZM2 10.75v4.75A1.5 1.5 0 0 0 3.5 17h5.75v-4.876A4.75 4.75 0 0 1 5 14.75a.75.75 0 0 1 0-1.5 3.251 3.251 0 0 0 3.163-2.5H2ZM10.75 17h5.75a1.5 1.5 0 0 0 1.5-1.5v-4.75h-6.163A3.251 3.251 0 0 0 15 13.25a.75.75 0 0 1 0 1.5 4.75 4.75 0 0 1-4.25-2.626V17ZM18 9.25V4.5A1.5 1.5 0 0 0 16.5 3h-5.75v2.362a2.75 2.75 0 0 1 3.885 3.888H18Zm-4.496-2.755a1.25 1.25 0 0 0-1.768 0c-.36.359-.526.999-.559 1.697-.01.228-.006.443.004.626.183.01.398.014.626.003.698-.033 1.338-.2 1.697-.559a1.25 1.25 0 0 0 0-1.767Zm-5.24 0a1.25 1.25 0 0 0-1.768 1.767c.36.36 1 .526 1.697.56.228.01.443.006.626-.004.01-.183.015-.398.004-.626-.033-.698-.2-1.338-.56-1.697Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GiftTopIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/GlobeAltIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/GlobeAltIcon.d.ts new file mode 100644 index 00000000..dcfbe8d2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/GlobeAltIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GlobeAltIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GlobeAltIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/GlobeAltIcon.js b/frontend/node_modules/@heroicons/react/20/solid/GlobeAltIcon.js new file mode 100644 index 00000000..415fd8bf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/GlobeAltIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function GlobeAltIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M16.555 5.412a8.028 8.028 0 0 0-3.503-2.81 14.899 14.899 0 0 1 1.663 4.472 8.547 8.547 0 0 0 1.84-1.662ZM13.326 7.825a13.43 13.43 0 0 0-2.413-5.773 8.087 8.087 0 0 0-1.826 0 13.43 13.43 0 0 0-2.413 5.773A8.473 8.473 0 0 0 10 8.5c1.18 0 2.304-.24 3.326-.675ZM6.514 9.376A9.98 9.98 0 0 0 10 10c1.226 0 2.4-.22 3.486-.624a13.54 13.54 0 0 1-.351 3.759A13.54 13.54 0 0 1 10 13.5c-1.079 0-2.128-.127-3.134-.366a13.538 13.538 0 0 1-.352-3.758ZM5.285 7.074a14.9 14.9 0 0 1 1.663-4.471 8.028 8.028 0 0 0-3.503 2.81c.529.638 1.149 1.199 1.84 1.66ZM17.334 6.798a7.973 7.973 0 0 1 .614 4.115 13.47 13.47 0 0 1-3.178 1.72 15.093 15.093 0 0 0 .174-3.939 10.043 10.043 0 0 0 2.39-1.896ZM2.666 6.798a10.042 10.042 0 0 0 2.39 1.896 15.196 15.196 0 0 0 .174 3.94 13.472 13.472 0 0 1-3.178-1.72 7.973 7.973 0 0 1 .615-4.115ZM10 15c.898 0 1.778-.079 2.633-.23a13.473 13.473 0 0 1-1.72 3.178 8.099 8.099 0 0 1-1.826 0 13.47 13.47 0 0 1-1.72-3.178c.855.151 1.735.23 2.633.23ZM14.357 14.357a14.912 14.912 0 0 1-1.305 3.04 8.027 8.027 0 0 0 4.345-4.345c-.953.542-1.971.981-3.04 1.305ZM6.948 17.397a8.027 8.027 0 0 1-4.345-4.345c.953.542 1.971.981 3.04 1.305a14.912 14.912 0 0 0 1.305 3.04Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GlobeAltIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/GlobeAmericasIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/GlobeAmericasIcon.d.ts new file mode 100644 index 00000000..768a792f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/GlobeAmericasIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GlobeAmericasIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GlobeAmericasIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/GlobeAmericasIcon.js b/frontend/node_modules/@heroicons/react/20/solid/GlobeAmericasIcon.js new file mode 100644 index 00000000..38787421 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/GlobeAmericasIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function GlobeAmericasIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M18 10a8 8 0 1 1-16 0 8 8 0 0 1 16 0Zm-1.5 0a6.5 6.5 0 1 1-11-4.69v.447a3.5 3.5 0 0 0 1.025 2.475L8.293 10 8 10.293a1 1 0 0 0 0 1.414l1.06 1.06a1.5 1.5 0 0 1 .44 1.061v.363a1 1 0 0 0 .553.894l.276.139a1 1 0 0 0 1.342-.448l1.454-2.908a1.5 1.5 0 0 0-.281-1.731l-.772-.772a1 1 0 0 0-1.023-.242l-.384.128a.5.5 0 0 1-.606-.25l-.296-.592a.481.481 0 0 1 .646-.646l.262.131a1 1 0 0 0 .447.106h.188a1 1 0 0 0 .949-1.316l-.068-.204a.5.5 0 0 1 .149-.538l1.44-1.234A6.492 6.492 0 0 1 16.5 10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GlobeAmericasIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/GlobeAsiaAustraliaIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/GlobeAsiaAustraliaIcon.d.ts new file mode 100644 index 00000000..2b043982 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/GlobeAsiaAustraliaIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GlobeAsiaAustraliaIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GlobeAsiaAustraliaIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/GlobeAsiaAustraliaIcon.js b/frontend/node_modules/@heroicons/react/20/solid/GlobeAsiaAustraliaIcon.js new file mode 100644 index 00000000..fe605890 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/GlobeAsiaAustraliaIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function GlobeAsiaAustraliaIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M18 10a8 8 0 1 1-16 0 8 8 0 0 1 16 0Zm-6.5 6.326a6.52 6.52 0 0 1-1.5.174 6.487 6.487 0 0 1-5.011-2.36l.49-.98a.423.423 0 0 1 .614-.164l.294.196a.992.992 0 0 0 1.491-1.139l-.197-.593a.252.252 0 0 1 .126-.304l1.973-.987a.938.938 0 0 0 .361-1.359.375.375 0 0 1 .239-.576l.125-.025A2.421 2.421 0 0 0 12.327 6.6l.05-.149a1 1 0 0 0-.242-1.023l-1.489-1.489a.5.5 0 0 1-.146-.353v-.067a6.5 6.5 0 0 1 5.392 9.23 1.398 1.398 0 0 0-.68-.244l-.566-.566a1.5 1.5 0 0 0-1.06-.439h-.172a1.5 1.5 0 0 0-1.06.44l-.593.592a.501.501 0 0 1-.13.093l-1.578.79a1 1 0 0 0-.553.894v.191a1 1 0 0 0 1 1h.5a.5.5 0 0 1 .5.5v.326Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GlobeAsiaAustraliaIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/GlobeEuropeAfricaIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/GlobeEuropeAfricaIcon.d.ts new file mode 100644 index 00000000..0df28058 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/GlobeEuropeAfricaIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GlobeEuropeAfricaIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GlobeEuropeAfricaIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/GlobeEuropeAfricaIcon.js b/frontend/node_modules/@heroicons/react/20/solid/GlobeEuropeAfricaIcon.js new file mode 100644 index 00000000..16e37cf5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/GlobeEuropeAfricaIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function GlobeEuropeAfricaIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M18 10a8 8 0 1 1-16 0 8 8 0 0 1 16 0Zm-1.503.204A6.5 6.5 0 1 1 7.95 3.83L6.927 5.62a1.453 1.453 0 0 0 1.91 2.02l.175-.087a.5.5 0 0 1 .224-.053h.146a.5.5 0 0 1 .447.724l-.028.055a.4.4 0 0 1-.357.221h-.502a2.26 2.26 0 0 0-1.88 1.006l-.044.066a2.099 2.099 0 0 0 1.085 3.156.58.58 0 0 1 .397.547v1.05a1.175 1.175 0 0 0 2.093.734l1.611-2.014c.192-.24.296-.536.296-.842 0-.316.128-.624.353-.85a1.363 1.363 0 0 0 .173-1.716l-.464-.696a.369.369 0 0 1 .527-.499l.343.257c.316.237.738.275 1.091.098a.586.586 0 0 1 .677.11l1.297 1.297Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GlobeEuropeAfricaIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/H1Icon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/H1Icon.d.ts new file mode 100644 index 00000000..6dd8b51a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/H1Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const H1Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default H1Icon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/H1Icon.js b/frontend/node_modules/@heroicons/react/20/solid/H1Icon.js new file mode 100644 index 00000000..27641c16 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/H1Icon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function H1Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.75 4a.75.75 0 0 1 .75.75v4.5h5v-4.5a.75.75 0 0 1 1.5 0v10.5a.75.75 0 0 1-1.5 0v-4.5h-5v4.5a.75.75 0 0 1-1.5 0V4.75A.75.75 0 0 1 2.75 4ZM13 8.75a.75.75 0 0 1 .75-.75h1.75a.75.75 0 0 1 .75.75v5.75h1a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1 0-1.5h1v-5h-1a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(H1Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/H2Icon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/H2Icon.d.ts new file mode 100644 index 00000000..ced8aa38 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/H2Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const H2Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default H2Icon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/H2Icon.js b/frontend/node_modules/@heroicons/react/20/solid/H2Icon.js new file mode 100644 index 00000000..6f7663da --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/H2Icon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function H2Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.75 4a.75.75 0 0 1 .75.75v4.5h5v-4.5a.75.75 0 0 1 1.5 0v10.5a.75.75 0 0 1-1.5 0v-4.5h-5v4.5a.75.75 0 0 1-1.5 0V4.75A.75.75 0 0 1 2.75 4ZM15 9.5c-.729 0-1.445.051-2.146.15a.75.75 0 0 1-.208-1.486 16.887 16.887 0 0 1 3.824-.1c.855.074 1.512.78 1.527 1.637a17.476 17.476 0 0 1-.009.931 1.713 1.713 0 0 1-1.18 1.556l-2.453.818a1.25 1.25 0 0 0-.855 1.185v.309h3.75a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75v-1.059a2.75 2.75 0 0 1 1.88-2.608l2.454-.818c.102-.034.153-.117.155-.188a15.556 15.556 0 0 0 .009-.85.171.171 0 0 0-.158-.169A15.458 15.458 0 0 0 15 9.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(H2Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/H3Icon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/H3Icon.d.ts new file mode 100644 index 00000000..3e101f77 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/H3Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const H3Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default H3Icon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/H3Icon.js b/frontend/node_modules/@heroicons/react/20/solid/H3Icon.js new file mode 100644 index 00000000..08be9b71 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/H3Icon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function H3Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.75 4a.75.75 0 0 1 .75.75v4.5h5v-4.5a.75.75 0 0 1 1.5 0v10.5a.75.75 0 0 1-1.5 0v-4.5h-5v4.5a.75.75 0 0 1-1.5 0V4.75A.75.75 0 0 1 2.75 4ZM15 9.5c-.73 0-1.448.051-2.15.15a.75.75 0 1 1-.209-1.485 16.886 16.886 0 0 1 3.476-.128c.985.065 1.878.837 1.883 1.932V10a6.75 6.75 0 0 1-.301 2A6.75 6.75 0 0 1 18 14v.031c-.005 1.095-.898 1.867-1.883 1.932a17.018 17.018 0 0 1-3.467-.127.75.75 0 0 1 .209-1.485 15.377 15.377 0 0 0 3.16.115c.308-.02.48-.24.48-.441L16.5 14c0-.431-.052-.85-.15-1.25h-2.6a.75.75 0 0 1 0-1.5h2.6c.098-.4.15-.818.15-1.25v-.024c-.001-.201-.173-.422-.481-.443A15.485 15.485 0 0 0 15 9.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(H3Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/HandRaisedIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/HandRaisedIcon.d.ts new file mode 100644 index 00000000..66fd8285 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/HandRaisedIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HandRaisedIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HandRaisedIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/HandRaisedIcon.js b/frontend/node_modules/@heroicons/react/20/solid/HandRaisedIcon.js new file mode 100644 index 00000000..da874400 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/HandRaisedIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function HandRaisedIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11 2a1 1 0 1 0-2 0v6.5a.5.5 0 0 1-1 0V3a1 1 0 1 0-2 0v5.5a.5.5 0 0 1-1 0V5a1 1 0 1 0-2 0v7a7 7 0 1 0 14 0V8a1 1 0 1 0-2 0v3.5a.5.5 0 0 1-1 0V3a1 1 0 1 0-2 0v5.5a.5.5 0 0 1-1 0V2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HandRaisedIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/HandThumbDownIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/HandThumbDownIcon.d.ts new file mode 100644 index 00000000..efb5173f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/HandThumbDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HandThumbDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HandThumbDownIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/HandThumbDownIcon.js b/frontend/node_modules/@heroicons/react/20/solid/HandThumbDownIcon.js new file mode 100644 index 00000000..37c65fce --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/HandThumbDownIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function HandThumbDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M18.905 12.75a1.25 1.25 0 1 1-2.5 0v-7.5a1.25 1.25 0 0 1 2.5 0v7.5ZM8.905 17v1.3c0 .268-.14.526-.395.607A2 2 0 0 1 5.905 17c0-.995.182-1.948.514-2.826.204-.54-.166-1.174-.744-1.174h-2.52c-1.243 0-2.261-1.01-2.146-2.247.193-2.08.651-4.082 1.341-5.974C2.752 3.678 3.833 3 5.005 3h3.192a3 3 0 0 1 1.341.317l2.734 1.366A3 3 0 0 0 13.613 5h1.292v7h-.963c-.685 0-1.258.482-1.612 1.068a4.01 4.01 0 0 1-2.166 1.73c-.432.143-.853.386-1.011.814-.16.432-.248.9-.248 1.388Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HandThumbDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/HandThumbUpIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/HandThumbUpIcon.d.ts new file mode 100644 index 00000000..69b969f9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/HandThumbUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HandThumbUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HandThumbUpIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/HandThumbUpIcon.js b/frontend/node_modules/@heroicons/react/20/solid/HandThumbUpIcon.js new file mode 100644 index 00000000..e810a689 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/HandThumbUpIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function HandThumbUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M1 8.25a1.25 1.25 0 1 1 2.5 0v7.5a1.25 1.25 0 1 1-2.5 0v-7.5ZM11 3V1.7c0-.268.14-.526.395-.607A2 2 0 0 1 14 3c0 .995-.182 1.948-.514 2.826-.204.54.166 1.174.744 1.174h2.52c1.243 0 2.261 1.01 2.146 2.247a23.864 23.864 0 0 1-1.341 5.974C17.153 16.323 16.072 17 14.9 17h-3.192a3 3 0 0 1-1.341-.317l-2.734-1.366A3 3 0 0 0 6.292 15H5V8h.963c.685 0 1.258-.483 1.612-1.068a4.011 4.011 0 0 1 2.166-1.73c.432-.143.853-.386 1.011-.814.16-.432.248-.9.248-1.388Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HandThumbUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/HashtagIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/HashtagIcon.d.ts new file mode 100644 index 00000000..cd41dcf2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/HashtagIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HashtagIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HashtagIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/HashtagIcon.js b/frontend/node_modules/@heroicons/react/20/solid/HashtagIcon.js new file mode 100644 index 00000000..6fa0b7dc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/HashtagIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function HashtagIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.493 2.852a.75.75 0 0 0-1.486-.204L7.545 6H4.198a.75.75 0 0 0 0 1.5h3.14l-.69 5H3.302a.75.75 0 0 0 0 1.5h3.14l-.435 3.148a.75.75 0 0 0 1.486.204L7.955 14h2.986l-.434 3.148a.75.75 0 0 0 1.486.204L12.456 14h3.346a.75.75 0 0 0 0-1.5h-3.14l.69-5h3.346a.75.75 0 0 0 0-1.5h-3.14l.435-3.148a.75.75 0 0 0-1.486-.204L12.045 6H9.059l.434-3.148ZM8.852 7.5l-.69 5h2.986l.69-5H8.852Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HashtagIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/HeartIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/HeartIcon.d.ts new file mode 100644 index 00000000..a6bd0952 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/HeartIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HeartIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HeartIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/HeartIcon.js b/frontend/node_modules/@heroicons/react/20/solid/HeartIcon.js new file mode 100644 index 00000000..68a0a4d8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/HeartIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function HeartIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "m9.653 16.915-.005-.003-.019-.01a20.759 20.759 0 0 1-1.162-.682 22.045 22.045 0 0 1-2.582-1.9C4.045 12.733 2 10.352 2 7.5a4.5 4.5 0 0 1 8-2.828A4.5 4.5 0 0 1 18 7.5c0 2.852-2.044 5.233-3.885 6.82a22.049 22.049 0 0 1-3.744 2.582l-.019.01-.005.003h-.002a.739.739 0 0 1-.69.001l-.002-.001Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HeartIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/HomeIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/HomeIcon.d.ts new file mode 100644 index 00000000..eea727df --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/HomeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HomeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HomeIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/HomeIcon.js b/frontend/node_modules/@heroicons/react/20/solid/HomeIcon.js new file mode 100644 index 00000000..711d4480 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/HomeIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function HomeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.293 2.293a1 1 0 0 1 1.414 0l7 7A1 1 0 0 1 17 11h-1v6a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-3a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-6H3a1 1 0 0 1-.707-1.707l7-7Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HomeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/HomeModernIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/HomeModernIcon.d.ts new file mode 100644 index 00000000..03e6a85c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/HomeModernIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HomeModernIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HomeModernIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/HomeModernIcon.js b/frontend/node_modules/@heroicons/react/20/solid/HomeModernIcon.js new file mode 100644 index 00000000..4c89d8b0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/HomeModernIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function HomeModernIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M14.916 2.404a.75.75 0 0 1-.32 1.011l-.596.31V17a1 1 0 0 1-1 1h-2.26a.75.75 0 0 1-.75-.75v-3.5a.75.75 0 0 0-.75-.75H6.75a.75.75 0 0 0-.75.75v3.5a.75.75 0 0 1-.75.75h-3.5a.75.75 0 0 1 0-1.5H2V9.957a.75.75 0 0 1-.596-1.372L2 8.275V5.75a.75.75 0 0 1 1.5 0v1.745l10.404-5.41a.75.75 0 0 1 1.012.319ZM15.861 8.57a.75.75 0 0 1 .736-.025l1.999 1.04A.75.75 0 0 1 18 10.957V16.5h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.75-.75V9.21a.75.75 0 0 1 .361-.64Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HomeModernIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/IdentificationIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/IdentificationIcon.d.ts new file mode 100644 index 00000000..85d23894 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/IdentificationIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const IdentificationIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default IdentificationIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/IdentificationIcon.js b/frontend/node_modules/@heroicons/react/20/solid/IdentificationIcon.js new file mode 100644 index 00000000..a38b8168 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/IdentificationIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function IdentificationIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V6Zm4 1.5a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm2 3a4 4 0 0 0-3.665 2.395.75.75 0 0 0 .416 1A8.98 8.98 0 0 0 7 14.5a8.98 8.98 0 0 0 3.249-.604.75.75 0 0 0 .416-1.001A4.001 4.001 0 0 0 7 10.5Zm5-3.75a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75Zm0 6.5a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75Zm.75-4a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5h-2.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(IdentificationIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/InboxArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/InboxArrowDownIcon.d.ts new file mode 100644 index 00000000..2b604ed7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/InboxArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const InboxArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default InboxArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/InboxArrowDownIcon.js b/frontend/node_modules/@heroicons/react/20/solid/InboxArrowDownIcon.js new file mode 100644 index 00000000..fe864396 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/InboxArrowDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function InboxArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10 2a.75.75 0 0 1 .75.75v5.59l1.95-2.1a.75.75 0 1 1 1.1 1.02l-3.25 3.5a.75.75 0 0 1-1.1 0L6.2 7.26a.75.75 0 1 1 1.1-1.02l1.95 2.1V2.75A.75.75 0 0 1 10 2Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M5.273 4.5a1.25 1.25 0 0 0-1.205.918l-1.523 5.52c-.006.02-.01.041-.015.062H6a1 1 0 0 1 .894.553l.448.894a1 1 0 0 0 .894.553h3.438a1 1 0 0 0 .86-.49l.606-1.02A1 1 0 0 1 14 11h3.47a1.318 1.318 0 0 0-.015-.062l-1.523-5.52a1.25 1.25 0 0 0-1.205-.918h-.977a.75.75 0 0 1 0-1.5h.977a2.75 2.75 0 0 1 2.651 2.019l1.523 5.52c.066.239.099.485.099.732V15a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-3.73c0-.246.033-.492.099-.73l1.523-5.521A2.75 2.75 0 0 1 5.273 3h.977a.75.75 0 0 1 0 1.5h-.977Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(InboxArrowDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/InboxIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/InboxIcon.d.ts new file mode 100644 index 00000000..1bf31e53 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/InboxIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const InboxIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default InboxIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/InboxIcon.js b/frontend/node_modules/@heroicons/react/20/solid/InboxIcon.js new file mode 100644 index 00000000..301e456b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/InboxIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function InboxIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 11.27c0-.246.033-.492.099-.73l1.523-5.521A2.75 2.75 0 0 1 5.273 3h9.454a2.75 2.75 0 0 1 2.651 2.019l1.523 5.52c.066.239.099.485.099.732V15a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-3.73Zm3.068-5.852A1.25 1.25 0 0 1 5.273 4.5h9.454a1.25 1.25 0 0 1 1.205.918l1.523 5.52c.006.02.01.041.015.062H14a1 1 0 0 0-.86.49l-.606 1.02a1 1 0 0 1-.86.49H8.236a1 1 0 0 1-.894-.553l-.448-.894A1 1 0 0 0 6 11H2.53l.015-.062 1.523-5.52Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(InboxIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/InboxStackIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/InboxStackIcon.d.ts new file mode 100644 index 00000000..cea338d6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/InboxStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const InboxStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default InboxStackIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/InboxStackIcon.js b/frontend/node_modules/@heroicons/react/20/solid/InboxStackIcon.js new file mode 100644 index 00000000..a9d410aa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/InboxStackIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function InboxStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.045 6.954a2.75 2.75 0 0 1 .217-.678L2.53 3.58A2.75 2.75 0 0 1 5.019 2h9.962a2.75 2.75 0 0 1 2.488 1.58l1.27 2.696c.101.216.174.444.216.678A1 1 0 0 1 19 7.25v1.5a2.75 2.75 0 0 1-2.75 2.75H3.75A2.75 2.75 0 0 1 1 8.75v-1.5a1 1 0 0 1 .045-.296Zm2.843-2.736A1.25 1.25 0 0 1 5.02 3.5h9.962c.484 0 .925.28 1.13.718l.957 2.032H14a1 1 0 0 0-.86.49l-.606 1.02a1 1 0 0 1-.86.49H8.236a1 1 0 0 1-.894-.553l-.448-.894A1 1 0 0 0 6 6.25H2.932l.956-2.032Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M1 14a1 1 0 0 1 1-1h4a1 1 0 0 1 .894.553l.448.894a1 1 0 0 0 .894.553h3.438a1 1 0 0 0 .86-.49l.606-1.02A1 1 0 0 1 14 13h4a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-2Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(InboxStackIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/InformationCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/InformationCircleIcon.d.ts new file mode 100644 index 00000000..f072a915 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/InformationCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const InformationCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default InformationCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/InformationCircleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/InformationCircleIcon.js new file mode 100644 index 00000000..fdc7e1d0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/InformationCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function InformationCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M18 10a8 8 0 1 1-16 0 8 8 0 0 1 16 0Zm-7-4a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM9 9a.75.75 0 0 0 0 1.5h.253a.25.25 0 0 1 .244.304l-.459 2.066A1.75 1.75 0 0 0 10.747 15H11a.75.75 0 0 0 0-1.5h-.253a.25.25 0 0 1-.244-.304l.459-2.066A1.75 1.75 0 0 0 9.253 9H9Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(InformationCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ItalicIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ItalicIcon.d.ts new file mode 100644 index 00000000..3b26c948 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ItalicIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ItalicIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ItalicIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ItalicIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ItalicIcon.js new file mode 100644 index 00000000..7840d2aa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ItalicIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ItalicIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 2.75A.75.75 0 0 1 8.75 2h7.5a.75.75 0 0 1 0 1.5h-3.215l-4.483 13h2.698a.75.75 0 0 1 0 1.5h-7.5a.75.75 0 0 1 0-1.5h3.215l4.483-13H8.75A.75.75 0 0 1 8 2.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ItalicIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/KeyIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/KeyIcon.d.ts new file mode 100644 index 00000000..54031ee1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/KeyIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const KeyIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default KeyIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/KeyIcon.js b/frontend/node_modules/@heroicons/react/20/solid/KeyIcon.js new file mode 100644 index 00000000..e951410b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/KeyIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function KeyIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 7a5 5 0 1 1 3.61 4.804l-1.903 1.903A1 1 0 0 1 9 14H8v1a1 1 0 0 1-1 1H6v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-2a1 1 0 0 1 .293-.707L8.196 8.39A5.002 5.002 0 0 1 8 7Zm5-3a.75.75 0 0 0 0 1.5A1.5 1.5 0 0 1 14.5 7 .75.75 0 0 0 16 7a3 3 0 0 0-3-3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(KeyIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/LanguageIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/LanguageIcon.d.ts new file mode 100644 index 00000000..004c7bdd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/LanguageIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LanguageIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LanguageIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/LanguageIcon.js b/frontend/node_modules/@heroicons/react/20/solid/LanguageIcon.js new file mode 100644 index 00000000..f549eb96 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/LanguageIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function LanguageIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M7.75 2.75a.75.75 0 0 0-1.5 0v1.258a32.987 32.987 0 0 0-3.599.278.75.75 0 1 0 .198 1.487A31.545 31.545 0 0 1 8.7 5.545 19.381 19.381 0 0 1 7 9.56a19.418 19.418 0 0 1-1.002-2.05.75.75 0 0 0-1.384.577 20.935 20.935 0 0 0 1.492 2.91 19.613 19.613 0 0 1-3.828 4.154.75.75 0 1 0 .945 1.164A21.116 21.116 0 0 0 7 12.331c.095.132.192.262.29.391a.75.75 0 0 0 1.194-.91c-.204-.266-.4-.538-.59-.815a20.888 20.888 0 0 0 2.333-5.332c.31.031.618.068.924.108a.75.75 0 0 0 .198-1.487 32.832 32.832 0 0 0-3.599-.278V2.75Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M13 8a.75.75 0 0 1 .671.415l4.25 8.5a.75.75 0 1 1-1.342.67L15.787 16h-5.573l-.793 1.585a.75.75 0 1 1-1.342-.67l4.25-8.5A.75.75 0 0 1 13 8Zm2.037 6.5L13 10.427 10.964 14.5h4.073Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LanguageIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/LifebuoyIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/LifebuoyIcon.d.ts new file mode 100644 index 00000000..9e84fdbe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/LifebuoyIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LifebuoyIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LifebuoyIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/LifebuoyIcon.js b/frontend/node_modules/@heroicons/react/20/solid/LifebuoyIcon.js new file mode 100644 index 00000000..5c4ffa8e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/LifebuoyIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function LifebuoyIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "m7.171 4.146 1.947 2.466a3.514 3.514 0 0 1 1.764 0l1.947-2.466a6.52 6.52 0 0 0-5.658 0Zm8.683 3.025-2.466 1.947c.15.578.15 1.186 0 1.764l2.466 1.947a6.52 6.52 0 0 0 0-5.658Zm-3.025 8.683-1.947-2.466c-.578.15-1.186.15-1.764 0l-1.947 2.466a6.52 6.52 0 0 0 5.658 0ZM4.146 12.83l2.466-1.947a3.514 3.514 0 0 1 0-1.764L4.146 7.171a6.52 6.52 0 0 0 0 5.658ZM5.63 3.297a8.01 8.01 0 0 1 8.738 0 8.031 8.031 0 0 1 2.334 2.334 8.01 8.01 0 0 1 0 8.738 8.033 8.033 0 0 1-2.334 2.334 8.01 8.01 0 0 1-8.738 0 8.032 8.032 0 0 1-2.334-2.334 8.01 8.01 0 0 1 0-8.738A8.03 8.03 0 0 1 5.63 3.297Zm5.198 4.882a2.008 2.008 0 0 0-2.243.407 1.994 1.994 0 0 0-.407 2.243 1.993 1.993 0 0 0 .992.992 2.008 2.008 0 0 0 2.243-.407c.176-.175.31-.374.407-.585a2.008 2.008 0 0 0-.407-2.243 1.993 1.993 0 0 0-.585-.407Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LifebuoyIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/LightBulbIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/LightBulbIcon.d.ts new file mode 100644 index 00000000..140569d3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/LightBulbIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LightBulbIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LightBulbIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/LightBulbIcon.js b/frontend/node_modules/@heroicons/react/20/solid/LightBulbIcon.js new file mode 100644 index 00000000..1a541960 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/LightBulbIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function LightBulbIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10 1a6 6 0 0 0-3.815 10.631C7.237 12.5 8 13.443 8 14.456v.644a.75.75 0 0 0 .572.729 6.016 6.016 0 0 0 2.856 0A.75.75 0 0 0 12 15.1v-.644c0-1.013.762-1.957 1.815-2.825A6 6 0 0 0 10 1ZM8.863 17.414a.75.75 0 0 0-.226 1.483 9.066 9.066 0 0 0 2.726 0 .75.75 0 0 0-.226-1.483 7.553 7.553 0 0 1-2.274 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LightBulbIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/LinkIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/LinkIcon.d.ts new file mode 100644 index 00000000..7c670eff --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/LinkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LinkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LinkIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/LinkIcon.js b/frontend/node_modules/@heroicons/react/20/solid/LinkIcon.js new file mode 100644 index 00000000..62b8d1e0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/LinkIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function LinkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M12.232 4.232a2.5 2.5 0 0 1 3.536 3.536l-1.225 1.224a.75.75 0 0 0 1.061 1.06l1.224-1.224a4 4 0 0 0-5.656-5.656l-3 3a4 4 0 0 0 .225 5.865.75.75 0 0 0 .977-1.138 2.5 2.5 0 0 1-.142-3.667l3-3Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M11.603 7.963a.75.75 0 0 0-.977 1.138 2.5 2.5 0 0 1 .142 3.667l-3 3a2.5 2.5 0 0 1-3.536-3.536l1.225-1.224a.75.75 0 0 0-1.061-1.06l-1.224 1.224a4 4 0 1 0 5.656 5.656l3-3a4 4 0 0 0-.225-5.865Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LinkIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/LinkSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/LinkSlashIcon.d.ts new file mode 100644 index 00000000..10fa71e3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/LinkSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LinkSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LinkSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/LinkSlashIcon.js b/frontend/node_modules/@heroicons/react/20/solid/LinkSlashIcon.js new file mode 100644 index 00000000..73bff1c8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/LinkSlashIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function LinkSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.22 2.22a.75.75 0 0 1 1.06 0l4.46 4.46c.128-.178.272-.349.432-.508l3-3a4 4 0 0 1 5.657 5.656l-1.225 1.225a.75.75 0 1 1-1.06-1.06l1.224-1.225a2.5 2.5 0 0 0-3.536-3.536l-3 3a2.504 2.504 0 0 0-.406.533l2.59 2.59a2.49 2.49 0 0 0-.79-1.254.75.75 0 1 1 .977-1.138 3.997 3.997 0 0 1 1.306 3.886l4.871 4.87a.75.75 0 1 1-1.06 1.061l-5.177-5.177-.006-.005-4.134-4.134a.65.65 0 0 1-.005-.006L2.22 3.28a.75.75 0 0 1 0-1.06Zm3.237 7.727a.75.75 0 0 1 0 1.06l-1.225 1.225a2.5 2.5 0 0 0 3.536 3.536l1.879-1.879a.75.75 0 1 1 1.06 1.06L8.83 16.83a4 4 0 0 1-5.657-5.657l1.224-1.225a.75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LinkSlashIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ListBulletIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ListBulletIcon.d.ts new file mode 100644 index 00000000..0c6cd1ed --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ListBulletIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ListBulletIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ListBulletIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ListBulletIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ListBulletIcon.js new file mode 100644 index 00000000..e1ed8744 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ListBulletIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ListBulletIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6 4.75A.75.75 0 0 1 6.75 4h10.5a.75.75 0 0 1 0 1.5H6.75A.75.75 0 0 1 6 4.75ZM6 10a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H6.75A.75.75 0 0 1 6 10Zm0 5.25a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H6.75a.75.75 0 0 1-.75-.75ZM1.99 4.75a1 1 0 0 1 1-1H3a1 1 0 0 1 1 1v.01a1 1 0 0 1-1 1h-.01a1 1 0 0 1-1-1v-.01ZM1.99 15.25a1 1 0 0 1 1-1H3a1 1 0 0 1 1 1v.01a1 1 0 0 1-1 1h-.01a1 1 0 0 1-1-1v-.01ZM1.99 10a1 1 0 0 1 1-1H3a1 1 0 0 1 1 1v.01a1 1 0 0 1-1 1h-.01a1 1 0 0 1-1-1V10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ListBulletIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/LockClosedIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/LockClosedIcon.d.ts new file mode 100644 index 00000000..b5df9ca2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/LockClosedIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LockClosedIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LockClosedIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/LockClosedIcon.js b/frontend/node_modules/@heroicons/react/20/solid/LockClosedIcon.js new file mode 100644 index 00000000..8cf08e3b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/LockClosedIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function LockClosedIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 1a4.5 4.5 0 0 0-4.5 4.5V9H5a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2h-.5V5.5A4.5 4.5 0 0 0 10 1Zm3 8V5.5a3 3 0 1 0-6 0V9h6Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LockClosedIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/LockOpenIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/LockOpenIcon.d.ts new file mode 100644 index 00000000..0f847fce --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/LockOpenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LockOpenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LockOpenIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/LockOpenIcon.js b/frontend/node_modules/@heroicons/react/20/solid/LockOpenIcon.js new file mode 100644 index 00000000..6764e6c9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/LockOpenIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function LockOpenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M14.5 1A4.5 4.5 0 0 0 10 5.5V9H3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2h-1.5V5.5a3 3 0 1 1 6 0v2.75a.75.75 0 0 0 1.5 0V5.5A4.5 4.5 0 0 0 14.5 1Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LockOpenIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/MagnifyingGlassCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/MagnifyingGlassCircleIcon.d.ts new file mode 100644 index 00000000..bb57af1e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/MagnifyingGlassCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MagnifyingGlassCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MagnifyingGlassCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/MagnifyingGlassCircleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/MagnifyingGlassCircleIcon.js new file mode 100644 index 00000000..4e692965 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/MagnifyingGlassCircleIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function MagnifyingGlassCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M6.5 9a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16ZM9 5a4 4 0 1 0 2.248 7.309l1.472 1.471a.75.75 0 1 0 1.06-1.06l-1.471-1.472A4 4 0 0 0 9 5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MagnifyingGlassCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/MagnifyingGlassIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/MagnifyingGlassIcon.d.ts new file mode 100644 index 00000000..8481bf29 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/MagnifyingGlassIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MagnifyingGlassIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MagnifyingGlassIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/MagnifyingGlassIcon.js b/frontend/node_modules/@heroicons/react/20/solid/MagnifyingGlassIcon.js new file mode 100644 index 00000000..d0726f55 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/MagnifyingGlassIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function MagnifyingGlassIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9 3.5a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11ZM2 9a7 7 0 1 1 12.452 4.391l3.328 3.329a.75.75 0 1 1-1.06 1.06l-3.329-3.328A7 7 0 0 1 2 9Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MagnifyingGlassIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/MagnifyingGlassMinusIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/MagnifyingGlassMinusIcon.d.ts new file mode 100644 index 00000000..e0d8a15d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/MagnifyingGlassMinusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MagnifyingGlassMinusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MagnifyingGlassMinusIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/MagnifyingGlassMinusIcon.js b/frontend/node_modules/@heroicons/react/20/solid/MagnifyingGlassMinusIcon.js new file mode 100644 index 00000000..3b970841 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/MagnifyingGlassMinusIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function MagnifyingGlassMinusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M6.75 8.25a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5h-4.5Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9 2a7 7 0 1 0 4.391 12.452l3.329 3.328a.75.75 0 1 0 1.06-1.06l-3.328-3.329A7 7 0 0 0 9 2ZM3.5 9a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MagnifyingGlassMinusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/MagnifyingGlassPlusIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/MagnifyingGlassPlusIcon.d.ts new file mode 100644 index 00000000..2f92e87a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/MagnifyingGlassPlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MagnifyingGlassPlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MagnifyingGlassPlusIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/MagnifyingGlassPlusIcon.js b/frontend/node_modules/@heroicons/react/20/solid/MagnifyingGlassPlusIcon.js new file mode 100644 index 00000000..03c62f90 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/MagnifyingGlassPlusIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function MagnifyingGlassPlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M9 6a.75.75 0 0 1 .75.75v1.5h1.5a.75.75 0 0 1 0 1.5h-1.5v1.5a.75.75 0 0 1-1.5 0v-1.5h-1.5a.75.75 0 0 1 0-1.5h1.5v-1.5A.75.75 0 0 1 9 6Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 9a7 7 0 1 1 12.452 4.391l3.328 3.329a.75.75 0 1 1-1.06 1.06l-3.329-3.328A7 7 0 0 1 2 9Zm7-5.5a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MagnifyingGlassPlusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/MapIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/MapIcon.d.ts new file mode 100644 index 00000000..0d81f6f4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/MapIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MapIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MapIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/MapIcon.js b/frontend/node_modules/@heroicons/react/20/solid/MapIcon.js new file mode 100644 index 00000000..57fe75b2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/MapIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function MapIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8.157 2.176a1.5 1.5 0 0 0-1.147 0l-4.084 1.69A1.5 1.5 0 0 0 2 5.25v10.877a1.5 1.5 0 0 0 2.074 1.386l3.51-1.452 4.26 1.762a1.5 1.5 0 0 0 1.146 0l4.083-1.69A1.5 1.5 0 0 0 18 14.75V3.872a1.5 1.5 0 0 0-2.073-1.386l-3.51 1.452-4.26-1.762ZM7.58 5a.75.75 0 0 1 .75.75v6.5a.75.75 0 0 1-1.5 0v-6.5A.75.75 0 0 1 7.58 5Zm5.59 2.75a.75.75 0 0 0-1.5 0v6.5a.75.75 0 0 0 1.5 0v-6.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MapIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/MapPinIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/MapPinIcon.d.ts new file mode 100644 index 00000000..5a651e4f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/MapPinIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MapPinIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MapPinIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/MapPinIcon.js b/frontend/node_modules/@heroicons/react/20/solid/MapPinIcon.js new file mode 100644 index 00000000..3a5c3345 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/MapPinIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function MapPinIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "m9.69 18.933.003.001C9.89 19.02 10 19 10 19s.11.02.308-.066l.002-.001.006-.003.018-.008a5.741 5.741 0 0 0 .281-.14c.186-.096.446-.24.757-.433.62-.384 1.445-.966 2.274-1.765C15.302 14.988 17 12.493 17 9A7 7 0 1 0 3 9c0 3.492 1.698 5.988 3.355 7.584a13.731 13.731 0 0 0 2.273 1.765 11.842 11.842 0 0 0 .976.544l.062.029.018.008.006.003ZM10 11.25a2.25 2.25 0 1 0 0-4.5 2.25 2.25 0 0 0 0 4.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MapPinIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/MegaphoneIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/MegaphoneIcon.d.ts new file mode 100644 index 00000000..105abf4b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/MegaphoneIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MegaphoneIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MegaphoneIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/MegaphoneIcon.js b/frontend/node_modules/@heroicons/react/20/solid/MegaphoneIcon.js new file mode 100644 index 00000000..9c9e89bc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/MegaphoneIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function MegaphoneIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M13.92 3.845a19.362 19.362 0 0 1-6.3 1.98C6.765 5.942 5.89 6 5 6a4 4 0 0 0-.504 7.969 15.97 15.97 0 0 0 1.271 3.34c.397.771 1.342 1 2.05.59l.867-.5c.726-.419.94-1.32.588-2.02-.166-.331-.315-.666-.448-1.004 1.8.357 3.511.963 5.096 1.78A17.964 17.964 0 0 0 15 10c0-2.162-.381-4.235-1.08-6.155ZM15.243 3.097A19.456 19.456 0 0 1 16.5 10c0 2.43-.445 4.758-1.257 6.904l-.03.077a.75.75 0 0 0 1.401.537 20.903 20.903 0 0 0 1.312-5.745 2 2 0 0 0 0-3.546 20.902 20.902 0 0 0-1.312-5.745.75.75 0 0 0-1.4.537l.029.078Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MegaphoneIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/MicrophoneIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/MicrophoneIcon.d.ts new file mode 100644 index 00000000..8671d6b9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/MicrophoneIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MicrophoneIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MicrophoneIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/MicrophoneIcon.js b/frontend/node_modules/@heroicons/react/20/solid/MicrophoneIcon.js new file mode 100644 index 00000000..b76043b0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/MicrophoneIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function MicrophoneIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M7 4a3 3 0 0 1 6 0v6a3 3 0 1 1-6 0V4Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M5.5 9.643a.75.75 0 0 0-1.5 0V10c0 3.06 2.29 5.585 5.25 5.954V17.5h-1.5a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5h-1.5v-1.546A6.001 6.001 0 0 0 16 10v-.357a.75.75 0 0 0-1.5 0V10a4.5 4.5 0 0 1-9 0v-.357Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MicrophoneIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/MinusCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/MinusCircleIcon.d.ts new file mode 100644 index 00000000..cfc27bcc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/MinusCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MinusCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MinusCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/MinusCircleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/MinusCircleIcon.js new file mode 100644 index 00000000..29bdce22 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/MinusCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function MinusCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16ZM6.75 9.25a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MinusCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/MinusIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/MinusIcon.d.ts new file mode 100644 index 00000000..7fdb4b6c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/MinusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MinusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MinusIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/MinusIcon.js b/frontend/node_modules/@heroicons/react/20/solid/MinusIcon.js new file mode 100644 index 00000000..3a179d2d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/MinusIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function MinusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4 10a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H4.75A.75.75 0 0 1 4 10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MinusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/MinusSmallIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/MinusSmallIcon.d.ts new file mode 100644 index 00000000..b8f586d6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/MinusSmallIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const MinusSmallIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MinusSmallIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/MinusSmallIcon.js b/frontend/node_modules/@heroicons/react/20/solid/MinusSmallIcon.js new file mode 100644 index 00000000..97e8e21a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/MinusSmallIcon.js @@ -0,0 +1,23 @@ +const React = require("react"); +/** @deprecated */ +function MinusSmallIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M6.75 9.25a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MinusSmallIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/MoonIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/MoonIcon.d.ts new file mode 100644 index 00000000..de7d2c5e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/MoonIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MoonIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MoonIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/MoonIcon.js b/frontend/node_modules/@heroicons/react/20/solid/MoonIcon.js new file mode 100644 index 00000000..eee7ebfb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/MoonIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function MoonIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.455 2.004a.75.75 0 0 1 .26.77 7 7 0 0 0 9.958 7.967.75.75 0 0 1 1.067.853A8.5 8.5 0 1 1 6.647 1.921a.75.75 0 0 1 .808.083Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MoonIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/MusicalNoteIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/MusicalNoteIcon.d.ts new file mode 100644 index 00000000..043d34ef --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/MusicalNoteIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MusicalNoteIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MusicalNoteIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/MusicalNoteIcon.js b/frontend/node_modules/@heroicons/react/20/solid/MusicalNoteIcon.js new file mode 100644 index 00000000..056af808 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/MusicalNoteIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function MusicalNoteIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M17.721 1.599a.75.75 0 0 1 .279.583v11.29a2.25 2.25 0 0 1-1.774 2.2l-2.041.44a2.216 2.216 0 0 1-.938-4.332l2.662-.577a.75.75 0 0 0 .591-.733V6.112l-8 1.73v7.684a2.25 2.25 0 0 1-1.774 2.2l-2.042.44a2.216 2.216 0 1 1-.935-4.331l2.659-.573A.75.75 0 0 0 7 12.529V4.236a.75.75 0 0 1 .591-.733l9.5-2.054a.75.75 0 0 1 .63.15Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MusicalNoteIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/NewspaperIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/NewspaperIcon.d.ts new file mode 100644 index 00000000..79735338 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/NewspaperIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const NewspaperIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default NewspaperIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/NewspaperIcon.js b/frontend/node_modules/@heroicons/react/20/solid/NewspaperIcon.js new file mode 100644 index 00000000..d0edf0d9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/NewspaperIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function NewspaperIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 3.5A1.5 1.5 0 0 1 3.5 2h9A1.5 1.5 0 0 1 14 3.5v11.75A2.75 2.75 0 0 0 16.75 18h-12A2.75 2.75 0 0 1 2 15.25V3.5Zm3.75 7a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5h-4.5Zm0 3a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5h-4.5ZM5 5.75A.75.75 0 0 1 5.75 5h4.5a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-4.5A.75.75 0 0 1 5 8.25v-2.5Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M16.5 6.5h-1v8.75a1.25 1.25 0 1 0 2.5 0V8a1.5 1.5 0 0 0-1.5-1.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(NewspaperIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/NoSymbolIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/NoSymbolIcon.d.ts new file mode 100644 index 00000000..5a3d4b75 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/NoSymbolIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const NoSymbolIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default NoSymbolIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/NoSymbolIcon.js b/frontend/node_modules/@heroicons/react/20/solid/NoSymbolIcon.js new file mode 100644 index 00000000..2065e6df --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/NoSymbolIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function NoSymbolIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "m5.965 4.904 9.131 9.131a6.5 6.5 0 0 0-9.131-9.131Zm8.07 10.192L4.904 5.965a6.5 6.5 0 0 0 9.131 9.131ZM4.343 4.343a8 8 0 1 1 11.314 11.314A8 8 0 0 1 4.343 4.343Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(NoSymbolIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/NumberedListIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/NumberedListIcon.d.ts new file mode 100644 index 00000000..bd0b135f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/NumberedListIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const NumberedListIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default NumberedListIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/NumberedListIcon.js b/frontend/node_modules/@heroicons/react/20/solid/NumberedListIcon.js new file mode 100644 index 00000000..45dc1452 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/NumberedListIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function NumberedListIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3 1.25a.75.75 0 0 0 0 1.5h.25v2.5a.75.75 0 0 0 1.5 0V2A.75.75 0 0 0 4 1.25H3ZM2.97 8.654a3.5 3.5 0 0 1 1.524-.12.034.034 0 0 1-.012.012L2.415 9.579A.75.75 0 0 0 2 10.25v1c0 .414.336.75.75.75h2.5a.75.75 0 0 0 0-1.5H3.927l1.225-.613c.52-.26.848-.79.848-1.371 0-.647-.429-1.327-1.193-1.451a5.03 5.03 0 0 0-2.277.155.75.75 0 0 0 .44 1.434ZM7.75 3a.75.75 0 0 0 0 1.5h9.5a.75.75 0 0 0 0-1.5h-9.5ZM7.75 9.25a.75.75 0 0 0 0 1.5h9.5a.75.75 0 0 0 0-1.5h-9.5ZM7.75 15.5a.75.75 0 0 0 0 1.5h9.5a.75.75 0 0 0 0-1.5h-9.5ZM2.625 13.875a.75.75 0 0 0 0 1.5h1.5a.125.125 0 0 1 0 .25H3.5a.75.75 0 0 0 0 1.5h.625a.125.125 0 0 1 0 .25h-1.5a.75.75 0 0 0 0 1.5h1.5a1.625 1.625 0 0 0 1.37-2.5 1.625 1.625 0 0 0-1.37-2.5h-1.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(NumberedListIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/PaintBrushIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/PaintBrushIcon.d.ts new file mode 100644 index 00000000..2278908e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PaintBrushIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PaintBrushIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PaintBrushIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/PaintBrushIcon.js b/frontend/node_modules/@heroicons/react/20/solid/PaintBrushIcon.js new file mode 100644 index 00000000..7c7cd35e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PaintBrushIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function PaintBrushIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M15.993 1.385a1.87 1.87 0 0 1 2.623 2.622l-4.03 5.27a12.749 12.749 0 0 1-4.237 3.562 4.508 4.508 0 0 0-3.188-3.188 12.75 12.75 0 0 1 3.562-4.236l5.27-4.03ZM6 11a3 3 0 0 0-3 3 .5.5 0 0 1-.72.45.75.75 0 0 0-1.035.931A4.001 4.001 0 0 0 9 14.004V14a3.01 3.01 0 0 0-1.66-2.685A2.99 2.99 0 0 0 6 11Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PaintBrushIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/PaperAirplaneIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/PaperAirplaneIcon.d.ts new file mode 100644 index 00000000..8f9b057d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PaperAirplaneIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PaperAirplaneIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PaperAirplaneIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/PaperAirplaneIcon.js b/frontend/node_modules/@heroicons/react/20/solid/PaperAirplaneIcon.js new file mode 100644 index 00000000..dca6b933 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PaperAirplaneIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function PaperAirplaneIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.105 2.288a.75.75 0 0 0-.826.95l1.414 4.926A1.5 1.5 0 0 0 5.135 9.25h6.115a.75.75 0 0 1 0 1.5H5.135a1.5 1.5 0 0 0-1.442 1.086l-1.414 4.926a.75.75 0 0 0 .826.95 28.897 28.897 0 0 0 15.293-7.155.75.75 0 0 0 0-1.114A28.897 28.897 0 0 0 3.105 2.288Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PaperAirplaneIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/PaperClipIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/PaperClipIcon.d.ts new file mode 100644 index 00000000..85bc18b3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PaperClipIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PaperClipIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PaperClipIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/PaperClipIcon.js b/frontend/node_modules/@heroicons/react/20/solid/PaperClipIcon.js new file mode 100644 index 00000000..ec0fd1b1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PaperClipIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PaperClipIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15.621 4.379a3 3 0 0 0-4.242 0l-7 7a3 3 0 0 0 4.241 4.243h.001l.497-.5a.75.75 0 0 1 1.064 1.057l-.498.501-.002.002a4.5 4.5 0 0 1-6.364-6.364l7-7a4.5 4.5 0 0 1 6.368 6.36l-3.455 3.553A2.625 2.625 0 1 1 9.52 9.52l3.45-3.451a.75.75 0 1 1 1.061 1.06l-3.45 3.451a1.125 1.125 0 0 0 1.587 1.595l3.454-3.553a3 3 0 0 0 0-4.242Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PaperClipIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/PauseCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/PauseCircleIcon.d.ts new file mode 100644 index 00000000..369128d9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PauseCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PauseCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PauseCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/PauseCircleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/PauseCircleIcon.js new file mode 100644 index 00000000..0340b6b8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PauseCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PauseCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 10a8 8 0 1 1 16 0 8 8 0 0 1-16 0Zm5-2.25A.75.75 0 0 1 7.75 7h.5a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-.75.75h-.5a.75.75 0 0 1-.75-.75v-4.5Zm4 0a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-.75.75h-.5a.75.75 0 0 1-.75-.75v-4.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PauseCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/PauseIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/PauseIcon.d.ts new file mode 100644 index 00000000..be960989 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PauseIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PauseIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PauseIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/PauseIcon.js b/frontend/node_modules/@heroicons/react/20/solid/PauseIcon.js new file mode 100644 index 00000000..263b98cb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PauseIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function PauseIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5.75 3a.75.75 0 0 0-.75.75v12.5c0 .414.336.75.75.75h1.5a.75.75 0 0 0 .75-.75V3.75A.75.75 0 0 0 7.25 3h-1.5ZM12.75 3a.75.75 0 0 0-.75.75v12.5c0 .414.336.75.75.75h1.5a.75.75 0 0 0 .75-.75V3.75a.75.75 0 0 0-.75-.75h-1.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PauseIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/PencilIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/PencilIcon.d.ts new file mode 100644 index 00000000..cfc12556 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PencilIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PencilIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PencilIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/PencilIcon.js b/frontend/node_modules/@heroicons/react/20/solid/PencilIcon.js new file mode 100644 index 00000000..be34786f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PencilIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function PencilIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "m2.695 14.762-1.262 3.155a.5.5 0 0 0 .65.65l3.155-1.262a4 4 0 0 0 1.343-.886L17.5 5.501a2.121 2.121 0 0 0-3-3L3.58 13.419a4 4 0 0 0-.885 1.343Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PencilIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/PencilSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/PencilSquareIcon.d.ts new file mode 100644 index 00000000..b1008d21 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PencilSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PencilSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PencilSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/PencilSquareIcon.js b/frontend/node_modules/@heroicons/react/20/solid/PencilSquareIcon.js new file mode 100644 index 00000000..48ad010a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PencilSquareIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PencilSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "m5.433 13.917 1.262-3.155A4 4 0 0 1 7.58 9.42l6.92-6.918a2.121 2.121 0 0 1 3 3l-6.92 6.918c-.383.383-.84.685-1.343.886l-3.154 1.262a.5.5 0 0 1-.65-.65Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M3.5 5.75c0-.69.56-1.25 1.25-1.25H10A.75.75 0 0 0 10 3H4.75A2.75 2.75 0 0 0 2 5.75v9.5A2.75 2.75 0 0 0 4.75 18h9.5A2.75 2.75 0 0 0 17 15.25V10a.75.75 0 0 0-1.5 0v5.25c0 .69-.56 1.25-1.25 1.25h-9.5c-.69 0-1.25-.56-1.25-1.25v-9.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PencilSquareIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/PercentBadgeIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/PercentBadgeIcon.d.ts new file mode 100644 index 00000000..e879c9fe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PercentBadgeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PercentBadgeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PercentBadgeIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/PercentBadgeIcon.js b/frontend/node_modules/@heroicons/react/20/solid/PercentBadgeIcon.js new file mode 100644 index 00000000..d13b3b18 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PercentBadgeIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PercentBadgeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.597 7.348a3 3 0 0 0 0 5.304 3 3 0 0 0 3.75 3.751 3 3 0 0 0 5.305 0 3 3 0 0 0 3.751-3.75 3 3 0 0 0 0-5.305 3 3 0 0 0-3.75-3.751 3 3 0 0 0-5.305 0 3 3 0 0 0-3.751 3.75Zm9.933.182a.75.75 0 0 0-1.06-1.06l-6 6a.75.75 0 1 0 1.06 1.06l6-6Zm.47 5.22a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0ZM7.25 8.5a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PercentBadgeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/PhoneArrowDownLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/PhoneArrowDownLeftIcon.d.ts new file mode 100644 index 00000000..a9d877f2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PhoneArrowDownLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PhoneArrowDownLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PhoneArrowDownLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/PhoneArrowDownLeftIcon.js b/frontend/node_modules/@heroicons/react/20/solid/PhoneArrowDownLeftIcon.js new file mode 100644 index 00000000..329c4e8f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PhoneArrowDownLeftIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function PhoneArrowDownLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.5 2A1.5 1.5 0 0 0 2 3.5V5c0 1.149.15 2.263.43 3.326a13.022 13.022 0 0 0 9.244 9.244c1.063.28 2.177.43 3.326.43h1.5a1.5 1.5 0 0 0 1.5-1.5v-1.148a1.5 1.5 0 0 0-1.175-1.465l-3.223-.716a1.5 1.5 0 0 0-1.767 1.052l-.267.933c-.117.41-.555.643-.95.48a11.542 11.542 0 0 1-6.254-6.254c-.163-.395.07-.833.48-.95l.933-.267a1.5 1.5 0 0 0 1.052-1.767l-.716-3.223A1.5 1.5 0 0 0 4.648 2H3.5ZM16.72 2.22a.75.75 0 1 1 1.06 1.06L14.56 6.5h2.69a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75v-4.5a.75.75 0 0 1 1.5 0v2.69l3.22-3.22Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PhoneArrowDownLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/PhoneArrowUpRightIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/PhoneArrowUpRightIcon.d.ts new file mode 100644 index 00000000..9b1ff4da --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PhoneArrowUpRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PhoneArrowUpRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PhoneArrowUpRightIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/PhoneArrowUpRightIcon.js b/frontend/node_modules/@heroicons/react/20/solid/PhoneArrowUpRightIcon.js new file mode 100644 index 00000000..f8079eeb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PhoneArrowUpRightIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function PhoneArrowUpRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.5 2A1.5 1.5 0 0 0 2 3.5V5c0 1.149.15 2.263.43 3.326a13.022 13.022 0 0 0 9.244 9.244c1.063.28 2.177.43 3.326.43h1.5a1.5 1.5 0 0 0 1.5-1.5v-1.148a1.5 1.5 0 0 0-1.175-1.465l-3.223-.716a1.5 1.5 0 0 0-1.767 1.052l-.267.933c-.117.41-.555.643-.95.48a11.542 11.542 0 0 1-6.254-6.254c-.163-.395.07-.833.48-.95l.933-.267a1.5 1.5 0 0 0 1.052-1.767l-.716-3.223A1.5 1.5 0 0 0 4.648 2H3.5ZM16.5 4.56l-3.22 3.22a.75.75 0 1 1-1.06-1.06l3.22-3.22h-2.69a.75.75 0 0 1 0-1.5h4.5a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0V4.56Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PhoneArrowUpRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/PhoneIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/PhoneIcon.d.ts new file mode 100644 index 00000000..e9a6bb47 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PhoneIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PhoneIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PhoneIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/PhoneIcon.js b/frontend/node_modules/@heroicons/react/20/solid/PhoneIcon.js new file mode 100644 index 00000000..ea0233b6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PhoneIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PhoneIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 3.5A1.5 1.5 0 0 1 3.5 2h1.148a1.5 1.5 0 0 1 1.465 1.175l.716 3.223a1.5 1.5 0 0 1-1.052 1.767l-.933.267c-.41.117-.643.555-.48.95a11.542 11.542 0 0 0 6.254 6.254c.395.163.833-.07.95-.48l.267-.933a1.5 1.5 0 0 1 1.767-1.052l3.223.716A1.5 1.5 0 0 1 18 15.352V16.5a1.5 1.5 0 0 1-1.5 1.5H15c-1.149 0-2.263-.15-3.326-.43A13.022 13.022 0 0 1 2.43 8.326 13.019 13.019 0 0 1 2 5V3.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PhoneIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/PhoneXMarkIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/PhoneXMarkIcon.d.ts new file mode 100644 index 00000000..f4afe695 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PhoneXMarkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PhoneXMarkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PhoneXMarkIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/PhoneXMarkIcon.js b/frontend/node_modules/@heroicons/react/20/solid/PhoneXMarkIcon.js new file mode 100644 index 00000000..60d40a78 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PhoneXMarkIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PhoneXMarkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.5 2A1.5 1.5 0 0 0 2 3.5V5c0 1.149.15 2.263.43 3.326a13.022 13.022 0 0 0 9.244 9.244c1.063.28 2.177.43 3.326.43h1.5a1.5 1.5 0 0 0 1.5-1.5v-1.148a1.5 1.5 0 0 0-1.175-1.465l-3.223-.716a1.5 1.5 0 0 0-1.767 1.052l-.267.933c-.117.41-.555.643-.95.48a11.542 11.542 0 0 1-6.254-6.254c-.163-.395.07-.833.48-.95l.933-.267a1.5 1.5 0 0 0 1.052-1.767l-.716-3.223A1.5 1.5 0 0 0 4.648 2H3.5Zm9.78.22a.75.75 0 1 0-1.06 1.06L13.94 5l-1.72 1.72a.75.75 0 0 0 1.06 1.06L15 6.06l1.72 1.72a.75.75 0 1 0 1.06-1.06L16.06 5l1.72-1.72a.75.75 0 0 0-1.06-1.06L15 3.94l-1.72-1.72Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PhoneXMarkIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/PhotoIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/PhotoIcon.d.ts new file mode 100644 index 00000000..b00e9f04 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PhotoIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PhotoIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PhotoIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/PhotoIcon.js b/frontend/node_modules/@heroicons/react/20/solid/PhotoIcon.js new file mode 100644 index 00000000..df5500c6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PhotoIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PhotoIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 5.25A2.25 2.25 0 0 1 3.25 3h13.5A2.25 2.25 0 0 1 19 5.25v9.5A2.25 2.25 0 0 1 16.75 17H3.25A2.25 2.25 0 0 1 1 14.75v-9.5Zm1.5 5.81v3.69c0 .414.336.75.75.75h13.5a.75.75 0 0 0 .75-.75v-2.69l-2.22-2.219a.75.75 0 0 0-1.06 0l-1.91 1.909.47.47a.75.75 0 1 1-1.06 1.06L6.53 8.091a.75.75 0 0 0-1.06 0l-2.97 2.97ZM12 7a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PhotoIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/PlayCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/PlayCircleIcon.d.ts new file mode 100644 index 00000000..a320814d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PlayCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PlayCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlayCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/PlayCircleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/PlayCircleIcon.js new file mode 100644 index 00000000..37c18492 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PlayCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PlayCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 10a8 8 0 1 1 16 0 8 8 0 0 1-16 0Zm6.39-2.908a.75.75 0 0 1 .766.027l3.5 2.25a.75.75 0 0 1 0 1.262l-3.5 2.25A.75.75 0 0 1 8 12.25v-4.5a.75.75 0 0 1 .39-.658Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlayCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/PlayIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/PlayIcon.d.ts new file mode 100644 index 00000000..7da224c8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PlayIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PlayIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlayIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/PlayIcon.js b/frontend/node_modules/@heroicons/react/20/solid/PlayIcon.js new file mode 100644 index 00000000..413e64bc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PlayIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function PlayIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M6.3 2.84A1.5 1.5 0 0 0 4 4.11v11.78a1.5 1.5 0 0 0 2.3 1.27l9.344-5.891a1.5 1.5 0 0 0 0-2.538L6.3 2.841Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlayIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/PlayPauseIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/PlayPauseIcon.d.ts new file mode 100644 index 00000000..1baf435f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PlayPauseIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PlayPauseIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlayPauseIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/PlayPauseIcon.js b/frontend/node_modules/@heroicons/react/20/solid/PlayPauseIcon.js new file mode 100644 index 00000000..f84affb3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PlayPauseIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function PlayPauseIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M12.75 4a.75.75 0 0 0-.75.75v10.5c0 .414.336.75.75.75h.5a.75.75 0 0 0 .75-.75V4.75a.75.75 0 0 0-.75-.75h-.5ZM17.75 4a.75.75 0 0 0-.75.75v10.5c0 .414.336.75.75.75h.5a.75.75 0 0 0 .75-.75V4.75a.75.75 0 0 0-.75-.75h-.5ZM3.288 4.819A1.5 1.5 0 0 0 1 6.095v7.81a1.5 1.5 0 0 0 2.288 1.277l6.323-3.906a1.5 1.5 0 0 0 0-2.552L3.288 4.819Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlayPauseIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/PlusCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/PlusCircleIcon.d.ts new file mode 100644 index 00000000..9c7ce73d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PlusCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PlusCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlusCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/PlusCircleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/PlusCircleIcon.js new file mode 100644 index 00000000..a5b2a75d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PlusCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PlusCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm.75-11.25a.75.75 0 0 0-1.5 0v2.5h-2.5a.75.75 0 0 0 0 1.5h2.5v2.5a.75.75 0 0 0 1.5 0v-2.5h2.5a.75.75 0 0 0 0-1.5h-2.5v-2.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlusCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/PlusIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/PlusIcon.d.ts new file mode 100644 index 00000000..04e381a1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlusIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/PlusIcon.js b/frontend/node_modules/@heroicons/react/20/solid/PlusIcon.js new file mode 100644 index 00000000..abf572d9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PlusIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function PlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10.75 4.75a.75.75 0 0 0-1.5 0v4.5h-4.5a.75.75 0 0 0 0 1.5h4.5v4.5a.75.75 0 0 0 1.5 0v-4.5h4.5a.75.75 0 0 0 0-1.5h-4.5v-4.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/PlusSmallIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/PlusSmallIcon.d.ts new file mode 100644 index 00000000..f00e0b8e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PlusSmallIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const PlusSmallIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlusSmallIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/PlusSmallIcon.js b/frontend/node_modules/@heroicons/react/20/solid/PlusSmallIcon.js new file mode 100644 index 00000000..c2a00d57 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PlusSmallIcon.js @@ -0,0 +1,23 @@ +const React = require("react"); +/** @deprecated */ +function PlusSmallIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10.75 6.75a.75.75 0 0 0-1.5 0v2.5h-2.5a.75.75 0 0 0 0 1.5h2.5v2.5a.75.75 0 0 0 1.5 0v-2.5h2.5a.75.75 0 0 0 0-1.5h-2.5v-2.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlusSmallIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/PowerIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/PowerIcon.d.ts new file mode 100644 index 00000000..754fe6b1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PowerIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PowerIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PowerIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/PowerIcon.js b/frontend/node_modules/@heroicons/react/20/solid/PowerIcon.js new file mode 100644 index 00000000..5a859df8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PowerIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PowerIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 2a.75.75 0 0 1 .75.75v7.5a.75.75 0 0 1-1.5 0v-7.5A.75.75 0 0 1 10 2ZM5.404 4.343a.75.75 0 0 1 0 1.06 6.5 6.5 0 1 0 9.192 0 .75.75 0 1 1 1.06-1.06 8 8 0 1 1-11.313 0 .75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PowerIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/PresentationChartBarIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/PresentationChartBarIcon.d.ts new file mode 100644 index 00000000..d80b6596 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PresentationChartBarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PresentationChartBarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PresentationChartBarIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/PresentationChartBarIcon.js b/frontend/node_modules/@heroicons/react/20/solid/PresentationChartBarIcon.js new file mode 100644 index 00000000..cbe4dbc6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PresentationChartBarIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PresentationChartBarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 2.75A.75.75 0 0 1 1.75 2h16.5a.75.75 0 0 1 0 1.5H18v8.75A2.75 2.75 0 0 1 15.25 15h-1.072l.798 3.06a.75.75 0 0 1-1.452.38L13.41 18H6.59l-.114.44a.75.75 0 0 1-1.452-.38L5.823 15H4.75A2.75 2.75 0 0 1 2 12.25V3.5h-.25A.75.75 0 0 1 1 2.75ZM7.373 15l-.391 1.5h6.037l-.392-1.5H7.373ZM13.25 5a.75.75 0 0 1 .75.75v5.5a.75.75 0 0 1-1.5 0v-5.5a.75.75 0 0 1 .75-.75Zm-6.5 4a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5A.75.75 0 0 1 6.75 9Zm4-1.25a.75.75 0 0 0-1.5 0v3.5a.75.75 0 0 0 1.5 0v-3.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PresentationChartBarIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/PresentationChartLineIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/PresentationChartLineIcon.d.ts new file mode 100644 index 00000000..a240a46d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PresentationChartLineIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PresentationChartLineIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PresentationChartLineIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/PresentationChartLineIcon.js b/frontend/node_modules/@heroicons/react/20/solid/PresentationChartLineIcon.js new file mode 100644 index 00000000..8f5c1071 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PresentationChartLineIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PresentationChartLineIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 2.75A.75.75 0 0 1 1.75 2h16.5a.75.75 0 0 1 0 1.5H18v8.75A2.75 2.75 0 0 1 15.25 15h-1.072l.798 3.06a.75.75 0 0 1-1.452.38L13.41 18H6.59l-.114.44a.75.75 0 0 1-1.452-.38L5.823 15H4.75A2.75 2.75 0 0 1 2 12.25V3.5h-.25A.75.75 0 0 1 1 2.75ZM7.373 15l-.391 1.5h6.037l-.392-1.5H7.373Zm7.49-8.931a.75.75 0 0 1-.175 1.046 19.326 19.326 0 0 0-3.398 3.098.75.75 0 0 1-1.097.04L8.5 8.561l-2.22 2.22A.75.75 0 1 1 5.22 9.72l2.75-2.75a.75.75 0 0 1 1.06 0l1.664 1.663a20.786 20.786 0 0 1 3.122-2.74.75.75 0 0 1 1.046.176Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PresentationChartLineIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/PrinterIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/PrinterIcon.d.ts new file mode 100644 index 00000000..f1d1be8f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PrinterIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PrinterIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PrinterIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/PrinterIcon.js b/frontend/node_modules/@heroicons/react/20/solid/PrinterIcon.js new file mode 100644 index 00000000..d6e047ae --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PrinterIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PrinterIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5 2.75C5 1.784 5.784 1 6.75 1h6.5c.966 0 1.75.784 1.75 1.75v3.552c.377.046.752.097 1.126.153A2.212 2.212 0 0 1 18 8.653v4.097A2.25 2.25 0 0 1 15.75 15h-.241l.305 1.984A1.75 1.75 0 0 1 14.084 19H5.915a1.75 1.75 0 0 1-1.73-2.016L4.492 15H4.25A2.25 2.25 0 0 1 2 12.75V8.653c0-1.082.775-2.034 1.874-2.198.374-.056.75-.107 1.127-.153L5 6.25v-3.5Zm8.5 3.397a41.533 41.533 0 0 0-7 0V2.75a.25.25 0 0 1 .25-.25h6.5a.25.25 0 0 1 .25.25v3.397ZM6.608 12.5a.25.25 0 0 0-.247.212l-.693 4.5a.25.25 0 0 0 .247.288h8.17a.25.25 0 0 0 .246-.288l-.692-4.5a.25.25 0 0 0-.247-.212H6.608Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PrinterIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/PuzzlePieceIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/PuzzlePieceIcon.d.ts new file mode 100644 index 00000000..04f58f55 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PuzzlePieceIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PuzzlePieceIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PuzzlePieceIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/PuzzlePieceIcon.js b/frontend/node_modules/@heroicons/react/20/solid/PuzzlePieceIcon.js new file mode 100644 index 00000000..387713bb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/PuzzlePieceIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function PuzzlePieceIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M12 4.467c0-.405.262-.75.559-1.027.276-.257.441-.584.441-.94 0-.828-.895-1.5-2-1.5s-2 .672-2 1.5c0 .362.171.694.456.953.29.265.544.6.544.994a.968.968 0 0 1-1.024.974 39.655 39.655 0 0 1-3.014-.306.75.75 0 0 0-.847.847c.14.993.242 1.999.306 3.014A.968.968 0 0 1 4.447 10c-.393 0-.729-.253-.994-.544C3.194 9.17 2.862 9 2.5 9 1.672 9 1 9.895 1 11s.672 2 1.5 2c.356 0 .683-.165.94-.441.276-.297.622-.559 1.027-.559a.997.997 0 0 1 1.004 1.03 39.747 39.747 0 0 1-.319 3.734.75.75 0 0 0 .64.842c1.05.146 2.111.252 3.184.318A.97.97 0 0 0 10 16.948c0-.394-.254-.73-.545-.995C9.171 15.693 9 15.362 9 15c0-.828.895-1.5 2-1.5s2 .672 2 1.5c0 .356-.165.683-.441.94-.297.276-.559.622-.559 1.027a.998.998 0 0 0 1.03 1.005c1.337-.05 2.659-.162 3.961-.337a.75.75 0 0 0 .644-.644c.175-1.302.288-2.624.337-3.961A.998.998 0 0 0 16.967 12c-.405 0-.75.262-1.027.559-.257.276-.584.441-.94.441-.828 0-1.5-.895-1.5-2s.672-2 1.5-2c.362 0 .694.17.953.455.265.291.601.545.995.545a.97.97 0 0 0 .976-1.024 41.159 41.159 0 0 0-.318-3.184.75.75 0 0 0-.842-.64c-1.228.164-2.473.271-3.734.319A.997.997 0 0 1 12 4.467Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PuzzlePieceIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/QrCodeIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/QrCodeIcon.d.ts new file mode 100644 index 00000000..3106d4bb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/QrCodeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const QrCodeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default QrCodeIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/QrCodeIcon.js b/frontend/node_modules/@heroicons/react/20/solid/QrCodeIcon.js new file mode 100644 index 00000000..12e1db24 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/QrCodeIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function QrCodeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.75 2A1.75 1.75 0 0 0 2 3.75v3.5C2 8.216 2.784 9 3.75 9h3.5A1.75 1.75 0 0 0 9 7.25v-3.5A1.75 1.75 0 0 0 7.25 2h-3.5ZM3.5 3.75a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v3.5a.25.25 0 0 1-.25.25h-3.5a.25.25 0 0 1-.25-.25v-3.5ZM3.75 11A1.75 1.75 0 0 0 2 12.75v3.5c0 .966.784 1.75 1.75 1.75h3.5A1.75 1.75 0 0 0 9 16.25v-3.5A1.75 1.75 0 0 0 7.25 11h-3.5Zm-.25 1.75a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v3.5a.25.25 0 0 1-.25.25h-3.5a.25.25 0 0 1-.25-.25v-3.5Zm7.5-9c0-.966.784-1.75 1.75-1.75h3.5c.966 0 1.75.784 1.75 1.75v3.5A1.75 1.75 0 0 1 16.25 9h-3.5A1.75 1.75 0 0 1 11 7.25v-3.5Zm1.75-.25a.25.25 0 0 0-.25.25v3.5c0 .138.112.25.25.25h3.5a.25.25 0 0 0 .25-.25v-3.5a.25.25 0 0 0-.25-.25h-3.5Zm-7.26 1a1 1 0 0 0-1 1v.01a1 1 0 0 0 1 1h.01a1 1 0 0 0 1-1V5.5a1 1 0 0 0-1-1h-.01Zm9 0a1 1 0 0 0-1 1v.01a1 1 0 0 0 1 1h.01a1 1 0 0 0 1-1V5.5a1 1 0 0 0-1-1h-.01Zm-9 9a1 1 0 0 0-1 1v.01a1 1 0 0 0 1 1h.01a1 1 0 0 0 1-1v-.01a1 1 0 0 0-1-1h-.01Zm9 0a1 1 0 0 0-1 1v.01a1 1 0 0 0 1 1h.01a1 1 0 0 0 1-1v-.01a1 1 0 0 0-1-1h-.01Zm-3.5-1.5a1 1 0 0 1 1-1H12a1 1 0 0 1 1 1v.01a1 1 0 0 1-1 1h-.01a1 1 0 0 1-1-1V12Zm6-1a1 1 0 0 0-1 1v.01a1 1 0 0 0 1 1H17a1 1 0 0 0 1-1V12a1 1 0 0 0-1-1h-.01Zm-1 6a1 1 0 0 1 1-1H17a1 1 0 0 1 1 1v.01a1 1 0 0 1-1 1h-.01a1 1 0 0 1-1-1V17Zm-4-1a1 1 0 0 0-1 1v.01a1 1 0 0 0 1 1H12a1 1 0 0 0 1-1V17a1 1 0 0 0-1-1h-.01Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(QrCodeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/QuestionMarkCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/QuestionMarkCircleIcon.d.ts new file mode 100644 index 00000000..987c90a9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/QuestionMarkCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const QuestionMarkCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default QuestionMarkCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/QuestionMarkCircleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/QuestionMarkCircleIcon.js new file mode 100644 index 00000000..1546bf55 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/QuestionMarkCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function QuestionMarkCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M18 10a8 8 0 1 1-16 0 8 8 0 0 1 16 0ZM8.94 6.94a.75.75 0 1 1-1.061-1.061 3 3 0 1 1 2.871 5.026v.345a.75.75 0 0 1-1.5 0v-.5c0-.72.57-1.172 1.081-1.287A1.5 1.5 0 1 0 8.94 6.94ZM10 15a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(QuestionMarkCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/QueueListIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/QueueListIcon.d.ts new file mode 100644 index 00000000..a466459c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/QueueListIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const QueueListIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default QueueListIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/QueueListIcon.js b/frontend/node_modules/@heroicons/react/20/solid/QueueListIcon.js new file mode 100644 index 00000000..575a5187 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/QueueListIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function QueueListIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2 4.5A2.5 2.5 0 0 1 4.5 2h11a2.5 2.5 0 0 1 0 5h-11A2.5 2.5 0 0 1 2 4.5ZM2.75 9.083a.75.75 0 0 0 0 1.5h14.5a.75.75 0 0 0 0-1.5H2.75ZM2.75 12.663a.75.75 0 0 0 0 1.5h14.5a.75.75 0 0 0 0-1.5H2.75ZM2.75 16.25a.75.75 0 0 0 0 1.5h14.5a.75.75 0 1 0 0-1.5H2.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(QueueListIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/RadioIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/RadioIcon.d.ts new file mode 100644 index 00000000..3ca8a702 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/RadioIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const RadioIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default RadioIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/RadioIcon.js b/frontend/node_modules/@heroicons/react/20/solid/RadioIcon.js new file mode 100644 index 00000000..04b5badb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/RadioIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function RadioIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M17.45 3.473a.75.75 0 1 0-.4-1.446L5.313 5.265c-.84.096-1.671.217-2.495.362A2.212 2.212 0 0 0 1 7.816v7.934A2.25 2.25 0 0 0 3.25 18h13.5A2.25 2.25 0 0 0 19 15.75V7.816c0-1.06-.745-2-1.817-2.189a41.12 41.12 0 0 0-5.406-.59l5.673-1.564ZM16 9.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM14.5 16a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm-9.26-5a.75.75 0 0 1 .75-.75H6a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75h-.01a.75.75 0 0 1-.75-.75V11Zm2.75-.75a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75H8a.75.75 0 0 0 .75-.75V11a.75.75 0 0 0-.75-.75h-.01Zm-1.75-1.5A.75.75 0 0 1 6.99 8H7a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75h-.01a.75.75 0 0 1-.75-.75v-.01Zm3.583.42a.75.75 0 0 0-1.06 0l-.007.007a.75.75 0 0 0 0 1.06l.007.007a.75.75 0 0 0 1.06 0l.007-.007a.75.75 0 0 0 0-1.06l-.007-.008Zm.427 2.08A.75.75 0 0 1 11 12v.01a.75.75 0 0 1-.75.75h-.01a.75.75 0 0 1-.75-.75V12a.75.75 0 0 1 .75-.75h.01Zm-.42 3.583a.75.75 0 0 0 0-1.06l-.007-.007a.75.75 0 0 0-1.06 0l-.007.007a.75.75 0 0 0 0 1.06l.007.008a.75.75 0 0 0 1.06 0l.008-.008Zm-3.59.417a.75.75 0 0 1 .75-.75H7a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75h-.01a.75.75 0 0 1-.75-.75v-.01Zm-1.013-1.484a.75.75 0 0 0-1.06 0l-.008.007a.75.75 0 0 0 0 1.06l.007.008a.75.75 0 0 0 1.061 0l.007-.008a.75.75 0 0 0 0-1.06l-.007-.007ZM3.75 11.25a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75h-.01a.75.75 0 0 1-.75-.75V12a.75.75 0 0 1 .75-.75h.01Zm1.484-1.013a.75.75 0 0 0 0-1.06l-.007-.007a.75.75 0 0 0-1.06 0l-.007.007a.75.75 0 0 0 0 1.06l.007.007a.75.75 0 0 0 1.06 0l.007-.007ZM7.24 13a.75.75 0 0 1 .75-.75H8a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75h-.01a.75.75 0 0 1-.75-.75V13Zm-1.25-.75a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75H6a.75.75 0 0 0 .75-.75V13a.75.75 0 0 0-.75-.75h-.01Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(RadioIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ReceiptPercentIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ReceiptPercentIcon.d.ts new file mode 100644 index 00000000..605fd45e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ReceiptPercentIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ReceiptPercentIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ReceiptPercentIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ReceiptPercentIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ReceiptPercentIcon.js new file mode 100644 index 00000000..299c5f49 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ReceiptPercentIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ReceiptPercentIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.93 2.31a41.401 41.401 0 0 1 10.14 0C16.194 2.45 17 3.414 17 4.517V17.25a.75.75 0 0 1-1.075.676l-2.8-1.344-2.8 1.344a.75.75 0 0 1-.65 0l-2.8-1.344-2.8 1.344A.75.75 0 0 1 3 17.25V4.517c0-1.103.806-2.068 1.93-2.207Zm8.85 4.97a.75.75 0 0 0-1.06-1.06l-6.5 6.5a.75.75 0 1 0 1.06 1.06l6.5-6.5ZM9 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm3 5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ReceiptPercentIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ReceiptRefundIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ReceiptRefundIcon.d.ts new file mode 100644 index 00000000..0a37ab1d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ReceiptRefundIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ReceiptRefundIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ReceiptRefundIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ReceiptRefundIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ReceiptRefundIcon.js new file mode 100644 index 00000000..1d848923 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ReceiptRefundIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ReceiptRefundIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.93 2.31a41.401 41.401 0 0 1 10.14 0C16.194 2.45 17 3.414 17 4.517V17.25a.75.75 0 0 1-1.075.676l-2.8-1.344-2.8 1.344a.75.75 0 0 1-.65 0l-2.8-1.344-2.8 1.344A.75.75 0 0 1 3 17.25V4.517c0-1.103.806-2.068 1.93-2.207Zm4.822 3.997a.75.75 0 1 0-1.004-1.114l-2.5 2.25a.75.75 0 0 0 0 1.114l2.5 2.25a.75.75 0 0 0 1.004-1.114L8.704 8.75h1.921a1.875 1.875 0 0 1 0 3.75.75.75 0 0 0 0 1.5 3.375 3.375 0 1 0 0-6.75h-1.92l1.047-.943Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ReceiptRefundIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/RectangleGroupIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/RectangleGroupIcon.d.ts new file mode 100644 index 00000000..074cdeaa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/RectangleGroupIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const RectangleGroupIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default RectangleGroupIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/RectangleGroupIcon.js b/frontend/node_modules/@heroicons/react/20/solid/RectangleGroupIcon.js new file mode 100644 index 00000000..0cff5d12 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/RectangleGroupIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function RectangleGroupIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.5 3A1.5 1.5 0 0 0 1 4.5v4A1.5 1.5 0 0 0 2.5 10h6A1.5 1.5 0 0 0 10 8.5v-4A1.5 1.5 0 0 0 8.5 3h-6Zm11 2A1.5 1.5 0 0 0 12 6.5v7a1.5 1.5 0 0 0 1.5 1.5h4a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 17.5 5h-4Zm-10 7A1.5 1.5 0 0 0 2 13.5v2A1.5 1.5 0 0 0 3.5 17h6a1.5 1.5 0 0 0 1.5-1.5v-2A1.5 1.5 0 0 0 9.5 12h-6Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(RectangleGroupIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/RectangleStackIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/RectangleStackIcon.d.ts new file mode 100644 index 00000000..611b8a88 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/RectangleStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const RectangleStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default RectangleStackIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/RectangleStackIcon.js b/frontend/node_modules/@heroicons/react/20/solid/RectangleStackIcon.js new file mode 100644 index 00000000..1bcebe11 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/RectangleStackIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function RectangleStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5.127 3.502 5.25 3.5h9.5c.041 0 .082 0 .123.002A2.251 2.251 0 0 0 12.75 2h-5.5a2.25 2.25 0 0 0-2.123 1.502ZM1 10.25A2.25 2.25 0 0 1 3.25 8h13.5A2.25 2.25 0 0 1 19 10.25v5.5A2.25 2.25 0 0 1 16.75 18H3.25A2.25 2.25 0 0 1 1 15.75v-5.5ZM3.25 6.5c-.04 0-.082 0-.123.002A2.25 2.25 0 0 1 5.25 5h9.5c.98 0 1.814.627 2.123 1.502a3.819 3.819 0 0 0-.123-.002H3.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(RectangleStackIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/RocketLaunchIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/RocketLaunchIcon.d.ts new file mode 100644 index 00000000..101beeaf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/RocketLaunchIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const RocketLaunchIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default RocketLaunchIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/RocketLaunchIcon.js b/frontend/node_modules/@heroicons/react/20/solid/RocketLaunchIcon.js new file mode 100644 index 00000000..980039b7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/RocketLaunchIcon.js @@ -0,0 +1,28 @@ +const React = require("react"); +function RocketLaunchIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.606 12.97a.75.75 0 0 1-.134 1.051 2.494 2.494 0 0 0-.93 2.437 2.494 2.494 0 0 0 2.437-.93.75.75 0 1 1 1.186.918 3.995 3.995 0 0 1-4.482 1.332.75.75 0 0 1-.461-.461 3.994 3.994 0 0 1 1.332-4.482.75.75 0 0 1 1.052.134Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.752 12A13.07 13.07 0 0 0 8 14.248v4.002c0 .414.336.75.75.75a5 5 0 0 0 4.797-6.414 12.984 12.984 0 0 0 5.45-10.848.75.75 0 0 0-.735-.735 12.984 12.984 0 0 0-10.849 5.45A5 5 0 0 0 1 11.25c.001.414.337.75.751.75h4.002ZM13 9a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(RocketLaunchIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/RssIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/RssIcon.d.ts new file mode 100644 index 00000000..b9e59791 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/RssIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const RssIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default RssIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/RssIcon.js b/frontend/node_modules/@heroicons/react/20/solid/RssIcon.js new file mode 100644 index 00000000..04b047eb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/RssIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function RssIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.75 3a.75.75 0 0 0-.75.75v.5c0 .414.336.75.75.75H4c6.075 0 11 4.925 11 11v.25c0 .414.336.75.75.75h.5a.75.75 0 0 0 .75-.75V16C17 8.82 11.18 3 4 3h-.25Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M3 8.75A.75.75 0 0 1 3.75 8H4a8 8 0 0 1 8 8v.25a.75.75 0 0 1-.75.75h-.5a.75.75 0 0 1-.75-.75V16a6 6 0 0 0-6-6h-.25A.75.75 0 0 1 3 9.25v-.5ZM7 15a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(RssIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ScaleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ScaleIcon.d.ts new file mode 100644 index 00000000..3cab3de1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ScaleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ScaleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ScaleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ScaleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ScaleIcon.js new file mode 100644 index 00000000..f1bfa3da --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ScaleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ScaleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 2a.75.75 0 0 1 .75.75v.258a33.186 33.186 0 0 1 6.668.83.75.75 0 0 1-.336 1.461 31.28 31.28 0 0 0-1.103-.232l1.702 7.545a.75.75 0 0 1-.387.832A4.981 4.981 0 0 1 15 14c-.825 0-1.606-.2-2.294-.556a.75.75 0 0 1-.387-.832l1.77-7.849a31.743 31.743 0 0 0-3.339-.254v11.505a20.01 20.01 0 0 1 3.78.501.75.75 0 1 1-.339 1.462A18.558 18.558 0 0 0 10 17.5c-1.442 0-2.845.165-4.191.477a.75.75 0 0 1-.338-1.462 20.01 20.01 0 0 1 3.779-.501V4.509c-1.129.026-2.243.112-3.34.254l1.771 7.85a.75.75 0 0 1-.387.83A4.98 4.98 0 0 1 5 14a4.98 4.98 0 0 1-2.294-.556.75.75 0 0 1-.387-.832L4.02 5.067c-.37.07-.738.148-1.103.232a.75.75 0 0 1-.336-1.462 32.845 32.845 0 0 1 6.668-.829V2.75A.75.75 0 0 1 10 2ZM5 7.543 3.92 12.33a3.499 3.499 0 0 0 2.16 0L5 7.543Zm10 0-1.08 4.787a3.498 3.498 0 0 0 2.16 0L15 7.543Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ScaleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ScissorsIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ScissorsIcon.d.ts new file mode 100644 index 00000000..3256bc64 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ScissorsIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ScissorsIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ScissorsIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ScissorsIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ScissorsIcon.js new file mode 100644 index 00000000..90538b2a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ScissorsIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ScissorsIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.469 3.75a3.5 3.5 0 0 0 5.617 4.11l.883.51c.025.092.147.116.21.043.15-.176.318-.338.5-.484.286-.23.3-.709-.018-.892l-.825-.477A3.501 3.501 0 0 0 1.47 3.75Zm2.03 3.482a2 2 0 1 1 2-3.464 2 2 0 0 1-2 3.464ZM9.956 8.322a2.75 2.75 0 0 0-1.588 1.822L7.97 11.63l-.884.51A3.501 3.501 0 0 0 1.47 16.25a3.5 3.5 0 0 0 6.367-2.81l10.68-6.166a.75.75 0 0 0-.182-1.373l-.703-.189a2.75 2.75 0 0 0-1.78.123L9.955 8.322ZM2.768 15.5a2 2 0 1 1 3.464-2 2 2 0 0 1-3.464 2Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M12.52 11.89a.5.5 0 0 0 .056.894l3.274 1.381a2.75 2.75 0 0 0 1.78.123l.704-.189a.75.75 0 0 0 .18-1.373l-3.47-2.004a.5.5 0 0 0-.5 0L12.52 11.89Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ScissorsIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ServerIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ServerIcon.d.ts new file mode 100644 index 00000000..609d2314 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ServerIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ServerIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ServerIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ServerIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ServerIcon.js new file mode 100644 index 00000000..1dd299f9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ServerIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ServerIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4.632 3.533A2 2 0 0 1 6.577 2h6.846a2 2 0 0 1 1.945 1.533l1.976 8.234A3.489 3.489 0 0 0 16 11.5H4c-.476 0-.93.095-1.344.267l1.976-8.234Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4 13a2 2 0 1 0 0 4h12a2 2 0 1 0 0-4H4Zm11.24 2a.75.75 0 0 1 .75-.75H16a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75h-.01a.75.75 0 0 1-.75-.75V15Zm-2.25-.75a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75H13a.75.75 0 0 0 .75-.75V15a.75.75 0 0 0-.75-.75h-.01Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ServerIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ServerStackIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ServerStackIcon.d.ts new file mode 100644 index 00000000..878e05f5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ServerStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ServerStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ServerStackIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ServerStackIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ServerStackIcon.js new file mode 100644 index 00000000..2a10da14 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ServerStackIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ServerStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4.464 3.162A2 2 0 0 1 6.28 2h7.44a2 2 0 0 1 1.816 1.162l1.154 2.5c.067.145.115.291.145.438A3.508 3.508 0 0 0 16 6H4c-.288 0-.568.035-.835.1.03-.147.078-.293.145-.438l1.154-2.5Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 9.5a2 2 0 0 1 2-2h12a2 2 0 1 1 0 4H4a2 2 0 0 1-2-2Zm13.24 0a.75.75 0 0 1 .75-.75H16a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75h-.01a.75.75 0 0 1-.75-.75V9.5Zm-2.25-.75a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75H13a.75.75 0 0 0 .75-.75V9.5a.75.75 0 0 0-.75-.75h-.01ZM2 15a2 2 0 0 1 2-2h12a2 2 0 1 1 0 4H4a2 2 0 0 1-2-2Zm13.24 0a.75.75 0 0 1 .75-.75H16a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75h-.01a.75.75 0 0 1-.75-.75V15Zm-2.25-.75a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75H13a.75.75 0 0 0 .75-.75V15a.75.75 0 0 0-.75-.75h-.01Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ServerStackIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ShareIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ShareIcon.d.ts new file mode 100644 index 00000000..b50d1b43 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ShareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ShareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ShareIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ShareIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ShareIcon.js new file mode 100644 index 00000000..1cea031a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ShareIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function ShareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M13 4.5a2.5 2.5 0 1 1 .702 1.737L6.97 9.604a2.518 2.518 0 0 1 0 .792l6.733 3.367a2.5 2.5 0 1 1-.671 1.341l-6.733-3.367a2.5 2.5 0 1 1 0-3.475l6.733-3.366A2.52 2.52 0 0 1 13 4.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ShareIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ShieldCheckIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ShieldCheckIcon.d.ts new file mode 100644 index 00000000..cc454f84 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ShieldCheckIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ShieldCheckIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ShieldCheckIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ShieldCheckIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ShieldCheckIcon.js new file mode 100644 index 00000000..1aca2b15 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ShieldCheckIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ShieldCheckIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.661 2.237a.531.531 0 0 1 .678 0 11.947 11.947 0 0 0 7.078 2.749.5.5 0 0 1 .479.425c.069.52.104 1.05.104 1.59 0 5.162-3.26 9.563-7.834 11.256a.48.48 0 0 1-.332 0C5.26 16.564 2 12.163 2 7c0-.538.035-1.069.104-1.589a.5.5 0 0 1 .48-.425 11.947 11.947 0 0 0 7.077-2.75Zm4.196 5.954a.75.75 0 0 0-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 1 0-1.06 1.061l2.5 2.5a.75.75 0 0 0 1.137-.089l4-5.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ShieldCheckIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ShieldExclamationIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ShieldExclamationIcon.d.ts new file mode 100644 index 00000000..3c82f8db --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ShieldExclamationIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ShieldExclamationIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ShieldExclamationIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ShieldExclamationIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ShieldExclamationIcon.js new file mode 100644 index 00000000..61069a47 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ShieldExclamationIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ShieldExclamationIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10.339 2.237a.531.531 0 0 0-.678 0 11.947 11.947 0 0 1-7.078 2.75.5.5 0 0 0-.479.425A12.11 12.11 0 0 0 2 7c0 5.163 3.26 9.564 7.834 11.257a.48.48 0 0 0 .332 0C14.74 16.564 18 12.163 18 7c0-.538-.035-1.069-.104-1.589a.5.5 0 0 0-.48-.425 11.947 11.947 0 0 1-7.077-2.75ZM10 6a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5A.75.75 0 0 1 10 6Zm0 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ShieldExclamationIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ShoppingBagIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ShoppingBagIcon.d.ts new file mode 100644 index 00000000..f831a6c2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ShoppingBagIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ShoppingBagIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ShoppingBagIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ShoppingBagIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ShoppingBagIcon.js new file mode 100644 index 00000000..496ca445 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ShoppingBagIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ShoppingBagIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6 5v1H4.667a1.75 1.75 0 0 0-1.743 1.598l-.826 9.5A1.75 1.75 0 0 0 3.84 19H16.16a1.75 1.75 0 0 0 1.743-1.902l-.826-9.5A1.75 1.75 0 0 0 15.333 6H14V5a4 4 0 0 0-8 0Zm4-2.5A2.5 2.5 0 0 0 7.5 5v1h5V5A2.5 2.5 0 0 0 10 2.5ZM7.5 10a2.5 2.5 0 0 0 5 0V8.75a.75.75 0 0 1 1.5 0V10a4 4 0 0 1-8 0V8.75a.75.75 0 0 1 1.5 0V10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ShoppingBagIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ShoppingCartIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ShoppingCartIcon.d.ts new file mode 100644 index 00000000..5ba6b683 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ShoppingCartIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ShoppingCartIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ShoppingCartIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ShoppingCartIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ShoppingCartIcon.js new file mode 100644 index 00000000..f2ec47ec --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ShoppingCartIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function ShoppingCartIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M1 1.75A.75.75 0 0 1 1.75 1h1.628a1.75 1.75 0 0 1 1.734 1.51L5.18 3a65.25 65.25 0 0 1 13.36 1.412.75.75 0 0 1 .58.875 48.645 48.645 0 0 1-1.618 6.2.75.75 0 0 1-.712.513H6a2.503 2.503 0 0 0-2.292 1.5H17.25a.75.75 0 0 1 0 1.5H2.76a.75.75 0 0 1-.748-.807 4.002 4.002 0 0 1 2.716-3.486L3.626 2.716a.25.25 0 0 0-.248-.216H1.75A.75.75 0 0 1 1 1.75ZM6 17.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM15.5 19a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ShoppingCartIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/SignalIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/SignalIcon.d.ts new file mode 100644 index 00000000..886956e2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/SignalIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SignalIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SignalIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/SignalIcon.js b/frontend/node_modules/@heroicons/react/20/solid/SignalIcon.js new file mode 100644 index 00000000..2e48dd55 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/SignalIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function SignalIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M16.364 3.636a.75.75 0 0 0-1.06 1.06 7.5 7.5 0 0 1 0 10.607.75.75 0 0 0 1.06 1.061 9 9 0 0 0 0-12.728ZM4.697 4.697a.75.75 0 0 0-1.061-1.061 9 9 0 0 0 0 12.728.75.75 0 1 0 1.06-1.06 7.5 7.5 0 0 1 0-10.607Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M12.475 6.464a.75.75 0 0 1 1.06 0 5 5 0 0 1 0 7.072.75.75 0 0 1-1.06-1.061 3.5 3.5 0 0 0 0-4.95.75.75 0 0 1 0-1.06ZM7.525 6.464a.75.75 0 0 1 0 1.061 3.5 3.5 0 0 0 0 4.95.75.75 0 0 1-1.06 1.06 5 5 0 0 1 0-7.07.75.75 0 0 1 1.06 0ZM11 10a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SignalIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/SignalSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/SignalSlashIcon.d.ts new file mode 100644 index 00000000..d8cf07fb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/SignalSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SignalSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SignalSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/SignalSlashIcon.js b/frontend/node_modules/@heroicons/react/20/solid/SignalSlashIcon.js new file mode 100644 index 00000000..0856af53 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/SignalSlashIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function SignalSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2.22 2.22a.75.75 0 0 1 1.06 0l6.783 6.782a1 1 0 0 1 .935.935l6.782 6.783a.75.75 0 1 1-1.06 1.06l-6.783-6.782a1 1 0 0 1-.935-.935L2.22 3.28a.75.75 0 0 1 0-1.06ZM3.636 16.364a9.004 9.004 0 0 1-1.39-10.936L3.349 6.53a7.503 7.503 0 0 0 1.348 8.773.75.75 0 0 1-1.061 1.061ZM6.464 13.536a5 5 0 0 1-1.213-5.103l1.262 1.262a3.493 3.493 0 0 0 1.012 2.78.75.75 0 0 1-1.06 1.06ZM16.364 3.636a9.004 9.004 0 0 1 1.39 10.937l-1.103-1.104a7.503 7.503 0 0 0-1.348-8.772.75.75 0 1 1 1.061-1.061ZM13.536 6.464a5 5 0 0 1 1.213 5.103l-1.262-1.262a3.493 3.493 0 0 0-1.012-2.78.75.75 0 0 1 1.06-1.06Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SignalSlashIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/SlashIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/SlashIcon.d.ts new file mode 100644 index 00000000..44e1654d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/SlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SlashIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/SlashIcon.js b/frontend/node_modules/@heroicons/react/20/solid/SlashIcon.js new file mode 100644 index 00000000..abe06822 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/SlashIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function SlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12.528 3.047a.75.75 0 0 1 .449.961L8.433 16.504a.75.75 0 1 1-1.41-.512l4.544-12.496a.75.75 0 0 1 .961-.449Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SlashIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/SparklesIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/SparklesIcon.d.ts new file mode 100644 index 00000000..c0e03bbe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/SparklesIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SparklesIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SparklesIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/SparklesIcon.js b/frontend/node_modules/@heroicons/react/20/solid/SparklesIcon.js new file mode 100644 index 00000000..cb0aaef3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/SparklesIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function SparklesIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M15.98 1.804a1 1 0 0 0-1.96 0l-.24 1.192a1 1 0 0 1-.784.785l-1.192.238a1 1 0 0 0 0 1.962l1.192.238a1 1 0 0 1 .785.785l.238 1.192a1 1 0 0 0 1.962 0l.238-1.192a1 1 0 0 1 .785-.785l1.192-.238a1 1 0 0 0 0-1.962l-1.192-.238a1 1 0 0 1-.785-.785l-.238-1.192ZM6.949 5.684a1 1 0 0 0-1.898 0l-.683 2.051a1 1 0 0 1-.633.633l-2.051.683a1 1 0 0 0 0 1.898l2.051.684a1 1 0 0 1 .633.632l.683 2.051a1 1 0 0 0 1.898 0l.683-2.051a1 1 0 0 1 .633-.633l2.051-.683a1 1 0 0 0 0-1.898l-2.051-.683a1 1 0 0 1-.633-.633L6.95 5.684ZM13.949 13.684a1 1 0 0 0-1.898 0l-.184.551a1 1 0 0 1-.632.633l-.551.183a1 1 0 0 0 0 1.898l.551.183a1 1 0 0 1 .633.633l.183.551a1 1 0 0 0 1.898 0l.184-.551a1 1 0 0 1 .632-.633l.551-.183a1 1 0 0 0 0-1.898l-.551-.184a1 1 0 0 1-.633-.632l-.183-.551Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SparklesIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/SpeakerWaveIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/SpeakerWaveIcon.d.ts new file mode 100644 index 00000000..8b0cf464 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/SpeakerWaveIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SpeakerWaveIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SpeakerWaveIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/SpeakerWaveIcon.js b/frontend/node_modules/@heroicons/react/20/solid/SpeakerWaveIcon.js new file mode 100644 index 00000000..038a3ed1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/SpeakerWaveIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function SpeakerWaveIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10.5 3.75a.75.75 0 0 0-1.264-.546L5.203 7H2.667a.75.75 0 0 0-.7.48A6.985 6.985 0 0 0 1.5 10c0 .887.165 1.737.468 2.52.111.29.39.48.7.48h2.535l4.033 3.796a.75.75 0 0 0 1.264-.546V3.75ZM16.45 5.05a.75.75 0 0 0-1.06 1.061 5.5 5.5 0 0 1 0 7.778.75.75 0 0 0 1.06 1.06 7 7 0 0 0 0-9.899Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M14.329 7.172a.75.75 0 0 0-1.061 1.06 2.5 2.5 0 0 1 0 3.536.75.75 0 0 0 1.06 1.06 4 4 0 0 0 0-5.656Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SpeakerWaveIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/SpeakerXMarkIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/SpeakerXMarkIcon.d.ts new file mode 100644 index 00000000..86327341 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/SpeakerXMarkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SpeakerXMarkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SpeakerXMarkIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/SpeakerXMarkIcon.js b/frontend/node_modules/@heroicons/react/20/solid/SpeakerXMarkIcon.js new file mode 100644 index 00000000..da35d8e4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/SpeakerXMarkIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function SpeakerXMarkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10.047 3.062a.75.75 0 0 1 .453.688v12.5a.75.75 0 0 1-1.264.546L5.203 13H2.667a.75.75 0 0 1-.7-.48A6.985 6.985 0 0 1 1.5 10c0-.887.165-1.737.468-2.52a.75.75 0 0 1 .7-.48h2.535l4.033-3.796a.75.75 0 0 1 .811-.142ZM13.78 7.22a.75.75 0 1 0-1.06 1.06L14.44 10l-1.72 1.72a.75.75 0 0 0 1.06 1.06l1.72-1.72 1.72 1.72a.75.75 0 1 0 1.06-1.06L16.56 10l1.72-1.72a.75.75 0 0 0-1.06-1.06L15.5 8.94l-1.72-1.72Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SpeakerXMarkIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/Square2StackIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/Square2StackIcon.d.ts new file mode 100644 index 00000000..2fc1451e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/Square2StackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Square2StackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Square2StackIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/Square2StackIcon.js b/frontend/node_modules/@heroicons/react/20/solid/Square2StackIcon.js new file mode 100644 index 00000000..cbd44a8b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/Square2StackIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function Square2StackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2 4.25A2.25 2.25 0 0 1 4.25 2h6.5A2.25 2.25 0 0 1 13 4.25V5.5H9.25A3.75 3.75 0 0 0 5.5 9.25V13H4.25A2.25 2.25 0 0 1 2 10.75v-6.5Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M9.25 7A2.25 2.25 0 0 0 7 9.25v6.5A2.25 2.25 0 0 0 9.25 18h6.5A2.25 2.25 0 0 0 18 15.75v-6.5A2.25 2.25 0 0 0 15.75 7h-6.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Square2StackIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/Square3Stack3DIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/Square3Stack3DIcon.d.ts new file mode 100644 index 00000000..be59bc56 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/Square3Stack3DIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Square3Stack3DIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Square3Stack3DIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/Square3Stack3DIcon.js b/frontend/node_modules/@heroicons/react/20/solid/Square3Stack3DIcon.js new file mode 100644 index 00000000..de108d6b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/Square3Stack3DIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function Square3Stack3DIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "m3.196 12.87-.825.483a.75.75 0 0 0 0 1.294l7.25 4.25a.75.75 0 0 0 .758 0l7.25-4.25a.75.75 0 0 0 0-1.294l-.825-.484-5.666 3.322a2.25 2.25 0 0 1-2.276 0L3.196 12.87Z" + }), /*#__PURE__*/React.createElement("path", { + d: "m3.196 8.87-.825.483a.75.75 0 0 0 0 1.294l7.25 4.25a.75.75 0 0 0 .758 0l7.25-4.25a.75.75 0 0 0 0-1.294l-.825-.484-5.666 3.322a2.25 2.25 0 0 1-2.276 0L3.196 8.87Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M10.38 1.103a.75.75 0 0 0-.76 0l-7.25 4.25a.75.75 0 0 0 0 1.294l7.25 4.25a.75.75 0 0 0 .76 0l7.25-4.25a.75.75 0 0 0 0-1.294l-7.25-4.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Square3Stack3DIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/Squares2X2Icon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/Squares2X2Icon.d.ts new file mode 100644 index 00000000..98914994 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/Squares2X2Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Squares2X2Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Squares2X2Icon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/Squares2X2Icon.js b/frontend/node_modules/@heroicons/react/20/solid/Squares2X2Icon.js new file mode 100644 index 00000000..192d5c6b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/Squares2X2Icon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function Squares2X2Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.25 2A2.25 2.25 0 0 0 2 4.25v2.5A2.25 2.25 0 0 0 4.25 9h2.5A2.25 2.25 0 0 0 9 6.75v-2.5A2.25 2.25 0 0 0 6.75 2h-2.5Zm0 9A2.25 2.25 0 0 0 2 13.25v2.5A2.25 2.25 0 0 0 4.25 18h2.5A2.25 2.25 0 0 0 9 15.75v-2.5A2.25 2.25 0 0 0 6.75 11h-2.5Zm9-9A2.25 2.25 0 0 0 11 4.25v2.5A2.25 2.25 0 0 0 13.25 9h2.5A2.25 2.25 0 0 0 18 6.75v-2.5A2.25 2.25 0 0 0 15.75 2h-2.5Zm0 9A2.25 2.25 0 0 0 11 13.25v2.5A2.25 2.25 0 0 0 13.25 18h2.5A2.25 2.25 0 0 0 18 15.75v-2.5A2.25 2.25 0 0 0 15.75 11h-2.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Squares2X2Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/SquaresPlusIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/SquaresPlusIcon.d.ts new file mode 100644 index 00000000..480f2089 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/SquaresPlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SquaresPlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SquaresPlusIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/SquaresPlusIcon.js b/frontend/node_modules/@heroicons/react/20/solid/SquaresPlusIcon.js new file mode 100644 index 00000000..9bf89ff3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/SquaresPlusIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function SquaresPlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2 4.25A2.25 2.25 0 0 1 4.25 2h2.5A2.25 2.25 0 0 1 9 4.25v2.5A2.25 2.25 0 0 1 6.75 9h-2.5A2.25 2.25 0 0 1 2 6.75v-2.5ZM2 13.25A2.25 2.25 0 0 1 4.25 11h2.5A2.25 2.25 0 0 1 9 13.25v2.5A2.25 2.25 0 0 1 6.75 18h-2.5A2.25 2.25 0 0 1 2 15.75v-2.5ZM11 4.25A2.25 2.25 0 0 1 13.25 2h2.5A2.25 2.25 0 0 1 18 4.25v2.5A2.25 2.25 0 0 1 15.75 9h-2.5A2.25 2.25 0 0 1 11 6.75v-2.5ZM15.25 11.75a.75.75 0 0 0-1.5 0v2h-2a.75.75 0 0 0 0 1.5h2v2a.75.75 0 0 0 1.5 0v-2h2a.75.75 0 0 0 0-1.5h-2v-2Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SquaresPlusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/StarIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/StarIcon.d.ts new file mode 100644 index 00000000..dbd5189b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/StarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const StarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default StarIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/StarIcon.js b/frontend/node_modules/@heroicons/react/20/solid/StarIcon.js new file mode 100644 index 00000000..f2591848 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/StarIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function StarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10.868 2.884c-.321-.772-1.415-.772-1.736 0l-1.83 4.401-4.753.381c-.833.067-1.171 1.107-.536 1.651l3.62 3.102-1.106 4.637c-.194.813.691 1.456 1.405 1.02L10 15.591l4.069 2.485c.713.436 1.598-.207 1.404-1.02l-1.106-4.637 3.62-3.102c.635-.544.297-1.584-.536-1.65l-4.752-.382-1.831-4.401Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(StarIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/StopCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/StopCircleIcon.d.ts new file mode 100644 index 00000000..ad6507ca --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/StopCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const StopCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default StopCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/StopCircleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/StopCircleIcon.js new file mode 100644 index 00000000..87e3f109 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/StopCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function StopCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 10a8 8 0 1 1 16 0 8 8 0 0 1-16 0Zm5-2.25A.75.75 0 0 1 7.75 7h4.5a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-.75.75h-4.5a.75.75 0 0 1-.75-.75v-4.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(StopCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/StopIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/StopIcon.d.ts new file mode 100644 index 00000000..08820da8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/StopIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const StopIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default StopIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/StopIcon.js b/frontend/node_modules/@heroicons/react/20/solid/StopIcon.js new file mode 100644 index 00000000..4331ed68 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/StopIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function StopIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5.25 3A2.25 2.25 0 0 0 3 5.25v9.5A2.25 2.25 0 0 0 5.25 17h9.5A2.25 2.25 0 0 0 17 14.75v-9.5A2.25 2.25 0 0 0 14.75 3h-9.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(StopIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/StrikethroughIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/StrikethroughIcon.d.ts new file mode 100644 index 00000000..955b0191 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/StrikethroughIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const StrikethroughIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default StrikethroughIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/StrikethroughIcon.js b/frontend/node_modules/@heroicons/react/20/solid/StrikethroughIcon.js new file mode 100644 index 00000000..840e6779 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/StrikethroughIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function StrikethroughIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.617 3.963c-1.186-.318-2.418-.323-3.416.015-.992.336-1.49.91-1.642 1.476-.152.566-.007 1.313.684 2.1.528.6 1.273 1.1 2.128 1.446h7.879a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5h3.813a5.976 5.976 0 0 1-.447-.456C5.18 7.479 4.798 6.231 5.11 5.066c.312-1.164 1.268-2.055 2.61-2.509 1.336-.451 2.877-.42 4.286-.043.856.23 1.684.592 2.409 1.074a.75.75 0 1 1-.83 1.25 6.723 6.723 0 0 0-1.968-.875Zm1.909 8.123a.75.75 0 0 1 1.015.309c.53.99.607 2.062.18 3.01-.421.94-1.289 1.648-2.441 2.038-1.336.452-2.877.42-4.286.043-1.409-.377-2.759-1.121-3.69-2.18a.75.75 0 1 1 1.127-.99c.696.791 1.765 1.403 2.952 1.721 1.186.318 2.418.323 3.416-.015.853-.288 1.34-.756 1.555-1.232.21-.467.205-1.049-.136-1.69a.75.75 0 0 1 .308-1.014Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(StrikethroughIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/SunIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/SunIcon.d.ts new file mode 100644 index 00000000..b3c17db6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/SunIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SunIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SunIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/SunIcon.js b/frontend/node_modules/@heroicons/react/20/solid/SunIcon.js new file mode 100644 index 00000000..c446f295 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/SunIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function SunIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10 2a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5A.75.75 0 0 1 10 2ZM10 15a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5A.75.75 0 0 1 10 15ZM10 7a3 3 0 1 0 0 6 3 3 0 0 0 0-6ZM15.657 5.404a.75.75 0 1 0-1.06-1.06l-1.061 1.06a.75.75 0 0 0 1.06 1.06l1.06-1.06ZM6.464 14.596a.75.75 0 1 0-1.06-1.06l-1.06 1.06a.75.75 0 0 0 1.06 1.06l1.06-1.06ZM18 10a.75.75 0 0 1-.75.75h-1.5a.75.75 0 0 1 0-1.5h1.5A.75.75 0 0 1 18 10ZM5 10a.75.75 0 0 1-.75.75h-1.5a.75.75 0 0 1 0-1.5h1.5A.75.75 0 0 1 5 10ZM14.596 15.657a.75.75 0 0 0 1.06-1.06l-1.06-1.061a.75.75 0 1 0-1.06 1.06l1.06 1.06ZM5.404 6.464a.75.75 0 0 0 1.06-1.06l-1.06-1.06a.75.75 0 1 0-1.061 1.06l1.06 1.06Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SunIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/SwatchIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/SwatchIcon.d.ts new file mode 100644 index 00000000..6724dd96 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/SwatchIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SwatchIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SwatchIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/SwatchIcon.js b/frontend/node_modules/@heroicons/react/20/solid/SwatchIcon.js new file mode 100644 index 00000000..e5da513b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/SwatchIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function SwatchIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.5 2A1.5 1.5 0 0 0 2 3.5V15a3 3 0 1 0 6 0V3.5A1.5 1.5 0 0 0 6.5 2h-3Zm11.753 6.99L9.5 14.743V6.257l1.51-1.51a1.5 1.5 0 0 1 2.122 0l2.121 2.121a1.5 1.5 0 0 1 0 2.122ZM8.364 18H16.5a1.5 1.5 0 0 0 1.5-1.5v-3a1.5 1.5 0 0 0-1.5-1.5h-2.136l-6 6ZM5 16a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SwatchIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/TableCellsIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/TableCellsIcon.d.ts new file mode 100644 index 00000000..8f21088d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/TableCellsIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TableCellsIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TableCellsIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/TableCellsIcon.js b/frontend/node_modules/@heroicons/react/20/solid/TableCellsIcon.js new file mode 100644 index 00000000..1ffe9d3e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/TableCellsIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function TableCellsIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M.99 5.24A2.25 2.25 0 0 1 3.25 3h13.5A2.25 2.25 0 0 1 19 5.25l.01 9.5A2.25 2.25 0 0 1 16.76 17H3.26A2.267 2.267 0 0 1 1 14.74l-.01-9.5Zm8.26 9.52v-.625a.75.75 0 0 0-.75-.75H3.25a.75.75 0 0 0-.75.75v.615c0 .414.336.75.75.75h5.373a.75.75 0 0 0 .627-.74Zm1.5 0a.75.75 0 0 0 .627.74h5.373a.75.75 0 0 0 .75-.75v-.615a.75.75 0 0 0-.75-.75H11.5a.75.75 0 0 0-.75.75v.625Zm6.75-3.63v-.625a.75.75 0 0 0-.75-.75H11.5a.75.75 0 0 0-.75.75v.625c0 .414.336.75.75.75h5.25a.75.75 0 0 0 .75-.75Zm-8.25 0v-.625a.75.75 0 0 0-.75-.75H3.25a.75.75 0 0 0-.75.75v.625c0 .414.336.75.75.75H8.5a.75.75 0 0 0 .75-.75ZM17.5 7.5v-.625a.75.75 0 0 0-.75-.75H11.5a.75.75 0 0 0-.75.75V7.5c0 .414.336.75.75.75h5.25a.75.75 0 0 0 .75-.75Zm-8.25 0v-.625a.75.75 0 0 0-.75-.75H3.25a.75.75 0 0 0-.75.75V7.5c0 .414.336.75.75.75H8.5a.75.75 0 0 0 .75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TableCellsIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/TagIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/TagIcon.d.ts new file mode 100644 index 00000000..9ded8c05 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/TagIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TagIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TagIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/TagIcon.js b/frontend/node_modules/@heroicons/react/20/solid/TagIcon.js new file mode 100644 index 00000000..5720c0b8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/TagIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function TagIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 2A2.5 2.5 0 0 0 2 4.5v3.879a2.5 2.5 0 0 0 .732 1.767l7.5 7.5a2.5 2.5 0 0 0 3.536 0l3.878-3.878a2.5 2.5 0 0 0 0-3.536l-7.5-7.5A2.5 2.5 0 0 0 8.38 2H4.5ZM5 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TagIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/TicketIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/TicketIcon.d.ts new file mode 100644 index 00000000..8c023f86 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/TicketIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TicketIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TicketIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/TicketIcon.js b/frontend/node_modules/@heroicons/react/20/solid/TicketIcon.js new file mode 100644 index 00000000..672b4ecf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/TicketIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function TicketIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15.75 3A2.25 2.25 0 0 1 18 5.25v1.214c0 .423-.277.788-.633 1.019A2.997 2.997 0 0 0 16 10c0 1.055.544 1.982 1.367 2.517.356.231.633.596.633 1.02v1.213A2.25 2.25 0 0 1 15.75 17H4.25A2.25 2.25 0 0 1 2 14.75v-1.213c0-.424.277-.789.633-1.02A2.998 2.998 0 0 0 4 10a2.997 2.997 0 0 0-1.367-2.517C2.277 7.252 2 6.887 2 6.463V5.25A2.25 2.25 0 0 1 4.25 3h11.5ZM13.5 7.396a.75.75 0 0 0-1.5 0v1.042a.75.75 0 0 0 1.5 0V7.396Zm0 4.167a.75.75 0 0 0-1.5 0v1.041a.75.75 0 0 0 1.5 0v-1.041Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TicketIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/TrashIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/TrashIcon.d.ts new file mode 100644 index 00000000..48a2ee23 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/TrashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TrashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TrashIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/TrashIcon.js b/frontend/node_modules/@heroicons/react/20/solid/TrashIcon.js new file mode 100644 index 00000000..0c3a806d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/TrashIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function TrashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8.75 1A2.75 2.75 0 0 0 6 3.75v.443c-.795.077-1.584.176-2.365.298a.75.75 0 1 0 .23 1.482l.149-.022.841 10.518A2.75 2.75 0 0 0 7.596 19h4.807a2.75 2.75 0 0 0 2.742-2.53l.841-10.52.149.023a.75.75 0 0 0 .23-1.482A41.03 41.03 0 0 0 14 4.193V3.75A2.75 2.75 0 0 0 11.25 1h-2.5ZM10 4c.84 0 1.673.025 2.5.075V3.75c0-.69-.56-1.25-1.25-1.25h-2.5c-.69 0-1.25.56-1.25 1.25v.325C8.327 4.025 9.16 4 10 4ZM8.58 7.72a.75.75 0 0 0-1.5.06l.3 7.5a.75.75 0 1 0 1.5-.06l-.3-7.5Zm4.34.06a.75.75 0 1 0-1.5-.06l-.3 7.5a.75.75 0 1 0 1.5.06l.3-7.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TrashIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/TrophyIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/TrophyIcon.d.ts new file mode 100644 index 00000000..7c30b4cb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/TrophyIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TrophyIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TrophyIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/TrophyIcon.js b/frontend/node_modules/@heroicons/react/20/solid/TrophyIcon.js new file mode 100644 index 00000000..46faeb39 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/TrophyIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function TrophyIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 1c-1.828 0-3.623.149-5.371.435a.75.75 0 0 0-.629.74v.387c-.827.157-1.642.345-2.445.564a.75.75 0 0 0-.552.698 5 5 0 0 0 4.503 5.152 6 6 0 0 0 2.946 1.822A6.451 6.451 0 0 1 7.768 13H7.5A1.5 1.5 0 0 0 6 14.5V17h-.75C4.56 17 4 17.56 4 18.25c0 .414.336.75.75.75h10.5a.75.75 0 0 0 .75-.75c0-.69-.56-1.25-1.25-1.25H14v-2.5a1.5 1.5 0 0 0-1.5-1.5h-.268a6.453 6.453 0 0 1-.684-2.202 6 6 0 0 0 2.946-1.822 5 5 0 0 0 4.503-5.152.75.75 0 0 0-.552-.698A31.804 31.804 0 0 0 16 2.562v-.387a.75.75 0 0 0-.629-.74A33.227 33.227 0 0 0 10 1ZM2.525 4.422C3.012 4.3 3.504 4.19 4 4.09V5c0 .74.134 1.448.38 2.103a3.503 3.503 0 0 1-1.855-2.68Zm14.95 0a3.503 3.503 0 0 1-1.854 2.68C15.866 6.449 16 5.74 16 5v-.91c.496.099.988.21 1.475.332Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TrophyIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/TruckIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/TruckIcon.d.ts new file mode 100644 index 00000000..51492fb0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/TruckIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TruckIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TruckIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/TruckIcon.js b/frontend/node_modules/@heroicons/react/20/solid/TruckIcon.js new file mode 100644 index 00000000..da04ee27 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/TruckIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function TruckIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M6.5 3c-1.051 0-2.093.04-3.125.117A1.49 1.49 0 0 0 2 4.607V10.5h9V4.606c0-.771-.59-1.43-1.375-1.489A41.568 41.568 0 0 0 6.5 3ZM2 12v2.5A1.5 1.5 0 0 0 3.5 16h.041a3 3 0 0 1 5.918 0h.791a.75.75 0 0 0 .75-.75V12H2Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M6.5 18a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM13.25 5a.75.75 0 0 0-.75.75v8.514a3.001 3.001 0 0 1 4.893 1.44c.37-.275.61-.719.595-1.227a24.905 24.905 0 0 0-1.784-8.549A1.486 1.486 0 0 0 14.823 5H13.25ZM14.5 18a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TruckIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/TvIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/TvIcon.d.ts new file mode 100644 index 00000000..54c4c6aa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/TvIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TvIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TvIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/TvIcon.js b/frontend/node_modules/@heroicons/react/20/solid/TvIcon.js new file mode 100644 index 00000000..fe7c58dd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/TvIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function TvIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4 5h12v7H4V5Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 3.5A1.5 1.5 0 0 1 2.5 2h15A1.5 1.5 0 0 1 19 3.5v10a1.5 1.5 0 0 1-1.5 1.5H12v1.5h3.25a.75.75 0 0 1 0 1.5H4.75a.75.75 0 0 1 0-1.5H8V15H2.5A1.5 1.5 0 0 1 1 13.5v-10Zm16.5 0h-15v10h15v-10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TvIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/UnderlineIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/UnderlineIcon.d.ts new file mode 100644 index 00000000..8f6acc73 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/UnderlineIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UnderlineIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UnderlineIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/UnderlineIcon.js b/frontend/node_modules/@heroicons/react/20/solid/UnderlineIcon.js new file mode 100644 index 00000000..4608c4a9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/UnderlineIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function UnderlineIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.75 2a.75.75 0 0 1 .75.75V9a4.5 4.5 0 1 0 9 0V2.75a.75.75 0 0 1 1.5 0V9A6 6 0 0 1 4 9V2.75A.75.75 0 0 1 4.75 2ZM2 17.25a.75.75 0 0 1 .75-.75h14.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UnderlineIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/UserCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/UserCircleIcon.d.ts new file mode 100644 index 00000000..b398b1a2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/UserCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UserCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UserCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/UserCircleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/UserCircleIcon.js new file mode 100644 index 00000000..5f90f5f6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/UserCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function UserCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M18 10a8 8 0 1 1-16 0 8 8 0 0 1 16 0Zm-5.5-2.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0ZM10 12a5.99 5.99 0 0 0-4.793 2.39A6.483 6.483 0 0 0 10 16.5a6.483 6.483 0 0 0 4.793-2.11A5.99 5.99 0 0 0 10 12Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UserCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/UserGroupIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/UserGroupIcon.d.ts new file mode 100644 index 00000000..db3a8465 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/UserGroupIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UserGroupIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UserGroupIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/UserGroupIcon.js b/frontend/node_modules/@heroicons/react/20/solid/UserGroupIcon.js new file mode 100644 index 00000000..f46a1378 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/UserGroupIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function UserGroupIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10 9a3 3 0 1 0 0-6 3 3 0 0 0 0 6ZM6 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM1.49 15.326a.78.78 0 0 1-.358-.442 3 3 0 0 1 4.308-3.516 6.484 6.484 0 0 0-1.905 3.959c-.023.222-.014.442.025.654a4.97 4.97 0 0 1-2.07-.655ZM16.44 15.98a4.97 4.97 0 0 0 2.07-.654.78.78 0 0 0 .357-.442 3 3 0 0 0-4.308-3.517 6.484 6.484 0 0 1 1.907 3.96 2.32 2.32 0 0 1-.026.654ZM18 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM5.304 16.19a.844.844 0 0 1-.277-.71 5 5 0 0 1 9.947 0 .843.843 0 0 1-.277.71A6.975 6.975 0 0 1 10 18a6.974 6.974 0 0 1-4.696-1.81Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UserGroupIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/UserIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/UserIcon.d.ts new file mode 100644 index 00000000..7ebdc6aa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/UserIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UserIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UserIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/UserIcon.js b/frontend/node_modules/@heroicons/react/20/solid/UserIcon.js new file mode 100644 index 00000000..51437da4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/UserIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function UserIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6ZM3.465 14.493a1.23 1.23 0 0 0 .41 1.412A9.957 9.957 0 0 0 10 18c2.31 0 4.438-.784 6.131-2.1.43-.333.604-.903.408-1.41a7.002 7.002 0 0 0-13.074.003Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UserIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/UserMinusIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/UserMinusIcon.d.ts new file mode 100644 index 00000000..e1bd6605 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/UserMinusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UserMinusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UserMinusIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/UserMinusIcon.js b/frontend/node_modules/@heroicons/react/20/solid/UserMinusIcon.js new file mode 100644 index 00000000..6a71da77 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/UserMinusIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function UserMinusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M11 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0ZM2.046 15.253c-.058.468.172.92.57 1.175A9.953 9.953 0 0 0 8 18c1.982 0 3.83-.578 5.384-1.573.398-.254.628-.707.57-1.175a6.001 6.001 0 0 0-11.908 0ZM12.75 7.75a.75.75 0 0 0 0 1.5h5.5a.75.75 0 0 0 0-1.5h-5.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UserMinusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/UserPlusIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/UserPlusIcon.d.ts new file mode 100644 index 00000000..c1fdbc4e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/UserPlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UserPlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UserPlusIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/UserPlusIcon.js b/frontend/node_modules/@heroicons/react/20/solid/UserPlusIcon.js new file mode 100644 index 00000000..8e8d7b59 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/UserPlusIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function UserPlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0ZM1.615 16.428a1.224 1.224 0 0 1-.569-1.175 6.002 6.002 0 0 1 11.908 0c.058.467-.172.92-.57 1.174A9.953 9.953 0 0 1 7 18a9.953 9.953 0 0 1-5.385-1.572ZM16.25 5.75a.75.75 0 0 0-1.5 0v2h-2a.75.75 0 0 0 0 1.5h2v2a.75.75 0 0 0 1.5 0v-2h2a.75.75 0 0 0 0-1.5h-2v-2Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UserPlusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/UsersIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/UsersIcon.d.ts new file mode 100644 index 00000000..0b623c1a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/UsersIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UsersIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UsersIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/UsersIcon.js b/frontend/node_modules/@heroicons/react/20/solid/UsersIcon.js new file mode 100644 index 00000000..d496e46a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/UsersIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function UsersIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M7 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6ZM14.5 9a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM1.615 16.428a1.224 1.224 0 0 1-.569-1.175 6.002 6.002 0 0 1 11.908 0c.058.467-.172.92-.57 1.174A9.953 9.953 0 0 1 7 18a9.953 9.953 0 0 1-5.385-1.572ZM14.5 16h-.106c.07-.297.088-.611.048-.933a7.47 7.47 0 0 0-1.588-3.755 4.502 4.502 0 0 1 5.874 2.636.818.818 0 0 1-.36.98A7.465 7.465 0 0 1 14.5 16Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UsersIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/VariableIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/VariableIcon.d.ts new file mode 100644 index 00000000..c7fbf5e2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/VariableIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const VariableIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default VariableIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/VariableIcon.js b/frontend/node_modules/@heroicons/react/20/solid/VariableIcon.js new file mode 100644 index 00000000..d1ece566 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/VariableIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function VariableIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15.212 2.079a.75.75 0 0 1 1.006.336A16.932 16.932 0 0 1 18 10c0 2.724-.641 5.3-1.782 7.585a.75.75 0 1 1-1.342-.67A15.432 15.432 0 0 0 16.5 10c0-2.486-.585-4.834-1.624-6.915a.75.75 0 0 1 .336-1.006Zm-10.424 0a.75.75 0 0 1 .336 1.006A15.433 15.433 0 0 0 3.5 10c0 2.486.585 4.834 1.624 6.915a.75.75 0 1 1-1.342.67A16.933 16.933 0 0 1 2 10c0-2.724.641-5.3 1.782-7.585a.75.75 0 0 1 1.006-.336Zm2.285 3.554a1.5 1.5 0 0 1 2.219.677l.856 2.08 1.146-1.77a2.25 2.25 0 0 1 3.137-.65l.235.156a.75.75 0 1 1-.832 1.248l-.235-.156a.75.75 0 0 0-1.045.216l-1.71 2.644 1.251 3.04.739-.492a.75.75 0 1 1 .832 1.248l-.739.493a1.5 1.5 0 0 1-2.219-.677l-.856-2.08-1.146 1.77a2.25 2.25 0 0 1-3.137.65l-.235-.156a.75.75 0 0 1 .832-1.248l.235.157a.75.75 0 0 0 1.045-.217l1.71-2.644-1.251-3.04-.739.492a.75.75 0 0 1-.832-1.248l.739-.493Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(VariableIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/VideoCameraIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/VideoCameraIcon.d.ts new file mode 100644 index 00000000..ea0d067e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/VideoCameraIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const VideoCameraIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default VideoCameraIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/VideoCameraIcon.js b/frontend/node_modules/@heroicons/react/20/solid/VideoCameraIcon.js new file mode 100644 index 00000000..91dde90c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/VideoCameraIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function VideoCameraIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.25 4A2.25 2.25 0 0 0 1 6.25v7.5A2.25 2.25 0 0 0 3.25 16h7.5A2.25 2.25 0 0 0 13 13.75v-7.5A2.25 2.25 0 0 0 10.75 4h-7.5ZM19 4.75a.75.75 0 0 0-1.28-.53l-3 3a.75.75 0 0 0-.22.53v4.5c0 .199.079.39.22.53l3 3a.75.75 0 0 0 1.28-.53V4.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(VideoCameraIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/VideoCameraSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/VideoCameraSlashIcon.d.ts new file mode 100644 index 00000000..592efb41 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/VideoCameraSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const VideoCameraSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default VideoCameraSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/VideoCameraSlashIcon.js b/frontend/node_modules/@heroicons/react/20/solid/VideoCameraSlashIcon.js new file mode 100644 index 00000000..1bf46db3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/VideoCameraSlashIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function VideoCameraSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M1 13.75V7.182L9.818 16H3.25A2.25 2.25 0 0 1 1 13.75ZM13 6.25v6.568L4.182 4h6.568A2.25 2.25 0 0 1 13 6.25ZM19 4.75a.75.75 0 0 0-1.28-.53l-3 3a.75.75 0 0 0-.22.53v4.5c0 .199.079.39.22.53l3 3a.75.75 0 0 0 1.28-.53V4.75ZM2.28 4.22a.75.75 0 0 0-1.06 1.06l10.5 10.5a.75.75 0 1 0 1.06-1.06L2.28 4.22Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(VideoCameraSlashIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ViewColumnsIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ViewColumnsIcon.d.ts new file mode 100644 index 00000000..fdd02309 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ViewColumnsIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ViewColumnsIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ViewColumnsIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ViewColumnsIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ViewColumnsIcon.js new file mode 100644 index 00000000..ada8f17d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ViewColumnsIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function ViewColumnsIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M14 17h2.75A2.25 2.25 0 0 0 19 14.75v-9.5A2.25 2.25 0 0 0 16.75 3H14v14ZM12.5 3h-5v14h5V3ZM3.25 3H6v14H3.25A2.25 2.25 0 0 1 1 14.75v-9.5A2.25 2.25 0 0 1 3.25 3Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ViewColumnsIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/ViewfinderCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/ViewfinderCircleIcon.d.ts new file mode 100644 index 00000000..378d1aa8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ViewfinderCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ViewfinderCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ViewfinderCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/ViewfinderCircleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/ViewfinderCircleIcon.js new file mode 100644 index 00000000..ce785e6d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/ViewfinderCircleIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function ViewfinderCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4.25 2A2.25 2.25 0 0 0 2 4.25v2a.75.75 0 0 0 1.5 0v-2a.75.75 0 0 1 .75-.75h2a.75.75 0 0 0 0-1.5h-2ZM13.75 2a.75.75 0 0 0 0 1.5h2a.75.75 0 0 1 .75.75v2a.75.75 0 0 0 1.5 0v-2A2.25 2.25 0 0 0 15.75 2h-2ZM3.5 13.75a.75.75 0 0 0-1.5 0v2A2.25 2.25 0 0 0 4.25 18h2a.75.75 0 0 0 0-1.5h-2a.75.75 0 0 1-.75-.75v-2ZM18 13.75a.75.75 0 0 0-1.5 0v2a.75.75 0 0 1-.75.75h-2a.75.75 0 0 0 0 1.5h2A2.25 2.25 0 0 0 18 15.75v-2ZM7 10a3 3 0 1 1 6 0 3 3 0 0 1-6 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ViewfinderCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/WalletIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/WalletIcon.d.ts new file mode 100644 index 00000000..760de0cd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/WalletIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const WalletIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default WalletIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/WalletIcon.js b/frontend/node_modules/@heroicons/react/20/solid/WalletIcon.js new file mode 100644 index 00000000..0c1a4a28 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/WalletIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function WalletIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M1 4.25a3.733 3.733 0 0 1 2.25-.75h13.5c.844 0 1.623.279 2.25.75A2.25 2.25 0 0 0 16.75 2H3.25A2.25 2.25 0 0 0 1 4.25ZM1 7.25a3.733 3.733 0 0 1 2.25-.75h13.5c.844 0 1.623.279 2.25.75A2.25 2.25 0 0 0 16.75 5H3.25A2.25 2.25 0 0 0 1 7.25ZM7 8a1 1 0 0 1 1 1 2 2 0 1 0 4 0 1 1 0 0 1 1-1h3.75A2.25 2.25 0 0 1 19 10.25v5.5A2.25 2.25 0 0 1 16.75 18H3.25A2.25 2.25 0 0 1 1 15.75v-5.5A2.25 2.25 0 0 1 3.25 8H7Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(WalletIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/WifiIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/WifiIcon.d.ts new file mode 100644 index 00000000..393605f1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/WifiIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const WifiIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default WifiIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/WifiIcon.js b/frontend/node_modules/@heroicons/react/20/solid/WifiIcon.js new file mode 100644 index 00000000..bcbb5e9e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/WifiIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function WifiIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M.676 6.941A12.964 12.964 0 0 1 10 3c3.657 0 6.963 1.511 9.324 3.941a.75.75 0 0 1-.008 1.053l-.353.354a.75.75 0 0 1-1.069-.008C15.894 6.28 13.097 5 10 5 6.903 5 4.106 6.28 2.106 8.34a.75.75 0 0 1-1.069.008l-.353-.354a.75.75 0 0 1-.008-1.053Zm2.825 2.833A8.976 8.976 0 0 1 10 7a8.976 8.976 0 0 1 6.499 2.774.75.75 0 0 1-.011 1.049l-.354.354a.75.75 0 0 1-1.072-.012A6.978 6.978 0 0 0 10 9c-1.99 0-3.786.83-5.061 2.165a.75.75 0 0 1-1.073.012l-.354-.354a.75.75 0 0 1-.01-1.05Zm2.82 2.84A4.989 4.989 0 0 1 10 11c1.456 0 2.767.623 3.68 1.614a.75.75 0 0 1-.022 1.039l-.354.354a.75.75 0 0 1-1.085-.026A2.99 2.99 0 0 0 10 13c-.88 0-1.67.377-2.22.981a.75.75 0 0 1-1.084.026l-.354-.354a.75.75 0 0 1-.021-1.039Zm2.795 2.752a1.248 1.248 0 0 1 1.768 0 .75.75 0 0 1 0 1.06l-.354.354a.75.75 0 0 1-1.06 0l-.354-.353a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(WifiIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/WindowIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/WindowIcon.d.ts new file mode 100644 index 00000000..e0eddb35 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/WindowIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const WindowIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default WindowIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/WindowIcon.js b/frontend/node_modules/@heroicons/react/20/solid/WindowIcon.js new file mode 100644 index 00000000..3766f477 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/WindowIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function WindowIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.25 2A2.25 2.25 0 0 0 2 4.25v11.5A2.25 2.25 0 0 0 4.25 18h11.5A2.25 2.25 0 0 0 18 15.75V4.25A2.25 2.25 0 0 0 15.75 2H4.25ZM3.5 8v7.75c0 .414.336.75.75.75h11.5a.75.75 0 0 0 .75-.75V8h-13ZM5 4.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V5a.75.75 0 0 0-.75-.75H5ZM7.25 5A.75.75 0 0 1 8 4.25h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H8a.75.75 0 0 1-.75-.75V5ZM11 4.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V5a.75.75 0 0 0-.75-.75H11Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(WindowIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/WrenchIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/WrenchIcon.d.ts new file mode 100644 index 00000000..1ffd1f2c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/WrenchIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const WrenchIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default WrenchIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/WrenchIcon.js b/frontend/node_modules/@heroicons/react/20/solid/WrenchIcon.js new file mode 100644 index 00000000..708c1676 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/WrenchIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function WrenchIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M19 5.5a4.5 4.5 0 0 1-4.791 4.49c-.873-.055-1.808.128-2.368.8l-6.024 7.23a2.724 2.724 0 1 1-3.837-3.837L9.21 8.16c.672-.56.855-1.495.8-2.368a4.5 4.5 0 0 1 5.873-4.575c.324.105.39.51.15.752L13.34 4.66a.455.455 0 0 0-.11.494 3.01 3.01 0 0 0 1.617 1.617c.17.07.363.02.493-.111l2.692-2.692c.241-.241.647-.174.752.15.14.435.216.9.216 1.382ZM4 17a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(WrenchIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/WrenchScrewdriverIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/WrenchScrewdriverIcon.d.ts new file mode 100644 index 00000000..ad96c868 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/WrenchScrewdriverIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const WrenchScrewdriverIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default WrenchScrewdriverIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/WrenchScrewdriverIcon.js b/frontend/node_modules/@heroicons/react/20/solid/WrenchScrewdriverIcon.js new file mode 100644 index 00000000..57f7c8d0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/WrenchScrewdriverIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function WrenchScrewdriverIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M14.5 10a4.5 4.5 0 0 0 4.284-5.882c-.105-.324-.51-.391-.752-.15L15.34 6.66a.454.454 0 0 1-.493.11 3.01 3.01 0 0 1-1.618-1.616.455.455 0 0 1 .11-.494l2.694-2.692c.24-.241.174-.647-.15-.752a4.5 4.5 0 0 0-5.873 4.575c.055.873-.128 1.808-.8 2.368l-7.23 6.024a2.724 2.724 0 1 0 3.837 3.837l6.024-7.23c.56-.672 1.495-.855 2.368-.8.096.007.193.01.291.01ZM5 16a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M14.5 11.5c.173 0 .345-.007.514-.022l3.754 3.754a2.5 2.5 0 0 1-3.536 3.536l-4.41-4.41 2.172-2.607c.052-.063.147-.138.342-.196.202-.06.469-.087.777-.067.128.008.257.012.387.012ZM6 4.586l2.33 2.33a.452.452 0 0 1-.08.09L6.8 8.214 4.586 6H3.309a.5.5 0 0 1-.447-.276l-1.7-3.402a.5.5 0 0 1 .093-.577l.49-.49a.5.5 0 0 1 .577-.094l3.402 1.7A.5.5 0 0 1 6 3.31v1.277Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(WrenchScrewdriverIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/XCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/XCircleIcon.d.ts new file mode 100644 index 00000000..03e86569 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/XCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const XCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default XCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/XCircleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/XCircleIcon.js new file mode 100644 index 00000000..4a4547d4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/XCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function XCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16ZM8.28 7.22a.75.75 0 0 0-1.06 1.06L8.94 10l-1.72 1.72a.75.75 0 1 0 1.06 1.06L10 11.06l1.72 1.72a.75.75 0 1 0 1.06-1.06L11.06 10l1.72-1.72a.75.75 0 0 0-1.06-1.06L10 8.94 8.28 7.22Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(XCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/XMarkIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/XMarkIcon.d.ts new file mode 100644 index 00000000..1d1018fb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/XMarkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const XMarkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default XMarkIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/XMarkIcon.js b/frontend/node_modules/@heroicons/react/20/solid/XMarkIcon.js new file mode 100644 index 00000000..78af4fe5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/XMarkIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function XMarkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M6.28 5.22a.75.75 0 0 0-1.06 1.06L8.94 10l-3.72 3.72a.75.75 0 1 0 1.06 1.06L10 11.06l3.72 3.72a.75.75 0 1 0 1.06-1.06L11.06 10l3.72-3.72a.75.75 0 0 0-1.06-1.06L10 8.94 6.28 5.22Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(XMarkIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/AcademicCapIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/AcademicCapIcon.d.ts new file mode 100644 index 00000000..f7cea572 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/AcademicCapIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const AcademicCapIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default AcademicCapIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/AcademicCapIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/AcademicCapIcon.js new file mode 100644 index 00000000..0e0b8bfd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/AcademicCapIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function AcademicCapIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.664 1.319a.75.75 0 0 1 .672 0 41.059 41.059 0 0 1 8.198 5.424.75.75 0 0 1-.254 1.285 31.372 31.372 0 0 0-7.86 3.83.75.75 0 0 1-.84 0 31.508 31.508 0 0 0-2.08-1.287V9.394c0-.244.116-.463.302-.592a35.504 35.504 0 0 1 3.305-2.033.75.75 0 0 0-.714-1.319 37 37 0 0 0-3.446 2.12A2.216 2.216 0 0 0 6 9.393v.38a31.293 31.293 0 0 0-4.28-1.746.75.75 0 0 1-.254-1.285 41.059 41.059 0 0 1 8.198-5.424ZM6 11.459a29.848 29.848 0 0 0-2.455-1.158 41.029 41.029 0 0 0-.39 3.114.75.75 0 0 0 .419.74c.528.256 1.046.53 1.554.82-.21.324-.455.63-.739.914a.75.75 0 1 0 1.06 1.06c.37-.369.69-.77.96-1.193a26.61 26.61 0 0 1 3.095 2.348.75.75 0 0 0 .992 0 26.547 26.547 0 0 1 5.93-3.95.75.75 0 0 0 .42-.739 41.053 41.053 0 0 0-.39-3.114 29.925 29.925 0 0 0-5.199 2.801 2.25 2.25 0 0 1-2.514 0c-.41-.275-.826-.541-1.25-.797a6.985 6.985 0 0 1-1.084 3.45 26.503 26.503 0 0 0-1.281-.78A5.487 5.487 0 0 0 6 12v-.54Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(AcademicCapIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/AdjustmentsHorizontalIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/AdjustmentsHorizontalIcon.d.ts new file mode 100644 index 00000000..66e5c914 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/AdjustmentsHorizontalIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const AdjustmentsHorizontalIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default AdjustmentsHorizontalIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/AdjustmentsHorizontalIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/AdjustmentsHorizontalIcon.js new file mode 100644 index 00000000..5d568a9b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/AdjustmentsHorizontalIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function AdjustmentsHorizontalIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10 3.75a2 2 0 1 0-4 0 2 2 0 0 0 4 0ZM17.25 4.5a.75.75 0 0 0 0-1.5h-5.5a.75.75 0 0 0 0 1.5h5.5ZM5 3.75a.75.75 0 0 1-.75.75h-1.5a.75.75 0 0 1 0-1.5h1.5a.75.75 0 0 1 .75.75ZM4.25 17a.75.75 0 0 0 0-1.5h-1.5a.75.75 0 0 0 0 1.5h1.5ZM17.25 17a.75.75 0 0 0 0-1.5h-5.5a.75.75 0 0 0 0 1.5h5.5ZM9 10a.75.75 0 0 1-.75.75h-5.5a.75.75 0 0 1 0-1.5h5.5A.75.75 0 0 1 9 10ZM17.25 10.75a.75.75 0 0 0 0-1.5h-1.5a.75.75 0 0 0 0 1.5h1.5ZM14 10a2 2 0 1 0-4 0 2 2 0 0 0 4 0ZM10 16.25a2 2 0 1 0-4 0 2 2 0 0 0 4 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(AdjustmentsHorizontalIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/AdjustmentsVerticalIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/AdjustmentsVerticalIcon.d.ts new file mode 100644 index 00000000..1d7146f9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/AdjustmentsVerticalIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const AdjustmentsVerticalIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default AdjustmentsVerticalIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/AdjustmentsVerticalIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/AdjustmentsVerticalIcon.js new file mode 100644 index 00000000..4bc84d9f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/AdjustmentsVerticalIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function AdjustmentsVerticalIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M17 2.75a.75.75 0 0 0-1.5 0v5.5a.75.75 0 0 0 1.5 0v-5.5ZM17 15.75a.75.75 0 0 0-1.5 0v1.5a.75.75 0 0 0 1.5 0v-1.5ZM3.75 15a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5a.75.75 0 0 1 .75-.75ZM4.5 2.75a.75.75 0 0 0-1.5 0v5.5a.75.75 0 0 0 1.5 0v-5.5ZM10 11a.75.75 0 0 1 .75.75v5.5a.75.75 0 0 1-1.5 0v-5.5A.75.75 0 0 1 10 11ZM10.75 2.75a.75.75 0 0 0-1.5 0v1.5a.75.75 0 0 0 1.5 0v-1.5ZM10 6a2 2 0 1 0 0 4 2 2 0 0 0 0-4ZM3.75 10a2 2 0 1 0 0 4 2 2 0 0 0 0-4ZM16.25 10a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(AdjustmentsVerticalIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArchiveBoxArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArchiveBoxArrowDownIcon.d.ts new file mode 100644 index 00000000..1e791cee --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArchiveBoxArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArchiveBoxArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArchiveBoxArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArchiveBoxArrowDownIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArchiveBoxArrowDownIcon.js new file mode 100644 index 00000000..8a8919b3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArchiveBoxArrowDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArchiveBoxArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 3a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H2Zm0 4.5h16l-.811 7.71a2 2 0 0 1-1.99 1.79H4.802a2 2 0 0 1-1.99-1.79L2 7.5ZM10 9a.75.75 0 0 1 .75.75v2.546l.943-1.048a.75.75 0 1 1 1.114 1.004l-2.25 2.5a.75.75 0 0 1-1.114 0l-2.25-2.5a.75.75 0 1 1 1.114-1.004l.943 1.048V9.75A.75.75 0 0 1 10 9Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArchiveBoxArrowDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArchiveBoxIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArchiveBoxIcon.d.ts new file mode 100644 index 00000000..4b92cdd7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArchiveBoxIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArchiveBoxIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArchiveBoxIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArchiveBoxIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArchiveBoxIcon.js new file mode 100644 index 00000000..4a512b8f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArchiveBoxIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArchiveBoxIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2 3a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H2Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 7.5h16l-.811 7.71a2 2 0 0 1-1.99 1.79H4.802a2 2 0 0 1-1.99-1.79L2 7.5ZM7 11a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2H8a1 1 0 0 1-1-1Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArchiveBoxIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArchiveBoxXMarkIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArchiveBoxXMarkIcon.d.ts new file mode 100644 index 00000000..fb5f7dba --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArchiveBoxXMarkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArchiveBoxXMarkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArchiveBoxXMarkIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArchiveBoxXMarkIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArchiveBoxXMarkIcon.js new file mode 100644 index 00000000..c859a5c1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArchiveBoxXMarkIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArchiveBoxXMarkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2 3a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H2Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 7.5h16l-.811 7.71a2 2 0 0 1-1.99 1.79H4.802a2 2 0 0 1-1.99-1.79L2 7.5Zm5.22 1.72a.75.75 0 0 1 1.06 0L10 10.94l1.72-1.72a.75.75 0 1 1 1.06 1.06L11.06 12l1.72 1.72a.75.75 0 1 1-1.06 1.06L10 13.06l-1.72 1.72a.75.75 0 0 1-1.06-1.06L8.94 12l-1.72-1.72a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArchiveBoxXMarkIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownCircleIcon.d.ts new file mode 100644 index 00000000..b6500220 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownCircleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownCircleIcon.js new file mode 100644 index 00000000..5e33b271 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowDownCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm.75-11.25a.75.75 0 0 0-1.5 0v4.59L7.3 9.24a.75.75 0 0 0-1.1 1.02l3.25 3.5a.75.75 0 0 0 1.1 0l3.25-3.5a.75.75 0 1 0-1.1-1.02l-1.95 2.1V6.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownIcon.d.ts new file mode 100644 index 00000000..6fcb0764 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownIcon.js new file mode 100644 index 00000000..822f1a95 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 3a.75.75 0 0 1 .75.75v10.638l3.96-4.158a.75.75 0 1 1 1.08 1.04l-5.25 5.5a.75.75 0 0 1-1.08 0l-5.25-5.5a.75.75 0 1 1 1.08-1.04l3.96 4.158V3.75A.75.75 0 0 1 10 3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownLeftIcon.d.ts new file mode 100644 index 00000000..c2de5115 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownLeftIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownLeftIcon.js new file mode 100644 index 00000000..5c00fbce --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowDownLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M14.78 5.22a.75.75 0 0 0-1.06 0L6.5 12.44V6.75a.75.75 0 0 0-1.5 0v7.5c0 .414.336.75.75.75h7.5a.75.75 0 0 0 0-1.5H7.56l7.22-7.22a.75.75 0 0 0 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownOnSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownOnSquareIcon.d.ts new file mode 100644 index 00000000..ad998a9f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownOnSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownOnSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownOnSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownOnSquareIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownOnSquareIcon.js new file mode 100644 index 00000000..f9a6a4a1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownOnSquareIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function ArrowDownOnSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M13.75 7h-3v5.296l1.943-2.048a.75.75 0 0 1 1.114 1.004l-3.25 3.5a.75.75 0 0 1-1.114 0l-3.25-3.5a.75.75 0 1 1 1.114-1.004l1.943 2.048V7h1.5V1.75a.75.75 0 0 0-1.5 0V7h-3A2.25 2.25 0 0 0 4 9.25v7.5A2.25 2.25 0 0 0 6.25 19h7.5A2.25 2.25 0 0 0 16 16.75v-7.5A2.25 2.25 0 0 0 13.75 7Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownOnSquareIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownOnSquareStackIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownOnSquareStackIcon.d.ts new file mode 100644 index 00000000..3069f334 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownOnSquareStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownOnSquareStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownOnSquareStackIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownOnSquareStackIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownOnSquareStackIcon.js new file mode 100644 index 00000000..02c8b22f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownOnSquareStackIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowDownOnSquareStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 1a.75.75 0 0 1 .75.75V6h-1.5V1.75A.75.75 0 0 1 8 1Zm-.75 5v3.296l-.943-1.048a.75.75 0 1 0-1.114 1.004l2.25 2.5a.75.75 0 0 0 1.114 0l2.25-2.5a.75.75 0 0 0-1.114-1.004L8.75 9.296V6h2A2.25 2.25 0 0 1 13 8.25v4.5A2.25 2.25 0 0 1 10.75 15h-5.5A2.25 2.25 0 0 1 3 12.75v-4.5A2.25 2.25 0 0 1 5.25 6h2ZM7 16.75v-.25h3.75a3.75 3.75 0 0 0 3.75-3.75V10h.25A2.25 2.25 0 0 1 17 12.25v4.5A2.25 2.25 0 0 1 14.75 19h-5.5A2.25 2.25 0 0 1 7 16.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownOnSquareStackIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownRightIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownRightIcon.d.ts new file mode 100644 index 00000000..af2b43e2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownRightIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownRightIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownRightIcon.js new file mode 100644 index 00000000..f4ccc5a8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownRightIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function ArrowDownRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M6.28 5.22a.75.75 0 0 0-1.06 1.06l7.22 7.22H6.75a.75.75 0 0 0 0 1.5h7.5a.747.747 0 0 0 .75-.75v-7.5a.75.75 0 0 0-1.5 0v5.69L6.28 5.22Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownTrayIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownTrayIcon.d.ts new file mode 100644 index 00000000..d755642a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownTrayIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownTrayIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownTrayIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownTrayIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownTrayIcon.js new file mode 100644 index 00000000..a25450f5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowDownTrayIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowDownTrayIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10.75 2.75a.75.75 0 0 0-1.5 0v8.614L6.295 8.235a.75.75 0 1 0-1.09 1.03l4.25 4.5a.75.75 0 0 0 1.09 0l4.25-4.5a.75.75 0 0 0-1.09-1.03l-2.955 3.129V2.75Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M3.5 12.75a.75.75 0 0 0-1.5 0v2.5A2.75 2.75 0 0 0 4.75 18h10.5A2.75 2.75 0 0 0 18 15.25v-2.5a.75.75 0 0 0-1.5 0v2.5c0 .69-.56 1.25-1.25 1.25H4.75c-.69 0-1.25-.56-1.25-1.25v-2.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownTrayIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLeftCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLeftCircleIcon.d.ts new file mode 100644 index 00000000..5ebd1ee5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLeftCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLeftCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLeftCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLeftCircleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLeftCircleIcon.js new file mode 100644 index 00000000..a5e77a9f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLeftCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowLeftCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm3.25-7.25a.75.75 0 0 0 0-1.5H8.66l2.1-1.95a.75.75 0 1 0-1.02-1.1l-3.5 3.25a.75.75 0 0 0 0 1.1l3.5 3.25a.75.75 0 0 0 1.02-1.1l-2.1-1.95h4.59Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLeftEndOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLeftEndOnRectangleIcon.d.ts new file mode 100644 index 00000000..0bb80a06 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLeftEndOnRectangleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLeftEndOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLeftEndOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLeftEndOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLeftEndOnRectangleIcon.js new file mode 100644 index 00000000..e0d342fe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLeftEndOnRectangleIcon.js @@ -0,0 +1,28 @@ +import * as React from "react"; +function ArrowLeftEndOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 4.25A2.25 2.25 0 0 1 5.25 2h5.5A2.25 2.25 0 0 1 13 4.25v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 0-.75-.75h-5.5a.75.75 0 0 0-.75.75v11.5c0 .414.336.75.75.75h5.5a.75.75 0 0 0 .75-.75v-2a.75.75 0 0 1 1.5 0v2A2.25 2.25 0 0 1 10.75 18h-5.5A2.25 2.25 0 0 1 3 15.75V4.25Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M19 10a.75.75 0 0 0-.75-.75H8.704l1.048-.943a.75.75 0 1 0-1.004-1.114l-2.5 2.25a.75.75 0 0 0 0 1.114l2.5 2.25a.75.75 0 1 0 1.004-1.114l-1.048-.943h9.546A.75.75 0 0 0 19 10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftEndOnRectangleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLeftIcon.d.ts new file mode 100644 index 00000000..8b184ac4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLeftIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLeftIcon.js new file mode 100644 index 00000000..7db3d2c7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M17 10a.75.75 0 0 1-.75.75H5.612l4.158 3.96a.75.75 0 1 1-1.04 1.08l-5.5-5.25a.75.75 0 0 1 0-1.08l5.5-5.25a.75.75 0 1 1 1.04 1.08L5.612 9.25H16.25A.75.75 0 0 1 17 10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLeftOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLeftOnRectangleIcon.d.ts new file mode 100644 index 00000000..58ef43b6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLeftOnRectangleIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const ArrowLeftOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLeftOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLeftOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLeftOnRectangleIcon.js new file mode 100644 index 00000000..6197fe79 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLeftOnRectangleIcon.js @@ -0,0 +1,29 @@ +import * as React from "react"; +/** @deprecated */ +function ArrowLeftOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 4.25A2.25 2.25 0 0 1 5.25 2h5.5A2.25 2.25 0 0 1 13 4.25v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 0-.75-.75h-5.5a.75.75 0 0 0-.75.75v11.5c0 .414.336.75.75.75h5.5a.75.75 0 0 0 .75-.75v-2a.75.75 0 0 1 1.5 0v2A2.25 2.25 0 0 1 10.75 18h-5.5A2.25 2.25 0 0 1 3 15.75V4.25Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M19 10a.75.75 0 0 0-.75-.75H8.704l1.048-.943a.75.75 0 1 0-1.004-1.114l-2.5 2.25a.75.75 0 0 0 0 1.114l2.5 2.25a.75.75 0 1 0 1.004-1.114l-1.048-.943h9.546A.75.75 0 0 0 19 10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftOnRectangleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLeftStartOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLeftStartOnRectangleIcon.d.ts new file mode 100644 index 00000000..0f113252 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLeftStartOnRectangleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLeftStartOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLeftStartOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLeftStartOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLeftStartOnRectangleIcon.js new file mode 100644 index 00000000..c20ce3e8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLeftStartOnRectangleIcon.js @@ -0,0 +1,28 @@ +import * as React from "react"; +function ArrowLeftStartOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M17 4.25A2.25 2.25 0 0 0 14.75 2h-5.5A2.25 2.25 0 0 0 7 4.25v2a.75.75 0 0 0 1.5 0v-2a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 .75.75v11.5a.75.75 0 0 1-.75.75h-5.5a.75.75 0 0 1-.75-.75v-2a.75.75 0 0 0-1.5 0v2A2.25 2.25 0 0 0 9.25 18h5.5A2.25 2.25 0 0 0 17 15.75V4.25Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M14 10a.75.75 0 0 0-.75-.75H3.704l1.048-.943a.75.75 0 1 0-1.004-1.114l-2.5 2.25a.75.75 0 0 0 0 1.114l2.5 2.25a.75.75 0 1 0 1.004-1.114l-1.048-.943h9.546A.75.75 0 0 0 14 10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftStartOnRectangleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLongDownIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLongDownIcon.d.ts new file mode 100644 index 00000000..f83cde05 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLongDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLongDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLongDownIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLongDownIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLongDownIcon.js new file mode 100644 index 00000000..9f903799 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLongDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowLongDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 2a.75.75 0 0 1 .75.75v12.59l1.95-2.1a.75.75 0 1 1 1.1 1.02l-3.25 3.5a.75.75 0 0 1-1.1 0l-3.25-3.5a.75.75 0 1 1 1.1-1.02l1.95 2.1V2.75A.75.75 0 0 1 10 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLongDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLongLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLongLeftIcon.d.ts new file mode 100644 index 00000000..28f72830 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLongLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLongLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLongLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLongLeftIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLongLeftIcon.js new file mode 100644 index 00000000..f23b791e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLongLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowLongLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M18 10a.75.75 0 0 1-.75.75H4.66l2.1 1.95a.75.75 0 1 1-1.02 1.1l-3.5-3.25a.75.75 0 0 1 0-1.1l3.5-3.25a.75.75 0 1 1 1.02 1.1l-2.1 1.95h12.59A.75.75 0 0 1 18 10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLongLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLongRightIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLongRightIcon.d.ts new file mode 100644 index 00000000..2375bd76 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLongRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLongRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLongRightIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLongRightIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLongRightIcon.js new file mode 100644 index 00000000..a6e0e357 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLongRightIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowLongRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 10a.75.75 0 0 1 .75-.75h12.59l-2.1-1.95a.75.75 0 1 1 1.02-1.1l3.5 3.25a.75.75 0 0 1 0 1.1l-3.5 3.25a.75.75 0 1 1-1.02-1.1l2.1-1.95H2.75A.75.75 0 0 1 2 10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLongRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLongUpIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLongUpIcon.d.ts new file mode 100644 index 00000000..cb3f5687 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLongUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLongUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLongUpIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLongUpIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLongUpIcon.js new file mode 100644 index 00000000..36edcc9e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowLongUpIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowLongUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 18a.75.75 0 0 1-.75-.75V4.66L7.3 6.76a.75.75 0 0 1-1.1-1.02l3.25-3.5a.75.75 0 0 1 1.1 0l3.25 3.5a.75.75 0 1 1-1.1 1.02l-1.95-2.1v12.59A.75.75 0 0 1 10 18Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLongUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowPathIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowPathIcon.d.ts new file mode 100644 index 00000000..4260afbd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowPathIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowPathIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowPathIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowPathIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowPathIcon.js new file mode 100644 index 00000000..b4850ee0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowPathIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowPathIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15.312 11.424a5.5 5.5 0 0 1-9.201 2.466l-.312-.311h2.433a.75.75 0 0 0 0-1.5H3.989a.75.75 0 0 0-.75.75v4.242a.75.75 0 0 0 1.5 0v-2.43l.31.31a7 7 0 0 0 11.712-3.138.75.75 0 0 0-1.449-.39Zm1.23-3.723a.75.75 0 0 0 .219-.53V2.929a.75.75 0 0 0-1.5 0V5.36l-.31-.31A7 7 0 0 0 3.239 8.188a.75.75 0 1 0 1.448.389A5.5 5.5 0 0 1 13.89 6.11l.311.31h-2.432a.75.75 0 0 0 0 1.5h4.243a.75.75 0 0 0 .53-.219Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowPathIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowPathRoundedSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowPathRoundedSquareIcon.d.ts new file mode 100644 index 00000000..0e9778d9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowPathRoundedSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowPathRoundedSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowPathRoundedSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowPathRoundedSquareIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowPathRoundedSquareIcon.js new file mode 100644 index 00000000..bac40e4b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowPathRoundedSquareIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowPathRoundedSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 4.5c1.215 0 2.417.055 3.604.162a.68.68 0 0 1 .615.597c.124 1.038.208 2.088.25 3.15l-1.689-1.69a.75.75 0 0 0-1.06 1.061l2.999 3a.75.75 0 0 0 1.06 0l3.001-3a.75.75 0 1 0-1.06-1.06l-1.748 1.747a41.31 41.31 0 0 0-.264-3.386 2.18 2.18 0 0 0-1.97-1.913 41.512 41.512 0 0 0-7.477 0 2.18 2.18 0 0 0-1.969 1.913 41.16 41.16 0 0 0-.16 1.61.75.75 0 1 0 1.495.12c.041-.52.093-1.038.154-1.552a.68.68 0 0 1 .615-.597A40.012 40.012 0 0 1 10 4.5ZM5.281 9.22a.75.75 0 0 0-1.06 0l-3.001 3a.75.75 0 1 0 1.06 1.06l1.748-1.747c.042 1.141.13 2.27.264 3.386a2.18 2.18 0 0 0 1.97 1.913 41.533 41.533 0 0 0 7.477 0 2.18 2.18 0 0 0 1.969-1.913c.064-.534.117-1.071.16-1.61a.75.75 0 1 0-1.495-.12c-.041.52-.093 1.037-.154 1.552a.68.68 0 0 1-.615.597 40.013 40.013 0 0 1-7.208 0 .68.68 0 0 1-.615-.597 39.785 39.785 0 0 1-.25-3.15l1.689 1.69a.75.75 0 0 0 1.06-1.061l-2.999-3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowPathRoundedSquareIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowRightCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowRightCircleIcon.d.ts new file mode 100644 index 00000000..c362cf3a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowRightCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowRightCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowRightCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowRightCircleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowRightCircleIcon.js new file mode 100644 index 00000000..813fee51 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowRightCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowRightCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16ZM6.75 9.25a.75.75 0 0 0 0 1.5h4.59l-2.1 1.95a.75.75 0 0 0 1.02 1.1l3.5-3.25a.75.75 0 0 0 0-1.1l-3.5-3.25a.75.75 0 1 0-1.02 1.1l2.1 1.95H6.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowRightEndOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowRightEndOnRectangleIcon.d.ts new file mode 100644 index 00000000..69f1804f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowRightEndOnRectangleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowRightEndOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowRightEndOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowRightEndOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowRightEndOnRectangleIcon.js new file mode 100644 index 00000000..d6f3d67e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowRightEndOnRectangleIcon.js @@ -0,0 +1,28 @@ +import * as React from "react"; +function ArrowRightEndOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M17 4.25A2.25 2.25 0 0 0 14.75 2h-5.5A2.25 2.25 0 0 0 7 4.25v2a.75.75 0 0 0 1.5 0v-2a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 .75.75v11.5a.75.75 0 0 1-.75.75h-5.5a.75.75 0 0 1-.75-.75v-2a.75.75 0 0 0-1.5 0v2A2.25 2.25 0 0 0 9.25 18h5.5A2.25 2.25 0 0 0 17 15.75V4.25Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 10a.75.75 0 0 1 .75-.75h9.546l-1.048-.943a.75.75 0 1 1 1.004-1.114l2.5 2.25a.75.75 0 0 1 0 1.114l-2.5 2.25a.75.75 0 1 1-1.004-1.114l1.048-.943H1.75A.75.75 0 0 1 1 10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightEndOnRectangleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowRightIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowRightIcon.d.ts new file mode 100644 index 00000000..fd9ad463 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowRightIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowRightIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowRightIcon.js new file mode 100644 index 00000000..8d979bbd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowRightIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 10a.75.75 0 0 1 .75-.75h10.638L10.23 5.29a.75.75 0 1 1 1.04-1.08l5.5 5.25a.75.75 0 0 1 0 1.08l-5.5 5.25a.75.75 0 1 1-1.04-1.08l4.158-3.96H3.75A.75.75 0 0 1 3 10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowRightOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowRightOnRectangleIcon.d.ts new file mode 100644 index 00000000..beb562de --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowRightOnRectangleIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const ArrowRightOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowRightOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowRightOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowRightOnRectangleIcon.js new file mode 100644 index 00000000..69db43a5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowRightOnRectangleIcon.js @@ -0,0 +1,29 @@ +import * as React from "react"; +/** @deprecated */ +function ArrowRightOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 4.25A2.25 2.25 0 0 1 5.25 2h5.5A2.25 2.25 0 0 1 13 4.25v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 0-.75-.75h-5.5a.75.75 0 0 0-.75.75v11.5c0 .414.336.75.75.75h5.5a.75.75 0 0 0 .75-.75v-2a.75.75 0 0 1 1.5 0v2A2.25 2.25 0 0 1 10.75 18h-5.5A2.25 2.25 0 0 1 3 15.75V4.25Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6 10a.75.75 0 0 1 .75-.75h9.546l-1.048-.943a.75.75 0 1 1 1.004-1.114l2.5 2.25a.75.75 0 0 1 0 1.114l-2.5 2.25a.75.75 0 1 1-1.004-1.114l1.048-.943H6.75A.75.75 0 0 1 6 10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightOnRectangleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowRightStartOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowRightStartOnRectangleIcon.d.ts new file mode 100644 index 00000000..125ccfd7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowRightStartOnRectangleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowRightStartOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowRightStartOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowRightStartOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowRightStartOnRectangleIcon.js new file mode 100644 index 00000000..88686685 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowRightStartOnRectangleIcon.js @@ -0,0 +1,28 @@ +import * as React from "react"; +function ArrowRightStartOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 4.25A2.25 2.25 0 0 1 5.25 2h5.5A2.25 2.25 0 0 1 13 4.25v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 0-.75-.75h-5.5a.75.75 0 0 0-.75.75v11.5c0 .414.336.75.75.75h5.5a.75.75 0 0 0 .75-.75v-2a.75.75 0 0 1 1.5 0v2A2.25 2.25 0 0 1 10.75 18h-5.5A2.25 2.25 0 0 1 3 15.75V4.25Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6 10a.75.75 0 0 1 .75-.75h9.546l-1.048-.943a.75.75 0 1 1 1.004-1.114l2.5 2.25a.75.75 0 0 1 0 1.114l-2.5 2.25a.75.75 0 1 1-1.004-1.114l1.048-.943H6.75A.75.75 0 0 1 6 10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightStartOnRectangleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowSmallDownIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowSmallDownIcon.d.ts new file mode 100644 index 00000000..ee183571 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowSmallDownIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const ArrowSmallDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowSmallDownIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowSmallDownIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowSmallDownIcon.js new file mode 100644 index 00000000..26f506c5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowSmallDownIcon.js @@ -0,0 +1,25 @@ +import * as React from "react"; +/** @deprecated */ +function ArrowSmallDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 5a.75.75 0 0 1 .75.75v6.638l1.96-2.158a.75.75 0 1 1 1.08 1.04l-3.25 3.5a.75.75 0 0 1-1.08 0l-3.25-3.5a.75.75 0 1 1 1.08-1.04l1.96 2.158V5.75A.75.75 0 0 1 10 5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowSmallDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowSmallLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowSmallLeftIcon.d.ts new file mode 100644 index 00000000..5686c1af --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowSmallLeftIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const ArrowSmallLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowSmallLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowSmallLeftIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowSmallLeftIcon.js new file mode 100644 index 00000000..e1b28724 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowSmallLeftIcon.js @@ -0,0 +1,25 @@ +import * as React from "react"; +/** @deprecated */ +function ArrowSmallLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 10a.75.75 0 0 1-.75.75H7.612l2.158 1.96a.75.75 0 1 1-1.04 1.08l-3.5-3.25a.75.75 0 0 1 0-1.08l3.5-3.25a.75.75 0 1 1 1.04 1.08L7.612 9.25h6.638A.75.75 0 0 1 15 10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowSmallLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowSmallRightIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowSmallRightIcon.d.ts new file mode 100644 index 00000000..019725bb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowSmallRightIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const ArrowSmallRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowSmallRightIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowSmallRightIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowSmallRightIcon.js new file mode 100644 index 00000000..1c317247 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowSmallRightIcon.js @@ -0,0 +1,25 @@ +import * as React from "react"; +/** @deprecated */ +function ArrowSmallRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5 10a.75.75 0 0 1 .75-.75h6.638L10.23 7.29a.75.75 0 1 1 1.04-1.08l3.5 3.25a.75.75 0 0 1 0 1.08l-3.5 3.25a.75.75 0 1 1-1.04-1.08l2.158-1.96H5.75A.75.75 0 0 1 5 10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowSmallRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowSmallUpIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowSmallUpIcon.d.ts new file mode 100644 index 00000000..644e37fb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowSmallUpIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const ArrowSmallUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowSmallUpIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowSmallUpIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowSmallUpIcon.js new file mode 100644 index 00000000..21396e44 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowSmallUpIcon.js @@ -0,0 +1,25 @@ +import * as React from "react"; +/** @deprecated */ +function ArrowSmallUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 15a.75.75 0 0 1-.75-.75V7.612L7.29 9.77a.75.75 0 0 1-1.08-1.04l3.25-3.5a.75.75 0 0 1 1.08 0l3.25 3.5a.75.75 0 1 1-1.08 1.04l-1.96-2.158v6.638A.75.75 0 0 1 10 15Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowSmallUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTopRightOnSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTopRightOnSquareIcon.d.ts new file mode 100644 index 00000000..86a6805d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTopRightOnSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTopRightOnSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTopRightOnSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTopRightOnSquareIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTopRightOnSquareIcon.js new file mode 100644 index 00000000..def653b6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTopRightOnSquareIcon.js @@ -0,0 +1,28 @@ +import * as React from "react"; +function ArrowTopRightOnSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.25 5.5a.75.75 0 0 0-.75.75v8.5c0 .414.336.75.75.75h8.5a.75.75 0 0 0 .75-.75v-4a.75.75 0 0 1 1.5 0v4A2.25 2.25 0 0 1 12.75 17h-8.5A2.25 2.25 0 0 1 2 14.75v-8.5A2.25 2.25 0 0 1 4.25 4h5a.75.75 0 0 1 0 1.5h-5Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6.194 12.753a.75.75 0 0 0 1.06.053L16.5 4.44v2.81a.75.75 0 0 0 1.5 0v-4.5a.75.75 0 0 0-.75-.75h-4.5a.75.75 0 0 0 0 1.5h2.553l-9.056 8.194a.75.75 0 0 0-.053 1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTopRightOnSquareIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTrendingDownIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTrendingDownIcon.d.ts new file mode 100644 index 00000000..cfb218f9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTrendingDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTrendingDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTrendingDownIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTrendingDownIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTrendingDownIcon.js new file mode 100644 index 00000000..3d73f64a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTrendingDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowTrendingDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.22 5.222a.75.75 0 0 1 1.06 0L7 9.942l3.768-3.769a.75.75 0 0 1 1.113.058 20.908 20.908 0 0 1 3.813 7.254l1.574-2.727a.75.75 0 0 1 1.3.75l-2.475 4.286a.75.75 0 0 1-1.025.275l-4.287-2.475a.75.75 0 0 1 .75-1.3l2.71 1.565a19.422 19.422 0 0 0-3.013-6.024L7.53 11.533a.75.75 0 0 1-1.06 0l-5.25-5.25a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTrendingDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTrendingUpIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTrendingUpIcon.d.ts new file mode 100644 index 00000000..54763a8c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTrendingUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTrendingUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTrendingUpIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTrendingUpIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTrendingUpIcon.js new file mode 100644 index 00000000..5eb55b1c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTrendingUpIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowTrendingUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12.577 4.878a.75.75 0 0 1 .919-.53l4.78 1.281a.75.75 0 0 1 .531.919l-1.281 4.78a.75.75 0 0 1-1.449-.387l.81-3.022a19.407 19.407 0 0 0-5.594 5.203.75.75 0 0 1-1.139.093L7 10.06l-4.72 4.72a.75.75 0 0 1-1.06-1.061l5.25-5.25a.75.75 0 0 1 1.06 0l3.074 3.073a20.923 20.923 0 0 1 5.545-4.931l-3.042-.815a.75.75 0 0 1-.53-.919Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTrendingUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnDownLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnDownLeftIcon.d.ts new file mode 100644 index 00000000..30988be3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnDownLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnDownLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnDownLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnDownLeftIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnDownLeftIcon.js new file mode 100644 index 00000000..3a21d263 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnDownLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowTurnDownLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M16.25 3a.75.75 0 0 0-.75.75v7.5H4.56l1.97-1.97a.75.75 0 0 0-1.06-1.06l-3.25 3.25a.75.75 0 0 0 0 1.06l3.25 3.25a.75.75 0 0 0 1.06-1.06l-1.97-1.97h11.69A.75.75 0 0 0 17 12V3.75a.75.75 0 0 0-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnDownLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnDownRightIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnDownRightIcon.d.ts new file mode 100644 index 00000000..a97f44c6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnDownRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnDownRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnDownRightIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnDownRightIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnDownRightIcon.js new file mode 100644 index 00000000..0e68bebf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnDownRightIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowTurnDownRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.75 3a.75.75 0 0 1 .75.75v7.5h10.94l-1.97-1.97a.75.75 0 0 1 1.06-1.06l3.25 3.25a.75.75 0 0 1 0 1.06l-3.25 3.25a.75.75 0 1 1-1.06-1.06l1.97-1.97H3.75A.75.75 0 0 1 3 12V3.75A.75.75 0 0 1 3.75 3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnDownRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnLeftDownIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnLeftDownIcon.d.ts new file mode 100644 index 00000000..54c35be7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnLeftDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnLeftDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnLeftDownIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnLeftDownIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnLeftDownIcon.js new file mode 100644 index 00000000..a4903bf0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnLeftDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowTurnLeftDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M16 3.75a.75.75 0 0 1-.75.75h-7.5v10.94l1.97-1.97a.75.75 0 1 1 1.06 1.06l-3.25 3.25a.75.75 0 0 1-1.06 0l-3.25-3.25a.75.75 0 1 1 1.06-1.06l1.97 1.97V3.75A.75.75 0 0 1 7 3h8.25a.75.75 0 0 1 .75.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnLeftDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnLeftUpIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnLeftUpIcon.d.ts new file mode 100644 index 00000000..db9b7a64 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnLeftUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnLeftUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnLeftUpIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnLeftUpIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnLeftUpIcon.js new file mode 100644 index 00000000..3d13a6c0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnLeftUpIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowTurnLeftUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M16 16.25a.75.75 0 0 0-.75-.75h-7.5V4.56l1.97 1.97a.75.75 0 1 0 1.06-1.06L7.53 2.22a.75.75 0 0 0-1.06 0L3.22 5.47a.75.75 0 0 0 1.06 1.06l1.97-1.97v11.69c0 .414.336.75.75.75h8.25a.75.75 0 0 0 .75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnLeftUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnRightDownIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnRightDownIcon.d.ts new file mode 100644 index 00000000..8719674d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnRightDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnRightDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnRightDownIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnRightDownIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnRightDownIcon.js new file mode 100644 index 00000000..979a3671 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnRightDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowTurnRightDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 3.75c0 .414.336.75.75.75h7.5v10.94l-1.97-1.97a.75.75 0 0 0-1.06 1.06l3.25 3.25a.75.75 0 0 0 1.06 0l3.25-3.25a.75.75 0 1 0-1.06-1.06l-1.97 1.97V3.75A.75.75 0 0 0 12 3H3.75a.75.75 0 0 0-.75.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnRightDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnRightUpIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnRightUpIcon.d.ts new file mode 100644 index 00000000..f1c75f84 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnRightUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnRightUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnRightUpIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnRightUpIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnRightUpIcon.js new file mode 100644 index 00000000..3ed6600e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnRightUpIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowTurnRightUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 16.25a.75.75 0 0 1 .75-.75h7.5V4.56L9.28 6.53a.75.75 0 0 1-1.06-1.06l3.25-3.25a.75.75 0 0 1 1.06 0l3.25 3.25a.75.75 0 0 1-1.06 1.06l-1.97-1.97v11.69A.75.75 0 0 1 12 17H3.75a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnRightUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnUpLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnUpLeftIcon.d.ts new file mode 100644 index 00000000..1e0636c3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnUpLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnUpLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnUpLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnUpLeftIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnUpLeftIcon.js new file mode 100644 index 00000000..fd32f3c2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnUpLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowTurnUpLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M16.25 17a.75.75 0 0 1-.75-.75v-7.5H4.56l1.97 1.97a.75.75 0 1 1-1.06 1.06L2.22 8.53a.75.75 0 0 1 0-1.06l3.25-3.25a.75.75 0 0 1 1.06 1.06L4.56 7.25h11.69A.75.75 0 0 1 17 8v8.25a.75.75 0 0 1-.75.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnUpLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnUpRightIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnUpRightIcon.d.ts new file mode 100644 index 00000000..a2cb836a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnUpRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnUpRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnUpRightIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnUpRightIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnUpRightIcon.js new file mode 100644 index 00000000..0bf17d68 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowTurnUpRightIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowTurnUpRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.75 17a.75.75 0 0 0 .75-.75v-7.5h10.94l-1.97 1.97a.75.75 0 1 0 1.06 1.06l3.25-3.25a.75.75 0 0 0 0-1.06l-3.25-3.25a.75.75 0 1 0-1.06 1.06l1.97 1.97H3.75A.75.75 0 0 0 3 8v8.25c0 .414.336.75.75.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnUpRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpCircleIcon.d.ts new file mode 100644 index 00000000..dbc3f8e7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpCircleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpCircleIcon.js new file mode 100644 index 00000000..e0abb0d9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowUpCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm-.75-4.75a.75.75 0 0 0 1.5 0V8.66l1.95 2.1a.75.75 0 1 0 1.1-1.02l-3.25-3.5a.75.75 0 0 0-1.1 0L6.2 9.74a.75.75 0 1 0 1.1 1.02l1.95-2.1v4.59Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpIcon.d.ts new file mode 100644 index 00000000..6567e292 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpIcon.js new file mode 100644 index 00000000..b2bcd57e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 17a.75.75 0 0 1-.75-.75V5.612L5.29 9.77a.75.75 0 0 1-1.08-1.04l5.25-5.5a.75.75 0 0 1 1.08 0l5.25 5.5a.75.75 0 1 1-1.08 1.04l-3.96-4.158V16.25A.75.75 0 0 1 10 17Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpLeftIcon.d.ts new file mode 100644 index 00000000..b440666c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpLeftIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpLeftIcon.js new file mode 100644 index 00000000..ab7889e3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowUpLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M14.78 14.78a.75.75 0 0 1-1.06 0L6.5 7.56v5.69a.75.75 0 0 1-1.5 0v-7.5A.75.75 0 0 1 5.75 5h7.5a.75.75 0 0 1 0 1.5H7.56l7.22 7.22a.75.75 0 0 1 0 1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpOnSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpOnSquareIcon.d.ts new file mode 100644 index 00000000..d50c7262 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpOnSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpOnSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpOnSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpOnSquareIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpOnSquareIcon.js new file mode 100644 index 00000000..27a0a956 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpOnSquareIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowUpOnSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M13.75 7h-3V3.66l1.95 2.1a.75.75 0 1 0 1.1-1.02l-3.25-3.5a.75.75 0 0 0-1.1 0L6.2 4.74a.75.75 0 0 0 1.1 1.02l1.95-2.1V7h-3A2.25 2.25 0 0 0 4 9.25v7.5A2.25 2.25 0 0 0 6.25 19h7.5A2.25 2.25 0 0 0 16 16.75v-7.5A2.25 2.25 0 0 0 13.75 7Zm-3 0h-1.5v5.25a.75.75 0 0 0 1.5 0V7Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpOnSquareIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpOnSquareStackIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpOnSquareStackIcon.d.ts new file mode 100644 index 00000000..c1d92c28 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpOnSquareStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpOnSquareStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpOnSquareStackIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpOnSquareStackIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpOnSquareStackIcon.js new file mode 100644 index 00000000..bf5ccc62 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpOnSquareStackIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowUpOnSquareStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10.75 6h-2v4.25a.75.75 0 0 1-1.5 0V6h1.5V3.704l.943 1.048a.75.75 0 0 0 1.114-1.004l-2.25-2.5a.75.75 0 0 0-1.114 0l-2.25 2.5a.75.75 0 0 0 1.114 1.004l.943-1.048V6h-2A2.25 2.25 0 0 0 3 8.25v4.5A2.25 2.25 0 0 0 5.25 15h5.5A2.25 2.25 0 0 0 13 12.75v-4.5A2.25 2.25 0 0 0 10.75 6ZM7 16.75v-.25h3.75a3.75 3.75 0 0 0 3.75-3.75V10h.25A2.25 2.25 0 0 1 17 12.25v4.5A2.25 2.25 0 0 1 14.75 19h-5.5A2.25 2.25 0 0 1 7 16.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpOnSquareStackIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpRightIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpRightIcon.d.ts new file mode 100644 index 00000000..9e8bedec --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpRightIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpRightIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpRightIcon.js new file mode 100644 index 00000000..ddb8ac48 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpRightIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowUpRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.22 14.78a.75.75 0 0 0 1.06 0l7.22-7.22v5.69a.75.75 0 0 0 1.5 0v-7.5a.75.75 0 0 0-.75-.75h-7.5a.75.75 0 0 0 0 1.5h5.69l-7.22 7.22a.75.75 0 0 0 0 1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpTrayIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpTrayIcon.d.ts new file mode 100644 index 00000000..1304d9e4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpTrayIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpTrayIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpTrayIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpTrayIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpTrayIcon.js new file mode 100644 index 00000000..3bf18396 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUpTrayIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowUpTrayIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M9.25 13.25a.75.75 0 0 0 1.5 0V4.636l2.955 3.129a.75.75 0 0 0 1.09-1.03l-4.25-4.5a.75.75 0 0 0-1.09 0l-4.25 4.5a.75.75 0 1 0 1.09 1.03L9.25 4.636v8.614Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M3.5 12.75a.75.75 0 0 0-1.5 0v2.5A2.75 2.75 0 0 0 4.75 18h10.5A2.75 2.75 0 0 0 18 15.25v-2.5a.75.75 0 0 0-1.5 0v2.5c0 .69-.56 1.25-1.25 1.25H4.75c-.69 0-1.25-.56-1.25-1.25v-2.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpTrayIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUturnDownIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUturnDownIcon.d.ts new file mode 100644 index 00000000..2a656eef --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUturnDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUturnDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUturnDownIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUturnDownIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUturnDownIcon.js new file mode 100644 index 00000000..8c9f102b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUturnDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowUturnDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.232 12.207a.75.75 0 0 1 1.06.025l3.958 4.146V6.375a5.375 5.375 0 0 1 10.75 0V9.25a.75.75 0 0 1-1.5 0V6.375a3.875 3.875 0 0 0-7.75 0v10.003l3.957-4.146a.75.75 0 0 1 1.085 1.036l-5.25 5.5a.75.75 0 0 1-1.085 0l-5.25-5.5a.75.75 0 0 1 .025-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUturnDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUturnLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUturnLeftIcon.d.ts new file mode 100644 index 00000000..8d827dd8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUturnLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUturnLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUturnLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUturnLeftIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUturnLeftIcon.js new file mode 100644 index 00000000..daf867ae --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUturnLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowUturnLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.793 2.232a.75.75 0 0 1-.025 1.06L3.622 7.25h10.003a5.375 5.375 0 0 1 0 10.75H10.75a.75.75 0 0 1 0-1.5h2.875a3.875 3.875 0 0 0 0-7.75H3.622l4.146 3.957a.75.75 0 0 1-1.036 1.085l-5.5-5.25a.75.75 0 0 1 0-1.085l5.5-5.25a.75.75 0 0 1 1.06.025Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUturnLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUturnRightIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUturnRightIcon.d.ts new file mode 100644 index 00000000..b75389ab --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUturnRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUturnRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUturnRightIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUturnRightIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUturnRightIcon.js new file mode 100644 index 00000000..800971bf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUturnRightIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowUturnRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12.207 2.232a.75.75 0 0 0 .025 1.06l4.146 3.958H6.375a5.375 5.375 0 0 0 0 10.75H9.25a.75.75 0 0 0 0-1.5H6.375a3.875 3.875 0 0 1 0-7.75h10.003l-4.146 3.957a.75.75 0 0 0 1.036 1.085l5.5-5.25a.75.75 0 0 0 0-1.085l-5.5-5.25a.75.75 0 0 0-1.06.025Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUturnRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUturnUpIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUturnUpIcon.d.ts new file mode 100644 index 00000000..1996413e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUturnUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUturnUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUturnUpIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUturnUpIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUturnUpIcon.js new file mode 100644 index 00000000..66fd8bf6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowUturnUpIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowUturnUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M17.768 7.793a.75.75 0 0 1-1.06-.025L12.75 3.622v10.003a5.375 5.375 0 0 1-10.75 0V10.75a.75.75 0 0 1 1.5 0v2.875a3.875 3.875 0 0 0 7.75 0V3.622L7.293 7.768a.75.75 0 0 1-1.086-1.036l5.25-5.5a.75.75 0 0 1 1.085 0l5.25 5.5a.75.75 0 0 1-.024 1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUturnUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowsPointingInIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowsPointingInIcon.d.ts new file mode 100644 index 00000000..2570a1ea --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowsPointingInIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowsPointingInIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowsPointingInIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowsPointingInIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowsPointingInIcon.js new file mode 100644 index 00000000..6f2eb3df --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowsPointingInIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function ArrowsPointingInIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.28 2.22a.75.75 0 0 0-1.06 1.06L5.44 6.5H2.75a.75.75 0 0 0 0 1.5h4.5A.75.75 0 0 0 8 7.25v-4.5a.75.75 0 0 0-1.5 0v2.69L3.28 2.22ZM13.5 2.75a.75.75 0 0 0-1.5 0v4.5c0 .414.336.75.75.75h4.5a.75.75 0 0 0 0-1.5h-2.69l3.22-3.22a.75.75 0 0 0-1.06-1.06L13.5 5.44V2.75ZM3.28 17.78l3.22-3.22v2.69a.75.75 0 0 0 1.5 0v-4.5a.75.75 0 0 0-.75-.75h-4.5a.75.75 0 0 0 0 1.5h2.69l-3.22 3.22a.75.75 0 1 0 1.06 1.06ZM13.5 14.56l3.22 3.22a.75.75 0 1 0 1.06-1.06l-3.22-3.22h2.69a.75.75 0 0 0 0-1.5h-4.5a.75.75 0 0 0-.75.75v4.5a.75.75 0 0 0 1.5 0v-2.69Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowsPointingInIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowsPointingOutIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowsPointingOutIcon.d.ts new file mode 100644 index 00000000..56f25889 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowsPointingOutIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowsPointingOutIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowsPointingOutIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowsPointingOutIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowsPointingOutIcon.js new file mode 100644 index 00000000..b716a471 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowsPointingOutIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function ArrowsPointingOutIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "m13.28 7.78 3.22-3.22v2.69a.75.75 0 0 0 1.5 0v-4.5a.75.75 0 0 0-.75-.75h-4.5a.75.75 0 0 0 0 1.5h2.69l-3.22 3.22a.75.75 0 0 0 1.06 1.06ZM2 17.25v-4.5a.75.75 0 0 1 1.5 0v2.69l3.22-3.22a.75.75 0 0 1 1.06 1.06L4.56 16.5h2.69a.75.75 0 0 1 0 1.5h-4.5a.747.747 0 0 1-.75-.75ZM12.22 13.28l3.22 3.22h-2.69a.75.75 0 0 0 0 1.5h4.5a.747.747 0 0 0 .75-.75v-4.5a.75.75 0 0 0-1.5 0v2.69l-3.22-3.22a.75.75 0 1 0-1.06 1.06ZM3.5 4.56l3.22 3.22a.75.75 0 0 0 1.06-1.06L4.56 3.5h2.69a.75.75 0 0 0 0-1.5h-4.5a.75.75 0 0 0-.75.75v4.5a.75.75 0 0 0 1.5 0V4.56Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowsPointingOutIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowsRightLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowsRightLeftIcon.d.ts new file mode 100644 index 00000000..c92d4637 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowsRightLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowsRightLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowsRightLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowsRightLeftIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowsRightLeftIcon.js new file mode 100644 index 00000000..1882c562 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowsRightLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowsRightLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M13.2 2.24a.75.75 0 0 0 .04 1.06l2.1 1.95H6.75a.75.75 0 0 0 0 1.5h8.59l-2.1 1.95a.75.75 0 1 0 1.02 1.1l3.5-3.25a.75.75 0 0 0 0-1.1l-3.5-3.25a.75.75 0 0 0-1.06.04Zm-6.4 8a.75.75 0 0 0-1.06-.04l-3.5 3.25a.75.75 0 0 0 0 1.1l3.5 3.25a.75.75 0 1 0 1.02-1.1l-2.1-1.95h8.59a.75.75 0 0 0 0-1.5H4.66l2.1-1.95a.75.75 0 0 0 .04-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowsRightLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowsUpDownIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowsUpDownIcon.d.ts new file mode 100644 index 00000000..f913ee96 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowsUpDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowsUpDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowsUpDownIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowsUpDownIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowsUpDownIcon.js new file mode 100644 index 00000000..b57b3cdc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ArrowsUpDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowsUpDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.24 6.8a.75.75 0 0 0 1.06-.04l1.95-2.1v8.59a.75.75 0 0 0 1.5 0V4.66l1.95 2.1a.75.75 0 1 0 1.1-1.02l-3.25-3.5a.75.75 0 0 0-1.1 0L2.2 5.74a.75.75 0 0 0 .04 1.06Zm8 6.4a.75.75 0 0 0-.04 1.06l3.25 3.5a.75.75 0 0 0 1.1 0l3.25-3.5a.75.75 0 1 0-1.1-1.02l-1.95 2.1V6.75a.75.75 0 0 0-1.5 0v8.59l-1.95-2.1a.75.75 0 0 0-1.06-.04Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowsUpDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/AtSymbolIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/AtSymbolIcon.d.ts new file mode 100644 index 00000000..81c8736a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/AtSymbolIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const AtSymbolIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default AtSymbolIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/AtSymbolIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/AtSymbolIcon.js new file mode 100644 index 00000000..07095d01 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/AtSymbolIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function AtSymbolIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.404 14.596A6.5 6.5 0 1 1 16.5 10a1.25 1.25 0 0 1-2.5 0 4 4 0 1 0-.571 2.06A2.75 2.75 0 0 0 18 10a8 8 0 1 0-2.343 5.657.75.75 0 0 0-1.06-1.06 6.5 6.5 0 0 1-9.193 0ZM10 7.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(AtSymbolIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BackspaceIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/BackspaceIcon.d.ts new file mode 100644 index 00000000..11a6491c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BackspaceIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BackspaceIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BackspaceIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BackspaceIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/BackspaceIcon.js new file mode 100644 index 00000000..6e68b0e8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BackspaceIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function BackspaceIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.22 3.22A.75.75 0 0 1 7.75 3h9A2.25 2.25 0 0 1 19 5.25v9.5A2.25 2.25 0 0 1 16.75 17h-9a.75.75 0 0 1-.53-.22L.97 10.53a.75.75 0 0 1 0-1.06l6.25-6.25Zm3.06 4a.75.75 0 1 0-1.06 1.06L10.94 10l-1.72 1.72a.75.75 0 1 0 1.06 1.06L12 11.06l1.72 1.72a.75.75 0 1 0 1.06-1.06L13.06 10l1.72-1.72a.75.75 0 0 0-1.06-1.06L12 8.94l-1.72-1.72Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BackspaceIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BackwardIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/BackwardIcon.d.ts new file mode 100644 index 00000000..b154df6b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BackwardIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BackwardIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BackwardIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BackwardIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/BackwardIcon.js new file mode 100644 index 00000000..b021ee22 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BackwardIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function BackwardIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M7.712 4.818A1.5 1.5 0 0 1 10 6.095v2.972c.104-.13.234-.248.389-.343l6.323-3.906A1.5 1.5 0 0 1 19 6.095v7.81a1.5 1.5 0 0 1-2.288 1.276l-6.323-3.905a1.505 1.505 0 0 1-.389-.344v2.973a1.5 1.5 0 0 1-2.288 1.276l-6.323-3.905a1.5 1.5 0 0 1 0-2.552l6.323-3.906Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BackwardIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BanknotesIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/BanknotesIcon.d.ts new file mode 100644 index 00000000..2295d499 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BanknotesIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BanknotesIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BanknotesIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BanknotesIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/BanknotesIcon.js new file mode 100644 index 00000000..f66647a6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BanknotesIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function BanknotesIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 4a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4Zm12 4a3 3 0 1 1-6 0 3 3 0 0 1 6 0ZM4 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm13-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM1.75 14.5a.75.75 0 0 0 0 1.5c4.417 0 8.693.603 12.749 1.73 1.111.309 2.251-.512 2.251-1.696v-.784a.75.75 0 0 0-1.5 0v.784a.272.272 0 0 1-.35.25A49.043 49.043 0 0 0 1.75 14.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BanknotesIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/Bars2Icon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/Bars2Icon.d.ts new file mode 100644 index 00000000..f36a9586 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/Bars2Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars2Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars2Icon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/Bars2Icon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/Bars2Icon.js new file mode 100644 index 00000000..32d88b47 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/Bars2Icon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function Bars2Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 6.75A.75.75 0 0 1 2.75 6h14.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 6.75Zm0 6.5a.75.75 0 0 1 .75-.75h14.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars2Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/Bars3BottomLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/Bars3BottomLeftIcon.d.ts new file mode 100644 index 00000000..1183f870 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/Bars3BottomLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars3BottomLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars3BottomLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/Bars3BottomLeftIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/Bars3BottomLeftIcon.js new file mode 100644 index 00000000..987f64f9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/Bars3BottomLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function Bars3BottomLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 4.75A.75.75 0 0 1 2.75 4h14.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 4.75Zm0 10.5a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5a.75.75 0 0 1-.75-.75ZM2 10a.75.75 0 0 1 .75-.75h14.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars3BottomLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/Bars3BottomRightIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/Bars3BottomRightIcon.d.ts new file mode 100644 index 00000000..633e9477 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/Bars3BottomRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars3BottomRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars3BottomRightIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/Bars3BottomRightIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/Bars3BottomRightIcon.js new file mode 100644 index 00000000..53989dd0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/Bars3BottomRightIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function Bars3BottomRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 4.75A.75.75 0 0 1 2.75 4h14.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 4.75Zm7 10.5a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5a.75.75 0 0 1-.75-.75ZM2 10a.75.75 0 0 1 .75-.75h14.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars3BottomRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/Bars3CenterLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/Bars3CenterLeftIcon.d.ts new file mode 100644 index 00000000..12d3ece6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/Bars3CenterLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars3CenterLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars3CenterLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/Bars3CenterLeftIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/Bars3CenterLeftIcon.js new file mode 100644 index 00000000..8a6c76b7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/Bars3CenterLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function Bars3CenterLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 4.75A.75.75 0 0 1 2.75 4h14.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 4.75Zm0 10.5a.75.75 0 0 1 .75-.75h14.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75ZM2 10a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5A.75.75 0 0 1 2 10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars3CenterLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/Bars3Icon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/Bars3Icon.d.ts new file mode 100644 index 00000000..64290021 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/Bars3Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars3Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars3Icon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/Bars3Icon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/Bars3Icon.js new file mode 100644 index 00000000..fd50f0d5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/Bars3Icon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function Bars3Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 4.75A.75.75 0 0 1 2.75 4h14.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 4.75ZM2 10a.75.75 0 0 1 .75-.75h14.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 10Zm0 5.25a.75.75 0 0 1 .75-.75h14.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars3Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/Bars4Icon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/Bars4Icon.d.ts new file mode 100644 index 00000000..83dbe1df --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/Bars4Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars4Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars4Icon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/Bars4Icon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/Bars4Icon.js new file mode 100644 index 00000000..bf2d9325 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/Bars4Icon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function Bars4Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 3.75A.75.75 0 0 1 2.75 3h14.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 3.75Zm0 4.167a.75.75 0 0 1 .75-.75h14.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75Zm0 4.166a.75.75 0 0 1 .75-.75h14.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75Zm0 4.167a.75.75 0 0 1 .75-.75h14.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars4Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BarsArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/BarsArrowDownIcon.d.ts new file mode 100644 index 00000000..40e8d73a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BarsArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BarsArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BarsArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BarsArrowDownIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/BarsArrowDownIcon.js new file mode 100644 index 00000000..ae99a08e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BarsArrowDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function BarsArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 3.75A.75.75 0 0 1 2.75 3h11.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 3.75ZM2 7.5a.75.75 0 0 1 .75-.75h7.508a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 7.5ZM14 7a.75.75 0 0 1 .75.75v6.59l1.95-2.1a.75.75 0 1 1 1.1 1.02l-3.25 3.5a.75.75 0 0 1-1.1 0l-3.25-3.5a.75.75 0 1 1 1.1-1.02l1.95 2.1V7.75A.75.75 0 0 1 14 7ZM2 11.25a.75.75 0 0 1 .75-.75h4.562a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BarsArrowDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BarsArrowUpIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/BarsArrowUpIcon.d.ts new file mode 100644 index 00000000..c8b3b932 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BarsArrowUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BarsArrowUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BarsArrowUpIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BarsArrowUpIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/BarsArrowUpIcon.js new file mode 100644 index 00000000..1824f912 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BarsArrowUpIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function BarsArrowUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 3.75A.75.75 0 0 1 2.75 3h11.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 3.75ZM2 7.5a.75.75 0 0 1 .75-.75h6.365a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 7.5ZM14 7a.75.75 0 0 1 .55.24l3.25 3.5a.75.75 0 1 1-1.1 1.02l-1.95-2.1v6.59a.75.75 0 0 1-1.5 0V9.66l-1.95 2.1a.75.75 0 1 1-1.1-1.02l3.25-3.5A.75.75 0 0 1 14 7ZM2 11.25a.75.75 0 0 1 .75-.75H7A.75.75 0 0 1 7 12H2.75a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BarsArrowUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/Battery0Icon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/Battery0Icon.d.ts new file mode 100644 index 00000000..45a9879f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/Battery0Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Battery0Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Battery0Icon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/Battery0Icon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/Battery0Icon.js new file mode 100644 index 00000000..b9dbb605 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/Battery0Icon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function Battery0Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 7.25A2.25 2.25 0 0 1 3.25 5h12.5A2.25 2.25 0 0 1 18 7.25v1.085a1.5 1.5 0 0 1 1 1.415v.5a1.5 1.5 0 0 1-1 1.415v1.085A2.25 2.25 0 0 1 15.75 15H3.25A2.25 2.25 0 0 1 1 12.75v-5.5Zm2.25-.75a.75.75 0 0 0-.75.75v5.5c0 .414.336.75.75.75h12.5a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-.75-.75H3.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Battery0Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/Battery100Icon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/Battery100Icon.d.ts new file mode 100644 index 00000000..5d0f04b2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/Battery100Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Battery100Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Battery100Icon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/Battery100Icon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/Battery100Icon.js new file mode 100644 index 00000000..f7da9252 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/Battery100Icon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function Battery100Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4.75 8a.75.75 0 0 0-.75.75v2.5c0 .414.336.75.75.75h9.5a.75.75 0 0 0 .75-.75v-2.5a.75.75 0 0 0-.75-.75h-9.5Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 7.25A2.25 2.25 0 0 1 3.25 5h12.5A2.25 2.25 0 0 1 18 7.25v1.085a1.5 1.5 0 0 1 1 1.415v.5a1.5 1.5 0 0 1-1 1.415v1.085A2.25 2.25 0 0 1 15.75 15H3.25A2.25 2.25 0 0 1 1 12.75v-5.5Zm2.25-.75a.75.75 0 0 0-.75.75v5.5c0 .414.336.75.75.75h12.5a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-.75-.75H3.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Battery100Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/Battery50Icon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/Battery50Icon.d.ts new file mode 100644 index 00000000..26713176 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/Battery50Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Battery50Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Battery50Icon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/Battery50Icon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/Battery50Icon.js new file mode 100644 index 00000000..3f8a0260 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/Battery50Icon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function Battery50Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4.75 8a.75.75 0 0 0-.75.75v2.5c0 .414.336.75.75.75H9.5a.75.75 0 0 0 .75-.75v-2.5A.75.75 0 0 0 9.5 8H4.75Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.25 5A2.25 2.25 0 0 0 1 7.25v5.5A2.25 2.25 0 0 0 3.25 15h12.5A2.25 2.25 0 0 0 18 12.75v-1.085a1.5 1.5 0 0 0 1-1.415v-.5a1.5 1.5 0 0 0-1-1.415V7.25A2.25 2.25 0 0 0 15.75 5H3.25ZM2.5 7.25a.75.75 0 0 1 .75-.75h12.5a.75.75 0 0 1 .75.75v5.5a.75.75 0 0 1-.75.75H3.25a.75.75 0 0 1-.75-.75v-5.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Battery50Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BeakerIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/BeakerIcon.d.ts new file mode 100644 index 00000000..f2fdcedf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BeakerIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BeakerIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BeakerIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BeakerIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/BeakerIcon.js new file mode 100644 index 00000000..d0736426 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BeakerIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function BeakerIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8.5 3.528v4.644c0 .729-.29 1.428-.805 1.944l-1.217 1.216a8.75 8.75 0 0 1 3.55.621l.502.201a7.25 7.25 0 0 0 4.178.365l-2.403-2.403a2.75 2.75 0 0 1-.805-1.944V3.528a40.205 40.205 0 0 0-3 0Zm4.5.084.19.015a.75.75 0 1 0 .12-1.495 41.364 41.364 0 0 0-6.62 0 .75.75 0 0 0 .12 1.495L7 3.612v4.56c0 .331-.132.649-.366.883L2.6 13.09c-1.496 1.496-.817 4.15 1.403 4.475C5.961 17.852 7.963 18 10 18s4.039-.148 5.997-.436c2.22-.325 2.9-2.979 1.403-4.475l-4.034-4.034A1.25 1.25 0 0 1 13 8.172v-4.56Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BeakerIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BellAlertIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/BellAlertIcon.d.ts new file mode 100644 index 00000000..8d5d773d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BellAlertIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BellAlertIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BellAlertIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BellAlertIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/BellAlertIcon.js new file mode 100644 index 00000000..201c1e9c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BellAlertIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function BellAlertIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4.214 3.227a.75.75 0 0 0-1.156-.955 8.97 8.97 0 0 0-1.856 3.825.75.75 0 0 0 1.466.316 7.47 7.47 0 0 1 1.546-3.186ZM16.942 2.272a.75.75 0 0 0-1.157.955 7.47 7.47 0 0 1 1.547 3.186.75.75 0 0 0 1.466-.316 8.971 8.971 0 0 0-1.856-3.825Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 2a6 6 0 0 0-6 6c0 1.887-.454 3.665-1.257 5.234a.75.75 0 0 0 .515 1.076 32.91 32.91 0 0 0 3.256.508 3.5 3.5 0 0 0 6.972 0 32.903 32.903 0 0 0 3.256-.508.75.75 0 0 0 .515-1.076A11.448 11.448 0 0 1 16 8a6 6 0 0 0-6-6Zm0 14.5a2 2 0 0 1-1.95-1.557 33.54 33.54 0 0 0 3.9 0A2 2 0 0 1 10 16.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BellAlertIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BellIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/BellIcon.d.ts new file mode 100644 index 00000000..5d58b3d3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BellIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BellIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BellIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BellIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/BellIcon.js new file mode 100644 index 00000000..943d8a9c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BellIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function BellIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 2a6 6 0 0 0-6 6c0 1.887-.454 3.665-1.257 5.234a.75.75 0 0 0 .515 1.076 32.91 32.91 0 0 0 3.256.508 3.5 3.5 0 0 0 6.972 0 32.903 32.903 0 0 0 3.256-.508.75.75 0 0 0 .515-1.076A11.448 11.448 0 0 1 16 8a6 6 0 0 0-6-6ZM8.05 14.943a33.54 33.54 0 0 0 3.9 0 2 2 0 0 1-3.9 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BellIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BellSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/BellSlashIcon.d.ts new file mode 100644 index 00000000..9b9002cd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BellSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BellSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BellSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BellSlashIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/BellSlashIcon.js new file mode 100644 index 00000000..45775cd8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BellSlashIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function BellSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4 8c0-.26.017-.517.049-.77l7.722 7.723a33.56 33.56 0 0 1-3.722-.01 2 2 0 0 0 3.862.15l1.134 1.134a3.5 3.5 0 0 1-6.53-1.409 32.91 32.91 0 0 1-3.257-.508.75.75 0 0 1-.515-1.076A11.448 11.448 0 0 0 4 8ZM17.266 13.9a.756.756 0 0 1-.068.116L6.389 3.207A6 6 0 0 1 16 8c.001 1.887.455 3.665 1.258 5.234a.75.75 0 0 1 .01.666ZM3.28 2.22a.75.75 0 0 0-1.06 1.06l14.5 14.5a.75.75 0 1 0 1.06-1.06L3.28 2.22Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BellSlashIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BellSnoozeIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/BellSnoozeIcon.d.ts new file mode 100644 index 00000000..bb97a302 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BellSnoozeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BellSnoozeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BellSnoozeIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BellSnoozeIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/BellSnoozeIcon.js new file mode 100644 index 00000000..93ca7e9f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BellSnoozeIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function BellSnoozeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4 8a6 6 0 1 1 12 0c0 1.887.454 3.665 1.257 5.234a.75.75 0 0 1-.515 1.076 32.903 32.903 0 0 1-3.256.508 3.5 3.5 0 0 1-6.972 0 32.91 32.91 0 0 1-3.256-.508.75.75 0 0 1-.515-1.076A11.448 11.448 0 0 0 4 8Zm6 7c-.655 0-1.305-.02-1.95-.057a2 2 0 0 0 3.9 0c-.645.038-1.295.057-1.95.057ZM8.75 6a.75.75 0 0 0 0 1.5h1.043L8.14 9.814A.75.75 0 0 0 8.75 11h2.5a.75.75 0 0 0 0-1.5h-1.043l1.653-2.314A.75.75 0 0 0 11.25 6h-2.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BellSnoozeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BoldIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/BoldIcon.d.ts new file mode 100644 index 00000000..e90cc8ef --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BoldIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BoldIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BoldIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BoldIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/BoldIcon.js new file mode 100644 index 00000000..34018c7c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BoldIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function BoldIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4 3a1 1 0 0 1 1-1h6a4.5 4.5 0 0 1 3.274 7.587A4.75 4.75 0 0 1 11.25 18H5a1 1 0 0 1-1-1V3Zm2.5 5.5v-4H11a2 2 0 1 1 0 4H6.5Zm0 2.5v4.5h4.75a2.25 2.25 0 0 0 0-4.5H6.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BoldIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BoltIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/BoltIcon.d.ts new file mode 100644 index 00000000..93704fbe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BoltIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BoltIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BoltIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BoltIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/BoltIcon.js new file mode 100644 index 00000000..72a5ef11 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BoltIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function BoltIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M11.983 1.907a.75.75 0 0 0-1.292-.657l-8.5 9.5A.75.75 0 0 0 2.75 12h6.572l-1.305 6.093a.75.75 0 0 0 1.292.657l8.5-9.5A.75.75 0 0 0 17.25 8h-6.572l1.305-6.093Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BoltIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BoltSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/BoltSlashIcon.d.ts new file mode 100644 index 00000000..d7db7c0d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BoltSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BoltSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BoltSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BoltSlashIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/BoltSlashIcon.js new file mode 100644 index 00000000..9055669a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BoltSlashIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function BoltSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.22 2.22a.75.75 0 0 1 1.06 0l14.5 14.5a.75.75 0 1 1-1.06 1.06L2.22 3.28a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M4.73 7.912 2.191 10.75A.75.75 0 0 0 2.75 12h6.068L4.73 7.912ZM9.233 12.415l-1.216 5.678a.75.75 0 0 0 1.292.657l2.956-3.303-3.032-3.032ZM15.27 12.088l2.539-2.838A.75.75 0 0 0 17.25 8h-6.068l4.088 4.088ZM10.767 7.585l1.216-5.678a.75.75 0 0 0-1.292-.657L7.735 4.553l3.032 3.032Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BoltSlashIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BookOpenIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/BookOpenIcon.d.ts new file mode 100644 index 00000000..11702953 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BookOpenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BookOpenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BookOpenIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BookOpenIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/BookOpenIcon.js new file mode 100644 index 00000000..56224a1e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BookOpenIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function BookOpenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10.75 16.82A7.462 7.462 0 0 1 15 15.5c.71 0 1.396.098 2.046.282A.75.75 0 0 0 18 15.06v-11a.75.75 0 0 0-.546-.721A9.006 9.006 0 0 0 15 3a8.963 8.963 0 0 0-4.25 1.065V16.82ZM9.25 4.065A8.963 8.963 0 0 0 5 3c-.85 0-1.673.118-2.454.339A.75.75 0 0 0 2 4.06v11a.75.75 0 0 0 .954.721A7.506 7.506 0 0 1 5 15.5c1.579 0 3.042.487 4.25 1.32V4.065Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BookOpenIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BookmarkIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/BookmarkIcon.d.ts new file mode 100644 index 00000000..53b465da --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BookmarkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BookmarkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BookmarkIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BookmarkIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/BookmarkIcon.js new file mode 100644 index 00000000..73180dfd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BookmarkIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function BookmarkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 2c-1.716 0-3.408.106-5.07.31C3.806 2.45 3 3.414 3 4.517V17.25a.75.75 0 0 0 1.075.676L10 15.082l5.925 2.844A.75.75 0 0 0 17 17.25V4.517c0-1.103-.806-2.068-1.93-2.207A41.403 41.403 0 0 0 10 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BookmarkIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BookmarkSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/BookmarkSlashIcon.d.ts new file mode 100644 index 00000000..5ff3a4c6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BookmarkSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BookmarkSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BookmarkSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BookmarkSlashIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/BookmarkSlashIcon.js new file mode 100644 index 00000000..676477b2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BookmarkSlashIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function BookmarkSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M17 4.517v9.301L5.433 2.252a41.44 41.44 0 0 1 9.637.058C16.194 2.45 17 3.414 17 4.517ZM3 17.25V6.182l10.654 10.654L10 15.082l-5.925 2.844A.75.75 0 0 1 3 17.25ZM3.28 2.22a.75.75 0 0 0-1.06 1.06l14.5 14.5a.75.75 0 1 0 1.06-1.06L3.28 2.22Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BookmarkSlashIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BookmarkSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/BookmarkSquareIcon.d.ts new file mode 100644 index 00000000..0f2977b3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BookmarkSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BookmarkSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BookmarkSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BookmarkSquareIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/BookmarkSquareIcon.js new file mode 100644 index 00000000..6523ac3f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BookmarkSquareIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function BookmarkSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.25 2A2.25 2.25 0 0 0 2 4.25v11.5A2.25 2.25 0 0 0 4.25 18h11.5A2.25 2.25 0 0 0 18 15.75V4.25A2.25 2.25 0 0 0 15.75 2H4.25ZM6 13.25V3.5h8v9.75a.75.75 0 0 1-1.064.681L10 12.576l-2.936 1.355A.75.75 0 0 1 6 13.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BookmarkSquareIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BriefcaseIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/BriefcaseIcon.d.ts new file mode 100644 index 00000000..b082422e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BriefcaseIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BriefcaseIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BriefcaseIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BriefcaseIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/BriefcaseIcon.js new file mode 100644 index 00000000..0d569962 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BriefcaseIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function BriefcaseIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6 3.75A2.75 2.75 0 0 1 8.75 1h2.5A2.75 2.75 0 0 1 14 3.75v.443c.572.055 1.14.122 1.706.2C17.053 4.582 18 5.75 18 7.07v3.469c0 1.126-.694 2.191-1.83 2.54-1.952.599-4.024.921-6.17.921s-4.219-.322-6.17-.921C2.694 12.73 2 11.665 2 10.539V7.07c0-1.321.947-2.489 2.294-2.676A41.047 41.047 0 0 1 6 4.193V3.75Zm6.5 0v.325a41.622 41.622 0 0 0-5 0V3.75c0-.69.56-1.25 1.25-1.25h2.5c.69 0 1.25.56 1.25 1.25ZM10 10a1 1 0 0 0-1 1v.01a1 1 0 0 0 1 1h.01a1 1 0 0 0 1-1V11a1 1 0 0 0-1-1H10Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M3 15.055v-.684c.126.053.255.1.39.142 2.092.642 4.313.987 6.61.987 2.297 0 4.518-.345 6.61-.987.135-.041.264-.089.39-.142v.684c0 1.347-.985 2.53-2.363 2.686a41.454 41.454 0 0 1-9.274 0C3.985 17.585 3 16.402 3 15.055Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BriefcaseIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BugAntIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/BugAntIcon.d.ts new file mode 100644 index 00000000..1514ca9d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BugAntIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BugAntIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BugAntIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BugAntIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/BugAntIcon.js new file mode 100644 index 00000000..fd8af803 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BugAntIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function BugAntIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6.56 1.14a.75.75 0 0 1 .177 1.045 3.989 3.989 0 0 0-.464.86c.185.17.382.329.59.473A3.993 3.993 0 0 1 10 2c1.272 0 2.405.594 3.137 1.518.208-.144.405-.302.59-.473a3.989 3.989 0 0 0-.464-.86.75.75 0 0 1 1.222-.869c.369.519.65 1.105.822 1.736a.75.75 0 0 1-.174.707 7.03 7.03 0 0 1-1.299 1.098A4 4 0 0 1 14 6c0 .52-.301.963-.723 1.187a6.961 6.961 0 0 1-1.158.486c.13.208.231.436.296.679 1.413-.174 2.779-.5 4.081-.96a19.655 19.655 0 0 0-.09-2.319.75.75 0 1 1 1.493-.146 21.239 21.239 0 0 1 .08 3.028.75.75 0 0 1-.482.667 20.873 20.873 0 0 1-5.153 1.249 2.521 2.521 0 0 1-.107.247 20.945 20.945 0 0 1 5.252 1.257.75.75 0 0 1 .482.74 20.945 20.945 0 0 1-.908 5.107.75.75 0 0 1-1.433-.444c.415-1.34.69-2.743.806-4.191-.495-.173-1-.327-1.512-.46.05.284.076.575.076.873 0 1.814-.517 3.312-1.426 4.37A4.639 4.639 0 0 1 10 19a4.639 4.639 0 0 1-3.574-1.63C5.516 16.311 5 14.813 5 13c0-.298.026-.59.076-.873-.513.133-1.017.287-1.512.46.116 1.448.39 2.85.806 4.191a.75.75 0 1 1-1.433.444 20.94 20.94 0 0 1-.908-5.107.75.75 0 0 1 .482-.74 20.838 20.838 0 0 1 5.252-1.257 2.493 2.493 0 0 1-.107-.247 20.874 20.874 0 0 1-5.153-1.249.75.75 0 0 1-.482-.667 21.342 21.342 0 0 1 .08-3.028.75.75 0 1 1 1.493.146 19.745 19.745 0 0 0-.09 2.319c1.302.46 2.668.786 4.08.96.066-.243.166-.471.297-.679a6.962 6.962 0 0 1-1.158-.486A1.348 1.348 0 0 1 6 6a4 4 0 0 1 .166-1.143 7.032 7.032 0 0 1-1.3-1.098.75.75 0 0 1-.173-.707 5.48 5.48 0 0 1 .822-1.736.75.75 0 0 1 1.046-.177Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BugAntIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BuildingLibraryIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/BuildingLibraryIcon.d.ts new file mode 100644 index 00000000..3e31a801 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BuildingLibraryIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BuildingLibraryIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BuildingLibraryIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BuildingLibraryIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/BuildingLibraryIcon.js new file mode 100644 index 00000000..7343125b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BuildingLibraryIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function BuildingLibraryIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.674 2.075a.75.75 0 0 1 .652 0l7.25 3.5A.75.75 0 0 1 17 6.957V16.5h.25a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5H3V6.957a.75.75 0 0 1-.576-1.382l7.25-3.5ZM11 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM7.5 9.75a.75.75 0 0 0-1.5 0v5.5a.75.75 0 0 0 1.5 0v-5.5Zm3.25 0a.75.75 0 0 0-1.5 0v5.5a.75.75 0 0 0 1.5 0v-5.5Zm3.25 0a.75.75 0 0 0-1.5 0v5.5a.75.75 0 0 0 1.5 0v-5.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BuildingLibraryIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BuildingOffice2Icon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/BuildingOffice2Icon.d.ts new file mode 100644 index 00000000..656d4baa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BuildingOffice2Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BuildingOffice2Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BuildingOffice2Icon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BuildingOffice2Icon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/BuildingOffice2Icon.js new file mode 100644 index 00000000..ad19548f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BuildingOffice2Icon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function BuildingOffice2Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 2.75A.75.75 0 0 1 1.75 2h10.5a.75.75 0 0 1 0 1.5H12v13.75a.75.75 0 0 1-.75.75h-1.5a.75.75 0 0 1-.75-.75v-2.5a.75.75 0 0 0-.75-.75h-2.5a.75.75 0 0 0-.75.75v2.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5H2v-13h-.25A.75.75 0 0 1 1 2.75ZM4 5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1ZM4.5 9a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1ZM8 5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1ZM8.5 9a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1ZM14.25 6a.75.75 0 0 0-.75.75V17a1 1 0 0 0 1 1h3.75a.75.75 0 0 0 0-1.5H18v-9h.25a.75.75 0 0 0 0-1.5h-4Zm.5 3.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1Zm.5 3.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BuildingOffice2Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BuildingOfficeIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/BuildingOfficeIcon.d.ts new file mode 100644 index 00000000..8a8012fc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BuildingOfficeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BuildingOfficeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BuildingOfficeIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BuildingOfficeIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/BuildingOfficeIcon.js new file mode 100644 index 00000000..c6890540 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BuildingOfficeIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function BuildingOfficeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4 16.5v-13h-.25a.75.75 0 0 1 0-1.5h12.5a.75.75 0 0 1 0 1.5H16v13h.25a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75v-2.5a.75.75 0 0 0-.75-.75h-2.5a.75.75 0 0 0-.75.75v2.5a.75.75 0 0 1-.75.75h-3.5a.75.75 0 0 1 0-1.5H4Zm3-11a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1ZM7.5 9a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1ZM11 5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1Zm.5 3.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BuildingOfficeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BuildingStorefrontIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/BuildingStorefrontIcon.d.ts new file mode 100644 index 00000000..34e2ecce --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BuildingStorefrontIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BuildingStorefrontIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BuildingStorefrontIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/BuildingStorefrontIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/BuildingStorefrontIcon.js new file mode 100644 index 00000000..a93ede9d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/BuildingStorefrontIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function BuildingStorefrontIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2.879 7.121A3 3 0 0 0 7.5 6.66a2.997 2.997 0 0 0 2.5 1.34 2.997 2.997 0 0 0 2.5-1.34 3 3 0 1 0 4.622-3.78l-.293-.293A2 2 0 0 0 15.415 2H4.585a2 2 0 0 0-1.414.586l-.292.292a3 3 0 0 0 0 4.243ZM3 9.032a4.507 4.507 0 0 0 4.5-.29A4.48 4.48 0 0 0 10 9.5a4.48 4.48 0 0 0 2.5-.758 4.507 4.507 0 0 0 4.5.29V16.5h.25a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75v-3.5a.75.75 0 0 0-.75-.75h-2.5a.75.75 0 0 0-.75.75v3.5a.75.75 0 0 1-.75.75h-4.5a.75.75 0 0 1 0-1.5H3V9.032Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BuildingStorefrontIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CakeIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/CakeIcon.d.ts new file mode 100644 index 00000000..d53a3f3c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CakeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CakeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CakeIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CakeIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/CakeIcon.js new file mode 100644 index 00000000..a112a771 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CakeIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function CakeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "m6.75.98-.884.883a1.25 1.25 0 1 0 1.768 0L6.75.98ZM13.25.98l-.884.883a1.25 1.25 0 1 0 1.768 0L13.25.98ZM10 .98l.884.883a1.25 1.25 0 1 1-1.768 0L10 .98ZM7.5 5.75a.75.75 0 0 0-1.5 0v.464c-1.179.304-2 1.39-2 2.622v.094c.1-.02.202-.038.306-.052A42.867 42.867 0 0 1 10 8.5c1.93 0 3.83.129 5.694.378.104.014.206.032.306.052v-.094c0-1.232-.821-2.317-2-2.622V5.75a.75.75 0 0 0-1.5 0v.318a45.645 45.645 0 0 0-1.75-.062V5.75a.75.75 0 0 0-1.5 0v.256c-.586.01-1.17.03-1.75.062V5.75ZM4.505 10.365A41.36 41.36 0 0 1 10 10c1.863 0 3.697.124 5.495.365C16.967 10.562 18 11.838 18 13.28v.693a3.72 3.72 0 0 1-1.665-.393 5.222 5.222 0 0 0-4.67 0 3.722 3.722 0 0 1-3.33 0 5.222 5.222 0 0 0-4.67 0A3.72 3.72 0 0 1 2 13.972v-.693c0-1.441 1.033-2.717 2.505-2.914ZM15.665 14.92a5.22 5.22 0 0 0 2.335.552V16.5a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 2 16.5v-1.028c.8 0 1.6-.184 2.335-.551a3.722 3.722 0 0 1 3.33 0c1.47.735 3.2.735 4.67 0a3.722 3.722 0 0 1 3.33 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CakeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CalculatorIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/CalculatorIcon.d.ts new file mode 100644 index 00000000..6dd88acf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CalculatorIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CalculatorIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CalculatorIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CalculatorIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/CalculatorIcon.js new file mode 100644 index 00000000..36a5bf21 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CalculatorIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CalculatorIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 1c-1.716 0-3.408.106-5.07.31C3.806 1.45 3 2.414 3 3.517V16.75A2.25 2.25 0 0 0 5.25 19h9.5A2.25 2.25 0 0 0 17 16.75V3.517c0-1.103-.806-2.068-1.93-2.207A41.403 41.403 0 0 0 10 1ZM5.99 8.75A.75.75 0 0 1 6.74 8h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75h-.01a.75.75 0 0 1-.75-.75v-.01Zm.75 1.417a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75v-.01a.75.75 0 0 0-.75-.75h-.01Zm-.75 2.916a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75h-.01a.75.75 0 0 1-.75-.75v-.01Zm.75 1.417a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75v-.01a.75.75 0 0 0-.75-.75h-.01Zm1.417-5.75a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75h-.01a.75.75 0 0 1-.75-.75v-.01Zm.75 1.417a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75v-.01a.75.75 0 0 0-.75-.75h-.01Zm-.75 2.916a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75h-.01a.75.75 0 0 1-.75-.75v-.01Zm.75 1.417a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75v-.01a.75.75 0 0 0-.75-.75h-.01Zm1.42-5.75a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75h-.01a.75.75 0 0 1-.75-.75v-.01Zm.75 1.417a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75v-.01a.75.75 0 0 0-.75-.75h-.01Zm-.75 2.916a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75h-.01a.75.75 0 0 1-.75-.75v-.01Zm.75 1.417a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75v-.01a.75.75 0 0 0-.75-.75h-.01ZM12.5 8.75a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75h-.01a.75.75 0 0 1-.75-.75v-.01Zm.75 1.417a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75v-.01a.75.75 0 0 0-.75-.75h-.01Zm0 2.166a.75.75 0 0 1 .75.75v2.167a.75.75 0 1 1-1.5 0v-2.167a.75.75 0 0 1 .75-.75ZM6.75 4a.75.75 0 0 0-.75.75v.5c0 .414.336.75.75.75h6.5a.75.75 0 0 0 .75-.75v-.5a.75.75 0 0 0-.75-.75h-6.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CalculatorIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CalendarDateRangeIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/CalendarDateRangeIcon.d.ts new file mode 100644 index 00000000..c20998eb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CalendarDateRangeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CalendarDateRangeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CalendarDateRangeIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CalendarDateRangeIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/CalendarDateRangeIcon.js new file mode 100644 index 00000000..7325e7d8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CalendarDateRangeIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CalendarDateRangeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10 9.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V10a.75.75 0 0 0-.75-.75H10ZM6 13.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75H6ZM8 13.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75H8ZM9.25 14a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H10a.75.75 0 0 1-.75-.75V14ZM12 11.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V12a.75.75 0 0 0-.75-.75H12ZM12 13.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75H12ZM13.25 12a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H14a.75.75 0 0 1-.75-.75V12ZM11.25 10.005c0-.417.338-.755.755-.755h2a.755.755 0 1 1 0 1.51h-2a.755.755 0 0 1-.755-.755ZM6.005 11.25a.755.755 0 1 0 0 1.51h4a.755.755 0 1 0 0-1.51h-4Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.75 2a.75.75 0 0 1 .75.75V4h7V2.75a.75.75 0 0 1 1.5 0V4h.25A2.75 2.75 0 0 1 18 6.75v8.5A2.75 2.75 0 0 1 15.25 18H4.75A2.75 2.75 0 0 1 2 15.25v-8.5A2.75 2.75 0 0 1 4.75 4H5V2.75A.75.75 0 0 1 5.75 2Zm-1 5.5c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25H4.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CalendarDateRangeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CalendarDaysIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/CalendarDaysIcon.d.ts new file mode 100644 index 00000000..11743d57 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CalendarDaysIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CalendarDaysIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CalendarDaysIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CalendarDaysIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/CalendarDaysIcon.js new file mode 100644 index 00000000..35568d20 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CalendarDaysIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CalendarDaysIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5.25 12a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H6a.75.75 0 0 1-.75-.75V12ZM6 13.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75H6ZM7.25 12a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H8a.75.75 0 0 1-.75-.75V12ZM8 13.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75H8ZM9.25 10a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H10a.75.75 0 0 1-.75-.75V10ZM10 11.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V12a.75.75 0 0 0-.75-.75H10ZM9.25 14a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H10a.75.75 0 0 1-.75-.75V14ZM12 9.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V10a.75.75 0 0 0-.75-.75H12ZM11.25 12a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H12a.75.75 0 0 1-.75-.75V12ZM12 13.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75H12ZM13.25 10a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H14a.75.75 0 0 1-.75-.75V10ZM14 11.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V12a.75.75 0 0 0-.75-.75H14Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.75 2a.75.75 0 0 1 .75.75V4h7V2.75a.75.75 0 0 1 1.5 0V4h.25A2.75 2.75 0 0 1 18 6.75v8.5A2.75 2.75 0 0 1 15.25 18H4.75A2.75 2.75 0 0 1 2 15.25v-8.5A2.75 2.75 0 0 1 4.75 4H5V2.75A.75.75 0 0 1 5.75 2Zm-1 5.5c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25H4.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CalendarDaysIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CalendarIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/CalendarIcon.d.ts new file mode 100644 index 00000000..8c2fbb86 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CalendarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CalendarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CalendarIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CalendarIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/CalendarIcon.js new file mode 100644 index 00000000..5f56a076 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CalendarIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CalendarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.75 2a.75.75 0 0 1 .75.75V4h7V2.75a.75.75 0 0 1 1.5 0V4h.25A2.75 2.75 0 0 1 18 6.75v8.5A2.75 2.75 0 0 1 15.25 18H4.75A2.75 2.75 0 0 1 2 15.25v-8.5A2.75 2.75 0 0 1 4.75 4H5V2.75A.75.75 0 0 1 5.75 2Zm-1 5.5c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25H4.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CalendarIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CameraIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/CameraIcon.d.ts new file mode 100644 index 00000000..f04b065d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CameraIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CameraIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CameraIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CameraIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/CameraIcon.js new file mode 100644 index 00000000..638db7d1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CameraIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CameraIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 8a2 2 0 0 1 2-2h.93a2 2 0 0 0 1.664-.89l.812-1.22A2 2 0 0 1 8.07 3h3.86a2 2 0 0 1 1.664.89l.812 1.22A2 2 0 0 0 16.07 6H17a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8Zm13.5 3a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0ZM10 14a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CameraIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ChartBarIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ChartBarIcon.d.ts new file mode 100644 index 00000000..00d13e4f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ChartBarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChartBarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChartBarIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ChartBarIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ChartBarIcon.js new file mode 100644 index 00000000..7c6631d6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ChartBarIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function ChartBarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M15.5 2A1.5 1.5 0 0 0 14 3.5v13a1.5 1.5 0 0 0 1.5 1.5h1a1.5 1.5 0 0 0 1.5-1.5v-13A1.5 1.5 0 0 0 16.5 2h-1ZM9.5 6A1.5 1.5 0 0 0 8 7.5v9A1.5 1.5 0 0 0 9.5 18h1a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 10.5 6h-1ZM3.5 10A1.5 1.5 0 0 0 2 11.5v5A1.5 1.5 0 0 0 3.5 18h1A1.5 1.5 0 0 0 6 16.5v-5A1.5 1.5 0 0 0 4.5 10h-1Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChartBarIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ChartBarSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ChartBarSquareIcon.d.ts new file mode 100644 index 00000000..dbdf6055 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ChartBarSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChartBarSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChartBarSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ChartBarSquareIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ChartBarSquareIcon.js new file mode 100644 index 00000000..6414f227 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ChartBarSquareIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChartBarSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.25 2A2.25 2.25 0 0 0 2 4.25v11.5A2.25 2.25 0 0 0 4.25 18h11.5A2.25 2.25 0 0 0 18 15.75V4.25A2.25 2.25 0 0 0 15.75 2H4.25ZM15 5.75a.75.75 0 0 0-1.5 0v8.5a.75.75 0 0 0 1.5 0v-8.5Zm-8.5 6a.75.75 0 0 0-1.5 0v2.5a.75.75 0 0 0 1.5 0v-2.5ZM8.584 9a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0v-4.5a.75.75 0 0 1 .75-.75Zm3.58-1.25a.75.75 0 0 0-1.5 0v6.5a.75.75 0 0 0 1.5 0v-6.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChartBarSquareIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ChartPieIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ChartPieIcon.d.ts new file mode 100644 index 00000000..32f49130 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ChartPieIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChartPieIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChartPieIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ChartPieIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ChartPieIcon.js new file mode 100644 index 00000000..42440b62 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ChartPieIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChartPieIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M12 9a1 1 0 0 1-1-1V3c0-.552.45-1.007.997-.93a7.004 7.004 0 0 1 5.933 5.933c.078.547-.378.997-.93.997h-5Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M8.003 4.07C8.55 3.994 9 4.449 9 5v5a1 1 0 0 0 1 1h5c.552 0 1.008.45.93.997A7.001 7.001 0 0 1 2 11a7.002 7.002 0 0 1 6.003-6.93Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChartPieIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleBottomCenterIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleBottomCenterIcon.d.ts new file mode 100644 index 00000000..a1b5e935 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleBottomCenterIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleBottomCenterIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleBottomCenterIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleBottomCenterIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleBottomCenterIcon.js new file mode 100644 index 00000000..a6705c88 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleBottomCenterIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChatBubbleBottomCenterIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.43 2.524A41.29 41.29 0 0 1 10 2c2.236 0 4.43.18 6.57.524 1.437.231 2.43 1.49 2.43 2.902v5.148c0 1.413-.993 2.67-2.43 2.902a41.102 41.102 0 0 1-3.55.414c-.28.02-.521.18-.643.413l-1.712 3.293a.75.75 0 0 1-1.33 0l-1.713-3.293a.783.783 0 0 0-.642-.413 41.108 41.108 0 0 1-3.55-.414C1.993 13.245 1 11.986 1 10.574V5.426c0-1.413.993-2.67 2.43-2.902Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleBottomCenterIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleBottomCenterTextIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleBottomCenterTextIcon.d.ts new file mode 100644 index 00000000..063305b1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleBottomCenterTextIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleBottomCenterTextIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleBottomCenterTextIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleBottomCenterTextIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleBottomCenterTextIcon.js new file mode 100644 index 00000000..3377a003 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleBottomCenterTextIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChatBubbleBottomCenterTextIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 2c-2.236 0-4.43.18-6.57.524C1.993 2.755 1 4.014 1 5.426v5.148c0 1.413.993 2.67 2.43 2.902 1.168.188 2.352.327 3.55.414.28.02.521.18.642.413l1.713 3.293a.75.75 0 0 0 1.33 0l1.713-3.293a.783.783 0 0 1 .642-.413 41.102 41.102 0 0 0 3.55-.414c1.437-.231 2.43-1.49 2.43-2.902V5.426c0-1.413-.993-2.67-2.43-2.902A41.289 41.289 0 0 0 10 2ZM6.75 6a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5Zm0 2.5a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5h-3.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleBottomCenterTextIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleLeftEllipsisIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleLeftEllipsisIcon.d.ts new file mode 100644 index 00000000..a47610a1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleLeftEllipsisIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleLeftEllipsisIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleLeftEllipsisIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleLeftEllipsisIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleLeftEllipsisIcon.js new file mode 100644 index 00000000..d06566b1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleLeftEllipsisIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChatBubbleLeftEllipsisIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 2c-2.236 0-4.43.18-6.57.524C1.993 2.755 1 4.014 1 5.426v5.148c0 1.413.993 2.67 2.43 2.902.848.137 1.705.248 2.57.331v3.443a.75.75 0 0 0 1.28.53l3.58-3.579a.78.78 0 0 1 .527-.224 41.202 41.202 0 0 0 5.183-.5c1.437-.232 2.43-1.49 2.43-2.903V5.426c0-1.413-.993-2.67-2.43-2.902A41.289 41.289 0 0 0 10 2Zm0 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM8 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm5 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleLeftEllipsisIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleLeftIcon.d.ts new file mode 100644 index 00000000..6cc3f428 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleLeftIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleLeftIcon.js new file mode 100644 index 00000000..568178c4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChatBubbleLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.43 2.524A41.29 41.29 0 0 1 10 2c2.236 0 4.43.18 6.57.524 1.437.231 2.43 1.49 2.43 2.902v5.148c0 1.413-.993 2.67-2.43 2.902a41.202 41.202 0 0 1-5.183.501.78.78 0 0 0-.528.224l-3.579 3.58A.75.75 0 0 1 6 17.25v-3.443a41.033 41.033 0 0 1-2.57-.33C1.993 13.244 1 11.986 1 10.573V5.426c0-1.413.993-2.67 2.43-2.902Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleLeftRightIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleLeftRightIcon.d.ts new file mode 100644 index 00000000..0570c987 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleLeftRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleLeftRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleLeftRightIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleLeftRightIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleLeftRightIcon.js new file mode 100644 index 00000000..c93cd080 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleLeftRightIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChatBubbleLeftRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.505 2.365A41.369 41.369 0 0 1 9 2c1.863 0 3.697.124 5.495.365 1.247.167 2.18 1.108 2.435 2.268a4.45 4.45 0 0 0-.577-.069 43.141 43.141 0 0 0-4.706 0C9.229 4.696 7.5 6.727 7.5 8.998v2.24c0 1.413.67 2.735 1.76 3.562l-2.98 2.98A.75.75 0 0 1 5 17.25v-3.443c-.501-.048-1-.106-1.495-.172C2.033 13.438 1 12.162 1 10.72V5.28c0-1.441 1.033-2.717 2.505-2.914Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M14 6c-.762 0-1.52.02-2.271.062C10.157 6.148 9 7.472 9 8.998v2.24c0 1.519 1.147 2.839 2.71 2.935.214.013.428.024.642.034.2.009.385.09.518.224l2.35 2.35a.75.75 0 0 0 1.28-.531v-2.07c1.453-.195 2.5-1.463 2.5-2.915V8.998c0-1.526-1.157-2.85-2.729-2.936A41.645 41.645 0 0 0 14 6Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleLeftRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleOvalLeftEllipsisIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleOvalLeftEllipsisIcon.d.ts new file mode 100644 index 00000000..fbdac0c6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleOvalLeftEllipsisIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleOvalLeftEllipsisIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleOvalLeftEllipsisIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleOvalLeftEllipsisIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleOvalLeftEllipsisIcon.js new file mode 100644 index 00000000..044a72e6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleOvalLeftEllipsisIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChatBubbleOvalLeftEllipsisIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 3c-4.31 0-8 3.033-8 7 0 2.024.978 3.825 2.499 5.085a3.478 3.478 0 0 1-.522 1.756.75.75 0 0 0 .584 1.143 5.976 5.976 0 0 0 3.936-1.108c.487.082.99.124 1.503.124 4.31 0 8-3.033 8-7s-3.69-7-8-7Zm0 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm-2-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm5 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleOvalLeftEllipsisIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleOvalLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleOvalLeftIcon.d.ts new file mode 100644 index 00000000..337b7ef5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleOvalLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleOvalLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleOvalLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleOvalLeftIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleOvalLeftIcon.js new file mode 100644 index 00000000..3e165df6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ChatBubbleOvalLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChatBubbleOvalLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 10c0-3.967 3.69-7 8-7 4.31 0 8 3.033 8 7s-3.69 7-8 7a9.165 9.165 0 0 1-1.504-.123 5.976 5.976 0 0 1-3.935 1.107.75.75 0 0 1-.584-1.143 3.478 3.478 0 0 0 .522-1.756C2.979 13.825 2 12.025 2 10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleOvalLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CheckBadgeIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/CheckBadgeIcon.d.ts new file mode 100644 index 00000000..986c9969 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CheckBadgeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CheckBadgeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CheckBadgeIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CheckBadgeIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/CheckBadgeIcon.js new file mode 100644 index 00000000..8a347a86 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CheckBadgeIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CheckBadgeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M16.403 12.652a3 3 0 0 0 0-5.304 3 3 0 0 0-3.75-3.751 3 3 0 0 0-5.305 0 3 3 0 0 0-3.751 3.75 3 3 0 0 0 0 5.305 3 3 0 0 0 3.75 3.751 3 3 0 0 0 5.305 0 3 3 0 0 0 3.751-3.75Zm-2.546-4.46a.75.75 0 0 0-1.214-.883l-3.483 4.79-1.88-1.88a.75.75 0 1 0-1.06 1.061l2.5 2.5a.75.75 0 0 0 1.137-.089l4-5.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CheckBadgeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CheckCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/CheckCircleIcon.d.ts new file mode 100644 index 00000000..469518eb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CheckCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CheckCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CheckCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CheckCircleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/CheckCircleIcon.js new file mode 100644 index 00000000..74805a52 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CheckCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CheckCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm3.857-9.809a.75.75 0 0 0-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 1 0-1.06 1.061l2.5 2.5a.75.75 0 0 0 1.137-.089l4-5.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CheckCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CheckIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/CheckIcon.d.ts new file mode 100644 index 00000000..b820cd99 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CheckIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CheckIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CheckIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CheckIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/CheckIcon.js new file mode 100644 index 00000000..4ce4edc0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CheckIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CheckIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M16.704 4.153a.75.75 0 0 1 .143 1.052l-8 10.5a.75.75 0 0 1-1.127.075l-4.5-4.5a.75.75 0 0 1 1.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 0 1 1.05-.143Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CheckIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronDoubleDownIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronDoubleDownIcon.d.ts new file mode 100644 index 00000000..6feae523 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronDoubleDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronDoubleDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronDoubleDownIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronDoubleDownIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronDoubleDownIcon.js new file mode 100644 index 00000000..9c155581 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronDoubleDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChevronDoubleDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.47 15.28a.75.75 0 0 0 1.06 0l4.25-4.25a.75.75 0 1 0-1.06-1.06L10 13.69 6.28 9.97a.75.75 0 0 0-1.06 1.06l4.25 4.25ZM5.22 6.03l4.25 4.25a.75.75 0 0 0 1.06 0l4.25-4.25a.75.75 0 0 0-1.06-1.06L10 8.69 6.28 4.97a.75.75 0 0 0-1.06 1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronDoubleDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronDoubleLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronDoubleLeftIcon.d.ts new file mode 100644 index 00000000..3e75e8cf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronDoubleLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronDoubleLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronDoubleLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronDoubleLeftIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronDoubleLeftIcon.js new file mode 100644 index 00000000..d3a596e5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronDoubleLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChevronDoubleLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.72 9.47a.75.75 0 0 0 0 1.06l4.25 4.25a.75.75 0 1 0 1.06-1.06L6.31 10l3.72-3.72a.75.75 0 1 0-1.06-1.06L4.72 9.47Zm9.25-4.25L9.72 9.47a.75.75 0 0 0 0 1.06l4.25 4.25a.75.75 0 1 0 1.06-1.06L11.31 10l3.72-3.72a.75.75 0 0 0-1.06-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronDoubleLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronDoubleRightIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronDoubleRightIcon.d.ts new file mode 100644 index 00000000..bf5c0a89 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronDoubleRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronDoubleRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronDoubleRightIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronDoubleRightIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronDoubleRightIcon.js new file mode 100644 index 00000000..9bdddfb5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronDoubleRightIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChevronDoubleRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15.28 9.47a.75.75 0 0 1 0 1.06l-4.25 4.25a.75.75 0 1 1-1.06-1.06L13.69 10 9.97 6.28a.75.75 0 0 1 1.06-1.06l4.25 4.25ZM6.03 5.22l4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.75.75 0 0 1-1.06-1.06L8.69 10 4.97 6.28a.75.75 0 0 1 1.06-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronDoubleRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronDoubleUpIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronDoubleUpIcon.d.ts new file mode 100644 index 00000000..00d556a5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronDoubleUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronDoubleUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronDoubleUpIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronDoubleUpIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronDoubleUpIcon.js new file mode 100644 index 00000000..51ea28d8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronDoubleUpIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChevronDoubleUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.47 4.72a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 1 1-1.06 1.06L10 6.31l-3.72 3.72a.75.75 0 1 1-1.06-1.06l4.25-4.25Zm-4.25 9.25 4.25-4.25a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 1 1-1.06 1.06L10 11.31l-3.72 3.72a.75.75 0 0 1-1.06-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronDoubleUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronDownIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronDownIcon.d.ts new file mode 100644 index 00000000..dd69c4b3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronDownIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronDownIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronDownIcon.js new file mode 100644 index 00000000..a6c85295 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChevronDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.22 8.22a.75.75 0 0 1 1.06 0L10 11.94l3.72-3.72a.75.75 0 1 1 1.06 1.06l-4.25 4.25a.75.75 0 0 1-1.06 0L5.22 9.28a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronLeftIcon.d.ts new file mode 100644 index 00000000..7c694e2c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronLeftIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronLeftIcon.js new file mode 100644 index 00000000..1d626578 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChevronLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.78 5.22a.75.75 0 0 1 0 1.06L8.06 10l3.72 3.72a.75.75 0 1 1-1.06 1.06l-4.25-4.25a.75.75 0 0 1 0-1.06l4.25-4.25a.75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronRightIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronRightIcon.d.ts new file mode 100644 index 00000000..1bbf4c91 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronRightIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronRightIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronRightIcon.js new file mode 100644 index 00000000..ccd661ff --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronRightIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChevronRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8.22 5.22a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.75.75 0 0 1-1.06-1.06L11.94 10 8.22 6.28a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronUpDownIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronUpDownIcon.d.ts new file mode 100644 index 00000000..c3ac4f97 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronUpDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronUpDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronUpDownIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronUpDownIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronUpDownIcon.js new file mode 100644 index 00000000..5fb64e4c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronUpDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChevronUpDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10.53 3.47a.75.75 0 0 0-1.06 0L6.22 6.72a.75.75 0 0 0 1.06 1.06L10 5.06l2.72 2.72a.75.75 0 1 0 1.06-1.06l-3.25-3.25Zm-4.31 9.81 3.25 3.25a.75.75 0 0 0 1.06 0l3.25-3.25a.75.75 0 1 0-1.06-1.06L10 14.94l-2.72-2.72a.75.75 0 0 0-1.06 1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronUpDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronUpIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronUpIcon.d.ts new file mode 100644 index 00000000..844cf9b7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronUpIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronUpIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronUpIcon.js new file mode 100644 index 00000000..64d5e6a6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ChevronUpIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChevronUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.47 6.47a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 1 1-1.06 1.06L10 8.06l-3.72 3.72a.75.75 0 0 1-1.06-1.06l4.25-4.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CircleStackIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/CircleStackIcon.d.ts new file mode 100644 index 00000000..2bbb5569 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CircleStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CircleStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CircleStackIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CircleStackIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/CircleStackIcon.js new file mode 100644 index 00000000..b8747635 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CircleStackIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CircleStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 1c3.866 0 7 1.79 7 4s-3.134 4-7 4-7-1.79-7-4 3.134-4 7-4Zm5.694 8.13c.464-.264.91-.583 1.306-.952V10c0 2.21-3.134 4-7 4s-7-1.79-7-4V8.178c.396.37.842.688 1.306.953C5.838 10.006 7.854 10.5 10 10.5s4.162-.494 5.694-1.37ZM3 13.179V15c0 2.21 3.134 4 7 4s7-1.79 7-4v-1.822c-.396.37-.842.688-1.306.953-1.532.875-3.548 1.369-5.694 1.369s-4.162-.494-5.694-1.37A7.009 7.009 0 0 1 3 13.179Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CircleStackIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ClipboardDocumentCheckIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ClipboardDocumentCheckIcon.d.ts new file mode 100644 index 00000000..9efe079e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ClipboardDocumentCheckIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ClipboardDocumentCheckIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ClipboardDocumentCheckIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ClipboardDocumentCheckIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ClipboardDocumentCheckIcon.js new file mode 100644 index 00000000..9f696456 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ClipboardDocumentCheckIcon.js @@ -0,0 +1,28 @@ +import * as React from "react"; +function ClipboardDocumentCheckIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M18 5.25a2.25 2.25 0 0 0-2.012-2.238A2.25 2.25 0 0 0 13.75 1h-1.5a2.25 2.25 0 0 0-2.238 2.012c-.875.092-1.6.686-1.884 1.488H11A2.5 2.5 0 0 1 13.5 7v7h2.25A2.25 2.25 0 0 0 18 11.75v-6.5ZM12.25 2.5a.75.75 0 0 0-.75.75v.25h3v-.25a.75.75 0 0 0-.75-.75h-1.5Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 6a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H3Zm6.874 4.166a.75.75 0 1 0-1.248-.832l-2.493 3.739-.853-.853a.75.75 0 0 0-1.06 1.06l1.5 1.5a.75.75 0 0 0 1.154-.114l3-4.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ClipboardDocumentCheckIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ClipboardDocumentIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ClipboardDocumentIcon.d.ts new file mode 100644 index 00000000..24e6a6b7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ClipboardDocumentIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ClipboardDocumentIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ClipboardDocumentIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ClipboardDocumentIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ClipboardDocumentIcon.js new file mode 100644 index 00000000..6356791f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ClipboardDocumentIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ClipboardDocumentIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15.988 3.012A2.25 2.25 0 0 1 18 5.25v6.5A2.25 2.25 0 0 1 15.75 14H13.5v-3.379a3 3 0 0 0-.879-2.121l-3.12-3.121a3 3 0 0 0-1.402-.791 2.252 2.252 0 0 1 1.913-1.576A2.25 2.25 0 0 1 12.25 1h1.5a2.25 2.25 0 0 1 2.238 2.012ZM11.5 3.25a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 .75.75v.25h-3v-.25Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M3.5 6A1.5 1.5 0 0 0 2 7.5v9A1.5 1.5 0 0 0 3.5 18h7a1.5 1.5 0 0 0 1.5-1.5v-5.879a1.5 1.5 0 0 0-.44-1.06L8.44 6.439A1.5 1.5 0 0 0 7.378 6H3.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ClipboardDocumentIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ClipboardDocumentListIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ClipboardDocumentListIcon.d.ts new file mode 100644 index 00000000..121e6c9b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ClipboardDocumentListIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ClipboardDocumentListIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ClipboardDocumentListIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ClipboardDocumentListIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ClipboardDocumentListIcon.js new file mode 100644 index 00000000..b499568b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ClipboardDocumentListIcon.js @@ -0,0 +1,28 @@ +import * as React from "react"; +function ClipboardDocumentListIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15.988 3.012A2.25 2.25 0 0 1 18 5.25v6.5A2.25 2.25 0 0 1 15.75 14H13.5V7A2.5 2.5 0 0 0 11 4.5H8.128a2.252 2.252 0 0 1 1.884-1.488A2.25 2.25 0 0 1 12.25 1h1.5a2.25 2.25 0 0 1 2.238 2.012ZM11.5 3.25a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 .75.75v.25h-3v-.25Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 7a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7Zm2 3.25a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75Zm0 3.5a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ClipboardDocumentListIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ClipboardIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ClipboardIcon.d.ts new file mode 100644 index 00000000..9ee561ac --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ClipboardIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ClipboardIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ClipboardIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ClipboardIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ClipboardIcon.js new file mode 100644 index 00000000..54ae1b2b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ClipboardIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ClipboardIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M13.887 3.182c.396.037.79.08 1.183.128C16.194 3.45 17 4.414 17 5.517V16.75A2.25 2.25 0 0 1 14.75 19h-9.5A2.25 2.25 0 0 1 3 16.75V5.517c0-1.103.806-2.068 1.93-2.207.393-.048.787-.09 1.183-.128A3.001 3.001 0 0 1 9 1h2c1.373 0 2.531.923 2.887 2.182ZM7.5 4A1.5 1.5 0 0 1 9 2.5h2A1.5 1.5 0 0 1 12.5 4v.5h-5V4Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ClipboardIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ClockIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ClockIcon.d.ts new file mode 100644 index 00000000..2de89851 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ClockIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ClockIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ClockIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ClockIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ClockIcon.js new file mode 100644 index 00000000..bed1fa3b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ClockIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ClockIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm.75-13a.75.75 0 0 0-1.5 0v5c0 .414.336.75.75.75h4a.75.75 0 0 0 0-1.5h-3.25V5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ClockIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CloudArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/CloudArrowDownIcon.d.ts new file mode 100644 index 00000000..39732ffe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CloudArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CloudArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CloudArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CloudArrowDownIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/CloudArrowDownIcon.js new file mode 100644 index 00000000..6c3c42c9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CloudArrowDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CloudArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.5 17a4.5 4.5 0 0 1-1.44-8.765 4.5 4.5 0 0 1 8.302-3.046 3.5 3.5 0 0 1 4.504 4.272A4 4 0 0 1 15 17H5.5Zm5.25-9.25a.75.75 0 0 0-1.5 0v4.59l-1.95-2.1a.75.75 0 1 0-1.1 1.02l3.25 3.5a.75.75 0 0 0 1.1 0l3.25-3.5a.75.75 0 1 0-1.1-1.02l-1.95 2.1V7.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CloudArrowDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CloudArrowUpIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/CloudArrowUpIcon.d.ts new file mode 100644 index 00000000..726007d8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CloudArrowUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CloudArrowUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CloudArrowUpIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CloudArrowUpIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/CloudArrowUpIcon.js new file mode 100644 index 00000000..fcd85a59 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CloudArrowUpIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CloudArrowUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.5 17a4.5 4.5 0 0 1-1.44-8.765 4.5 4.5 0 0 1 8.302-3.046 3.5 3.5 0 0 1 4.504 4.272A4 4 0 0 1 15 17H5.5Zm3.75-2.75a.75.75 0 0 0 1.5 0V9.66l1.95 2.1a.75.75 0 1 0 1.1-1.02l-3.25-3.5a.75.75 0 0 0-1.1 0l-3.25 3.5a.75.75 0 1 0 1.1 1.02l1.95-2.1v4.59Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CloudArrowUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CloudIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/CloudIcon.d.ts new file mode 100644 index 00000000..b5ccfe79 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CloudIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CloudIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CloudIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CloudIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/CloudIcon.js new file mode 100644 index 00000000..9d4a3bfc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CloudIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function CloudIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M1 12.5A4.5 4.5 0 0 0 5.5 17H15a4 4 0 0 0 1.866-7.539 3.504 3.504 0 0 0-4.504-4.272A4.5 4.5 0 0 0 4.06 8.235 4.502 4.502 0 0 0 1 12.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CloudIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CodeBracketIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/CodeBracketIcon.d.ts new file mode 100644 index 00000000..ca0d8e8c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CodeBracketIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CodeBracketIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CodeBracketIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CodeBracketIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/CodeBracketIcon.js new file mode 100644 index 00000000..3f9a1251 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CodeBracketIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CodeBracketIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6.28 5.22a.75.75 0 0 1 0 1.06L2.56 10l3.72 3.72a.75.75 0 0 1-1.06 1.06L.97 10.53a.75.75 0 0 1 0-1.06l4.25-4.25a.75.75 0 0 1 1.06 0Zm7.44 0a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.75.75 0 0 1-1.06-1.06L17.44 10l-3.72-3.72a.75.75 0 0 1 0-1.06ZM11.377 2.011a.75.75 0 0 1 .612.867l-2.5 14.5a.75.75 0 0 1-1.478-.255l2.5-14.5a.75.75 0 0 1 .866-.612Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CodeBracketIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CodeBracketSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/CodeBracketSquareIcon.d.ts new file mode 100644 index 00000000..53dd03aa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CodeBracketSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CodeBracketSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CodeBracketSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CodeBracketSquareIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/CodeBracketSquareIcon.js new file mode 100644 index 00000000..fe0b8dca --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CodeBracketSquareIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CodeBracketSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.25 2A2.25 2.25 0 0 0 2 4.25v11.5A2.25 2.25 0 0 0 4.25 18h11.5A2.25 2.25 0 0 0 18 15.75V4.25A2.25 2.25 0 0 0 15.75 2H4.25Zm4.03 6.28a.75.75 0 0 0-1.06-1.06L4.97 9.47a.75.75 0 0 0 0 1.06l2.25 2.25a.75.75 0 0 0 1.06-1.06L6.56 10l1.72-1.72Zm4.5-1.06a.75.75 0 1 0-1.06 1.06L13.44 10l-1.72 1.72a.75.75 0 1 0 1.06 1.06l2.25-2.25a.75.75 0 0 0 0-1.06l-2.25-2.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CodeBracketSquareIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/Cog6ToothIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/Cog6ToothIcon.d.ts new file mode 100644 index 00000000..327c3e9e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/Cog6ToothIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Cog6ToothIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Cog6ToothIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/Cog6ToothIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/Cog6ToothIcon.js new file mode 100644 index 00000000..187863a9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/Cog6ToothIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function Cog6ToothIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.84 1.804A1 1 0 0 1 8.82 1h2.36a1 1 0 0 1 .98.804l.331 1.652a6.993 6.993 0 0 1 1.929 1.115l1.598-.54a1 1 0 0 1 1.186.447l1.18 2.044a1 1 0 0 1-.205 1.251l-1.267 1.113a7.047 7.047 0 0 1 0 2.228l1.267 1.113a1 1 0 0 1 .206 1.25l-1.18 2.045a1 1 0 0 1-1.187.447l-1.598-.54a6.993 6.993 0 0 1-1.929 1.115l-.33 1.652a1 1 0 0 1-.98.804H8.82a1 1 0 0 1-.98-.804l-.331-1.652a6.993 6.993 0 0 1-1.929-1.115l-1.598.54a1 1 0 0 1-1.186-.447l-1.18-2.044a1 1 0 0 1 .205-1.251l1.267-1.114a7.05 7.05 0 0 1 0-2.227L1.821 7.773a1 1 0 0 1-.206-1.25l1.18-2.045a1 1 0 0 1 1.187-.447l1.598.54A6.992 6.992 0 0 1 7.51 3.456l.33-1.652ZM10 13a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Cog6ToothIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/Cog8ToothIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/Cog8ToothIcon.d.ts new file mode 100644 index 00000000..6a3f546b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/Cog8ToothIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Cog8ToothIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Cog8ToothIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/Cog8ToothIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/Cog8ToothIcon.js new file mode 100644 index 00000000..32541051 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/Cog8ToothIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function Cog8ToothIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8.34 1.804A1 1 0 0 1 9.32 1h1.36a1 1 0 0 1 .98.804l.295 1.473c.497.144.971.342 1.416.587l1.25-.834a1 1 0 0 1 1.262.125l.962.962a1 1 0 0 1 .125 1.262l-.834 1.25c.245.445.443.919.587 1.416l1.473.294a1 1 0 0 1 .804.98v1.361a1 1 0 0 1-.804.98l-1.473.295a6.95 6.95 0 0 1-.587 1.416l.834 1.25a1 1 0 0 1-.125 1.262l-.962.962a1 1 0 0 1-1.262.125l-1.25-.834a6.953 6.953 0 0 1-1.416.587l-.294 1.473a1 1 0 0 1-.98.804H9.32a1 1 0 0 1-.98-.804l-.295-1.473a6.957 6.957 0 0 1-1.416-.587l-1.25.834a1 1 0 0 1-1.262-.125l-.962-.962a1 1 0 0 1-.125-1.262l.834-1.25a6.957 6.957 0 0 1-.587-1.416l-1.473-.294A1 1 0 0 1 1 10.68V9.32a1 1 0 0 1 .804-.98l1.473-.295c.144-.497.342-.971.587-1.416l-.834-1.25a1 1 0 0 1 .125-1.262l.962-.962A1 1 0 0 1 5.38 3.03l1.25.834a6.957 6.957 0 0 1 1.416-.587l.294-1.473ZM13 10a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Cog8ToothIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CogIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/CogIcon.d.ts new file mode 100644 index 00000000..e6570f2c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CogIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CogIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CogIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CogIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/CogIcon.js new file mode 100644 index 00000000..9d2e67f6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CogIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CogIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M13.024 9.25c.47 0 .827-.433.637-.863a4 4 0 0 0-4.094-2.364c-.468.05-.665.576-.43.984l1.08 1.868a.75.75 0 0 0 .649.375h2.158ZM7.84 7.758c-.236-.408-.79-.5-1.068-.12A3.982 3.982 0 0 0 6 10c0 .884.287 1.7.772 2.363.278.38.832.287 1.068-.12l1.078-1.868a.75.75 0 0 0 0-.75L7.839 7.758ZM9.138 12.993c-.235.408-.039.934.43.984a4 4 0 0 0 4.094-2.364c.19-.43-.168-.863-.638-.863h-2.158a.75.75 0 0 0-.65.375l-1.078 1.868Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "m14.13 4.347.644-1.117a.75.75 0 0 0-1.299-.75l-.644 1.116a6.954 6.954 0 0 0-2.081-.556V1.75a.75.75 0 0 0-1.5 0v1.29a6.954 6.954 0 0 0-2.081.556L6.525 2.48a.75.75 0 1 0-1.3.75l.645 1.117A7.04 7.04 0 0 0 4.347 5.87L3.23 5.225a.75.75 0 1 0-.75 1.3l1.116.644A6.954 6.954 0 0 0 3.04 9.25H1.75a.75.75 0 0 0 0 1.5h1.29c.078.733.27 1.433.556 2.081l-1.116.645a.75.75 0 1 0 .75 1.298l1.117-.644a7.04 7.04 0 0 0 1.523 1.523l-.645 1.117a.75.75 0 1 0 1.3.75l.644-1.116a6.954 6.954 0 0 0 2.081.556v1.29a.75.75 0 0 0 1.5 0v-1.29a6.954 6.954 0 0 0 2.081-.556l.645 1.116a.75.75 0 0 0 1.299-.75l-.645-1.117a7.042 7.042 0 0 0 1.523-1.523l1.117.644a.75.75 0 0 0 .75-1.298l-1.116-.645a6.954 6.954 0 0 0 .556-2.081h1.29a.75.75 0 0 0 0-1.5h-1.29a6.954 6.954 0 0 0-.556-2.081l1.116-.644a.75.75 0 0 0-.75-1.3l-1.117.645a7.04 7.04 0 0 0-1.524-1.523ZM10 4.5a5.475 5.475 0 0 0-2.781.754A5.527 5.527 0 0 0 5.22 7.277 5.475 5.475 0 0 0 4.5 10a5.475 5.475 0 0 0 .752 2.777 5.527 5.527 0 0 0 2.028 2.004c.802.458 1.73.719 2.72.719a5.474 5.474 0 0 0 2.78-.753 5.527 5.527 0 0 0 2.001-2.027c.458-.802.719-1.73.719-2.72a5.475 5.475 0 0 0-.753-2.78 5.528 5.528 0 0 0-2.028-2.002A5.475 5.475 0 0 0 10 4.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CogIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CommandLineIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/CommandLineIcon.d.ts new file mode 100644 index 00000000..30939870 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CommandLineIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CommandLineIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CommandLineIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CommandLineIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/CommandLineIcon.js new file mode 100644 index 00000000..b7113433 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CommandLineIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CommandLineIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.25 3A2.25 2.25 0 0 0 1 5.25v9.5A2.25 2.25 0 0 0 3.25 17h13.5A2.25 2.25 0 0 0 19 14.75v-9.5A2.25 2.25 0 0 0 16.75 3H3.25Zm.943 8.752a.75.75 0 0 1 .055-1.06L6.128 9l-1.88-1.693a.75.75 0 1 1 1.004-1.114l2.5 2.25a.75.75 0 0 1 0 1.114l-2.5 2.25a.75.75 0 0 1-1.06-.055ZM9.75 10.25a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5h-2.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CommandLineIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ComputerDesktopIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ComputerDesktopIcon.d.ts new file mode 100644 index 00000000..c181101d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ComputerDesktopIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ComputerDesktopIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ComputerDesktopIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ComputerDesktopIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ComputerDesktopIcon.js new file mode 100644 index 00000000..24b81686 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ComputerDesktopIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ComputerDesktopIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 4.25A2.25 2.25 0 0 1 4.25 2h11.5A2.25 2.25 0 0 1 18 4.25v8.5A2.25 2.25 0 0 1 15.75 15h-3.105a3.501 3.501 0 0 0 1.1 1.677A.75.75 0 0 1 13.26 18H6.74a.75.75 0 0 1-.484-1.323A3.501 3.501 0 0 0 7.355 15H4.25A2.25 2.25 0 0 1 2 12.75v-8.5Zm1.5 0a.75.75 0 0 1 .75-.75h11.5a.75.75 0 0 1 .75.75v7.5a.75.75 0 0 1-.75.75H4.25a.75.75 0 0 1-.75-.75v-7.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ComputerDesktopIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CpuChipIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/CpuChipIcon.d.ts new file mode 100644 index 00000000..3450bd59 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CpuChipIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CpuChipIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CpuChipIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CpuChipIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/CpuChipIcon.js new file mode 100644 index 00000000..2793822c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CpuChipIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CpuChipIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M14 6H6v8h8V6Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.25 3V1.75a.75.75 0 0 1 1.5 0V3h1.5V1.75a.75.75 0 0 1 1.5 0V3h.5A2.75 2.75 0 0 1 17 5.75v.5h1.25a.75.75 0 0 1 0 1.5H17v1.5h1.25a.75.75 0 0 1 0 1.5H17v1.5h1.25a.75.75 0 0 1 0 1.5H17v.5A2.75 2.75 0 0 1 14.25 17h-.5v1.25a.75.75 0 0 1-1.5 0V17h-1.5v1.25a.75.75 0 0 1-1.5 0V17h-1.5v1.25a.75.75 0 0 1-1.5 0V17h-.5A2.75 2.75 0 0 1 3 14.25v-.5H1.75a.75.75 0 0 1 0-1.5H3v-1.5H1.75a.75.75 0 0 1 0-1.5H3v-1.5H1.75a.75.75 0 0 1 0-1.5H3v-.5A2.75 2.75 0 0 1 5.75 3h.5V1.75a.75.75 0 0 1 1.5 0V3h1.5ZM4.5 5.75c0-.69.56-1.25 1.25-1.25h8.5c.69 0 1.25.56 1.25 1.25v8.5c0 .69-.56 1.25-1.25 1.25h-8.5c-.69 0-1.25-.56-1.25-1.25v-8.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CpuChipIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CreditCardIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/CreditCardIcon.d.ts new file mode 100644 index 00000000..5c8a8953 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CreditCardIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CreditCardIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CreditCardIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CreditCardIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/CreditCardIcon.js new file mode 100644 index 00000000..857e7a3e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CreditCardIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CreditCardIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.5 4A1.5 1.5 0 0 0 1 5.5V6h18v-.5A1.5 1.5 0 0 0 17.5 4h-15ZM19 8.5H1v6A1.5 1.5 0 0 0 2.5 16h15a1.5 1.5 0 0 0 1.5-1.5v-6ZM3 13.25a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1-.75-.75Zm4.75-.75a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5h-3.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CreditCardIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CubeIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/CubeIcon.d.ts new file mode 100644 index 00000000..71f780cd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CubeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CubeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CubeIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CubeIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/CubeIcon.js new file mode 100644 index 00000000..44b94759 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CubeIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function CubeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10.362 1.093a.75.75 0 0 0-.724 0L2.523 5.018 10 9.143l7.477-4.125-7.115-3.925ZM18 6.443l-7.25 4v8.25l6.862-3.786A.75.75 0 0 0 18 14.25V6.443ZM9.25 18.693v-8.25l-7.25-4v7.807a.75.75 0 0 0 .388.657l6.862 3.786Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CubeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CubeTransparentIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/CubeTransparentIcon.d.ts new file mode 100644 index 00000000..88a40867 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CubeTransparentIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CubeTransparentIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CubeTransparentIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CubeTransparentIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/CubeTransparentIcon.js new file mode 100644 index 00000000..94565c3f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CubeTransparentIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CubeTransparentIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.638 1.093a.75.75 0 0 1 .724 0l2 1.104a.75.75 0 1 1-.724 1.313L10 2.607l-1.638.903a.75.75 0 1 1-.724-1.313l2-1.104ZM5.403 4.287a.75.75 0 0 1-.295 1.019l-.805.444.805.444a.75.75 0 0 1-.724 1.314L3.5 7.02v.73a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 .388-.657l1.996-1.1a.75.75 0 0 1 1.019.294Zm9.194 0a.75.75 0 0 1 1.02-.295l1.995 1.101A.75.75 0 0 1 18 5.75v2a.75.75 0 0 1-1.5 0v-.73l-.884.488a.75.75 0 1 1-.724-1.314l.806-.444-.806-.444a.75.75 0 0 1-.295-1.02ZM7.343 8.284a.75.75 0 0 1 1.02-.294L10 8.893l1.638-.903a.75.75 0 1 1 .724 1.313l-1.612.89v1.557a.75.75 0 0 1-1.5 0v-1.557l-1.612-.89a.75.75 0 0 1-.295-1.019ZM2.75 11.5a.75.75 0 0 1 .75.75v1.557l1.608.887a.75.75 0 0 1-.724 1.314l-1.996-1.101A.75.75 0 0 1 2 14.25v-2a.75.75 0 0 1 .75-.75Zm14.5 0a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-.388.657l-1.996 1.1a.75.75 0 1 1-.724-1.313l1.608-.887V12.25a.75.75 0 0 1 .75-.75Zm-7.25 4a.75.75 0 0 1 .75.75v.73l.888-.49a.75.75 0 0 1 .724 1.313l-2 1.104a.75.75 0 0 1-.724 0l-2-1.104a.75.75 0 1 1 .724-1.313l.888.49v-.73a.75.75 0 0 1 .75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CubeTransparentIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CurrencyBangladeshiIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/CurrencyBangladeshiIcon.d.ts new file mode 100644 index 00000000..1e28144c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CurrencyBangladeshiIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyBangladeshiIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyBangladeshiIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CurrencyBangladeshiIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/CurrencyBangladeshiIcon.js new file mode 100644 index 00000000..60cbb538 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CurrencyBangladeshiIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CurrencyBangladeshiIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16ZM5.94 5.5c.944-.945 2.56-.276 2.56 1.06V8h5.75a.75.75 0 0 1 0 1.5H8.5v4.275c0 .296.144.455.26.499a3.5 3.5 0 0 0 4.402-1.77h-.412a.75.75 0 0 1 0-1.5h.537c.462 0 .887.21 1.156.556.278.355.383.852.184 1.337a5.001 5.001 0 0 1-6.4 2.78C7.376 15.353 7 14.512 7 13.774V9.5H5.75a.75.75 0 0 1 0-1.5H7V6.56l-.22.22a.75.75 0 1 1-1.06-1.06l.22-.22Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyBangladeshiIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CurrencyDollarIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/CurrencyDollarIcon.d.ts new file mode 100644 index 00000000..69350dd6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CurrencyDollarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyDollarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyDollarIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CurrencyDollarIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/CurrencyDollarIcon.js new file mode 100644 index 00000000..ce79344c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CurrencyDollarIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CurrencyDollarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10.75 10.818v2.614A3.13 3.13 0 0 0 11.888 13c.482-.315.612-.648.612-.875 0-.227-.13-.56-.612-.875a3.13 3.13 0 0 0-1.138-.432ZM8.33 8.62c.053.055.115.11.184.164.208.16.46.284.736.363V6.603a2.45 2.45 0 0 0-.35.13c-.14.065-.27.143-.386.233-.377.292-.514.627-.514.909 0 .184.058.39.202.592.037.051.08.102.128.152Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M18 10a8 8 0 1 1-16 0 8 8 0 0 1 16 0Zm-8-6a.75.75 0 0 1 .75.75v.316a3.78 3.78 0 0 1 1.653.713c.426.33.744.74.925 1.2a.75.75 0 0 1-1.395.55 1.35 1.35 0 0 0-.447-.563 2.187 2.187 0 0 0-.736-.363V9.3c.698.093 1.383.32 1.959.696.787.514 1.29 1.27 1.29 2.13 0 .86-.504 1.616-1.29 2.13-.576.377-1.261.603-1.96.696v.299a.75.75 0 1 1-1.5 0v-.3c-.697-.092-1.382-.318-1.958-.695-.482-.315-.857-.717-1.078-1.188a.75.75 0 1 1 1.359-.636c.08.173.245.376.54.569.313.205.706.353 1.138.432v-2.748a3.782 3.782 0 0 1-1.653-.713C6.9 9.433 6.5 8.681 6.5 7.875c0-.805.4-1.558 1.097-2.096a3.78 3.78 0 0 1 1.653-.713V4.75A.75.75 0 0 1 10 4Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyDollarIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CurrencyEuroIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/CurrencyEuroIcon.d.ts new file mode 100644 index 00000000..9eb581d8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CurrencyEuroIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyEuroIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyEuroIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CurrencyEuroIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/CurrencyEuroIcon.js new file mode 100644 index 00000000..0dfd6533 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CurrencyEuroIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CurrencyEuroIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16ZM8.798 7.45c.512-.67 1.135-.95 1.702-.95s1.19.28 1.702.95a.75.75 0 0 0 1.192-.91C12.637 5.55 11.596 5 10.5 5s-2.137.55-2.894 1.54A5.205 5.205 0 0 0 6.83 8H5.75a.75.75 0 0 0 0 1.5h.77a6.333 6.333 0 0 0 0 1h-.77a.75.75 0 0 0 0 1.5h1.08c.183.528.442 1.023.776 1.46.757.99 1.798 1.54 2.894 1.54s2.137-.55 2.894-1.54a.75.75 0 0 0-1.192-.91c-.512.67-1.135.95-1.702.95s-1.19-.28-1.702-.95a3.505 3.505 0 0 1-.343-.55h1.795a.75.75 0 0 0 0-1.5H8.026a4.835 4.835 0 0 1 0-1h2.224a.75.75 0 0 0 0-1.5H8.455c.098-.195.212-.38.343-.55Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyEuroIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CurrencyPoundIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/CurrencyPoundIcon.d.ts new file mode 100644 index 00000000..ee1b59c8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CurrencyPoundIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyPoundIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyPoundIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CurrencyPoundIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/CurrencyPoundIcon.js new file mode 100644 index 00000000..a8146b9e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CurrencyPoundIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CurrencyPoundIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16ZM8.732 6.232a2.5 2.5 0 0 1 3.536 0 .75.75 0 1 0 1.06-1.06A4 4 0 0 0 6.5 8v.165c0 .364.034.728.1 1.085h-.35a.75.75 0 0 0 0 1.5h.737a5.25 5.25 0 0 1-.367 3.072l-.055.123a.75.75 0 0 0 .848 1.037l1.272-.283a3.493 3.493 0 0 1 1.604.021 4.992 4.992 0 0 0 2.422 0l.97-.242a.75.75 0 0 0-.363-1.456l-.971.243a3.491 3.491 0 0 1-1.694 0 4.992 4.992 0 0 0-2.258-.038c.19-.811.227-1.651.111-2.477H9.75a.75.75 0 0 0 0-1.5H8.136A4.397 4.397 0 0 1 8 8.165V8c0-.641.244-1.28.732-1.768Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyPoundIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CurrencyRupeeIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/CurrencyRupeeIcon.d.ts new file mode 100644 index 00000000..e5c72f61 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CurrencyRupeeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyRupeeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyRupeeIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CurrencyRupeeIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/CurrencyRupeeIcon.js new file mode 100644 index 00000000..66adbb4e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CurrencyRupeeIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CurrencyRupeeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16ZM6 5.75A.75.75 0 0 1 6.75 5h6.5a.75.75 0 0 1 0 1.5h-2.127c.4.5.683 1.096.807 1.75h1.32a.75.75 0 0 1 0 1.5h-1.32a4.003 4.003 0 0 1-3.404 3.216l1.754 1.754a.75.75 0 0 1-1.06 1.06l-3-3a.75.75 0 0 1 .53-1.28H8c1.12 0 2.067-.736 2.386-1.75H6.75a.75.75 0 0 1 0-1.5h3.636A2.501 2.501 0 0 0 8 6.5H6.75A.75.75 0 0 1 6 5.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyRupeeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CurrencyYenIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/CurrencyYenIcon.d.ts new file mode 100644 index 00000000..a26351d2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CurrencyYenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyYenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyYenIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CurrencyYenIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/CurrencyYenIcon.js new file mode 100644 index 00000000..33eee32b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CurrencyYenIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CurrencyYenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16ZM7.346 5.294a.75.75 0 0 0-1.192.912L9.056 10H6.75a.75.75 0 0 0 0 1.5h2.5v1h-2.5a.75.75 0 0 0 0 1.5h2.5v1.25a.75.75 0 0 0 1.5 0V14h2.5a.75.75 0 1 0 0-1.5h-2.5v-1h2.5a.75.75 0 1 0 0-1.5h-2.306l2.902-3.794a.75.75 0 1 0-1.192-.912L10 8.765l-2.654-3.47Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyYenIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CursorArrowRaysIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/CursorArrowRaysIcon.d.ts new file mode 100644 index 00000000..0bc05e58 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CursorArrowRaysIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CursorArrowRaysIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CursorArrowRaysIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CursorArrowRaysIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/CursorArrowRaysIcon.js new file mode 100644 index 00000000..2ac79af7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CursorArrowRaysIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function CursorArrowRaysIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10 1a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5A.75.75 0 0 1 10 1ZM5.05 3.05a.75.75 0 0 1 1.06 0l1.062 1.06A.75.75 0 1 1 6.11 5.173L5.05 4.11a.75.75 0 0 1 0-1.06ZM14.95 3.05a.75.75 0 0 1 0 1.06l-1.06 1.062a.75.75 0 0 1-1.062-1.061l1.061-1.06a.75.75 0 0 1 1.06 0ZM3 8a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5A.75.75 0 0 1 3 8ZM14 8a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5A.75.75 0 0 1 14 8ZM7.172 10.828a.75.75 0 0 1 0 1.061L6.11 12.95a.75.75 0 0 1-1.06-1.06l1.06-1.06a.75.75 0 0 1 1.06 0ZM10.766 7.51a.75.75 0 0 0-1.37.365l-.492 6.861a.75.75 0 0 0 1.204.65l1.043-.799.985 3.678a.75.75 0 0 0 1.45-.388l-.978-3.646 1.292.204a.75.75 0 0 0 .74-1.16l-3.874-5.764Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CursorArrowRaysIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CursorArrowRippleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/CursorArrowRippleIcon.d.ts new file mode 100644 index 00000000..2b2dfa45 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CursorArrowRippleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CursorArrowRippleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CursorArrowRippleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/CursorArrowRippleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/CursorArrowRippleIcon.js new file mode 100644 index 00000000..d5070041 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/CursorArrowRippleIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CursorArrowRippleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M6.111 11.89A5.5 5.5 0 1 1 15.501 8 .75.75 0 0 0 17 8a7 7 0 1 0-11.95 4.95.75.75 0 0 0 1.06-1.06Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M8.232 6.232a2.5 2.5 0 0 0 0 3.536.75.75 0 1 1-1.06 1.06A4 4 0 1 1 14 8a.75.75 0 0 1-1.5 0 2.5 2.5 0 0 0-4.268-1.768Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M10.766 7.51a.75.75 0 0 0-1.37.365l-.492 6.861a.75.75 0 0 0 1.204.65l1.043-.799.985 3.678a.75.75 0 0 0 1.45-.388l-.978-3.646 1.292.204a.75.75 0 0 0 .74-1.16l-3.874-5.764Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CursorArrowRippleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/DevicePhoneMobileIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/DevicePhoneMobileIcon.d.ts new file mode 100644 index 00000000..98865d35 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/DevicePhoneMobileIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DevicePhoneMobileIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DevicePhoneMobileIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/DevicePhoneMobileIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/DevicePhoneMobileIcon.js new file mode 100644 index 00000000..303d0b98 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/DevicePhoneMobileIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function DevicePhoneMobileIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8 16.25a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4 4a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V4Zm4-1.5v.75c0 .414.336.75.75.75h2.5a.75.75 0 0 0 .75-.75V2.5h1A1.5 1.5 0 0 1 14.5 4v12a1.5 1.5 0 0 1-1.5 1.5H7A1.5 1.5 0 0 1 5.5 16V4A1.5 1.5 0 0 1 7 2.5h1Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DevicePhoneMobileIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/DeviceTabletIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/DeviceTabletIcon.d.ts new file mode 100644 index 00000000..0ac9da19 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/DeviceTabletIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DeviceTabletIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DeviceTabletIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/DeviceTabletIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/DeviceTabletIcon.js new file mode 100644 index 00000000..25cb6b72 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/DeviceTabletIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function DeviceTabletIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5 1a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3H5ZM3.5 4A1.5 1.5 0 0 1 5 2.5h10A1.5 1.5 0 0 1 16.5 4v12a1.5 1.5 0 0 1-1.5 1.5H5A1.5 1.5 0 0 1 3.5 16V4Zm5.25 11.5a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5h-2.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DeviceTabletIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/DivideIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/DivideIcon.d.ts new file mode 100644 index 00000000..997c414d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/DivideIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DivideIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DivideIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/DivideIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/DivideIcon.js new file mode 100644 index 00000000..3825fff0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/DivideIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function DivideIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M11.25 4a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0ZM3 10a.75.75 0 0 1 .75-.75h12.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 10ZM10 17.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DivideIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentArrowDownIcon.d.ts new file mode 100644 index 00000000..fe24428a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentArrowDownIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentArrowDownIcon.js new file mode 100644 index 00000000..1e0e48ca --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentArrowDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function DocumentArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 2A1.5 1.5 0 0 0 3 3.5v13A1.5 1.5 0 0 0 4.5 18h11a1.5 1.5 0 0 0 1.5-1.5V7.621a1.5 1.5 0 0 0-.44-1.06l-4.12-4.122A1.5 1.5 0 0 0 11.378 2H4.5Zm4.75 6.75a.75.75 0 0 1 1.5 0v2.546l.943-1.048a.75.75 0 0 1 1.114 1.004l-2.25 2.5a.75.75 0 0 1-1.114 0l-2.25-2.5a.75.75 0 1 1 1.114-1.004l.943 1.048V8.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentArrowDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentArrowUpIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentArrowUpIcon.d.ts new file mode 100644 index 00000000..fe2fe304 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentArrowUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentArrowUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentArrowUpIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentArrowUpIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentArrowUpIcon.js new file mode 100644 index 00000000..0685b78d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentArrowUpIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function DocumentArrowUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 2A1.5 1.5 0 0 0 3 3.5v13A1.5 1.5 0 0 0 4.5 18h11a1.5 1.5 0 0 0 1.5-1.5V7.621a1.5 1.5 0 0 0-.44-1.06l-4.12-4.122A1.5 1.5 0 0 0 11.378 2H4.5Zm4.75 11.25a.75.75 0 0 0 1.5 0v-2.546l.943 1.048a.75.75 0 1 0 1.114-1.004l-2.25-2.5a.75.75 0 0 0-1.114 0l-2.25 2.5a.75.75 0 1 0 1.114 1.004l.943-1.048v2.546Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentArrowUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentChartBarIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentChartBarIcon.d.ts new file mode 100644 index 00000000..0d302299 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentChartBarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentChartBarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentChartBarIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentChartBarIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentChartBarIcon.js new file mode 100644 index 00000000..24659c7d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentChartBarIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function DocumentChartBarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 3.5A1.5 1.5 0 0 1 4.5 2h6.879a1.5 1.5 0 0 1 1.06.44l4.122 4.12A1.5 1.5 0 0 1 17 7.622V16.5a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 3 16.5v-13ZM13.25 9a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0v-4.5a.75.75 0 0 1 .75-.75Zm-6.5 4a.75.75 0 0 1 .75.75v.5a.75.75 0 0 1-1.5 0v-.5a.75.75 0 0 1 .75-.75Zm4-1.25a.75.75 0 0 0-1.5 0v2.5a.75.75 0 0 0 1.5 0v-2.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentChartBarIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCheckIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCheckIcon.d.ts new file mode 100644 index 00000000..67250d12 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCheckIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCheckIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCheckIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCheckIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCheckIcon.js new file mode 100644 index 00000000..039e66c5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCheckIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function DocumentCheckIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 3.5A1.5 1.5 0 0 1 4.5 2h6.879a1.5 1.5 0 0 1 1.06.44l4.122 4.12A1.5 1.5 0 0 1 17 7.622V16.5a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 3 16.5v-13Zm10.857 5.691a.75.75 0 0 0-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 0 0-1.06 1.061l2.5 2.5a.75.75 0 0 0 1.137-.089l4-5.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCheckIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCurrencyBangladeshiIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCurrencyBangladeshiIcon.d.ts new file mode 100644 index 00000000..c2bce0c1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCurrencyBangladeshiIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyBangladeshiIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyBangladeshiIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCurrencyBangladeshiIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCurrencyBangladeshiIcon.js new file mode 100644 index 00000000..25ffdd6b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCurrencyBangladeshiIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function DocumentCurrencyBangladeshiIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 2A1.5 1.5 0 0 0 3 3.5v13A1.5 1.5 0 0 0 4.5 18h11a1.5 1.5 0 0 0 1.5-1.5V7.621a1.5 1.5 0 0 0-.44-1.06l-4.12-4.122A1.5 1.5 0 0 0 11.378 2H4.5Zm1.97 4.53a.75.75 0 0 0 .78.178V8h-1.5a.75.75 0 1 0 0 1.5h1.5v3.098c0 .98.571 2.18 1.837 2.356a4.751 4.751 0 0 0 5.066-2.92.75.75 0 0 0-.695-1.031H11.75a.75.75 0 0 0 0 1.5h.343a3.241 3.241 0 0 1-2.798.966c-.25-.035-.545-.322-.545-.87V9.5h5.5a.75.75 0 0 0 0-1.5h-5.5V6.415c0-1.19-1.439-1.786-2.28-.945a.75.75 0 0 0 0 1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyBangladeshiIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCurrencyDollarIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCurrencyDollarIcon.d.ts new file mode 100644 index 00000000..6bfe92bc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCurrencyDollarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyDollarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyDollarIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCurrencyDollarIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCurrencyDollarIcon.js new file mode 100644 index 00000000..b541d2c8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCurrencyDollarIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function DocumentCurrencyDollarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 2A1.5 1.5 0 0 0 3 3.5v13A1.5 1.5 0 0 0 4.5 18h11a1.5 1.5 0 0 0 1.5-1.5V7.621a1.5 1.5 0 0 0-.44-1.06l-4.12-4.122A1.5 1.5 0 0 0 11.378 2H4.5Zm6.25 3.75a.75.75 0 0 0-1.5 0v.272c-.418.024-.831.069-1.238.132-.962.15-1.807.882-1.95 1.928-.04.3-.062.607-.062.918 0 1.044.83 1.759 1.708 1.898l1.542.243v2.334a11.214 11.214 0 0 1-2.297-.392.75.75 0 0 0-.405 1.444c.867.243 1.772.397 2.702.451v.272a.75.75 0 0 0 1.5 0v-.272c.419-.024.832-.069 1.239-.132.961-.15 1.807-.882 1.95-1.928.04-.3.061-.607.061-.918 0-1.044-.83-1.759-1.708-1.898L10.75 9.86V7.525c.792.052 1.56.185 2.297.392a.75.75 0 0 0 .406-1.444 12.723 12.723 0 0 0-2.703-.451V5.75ZM8.244 7.636c.33-.052.666-.09 1.006-.111v2.097l-1.308-.206C7.635 9.367 7.5 9.156 7.5 9c0-.243.017-.482.049-.716.042-.309.305-.587.695-.648Zm2.506 5.84v-2.098l1.308.206c.307.049.442.26.442.416 0 .243-.016.482-.048.716-.042.309-.306.587-.695.648-.331.052-.667.09-1.007.111Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyDollarIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCurrencyEuroIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCurrencyEuroIcon.d.ts new file mode 100644 index 00000000..0333f02e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCurrencyEuroIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyEuroIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyEuroIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCurrencyEuroIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCurrencyEuroIcon.js new file mode 100644 index 00000000..782ccb5f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCurrencyEuroIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function DocumentCurrencyEuroIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 2A1.5 1.5 0 0 0 3 3.5v13A1.5 1.5 0 0 0 4.5 18h11a1.5 1.5 0 0 0 1.5-1.5V7.621a1.5 1.5 0 0 0-.44-1.06l-4.12-4.122A1.5 1.5 0 0 0 11.378 2H4.5Zm4.298 6.45c.512-.67 1.135-.95 1.702-.95s1.19.28 1.702.95a.75.75 0 0 0 1.192-.91C12.637 6.55 11.596 6 10.5 6s-2.137.55-2.894 1.54A5.205 5.205 0 0 0 6.83 9H5.75a.75.75 0 0 0 0 1.5h.77a6.333 6.333 0 0 0 0 1h-.77a.75.75 0 0 0 0 1.5h1.08c.183.528.442 1.023.776 1.46.757.99 1.798 1.54 2.894 1.54s2.137-.55 2.894-1.54a.75.75 0 0 0-1.192-.91c-.512.67-1.135.95-1.702.95s-1.19-.28-1.702-.95a3.505 3.505 0 0 1-.343-.55h1.795a.75.75 0 0 0 0-1.5H8.026a4.835 4.835 0 0 1 0-1h2.224a.75.75 0 0 0 0-1.5H8.455c.098-.195.212-.38.343-.55Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyEuroIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCurrencyPoundIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCurrencyPoundIcon.d.ts new file mode 100644 index 00000000..47d0a886 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCurrencyPoundIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyPoundIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyPoundIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCurrencyPoundIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCurrencyPoundIcon.js new file mode 100644 index 00000000..eb95b661 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCurrencyPoundIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function DocumentCurrencyPoundIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 2A1.5 1.5 0 0 0 3 3.5v13A1.5 1.5 0 0 0 4.5 18h11a1.5 1.5 0 0 0 1.5-1.5V7.621a1.5 1.5 0 0 0-.44-1.06l-4.12-4.122A1.5 1.5 0 0 0 11.378 2H4.5Zm5 7a1.5 1.5 0 0 1 2.56-1.06.75.75 0 1 0 1.062-1.061A3 3 0 0 0 8 9v1.25H6.75a.75.75 0 0 0 0 1.5H8v1a.75.75 0 0 1-.75.75h-.5a.75.75 0 0 0 0 1.5h6.5a.75.75 0 1 0 0-1.5H9.372c.083-.235.128-.487.128-.75v-1h1.25a.75.75 0 0 0 0-1.5H9.5V9Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyPoundIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCurrencyRupeeIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCurrencyRupeeIcon.d.ts new file mode 100644 index 00000000..4c5e29c4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCurrencyRupeeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyRupeeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyRupeeIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCurrencyRupeeIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCurrencyRupeeIcon.js new file mode 100644 index 00000000..6694d0fc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCurrencyRupeeIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function DocumentCurrencyRupeeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 2A1.5 1.5 0 0 0 3 3.5v13A1.5 1.5 0 0 0 4.5 18h11a1.5 1.5 0 0 0 1.5-1.5V7.621a1.5 1.5 0 0 0-.44-1.06l-4.12-4.122A1.5 1.5 0 0 0 11.378 2H4.5ZM6 5.75A.75.75 0 0 1 6.75 5h6.5a.75.75 0 0 1 0 1.5h-2.127c.4.5.683 1.096.807 1.75h1.32a.75.75 0 0 1 0 1.5h-1.32a4.003 4.003 0 0 1-3.404 3.216l1.754 1.754a.75.75 0 0 1-1.06 1.06l-3-3a.75.75 0 0 1 .53-1.28H8c1.12 0 2.067-.736 2.386-1.75H6.75a.75.75 0 0 1 0-1.5h3.636A2.501 2.501 0 0 0 8 6.5H6.75A.75.75 0 0 1 6 5.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyRupeeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCurrencyYenIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCurrencyYenIcon.d.ts new file mode 100644 index 00000000..32fd2d12 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCurrencyYenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyYenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyYenIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCurrencyYenIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCurrencyYenIcon.js new file mode 100644 index 00000000..59fbdfce --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentCurrencyYenIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function DocumentCurrencyYenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 2A1.5 1.5 0 0 0 3 3.5v13A1.5 1.5 0 0 0 4.5 18h11a1.5 1.5 0 0 0 1.5-1.5V7.621a1.5 1.5 0 0 0-.44-1.06l-4.12-4.122A1.5 1.5 0 0 0 11.378 2H4.5Zm3.846 4.294a.75.75 0 0 0-1.192.912L9.056 10H6.75a.75.75 0 0 0 0 1.5h2.5v1h-2.5a.75.75 0 0 0 0 1.5h2.5v1.25a.75.75 0 1 0 1.5 0V14h2.5a.75.75 0 1 0 0-1.5h-2.5v-1h2.5a.75.75 0 1 0 0-1.5h-2.306l1.902-2.794a.75.75 0 0 0-1.192-.912L10 8.765l-1.654-2.47Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyYenIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentDuplicateIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentDuplicateIcon.d.ts new file mode 100644 index 00000000..04a06a67 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentDuplicateIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentDuplicateIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentDuplicateIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentDuplicateIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentDuplicateIcon.js new file mode 100644 index 00000000..c30421c7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentDuplicateIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function DocumentDuplicateIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M7 3.5A1.5 1.5 0 0 1 8.5 2h3.879a1.5 1.5 0 0 1 1.06.44l3.122 3.12A1.5 1.5 0 0 1 17 6.622V12.5a1.5 1.5 0 0 1-1.5 1.5h-1v-3.379a3 3 0 0 0-.879-2.121L10.5 5.379A3 3 0 0 0 8.379 4.5H7v-1Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M4.5 6A1.5 1.5 0 0 0 3 7.5v9A1.5 1.5 0 0 0 4.5 18h7a1.5 1.5 0 0 0 1.5-1.5v-5.879a1.5 1.5 0 0 0-.44-1.06L9.44 6.439A1.5 1.5 0 0 0 8.378 6H4.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentDuplicateIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentIcon.d.ts new file mode 100644 index 00000000..bc42e724 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentIcon.js new file mode 100644 index 00000000..fe1a3737 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function DocumentIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3 3.5A1.5 1.5 0 0 1 4.5 2h6.879a1.5 1.5 0 0 1 1.06.44l4.122 4.12A1.5 1.5 0 0 1 17 7.622V16.5a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 3 16.5v-13Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentMagnifyingGlassIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentMagnifyingGlassIcon.d.ts new file mode 100644 index 00000000..dc68c0c5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentMagnifyingGlassIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentMagnifyingGlassIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentMagnifyingGlassIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentMagnifyingGlassIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentMagnifyingGlassIcon.js new file mode 100644 index 00000000..66cdca04 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentMagnifyingGlassIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function DocumentMagnifyingGlassIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8 10a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 2A1.5 1.5 0 0 0 3 3.5v13A1.5 1.5 0 0 0 4.5 18h11a1.5 1.5 0 0 0 1.5-1.5V7.621a1.5 1.5 0 0 0-.44-1.06l-4.12-4.122A1.5 1.5 0 0 0 11.378 2H4.5Zm5 5a3 3 0 1 0 1.524 5.585l1.196 1.195a.75.75 0 1 0 1.06-1.06l-1.195-1.196A3 3 0 0 0 9.5 7Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentMagnifyingGlassIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentMinusIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentMinusIcon.d.ts new file mode 100644 index 00000000..a4fe39b8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentMinusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentMinusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentMinusIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentMinusIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentMinusIcon.js new file mode 100644 index 00000000..8c47676f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentMinusIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function DocumentMinusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 2A1.5 1.5 0 0 0 3 3.5v13A1.5 1.5 0 0 0 4.5 18h11a1.5 1.5 0 0 0 1.5-1.5V7.621a1.5 1.5 0 0 0-.44-1.06l-4.12-4.122A1.5 1.5 0 0 0 11.378 2H4.5Zm7.75 9.75a.75.75 0 0 0 0-1.5h-4.5a.75.75 0 0 0 0 1.5h4.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentMinusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentPlusIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentPlusIcon.d.ts new file mode 100644 index 00000000..9446dd5e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentPlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentPlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentPlusIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentPlusIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentPlusIcon.js new file mode 100644 index 00000000..be6e75d3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentPlusIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function DocumentPlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 2A1.5 1.5 0 0 0 3 3.5v13A1.5 1.5 0 0 0 4.5 18h11a1.5 1.5 0 0 0 1.5-1.5V7.621a1.5 1.5 0 0 0-.44-1.06l-4.12-4.122A1.5 1.5 0 0 0 11.378 2H4.5ZM10 8a.75.75 0 0 1 .75.75v1.5h1.5a.75.75 0 0 1 0 1.5h-1.5v1.5a.75.75 0 0 1-1.5 0v-1.5h-1.5a.75.75 0 0 1 0-1.5h1.5v-1.5A.75.75 0 0 1 10 8Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentPlusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentTextIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentTextIcon.d.ts new file mode 100644 index 00000000..1d9f5482 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentTextIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentTextIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentTextIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentTextIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentTextIcon.js new file mode 100644 index 00000000..6fc5d694 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/DocumentTextIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function DocumentTextIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 2A1.5 1.5 0 0 0 3 3.5v13A1.5 1.5 0 0 0 4.5 18h11a1.5 1.5 0 0 0 1.5-1.5V7.621a1.5 1.5 0 0 0-.44-1.06l-4.12-4.122A1.5 1.5 0 0 0 11.378 2H4.5Zm2.25 8.5a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5Zm0 3a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentTextIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/EllipsisHorizontalCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/EllipsisHorizontalCircleIcon.d.ts new file mode 100644 index 00000000..18be974b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/EllipsisHorizontalCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EllipsisHorizontalCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EllipsisHorizontalCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/EllipsisHorizontalCircleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/EllipsisHorizontalCircleIcon.js new file mode 100644 index 00000000..05794539 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/EllipsisHorizontalCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function EllipsisHorizontalCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 10a8 8 0 1 1 16 0 8 8 0 0 1-16 0Zm8 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm-3-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm7 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EllipsisHorizontalCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/EllipsisHorizontalIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/EllipsisHorizontalIcon.d.ts new file mode 100644 index 00000000..6de30faf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/EllipsisHorizontalIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EllipsisHorizontalIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EllipsisHorizontalIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/EllipsisHorizontalIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/EllipsisHorizontalIcon.js new file mode 100644 index 00000000..ecee5052 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/EllipsisHorizontalIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function EllipsisHorizontalIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3 10a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0ZM8.5 10a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0ZM15.5 8.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EllipsisHorizontalIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/EllipsisVerticalIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/EllipsisVerticalIcon.d.ts new file mode 100644 index 00000000..c343e141 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/EllipsisVerticalIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EllipsisVerticalIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EllipsisVerticalIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/EllipsisVerticalIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/EllipsisVerticalIcon.js new file mode 100644 index 00000000..0d697316 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/EllipsisVerticalIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function EllipsisVerticalIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10 3a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3ZM10 8.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3ZM11.5 15.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EllipsisVerticalIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/EnvelopeIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/EnvelopeIcon.d.ts new file mode 100644 index 00000000..c9db4845 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/EnvelopeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EnvelopeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EnvelopeIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/EnvelopeIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/EnvelopeIcon.js new file mode 100644 index 00000000..dd382b1a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/EnvelopeIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function EnvelopeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3 4a2 2 0 0 0-2 2v1.161l8.441 4.221a1.25 1.25 0 0 0 1.118 0L19 7.162V6a2 2 0 0 0-2-2H3Z" + }), /*#__PURE__*/React.createElement("path", { + d: "m19 8.839-7.77 3.885a2.75 2.75 0 0 1-2.46 0L1 8.839V14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8.839Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EnvelopeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/EnvelopeOpenIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/EnvelopeOpenIcon.d.ts new file mode 100644 index 00000000..46a5e61f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/EnvelopeOpenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EnvelopeOpenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EnvelopeOpenIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/EnvelopeOpenIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/EnvelopeOpenIcon.js new file mode 100644 index 00000000..aba4c673 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/EnvelopeOpenIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function EnvelopeOpenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.106 6.447A2 2 0 0 0 1 8.237V16a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8.236a2 2 0 0 0-1.106-1.789l-7-3.5a2 2 0 0 0-1.788 0l-7 3.5Zm1.48 4.007a.75.75 0 0 0-.671 1.342l5.855 2.928a2.75 2.75 0 0 0 2.46 0l5.852-2.927a.75.75 0 1 0-.67-1.341l-5.853 2.926a1.25 1.25 0 0 1-1.118 0l-5.856-2.928Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EnvelopeOpenIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/EqualsIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/EqualsIcon.d.ts new file mode 100644 index 00000000..a535cdb0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/EqualsIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EqualsIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EqualsIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/EqualsIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/EqualsIcon.js new file mode 100644 index 00000000..e6f714e2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/EqualsIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function EqualsIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.75 6a.75.75 0 0 0 0 1.5h12.5a.75.75 0 0 0 0-1.5H3.75ZM3.75 13.5a.75.75 0 0 0 0 1.5h12.5a.75.75 0 0 0 0-1.5H3.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EqualsIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ExclamationCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ExclamationCircleIcon.d.ts new file mode 100644 index 00000000..c6008c94 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ExclamationCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ExclamationCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ExclamationCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ExclamationCircleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ExclamationCircleIcon.js new file mode 100644 index 00000000..59582bf0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ExclamationCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ExclamationCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M18 10a8 8 0 1 1-16 0 8 8 0 0 1 16 0Zm-8-5a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0v-4.5A.75.75 0 0 1 10 5Zm0 10a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ExclamationCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ExclamationTriangleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ExclamationTriangleIcon.d.ts new file mode 100644 index 00000000..be0d82c5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ExclamationTriangleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ExclamationTriangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ExclamationTriangleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ExclamationTriangleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ExclamationTriangleIcon.js new file mode 100644 index 00000000..2412be0e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ExclamationTriangleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ExclamationTriangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8.485 2.495c.673-1.167 2.357-1.167 3.03 0l6.28 10.875c.673 1.167-.17 2.625-1.516 2.625H3.72c-1.347 0-2.189-1.458-1.515-2.625L8.485 2.495ZM10 5a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5A.75.75 0 0 1 10 5Zm0 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ExclamationTriangleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/EyeDropperIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/EyeDropperIcon.d.ts new file mode 100644 index 00000000..af7bce13 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/EyeDropperIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EyeDropperIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EyeDropperIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/EyeDropperIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/EyeDropperIcon.js new file mode 100644 index 00000000..795a70d6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/EyeDropperIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function EyeDropperIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12.1 3.667a3.502 3.502 0 1 1 6.782 1.738 3.487 3.487 0 0 1-.907 1.57 3.495 3.495 0 0 1-1.617.919L16 7.99V10a.75.75 0 0 1-.22.53l-.25.25a.75.75 0 0 1-1.06 0l-.845-.844L7.22 16.34A2.25 2.25 0 0 1 5.629 17H5.12a.75.75 0 0 0-.53.22l-1.56 1.56a.75.75 0 0 1-1.061 0l-.75-.75a.75.75 0 0 1 0-1.06l1.56-1.561a.75.75 0 0 0 .22-.53v-.508c0-.596.237-1.169.659-1.59l6.405-6.406-.844-.845a.75.75 0 0 1 0-1.06l.25-.25A.75.75 0 0 1 10 4h2.01l.09-.333ZM4.72 13.84l6.405-6.405 1.44 1.439-6.406 6.405a.75.75 0 0 1-.53.22H5.12c-.258 0-.511.044-.75.129a2.25 2.25 0 0 0 .129-.75v-.508a.75.75 0 0 1 .22-.53Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EyeDropperIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/EyeIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/EyeIcon.d.ts new file mode 100644 index 00000000..3b9c01f3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/EyeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EyeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EyeIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/EyeIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/EyeIcon.js new file mode 100644 index 00000000..5424703d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/EyeIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function EyeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10 12.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M.664 10.59a1.651 1.651 0 0 1 0-1.186A10.004 10.004 0 0 1 10 3c4.257 0 7.893 2.66 9.336 6.41.147.381.146.804 0 1.186A10.004 10.004 0 0 1 10 17c-4.257 0-7.893-2.66-9.336-6.41ZM14 10a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EyeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/EyeSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/EyeSlashIcon.d.ts new file mode 100644 index 00000000..e0540b3a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/EyeSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EyeSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EyeSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/EyeSlashIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/EyeSlashIcon.js new file mode 100644 index 00000000..6baacdab --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/EyeSlashIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function EyeSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.28 2.22a.75.75 0 0 0-1.06 1.06l14.5 14.5a.75.75 0 1 0 1.06-1.06l-1.745-1.745a10.029 10.029 0 0 0 3.3-4.38 1.651 1.651 0 0 0 0-1.185A10.004 10.004 0 0 0 9.999 3a9.956 9.956 0 0 0-4.744 1.194L3.28 2.22ZM7.752 6.69l1.092 1.092a2.5 2.5 0 0 1 3.374 3.373l1.091 1.092a4 4 0 0 0-5.557-5.557Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "m10.748 13.93 2.523 2.523a9.987 9.987 0 0 1-3.27.547c-4.258 0-7.894-2.66-9.337-6.41a1.651 1.651 0 0 1 0-1.186A10.007 10.007 0 0 1 2.839 6.02L6.07 9.252a4 4 0 0 0 4.678 4.678Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EyeSlashIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/FaceFrownIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/FaceFrownIcon.d.ts new file mode 100644 index 00000000..b11631b6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/FaceFrownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FaceFrownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FaceFrownIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/FaceFrownIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/FaceFrownIcon.js new file mode 100644 index 00000000..166a443c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/FaceFrownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function FaceFrownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm-3.536-3.475a.75.75 0 0 0 1.061 0 3.5 3.5 0 0 1 4.95 0 .75.75 0 1 0 1.06-1.06 5 5 0 0 0-7.07 0 .75.75 0 0 0 0 1.06ZM9 8.5c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S7.448 7 8 7s1 .672 1 1.5Zm3 1.5c.552 0 1-.672 1-1.5S12.552 7 12 7s-1 .672-1 1.5.448 1.5 1 1.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FaceFrownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/FaceSmileIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/FaceSmileIcon.d.ts new file mode 100644 index 00000000..ef261f45 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/FaceSmileIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FaceSmileIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FaceSmileIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/FaceSmileIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/FaceSmileIcon.js new file mode 100644 index 00000000..49941d27 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/FaceSmileIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function FaceSmileIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm3.536-4.464a.75.75 0 1 0-1.061-1.061 3.5 3.5 0 0 1-4.95 0 .75.75 0 0 0-1.06 1.06 5 5 0 0 0 7.07 0ZM9 8.5c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S7.448 7 8 7s1 .672 1 1.5Zm3 1.5c.552 0 1-.672 1-1.5S12.552 7 12 7s-1 .672-1 1.5.448 1.5 1 1.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FaceSmileIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/FilmIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/FilmIcon.d.ts new file mode 100644 index 00000000..9b4ad1fd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/FilmIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FilmIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FilmIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/FilmIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/FilmIcon.js new file mode 100644 index 00000000..336e0df4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/FilmIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function FilmIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 4.75C1 3.784 1.784 3 2.75 3h14.5c.966 0 1.75.784 1.75 1.75v10.515a1.75 1.75 0 0 1-1.75 1.75h-1.5c-.078 0-.155-.005-.23-.015H4.48c-.075.01-.152.015-.23.015h-1.5A1.75 1.75 0 0 1 1 15.265V4.75Zm16.5 7.385V11.01a.25.25 0 0 0-.25-.25h-1.5a.25.25 0 0 0-.25.25v1.125c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25Zm0 2.005a.25.25 0 0 0-.25-.25h-1.5a.25.25 0 0 0-.25.25v1.125c0 .108.069.2.165.235h1.585a.25.25 0 0 0 .25-.25v-1.11Zm-15 1.11v-1.11a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25v1.125a.25.25 0 0 1-.164.235H2.75a.25.25 0 0 1-.25-.25Zm2-4.24v1.125a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25V11.01a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25Zm13-2.005V7.88a.25.25 0 0 0-.25-.25h-1.5a.25.25 0 0 0-.25.25v1.125c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25ZM4.25 7.63a.25.25 0 0 1 .25.25v1.125a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25V7.88a.25.25 0 0 1 .25-.25h1.5Zm0-3.13a.25.25 0 0 1 .25.25v1.125a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25V4.75a.25.25 0 0 1 .25-.25h1.5Zm11.5 1.625a.25.25 0 0 1-.25-.25V4.75a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25v1.125a.25.25 0 0 1-.25.25h-1.5Zm-9 3.125a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FilmIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/FingerPrintIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/FingerPrintIcon.d.ts new file mode 100644 index 00000000..58bb338c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/FingerPrintIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FingerPrintIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FingerPrintIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/FingerPrintIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/FingerPrintIcon.js new file mode 100644 index 00000000..fcc6161c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/FingerPrintIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function FingerPrintIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 2.5c-1.31 0-2.526.386-3.546 1.051a.75.75 0 0 1-.82-1.256A8 8 0 0 1 18 9a22.47 22.47 0 0 1-1.228 7.351.75.75 0 1 1-1.417-.49A20.97 20.97 0 0 0 16.5 9 6.5 6.5 0 0 0 10 2.5ZM4.333 4.416a.75.75 0 0 1 .218 1.038A6.466 6.466 0 0 0 3.5 9a7.966 7.966 0 0 1-1.293 4.362.75.75 0 0 1-1.257-.819A6.466 6.466 0 0 0 2 9c0-1.61.476-3.11 1.295-4.365a.75.75 0 0 1 1.038-.219ZM10 6.12a3 3 0 0 0-3.001 3.041 11.455 11.455 0 0 1-2.697 7.24.75.75 0 0 1-1.148-.965A9.957 9.957 0 0 0 5.5 9c0-.028.002-.055.004-.082a4.5 4.5 0 0 1 8.996.084V9.15l-.005.297a.75.75 0 1 1-1.5-.034c.003-.11.004-.219.005-.328a3 3 0 0 0-3-2.965Zm0 2.13a.75.75 0 0 1 .75.75c0 3.51-1.187 6.745-3.181 9.323a.75.75 0 1 1-1.186-.918A13.687 13.687 0 0 0 9.25 9a.75.75 0 0 1 .75-.75Zm3.529 3.698a.75.75 0 0 1 .584.885 18.883 18.883 0 0 1-2.257 5.84.75.75 0 1 1-1.29-.764 17.386 17.386 0 0 0 2.078-5.377.75.75 0 0 1 .885-.584Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FingerPrintIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/FireIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/FireIcon.d.ts new file mode 100644 index 00000000..608efc52 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/FireIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FireIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FireIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/FireIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/FireIcon.js new file mode 100644 index 00000000..caa495e7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/FireIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function FireIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M13.5 4.938a7 7 0 1 1-9.006 1.737c.202-.257.59-.218.793.039.278.352.594.672.943.954.332.269.786-.049.773-.476a5.977 5.977 0 0 1 .572-2.759 6.026 6.026 0 0 1 2.486-2.665c.247-.14.55-.016.677.238A6.967 6.967 0 0 0 13.5 4.938ZM14 12a4 4 0 0 1-4 4c-1.913 0-3.52-1.398-3.91-3.182-.093-.429.44-.643.814-.413a4.043 4.043 0 0 0 1.601.564c.303.038.531-.24.51-.544a5.975 5.975 0 0 1 1.315-4.192.447.447 0 0 1 .431-.16A4.001 4.001 0 0 1 14 12Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FireIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/FlagIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/FlagIcon.d.ts new file mode 100644 index 00000000..ce09768c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/FlagIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FlagIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FlagIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/FlagIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/FlagIcon.js new file mode 100644 index 00000000..0a9ec6a4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/FlagIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function FlagIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.5 2.75a.75.75 0 0 0-1.5 0v14.5a.75.75 0 0 0 1.5 0v-4.392l1.657-.348a6.449 6.449 0 0 1 4.271.572 7.948 7.948 0 0 0 5.965.524l2.078-.64A.75.75 0 0 0 18 12.25v-8.5a.75.75 0 0 0-.904-.734l-2.38.501a7.25 7.25 0 0 1-4.186-.363l-.502-.2a8.75 8.75 0 0 0-5.053-.439l-1.475.31V2.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FlagIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/FolderArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/FolderArrowDownIcon.d.ts new file mode 100644 index 00000000..4895e92b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/FolderArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FolderArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FolderArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/FolderArrowDownIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/FolderArrowDownIcon.js new file mode 100644 index 00000000..1520e02c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/FolderArrowDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function FolderArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 4.75C2 3.784 2.784 3 3.75 3h4.836c.464 0 .909.184 1.237.513l1.414 1.414a.25.25 0 0 0 .177.073h4.836c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0 1 16.25 17H3.75A1.75 1.75 0 0 1 2 15.25V4.75Zm8.75 4a.75.75 0 0 0-1.5 0v2.546l-.943-1.048a.75.75 0 1 0-1.114 1.004l2.25 2.5a.75.75 0 0 0 1.114 0l2.25-2.5a.75.75 0 1 0-1.114-1.004l-.943 1.048V8.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FolderArrowDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/FolderIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/FolderIcon.d.ts new file mode 100644 index 00000000..a9c9b8cd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/FolderIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FolderIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FolderIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/FolderIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/FolderIcon.js new file mode 100644 index 00000000..9a85abc1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/FolderIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function FolderIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.75 3A1.75 1.75 0 0 0 2 4.75v3.26a3.235 3.235 0 0 1 1.75-.51h12.5c.644 0 1.245.188 1.75.51V6.75A1.75 1.75 0 0 0 16.25 5h-4.836a.25.25 0 0 1-.177-.073L9.823 3.513A1.75 1.75 0 0 0 8.586 3H3.75ZM3.75 9A1.75 1.75 0 0 0 2 10.75v4.5c0 .966.784 1.75 1.75 1.75h12.5A1.75 1.75 0 0 0 18 15.25v-4.5A1.75 1.75 0 0 0 16.25 9H3.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FolderIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/FolderMinusIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/FolderMinusIcon.d.ts new file mode 100644 index 00000000..c32ad5b2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/FolderMinusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FolderMinusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FolderMinusIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/FolderMinusIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/FolderMinusIcon.js new file mode 100644 index 00000000..eb3f652f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/FolderMinusIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function FolderMinusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 4.75C2 3.784 2.784 3 3.75 3h4.836c.464 0 .909.184 1.237.513l1.414 1.414a.25.25 0 0 0 .177.073h4.836c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0 1 16.25 17H3.75A1.75 1.75 0 0 1 2 15.25V4.75Zm10.25 7a.75.75 0 0 0 0-1.5h-4.5a.75.75 0 0 0 0 1.5h4.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FolderMinusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/FolderOpenIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/FolderOpenIcon.d.ts new file mode 100644 index 00000000..41656cca --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/FolderOpenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FolderOpenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FolderOpenIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/FolderOpenIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/FolderOpenIcon.js new file mode 100644 index 00000000..29840dfb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/FolderOpenIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function FolderOpenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4.75 3A1.75 1.75 0 0 0 3 4.75v2.752l.104-.002h13.792c.035 0 .07 0 .104.002V6.75A1.75 1.75 0 0 0 15.25 5h-3.836a.25.25 0 0 1-.177-.073L9.823 3.513A1.75 1.75 0 0 0 8.586 3H4.75ZM3.104 9a1.75 1.75 0 0 0-1.673 2.265l1.385 4.5A1.75 1.75 0 0 0 4.488 17h11.023a1.75 1.75 0 0 0 1.673-1.235l1.384-4.5A1.75 1.75 0 0 0 16.896 9H3.104Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FolderOpenIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/FolderPlusIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/FolderPlusIcon.d.ts new file mode 100644 index 00000000..ba21ba17 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/FolderPlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FolderPlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FolderPlusIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/FolderPlusIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/FolderPlusIcon.js new file mode 100644 index 00000000..2ae19445 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/FolderPlusIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function FolderPlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.75 3A1.75 1.75 0 0 0 2 4.75v10.5c0 .966.784 1.75 1.75 1.75h12.5A1.75 1.75 0 0 0 18 15.25v-8.5A1.75 1.75 0 0 0 16.25 5h-4.836a.25.25 0 0 1-.177-.073L9.823 3.513A1.75 1.75 0 0 0 8.586 3H3.75ZM10 8a.75.75 0 0 1 .75.75v1.5h1.5a.75.75 0 0 1 0 1.5h-1.5v1.5a.75.75 0 0 1-1.5 0v-1.5h-1.5a.75.75 0 0 1 0-1.5h1.5v-1.5A.75.75 0 0 1 10 8Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FolderPlusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ForwardIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ForwardIcon.d.ts new file mode 100644 index 00000000..1cd375b3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ForwardIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ForwardIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ForwardIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ForwardIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ForwardIcon.js new file mode 100644 index 00000000..7116ef83 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ForwardIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function ForwardIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.288 4.818A1.5 1.5 0 0 0 1 6.095v7.81a1.5 1.5 0 0 0 2.288 1.276l6.323-3.905c.155-.096.285-.213.389-.344v2.973a1.5 1.5 0 0 0 2.288 1.276l6.323-3.905a1.5 1.5 0 0 0 0-2.552l-6.323-3.906A1.5 1.5 0 0 0 10 6.095v2.972a1.506 1.506 0 0 0-.389-.343L3.288 4.818Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ForwardIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/FunnelIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/FunnelIcon.d.ts new file mode 100644 index 00000000..ef9ce222 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/FunnelIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FunnelIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FunnelIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/FunnelIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/FunnelIcon.js new file mode 100644 index 00000000..1a36fe18 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/FunnelIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function FunnelIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.628 1.601C5.028 1.206 7.49 1 10 1s4.973.206 7.372.601a.75.75 0 0 1 .628.74v2.288a2.25 2.25 0 0 1-.659 1.59l-4.682 4.683a2.25 2.25 0 0 0-.659 1.59v3.037c0 .684-.31 1.33-.844 1.757l-1.937 1.55A.75.75 0 0 1 8 18.25v-5.757a2.25 2.25 0 0 0-.659-1.591L2.659 6.22A2.25 2.25 0 0 1 2 4.629V2.34a.75.75 0 0 1 .628-.74Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FunnelIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/GifIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/GifIcon.d.ts new file mode 100644 index 00000000..28c9754e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/GifIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GifIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GifIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/GifIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/GifIcon.js new file mode 100644 index 00000000..4c1575d0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/GifIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function GifIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 5.25A2.25 2.25 0 0 1 3.25 3h13.5A2.25 2.25 0 0 1 19 5.25v9.5A2.25 2.25 0 0 1 16.75 17H3.25A2.25 2.25 0 0 1 1 14.75v-9.5Zm4.026 2.879C5.356 7.65 5.72 7.5 6 7.5s.643.15.974.629a.75.75 0 0 0 1.234-.854C7.66 6.484 6.873 6 6 6c-.873 0-1.66.484-2.208 1.275C3.25 8.059 3 9.048 3 10c0 .952.25 1.941.792 2.725C4.34 13.516 5.127 14 6 14c.873 0 1.66-.484 2.208-1.275a.75.75 0 0 0 .133-.427V10a.75.75 0 0 0-.75-.75H6.25a.75.75 0 0 0 0 1.5h.591v1.295c-.293.342-.6.455-.841.455-.279 0-.643-.15-.974-.629C4.69 11.386 4.5 10.711 4.5 10c0-.711.19-1.386.526-1.871ZM10.75 6a.75.75 0 0 1 .75.75v6.5a.75.75 0 0 1-1.5 0v-6.5a.75.75 0 0 1 .75-.75Zm3 0h2.5a.75.75 0 0 1 0 1.5H14.5v1.75h.75a.75.75 0 0 1 0 1.5h-.75v2.5a.75.75 0 0 1-1.5 0v-6.5a.75.75 0 0 1 .75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GifIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/GiftIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/GiftIcon.d.ts new file mode 100644 index 00000000..1be9eff4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/GiftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GiftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GiftIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/GiftIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/GiftIcon.js new file mode 100644 index 00000000..93a9e4ef --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/GiftIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function GiftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M14 6a2.5 2.5 0 0 0-4-3 2.5 2.5 0 0 0-4 3H3.25C2.56 6 2 6.56 2 7.25v.5C2 8.44 2.56 9 3.25 9h6V6h1.5v3h6C17.44 9 18 8.44 18 7.75v-.5C18 6.56 17.44 6 16.75 6H14Zm-1-1.5a1 1 0 0 1-1 1h-1v-1a1 1 0 1 1 2 0Zm-6 0a1 1 0 0 0 1 1h1v-1a1 1 0 0 0-2 0Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M9.25 10.5H3v4.75A2.75 2.75 0 0 0 5.75 18h3.5v-7.5ZM10.75 18v-7.5H17v4.75A2.75 2.75 0 0 1 14.25 18h-3.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GiftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/GiftTopIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/GiftTopIcon.d.ts new file mode 100644 index 00000000..fb112a99 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/GiftTopIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GiftTopIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GiftTopIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/GiftTopIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/GiftTopIcon.js new file mode 100644 index 00000000..c0b4fd26 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/GiftTopIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function GiftTopIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.25 3H3.5A1.5 1.5 0 0 0 2 4.5v4.75h3.365A2.75 2.75 0 0 1 9.25 5.362V3ZM2 10.75v4.75A1.5 1.5 0 0 0 3.5 17h5.75v-4.876A4.75 4.75 0 0 1 5 14.75a.75.75 0 0 1 0-1.5 3.251 3.251 0 0 0 3.163-2.5H2ZM10.75 17h5.75a1.5 1.5 0 0 0 1.5-1.5v-4.75h-6.163A3.251 3.251 0 0 0 15 13.25a.75.75 0 0 1 0 1.5 4.75 4.75 0 0 1-4.25-2.626V17ZM18 9.25V4.5A1.5 1.5 0 0 0 16.5 3h-5.75v2.362a2.75 2.75 0 0 1 3.885 3.888H18Zm-4.496-2.755a1.25 1.25 0 0 0-1.768 0c-.36.359-.526.999-.559 1.697-.01.228-.006.443.004.626.183.01.398.014.626.003.698-.033 1.338-.2 1.697-.559a1.25 1.25 0 0 0 0-1.767Zm-5.24 0a1.25 1.25 0 0 0-1.768 1.767c.36.36 1 .526 1.697.56.228.01.443.006.626-.004.01-.183.015-.398.004-.626-.033-.698-.2-1.338-.56-1.697Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GiftTopIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/GlobeAltIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/GlobeAltIcon.d.ts new file mode 100644 index 00000000..dcfbe8d2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/GlobeAltIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GlobeAltIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GlobeAltIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/GlobeAltIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/GlobeAltIcon.js new file mode 100644 index 00000000..de7aeb2c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/GlobeAltIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function GlobeAltIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M16.555 5.412a8.028 8.028 0 0 0-3.503-2.81 14.899 14.899 0 0 1 1.663 4.472 8.547 8.547 0 0 0 1.84-1.662ZM13.326 7.825a13.43 13.43 0 0 0-2.413-5.773 8.087 8.087 0 0 0-1.826 0 13.43 13.43 0 0 0-2.413 5.773A8.473 8.473 0 0 0 10 8.5c1.18 0 2.304-.24 3.326-.675ZM6.514 9.376A9.98 9.98 0 0 0 10 10c1.226 0 2.4-.22 3.486-.624a13.54 13.54 0 0 1-.351 3.759A13.54 13.54 0 0 1 10 13.5c-1.079 0-2.128-.127-3.134-.366a13.538 13.538 0 0 1-.352-3.758ZM5.285 7.074a14.9 14.9 0 0 1 1.663-4.471 8.028 8.028 0 0 0-3.503 2.81c.529.638 1.149 1.199 1.84 1.66ZM17.334 6.798a7.973 7.973 0 0 1 .614 4.115 13.47 13.47 0 0 1-3.178 1.72 15.093 15.093 0 0 0 .174-3.939 10.043 10.043 0 0 0 2.39-1.896ZM2.666 6.798a10.042 10.042 0 0 0 2.39 1.896 15.196 15.196 0 0 0 .174 3.94 13.472 13.472 0 0 1-3.178-1.72 7.973 7.973 0 0 1 .615-4.115ZM10 15c.898 0 1.778-.079 2.633-.23a13.473 13.473 0 0 1-1.72 3.178 8.099 8.099 0 0 1-1.826 0 13.47 13.47 0 0 1-1.72-3.178c.855.151 1.735.23 2.633.23ZM14.357 14.357a14.912 14.912 0 0 1-1.305 3.04 8.027 8.027 0 0 0 4.345-4.345c-.953.542-1.971.981-3.04 1.305ZM6.948 17.397a8.027 8.027 0 0 1-4.345-4.345c.953.542 1.971.981 3.04 1.305a14.912 14.912 0 0 0 1.305 3.04Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GlobeAltIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/GlobeAmericasIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/GlobeAmericasIcon.d.ts new file mode 100644 index 00000000..768a792f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/GlobeAmericasIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GlobeAmericasIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GlobeAmericasIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/GlobeAmericasIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/GlobeAmericasIcon.js new file mode 100644 index 00000000..fa192670 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/GlobeAmericasIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function GlobeAmericasIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M18 10a8 8 0 1 1-16 0 8 8 0 0 1 16 0Zm-1.5 0a6.5 6.5 0 1 1-11-4.69v.447a3.5 3.5 0 0 0 1.025 2.475L8.293 10 8 10.293a1 1 0 0 0 0 1.414l1.06 1.06a1.5 1.5 0 0 1 .44 1.061v.363a1 1 0 0 0 .553.894l.276.139a1 1 0 0 0 1.342-.448l1.454-2.908a1.5 1.5 0 0 0-.281-1.731l-.772-.772a1 1 0 0 0-1.023-.242l-.384.128a.5.5 0 0 1-.606-.25l-.296-.592a.481.481 0 0 1 .646-.646l.262.131a1 1 0 0 0 .447.106h.188a1 1 0 0 0 .949-1.316l-.068-.204a.5.5 0 0 1 .149-.538l1.44-1.234A6.492 6.492 0 0 1 16.5 10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GlobeAmericasIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/GlobeAsiaAustraliaIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/GlobeAsiaAustraliaIcon.d.ts new file mode 100644 index 00000000..2b043982 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/GlobeAsiaAustraliaIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GlobeAsiaAustraliaIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GlobeAsiaAustraliaIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/GlobeAsiaAustraliaIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/GlobeAsiaAustraliaIcon.js new file mode 100644 index 00000000..6b1f4702 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/GlobeAsiaAustraliaIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function GlobeAsiaAustraliaIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M18 10a8 8 0 1 1-16 0 8 8 0 0 1 16 0Zm-6.5 6.326a6.52 6.52 0 0 1-1.5.174 6.487 6.487 0 0 1-5.011-2.36l.49-.98a.423.423 0 0 1 .614-.164l.294.196a.992.992 0 0 0 1.491-1.139l-.197-.593a.252.252 0 0 1 .126-.304l1.973-.987a.938.938 0 0 0 .361-1.359.375.375 0 0 1 .239-.576l.125-.025A2.421 2.421 0 0 0 12.327 6.6l.05-.149a1 1 0 0 0-.242-1.023l-1.489-1.489a.5.5 0 0 1-.146-.353v-.067a6.5 6.5 0 0 1 5.392 9.23 1.398 1.398 0 0 0-.68-.244l-.566-.566a1.5 1.5 0 0 0-1.06-.439h-.172a1.5 1.5 0 0 0-1.06.44l-.593.592a.501.501 0 0 1-.13.093l-1.578.79a1 1 0 0 0-.553.894v.191a1 1 0 0 0 1 1h.5a.5.5 0 0 1 .5.5v.326Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GlobeAsiaAustraliaIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/GlobeEuropeAfricaIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/GlobeEuropeAfricaIcon.d.ts new file mode 100644 index 00000000..0df28058 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/GlobeEuropeAfricaIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GlobeEuropeAfricaIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GlobeEuropeAfricaIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/GlobeEuropeAfricaIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/GlobeEuropeAfricaIcon.js new file mode 100644 index 00000000..e81869aa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/GlobeEuropeAfricaIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function GlobeEuropeAfricaIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M18 10a8 8 0 1 1-16 0 8 8 0 0 1 16 0Zm-1.503.204A6.5 6.5 0 1 1 7.95 3.83L6.927 5.62a1.453 1.453 0 0 0 1.91 2.02l.175-.087a.5.5 0 0 1 .224-.053h.146a.5.5 0 0 1 .447.724l-.028.055a.4.4 0 0 1-.357.221h-.502a2.26 2.26 0 0 0-1.88 1.006l-.044.066a2.099 2.099 0 0 0 1.085 3.156.58.58 0 0 1 .397.547v1.05a1.175 1.175 0 0 0 2.093.734l1.611-2.014c.192-.24.296-.536.296-.842 0-.316.128-.624.353-.85a1.363 1.363 0 0 0 .173-1.716l-.464-.696a.369.369 0 0 1 .527-.499l.343.257c.316.237.738.275 1.091.098a.586.586 0 0 1 .677.11l1.297 1.297Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GlobeEuropeAfricaIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/H1Icon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/H1Icon.d.ts new file mode 100644 index 00000000..6dd8b51a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/H1Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const H1Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default H1Icon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/H1Icon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/H1Icon.js new file mode 100644 index 00000000..ac5e912d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/H1Icon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function H1Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.75 4a.75.75 0 0 1 .75.75v4.5h5v-4.5a.75.75 0 0 1 1.5 0v10.5a.75.75 0 0 1-1.5 0v-4.5h-5v4.5a.75.75 0 0 1-1.5 0V4.75A.75.75 0 0 1 2.75 4ZM13 8.75a.75.75 0 0 1 .75-.75h1.75a.75.75 0 0 1 .75.75v5.75h1a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1 0-1.5h1v-5h-1a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(H1Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/H2Icon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/H2Icon.d.ts new file mode 100644 index 00000000..ced8aa38 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/H2Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const H2Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default H2Icon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/H2Icon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/H2Icon.js new file mode 100644 index 00000000..66fef225 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/H2Icon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function H2Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.75 4a.75.75 0 0 1 .75.75v4.5h5v-4.5a.75.75 0 0 1 1.5 0v10.5a.75.75 0 0 1-1.5 0v-4.5h-5v4.5a.75.75 0 0 1-1.5 0V4.75A.75.75 0 0 1 2.75 4ZM15 9.5c-.729 0-1.445.051-2.146.15a.75.75 0 0 1-.208-1.486 16.887 16.887 0 0 1 3.824-.1c.855.074 1.512.78 1.527 1.637a17.476 17.476 0 0 1-.009.931 1.713 1.713 0 0 1-1.18 1.556l-2.453.818a1.25 1.25 0 0 0-.855 1.185v.309h3.75a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75v-1.059a2.75 2.75 0 0 1 1.88-2.608l2.454-.818c.102-.034.153-.117.155-.188a15.556 15.556 0 0 0 .009-.85.171.171 0 0 0-.158-.169A15.458 15.458 0 0 0 15 9.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(H2Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/H3Icon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/H3Icon.d.ts new file mode 100644 index 00000000..3e101f77 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/H3Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const H3Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default H3Icon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/H3Icon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/H3Icon.js new file mode 100644 index 00000000..e2ee36bb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/H3Icon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function H3Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.75 4a.75.75 0 0 1 .75.75v4.5h5v-4.5a.75.75 0 0 1 1.5 0v10.5a.75.75 0 0 1-1.5 0v-4.5h-5v4.5a.75.75 0 0 1-1.5 0V4.75A.75.75 0 0 1 2.75 4ZM15 9.5c-.73 0-1.448.051-2.15.15a.75.75 0 1 1-.209-1.485 16.886 16.886 0 0 1 3.476-.128c.985.065 1.878.837 1.883 1.932V10a6.75 6.75 0 0 1-.301 2A6.75 6.75 0 0 1 18 14v.031c-.005 1.095-.898 1.867-1.883 1.932a17.018 17.018 0 0 1-3.467-.127.75.75 0 0 1 .209-1.485 15.377 15.377 0 0 0 3.16.115c.308-.02.48-.24.48-.441L16.5 14c0-.431-.052-.85-.15-1.25h-2.6a.75.75 0 0 1 0-1.5h2.6c.098-.4.15-.818.15-1.25v-.024c-.001-.201-.173-.422-.481-.443A15.485 15.485 0 0 0 15 9.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(H3Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/HandRaisedIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/HandRaisedIcon.d.ts new file mode 100644 index 00000000..66fd8285 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/HandRaisedIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HandRaisedIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HandRaisedIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/HandRaisedIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/HandRaisedIcon.js new file mode 100644 index 00000000..0a822f4c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/HandRaisedIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function HandRaisedIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11 2a1 1 0 1 0-2 0v6.5a.5.5 0 0 1-1 0V3a1 1 0 1 0-2 0v5.5a.5.5 0 0 1-1 0V5a1 1 0 1 0-2 0v7a7 7 0 1 0 14 0V8a1 1 0 1 0-2 0v3.5a.5.5 0 0 1-1 0V3a1 1 0 1 0-2 0v5.5a.5.5 0 0 1-1 0V2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HandRaisedIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/HandThumbDownIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/HandThumbDownIcon.d.ts new file mode 100644 index 00000000..efb5173f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/HandThumbDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HandThumbDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HandThumbDownIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/HandThumbDownIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/HandThumbDownIcon.js new file mode 100644 index 00000000..0801e571 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/HandThumbDownIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function HandThumbDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M18.905 12.75a1.25 1.25 0 1 1-2.5 0v-7.5a1.25 1.25 0 0 1 2.5 0v7.5ZM8.905 17v1.3c0 .268-.14.526-.395.607A2 2 0 0 1 5.905 17c0-.995.182-1.948.514-2.826.204-.54-.166-1.174-.744-1.174h-2.52c-1.243 0-2.261-1.01-2.146-2.247.193-2.08.651-4.082 1.341-5.974C2.752 3.678 3.833 3 5.005 3h3.192a3 3 0 0 1 1.341.317l2.734 1.366A3 3 0 0 0 13.613 5h1.292v7h-.963c-.685 0-1.258.482-1.612 1.068a4.01 4.01 0 0 1-2.166 1.73c-.432.143-.853.386-1.011.814-.16.432-.248.9-.248 1.388Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HandThumbDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/HandThumbUpIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/HandThumbUpIcon.d.ts new file mode 100644 index 00000000..69b969f9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/HandThumbUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HandThumbUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HandThumbUpIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/HandThumbUpIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/HandThumbUpIcon.js new file mode 100644 index 00000000..da188007 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/HandThumbUpIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function HandThumbUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M1 8.25a1.25 1.25 0 1 1 2.5 0v7.5a1.25 1.25 0 1 1-2.5 0v-7.5ZM11 3V1.7c0-.268.14-.526.395-.607A2 2 0 0 1 14 3c0 .995-.182 1.948-.514 2.826-.204.54.166 1.174.744 1.174h2.52c1.243 0 2.261 1.01 2.146 2.247a23.864 23.864 0 0 1-1.341 5.974C17.153 16.323 16.072 17 14.9 17h-3.192a3 3 0 0 1-1.341-.317l-2.734-1.366A3 3 0 0 0 6.292 15H5V8h.963c.685 0 1.258-.483 1.612-1.068a4.011 4.011 0 0 1 2.166-1.73c.432-.143.853-.386 1.011-.814.16-.432.248-.9.248-1.388Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HandThumbUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/HashtagIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/HashtagIcon.d.ts new file mode 100644 index 00000000..cd41dcf2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/HashtagIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HashtagIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HashtagIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/HashtagIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/HashtagIcon.js new file mode 100644 index 00000000..adf3839c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/HashtagIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function HashtagIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.493 2.852a.75.75 0 0 0-1.486-.204L7.545 6H4.198a.75.75 0 0 0 0 1.5h3.14l-.69 5H3.302a.75.75 0 0 0 0 1.5h3.14l-.435 3.148a.75.75 0 0 0 1.486.204L7.955 14h2.986l-.434 3.148a.75.75 0 0 0 1.486.204L12.456 14h3.346a.75.75 0 0 0 0-1.5h-3.14l.69-5h3.346a.75.75 0 0 0 0-1.5h-3.14l.435-3.148a.75.75 0 0 0-1.486-.204L12.045 6H9.059l.434-3.148ZM8.852 7.5l-.69 5h2.986l.69-5H8.852Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HashtagIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/HeartIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/HeartIcon.d.ts new file mode 100644 index 00000000..a6bd0952 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/HeartIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HeartIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HeartIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/HeartIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/HeartIcon.js new file mode 100644 index 00000000..b3cffb0d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/HeartIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function HeartIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "m9.653 16.915-.005-.003-.019-.01a20.759 20.759 0 0 1-1.162-.682 22.045 22.045 0 0 1-2.582-1.9C4.045 12.733 2 10.352 2 7.5a4.5 4.5 0 0 1 8-2.828A4.5 4.5 0 0 1 18 7.5c0 2.852-2.044 5.233-3.885 6.82a22.049 22.049 0 0 1-3.744 2.582l-.019.01-.005.003h-.002a.739.739 0 0 1-.69.001l-.002-.001Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HeartIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/HomeIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/HomeIcon.d.ts new file mode 100644 index 00000000..eea727df --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/HomeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HomeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HomeIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/HomeIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/HomeIcon.js new file mode 100644 index 00000000..e9df61d8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/HomeIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function HomeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.293 2.293a1 1 0 0 1 1.414 0l7 7A1 1 0 0 1 17 11h-1v6a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-3a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-6H3a1 1 0 0 1-.707-1.707l7-7Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HomeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/HomeModernIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/HomeModernIcon.d.ts new file mode 100644 index 00000000..03e6a85c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/HomeModernIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HomeModernIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HomeModernIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/HomeModernIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/HomeModernIcon.js new file mode 100644 index 00000000..f24eea6a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/HomeModernIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function HomeModernIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M14.916 2.404a.75.75 0 0 1-.32 1.011l-.596.31V17a1 1 0 0 1-1 1h-2.26a.75.75 0 0 1-.75-.75v-3.5a.75.75 0 0 0-.75-.75H6.75a.75.75 0 0 0-.75.75v3.5a.75.75 0 0 1-.75.75h-3.5a.75.75 0 0 1 0-1.5H2V9.957a.75.75 0 0 1-.596-1.372L2 8.275V5.75a.75.75 0 0 1 1.5 0v1.745l10.404-5.41a.75.75 0 0 1 1.012.319ZM15.861 8.57a.75.75 0 0 1 .736-.025l1.999 1.04A.75.75 0 0 1 18 10.957V16.5h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.75-.75V9.21a.75.75 0 0 1 .361-.64Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HomeModernIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/IdentificationIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/IdentificationIcon.d.ts new file mode 100644 index 00000000..85d23894 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/IdentificationIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const IdentificationIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default IdentificationIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/IdentificationIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/IdentificationIcon.js new file mode 100644 index 00000000..e5519ed8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/IdentificationIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function IdentificationIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V6Zm4 1.5a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm2 3a4 4 0 0 0-3.665 2.395.75.75 0 0 0 .416 1A8.98 8.98 0 0 0 7 14.5a8.98 8.98 0 0 0 3.249-.604.75.75 0 0 0 .416-1.001A4.001 4.001 0 0 0 7 10.5Zm5-3.75a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75Zm0 6.5a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75Zm.75-4a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5h-2.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(IdentificationIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/InboxArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/InboxArrowDownIcon.d.ts new file mode 100644 index 00000000..2b604ed7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/InboxArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const InboxArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default InboxArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/InboxArrowDownIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/InboxArrowDownIcon.js new file mode 100644 index 00000000..6f0f499b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/InboxArrowDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function InboxArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10 2a.75.75 0 0 1 .75.75v5.59l1.95-2.1a.75.75 0 1 1 1.1 1.02l-3.25 3.5a.75.75 0 0 1-1.1 0L6.2 7.26a.75.75 0 1 1 1.1-1.02l1.95 2.1V2.75A.75.75 0 0 1 10 2Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M5.273 4.5a1.25 1.25 0 0 0-1.205.918l-1.523 5.52c-.006.02-.01.041-.015.062H6a1 1 0 0 1 .894.553l.448.894a1 1 0 0 0 .894.553h3.438a1 1 0 0 0 .86-.49l.606-1.02A1 1 0 0 1 14 11h3.47a1.318 1.318 0 0 0-.015-.062l-1.523-5.52a1.25 1.25 0 0 0-1.205-.918h-.977a.75.75 0 0 1 0-1.5h.977a2.75 2.75 0 0 1 2.651 2.019l1.523 5.52c.066.239.099.485.099.732V15a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-3.73c0-.246.033-.492.099-.73l1.523-5.521A2.75 2.75 0 0 1 5.273 3h.977a.75.75 0 0 1 0 1.5h-.977Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(InboxArrowDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/InboxIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/InboxIcon.d.ts new file mode 100644 index 00000000..1bf31e53 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/InboxIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const InboxIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default InboxIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/InboxIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/InboxIcon.js new file mode 100644 index 00000000..2c1fdf34 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/InboxIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function InboxIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 11.27c0-.246.033-.492.099-.73l1.523-5.521A2.75 2.75 0 0 1 5.273 3h9.454a2.75 2.75 0 0 1 2.651 2.019l1.523 5.52c.066.239.099.485.099.732V15a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-3.73Zm3.068-5.852A1.25 1.25 0 0 1 5.273 4.5h9.454a1.25 1.25 0 0 1 1.205.918l1.523 5.52c.006.02.01.041.015.062H14a1 1 0 0 0-.86.49l-.606 1.02a1 1 0 0 1-.86.49H8.236a1 1 0 0 1-.894-.553l-.448-.894A1 1 0 0 0 6 11H2.53l.015-.062 1.523-5.52Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(InboxIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/InboxStackIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/InboxStackIcon.d.ts new file mode 100644 index 00000000..cea338d6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/InboxStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const InboxStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default InboxStackIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/InboxStackIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/InboxStackIcon.js new file mode 100644 index 00000000..4a7b20a6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/InboxStackIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function InboxStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.045 6.954a2.75 2.75 0 0 1 .217-.678L2.53 3.58A2.75 2.75 0 0 1 5.019 2h9.962a2.75 2.75 0 0 1 2.488 1.58l1.27 2.696c.101.216.174.444.216.678A1 1 0 0 1 19 7.25v1.5a2.75 2.75 0 0 1-2.75 2.75H3.75A2.75 2.75 0 0 1 1 8.75v-1.5a1 1 0 0 1 .045-.296Zm2.843-2.736A1.25 1.25 0 0 1 5.02 3.5h9.962c.484 0 .925.28 1.13.718l.957 2.032H14a1 1 0 0 0-.86.49l-.606 1.02a1 1 0 0 1-.86.49H8.236a1 1 0 0 1-.894-.553l-.448-.894A1 1 0 0 0 6 6.25H2.932l.956-2.032Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M1 14a1 1 0 0 1 1-1h4a1 1 0 0 1 .894.553l.448.894a1 1 0 0 0 .894.553h3.438a1 1 0 0 0 .86-.49l.606-1.02A1 1 0 0 1 14 13h4a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-2Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(InboxStackIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/InformationCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/InformationCircleIcon.d.ts new file mode 100644 index 00000000..f072a915 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/InformationCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const InformationCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default InformationCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/InformationCircleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/InformationCircleIcon.js new file mode 100644 index 00000000..6dc96378 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/InformationCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function InformationCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M18 10a8 8 0 1 1-16 0 8 8 0 0 1 16 0Zm-7-4a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM9 9a.75.75 0 0 0 0 1.5h.253a.25.25 0 0 1 .244.304l-.459 2.066A1.75 1.75 0 0 0 10.747 15H11a.75.75 0 0 0 0-1.5h-.253a.25.25 0 0 1-.244-.304l.459-2.066A1.75 1.75 0 0 0 9.253 9H9Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(InformationCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ItalicIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ItalicIcon.d.ts new file mode 100644 index 00000000..3b26c948 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ItalicIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ItalicIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ItalicIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ItalicIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ItalicIcon.js new file mode 100644 index 00000000..0a97962b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ItalicIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ItalicIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 2.75A.75.75 0 0 1 8.75 2h7.5a.75.75 0 0 1 0 1.5h-3.215l-4.483 13h2.698a.75.75 0 0 1 0 1.5h-7.5a.75.75 0 0 1 0-1.5h3.215l4.483-13H8.75A.75.75 0 0 1 8 2.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ItalicIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/KeyIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/KeyIcon.d.ts new file mode 100644 index 00000000..54031ee1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/KeyIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const KeyIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default KeyIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/KeyIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/KeyIcon.js new file mode 100644 index 00000000..0b05929a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/KeyIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function KeyIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8 7a5 5 0 1 1 3.61 4.804l-1.903 1.903A1 1 0 0 1 9 14H8v1a1 1 0 0 1-1 1H6v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-2a1 1 0 0 1 .293-.707L8.196 8.39A5.002 5.002 0 0 1 8 7Zm5-3a.75.75 0 0 0 0 1.5A1.5 1.5 0 0 1 14.5 7 .75.75 0 0 0 16 7a3 3 0 0 0-3-3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(KeyIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/LanguageIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/LanguageIcon.d.ts new file mode 100644 index 00000000..004c7bdd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/LanguageIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LanguageIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LanguageIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/LanguageIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/LanguageIcon.js new file mode 100644 index 00000000..362158df --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/LanguageIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function LanguageIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M7.75 2.75a.75.75 0 0 0-1.5 0v1.258a32.987 32.987 0 0 0-3.599.278.75.75 0 1 0 .198 1.487A31.545 31.545 0 0 1 8.7 5.545 19.381 19.381 0 0 1 7 9.56a19.418 19.418 0 0 1-1.002-2.05.75.75 0 0 0-1.384.577 20.935 20.935 0 0 0 1.492 2.91 19.613 19.613 0 0 1-3.828 4.154.75.75 0 1 0 .945 1.164A21.116 21.116 0 0 0 7 12.331c.095.132.192.262.29.391a.75.75 0 0 0 1.194-.91c-.204-.266-.4-.538-.59-.815a20.888 20.888 0 0 0 2.333-5.332c.31.031.618.068.924.108a.75.75 0 0 0 .198-1.487 32.832 32.832 0 0 0-3.599-.278V2.75Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M13 8a.75.75 0 0 1 .671.415l4.25 8.5a.75.75 0 1 1-1.342.67L15.787 16h-5.573l-.793 1.585a.75.75 0 1 1-1.342-.67l4.25-8.5A.75.75 0 0 1 13 8Zm2.037 6.5L13 10.427 10.964 14.5h4.073Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LanguageIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/LifebuoyIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/LifebuoyIcon.d.ts new file mode 100644 index 00000000..9e84fdbe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/LifebuoyIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LifebuoyIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LifebuoyIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/LifebuoyIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/LifebuoyIcon.js new file mode 100644 index 00000000..fe4d5f0a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/LifebuoyIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function LifebuoyIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "m7.171 4.146 1.947 2.466a3.514 3.514 0 0 1 1.764 0l1.947-2.466a6.52 6.52 0 0 0-5.658 0Zm8.683 3.025-2.466 1.947c.15.578.15 1.186 0 1.764l2.466 1.947a6.52 6.52 0 0 0 0-5.658Zm-3.025 8.683-1.947-2.466c-.578.15-1.186.15-1.764 0l-1.947 2.466a6.52 6.52 0 0 0 5.658 0ZM4.146 12.83l2.466-1.947a3.514 3.514 0 0 1 0-1.764L4.146 7.171a6.52 6.52 0 0 0 0 5.658ZM5.63 3.297a8.01 8.01 0 0 1 8.738 0 8.031 8.031 0 0 1 2.334 2.334 8.01 8.01 0 0 1 0 8.738 8.033 8.033 0 0 1-2.334 2.334 8.01 8.01 0 0 1-8.738 0 8.032 8.032 0 0 1-2.334-2.334 8.01 8.01 0 0 1 0-8.738A8.03 8.03 0 0 1 5.63 3.297Zm5.198 4.882a2.008 2.008 0 0 0-2.243.407 1.994 1.994 0 0 0-.407 2.243 1.993 1.993 0 0 0 .992.992 2.008 2.008 0 0 0 2.243-.407c.176-.175.31-.374.407-.585a2.008 2.008 0 0 0-.407-2.243 1.993 1.993 0 0 0-.585-.407Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LifebuoyIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/LightBulbIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/LightBulbIcon.d.ts new file mode 100644 index 00000000..140569d3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/LightBulbIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LightBulbIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LightBulbIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/LightBulbIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/LightBulbIcon.js new file mode 100644 index 00000000..bd33bb47 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/LightBulbIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function LightBulbIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10 1a6 6 0 0 0-3.815 10.631C7.237 12.5 8 13.443 8 14.456v.644a.75.75 0 0 0 .572.729 6.016 6.016 0 0 0 2.856 0A.75.75 0 0 0 12 15.1v-.644c0-1.013.762-1.957 1.815-2.825A6 6 0 0 0 10 1ZM8.863 17.414a.75.75 0 0 0-.226 1.483 9.066 9.066 0 0 0 2.726 0 .75.75 0 0 0-.226-1.483 7.553 7.553 0 0 1-2.274 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LightBulbIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/LinkIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/LinkIcon.d.ts new file mode 100644 index 00000000..7c670eff --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/LinkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LinkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LinkIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/LinkIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/LinkIcon.js new file mode 100644 index 00000000..83e1ef90 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/LinkIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function LinkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M12.232 4.232a2.5 2.5 0 0 1 3.536 3.536l-1.225 1.224a.75.75 0 0 0 1.061 1.06l1.224-1.224a4 4 0 0 0-5.656-5.656l-3 3a4 4 0 0 0 .225 5.865.75.75 0 0 0 .977-1.138 2.5 2.5 0 0 1-.142-3.667l3-3Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M11.603 7.963a.75.75 0 0 0-.977 1.138 2.5 2.5 0 0 1 .142 3.667l-3 3a2.5 2.5 0 0 1-3.536-3.536l1.225-1.224a.75.75 0 0 0-1.061-1.06l-1.224 1.224a4 4 0 1 0 5.656 5.656l3-3a4 4 0 0 0-.225-5.865Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LinkIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/LinkSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/LinkSlashIcon.d.ts new file mode 100644 index 00000000..10fa71e3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/LinkSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LinkSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LinkSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/LinkSlashIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/LinkSlashIcon.js new file mode 100644 index 00000000..3a39b06a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/LinkSlashIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function LinkSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.22 2.22a.75.75 0 0 1 1.06 0l4.46 4.46c.128-.178.272-.349.432-.508l3-3a4 4 0 0 1 5.657 5.656l-1.225 1.225a.75.75 0 1 1-1.06-1.06l1.224-1.225a2.5 2.5 0 0 0-3.536-3.536l-3 3a2.504 2.504 0 0 0-.406.533l2.59 2.59a2.49 2.49 0 0 0-.79-1.254.75.75 0 1 1 .977-1.138 3.997 3.997 0 0 1 1.306 3.886l4.871 4.87a.75.75 0 1 1-1.06 1.061l-5.177-5.177-.006-.005-4.134-4.134a.65.65 0 0 1-.005-.006L2.22 3.28a.75.75 0 0 1 0-1.06Zm3.237 7.727a.75.75 0 0 1 0 1.06l-1.225 1.225a2.5 2.5 0 0 0 3.536 3.536l1.879-1.879a.75.75 0 1 1 1.06 1.06L8.83 16.83a4 4 0 0 1-5.657-5.657l1.224-1.225a.75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LinkSlashIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ListBulletIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ListBulletIcon.d.ts new file mode 100644 index 00000000..0c6cd1ed --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ListBulletIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ListBulletIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ListBulletIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ListBulletIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ListBulletIcon.js new file mode 100644 index 00000000..2e36bebb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ListBulletIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ListBulletIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6 4.75A.75.75 0 0 1 6.75 4h10.5a.75.75 0 0 1 0 1.5H6.75A.75.75 0 0 1 6 4.75ZM6 10a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H6.75A.75.75 0 0 1 6 10Zm0 5.25a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H6.75a.75.75 0 0 1-.75-.75ZM1.99 4.75a1 1 0 0 1 1-1H3a1 1 0 0 1 1 1v.01a1 1 0 0 1-1 1h-.01a1 1 0 0 1-1-1v-.01ZM1.99 15.25a1 1 0 0 1 1-1H3a1 1 0 0 1 1 1v.01a1 1 0 0 1-1 1h-.01a1 1 0 0 1-1-1v-.01ZM1.99 10a1 1 0 0 1 1-1H3a1 1 0 0 1 1 1v.01a1 1 0 0 1-1 1h-.01a1 1 0 0 1-1-1V10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ListBulletIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/LockClosedIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/LockClosedIcon.d.ts new file mode 100644 index 00000000..b5df9ca2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/LockClosedIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LockClosedIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LockClosedIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/LockClosedIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/LockClosedIcon.js new file mode 100644 index 00000000..4af3ab45 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/LockClosedIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function LockClosedIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 1a4.5 4.5 0 0 0-4.5 4.5V9H5a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2h-.5V5.5A4.5 4.5 0 0 0 10 1Zm3 8V5.5a3 3 0 1 0-6 0V9h6Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LockClosedIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/LockOpenIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/LockOpenIcon.d.ts new file mode 100644 index 00000000..0f847fce --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/LockOpenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LockOpenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LockOpenIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/LockOpenIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/LockOpenIcon.js new file mode 100644 index 00000000..fc7d1820 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/LockOpenIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function LockOpenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M14.5 1A4.5 4.5 0 0 0 10 5.5V9H3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2h-1.5V5.5a3 3 0 1 1 6 0v2.75a.75.75 0 0 0 1.5 0V5.5A4.5 4.5 0 0 0 14.5 1Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LockOpenIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/MagnifyingGlassCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/MagnifyingGlassCircleIcon.d.ts new file mode 100644 index 00000000..bb57af1e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/MagnifyingGlassCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MagnifyingGlassCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MagnifyingGlassCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/MagnifyingGlassCircleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/MagnifyingGlassCircleIcon.js new file mode 100644 index 00000000..32ea16e8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/MagnifyingGlassCircleIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function MagnifyingGlassCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M6.5 9a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16ZM9 5a4 4 0 1 0 2.248 7.309l1.472 1.471a.75.75 0 1 0 1.06-1.06l-1.471-1.472A4 4 0 0 0 9 5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MagnifyingGlassCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/MagnifyingGlassIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/MagnifyingGlassIcon.d.ts new file mode 100644 index 00000000..8481bf29 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/MagnifyingGlassIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MagnifyingGlassIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MagnifyingGlassIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/MagnifyingGlassIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/MagnifyingGlassIcon.js new file mode 100644 index 00000000..029f42f8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/MagnifyingGlassIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function MagnifyingGlassIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9 3.5a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11ZM2 9a7 7 0 1 1 12.452 4.391l3.328 3.329a.75.75 0 1 1-1.06 1.06l-3.329-3.328A7 7 0 0 1 2 9Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MagnifyingGlassIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/MagnifyingGlassMinusIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/MagnifyingGlassMinusIcon.d.ts new file mode 100644 index 00000000..e0d8a15d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/MagnifyingGlassMinusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MagnifyingGlassMinusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MagnifyingGlassMinusIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/MagnifyingGlassMinusIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/MagnifyingGlassMinusIcon.js new file mode 100644 index 00000000..ef2d720b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/MagnifyingGlassMinusIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function MagnifyingGlassMinusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M6.75 8.25a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5h-4.5Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9 2a7 7 0 1 0 4.391 12.452l3.329 3.328a.75.75 0 1 0 1.06-1.06l-3.328-3.329A7 7 0 0 0 9 2ZM3.5 9a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MagnifyingGlassMinusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/MagnifyingGlassPlusIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/MagnifyingGlassPlusIcon.d.ts new file mode 100644 index 00000000..2f92e87a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/MagnifyingGlassPlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MagnifyingGlassPlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MagnifyingGlassPlusIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/MagnifyingGlassPlusIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/MagnifyingGlassPlusIcon.js new file mode 100644 index 00000000..fe84db53 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/MagnifyingGlassPlusIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function MagnifyingGlassPlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M9 6a.75.75 0 0 1 .75.75v1.5h1.5a.75.75 0 0 1 0 1.5h-1.5v1.5a.75.75 0 0 1-1.5 0v-1.5h-1.5a.75.75 0 0 1 0-1.5h1.5v-1.5A.75.75 0 0 1 9 6Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 9a7 7 0 1 1 12.452 4.391l3.328 3.329a.75.75 0 1 1-1.06 1.06l-3.329-3.328A7 7 0 0 1 2 9Zm7-5.5a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MagnifyingGlassPlusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/MapIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/MapIcon.d.ts new file mode 100644 index 00000000..0d81f6f4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/MapIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MapIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MapIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/MapIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/MapIcon.js new file mode 100644 index 00000000..c86433e6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/MapIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function MapIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8.157 2.176a1.5 1.5 0 0 0-1.147 0l-4.084 1.69A1.5 1.5 0 0 0 2 5.25v10.877a1.5 1.5 0 0 0 2.074 1.386l3.51-1.452 4.26 1.762a1.5 1.5 0 0 0 1.146 0l4.083-1.69A1.5 1.5 0 0 0 18 14.75V3.872a1.5 1.5 0 0 0-2.073-1.386l-3.51 1.452-4.26-1.762ZM7.58 5a.75.75 0 0 1 .75.75v6.5a.75.75 0 0 1-1.5 0v-6.5A.75.75 0 0 1 7.58 5Zm5.59 2.75a.75.75 0 0 0-1.5 0v6.5a.75.75 0 0 0 1.5 0v-6.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MapIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/MapPinIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/MapPinIcon.d.ts new file mode 100644 index 00000000..5a651e4f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/MapPinIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MapPinIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MapPinIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/MapPinIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/MapPinIcon.js new file mode 100644 index 00000000..58eb4191 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/MapPinIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function MapPinIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "m9.69 18.933.003.001C9.89 19.02 10 19 10 19s.11.02.308-.066l.002-.001.006-.003.018-.008a5.741 5.741 0 0 0 .281-.14c.186-.096.446-.24.757-.433.62-.384 1.445-.966 2.274-1.765C15.302 14.988 17 12.493 17 9A7 7 0 1 0 3 9c0 3.492 1.698 5.988 3.355 7.584a13.731 13.731 0 0 0 2.273 1.765 11.842 11.842 0 0 0 .976.544l.062.029.018.008.006.003ZM10 11.25a2.25 2.25 0 1 0 0-4.5 2.25 2.25 0 0 0 0 4.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MapPinIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/MegaphoneIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/MegaphoneIcon.d.ts new file mode 100644 index 00000000..105abf4b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/MegaphoneIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MegaphoneIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MegaphoneIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/MegaphoneIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/MegaphoneIcon.js new file mode 100644 index 00000000..97f4fb58 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/MegaphoneIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function MegaphoneIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M13.92 3.845a19.362 19.362 0 0 1-6.3 1.98C6.765 5.942 5.89 6 5 6a4 4 0 0 0-.504 7.969 15.97 15.97 0 0 0 1.271 3.34c.397.771 1.342 1 2.05.59l.867-.5c.726-.419.94-1.32.588-2.02-.166-.331-.315-.666-.448-1.004 1.8.357 3.511.963 5.096 1.78A17.964 17.964 0 0 0 15 10c0-2.162-.381-4.235-1.08-6.155ZM15.243 3.097A19.456 19.456 0 0 1 16.5 10c0 2.43-.445 4.758-1.257 6.904l-.03.077a.75.75 0 0 0 1.401.537 20.903 20.903 0 0 0 1.312-5.745 2 2 0 0 0 0-3.546 20.902 20.902 0 0 0-1.312-5.745.75.75 0 0 0-1.4.537l.029.078Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MegaphoneIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/MicrophoneIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/MicrophoneIcon.d.ts new file mode 100644 index 00000000..8671d6b9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/MicrophoneIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MicrophoneIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MicrophoneIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/MicrophoneIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/MicrophoneIcon.js new file mode 100644 index 00000000..b03d74e4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/MicrophoneIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function MicrophoneIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M7 4a3 3 0 0 1 6 0v6a3 3 0 1 1-6 0V4Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M5.5 9.643a.75.75 0 0 0-1.5 0V10c0 3.06 2.29 5.585 5.25 5.954V17.5h-1.5a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5h-1.5v-1.546A6.001 6.001 0 0 0 16 10v-.357a.75.75 0 0 0-1.5 0V10a4.5 4.5 0 0 1-9 0v-.357Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MicrophoneIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/MinusCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/MinusCircleIcon.d.ts new file mode 100644 index 00000000..cfc27bcc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/MinusCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MinusCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MinusCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/MinusCircleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/MinusCircleIcon.js new file mode 100644 index 00000000..16e96850 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/MinusCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function MinusCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16ZM6.75 9.25a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MinusCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/MinusIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/MinusIcon.d.ts new file mode 100644 index 00000000..7fdb4b6c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/MinusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MinusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MinusIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/MinusIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/MinusIcon.js new file mode 100644 index 00000000..96d54cd3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/MinusIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function MinusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4 10a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H4.75A.75.75 0 0 1 4 10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MinusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/MinusSmallIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/MinusSmallIcon.d.ts new file mode 100644 index 00000000..b8f586d6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/MinusSmallIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const MinusSmallIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MinusSmallIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/MinusSmallIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/MinusSmallIcon.js new file mode 100644 index 00000000..d0ae368d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/MinusSmallIcon.js @@ -0,0 +1,23 @@ +import * as React from "react"; +/** @deprecated */ +function MinusSmallIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M6.75 9.25a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MinusSmallIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/MoonIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/MoonIcon.d.ts new file mode 100644 index 00000000..de7d2c5e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/MoonIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MoonIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MoonIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/MoonIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/MoonIcon.js new file mode 100644 index 00000000..d9a50fdb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/MoonIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function MoonIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.455 2.004a.75.75 0 0 1 .26.77 7 7 0 0 0 9.958 7.967.75.75 0 0 1 1.067.853A8.5 8.5 0 1 1 6.647 1.921a.75.75 0 0 1 .808.083Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MoonIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/MusicalNoteIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/MusicalNoteIcon.d.ts new file mode 100644 index 00000000..043d34ef --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/MusicalNoteIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MusicalNoteIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MusicalNoteIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/MusicalNoteIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/MusicalNoteIcon.js new file mode 100644 index 00000000..e3cc8561 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/MusicalNoteIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function MusicalNoteIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M17.721 1.599a.75.75 0 0 1 .279.583v11.29a2.25 2.25 0 0 1-1.774 2.2l-2.041.44a2.216 2.216 0 0 1-.938-4.332l2.662-.577a.75.75 0 0 0 .591-.733V6.112l-8 1.73v7.684a2.25 2.25 0 0 1-1.774 2.2l-2.042.44a2.216 2.216 0 1 1-.935-4.331l2.659-.573A.75.75 0 0 0 7 12.529V4.236a.75.75 0 0 1 .591-.733l9.5-2.054a.75.75 0 0 1 .63.15Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MusicalNoteIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/NewspaperIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/NewspaperIcon.d.ts new file mode 100644 index 00000000..79735338 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/NewspaperIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const NewspaperIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default NewspaperIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/NewspaperIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/NewspaperIcon.js new file mode 100644 index 00000000..ee4d6f64 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/NewspaperIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function NewspaperIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 3.5A1.5 1.5 0 0 1 3.5 2h9A1.5 1.5 0 0 1 14 3.5v11.75A2.75 2.75 0 0 0 16.75 18h-12A2.75 2.75 0 0 1 2 15.25V3.5Zm3.75 7a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5h-4.5Zm0 3a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5h-4.5ZM5 5.75A.75.75 0 0 1 5.75 5h4.5a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-4.5A.75.75 0 0 1 5 8.25v-2.5Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M16.5 6.5h-1v8.75a1.25 1.25 0 1 0 2.5 0V8a1.5 1.5 0 0 0-1.5-1.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(NewspaperIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/NoSymbolIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/NoSymbolIcon.d.ts new file mode 100644 index 00000000..5a3d4b75 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/NoSymbolIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const NoSymbolIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default NoSymbolIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/NoSymbolIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/NoSymbolIcon.js new file mode 100644 index 00000000..4625e9bb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/NoSymbolIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function NoSymbolIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "m5.965 4.904 9.131 9.131a6.5 6.5 0 0 0-9.131-9.131Zm8.07 10.192L4.904 5.965a6.5 6.5 0 0 0 9.131 9.131ZM4.343 4.343a8 8 0 1 1 11.314 11.314A8 8 0 0 1 4.343 4.343Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(NoSymbolIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/NumberedListIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/NumberedListIcon.d.ts new file mode 100644 index 00000000..bd0b135f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/NumberedListIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const NumberedListIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default NumberedListIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/NumberedListIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/NumberedListIcon.js new file mode 100644 index 00000000..0c1d27ad --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/NumberedListIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function NumberedListIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3 1.25a.75.75 0 0 0 0 1.5h.25v2.5a.75.75 0 0 0 1.5 0V2A.75.75 0 0 0 4 1.25H3ZM2.97 8.654a3.5 3.5 0 0 1 1.524-.12.034.034 0 0 1-.012.012L2.415 9.579A.75.75 0 0 0 2 10.25v1c0 .414.336.75.75.75h2.5a.75.75 0 0 0 0-1.5H3.927l1.225-.613c.52-.26.848-.79.848-1.371 0-.647-.429-1.327-1.193-1.451a5.03 5.03 0 0 0-2.277.155.75.75 0 0 0 .44 1.434ZM7.75 3a.75.75 0 0 0 0 1.5h9.5a.75.75 0 0 0 0-1.5h-9.5ZM7.75 9.25a.75.75 0 0 0 0 1.5h9.5a.75.75 0 0 0 0-1.5h-9.5ZM7.75 15.5a.75.75 0 0 0 0 1.5h9.5a.75.75 0 0 0 0-1.5h-9.5ZM2.625 13.875a.75.75 0 0 0 0 1.5h1.5a.125.125 0 0 1 0 .25H3.5a.75.75 0 0 0 0 1.5h.625a.125.125 0 0 1 0 .25h-1.5a.75.75 0 0 0 0 1.5h1.5a1.625 1.625 0 0 0 1.37-2.5 1.625 1.625 0 0 0-1.37-2.5h-1.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(NumberedListIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PaintBrushIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/PaintBrushIcon.d.ts new file mode 100644 index 00000000..2278908e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PaintBrushIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PaintBrushIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PaintBrushIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PaintBrushIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/PaintBrushIcon.js new file mode 100644 index 00000000..41447f60 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PaintBrushIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function PaintBrushIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M15.993 1.385a1.87 1.87 0 0 1 2.623 2.622l-4.03 5.27a12.749 12.749 0 0 1-4.237 3.562 4.508 4.508 0 0 0-3.188-3.188 12.75 12.75 0 0 1 3.562-4.236l5.27-4.03ZM6 11a3 3 0 0 0-3 3 .5.5 0 0 1-.72.45.75.75 0 0 0-1.035.931A4.001 4.001 0 0 0 9 14.004V14a3.01 3.01 0 0 0-1.66-2.685A2.99 2.99 0 0 0 6 11Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PaintBrushIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PaperAirplaneIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/PaperAirplaneIcon.d.ts new file mode 100644 index 00000000..8f9b057d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PaperAirplaneIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PaperAirplaneIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PaperAirplaneIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PaperAirplaneIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/PaperAirplaneIcon.js new file mode 100644 index 00000000..90c29f2e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PaperAirplaneIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function PaperAirplaneIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.105 2.288a.75.75 0 0 0-.826.95l1.414 4.926A1.5 1.5 0 0 0 5.135 9.25h6.115a.75.75 0 0 1 0 1.5H5.135a1.5 1.5 0 0 0-1.442 1.086l-1.414 4.926a.75.75 0 0 0 .826.95 28.897 28.897 0 0 0 15.293-7.155.75.75 0 0 0 0-1.114A28.897 28.897 0 0 0 3.105 2.288Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PaperAirplaneIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PaperClipIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/PaperClipIcon.d.ts new file mode 100644 index 00000000..85bc18b3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PaperClipIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PaperClipIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PaperClipIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PaperClipIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/PaperClipIcon.js new file mode 100644 index 00000000..a29457e1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PaperClipIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PaperClipIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15.621 4.379a3 3 0 0 0-4.242 0l-7 7a3 3 0 0 0 4.241 4.243h.001l.497-.5a.75.75 0 0 1 1.064 1.057l-.498.501-.002.002a4.5 4.5 0 0 1-6.364-6.364l7-7a4.5 4.5 0 0 1 6.368 6.36l-3.455 3.553A2.625 2.625 0 1 1 9.52 9.52l3.45-3.451a.75.75 0 1 1 1.061 1.06l-3.45 3.451a1.125 1.125 0 0 0 1.587 1.595l3.454-3.553a3 3 0 0 0 0-4.242Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PaperClipIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PauseCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/PauseCircleIcon.d.ts new file mode 100644 index 00000000..369128d9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PauseCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PauseCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PauseCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PauseCircleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/PauseCircleIcon.js new file mode 100644 index 00000000..b6d7730b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PauseCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PauseCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 10a8 8 0 1 1 16 0 8 8 0 0 1-16 0Zm5-2.25A.75.75 0 0 1 7.75 7h.5a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-.75.75h-.5a.75.75 0 0 1-.75-.75v-4.5Zm4 0a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-.75.75h-.5a.75.75 0 0 1-.75-.75v-4.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PauseCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PauseIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/PauseIcon.d.ts new file mode 100644 index 00000000..be960989 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PauseIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PauseIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PauseIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PauseIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/PauseIcon.js new file mode 100644 index 00000000..c2a7308b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PauseIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function PauseIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5.75 3a.75.75 0 0 0-.75.75v12.5c0 .414.336.75.75.75h1.5a.75.75 0 0 0 .75-.75V3.75A.75.75 0 0 0 7.25 3h-1.5ZM12.75 3a.75.75 0 0 0-.75.75v12.5c0 .414.336.75.75.75h1.5a.75.75 0 0 0 .75-.75V3.75a.75.75 0 0 0-.75-.75h-1.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PauseIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PencilIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/PencilIcon.d.ts new file mode 100644 index 00000000..cfc12556 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PencilIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PencilIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PencilIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PencilIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/PencilIcon.js new file mode 100644 index 00000000..5f1cbda5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PencilIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function PencilIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "m2.695 14.762-1.262 3.155a.5.5 0 0 0 .65.65l3.155-1.262a4 4 0 0 0 1.343-.886L17.5 5.501a2.121 2.121 0 0 0-3-3L3.58 13.419a4 4 0 0 0-.885 1.343Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PencilIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PencilSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/PencilSquareIcon.d.ts new file mode 100644 index 00000000..b1008d21 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PencilSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PencilSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PencilSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PencilSquareIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/PencilSquareIcon.js new file mode 100644 index 00000000..24654272 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PencilSquareIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PencilSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "m5.433 13.917 1.262-3.155A4 4 0 0 1 7.58 9.42l6.92-6.918a2.121 2.121 0 0 1 3 3l-6.92 6.918c-.383.383-.84.685-1.343.886l-3.154 1.262a.5.5 0 0 1-.65-.65Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M3.5 5.75c0-.69.56-1.25 1.25-1.25H10A.75.75 0 0 0 10 3H4.75A2.75 2.75 0 0 0 2 5.75v9.5A2.75 2.75 0 0 0 4.75 18h9.5A2.75 2.75 0 0 0 17 15.25V10a.75.75 0 0 0-1.5 0v5.25c0 .69-.56 1.25-1.25 1.25h-9.5c-.69 0-1.25-.56-1.25-1.25v-9.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PencilSquareIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PercentBadgeIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/PercentBadgeIcon.d.ts new file mode 100644 index 00000000..e879c9fe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PercentBadgeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PercentBadgeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PercentBadgeIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PercentBadgeIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/PercentBadgeIcon.js new file mode 100644 index 00000000..9a8d22c0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PercentBadgeIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PercentBadgeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.597 7.348a3 3 0 0 0 0 5.304 3 3 0 0 0 3.75 3.751 3 3 0 0 0 5.305 0 3 3 0 0 0 3.751-3.75 3 3 0 0 0 0-5.305 3 3 0 0 0-3.75-3.751 3 3 0 0 0-5.305 0 3 3 0 0 0-3.751 3.75Zm9.933.182a.75.75 0 0 0-1.06-1.06l-6 6a.75.75 0 1 0 1.06 1.06l6-6Zm.47 5.22a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0ZM7.25 8.5a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PercentBadgeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PhoneArrowDownLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/PhoneArrowDownLeftIcon.d.ts new file mode 100644 index 00000000..a9d877f2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PhoneArrowDownLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PhoneArrowDownLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PhoneArrowDownLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PhoneArrowDownLeftIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/PhoneArrowDownLeftIcon.js new file mode 100644 index 00000000..2687aeda --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PhoneArrowDownLeftIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function PhoneArrowDownLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.5 2A1.5 1.5 0 0 0 2 3.5V5c0 1.149.15 2.263.43 3.326a13.022 13.022 0 0 0 9.244 9.244c1.063.28 2.177.43 3.326.43h1.5a1.5 1.5 0 0 0 1.5-1.5v-1.148a1.5 1.5 0 0 0-1.175-1.465l-3.223-.716a1.5 1.5 0 0 0-1.767 1.052l-.267.933c-.117.41-.555.643-.95.48a11.542 11.542 0 0 1-6.254-6.254c-.163-.395.07-.833.48-.95l.933-.267a1.5 1.5 0 0 0 1.052-1.767l-.716-3.223A1.5 1.5 0 0 0 4.648 2H3.5ZM16.72 2.22a.75.75 0 1 1 1.06 1.06L14.56 6.5h2.69a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75v-4.5a.75.75 0 0 1 1.5 0v2.69l3.22-3.22Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PhoneArrowDownLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PhoneArrowUpRightIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/PhoneArrowUpRightIcon.d.ts new file mode 100644 index 00000000..9b1ff4da --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PhoneArrowUpRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PhoneArrowUpRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PhoneArrowUpRightIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PhoneArrowUpRightIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/PhoneArrowUpRightIcon.js new file mode 100644 index 00000000..38b51e12 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PhoneArrowUpRightIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function PhoneArrowUpRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.5 2A1.5 1.5 0 0 0 2 3.5V5c0 1.149.15 2.263.43 3.326a13.022 13.022 0 0 0 9.244 9.244c1.063.28 2.177.43 3.326.43h1.5a1.5 1.5 0 0 0 1.5-1.5v-1.148a1.5 1.5 0 0 0-1.175-1.465l-3.223-.716a1.5 1.5 0 0 0-1.767 1.052l-.267.933c-.117.41-.555.643-.95.48a11.542 11.542 0 0 1-6.254-6.254c-.163-.395.07-.833.48-.95l.933-.267a1.5 1.5 0 0 0 1.052-1.767l-.716-3.223A1.5 1.5 0 0 0 4.648 2H3.5ZM16.5 4.56l-3.22 3.22a.75.75 0 1 1-1.06-1.06l3.22-3.22h-2.69a.75.75 0 0 1 0-1.5h4.5a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0V4.56Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PhoneArrowUpRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PhoneIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/PhoneIcon.d.ts new file mode 100644 index 00000000..e9a6bb47 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PhoneIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PhoneIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PhoneIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PhoneIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/PhoneIcon.js new file mode 100644 index 00000000..f674cef7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PhoneIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PhoneIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 3.5A1.5 1.5 0 0 1 3.5 2h1.148a1.5 1.5 0 0 1 1.465 1.175l.716 3.223a1.5 1.5 0 0 1-1.052 1.767l-.933.267c-.41.117-.643.555-.48.95a11.542 11.542 0 0 0 6.254 6.254c.395.163.833-.07.95-.48l.267-.933a1.5 1.5 0 0 1 1.767-1.052l3.223.716A1.5 1.5 0 0 1 18 15.352V16.5a1.5 1.5 0 0 1-1.5 1.5H15c-1.149 0-2.263-.15-3.326-.43A13.022 13.022 0 0 1 2.43 8.326 13.019 13.019 0 0 1 2 5V3.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PhoneIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PhoneXMarkIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/PhoneXMarkIcon.d.ts new file mode 100644 index 00000000..f4afe695 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PhoneXMarkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PhoneXMarkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PhoneXMarkIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PhoneXMarkIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/PhoneXMarkIcon.js new file mode 100644 index 00000000..23508b92 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PhoneXMarkIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PhoneXMarkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.5 2A1.5 1.5 0 0 0 2 3.5V5c0 1.149.15 2.263.43 3.326a13.022 13.022 0 0 0 9.244 9.244c1.063.28 2.177.43 3.326.43h1.5a1.5 1.5 0 0 0 1.5-1.5v-1.148a1.5 1.5 0 0 0-1.175-1.465l-3.223-.716a1.5 1.5 0 0 0-1.767 1.052l-.267.933c-.117.41-.555.643-.95.48a11.542 11.542 0 0 1-6.254-6.254c-.163-.395.07-.833.48-.95l.933-.267a1.5 1.5 0 0 0 1.052-1.767l-.716-3.223A1.5 1.5 0 0 0 4.648 2H3.5Zm9.78.22a.75.75 0 1 0-1.06 1.06L13.94 5l-1.72 1.72a.75.75 0 0 0 1.06 1.06L15 6.06l1.72 1.72a.75.75 0 1 0 1.06-1.06L16.06 5l1.72-1.72a.75.75 0 0 0-1.06-1.06L15 3.94l-1.72-1.72Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PhoneXMarkIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PhotoIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/PhotoIcon.d.ts new file mode 100644 index 00000000..b00e9f04 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PhotoIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PhotoIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PhotoIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PhotoIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/PhotoIcon.js new file mode 100644 index 00000000..1c60fe7b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PhotoIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PhotoIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 5.25A2.25 2.25 0 0 1 3.25 3h13.5A2.25 2.25 0 0 1 19 5.25v9.5A2.25 2.25 0 0 1 16.75 17H3.25A2.25 2.25 0 0 1 1 14.75v-9.5Zm1.5 5.81v3.69c0 .414.336.75.75.75h13.5a.75.75 0 0 0 .75-.75v-2.69l-2.22-2.219a.75.75 0 0 0-1.06 0l-1.91 1.909.47.47a.75.75 0 1 1-1.06 1.06L6.53 8.091a.75.75 0 0 0-1.06 0l-2.97 2.97ZM12 7a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PhotoIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PlayCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/PlayCircleIcon.d.ts new file mode 100644 index 00000000..a320814d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PlayCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PlayCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlayCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PlayCircleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/PlayCircleIcon.js new file mode 100644 index 00000000..e8208b81 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PlayCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PlayCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 10a8 8 0 1 1 16 0 8 8 0 0 1-16 0Zm6.39-2.908a.75.75 0 0 1 .766.027l3.5 2.25a.75.75 0 0 1 0 1.262l-3.5 2.25A.75.75 0 0 1 8 12.25v-4.5a.75.75 0 0 1 .39-.658Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlayCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PlayIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/PlayIcon.d.ts new file mode 100644 index 00000000..7da224c8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PlayIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PlayIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlayIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PlayIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/PlayIcon.js new file mode 100644 index 00000000..55b06a24 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PlayIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function PlayIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M6.3 2.84A1.5 1.5 0 0 0 4 4.11v11.78a1.5 1.5 0 0 0 2.3 1.27l9.344-5.891a1.5 1.5 0 0 0 0-2.538L6.3 2.841Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlayIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PlayPauseIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/PlayPauseIcon.d.ts new file mode 100644 index 00000000..1baf435f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PlayPauseIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PlayPauseIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlayPauseIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PlayPauseIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/PlayPauseIcon.js new file mode 100644 index 00000000..c71a0f5d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PlayPauseIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function PlayPauseIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M12.75 4a.75.75 0 0 0-.75.75v10.5c0 .414.336.75.75.75h.5a.75.75 0 0 0 .75-.75V4.75a.75.75 0 0 0-.75-.75h-.5ZM17.75 4a.75.75 0 0 0-.75.75v10.5c0 .414.336.75.75.75h.5a.75.75 0 0 0 .75-.75V4.75a.75.75 0 0 0-.75-.75h-.5ZM3.288 4.819A1.5 1.5 0 0 0 1 6.095v7.81a1.5 1.5 0 0 0 2.288 1.277l6.323-3.906a1.5 1.5 0 0 0 0-2.552L3.288 4.819Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlayPauseIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PlusCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/PlusCircleIcon.d.ts new file mode 100644 index 00000000..9c7ce73d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PlusCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PlusCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlusCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PlusCircleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/PlusCircleIcon.js new file mode 100644 index 00000000..2d7acd8f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PlusCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PlusCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm.75-11.25a.75.75 0 0 0-1.5 0v2.5h-2.5a.75.75 0 0 0 0 1.5h2.5v2.5a.75.75 0 0 0 1.5 0v-2.5h2.5a.75.75 0 0 0 0-1.5h-2.5v-2.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlusCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PlusIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/PlusIcon.d.ts new file mode 100644 index 00000000..04e381a1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlusIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PlusIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/PlusIcon.js new file mode 100644 index 00000000..f68a64f4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PlusIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function PlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10.75 4.75a.75.75 0 0 0-1.5 0v4.5h-4.5a.75.75 0 0 0 0 1.5h4.5v4.5a.75.75 0 0 0 1.5 0v-4.5h4.5a.75.75 0 0 0 0-1.5h-4.5v-4.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PlusSmallIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/PlusSmallIcon.d.ts new file mode 100644 index 00000000..f00e0b8e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PlusSmallIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const PlusSmallIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlusSmallIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PlusSmallIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/PlusSmallIcon.js new file mode 100644 index 00000000..61cf73ba --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PlusSmallIcon.js @@ -0,0 +1,23 @@ +import * as React from "react"; +/** @deprecated */ +function PlusSmallIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10.75 6.75a.75.75 0 0 0-1.5 0v2.5h-2.5a.75.75 0 0 0 0 1.5h2.5v2.5a.75.75 0 0 0 1.5 0v-2.5h2.5a.75.75 0 0 0 0-1.5h-2.5v-2.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlusSmallIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PowerIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/PowerIcon.d.ts new file mode 100644 index 00000000..754fe6b1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PowerIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PowerIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PowerIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PowerIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/PowerIcon.js new file mode 100644 index 00000000..ee42d620 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PowerIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PowerIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 2a.75.75 0 0 1 .75.75v7.5a.75.75 0 0 1-1.5 0v-7.5A.75.75 0 0 1 10 2ZM5.404 4.343a.75.75 0 0 1 0 1.06 6.5 6.5 0 1 0 9.192 0 .75.75 0 1 1 1.06-1.06 8 8 0 1 1-11.313 0 .75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PowerIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PresentationChartBarIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/PresentationChartBarIcon.d.ts new file mode 100644 index 00000000..d80b6596 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PresentationChartBarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PresentationChartBarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PresentationChartBarIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PresentationChartBarIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/PresentationChartBarIcon.js new file mode 100644 index 00000000..ed90feb8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PresentationChartBarIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PresentationChartBarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 2.75A.75.75 0 0 1 1.75 2h16.5a.75.75 0 0 1 0 1.5H18v8.75A2.75 2.75 0 0 1 15.25 15h-1.072l.798 3.06a.75.75 0 0 1-1.452.38L13.41 18H6.59l-.114.44a.75.75 0 0 1-1.452-.38L5.823 15H4.75A2.75 2.75 0 0 1 2 12.25V3.5h-.25A.75.75 0 0 1 1 2.75ZM7.373 15l-.391 1.5h6.037l-.392-1.5H7.373ZM13.25 5a.75.75 0 0 1 .75.75v5.5a.75.75 0 0 1-1.5 0v-5.5a.75.75 0 0 1 .75-.75Zm-6.5 4a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5A.75.75 0 0 1 6.75 9Zm4-1.25a.75.75 0 0 0-1.5 0v3.5a.75.75 0 0 0 1.5 0v-3.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PresentationChartBarIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PresentationChartLineIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/PresentationChartLineIcon.d.ts new file mode 100644 index 00000000..a240a46d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PresentationChartLineIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PresentationChartLineIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PresentationChartLineIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PresentationChartLineIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/PresentationChartLineIcon.js new file mode 100644 index 00000000..5f8f3430 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PresentationChartLineIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PresentationChartLineIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 2.75A.75.75 0 0 1 1.75 2h16.5a.75.75 0 0 1 0 1.5H18v8.75A2.75 2.75 0 0 1 15.25 15h-1.072l.798 3.06a.75.75 0 0 1-1.452.38L13.41 18H6.59l-.114.44a.75.75 0 0 1-1.452-.38L5.823 15H4.75A2.75 2.75 0 0 1 2 12.25V3.5h-.25A.75.75 0 0 1 1 2.75ZM7.373 15l-.391 1.5h6.037l-.392-1.5H7.373Zm7.49-8.931a.75.75 0 0 1-.175 1.046 19.326 19.326 0 0 0-3.398 3.098.75.75 0 0 1-1.097.04L8.5 8.561l-2.22 2.22A.75.75 0 1 1 5.22 9.72l2.75-2.75a.75.75 0 0 1 1.06 0l1.664 1.663a20.786 20.786 0 0 1 3.122-2.74.75.75 0 0 1 1.046.176Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PresentationChartLineIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PrinterIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/PrinterIcon.d.ts new file mode 100644 index 00000000..f1d1be8f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PrinterIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PrinterIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PrinterIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PrinterIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/PrinterIcon.js new file mode 100644 index 00000000..30870a2c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PrinterIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PrinterIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5 2.75C5 1.784 5.784 1 6.75 1h6.5c.966 0 1.75.784 1.75 1.75v3.552c.377.046.752.097 1.126.153A2.212 2.212 0 0 1 18 8.653v4.097A2.25 2.25 0 0 1 15.75 15h-.241l.305 1.984A1.75 1.75 0 0 1 14.084 19H5.915a1.75 1.75 0 0 1-1.73-2.016L4.492 15H4.25A2.25 2.25 0 0 1 2 12.75V8.653c0-1.082.775-2.034 1.874-2.198.374-.056.75-.107 1.127-.153L5 6.25v-3.5Zm8.5 3.397a41.533 41.533 0 0 0-7 0V2.75a.25.25 0 0 1 .25-.25h6.5a.25.25 0 0 1 .25.25v3.397ZM6.608 12.5a.25.25 0 0 0-.247.212l-.693 4.5a.25.25 0 0 0 .247.288h8.17a.25.25 0 0 0 .246-.288l-.692-4.5a.25.25 0 0 0-.247-.212H6.608Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PrinterIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PuzzlePieceIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/PuzzlePieceIcon.d.ts new file mode 100644 index 00000000..04f58f55 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PuzzlePieceIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PuzzlePieceIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PuzzlePieceIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/PuzzlePieceIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/PuzzlePieceIcon.js new file mode 100644 index 00000000..5f0372a4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/PuzzlePieceIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function PuzzlePieceIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M12 4.467c0-.405.262-.75.559-1.027.276-.257.441-.584.441-.94 0-.828-.895-1.5-2-1.5s-2 .672-2 1.5c0 .362.171.694.456.953.29.265.544.6.544.994a.968.968 0 0 1-1.024.974 39.655 39.655 0 0 1-3.014-.306.75.75 0 0 0-.847.847c.14.993.242 1.999.306 3.014A.968.968 0 0 1 4.447 10c-.393 0-.729-.253-.994-.544C3.194 9.17 2.862 9 2.5 9 1.672 9 1 9.895 1 11s.672 2 1.5 2c.356 0 .683-.165.94-.441.276-.297.622-.559 1.027-.559a.997.997 0 0 1 1.004 1.03 39.747 39.747 0 0 1-.319 3.734.75.75 0 0 0 .64.842c1.05.146 2.111.252 3.184.318A.97.97 0 0 0 10 16.948c0-.394-.254-.73-.545-.995C9.171 15.693 9 15.362 9 15c0-.828.895-1.5 2-1.5s2 .672 2 1.5c0 .356-.165.683-.441.94-.297.276-.559.622-.559 1.027a.998.998 0 0 0 1.03 1.005c1.337-.05 2.659-.162 3.961-.337a.75.75 0 0 0 .644-.644c.175-1.302.288-2.624.337-3.961A.998.998 0 0 0 16.967 12c-.405 0-.75.262-1.027.559-.257.276-.584.441-.94.441-.828 0-1.5-.895-1.5-2s.672-2 1.5-2c.362 0 .694.17.953.455.265.291.601.545.995.545a.97.97 0 0 0 .976-1.024 41.159 41.159 0 0 0-.318-3.184.75.75 0 0 0-.842-.64c-1.228.164-2.473.271-3.734.319A.997.997 0 0 1 12 4.467Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PuzzlePieceIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/QrCodeIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/QrCodeIcon.d.ts new file mode 100644 index 00000000..3106d4bb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/QrCodeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const QrCodeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default QrCodeIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/QrCodeIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/QrCodeIcon.js new file mode 100644 index 00000000..d029c418 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/QrCodeIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function QrCodeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.75 2A1.75 1.75 0 0 0 2 3.75v3.5C2 8.216 2.784 9 3.75 9h3.5A1.75 1.75 0 0 0 9 7.25v-3.5A1.75 1.75 0 0 0 7.25 2h-3.5ZM3.5 3.75a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v3.5a.25.25 0 0 1-.25.25h-3.5a.25.25 0 0 1-.25-.25v-3.5ZM3.75 11A1.75 1.75 0 0 0 2 12.75v3.5c0 .966.784 1.75 1.75 1.75h3.5A1.75 1.75 0 0 0 9 16.25v-3.5A1.75 1.75 0 0 0 7.25 11h-3.5Zm-.25 1.75a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v3.5a.25.25 0 0 1-.25.25h-3.5a.25.25 0 0 1-.25-.25v-3.5Zm7.5-9c0-.966.784-1.75 1.75-1.75h3.5c.966 0 1.75.784 1.75 1.75v3.5A1.75 1.75 0 0 1 16.25 9h-3.5A1.75 1.75 0 0 1 11 7.25v-3.5Zm1.75-.25a.25.25 0 0 0-.25.25v3.5c0 .138.112.25.25.25h3.5a.25.25 0 0 0 .25-.25v-3.5a.25.25 0 0 0-.25-.25h-3.5Zm-7.26 1a1 1 0 0 0-1 1v.01a1 1 0 0 0 1 1h.01a1 1 0 0 0 1-1V5.5a1 1 0 0 0-1-1h-.01Zm9 0a1 1 0 0 0-1 1v.01a1 1 0 0 0 1 1h.01a1 1 0 0 0 1-1V5.5a1 1 0 0 0-1-1h-.01Zm-9 9a1 1 0 0 0-1 1v.01a1 1 0 0 0 1 1h.01a1 1 0 0 0 1-1v-.01a1 1 0 0 0-1-1h-.01Zm9 0a1 1 0 0 0-1 1v.01a1 1 0 0 0 1 1h.01a1 1 0 0 0 1-1v-.01a1 1 0 0 0-1-1h-.01Zm-3.5-1.5a1 1 0 0 1 1-1H12a1 1 0 0 1 1 1v.01a1 1 0 0 1-1 1h-.01a1 1 0 0 1-1-1V12Zm6-1a1 1 0 0 0-1 1v.01a1 1 0 0 0 1 1H17a1 1 0 0 0 1-1V12a1 1 0 0 0-1-1h-.01Zm-1 6a1 1 0 0 1 1-1H17a1 1 0 0 1 1 1v.01a1 1 0 0 1-1 1h-.01a1 1 0 0 1-1-1V17Zm-4-1a1 1 0 0 0-1 1v.01a1 1 0 0 0 1 1H12a1 1 0 0 0 1-1V17a1 1 0 0 0-1-1h-.01Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(QrCodeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/QuestionMarkCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/QuestionMarkCircleIcon.d.ts new file mode 100644 index 00000000..987c90a9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/QuestionMarkCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const QuestionMarkCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default QuestionMarkCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/QuestionMarkCircleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/QuestionMarkCircleIcon.js new file mode 100644 index 00000000..2d5a8e21 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/QuestionMarkCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function QuestionMarkCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M18 10a8 8 0 1 1-16 0 8 8 0 0 1 16 0ZM8.94 6.94a.75.75 0 1 1-1.061-1.061 3 3 0 1 1 2.871 5.026v.345a.75.75 0 0 1-1.5 0v-.5c0-.72.57-1.172 1.081-1.287A1.5 1.5 0 1 0 8.94 6.94ZM10 15a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(QuestionMarkCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/QueueListIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/QueueListIcon.d.ts new file mode 100644 index 00000000..a466459c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/QueueListIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const QueueListIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default QueueListIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/QueueListIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/QueueListIcon.js new file mode 100644 index 00000000..660d79ab --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/QueueListIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function QueueListIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2 4.5A2.5 2.5 0 0 1 4.5 2h11a2.5 2.5 0 0 1 0 5h-11A2.5 2.5 0 0 1 2 4.5ZM2.75 9.083a.75.75 0 0 0 0 1.5h14.5a.75.75 0 0 0 0-1.5H2.75ZM2.75 12.663a.75.75 0 0 0 0 1.5h14.5a.75.75 0 0 0 0-1.5H2.75ZM2.75 16.25a.75.75 0 0 0 0 1.5h14.5a.75.75 0 1 0 0-1.5H2.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(QueueListIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/RadioIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/RadioIcon.d.ts new file mode 100644 index 00000000..3ca8a702 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/RadioIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const RadioIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default RadioIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/RadioIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/RadioIcon.js new file mode 100644 index 00000000..38fafe85 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/RadioIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function RadioIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M17.45 3.473a.75.75 0 1 0-.4-1.446L5.313 5.265c-.84.096-1.671.217-2.495.362A2.212 2.212 0 0 0 1 7.816v7.934A2.25 2.25 0 0 0 3.25 18h13.5A2.25 2.25 0 0 0 19 15.75V7.816c0-1.06-.745-2-1.817-2.189a41.12 41.12 0 0 0-5.406-.59l5.673-1.564ZM16 9.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM14.5 16a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm-9.26-5a.75.75 0 0 1 .75-.75H6a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75h-.01a.75.75 0 0 1-.75-.75V11Zm2.75-.75a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75H8a.75.75 0 0 0 .75-.75V11a.75.75 0 0 0-.75-.75h-.01Zm-1.75-1.5A.75.75 0 0 1 6.99 8H7a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75h-.01a.75.75 0 0 1-.75-.75v-.01Zm3.583.42a.75.75 0 0 0-1.06 0l-.007.007a.75.75 0 0 0 0 1.06l.007.007a.75.75 0 0 0 1.06 0l.007-.007a.75.75 0 0 0 0-1.06l-.007-.008Zm.427 2.08A.75.75 0 0 1 11 12v.01a.75.75 0 0 1-.75.75h-.01a.75.75 0 0 1-.75-.75V12a.75.75 0 0 1 .75-.75h.01Zm-.42 3.583a.75.75 0 0 0 0-1.06l-.007-.007a.75.75 0 0 0-1.06 0l-.007.007a.75.75 0 0 0 0 1.06l.007.008a.75.75 0 0 0 1.06 0l.008-.008Zm-3.59.417a.75.75 0 0 1 .75-.75H7a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75h-.01a.75.75 0 0 1-.75-.75v-.01Zm-1.013-1.484a.75.75 0 0 0-1.06 0l-.008.007a.75.75 0 0 0 0 1.06l.007.008a.75.75 0 0 0 1.061 0l.007-.008a.75.75 0 0 0 0-1.06l-.007-.007ZM3.75 11.25a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75h-.01a.75.75 0 0 1-.75-.75V12a.75.75 0 0 1 .75-.75h.01Zm1.484-1.013a.75.75 0 0 0 0-1.06l-.007-.007a.75.75 0 0 0-1.06 0l-.007.007a.75.75 0 0 0 0 1.06l.007.007a.75.75 0 0 0 1.06 0l.007-.007ZM7.24 13a.75.75 0 0 1 .75-.75H8a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75h-.01a.75.75 0 0 1-.75-.75V13Zm-1.25-.75a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75H6a.75.75 0 0 0 .75-.75V13a.75.75 0 0 0-.75-.75h-.01Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(RadioIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ReceiptPercentIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ReceiptPercentIcon.d.ts new file mode 100644 index 00000000..605fd45e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ReceiptPercentIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ReceiptPercentIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ReceiptPercentIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ReceiptPercentIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ReceiptPercentIcon.js new file mode 100644 index 00000000..675712b9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ReceiptPercentIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ReceiptPercentIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.93 2.31a41.401 41.401 0 0 1 10.14 0C16.194 2.45 17 3.414 17 4.517V17.25a.75.75 0 0 1-1.075.676l-2.8-1.344-2.8 1.344a.75.75 0 0 1-.65 0l-2.8-1.344-2.8 1.344A.75.75 0 0 1 3 17.25V4.517c0-1.103.806-2.068 1.93-2.207Zm8.85 4.97a.75.75 0 0 0-1.06-1.06l-6.5 6.5a.75.75 0 1 0 1.06 1.06l6.5-6.5ZM9 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm3 5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ReceiptPercentIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ReceiptRefundIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ReceiptRefundIcon.d.ts new file mode 100644 index 00000000..0a37ab1d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ReceiptRefundIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ReceiptRefundIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ReceiptRefundIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ReceiptRefundIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ReceiptRefundIcon.js new file mode 100644 index 00000000..103df7fc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ReceiptRefundIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ReceiptRefundIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.93 2.31a41.401 41.401 0 0 1 10.14 0C16.194 2.45 17 3.414 17 4.517V17.25a.75.75 0 0 1-1.075.676l-2.8-1.344-2.8 1.344a.75.75 0 0 1-.65 0l-2.8-1.344-2.8 1.344A.75.75 0 0 1 3 17.25V4.517c0-1.103.806-2.068 1.93-2.207Zm4.822 3.997a.75.75 0 1 0-1.004-1.114l-2.5 2.25a.75.75 0 0 0 0 1.114l2.5 2.25a.75.75 0 0 0 1.004-1.114L8.704 8.75h1.921a1.875 1.875 0 0 1 0 3.75.75.75 0 0 0 0 1.5 3.375 3.375 0 1 0 0-6.75h-1.92l1.047-.943Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ReceiptRefundIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/RectangleGroupIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/RectangleGroupIcon.d.ts new file mode 100644 index 00000000..074cdeaa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/RectangleGroupIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const RectangleGroupIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default RectangleGroupIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/RectangleGroupIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/RectangleGroupIcon.js new file mode 100644 index 00000000..fb48c5e4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/RectangleGroupIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function RectangleGroupIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.5 3A1.5 1.5 0 0 0 1 4.5v4A1.5 1.5 0 0 0 2.5 10h6A1.5 1.5 0 0 0 10 8.5v-4A1.5 1.5 0 0 0 8.5 3h-6Zm11 2A1.5 1.5 0 0 0 12 6.5v7a1.5 1.5 0 0 0 1.5 1.5h4a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 17.5 5h-4Zm-10 7A1.5 1.5 0 0 0 2 13.5v2A1.5 1.5 0 0 0 3.5 17h6a1.5 1.5 0 0 0 1.5-1.5v-2A1.5 1.5 0 0 0 9.5 12h-6Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(RectangleGroupIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/RectangleStackIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/RectangleStackIcon.d.ts new file mode 100644 index 00000000..611b8a88 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/RectangleStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const RectangleStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default RectangleStackIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/RectangleStackIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/RectangleStackIcon.js new file mode 100644 index 00000000..4e02119f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/RectangleStackIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function RectangleStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5.127 3.502 5.25 3.5h9.5c.041 0 .082 0 .123.002A2.251 2.251 0 0 0 12.75 2h-5.5a2.25 2.25 0 0 0-2.123 1.502ZM1 10.25A2.25 2.25 0 0 1 3.25 8h13.5A2.25 2.25 0 0 1 19 10.25v5.5A2.25 2.25 0 0 1 16.75 18H3.25A2.25 2.25 0 0 1 1 15.75v-5.5ZM3.25 6.5c-.04 0-.082 0-.123.002A2.25 2.25 0 0 1 5.25 5h9.5c.98 0 1.814.627 2.123 1.502a3.819 3.819 0 0 0-.123-.002H3.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(RectangleStackIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/RocketLaunchIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/RocketLaunchIcon.d.ts new file mode 100644 index 00000000..101beeaf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/RocketLaunchIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const RocketLaunchIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default RocketLaunchIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/RocketLaunchIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/RocketLaunchIcon.js new file mode 100644 index 00000000..b3969f7f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/RocketLaunchIcon.js @@ -0,0 +1,28 @@ +import * as React from "react"; +function RocketLaunchIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.606 12.97a.75.75 0 0 1-.134 1.051 2.494 2.494 0 0 0-.93 2.437 2.494 2.494 0 0 0 2.437-.93.75.75 0 1 1 1.186.918 3.995 3.995 0 0 1-4.482 1.332.75.75 0 0 1-.461-.461 3.994 3.994 0 0 1 1.332-4.482.75.75 0 0 1 1.052.134Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.752 12A13.07 13.07 0 0 0 8 14.248v4.002c0 .414.336.75.75.75a5 5 0 0 0 4.797-6.414 12.984 12.984 0 0 0 5.45-10.848.75.75 0 0 0-.735-.735 12.984 12.984 0 0 0-10.849 5.45A5 5 0 0 0 1 11.25c.001.414.337.75.751.75h4.002ZM13 9a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(RocketLaunchIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/RssIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/RssIcon.d.ts new file mode 100644 index 00000000..b9e59791 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/RssIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const RssIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default RssIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/RssIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/RssIcon.js new file mode 100644 index 00000000..9628b234 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/RssIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function RssIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.75 3a.75.75 0 0 0-.75.75v.5c0 .414.336.75.75.75H4c6.075 0 11 4.925 11 11v.25c0 .414.336.75.75.75h.5a.75.75 0 0 0 .75-.75V16C17 8.82 11.18 3 4 3h-.25Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M3 8.75A.75.75 0 0 1 3.75 8H4a8 8 0 0 1 8 8v.25a.75.75 0 0 1-.75.75h-.5a.75.75 0 0 1-.75-.75V16a6 6 0 0 0-6-6h-.25A.75.75 0 0 1 3 9.25v-.5ZM7 15a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(RssIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ScaleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ScaleIcon.d.ts new file mode 100644 index 00000000..3cab3de1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ScaleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ScaleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ScaleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ScaleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ScaleIcon.js new file mode 100644 index 00000000..47a3eeb3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ScaleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ScaleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 2a.75.75 0 0 1 .75.75v.258a33.186 33.186 0 0 1 6.668.83.75.75 0 0 1-.336 1.461 31.28 31.28 0 0 0-1.103-.232l1.702 7.545a.75.75 0 0 1-.387.832A4.981 4.981 0 0 1 15 14c-.825 0-1.606-.2-2.294-.556a.75.75 0 0 1-.387-.832l1.77-7.849a31.743 31.743 0 0 0-3.339-.254v11.505a20.01 20.01 0 0 1 3.78.501.75.75 0 1 1-.339 1.462A18.558 18.558 0 0 0 10 17.5c-1.442 0-2.845.165-4.191.477a.75.75 0 0 1-.338-1.462 20.01 20.01 0 0 1 3.779-.501V4.509c-1.129.026-2.243.112-3.34.254l1.771 7.85a.75.75 0 0 1-.387.83A4.98 4.98 0 0 1 5 14a4.98 4.98 0 0 1-2.294-.556.75.75 0 0 1-.387-.832L4.02 5.067c-.37.07-.738.148-1.103.232a.75.75 0 0 1-.336-1.462 32.845 32.845 0 0 1 6.668-.829V2.75A.75.75 0 0 1 10 2ZM5 7.543 3.92 12.33a3.499 3.499 0 0 0 2.16 0L5 7.543Zm10 0-1.08 4.787a3.498 3.498 0 0 0 2.16 0L15 7.543Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ScaleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ScissorsIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ScissorsIcon.d.ts new file mode 100644 index 00000000..3256bc64 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ScissorsIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ScissorsIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ScissorsIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ScissorsIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ScissorsIcon.js new file mode 100644 index 00000000..6e873544 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ScissorsIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ScissorsIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.469 3.75a3.5 3.5 0 0 0 5.617 4.11l.883.51c.025.092.147.116.21.043.15-.176.318-.338.5-.484.286-.23.3-.709-.018-.892l-.825-.477A3.501 3.501 0 0 0 1.47 3.75Zm2.03 3.482a2 2 0 1 1 2-3.464 2 2 0 0 1-2 3.464ZM9.956 8.322a2.75 2.75 0 0 0-1.588 1.822L7.97 11.63l-.884.51A3.501 3.501 0 0 0 1.47 16.25a3.5 3.5 0 0 0 6.367-2.81l10.68-6.166a.75.75 0 0 0-.182-1.373l-.703-.189a2.75 2.75 0 0 0-1.78.123L9.955 8.322ZM2.768 15.5a2 2 0 1 1 3.464-2 2 2 0 0 1-3.464 2Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M12.52 11.89a.5.5 0 0 0 .056.894l3.274 1.381a2.75 2.75 0 0 0 1.78.123l.704-.189a.75.75 0 0 0 .18-1.373l-3.47-2.004a.5.5 0 0 0-.5 0L12.52 11.89Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ScissorsIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ServerIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ServerIcon.d.ts new file mode 100644 index 00000000..609d2314 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ServerIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ServerIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ServerIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ServerIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ServerIcon.js new file mode 100644 index 00000000..8096b74b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ServerIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ServerIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4.632 3.533A2 2 0 0 1 6.577 2h6.846a2 2 0 0 1 1.945 1.533l1.976 8.234A3.489 3.489 0 0 0 16 11.5H4c-.476 0-.93.095-1.344.267l1.976-8.234Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4 13a2 2 0 1 0 0 4h12a2 2 0 1 0 0-4H4Zm11.24 2a.75.75 0 0 1 .75-.75H16a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75h-.01a.75.75 0 0 1-.75-.75V15Zm-2.25-.75a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75H13a.75.75 0 0 0 .75-.75V15a.75.75 0 0 0-.75-.75h-.01Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ServerIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ServerStackIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ServerStackIcon.d.ts new file mode 100644 index 00000000..878e05f5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ServerStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ServerStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ServerStackIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ServerStackIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ServerStackIcon.js new file mode 100644 index 00000000..8584b857 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ServerStackIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ServerStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4.464 3.162A2 2 0 0 1 6.28 2h7.44a2 2 0 0 1 1.816 1.162l1.154 2.5c.067.145.115.291.145.438A3.508 3.508 0 0 0 16 6H4c-.288 0-.568.035-.835.1.03-.147.078-.293.145-.438l1.154-2.5Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 9.5a2 2 0 0 1 2-2h12a2 2 0 1 1 0 4H4a2 2 0 0 1-2-2Zm13.24 0a.75.75 0 0 1 .75-.75H16a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75h-.01a.75.75 0 0 1-.75-.75V9.5Zm-2.25-.75a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75H13a.75.75 0 0 0 .75-.75V9.5a.75.75 0 0 0-.75-.75h-.01ZM2 15a2 2 0 0 1 2-2h12a2 2 0 1 1 0 4H4a2 2 0 0 1-2-2Zm13.24 0a.75.75 0 0 1 .75-.75H16a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75h-.01a.75.75 0 0 1-.75-.75V15Zm-2.25-.75a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75H13a.75.75 0 0 0 .75-.75V15a.75.75 0 0 0-.75-.75h-.01Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ServerStackIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ShareIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ShareIcon.d.ts new file mode 100644 index 00000000..b50d1b43 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ShareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ShareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ShareIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ShareIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ShareIcon.js new file mode 100644 index 00000000..14366f0b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ShareIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function ShareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M13 4.5a2.5 2.5 0 1 1 .702 1.737L6.97 9.604a2.518 2.518 0 0 1 0 .792l6.733 3.367a2.5 2.5 0 1 1-.671 1.341l-6.733-3.367a2.5 2.5 0 1 1 0-3.475l6.733-3.366A2.52 2.52 0 0 1 13 4.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ShareIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ShieldCheckIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ShieldCheckIcon.d.ts new file mode 100644 index 00000000..cc454f84 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ShieldCheckIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ShieldCheckIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ShieldCheckIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ShieldCheckIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ShieldCheckIcon.js new file mode 100644 index 00000000..17c50092 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ShieldCheckIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ShieldCheckIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.661 2.237a.531.531 0 0 1 .678 0 11.947 11.947 0 0 0 7.078 2.749.5.5 0 0 1 .479.425c.069.52.104 1.05.104 1.59 0 5.162-3.26 9.563-7.834 11.256a.48.48 0 0 1-.332 0C5.26 16.564 2 12.163 2 7c0-.538.035-1.069.104-1.589a.5.5 0 0 1 .48-.425 11.947 11.947 0 0 0 7.077-2.75Zm4.196 5.954a.75.75 0 0 0-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 1 0-1.06 1.061l2.5 2.5a.75.75 0 0 0 1.137-.089l4-5.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ShieldCheckIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ShieldExclamationIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ShieldExclamationIcon.d.ts new file mode 100644 index 00000000..3c82f8db --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ShieldExclamationIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ShieldExclamationIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ShieldExclamationIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ShieldExclamationIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ShieldExclamationIcon.js new file mode 100644 index 00000000..c0f870ef --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ShieldExclamationIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ShieldExclamationIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10.339 2.237a.531.531 0 0 0-.678 0 11.947 11.947 0 0 1-7.078 2.75.5.5 0 0 0-.479.425A12.11 12.11 0 0 0 2 7c0 5.163 3.26 9.564 7.834 11.257a.48.48 0 0 0 .332 0C14.74 16.564 18 12.163 18 7c0-.538-.035-1.069-.104-1.589a.5.5 0 0 0-.48-.425 11.947 11.947 0 0 1-7.077-2.75ZM10 6a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5A.75.75 0 0 1 10 6Zm0 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ShieldExclamationIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ShoppingBagIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ShoppingBagIcon.d.ts new file mode 100644 index 00000000..f831a6c2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ShoppingBagIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ShoppingBagIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ShoppingBagIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ShoppingBagIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ShoppingBagIcon.js new file mode 100644 index 00000000..77e5ec2d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ShoppingBagIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ShoppingBagIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6 5v1H4.667a1.75 1.75 0 0 0-1.743 1.598l-.826 9.5A1.75 1.75 0 0 0 3.84 19H16.16a1.75 1.75 0 0 0 1.743-1.902l-.826-9.5A1.75 1.75 0 0 0 15.333 6H14V5a4 4 0 0 0-8 0Zm4-2.5A2.5 2.5 0 0 0 7.5 5v1h5V5A2.5 2.5 0 0 0 10 2.5ZM7.5 10a2.5 2.5 0 0 0 5 0V8.75a.75.75 0 0 1 1.5 0V10a4 4 0 0 1-8 0V8.75a.75.75 0 0 1 1.5 0V10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ShoppingBagIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ShoppingCartIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ShoppingCartIcon.d.ts new file mode 100644 index 00000000..5ba6b683 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ShoppingCartIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ShoppingCartIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ShoppingCartIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ShoppingCartIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ShoppingCartIcon.js new file mode 100644 index 00000000..c8f9c6a7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ShoppingCartIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function ShoppingCartIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M1 1.75A.75.75 0 0 1 1.75 1h1.628a1.75 1.75 0 0 1 1.734 1.51L5.18 3a65.25 65.25 0 0 1 13.36 1.412.75.75 0 0 1 .58.875 48.645 48.645 0 0 1-1.618 6.2.75.75 0 0 1-.712.513H6a2.503 2.503 0 0 0-2.292 1.5H17.25a.75.75 0 0 1 0 1.5H2.76a.75.75 0 0 1-.748-.807 4.002 4.002 0 0 1 2.716-3.486L3.626 2.716a.25.25 0 0 0-.248-.216H1.75A.75.75 0 0 1 1 1.75ZM6 17.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM15.5 19a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ShoppingCartIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/SignalIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/SignalIcon.d.ts new file mode 100644 index 00000000..886956e2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/SignalIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SignalIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SignalIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/SignalIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/SignalIcon.js new file mode 100644 index 00000000..addca3cd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/SignalIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function SignalIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M16.364 3.636a.75.75 0 0 0-1.06 1.06 7.5 7.5 0 0 1 0 10.607.75.75 0 0 0 1.06 1.061 9 9 0 0 0 0-12.728ZM4.697 4.697a.75.75 0 0 0-1.061-1.061 9 9 0 0 0 0 12.728.75.75 0 1 0 1.06-1.06 7.5 7.5 0 0 1 0-10.607Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M12.475 6.464a.75.75 0 0 1 1.06 0 5 5 0 0 1 0 7.072.75.75 0 0 1-1.06-1.061 3.5 3.5 0 0 0 0-4.95.75.75 0 0 1 0-1.06ZM7.525 6.464a.75.75 0 0 1 0 1.061 3.5 3.5 0 0 0 0 4.95.75.75 0 0 1-1.06 1.06 5 5 0 0 1 0-7.07.75.75 0 0 1 1.06 0ZM11 10a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SignalIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/SignalSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/SignalSlashIcon.d.ts new file mode 100644 index 00000000..d8cf07fb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/SignalSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SignalSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SignalSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/SignalSlashIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/SignalSlashIcon.js new file mode 100644 index 00000000..c26435a0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/SignalSlashIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function SignalSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2.22 2.22a.75.75 0 0 1 1.06 0l6.783 6.782a1 1 0 0 1 .935.935l6.782 6.783a.75.75 0 1 1-1.06 1.06l-6.783-6.782a1 1 0 0 1-.935-.935L2.22 3.28a.75.75 0 0 1 0-1.06ZM3.636 16.364a9.004 9.004 0 0 1-1.39-10.936L3.349 6.53a7.503 7.503 0 0 0 1.348 8.773.75.75 0 0 1-1.061 1.061ZM6.464 13.536a5 5 0 0 1-1.213-5.103l1.262 1.262a3.493 3.493 0 0 0 1.012 2.78.75.75 0 0 1-1.06 1.06ZM16.364 3.636a9.004 9.004 0 0 1 1.39 10.937l-1.103-1.104a7.503 7.503 0 0 0-1.348-8.772.75.75 0 1 1 1.061-1.061ZM13.536 6.464a5 5 0 0 1 1.213 5.103l-1.262-1.262a3.493 3.493 0 0 0-1.012-2.78.75.75 0 0 1 1.06-1.06Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SignalSlashIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/SlashIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/SlashIcon.d.ts new file mode 100644 index 00000000..44e1654d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/SlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SlashIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/SlashIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/SlashIcon.js new file mode 100644 index 00000000..09187c3d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/SlashIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function SlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12.528 3.047a.75.75 0 0 1 .449.961L8.433 16.504a.75.75 0 1 1-1.41-.512l4.544-12.496a.75.75 0 0 1 .961-.449Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SlashIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/SparklesIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/SparklesIcon.d.ts new file mode 100644 index 00000000..c0e03bbe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/SparklesIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SparklesIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SparklesIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/SparklesIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/SparklesIcon.js new file mode 100644 index 00000000..e72413c8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/SparklesIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function SparklesIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M15.98 1.804a1 1 0 0 0-1.96 0l-.24 1.192a1 1 0 0 1-.784.785l-1.192.238a1 1 0 0 0 0 1.962l1.192.238a1 1 0 0 1 .785.785l.238 1.192a1 1 0 0 0 1.962 0l.238-1.192a1 1 0 0 1 .785-.785l1.192-.238a1 1 0 0 0 0-1.962l-1.192-.238a1 1 0 0 1-.785-.785l-.238-1.192ZM6.949 5.684a1 1 0 0 0-1.898 0l-.683 2.051a1 1 0 0 1-.633.633l-2.051.683a1 1 0 0 0 0 1.898l2.051.684a1 1 0 0 1 .633.632l.683 2.051a1 1 0 0 0 1.898 0l.683-2.051a1 1 0 0 1 .633-.633l2.051-.683a1 1 0 0 0 0-1.898l-2.051-.683a1 1 0 0 1-.633-.633L6.95 5.684ZM13.949 13.684a1 1 0 0 0-1.898 0l-.184.551a1 1 0 0 1-.632.633l-.551.183a1 1 0 0 0 0 1.898l.551.183a1 1 0 0 1 .633.633l.183.551a1 1 0 0 0 1.898 0l.184-.551a1 1 0 0 1 .632-.633l.551-.183a1 1 0 0 0 0-1.898l-.551-.184a1 1 0 0 1-.633-.632l-.183-.551Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SparklesIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/SpeakerWaveIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/SpeakerWaveIcon.d.ts new file mode 100644 index 00000000..8b0cf464 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/SpeakerWaveIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SpeakerWaveIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SpeakerWaveIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/SpeakerWaveIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/SpeakerWaveIcon.js new file mode 100644 index 00000000..49cb2cae --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/SpeakerWaveIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function SpeakerWaveIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10.5 3.75a.75.75 0 0 0-1.264-.546L5.203 7H2.667a.75.75 0 0 0-.7.48A6.985 6.985 0 0 0 1.5 10c0 .887.165 1.737.468 2.52.111.29.39.48.7.48h2.535l4.033 3.796a.75.75 0 0 0 1.264-.546V3.75ZM16.45 5.05a.75.75 0 0 0-1.06 1.061 5.5 5.5 0 0 1 0 7.778.75.75 0 0 0 1.06 1.06 7 7 0 0 0 0-9.899Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M14.329 7.172a.75.75 0 0 0-1.061 1.06 2.5 2.5 0 0 1 0 3.536.75.75 0 0 0 1.06 1.06 4 4 0 0 0 0-5.656Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SpeakerWaveIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/SpeakerXMarkIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/SpeakerXMarkIcon.d.ts new file mode 100644 index 00000000..86327341 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/SpeakerXMarkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SpeakerXMarkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SpeakerXMarkIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/SpeakerXMarkIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/SpeakerXMarkIcon.js new file mode 100644 index 00000000..8d432bd3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/SpeakerXMarkIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function SpeakerXMarkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10.047 3.062a.75.75 0 0 1 .453.688v12.5a.75.75 0 0 1-1.264.546L5.203 13H2.667a.75.75 0 0 1-.7-.48A6.985 6.985 0 0 1 1.5 10c0-.887.165-1.737.468-2.52a.75.75 0 0 1 .7-.48h2.535l4.033-3.796a.75.75 0 0 1 .811-.142ZM13.78 7.22a.75.75 0 1 0-1.06 1.06L14.44 10l-1.72 1.72a.75.75 0 0 0 1.06 1.06l1.72-1.72 1.72 1.72a.75.75 0 1 0 1.06-1.06L16.56 10l1.72-1.72a.75.75 0 0 0-1.06-1.06L15.5 8.94l-1.72-1.72Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SpeakerXMarkIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/Square2StackIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/Square2StackIcon.d.ts new file mode 100644 index 00000000..2fc1451e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/Square2StackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Square2StackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Square2StackIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/Square2StackIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/Square2StackIcon.js new file mode 100644 index 00000000..890c419e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/Square2StackIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function Square2StackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2 4.25A2.25 2.25 0 0 1 4.25 2h6.5A2.25 2.25 0 0 1 13 4.25V5.5H9.25A3.75 3.75 0 0 0 5.5 9.25V13H4.25A2.25 2.25 0 0 1 2 10.75v-6.5Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M9.25 7A2.25 2.25 0 0 0 7 9.25v6.5A2.25 2.25 0 0 0 9.25 18h6.5A2.25 2.25 0 0 0 18 15.75v-6.5A2.25 2.25 0 0 0 15.75 7h-6.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Square2StackIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/Square3Stack3DIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/Square3Stack3DIcon.d.ts new file mode 100644 index 00000000..be59bc56 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/Square3Stack3DIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Square3Stack3DIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Square3Stack3DIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/Square3Stack3DIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/Square3Stack3DIcon.js new file mode 100644 index 00000000..ad8748b6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/Square3Stack3DIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function Square3Stack3DIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "m3.196 12.87-.825.483a.75.75 0 0 0 0 1.294l7.25 4.25a.75.75 0 0 0 .758 0l7.25-4.25a.75.75 0 0 0 0-1.294l-.825-.484-5.666 3.322a2.25 2.25 0 0 1-2.276 0L3.196 12.87Z" + }), /*#__PURE__*/React.createElement("path", { + d: "m3.196 8.87-.825.483a.75.75 0 0 0 0 1.294l7.25 4.25a.75.75 0 0 0 .758 0l7.25-4.25a.75.75 0 0 0 0-1.294l-.825-.484-5.666 3.322a2.25 2.25 0 0 1-2.276 0L3.196 8.87Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M10.38 1.103a.75.75 0 0 0-.76 0l-7.25 4.25a.75.75 0 0 0 0 1.294l7.25 4.25a.75.75 0 0 0 .76 0l7.25-4.25a.75.75 0 0 0 0-1.294l-7.25-4.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Square3Stack3DIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/Squares2X2Icon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/Squares2X2Icon.d.ts new file mode 100644 index 00000000..98914994 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/Squares2X2Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Squares2X2Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Squares2X2Icon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/Squares2X2Icon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/Squares2X2Icon.js new file mode 100644 index 00000000..a752feea --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/Squares2X2Icon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function Squares2X2Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.25 2A2.25 2.25 0 0 0 2 4.25v2.5A2.25 2.25 0 0 0 4.25 9h2.5A2.25 2.25 0 0 0 9 6.75v-2.5A2.25 2.25 0 0 0 6.75 2h-2.5Zm0 9A2.25 2.25 0 0 0 2 13.25v2.5A2.25 2.25 0 0 0 4.25 18h2.5A2.25 2.25 0 0 0 9 15.75v-2.5A2.25 2.25 0 0 0 6.75 11h-2.5Zm9-9A2.25 2.25 0 0 0 11 4.25v2.5A2.25 2.25 0 0 0 13.25 9h2.5A2.25 2.25 0 0 0 18 6.75v-2.5A2.25 2.25 0 0 0 15.75 2h-2.5Zm0 9A2.25 2.25 0 0 0 11 13.25v2.5A2.25 2.25 0 0 0 13.25 18h2.5A2.25 2.25 0 0 0 18 15.75v-2.5A2.25 2.25 0 0 0 15.75 11h-2.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Squares2X2Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/SquaresPlusIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/SquaresPlusIcon.d.ts new file mode 100644 index 00000000..480f2089 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/SquaresPlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SquaresPlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SquaresPlusIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/SquaresPlusIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/SquaresPlusIcon.js new file mode 100644 index 00000000..a995da84 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/SquaresPlusIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function SquaresPlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2 4.25A2.25 2.25 0 0 1 4.25 2h2.5A2.25 2.25 0 0 1 9 4.25v2.5A2.25 2.25 0 0 1 6.75 9h-2.5A2.25 2.25 0 0 1 2 6.75v-2.5ZM2 13.25A2.25 2.25 0 0 1 4.25 11h2.5A2.25 2.25 0 0 1 9 13.25v2.5A2.25 2.25 0 0 1 6.75 18h-2.5A2.25 2.25 0 0 1 2 15.75v-2.5ZM11 4.25A2.25 2.25 0 0 1 13.25 2h2.5A2.25 2.25 0 0 1 18 4.25v2.5A2.25 2.25 0 0 1 15.75 9h-2.5A2.25 2.25 0 0 1 11 6.75v-2.5ZM15.25 11.75a.75.75 0 0 0-1.5 0v2h-2a.75.75 0 0 0 0 1.5h2v2a.75.75 0 0 0 1.5 0v-2h2a.75.75 0 0 0 0-1.5h-2v-2Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SquaresPlusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/StarIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/StarIcon.d.ts new file mode 100644 index 00000000..dbd5189b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/StarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const StarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default StarIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/StarIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/StarIcon.js new file mode 100644 index 00000000..2e6ca535 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/StarIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function StarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10.868 2.884c-.321-.772-1.415-.772-1.736 0l-1.83 4.401-4.753.381c-.833.067-1.171 1.107-.536 1.651l3.62 3.102-1.106 4.637c-.194.813.691 1.456 1.405 1.02L10 15.591l4.069 2.485c.713.436 1.598-.207 1.404-1.02l-1.106-4.637 3.62-3.102c.635-.544.297-1.584-.536-1.65l-4.752-.382-1.831-4.401Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(StarIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/StopCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/StopCircleIcon.d.ts new file mode 100644 index 00000000..ad6507ca --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/StopCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const StopCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default StopCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/StopCircleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/StopCircleIcon.js new file mode 100644 index 00000000..a6df1285 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/StopCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function StopCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2 10a8 8 0 1 1 16 0 8 8 0 0 1-16 0Zm5-2.25A.75.75 0 0 1 7.75 7h4.5a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-.75.75h-4.5a.75.75 0 0 1-.75-.75v-4.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(StopCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/StopIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/StopIcon.d.ts new file mode 100644 index 00000000..08820da8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/StopIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const StopIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default StopIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/StopIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/StopIcon.js new file mode 100644 index 00000000..f2b8aefe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/StopIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function StopIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5.25 3A2.25 2.25 0 0 0 3 5.25v9.5A2.25 2.25 0 0 0 5.25 17h9.5A2.25 2.25 0 0 0 17 14.75v-9.5A2.25 2.25 0 0 0 14.75 3h-9.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(StopIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/StrikethroughIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/StrikethroughIcon.d.ts new file mode 100644 index 00000000..955b0191 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/StrikethroughIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const StrikethroughIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default StrikethroughIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/StrikethroughIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/StrikethroughIcon.js new file mode 100644 index 00000000..222b39cc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/StrikethroughIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function StrikethroughIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.617 3.963c-1.186-.318-2.418-.323-3.416.015-.992.336-1.49.91-1.642 1.476-.152.566-.007 1.313.684 2.1.528.6 1.273 1.1 2.128 1.446h7.879a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5h3.813a5.976 5.976 0 0 1-.447-.456C5.18 7.479 4.798 6.231 5.11 5.066c.312-1.164 1.268-2.055 2.61-2.509 1.336-.451 2.877-.42 4.286-.043.856.23 1.684.592 2.409 1.074a.75.75 0 1 1-.83 1.25 6.723 6.723 0 0 0-1.968-.875Zm1.909 8.123a.75.75 0 0 1 1.015.309c.53.99.607 2.062.18 3.01-.421.94-1.289 1.648-2.441 2.038-1.336.452-2.877.42-4.286.043-1.409-.377-2.759-1.121-3.69-2.18a.75.75 0 1 1 1.127-.99c.696.791 1.765 1.403 2.952 1.721 1.186.318 2.418.323 3.416-.015.853-.288 1.34-.756 1.555-1.232.21-.467.205-1.049-.136-1.69a.75.75 0 0 1 .308-1.014Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(StrikethroughIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/SunIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/SunIcon.d.ts new file mode 100644 index 00000000..b3c17db6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/SunIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SunIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SunIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/SunIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/SunIcon.js new file mode 100644 index 00000000..67ee24e7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/SunIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function SunIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10 2a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5A.75.75 0 0 1 10 2ZM10 15a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5A.75.75 0 0 1 10 15ZM10 7a3 3 0 1 0 0 6 3 3 0 0 0 0-6ZM15.657 5.404a.75.75 0 1 0-1.06-1.06l-1.061 1.06a.75.75 0 0 0 1.06 1.06l1.06-1.06ZM6.464 14.596a.75.75 0 1 0-1.06-1.06l-1.06 1.06a.75.75 0 0 0 1.06 1.06l1.06-1.06ZM18 10a.75.75 0 0 1-.75.75h-1.5a.75.75 0 0 1 0-1.5h1.5A.75.75 0 0 1 18 10ZM5 10a.75.75 0 0 1-.75.75h-1.5a.75.75 0 0 1 0-1.5h1.5A.75.75 0 0 1 5 10ZM14.596 15.657a.75.75 0 0 0 1.06-1.06l-1.06-1.061a.75.75 0 1 0-1.06 1.06l1.06 1.06ZM5.404 6.464a.75.75 0 0 0 1.06-1.06l-1.06-1.06a.75.75 0 1 0-1.061 1.06l1.06 1.06Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SunIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/SwatchIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/SwatchIcon.d.ts new file mode 100644 index 00000000..6724dd96 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/SwatchIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SwatchIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SwatchIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/SwatchIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/SwatchIcon.js new file mode 100644 index 00000000..4d81a546 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/SwatchIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function SwatchIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.5 2A1.5 1.5 0 0 0 2 3.5V15a3 3 0 1 0 6 0V3.5A1.5 1.5 0 0 0 6.5 2h-3Zm11.753 6.99L9.5 14.743V6.257l1.51-1.51a1.5 1.5 0 0 1 2.122 0l2.121 2.121a1.5 1.5 0 0 1 0 2.122ZM8.364 18H16.5a1.5 1.5 0 0 0 1.5-1.5v-3a1.5 1.5 0 0 0-1.5-1.5h-2.136l-6 6ZM5 16a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SwatchIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/TableCellsIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/TableCellsIcon.d.ts new file mode 100644 index 00000000..8f21088d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/TableCellsIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TableCellsIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TableCellsIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/TableCellsIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/TableCellsIcon.js new file mode 100644 index 00000000..9e086eef --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/TableCellsIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function TableCellsIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M.99 5.24A2.25 2.25 0 0 1 3.25 3h13.5A2.25 2.25 0 0 1 19 5.25l.01 9.5A2.25 2.25 0 0 1 16.76 17H3.26A2.267 2.267 0 0 1 1 14.74l-.01-9.5Zm8.26 9.52v-.625a.75.75 0 0 0-.75-.75H3.25a.75.75 0 0 0-.75.75v.615c0 .414.336.75.75.75h5.373a.75.75 0 0 0 .627-.74Zm1.5 0a.75.75 0 0 0 .627.74h5.373a.75.75 0 0 0 .75-.75v-.615a.75.75 0 0 0-.75-.75H11.5a.75.75 0 0 0-.75.75v.625Zm6.75-3.63v-.625a.75.75 0 0 0-.75-.75H11.5a.75.75 0 0 0-.75.75v.625c0 .414.336.75.75.75h5.25a.75.75 0 0 0 .75-.75Zm-8.25 0v-.625a.75.75 0 0 0-.75-.75H3.25a.75.75 0 0 0-.75.75v.625c0 .414.336.75.75.75H8.5a.75.75 0 0 0 .75-.75ZM17.5 7.5v-.625a.75.75 0 0 0-.75-.75H11.5a.75.75 0 0 0-.75.75V7.5c0 .414.336.75.75.75h5.25a.75.75 0 0 0 .75-.75Zm-8.25 0v-.625a.75.75 0 0 0-.75-.75H3.25a.75.75 0 0 0-.75.75V7.5c0 .414.336.75.75.75H8.5a.75.75 0 0 0 .75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TableCellsIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/TagIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/TagIcon.d.ts new file mode 100644 index 00000000..9ded8c05 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/TagIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TagIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TagIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/TagIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/TagIcon.js new file mode 100644 index 00000000..72ccf0da --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/TagIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function TagIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 2A2.5 2.5 0 0 0 2 4.5v3.879a2.5 2.5 0 0 0 .732 1.767l7.5 7.5a2.5 2.5 0 0 0 3.536 0l3.878-3.878a2.5 2.5 0 0 0 0-3.536l-7.5-7.5A2.5 2.5 0 0 0 8.38 2H4.5ZM5 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TagIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/TicketIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/TicketIcon.d.ts new file mode 100644 index 00000000..8c023f86 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/TicketIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TicketIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TicketIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/TicketIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/TicketIcon.js new file mode 100644 index 00000000..8d4dd906 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/TicketIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function TicketIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15.75 3A2.25 2.25 0 0 1 18 5.25v1.214c0 .423-.277.788-.633 1.019A2.997 2.997 0 0 0 16 10c0 1.055.544 1.982 1.367 2.517.356.231.633.596.633 1.02v1.213A2.25 2.25 0 0 1 15.75 17H4.25A2.25 2.25 0 0 1 2 14.75v-1.213c0-.424.277-.789.633-1.02A2.998 2.998 0 0 0 4 10a2.997 2.997 0 0 0-1.367-2.517C2.277 7.252 2 6.887 2 6.463V5.25A2.25 2.25 0 0 1 4.25 3h11.5ZM13.5 7.396a.75.75 0 0 0-1.5 0v1.042a.75.75 0 0 0 1.5 0V7.396Zm0 4.167a.75.75 0 0 0-1.5 0v1.041a.75.75 0 0 0 1.5 0v-1.041Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TicketIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/TrashIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/TrashIcon.d.ts new file mode 100644 index 00000000..48a2ee23 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/TrashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TrashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TrashIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/TrashIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/TrashIcon.js new file mode 100644 index 00000000..c0437099 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/TrashIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function TrashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8.75 1A2.75 2.75 0 0 0 6 3.75v.443c-.795.077-1.584.176-2.365.298a.75.75 0 1 0 .23 1.482l.149-.022.841 10.518A2.75 2.75 0 0 0 7.596 19h4.807a2.75 2.75 0 0 0 2.742-2.53l.841-10.52.149.023a.75.75 0 0 0 .23-1.482A41.03 41.03 0 0 0 14 4.193V3.75A2.75 2.75 0 0 0 11.25 1h-2.5ZM10 4c.84 0 1.673.025 2.5.075V3.75c0-.69-.56-1.25-1.25-1.25h-2.5c-.69 0-1.25.56-1.25 1.25v.325C8.327 4.025 9.16 4 10 4ZM8.58 7.72a.75.75 0 0 0-1.5.06l.3 7.5a.75.75 0 1 0 1.5-.06l-.3-7.5Zm4.34.06a.75.75 0 1 0-1.5-.06l-.3 7.5a.75.75 0 1 0 1.5.06l.3-7.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TrashIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/TrophyIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/TrophyIcon.d.ts new file mode 100644 index 00000000..7c30b4cb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/TrophyIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TrophyIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TrophyIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/TrophyIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/TrophyIcon.js new file mode 100644 index 00000000..da84f513 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/TrophyIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function TrophyIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 1c-1.828 0-3.623.149-5.371.435a.75.75 0 0 0-.629.74v.387c-.827.157-1.642.345-2.445.564a.75.75 0 0 0-.552.698 5 5 0 0 0 4.503 5.152 6 6 0 0 0 2.946 1.822A6.451 6.451 0 0 1 7.768 13H7.5A1.5 1.5 0 0 0 6 14.5V17h-.75C4.56 17 4 17.56 4 18.25c0 .414.336.75.75.75h10.5a.75.75 0 0 0 .75-.75c0-.69-.56-1.25-1.25-1.25H14v-2.5a1.5 1.5 0 0 0-1.5-1.5h-.268a6.453 6.453 0 0 1-.684-2.202 6 6 0 0 0 2.946-1.822 5 5 0 0 0 4.503-5.152.75.75 0 0 0-.552-.698A31.804 31.804 0 0 0 16 2.562v-.387a.75.75 0 0 0-.629-.74A33.227 33.227 0 0 0 10 1ZM2.525 4.422C3.012 4.3 3.504 4.19 4 4.09V5c0 .74.134 1.448.38 2.103a3.503 3.503 0 0 1-1.855-2.68Zm14.95 0a3.503 3.503 0 0 1-1.854 2.68C15.866 6.449 16 5.74 16 5v-.91c.496.099.988.21 1.475.332Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TrophyIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/TruckIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/TruckIcon.d.ts new file mode 100644 index 00000000..51492fb0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/TruckIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TruckIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TruckIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/TruckIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/TruckIcon.js new file mode 100644 index 00000000..fd4ea001 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/TruckIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function TruckIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M6.5 3c-1.051 0-2.093.04-3.125.117A1.49 1.49 0 0 0 2 4.607V10.5h9V4.606c0-.771-.59-1.43-1.375-1.489A41.568 41.568 0 0 0 6.5 3ZM2 12v2.5A1.5 1.5 0 0 0 3.5 16h.041a3 3 0 0 1 5.918 0h.791a.75.75 0 0 0 .75-.75V12H2Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M6.5 18a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM13.25 5a.75.75 0 0 0-.75.75v8.514a3.001 3.001 0 0 1 4.893 1.44c.37-.275.61-.719.595-1.227a24.905 24.905 0 0 0-1.784-8.549A1.486 1.486 0 0 0 14.823 5H13.25ZM14.5 18a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TruckIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/TvIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/TvIcon.d.ts new file mode 100644 index 00000000..54c4c6aa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/TvIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TvIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TvIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/TvIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/TvIcon.js new file mode 100644 index 00000000..cf7729c5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/TvIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function TvIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4 5h12v7H4V5Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1 3.5A1.5 1.5 0 0 1 2.5 2h15A1.5 1.5 0 0 1 19 3.5v10a1.5 1.5 0 0 1-1.5 1.5H12v1.5h3.25a.75.75 0 0 1 0 1.5H4.75a.75.75 0 0 1 0-1.5H8V15H2.5A1.5 1.5 0 0 1 1 13.5v-10Zm16.5 0h-15v10h15v-10Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TvIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/UnderlineIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/UnderlineIcon.d.ts new file mode 100644 index 00000000..8f6acc73 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/UnderlineIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UnderlineIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UnderlineIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/UnderlineIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/UnderlineIcon.js new file mode 100644 index 00000000..a136e423 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/UnderlineIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function UnderlineIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.75 2a.75.75 0 0 1 .75.75V9a4.5 4.5 0 1 0 9 0V2.75a.75.75 0 0 1 1.5 0V9A6 6 0 0 1 4 9V2.75A.75.75 0 0 1 4.75 2ZM2 17.25a.75.75 0 0 1 .75-.75h14.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UnderlineIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/UserCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/UserCircleIcon.d.ts new file mode 100644 index 00000000..b398b1a2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/UserCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UserCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UserCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/UserCircleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/UserCircleIcon.js new file mode 100644 index 00000000..a8b1be3d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/UserCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function UserCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M18 10a8 8 0 1 1-16 0 8 8 0 0 1 16 0Zm-5.5-2.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0ZM10 12a5.99 5.99 0 0 0-4.793 2.39A6.483 6.483 0 0 0 10 16.5a6.483 6.483 0 0 0 4.793-2.11A5.99 5.99 0 0 0 10 12Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UserCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/UserGroupIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/UserGroupIcon.d.ts new file mode 100644 index 00000000..db3a8465 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/UserGroupIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UserGroupIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UserGroupIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/UserGroupIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/UserGroupIcon.js new file mode 100644 index 00000000..48798bf4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/UserGroupIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function UserGroupIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10 9a3 3 0 1 0 0-6 3 3 0 0 0 0 6ZM6 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM1.49 15.326a.78.78 0 0 1-.358-.442 3 3 0 0 1 4.308-3.516 6.484 6.484 0 0 0-1.905 3.959c-.023.222-.014.442.025.654a4.97 4.97 0 0 1-2.07-.655ZM16.44 15.98a4.97 4.97 0 0 0 2.07-.654.78.78 0 0 0 .357-.442 3 3 0 0 0-4.308-3.517 6.484 6.484 0 0 1 1.907 3.96 2.32 2.32 0 0 1-.026.654ZM18 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM5.304 16.19a.844.844 0 0 1-.277-.71 5 5 0 0 1 9.947 0 .843.843 0 0 1-.277.71A6.975 6.975 0 0 1 10 18a6.974 6.974 0 0 1-4.696-1.81Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UserGroupIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/UserIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/UserIcon.d.ts new file mode 100644 index 00000000..7ebdc6aa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/UserIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UserIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UserIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/UserIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/UserIcon.js new file mode 100644 index 00000000..b8c6d403 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/UserIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function UserIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6ZM3.465 14.493a1.23 1.23 0 0 0 .41 1.412A9.957 9.957 0 0 0 10 18c2.31 0 4.438-.784 6.131-2.1.43-.333.604-.903.408-1.41a7.002 7.002 0 0 0-13.074.003Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UserIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/UserMinusIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/UserMinusIcon.d.ts new file mode 100644 index 00000000..e1bd6605 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/UserMinusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UserMinusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UserMinusIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/UserMinusIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/UserMinusIcon.js new file mode 100644 index 00000000..32b443a2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/UserMinusIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function UserMinusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M11 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0ZM2.046 15.253c-.058.468.172.92.57 1.175A9.953 9.953 0 0 0 8 18c1.982 0 3.83-.578 5.384-1.573.398-.254.628-.707.57-1.175a6.001 6.001 0 0 0-11.908 0ZM12.75 7.75a.75.75 0 0 0 0 1.5h5.5a.75.75 0 0 0 0-1.5h-5.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UserMinusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/UserPlusIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/UserPlusIcon.d.ts new file mode 100644 index 00000000..c1fdbc4e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/UserPlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UserPlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UserPlusIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/UserPlusIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/UserPlusIcon.js new file mode 100644 index 00000000..2b4a1165 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/UserPlusIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function UserPlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0ZM1.615 16.428a1.224 1.224 0 0 1-.569-1.175 6.002 6.002 0 0 1 11.908 0c.058.467-.172.92-.57 1.174A9.953 9.953 0 0 1 7 18a9.953 9.953 0 0 1-5.385-1.572ZM16.25 5.75a.75.75 0 0 0-1.5 0v2h-2a.75.75 0 0 0 0 1.5h2v2a.75.75 0 0 0 1.5 0v-2h2a.75.75 0 0 0 0-1.5h-2v-2Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UserPlusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/UsersIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/UsersIcon.d.ts new file mode 100644 index 00000000..0b623c1a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/UsersIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UsersIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UsersIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/UsersIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/UsersIcon.js new file mode 100644 index 00000000..e81c48ac --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/UsersIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function UsersIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M7 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6ZM14.5 9a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM1.615 16.428a1.224 1.224 0 0 1-.569-1.175 6.002 6.002 0 0 1 11.908 0c.058.467-.172.92-.57 1.174A9.953 9.953 0 0 1 7 18a9.953 9.953 0 0 1-5.385-1.572ZM14.5 16h-.106c.07-.297.088-.611.048-.933a7.47 7.47 0 0 0-1.588-3.755 4.502 4.502 0 0 1 5.874 2.636.818.818 0 0 1-.36.98A7.465 7.465 0 0 1 14.5 16Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UsersIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/VariableIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/VariableIcon.d.ts new file mode 100644 index 00000000..c7fbf5e2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/VariableIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const VariableIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default VariableIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/VariableIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/VariableIcon.js new file mode 100644 index 00000000..9514b435 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/VariableIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function VariableIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15.212 2.079a.75.75 0 0 1 1.006.336A16.932 16.932 0 0 1 18 10c0 2.724-.641 5.3-1.782 7.585a.75.75 0 1 1-1.342-.67A15.432 15.432 0 0 0 16.5 10c0-2.486-.585-4.834-1.624-6.915a.75.75 0 0 1 .336-1.006Zm-10.424 0a.75.75 0 0 1 .336 1.006A15.433 15.433 0 0 0 3.5 10c0 2.486.585 4.834 1.624 6.915a.75.75 0 1 1-1.342.67A16.933 16.933 0 0 1 2 10c0-2.724.641-5.3 1.782-7.585a.75.75 0 0 1 1.006-.336Zm2.285 3.554a1.5 1.5 0 0 1 2.219.677l.856 2.08 1.146-1.77a2.25 2.25 0 0 1 3.137-.65l.235.156a.75.75 0 1 1-.832 1.248l-.235-.156a.75.75 0 0 0-1.045.216l-1.71 2.644 1.251 3.04.739-.492a.75.75 0 1 1 .832 1.248l-.739.493a1.5 1.5 0 0 1-2.219-.677l-.856-2.08-1.146 1.77a2.25 2.25 0 0 1-3.137.65l-.235-.156a.75.75 0 0 1 .832-1.248l.235.157a.75.75 0 0 0 1.045-.217l1.71-2.644-1.251-3.04-.739.492a.75.75 0 0 1-.832-1.248l.739-.493Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(VariableIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/VideoCameraIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/VideoCameraIcon.d.ts new file mode 100644 index 00000000..ea0d067e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/VideoCameraIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const VideoCameraIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default VideoCameraIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/VideoCameraIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/VideoCameraIcon.js new file mode 100644 index 00000000..e0debee9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/VideoCameraIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function VideoCameraIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.25 4A2.25 2.25 0 0 0 1 6.25v7.5A2.25 2.25 0 0 0 3.25 16h7.5A2.25 2.25 0 0 0 13 13.75v-7.5A2.25 2.25 0 0 0 10.75 4h-7.5ZM19 4.75a.75.75 0 0 0-1.28-.53l-3 3a.75.75 0 0 0-.22.53v4.5c0 .199.079.39.22.53l3 3a.75.75 0 0 0 1.28-.53V4.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(VideoCameraIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/VideoCameraSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/VideoCameraSlashIcon.d.ts new file mode 100644 index 00000000..592efb41 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/VideoCameraSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const VideoCameraSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default VideoCameraSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/VideoCameraSlashIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/VideoCameraSlashIcon.js new file mode 100644 index 00000000..edc89f26 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/VideoCameraSlashIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function VideoCameraSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M1 13.75V7.182L9.818 16H3.25A2.25 2.25 0 0 1 1 13.75ZM13 6.25v6.568L4.182 4h6.568A2.25 2.25 0 0 1 13 6.25ZM19 4.75a.75.75 0 0 0-1.28-.53l-3 3a.75.75 0 0 0-.22.53v4.5c0 .199.079.39.22.53l3 3a.75.75 0 0 0 1.28-.53V4.75ZM2.28 4.22a.75.75 0 0 0-1.06 1.06l10.5 10.5a.75.75 0 1 0 1.06-1.06L2.28 4.22Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(VideoCameraSlashIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ViewColumnsIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ViewColumnsIcon.d.ts new file mode 100644 index 00000000..fdd02309 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ViewColumnsIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ViewColumnsIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ViewColumnsIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ViewColumnsIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ViewColumnsIcon.js new file mode 100644 index 00000000..97f96c2b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ViewColumnsIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function ViewColumnsIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M14 17h2.75A2.25 2.25 0 0 0 19 14.75v-9.5A2.25 2.25 0 0 0 16.75 3H14v14ZM12.5 3h-5v14h5V3ZM3.25 3H6v14H3.25A2.25 2.25 0 0 1 1 14.75v-9.5A2.25 2.25 0 0 1 3.25 3Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ViewColumnsIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ViewfinderCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/ViewfinderCircleIcon.d.ts new file mode 100644 index 00000000..378d1aa8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ViewfinderCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ViewfinderCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ViewfinderCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/ViewfinderCircleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/ViewfinderCircleIcon.js new file mode 100644 index 00000000..19295ec2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/ViewfinderCircleIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function ViewfinderCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4.25 2A2.25 2.25 0 0 0 2 4.25v2a.75.75 0 0 0 1.5 0v-2a.75.75 0 0 1 .75-.75h2a.75.75 0 0 0 0-1.5h-2ZM13.75 2a.75.75 0 0 0 0 1.5h2a.75.75 0 0 1 .75.75v2a.75.75 0 0 0 1.5 0v-2A2.25 2.25 0 0 0 15.75 2h-2ZM3.5 13.75a.75.75 0 0 0-1.5 0v2A2.25 2.25 0 0 0 4.25 18h2a.75.75 0 0 0 0-1.5h-2a.75.75 0 0 1-.75-.75v-2ZM18 13.75a.75.75 0 0 0-1.5 0v2a.75.75 0 0 1-.75.75h-2a.75.75 0 0 0 0 1.5h2A2.25 2.25 0 0 0 18 15.75v-2ZM7 10a3 3 0 1 1 6 0 3 3 0 0 1-6 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ViewfinderCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/WalletIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/WalletIcon.d.ts new file mode 100644 index 00000000..760de0cd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/WalletIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const WalletIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default WalletIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/WalletIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/WalletIcon.js new file mode 100644 index 00000000..703d0b8a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/WalletIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function WalletIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M1 4.25a3.733 3.733 0 0 1 2.25-.75h13.5c.844 0 1.623.279 2.25.75A2.25 2.25 0 0 0 16.75 2H3.25A2.25 2.25 0 0 0 1 4.25ZM1 7.25a3.733 3.733 0 0 1 2.25-.75h13.5c.844 0 1.623.279 2.25.75A2.25 2.25 0 0 0 16.75 5H3.25A2.25 2.25 0 0 0 1 7.25ZM7 8a1 1 0 0 1 1 1 2 2 0 1 0 4 0 1 1 0 0 1 1-1h3.75A2.25 2.25 0 0 1 19 10.25v5.5A2.25 2.25 0 0 1 16.75 18H3.25A2.25 2.25 0 0 1 1 15.75v-5.5A2.25 2.25 0 0 1 3.25 8H7Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(WalletIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/WifiIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/WifiIcon.d.ts new file mode 100644 index 00000000..393605f1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/WifiIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const WifiIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default WifiIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/WifiIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/WifiIcon.js new file mode 100644 index 00000000..454dae67 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/WifiIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function WifiIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M.676 6.941A12.964 12.964 0 0 1 10 3c3.657 0 6.963 1.511 9.324 3.941a.75.75 0 0 1-.008 1.053l-.353.354a.75.75 0 0 1-1.069-.008C15.894 6.28 13.097 5 10 5 6.903 5 4.106 6.28 2.106 8.34a.75.75 0 0 1-1.069.008l-.353-.354a.75.75 0 0 1-.008-1.053Zm2.825 2.833A8.976 8.976 0 0 1 10 7a8.976 8.976 0 0 1 6.499 2.774.75.75 0 0 1-.011 1.049l-.354.354a.75.75 0 0 1-1.072-.012A6.978 6.978 0 0 0 10 9c-1.99 0-3.786.83-5.061 2.165a.75.75 0 0 1-1.073.012l-.354-.354a.75.75 0 0 1-.01-1.05Zm2.82 2.84A4.989 4.989 0 0 1 10 11c1.456 0 2.767.623 3.68 1.614a.75.75 0 0 1-.022 1.039l-.354.354a.75.75 0 0 1-1.085-.026A2.99 2.99 0 0 0 10 13c-.88 0-1.67.377-2.22.981a.75.75 0 0 1-1.084.026l-.354-.354a.75.75 0 0 1-.021-1.039Zm2.795 2.752a1.248 1.248 0 0 1 1.768 0 .75.75 0 0 1 0 1.06l-.354.354a.75.75 0 0 1-1.06 0l-.354-.353a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(WifiIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/WindowIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/WindowIcon.d.ts new file mode 100644 index 00000000..e0eddb35 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/WindowIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const WindowIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default WindowIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/WindowIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/WindowIcon.js new file mode 100644 index 00000000..86367225 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/WindowIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function WindowIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.25 2A2.25 2.25 0 0 0 2 4.25v11.5A2.25 2.25 0 0 0 4.25 18h11.5A2.25 2.25 0 0 0 18 15.75V4.25A2.25 2.25 0 0 0 15.75 2H4.25ZM3.5 8v7.75c0 .414.336.75.75.75h11.5a.75.75 0 0 0 .75-.75V8h-13ZM5 4.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V5a.75.75 0 0 0-.75-.75H5ZM7.25 5A.75.75 0 0 1 8 4.25h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H8a.75.75 0 0 1-.75-.75V5ZM11 4.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V5a.75.75 0 0 0-.75-.75H11Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(WindowIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/WrenchIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/WrenchIcon.d.ts new file mode 100644 index 00000000..1ffd1f2c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/WrenchIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const WrenchIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default WrenchIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/WrenchIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/WrenchIcon.js new file mode 100644 index 00000000..684ab106 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/WrenchIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function WrenchIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M19 5.5a4.5 4.5 0 0 1-4.791 4.49c-.873-.055-1.808.128-2.368.8l-6.024 7.23a2.724 2.724 0 1 1-3.837-3.837L9.21 8.16c.672-.56.855-1.495.8-2.368a4.5 4.5 0 0 1 5.873-4.575c.324.105.39.51.15.752L13.34 4.66a.455.455 0 0 0-.11.494 3.01 3.01 0 0 0 1.617 1.617c.17.07.363.02.493-.111l2.692-2.692c.241-.241.647-.174.752.15.14.435.216.9.216 1.382ZM4 17a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(WrenchIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/WrenchScrewdriverIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/WrenchScrewdriverIcon.d.ts new file mode 100644 index 00000000..ad96c868 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/WrenchScrewdriverIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const WrenchScrewdriverIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default WrenchScrewdriverIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/WrenchScrewdriverIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/WrenchScrewdriverIcon.js new file mode 100644 index 00000000..b32b7915 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/WrenchScrewdriverIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function WrenchScrewdriverIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M14.5 10a4.5 4.5 0 0 0 4.284-5.882c-.105-.324-.51-.391-.752-.15L15.34 6.66a.454.454 0 0 1-.493.11 3.01 3.01 0 0 1-1.618-1.616.455.455 0 0 1 .11-.494l2.694-2.692c.24-.241.174-.647-.15-.752a4.5 4.5 0 0 0-5.873 4.575c.055.873-.128 1.808-.8 2.368l-7.23 6.024a2.724 2.724 0 1 0 3.837 3.837l6.024-7.23c.56-.672 1.495-.855 2.368-.8.096.007.193.01.291.01ZM5 16a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M14.5 11.5c.173 0 .345-.007.514-.022l3.754 3.754a2.5 2.5 0 0 1-3.536 3.536l-4.41-4.41 2.172-2.607c.052-.063.147-.138.342-.196.202-.06.469-.087.777-.067.128.008.257.012.387.012ZM6 4.586l2.33 2.33a.452.452 0 0 1-.08.09L6.8 8.214 4.586 6H3.309a.5.5 0 0 1-.447-.276l-1.7-3.402a.5.5 0 0 1 .093-.577l.49-.49a.5.5 0 0 1 .577-.094l3.402 1.7A.5.5 0 0 1 6 3.31v1.277Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(WrenchScrewdriverIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/XCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/XCircleIcon.d.ts new file mode 100644 index 00000000..03e86569 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/XCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const XCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default XCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/XCircleIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/XCircleIcon.js new file mode 100644 index 00000000..85ec0251 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/XCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function XCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16ZM8.28 7.22a.75.75 0 0 0-1.06 1.06L8.94 10l-1.72 1.72a.75.75 0 1 0 1.06 1.06L10 11.06l1.72 1.72a.75.75 0 1 0 1.06-1.06L11.06 10l1.72-1.72a.75.75 0 0 0-1.06-1.06L10 8.94 8.28 7.22Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(XCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/XMarkIcon.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/XMarkIcon.d.ts new file mode 100644 index 00000000..1d1018fb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/XMarkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const XMarkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default XMarkIcon; diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/XMarkIcon.js b/frontend/node_modules/@heroicons/react/20/solid/esm/XMarkIcon.js new file mode 100644 index 00000000..ef0c8d54 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/XMarkIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function XMarkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 20 20", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M6.28 5.22a.75.75 0 0 0-1.06 1.06L8.94 10l-3.72 3.72a.75.75 0 1 0 1.06 1.06L10 11.06l3.72 3.72a.75.75 0 1 0 1.06-1.06L11.06 10l3.72-3.72a.75.75 0 0 0-1.06-1.06L10 8.94 6.28 5.22Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(XMarkIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/index.d.ts b/frontend/node_modules/@heroicons/react/20/solid/esm/index.d.ts new file mode 100644 index 00000000..f8a00880 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/index.d.ts @@ -0,0 +1,324 @@ +export { default as AcademicCapIcon } from './AcademicCapIcon' +export { default as AdjustmentsHorizontalIcon } from './AdjustmentsHorizontalIcon' +export { default as AdjustmentsVerticalIcon } from './AdjustmentsVerticalIcon' +export { default as ArchiveBoxArrowDownIcon } from './ArchiveBoxArrowDownIcon' +export { default as ArchiveBoxXMarkIcon } from './ArchiveBoxXMarkIcon' +export { default as ArchiveBoxIcon } from './ArchiveBoxIcon' +export { default as ArrowDownCircleIcon } from './ArrowDownCircleIcon' +export { default as ArrowDownLeftIcon } from './ArrowDownLeftIcon' +export { default as ArrowDownOnSquareStackIcon } from './ArrowDownOnSquareStackIcon' +export { default as ArrowDownOnSquareIcon } from './ArrowDownOnSquareIcon' +export { default as ArrowDownRightIcon } from './ArrowDownRightIcon' +export { default as ArrowDownTrayIcon } from './ArrowDownTrayIcon' +export { default as ArrowDownIcon } from './ArrowDownIcon' +export { default as ArrowLeftCircleIcon } from './ArrowLeftCircleIcon' +export { default as ArrowLeftEndOnRectangleIcon } from './ArrowLeftEndOnRectangleIcon' +export { default as ArrowLeftOnRectangleIcon } from './ArrowLeftOnRectangleIcon' +export { default as ArrowLeftStartOnRectangleIcon } from './ArrowLeftStartOnRectangleIcon' +export { default as ArrowLeftIcon } from './ArrowLeftIcon' +export { default as ArrowLongDownIcon } from './ArrowLongDownIcon' +export { default as ArrowLongLeftIcon } from './ArrowLongLeftIcon' +export { default as ArrowLongRightIcon } from './ArrowLongRightIcon' +export { default as ArrowLongUpIcon } from './ArrowLongUpIcon' +export { default as ArrowPathRoundedSquareIcon } from './ArrowPathRoundedSquareIcon' +export { default as ArrowPathIcon } from './ArrowPathIcon' +export { default as ArrowRightCircleIcon } from './ArrowRightCircleIcon' +export { default as ArrowRightEndOnRectangleIcon } from './ArrowRightEndOnRectangleIcon' +export { default as ArrowRightOnRectangleIcon } from './ArrowRightOnRectangleIcon' +export { default as ArrowRightStartOnRectangleIcon } from './ArrowRightStartOnRectangleIcon' +export { default as ArrowRightIcon } from './ArrowRightIcon' +export { default as ArrowSmallDownIcon } from './ArrowSmallDownIcon' +export { default as ArrowSmallLeftIcon } from './ArrowSmallLeftIcon' +export { default as ArrowSmallRightIcon } from './ArrowSmallRightIcon' +export { default as ArrowSmallUpIcon } from './ArrowSmallUpIcon' +export { default as ArrowTopRightOnSquareIcon } from './ArrowTopRightOnSquareIcon' +export { default as ArrowTrendingDownIcon } from './ArrowTrendingDownIcon' +export { default as ArrowTrendingUpIcon } from './ArrowTrendingUpIcon' +export { default as ArrowTurnDownLeftIcon } from './ArrowTurnDownLeftIcon' +export { default as ArrowTurnDownRightIcon } from './ArrowTurnDownRightIcon' +export { default as ArrowTurnLeftDownIcon } from './ArrowTurnLeftDownIcon' +export { default as ArrowTurnLeftUpIcon } from './ArrowTurnLeftUpIcon' +export { default as ArrowTurnRightDownIcon } from './ArrowTurnRightDownIcon' +export { default as ArrowTurnRightUpIcon } from './ArrowTurnRightUpIcon' +export { default as ArrowTurnUpLeftIcon } from './ArrowTurnUpLeftIcon' +export { default as ArrowTurnUpRightIcon } from './ArrowTurnUpRightIcon' +export { default as ArrowUpCircleIcon } from './ArrowUpCircleIcon' +export { default as ArrowUpLeftIcon } from './ArrowUpLeftIcon' +export { default as ArrowUpOnSquareStackIcon } from './ArrowUpOnSquareStackIcon' +export { default as ArrowUpOnSquareIcon } from './ArrowUpOnSquareIcon' +export { default as ArrowUpRightIcon } from './ArrowUpRightIcon' +export { default as ArrowUpTrayIcon } from './ArrowUpTrayIcon' +export { default as ArrowUpIcon } from './ArrowUpIcon' +export { default as ArrowUturnDownIcon } from './ArrowUturnDownIcon' +export { default as ArrowUturnLeftIcon } from './ArrowUturnLeftIcon' +export { default as ArrowUturnRightIcon } from './ArrowUturnRightIcon' +export { default as ArrowUturnUpIcon } from './ArrowUturnUpIcon' +export { default as ArrowsPointingInIcon } from './ArrowsPointingInIcon' +export { default as ArrowsPointingOutIcon } from './ArrowsPointingOutIcon' +export { default as ArrowsRightLeftIcon } from './ArrowsRightLeftIcon' +export { default as ArrowsUpDownIcon } from './ArrowsUpDownIcon' +export { default as AtSymbolIcon } from './AtSymbolIcon' +export { default as BackspaceIcon } from './BackspaceIcon' +export { default as BackwardIcon } from './BackwardIcon' +export { default as BanknotesIcon } from './BanknotesIcon' +export { default as Bars2Icon } from './Bars2Icon' +export { default as Bars3BottomLeftIcon } from './Bars3BottomLeftIcon' +export { default as Bars3BottomRightIcon } from './Bars3BottomRightIcon' +export { default as Bars3CenterLeftIcon } from './Bars3CenterLeftIcon' +export { default as Bars3Icon } from './Bars3Icon' +export { default as Bars4Icon } from './Bars4Icon' +export { default as BarsArrowDownIcon } from './BarsArrowDownIcon' +export { default as BarsArrowUpIcon } from './BarsArrowUpIcon' +export { default as Battery0Icon } from './Battery0Icon' +export { default as Battery100Icon } from './Battery100Icon' +export { default as Battery50Icon } from './Battery50Icon' +export { default as BeakerIcon } from './BeakerIcon' +export { default as BellAlertIcon } from './BellAlertIcon' +export { default as BellSlashIcon } from './BellSlashIcon' +export { default as BellSnoozeIcon } from './BellSnoozeIcon' +export { default as BellIcon } from './BellIcon' +export { default as BoldIcon } from './BoldIcon' +export { default as BoltSlashIcon } from './BoltSlashIcon' +export { default as BoltIcon } from './BoltIcon' +export { default as BookOpenIcon } from './BookOpenIcon' +export { default as BookmarkSlashIcon } from './BookmarkSlashIcon' +export { default as BookmarkSquareIcon } from './BookmarkSquareIcon' +export { default as BookmarkIcon } from './BookmarkIcon' +export { default as BriefcaseIcon } from './BriefcaseIcon' +export { default as BugAntIcon } from './BugAntIcon' +export { default as BuildingLibraryIcon } from './BuildingLibraryIcon' +export { default as BuildingOffice2Icon } from './BuildingOffice2Icon' +export { default as BuildingOfficeIcon } from './BuildingOfficeIcon' +export { default as BuildingStorefrontIcon } from './BuildingStorefrontIcon' +export { default as CakeIcon } from './CakeIcon' +export { default as CalculatorIcon } from './CalculatorIcon' +export { default as CalendarDateRangeIcon } from './CalendarDateRangeIcon' +export { default as CalendarDaysIcon } from './CalendarDaysIcon' +export { default as CalendarIcon } from './CalendarIcon' +export { default as CameraIcon } from './CameraIcon' +export { default as ChartBarSquareIcon } from './ChartBarSquareIcon' +export { default as ChartBarIcon } from './ChartBarIcon' +export { default as ChartPieIcon } from './ChartPieIcon' +export { default as ChatBubbleBottomCenterTextIcon } from './ChatBubbleBottomCenterTextIcon' +export { default as ChatBubbleBottomCenterIcon } from './ChatBubbleBottomCenterIcon' +export { default as ChatBubbleLeftEllipsisIcon } from './ChatBubbleLeftEllipsisIcon' +export { default as ChatBubbleLeftRightIcon } from './ChatBubbleLeftRightIcon' +export { default as ChatBubbleLeftIcon } from './ChatBubbleLeftIcon' +export { default as ChatBubbleOvalLeftEllipsisIcon } from './ChatBubbleOvalLeftEllipsisIcon' +export { default as ChatBubbleOvalLeftIcon } from './ChatBubbleOvalLeftIcon' +export { default as CheckBadgeIcon } from './CheckBadgeIcon' +export { default as CheckCircleIcon } from './CheckCircleIcon' +export { default as CheckIcon } from './CheckIcon' +export { default as ChevronDoubleDownIcon } from './ChevronDoubleDownIcon' +export { default as ChevronDoubleLeftIcon } from './ChevronDoubleLeftIcon' +export { default as ChevronDoubleRightIcon } from './ChevronDoubleRightIcon' +export { default as ChevronDoubleUpIcon } from './ChevronDoubleUpIcon' +export { default as ChevronDownIcon } from './ChevronDownIcon' +export { default as ChevronLeftIcon } from './ChevronLeftIcon' +export { default as ChevronRightIcon } from './ChevronRightIcon' +export { default as ChevronUpDownIcon } from './ChevronUpDownIcon' +export { default as ChevronUpIcon } from './ChevronUpIcon' +export { default as CircleStackIcon } from './CircleStackIcon' +export { default as ClipboardDocumentCheckIcon } from './ClipboardDocumentCheckIcon' +export { default as ClipboardDocumentListIcon } from './ClipboardDocumentListIcon' +export { default as ClipboardDocumentIcon } from './ClipboardDocumentIcon' +export { default as ClipboardIcon } from './ClipboardIcon' +export { default as ClockIcon } from './ClockIcon' +export { default as CloudArrowDownIcon } from './CloudArrowDownIcon' +export { default as CloudArrowUpIcon } from './CloudArrowUpIcon' +export { default as CloudIcon } from './CloudIcon' +export { default as CodeBracketSquareIcon } from './CodeBracketSquareIcon' +export { default as CodeBracketIcon } from './CodeBracketIcon' +export { default as Cog6ToothIcon } from './Cog6ToothIcon' +export { default as Cog8ToothIcon } from './Cog8ToothIcon' +export { default as CogIcon } from './CogIcon' +export { default as CommandLineIcon } from './CommandLineIcon' +export { default as ComputerDesktopIcon } from './ComputerDesktopIcon' +export { default as CpuChipIcon } from './CpuChipIcon' +export { default as CreditCardIcon } from './CreditCardIcon' +export { default as CubeTransparentIcon } from './CubeTransparentIcon' +export { default as CubeIcon } from './CubeIcon' +export { default as CurrencyBangladeshiIcon } from './CurrencyBangladeshiIcon' +export { default as CurrencyDollarIcon } from './CurrencyDollarIcon' +export { default as CurrencyEuroIcon } from './CurrencyEuroIcon' +export { default as CurrencyPoundIcon } from './CurrencyPoundIcon' +export { default as CurrencyRupeeIcon } from './CurrencyRupeeIcon' +export { default as CurrencyYenIcon } from './CurrencyYenIcon' +export { default as CursorArrowRaysIcon } from './CursorArrowRaysIcon' +export { default as CursorArrowRippleIcon } from './CursorArrowRippleIcon' +export { default as DevicePhoneMobileIcon } from './DevicePhoneMobileIcon' +export { default as DeviceTabletIcon } from './DeviceTabletIcon' +export { default as DivideIcon } from './DivideIcon' +export { default as DocumentArrowDownIcon } from './DocumentArrowDownIcon' +export { default as DocumentArrowUpIcon } from './DocumentArrowUpIcon' +export { default as DocumentChartBarIcon } from './DocumentChartBarIcon' +export { default as DocumentCheckIcon } from './DocumentCheckIcon' +export { default as DocumentCurrencyBangladeshiIcon } from './DocumentCurrencyBangladeshiIcon' +export { default as DocumentCurrencyDollarIcon } from './DocumentCurrencyDollarIcon' +export { default as DocumentCurrencyEuroIcon } from './DocumentCurrencyEuroIcon' +export { default as DocumentCurrencyPoundIcon } from './DocumentCurrencyPoundIcon' +export { default as DocumentCurrencyRupeeIcon } from './DocumentCurrencyRupeeIcon' +export { default as DocumentCurrencyYenIcon } from './DocumentCurrencyYenIcon' +export { default as DocumentDuplicateIcon } from './DocumentDuplicateIcon' +export { default as DocumentMagnifyingGlassIcon } from './DocumentMagnifyingGlassIcon' +export { default as DocumentMinusIcon } from './DocumentMinusIcon' +export { default as DocumentPlusIcon } from './DocumentPlusIcon' +export { default as DocumentTextIcon } from './DocumentTextIcon' +export { default as DocumentIcon } from './DocumentIcon' +export { default as EllipsisHorizontalCircleIcon } from './EllipsisHorizontalCircleIcon' +export { default as EllipsisHorizontalIcon } from './EllipsisHorizontalIcon' +export { default as EllipsisVerticalIcon } from './EllipsisVerticalIcon' +export { default as EnvelopeOpenIcon } from './EnvelopeOpenIcon' +export { default as EnvelopeIcon } from './EnvelopeIcon' +export { default as EqualsIcon } from './EqualsIcon' +export { default as ExclamationCircleIcon } from './ExclamationCircleIcon' +export { default as ExclamationTriangleIcon } from './ExclamationTriangleIcon' +export { default as EyeDropperIcon } from './EyeDropperIcon' +export { default as EyeSlashIcon } from './EyeSlashIcon' +export { default as EyeIcon } from './EyeIcon' +export { default as FaceFrownIcon } from './FaceFrownIcon' +export { default as FaceSmileIcon } from './FaceSmileIcon' +export { default as FilmIcon } from './FilmIcon' +export { default as FingerPrintIcon } from './FingerPrintIcon' +export { default as FireIcon } from './FireIcon' +export { default as FlagIcon } from './FlagIcon' +export { default as FolderArrowDownIcon } from './FolderArrowDownIcon' +export { default as FolderMinusIcon } from './FolderMinusIcon' +export { default as FolderOpenIcon } from './FolderOpenIcon' +export { default as FolderPlusIcon } from './FolderPlusIcon' +export { default as FolderIcon } from './FolderIcon' +export { default as ForwardIcon } from './ForwardIcon' +export { default as FunnelIcon } from './FunnelIcon' +export { default as GifIcon } from './GifIcon' +export { default as GiftTopIcon } from './GiftTopIcon' +export { default as GiftIcon } from './GiftIcon' +export { default as GlobeAltIcon } from './GlobeAltIcon' +export { default as GlobeAmericasIcon } from './GlobeAmericasIcon' +export { default as GlobeAsiaAustraliaIcon } from './GlobeAsiaAustraliaIcon' +export { default as GlobeEuropeAfricaIcon } from './GlobeEuropeAfricaIcon' +export { default as H1Icon } from './H1Icon' +export { default as H2Icon } from './H2Icon' +export { default as H3Icon } from './H3Icon' +export { default as HandRaisedIcon } from './HandRaisedIcon' +export { default as HandThumbDownIcon } from './HandThumbDownIcon' +export { default as HandThumbUpIcon } from './HandThumbUpIcon' +export { default as HashtagIcon } from './HashtagIcon' +export { default as HeartIcon } from './HeartIcon' +export { default as HomeModernIcon } from './HomeModernIcon' +export { default as HomeIcon } from './HomeIcon' +export { default as IdentificationIcon } from './IdentificationIcon' +export { default as InboxArrowDownIcon } from './InboxArrowDownIcon' +export { default as InboxStackIcon } from './InboxStackIcon' +export { default as InboxIcon } from './InboxIcon' +export { default as InformationCircleIcon } from './InformationCircleIcon' +export { default as ItalicIcon } from './ItalicIcon' +export { default as KeyIcon } from './KeyIcon' +export { default as LanguageIcon } from './LanguageIcon' +export { default as LifebuoyIcon } from './LifebuoyIcon' +export { default as LightBulbIcon } from './LightBulbIcon' +export { default as LinkSlashIcon } from './LinkSlashIcon' +export { default as LinkIcon } from './LinkIcon' +export { default as ListBulletIcon } from './ListBulletIcon' +export { default as LockClosedIcon } from './LockClosedIcon' +export { default as LockOpenIcon } from './LockOpenIcon' +export { default as MagnifyingGlassCircleIcon } from './MagnifyingGlassCircleIcon' +export { default as MagnifyingGlassMinusIcon } from './MagnifyingGlassMinusIcon' +export { default as MagnifyingGlassPlusIcon } from './MagnifyingGlassPlusIcon' +export { default as MagnifyingGlassIcon } from './MagnifyingGlassIcon' +export { default as MapPinIcon } from './MapPinIcon' +export { default as MapIcon } from './MapIcon' +export { default as MegaphoneIcon } from './MegaphoneIcon' +export { default as MicrophoneIcon } from './MicrophoneIcon' +export { default as MinusCircleIcon } from './MinusCircleIcon' +export { default as MinusSmallIcon } from './MinusSmallIcon' +export { default as MinusIcon } from './MinusIcon' +export { default as MoonIcon } from './MoonIcon' +export { default as MusicalNoteIcon } from './MusicalNoteIcon' +export { default as NewspaperIcon } from './NewspaperIcon' +export { default as NoSymbolIcon } from './NoSymbolIcon' +export { default as NumberedListIcon } from './NumberedListIcon' +export { default as PaintBrushIcon } from './PaintBrushIcon' +export { default as PaperAirplaneIcon } from './PaperAirplaneIcon' +export { default as PaperClipIcon } from './PaperClipIcon' +export { default as PauseCircleIcon } from './PauseCircleIcon' +export { default as PauseIcon } from './PauseIcon' +export { default as PencilSquareIcon } from './PencilSquareIcon' +export { default as PencilIcon } from './PencilIcon' +export { default as PercentBadgeIcon } from './PercentBadgeIcon' +export { default as PhoneArrowDownLeftIcon } from './PhoneArrowDownLeftIcon' +export { default as PhoneArrowUpRightIcon } from './PhoneArrowUpRightIcon' +export { default as PhoneXMarkIcon } from './PhoneXMarkIcon' +export { default as PhoneIcon } from './PhoneIcon' +export { default as PhotoIcon } from './PhotoIcon' +export { default as PlayCircleIcon } from './PlayCircleIcon' +export { default as PlayPauseIcon } from './PlayPauseIcon' +export { default as PlayIcon } from './PlayIcon' +export { default as PlusCircleIcon } from './PlusCircleIcon' +export { default as PlusSmallIcon } from './PlusSmallIcon' +export { default as PlusIcon } from './PlusIcon' +export { default as PowerIcon } from './PowerIcon' +export { default as PresentationChartBarIcon } from './PresentationChartBarIcon' +export { default as PresentationChartLineIcon } from './PresentationChartLineIcon' +export { default as PrinterIcon } from './PrinterIcon' +export { default as PuzzlePieceIcon } from './PuzzlePieceIcon' +export { default as QrCodeIcon } from './QrCodeIcon' +export { default as QuestionMarkCircleIcon } from './QuestionMarkCircleIcon' +export { default as QueueListIcon } from './QueueListIcon' +export { default as RadioIcon } from './RadioIcon' +export { default as ReceiptPercentIcon } from './ReceiptPercentIcon' +export { default as ReceiptRefundIcon } from './ReceiptRefundIcon' +export { default as RectangleGroupIcon } from './RectangleGroupIcon' +export { default as RectangleStackIcon } from './RectangleStackIcon' +export { default as RocketLaunchIcon } from './RocketLaunchIcon' +export { default as RssIcon } from './RssIcon' +export { default as ScaleIcon } from './ScaleIcon' +export { default as ScissorsIcon } from './ScissorsIcon' +export { default as ServerStackIcon } from './ServerStackIcon' +export { default as ServerIcon } from './ServerIcon' +export { default as ShareIcon } from './ShareIcon' +export { default as ShieldCheckIcon } from './ShieldCheckIcon' +export { default as ShieldExclamationIcon } from './ShieldExclamationIcon' +export { default as ShoppingBagIcon } from './ShoppingBagIcon' +export { default as ShoppingCartIcon } from './ShoppingCartIcon' +export { default as SignalSlashIcon } from './SignalSlashIcon' +export { default as SignalIcon } from './SignalIcon' +export { default as SlashIcon } from './SlashIcon' +export { default as SparklesIcon } from './SparklesIcon' +export { default as SpeakerWaveIcon } from './SpeakerWaveIcon' +export { default as SpeakerXMarkIcon } from './SpeakerXMarkIcon' +export { default as Square2StackIcon } from './Square2StackIcon' +export { default as Square3Stack3DIcon } from './Square3Stack3DIcon' +export { default as Squares2X2Icon } from './Squares2X2Icon' +export { default as SquaresPlusIcon } from './SquaresPlusIcon' +export { default as StarIcon } from './StarIcon' +export { default as StopCircleIcon } from './StopCircleIcon' +export { default as StopIcon } from './StopIcon' +export { default as StrikethroughIcon } from './StrikethroughIcon' +export { default as SunIcon } from './SunIcon' +export { default as SwatchIcon } from './SwatchIcon' +export { default as TableCellsIcon } from './TableCellsIcon' +export { default as TagIcon } from './TagIcon' +export { default as TicketIcon } from './TicketIcon' +export { default as TrashIcon } from './TrashIcon' +export { default as TrophyIcon } from './TrophyIcon' +export { default as TruckIcon } from './TruckIcon' +export { default as TvIcon } from './TvIcon' +export { default as UnderlineIcon } from './UnderlineIcon' +export { default as UserCircleIcon } from './UserCircleIcon' +export { default as UserGroupIcon } from './UserGroupIcon' +export { default as UserMinusIcon } from './UserMinusIcon' +export { default as UserPlusIcon } from './UserPlusIcon' +export { default as UserIcon } from './UserIcon' +export { default as UsersIcon } from './UsersIcon' +export { default as VariableIcon } from './VariableIcon' +export { default as VideoCameraSlashIcon } from './VideoCameraSlashIcon' +export { default as VideoCameraIcon } from './VideoCameraIcon' +export { default as ViewColumnsIcon } from './ViewColumnsIcon' +export { default as ViewfinderCircleIcon } from './ViewfinderCircleIcon' +export { default as WalletIcon } from './WalletIcon' +export { default as WifiIcon } from './WifiIcon' +export { default as WindowIcon } from './WindowIcon' +export { default as WrenchScrewdriverIcon } from './WrenchScrewdriverIcon' +export { default as WrenchIcon } from './WrenchIcon' +export { default as XCircleIcon } from './XCircleIcon' +export { default as XMarkIcon } from './XMarkIcon' \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/index.js b/frontend/node_modules/@heroicons/react/20/solid/esm/index.js new file mode 100644 index 00000000..529ae1b5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/index.js @@ -0,0 +1,324 @@ +export { default as AcademicCapIcon } from './AcademicCapIcon.js' +export { default as AdjustmentsHorizontalIcon } from './AdjustmentsHorizontalIcon.js' +export { default as AdjustmentsVerticalIcon } from './AdjustmentsVerticalIcon.js' +export { default as ArchiveBoxArrowDownIcon } from './ArchiveBoxArrowDownIcon.js' +export { default as ArchiveBoxXMarkIcon } from './ArchiveBoxXMarkIcon.js' +export { default as ArchiveBoxIcon } from './ArchiveBoxIcon.js' +export { default as ArrowDownCircleIcon } from './ArrowDownCircleIcon.js' +export { default as ArrowDownLeftIcon } from './ArrowDownLeftIcon.js' +export { default as ArrowDownOnSquareStackIcon } from './ArrowDownOnSquareStackIcon.js' +export { default as ArrowDownOnSquareIcon } from './ArrowDownOnSquareIcon.js' +export { default as ArrowDownRightIcon } from './ArrowDownRightIcon.js' +export { default as ArrowDownTrayIcon } from './ArrowDownTrayIcon.js' +export { default as ArrowDownIcon } from './ArrowDownIcon.js' +export { default as ArrowLeftCircleIcon } from './ArrowLeftCircleIcon.js' +export { default as ArrowLeftEndOnRectangleIcon } from './ArrowLeftEndOnRectangleIcon.js' +export { default as ArrowLeftOnRectangleIcon } from './ArrowLeftOnRectangleIcon.js' +export { default as ArrowLeftStartOnRectangleIcon } from './ArrowLeftStartOnRectangleIcon.js' +export { default as ArrowLeftIcon } from './ArrowLeftIcon.js' +export { default as ArrowLongDownIcon } from './ArrowLongDownIcon.js' +export { default as ArrowLongLeftIcon } from './ArrowLongLeftIcon.js' +export { default as ArrowLongRightIcon } from './ArrowLongRightIcon.js' +export { default as ArrowLongUpIcon } from './ArrowLongUpIcon.js' +export { default as ArrowPathRoundedSquareIcon } from './ArrowPathRoundedSquareIcon.js' +export { default as ArrowPathIcon } from './ArrowPathIcon.js' +export { default as ArrowRightCircleIcon } from './ArrowRightCircleIcon.js' +export { default as ArrowRightEndOnRectangleIcon } from './ArrowRightEndOnRectangleIcon.js' +export { default as ArrowRightOnRectangleIcon } from './ArrowRightOnRectangleIcon.js' +export { default as ArrowRightStartOnRectangleIcon } from './ArrowRightStartOnRectangleIcon.js' +export { default as ArrowRightIcon } from './ArrowRightIcon.js' +export { default as ArrowSmallDownIcon } from './ArrowSmallDownIcon.js' +export { default as ArrowSmallLeftIcon } from './ArrowSmallLeftIcon.js' +export { default as ArrowSmallRightIcon } from './ArrowSmallRightIcon.js' +export { default as ArrowSmallUpIcon } from './ArrowSmallUpIcon.js' +export { default as ArrowTopRightOnSquareIcon } from './ArrowTopRightOnSquareIcon.js' +export { default as ArrowTrendingDownIcon } from './ArrowTrendingDownIcon.js' +export { default as ArrowTrendingUpIcon } from './ArrowTrendingUpIcon.js' +export { default as ArrowTurnDownLeftIcon } from './ArrowTurnDownLeftIcon.js' +export { default as ArrowTurnDownRightIcon } from './ArrowTurnDownRightIcon.js' +export { default as ArrowTurnLeftDownIcon } from './ArrowTurnLeftDownIcon.js' +export { default as ArrowTurnLeftUpIcon } from './ArrowTurnLeftUpIcon.js' +export { default as ArrowTurnRightDownIcon } from './ArrowTurnRightDownIcon.js' +export { default as ArrowTurnRightUpIcon } from './ArrowTurnRightUpIcon.js' +export { default as ArrowTurnUpLeftIcon } from './ArrowTurnUpLeftIcon.js' +export { default as ArrowTurnUpRightIcon } from './ArrowTurnUpRightIcon.js' +export { default as ArrowUpCircleIcon } from './ArrowUpCircleIcon.js' +export { default as ArrowUpLeftIcon } from './ArrowUpLeftIcon.js' +export { default as ArrowUpOnSquareStackIcon } from './ArrowUpOnSquareStackIcon.js' +export { default as ArrowUpOnSquareIcon } from './ArrowUpOnSquareIcon.js' +export { default as ArrowUpRightIcon } from './ArrowUpRightIcon.js' +export { default as ArrowUpTrayIcon } from './ArrowUpTrayIcon.js' +export { default as ArrowUpIcon } from './ArrowUpIcon.js' +export { default as ArrowUturnDownIcon } from './ArrowUturnDownIcon.js' +export { default as ArrowUturnLeftIcon } from './ArrowUturnLeftIcon.js' +export { default as ArrowUturnRightIcon } from './ArrowUturnRightIcon.js' +export { default as ArrowUturnUpIcon } from './ArrowUturnUpIcon.js' +export { default as ArrowsPointingInIcon } from './ArrowsPointingInIcon.js' +export { default as ArrowsPointingOutIcon } from './ArrowsPointingOutIcon.js' +export { default as ArrowsRightLeftIcon } from './ArrowsRightLeftIcon.js' +export { default as ArrowsUpDownIcon } from './ArrowsUpDownIcon.js' +export { default as AtSymbolIcon } from './AtSymbolIcon.js' +export { default as BackspaceIcon } from './BackspaceIcon.js' +export { default as BackwardIcon } from './BackwardIcon.js' +export { default as BanknotesIcon } from './BanknotesIcon.js' +export { default as Bars2Icon } from './Bars2Icon.js' +export { default as Bars3BottomLeftIcon } from './Bars3BottomLeftIcon.js' +export { default as Bars3BottomRightIcon } from './Bars3BottomRightIcon.js' +export { default as Bars3CenterLeftIcon } from './Bars3CenterLeftIcon.js' +export { default as Bars3Icon } from './Bars3Icon.js' +export { default as Bars4Icon } from './Bars4Icon.js' +export { default as BarsArrowDownIcon } from './BarsArrowDownIcon.js' +export { default as BarsArrowUpIcon } from './BarsArrowUpIcon.js' +export { default as Battery0Icon } from './Battery0Icon.js' +export { default as Battery100Icon } from './Battery100Icon.js' +export { default as Battery50Icon } from './Battery50Icon.js' +export { default as BeakerIcon } from './BeakerIcon.js' +export { default as BellAlertIcon } from './BellAlertIcon.js' +export { default as BellSlashIcon } from './BellSlashIcon.js' +export { default as BellSnoozeIcon } from './BellSnoozeIcon.js' +export { default as BellIcon } from './BellIcon.js' +export { default as BoldIcon } from './BoldIcon.js' +export { default as BoltSlashIcon } from './BoltSlashIcon.js' +export { default as BoltIcon } from './BoltIcon.js' +export { default as BookOpenIcon } from './BookOpenIcon.js' +export { default as BookmarkSlashIcon } from './BookmarkSlashIcon.js' +export { default as BookmarkSquareIcon } from './BookmarkSquareIcon.js' +export { default as BookmarkIcon } from './BookmarkIcon.js' +export { default as BriefcaseIcon } from './BriefcaseIcon.js' +export { default as BugAntIcon } from './BugAntIcon.js' +export { default as BuildingLibraryIcon } from './BuildingLibraryIcon.js' +export { default as BuildingOffice2Icon } from './BuildingOffice2Icon.js' +export { default as BuildingOfficeIcon } from './BuildingOfficeIcon.js' +export { default as BuildingStorefrontIcon } from './BuildingStorefrontIcon.js' +export { default as CakeIcon } from './CakeIcon.js' +export { default as CalculatorIcon } from './CalculatorIcon.js' +export { default as CalendarDateRangeIcon } from './CalendarDateRangeIcon.js' +export { default as CalendarDaysIcon } from './CalendarDaysIcon.js' +export { default as CalendarIcon } from './CalendarIcon.js' +export { default as CameraIcon } from './CameraIcon.js' +export { default as ChartBarSquareIcon } from './ChartBarSquareIcon.js' +export { default as ChartBarIcon } from './ChartBarIcon.js' +export { default as ChartPieIcon } from './ChartPieIcon.js' +export { default as ChatBubbleBottomCenterTextIcon } from './ChatBubbleBottomCenterTextIcon.js' +export { default as ChatBubbleBottomCenterIcon } from './ChatBubbleBottomCenterIcon.js' +export { default as ChatBubbleLeftEllipsisIcon } from './ChatBubbleLeftEllipsisIcon.js' +export { default as ChatBubbleLeftRightIcon } from './ChatBubbleLeftRightIcon.js' +export { default as ChatBubbleLeftIcon } from './ChatBubbleLeftIcon.js' +export { default as ChatBubbleOvalLeftEllipsisIcon } from './ChatBubbleOvalLeftEllipsisIcon.js' +export { default as ChatBubbleOvalLeftIcon } from './ChatBubbleOvalLeftIcon.js' +export { default as CheckBadgeIcon } from './CheckBadgeIcon.js' +export { default as CheckCircleIcon } from './CheckCircleIcon.js' +export { default as CheckIcon } from './CheckIcon.js' +export { default as ChevronDoubleDownIcon } from './ChevronDoubleDownIcon.js' +export { default as ChevronDoubleLeftIcon } from './ChevronDoubleLeftIcon.js' +export { default as ChevronDoubleRightIcon } from './ChevronDoubleRightIcon.js' +export { default as ChevronDoubleUpIcon } from './ChevronDoubleUpIcon.js' +export { default as ChevronDownIcon } from './ChevronDownIcon.js' +export { default as ChevronLeftIcon } from './ChevronLeftIcon.js' +export { default as ChevronRightIcon } from './ChevronRightIcon.js' +export { default as ChevronUpDownIcon } from './ChevronUpDownIcon.js' +export { default as ChevronUpIcon } from './ChevronUpIcon.js' +export { default as CircleStackIcon } from './CircleStackIcon.js' +export { default as ClipboardDocumentCheckIcon } from './ClipboardDocumentCheckIcon.js' +export { default as ClipboardDocumentListIcon } from './ClipboardDocumentListIcon.js' +export { default as ClipboardDocumentIcon } from './ClipboardDocumentIcon.js' +export { default as ClipboardIcon } from './ClipboardIcon.js' +export { default as ClockIcon } from './ClockIcon.js' +export { default as CloudArrowDownIcon } from './CloudArrowDownIcon.js' +export { default as CloudArrowUpIcon } from './CloudArrowUpIcon.js' +export { default as CloudIcon } from './CloudIcon.js' +export { default as CodeBracketSquareIcon } from './CodeBracketSquareIcon.js' +export { default as CodeBracketIcon } from './CodeBracketIcon.js' +export { default as Cog6ToothIcon } from './Cog6ToothIcon.js' +export { default as Cog8ToothIcon } from './Cog8ToothIcon.js' +export { default as CogIcon } from './CogIcon.js' +export { default as CommandLineIcon } from './CommandLineIcon.js' +export { default as ComputerDesktopIcon } from './ComputerDesktopIcon.js' +export { default as CpuChipIcon } from './CpuChipIcon.js' +export { default as CreditCardIcon } from './CreditCardIcon.js' +export { default as CubeTransparentIcon } from './CubeTransparentIcon.js' +export { default as CubeIcon } from './CubeIcon.js' +export { default as CurrencyBangladeshiIcon } from './CurrencyBangladeshiIcon.js' +export { default as CurrencyDollarIcon } from './CurrencyDollarIcon.js' +export { default as CurrencyEuroIcon } from './CurrencyEuroIcon.js' +export { default as CurrencyPoundIcon } from './CurrencyPoundIcon.js' +export { default as CurrencyRupeeIcon } from './CurrencyRupeeIcon.js' +export { default as CurrencyYenIcon } from './CurrencyYenIcon.js' +export { default as CursorArrowRaysIcon } from './CursorArrowRaysIcon.js' +export { default as CursorArrowRippleIcon } from './CursorArrowRippleIcon.js' +export { default as DevicePhoneMobileIcon } from './DevicePhoneMobileIcon.js' +export { default as DeviceTabletIcon } from './DeviceTabletIcon.js' +export { default as DivideIcon } from './DivideIcon.js' +export { default as DocumentArrowDownIcon } from './DocumentArrowDownIcon.js' +export { default as DocumentArrowUpIcon } from './DocumentArrowUpIcon.js' +export { default as DocumentChartBarIcon } from './DocumentChartBarIcon.js' +export { default as DocumentCheckIcon } from './DocumentCheckIcon.js' +export { default as DocumentCurrencyBangladeshiIcon } from './DocumentCurrencyBangladeshiIcon.js' +export { default as DocumentCurrencyDollarIcon } from './DocumentCurrencyDollarIcon.js' +export { default as DocumentCurrencyEuroIcon } from './DocumentCurrencyEuroIcon.js' +export { default as DocumentCurrencyPoundIcon } from './DocumentCurrencyPoundIcon.js' +export { default as DocumentCurrencyRupeeIcon } from './DocumentCurrencyRupeeIcon.js' +export { default as DocumentCurrencyYenIcon } from './DocumentCurrencyYenIcon.js' +export { default as DocumentDuplicateIcon } from './DocumentDuplicateIcon.js' +export { default as DocumentMagnifyingGlassIcon } from './DocumentMagnifyingGlassIcon.js' +export { default as DocumentMinusIcon } from './DocumentMinusIcon.js' +export { default as DocumentPlusIcon } from './DocumentPlusIcon.js' +export { default as DocumentTextIcon } from './DocumentTextIcon.js' +export { default as DocumentIcon } from './DocumentIcon.js' +export { default as EllipsisHorizontalCircleIcon } from './EllipsisHorizontalCircleIcon.js' +export { default as EllipsisHorizontalIcon } from './EllipsisHorizontalIcon.js' +export { default as EllipsisVerticalIcon } from './EllipsisVerticalIcon.js' +export { default as EnvelopeOpenIcon } from './EnvelopeOpenIcon.js' +export { default as EnvelopeIcon } from './EnvelopeIcon.js' +export { default as EqualsIcon } from './EqualsIcon.js' +export { default as ExclamationCircleIcon } from './ExclamationCircleIcon.js' +export { default as ExclamationTriangleIcon } from './ExclamationTriangleIcon.js' +export { default as EyeDropperIcon } from './EyeDropperIcon.js' +export { default as EyeSlashIcon } from './EyeSlashIcon.js' +export { default as EyeIcon } from './EyeIcon.js' +export { default as FaceFrownIcon } from './FaceFrownIcon.js' +export { default as FaceSmileIcon } from './FaceSmileIcon.js' +export { default as FilmIcon } from './FilmIcon.js' +export { default as FingerPrintIcon } from './FingerPrintIcon.js' +export { default as FireIcon } from './FireIcon.js' +export { default as FlagIcon } from './FlagIcon.js' +export { default as FolderArrowDownIcon } from './FolderArrowDownIcon.js' +export { default as FolderMinusIcon } from './FolderMinusIcon.js' +export { default as FolderOpenIcon } from './FolderOpenIcon.js' +export { default as FolderPlusIcon } from './FolderPlusIcon.js' +export { default as FolderIcon } from './FolderIcon.js' +export { default as ForwardIcon } from './ForwardIcon.js' +export { default as FunnelIcon } from './FunnelIcon.js' +export { default as GifIcon } from './GifIcon.js' +export { default as GiftTopIcon } from './GiftTopIcon.js' +export { default as GiftIcon } from './GiftIcon.js' +export { default as GlobeAltIcon } from './GlobeAltIcon.js' +export { default as GlobeAmericasIcon } from './GlobeAmericasIcon.js' +export { default as GlobeAsiaAustraliaIcon } from './GlobeAsiaAustraliaIcon.js' +export { default as GlobeEuropeAfricaIcon } from './GlobeEuropeAfricaIcon.js' +export { default as H1Icon } from './H1Icon.js' +export { default as H2Icon } from './H2Icon.js' +export { default as H3Icon } from './H3Icon.js' +export { default as HandRaisedIcon } from './HandRaisedIcon.js' +export { default as HandThumbDownIcon } from './HandThumbDownIcon.js' +export { default as HandThumbUpIcon } from './HandThumbUpIcon.js' +export { default as HashtagIcon } from './HashtagIcon.js' +export { default as HeartIcon } from './HeartIcon.js' +export { default as HomeModernIcon } from './HomeModernIcon.js' +export { default as HomeIcon } from './HomeIcon.js' +export { default as IdentificationIcon } from './IdentificationIcon.js' +export { default as InboxArrowDownIcon } from './InboxArrowDownIcon.js' +export { default as InboxStackIcon } from './InboxStackIcon.js' +export { default as InboxIcon } from './InboxIcon.js' +export { default as InformationCircleIcon } from './InformationCircleIcon.js' +export { default as ItalicIcon } from './ItalicIcon.js' +export { default as KeyIcon } from './KeyIcon.js' +export { default as LanguageIcon } from './LanguageIcon.js' +export { default as LifebuoyIcon } from './LifebuoyIcon.js' +export { default as LightBulbIcon } from './LightBulbIcon.js' +export { default as LinkSlashIcon } from './LinkSlashIcon.js' +export { default as LinkIcon } from './LinkIcon.js' +export { default as ListBulletIcon } from './ListBulletIcon.js' +export { default as LockClosedIcon } from './LockClosedIcon.js' +export { default as LockOpenIcon } from './LockOpenIcon.js' +export { default as MagnifyingGlassCircleIcon } from './MagnifyingGlassCircleIcon.js' +export { default as MagnifyingGlassMinusIcon } from './MagnifyingGlassMinusIcon.js' +export { default as MagnifyingGlassPlusIcon } from './MagnifyingGlassPlusIcon.js' +export { default as MagnifyingGlassIcon } from './MagnifyingGlassIcon.js' +export { default as MapPinIcon } from './MapPinIcon.js' +export { default as MapIcon } from './MapIcon.js' +export { default as MegaphoneIcon } from './MegaphoneIcon.js' +export { default as MicrophoneIcon } from './MicrophoneIcon.js' +export { default as MinusCircleIcon } from './MinusCircleIcon.js' +export { default as MinusSmallIcon } from './MinusSmallIcon.js' +export { default as MinusIcon } from './MinusIcon.js' +export { default as MoonIcon } from './MoonIcon.js' +export { default as MusicalNoteIcon } from './MusicalNoteIcon.js' +export { default as NewspaperIcon } from './NewspaperIcon.js' +export { default as NoSymbolIcon } from './NoSymbolIcon.js' +export { default as NumberedListIcon } from './NumberedListIcon.js' +export { default as PaintBrushIcon } from './PaintBrushIcon.js' +export { default as PaperAirplaneIcon } from './PaperAirplaneIcon.js' +export { default as PaperClipIcon } from './PaperClipIcon.js' +export { default as PauseCircleIcon } from './PauseCircleIcon.js' +export { default as PauseIcon } from './PauseIcon.js' +export { default as PencilSquareIcon } from './PencilSquareIcon.js' +export { default as PencilIcon } from './PencilIcon.js' +export { default as PercentBadgeIcon } from './PercentBadgeIcon.js' +export { default as PhoneArrowDownLeftIcon } from './PhoneArrowDownLeftIcon.js' +export { default as PhoneArrowUpRightIcon } from './PhoneArrowUpRightIcon.js' +export { default as PhoneXMarkIcon } from './PhoneXMarkIcon.js' +export { default as PhoneIcon } from './PhoneIcon.js' +export { default as PhotoIcon } from './PhotoIcon.js' +export { default as PlayCircleIcon } from './PlayCircleIcon.js' +export { default as PlayPauseIcon } from './PlayPauseIcon.js' +export { default as PlayIcon } from './PlayIcon.js' +export { default as PlusCircleIcon } from './PlusCircleIcon.js' +export { default as PlusSmallIcon } from './PlusSmallIcon.js' +export { default as PlusIcon } from './PlusIcon.js' +export { default as PowerIcon } from './PowerIcon.js' +export { default as PresentationChartBarIcon } from './PresentationChartBarIcon.js' +export { default as PresentationChartLineIcon } from './PresentationChartLineIcon.js' +export { default as PrinterIcon } from './PrinterIcon.js' +export { default as PuzzlePieceIcon } from './PuzzlePieceIcon.js' +export { default as QrCodeIcon } from './QrCodeIcon.js' +export { default as QuestionMarkCircleIcon } from './QuestionMarkCircleIcon.js' +export { default as QueueListIcon } from './QueueListIcon.js' +export { default as RadioIcon } from './RadioIcon.js' +export { default as ReceiptPercentIcon } from './ReceiptPercentIcon.js' +export { default as ReceiptRefundIcon } from './ReceiptRefundIcon.js' +export { default as RectangleGroupIcon } from './RectangleGroupIcon.js' +export { default as RectangleStackIcon } from './RectangleStackIcon.js' +export { default as RocketLaunchIcon } from './RocketLaunchIcon.js' +export { default as RssIcon } from './RssIcon.js' +export { default as ScaleIcon } from './ScaleIcon.js' +export { default as ScissorsIcon } from './ScissorsIcon.js' +export { default as ServerStackIcon } from './ServerStackIcon.js' +export { default as ServerIcon } from './ServerIcon.js' +export { default as ShareIcon } from './ShareIcon.js' +export { default as ShieldCheckIcon } from './ShieldCheckIcon.js' +export { default as ShieldExclamationIcon } from './ShieldExclamationIcon.js' +export { default as ShoppingBagIcon } from './ShoppingBagIcon.js' +export { default as ShoppingCartIcon } from './ShoppingCartIcon.js' +export { default as SignalSlashIcon } from './SignalSlashIcon.js' +export { default as SignalIcon } from './SignalIcon.js' +export { default as SlashIcon } from './SlashIcon.js' +export { default as SparklesIcon } from './SparklesIcon.js' +export { default as SpeakerWaveIcon } from './SpeakerWaveIcon.js' +export { default as SpeakerXMarkIcon } from './SpeakerXMarkIcon.js' +export { default as Square2StackIcon } from './Square2StackIcon.js' +export { default as Square3Stack3DIcon } from './Square3Stack3DIcon.js' +export { default as Squares2X2Icon } from './Squares2X2Icon.js' +export { default as SquaresPlusIcon } from './SquaresPlusIcon.js' +export { default as StarIcon } from './StarIcon.js' +export { default as StopCircleIcon } from './StopCircleIcon.js' +export { default as StopIcon } from './StopIcon.js' +export { default as StrikethroughIcon } from './StrikethroughIcon.js' +export { default as SunIcon } from './SunIcon.js' +export { default as SwatchIcon } from './SwatchIcon.js' +export { default as TableCellsIcon } from './TableCellsIcon.js' +export { default as TagIcon } from './TagIcon.js' +export { default as TicketIcon } from './TicketIcon.js' +export { default as TrashIcon } from './TrashIcon.js' +export { default as TrophyIcon } from './TrophyIcon.js' +export { default as TruckIcon } from './TruckIcon.js' +export { default as TvIcon } from './TvIcon.js' +export { default as UnderlineIcon } from './UnderlineIcon.js' +export { default as UserCircleIcon } from './UserCircleIcon.js' +export { default as UserGroupIcon } from './UserGroupIcon.js' +export { default as UserMinusIcon } from './UserMinusIcon.js' +export { default as UserPlusIcon } from './UserPlusIcon.js' +export { default as UserIcon } from './UserIcon.js' +export { default as UsersIcon } from './UsersIcon.js' +export { default as VariableIcon } from './VariableIcon.js' +export { default as VideoCameraSlashIcon } from './VideoCameraSlashIcon.js' +export { default as VideoCameraIcon } from './VideoCameraIcon.js' +export { default as ViewColumnsIcon } from './ViewColumnsIcon.js' +export { default as ViewfinderCircleIcon } from './ViewfinderCircleIcon.js' +export { default as WalletIcon } from './WalletIcon.js' +export { default as WifiIcon } from './WifiIcon.js' +export { default as WindowIcon } from './WindowIcon.js' +export { default as WrenchScrewdriverIcon } from './WrenchScrewdriverIcon.js' +export { default as WrenchIcon } from './WrenchIcon.js' +export { default as XCircleIcon } from './XCircleIcon.js' +export { default as XMarkIcon } from './XMarkIcon.js' \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/esm/package.json b/frontend/node_modules/@heroicons/react/20/solid/esm/package.json new file mode 100644 index 00000000..7f1fc33d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/esm/package.json @@ -0,0 +1,4 @@ +{ + "type": "module", + "sideEffects": false +} diff --git a/frontend/node_modules/@heroicons/react/20/solid/index.d.ts b/frontend/node_modules/@heroicons/react/20/solid/index.d.ts new file mode 100644 index 00000000..f8a00880 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/index.d.ts @@ -0,0 +1,324 @@ +export { default as AcademicCapIcon } from './AcademicCapIcon' +export { default as AdjustmentsHorizontalIcon } from './AdjustmentsHorizontalIcon' +export { default as AdjustmentsVerticalIcon } from './AdjustmentsVerticalIcon' +export { default as ArchiveBoxArrowDownIcon } from './ArchiveBoxArrowDownIcon' +export { default as ArchiveBoxXMarkIcon } from './ArchiveBoxXMarkIcon' +export { default as ArchiveBoxIcon } from './ArchiveBoxIcon' +export { default as ArrowDownCircleIcon } from './ArrowDownCircleIcon' +export { default as ArrowDownLeftIcon } from './ArrowDownLeftIcon' +export { default as ArrowDownOnSquareStackIcon } from './ArrowDownOnSquareStackIcon' +export { default as ArrowDownOnSquareIcon } from './ArrowDownOnSquareIcon' +export { default as ArrowDownRightIcon } from './ArrowDownRightIcon' +export { default as ArrowDownTrayIcon } from './ArrowDownTrayIcon' +export { default as ArrowDownIcon } from './ArrowDownIcon' +export { default as ArrowLeftCircleIcon } from './ArrowLeftCircleIcon' +export { default as ArrowLeftEndOnRectangleIcon } from './ArrowLeftEndOnRectangleIcon' +export { default as ArrowLeftOnRectangleIcon } from './ArrowLeftOnRectangleIcon' +export { default as ArrowLeftStartOnRectangleIcon } from './ArrowLeftStartOnRectangleIcon' +export { default as ArrowLeftIcon } from './ArrowLeftIcon' +export { default as ArrowLongDownIcon } from './ArrowLongDownIcon' +export { default as ArrowLongLeftIcon } from './ArrowLongLeftIcon' +export { default as ArrowLongRightIcon } from './ArrowLongRightIcon' +export { default as ArrowLongUpIcon } from './ArrowLongUpIcon' +export { default as ArrowPathRoundedSquareIcon } from './ArrowPathRoundedSquareIcon' +export { default as ArrowPathIcon } from './ArrowPathIcon' +export { default as ArrowRightCircleIcon } from './ArrowRightCircleIcon' +export { default as ArrowRightEndOnRectangleIcon } from './ArrowRightEndOnRectangleIcon' +export { default as ArrowRightOnRectangleIcon } from './ArrowRightOnRectangleIcon' +export { default as ArrowRightStartOnRectangleIcon } from './ArrowRightStartOnRectangleIcon' +export { default as ArrowRightIcon } from './ArrowRightIcon' +export { default as ArrowSmallDownIcon } from './ArrowSmallDownIcon' +export { default as ArrowSmallLeftIcon } from './ArrowSmallLeftIcon' +export { default as ArrowSmallRightIcon } from './ArrowSmallRightIcon' +export { default as ArrowSmallUpIcon } from './ArrowSmallUpIcon' +export { default as ArrowTopRightOnSquareIcon } from './ArrowTopRightOnSquareIcon' +export { default as ArrowTrendingDownIcon } from './ArrowTrendingDownIcon' +export { default as ArrowTrendingUpIcon } from './ArrowTrendingUpIcon' +export { default as ArrowTurnDownLeftIcon } from './ArrowTurnDownLeftIcon' +export { default as ArrowTurnDownRightIcon } from './ArrowTurnDownRightIcon' +export { default as ArrowTurnLeftDownIcon } from './ArrowTurnLeftDownIcon' +export { default as ArrowTurnLeftUpIcon } from './ArrowTurnLeftUpIcon' +export { default as ArrowTurnRightDownIcon } from './ArrowTurnRightDownIcon' +export { default as ArrowTurnRightUpIcon } from './ArrowTurnRightUpIcon' +export { default as ArrowTurnUpLeftIcon } from './ArrowTurnUpLeftIcon' +export { default as ArrowTurnUpRightIcon } from './ArrowTurnUpRightIcon' +export { default as ArrowUpCircleIcon } from './ArrowUpCircleIcon' +export { default as ArrowUpLeftIcon } from './ArrowUpLeftIcon' +export { default as ArrowUpOnSquareStackIcon } from './ArrowUpOnSquareStackIcon' +export { default as ArrowUpOnSquareIcon } from './ArrowUpOnSquareIcon' +export { default as ArrowUpRightIcon } from './ArrowUpRightIcon' +export { default as ArrowUpTrayIcon } from './ArrowUpTrayIcon' +export { default as ArrowUpIcon } from './ArrowUpIcon' +export { default as ArrowUturnDownIcon } from './ArrowUturnDownIcon' +export { default as ArrowUturnLeftIcon } from './ArrowUturnLeftIcon' +export { default as ArrowUturnRightIcon } from './ArrowUturnRightIcon' +export { default as ArrowUturnUpIcon } from './ArrowUturnUpIcon' +export { default as ArrowsPointingInIcon } from './ArrowsPointingInIcon' +export { default as ArrowsPointingOutIcon } from './ArrowsPointingOutIcon' +export { default as ArrowsRightLeftIcon } from './ArrowsRightLeftIcon' +export { default as ArrowsUpDownIcon } from './ArrowsUpDownIcon' +export { default as AtSymbolIcon } from './AtSymbolIcon' +export { default as BackspaceIcon } from './BackspaceIcon' +export { default as BackwardIcon } from './BackwardIcon' +export { default as BanknotesIcon } from './BanknotesIcon' +export { default as Bars2Icon } from './Bars2Icon' +export { default as Bars3BottomLeftIcon } from './Bars3BottomLeftIcon' +export { default as Bars3BottomRightIcon } from './Bars3BottomRightIcon' +export { default as Bars3CenterLeftIcon } from './Bars3CenterLeftIcon' +export { default as Bars3Icon } from './Bars3Icon' +export { default as Bars4Icon } from './Bars4Icon' +export { default as BarsArrowDownIcon } from './BarsArrowDownIcon' +export { default as BarsArrowUpIcon } from './BarsArrowUpIcon' +export { default as Battery0Icon } from './Battery0Icon' +export { default as Battery100Icon } from './Battery100Icon' +export { default as Battery50Icon } from './Battery50Icon' +export { default as BeakerIcon } from './BeakerIcon' +export { default as BellAlertIcon } from './BellAlertIcon' +export { default as BellSlashIcon } from './BellSlashIcon' +export { default as BellSnoozeIcon } from './BellSnoozeIcon' +export { default as BellIcon } from './BellIcon' +export { default as BoldIcon } from './BoldIcon' +export { default as BoltSlashIcon } from './BoltSlashIcon' +export { default as BoltIcon } from './BoltIcon' +export { default as BookOpenIcon } from './BookOpenIcon' +export { default as BookmarkSlashIcon } from './BookmarkSlashIcon' +export { default as BookmarkSquareIcon } from './BookmarkSquareIcon' +export { default as BookmarkIcon } from './BookmarkIcon' +export { default as BriefcaseIcon } from './BriefcaseIcon' +export { default as BugAntIcon } from './BugAntIcon' +export { default as BuildingLibraryIcon } from './BuildingLibraryIcon' +export { default as BuildingOffice2Icon } from './BuildingOffice2Icon' +export { default as BuildingOfficeIcon } from './BuildingOfficeIcon' +export { default as BuildingStorefrontIcon } from './BuildingStorefrontIcon' +export { default as CakeIcon } from './CakeIcon' +export { default as CalculatorIcon } from './CalculatorIcon' +export { default as CalendarDateRangeIcon } from './CalendarDateRangeIcon' +export { default as CalendarDaysIcon } from './CalendarDaysIcon' +export { default as CalendarIcon } from './CalendarIcon' +export { default as CameraIcon } from './CameraIcon' +export { default as ChartBarSquareIcon } from './ChartBarSquareIcon' +export { default as ChartBarIcon } from './ChartBarIcon' +export { default as ChartPieIcon } from './ChartPieIcon' +export { default as ChatBubbleBottomCenterTextIcon } from './ChatBubbleBottomCenterTextIcon' +export { default as ChatBubbleBottomCenterIcon } from './ChatBubbleBottomCenterIcon' +export { default as ChatBubbleLeftEllipsisIcon } from './ChatBubbleLeftEllipsisIcon' +export { default as ChatBubbleLeftRightIcon } from './ChatBubbleLeftRightIcon' +export { default as ChatBubbleLeftIcon } from './ChatBubbleLeftIcon' +export { default as ChatBubbleOvalLeftEllipsisIcon } from './ChatBubbleOvalLeftEllipsisIcon' +export { default as ChatBubbleOvalLeftIcon } from './ChatBubbleOvalLeftIcon' +export { default as CheckBadgeIcon } from './CheckBadgeIcon' +export { default as CheckCircleIcon } from './CheckCircleIcon' +export { default as CheckIcon } from './CheckIcon' +export { default as ChevronDoubleDownIcon } from './ChevronDoubleDownIcon' +export { default as ChevronDoubleLeftIcon } from './ChevronDoubleLeftIcon' +export { default as ChevronDoubleRightIcon } from './ChevronDoubleRightIcon' +export { default as ChevronDoubleUpIcon } from './ChevronDoubleUpIcon' +export { default as ChevronDownIcon } from './ChevronDownIcon' +export { default as ChevronLeftIcon } from './ChevronLeftIcon' +export { default as ChevronRightIcon } from './ChevronRightIcon' +export { default as ChevronUpDownIcon } from './ChevronUpDownIcon' +export { default as ChevronUpIcon } from './ChevronUpIcon' +export { default as CircleStackIcon } from './CircleStackIcon' +export { default as ClipboardDocumentCheckIcon } from './ClipboardDocumentCheckIcon' +export { default as ClipboardDocumentListIcon } from './ClipboardDocumentListIcon' +export { default as ClipboardDocumentIcon } from './ClipboardDocumentIcon' +export { default as ClipboardIcon } from './ClipboardIcon' +export { default as ClockIcon } from './ClockIcon' +export { default as CloudArrowDownIcon } from './CloudArrowDownIcon' +export { default as CloudArrowUpIcon } from './CloudArrowUpIcon' +export { default as CloudIcon } from './CloudIcon' +export { default as CodeBracketSquareIcon } from './CodeBracketSquareIcon' +export { default as CodeBracketIcon } from './CodeBracketIcon' +export { default as Cog6ToothIcon } from './Cog6ToothIcon' +export { default as Cog8ToothIcon } from './Cog8ToothIcon' +export { default as CogIcon } from './CogIcon' +export { default as CommandLineIcon } from './CommandLineIcon' +export { default as ComputerDesktopIcon } from './ComputerDesktopIcon' +export { default as CpuChipIcon } from './CpuChipIcon' +export { default as CreditCardIcon } from './CreditCardIcon' +export { default as CubeTransparentIcon } from './CubeTransparentIcon' +export { default as CubeIcon } from './CubeIcon' +export { default as CurrencyBangladeshiIcon } from './CurrencyBangladeshiIcon' +export { default as CurrencyDollarIcon } from './CurrencyDollarIcon' +export { default as CurrencyEuroIcon } from './CurrencyEuroIcon' +export { default as CurrencyPoundIcon } from './CurrencyPoundIcon' +export { default as CurrencyRupeeIcon } from './CurrencyRupeeIcon' +export { default as CurrencyYenIcon } from './CurrencyYenIcon' +export { default as CursorArrowRaysIcon } from './CursorArrowRaysIcon' +export { default as CursorArrowRippleIcon } from './CursorArrowRippleIcon' +export { default as DevicePhoneMobileIcon } from './DevicePhoneMobileIcon' +export { default as DeviceTabletIcon } from './DeviceTabletIcon' +export { default as DivideIcon } from './DivideIcon' +export { default as DocumentArrowDownIcon } from './DocumentArrowDownIcon' +export { default as DocumentArrowUpIcon } from './DocumentArrowUpIcon' +export { default as DocumentChartBarIcon } from './DocumentChartBarIcon' +export { default as DocumentCheckIcon } from './DocumentCheckIcon' +export { default as DocumentCurrencyBangladeshiIcon } from './DocumentCurrencyBangladeshiIcon' +export { default as DocumentCurrencyDollarIcon } from './DocumentCurrencyDollarIcon' +export { default as DocumentCurrencyEuroIcon } from './DocumentCurrencyEuroIcon' +export { default as DocumentCurrencyPoundIcon } from './DocumentCurrencyPoundIcon' +export { default as DocumentCurrencyRupeeIcon } from './DocumentCurrencyRupeeIcon' +export { default as DocumentCurrencyYenIcon } from './DocumentCurrencyYenIcon' +export { default as DocumentDuplicateIcon } from './DocumentDuplicateIcon' +export { default as DocumentMagnifyingGlassIcon } from './DocumentMagnifyingGlassIcon' +export { default as DocumentMinusIcon } from './DocumentMinusIcon' +export { default as DocumentPlusIcon } from './DocumentPlusIcon' +export { default as DocumentTextIcon } from './DocumentTextIcon' +export { default as DocumentIcon } from './DocumentIcon' +export { default as EllipsisHorizontalCircleIcon } from './EllipsisHorizontalCircleIcon' +export { default as EllipsisHorizontalIcon } from './EllipsisHorizontalIcon' +export { default as EllipsisVerticalIcon } from './EllipsisVerticalIcon' +export { default as EnvelopeOpenIcon } from './EnvelopeOpenIcon' +export { default as EnvelopeIcon } from './EnvelopeIcon' +export { default as EqualsIcon } from './EqualsIcon' +export { default as ExclamationCircleIcon } from './ExclamationCircleIcon' +export { default as ExclamationTriangleIcon } from './ExclamationTriangleIcon' +export { default as EyeDropperIcon } from './EyeDropperIcon' +export { default as EyeSlashIcon } from './EyeSlashIcon' +export { default as EyeIcon } from './EyeIcon' +export { default as FaceFrownIcon } from './FaceFrownIcon' +export { default as FaceSmileIcon } from './FaceSmileIcon' +export { default as FilmIcon } from './FilmIcon' +export { default as FingerPrintIcon } from './FingerPrintIcon' +export { default as FireIcon } from './FireIcon' +export { default as FlagIcon } from './FlagIcon' +export { default as FolderArrowDownIcon } from './FolderArrowDownIcon' +export { default as FolderMinusIcon } from './FolderMinusIcon' +export { default as FolderOpenIcon } from './FolderOpenIcon' +export { default as FolderPlusIcon } from './FolderPlusIcon' +export { default as FolderIcon } from './FolderIcon' +export { default as ForwardIcon } from './ForwardIcon' +export { default as FunnelIcon } from './FunnelIcon' +export { default as GifIcon } from './GifIcon' +export { default as GiftTopIcon } from './GiftTopIcon' +export { default as GiftIcon } from './GiftIcon' +export { default as GlobeAltIcon } from './GlobeAltIcon' +export { default as GlobeAmericasIcon } from './GlobeAmericasIcon' +export { default as GlobeAsiaAustraliaIcon } from './GlobeAsiaAustraliaIcon' +export { default as GlobeEuropeAfricaIcon } from './GlobeEuropeAfricaIcon' +export { default as H1Icon } from './H1Icon' +export { default as H2Icon } from './H2Icon' +export { default as H3Icon } from './H3Icon' +export { default as HandRaisedIcon } from './HandRaisedIcon' +export { default as HandThumbDownIcon } from './HandThumbDownIcon' +export { default as HandThumbUpIcon } from './HandThumbUpIcon' +export { default as HashtagIcon } from './HashtagIcon' +export { default as HeartIcon } from './HeartIcon' +export { default as HomeModernIcon } from './HomeModernIcon' +export { default as HomeIcon } from './HomeIcon' +export { default as IdentificationIcon } from './IdentificationIcon' +export { default as InboxArrowDownIcon } from './InboxArrowDownIcon' +export { default as InboxStackIcon } from './InboxStackIcon' +export { default as InboxIcon } from './InboxIcon' +export { default as InformationCircleIcon } from './InformationCircleIcon' +export { default as ItalicIcon } from './ItalicIcon' +export { default as KeyIcon } from './KeyIcon' +export { default as LanguageIcon } from './LanguageIcon' +export { default as LifebuoyIcon } from './LifebuoyIcon' +export { default as LightBulbIcon } from './LightBulbIcon' +export { default as LinkSlashIcon } from './LinkSlashIcon' +export { default as LinkIcon } from './LinkIcon' +export { default as ListBulletIcon } from './ListBulletIcon' +export { default as LockClosedIcon } from './LockClosedIcon' +export { default as LockOpenIcon } from './LockOpenIcon' +export { default as MagnifyingGlassCircleIcon } from './MagnifyingGlassCircleIcon' +export { default as MagnifyingGlassMinusIcon } from './MagnifyingGlassMinusIcon' +export { default as MagnifyingGlassPlusIcon } from './MagnifyingGlassPlusIcon' +export { default as MagnifyingGlassIcon } from './MagnifyingGlassIcon' +export { default as MapPinIcon } from './MapPinIcon' +export { default as MapIcon } from './MapIcon' +export { default as MegaphoneIcon } from './MegaphoneIcon' +export { default as MicrophoneIcon } from './MicrophoneIcon' +export { default as MinusCircleIcon } from './MinusCircleIcon' +export { default as MinusSmallIcon } from './MinusSmallIcon' +export { default as MinusIcon } from './MinusIcon' +export { default as MoonIcon } from './MoonIcon' +export { default as MusicalNoteIcon } from './MusicalNoteIcon' +export { default as NewspaperIcon } from './NewspaperIcon' +export { default as NoSymbolIcon } from './NoSymbolIcon' +export { default as NumberedListIcon } from './NumberedListIcon' +export { default as PaintBrushIcon } from './PaintBrushIcon' +export { default as PaperAirplaneIcon } from './PaperAirplaneIcon' +export { default as PaperClipIcon } from './PaperClipIcon' +export { default as PauseCircleIcon } from './PauseCircleIcon' +export { default as PauseIcon } from './PauseIcon' +export { default as PencilSquareIcon } from './PencilSquareIcon' +export { default as PencilIcon } from './PencilIcon' +export { default as PercentBadgeIcon } from './PercentBadgeIcon' +export { default as PhoneArrowDownLeftIcon } from './PhoneArrowDownLeftIcon' +export { default as PhoneArrowUpRightIcon } from './PhoneArrowUpRightIcon' +export { default as PhoneXMarkIcon } from './PhoneXMarkIcon' +export { default as PhoneIcon } from './PhoneIcon' +export { default as PhotoIcon } from './PhotoIcon' +export { default as PlayCircleIcon } from './PlayCircleIcon' +export { default as PlayPauseIcon } from './PlayPauseIcon' +export { default as PlayIcon } from './PlayIcon' +export { default as PlusCircleIcon } from './PlusCircleIcon' +export { default as PlusSmallIcon } from './PlusSmallIcon' +export { default as PlusIcon } from './PlusIcon' +export { default as PowerIcon } from './PowerIcon' +export { default as PresentationChartBarIcon } from './PresentationChartBarIcon' +export { default as PresentationChartLineIcon } from './PresentationChartLineIcon' +export { default as PrinterIcon } from './PrinterIcon' +export { default as PuzzlePieceIcon } from './PuzzlePieceIcon' +export { default as QrCodeIcon } from './QrCodeIcon' +export { default as QuestionMarkCircleIcon } from './QuestionMarkCircleIcon' +export { default as QueueListIcon } from './QueueListIcon' +export { default as RadioIcon } from './RadioIcon' +export { default as ReceiptPercentIcon } from './ReceiptPercentIcon' +export { default as ReceiptRefundIcon } from './ReceiptRefundIcon' +export { default as RectangleGroupIcon } from './RectangleGroupIcon' +export { default as RectangleStackIcon } from './RectangleStackIcon' +export { default as RocketLaunchIcon } from './RocketLaunchIcon' +export { default as RssIcon } from './RssIcon' +export { default as ScaleIcon } from './ScaleIcon' +export { default as ScissorsIcon } from './ScissorsIcon' +export { default as ServerStackIcon } from './ServerStackIcon' +export { default as ServerIcon } from './ServerIcon' +export { default as ShareIcon } from './ShareIcon' +export { default as ShieldCheckIcon } from './ShieldCheckIcon' +export { default as ShieldExclamationIcon } from './ShieldExclamationIcon' +export { default as ShoppingBagIcon } from './ShoppingBagIcon' +export { default as ShoppingCartIcon } from './ShoppingCartIcon' +export { default as SignalSlashIcon } from './SignalSlashIcon' +export { default as SignalIcon } from './SignalIcon' +export { default as SlashIcon } from './SlashIcon' +export { default as SparklesIcon } from './SparklesIcon' +export { default as SpeakerWaveIcon } from './SpeakerWaveIcon' +export { default as SpeakerXMarkIcon } from './SpeakerXMarkIcon' +export { default as Square2StackIcon } from './Square2StackIcon' +export { default as Square3Stack3DIcon } from './Square3Stack3DIcon' +export { default as Squares2X2Icon } from './Squares2X2Icon' +export { default as SquaresPlusIcon } from './SquaresPlusIcon' +export { default as StarIcon } from './StarIcon' +export { default as StopCircleIcon } from './StopCircleIcon' +export { default as StopIcon } from './StopIcon' +export { default as StrikethroughIcon } from './StrikethroughIcon' +export { default as SunIcon } from './SunIcon' +export { default as SwatchIcon } from './SwatchIcon' +export { default as TableCellsIcon } from './TableCellsIcon' +export { default as TagIcon } from './TagIcon' +export { default as TicketIcon } from './TicketIcon' +export { default as TrashIcon } from './TrashIcon' +export { default as TrophyIcon } from './TrophyIcon' +export { default as TruckIcon } from './TruckIcon' +export { default as TvIcon } from './TvIcon' +export { default as UnderlineIcon } from './UnderlineIcon' +export { default as UserCircleIcon } from './UserCircleIcon' +export { default as UserGroupIcon } from './UserGroupIcon' +export { default as UserMinusIcon } from './UserMinusIcon' +export { default as UserPlusIcon } from './UserPlusIcon' +export { default as UserIcon } from './UserIcon' +export { default as UsersIcon } from './UsersIcon' +export { default as VariableIcon } from './VariableIcon' +export { default as VideoCameraSlashIcon } from './VideoCameraSlashIcon' +export { default as VideoCameraIcon } from './VideoCameraIcon' +export { default as ViewColumnsIcon } from './ViewColumnsIcon' +export { default as ViewfinderCircleIcon } from './ViewfinderCircleIcon' +export { default as WalletIcon } from './WalletIcon' +export { default as WifiIcon } from './WifiIcon' +export { default as WindowIcon } from './WindowIcon' +export { default as WrenchScrewdriverIcon } from './WrenchScrewdriverIcon' +export { default as WrenchIcon } from './WrenchIcon' +export { default as XCircleIcon } from './XCircleIcon' +export { default as XMarkIcon } from './XMarkIcon' \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/index.js b/frontend/node_modules/@heroicons/react/20/solid/index.js new file mode 100644 index 00000000..56ce2477 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/index.js @@ -0,0 +1,324 @@ +module.exports.AcademicCapIcon = require("./AcademicCapIcon.js") +module.exports.AdjustmentsHorizontalIcon = require("./AdjustmentsHorizontalIcon.js") +module.exports.AdjustmentsVerticalIcon = require("./AdjustmentsVerticalIcon.js") +module.exports.ArchiveBoxArrowDownIcon = require("./ArchiveBoxArrowDownIcon.js") +module.exports.ArchiveBoxXMarkIcon = require("./ArchiveBoxXMarkIcon.js") +module.exports.ArchiveBoxIcon = require("./ArchiveBoxIcon.js") +module.exports.ArrowDownCircleIcon = require("./ArrowDownCircleIcon.js") +module.exports.ArrowDownLeftIcon = require("./ArrowDownLeftIcon.js") +module.exports.ArrowDownOnSquareStackIcon = require("./ArrowDownOnSquareStackIcon.js") +module.exports.ArrowDownOnSquareIcon = require("./ArrowDownOnSquareIcon.js") +module.exports.ArrowDownRightIcon = require("./ArrowDownRightIcon.js") +module.exports.ArrowDownTrayIcon = require("./ArrowDownTrayIcon.js") +module.exports.ArrowDownIcon = require("./ArrowDownIcon.js") +module.exports.ArrowLeftCircleIcon = require("./ArrowLeftCircleIcon.js") +module.exports.ArrowLeftEndOnRectangleIcon = require("./ArrowLeftEndOnRectangleIcon.js") +module.exports.ArrowLeftOnRectangleIcon = require("./ArrowLeftOnRectangleIcon.js") +module.exports.ArrowLeftStartOnRectangleIcon = require("./ArrowLeftStartOnRectangleIcon.js") +module.exports.ArrowLeftIcon = require("./ArrowLeftIcon.js") +module.exports.ArrowLongDownIcon = require("./ArrowLongDownIcon.js") +module.exports.ArrowLongLeftIcon = require("./ArrowLongLeftIcon.js") +module.exports.ArrowLongRightIcon = require("./ArrowLongRightIcon.js") +module.exports.ArrowLongUpIcon = require("./ArrowLongUpIcon.js") +module.exports.ArrowPathRoundedSquareIcon = require("./ArrowPathRoundedSquareIcon.js") +module.exports.ArrowPathIcon = require("./ArrowPathIcon.js") +module.exports.ArrowRightCircleIcon = require("./ArrowRightCircleIcon.js") +module.exports.ArrowRightEndOnRectangleIcon = require("./ArrowRightEndOnRectangleIcon.js") +module.exports.ArrowRightOnRectangleIcon = require("./ArrowRightOnRectangleIcon.js") +module.exports.ArrowRightStartOnRectangleIcon = require("./ArrowRightStartOnRectangleIcon.js") +module.exports.ArrowRightIcon = require("./ArrowRightIcon.js") +module.exports.ArrowSmallDownIcon = require("./ArrowSmallDownIcon.js") +module.exports.ArrowSmallLeftIcon = require("./ArrowSmallLeftIcon.js") +module.exports.ArrowSmallRightIcon = require("./ArrowSmallRightIcon.js") +module.exports.ArrowSmallUpIcon = require("./ArrowSmallUpIcon.js") +module.exports.ArrowTopRightOnSquareIcon = require("./ArrowTopRightOnSquareIcon.js") +module.exports.ArrowTrendingDownIcon = require("./ArrowTrendingDownIcon.js") +module.exports.ArrowTrendingUpIcon = require("./ArrowTrendingUpIcon.js") +module.exports.ArrowTurnDownLeftIcon = require("./ArrowTurnDownLeftIcon.js") +module.exports.ArrowTurnDownRightIcon = require("./ArrowTurnDownRightIcon.js") +module.exports.ArrowTurnLeftDownIcon = require("./ArrowTurnLeftDownIcon.js") +module.exports.ArrowTurnLeftUpIcon = require("./ArrowTurnLeftUpIcon.js") +module.exports.ArrowTurnRightDownIcon = require("./ArrowTurnRightDownIcon.js") +module.exports.ArrowTurnRightUpIcon = require("./ArrowTurnRightUpIcon.js") +module.exports.ArrowTurnUpLeftIcon = require("./ArrowTurnUpLeftIcon.js") +module.exports.ArrowTurnUpRightIcon = require("./ArrowTurnUpRightIcon.js") +module.exports.ArrowUpCircleIcon = require("./ArrowUpCircleIcon.js") +module.exports.ArrowUpLeftIcon = require("./ArrowUpLeftIcon.js") +module.exports.ArrowUpOnSquareStackIcon = require("./ArrowUpOnSquareStackIcon.js") +module.exports.ArrowUpOnSquareIcon = require("./ArrowUpOnSquareIcon.js") +module.exports.ArrowUpRightIcon = require("./ArrowUpRightIcon.js") +module.exports.ArrowUpTrayIcon = require("./ArrowUpTrayIcon.js") +module.exports.ArrowUpIcon = require("./ArrowUpIcon.js") +module.exports.ArrowUturnDownIcon = require("./ArrowUturnDownIcon.js") +module.exports.ArrowUturnLeftIcon = require("./ArrowUturnLeftIcon.js") +module.exports.ArrowUturnRightIcon = require("./ArrowUturnRightIcon.js") +module.exports.ArrowUturnUpIcon = require("./ArrowUturnUpIcon.js") +module.exports.ArrowsPointingInIcon = require("./ArrowsPointingInIcon.js") +module.exports.ArrowsPointingOutIcon = require("./ArrowsPointingOutIcon.js") +module.exports.ArrowsRightLeftIcon = require("./ArrowsRightLeftIcon.js") +module.exports.ArrowsUpDownIcon = require("./ArrowsUpDownIcon.js") +module.exports.AtSymbolIcon = require("./AtSymbolIcon.js") +module.exports.BackspaceIcon = require("./BackspaceIcon.js") +module.exports.BackwardIcon = require("./BackwardIcon.js") +module.exports.BanknotesIcon = require("./BanknotesIcon.js") +module.exports.Bars2Icon = require("./Bars2Icon.js") +module.exports.Bars3BottomLeftIcon = require("./Bars3BottomLeftIcon.js") +module.exports.Bars3BottomRightIcon = require("./Bars3BottomRightIcon.js") +module.exports.Bars3CenterLeftIcon = require("./Bars3CenterLeftIcon.js") +module.exports.Bars3Icon = require("./Bars3Icon.js") +module.exports.Bars4Icon = require("./Bars4Icon.js") +module.exports.BarsArrowDownIcon = require("./BarsArrowDownIcon.js") +module.exports.BarsArrowUpIcon = require("./BarsArrowUpIcon.js") +module.exports.Battery0Icon = require("./Battery0Icon.js") +module.exports.Battery100Icon = require("./Battery100Icon.js") +module.exports.Battery50Icon = require("./Battery50Icon.js") +module.exports.BeakerIcon = require("./BeakerIcon.js") +module.exports.BellAlertIcon = require("./BellAlertIcon.js") +module.exports.BellSlashIcon = require("./BellSlashIcon.js") +module.exports.BellSnoozeIcon = require("./BellSnoozeIcon.js") +module.exports.BellIcon = require("./BellIcon.js") +module.exports.BoldIcon = require("./BoldIcon.js") +module.exports.BoltSlashIcon = require("./BoltSlashIcon.js") +module.exports.BoltIcon = require("./BoltIcon.js") +module.exports.BookOpenIcon = require("./BookOpenIcon.js") +module.exports.BookmarkSlashIcon = require("./BookmarkSlashIcon.js") +module.exports.BookmarkSquareIcon = require("./BookmarkSquareIcon.js") +module.exports.BookmarkIcon = require("./BookmarkIcon.js") +module.exports.BriefcaseIcon = require("./BriefcaseIcon.js") +module.exports.BugAntIcon = require("./BugAntIcon.js") +module.exports.BuildingLibraryIcon = require("./BuildingLibraryIcon.js") +module.exports.BuildingOffice2Icon = require("./BuildingOffice2Icon.js") +module.exports.BuildingOfficeIcon = require("./BuildingOfficeIcon.js") +module.exports.BuildingStorefrontIcon = require("./BuildingStorefrontIcon.js") +module.exports.CakeIcon = require("./CakeIcon.js") +module.exports.CalculatorIcon = require("./CalculatorIcon.js") +module.exports.CalendarDateRangeIcon = require("./CalendarDateRangeIcon.js") +module.exports.CalendarDaysIcon = require("./CalendarDaysIcon.js") +module.exports.CalendarIcon = require("./CalendarIcon.js") +module.exports.CameraIcon = require("./CameraIcon.js") +module.exports.ChartBarSquareIcon = require("./ChartBarSquareIcon.js") +module.exports.ChartBarIcon = require("./ChartBarIcon.js") +module.exports.ChartPieIcon = require("./ChartPieIcon.js") +module.exports.ChatBubbleBottomCenterTextIcon = require("./ChatBubbleBottomCenterTextIcon.js") +module.exports.ChatBubbleBottomCenterIcon = require("./ChatBubbleBottomCenterIcon.js") +module.exports.ChatBubbleLeftEllipsisIcon = require("./ChatBubbleLeftEllipsisIcon.js") +module.exports.ChatBubbleLeftRightIcon = require("./ChatBubbleLeftRightIcon.js") +module.exports.ChatBubbleLeftIcon = require("./ChatBubbleLeftIcon.js") +module.exports.ChatBubbleOvalLeftEllipsisIcon = require("./ChatBubbleOvalLeftEllipsisIcon.js") +module.exports.ChatBubbleOvalLeftIcon = require("./ChatBubbleOvalLeftIcon.js") +module.exports.CheckBadgeIcon = require("./CheckBadgeIcon.js") +module.exports.CheckCircleIcon = require("./CheckCircleIcon.js") +module.exports.CheckIcon = require("./CheckIcon.js") +module.exports.ChevronDoubleDownIcon = require("./ChevronDoubleDownIcon.js") +module.exports.ChevronDoubleLeftIcon = require("./ChevronDoubleLeftIcon.js") +module.exports.ChevronDoubleRightIcon = require("./ChevronDoubleRightIcon.js") +module.exports.ChevronDoubleUpIcon = require("./ChevronDoubleUpIcon.js") +module.exports.ChevronDownIcon = require("./ChevronDownIcon.js") +module.exports.ChevronLeftIcon = require("./ChevronLeftIcon.js") +module.exports.ChevronRightIcon = require("./ChevronRightIcon.js") +module.exports.ChevronUpDownIcon = require("./ChevronUpDownIcon.js") +module.exports.ChevronUpIcon = require("./ChevronUpIcon.js") +module.exports.CircleStackIcon = require("./CircleStackIcon.js") +module.exports.ClipboardDocumentCheckIcon = require("./ClipboardDocumentCheckIcon.js") +module.exports.ClipboardDocumentListIcon = require("./ClipboardDocumentListIcon.js") +module.exports.ClipboardDocumentIcon = require("./ClipboardDocumentIcon.js") +module.exports.ClipboardIcon = require("./ClipboardIcon.js") +module.exports.ClockIcon = require("./ClockIcon.js") +module.exports.CloudArrowDownIcon = require("./CloudArrowDownIcon.js") +module.exports.CloudArrowUpIcon = require("./CloudArrowUpIcon.js") +module.exports.CloudIcon = require("./CloudIcon.js") +module.exports.CodeBracketSquareIcon = require("./CodeBracketSquareIcon.js") +module.exports.CodeBracketIcon = require("./CodeBracketIcon.js") +module.exports.Cog6ToothIcon = require("./Cog6ToothIcon.js") +module.exports.Cog8ToothIcon = require("./Cog8ToothIcon.js") +module.exports.CogIcon = require("./CogIcon.js") +module.exports.CommandLineIcon = require("./CommandLineIcon.js") +module.exports.ComputerDesktopIcon = require("./ComputerDesktopIcon.js") +module.exports.CpuChipIcon = require("./CpuChipIcon.js") +module.exports.CreditCardIcon = require("./CreditCardIcon.js") +module.exports.CubeTransparentIcon = require("./CubeTransparentIcon.js") +module.exports.CubeIcon = require("./CubeIcon.js") +module.exports.CurrencyBangladeshiIcon = require("./CurrencyBangladeshiIcon.js") +module.exports.CurrencyDollarIcon = require("./CurrencyDollarIcon.js") +module.exports.CurrencyEuroIcon = require("./CurrencyEuroIcon.js") +module.exports.CurrencyPoundIcon = require("./CurrencyPoundIcon.js") +module.exports.CurrencyRupeeIcon = require("./CurrencyRupeeIcon.js") +module.exports.CurrencyYenIcon = require("./CurrencyYenIcon.js") +module.exports.CursorArrowRaysIcon = require("./CursorArrowRaysIcon.js") +module.exports.CursorArrowRippleIcon = require("./CursorArrowRippleIcon.js") +module.exports.DevicePhoneMobileIcon = require("./DevicePhoneMobileIcon.js") +module.exports.DeviceTabletIcon = require("./DeviceTabletIcon.js") +module.exports.DivideIcon = require("./DivideIcon.js") +module.exports.DocumentArrowDownIcon = require("./DocumentArrowDownIcon.js") +module.exports.DocumentArrowUpIcon = require("./DocumentArrowUpIcon.js") +module.exports.DocumentChartBarIcon = require("./DocumentChartBarIcon.js") +module.exports.DocumentCheckIcon = require("./DocumentCheckIcon.js") +module.exports.DocumentCurrencyBangladeshiIcon = require("./DocumentCurrencyBangladeshiIcon.js") +module.exports.DocumentCurrencyDollarIcon = require("./DocumentCurrencyDollarIcon.js") +module.exports.DocumentCurrencyEuroIcon = require("./DocumentCurrencyEuroIcon.js") +module.exports.DocumentCurrencyPoundIcon = require("./DocumentCurrencyPoundIcon.js") +module.exports.DocumentCurrencyRupeeIcon = require("./DocumentCurrencyRupeeIcon.js") +module.exports.DocumentCurrencyYenIcon = require("./DocumentCurrencyYenIcon.js") +module.exports.DocumentDuplicateIcon = require("./DocumentDuplicateIcon.js") +module.exports.DocumentMagnifyingGlassIcon = require("./DocumentMagnifyingGlassIcon.js") +module.exports.DocumentMinusIcon = require("./DocumentMinusIcon.js") +module.exports.DocumentPlusIcon = require("./DocumentPlusIcon.js") +module.exports.DocumentTextIcon = require("./DocumentTextIcon.js") +module.exports.DocumentIcon = require("./DocumentIcon.js") +module.exports.EllipsisHorizontalCircleIcon = require("./EllipsisHorizontalCircleIcon.js") +module.exports.EllipsisHorizontalIcon = require("./EllipsisHorizontalIcon.js") +module.exports.EllipsisVerticalIcon = require("./EllipsisVerticalIcon.js") +module.exports.EnvelopeOpenIcon = require("./EnvelopeOpenIcon.js") +module.exports.EnvelopeIcon = require("./EnvelopeIcon.js") +module.exports.EqualsIcon = require("./EqualsIcon.js") +module.exports.ExclamationCircleIcon = require("./ExclamationCircleIcon.js") +module.exports.ExclamationTriangleIcon = require("./ExclamationTriangleIcon.js") +module.exports.EyeDropperIcon = require("./EyeDropperIcon.js") +module.exports.EyeSlashIcon = require("./EyeSlashIcon.js") +module.exports.EyeIcon = require("./EyeIcon.js") +module.exports.FaceFrownIcon = require("./FaceFrownIcon.js") +module.exports.FaceSmileIcon = require("./FaceSmileIcon.js") +module.exports.FilmIcon = require("./FilmIcon.js") +module.exports.FingerPrintIcon = require("./FingerPrintIcon.js") +module.exports.FireIcon = require("./FireIcon.js") +module.exports.FlagIcon = require("./FlagIcon.js") +module.exports.FolderArrowDownIcon = require("./FolderArrowDownIcon.js") +module.exports.FolderMinusIcon = require("./FolderMinusIcon.js") +module.exports.FolderOpenIcon = require("./FolderOpenIcon.js") +module.exports.FolderPlusIcon = require("./FolderPlusIcon.js") +module.exports.FolderIcon = require("./FolderIcon.js") +module.exports.ForwardIcon = require("./ForwardIcon.js") +module.exports.FunnelIcon = require("./FunnelIcon.js") +module.exports.GifIcon = require("./GifIcon.js") +module.exports.GiftTopIcon = require("./GiftTopIcon.js") +module.exports.GiftIcon = require("./GiftIcon.js") +module.exports.GlobeAltIcon = require("./GlobeAltIcon.js") +module.exports.GlobeAmericasIcon = require("./GlobeAmericasIcon.js") +module.exports.GlobeAsiaAustraliaIcon = require("./GlobeAsiaAustraliaIcon.js") +module.exports.GlobeEuropeAfricaIcon = require("./GlobeEuropeAfricaIcon.js") +module.exports.H1Icon = require("./H1Icon.js") +module.exports.H2Icon = require("./H2Icon.js") +module.exports.H3Icon = require("./H3Icon.js") +module.exports.HandRaisedIcon = require("./HandRaisedIcon.js") +module.exports.HandThumbDownIcon = require("./HandThumbDownIcon.js") +module.exports.HandThumbUpIcon = require("./HandThumbUpIcon.js") +module.exports.HashtagIcon = require("./HashtagIcon.js") +module.exports.HeartIcon = require("./HeartIcon.js") +module.exports.HomeModernIcon = require("./HomeModernIcon.js") +module.exports.HomeIcon = require("./HomeIcon.js") +module.exports.IdentificationIcon = require("./IdentificationIcon.js") +module.exports.InboxArrowDownIcon = require("./InboxArrowDownIcon.js") +module.exports.InboxStackIcon = require("./InboxStackIcon.js") +module.exports.InboxIcon = require("./InboxIcon.js") +module.exports.InformationCircleIcon = require("./InformationCircleIcon.js") +module.exports.ItalicIcon = require("./ItalicIcon.js") +module.exports.KeyIcon = require("./KeyIcon.js") +module.exports.LanguageIcon = require("./LanguageIcon.js") +module.exports.LifebuoyIcon = require("./LifebuoyIcon.js") +module.exports.LightBulbIcon = require("./LightBulbIcon.js") +module.exports.LinkSlashIcon = require("./LinkSlashIcon.js") +module.exports.LinkIcon = require("./LinkIcon.js") +module.exports.ListBulletIcon = require("./ListBulletIcon.js") +module.exports.LockClosedIcon = require("./LockClosedIcon.js") +module.exports.LockOpenIcon = require("./LockOpenIcon.js") +module.exports.MagnifyingGlassCircleIcon = require("./MagnifyingGlassCircleIcon.js") +module.exports.MagnifyingGlassMinusIcon = require("./MagnifyingGlassMinusIcon.js") +module.exports.MagnifyingGlassPlusIcon = require("./MagnifyingGlassPlusIcon.js") +module.exports.MagnifyingGlassIcon = require("./MagnifyingGlassIcon.js") +module.exports.MapPinIcon = require("./MapPinIcon.js") +module.exports.MapIcon = require("./MapIcon.js") +module.exports.MegaphoneIcon = require("./MegaphoneIcon.js") +module.exports.MicrophoneIcon = require("./MicrophoneIcon.js") +module.exports.MinusCircleIcon = require("./MinusCircleIcon.js") +module.exports.MinusSmallIcon = require("./MinusSmallIcon.js") +module.exports.MinusIcon = require("./MinusIcon.js") +module.exports.MoonIcon = require("./MoonIcon.js") +module.exports.MusicalNoteIcon = require("./MusicalNoteIcon.js") +module.exports.NewspaperIcon = require("./NewspaperIcon.js") +module.exports.NoSymbolIcon = require("./NoSymbolIcon.js") +module.exports.NumberedListIcon = require("./NumberedListIcon.js") +module.exports.PaintBrushIcon = require("./PaintBrushIcon.js") +module.exports.PaperAirplaneIcon = require("./PaperAirplaneIcon.js") +module.exports.PaperClipIcon = require("./PaperClipIcon.js") +module.exports.PauseCircleIcon = require("./PauseCircleIcon.js") +module.exports.PauseIcon = require("./PauseIcon.js") +module.exports.PencilSquareIcon = require("./PencilSquareIcon.js") +module.exports.PencilIcon = require("./PencilIcon.js") +module.exports.PercentBadgeIcon = require("./PercentBadgeIcon.js") +module.exports.PhoneArrowDownLeftIcon = require("./PhoneArrowDownLeftIcon.js") +module.exports.PhoneArrowUpRightIcon = require("./PhoneArrowUpRightIcon.js") +module.exports.PhoneXMarkIcon = require("./PhoneXMarkIcon.js") +module.exports.PhoneIcon = require("./PhoneIcon.js") +module.exports.PhotoIcon = require("./PhotoIcon.js") +module.exports.PlayCircleIcon = require("./PlayCircleIcon.js") +module.exports.PlayPauseIcon = require("./PlayPauseIcon.js") +module.exports.PlayIcon = require("./PlayIcon.js") +module.exports.PlusCircleIcon = require("./PlusCircleIcon.js") +module.exports.PlusSmallIcon = require("./PlusSmallIcon.js") +module.exports.PlusIcon = require("./PlusIcon.js") +module.exports.PowerIcon = require("./PowerIcon.js") +module.exports.PresentationChartBarIcon = require("./PresentationChartBarIcon.js") +module.exports.PresentationChartLineIcon = require("./PresentationChartLineIcon.js") +module.exports.PrinterIcon = require("./PrinterIcon.js") +module.exports.PuzzlePieceIcon = require("./PuzzlePieceIcon.js") +module.exports.QrCodeIcon = require("./QrCodeIcon.js") +module.exports.QuestionMarkCircleIcon = require("./QuestionMarkCircleIcon.js") +module.exports.QueueListIcon = require("./QueueListIcon.js") +module.exports.RadioIcon = require("./RadioIcon.js") +module.exports.ReceiptPercentIcon = require("./ReceiptPercentIcon.js") +module.exports.ReceiptRefundIcon = require("./ReceiptRefundIcon.js") +module.exports.RectangleGroupIcon = require("./RectangleGroupIcon.js") +module.exports.RectangleStackIcon = require("./RectangleStackIcon.js") +module.exports.RocketLaunchIcon = require("./RocketLaunchIcon.js") +module.exports.RssIcon = require("./RssIcon.js") +module.exports.ScaleIcon = require("./ScaleIcon.js") +module.exports.ScissorsIcon = require("./ScissorsIcon.js") +module.exports.ServerStackIcon = require("./ServerStackIcon.js") +module.exports.ServerIcon = require("./ServerIcon.js") +module.exports.ShareIcon = require("./ShareIcon.js") +module.exports.ShieldCheckIcon = require("./ShieldCheckIcon.js") +module.exports.ShieldExclamationIcon = require("./ShieldExclamationIcon.js") +module.exports.ShoppingBagIcon = require("./ShoppingBagIcon.js") +module.exports.ShoppingCartIcon = require("./ShoppingCartIcon.js") +module.exports.SignalSlashIcon = require("./SignalSlashIcon.js") +module.exports.SignalIcon = require("./SignalIcon.js") +module.exports.SlashIcon = require("./SlashIcon.js") +module.exports.SparklesIcon = require("./SparklesIcon.js") +module.exports.SpeakerWaveIcon = require("./SpeakerWaveIcon.js") +module.exports.SpeakerXMarkIcon = require("./SpeakerXMarkIcon.js") +module.exports.Square2StackIcon = require("./Square2StackIcon.js") +module.exports.Square3Stack3DIcon = require("./Square3Stack3DIcon.js") +module.exports.Squares2X2Icon = require("./Squares2X2Icon.js") +module.exports.SquaresPlusIcon = require("./SquaresPlusIcon.js") +module.exports.StarIcon = require("./StarIcon.js") +module.exports.StopCircleIcon = require("./StopCircleIcon.js") +module.exports.StopIcon = require("./StopIcon.js") +module.exports.StrikethroughIcon = require("./StrikethroughIcon.js") +module.exports.SunIcon = require("./SunIcon.js") +module.exports.SwatchIcon = require("./SwatchIcon.js") +module.exports.TableCellsIcon = require("./TableCellsIcon.js") +module.exports.TagIcon = require("./TagIcon.js") +module.exports.TicketIcon = require("./TicketIcon.js") +module.exports.TrashIcon = require("./TrashIcon.js") +module.exports.TrophyIcon = require("./TrophyIcon.js") +module.exports.TruckIcon = require("./TruckIcon.js") +module.exports.TvIcon = require("./TvIcon.js") +module.exports.UnderlineIcon = require("./UnderlineIcon.js") +module.exports.UserCircleIcon = require("./UserCircleIcon.js") +module.exports.UserGroupIcon = require("./UserGroupIcon.js") +module.exports.UserMinusIcon = require("./UserMinusIcon.js") +module.exports.UserPlusIcon = require("./UserPlusIcon.js") +module.exports.UserIcon = require("./UserIcon.js") +module.exports.UsersIcon = require("./UsersIcon.js") +module.exports.VariableIcon = require("./VariableIcon.js") +module.exports.VideoCameraSlashIcon = require("./VideoCameraSlashIcon.js") +module.exports.VideoCameraIcon = require("./VideoCameraIcon.js") +module.exports.ViewColumnsIcon = require("./ViewColumnsIcon.js") +module.exports.ViewfinderCircleIcon = require("./ViewfinderCircleIcon.js") +module.exports.WalletIcon = require("./WalletIcon.js") +module.exports.WifiIcon = require("./WifiIcon.js") +module.exports.WindowIcon = require("./WindowIcon.js") +module.exports.WrenchScrewdriverIcon = require("./WrenchScrewdriverIcon.js") +module.exports.WrenchIcon = require("./WrenchIcon.js") +module.exports.XCircleIcon = require("./XCircleIcon.js") +module.exports.XMarkIcon = require("./XMarkIcon.js") \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/20/solid/package.json b/frontend/node_modules/@heroicons/react/20/solid/package.json new file mode 100644 index 00000000..a4153173 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/20/solid/package.json @@ -0,0 +1,4 @@ +{ + "module": "./esm/index.js", + "sideEffects": false +} diff --git a/frontend/node_modules/@heroicons/react/24/outline/AcademicCapIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/AcademicCapIcon.d.ts new file mode 100644 index 00000000..f7cea572 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/AcademicCapIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const AcademicCapIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default AcademicCapIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/AcademicCapIcon.js b/frontend/node_modules/@heroicons/react/24/outline/AcademicCapIcon.js new file mode 100644 index 00000000..667dab62 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/AcademicCapIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function AcademicCapIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M4.26 10.147a60.438 60.438 0 0 0-.491 6.347A48.62 48.62 0 0 1 12 20.904a48.62 48.62 0 0 1 8.232-4.41 60.46 60.46 0 0 0-.491-6.347m-15.482 0a50.636 50.636 0 0 0-2.658-.813A59.906 59.906 0 0 1 12 3.493a59.903 59.903 0 0 1 10.399 5.84c-.896.248-1.783.52-2.658.814m-15.482 0A50.717 50.717 0 0 1 12 13.489a50.702 50.702 0 0 1 7.74-3.342M6.75 15a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm0 0v-3.675A55.378 55.378 0 0 1 12 8.443m-7.007 11.55A5.981 5.981 0 0 0 6.75 15.75v-1.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(AcademicCapIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/AdjustmentsHorizontalIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/AdjustmentsHorizontalIcon.d.ts new file mode 100644 index 00000000..66e5c914 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/AdjustmentsHorizontalIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const AdjustmentsHorizontalIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default AdjustmentsHorizontalIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/AdjustmentsHorizontalIcon.js b/frontend/node_modules/@heroicons/react/24/outline/AdjustmentsHorizontalIcon.js new file mode 100644 index 00000000..57818d9a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/AdjustmentsHorizontalIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function AdjustmentsHorizontalIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M10.5 6h9.75M10.5 6a1.5 1.5 0 1 1-3 0m3 0a1.5 1.5 0 1 0-3 0M3.75 6H7.5m3 12h9.75m-9.75 0a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m-3.75 0H7.5m9-6h3.75m-3.75 0a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m-9.75 0h9.75" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(AdjustmentsHorizontalIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/AdjustmentsVerticalIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/AdjustmentsVerticalIcon.d.ts new file mode 100644 index 00000000..1d7146f9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/AdjustmentsVerticalIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const AdjustmentsVerticalIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default AdjustmentsVerticalIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/AdjustmentsVerticalIcon.js b/frontend/node_modules/@heroicons/react/24/outline/AdjustmentsVerticalIcon.js new file mode 100644 index 00000000..debe45cf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/AdjustmentsVerticalIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function AdjustmentsVerticalIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M6 13.5V3.75m0 9.75a1.5 1.5 0 0 1 0 3m0-3a1.5 1.5 0 0 0 0 3m0 3.75V16.5m12-3V3.75m0 9.75a1.5 1.5 0 0 1 0 3m0-3a1.5 1.5 0 0 0 0 3m0 3.75V16.5m-6-9V3.75m0 3.75a1.5 1.5 0 0 1 0 3m0-3a1.5 1.5 0 0 0 0 3m0 9.75V10.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(AdjustmentsVerticalIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArchiveBoxArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArchiveBoxArrowDownIcon.d.ts new file mode 100644 index 00000000..1e791cee --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArchiveBoxArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArchiveBoxArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArchiveBoxArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArchiveBoxArrowDownIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArchiveBoxArrowDownIcon.js new file mode 100644 index 00000000..c7168d34 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArchiveBoxArrowDownIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArchiveBoxArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m20.25 7.5-.625 10.632a2.25 2.25 0 0 1-2.247 2.118H6.622a2.25 2.25 0 0 1-2.247-2.118L3.75 7.5m8.25 3v6.75m0 0-3-3m3 3 3-3M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArchiveBoxArrowDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArchiveBoxIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArchiveBoxIcon.d.ts new file mode 100644 index 00000000..4b92cdd7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArchiveBoxIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArchiveBoxIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArchiveBoxIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArchiveBoxIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArchiveBoxIcon.js new file mode 100644 index 00000000..a2e0e476 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArchiveBoxIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArchiveBoxIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m20.25 7.5-.625 10.632a2.25 2.25 0 0 1-2.247 2.118H6.622a2.25 2.25 0 0 1-2.247-2.118L3.75 7.5M10 11.25h4M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArchiveBoxIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArchiveBoxXMarkIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArchiveBoxXMarkIcon.d.ts new file mode 100644 index 00000000..fb5f7dba --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArchiveBoxXMarkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArchiveBoxXMarkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArchiveBoxXMarkIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArchiveBoxXMarkIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArchiveBoxXMarkIcon.js new file mode 100644 index 00000000..d3aee5c7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArchiveBoxXMarkIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArchiveBoxXMarkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m20.25 7.5-.625 10.632a2.25 2.25 0 0 1-2.247 2.118H6.622a2.25 2.25 0 0 1-2.247-2.118L3.75 7.5m6 4.125 2.25 2.25m0 0 2.25 2.25M12 13.875l2.25-2.25M12 13.875l-2.25 2.25M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArchiveBoxXMarkIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowDownCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowDownCircleIcon.d.ts new file mode 100644 index 00000000..b6500220 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowDownCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowDownCircleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowDownCircleIcon.js new file mode 100644 index 00000000..a931e903 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowDownCircleIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowDownCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m9 12.75 3 3m0 0 3-3m-3 3v-7.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowDownIcon.d.ts new file mode 100644 index 00000000..6fcb0764 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowDownIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowDownIcon.js new file mode 100644 index 00000000..f0b85585 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowDownIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M19.5 13.5 12 21m0 0-7.5-7.5M12 21V3" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowDownLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowDownLeftIcon.d.ts new file mode 100644 index 00000000..c2de5115 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowDownLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowDownLeftIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowDownLeftIcon.js new file mode 100644 index 00000000..13ad855f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowDownLeftIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowDownLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m19.5 4.5-15 15m0 0h11.25m-11.25 0V8.25" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowDownOnSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowDownOnSquareIcon.d.ts new file mode 100644 index 00000000..ad998a9f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowDownOnSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownOnSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownOnSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowDownOnSquareIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowDownOnSquareIcon.js new file mode 100644 index 00000000..2c7b4039 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowDownOnSquareIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowDownOnSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9 8.25H7.5a2.25 2.25 0 0 0-2.25 2.25v9a2.25 2.25 0 0 0 2.25 2.25h9a2.25 2.25 0 0 0 2.25-2.25v-9a2.25 2.25 0 0 0-2.25-2.25H15M9 12l3 3m0 0 3-3m-3 3V2.25" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownOnSquareIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowDownOnSquareStackIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowDownOnSquareStackIcon.d.ts new file mode 100644 index 00000000..3069f334 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowDownOnSquareStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownOnSquareStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownOnSquareStackIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowDownOnSquareStackIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowDownOnSquareStackIcon.js new file mode 100644 index 00000000..0378f636 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowDownOnSquareStackIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowDownOnSquareStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M7.5 7.5h-.75A2.25 2.25 0 0 0 4.5 9.75v7.5a2.25 2.25 0 0 0 2.25 2.25h7.5a2.25 2.25 0 0 0 2.25-2.25v-7.5a2.25 2.25 0 0 0-2.25-2.25h-.75m-6 3.75 3 3m0 0 3-3m-3 3V1.5m6 9h.75a2.25 2.25 0 0 1 2.25 2.25v7.5a2.25 2.25 0 0 1-2.25 2.25h-7.5a2.25 2.25 0 0 1-2.25-2.25v-.75" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownOnSquareStackIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowDownRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowDownRightIcon.d.ts new file mode 100644 index 00000000..af2b43e2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowDownRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowDownRightIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowDownRightIcon.js new file mode 100644 index 00000000..2216279d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowDownRightIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowDownRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m4.5 4.5 15 15m0 0V8.25m0 11.25H8.25" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowDownTrayIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowDownTrayIcon.d.ts new file mode 100644 index 00000000..d755642a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowDownTrayIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownTrayIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownTrayIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowDownTrayIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowDownTrayIcon.js new file mode 100644 index 00000000..179547f6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowDownTrayIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowDownTrayIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3 16.5v2.25A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75V16.5M16.5 12 12 16.5m0 0L7.5 12m4.5 4.5V3" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownTrayIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowLeftCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowLeftCircleIcon.d.ts new file mode 100644 index 00000000..5ebd1ee5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowLeftCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLeftCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLeftCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowLeftCircleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowLeftCircleIcon.js new file mode 100644 index 00000000..a9ca8a22 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowLeftCircleIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowLeftCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m11.25 9-3 3m0 0 3 3m-3-3h7.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowLeftEndOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowLeftEndOnRectangleIcon.d.ts new file mode 100644 index 00000000..0bb80a06 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowLeftEndOnRectangleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLeftEndOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLeftEndOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowLeftEndOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowLeftEndOnRectangleIcon.js new file mode 100644 index 00000000..b6083c55 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowLeftEndOnRectangleIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowLeftEndOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.75 9V5.25A2.25 2.25 0 0 0 13.5 3h-6a2.25 2.25 0 0 0-2.25 2.25v13.5A2.25 2.25 0 0 0 7.5 21h6a2.25 2.25 0 0 0 2.25-2.25V15M12 9l-3 3m0 0 3 3m-3-3h12.75" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftEndOnRectangleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowLeftIcon.d.ts new file mode 100644 index 00000000..8b184ac4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowLeftIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowLeftIcon.js new file mode 100644 index 00000000..168a1a11 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowLeftIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M10.5 19.5 3 12m0 0 7.5-7.5M3 12h18" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowLeftOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowLeftOnRectangleIcon.d.ts new file mode 100644 index 00000000..58ef43b6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowLeftOnRectangleIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const ArrowLeftOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLeftOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowLeftOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowLeftOnRectangleIcon.js new file mode 100644 index 00000000..213bb43c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowLeftOnRectangleIcon.js @@ -0,0 +1,27 @@ +const React = require("react"); +/** @deprecated */ +function ArrowLeftOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.75 9V5.25A2.25 2.25 0 0 0 13.5 3h-6a2.25 2.25 0 0 0-2.25 2.25v13.5A2.25 2.25 0 0 0 7.5 21h6a2.25 2.25 0 0 0 2.25-2.25V15M12 9l-3 3m0 0 3 3m-3-3h12.75" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftOnRectangleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowLeftStartOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowLeftStartOnRectangleIcon.d.ts new file mode 100644 index 00000000..0f113252 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowLeftStartOnRectangleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLeftStartOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLeftStartOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowLeftStartOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowLeftStartOnRectangleIcon.js new file mode 100644 index 00000000..3d777c6a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowLeftStartOnRectangleIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowLeftStartOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M8.25 9V5.25A2.25 2.25 0 0 1 10.5 3h6a2.25 2.25 0 0 1 2.25 2.25v13.5A2.25 2.25 0 0 1 16.5 21h-6a2.25 2.25 0 0 1-2.25-2.25V15m-3 0-3-3m0 0 3-3m-3 3H15" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftStartOnRectangleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowLongDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowLongDownIcon.d.ts new file mode 100644 index 00000000..f83cde05 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowLongDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLongDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLongDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowLongDownIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowLongDownIcon.js new file mode 100644 index 00000000..41586808 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowLongDownIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowLongDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.75 17.25 12 21m0 0-3.75-3.75M12 21V3" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLongDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowLongLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowLongLeftIcon.d.ts new file mode 100644 index 00000000..28f72830 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowLongLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLongLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLongLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowLongLeftIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowLongLeftIcon.js new file mode 100644 index 00000000..33866d3b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowLongLeftIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowLongLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M6.75 15.75 3 12m0 0 3.75-3.75M3 12h18" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLongLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowLongRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowLongRightIcon.d.ts new file mode 100644 index 00000000..2375bd76 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowLongRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLongRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLongRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowLongRightIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowLongRightIcon.js new file mode 100644 index 00000000..a3f515c8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowLongRightIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowLongRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M17.25 8.25 21 12m0 0-3.75 3.75M21 12H3" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLongRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowLongUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowLongUpIcon.d.ts new file mode 100644 index 00000000..cb3f5687 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowLongUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLongUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLongUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowLongUpIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowLongUpIcon.js new file mode 100644 index 00000000..24980bda --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowLongUpIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowLongUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M8.25 6.75 12 3m0 0 3.75 3.75M12 3v18" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLongUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowPathIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowPathIcon.d.ts new file mode 100644 index 00000000..4260afbd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowPathIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowPathIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowPathIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowPathIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowPathIcon.js new file mode 100644 index 00000000..faf6a995 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowPathIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowPathIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0 3.181 3.183a8.25 8.25 0 0 0 13.803-3.7M4.031 9.865a8.25 8.25 0 0 1 13.803-3.7l3.181 3.182m0-4.991v4.99" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowPathIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowPathRoundedSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowPathRoundedSquareIcon.d.ts new file mode 100644 index 00000000..0e9778d9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowPathRoundedSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowPathRoundedSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowPathRoundedSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowPathRoundedSquareIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowPathRoundedSquareIcon.js new file mode 100644 index 00000000..c32c8ee3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowPathRoundedSquareIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowPathRoundedSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M19.5 12c0-1.232-.046-2.453-.138-3.662a4.006 4.006 0 0 0-3.7-3.7 48.678 48.678 0 0 0-7.324 0 4.006 4.006 0 0 0-3.7 3.7c-.017.22-.032.441-.046.662M19.5 12l3-3m-3 3-3-3m-12 3c0 1.232.046 2.453.138 3.662a4.006 4.006 0 0 0 3.7 3.7 48.656 48.656 0 0 0 7.324 0 4.006 4.006 0 0 0 3.7-3.7c.017-.22.032-.441.046-.662M4.5 12l3 3m-3-3-3 3" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowPathRoundedSquareIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowRightCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowRightCircleIcon.d.ts new file mode 100644 index 00000000..c362cf3a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowRightCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowRightCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowRightCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowRightCircleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowRightCircleIcon.js new file mode 100644 index 00000000..04807a98 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowRightCircleIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowRightCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m12.75 15 3-3m0 0-3-3m3 3h-7.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowRightEndOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowRightEndOnRectangleIcon.d.ts new file mode 100644 index 00000000..69f1804f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowRightEndOnRectangleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowRightEndOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowRightEndOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowRightEndOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowRightEndOnRectangleIcon.js new file mode 100644 index 00000000..c254906b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowRightEndOnRectangleIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowRightEndOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M8.25 9V5.25A2.25 2.25 0 0 1 10.5 3h6a2.25 2.25 0 0 1 2.25 2.25v13.5A2.25 2.25 0 0 1 16.5 21h-6a2.25 2.25 0 0 1-2.25-2.25V15M12 9l3 3m0 0-3 3m3-3H2.25" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightEndOnRectangleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowRightIcon.d.ts new file mode 100644 index 00000000..fd9ad463 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowRightIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowRightIcon.js new file mode 100644 index 00000000..371a0d39 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowRightIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowRightOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowRightOnRectangleIcon.d.ts new file mode 100644 index 00000000..beb562de --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowRightOnRectangleIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const ArrowRightOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowRightOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowRightOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowRightOnRectangleIcon.js new file mode 100644 index 00000000..e4274af4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowRightOnRectangleIcon.js @@ -0,0 +1,27 @@ +const React = require("react"); +/** @deprecated */ +function ArrowRightOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.75 9V5.25A2.25 2.25 0 0 0 13.5 3h-6a2.25 2.25 0 0 0-2.25 2.25v13.5A2.25 2.25 0 0 0 7.5 21h6a2.25 2.25 0 0 0 2.25-2.25V15m3 0 3-3m0 0-3-3m3 3H9" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightOnRectangleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowRightStartOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowRightStartOnRectangleIcon.d.ts new file mode 100644 index 00000000..125ccfd7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowRightStartOnRectangleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowRightStartOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowRightStartOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowRightStartOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowRightStartOnRectangleIcon.js new file mode 100644 index 00000000..ceea4c48 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowRightStartOnRectangleIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowRightStartOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.75 9V5.25A2.25 2.25 0 0 0 13.5 3h-6a2.25 2.25 0 0 0-2.25 2.25v13.5A2.25 2.25 0 0 0 7.5 21h6a2.25 2.25 0 0 0 2.25-2.25V15m3 0 3-3m0 0-3-3m3 3H9" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightStartOnRectangleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowSmallDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowSmallDownIcon.d.ts new file mode 100644 index 00000000..ee183571 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowSmallDownIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const ArrowSmallDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowSmallDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowSmallDownIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowSmallDownIcon.js new file mode 100644 index 00000000..9bd05cc5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowSmallDownIcon.js @@ -0,0 +1,27 @@ +const React = require("react"); +/** @deprecated */ +function ArrowSmallDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 4.5v15m0 0 6.75-6.75M12 19.5l-6.75-6.75" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowSmallDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowSmallLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowSmallLeftIcon.d.ts new file mode 100644 index 00000000..5686c1af --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowSmallLeftIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const ArrowSmallLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowSmallLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowSmallLeftIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowSmallLeftIcon.js new file mode 100644 index 00000000..031a26d0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowSmallLeftIcon.js @@ -0,0 +1,27 @@ +const React = require("react"); +/** @deprecated */ +function ArrowSmallLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M19.5 12h-15m0 0 6.75 6.75M4.5 12l6.75-6.75" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowSmallLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowSmallRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowSmallRightIcon.d.ts new file mode 100644 index 00000000..019725bb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowSmallRightIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const ArrowSmallRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowSmallRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowSmallRightIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowSmallRightIcon.js new file mode 100644 index 00000000..e9b4ac06 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowSmallRightIcon.js @@ -0,0 +1,27 @@ +const React = require("react"); +/** @deprecated */ +function ArrowSmallRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M4.5 12h15m0 0-6.75-6.75M19.5 12l-6.75 6.75" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowSmallRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowSmallUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowSmallUpIcon.d.ts new file mode 100644 index 00000000..644e37fb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowSmallUpIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const ArrowSmallUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowSmallUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowSmallUpIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowSmallUpIcon.js new file mode 100644 index 00000000..f6ce8bb2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowSmallUpIcon.js @@ -0,0 +1,27 @@ +const React = require("react"); +/** @deprecated */ +function ArrowSmallUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 19.5v-15m0 0-6.75 6.75M12 4.5l6.75 6.75" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowSmallUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowTopRightOnSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowTopRightOnSquareIcon.d.ts new file mode 100644 index 00000000..86a6805d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowTopRightOnSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTopRightOnSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTopRightOnSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowTopRightOnSquareIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowTopRightOnSquareIcon.js new file mode 100644 index 00000000..91808d42 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowTopRightOnSquareIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowTopRightOnSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M13.5 6H5.25A2.25 2.25 0 0 0 3 8.25v10.5A2.25 2.25 0 0 0 5.25 21h10.5A2.25 2.25 0 0 0 18 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTopRightOnSquareIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowTrendingDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowTrendingDownIcon.d.ts new file mode 100644 index 00000000..cfb218f9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowTrendingDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTrendingDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTrendingDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowTrendingDownIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowTrendingDownIcon.js new file mode 100644 index 00000000..b35f5802 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowTrendingDownIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowTrendingDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M2.25 6 9 12.75l4.286-4.286a11.948 11.948 0 0 1 4.306 6.43l.776 2.898m0 0 3.182-5.511m-3.182 5.51-5.511-3.181" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTrendingDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowTrendingUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowTrendingUpIcon.d.ts new file mode 100644 index 00000000..54763a8c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowTrendingUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTrendingUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTrendingUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowTrendingUpIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowTrendingUpIcon.js new file mode 100644 index 00000000..6e269938 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowTrendingUpIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowTrendingUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M2.25 18 9 11.25l4.306 4.306a11.95 11.95 0 0 1 5.814-5.518l2.74-1.22m0 0-5.94-2.281m5.94 2.28-2.28 5.941" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTrendingUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnDownLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnDownLeftIcon.d.ts new file mode 100644 index 00000000..30988be3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnDownLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnDownLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnDownLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnDownLeftIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnDownLeftIcon.js new file mode 100644 index 00000000..2fd6d059 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnDownLeftIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowTurnDownLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m7.49 12-3.75 3.75m0 0 3.75 3.75m-3.75-3.75h16.5V4.499" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnDownLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnDownRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnDownRightIcon.d.ts new file mode 100644 index 00000000..a97f44c6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnDownRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnDownRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnDownRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnDownRightIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnDownRightIcon.js new file mode 100644 index 00000000..b12b910d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnDownRightIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowTurnDownRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m16.49 12 3.75 3.75m0 0-3.75 3.75m3.75-3.75H3.74V4.499" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnDownRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnLeftDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnLeftDownIcon.d.ts new file mode 100644 index 00000000..54c35be7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnLeftDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnLeftDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnLeftDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnLeftDownIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnLeftDownIcon.js new file mode 100644 index 00000000..af3bf8c2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnLeftDownIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowTurnLeftDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m11.99 16.5-3.75 3.75m0 0L4.49 16.5m3.75 3.75V3.75h11.25" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnLeftDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnLeftUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnLeftUpIcon.d.ts new file mode 100644 index 00000000..db9b7a64 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnLeftUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnLeftUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnLeftUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnLeftUpIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnLeftUpIcon.js new file mode 100644 index 00000000..861cd9e7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnLeftUpIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowTurnLeftUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M11.99 7.5 8.24 3.75m0 0L4.49 7.5m3.75-3.75v16.499h11.25" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnLeftUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnRightDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnRightDownIcon.d.ts new file mode 100644 index 00000000..8719674d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnRightDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnRightDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnRightDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnRightDownIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnRightDownIcon.js new file mode 100644 index 00000000..c3381035 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnRightDownIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowTurnRightDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m11.99 16.5 3.75 3.75m0 0 3.75-3.75m-3.75 3.75V3.75H4.49" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnRightDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnRightUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnRightUpIcon.d.ts new file mode 100644 index 00000000..f1c75f84 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnRightUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnRightUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnRightUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnRightUpIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnRightUpIcon.js new file mode 100644 index 00000000..167a5275 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnRightUpIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowTurnRightUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m11.99 7.5 3.75-3.75m0 0 3.75 3.75m-3.75-3.75v16.499H4.49" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnRightUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnUpLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnUpLeftIcon.d.ts new file mode 100644 index 00000000..1e0636c3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnUpLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnUpLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnUpLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnUpLeftIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnUpLeftIcon.js new file mode 100644 index 00000000..61e60ca6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnUpLeftIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowTurnUpLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M7.49 12 3.74 8.248m0 0 3.75-3.75m-3.75 3.75h16.5V19.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnUpLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnUpRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnUpRightIcon.d.ts new file mode 100644 index 00000000..a2cb836a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnUpRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnUpRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnUpRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnUpRightIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnUpRightIcon.js new file mode 100644 index 00000000..94dda559 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowTurnUpRightIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowTurnUpRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m16.49 12 3.75-3.751m0 0-3.75-3.75m3.75 3.75H3.74V19.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnUpRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowUpCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowUpCircleIcon.d.ts new file mode 100644 index 00000000..dbc3f8e7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowUpCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowUpCircleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowUpCircleIcon.js new file mode 100644 index 00000000..9f6bea53 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowUpCircleIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowUpCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m15 11.25-3-3m0 0-3 3m3-3v7.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowUpIcon.d.ts new file mode 100644 index 00000000..6567e292 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowUpIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowUpIcon.js new file mode 100644 index 00000000..e9d57bb1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowUpIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M4.5 10.5 12 3m0 0 7.5 7.5M12 3v18" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowUpLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowUpLeftIcon.d.ts new file mode 100644 index 00000000..b440666c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowUpLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowUpLeftIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowUpLeftIcon.js new file mode 100644 index 00000000..65a1e789 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowUpLeftIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowUpLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m19.5 19.5-15-15m0 0v11.25m0-11.25h11.25" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowUpOnSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowUpOnSquareIcon.d.ts new file mode 100644 index 00000000..d50c7262 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowUpOnSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpOnSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpOnSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowUpOnSquareIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowUpOnSquareIcon.js new file mode 100644 index 00000000..6e979e9a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowUpOnSquareIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowUpOnSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9 8.25H7.5a2.25 2.25 0 0 0-2.25 2.25v9a2.25 2.25 0 0 0 2.25 2.25h9a2.25 2.25 0 0 0 2.25-2.25v-9a2.25 2.25 0 0 0-2.25-2.25H15m0-3-3-3m0 0-3 3m3-3V15" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpOnSquareIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowUpOnSquareStackIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowUpOnSquareStackIcon.d.ts new file mode 100644 index 00000000..c1d92c28 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowUpOnSquareStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpOnSquareStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpOnSquareStackIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowUpOnSquareStackIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowUpOnSquareStackIcon.js new file mode 100644 index 00000000..924e3505 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowUpOnSquareStackIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowUpOnSquareStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M7.5 7.5h-.75A2.25 2.25 0 0 0 4.5 9.75v7.5a2.25 2.25 0 0 0 2.25 2.25h7.5a2.25 2.25 0 0 0 2.25-2.25v-7.5a2.25 2.25 0 0 0-2.25-2.25h-.75m0-3-3-3m0 0-3 3m3-3v11.25m6-2.25h.75a2.25 2.25 0 0 1 2.25 2.25v7.5a2.25 2.25 0 0 1-2.25 2.25h-7.5a2.25 2.25 0 0 1-2.25-2.25v-.75" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpOnSquareStackIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowUpRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowUpRightIcon.d.ts new file mode 100644 index 00000000..9e8bedec --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowUpRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowUpRightIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowUpRightIcon.js new file mode 100644 index 00000000..0c8a81ec --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowUpRightIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowUpRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m4.5 19.5 15-15m0 0H8.25m11.25 0v11.25" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowUpTrayIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowUpTrayIcon.d.ts new file mode 100644 index 00000000..1304d9e4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowUpTrayIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpTrayIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpTrayIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowUpTrayIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowUpTrayIcon.js new file mode 100644 index 00000000..fb185785 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowUpTrayIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowUpTrayIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3 16.5v2.25A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75V16.5m-13.5-9L12 3m0 0 4.5 4.5M12 3v13.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpTrayIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowUturnDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowUturnDownIcon.d.ts new file mode 100644 index 00000000..2a656eef --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowUturnDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUturnDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUturnDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowUturnDownIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowUturnDownIcon.js new file mode 100644 index 00000000..df548106 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowUturnDownIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowUturnDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m15 15-6 6m0 0-6-6m6 6V9a6 6 0 0 1 12 0v3" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUturnDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowUturnLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowUturnLeftIcon.d.ts new file mode 100644 index 00000000..8d827dd8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowUturnLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUturnLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUturnLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowUturnLeftIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowUturnLeftIcon.js new file mode 100644 index 00000000..f678f759 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowUturnLeftIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowUturnLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9 15 3 9m0 0 6-6M3 9h12a6 6 0 0 1 0 12h-3" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUturnLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowUturnRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowUturnRightIcon.d.ts new file mode 100644 index 00000000..b75389ab --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowUturnRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUturnRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUturnRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowUturnRightIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowUturnRightIcon.js new file mode 100644 index 00000000..3299c34f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowUturnRightIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowUturnRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m15 15 6-6m0 0-6-6m6 6H9a6 6 0 0 0 0 12h3" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUturnRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowUturnUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowUturnUpIcon.d.ts new file mode 100644 index 00000000..1996413e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowUturnUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUturnUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUturnUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowUturnUpIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowUturnUpIcon.js new file mode 100644 index 00000000..e87ffa63 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowUturnUpIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowUturnUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m9 9 6-6m0 0 6 6m-6-6v12a6 6 0 0 1-12 0v-3" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUturnUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowsPointingInIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowsPointingInIcon.d.ts new file mode 100644 index 00000000..2570a1ea --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowsPointingInIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowsPointingInIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowsPointingInIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowsPointingInIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowsPointingInIcon.js new file mode 100644 index 00000000..909d8d14 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowsPointingInIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowsPointingInIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9 9V4.5M9 9H4.5M9 9 3.75 3.75M9 15v4.5M9 15H4.5M9 15l-5.25 5.25M15 9h4.5M15 9V4.5M15 9l5.25-5.25M15 15h4.5M15 15v4.5m0-4.5 5.25 5.25" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowsPointingInIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowsPointingOutIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowsPointingOutIcon.d.ts new file mode 100644 index 00000000..56f25889 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowsPointingOutIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowsPointingOutIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowsPointingOutIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowsPointingOutIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowsPointingOutIcon.js new file mode 100644 index 00000000..07712c30 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowsPointingOutIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowsPointingOutIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3.75 3.75v4.5m0-4.5h4.5m-4.5 0L9 9M3.75 20.25v-4.5m0 4.5h4.5m-4.5 0L9 15M20.25 3.75h-4.5m4.5 0v4.5m0-4.5L15 9m5.25 11.25h-4.5m4.5 0v-4.5m0 4.5L15 15" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowsPointingOutIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowsRightLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowsRightLeftIcon.d.ts new file mode 100644 index 00000000..c92d4637 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowsRightLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowsRightLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowsRightLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowsRightLeftIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowsRightLeftIcon.js new file mode 100644 index 00000000..a1477582 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowsRightLeftIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowsRightLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M7.5 21 3 16.5m0 0L7.5 12M3 16.5h13.5m0-13.5L21 7.5m0 0L16.5 12M21 7.5H7.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowsRightLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowsUpDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ArrowsUpDownIcon.d.ts new file mode 100644 index 00000000..f913ee96 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowsUpDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowsUpDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowsUpDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ArrowsUpDownIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ArrowsUpDownIcon.js new file mode 100644 index 00000000..a7dc118a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ArrowsUpDownIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowsUpDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3 7.5 7.5 3m0 0L12 7.5M7.5 3v13.5m13.5 0L16.5 21m0 0L12 16.5m4.5 4.5V7.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowsUpDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/AtSymbolIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/AtSymbolIcon.d.ts new file mode 100644 index 00000000..81c8736a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/AtSymbolIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const AtSymbolIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default AtSymbolIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/AtSymbolIcon.js b/frontend/node_modules/@heroicons/react/24/outline/AtSymbolIcon.js new file mode 100644 index 00000000..642c74b8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/AtSymbolIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function AtSymbolIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M16.5 12a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm0 0c0 1.657 1.007 3 2.25 3S21 13.657 21 12a9 9 0 1 0-2.636 6.364M16.5 12V8.25" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(AtSymbolIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/BackspaceIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/BackspaceIcon.d.ts new file mode 100644 index 00000000..11a6491c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BackspaceIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BackspaceIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BackspaceIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/BackspaceIcon.js b/frontend/node_modules/@heroicons/react/24/outline/BackspaceIcon.js new file mode 100644 index 00000000..b0e62550 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BackspaceIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function BackspaceIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 9.75 14.25 12m0 0 2.25 2.25M14.25 12l2.25-2.25M14.25 12 12 14.25m-2.58 4.92-6.374-6.375a1.125 1.125 0 0 1 0-1.59L9.42 4.83c.21-.211.497-.33.795-.33H19.5a2.25 2.25 0 0 1 2.25 2.25v10.5a2.25 2.25 0 0 1-2.25 2.25h-9.284c-.298 0-.585-.119-.795-.33Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BackspaceIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/BackwardIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/BackwardIcon.d.ts new file mode 100644 index 00000000..b154df6b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BackwardIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BackwardIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BackwardIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/BackwardIcon.js b/frontend/node_modules/@heroicons/react/24/outline/BackwardIcon.js new file mode 100644 index 00000000..c2b54e28 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BackwardIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function BackwardIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M21 16.811c0 .864-.933 1.406-1.683.977l-7.108-4.061a1.125 1.125 0 0 1 0-1.954l7.108-4.061A1.125 1.125 0 0 1 21 8.689v8.122ZM11.25 16.811c0 .864-.933 1.406-1.683.977l-7.108-4.061a1.125 1.125 0 0 1 0-1.954l7.108-4.061a1.125 1.125 0 0 1 1.683.977v8.122Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BackwardIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/BanknotesIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/BanknotesIcon.d.ts new file mode 100644 index 00000000..2295d499 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BanknotesIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BanknotesIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BanknotesIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/BanknotesIcon.js b/frontend/node_modules/@heroicons/react/24/outline/BanknotesIcon.js new file mode 100644 index 00000000..99dfe54e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BanknotesIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function BanknotesIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M2.25 18.75a60.07 60.07 0 0 1 15.797 2.101c.727.198 1.453-.342 1.453-1.096V18.75M3.75 4.5v.75A.75.75 0 0 1 3 6h-.75m0 0v-.375c0-.621.504-1.125 1.125-1.125H20.25M2.25 6v9m18-10.5v.75c0 .414.336.75.75.75h.75m-1.5-1.5h.375c.621 0 1.125.504 1.125 1.125v9.75c0 .621-.504 1.125-1.125 1.125h-.375m1.5-1.5H21a.75.75 0 0 0-.75.75v.75m0 0H3.75m0 0h-.375a1.125 1.125 0 0 1-1.125-1.125V15m1.5 1.5v-.75A.75.75 0 0 0 3 15h-.75M15 10.5a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm3 0h.008v.008H18V10.5Zm-12 0h.008v.008H6V10.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BanknotesIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/Bars2Icon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/Bars2Icon.d.ts new file mode 100644 index 00000000..f36a9586 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/Bars2Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars2Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars2Icon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/Bars2Icon.js b/frontend/node_modules/@heroicons/react/24/outline/Bars2Icon.js new file mode 100644 index 00000000..cc288fc9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/Bars2Icon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function Bars2Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3.75 9h16.5m-16.5 6.75h16.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars2Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/Bars3BottomLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/Bars3BottomLeftIcon.d.ts new file mode 100644 index 00000000..1183f870 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/Bars3BottomLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars3BottomLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars3BottomLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/Bars3BottomLeftIcon.js b/frontend/node_modules/@heroicons/react/24/outline/Bars3BottomLeftIcon.js new file mode 100644 index 00000000..6a02310e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/Bars3BottomLeftIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function Bars3BottomLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25H12" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars3BottomLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/Bars3BottomRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/Bars3BottomRightIcon.d.ts new file mode 100644 index 00000000..633e9477 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/Bars3BottomRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars3BottomRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars3BottomRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/Bars3BottomRightIcon.js b/frontend/node_modules/@heroicons/react/24/outline/Bars3BottomRightIcon.js new file mode 100644 index 00000000..3ec7b450 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/Bars3BottomRightIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function Bars3BottomRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3.75 6.75h16.5M3.75 12h16.5M12 17.25h8.25" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars3BottomRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/Bars3CenterLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/Bars3CenterLeftIcon.d.ts new file mode 100644 index 00000000..12d3ece6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/Bars3CenterLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars3CenterLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars3CenterLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/Bars3CenterLeftIcon.js b/frontend/node_modules/@heroicons/react/24/outline/Bars3CenterLeftIcon.js new file mode 100644 index 00000000..67d6e1c7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/Bars3CenterLeftIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function Bars3CenterLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3.75 6.75h16.5M3.75 12H12m-8.25 5.25h16.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars3CenterLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/Bars3Icon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/Bars3Icon.d.ts new file mode 100644 index 00000000..64290021 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/Bars3Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars3Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars3Icon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/Bars3Icon.js b/frontend/node_modules/@heroicons/react/24/outline/Bars3Icon.js new file mode 100644 index 00000000..e3352a9c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/Bars3Icon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function Bars3Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars3Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/Bars4Icon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/Bars4Icon.d.ts new file mode 100644 index 00000000..83dbe1df --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/Bars4Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars4Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars4Icon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/Bars4Icon.js b/frontend/node_modules/@heroicons/react/24/outline/Bars4Icon.js new file mode 100644 index 00000000..dc22b7c8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/Bars4Icon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function Bars4Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3.75 5.25h16.5m-16.5 4.5h16.5m-16.5 4.5h16.5m-16.5 4.5h16.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars4Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/BarsArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/BarsArrowDownIcon.d.ts new file mode 100644 index 00000000..40e8d73a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BarsArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BarsArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BarsArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/BarsArrowDownIcon.js b/frontend/node_modules/@heroicons/react/24/outline/BarsArrowDownIcon.js new file mode 100644 index 00000000..03bed970 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BarsArrowDownIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function BarsArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3 4.5h14.25M3 9h9.75M3 13.5h9.75m4.5-4.5v12m0 0-3.75-3.75M17.25 21 21 17.25" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BarsArrowDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/BarsArrowUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/BarsArrowUpIcon.d.ts new file mode 100644 index 00000000..c8b3b932 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BarsArrowUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BarsArrowUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BarsArrowUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/BarsArrowUpIcon.js b/frontend/node_modules/@heroicons/react/24/outline/BarsArrowUpIcon.js new file mode 100644 index 00000000..fad86239 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BarsArrowUpIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function BarsArrowUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3 4.5h14.25M3 9h9.75M3 13.5h5.25m5.25-.75L17.25 9m0 0L21 12.75M17.25 9v12" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BarsArrowUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/Battery0Icon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/Battery0Icon.d.ts new file mode 100644 index 00000000..45a9879f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/Battery0Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Battery0Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Battery0Icon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/Battery0Icon.js b/frontend/node_modules/@heroicons/react/24/outline/Battery0Icon.js new file mode 100644 index 00000000..07f2050f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/Battery0Icon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function Battery0Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M21 10.5h.375c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125H21M3.75 18h15A2.25 2.25 0 0 0 21 15.75v-6a2.25 2.25 0 0 0-2.25-2.25h-15A2.25 2.25 0 0 0 1.5 9.75v6A2.25 2.25 0 0 0 3.75 18Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Battery0Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/Battery100Icon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/Battery100Icon.d.ts new file mode 100644 index 00000000..5d0f04b2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/Battery100Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Battery100Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Battery100Icon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/Battery100Icon.js b/frontend/node_modules/@heroicons/react/24/outline/Battery100Icon.js new file mode 100644 index 00000000..773554b1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/Battery100Icon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function Battery100Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M21 10.5h.375c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125H21M4.5 10.5H18V15H4.5v-4.5ZM3.75 18h15A2.25 2.25 0 0 0 21 15.75v-6a2.25 2.25 0 0 0-2.25-2.25h-15A2.25 2.25 0 0 0 1.5 9.75v6A2.25 2.25 0 0 0 3.75 18Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Battery100Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/Battery50Icon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/Battery50Icon.d.ts new file mode 100644 index 00000000..26713176 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/Battery50Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Battery50Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Battery50Icon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/Battery50Icon.js b/frontend/node_modules/@heroicons/react/24/outline/Battery50Icon.js new file mode 100644 index 00000000..eeec124b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/Battery50Icon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function Battery50Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M21 10.5h.375c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125H21M4.5 10.5h6.75V15H4.5v-4.5ZM3.75 18h15A2.25 2.25 0 0 0 21 15.75v-6a2.25 2.25 0 0 0-2.25-2.25h-15A2.25 2.25 0 0 0 1.5 9.75v6A2.25 2.25 0 0 0 3.75 18Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Battery50Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/BeakerIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/BeakerIcon.d.ts new file mode 100644 index 00000000..f2fdcedf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BeakerIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BeakerIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BeakerIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/BeakerIcon.js b/frontend/node_modules/@heroicons/react/24/outline/BeakerIcon.js new file mode 100644 index 00000000..1b5b12df --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BeakerIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function BeakerIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9.75 3.104v5.714a2.25 2.25 0 0 1-.659 1.591L5 14.5M9.75 3.104c-.251.023-.501.05-.75.082m.75-.082a24.301 24.301 0 0 1 4.5 0m0 0v5.714c0 .597.237 1.17.659 1.591L19.8 15.3M14.25 3.104c.251.023.501.05.75.082M19.8 15.3l-1.57.393A9.065 9.065 0 0 1 12 15a9.065 9.065 0 0 0-6.23-.693L5 14.5m14.8.8 1.402 1.402c1.232 1.232.65 3.318-1.067 3.611A48.309 48.309 0 0 1 12 21c-2.773 0-5.491-.235-8.135-.687-1.718-.293-2.3-2.379-1.067-3.61L5 14.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BeakerIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/BellAlertIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/BellAlertIcon.d.ts new file mode 100644 index 00000000..8d5d773d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BellAlertIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BellAlertIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BellAlertIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/BellAlertIcon.js b/frontend/node_modules/@heroicons/react/24/outline/BellAlertIcon.js new file mode 100644 index 00000000..41ae717b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BellAlertIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function BellAlertIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M14.857 17.082a23.848 23.848 0 0 0 5.454-1.31A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6 9v.75a8.967 8.967 0 0 1-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 0 1-5.714 0m5.714 0a3 3 0 1 1-5.714 0M3.124 7.5A8.969 8.969 0 0 1 5.292 3m13.416 0a8.969 8.969 0 0 1 2.168 4.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BellAlertIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/BellIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/BellIcon.d.ts new file mode 100644 index 00000000..5d58b3d3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BellIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BellIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BellIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/BellIcon.js b/frontend/node_modules/@heroicons/react/24/outline/BellIcon.js new file mode 100644 index 00000000..fe9624bd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BellIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function BellIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M14.857 17.082a23.848 23.848 0 0 0 5.454-1.31A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6 9v.75a8.967 8.967 0 0 1-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 0 1-5.714 0m5.714 0a3 3 0 1 1-5.714 0" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BellIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/BellSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/BellSlashIcon.d.ts new file mode 100644 index 00000000..9b9002cd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BellSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BellSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BellSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/BellSlashIcon.js b/frontend/node_modules/@heroicons/react/24/outline/BellSlashIcon.js new file mode 100644 index 00000000..89e3de9e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BellSlashIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function BellSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9.143 17.082a24.248 24.248 0 0 0 3.844.148m-3.844-.148a23.856 23.856 0 0 1-5.455-1.31 8.964 8.964 0 0 0 2.3-5.542m3.155 6.852a3 3 0 0 0 5.667 1.97m1.965-2.277L21 21m-4.225-4.225a23.81 23.81 0 0 0 3.536-1.003A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6.53 6.53m10.245 10.245L6.53 6.53M3 3l3.53 3.53" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BellSlashIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/BellSnoozeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/BellSnoozeIcon.d.ts new file mode 100644 index 00000000..bb97a302 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BellSnoozeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BellSnoozeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BellSnoozeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/BellSnoozeIcon.js b/frontend/node_modules/@heroicons/react/24/outline/BellSnoozeIcon.js new file mode 100644 index 00000000..56001b18 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BellSnoozeIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function BellSnoozeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M14.857 17.082a23.848 23.848 0 0 0 5.454-1.31A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6 9v.75a8.967 8.967 0 0 1-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 0 1-5.714 0m5.714 0a3 3 0 1 1-5.714 0M10.5 8.25h3l-3 4.5h3" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BellSnoozeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/BoldIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/BoldIcon.d.ts new file mode 100644 index 00000000..e90cc8ef --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BoldIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BoldIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BoldIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/BoldIcon.js b/frontend/node_modules/@heroicons/react/24/outline/BoldIcon.js new file mode 100644 index 00000000..24c34f53 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BoldIcon.js @@ -0,0 +1,25 @@ +const React = require("react"); +function BoldIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinejoin: "round", + d: "M6.75 3.744h-.753v8.25h7.125a4.125 4.125 0 0 0 0-8.25H6.75Zm0 0v.38m0 16.122h6.747a4.5 4.5 0 0 0 0-9.001h-7.5v9h.753Zm0 0v-.37m0-15.751h6a3.75 3.75 0 1 1 0 7.5h-6m0-7.5v7.5m0 0v8.25m0-8.25h6.375a4.125 4.125 0 0 1 0 8.25H6.75m.747-15.38h4.875a3.375 3.375 0 0 1 0 6.75H7.497v-6.75Zm0 7.5h5.25a3.75 3.75 0 0 1 0 7.5h-5.25v-7.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BoldIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/BoltIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/BoltIcon.d.ts new file mode 100644 index 00000000..93704fbe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BoltIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BoltIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BoltIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/BoltIcon.js b/frontend/node_modules/@heroicons/react/24/outline/BoltIcon.js new file mode 100644 index 00000000..95e0cae9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BoltIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function BoltIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m3.75 13.5 10.5-11.25L12 10.5h8.25L9.75 21.75 12 13.5H3.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BoltIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/BoltSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/BoltSlashIcon.d.ts new file mode 100644 index 00000000..d7db7c0d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BoltSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BoltSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BoltSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/BoltSlashIcon.js b/frontend/node_modules/@heroicons/react/24/outline/BoltSlashIcon.js new file mode 100644 index 00000000..03392975 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BoltSlashIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function BoltSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M11.412 15.655 9.75 21.75l3.745-4.012M9.257 13.5H3.75l2.659-2.849m2.048-2.194L14.25 2.25 12 10.5h8.25l-4.707 5.043M8.457 8.457 3 3m5.457 5.457 7.086 7.086m0 0L21 21" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BoltSlashIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/BookOpenIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/BookOpenIcon.d.ts new file mode 100644 index 00000000..11702953 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BookOpenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BookOpenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BookOpenIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/BookOpenIcon.js b/frontend/node_modules/@heroicons/react/24/outline/BookOpenIcon.js new file mode 100644 index 00000000..74658f6a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BookOpenIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function BookOpenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 6.042A8.967 8.967 0 0 0 6 3.75c-1.052 0-2.062.18-3 .512v14.25A8.987 8.987 0 0 1 6 18c2.305 0 4.408.867 6 2.292m0-14.25a8.966 8.966 0 0 1 6-2.292c1.052 0 2.062.18 3 .512v14.25A8.987 8.987 0 0 0 18 18a8.967 8.967 0 0 0-6 2.292m0-14.25v14.25" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BookOpenIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/BookmarkIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/BookmarkIcon.d.ts new file mode 100644 index 00000000..53b465da --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BookmarkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BookmarkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BookmarkIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/BookmarkIcon.js b/frontend/node_modules/@heroicons/react/24/outline/BookmarkIcon.js new file mode 100644 index 00000000..0473f7ca --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BookmarkIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function BookmarkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M17.593 3.322c1.1.128 1.907 1.077 1.907 2.185V21L12 17.25 4.5 21V5.507c0-1.108.806-2.057 1.907-2.185a48.507 48.507 0 0 1 11.186 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BookmarkIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/BookmarkSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/BookmarkSlashIcon.d.ts new file mode 100644 index 00000000..5ff3a4c6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BookmarkSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BookmarkSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BookmarkSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/BookmarkSlashIcon.js b/frontend/node_modules/@heroicons/react/24/outline/BookmarkSlashIcon.js new file mode 100644 index 00000000..4c15a831 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BookmarkSlashIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function BookmarkSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m3 3 1.664 1.664M21 21l-1.5-1.5m-5.485-1.242L12 17.25 4.5 21V8.742m.164-4.078a2.15 2.15 0 0 1 1.743-1.342 48.507 48.507 0 0 1 11.186 0c1.1.128 1.907 1.077 1.907 2.185V19.5M4.664 4.664 19.5 19.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BookmarkSlashIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/BookmarkSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/BookmarkSquareIcon.d.ts new file mode 100644 index 00000000..0f2977b3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BookmarkSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BookmarkSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BookmarkSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/BookmarkSquareIcon.js b/frontend/node_modules/@heroicons/react/24/outline/BookmarkSquareIcon.js new file mode 100644 index 00000000..8bcc0760 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BookmarkSquareIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function BookmarkSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M16.5 3.75V16.5L12 14.25 7.5 16.5V3.75m9 0H18A2.25 2.25 0 0 1 20.25 6v12A2.25 2.25 0 0 1 18 20.25H6A2.25 2.25 0 0 1 3.75 18V6A2.25 2.25 0 0 1 6 3.75h1.5m9 0h-9" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BookmarkSquareIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/BriefcaseIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/BriefcaseIcon.d.ts new file mode 100644 index 00000000..b082422e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BriefcaseIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BriefcaseIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BriefcaseIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/BriefcaseIcon.js b/frontend/node_modules/@heroicons/react/24/outline/BriefcaseIcon.js new file mode 100644 index 00000000..7eeae25f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BriefcaseIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function BriefcaseIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M20.25 14.15v4.25c0 1.094-.787 2.036-1.872 2.18-2.087.277-4.216.42-6.378.42s-4.291-.143-6.378-.42c-1.085-.144-1.872-1.086-1.872-2.18v-4.25m16.5 0a2.18 2.18 0 0 0 .75-1.661V8.706c0-1.081-.768-2.015-1.837-2.175a48.114 48.114 0 0 0-3.413-.387m4.5 8.006c-.194.165-.42.295-.673.38A23.978 23.978 0 0 1 12 15.75c-2.648 0-5.195-.429-7.577-1.22a2.016 2.016 0 0 1-.673-.38m0 0A2.18 2.18 0 0 1 3 12.489V8.706c0-1.081.768-2.015 1.837-2.175a48.111 48.111 0 0 1 3.413-.387m7.5 0V5.25A2.25 2.25 0 0 0 13.5 3h-3a2.25 2.25 0 0 0-2.25 2.25v.894m7.5 0a48.667 48.667 0 0 0-7.5 0M12 12.75h.008v.008H12v-.008Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BriefcaseIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/BugAntIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/BugAntIcon.d.ts new file mode 100644 index 00000000..1514ca9d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BugAntIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BugAntIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BugAntIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/BugAntIcon.js b/frontend/node_modules/@heroicons/react/24/outline/BugAntIcon.js new file mode 100644 index 00000000..167cc1ab --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BugAntIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function BugAntIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 12.75c1.148 0 2.278.08 3.383.237 1.037.146 1.866.966 1.866 2.013 0 3.728-2.35 6.75-5.25 6.75S6.75 18.728 6.75 15c0-1.046.83-1.867 1.866-2.013A24.204 24.204 0 0 1 12 12.75Zm0 0c2.883 0 5.647.508 8.207 1.44a23.91 23.91 0 0 1-1.152 6.06M12 12.75c-2.883 0-5.647.508-8.208 1.44.125 2.104.52 4.136 1.153 6.06M12 12.75a2.25 2.25 0 0 0 2.248-2.354M12 12.75a2.25 2.25 0 0 1-2.248-2.354M12 8.25c.995 0 1.971-.08 2.922-.236.403-.066.74-.358.795-.762a3.778 3.778 0 0 0-.399-2.25M12 8.25c-.995 0-1.97-.08-2.922-.236-.402-.066-.74-.358-.795-.762a3.734 3.734 0 0 1 .4-2.253M12 8.25a2.25 2.25 0 0 0-2.248 2.146M12 8.25a2.25 2.25 0 0 1 2.248 2.146M8.683 5a6.032 6.032 0 0 1-1.155-1.002c.07-.63.27-1.222.574-1.747m.581 2.749A3.75 3.75 0 0 1 15.318 5m0 0c.427-.283.815-.62 1.155-.999a4.471 4.471 0 0 0-.575-1.752M4.921 6a24.048 24.048 0 0 0-.392 3.314c1.668.546 3.416.914 5.223 1.082M19.08 6c.205 1.08.337 2.187.392 3.314a23.882 23.882 0 0 1-5.223 1.082" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BugAntIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/BuildingLibraryIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/BuildingLibraryIcon.d.ts new file mode 100644 index 00000000..3e31a801 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BuildingLibraryIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BuildingLibraryIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BuildingLibraryIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/BuildingLibraryIcon.js b/frontend/node_modules/@heroicons/react/24/outline/BuildingLibraryIcon.js new file mode 100644 index 00000000..651e45bc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BuildingLibraryIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function BuildingLibraryIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 21v-8.25M15.75 21v-8.25M8.25 21v-8.25M3 9l9-6 9 6m-1.5 12V10.332A48.36 48.36 0 0 0 12 9.75c-2.551 0-5.056.2-7.5.582V21M3 21h18M12 6.75h.008v.008H12V6.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BuildingLibraryIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/BuildingOffice2Icon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/BuildingOffice2Icon.d.ts new file mode 100644 index 00000000..656d4baa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BuildingOffice2Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BuildingOffice2Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BuildingOffice2Icon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/BuildingOffice2Icon.js b/frontend/node_modules/@heroicons/react/24/outline/BuildingOffice2Icon.js new file mode 100644 index 00000000..b817e4f1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BuildingOffice2Icon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function BuildingOffice2Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M2.25 21h19.5m-18-18v18m10.5-18v18m6-13.5V21M6.75 6.75h.75m-.75 3h.75m-.75 3h.75m3-6h.75m-.75 3h.75m-.75 3h.75M6.75 21v-3.375c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21M3 3h12m-.75 4.5H21m-3.75 3.75h.008v.008h-.008v-.008Zm0 3h.008v.008h-.008v-.008Zm0 3h.008v.008h-.008v-.008Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BuildingOffice2Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/BuildingOfficeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/BuildingOfficeIcon.d.ts new file mode 100644 index 00000000..8a8012fc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BuildingOfficeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BuildingOfficeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BuildingOfficeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/BuildingOfficeIcon.js b/frontend/node_modules/@heroicons/react/24/outline/BuildingOfficeIcon.js new file mode 100644 index 00000000..78d4c5e9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BuildingOfficeIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function BuildingOfficeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3.75 21h16.5M4.5 3h15M5.25 3v18m13.5-18v18M9 6.75h1.5m-1.5 3h1.5m-1.5 3h1.5m3-6H15m-1.5 3H15m-1.5 3H15M9 21v-3.375c0-.621.504-1.125 1.125-1.125h3.75c.621 0 1.125.504 1.125 1.125V21" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BuildingOfficeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/BuildingStorefrontIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/BuildingStorefrontIcon.d.ts new file mode 100644 index 00000000..34e2ecce --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BuildingStorefrontIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BuildingStorefrontIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BuildingStorefrontIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/BuildingStorefrontIcon.js b/frontend/node_modules/@heroicons/react/24/outline/BuildingStorefrontIcon.js new file mode 100644 index 00000000..5117ec30 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/BuildingStorefrontIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function BuildingStorefrontIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M13.5 21v-7.5a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 .75.75V21m-4.5 0H2.36m11.14 0H18m0 0h3.64m-1.39 0V9.349M3.75 21V9.349m0 0a3.001 3.001 0 0 0 3.75-.615A2.993 2.993 0 0 0 9.75 9.75c.896 0 1.7-.393 2.25-1.016a2.993 2.993 0 0 0 2.25 1.016c.896 0 1.7-.393 2.25-1.015a3.001 3.001 0 0 0 3.75.614m-16.5 0a3.004 3.004 0 0 1-.621-4.72l1.189-1.19A1.5 1.5 0 0 1 5.378 3h13.243a1.5 1.5 0 0 1 1.06.44l1.19 1.189a3 3 0 0 1-.621 4.72M6.75 18h3.75a.75.75 0 0 0 .75-.75V13.5a.75.75 0 0 0-.75-.75H6.75a.75.75 0 0 0-.75.75v3.75c0 .414.336.75.75.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BuildingStorefrontIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/CakeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/CakeIcon.d.ts new file mode 100644 index 00000000..d53a3f3c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CakeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CakeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CakeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/CakeIcon.js b/frontend/node_modules/@heroicons/react/24/outline/CakeIcon.js new file mode 100644 index 00000000..42f10626 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CakeIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CakeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 8.25v-1.5m0 1.5c-1.355 0-2.697.056-4.024.166C6.845 8.51 6 9.473 6 10.608v2.513m6-4.871c1.355 0 2.697.056 4.024.166C17.155 8.51 18 9.473 18 10.608v2.513M15 8.25v-1.5m-6 1.5v-1.5m12 9.75-1.5.75a3.354 3.354 0 0 1-3 0 3.354 3.354 0 0 0-3 0 3.354 3.354 0 0 1-3 0 3.354 3.354 0 0 0-3 0 3.354 3.354 0 0 1-3 0L3 16.5m15-3.379a48.474 48.474 0 0 0-6-.371c-2.032 0-4.034.126-6 .371m12 0c.39.049.777.102 1.163.16 1.07.16 1.837 1.094 1.837 2.175v5.169c0 .621-.504 1.125-1.125 1.125H4.125A1.125 1.125 0 0 1 3 20.625v-5.17c0-1.08.768-2.014 1.837-2.174A47.78 47.78 0 0 1 6 13.12M12.265 3.11a.375.375 0 1 1-.53 0L12 2.845l.265.265Zm-3 0a.375.375 0 1 1-.53 0L9 2.845l.265.265Zm6 0a.375.375 0 1 1-.53 0L15 2.845l.265.265Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CakeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/CalculatorIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/CalculatorIcon.d.ts new file mode 100644 index 00000000..6dd88acf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CalculatorIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CalculatorIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CalculatorIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/CalculatorIcon.js b/frontend/node_modules/@heroicons/react/24/outline/CalculatorIcon.js new file mode 100644 index 00000000..cc772406 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CalculatorIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CalculatorIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.75 15.75V18m-7.5-6.75h.008v.008H8.25v-.008Zm0 2.25h.008v.008H8.25V13.5Zm0 2.25h.008v.008H8.25v-.008Zm0 2.25h.008v.008H8.25V18Zm2.498-6.75h.007v.008h-.007v-.008Zm0 2.25h.007v.008h-.007V13.5Zm0 2.25h.007v.008h-.007v-.008Zm0 2.25h.007v.008h-.007V18Zm2.504-6.75h.008v.008h-.008v-.008Zm0 2.25h.008v.008h-.008V13.5Zm0 2.25h.008v.008h-.008v-.008Zm0 2.25h.008v.008h-.008V18Zm2.498-6.75h.008v.008h-.008v-.008Zm0 2.25h.008v.008h-.008V13.5ZM8.25 6h7.5v2.25h-7.5V6ZM12 2.25c-1.892 0-3.758.11-5.593.322C5.307 2.7 4.5 3.65 4.5 4.757V19.5a2.25 2.25 0 0 0 2.25 2.25h10.5a2.25 2.25 0 0 0 2.25-2.25V4.757c0-1.108-.806-2.057-1.907-2.185A48.507 48.507 0 0 0 12 2.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CalculatorIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/CalendarDateRangeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/CalendarDateRangeIcon.d.ts new file mode 100644 index 00000000..c20998eb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CalendarDateRangeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CalendarDateRangeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CalendarDateRangeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/CalendarDateRangeIcon.js b/frontend/node_modules/@heroicons/react/24/outline/CalendarDateRangeIcon.js new file mode 100644 index 00000000..3d39d6d6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CalendarDateRangeIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CalendarDateRangeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M6.75 2.994v2.25m10.5-2.25v2.25m-14.252 13.5V7.491a2.25 2.25 0 0 1 2.25-2.25h13.5a2.25 2.25 0 0 1 2.25 2.25v11.251m-18 0a2.25 2.25 0 0 0 2.25 2.25h13.5a2.25 2.25 0 0 0 2.25-2.25m-18 0v-7.5a2.25 2.25 0 0 1 2.25-2.25h13.5a2.25 2.25 0 0 1 2.25 2.25v7.5m-6.75-6h2.25m-9 2.25h4.5m.002-2.25h.005v.006H12v-.006Zm-.001 4.5h.006v.006h-.006v-.005Zm-2.25.001h.005v.006H9.75v-.006Zm-2.25 0h.005v.005h-.006v-.005Zm6.75-2.247h.005v.005h-.005v-.005Zm0 2.247h.006v.006h-.006v-.006Zm2.25-2.248h.006V15H16.5v-.005Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CalendarDateRangeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/CalendarDaysIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/CalendarDaysIcon.d.ts new file mode 100644 index 00000000..11743d57 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CalendarDaysIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CalendarDaysIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CalendarDaysIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/CalendarDaysIcon.js b/frontend/node_modules/@heroicons/react/24/outline/CalendarDaysIcon.js new file mode 100644 index 00000000..297b48cf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CalendarDaysIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CalendarDaysIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M6.75 3v2.25M17.25 3v2.25M3 18.75V7.5a2.25 2.25 0 0 1 2.25-2.25h13.5A2.25 2.25 0 0 1 21 7.5v11.25m-18 0A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75m-18 0v-7.5A2.25 2.25 0 0 1 5.25 9h13.5A2.25 2.25 0 0 1 21 11.25v7.5m-9-6h.008v.008H12v-.008ZM12 15h.008v.008H12V15Zm0 2.25h.008v.008H12v-.008ZM9.75 15h.008v.008H9.75V15Zm0 2.25h.008v.008H9.75v-.008ZM7.5 15h.008v.008H7.5V15Zm0 2.25h.008v.008H7.5v-.008Zm6.75-4.5h.008v.008h-.008v-.008Zm0 2.25h.008v.008h-.008V15Zm0 2.25h.008v.008h-.008v-.008Zm2.25-4.5h.008v.008H16.5v-.008Zm0 2.25h.008v.008H16.5V15Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CalendarDaysIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/CalendarIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/CalendarIcon.d.ts new file mode 100644 index 00000000..8c2fbb86 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CalendarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CalendarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CalendarIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/CalendarIcon.js b/frontend/node_modules/@heroicons/react/24/outline/CalendarIcon.js new file mode 100644 index 00000000..b21a9032 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CalendarIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CalendarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M6.75 3v2.25M17.25 3v2.25M3 18.75V7.5a2.25 2.25 0 0 1 2.25-2.25h13.5A2.25 2.25 0 0 1 21 7.5v11.25m-18 0A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75m-18 0v-7.5A2.25 2.25 0 0 1 5.25 9h13.5A2.25 2.25 0 0 1 21 11.25v7.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CalendarIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/CameraIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/CameraIcon.d.ts new file mode 100644 index 00000000..f04b065d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CameraIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CameraIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CameraIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/CameraIcon.js b/frontend/node_modules/@heroicons/react/24/outline/CameraIcon.js new file mode 100644 index 00000000..205fbaf0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CameraIcon.js @@ -0,0 +1,30 @@ +const React = require("react"); +function CameraIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M6.827 6.175A2.31 2.31 0 0 1 5.186 7.23c-.38.054-.757.112-1.134.175C2.999 7.58 2.25 8.507 2.25 9.574V18a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9.574c0-1.067-.75-1.994-1.802-2.169a47.865 47.865 0 0 0-1.134-.175 2.31 2.31 0 0 1-1.64-1.055l-.822-1.316a2.192 2.192 0 0 0-1.736-1.039 48.774 48.774 0 0 0-5.232 0 2.192 2.192 0 0 0-1.736 1.039l-.821 1.316Z" + }), /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M16.5 12.75a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0ZM18.75 10.5h.008v.008h-.008V10.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CameraIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ChartBarIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ChartBarIcon.d.ts new file mode 100644 index 00000000..00d13e4f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ChartBarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChartBarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChartBarIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ChartBarIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ChartBarIcon.js new file mode 100644 index 00000000..4c1c6b05 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ChartBarIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ChartBarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3 13.125C3 12.504 3.504 12 4.125 12h2.25c.621 0 1.125.504 1.125 1.125v6.75C7.5 20.496 6.996 21 6.375 21h-2.25A1.125 1.125 0 0 1 3 19.875v-6.75ZM9.75 8.625c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125v11.25c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 0 1-1.125-1.125V8.625ZM16.5 4.125c0-.621.504-1.125 1.125-1.125h2.25C20.496 3 21 3.504 21 4.125v15.75c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 0 1-1.125-1.125V4.125Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChartBarIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ChartBarSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ChartBarSquareIcon.d.ts new file mode 100644 index 00000000..dbdf6055 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ChartBarSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChartBarSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChartBarSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ChartBarSquareIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ChartBarSquareIcon.js new file mode 100644 index 00000000..5466ee8b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ChartBarSquareIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ChartBarSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M7.5 14.25v2.25m3-4.5v4.5m3-6.75v6.75m3-9v9M6 20.25h12A2.25 2.25 0 0 0 20.25 18V6A2.25 2.25 0 0 0 18 3.75H6A2.25 2.25 0 0 0 3.75 6v12A2.25 2.25 0 0 0 6 20.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChartBarSquareIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ChartPieIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ChartPieIcon.d.ts new file mode 100644 index 00000000..32f49130 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ChartPieIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChartPieIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChartPieIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ChartPieIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ChartPieIcon.js new file mode 100644 index 00000000..62110ca0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ChartPieIcon.js @@ -0,0 +1,30 @@ +const React = require("react"); +function ChartPieIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M10.5 6a7.5 7.5 0 1 0 7.5 7.5h-7.5V6Z" + }), /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M13.5 10.5H21A7.5 7.5 0 0 0 13.5 3v7.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChartPieIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleBottomCenterIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleBottomCenterIcon.d.ts new file mode 100644 index 00000000..a1b5e935 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleBottomCenterIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleBottomCenterIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleBottomCenterIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleBottomCenterIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleBottomCenterIcon.js new file mode 100644 index 00000000..0738e436 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleBottomCenterIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ChatBubbleBottomCenterIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M2.25 12.76c0 1.6 1.123 2.994 2.707 3.227 1.068.157 2.148.279 3.238.364.466.037.893.281 1.153.671L12 21l2.652-3.978c.26-.39.687-.634 1.153-.67 1.09-.086 2.17-.208 3.238-.365 1.584-.233 2.707-1.626 2.707-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0 0 12 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleBottomCenterIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleBottomCenterTextIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleBottomCenterTextIcon.d.ts new file mode 100644 index 00000000..063305b1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleBottomCenterTextIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleBottomCenterTextIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleBottomCenterTextIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleBottomCenterTextIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleBottomCenterTextIcon.js new file mode 100644 index 00000000..3e681582 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleBottomCenterTextIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ChatBubbleBottomCenterTextIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M7.5 8.25h9m-9 3H12m-9.75 1.51c0 1.6 1.123 2.994 2.707 3.227 1.129.166 2.27.293 3.423.379.35.026.67.21.865.501L12 21l2.755-4.133a1.14 1.14 0 0 1 .865-.501 48.172 48.172 0 0 0 3.423-.379c1.584-.233 2.707-1.626 2.707-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0 0 12 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleBottomCenterTextIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleLeftEllipsisIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleLeftEllipsisIcon.d.ts new file mode 100644 index 00000000..a47610a1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleLeftEllipsisIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleLeftEllipsisIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleLeftEllipsisIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleLeftEllipsisIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleLeftEllipsisIcon.js new file mode 100644 index 00000000..56f21eb6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleLeftEllipsisIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ChatBubbleLeftEllipsisIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M8.625 9.75a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H8.25m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H12m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0h-.375m-13.5 3.01c0 1.6 1.123 2.994 2.707 3.227 1.087.16 2.185.283 3.293.369V21l4.184-4.183a1.14 1.14 0 0 1 .778-.332 48.294 48.294 0 0 0 5.83-.498c1.585-.233 2.708-1.626 2.708-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0 0 12 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleLeftEllipsisIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleLeftIcon.d.ts new file mode 100644 index 00000000..6cc3f428 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleLeftIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleLeftIcon.js new file mode 100644 index 00000000..de59e6dd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleLeftIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ChatBubbleLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M2.25 12.76c0 1.6 1.123 2.994 2.707 3.227 1.087.16 2.185.283 3.293.369V21l4.076-4.076a1.526 1.526 0 0 1 1.037-.443 48.282 48.282 0 0 0 5.68-.494c1.584-.233 2.707-1.626 2.707-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0 0 12 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleLeftRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleLeftRightIcon.d.ts new file mode 100644 index 00000000..0570c987 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleLeftRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleLeftRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleLeftRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleLeftRightIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleLeftRightIcon.js new file mode 100644 index 00000000..d6ec44d7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleLeftRightIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ChatBubbleLeftRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 0 1-.825-.242m9.345-8.334a2.126 2.126 0 0 0-.476-.095 48.64 48.64 0 0 0-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0 0 11.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleLeftRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleOvalLeftEllipsisIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleOvalLeftEllipsisIcon.d.ts new file mode 100644 index 00000000..fbdac0c6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleOvalLeftEllipsisIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleOvalLeftEllipsisIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleOvalLeftEllipsisIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleOvalLeftEllipsisIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleOvalLeftEllipsisIcon.js new file mode 100644 index 00000000..edb9c12d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleOvalLeftEllipsisIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ChatBubbleOvalLeftEllipsisIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M8.625 12a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H8.25m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H12m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0h-.375M21 12c0 4.556-4.03 8.25-9 8.25a9.764 9.764 0 0 1-2.555-.337A5.972 5.972 0 0 1 5.41 20.97a5.969 5.969 0 0 1-.474-.065 4.48 4.48 0 0 0 .978-2.025c.09-.457-.133-.901-.467-1.226C3.93 16.178 3 14.189 3 12c0-4.556 4.03-8.25 9-8.25s9 3.694 9 8.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleOvalLeftEllipsisIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleOvalLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleOvalLeftIcon.d.ts new file mode 100644 index 00000000..337b7ef5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleOvalLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleOvalLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleOvalLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleOvalLeftIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleOvalLeftIcon.js new file mode 100644 index 00000000..99760d0a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ChatBubbleOvalLeftIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ChatBubbleOvalLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 20.25c4.97 0 9-3.694 9-8.25s-4.03-8.25-9-8.25S3 7.444 3 12c0 2.104.859 4.023 2.273 5.48.432.447.74 1.04.586 1.641a4.483 4.483 0 0 1-.923 1.785A5.969 5.969 0 0 0 6 21c1.282 0 2.47-.402 3.445-1.087.81.22 1.668.337 2.555.337Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleOvalLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/CheckBadgeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/CheckBadgeIcon.d.ts new file mode 100644 index 00000000..986c9969 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CheckBadgeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CheckBadgeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CheckBadgeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/CheckBadgeIcon.js b/frontend/node_modules/@heroicons/react/24/outline/CheckBadgeIcon.js new file mode 100644 index 00000000..aef61a5d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CheckBadgeIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CheckBadgeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9 12.75 11.25 15 15 9.75M21 12c0 1.268-.63 2.39-1.593 3.068a3.745 3.745 0 0 1-1.043 3.296 3.745 3.745 0 0 1-3.296 1.043A3.745 3.745 0 0 1 12 21c-1.268 0-2.39-.63-3.068-1.593a3.746 3.746 0 0 1-3.296-1.043 3.745 3.745 0 0 1-1.043-3.296A3.745 3.745 0 0 1 3 12c0-1.268.63-2.39 1.593-3.068a3.745 3.745 0 0 1 1.043-3.296 3.746 3.746 0 0 1 3.296-1.043A3.746 3.746 0 0 1 12 3c1.268 0 2.39.63 3.068 1.593a3.746 3.746 0 0 1 3.296 1.043 3.746 3.746 0 0 1 1.043 3.296A3.745 3.745 0 0 1 21 12Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CheckBadgeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/CheckCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/CheckCircleIcon.d.ts new file mode 100644 index 00000000..469518eb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CheckCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CheckCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CheckCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/CheckCircleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/CheckCircleIcon.js new file mode 100644 index 00000000..79987df5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CheckCircleIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CheckCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CheckCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/CheckIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/CheckIcon.d.ts new file mode 100644 index 00000000..b820cd99 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CheckIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CheckIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CheckIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/CheckIcon.js b/frontend/node_modules/@heroicons/react/24/outline/CheckIcon.js new file mode 100644 index 00000000..e3231f0b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CheckIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CheckIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m4.5 12.75 6 6 9-13.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CheckIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ChevronDoubleDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ChevronDoubleDownIcon.d.ts new file mode 100644 index 00000000..6feae523 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ChevronDoubleDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronDoubleDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronDoubleDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ChevronDoubleDownIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ChevronDoubleDownIcon.js new file mode 100644 index 00000000..89f3a4b9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ChevronDoubleDownIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ChevronDoubleDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m4.5 5.25 7.5 7.5 7.5-7.5m-15 6 7.5 7.5 7.5-7.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronDoubleDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ChevronDoubleLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ChevronDoubleLeftIcon.d.ts new file mode 100644 index 00000000..3e75e8cf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ChevronDoubleLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronDoubleLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronDoubleLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ChevronDoubleLeftIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ChevronDoubleLeftIcon.js new file mode 100644 index 00000000..cd535f4c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ChevronDoubleLeftIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ChevronDoubleLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m18.75 4.5-7.5 7.5 7.5 7.5m-6-15L5.25 12l7.5 7.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronDoubleLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ChevronDoubleRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ChevronDoubleRightIcon.d.ts new file mode 100644 index 00000000..bf5c0a89 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ChevronDoubleRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronDoubleRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronDoubleRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ChevronDoubleRightIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ChevronDoubleRightIcon.js new file mode 100644 index 00000000..9058ee6c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ChevronDoubleRightIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ChevronDoubleRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m5.25 4.5 7.5 7.5-7.5 7.5m6-15 7.5 7.5-7.5 7.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronDoubleRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ChevronDoubleUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ChevronDoubleUpIcon.d.ts new file mode 100644 index 00000000..00d556a5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ChevronDoubleUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronDoubleUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronDoubleUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ChevronDoubleUpIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ChevronDoubleUpIcon.js new file mode 100644 index 00000000..f9e0c605 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ChevronDoubleUpIcon.js @@ -0,0 +1,30 @@ +const React = require("react"); +function ChevronDoubleUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m4.5 18.75 7.5-7.5 7.5 7.5" + }), /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m4.5 12.75 7.5-7.5 7.5 7.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronDoubleUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ChevronDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ChevronDownIcon.d.ts new file mode 100644 index 00000000..dd69c4b3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ChevronDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ChevronDownIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ChevronDownIcon.js new file mode 100644 index 00000000..38124bdc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ChevronDownIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ChevronDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m19.5 8.25-7.5 7.5-7.5-7.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ChevronLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ChevronLeftIcon.d.ts new file mode 100644 index 00000000..7c694e2c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ChevronLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ChevronLeftIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ChevronLeftIcon.js new file mode 100644 index 00000000..8b1791a2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ChevronLeftIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ChevronLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.75 19.5 8.25 12l7.5-7.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ChevronRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ChevronRightIcon.d.ts new file mode 100644 index 00000000..1bbf4c91 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ChevronRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ChevronRightIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ChevronRightIcon.js new file mode 100644 index 00000000..7e9ff6f7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ChevronRightIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ChevronRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m8.25 4.5 7.5 7.5-7.5 7.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ChevronUpDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ChevronUpDownIcon.d.ts new file mode 100644 index 00000000..c3ac4f97 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ChevronUpDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronUpDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronUpDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ChevronUpDownIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ChevronUpDownIcon.js new file mode 100644 index 00000000..13754c62 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ChevronUpDownIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ChevronUpDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M8.25 15 12 18.75 15.75 15m-7.5-6L12 5.25 15.75 9" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronUpDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ChevronUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ChevronUpIcon.d.ts new file mode 100644 index 00000000..844cf9b7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ChevronUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ChevronUpIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ChevronUpIcon.js new file mode 100644 index 00000000..6518b909 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ChevronUpIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ChevronUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m4.5 15.75 7.5-7.5 7.5 7.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/CircleStackIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/CircleStackIcon.d.ts new file mode 100644 index 00000000..2bbb5569 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CircleStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CircleStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CircleStackIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/CircleStackIcon.js b/frontend/node_modules/@heroicons/react/24/outline/CircleStackIcon.js new file mode 100644 index 00000000..11f6e63a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CircleStackIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CircleStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M20.25 6.375c0 2.278-3.694 4.125-8.25 4.125S3.75 8.653 3.75 6.375m16.5 0c0-2.278-3.694-4.125-8.25-4.125S3.75 4.097 3.75 6.375m16.5 0v11.25c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125V6.375m16.5 0v3.75m-16.5-3.75v3.75m16.5 0v3.75C20.25 16.153 16.556 18 12 18s-8.25-1.847-8.25-4.125v-3.75m16.5 0c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CircleStackIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ClipboardDocumentCheckIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ClipboardDocumentCheckIcon.d.ts new file mode 100644 index 00000000..9efe079e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ClipboardDocumentCheckIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ClipboardDocumentCheckIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ClipboardDocumentCheckIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ClipboardDocumentCheckIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ClipboardDocumentCheckIcon.js new file mode 100644 index 00000000..0285ac12 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ClipboardDocumentCheckIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ClipboardDocumentCheckIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M11.35 3.836c-.065.21-.1.433-.1.664 0 .414.336.75.75.75h4.5a.75.75 0 0 0 .75-.75 2.25 2.25 0 0 0-.1-.664m-5.8 0A2.251 2.251 0 0 1 13.5 2.25H15c1.012 0 1.867.668 2.15 1.586m-5.8 0c-.376.023-.75.05-1.124.08C9.095 4.01 8.25 4.973 8.25 6.108V8.25m8.9-4.414c.376.023.75.05 1.124.08 1.131.094 1.976 1.057 1.976 2.192V16.5A2.25 2.25 0 0 1 18 18.75h-2.25m-7.5-10.5H4.875c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V18.75m-7.5-10.5h6.375c.621 0 1.125.504 1.125 1.125v9.375m-8.25-3 1.5 1.5 3-3.75" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ClipboardDocumentCheckIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ClipboardDocumentIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ClipboardDocumentIcon.d.ts new file mode 100644 index 00000000..24e6a6b7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ClipboardDocumentIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ClipboardDocumentIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ClipboardDocumentIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ClipboardDocumentIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ClipboardDocumentIcon.js new file mode 100644 index 00000000..65c44814 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ClipboardDocumentIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ClipboardDocumentIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M8.25 7.5V6.108c0-1.135.845-2.098 1.976-2.192.373-.03.748-.057 1.123-.08M15.75 18H18a2.25 2.25 0 0 0 2.25-2.25V6.108c0-1.135-.845-2.098-1.976-2.192a48.424 48.424 0 0 0-1.123-.08M15.75 18.75v-1.875a3.375 3.375 0 0 0-3.375-3.375h-1.5a1.125 1.125 0 0 1-1.125-1.125v-1.5A3.375 3.375 0 0 0 6.375 7.5H5.25m11.9-3.664A2.251 2.251 0 0 0 15 2.25h-1.5a2.251 2.251 0 0 0-2.15 1.586m5.8 0c.065.21.1.433.1.664v.75h-6V4.5c0-.231.035-.454.1-.664M6.75 7.5H4.875c-.621 0-1.125.504-1.125 1.125v12c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V16.5a9 9 0 0 0-9-9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ClipboardDocumentIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ClipboardDocumentListIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ClipboardDocumentListIcon.d.ts new file mode 100644 index 00000000..121e6c9b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ClipboardDocumentListIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ClipboardDocumentListIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ClipboardDocumentListIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ClipboardDocumentListIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ClipboardDocumentListIcon.js new file mode 100644 index 00000000..cfe0c94f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ClipboardDocumentListIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ClipboardDocumentListIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9 12h3.75M9 15h3.75M9 18h3.75m3 .75H18a2.25 2.25 0 0 0 2.25-2.25V6.108c0-1.135-.845-2.098-1.976-2.192a48.424 48.424 0 0 0-1.123-.08m-5.801 0c-.065.21-.1.433-.1.664 0 .414.336.75.75.75h4.5a.75.75 0 0 0 .75-.75 2.25 2.25 0 0 0-.1-.664m-5.8 0A2.251 2.251 0 0 1 13.5 2.25H15c1.012 0 1.867.668 2.15 1.586m-5.8 0c-.376.023-.75.05-1.124.08C9.095 4.01 8.25 4.973 8.25 6.108V8.25m0 0H4.875c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V9.375c0-.621-.504-1.125-1.125-1.125H8.25ZM6.75 12h.008v.008H6.75V12Zm0 3h.008v.008H6.75V15Zm0 3h.008v.008H6.75V18Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ClipboardDocumentListIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ClipboardIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ClipboardIcon.d.ts new file mode 100644 index 00000000..9ee561ac --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ClipboardIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ClipboardIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ClipboardIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ClipboardIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ClipboardIcon.js new file mode 100644 index 00000000..729ce56d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ClipboardIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ClipboardIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.666 3.888A2.25 2.25 0 0 0 13.5 2.25h-3c-1.03 0-1.9.693-2.166 1.638m7.332 0c.055.194.084.4.084.612v0a.75.75 0 0 1-.75.75H9a.75.75 0 0 1-.75-.75v0c0-.212.03-.418.084-.612m7.332 0c.646.049 1.288.11 1.927.184 1.1.128 1.907 1.077 1.907 2.185V19.5a2.25 2.25 0 0 1-2.25 2.25H6.75A2.25 2.25 0 0 1 4.5 19.5V6.257c0-1.108.806-2.057 1.907-2.185a48.208 48.208 0 0 1 1.927-.184" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ClipboardIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ClockIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ClockIcon.d.ts new file mode 100644 index 00000000..2de89851 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ClockIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ClockIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ClockIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ClockIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ClockIcon.js new file mode 100644 index 00000000..3fe72298 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ClockIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ClockIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ClockIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/CloudArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/CloudArrowDownIcon.d.ts new file mode 100644 index 00000000..39732ffe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CloudArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CloudArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CloudArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/CloudArrowDownIcon.js b/frontend/node_modules/@heroicons/react/24/outline/CloudArrowDownIcon.js new file mode 100644 index 00000000..0e11f07e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CloudArrowDownIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CloudArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 9.75v6.75m0 0-3-3m3 3 3-3m-8.25 6a4.5 4.5 0 0 1-1.41-8.775 5.25 5.25 0 0 1 10.233-2.33 3 3 0 0 1 3.758 3.848A3.752 3.752 0 0 1 18 19.5H6.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CloudArrowDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/CloudArrowUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/CloudArrowUpIcon.d.ts new file mode 100644 index 00000000..726007d8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CloudArrowUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CloudArrowUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CloudArrowUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/CloudArrowUpIcon.js b/frontend/node_modules/@heroicons/react/24/outline/CloudArrowUpIcon.js new file mode 100644 index 00000000..d0070bbf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CloudArrowUpIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CloudArrowUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 16.5V9.75m0 0 3 3m-3-3-3 3M6.75 19.5a4.5 4.5 0 0 1-1.41-8.775 5.25 5.25 0 0 1 10.233-2.33 3 3 0 0 1 3.758 3.848A3.752 3.752 0 0 1 18 19.5H6.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CloudArrowUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/CloudIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/CloudIcon.d.ts new file mode 100644 index 00000000..b5ccfe79 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CloudIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CloudIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CloudIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/CloudIcon.js b/frontend/node_modules/@heroicons/react/24/outline/CloudIcon.js new file mode 100644 index 00000000..b451a574 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CloudIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CloudIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M2.25 15a4.5 4.5 0 0 0 4.5 4.5H18a3.75 3.75 0 0 0 1.332-7.257 3 3 0 0 0-3.758-3.848 5.25 5.25 0 0 0-10.233 2.33A4.502 4.502 0 0 0 2.25 15Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CloudIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/CodeBracketIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/CodeBracketIcon.d.ts new file mode 100644 index 00000000..ca0d8e8c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CodeBracketIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CodeBracketIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CodeBracketIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/CodeBracketIcon.js b/frontend/node_modules/@heroicons/react/24/outline/CodeBracketIcon.js new file mode 100644 index 00000000..0f4a4d29 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CodeBracketIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CodeBracketIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M17.25 6.75 22.5 12l-5.25 5.25m-10.5 0L1.5 12l5.25-5.25m7.5-3-4.5 16.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CodeBracketIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/CodeBracketSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/CodeBracketSquareIcon.d.ts new file mode 100644 index 00000000..53dd03aa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CodeBracketSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CodeBracketSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CodeBracketSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/CodeBracketSquareIcon.js b/frontend/node_modules/@heroicons/react/24/outline/CodeBracketSquareIcon.js new file mode 100644 index 00000000..86c84fd6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CodeBracketSquareIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CodeBracketSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M14.25 9.75 16.5 12l-2.25 2.25m-4.5 0L7.5 12l2.25-2.25M6 20.25h12A2.25 2.25 0 0 0 20.25 18V6A2.25 2.25 0 0 0 18 3.75H6A2.25 2.25 0 0 0 3.75 6v12A2.25 2.25 0 0 0 6 20.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CodeBracketSquareIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/Cog6ToothIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/Cog6ToothIcon.d.ts new file mode 100644 index 00000000..327c3e9e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/Cog6ToothIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Cog6ToothIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Cog6ToothIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/Cog6ToothIcon.js b/frontend/node_modules/@heroicons/react/24/outline/Cog6ToothIcon.js new file mode 100644 index 00000000..8aed1d44 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/Cog6ToothIcon.js @@ -0,0 +1,30 @@ +const React = require("react"); +function Cog6ToothIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9.594 3.94c.09-.542.56-.94 1.11-.94h2.593c.55 0 1.02.398 1.11.94l.213 1.281c.063.374.313.686.645.87.074.04.147.083.22.127.325.196.72.257 1.075.124l1.217-.456a1.125 1.125 0 0 1 1.37.49l1.296 2.247a1.125 1.125 0 0 1-.26 1.431l-1.003.827c-.293.241-.438.613-.43.992a7.723 7.723 0 0 1 0 .255c-.008.378.137.75.43.991l1.004.827c.424.35.534.955.26 1.43l-1.298 2.247a1.125 1.125 0 0 1-1.369.491l-1.217-.456c-.355-.133-.75-.072-1.076.124a6.47 6.47 0 0 1-.22.128c-.331.183-.581.495-.644.869l-.213 1.281c-.09.543-.56.94-1.11.94h-2.594c-.55 0-1.019-.398-1.11-.94l-.213-1.281c-.062-.374-.312-.686-.644-.87a6.52 6.52 0 0 1-.22-.127c-.325-.196-.72-.257-1.076-.124l-1.217.456a1.125 1.125 0 0 1-1.369-.49l-1.297-2.247a1.125 1.125 0 0 1 .26-1.431l1.004-.827c.292-.24.437-.613.43-.991a6.932 6.932 0 0 1 0-.255c.007-.38-.138-.751-.43-.992l-1.004-.827a1.125 1.125 0 0 1-.26-1.43l1.297-2.247a1.125 1.125 0 0 1 1.37-.491l1.216.456c.356.133.751.072 1.076-.124.072-.044.146-.086.22-.128.332-.183.582-.495.644-.869l.214-1.28Z" + }), /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Cog6ToothIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/Cog8ToothIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/Cog8ToothIcon.d.ts new file mode 100644 index 00000000..6a3f546b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/Cog8ToothIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Cog8ToothIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Cog8ToothIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/Cog8ToothIcon.js b/frontend/node_modules/@heroicons/react/24/outline/Cog8ToothIcon.js new file mode 100644 index 00000000..a8586f9e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/Cog8ToothIcon.js @@ -0,0 +1,30 @@ +const React = require("react"); +function Cog8ToothIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M10.343 3.94c.09-.542.56-.94 1.11-.94h1.093c.55 0 1.02.398 1.11.94l.149.894c.07.424.384.764.78.93.398.164.855.142 1.205-.108l.737-.527a1.125 1.125 0 0 1 1.45.12l.773.774c.39.389.44 1.002.12 1.45l-.527.737c-.25.35-.272.806-.107 1.204.165.397.505.71.93.78l.893.15c.543.09.94.559.94 1.109v1.094c0 .55-.397 1.02-.94 1.11l-.894.149c-.424.07-.764.383-.929.78-.165.398-.143.854.107 1.204l.527.738c.32.447.269 1.06-.12 1.45l-.774.773a1.125 1.125 0 0 1-1.449.12l-.738-.527c-.35-.25-.806-.272-1.203-.107-.398.165-.71.505-.781.929l-.149.894c-.09.542-.56.94-1.11.94h-1.094c-.55 0-1.019-.398-1.11-.94l-.148-.894c-.071-.424-.384-.764-.781-.93-.398-.164-.854-.142-1.204.108l-.738.527c-.447.32-1.06.269-1.45-.12l-.773-.774a1.125 1.125 0 0 1-.12-1.45l.527-.737c.25-.35.272-.806.108-1.204-.165-.397-.506-.71-.93-.78l-.894-.15c-.542-.09-.94-.56-.94-1.109v-1.094c0-.55.398-1.02.94-1.11l.894-.149c.424-.07.765-.383.93-.78.165-.398.143-.854-.108-1.204l-.526-.738a1.125 1.125 0 0 1 .12-1.45l.773-.773a1.125 1.125 0 0 1 1.45-.12l.737.527c.35.25.807.272 1.204.107.397-.165.71-.505.78-.929l.15-.894Z" + }), /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Cog8ToothIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/CogIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/CogIcon.d.ts new file mode 100644 index 00000000..e6570f2c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CogIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CogIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CogIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/CogIcon.js b/frontend/node_modules/@heroicons/react/24/outline/CogIcon.js new file mode 100644 index 00000000..aa95bf07 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CogIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CogIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M4.5 12a7.5 7.5 0 0 0 15 0m-15 0a7.5 7.5 0 1 1 15 0m-15 0H3m16.5 0H21m-1.5 0H12m-8.457 3.077 1.41-.513m14.095-5.13 1.41-.513M5.106 17.785l1.15-.964m11.49-9.642 1.149-.964M7.501 19.795l.75-1.3m7.5-12.99.75-1.3m-6.063 16.658.26-1.477m2.605-14.772.26-1.477m0 17.726-.26-1.477M10.698 4.614l-.26-1.477M16.5 19.794l-.75-1.299M7.5 4.205 12 12m6.894 5.785-1.149-.964M6.256 7.178l-1.15-.964m15.352 8.864-1.41-.513M4.954 9.435l-1.41-.514M12.002 12l-3.75 6.495" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CogIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/CommandLineIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/CommandLineIcon.d.ts new file mode 100644 index 00000000..30939870 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CommandLineIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CommandLineIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CommandLineIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/CommandLineIcon.js b/frontend/node_modules/@heroicons/react/24/outline/CommandLineIcon.js new file mode 100644 index 00000000..094f8296 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CommandLineIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CommandLineIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m6.75 7.5 3 2.25-3 2.25m4.5 0h3m-9 8.25h13.5A2.25 2.25 0 0 0 21 18V6a2.25 2.25 0 0 0-2.25-2.25H5.25A2.25 2.25 0 0 0 3 6v12a2.25 2.25 0 0 0 2.25 2.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CommandLineIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ComputerDesktopIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ComputerDesktopIcon.d.ts new file mode 100644 index 00000000..c181101d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ComputerDesktopIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ComputerDesktopIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ComputerDesktopIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ComputerDesktopIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ComputerDesktopIcon.js new file mode 100644 index 00000000..e4abce43 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ComputerDesktopIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ComputerDesktopIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9 17.25v1.007a3 3 0 0 1-.879 2.122L7.5 21h9l-.621-.621A3 3 0 0 1 15 18.257V17.25m6-12V15a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 15V5.25m18 0A2.25 2.25 0 0 0 18.75 3H5.25A2.25 2.25 0 0 0 3 5.25m18 0V12a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 12V5.25" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ComputerDesktopIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/CpuChipIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/CpuChipIcon.d.ts new file mode 100644 index 00000000..3450bd59 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CpuChipIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CpuChipIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CpuChipIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/CpuChipIcon.js b/frontend/node_modules/@heroicons/react/24/outline/CpuChipIcon.js new file mode 100644 index 00000000..47eda3e9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CpuChipIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CpuChipIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M8.25 3v1.5M4.5 8.25H3m18 0h-1.5M4.5 12H3m18 0h-1.5m-15 3.75H3m18 0h-1.5M8.25 19.5V21M12 3v1.5m0 15V21m3.75-18v1.5m0 15V21m-9-1.5h10.5a2.25 2.25 0 0 0 2.25-2.25V6.75a2.25 2.25 0 0 0-2.25-2.25H6.75A2.25 2.25 0 0 0 4.5 6.75v10.5a2.25 2.25 0 0 0 2.25 2.25Zm.75-12h9v9h-9v-9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CpuChipIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/CreditCardIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/CreditCardIcon.d.ts new file mode 100644 index 00000000..5c8a8953 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CreditCardIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CreditCardIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CreditCardIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/CreditCardIcon.js b/frontend/node_modules/@heroicons/react/24/outline/CreditCardIcon.js new file mode 100644 index 00000000..e650695f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CreditCardIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CreditCardIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M2.25 8.25h19.5M2.25 9h19.5m-16.5 5.25h6m-6 2.25h3m-3.75 3h15a2.25 2.25 0 0 0 2.25-2.25V6.75A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25v10.5A2.25 2.25 0 0 0 4.5 19.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CreditCardIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/CubeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/CubeIcon.d.ts new file mode 100644 index 00000000..71f780cd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CubeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CubeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CubeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/CubeIcon.js b/frontend/node_modules/@heroicons/react/24/outline/CubeIcon.js new file mode 100644 index 00000000..91951b82 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CubeIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CubeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m21 7.5-9-5.25L3 7.5m18 0-9 5.25m9-5.25v9l-9 5.25M3 7.5l9 5.25M3 7.5v9l9 5.25m0-9v9" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CubeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/CubeTransparentIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/CubeTransparentIcon.d.ts new file mode 100644 index 00000000..88a40867 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CubeTransparentIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CubeTransparentIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CubeTransparentIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/CubeTransparentIcon.js b/frontend/node_modules/@heroicons/react/24/outline/CubeTransparentIcon.js new file mode 100644 index 00000000..9179b274 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CubeTransparentIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CubeTransparentIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m21 7.5-2.25-1.313M21 7.5v2.25m0-2.25-2.25 1.313M3 7.5l2.25-1.313M3 7.5l2.25 1.313M3 7.5v2.25m9 3 2.25-1.313M12 12.75l-2.25-1.313M12 12.75V15m0 6.75 2.25-1.313M12 21.75V19.5m0 2.25-2.25-1.313m0-16.875L12 2.25l2.25 1.313M21 14.25v2.25l-2.25 1.313m-13.5 0L3 16.5v-2.25" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CubeTransparentIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/CurrencyBangladeshiIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/CurrencyBangladeshiIcon.d.ts new file mode 100644 index 00000000..1e28144c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CurrencyBangladeshiIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyBangladeshiIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyBangladeshiIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/CurrencyBangladeshiIcon.js b/frontend/node_modules/@heroicons/react/24/outline/CurrencyBangladeshiIcon.js new file mode 100644 index 00000000..fc14e025 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CurrencyBangladeshiIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CurrencyBangladeshiIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m8.25 7.5.415-.207a.75.75 0 0 1 1.085.67V10.5m0 0h6m-6 0h-1.5m1.5 0v5.438c0 .354.161.697.473.865a3.751 3.751 0 0 0 5.452-2.553c.083-.409-.263-.75-.68-.75h-.745M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyBangladeshiIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/CurrencyDollarIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/CurrencyDollarIcon.d.ts new file mode 100644 index 00000000..69350dd6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CurrencyDollarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyDollarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyDollarIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/CurrencyDollarIcon.js b/frontend/node_modules/@heroicons/react/24/outline/CurrencyDollarIcon.js new file mode 100644 index 00000000..986f96de --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CurrencyDollarIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CurrencyDollarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 6v12m-3-2.818.879.659c1.171.879 3.07.879 4.242 0 1.172-.879 1.172-2.303 0-3.182C13.536 12.219 12.768 12 12 12c-.725 0-1.45-.22-2.003-.659-1.106-.879-1.106-2.303 0-3.182s2.9-.879 4.006 0l.415.33M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyDollarIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/CurrencyEuroIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/CurrencyEuroIcon.d.ts new file mode 100644 index 00000000..9eb581d8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CurrencyEuroIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyEuroIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyEuroIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/CurrencyEuroIcon.js b/frontend/node_modules/@heroicons/react/24/outline/CurrencyEuroIcon.js new file mode 100644 index 00000000..2f75f5ac --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CurrencyEuroIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CurrencyEuroIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M14.25 7.756a4.5 4.5 0 1 0 0 8.488M7.5 10.5h5.25m-5.25 3h5.25M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyEuroIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/CurrencyPoundIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/CurrencyPoundIcon.d.ts new file mode 100644 index 00000000..ee1b59c8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CurrencyPoundIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyPoundIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyPoundIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/CurrencyPoundIcon.js b/frontend/node_modules/@heroicons/react/24/outline/CurrencyPoundIcon.js new file mode 100644 index 00000000..186f25cb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CurrencyPoundIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CurrencyPoundIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M14.121 7.629A3 3 0 0 0 9.017 9.43c-.023.212-.002.425.028.636l.506 3.541a4.5 4.5 0 0 1-.43 2.65L9 16.5l1.539-.513a2.25 2.25 0 0 1 1.422 0l.655.218a2.25 2.25 0 0 0 1.718-.122L15 15.75M8.25 12H12m9 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyPoundIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/CurrencyRupeeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/CurrencyRupeeIcon.d.ts new file mode 100644 index 00000000..e5c72f61 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CurrencyRupeeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyRupeeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyRupeeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/CurrencyRupeeIcon.js b/frontend/node_modules/@heroicons/react/24/outline/CurrencyRupeeIcon.js new file mode 100644 index 00000000..31a6ee78 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CurrencyRupeeIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CurrencyRupeeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15 8.25H9m6 3H9m3 6-3-3h1.5a3 3 0 1 0 0-6M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyRupeeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/CurrencyYenIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/CurrencyYenIcon.d.ts new file mode 100644 index 00000000..a26351d2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CurrencyYenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyYenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyYenIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/CurrencyYenIcon.js b/frontend/node_modules/@heroicons/react/24/outline/CurrencyYenIcon.js new file mode 100644 index 00000000..adf003d2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CurrencyYenIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CurrencyYenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m9 7.5 3 4.5m0 0 3-4.5M12 12v5.25M15 12H9m6 3H9m12-3a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyYenIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/CursorArrowRaysIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/CursorArrowRaysIcon.d.ts new file mode 100644 index 00000000..0bc05e58 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CursorArrowRaysIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CursorArrowRaysIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CursorArrowRaysIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/CursorArrowRaysIcon.js b/frontend/node_modules/@heroicons/react/24/outline/CursorArrowRaysIcon.js new file mode 100644 index 00000000..93a2e019 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CursorArrowRaysIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CursorArrowRaysIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.042 21.672 13.684 16.6m0 0-2.51 2.225.569-9.47 5.227 7.917-3.286-.672ZM12 2.25V4.5m5.834.166-1.591 1.591M20.25 10.5H18M7.757 14.743l-1.59 1.59M6 10.5H3.75m4.007-4.243-1.59-1.59" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CursorArrowRaysIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/CursorArrowRippleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/CursorArrowRippleIcon.d.ts new file mode 100644 index 00000000..2b2dfa45 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CursorArrowRippleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CursorArrowRippleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CursorArrowRippleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/CursorArrowRippleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/CursorArrowRippleIcon.js new file mode 100644 index 00000000..8460a411 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/CursorArrowRippleIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CursorArrowRippleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.042 21.672 13.684 16.6m0 0-2.51 2.225.569-9.47 5.227 7.917-3.286-.672Zm-7.518-.267A8.25 8.25 0 1 1 20.25 10.5M8.288 14.212A5.25 5.25 0 1 1 17.25 10.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CursorArrowRippleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/DevicePhoneMobileIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/DevicePhoneMobileIcon.d.ts new file mode 100644 index 00000000..98865d35 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/DevicePhoneMobileIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DevicePhoneMobileIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DevicePhoneMobileIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/DevicePhoneMobileIcon.js b/frontend/node_modules/@heroicons/react/24/outline/DevicePhoneMobileIcon.js new file mode 100644 index 00000000..c253196b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/DevicePhoneMobileIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function DevicePhoneMobileIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M10.5 1.5H8.25A2.25 2.25 0 0 0 6 3.75v16.5a2.25 2.25 0 0 0 2.25 2.25h7.5A2.25 2.25 0 0 0 18 20.25V3.75a2.25 2.25 0 0 0-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DevicePhoneMobileIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/DeviceTabletIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/DeviceTabletIcon.d.ts new file mode 100644 index 00000000..0ac9da19 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/DeviceTabletIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DeviceTabletIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DeviceTabletIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/DeviceTabletIcon.js b/frontend/node_modules/@heroicons/react/24/outline/DeviceTabletIcon.js new file mode 100644 index 00000000..18377c3f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/DeviceTabletIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function DeviceTabletIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M10.5 19.5h3m-6.75 2.25h10.5a2.25 2.25 0 0 0 2.25-2.25v-15a2.25 2.25 0 0 0-2.25-2.25H6.75A2.25 2.25 0 0 0 4.5 4.5v15a2.25 2.25 0 0 0 2.25 2.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DeviceTabletIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/DivideIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/DivideIcon.d.ts new file mode 100644 index 00000000..997c414d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/DivideIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DivideIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DivideIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/DivideIcon.js b/frontend/node_modules/@heroicons/react/24/outline/DivideIcon.js new file mode 100644 index 00000000..d3a4de24 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/DivideIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function DivideIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M4.499 11.998h15m-7.5-6.75h.008v.008h-.008v-.008Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0ZM12 18.751h.007v.007H12v-.007Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DivideIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/DocumentArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/DocumentArrowDownIcon.d.ts new file mode 100644 index 00000000..fe24428a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/DocumentArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/DocumentArrowDownIcon.js b/frontend/node_modules/@heroicons/react/24/outline/DocumentArrowDownIcon.js new file mode 100644 index 00000000..d1b4a563 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/DocumentArrowDownIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function DocumentArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m.75 12 3 3m0 0 3-3m-3 3v-6m-1.5-9H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentArrowDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/DocumentArrowUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/DocumentArrowUpIcon.d.ts new file mode 100644 index 00000000..fe2fe304 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/DocumentArrowUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentArrowUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentArrowUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/DocumentArrowUpIcon.js b/frontend/node_modules/@heroicons/react/24/outline/DocumentArrowUpIcon.js new file mode 100644 index 00000000..23bf3e53 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/DocumentArrowUpIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function DocumentArrowUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m6.75 12-3-3m0 0-3 3m3-3v6m-1.5-15H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentArrowUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/DocumentChartBarIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/DocumentChartBarIcon.d.ts new file mode 100644 index 00000000..0d302299 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/DocumentChartBarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentChartBarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentChartBarIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/DocumentChartBarIcon.js b/frontend/node_modules/@heroicons/react/24/outline/DocumentChartBarIcon.js new file mode 100644 index 00000000..c5126a61 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/DocumentChartBarIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function DocumentChartBarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25M9 16.5v.75m3-3v3M15 12v5.25m-4.5-15H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentChartBarIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/DocumentCheckIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/DocumentCheckIcon.d.ts new file mode 100644 index 00000000..67250d12 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/DocumentCheckIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCheckIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCheckIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/DocumentCheckIcon.js b/frontend/node_modules/@heroicons/react/24/outline/DocumentCheckIcon.js new file mode 100644 index 00000000..0c75fcbf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/DocumentCheckIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function DocumentCheckIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M10.125 2.25h-4.5c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125v-9M10.125 2.25h.375a9 9 0 0 1 9 9v.375M10.125 2.25A3.375 3.375 0 0 1 13.5 5.625v1.5c0 .621.504 1.125 1.125 1.125h1.5a3.375 3.375 0 0 1 3.375 3.375M9 15l2.25 2.25L15 12" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCheckIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/DocumentCurrencyBangladeshiIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/DocumentCurrencyBangladeshiIcon.d.ts new file mode 100644 index 00000000..c2bce0c1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/DocumentCurrencyBangladeshiIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyBangladeshiIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyBangladeshiIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/DocumentCurrencyBangladeshiIcon.js b/frontend/node_modules/@heroicons/react/24/outline/DocumentCurrencyBangladeshiIcon.js new file mode 100644 index 00000000..539576ac --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/DocumentCurrencyBangladeshiIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function DocumentCurrencyBangladeshiIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m0 8.25.22-.22a.75.75 0 0 1 1.28.53v6.441c0 .472.214.934.64 1.137a3.75 3.75 0 0 0 4.994-1.77c.205-.428-.152-.868-.627-.868h-.507m-6-2.25h7.5M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyBangladeshiIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/DocumentCurrencyDollarIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/DocumentCurrencyDollarIcon.d.ts new file mode 100644 index 00000000..6bfe92bc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/DocumentCurrencyDollarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyDollarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyDollarIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/DocumentCurrencyDollarIcon.js b/frontend/node_modules/@heroicons/react/24/outline/DocumentCurrencyDollarIcon.js new file mode 100644 index 00000000..96a8227f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/DocumentCurrencyDollarIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function DocumentCurrencyDollarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m3.75 9v7.5m2.25-6.466a9.016 9.016 0 0 0-3.461-.203c-.536.072-.974.478-1.021 1.017a4.559 4.559 0 0 0-.018.402c0 .464.336.844.775.994l2.95 1.012c.44.15.775.53.775.994 0 .136-.006.27-.018.402-.047.539-.485.945-1.021 1.017a9.077 9.077 0 0 1-3.461-.203M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyDollarIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/DocumentCurrencyEuroIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/DocumentCurrencyEuroIcon.d.ts new file mode 100644 index 00000000..0333f02e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/DocumentCurrencyEuroIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyEuroIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyEuroIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/DocumentCurrencyEuroIcon.js b/frontend/node_modules/@heroicons/react/24/outline/DocumentCurrencyEuroIcon.js new file mode 100644 index 00000000..7e391a49 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/DocumentCurrencyEuroIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function DocumentCurrencyEuroIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m0 11.625h4.5m-4.5 2.25h4.5m2.121 1.527c-1.171 1.464-3.07 1.464-4.242 0-1.172-1.465-1.172-3.84 0-5.304 1.171-1.464 3.07-1.464 4.242 0M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyEuroIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/DocumentCurrencyPoundIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/DocumentCurrencyPoundIcon.d.ts new file mode 100644 index 00000000..47d0a886 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/DocumentCurrencyPoundIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyPoundIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyPoundIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/DocumentCurrencyPoundIcon.js b/frontend/node_modules/@heroicons/react/24/outline/DocumentCurrencyPoundIcon.js new file mode 100644 index 00000000..1070e9e9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/DocumentCurrencyPoundIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function DocumentCurrencyPoundIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m6.621 9.879a3 3 0 0 0-5.02 2.897l.164.609a4.5 4.5 0 0 1-.108 2.676l-.157.439.44-.22a2.863 2.863 0 0 1 2.185-.155c.72.24 1.507.184 2.186-.155L15 18M8.25 15.75H12m-1.5-13.5H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyPoundIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/DocumentCurrencyRupeeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/DocumentCurrencyRupeeIcon.d.ts new file mode 100644 index 00000000..4c5e29c4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/DocumentCurrencyRupeeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyRupeeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyRupeeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/DocumentCurrencyRupeeIcon.js b/frontend/node_modules/@heroicons/react/24/outline/DocumentCurrencyRupeeIcon.js new file mode 100644 index 00000000..19225c26 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/DocumentCurrencyRupeeIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function DocumentCurrencyRupeeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m2.25 9h3.75m-4.5 2.625h4.5M12 18.75 9.75 16.5h.375a2.625 2.625 0 0 0 0-5.25H9.75m.75-9H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyRupeeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/DocumentCurrencyYenIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/DocumentCurrencyYenIcon.d.ts new file mode 100644 index 00000000..32fd2d12 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/DocumentCurrencyYenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyYenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyYenIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/DocumentCurrencyYenIcon.js b/frontend/node_modules/@heroicons/react/24/outline/DocumentCurrencyYenIcon.js new file mode 100644 index 00000000..62475e00 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/DocumentCurrencyYenIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function DocumentCurrencyYenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m1.5 9 2.25 3m0 0 2.25-3m-2.25 3v4.5M9.75 15h4.5m-4.5 2.25h4.5m-3.75-15H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyYenIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/DocumentDuplicateIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/DocumentDuplicateIcon.d.ts new file mode 100644 index 00000000..04a06a67 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/DocumentDuplicateIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentDuplicateIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentDuplicateIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/DocumentDuplicateIcon.js b/frontend/node_modules/@heroicons/react/24/outline/DocumentDuplicateIcon.js new file mode 100644 index 00000000..d1164eaf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/DocumentDuplicateIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function DocumentDuplicateIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.75 17.25v3.375c0 .621-.504 1.125-1.125 1.125h-9.75a1.125 1.125 0 0 1-1.125-1.125V7.875c0-.621.504-1.125 1.125-1.125H6.75a9.06 9.06 0 0 1 1.5.124m7.5 10.376h3.375c.621 0 1.125-.504 1.125-1.125V11.25c0-4.46-3.243-8.161-7.5-8.876a9.06 9.06 0 0 0-1.5-.124H9.375c-.621 0-1.125.504-1.125 1.125v3.5m7.5 10.375H9.375a1.125 1.125 0 0 1-1.125-1.125v-9.25m12 6.625v-1.875a3.375 3.375 0 0 0-3.375-3.375h-1.5a1.125 1.125 0 0 1-1.125-1.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H9.75" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentDuplicateIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/DocumentIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/DocumentIcon.d.ts new file mode 100644 index 00000000..bc42e724 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/DocumentIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/DocumentIcon.js b/frontend/node_modules/@heroicons/react/24/outline/DocumentIcon.js new file mode 100644 index 00000000..2eb10800 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/DocumentIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function DocumentIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m2.25 0H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/DocumentMagnifyingGlassIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/DocumentMagnifyingGlassIcon.d.ts new file mode 100644 index 00000000..dc68c0c5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/DocumentMagnifyingGlassIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentMagnifyingGlassIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentMagnifyingGlassIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/DocumentMagnifyingGlassIcon.js b/frontend/node_modules/@heroicons/react/24/outline/DocumentMagnifyingGlassIcon.js new file mode 100644 index 00000000..7f33bb14 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/DocumentMagnifyingGlassIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function DocumentMagnifyingGlassIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m5.231 13.481L15 17.25m-4.5-15H5.625c-.621 0-1.125.504-1.125 1.125v16.5c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Zm3.75 11.625a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentMagnifyingGlassIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/DocumentMinusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/DocumentMinusIcon.d.ts new file mode 100644 index 00000000..a4fe39b8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/DocumentMinusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentMinusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentMinusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/DocumentMinusIcon.js b/frontend/node_modules/@heroicons/react/24/outline/DocumentMinusIcon.js new file mode 100644 index 00000000..68f81bfa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/DocumentMinusIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function DocumentMinusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m6.75 12H9m1.5-12H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentMinusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/DocumentPlusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/DocumentPlusIcon.d.ts new file mode 100644 index 00000000..9446dd5e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/DocumentPlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentPlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentPlusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/DocumentPlusIcon.js b/frontend/node_modules/@heroicons/react/24/outline/DocumentPlusIcon.js new file mode 100644 index 00000000..1768af9b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/DocumentPlusIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function DocumentPlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m3.75 9v6m3-3H9m1.5-12H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentPlusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/DocumentTextIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/DocumentTextIcon.d.ts new file mode 100644 index 00000000..1d9f5482 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/DocumentTextIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentTextIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentTextIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/DocumentTextIcon.js b/frontend/node_modules/@heroicons/react/24/outline/DocumentTextIcon.js new file mode 100644 index 00000000..d0ef31e2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/DocumentTextIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function DocumentTextIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m0 12.75h7.5m-7.5 3H12M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentTextIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/EllipsisHorizontalCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/EllipsisHorizontalCircleIcon.d.ts new file mode 100644 index 00000000..18be974b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/EllipsisHorizontalCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EllipsisHorizontalCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EllipsisHorizontalCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/EllipsisHorizontalCircleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/EllipsisHorizontalCircleIcon.js new file mode 100644 index 00000000..94f07dfa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/EllipsisHorizontalCircleIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function EllipsisHorizontalCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M8.625 12a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H8.25m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H12m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0h-.375M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EllipsisHorizontalCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/EllipsisHorizontalIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/EllipsisHorizontalIcon.d.ts new file mode 100644 index 00000000..6de30faf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/EllipsisHorizontalIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EllipsisHorizontalIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EllipsisHorizontalIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/EllipsisHorizontalIcon.js b/frontend/node_modules/@heroicons/react/24/outline/EllipsisHorizontalIcon.js new file mode 100644 index 00000000..22f96fe0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/EllipsisHorizontalIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function EllipsisHorizontalIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M6.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM12.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM18.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EllipsisHorizontalIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/EllipsisVerticalIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/EllipsisVerticalIcon.d.ts new file mode 100644 index 00000000..c343e141 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/EllipsisVerticalIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EllipsisVerticalIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EllipsisVerticalIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/EllipsisVerticalIcon.js b/frontend/node_modules/@heroicons/react/24/outline/EllipsisVerticalIcon.js new file mode 100644 index 00000000..9183746b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/EllipsisVerticalIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function EllipsisVerticalIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 6.75a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5ZM12 12.75a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5ZM12 18.75a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EllipsisVerticalIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/EnvelopeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/EnvelopeIcon.d.ts new file mode 100644 index 00000000..c9db4845 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/EnvelopeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EnvelopeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EnvelopeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/EnvelopeIcon.js b/frontend/node_modules/@heroicons/react/24/outline/EnvelopeIcon.js new file mode 100644 index 00000000..2dbacfb6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/EnvelopeIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function EnvelopeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M21.75 6.75v10.5a2.25 2.25 0 0 1-2.25 2.25h-15a2.25 2.25 0 0 1-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25m19.5 0v.243a2.25 2.25 0 0 1-1.07 1.916l-7.5 4.615a2.25 2.25 0 0 1-2.36 0L3.32 8.91a2.25 2.25 0 0 1-1.07-1.916V6.75" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EnvelopeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/EnvelopeOpenIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/EnvelopeOpenIcon.d.ts new file mode 100644 index 00000000..46a5e61f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/EnvelopeOpenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EnvelopeOpenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EnvelopeOpenIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/EnvelopeOpenIcon.js b/frontend/node_modules/@heroicons/react/24/outline/EnvelopeOpenIcon.js new file mode 100644 index 00000000..babcd6bc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/EnvelopeOpenIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function EnvelopeOpenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M21.75 9v.906a2.25 2.25 0 0 1-1.183 1.981l-6.478 3.488M2.25 9v.906a2.25 2.25 0 0 0 1.183 1.981l6.478 3.488m8.839 2.51-4.66-2.51m0 0-1.023-.55a2.25 2.25 0 0 0-2.134 0l-1.022.55m0 0-4.661 2.51m16.5 1.615a2.25 2.25 0 0 1-2.25 2.25h-15a2.25 2.25 0 0 1-2.25-2.25V8.844a2.25 2.25 0 0 1 1.183-1.981l7.5-4.039a2.25 2.25 0 0 1 2.134 0l7.5 4.039a2.25 2.25 0 0 1 1.183 1.98V19.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EnvelopeOpenIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/EqualsIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/EqualsIcon.d.ts new file mode 100644 index 00000000..a535cdb0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/EqualsIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EqualsIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EqualsIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/EqualsIcon.js b/frontend/node_modules/@heroicons/react/24/outline/EqualsIcon.js new file mode 100644 index 00000000..2f23e081 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/EqualsIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function EqualsIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M4.499 8.248h15m-15 7.501h15" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EqualsIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ExclamationCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ExclamationCircleIcon.d.ts new file mode 100644 index 00000000..c6008c94 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ExclamationCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ExclamationCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ExclamationCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ExclamationCircleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ExclamationCircleIcon.js new file mode 100644 index 00000000..3229dd8c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ExclamationCircleIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ExclamationCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 9v3.75m9-.75a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9 3.75h.008v.008H12v-.008Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ExclamationCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ExclamationTriangleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ExclamationTriangleIcon.d.ts new file mode 100644 index 00000000..be0d82c5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ExclamationTriangleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ExclamationTriangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ExclamationTriangleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ExclamationTriangleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ExclamationTriangleIcon.js new file mode 100644 index 00000000..5e2ccc92 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ExclamationTriangleIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ExclamationTriangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 9v3.75m-9.303 3.376c-.866 1.5.217 3.374 1.948 3.374h14.71c1.73 0 2.813-1.874 1.948-3.374L13.949 3.378c-.866-1.5-3.032-1.5-3.898 0L2.697 16.126ZM12 15.75h.007v.008H12v-.008Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ExclamationTriangleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/EyeDropperIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/EyeDropperIcon.d.ts new file mode 100644 index 00000000..af7bce13 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/EyeDropperIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EyeDropperIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EyeDropperIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/EyeDropperIcon.js b/frontend/node_modules/@heroicons/react/24/outline/EyeDropperIcon.js new file mode 100644 index 00000000..da99727d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/EyeDropperIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function EyeDropperIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m15 11.25 1.5 1.5.75-.75V8.758l2.276-.61a3 3 0 1 0-3.675-3.675l-.61 2.277H12l-.75.75 1.5 1.5M15 11.25l-8.47 8.47c-.34.34-.8.53-1.28.53s-.94.19-1.28.53l-.97.97-.75-.75.97-.97c.34-.34.53-.8.53-1.28s.19-.94.53-1.28L12.75 9M15 11.25 12.75 9" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EyeDropperIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/EyeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/EyeIcon.d.ts new file mode 100644 index 00000000..3b9c01f3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/EyeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EyeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EyeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/EyeIcon.js b/frontend/node_modules/@heroicons/react/24/outline/EyeIcon.js new file mode 100644 index 00000000..928a0e94 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/EyeIcon.js @@ -0,0 +1,30 @@ +const React = require("react"); +function EyeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M2.036 12.322a1.012 1.012 0 0 1 0-.639C3.423 7.51 7.36 4.5 12 4.5c4.638 0 8.573 3.007 9.963 7.178.07.207.07.431 0 .639C20.577 16.49 16.64 19.5 12 19.5c-4.638 0-8.573-3.007-9.963-7.178Z" + }), /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EyeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/EyeSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/EyeSlashIcon.d.ts new file mode 100644 index 00000000..e0540b3a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/EyeSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EyeSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EyeSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/EyeSlashIcon.js b/frontend/node_modules/@heroicons/react/24/outline/EyeSlashIcon.js new file mode 100644 index 00000000..6069dc94 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/EyeSlashIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function EyeSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3.98 8.223A10.477 10.477 0 0 0 1.934 12C3.226 16.338 7.244 19.5 12 19.5c.993 0 1.953-.138 2.863-.395M6.228 6.228A10.451 10.451 0 0 1 12 4.5c4.756 0 8.773 3.162 10.065 7.498a10.522 10.522 0 0 1-4.293 5.774M6.228 6.228 3 3m3.228 3.228 3.65 3.65m7.894 7.894L21 21m-3.228-3.228-3.65-3.65m0 0a3 3 0 1 0-4.243-4.243m4.242 4.242L9.88 9.88" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EyeSlashIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/FaceFrownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/FaceFrownIcon.d.ts new file mode 100644 index 00000000..b11631b6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/FaceFrownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FaceFrownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FaceFrownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/FaceFrownIcon.js b/frontend/node_modules/@heroicons/react/24/outline/FaceFrownIcon.js new file mode 100644 index 00000000..a99df915 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/FaceFrownIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function FaceFrownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.182 16.318A4.486 4.486 0 0 0 12.016 15a4.486 4.486 0 0 0-3.198 1.318M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0ZM9.75 9.75c0 .414-.168.75-.375.75S9 10.164 9 9.75 9.168 9 9.375 9s.375.336.375.75Zm-.375 0h.008v.015h-.008V9.75Zm5.625 0c0 .414-.168.75-.375.75s-.375-.336-.375-.75.168-.75.375-.75.375.336.375.75Zm-.375 0h.008v.015h-.008V9.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FaceFrownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/FaceSmileIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/FaceSmileIcon.d.ts new file mode 100644 index 00000000..ef261f45 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/FaceSmileIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FaceSmileIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FaceSmileIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/FaceSmileIcon.js b/frontend/node_modules/@heroicons/react/24/outline/FaceSmileIcon.js new file mode 100644 index 00000000..0485b669 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/FaceSmileIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function FaceSmileIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.182 15.182a4.5 4.5 0 0 1-6.364 0M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0ZM9.75 9.75c0 .414-.168.75-.375.75S9 10.164 9 9.75 9.168 9 9.375 9s.375.336.375.75Zm-.375 0h.008v.015h-.008V9.75Zm5.625 0c0 .414-.168.75-.375.75s-.375-.336-.375-.75.168-.75.375-.75.375.336.375.75Zm-.375 0h.008v.015h-.008V9.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FaceSmileIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/FilmIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/FilmIcon.d.ts new file mode 100644 index 00000000..9b4ad1fd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/FilmIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FilmIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FilmIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/FilmIcon.js b/frontend/node_modules/@heroicons/react/24/outline/FilmIcon.js new file mode 100644 index 00000000..75608263 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/FilmIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function FilmIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3.375 19.5h17.25m-17.25 0a1.125 1.125 0 0 1-1.125-1.125M3.375 19.5h1.5C5.496 19.5 6 18.996 6 18.375m-3.75 0V5.625m0 12.75v-1.5c0-.621.504-1.125 1.125-1.125m18.375 2.625V5.625m0 12.75c0 .621-.504 1.125-1.125 1.125m1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125m0 3.75h-1.5A1.125 1.125 0 0 1 18 18.375M20.625 4.5H3.375m17.25 0c.621 0 1.125.504 1.125 1.125M20.625 4.5h-1.5C18.504 4.5 18 5.004 18 5.625m3.75 0v1.5c0 .621-.504 1.125-1.125 1.125M3.375 4.5c-.621 0-1.125.504-1.125 1.125M3.375 4.5h1.5C5.496 4.5 6 5.004 6 5.625m-3.75 0v1.5c0 .621.504 1.125 1.125 1.125m0 0h1.5m-1.5 0c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125m1.5-3.75C5.496 8.25 6 7.746 6 7.125v-1.5M4.875 8.25C5.496 8.25 6 8.754 6 9.375v1.5m0-5.25v5.25m0-5.25C6 5.004 6.504 4.5 7.125 4.5h9.75c.621 0 1.125.504 1.125 1.125m1.125 2.625h1.5m-1.5 0A1.125 1.125 0 0 1 18 7.125v-1.5m1.125 2.625c-.621 0-1.125.504-1.125 1.125v1.5m2.625-2.625c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125M18 5.625v5.25M7.125 12h9.75m-9.75 0A1.125 1.125 0 0 1 6 10.875M7.125 12C6.504 12 6 12.504 6 13.125m0-2.25C6 11.496 5.496 12 4.875 12M18 10.875c0 .621-.504 1.125-1.125 1.125M18 10.875c0 .621.504 1.125 1.125 1.125m-2.25 0c.621 0 1.125.504 1.125 1.125m-12 5.25v-5.25m0 5.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125m-12 0v-1.5c0-.621-.504-1.125-1.125-1.125M18 18.375v-5.25m0 5.25v-1.5c0-.621.504-1.125 1.125-1.125M18 13.125v1.5c0 .621.504 1.125 1.125 1.125M18 13.125c0-.621.504-1.125 1.125-1.125M6 13.125v1.5c0 .621-.504 1.125-1.125 1.125M6 13.125C6 12.504 5.496 12 4.875 12m-1.5 0h1.5m-1.5 0c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125M19.125 12h1.5m0 0c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125m-17.25 0h1.5m14.25 0h1.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FilmIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/FingerPrintIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/FingerPrintIcon.d.ts new file mode 100644 index 00000000..58bb338c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/FingerPrintIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FingerPrintIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FingerPrintIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/FingerPrintIcon.js b/frontend/node_modules/@heroicons/react/24/outline/FingerPrintIcon.js new file mode 100644 index 00000000..7aeebb40 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/FingerPrintIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function FingerPrintIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M7.864 4.243A7.5 7.5 0 0 1 19.5 10.5c0 2.92-.556 5.709-1.568 8.268M5.742 6.364A7.465 7.465 0 0 0 4.5 10.5a7.464 7.464 0 0 1-1.15 3.993m1.989 3.559A11.209 11.209 0 0 0 8.25 10.5a3.75 3.75 0 1 1 7.5 0c0 .527-.021 1.049-.064 1.565M12 10.5a14.94 14.94 0 0 1-3.6 9.75m6.633-4.596a18.666 18.666 0 0 1-2.485 5.33" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FingerPrintIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/FireIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/FireIcon.d.ts new file mode 100644 index 00000000..608efc52 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/FireIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FireIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FireIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/FireIcon.js b/frontend/node_modules/@heroicons/react/24/outline/FireIcon.js new file mode 100644 index 00000000..f442604e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/FireIcon.js @@ -0,0 +1,30 @@ +const React = require("react"); +function FireIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.362 5.214A8.252 8.252 0 0 1 12 21 8.25 8.25 0 0 1 6.038 7.047 8.287 8.287 0 0 0 9 9.601a8.983 8.983 0 0 1 3.361-6.867 8.21 8.21 0 0 0 3 2.48Z" + }), /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 18a3.75 3.75 0 0 0 .495-7.468 5.99 5.99 0 0 0-1.925 3.547 5.975 5.975 0 0 1-2.133-1.001A3.75 3.75 0 0 0 12 18Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FireIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/FlagIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/FlagIcon.d.ts new file mode 100644 index 00000000..ce09768c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/FlagIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FlagIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FlagIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/FlagIcon.js b/frontend/node_modules/@heroicons/react/24/outline/FlagIcon.js new file mode 100644 index 00000000..ca799169 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/FlagIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function FlagIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3 3v1.5M3 21v-6m0 0 2.77-.693a9 9 0 0 1 6.208.682l.108.054a9 9 0 0 0 6.086.71l3.114-.732a48.524 48.524 0 0 1-.005-10.499l-3.11.732a9 9 0 0 1-6.085-.711l-.108-.054a9 9 0 0 0-6.208-.682L3 4.5M3 15V4.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FlagIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/FolderArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/FolderArrowDownIcon.d.ts new file mode 100644 index 00000000..4895e92b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/FolderArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FolderArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FolderArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/FolderArrowDownIcon.js b/frontend/node_modules/@heroicons/react/24/outline/FolderArrowDownIcon.js new file mode 100644 index 00000000..88841951 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/FolderArrowDownIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function FolderArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m9 13.5 3 3m0 0 3-3m-3 3v-6m1.06-4.19-2.12-2.12a1.5 1.5 0 0 0-1.061-.44H4.5A2.25 2.25 0 0 0 2.25 6v12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9a2.25 2.25 0 0 0-2.25-2.25h-5.379a1.5 1.5 0 0 1-1.06-.44Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FolderArrowDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/FolderIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/FolderIcon.d.ts new file mode 100644 index 00000000..a9c9b8cd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/FolderIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FolderIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FolderIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/FolderIcon.js b/frontend/node_modules/@heroicons/react/24/outline/FolderIcon.js new file mode 100644 index 00000000..c466fa38 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/FolderIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function FolderIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M2.25 12.75V12A2.25 2.25 0 0 1 4.5 9.75h15A2.25 2.25 0 0 1 21.75 12v.75m-8.69-6.44-2.12-2.12a1.5 1.5 0 0 0-1.061-.44H4.5A2.25 2.25 0 0 0 2.25 6v12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9a2.25 2.25 0 0 0-2.25-2.25h-5.379a1.5 1.5 0 0 1-1.06-.44Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FolderIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/FolderMinusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/FolderMinusIcon.d.ts new file mode 100644 index 00000000..c32ad5b2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/FolderMinusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FolderMinusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FolderMinusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/FolderMinusIcon.js b/frontend/node_modules/@heroicons/react/24/outline/FolderMinusIcon.js new file mode 100644 index 00000000..d03c8367 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/FolderMinusIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function FolderMinusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15 13.5H9m4.06-7.19-2.12-2.12a1.5 1.5 0 0 0-1.061-.44H4.5A2.25 2.25 0 0 0 2.25 6v12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9a2.25 2.25 0 0 0-2.25-2.25h-5.379a1.5 1.5 0 0 1-1.06-.44Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FolderMinusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/FolderOpenIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/FolderOpenIcon.d.ts new file mode 100644 index 00000000..41656cca --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/FolderOpenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FolderOpenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FolderOpenIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/FolderOpenIcon.js b/frontend/node_modules/@heroicons/react/24/outline/FolderOpenIcon.js new file mode 100644 index 00000000..9b756182 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/FolderOpenIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function FolderOpenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3.75 9.776c.112-.017.227-.026.344-.026h15.812c.117 0 .232.009.344.026m-16.5 0a2.25 2.25 0 0 0-1.883 2.542l.857 6a2.25 2.25 0 0 0 2.227 1.932H19.05a2.25 2.25 0 0 0 2.227-1.932l.857-6a2.25 2.25 0 0 0-1.883-2.542m-16.5 0V6A2.25 2.25 0 0 1 6 3.75h3.879a1.5 1.5 0 0 1 1.06.44l2.122 2.12a1.5 1.5 0 0 0 1.06.44H18A2.25 2.25 0 0 1 20.25 9v.776" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FolderOpenIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/FolderPlusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/FolderPlusIcon.d.ts new file mode 100644 index 00000000..ba21ba17 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/FolderPlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FolderPlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FolderPlusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/FolderPlusIcon.js b/frontend/node_modules/@heroicons/react/24/outline/FolderPlusIcon.js new file mode 100644 index 00000000..f8259cdf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/FolderPlusIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function FolderPlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 10.5v6m3-3H9m4.06-7.19-2.12-2.12a1.5 1.5 0 0 0-1.061-.44H4.5A2.25 2.25 0 0 0 2.25 6v12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9a2.25 2.25 0 0 0-2.25-2.25h-5.379a1.5 1.5 0 0 1-1.06-.44Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FolderPlusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ForwardIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ForwardIcon.d.ts new file mode 100644 index 00000000..1cd375b3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ForwardIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ForwardIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ForwardIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ForwardIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ForwardIcon.js new file mode 100644 index 00000000..1f7bfaa9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ForwardIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ForwardIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3 8.689c0-.864.933-1.406 1.683-.977l7.108 4.061a1.125 1.125 0 0 1 0 1.954l-7.108 4.061A1.125 1.125 0 0 1 3 16.811V8.69ZM12.75 8.689c0-.864.933-1.406 1.683-.977l7.108 4.061a1.125 1.125 0 0 1 0 1.954l-7.108 4.061a1.125 1.125 0 0 1-1.683-.977V8.69Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ForwardIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/FunnelIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/FunnelIcon.d.ts new file mode 100644 index 00000000..ef9ce222 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/FunnelIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FunnelIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FunnelIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/FunnelIcon.js b/frontend/node_modules/@heroicons/react/24/outline/FunnelIcon.js new file mode 100644 index 00000000..21b57017 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/FunnelIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function FunnelIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 3c2.755 0 5.455.232 8.083.678.533.09.917.556.917 1.096v1.044a2.25 2.25 0 0 1-.659 1.591l-5.432 5.432a2.25 2.25 0 0 0-.659 1.591v2.927a2.25 2.25 0 0 1-1.244 2.013L9.75 21v-6.568a2.25 2.25 0 0 0-.659-1.591L3.659 7.409A2.25 2.25 0 0 1 3 5.818V4.774c0-.54.384-1.006.917-1.096A48.32 48.32 0 0 1 12 3Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FunnelIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/GifIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/GifIcon.d.ts new file mode 100644 index 00000000..28c9754e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/GifIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GifIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GifIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/GifIcon.js b/frontend/node_modules/@heroicons/react/24/outline/GifIcon.js new file mode 100644 index 00000000..aa93f368 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/GifIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function GifIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12.75 8.25v7.5m6-7.5h-3V12m0 0v3.75m0-3.75H18M9.75 9.348c-1.03-1.464-2.698-1.464-3.728 0-1.03 1.465-1.03 3.84 0 5.304 1.03 1.464 2.699 1.464 3.728 0V12h-1.5M4.5 19.5h15a2.25 2.25 0 0 0 2.25-2.25V6.75A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25v10.5A2.25 2.25 0 0 0 4.5 19.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GifIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/GiftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/GiftIcon.d.ts new file mode 100644 index 00000000..1be9eff4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/GiftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GiftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GiftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/GiftIcon.js b/frontend/node_modules/@heroicons/react/24/outline/GiftIcon.js new file mode 100644 index 00000000..ac1a4533 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/GiftIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function GiftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M21 11.25v8.25a1.5 1.5 0 0 1-1.5 1.5H5.25a1.5 1.5 0 0 1-1.5-1.5v-8.25M12 4.875A2.625 2.625 0 1 0 9.375 7.5H12m0-2.625V7.5m0-2.625A2.625 2.625 0 1 1 14.625 7.5H12m0 0V21m-8.625-9.75h18c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125h-18c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GiftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/GiftTopIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/GiftTopIcon.d.ts new file mode 100644 index 00000000..fb112a99 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/GiftTopIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GiftTopIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GiftTopIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/GiftTopIcon.js b/frontend/node_modules/@heroicons/react/24/outline/GiftTopIcon.js new file mode 100644 index 00000000..1f0d840f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/GiftTopIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function GiftTopIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 3.75v16.5M2.25 12h19.5M6.375 17.25a4.875 4.875 0 0 0 4.875-4.875V12m6.375 5.25a4.875 4.875 0 0 1-4.875-4.875V12m-9 8.25h16.5a1.5 1.5 0 0 0 1.5-1.5V5.25a1.5 1.5 0 0 0-1.5-1.5H3.75a1.5 1.5 0 0 0-1.5 1.5v13.5a1.5 1.5 0 0 0 1.5 1.5Zm12.621-9.44c-1.409 1.41-4.242 1.061-4.242 1.061s-.349-2.833 1.06-4.242a2.25 2.25 0 0 1 3.182 3.182ZM10.773 7.63c1.409 1.409 1.06 4.242 1.06 4.242S9 12.22 7.592 10.811a2.25 2.25 0 1 1 3.182-3.182Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GiftTopIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/GlobeAltIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/GlobeAltIcon.d.ts new file mode 100644 index 00000000..dcfbe8d2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/GlobeAltIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GlobeAltIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GlobeAltIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/GlobeAltIcon.js b/frontend/node_modules/@heroicons/react/24/outline/GlobeAltIcon.js new file mode 100644 index 00000000..53b85af5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/GlobeAltIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function GlobeAltIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 21a9.004 9.004 0 0 0 8.716-6.747M12 21a9.004 9.004 0 0 1-8.716-6.747M12 21c2.485 0 4.5-4.03 4.5-9S14.485 3 12 3m0 18c-2.485 0-4.5-4.03-4.5-9S9.515 3 12 3m0 0a8.997 8.997 0 0 1 7.843 4.582M12 3a8.997 8.997 0 0 0-7.843 4.582m15.686 0A11.953 11.953 0 0 1 12 10.5c-2.998 0-5.74-1.1-7.843-2.918m15.686 0A8.959 8.959 0 0 1 21 12c0 .778-.099 1.533-.284 2.253m0 0A17.919 17.919 0 0 1 12 16.5c-3.162 0-6.133-.815-8.716-2.247m0 0A9.015 9.015 0 0 1 3 12c0-1.605.42-3.113 1.157-4.418" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GlobeAltIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/GlobeAmericasIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/GlobeAmericasIcon.d.ts new file mode 100644 index 00000000..768a792f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/GlobeAmericasIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GlobeAmericasIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GlobeAmericasIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/GlobeAmericasIcon.js b/frontend/node_modules/@heroicons/react/24/outline/GlobeAmericasIcon.js new file mode 100644 index 00000000..2f5babc1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/GlobeAmericasIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function GlobeAmericasIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m6.115 5.19.319 1.913A6 6 0 0 0 8.11 10.36L9.75 12l-.387.775c-.217.433-.132.956.21 1.298l1.348 1.348c.21.21.329.497.329.795v1.089c0 .426.24.815.622 1.006l.153.076c.433.217.956.132 1.298-.21l.723-.723a8.7 8.7 0 0 0 2.288-4.042 1.087 1.087 0 0 0-.358-1.099l-1.33-1.108c-.251-.21-.582-.299-.905-.245l-1.17.195a1.125 1.125 0 0 1-.98-.314l-.295-.295a1.125 1.125 0 0 1 0-1.591l.13-.132a1.125 1.125 0 0 1 1.3-.21l.603.302a.809.809 0 0 0 1.086-1.086L14.25 7.5l1.256-.837a4.5 4.5 0 0 0 1.528-1.732l.146-.292M6.115 5.19A9 9 0 1 0 17.18 4.64M6.115 5.19A8.965 8.965 0 0 1 12 3c1.929 0 3.716.607 5.18 1.64" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GlobeAmericasIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/GlobeAsiaAustraliaIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/GlobeAsiaAustraliaIcon.d.ts new file mode 100644 index 00000000..2b043982 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/GlobeAsiaAustraliaIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GlobeAsiaAustraliaIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GlobeAsiaAustraliaIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/GlobeAsiaAustraliaIcon.js b/frontend/node_modules/@heroicons/react/24/outline/GlobeAsiaAustraliaIcon.js new file mode 100644 index 00000000..acfaa1ce --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/GlobeAsiaAustraliaIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function GlobeAsiaAustraliaIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12.75 3.03v.568c0 .334.148.65.405.864l1.068.89c.442.369.535 1.01.216 1.49l-.51.766a2.25 2.25 0 0 1-1.161.886l-.143.048a1.107 1.107 0 0 0-.57 1.664c.369.555.169 1.307-.427 1.605L9 13.125l.423 1.059a.956.956 0 0 1-1.652.928l-.679-.906a1.125 1.125 0 0 0-1.906.172L4.5 15.75l-.612.153M12.75 3.031a9 9 0 0 0-8.862 12.872M12.75 3.031a9 9 0 0 1 6.69 14.036m0 0-.177-.529A2.25 2.25 0 0 0 17.128 15H16.5l-.324-.324a1.453 1.453 0 0 0-2.328.377l-.036.073a1.586 1.586 0 0 1-.982.816l-.99.282c-.55.157-.894.702-.8 1.267l.073.438c.08.474.49.821.97.821.846 0 1.598.542 1.865 1.345l.215.643m5.276-3.67a9.012 9.012 0 0 1-5.276 3.67m0 0a9 9 0 0 1-10.275-4.835M15.75 9c0 .896-.393 1.7-1.016 2.25" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GlobeAsiaAustraliaIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/GlobeEuropeAfricaIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/GlobeEuropeAfricaIcon.d.ts new file mode 100644 index 00000000..0df28058 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/GlobeEuropeAfricaIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GlobeEuropeAfricaIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GlobeEuropeAfricaIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/GlobeEuropeAfricaIcon.js b/frontend/node_modules/@heroicons/react/24/outline/GlobeEuropeAfricaIcon.js new file mode 100644 index 00000000..9822c9ec --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/GlobeEuropeAfricaIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function GlobeEuropeAfricaIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m20.893 13.393-1.135-1.135a2.252 2.252 0 0 1-.421-.585l-1.08-2.16a.414.414 0 0 0-.663-.107.827.827 0 0 1-.812.21l-1.273-.363a.89.89 0 0 0-.738 1.595l.587.39c.59.395.674 1.23.172 1.732l-.2.2c-.212.212-.33.498-.33.796v.41c0 .409-.11.809-.32 1.158l-1.315 2.191a2.11 2.11 0 0 1-1.81 1.025 1.055 1.055 0 0 1-1.055-1.055v-1.172c0-.92-.56-1.747-1.414-2.089l-.655-.261a2.25 2.25 0 0 1-1.383-2.46l.007-.042a2.25 2.25 0 0 1 .29-.787l.09-.15a2.25 2.25 0 0 1 2.37-1.048l1.178.236a1.125 1.125 0 0 0 1.302-.795l.208-.73a1.125 1.125 0 0 0-.578-1.315l-.665-.332-.091.091a2.25 2.25 0 0 1-1.591.659h-.18c-.249 0-.487.1-.662.274a.931.931 0 0 1-1.458-1.137l1.411-2.353a2.25 2.25 0 0 0 .286-.76m11.928 9.869A9 9 0 0 0 8.965 3.525m11.928 9.868A9 9 0 1 1 8.965 3.525" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GlobeEuropeAfricaIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/H1Icon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/H1Icon.d.ts new file mode 100644 index 00000000..6dd8b51a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/H1Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const H1Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default H1Icon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/H1Icon.js b/frontend/node_modules/@heroicons/react/24/outline/H1Icon.js new file mode 100644 index 00000000..e69882d2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/H1Icon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function H1Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M2.243 4.493v7.5m0 0v7.502m0-7.501h10.5m0-7.5v7.5m0 0v7.501m4.501-8.627 2.25-1.5v10.126m0 0h-2.25m2.25 0h2.25" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(H1Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/H2Icon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/H2Icon.d.ts new file mode 100644 index 00000000..ced8aa38 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/H2Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const H2Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default H2Icon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/H2Icon.js b/frontend/node_modules/@heroicons/react/24/outline/H2Icon.js new file mode 100644 index 00000000..04ebe12e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/H2Icon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function H2Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M21.75 19.5H16.5v-1.609a2.25 2.25 0 0 1 1.244-2.012l2.89-1.445c.651-.326 1.116-.955 1.116-1.683 0-.498-.04-.987-.118-1.463-.135-.825-.835-1.422-1.668-1.489a15.202 15.202 0 0 0-3.464.12M2.243 4.492v7.5m0 0v7.502m0-7.501h10.5m0-7.5v7.5m0 0v7.501" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(H2Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/H3Icon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/H3Icon.d.ts new file mode 100644 index 00000000..3e101f77 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/H3Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const H3Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default H3Icon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/H3Icon.js b/frontend/node_modules/@heroicons/react/24/outline/H3Icon.js new file mode 100644 index 00000000..6273ee97 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/H3Icon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function H3Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M20.905 14.626a4.52 4.52 0 0 1 .738 3.603c-.154.695-.794 1.143-1.504 1.208a15.194 15.194 0 0 1-3.639-.104m4.405-4.707a4.52 4.52 0 0 0 .738-3.603c-.154-.696-.794-1.144-1.504-1.209a15.19 15.19 0 0 0-3.639.104m4.405 4.708H18M2.243 4.493v7.5m0 0v7.502m0-7.501h10.5m0-7.5v7.5m0 0v7.501" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(H3Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/HandRaisedIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/HandRaisedIcon.d.ts new file mode 100644 index 00000000..66fd8285 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/HandRaisedIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HandRaisedIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HandRaisedIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/HandRaisedIcon.js b/frontend/node_modules/@heroicons/react/24/outline/HandRaisedIcon.js new file mode 100644 index 00000000..8466a2d7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/HandRaisedIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function HandRaisedIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M10.05 4.575a1.575 1.575 0 1 0-3.15 0v3m3.15-3v-1.5a1.575 1.575 0 0 1 3.15 0v1.5m-3.15 0 .075 5.925m3.075.75V4.575m0 0a1.575 1.575 0 0 1 3.15 0V15M6.9 7.575a1.575 1.575 0 1 0-3.15 0v8.175a6.75 6.75 0 0 0 6.75 6.75h2.018a5.25 5.25 0 0 0 3.712-1.538l1.732-1.732a5.25 5.25 0 0 0 1.538-3.712l.003-2.024a.668.668 0 0 1 .198-.471 1.575 1.575 0 1 0-2.228-2.228 3.818 3.818 0 0 0-1.12 2.687M6.9 7.575V12m6.27 4.318A4.49 4.49 0 0 1 16.35 15m.002 0h-.002" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HandRaisedIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/HandThumbDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/HandThumbDownIcon.d.ts new file mode 100644 index 00000000..efb5173f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/HandThumbDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HandThumbDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HandThumbDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/HandThumbDownIcon.js b/frontend/node_modules/@heroicons/react/24/outline/HandThumbDownIcon.js new file mode 100644 index 00000000..4da1a6c9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/HandThumbDownIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function HandThumbDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M7.498 15.25H4.372c-1.026 0-1.945-.694-2.054-1.715a12.137 12.137 0 0 1-.068-1.285c0-2.848.992-5.464 2.649-7.521C5.287 4.247 5.886 4 6.504 4h4.016a4.5 4.5 0 0 1 1.423.23l3.114 1.04a4.5 4.5 0 0 0 1.423.23h1.294M7.498 15.25c.618 0 .991.724.725 1.282A7.471 7.471 0 0 0 7.5 19.75 2.25 2.25 0 0 0 9.75 22a.75.75 0 0 0 .75-.75v-.633c0-.573.11-1.14.322-1.672.304-.76.93-1.33 1.653-1.715a9.04 9.04 0 0 0 2.86-2.4c.498-.634 1.226-1.08 2.032-1.08h.384m-10.253 1.5H9.7m8.075-9.75c.01.05.027.1.05.148.593 1.2.925 2.55.925 3.977 0 1.487-.36 2.89-.999 4.125m.023-8.25c-.076-.365.183-.75.575-.75h.908c.889 0 1.713.518 1.972 1.368.339 1.11.521 2.287.521 3.507 0 1.553-.295 3.036-.831 4.398-.306.774-1.086 1.227-1.918 1.227h-1.053c-.472 0-.745-.556-.5-.96a8.95 8.95 0 0 0 .303-.54" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HandThumbDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/HandThumbUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/HandThumbUpIcon.d.ts new file mode 100644 index 00000000..69b969f9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/HandThumbUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HandThumbUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HandThumbUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/HandThumbUpIcon.js b/frontend/node_modules/@heroicons/react/24/outline/HandThumbUpIcon.js new file mode 100644 index 00000000..0c2de269 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/HandThumbUpIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function HandThumbUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M6.633 10.25c.806 0 1.533-.446 2.031-1.08a9.041 9.041 0 0 1 2.861-2.4c.723-.384 1.35-.956 1.653-1.715a4.498 4.498 0 0 0 .322-1.672V2.75a.75.75 0 0 1 .75-.75 2.25 2.25 0 0 1 2.25 2.25c0 1.152-.26 2.243-.723 3.218-.266.558.107 1.282.725 1.282m0 0h3.126c1.026 0 1.945.694 2.054 1.715.045.422.068.85.068 1.285a11.95 11.95 0 0 1-2.649 7.521c-.388.482-.987.729-1.605.729H13.48c-.483 0-.964-.078-1.423-.23l-3.114-1.04a4.501 4.501 0 0 0-1.423-.23H5.904m10.598-9.75H14.25M5.904 18.5c.083.205.173.405.27.602.197.4-.078.898-.523.898h-.908c-.889 0-1.713-.518-1.972-1.368a12 12 0 0 1-.521-3.507c0-1.553.295-3.036.831-4.398C3.387 9.953 4.167 9.5 5 9.5h1.053c.472 0 .745.556.5.96a8.958 8.958 0 0 0-1.302 4.665c0 1.194.232 2.333.654 3.375Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HandThumbUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/HashtagIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/HashtagIcon.d.ts new file mode 100644 index 00000000..cd41dcf2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/HashtagIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HashtagIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HashtagIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/HashtagIcon.js b/frontend/node_modules/@heroicons/react/24/outline/HashtagIcon.js new file mode 100644 index 00000000..a89a4712 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/HashtagIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function HashtagIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M5.25 8.25h15m-16.5 7.5h15m-1.8-13.5-3.9 19.5m-2.1-19.5-3.9 19.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HashtagIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/HeartIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/HeartIcon.d.ts new file mode 100644 index 00000000..a6bd0952 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/HeartIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HeartIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HeartIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/HeartIcon.js b/frontend/node_modules/@heroicons/react/24/outline/HeartIcon.js new file mode 100644 index 00000000..807e1f2a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/HeartIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function HeartIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HeartIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/HomeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/HomeIcon.d.ts new file mode 100644 index 00000000..eea727df --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/HomeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HomeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HomeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/HomeIcon.js b/frontend/node_modules/@heroicons/react/24/outline/HomeIcon.js new file mode 100644 index 00000000..c39b0115 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/HomeIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function HomeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m2.25 12 8.954-8.955c.44-.439 1.152-.439 1.591 0L21.75 12M4.5 9.75v10.125c0 .621.504 1.125 1.125 1.125H9.75v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21h4.125c.621 0 1.125-.504 1.125-1.125V9.75M8.25 21h8.25" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HomeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/HomeModernIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/HomeModernIcon.d.ts new file mode 100644 index 00000000..03e6a85c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/HomeModernIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HomeModernIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HomeModernIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/HomeModernIcon.js b/frontend/node_modules/@heroicons/react/24/outline/HomeModernIcon.js new file mode 100644 index 00000000..45e4214f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/HomeModernIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function HomeModernIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M8.25 21v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21m0 0h4.5V3.545M12.75 21h7.5V10.75M2.25 21h1.5m18 0h-18M2.25 9l4.5-1.636M18.75 3l-1.5.545m0 6.205 3 1m1.5.5-1.5-.5M6.75 7.364V3h-3v18m3-13.636 10.5-3.819" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HomeModernIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/IdentificationIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/IdentificationIcon.d.ts new file mode 100644 index 00000000..85d23894 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/IdentificationIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const IdentificationIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default IdentificationIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/IdentificationIcon.js b/frontend/node_modules/@heroicons/react/24/outline/IdentificationIcon.js new file mode 100644 index 00000000..783e7aba --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/IdentificationIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function IdentificationIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15 9h3.75M15 12h3.75M15 15h3.75M4.5 19.5h15a2.25 2.25 0 0 0 2.25-2.25V6.75A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25v10.5A2.25 2.25 0 0 0 4.5 19.5Zm6-10.125a1.875 1.875 0 1 1-3.75 0 1.875 1.875 0 0 1 3.75 0Zm1.294 6.336a6.721 6.721 0 0 1-3.17.789 6.721 6.721 0 0 1-3.168-.789 3.376 3.376 0 0 1 6.338 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(IdentificationIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/InboxArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/InboxArrowDownIcon.d.ts new file mode 100644 index 00000000..2b604ed7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/InboxArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const InboxArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default InboxArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/InboxArrowDownIcon.js b/frontend/node_modules/@heroicons/react/24/outline/InboxArrowDownIcon.js new file mode 100644 index 00000000..8f66812f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/InboxArrowDownIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function InboxArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9 3.75H6.912a2.25 2.25 0 0 0-2.15 1.588L2.35 13.177a2.25 2.25 0 0 0-.1.661V18a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18v-4.162c0-.224-.034-.447-.1-.661L19.24 5.338a2.25 2.25 0 0 0-2.15-1.588H15M2.25 13.5h3.86a2.25 2.25 0 0 1 2.012 1.244l.256.512a2.25 2.25 0 0 0 2.013 1.244h3.218a2.25 2.25 0 0 0 2.013-1.244l.256-.512a2.25 2.25 0 0 1 2.013-1.244h3.859M12 3v8.25m0 0-3-3m3 3 3-3" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(InboxArrowDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/InboxIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/InboxIcon.d.ts new file mode 100644 index 00000000..1bf31e53 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/InboxIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const InboxIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default InboxIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/InboxIcon.js b/frontend/node_modules/@heroicons/react/24/outline/InboxIcon.js new file mode 100644 index 00000000..5e966ec5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/InboxIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function InboxIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M2.25 13.5h3.86a2.25 2.25 0 0 1 2.012 1.244l.256.512a2.25 2.25 0 0 0 2.013 1.244h3.218a2.25 2.25 0 0 0 2.013-1.244l.256-.512a2.25 2.25 0 0 1 2.013-1.244h3.859m-19.5.338V18a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18v-4.162c0-.224-.034-.447-.1-.661L19.24 5.338a2.25 2.25 0 0 0-2.15-1.588H6.911a2.25 2.25 0 0 0-2.15 1.588L2.35 13.177a2.25 2.25 0 0 0-.1.661Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(InboxIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/InboxStackIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/InboxStackIcon.d.ts new file mode 100644 index 00000000..cea338d6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/InboxStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const InboxStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default InboxStackIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/InboxStackIcon.js b/frontend/node_modules/@heroicons/react/24/outline/InboxStackIcon.js new file mode 100644 index 00000000..5df09526 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/InboxStackIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function InboxStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m7.875 14.25 1.214 1.942a2.25 2.25 0 0 0 1.908 1.058h2.006c.776 0 1.497-.4 1.908-1.058l1.214-1.942M2.41 9h4.636a2.25 2.25 0 0 1 1.872 1.002l.164.246a2.25 2.25 0 0 0 1.872 1.002h2.092a2.25 2.25 0 0 0 1.872-1.002l.164-.246A2.25 2.25 0 0 1 16.954 9h4.636M2.41 9a2.25 2.25 0 0 0-.16.832V12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 12V9.832c0-.287-.055-.57-.16-.832M2.41 9a2.25 2.25 0 0 1 .382-.632l3.285-3.832a2.25 2.25 0 0 1 1.708-.786h8.43c.657 0 1.281.287 1.709.786l3.284 3.832c.163.19.291.404.382.632M4.5 20.25h15A2.25 2.25 0 0 0 21.75 18v-2.625c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125V18a2.25 2.25 0 0 0 2.25 2.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(InboxStackIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/InformationCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/InformationCircleIcon.d.ts new file mode 100644 index 00000000..f072a915 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/InformationCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const InformationCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default InformationCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/InformationCircleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/InformationCircleIcon.js new file mode 100644 index 00000000..2865aa9c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/InformationCircleIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function InformationCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m11.25 11.25.041-.02a.75.75 0 0 1 1.063.852l-.708 2.836a.75.75 0 0 0 1.063.853l.041-.021M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9-3.75h.008v.008H12V8.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(InformationCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ItalicIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ItalicIcon.d.ts new file mode 100644 index 00000000..3b26c948 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ItalicIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ItalicIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ItalicIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ItalicIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ItalicIcon.js new file mode 100644 index 00000000..6b2e6f6e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ItalicIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ItalicIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M5.248 20.246H9.05m0 0h3.696m-3.696 0 5.893-16.502m0 0h-3.697m3.697 0h3.803" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ItalicIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/KeyIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/KeyIcon.d.ts new file mode 100644 index 00000000..54031ee1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/KeyIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const KeyIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default KeyIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/KeyIcon.js b/frontend/node_modules/@heroicons/react/24/outline/KeyIcon.js new file mode 100644 index 00000000..8bbe513d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/KeyIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function KeyIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.75 5.25a3 3 0 0 1 3 3m3 0a6 6 0 0 1-7.029 5.912c-.563-.097-1.159.026-1.563.43L10.5 17.25H8.25v2.25H6v2.25H2.25v-2.818c0-.597.237-1.17.659-1.591l6.499-6.499c.404-.404.527-1 .43-1.563A6 6 0 1 1 21.75 8.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(KeyIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/LanguageIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/LanguageIcon.d.ts new file mode 100644 index 00000000..004c7bdd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/LanguageIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LanguageIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LanguageIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/LanguageIcon.js b/frontend/node_modules/@heroicons/react/24/outline/LanguageIcon.js new file mode 100644 index 00000000..adfe0a89 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/LanguageIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function LanguageIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m10.5 21 5.25-11.25L21 21m-9-3h7.5M3 5.621a48.474 48.474 0 0 1 6-.371m0 0c1.12 0 2.233.038 3.334.114M9 5.25V3m3.334 2.364C11.176 10.658 7.69 15.08 3 17.502m9.334-12.138c.896.061 1.785.147 2.666.257m-4.589 8.495a18.023 18.023 0 0 1-3.827-5.802" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LanguageIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/LifebuoyIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/LifebuoyIcon.d.ts new file mode 100644 index 00000000..9e84fdbe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/LifebuoyIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LifebuoyIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LifebuoyIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/LifebuoyIcon.js b/frontend/node_modules/@heroicons/react/24/outline/LifebuoyIcon.js new file mode 100644 index 00000000..48e6cc26 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/LifebuoyIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function LifebuoyIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M16.712 4.33a9.027 9.027 0 0 1 1.652 1.306c.51.51.944 1.064 1.306 1.652M16.712 4.33l-3.448 4.138m3.448-4.138a9.014 9.014 0 0 0-9.424 0M19.67 7.288l-4.138 3.448m4.138-3.448a9.014 9.014 0 0 1 0 9.424m-4.138-5.976a3.736 3.736 0 0 0-.88-1.388 3.737 3.737 0 0 0-1.388-.88m2.268 2.268a3.765 3.765 0 0 1 0 2.528m-2.268-4.796a3.765 3.765 0 0 0-2.528 0m4.796 4.796c-.181.506-.475.982-.88 1.388a3.736 3.736 0 0 1-1.388.88m2.268-2.268 4.138 3.448m0 0a9.027 9.027 0 0 1-1.306 1.652c-.51.51-1.064.944-1.652 1.306m0 0-3.448-4.138m3.448 4.138a9.014 9.014 0 0 1-9.424 0m5.976-4.138a3.765 3.765 0 0 1-2.528 0m0 0a3.736 3.736 0 0 1-1.388-.88 3.737 3.737 0 0 1-.88-1.388m2.268 2.268L7.288 19.67m0 0a9.024 9.024 0 0 1-1.652-1.306 9.027 9.027 0 0 1-1.306-1.652m0 0 4.138-3.448M4.33 16.712a9.014 9.014 0 0 1 0-9.424m4.138 5.976a3.765 3.765 0 0 1 0-2.528m0 0c.181-.506.475-.982.88-1.388a3.736 3.736 0 0 1 1.388-.88m-2.268 2.268L4.33 7.288m6.406 1.18L7.288 4.33m0 0a9.024 9.024 0 0 0-1.652 1.306A9.025 9.025 0 0 0 4.33 7.288" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LifebuoyIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/LightBulbIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/LightBulbIcon.d.ts new file mode 100644 index 00000000..140569d3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/LightBulbIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LightBulbIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LightBulbIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/LightBulbIcon.js b/frontend/node_modules/@heroicons/react/24/outline/LightBulbIcon.js new file mode 100644 index 00000000..4cf2e310 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/LightBulbIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function LightBulbIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 18v-5.25m0 0a6.01 6.01 0 0 0 1.5-.189m-1.5.189a6.01 6.01 0 0 1-1.5-.189m3.75 7.478a12.06 12.06 0 0 1-4.5 0m3.75 2.383a14.406 14.406 0 0 1-3 0M14.25 18v-.192c0-.983.658-1.823 1.508-2.316a7.5 7.5 0 1 0-7.517 0c.85.493 1.509 1.333 1.509 2.316V18" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LightBulbIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/LinkIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/LinkIcon.d.ts new file mode 100644 index 00000000..7c670eff --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/LinkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LinkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LinkIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/LinkIcon.js b/frontend/node_modules/@heroicons/react/24/outline/LinkIcon.js new file mode 100644 index 00000000..0f00e20c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/LinkIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function LinkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M13.19 8.688a4.5 4.5 0 0 1 1.242 7.244l-4.5 4.5a4.5 4.5 0 0 1-6.364-6.364l1.757-1.757m13.35-.622 1.757-1.757a4.5 4.5 0 0 0-6.364-6.364l-4.5 4.5a4.5 4.5 0 0 0 1.242 7.244" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LinkIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/LinkSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/LinkSlashIcon.d.ts new file mode 100644 index 00000000..10fa71e3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/LinkSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LinkSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LinkSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/LinkSlashIcon.js b/frontend/node_modules/@heroicons/react/24/outline/LinkSlashIcon.js new file mode 100644 index 00000000..975923ff --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/LinkSlashIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function LinkSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M13.181 8.68a4.503 4.503 0 0 1 1.903 6.405m-9.768-2.782L3.56 14.06a4.5 4.5 0 0 0 6.364 6.365l3.129-3.129m5.614-5.615 1.757-1.757a4.5 4.5 0 0 0-6.364-6.365l-4.5 4.5c-.258.26-.479.541-.661.84m1.903 6.405a4.495 4.495 0 0 1-1.242-.88 4.483 4.483 0 0 1-1.062-1.683m6.587 2.345 5.907 5.907m-5.907-5.907L8.898 8.898M2.991 2.99 8.898 8.9" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LinkSlashIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ListBulletIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ListBulletIcon.d.ts new file mode 100644 index 00000000..0c6cd1ed --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ListBulletIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ListBulletIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ListBulletIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ListBulletIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ListBulletIcon.js new file mode 100644 index 00000000..6691fc61 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ListBulletIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ListBulletIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M8.25 6.75h12M8.25 12h12m-12 5.25h12M3.75 6.75h.007v.008H3.75V6.75Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0ZM3.75 12h.007v.008H3.75V12Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm-.375 5.25h.007v.008H3.75v-.008Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ListBulletIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/LockClosedIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/LockClosedIcon.d.ts new file mode 100644 index 00000000..b5df9ca2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/LockClosedIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LockClosedIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LockClosedIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/LockClosedIcon.js b/frontend/node_modules/@heroicons/react/24/outline/LockClosedIcon.js new file mode 100644 index 00000000..0d5509ea --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/LockClosedIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function LockClosedIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M16.5 10.5V6.75a4.5 4.5 0 1 0-9 0v3.75m-.75 11.25h10.5a2.25 2.25 0 0 0 2.25-2.25v-6.75a2.25 2.25 0 0 0-2.25-2.25H6.75a2.25 2.25 0 0 0-2.25 2.25v6.75a2.25 2.25 0 0 0 2.25 2.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LockClosedIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/LockOpenIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/LockOpenIcon.d.ts new file mode 100644 index 00000000..0f847fce --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/LockOpenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LockOpenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LockOpenIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/LockOpenIcon.js b/frontend/node_modules/@heroicons/react/24/outline/LockOpenIcon.js new file mode 100644 index 00000000..6a261993 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/LockOpenIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function LockOpenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M13.5 10.5V6.75a4.5 4.5 0 1 1 9 0v3.75M3.75 21.75h10.5a2.25 2.25 0 0 0 2.25-2.25v-6.75a2.25 2.25 0 0 0-2.25-2.25H3.75a2.25 2.25 0 0 0-2.25 2.25v6.75a2.25 2.25 0 0 0 2.25 2.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LockOpenIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/MagnifyingGlassCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/MagnifyingGlassCircleIcon.d.ts new file mode 100644 index 00000000..bb57af1e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/MagnifyingGlassCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MagnifyingGlassCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MagnifyingGlassCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/MagnifyingGlassCircleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/MagnifyingGlassCircleIcon.js new file mode 100644 index 00000000..4554997e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/MagnifyingGlassCircleIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function MagnifyingGlassCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m15.75 15.75-2.489-2.489m0 0a3.375 3.375 0 1 0-4.773-4.773 3.375 3.375 0 0 0 4.774 4.774ZM21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MagnifyingGlassCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/MagnifyingGlassIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/MagnifyingGlassIcon.d.ts new file mode 100644 index 00000000..8481bf29 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/MagnifyingGlassIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MagnifyingGlassIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MagnifyingGlassIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/MagnifyingGlassIcon.js b/frontend/node_modules/@heroicons/react/24/outline/MagnifyingGlassIcon.js new file mode 100644 index 00000000..730c4a9d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/MagnifyingGlassIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function MagnifyingGlassIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MagnifyingGlassIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/MagnifyingGlassMinusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/MagnifyingGlassMinusIcon.d.ts new file mode 100644 index 00000000..e0d8a15d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/MagnifyingGlassMinusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MagnifyingGlassMinusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MagnifyingGlassMinusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/MagnifyingGlassMinusIcon.js b/frontend/node_modules/@heroicons/react/24/outline/MagnifyingGlassMinusIcon.js new file mode 100644 index 00000000..a359b4ad --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/MagnifyingGlassMinusIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function MagnifyingGlassMinusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607ZM13.5 10.5h-6" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MagnifyingGlassMinusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/MagnifyingGlassPlusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/MagnifyingGlassPlusIcon.d.ts new file mode 100644 index 00000000..2f92e87a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/MagnifyingGlassPlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MagnifyingGlassPlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MagnifyingGlassPlusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/MagnifyingGlassPlusIcon.js b/frontend/node_modules/@heroicons/react/24/outline/MagnifyingGlassPlusIcon.js new file mode 100644 index 00000000..7fb07d2a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/MagnifyingGlassPlusIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function MagnifyingGlassPlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607ZM10.5 7.5v6m3-3h-6" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MagnifyingGlassPlusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/MapIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/MapIcon.d.ts new file mode 100644 index 00000000..0d81f6f4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/MapIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MapIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MapIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/MapIcon.js b/frontend/node_modules/@heroicons/react/24/outline/MapIcon.js new file mode 100644 index 00000000..f6ccc171 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/MapIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function MapIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9 6.75V15m6-6v8.25m.503 3.498 4.875-2.437c.381-.19.622-.58.622-1.006V4.82c0-.836-.88-1.38-1.628-1.006l-3.869 1.934c-.317.159-.69.159-1.006 0L9.503 3.252a1.125 1.125 0 0 0-1.006 0L3.622 5.689C3.24 5.88 3 6.27 3 6.695V19.18c0 .836.88 1.38 1.628 1.006l3.869-1.934c.317-.159.69-.159 1.006 0l4.994 2.497c.317.158.69.158 1.006 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MapIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/MapPinIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/MapPinIcon.d.ts new file mode 100644 index 00000000..5a651e4f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/MapPinIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MapPinIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MapPinIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/MapPinIcon.js b/frontend/node_modules/@heroicons/react/24/outline/MapPinIcon.js new file mode 100644 index 00000000..62107971 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/MapPinIcon.js @@ -0,0 +1,30 @@ +const React = require("react"); +function MapPinIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15 10.5a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z" + }), /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M19.5 10.5c0 7.142-7.5 11.25-7.5 11.25S4.5 17.642 4.5 10.5a7.5 7.5 0 1 1 15 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MapPinIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/MegaphoneIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/MegaphoneIcon.d.ts new file mode 100644 index 00000000..105abf4b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/MegaphoneIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MegaphoneIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MegaphoneIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/MegaphoneIcon.js b/frontend/node_modules/@heroicons/react/24/outline/MegaphoneIcon.js new file mode 100644 index 00000000..b948f95c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/MegaphoneIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function MegaphoneIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M10.34 15.84c-.688-.06-1.386-.09-2.09-.09H7.5a4.5 4.5 0 1 1 0-9h.75c.704 0 1.402-.03 2.09-.09m0 9.18c.253.962.584 1.892.985 2.783.247.55.06 1.21-.463 1.511l-.657.38c-.551.318-1.26.117-1.527-.461a20.845 20.845 0 0 1-1.44-4.282m3.102.069a18.03 18.03 0 0 1-.59-4.59c0-1.586.205-3.124.59-4.59m0 9.18a23.848 23.848 0 0 1 8.835 2.535M10.34 6.66a23.847 23.847 0 0 0 8.835-2.535m0 0A23.74 23.74 0 0 0 18.795 3m.38 1.125a23.91 23.91 0 0 1 1.014 5.395m-1.014 8.855c-.118.38-.245.754-.38 1.125m.38-1.125a23.91 23.91 0 0 0 1.014-5.395m0-3.46c.495.413.811 1.035.811 1.73 0 .695-.316 1.317-.811 1.73m0-3.46a24.347 24.347 0 0 1 0 3.46" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MegaphoneIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/MicrophoneIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/MicrophoneIcon.d.ts new file mode 100644 index 00000000..8671d6b9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/MicrophoneIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MicrophoneIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MicrophoneIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/MicrophoneIcon.js b/frontend/node_modules/@heroicons/react/24/outline/MicrophoneIcon.js new file mode 100644 index 00000000..915e4ad4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/MicrophoneIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function MicrophoneIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 18.75a6 6 0 0 0 6-6v-1.5m-6 7.5a6 6 0 0 1-6-6v-1.5m6 7.5v3.75m-3.75 0h7.5M12 15.75a3 3 0 0 1-3-3V4.5a3 3 0 1 1 6 0v8.25a3 3 0 0 1-3 3Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MicrophoneIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/MinusCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/MinusCircleIcon.d.ts new file mode 100644 index 00000000..cfc27bcc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/MinusCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MinusCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MinusCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/MinusCircleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/MinusCircleIcon.js new file mode 100644 index 00000000..2b7f79f0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/MinusCircleIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function MinusCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15 12H9m12 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MinusCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/MinusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/MinusIcon.d.ts new file mode 100644 index 00000000..7fdb4b6c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/MinusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MinusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MinusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/MinusIcon.js b/frontend/node_modules/@heroicons/react/24/outline/MinusIcon.js new file mode 100644 index 00000000..51db08ab --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/MinusIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function MinusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M5 12h14" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MinusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/MinusSmallIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/MinusSmallIcon.d.ts new file mode 100644 index 00000000..b8f586d6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/MinusSmallIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const MinusSmallIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MinusSmallIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/MinusSmallIcon.js b/frontend/node_modules/@heroicons/react/24/outline/MinusSmallIcon.js new file mode 100644 index 00000000..e51ad2c2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/MinusSmallIcon.js @@ -0,0 +1,27 @@ +const React = require("react"); +/** @deprecated */ +function MinusSmallIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M18 12H6" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MinusSmallIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/MoonIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/MoonIcon.d.ts new file mode 100644 index 00000000..de7d2c5e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/MoonIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MoonIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MoonIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/MoonIcon.js b/frontend/node_modules/@heroicons/react/24/outline/MoonIcon.js new file mode 100644 index 00000000..53572279 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/MoonIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function MoonIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M21.752 15.002A9.72 9.72 0 0 1 18 15.75c-5.385 0-9.75-4.365-9.75-9.75 0-1.33.266-2.597.748-3.752A9.753 9.753 0 0 0 3 11.25C3 16.635 7.365 21 12.75 21a9.753 9.753 0 0 0 9.002-5.998Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MoonIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/MusicalNoteIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/MusicalNoteIcon.d.ts new file mode 100644 index 00000000..043d34ef --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/MusicalNoteIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MusicalNoteIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MusicalNoteIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/MusicalNoteIcon.js b/frontend/node_modules/@heroicons/react/24/outline/MusicalNoteIcon.js new file mode 100644 index 00000000..80bd0e22 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/MusicalNoteIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function MusicalNoteIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m9 9 10.5-3m0 6.553v3.75a2.25 2.25 0 0 1-1.632 2.163l-1.32.377a1.803 1.803 0 1 1-.99-3.467l2.31-.66a2.25 2.25 0 0 0 1.632-2.163Zm0 0V2.25L9 5.25v10.303m0 0v3.75a2.25 2.25 0 0 1-1.632 2.163l-1.32.377a1.803 1.803 0 0 1-.99-3.467l2.31-.66A2.25 2.25 0 0 0 9 15.553Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MusicalNoteIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/NewspaperIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/NewspaperIcon.d.ts new file mode 100644 index 00000000..79735338 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/NewspaperIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const NewspaperIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default NewspaperIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/NewspaperIcon.js b/frontend/node_modules/@heroicons/react/24/outline/NewspaperIcon.js new file mode 100644 index 00000000..88acda25 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/NewspaperIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function NewspaperIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 7.5h1.5m-1.5 3h1.5m-7.5 3h7.5m-7.5 3h7.5m3-9h3.375c.621 0 1.125.504 1.125 1.125V18a2.25 2.25 0 0 1-2.25 2.25M16.5 7.5V18a2.25 2.25 0 0 0 2.25 2.25M16.5 7.5V4.875c0-.621-.504-1.125-1.125-1.125H4.125C3.504 3.75 3 4.254 3 4.875V18a2.25 2.25 0 0 0 2.25 2.25h13.5M6 7.5h3v3H6v-3Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(NewspaperIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/NoSymbolIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/NoSymbolIcon.d.ts new file mode 100644 index 00000000..5a3d4b75 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/NoSymbolIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const NoSymbolIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default NoSymbolIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/NoSymbolIcon.js b/frontend/node_modules/@heroicons/react/24/outline/NoSymbolIcon.js new file mode 100644 index 00000000..93f72080 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/NoSymbolIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function NoSymbolIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M18.364 18.364A9 9 0 0 0 5.636 5.636m12.728 12.728A9 9 0 0 1 5.636 5.636m12.728 12.728L5.636 5.636" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(NoSymbolIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/NumberedListIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/NumberedListIcon.d.ts new file mode 100644 index 00000000..bd0b135f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/NumberedListIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const NumberedListIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default NumberedListIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/NumberedListIcon.js b/frontend/node_modules/@heroicons/react/24/outline/NumberedListIcon.js new file mode 100644 index 00000000..d2a3024c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/NumberedListIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function NumberedListIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M8.242 5.992h12m-12 6.003H20.24m-12 5.999h12M4.117 7.495v-3.75H2.99m1.125 3.75H2.99m1.125 0H5.24m-1.92 2.577a1.125 1.125 0 1 1 1.591 1.59l-1.83 1.83h2.16M2.99 15.745h1.125a1.125 1.125 0 0 1 0 2.25H3.74m0-.002h.375a1.125 1.125 0 0 1 0 2.25H2.99" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(NumberedListIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/PaintBrushIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/PaintBrushIcon.d.ts new file mode 100644 index 00000000..2278908e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PaintBrushIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PaintBrushIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PaintBrushIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/PaintBrushIcon.js b/frontend/node_modules/@heroicons/react/24/outline/PaintBrushIcon.js new file mode 100644 index 00000000..ce8dd165 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PaintBrushIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function PaintBrushIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9.53 16.122a3 3 0 0 0-5.78 1.128 2.25 2.25 0 0 1-2.4 2.245 4.5 4.5 0 0 0 8.4-2.245c0-.399-.078-.78-.22-1.128Zm0 0a15.998 15.998 0 0 0 3.388-1.62m-5.043-.025a15.994 15.994 0 0 1 1.622-3.395m3.42 3.42a15.995 15.995 0 0 0 4.764-4.648l3.876-5.814a1.151 1.151 0 0 0-1.597-1.597L14.146 6.32a15.996 15.996 0 0 0-4.649 4.763m3.42 3.42a6.776 6.776 0 0 0-3.42-3.42" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PaintBrushIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/PaperAirplaneIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/PaperAirplaneIcon.d.ts new file mode 100644 index 00000000..8f9b057d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PaperAirplaneIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PaperAirplaneIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PaperAirplaneIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/PaperAirplaneIcon.js b/frontend/node_modules/@heroicons/react/24/outline/PaperAirplaneIcon.js new file mode 100644 index 00000000..d16eac62 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PaperAirplaneIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function PaperAirplaneIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M6 12 3.269 3.125A59.769 59.769 0 0 1 21.485 12 59.768 59.768 0 0 1 3.27 20.875L5.999 12Zm0 0h7.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PaperAirplaneIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/PaperClipIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/PaperClipIcon.d.ts new file mode 100644 index 00000000..85bc18b3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PaperClipIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PaperClipIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PaperClipIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/PaperClipIcon.js b/frontend/node_modules/@heroicons/react/24/outline/PaperClipIcon.js new file mode 100644 index 00000000..60fdc05f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PaperClipIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function PaperClipIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m18.375 12.739-7.693 7.693a4.5 4.5 0 0 1-6.364-6.364l10.94-10.94A3 3 0 1 1 19.5 7.372L8.552 18.32m.009-.01-.01.01m5.699-9.941-7.81 7.81a1.5 1.5 0 0 0 2.112 2.13" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PaperClipIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/PauseCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/PauseCircleIcon.d.ts new file mode 100644 index 00000000..369128d9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PauseCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PauseCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PauseCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/PauseCircleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/PauseCircleIcon.js new file mode 100644 index 00000000..eaabbea1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PauseCircleIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function PauseCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M14.25 9v6m-4.5 0V9M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PauseCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/PauseIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/PauseIcon.d.ts new file mode 100644 index 00000000..be960989 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PauseIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PauseIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PauseIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/PauseIcon.js b/frontend/node_modules/@heroicons/react/24/outline/PauseIcon.js new file mode 100644 index 00000000..619db86d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PauseIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function PauseIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.75 5.25v13.5m-7.5-13.5v13.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PauseIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/PencilIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/PencilIcon.d.ts new file mode 100644 index 00000000..cfc12556 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PencilIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PencilIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PencilIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/PencilIcon.js b/frontend/node_modules/@heroicons/react/24/outline/PencilIcon.js new file mode 100644 index 00000000..1fc7f503 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PencilIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function PencilIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m16.862 4.487 1.687-1.688a1.875 1.875 0 1 1 2.652 2.652L6.832 19.82a4.5 4.5 0 0 1-1.897 1.13l-2.685.8.8-2.685a4.5 4.5 0 0 1 1.13-1.897L16.863 4.487Zm0 0L19.5 7.125" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PencilIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/PencilSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/PencilSquareIcon.d.ts new file mode 100644 index 00000000..b1008d21 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PencilSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PencilSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PencilSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/PencilSquareIcon.js b/frontend/node_modules/@heroicons/react/24/outline/PencilSquareIcon.js new file mode 100644 index 00000000..ea0a1e5a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PencilSquareIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function PencilSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m16.862 4.487 1.687-1.688a1.875 1.875 0 1 1 2.652 2.652L10.582 16.07a4.5 4.5 0 0 1-1.897 1.13L6 18l.8-2.685a4.5 4.5 0 0 1 1.13-1.897l8.932-8.931Zm0 0L19.5 7.125M18 14v4.75A2.25 2.25 0 0 1 15.75 21H5.25A2.25 2.25 0 0 1 3 18.75V8.25A2.25 2.25 0 0 1 5.25 6H10" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PencilSquareIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/PercentBadgeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/PercentBadgeIcon.d.ts new file mode 100644 index 00000000..e879c9fe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PercentBadgeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PercentBadgeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PercentBadgeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/PercentBadgeIcon.js b/frontend/node_modules/@heroicons/react/24/outline/PercentBadgeIcon.js new file mode 100644 index 00000000..593e48a5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PercentBadgeIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function PercentBadgeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m8.99 14.993 6-6m6 3.001c0 1.268-.63 2.39-1.593 3.069a3.746 3.746 0 0 1-1.043 3.296 3.745 3.745 0 0 1-3.296 1.043 3.745 3.745 0 0 1-3.068 1.593c-1.268 0-2.39-.63-3.068-1.593a3.745 3.745 0 0 1-3.296-1.043 3.746 3.746 0 0 1-1.043-3.297 3.746 3.746 0 0 1-1.593-3.068c0-1.268.63-2.39 1.593-3.068a3.746 3.746 0 0 1 1.043-3.297 3.745 3.745 0 0 1 3.296-1.042 3.745 3.745 0 0 1 3.068-1.594c1.268 0 2.39.63 3.068 1.593a3.745 3.745 0 0 1 3.296 1.043 3.746 3.746 0 0 1 1.043 3.297 3.746 3.746 0 0 1 1.593 3.068ZM9.74 9.743h.008v.007H9.74v-.007Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm4.125 4.5h.008v.008h-.008v-.008Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PercentBadgeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/PhoneArrowDownLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/PhoneArrowDownLeftIcon.d.ts new file mode 100644 index 00000000..a9d877f2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PhoneArrowDownLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PhoneArrowDownLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PhoneArrowDownLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/PhoneArrowDownLeftIcon.js b/frontend/node_modules/@heroicons/react/24/outline/PhoneArrowDownLeftIcon.js new file mode 100644 index 00000000..9c134a9f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PhoneArrowDownLeftIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function PhoneArrowDownLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M14.25 9.75v-4.5m0 4.5h4.5m-4.5 0 6-6m-3 18c-8.284 0-15-6.716-15-15V4.5A2.25 2.25 0 0 1 4.5 2.25h1.372c.516 0 .966.351 1.091.852l1.106 4.423c.11.44-.054.902-.417 1.173l-1.293.97a1.062 1.062 0 0 0-.38 1.21 12.035 12.035 0 0 0 7.143 7.143c.441.162.928-.004 1.21-.38l.97-1.293a1.125 1.125 0 0 1 1.173-.417l4.423 1.106c.5.125.852.575.852 1.091V19.5a2.25 2.25 0 0 1-2.25 2.25h-2.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PhoneArrowDownLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/PhoneArrowUpRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/PhoneArrowUpRightIcon.d.ts new file mode 100644 index 00000000..9b1ff4da --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PhoneArrowUpRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PhoneArrowUpRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PhoneArrowUpRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/PhoneArrowUpRightIcon.js b/frontend/node_modules/@heroicons/react/24/outline/PhoneArrowUpRightIcon.js new file mode 100644 index 00000000..7907a0ed --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PhoneArrowUpRightIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function PhoneArrowUpRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M20.25 3.75v4.5m0-4.5h-4.5m4.5 0-6 6m3 12c-8.284 0-15-6.716-15-15V4.5A2.25 2.25 0 0 1 4.5 2.25h1.372c.516 0 .966.351 1.091.852l1.106 4.423c.11.44-.054.902-.417 1.173l-1.293.97a1.062 1.062 0 0 0-.38 1.21 12.035 12.035 0 0 0 7.143 7.143c.441.162.928-.004 1.21-.38l.97-1.293a1.125 1.125 0 0 1 1.173-.417l4.423 1.106c.5.125.852.575.852 1.091V19.5a2.25 2.25 0 0 1-2.25 2.25h-2.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PhoneArrowUpRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/PhoneIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/PhoneIcon.d.ts new file mode 100644 index 00000000..e9a6bb47 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PhoneIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PhoneIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PhoneIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/PhoneIcon.js b/frontend/node_modules/@heroicons/react/24/outline/PhoneIcon.js new file mode 100644 index 00000000..942a1bb8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PhoneIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function PhoneIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M2.25 6.75c0 8.284 6.716 15 15 15h2.25a2.25 2.25 0 0 0 2.25-2.25v-1.372c0-.516-.351-.966-.852-1.091l-4.423-1.106c-.44-.11-.902.055-1.173.417l-.97 1.293c-.282.376-.769.542-1.21.38a12.035 12.035 0 0 1-7.143-7.143c-.162-.441.004-.928.38-1.21l1.293-.97c.363-.271.527-.734.417-1.173L6.963 3.102a1.125 1.125 0 0 0-1.091-.852H4.5A2.25 2.25 0 0 0 2.25 4.5v2.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PhoneIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/PhoneXMarkIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/PhoneXMarkIcon.d.ts new file mode 100644 index 00000000..f4afe695 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PhoneXMarkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PhoneXMarkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PhoneXMarkIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/PhoneXMarkIcon.js b/frontend/node_modules/@heroicons/react/24/outline/PhoneXMarkIcon.js new file mode 100644 index 00000000..8879e876 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PhoneXMarkIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function PhoneXMarkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.75 3.75 18 6m0 0 2.25 2.25M18 6l2.25-2.25M18 6l-2.25 2.25m1.5 13.5c-8.284 0-15-6.716-15-15V4.5A2.25 2.25 0 0 1 4.5 2.25h1.372c.516 0 .966.351 1.091.852l1.106 4.423c.11.44-.054.902-.417 1.173l-1.293.97a1.062 1.062 0 0 0-.38 1.21 12.035 12.035 0 0 0 7.143 7.143c.441.162.928-.004 1.21-.38l.97-1.293a1.125 1.125 0 0 1 1.173-.417l4.423 1.106c.5.125.852.575.852 1.091V19.5a2.25 2.25 0 0 1-2.25 2.25h-2.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PhoneXMarkIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/PhotoIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/PhotoIcon.d.ts new file mode 100644 index 00000000..b00e9f04 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PhotoIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PhotoIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PhotoIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/PhotoIcon.js b/frontend/node_modules/@heroicons/react/24/outline/PhotoIcon.js new file mode 100644 index 00000000..9d4166a8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PhotoIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function PhotoIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m2.25 15.75 5.159-5.159a2.25 2.25 0 0 1 3.182 0l5.159 5.159m-1.5-1.5 1.409-1.409a2.25 2.25 0 0 1 3.182 0l2.909 2.909m-18 3.75h16.5a1.5 1.5 0 0 0 1.5-1.5V6a1.5 1.5 0 0 0-1.5-1.5H3.75A1.5 1.5 0 0 0 2.25 6v12a1.5 1.5 0 0 0 1.5 1.5Zm10.5-11.25h.008v.008h-.008V8.25Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PhotoIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/PlayCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/PlayCircleIcon.d.ts new file mode 100644 index 00000000..a320814d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PlayCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PlayCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlayCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/PlayCircleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/PlayCircleIcon.js new file mode 100644 index 00000000..e60b2373 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PlayCircleIcon.js @@ -0,0 +1,30 @@ +const React = require("react"); +function PlayCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" + }), /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.91 11.672a.375.375 0 0 1 0 .656l-5.603 3.113a.375.375 0 0 1-.557-.328V8.887c0-.286.307-.466.557-.327l5.603 3.112Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlayCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/PlayIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/PlayIcon.d.ts new file mode 100644 index 00000000..7da224c8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PlayIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PlayIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlayIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/PlayIcon.js b/frontend/node_modules/@heroicons/react/24/outline/PlayIcon.js new file mode 100644 index 00000000..e7640a4f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PlayIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function PlayIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M5.25 5.653c0-.856.917-1.398 1.667-.986l11.54 6.347a1.125 1.125 0 0 1 0 1.972l-11.54 6.347a1.125 1.125 0 0 1-1.667-.986V5.653Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlayIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/PlayPauseIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/PlayPauseIcon.d.ts new file mode 100644 index 00000000..1baf435f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PlayPauseIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PlayPauseIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlayPauseIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/PlayPauseIcon.js b/frontend/node_modules/@heroicons/react/24/outline/PlayPauseIcon.js new file mode 100644 index 00000000..924e4938 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PlayPauseIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function PlayPauseIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M21 7.5V18M15 7.5V18M3 16.811V8.69c0-.864.933-1.406 1.683-.977l7.108 4.061a1.125 1.125 0 0 1 0 1.954l-7.108 4.061A1.125 1.125 0 0 1 3 16.811Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlayPauseIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/PlusCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/PlusCircleIcon.d.ts new file mode 100644 index 00000000..9c7ce73d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PlusCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PlusCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlusCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/PlusCircleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/PlusCircleIcon.js new file mode 100644 index 00000000..e799447d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PlusCircleIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function PlusCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 9v6m3-3H9m12 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlusCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/PlusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/PlusIcon.d.ts new file mode 100644 index 00000000..04e381a1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/PlusIcon.js b/frontend/node_modules/@heroicons/react/24/outline/PlusIcon.js new file mode 100644 index 00000000..f8fcb06b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PlusIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function PlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 4.5v15m7.5-7.5h-15" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/PlusSmallIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/PlusSmallIcon.d.ts new file mode 100644 index 00000000..f00e0b8e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PlusSmallIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const PlusSmallIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlusSmallIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/PlusSmallIcon.js b/frontend/node_modules/@heroicons/react/24/outline/PlusSmallIcon.js new file mode 100644 index 00000000..ab77ceee --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PlusSmallIcon.js @@ -0,0 +1,27 @@ +const React = require("react"); +/** @deprecated */ +function PlusSmallIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 6v12m6-6H6" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlusSmallIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/PowerIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/PowerIcon.d.ts new file mode 100644 index 00000000..754fe6b1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PowerIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PowerIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PowerIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/PowerIcon.js b/frontend/node_modules/@heroicons/react/24/outline/PowerIcon.js new file mode 100644 index 00000000..eaa04e79 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PowerIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function PowerIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M5.636 5.636a9 9 0 1 0 12.728 0M12 3v9" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PowerIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/PresentationChartBarIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/PresentationChartBarIcon.d.ts new file mode 100644 index 00000000..d80b6596 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PresentationChartBarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PresentationChartBarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PresentationChartBarIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/PresentationChartBarIcon.js b/frontend/node_modules/@heroicons/react/24/outline/PresentationChartBarIcon.js new file mode 100644 index 00000000..bce7ec1c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PresentationChartBarIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function PresentationChartBarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3.75 3v11.25A2.25 2.25 0 0 0 6 16.5h2.25M3.75 3h-1.5m1.5 0h16.5m0 0h1.5m-1.5 0v11.25A2.25 2.25 0 0 1 18 16.5h-2.25m-7.5 0h7.5m-7.5 0-1 3m8.5-3 1 3m0 0 .5 1.5m-.5-1.5h-9.5m0 0-.5 1.5M9 11.25v1.5M12 9v3.75m3-6v6" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PresentationChartBarIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/PresentationChartLineIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/PresentationChartLineIcon.d.ts new file mode 100644 index 00000000..a240a46d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PresentationChartLineIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PresentationChartLineIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PresentationChartLineIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/PresentationChartLineIcon.js b/frontend/node_modules/@heroicons/react/24/outline/PresentationChartLineIcon.js new file mode 100644 index 00000000..935528d8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PresentationChartLineIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function PresentationChartLineIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3.75 3v11.25A2.25 2.25 0 0 0 6 16.5h2.25M3.75 3h-1.5m1.5 0h16.5m0 0h1.5m-1.5 0v11.25A2.25 2.25 0 0 1 18 16.5h-2.25m-7.5 0h7.5m-7.5 0-1 3m8.5-3 1 3m0 0 .5 1.5m-.5-1.5h-9.5m0 0-.5 1.5m.75-9 3-3 2.148 2.148A12.061 12.061 0 0 1 16.5 7.605" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PresentationChartLineIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/PrinterIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/PrinterIcon.d.ts new file mode 100644 index 00000000..f1d1be8f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PrinterIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PrinterIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PrinterIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/PrinterIcon.js b/frontend/node_modules/@heroicons/react/24/outline/PrinterIcon.js new file mode 100644 index 00000000..ae041585 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PrinterIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function PrinterIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M6.72 13.829c-.24.03-.48.062-.72.096m.72-.096a42.415 42.415 0 0 1 10.56 0m-10.56 0L6.34 18m10.94-4.171c.24.03.48.062.72.096m-.72-.096L17.66 18m0 0 .229 2.523a1.125 1.125 0 0 1-1.12 1.227H7.231c-.662 0-1.18-.568-1.12-1.227L6.34 18m11.318 0h1.091A2.25 2.25 0 0 0 21 15.75V9.456c0-1.081-.768-2.015-1.837-2.175a48.055 48.055 0 0 0-1.913-.247M6.34 18H5.25A2.25 2.25 0 0 1 3 15.75V9.456c0-1.081.768-2.015 1.837-2.175a48.041 48.041 0 0 1 1.913-.247m10.5 0a48.536 48.536 0 0 0-10.5 0m10.5 0V3.375c0-.621-.504-1.125-1.125-1.125h-8.25c-.621 0-1.125.504-1.125 1.125v3.659M18 10.5h.008v.008H18V10.5Zm-3 0h.008v.008H15V10.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PrinterIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/PuzzlePieceIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/PuzzlePieceIcon.d.ts new file mode 100644 index 00000000..04f58f55 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PuzzlePieceIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PuzzlePieceIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PuzzlePieceIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/PuzzlePieceIcon.js b/frontend/node_modules/@heroicons/react/24/outline/PuzzlePieceIcon.js new file mode 100644 index 00000000..b6f3d653 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/PuzzlePieceIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function PuzzlePieceIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M14.25 6.087c0-.355.186-.676.401-.959.221-.29.349-.634.349-1.003 0-1.036-1.007-1.875-2.25-1.875s-2.25.84-2.25 1.875c0 .369.128.713.349 1.003.215.283.401.604.401.959v0a.64.64 0 0 1-.657.643 48.39 48.39 0 0 1-4.163-.3c.186 1.613.293 3.25.315 4.907a.656.656 0 0 1-.658.663v0c-.355 0-.676-.186-.959-.401a1.647 1.647 0 0 0-1.003-.349c-1.036 0-1.875 1.007-1.875 2.25s.84 2.25 1.875 2.25c.369 0 .713-.128 1.003-.349.283-.215.604-.401.959-.401v0c.31 0 .555.26.532.57a48.039 48.039 0 0 1-.642 5.056c1.518.19 3.058.309 4.616.354a.64.64 0 0 0 .657-.643v0c0-.355-.186-.676-.401-.959a1.647 1.647 0 0 1-.349-1.003c0-1.035 1.008-1.875 2.25-1.875 1.243 0 2.25.84 2.25 1.875 0 .369-.128.713-.349 1.003-.215.283-.4.604-.4.959v0c0 .333.277.599.61.58a48.1 48.1 0 0 0 5.427-.63 48.05 48.05 0 0 0 .582-4.717.532.532 0 0 0-.533-.57v0c-.355 0-.676.186-.959.401-.29.221-.634.349-1.003.349-1.035 0-1.875-1.007-1.875-2.25s.84-2.25 1.875-2.25c.37 0 .713.128 1.003.349.283.215.604.401.96.401v0a.656.656 0 0 0 .658-.663 48.422 48.422 0 0 0-.37-5.36c-1.886.342-3.81.574-5.766.689a.578.578 0 0 1-.61-.58v0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PuzzlePieceIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/QrCodeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/QrCodeIcon.d.ts new file mode 100644 index 00000000..3106d4bb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/QrCodeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const QrCodeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default QrCodeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/QrCodeIcon.js b/frontend/node_modules/@heroicons/react/24/outline/QrCodeIcon.js new file mode 100644 index 00000000..bb3b9201 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/QrCodeIcon.js @@ -0,0 +1,30 @@ +const React = require("react"); +function QrCodeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3.75 4.875c0-.621.504-1.125 1.125-1.125h4.5c.621 0 1.125.504 1.125 1.125v4.5c0 .621-.504 1.125-1.125 1.125h-4.5A1.125 1.125 0 0 1 3.75 9.375v-4.5ZM3.75 14.625c0-.621.504-1.125 1.125-1.125h4.5c.621 0 1.125.504 1.125 1.125v4.5c0 .621-.504 1.125-1.125 1.125h-4.5a1.125 1.125 0 0 1-1.125-1.125v-4.5ZM13.5 4.875c0-.621.504-1.125 1.125-1.125h4.5c.621 0 1.125.504 1.125 1.125v4.5c0 .621-.504 1.125-1.125 1.125h-4.5A1.125 1.125 0 0 1 13.5 9.375v-4.5Z" + }), /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M6.75 6.75h.75v.75h-.75v-.75ZM6.75 16.5h.75v.75h-.75v-.75ZM16.5 6.75h.75v.75h-.75v-.75ZM13.5 13.5h.75v.75h-.75v-.75ZM13.5 19.5h.75v.75h-.75v-.75ZM19.5 13.5h.75v.75h-.75v-.75ZM19.5 19.5h.75v.75h-.75v-.75ZM16.5 16.5h.75v.75h-.75v-.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(QrCodeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/QuestionMarkCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/QuestionMarkCircleIcon.d.ts new file mode 100644 index 00000000..987c90a9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/QuestionMarkCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const QuestionMarkCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default QuestionMarkCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/QuestionMarkCircleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/QuestionMarkCircleIcon.js new file mode 100644 index 00000000..cdef6164 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/QuestionMarkCircleIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function QuestionMarkCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9.879 7.519c1.171-1.025 3.071-1.025 4.242 0 1.172 1.025 1.172 2.687 0 3.712-.203.179-.43.326-.67.442-.745.361-1.45.999-1.45 1.827v.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9 5.25h.008v.008H12v-.008Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(QuestionMarkCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/QueueListIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/QueueListIcon.d.ts new file mode 100644 index 00000000..a466459c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/QueueListIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const QueueListIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default QueueListIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/QueueListIcon.js b/frontend/node_modules/@heroicons/react/24/outline/QueueListIcon.js new file mode 100644 index 00000000..90db3760 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/QueueListIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function QueueListIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3.75 12h16.5m-16.5 3.75h16.5M3.75 19.5h16.5M5.625 4.5h12.75a1.875 1.875 0 0 1 0 3.75H5.625a1.875 1.875 0 0 1 0-3.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(QueueListIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/RadioIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/RadioIcon.d.ts new file mode 100644 index 00000000..3ca8a702 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/RadioIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const RadioIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default RadioIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/RadioIcon.js b/frontend/node_modules/@heroicons/react/24/outline/RadioIcon.js new file mode 100644 index 00000000..1a0d5299 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/RadioIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function RadioIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m3.75 7.5 16.5-4.125M12 6.75c-2.708 0-5.363.224-7.948.655C2.999 7.58 2.25 8.507 2.25 9.574v9.176A2.25 2.25 0 0 0 4.5 21h15a2.25 2.25 0 0 0 2.25-2.25V9.574c0-1.067-.75-1.994-1.802-2.169A48.329 48.329 0 0 0 12 6.75Zm-1.683 6.443-.005.005-.006-.005.006-.005.005.005Zm-.005 2.127-.005-.006.005-.005.005.005-.005.005Zm-2.116-.006-.005.006-.006-.006.005-.005.006.005Zm-.005-2.116-.006-.005.006-.005.005.005-.005.005ZM9.255 10.5v.008h-.008V10.5h.008Zm3.249 1.88-.007.004-.003-.007.006-.003.004.006Zm-1.38 5.126-.003-.006.006-.004.004.007-.006.003Zm.007-6.501-.003.006-.007-.003.004-.007.006.004Zm1.37 5.129-.007-.004.004-.006.006.003-.004.007Zm.504-1.877h-.008v-.007h.008v.007ZM9.255 18v.008h-.008V18h.008Zm-3.246-1.87-.007.004L6 16.127l.006-.003.004.006Zm1.366-5.119-.004-.006.006-.004.004.007-.006.003ZM7.38 17.5l-.003.006-.007-.003.004-.007.006.004Zm-1.376-5.116L6 12.38l.003-.007.007.004-.004.007Zm-.5 1.873h-.008v-.007h.008v.007ZM17.25 12.75a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5Zm0 4.5a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(RadioIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ReceiptPercentIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ReceiptPercentIcon.d.ts new file mode 100644 index 00000000..605fd45e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ReceiptPercentIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ReceiptPercentIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ReceiptPercentIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ReceiptPercentIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ReceiptPercentIcon.js new file mode 100644 index 00000000..a70feceb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ReceiptPercentIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ReceiptPercentIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m9 14.25 6-6m4.5-3.493V21.75l-3.75-1.5-3.75 1.5-3.75-1.5-3.75 1.5V4.757c0-1.108.806-2.057 1.907-2.185a48.507 48.507 0 0 1 11.186 0c1.1.128 1.907 1.077 1.907 2.185ZM9.75 9h.008v.008H9.75V9Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm4.125 4.5h.008v.008h-.008V13.5Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ReceiptPercentIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ReceiptRefundIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ReceiptRefundIcon.d.ts new file mode 100644 index 00000000..0a37ab1d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ReceiptRefundIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ReceiptRefundIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ReceiptRefundIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ReceiptRefundIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ReceiptRefundIcon.js new file mode 100644 index 00000000..ef4772c4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ReceiptRefundIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ReceiptRefundIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M8.25 9.75h4.875a2.625 2.625 0 0 1 0 5.25H12M8.25 9.75 10.5 7.5M8.25 9.75 10.5 12m9-7.243V21.75l-3.75-1.5-3.75 1.5-3.75-1.5-3.75 1.5V4.757c0-1.108.806-2.057 1.907-2.185a48.507 48.507 0 0 1 11.186 0c1.1.128 1.907 1.077 1.907 2.185Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ReceiptRefundIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/RectangleGroupIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/RectangleGroupIcon.d.ts new file mode 100644 index 00000000..074cdeaa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/RectangleGroupIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const RectangleGroupIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default RectangleGroupIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/RectangleGroupIcon.js b/frontend/node_modules/@heroicons/react/24/outline/RectangleGroupIcon.js new file mode 100644 index 00000000..ac377e43 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/RectangleGroupIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function RectangleGroupIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M2.25 7.125C2.25 6.504 2.754 6 3.375 6h6c.621 0 1.125.504 1.125 1.125v3.75c0 .621-.504 1.125-1.125 1.125h-6a1.125 1.125 0 0 1-1.125-1.125v-3.75ZM14.25 8.625c0-.621.504-1.125 1.125-1.125h5.25c.621 0 1.125.504 1.125 1.125v8.25c0 .621-.504 1.125-1.125 1.125h-5.25a1.125 1.125 0 0 1-1.125-1.125v-8.25ZM3.75 16.125c0-.621.504-1.125 1.125-1.125h5.25c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125h-5.25a1.125 1.125 0 0 1-1.125-1.125v-2.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(RectangleGroupIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/RectangleStackIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/RectangleStackIcon.d.ts new file mode 100644 index 00000000..611b8a88 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/RectangleStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const RectangleStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default RectangleStackIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/RectangleStackIcon.js b/frontend/node_modules/@heroicons/react/24/outline/RectangleStackIcon.js new file mode 100644 index 00000000..7620d769 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/RectangleStackIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function RectangleStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M6 6.878V6a2.25 2.25 0 0 1 2.25-2.25h7.5A2.25 2.25 0 0 1 18 6v.878m-12 0c.235-.083.487-.128.75-.128h10.5c.263 0 .515.045.75.128m-12 0A2.25 2.25 0 0 0 4.5 9v.878m13.5-3A2.25 2.25 0 0 1 19.5 9v.878m0 0a2.246 2.246 0 0 0-.75-.128H5.25c-.263 0-.515.045-.75.128m15 0A2.25 2.25 0 0 1 21 12v6a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 18v-6c0-.98.626-1.813 1.5-2.122" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(RectangleStackIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/RocketLaunchIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/RocketLaunchIcon.d.ts new file mode 100644 index 00000000..101beeaf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/RocketLaunchIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const RocketLaunchIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default RocketLaunchIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/RocketLaunchIcon.js b/frontend/node_modules/@heroicons/react/24/outline/RocketLaunchIcon.js new file mode 100644 index 00000000..aafbd356 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/RocketLaunchIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function RocketLaunchIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.59 14.37a6 6 0 0 1-5.84 7.38v-4.8m5.84-2.58a14.98 14.98 0 0 0 6.16-12.12A14.98 14.98 0 0 0 9.631 8.41m5.96 5.96a14.926 14.926 0 0 1-5.841 2.58m-.119-8.54a6 6 0 0 0-7.381 5.84h4.8m2.581-5.84a14.927 14.927 0 0 0-2.58 5.84m2.699 2.7c-.103.021-.207.041-.311.06a15.09 15.09 0 0 1-2.448-2.448 14.9 14.9 0 0 1 .06-.312m-2.24 2.39a4.493 4.493 0 0 0-1.757 4.306 4.493 4.493 0 0 0 4.306-1.758M16.5 9a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(RocketLaunchIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/RssIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/RssIcon.d.ts new file mode 100644 index 00000000..b9e59791 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/RssIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const RssIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default RssIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/RssIcon.js b/frontend/node_modules/@heroicons/react/24/outline/RssIcon.js new file mode 100644 index 00000000..dca4ce8f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/RssIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function RssIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12.75 19.5v-.75a7.5 7.5 0 0 0-7.5-7.5H4.5m0-6.75h.75c7.87 0 14.25 6.38 14.25 14.25v.75M6 18.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(RssIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ScaleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ScaleIcon.d.ts new file mode 100644 index 00000000..3cab3de1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ScaleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ScaleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ScaleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ScaleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ScaleIcon.js new file mode 100644 index 00000000..c2c12bdb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ScaleIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ScaleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 3v17.25m0 0c-1.472 0-2.882.265-4.185.75M12 20.25c1.472 0 2.882.265 4.185.75M18.75 4.97A48.416 48.416 0 0 0 12 4.5c-2.291 0-4.545.16-6.75.47m13.5 0c1.01.143 2.01.317 3 .52m-3-.52 2.62 10.726c.122.499-.106 1.028-.589 1.202a5.988 5.988 0 0 1-2.031.352 5.988 5.988 0 0 1-2.031-.352c-.483-.174-.711-.703-.59-1.202L18.75 4.971Zm-16.5.52c.99-.203 1.99-.377 3-.52m0 0 2.62 10.726c.122.499-.106 1.028-.589 1.202a5.989 5.989 0 0 1-2.031.352 5.989 5.989 0 0 1-2.031-.352c-.483-.174-.711-.703-.59-1.202L5.25 4.971Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ScaleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ScissorsIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ScissorsIcon.d.ts new file mode 100644 index 00000000..3256bc64 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ScissorsIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ScissorsIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ScissorsIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ScissorsIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ScissorsIcon.js new file mode 100644 index 00000000..31954a83 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ScissorsIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ScissorsIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m7.848 8.25 1.536.887M7.848 8.25a3 3 0 1 1-5.196-3 3 3 0 0 1 5.196 3Zm1.536.887a2.165 2.165 0 0 1 1.083 1.839c.005.351.054.695.14 1.024M9.384 9.137l2.077 1.199M7.848 15.75l1.536-.887m-1.536.887a3 3 0 1 1-5.196 3 3 3 0 0 1 5.196-3Zm1.536-.887a2.165 2.165 0 0 0 1.083-1.838c.005-.352.054-.695.14-1.025m-1.223 2.863 2.077-1.199m0-3.328a4.323 4.323 0 0 1 2.068-1.379l5.325-1.628a4.5 4.5 0 0 1 2.48-.044l.803.215-7.794 4.5m-2.882-1.664A4.33 4.33 0 0 0 10.607 12m3.736 0 7.794 4.5-.802.215a4.5 4.5 0 0 1-2.48-.043l-5.326-1.629a4.324 4.324 0 0 1-2.068-1.379M14.343 12l-2.882 1.664" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ScissorsIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ServerIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ServerIcon.d.ts new file mode 100644 index 00000000..609d2314 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ServerIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ServerIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ServerIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ServerIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ServerIcon.js new file mode 100644 index 00000000..d68a4625 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ServerIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ServerIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M21.75 17.25v-.228a4.5 4.5 0 0 0-.12-1.03l-2.268-9.64a3.375 3.375 0 0 0-3.285-2.602H7.923a3.375 3.375 0 0 0-3.285 2.602l-2.268 9.64a4.5 4.5 0 0 0-.12 1.03v.228m19.5 0a3 3 0 0 1-3 3H5.25a3 3 0 0 1-3-3m19.5 0a3 3 0 0 0-3-3H5.25a3 3 0 0 0-3 3m16.5 0h.008v.008h-.008v-.008Zm-3 0h.008v.008h-.008v-.008Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ServerIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ServerStackIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ServerStackIcon.d.ts new file mode 100644 index 00000000..878e05f5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ServerStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ServerStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ServerStackIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ServerStackIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ServerStackIcon.js new file mode 100644 index 00000000..6f66985b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ServerStackIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ServerStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M5.25 14.25h13.5m-13.5 0a3 3 0 0 1-3-3m3 3a3 3 0 1 0 0 6h13.5a3 3 0 1 0 0-6m-16.5-3a3 3 0 0 1 3-3h13.5a3 3 0 0 1 3 3m-19.5 0a4.5 4.5 0 0 1 .9-2.7L5.737 5.1a3.375 3.375 0 0 1 2.7-1.35h7.126c1.062 0 2.062.5 2.7 1.35l2.587 3.45a4.5 4.5 0 0 1 .9 2.7m0 0a3 3 0 0 1-3 3m0 3h.008v.008h-.008v-.008Zm0-6h.008v.008h-.008v-.008Zm-3 6h.008v.008h-.008v-.008Zm0-6h.008v.008h-.008v-.008Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ServerStackIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ShareIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ShareIcon.d.ts new file mode 100644 index 00000000..b50d1b43 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ShareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ShareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ShareIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ShareIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ShareIcon.js new file mode 100644 index 00000000..aae5ceec --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ShareIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ShareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M7.217 10.907a2.25 2.25 0 1 0 0 2.186m0-2.186c.18.324.283.696.283 1.093s-.103.77-.283 1.093m0-2.186 9.566-5.314m-9.566 7.5 9.566 5.314m0 0a2.25 2.25 0 1 0 3.935 2.186 2.25 2.25 0 0 0-3.935-2.186Zm0-12.814a2.25 2.25 0 1 0 3.933-2.185 2.25 2.25 0 0 0-3.933 2.185Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ShareIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ShieldCheckIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ShieldCheckIcon.d.ts new file mode 100644 index 00000000..cc454f84 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ShieldCheckIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ShieldCheckIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ShieldCheckIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ShieldCheckIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ShieldCheckIcon.js new file mode 100644 index 00000000..f51150f2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ShieldCheckIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ShieldCheckIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9 12.75 11.25 15 15 9.75m-3-7.036A11.959 11.959 0 0 1 3.598 6 11.99 11.99 0 0 0 3 9.749c0 5.592 3.824 10.29 9 11.623 5.176-1.332 9-6.03 9-11.622 0-1.31-.21-2.571-.598-3.751h-.152c-3.196 0-6.1-1.248-8.25-3.285Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ShieldCheckIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ShieldExclamationIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ShieldExclamationIcon.d.ts new file mode 100644 index 00000000..3c82f8db --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ShieldExclamationIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ShieldExclamationIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ShieldExclamationIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ShieldExclamationIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ShieldExclamationIcon.js new file mode 100644 index 00000000..384f7377 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ShieldExclamationIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ShieldExclamationIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 9v3.75m0-10.036A11.959 11.959 0 0 1 3.598 6 11.99 11.99 0 0 0 3 9.75c0 5.592 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.31-.21-2.57-.598-3.75h-.152c-3.196 0-6.1-1.25-8.25-3.286Zm0 13.036h.008v.008H12v-.008Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ShieldExclamationIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ShoppingBagIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ShoppingBagIcon.d.ts new file mode 100644 index 00000000..f831a6c2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ShoppingBagIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ShoppingBagIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ShoppingBagIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ShoppingBagIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ShoppingBagIcon.js new file mode 100644 index 00000000..9570afda --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ShoppingBagIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ShoppingBagIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.75 10.5V6a3.75 3.75 0 1 0-7.5 0v4.5m11.356-1.993 1.263 12c.07.665-.45 1.243-1.119 1.243H4.25a1.125 1.125 0 0 1-1.12-1.243l1.264-12A1.125 1.125 0 0 1 5.513 7.5h12.974c.576 0 1.059.435 1.119 1.007ZM8.625 10.5a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm7.5 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ShoppingBagIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ShoppingCartIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ShoppingCartIcon.d.ts new file mode 100644 index 00000000..5ba6b683 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ShoppingCartIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ShoppingCartIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ShoppingCartIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ShoppingCartIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ShoppingCartIcon.js new file mode 100644 index 00000000..5a4baa1e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ShoppingCartIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ShoppingCartIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 0 0-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 0 0-16.536-1.84M7.5 14.25 5.106 5.272M6 20.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm12.75 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ShoppingCartIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/SignalIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/SignalIcon.d.ts new file mode 100644 index 00000000..886956e2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/SignalIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SignalIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SignalIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/SignalIcon.js b/frontend/node_modules/@heroicons/react/24/outline/SignalIcon.js new file mode 100644 index 00000000..18aed8a7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/SignalIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function SignalIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9.348 14.652a3.75 3.75 0 0 1 0-5.304m5.304 0a3.75 3.75 0 0 1 0 5.304m-7.425 2.121a6.75 6.75 0 0 1 0-9.546m9.546 0a6.75 6.75 0 0 1 0 9.546M5.106 18.894c-3.808-3.807-3.808-9.98 0-13.788m13.788 0c3.808 3.807 3.808 9.98 0 13.788M12 12h.008v.008H12V12Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SignalIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/SignalSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/SignalSlashIcon.d.ts new file mode 100644 index 00000000..d8cf07fb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/SignalSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SignalSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SignalSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/SignalSlashIcon.js b/frontend/node_modules/@heroicons/react/24/outline/SignalSlashIcon.js new file mode 100644 index 00000000..c7a86826 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/SignalSlashIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function SignalSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m3 3 8.735 8.735m0 0a.374.374 0 1 1 .53.53m-.53-.53.53.53m0 0L21 21M14.652 9.348a3.75 3.75 0 0 1 0 5.304m2.121-7.425a6.75 6.75 0 0 1 0 9.546m2.121-11.667c3.808 3.807 3.808 9.98 0 13.788m-9.546-4.242a3.733 3.733 0 0 1-1.06-2.122m-1.061 4.243a6.75 6.75 0 0 1-1.625-6.929m-.496 9.05c-3.068-3.067-3.664-7.67-1.79-11.334M12 12h.008v.008H12V12Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SignalSlashIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/SlashIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/SlashIcon.d.ts new file mode 100644 index 00000000..44e1654d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/SlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SlashIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/SlashIcon.js b/frontend/node_modules/@heroicons/react/24/outline/SlashIcon.js new file mode 100644 index 00000000..2ccbbb5b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/SlashIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function SlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m9 20.247 6-16.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SlashIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/SparklesIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/SparklesIcon.d.ts new file mode 100644 index 00000000..c0e03bbe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/SparklesIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SparklesIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SparklesIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/SparklesIcon.js b/frontend/node_modules/@heroicons/react/24/outline/SparklesIcon.js new file mode 100644 index 00000000..4e1c9ad3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/SparklesIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function SparklesIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9.813 15.904 9 18.75l-.813-2.846a4.5 4.5 0 0 0-3.09-3.09L2.25 12l2.846-.813a4.5 4.5 0 0 0 3.09-3.09L9 5.25l.813 2.846a4.5 4.5 0 0 0 3.09 3.09L15.75 12l-2.846.813a4.5 4.5 0 0 0-3.09 3.09ZM18.259 8.715 18 9.75l-.259-1.035a3.375 3.375 0 0 0-2.455-2.456L14.25 6l1.036-.259a3.375 3.375 0 0 0 2.455-2.456L18 2.25l.259 1.035a3.375 3.375 0 0 0 2.456 2.456L21.75 6l-1.035.259a3.375 3.375 0 0 0-2.456 2.456ZM16.894 20.567 16.5 21.75l-.394-1.183a2.25 2.25 0 0 0-1.423-1.423L13.5 18.75l1.183-.394a2.25 2.25 0 0 0 1.423-1.423l.394-1.183.394 1.183a2.25 2.25 0 0 0 1.423 1.423l1.183.394-1.183.394a2.25 2.25 0 0 0-1.423 1.423Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SparklesIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/SpeakerWaveIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/SpeakerWaveIcon.d.ts new file mode 100644 index 00000000..8b0cf464 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/SpeakerWaveIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SpeakerWaveIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SpeakerWaveIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/SpeakerWaveIcon.js b/frontend/node_modules/@heroicons/react/24/outline/SpeakerWaveIcon.js new file mode 100644 index 00000000..249f3df4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/SpeakerWaveIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function SpeakerWaveIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M19.114 5.636a9 9 0 0 1 0 12.728M16.463 8.288a5.25 5.25 0 0 1 0 7.424M6.75 8.25l4.72-4.72a.75.75 0 0 1 1.28.53v15.88a.75.75 0 0 1-1.28.53l-4.72-4.72H4.51c-.88 0-1.704-.507-1.938-1.354A9.009 9.009 0 0 1 2.25 12c0-.83.112-1.633.322-2.396C2.806 8.756 3.63 8.25 4.51 8.25H6.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SpeakerWaveIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/SpeakerXMarkIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/SpeakerXMarkIcon.d.ts new file mode 100644 index 00000000..86327341 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/SpeakerXMarkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SpeakerXMarkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SpeakerXMarkIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/SpeakerXMarkIcon.js b/frontend/node_modules/@heroicons/react/24/outline/SpeakerXMarkIcon.js new file mode 100644 index 00000000..ccc6e131 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/SpeakerXMarkIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function SpeakerXMarkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M17.25 9.75 19.5 12m0 0 2.25 2.25M19.5 12l2.25-2.25M19.5 12l-2.25 2.25m-10.5-6 4.72-4.72a.75.75 0 0 1 1.28.53v15.88a.75.75 0 0 1-1.28.53l-4.72-4.72H4.51c-.88 0-1.704-.507-1.938-1.354A9.009 9.009 0 0 1 2.25 12c0-.83.112-1.633.322-2.396C2.806 8.756 3.63 8.25 4.51 8.25H6.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SpeakerXMarkIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/Square2StackIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/Square2StackIcon.d.ts new file mode 100644 index 00000000..2fc1451e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/Square2StackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Square2StackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Square2StackIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/Square2StackIcon.js b/frontend/node_modules/@heroicons/react/24/outline/Square2StackIcon.js new file mode 100644 index 00000000..af6687c8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/Square2StackIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function Square2StackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M16.5 8.25V6a2.25 2.25 0 0 0-2.25-2.25H6A2.25 2.25 0 0 0 3.75 6v8.25A2.25 2.25 0 0 0 6 16.5h2.25m8.25-8.25H18a2.25 2.25 0 0 1 2.25 2.25V18A2.25 2.25 0 0 1 18 20.25h-7.5A2.25 2.25 0 0 1 8.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 0 0-2.25 2.25v6" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Square2StackIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/Square3Stack3DIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/Square3Stack3DIcon.d.ts new file mode 100644 index 00000000..be59bc56 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/Square3Stack3DIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Square3Stack3DIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Square3Stack3DIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/Square3Stack3DIcon.js b/frontend/node_modules/@heroicons/react/24/outline/Square3Stack3DIcon.js new file mode 100644 index 00000000..39fcd69c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/Square3Stack3DIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function Square3Stack3DIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M6.429 9.75 2.25 12l4.179 2.25m0-4.5 5.571 3 5.571-3m-11.142 0L2.25 7.5 12 2.25l9.75 5.25-4.179 2.25m0 0L21.75 12l-4.179 2.25m0 0 4.179 2.25L12 21.75 2.25 16.5l4.179-2.25m11.142 0-5.571 3-5.571-3" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Square3Stack3DIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/Squares2X2Icon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/Squares2X2Icon.d.ts new file mode 100644 index 00000000..98914994 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/Squares2X2Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Squares2X2Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Squares2X2Icon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/Squares2X2Icon.js b/frontend/node_modules/@heroicons/react/24/outline/Squares2X2Icon.js new file mode 100644 index 00000000..85f7eebf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/Squares2X2Icon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function Squares2X2Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3.75 6A2.25 2.25 0 0 1 6 3.75h2.25A2.25 2.25 0 0 1 10.5 6v2.25a2.25 2.25 0 0 1-2.25 2.25H6a2.25 2.25 0 0 1-2.25-2.25V6ZM3.75 15.75A2.25 2.25 0 0 1 6 13.5h2.25a2.25 2.25 0 0 1 2.25 2.25V18a2.25 2.25 0 0 1-2.25 2.25H6A2.25 2.25 0 0 1 3.75 18v-2.25ZM13.5 6a2.25 2.25 0 0 1 2.25-2.25H18A2.25 2.25 0 0 1 20.25 6v2.25A2.25 2.25 0 0 1 18 10.5h-2.25a2.25 2.25 0 0 1-2.25-2.25V6ZM13.5 15.75a2.25 2.25 0 0 1 2.25-2.25H18a2.25 2.25 0 0 1 2.25 2.25V18A2.25 2.25 0 0 1 18 20.25h-2.25A2.25 2.25 0 0 1 13.5 18v-2.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Squares2X2Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/SquaresPlusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/SquaresPlusIcon.d.ts new file mode 100644 index 00000000..480f2089 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/SquaresPlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SquaresPlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SquaresPlusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/SquaresPlusIcon.js b/frontend/node_modules/@heroicons/react/24/outline/SquaresPlusIcon.js new file mode 100644 index 00000000..addbfa39 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/SquaresPlusIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function SquaresPlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M13.5 16.875h3.375m0 0h3.375m-3.375 0V13.5m0 3.375v3.375M6 10.5h2.25a2.25 2.25 0 0 0 2.25-2.25V6a2.25 2.25 0 0 0-2.25-2.25H6A2.25 2.25 0 0 0 3.75 6v2.25A2.25 2.25 0 0 0 6 10.5Zm0 9.75h2.25A2.25 2.25 0 0 0 10.5 18v-2.25a2.25 2.25 0 0 0-2.25-2.25H6a2.25 2.25 0 0 0-2.25 2.25V18A2.25 2.25 0 0 0 6 20.25Zm9.75-9.75H18a2.25 2.25 0 0 0 2.25-2.25V6A2.25 2.25 0 0 0 18 3.75h-2.25A2.25 2.25 0 0 0 13.5 6v2.25a2.25 2.25 0 0 0 2.25 2.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SquaresPlusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/StarIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/StarIcon.d.ts new file mode 100644 index 00000000..dbd5189b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/StarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const StarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default StarIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/StarIcon.js b/frontend/node_modules/@heroicons/react/24/outline/StarIcon.js new file mode 100644 index 00000000..0882bd84 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/StarIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function StarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M11.48 3.499a.562.562 0 0 1 1.04 0l2.125 5.111a.563.563 0 0 0 .475.345l5.518.442c.499.04.701.663.321.988l-4.204 3.602a.563.563 0 0 0-.182.557l1.285 5.385a.562.562 0 0 1-.84.61l-4.725-2.885a.562.562 0 0 0-.586 0L6.982 20.54a.562.562 0 0 1-.84-.61l1.285-5.386a.562.562 0 0 0-.182-.557l-4.204-3.602a.562.562 0 0 1 .321-.988l5.518-.442a.563.563 0 0 0 .475-.345L11.48 3.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(StarIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/StopCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/StopCircleIcon.d.ts new file mode 100644 index 00000000..ad6507ca --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/StopCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const StopCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default StopCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/StopCircleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/StopCircleIcon.js new file mode 100644 index 00000000..ada46279 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/StopCircleIcon.js @@ -0,0 +1,30 @@ +const React = require("react"); +function StopCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" + }), /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9 9.563C9 9.252 9.252 9 9.563 9h4.874c.311 0 .563.252.563.563v4.874c0 .311-.252.563-.563.563H9.564A.562.562 0 0 1 9 14.437V9.564Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(StopCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/StopIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/StopIcon.d.ts new file mode 100644 index 00000000..08820da8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/StopIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const StopIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default StopIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/StopIcon.js b/frontend/node_modules/@heroicons/react/24/outline/StopIcon.js new file mode 100644 index 00000000..b0c72123 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/StopIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function StopIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M5.25 7.5A2.25 2.25 0 0 1 7.5 5.25h9a2.25 2.25 0 0 1 2.25 2.25v9a2.25 2.25 0 0 1-2.25 2.25h-9a2.25 2.25 0 0 1-2.25-2.25v-9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(StopIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/StrikethroughIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/StrikethroughIcon.d.ts new file mode 100644 index 00000000..955b0191 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/StrikethroughIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const StrikethroughIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default StrikethroughIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/StrikethroughIcon.js b/frontend/node_modules/@heroicons/react/24/outline/StrikethroughIcon.js new file mode 100644 index 00000000..2e53589b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/StrikethroughIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function StrikethroughIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 12a8.912 8.912 0 0 1-.318-.079c-1.585-.424-2.904-1.247-3.76-2.236-.873-1.009-1.265-2.19-.968-3.301.59-2.2 3.663-3.29 6.863-2.432A8.186 8.186 0 0 1 16.5 5.21M6.42 17.81c.857.99 2.176 1.812 3.761 2.237 3.2.858 6.274-.23 6.863-2.431.233-.868.044-1.779-.465-2.617M3.75 12h16.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(StrikethroughIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/SunIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/SunIcon.d.ts new file mode 100644 index 00000000..b3c17db6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/SunIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SunIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SunIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/SunIcon.js b/frontend/node_modules/@heroicons/react/24/outline/SunIcon.js new file mode 100644 index 00000000..19b1470d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/SunIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function SunIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 3v2.25m6.364.386-1.591 1.591M21 12h-2.25m-.386 6.364-1.591-1.591M12 18.75V21m-4.773-4.227-1.591 1.591M5.25 12H3m4.227-4.773L5.636 5.636M15.75 12a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SunIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/SwatchIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/SwatchIcon.d.ts new file mode 100644 index 00000000..6724dd96 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/SwatchIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SwatchIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SwatchIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/SwatchIcon.js b/frontend/node_modules/@heroicons/react/24/outline/SwatchIcon.js new file mode 100644 index 00000000..dd792fd6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/SwatchIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function SwatchIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M4.098 19.902a3.75 3.75 0 0 0 5.304 0l6.401-6.402M6.75 21A3.75 3.75 0 0 1 3 17.25V4.125C3 3.504 3.504 3 4.125 3h5.25c.621 0 1.125.504 1.125 1.125v4.072M6.75 21a3.75 3.75 0 0 0 3.75-3.75V8.197M6.75 21h13.125c.621 0 1.125-.504 1.125-1.125v-5.25c0-.621-.504-1.125-1.125-1.125h-4.072M10.5 8.197l2.88-2.88c.438-.439 1.15-.439 1.59 0l3.712 3.713c.44.44.44 1.152 0 1.59l-2.879 2.88M6.75 17.25h.008v.008H6.75v-.008Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SwatchIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/TableCellsIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/TableCellsIcon.d.ts new file mode 100644 index 00000000..8f21088d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/TableCellsIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TableCellsIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TableCellsIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/TableCellsIcon.js b/frontend/node_modules/@heroicons/react/24/outline/TableCellsIcon.js new file mode 100644 index 00000000..8361ec26 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/TableCellsIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function TableCellsIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3.375 19.5h17.25m-17.25 0a1.125 1.125 0 0 1-1.125-1.125M3.375 19.5h7.5c.621 0 1.125-.504 1.125-1.125m-9.75 0V5.625m0 12.75v-1.5c0-.621.504-1.125 1.125-1.125m18.375 2.625V5.625m0 12.75c0 .621-.504 1.125-1.125 1.125m1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125m0 3.75h-7.5A1.125 1.125 0 0 1 12 18.375m9.75-12.75c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125m19.5 0v1.5c0 .621-.504 1.125-1.125 1.125M2.25 5.625v1.5c0 .621.504 1.125 1.125 1.125m0 0h17.25m-17.25 0h7.5c.621 0 1.125.504 1.125 1.125M3.375 8.25c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125m17.25-3.75h-7.5c-.621 0-1.125.504-1.125 1.125m8.625-1.125c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125m-17.25 0h7.5m-7.5 0c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125M12 10.875v-1.5m0 1.5c0 .621-.504 1.125-1.125 1.125M12 10.875c0 .621.504 1.125 1.125 1.125m-2.25 0c.621 0 1.125.504 1.125 1.125M13.125 12h7.5m-7.5 0c-.621 0-1.125.504-1.125 1.125M20.625 12c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125m-17.25 0h7.5M12 14.625v-1.5m0 1.5c0 .621-.504 1.125-1.125 1.125M12 14.625c0 .621.504 1.125 1.125 1.125m-2.25 0c.621 0 1.125.504 1.125 1.125m0 1.5v-1.5m0 0c0-.621.504-1.125 1.125-1.125m0 0h7.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TableCellsIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/TagIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/TagIcon.d.ts new file mode 100644 index 00000000..9ded8c05 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/TagIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TagIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TagIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/TagIcon.js b/frontend/node_modules/@heroicons/react/24/outline/TagIcon.js new file mode 100644 index 00000000..f0e3ffd5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/TagIcon.js @@ -0,0 +1,30 @@ +const React = require("react"); +function TagIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9.568 3H5.25A2.25 2.25 0 0 0 3 5.25v4.318c0 .597.237 1.17.659 1.591l9.581 9.581c.699.699 1.78.872 2.607.33a18.095 18.095 0 0 0 5.223-5.223c.542-.827.369-1.908-.33-2.607L11.16 3.66A2.25 2.25 0 0 0 9.568 3Z" + }), /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M6 6h.008v.008H6V6Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TagIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/TicketIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/TicketIcon.d.ts new file mode 100644 index 00000000..8c023f86 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/TicketIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TicketIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TicketIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/TicketIcon.js b/frontend/node_modules/@heroicons/react/24/outline/TicketIcon.js new file mode 100644 index 00000000..35c3c317 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/TicketIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function TicketIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M16.5 6v.75m0 3v.75m0 3v.75m0 3V18m-9-5.25h5.25M7.5 15h3M3.375 5.25c-.621 0-1.125.504-1.125 1.125v3.026a2.999 2.999 0 0 1 0 5.198v3.026c0 .621.504 1.125 1.125 1.125h17.25c.621 0 1.125-.504 1.125-1.125v-3.026a2.999 2.999 0 0 1 0-5.198V6.375c0-.621-.504-1.125-1.125-1.125H3.375Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TicketIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/TrashIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/TrashIcon.d.ts new file mode 100644 index 00000000..48a2ee23 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/TrashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TrashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TrashIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/TrashIcon.js b/frontend/node_modules/@heroicons/react/24/outline/TrashIcon.js new file mode 100644 index 00000000..5c750e86 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/TrashIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function TrashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m14.74 9-.346 9m-4.788 0L9.26 9m9.968-3.21c.342.052.682.107 1.022.166m-1.022-.165L18.16 19.673a2.25 2.25 0 0 1-2.244 2.077H8.084a2.25 2.25 0 0 1-2.244-2.077L4.772 5.79m14.456 0a48.108 48.108 0 0 0-3.478-.397m-12 .562c.34-.059.68-.114 1.022-.165m0 0a48.11 48.11 0 0 1 3.478-.397m7.5 0v-.916c0-1.18-.91-2.164-2.09-2.201a51.964 51.964 0 0 0-3.32 0c-1.18.037-2.09 1.022-2.09 2.201v.916m7.5 0a48.667 48.667 0 0 0-7.5 0" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TrashIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/TrophyIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/TrophyIcon.d.ts new file mode 100644 index 00000000..7c30b4cb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/TrophyIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TrophyIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TrophyIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/TrophyIcon.js b/frontend/node_modules/@heroicons/react/24/outline/TrophyIcon.js new file mode 100644 index 00000000..ea8bc5c6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/TrophyIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function TrophyIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M16.5 18.75h-9m9 0a3 3 0 0 1 3 3h-15a3 3 0 0 1 3-3m9 0v-3.375c0-.621-.503-1.125-1.125-1.125h-.871M7.5 18.75v-3.375c0-.621.504-1.125 1.125-1.125h.872m5.007 0H9.497m5.007 0a7.454 7.454 0 0 1-.982-3.172M9.497 14.25a7.454 7.454 0 0 0 .981-3.172M5.25 4.236c-.982.143-1.954.317-2.916.52A6.003 6.003 0 0 0 7.73 9.728M5.25 4.236V4.5c0 2.108.966 3.99 2.48 5.228M5.25 4.236V2.721C7.456 2.41 9.71 2.25 12 2.25c2.291 0 4.545.16 6.75.47v1.516M7.73 9.728a6.726 6.726 0 0 0 2.748 1.35m8.272-6.842V4.5c0 2.108-.966 3.99-2.48 5.228m2.48-5.492a46.32 46.32 0 0 1 2.916.52 6.003 6.003 0 0 1-5.395 4.972m0 0a6.726 6.726 0 0 1-2.749 1.35m0 0a6.772 6.772 0 0 1-3.044 0" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TrophyIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/TruckIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/TruckIcon.d.ts new file mode 100644 index 00000000..51492fb0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/TruckIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TruckIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TruckIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/TruckIcon.js b/frontend/node_modules/@heroicons/react/24/outline/TruckIcon.js new file mode 100644 index 00000000..b45729f4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/TruckIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function TruckIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M8.25 18.75a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m3 0h6m-9 0H3.375a1.125 1.125 0 0 1-1.125-1.125V14.25m17.25 4.5a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m3 0h1.125c.621 0 1.129-.504 1.09-1.124a17.902 17.902 0 0 0-3.213-9.193 2.056 2.056 0 0 0-1.58-.86H14.25M16.5 18.75h-2.25m0-11.177v-.958c0-.568-.422-1.048-.987-1.106a48.554 48.554 0 0 0-10.026 0 1.106 1.106 0 0 0-.987 1.106v7.635m12-6.677v6.677m0 4.5v-4.5m0 0h-12" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TruckIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/TvIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/TvIcon.d.ts new file mode 100644 index 00000000..54c4c6aa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/TvIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TvIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TvIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/TvIcon.js b/frontend/node_modules/@heroicons/react/24/outline/TvIcon.js new file mode 100644 index 00000000..15b1dfde --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/TvIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function TvIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M6 20.25h12m-7.5-3v3m3-3v3m-10.125-3h17.25c.621 0 1.125-.504 1.125-1.125V4.875c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TvIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/UnderlineIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/UnderlineIcon.d.ts new file mode 100644 index 00000000..8f6acc73 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/UnderlineIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UnderlineIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UnderlineIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/UnderlineIcon.js b/frontend/node_modules/@heroicons/react/24/outline/UnderlineIcon.js new file mode 100644 index 00000000..8b573182 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/UnderlineIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function UnderlineIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M17.995 3.744v7.5a6 6 0 1 1-12 0v-7.5m-2.25 16.502h16.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UnderlineIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/UserCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/UserCircleIcon.d.ts new file mode 100644 index 00000000..b398b1a2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/UserCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UserCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UserCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/UserCircleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/UserCircleIcon.js new file mode 100644 index 00000000..4db3155e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/UserCircleIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function UserCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M17.982 18.725A7.488 7.488 0 0 0 12 15.75a7.488 7.488 0 0 0-5.982 2.975m11.963 0a9 9 0 1 0-11.963 0m11.963 0A8.966 8.966 0 0 1 12 21a8.966 8.966 0 0 1-5.982-2.275M15 9.75a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UserCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/UserGroupIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/UserGroupIcon.d.ts new file mode 100644 index 00000000..db3a8465 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/UserGroupIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UserGroupIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UserGroupIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/UserGroupIcon.js b/frontend/node_modules/@heroicons/react/24/outline/UserGroupIcon.js new file mode 100644 index 00000000..1a8e34bd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/UserGroupIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function UserGroupIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M18 18.72a9.094 9.094 0 0 0 3.741-.479 3 3 0 0 0-4.682-2.72m.94 3.198.001.031c0 .225-.012.447-.037.666A11.944 11.944 0 0 1 12 21c-2.17 0-4.207-.576-5.963-1.584A6.062 6.062 0 0 1 6 18.719m12 0a5.971 5.971 0 0 0-.941-3.197m0 0A5.995 5.995 0 0 0 12 12.75a5.995 5.995 0 0 0-5.058 2.772m0 0a3 3 0 0 0-4.681 2.72 8.986 8.986 0 0 0 3.74.477m.94-3.197a5.971 5.971 0 0 0-.94 3.197M15 6.75a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm6 3a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Zm-13.5 0a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UserGroupIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/UserIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/UserIcon.d.ts new file mode 100644 index 00000000..7ebdc6aa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/UserIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UserIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UserIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/UserIcon.js b/frontend/node_modules/@heroicons/react/24/outline/UserIcon.js new file mode 100644 index 00000000..15878fe6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/UserIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function UserIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.75 6a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0ZM4.501 20.118a7.5 7.5 0 0 1 14.998 0A17.933 17.933 0 0 1 12 21.75c-2.676 0-5.216-.584-7.499-1.632Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UserIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/UserMinusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/UserMinusIcon.d.ts new file mode 100644 index 00000000..e1bd6605 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/UserMinusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UserMinusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UserMinusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/UserMinusIcon.js b/frontend/node_modules/@heroicons/react/24/outline/UserMinusIcon.js new file mode 100644 index 00000000..369336e9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/UserMinusIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function UserMinusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M22 10.5h-6m-2.25-4.125a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0ZM4 19.235v-.11a6.375 6.375 0 0 1 12.75 0v.109A12.318 12.318 0 0 1 10.374 21c-2.331 0-4.512-.645-6.374-1.766Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UserMinusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/UserPlusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/UserPlusIcon.d.ts new file mode 100644 index 00000000..c1fdbc4e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/UserPlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UserPlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UserPlusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/UserPlusIcon.js b/frontend/node_modules/@heroicons/react/24/outline/UserPlusIcon.js new file mode 100644 index 00000000..a548b33e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/UserPlusIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function UserPlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M18 7.5v3m0 0v3m0-3h3m-3 0h-3m-2.25-4.125a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0ZM3 19.235v-.11a6.375 6.375 0 0 1 12.75 0v.109A12.318 12.318 0 0 1 9.374 21c-2.331 0-4.512-.645-6.374-1.766Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UserPlusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/UsersIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/UsersIcon.d.ts new file mode 100644 index 00000000..0b623c1a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/UsersIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UsersIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UsersIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/UsersIcon.js b/frontend/node_modules/@heroicons/react/24/outline/UsersIcon.js new file mode 100644 index 00000000..bfaf5246 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/UsersIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function UsersIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15 19.128a9.38 9.38 0 0 0 2.625.372 9.337 9.337 0 0 0 4.121-.952 4.125 4.125 0 0 0-7.533-2.493M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.318 12.318 0 0 1 8.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0 1 11.964-3.07M12 6.375a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0Zm8.25 2.25a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UsersIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/VariableIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/VariableIcon.d.ts new file mode 100644 index 00000000..c7fbf5e2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/VariableIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const VariableIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default VariableIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/VariableIcon.js b/frontend/node_modules/@heroicons/react/24/outline/VariableIcon.js new file mode 100644 index 00000000..04beaf9f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/VariableIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function VariableIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M4.745 3A23.933 23.933 0 0 0 3 12c0 3.183.62 6.22 1.745 9M19.5 3c.967 2.78 1.5 5.817 1.5 9s-.533 6.22-1.5 9M8.25 8.885l1.444-.89a.75.75 0 0 1 1.105.402l2.402 7.206a.75.75 0 0 0 1.104.401l1.445-.889m-8.25.75.213.09a1.687 1.687 0 0 0 2.062-.617l4.45-6.676a1.688 1.688 0 0 1 2.062-.618l.213.09" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(VariableIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/VideoCameraIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/VideoCameraIcon.d.ts new file mode 100644 index 00000000..ea0d067e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/VideoCameraIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const VideoCameraIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default VideoCameraIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/VideoCameraIcon.js b/frontend/node_modules/@heroicons/react/24/outline/VideoCameraIcon.js new file mode 100644 index 00000000..70254709 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/VideoCameraIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function VideoCameraIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m15.75 10.5 4.72-4.72a.75.75 0 0 1 1.28.53v11.38a.75.75 0 0 1-1.28.53l-4.72-4.72M4.5 18.75h9a2.25 2.25 0 0 0 2.25-2.25v-9a2.25 2.25 0 0 0-2.25-2.25h-9A2.25 2.25 0 0 0 2.25 7.5v9a2.25 2.25 0 0 0 2.25 2.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(VideoCameraIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/VideoCameraSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/VideoCameraSlashIcon.d.ts new file mode 100644 index 00000000..592efb41 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/VideoCameraSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const VideoCameraSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default VideoCameraSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/VideoCameraSlashIcon.js b/frontend/node_modules/@heroicons/react/24/outline/VideoCameraSlashIcon.js new file mode 100644 index 00000000..a5863400 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/VideoCameraSlashIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function VideoCameraSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m15.75 10.5 4.72-4.72a.75.75 0 0 1 1.28.53v11.38a.75.75 0 0 1-1.28.53l-4.72-4.72M12 18.75H4.5a2.25 2.25 0 0 1-2.25-2.25V9m12.841 9.091L16.5 19.5m-1.409-1.409c.407-.407.659-.97.659-1.591v-9a2.25 2.25 0 0 0-2.25-2.25h-9c-.621 0-1.184.252-1.591.659m12.182 12.182L2.909 5.909M1.5 4.5l1.409 1.409" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(VideoCameraSlashIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ViewColumnsIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ViewColumnsIcon.d.ts new file mode 100644 index 00000000..fdd02309 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ViewColumnsIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ViewColumnsIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ViewColumnsIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ViewColumnsIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ViewColumnsIcon.js new file mode 100644 index 00000000..fdf99069 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ViewColumnsIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ViewColumnsIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9 4.5v15m6-15v15m-10.875 0h15.75c.621 0 1.125-.504 1.125-1.125V5.625c0-.621-.504-1.125-1.125-1.125H4.125C3.504 4.5 3 5.004 3 5.625v12.75c0 .621.504 1.125 1.125 1.125Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ViewColumnsIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/ViewfinderCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/ViewfinderCircleIcon.d.ts new file mode 100644 index 00000000..378d1aa8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ViewfinderCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ViewfinderCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ViewfinderCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/ViewfinderCircleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/ViewfinderCircleIcon.js new file mode 100644 index 00000000..334e3467 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/ViewfinderCircleIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ViewfinderCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M7.5 3.75H6A2.25 2.25 0 0 0 3.75 6v1.5M16.5 3.75H18A2.25 2.25 0 0 1 20.25 6v1.5m0 9V18A2.25 2.25 0 0 1 18 20.25h-1.5m-9 0H6A2.25 2.25 0 0 1 3.75 18v-1.5M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ViewfinderCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/WalletIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/WalletIcon.d.ts new file mode 100644 index 00000000..760de0cd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/WalletIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const WalletIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default WalletIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/WalletIcon.js b/frontend/node_modules/@heroicons/react/24/outline/WalletIcon.js new file mode 100644 index 00000000..801467cd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/WalletIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function WalletIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M21 12a2.25 2.25 0 0 0-2.25-2.25H15a3 3 0 1 1-6 0H5.25A2.25 2.25 0 0 0 3 12m18 0v6a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 18v-6m18 0V9M3 12V9m18 0a2.25 2.25 0 0 0-2.25-2.25H5.25A2.25 2.25 0 0 0 3 9m18 0V6a2.25 2.25 0 0 0-2.25-2.25H5.25A2.25 2.25 0 0 0 3 6v3" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(WalletIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/WifiIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/WifiIcon.d.ts new file mode 100644 index 00000000..393605f1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/WifiIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const WifiIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default WifiIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/WifiIcon.js b/frontend/node_modules/@heroicons/react/24/outline/WifiIcon.js new file mode 100644 index 00000000..8e242750 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/WifiIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function WifiIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M8.288 15.038a5.25 5.25 0 0 1 7.424 0M5.106 11.856c3.807-3.808 9.98-3.808 13.788 0M1.924 8.674c5.565-5.565 14.587-5.565 20.152 0M12.53 18.22l-.53.53-.53-.53a.75.75 0 0 1 1.06 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(WifiIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/WindowIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/WindowIcon.d.ts new file mode 100644 index 00000000..e0eddb35 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/WindowIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const WindowIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default WindowIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/WindowIcon.js b/frontend/node_modules/@heroicons/react/24/outline/WindowIcon.js new file mode 100644 index 00000000..7818ab31 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/WindowIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function WindowIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3 8.25V18a2.25 2.25 0 0 0 2.25 2.25h13.5A2.25 2.25 0 0 0 21 18V8.25m-18 0V6a2.25 2.25 0 0 1 2.25-2.25h13.5A2.25 2.25 0 0 1 21 6v2.25m-18 0h18M5.25 6h.008v.008H5.25V6ZM7.5 6h.008v.008H7.5V6Zm2.25 0h.008v.008H9.75V6Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(WindowIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/WrenchIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/WrenchIcon.d.ts new file mode 100644 index 00000000..1ffd1f2c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/WrenchIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const WrenchIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default WrenchIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/WrenchIcon.js b/frontend/node_modules/@heroicons/react/24/outline/WrenchIcon.js new file mode 100644 index 00000000..f91da132 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/WrenchIcon.js @@ -0,0 +1,30 @@ +const React = require("react"); +function WrenchIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M21.75 6.75a4.5 4.5 0 0 1-4.884 4.484c-1.076-.091-2.264.071-2.95.904l-7.152 8.684a2.548 2.548 0 1 1-3.586-3.586l8.684-7.152c.833-.686.995-1.874.904-2.95a4.5 4.5 0 0 1 6.336-4.486l-3.276 3.276a3.004 3.004 0 0 0 2.25 2.25l3.276-3.276c.256.565.398 1.192.398 1.852Z" + }), /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M4.867 19.125h.008v.008h-.008v-.008Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(WrenchIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/WrenchScrewdriverIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/WrenchScrewdriverIcon.d.ts new file mode 100644 index 00000000..ad96c868 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/WrenchScrewdriverIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const WrenchScrewdriverIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default WrenchScrewdriverIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/WrenchScrewdriverIcon.js b/frontend/node_modules/@heroicons/react/24/outline/WrenchScrewdriverIcon.js new file mode 100644 index 00000000..41558f1e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/WrenchScrewdriverIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function WrenchScrewdriverIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M11.42 15.17 17.25 21A2.652 2.652 0 0 0 21 17.25l-5.877-5.877M11.42 15.17l2.496-3.03c.317-.384.74-.626 1.208-.766M11.42 15.17l-4.655 5.653a2.548 2.548 0 1 1-3.586-3.586l6.837-5.63m5.108-.233c.55-.164 1.163-.188 1.743-.14a4.5 4.5 0 0 0 4.486-6.336l-3.276 3.277a3.004 3.004 0 0 1-2.25-2.25l3.276-3.276a4.5 4.5 0 0 0-6.336 4.486c.091 1.076-.071 2.264-.904 2.95l-.102.085m-1.745 1.437L5.909 7.5H4.5L2.25 3.75l1.5-1.5L7.5 4.5v1.409l4.26 4.26m-1.745 1.437 1.745-1.437m6.615 8.206L15.75 15.75M4.867 19.125h.008v.008h-.008v-.008Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(WrenchScrewdriverIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/XCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/XCircleIcon.d.ts new file mode 100644 index 00000000..03e86569 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/XCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const XCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default XCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/XCircleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/XCircleIcon.js new file mode 100644 index 00000000..28b2547b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/XCircleIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function XCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m9.75 9.75 4.5 4.5m0-4.5-4.5 4.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(XCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/XMarkIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/XMarkIcon.d.ts new file mode 100644 index 00000000..1d1018fb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/XMarkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const XMarkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default XMarkIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/XMarkIcon.js b/frontend/node_modules/@heroicons/react/24/outline/XMarkIcon.js new file mode 100644 index 00000000..eab6406f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/XMarkIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function XMarkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M6 18 18 6M6 6l12 12" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(XMarkIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/AcademicCapIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/AcademicCapIcon.d.ts new file mode 100644 index 00000000..f7cea572 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/AcademicCapIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const AcademicCapIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default AcademicCapIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/AcademicCapIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/AcademicCapIcon.js new file mode 100644 index 00000000..644a58e8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/AcademicCapIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function AcademicCapIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M4.26 10.147a60.438 60.438 0 0 0-.491 6.347A48.62 48.62 0 0 1 12 20.904a48.62 48.62 0 0 1 8.232-4.41 60.46 60.46 0 0 0-.491-6.347m-15.482 0a50.636 50.636 0 0 0-2.658-.813A59.906 59.906 0 0 1 12 3.493a59.903 59.903 0 0 1 10.399 5.84c-.896.248-1.783.52-2.658.814m-15.482 0A50.717 50.717 0 0 1 12 13.489a50.702 50.702 0 0 1 7.74-3.342M6.75 15a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm0 0v-3.675A55.378 55.378 0 0 1 12 8.443m-7.007 11.55A5.981 5.981 0 0 0 6.75 15.75v-1.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(AcademicCapIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/AdjustmentsHorizontalIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/AdjustmentsHorizontalIcon.d.ts new file mode 100644 index 00000000..66e5c914 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/AdjustmentsHorizontalIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const AdjustmentsHorizontalIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default AdjustmentsHorizontalIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/AdjustmentsHorizontalIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/AdjustmentsHorizontalIcon.js new file mode 100644 index 00000000..bbb3605a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/AdjustmentsHorizontalIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function AdjustmentsHorizontalIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M10.5 6h9.75M10.5 6a1.5 1.5 0 1 1-3 0m3 0a1.5 1.5 0 1 0-3 0M3.75 6H7.5m3 12h9.75m-9.75 0a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m-3.75 0H7.5m9-6h3.75m-3.75 0a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m-9.75 0h9.75" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(AdjustmentsHorizontalIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/AdjustmentsVerticalIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/AdjustmentsVerticalIcon.d.ts new file mode 100644 index 00000000..1d7146f9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/AdjustmentsVerticalIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const AdjustmentsVerticalIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default AdjustmentsVerticalIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/AdjustmentsVerticalIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/AdjustmentsVerticalIcon.js new file mode 100644 index 00000000..37a32ec6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/AdjustmentsVerticalIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function AdjustmentsVerticalIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M6 13.5V3.75m0 9.75a1.5 1.5 0 0 1 0 3m0-3a1.5 1.5 0 0 0 0 3m0 3.75V16.5m12-3V3.75m0 9.75a1.5 1.5 0 0 1 0 3m0-3a1.5 1.5 0 0 0 0 3m0 3.75V16.5m-6-9V3.75m0 3.75a1.5 1.5 0 0 1 0 3m0-3a1.5 1.5 0 0 0 0 3m0 9.75V10.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(AdjustmentsVerticalIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArchiveBoxArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArchiveBoxArrowDownIcon.d.ts new file mode 100644 index 00000000..1e791cee --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArchiveBoxArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArchiveBoxArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArchiveBoxArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArchiveBoxArrowDownIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArchiveBoxArrowDownIcon.js new file mode 100644 index 00000000..a01d155c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArchiveBoxArrowDownIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArchiveBoxArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m20.25 7.5-.625 10.632a2.25 2.25 0 0 1-2.247 2.118H6.622a2.25 2.25 0 0 1-2.247-2.118L3.75 7.5m8.25 3v6.75m0 0-3-3m3 3 3-3M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArchiveBoxArrowDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArchiveBoxIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArchiveBoxIcon.d.ts new file mode 100644 index 00000000..4b92cdd7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArchiveBoxIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArchiveBoxIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArchiveBoxIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArchiveBoxIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArchiveBoxIcon.js new file mode 100644 index 00000000..c57f331b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArchiveBoxIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArchiveBoxIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m20.25 7.5-.625 10.632a2.25 2.25 0 0 1-2.247 2.118H6.622a2.25 2.25 0 0 1-2.247-2.118L3.75 7.5M10 11.25h4M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArchiveBoxIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArchiveBoxXMarkIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArchiveBoxXMarkIcon.d.ts new file mode 100644 index 00000000..fb5f7dba --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArchiveBoxXMarkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArchiveBoxXMarkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArchiveBoxXMarkIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArchiveBoxXMarkIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArchiveBoxXMarkIcon.js new file mode 100644 index 00000000..912f1f2c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArchiveBoxXMarkIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArchiveBoxXMarkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m20.25 7.5-.625 10.632a2.25 2.25 0 0 1-2.247 2.118H6.622a2.25 2.25 0 0 1-2.247-2.118L3.75 7.5m6 4.125 2.25 2.25m0 0 2.25 2.25M12 13.875l2.25-2.25M12 13.875l-2.25 2.25M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArchiveBoxXMarkIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownCircleIcon.d.ts new file mode 100644 index 00000000..b6500220 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownCircleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownCircleIcon.js new file mode 100644 index 00000000..60e43aeb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownCircleIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowDownCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m9 12.75 3 3m0 0 3-3m-3 3v-7.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownIcon.d.ts new file mode 100644 index 00000000..6fcb0764 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownIcon.js new file mode 100644 index 00000000..d816a28e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M19.5 13.5 12 21m0 0-7.5-7.5M12 21V3" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownLeftIcon.d.ts new file mode 100644 index 00000000..c2de5115 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownLeftIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownLeftIcon.js new file mode 100644 index 00000000..14922f19 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownLeftIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowDownLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m19.5 4.5-15 15m0 0h11.25m-11.25 0V8.25" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownOnSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownOnSquareIcon.d.ts new file mode 100644 index 00000000..ad998a9f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownOnSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownOnSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownOnSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownOnSquareIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownOnSquareIcon.js new file mode 100644 index 00000000..331ccade --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownOnSquareIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowDownOnSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9 8.25H7.5a2.25 2.25 0 0 0-2.25 2.25v9a2.25 2.25 0 0 0 2.25 2.25h9a2.25 2.25 0 0 0 2.25-2.25v-9a2.25 2.25 0 0 0-2.25-2.25H15M9 12l3 3m0 0 3-3m-3 3V2.25" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownOnSquareIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownOnSquareStackIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownOnSquareStackIcon.d.ts new file mode 100644 index 00000000..3069f334 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownOnSquareStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownOnSquareStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownOnSquareStackIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownOnSquareStackIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownOnSquareStackIcon.js new file mode 100644 index 00000000..9dff4fe2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownOnSquareStackIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowDownOnSquareStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M7.5 7.5h-.75A2.25 2.25 0 0 0 4.5 9.75v7.5a2.25 2.25 0 0 0 2.25 2.25h7.5a2.25 2.25 0 0 0 2.25-2.25v-7.5a2.25 2.25 0 0 0-2.25-2.25h-.75m-6 3.75 3 3m0 0 3-3m-3 3V1.5m6 9h.75a2.25 2.25 0 0 1 2.25 2.25v7.5a2.25 2.25 0 0 1-2.25 2.25h-7.5a2.25 2.25 0 0 1-2.25-2.25v-.75" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownOnSquareStackIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownRightIcon.d.ts new file mode 100644 index 00000000..af2b43e2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownRightIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownRightIcon.js new file mode 100644 index 00000000..b6dc70d8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownRightIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowDownRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m4.5 4.5 15 15m0 0V8.25m0 11.25H8.25" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.d.ts new file mode 100644 index 00000000..d755642a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownTrayIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownTrayIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.js new file mode 100644 index 00000000..3fb761ce --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowDownTrayIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3 16.5v2.25A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75V16.5M16.5 12 12 16.5m0 0L7.5 12m4.5 4.5V3" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownTrayIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.d.ts new file mode 100644 index 00000000..5ebd1ee5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLeftCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLeftCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.js new file mode 100644 index 00000000..94866556 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowLeftCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m11.25 9-3 3m0 0 3 3m-3-3h7.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLeftEndOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLeftEndOnRectangleIcon.d.ts new file mode 100644 index 00000000..0bb80a06 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLeftEndOnRectangleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLeftEndOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLeftEndOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLeftEndOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLeftEndOnRectangleIcon.js new file mode 100644 index 00000000..d5568ab9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLeftEndOnRectangleIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowLeftEndOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.75 9V5.25A2.25 2.25 0 0 0 13.5 3h-6a2.25 2.25 0 0 0-2.25 2.25v13.5A2.25 2.25 0 0 0 7.5 21h6a2.25 2.25 0 0 0 2.25-2.25V15M12 9l-3 3m0 0 3 3m-3-3h12.75" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftEndOnRectangleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLeftIcon.d.ts new file mode 100644 index 00000000..8b184ac4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLeftIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLeftIcon.js new file mode 100644 index 00000000..d57431cd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLeftIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M10.5 19.5 3 12m0 0 7.5-7.5M3 12h18" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLeftOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLeftOnRectangleIcon.d.ts new file mode 100644 index 00000000..58ef43b6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLeftOnRectangleIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const ArrowLeftOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLeftOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLeftOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLeftOnRectangleIcon.js new file mode 100644 index 00000000..53d2fd60 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLeftOnRectangleIcon.js @@ -0,0 +1,27 @@ +import * as React from "react"; +/** @deprecated */ +function ArrowLeftOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.75 9V5.25A2.25 2.25 0 0 0 13.5 3h-6a2.25 2.25 0 0 0-2.25 2.25v13.5A2.25 2.25 0 0 0 7.5 21h6a2.25 2.25 0 0 0 2.25-2.25V15M12 9l-3 3m0 0 3 3m-3-3h12.75" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftOnRectangleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLeftStartOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLeftStartOnRectangleIcon.d.ts new file mode 100644 index 00000000..0f113252 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLeftStartOnRectangleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLeftStartOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLeftStartOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLeftStartOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLeftStartOnRectangleIcon.js new file mode 100644 index 00000000..062216ec --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLeftStartOnRectangleIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowLeftStartOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M8.25 9V5.25A2.25 2.25 0 0 1 10.5 3h6a2.25 2.25 0 0 1 2.25 2.25v13.5A2.25 2.25 0 0 1 16.5 21h-6a2.25 2.25 0 0 1-2.25-2.25V15m-3 0-3-3m0 0 3-3m-3 3H15" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftStartOnRectangleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLongDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLongDownIcon.d.ts new file mode 100644 index 00000000..f83cde05 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLongDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLongDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLongDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLongDownIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLongDownIcon.js new file mode 100644 index 00000000..f59da16f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLongDownIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowLongDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.75 17.25 12 21m0 0-3.75-3.75M12 21V3" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLongDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLongLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLongLeftIcon.d.ts new file mode 100644 index 00000000..28f72830 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLongLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLongLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLongLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLongLeftIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLongLeftIcon.js new file mode 100644 index 00000000..0a2a589b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLongLeftIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowLongLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M6.75 15.75 3 12m0 0 3.75-3.75M3 12h18" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLongLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLongRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLongRightIcon.d.ts new file mode 100644 index 00000000..2375bd76 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLongRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLongRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLongRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLongRightIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLongRightIcon.js new file mode 100644 index 00000000..dee99b0a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLongRightIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowLongRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M17.25 8.25 21 12m0 0-3.75 3.75M21 12H3" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLongRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLongUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLongUpIcon.d.ts new file mode 100644 index 00000000..cb3f5687 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLongUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLongUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLongUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLongUpIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLongUpIcon.js new file mode 100644 index 00000000..0e7a131c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowLongUpIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowLongUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M8.25 6.75 12 3m0 0 3.75 3.75M12 3v18" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLongUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowPathIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowPathIcon.d.ts new file mode 100644 index 00000000..4260afbd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowPathIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowPathIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowPathIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowPathIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowPathIcon.js new file mode 100644 index 00000000..896ddc87 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowPathIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowPathIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0 3.181 3.183a8.25 8.25 0 0 0 13.803-3.7M4.031 9.865a8.25 8.25 0 0 1 13.803-3.7l3.181 3.182m0-4.991v4.99" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowPathIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowPathRoundedSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowPathRoundedSquareIcon.d.ts new file mode 100644 index 00000000..0e9778d9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowPathRoundedSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowPathRoundedSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowPathRoundedSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowPathRoundedSquareIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowPathRoundedSquareIcon.js new file mode 100644 index 00000000..f1cca860 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowPathRoundedSquareIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowPathRoundedSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M19.5 12c0-1.232-.046-2.453-.138-3.662a4.006 4.006 0 0 0-3.7-3.7 48.678 48.678 0 0 0-7.324 0 4.006 4.006 0 0 0-3.7 3.7c-.017.22-.032.441-.046.662M19.5 12l3-3m-3 3-3-3m-12 3c0 1.232.046 2.453.138 3.662a4.006 4.006 0 0 0 3.7 3.7 48.656 48.656 0 0 0 7.324 0 4.006 4.006 0 0 0 3.7-3.7c.017-.22.032-.441.046-.662M4.5 12l3 3m-3-3-3 3" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowPathRoundedSquareIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowRightCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowRightCircleIcon.d.ts new file mode 100644 index 00000000..c362cf3a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowRightCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowRightCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowRightCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowRightCircleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowRightCircleIcon.js new file mode 100644 index 00000000..b7fc90f2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowRightCircleIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowRightCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m12.75 15 3-3m0 0-3-3m3 3h-7.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowRightEndOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowRightEndOnRectangleIcon.d.ts new file mode 100644 index 00000000..69f1804f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowRightEndOnRectangleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowRightEndOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowRightEndOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowRightEndOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowRightEndOnRectangleIcon.js new file mode 100644 index 00000000..99c26b60 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowRightEndOnRectangleIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowRightEndOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M8.25 9V5.25A2.25 2.25 0 0 1 10.5 3h6a2.25 2.25 0 0 1 2.25 2.25v13.5A2.25 2.25 0 0 1 16.5 21h-6a2.25 2.25 0 0 1-2.25-2.25V15M12 9l3 3m0 0-3 3m3-3H2.25" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightEndOnRectangleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowRightIcon.d.ts new file mode 100644 index 00000000..fd9ad463 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowRightIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowRightIcon.js new file mode 100644 index 00000000..f31427f6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowRightIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowRightOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowRightOnRectangleIcon.d.ts new file mode 100644 index 00000000..beb562de --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowRightOnRectangleIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const ArrowRightOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowRightOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowRightOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowRightOnRectangleIcon.js new file mode 100644 index 00000000..f4a2a67e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowRightOnRectangleIcon.js @@ -0,0 +1,27 @@ +import * as React from "react"; +/** @deprecated */ +function ArrowRightOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.75 9V5.25A2.25 2.25 0 0 0 13.5 3h-6a2.25 2.25 0 0 0-2.25 2.25v13.5A2.25 2.25 0 0 0 7.5 21h6a2.25 2.25 0 0 0 2.25-2.25V15m3 0 3-3m0 0-3-3m3 3H9" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightOnRectangleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowRightStartOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowRightStartOnRectangleIcon.d.ts new file mode 100644 index 00000000..125ccfd7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowRightStartOnRectangleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowRightStartOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowRightStartOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowRightStartOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowRightStartOnRectangleIcon.js new file mode 100644 index 00000000..cf885f65 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowRightStartOnRectangleIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowRightStartOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.75 9V5.25A2.25 2.25 0 0 0 13.5 3h-6a2.25 2.25 0 0 0-2.25 2.25v13.5A2.25 2.25 0 0 0 7.5 21h6a2.25 2.25 0 0 0 2.25-2.25V15m3 0 3-3m0 0-3-3m3 3H9" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightStartOnRectangleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowSmallDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowSmallDownIcon.d.ts new file mode 100644 index 00000000..ee183571 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowSmallDownIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const ArrowSmallDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowSmallDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowSmallDownIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowSmallDownIcon.js new file mode 100644 index 00000000..ec331561 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowSmallDownIcon.js @@ -0,0 +1,27 @@ +import * as React from "react"; +/** @deprecated */ +function ArrowSmallDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 4.5v15m0 0 6.75-6.75M12 19.5l-6.75-6.75" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowSmallDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowSmallLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowSmallLeftIcon.d.ts new file mode 100644 index 00000000..5686c1af --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowSmallLeftIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const ArrowSmallLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowSmallLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowSmallLeftIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowSmallLeftIcon.js new file mode 100644 index 00000000..e5a7c882 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowSmallLeftIcon.js @@ -0,0 +1,27 @@ +import * as React from "react"; +/** @deprecated */ +function ArrowSmallLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M19.5 12h-15m0 0 6.75 6.75M4.5 12l6.75-6.75" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowSmallLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowSmallRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowSmallRightIcon.d.ts new file mode 100644 index 00000000..019725bb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowSmallRightIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const ArrowSmallRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowSmallRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowSmallRightIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowSmallRightIcon.js new file mode 100644 index 00000000..9a3bc876 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowSmallRightIcon.js @@ -0,0 +1,27 @@ +import * as React from "react"; +/** @deprecated */ +function ArrowSmallRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M4.5 12h15m0 0-6.75-6.75M19.5 12l-6.75 6.75" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowSmallRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowSmallUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowSmallUpIcon.d.ts new file mode 100644 index 00000000..644e37fb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowSmallUpIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const ArrowSmallUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowSmallUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowSmallUpIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowSmallUpIcon.js new file mode 100644 index 00000000..a47e3a6a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowSmallUpIcon.js @@ -0,0 +1,27 @@ +import * as React from "react"; +/** @deprecated */ +function ArrowSmallUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 19.5v-15m0 0-6.75 6.75M12 4.5l6.75 6.75" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowSmallUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTopRightOnSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTopRightOnSquareIcon.d.ts new file mode 100644 index 00000000..86a6805d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTopRightOnSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTopRightOnSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTopRightOnSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTopRightOnSquareIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTopRightOnSquareIcon.js new file mode 100644 index 00000000..4270862e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTopRightOnSquareIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowTopRightOnSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M13.5 6H5.25A2.25 2.25 0 0 0 3 8.25v10.5A2.25 2.25 0 0 0 5.25 21h10.5A2.25 2.25 0 0 0 18 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTopRightOnSquareIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTrendingDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTrendingDownIcon.d.ts new file mode 100644 index 00000000..cfb218f9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTrendingDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTrendingDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTrendingDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTrendingDownIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTrendingDownIcon.js new file mode 100644 index 00000000..aaeeab81 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTrendingDownIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowTrendingDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M2.25 6 9 12.75l4.286-4.286a11.948 11.948 0 0 1 4.306 6.43l.776 2.898m0 0 3.182-5.511m-3.182 5.51-5.511-3.181" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTrendingDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTrendingUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTrendingUpIcon.d.ts new file mode 100644 index 00000000..54763a8c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTrendingUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTrendingUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTrendingUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTrendingUpIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTrendingUpIcon.js new file mode 100644 index 00000000..8f624fb2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTrendingUpIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowTrendingUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M2.25 18 9 11.25l4.306 4.306a11.95 11.95 0 0 1 5.814-5.518l2.74-1.22m0 0-5.94-2.281m5.94 2.28-2.28 5.941" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTrendingUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnDownLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnDownLeftIcon.d.ts new file mode 100644 index 00000000..30988be3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnDownLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnDownLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnDownLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnDownLeftIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnDownLeftIcon.js new file mode 100644 index 00000000..9557aea5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnDownLeftIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowTurnDownLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m7.49 12-3.75 3.75m0 0 3.75 3.75m-3.75-3.75h16.5V4.499" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnDownLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnDownRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnDownRightIcon.d.ts new file mode 100644 index 00000000..a97f44c6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnDownRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnDownRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnDownRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnDownRightIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnDownRightIcon.js new file mode 100644 index 00000000..4a218801 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnDownRightIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowTurnDownRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m16.49 12 3.75 3.75m0 0-3.75 3.75m3.75-3.75H3.74V4.499" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnDownRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnLeftDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnLeftDownIcon.d.ts new file mode 100644 index 00000000..54c35be7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnLeftDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnLeftDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnLeftDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnLeftDownIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnLeftDownIcon.js new file mode 100644 index 00000000..ab82ae34 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnLeftDownIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowTurnLeftDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m11.99 16.5-3.75 3.75m0 0L4.49 16.5m3.75 3.75V3.75h11.25" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnLeftDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnLeftUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnLeftUpIcon.d.ts new file mode 100644 index 00000000..db9b7a64 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnLeftUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnLeftUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnLeftUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnLeftUpIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnLeftUpIcon.js new file mode 100644 index 00000000..f1296700 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnLeftUpIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowTurnLeftUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M11.99 7.5 8.24 3.75m0 0L4.49 7.5m3.75-3.75v16.499h11.25" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnLeftUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnRightDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnRightDownIcon.d.ts new file mode 100644 index 00000000..8719674d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnRightDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnRightDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnRightDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnRightDownIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnRightDownIcon.js new file mode 100644 index 00000000..8ba47dfa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnRightDownIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowTurnRightDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m11.99 16.5 3.75 3.75m0 0 3.75-3.75m-3.75 3.75V3.75H4.49" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnRightDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnRightUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnRightUpIcon.d.ts new file mode 100644 index 00000000..f1c75f84 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnRightUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnRightUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnRightUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnRightUpIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnRightUpIcon.js new file mode 100644 index 00000000..e5ad45f1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnRightUpIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowTurnRightUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m11.99 7.5 3.75-3.75m0 0 3.75 3.75m-3.75-3.75v16.499H4.49" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnRightUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnUpLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnUpLeftIcon.d.ts new file mode 100644 index 00000000..1e0636c3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnUpLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnUpLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnUpLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnUpLeftIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnUpLeftIcon.js new file mode 100644 index 00000000..970961c5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnUpLeftIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowTurnUpLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M7.49 12 3.74 8.248m0 0 3.75-3.75m-3.75 3.75h16.5V19.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnUpLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnUpRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnUpRightIcon.d.ts new file mode 100644 index 00000000..a2cb836a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnUpRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnUpRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnUpRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnUpRightIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnUpRightIcon.js new file mode 100644 index 00000000..b496201d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowTurnUpRightIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowTurnUpRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m16.49 12 3.75-3.751m0 0-3.75-3.75m3.75 3.75H3.74V19.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnUpRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpCircleIcon.d.ts new file mode 100644 index 00000000..dbc3f8e7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpCircleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpCircleIcon.js new file mode 100644 index 00000000..1c7a67e0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpCircleIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowUpCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m15 11.25-3-3m0 0-3 3m3-3v7.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpIcon.d.ts new file mode 100644 index 00000000..6567e292 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpIcon.js new file mode 100644 index 00000000..436b6b3c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M4.5 10.5 12 3m0 0 7.5 7.5M12 3v18" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpLeftIcon.d.ts new file mode 100644 index 00000000..b440666c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpLeftIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpLeftIcon.js new file mode 100644 index 00000000..9b421448 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpLeftIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowUpLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m19.5 19.5-15-15m0 0v11.25m0-11.25h11.25" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpOnSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpOnSquareIcon.d.ts new file mode 100644 index 00000000..d50c7262 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpOnSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpOnSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpOnSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpOnSquareIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpOnSquareIcon.js new file mode 100644 index 00000000..b8e3a999 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpOnSquareIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowUpOnSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9 8.25H7.5a2.25 2.25 0 0 0-2.25 2.25v9a2.25 2.25 0 0 0 2.25 2.25h9a2.25 2.25 0 0 0 2.25-2.25v-9a2.25 2.25 0 0 0-2.25-2.25H15m0-3-3-3m0 0-3 3m3-3V15" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpOnSquareIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpOnSquareStackIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpOnSquareStackIcon.d.ts new file mode 100644 index 00000000..c1d92c28 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpOnSquareStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpOnSquareStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpOnSquareStackIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpOnSquareStackIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpOnSquareStackIcon.js new file mode 100644 index 00000000..0f6c473e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpOnSquareStackIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowUpOnSquareStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M7.5 7.5h-.75A2.25 2.25 0 0 0 4.5 9.75v7.5a2.25 2.25 0 0 0 2.25 2.25h7.5a2.25 2.25 0 0 0 2.25-2.25v-7.5a2.25 2.25 0 0 0-2.25-2.25h-.75m0-3-3-3m0 0-3 3m3-3v11.25m6-2.25h.75a2.25 2.25 0 0 1 2.25 2.25v7.5a2.25 2.25 0 0 1-2.25 2.25h-7.5a2.25 2.25 0 0 1-2.25-2.25v-.75" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpOnSquareStackIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpRightIcon.d.ts new file mode 100644 index 00000000..9e8bedec --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpRightIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpRightIcon.js new file mode 100644 index 00000000..fb3966b9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpRightIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowUpRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m4.5 19.5 15-15m0 0H8.25m11.25 0v11.25" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpTrayIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpTrayIcon.d.ts new file mode 100644 index 00000000..1304d9e4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpTrayIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpTrayIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpTrayIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpTrayIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpTrayIcon.js new file mode 100644 index 00000000..d0cf1fe6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUpTrayIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowUpTrayIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3 16.5v2.25A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75V16.5m-13.5-9L12 3m0 0 4.5 4.5M12 3v13.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpTrayIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUturnDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUturnDownIcon.d.ts new file mode 100644 index 00000000..2a656eef --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUturnDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUturnDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUturnDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUturnDownIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUturnDownIcon.js new file mode 100644 index 00000000..18ce2e61 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUturnDownIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowUturnDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m15 15-6 6m0 0-6-6m6 6V9a6 6 0 0 1 12 0v3" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUturnDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUturnLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUturnLeftIcon.d.ts new file mode 100644 index 00000000..8d827dd8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUturnLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUturnLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUturnLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUturnLeftIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUturnLeftIcon.js new file mode 100644 index 00000000..8f036135 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUturnLeftIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowUturnLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9 15 3 9m0 0 6-6M3 9h12a6 6 0 0 1 0 12h-3" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUturnLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUturnRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUturnRightIcon.d.ts new file mode 100644 index 00000000..b75389ab --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUturnRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUturnRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUturnRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUturnRightIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUturnRightIcon.js new file mode 100644 index 00000000..54e9fb79 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUturnRightIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowUturnRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m15 15 6-6m0 0-6-6m6 6H9a6 6 0 0 0 0 12h3" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUturnRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUturnUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUturnUpIcon.d.ts new file mode 100644 index 00000000..1996413e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUturnUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUturnUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUturnUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUturnUpIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUturnUpIcon.js new file mode 100644 index 00000000..96ddab42 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowUturnUpIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowUturnUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m9 9 6-6m0 0 6 6m-6-6v12a6 6 0 0 1-12 0v-3" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUturnUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowsPointingInIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowsPointingInIcon.d.ts new file mode 100644 index 00000000..2570a1ea --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowsPointingInIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowsPointingInIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowsPointingInIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowsPointingInIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowsPointingInIcon.js new file mode 100644 index 00000000..ea1572dd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowsPointingInIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowsPointingInIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9 9V4.5M9 9H4.5M9 9 3.75 3.75M9 15v4.5M9 15H4.5M9 15l-5.25 5.25M15 9h4.5M15 9V4.5M15 9l5.25-5.25M15 15h4.5M15 15v4.5m0-4.5 5.25 5.25" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowsPointingInIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowsPointingOutIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowsPointingOutIcon.d.ts new file mode 100644 index 00000000..56f25889 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowsPointingOutIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowsPointingOutIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowsPointingOutIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowsPointingOutIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowsPointingOutIcon.js new file mode 100644 index 00000000..a609470f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowsPointingOutIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowsPointingOutIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3.75 3.75v4.5m0-4.5h4.5m-4.5 0L9 9M3.75 20.25v-4.5m0 4.5h4.5m-4.5 0L9 15M20.25 3.75h-4.5m4.5 0v4.5m0-4.5L15 9m5.25 11.25h-4.5m4.5 0v-4.5m0 4.5L15 15" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowsPointingOutIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowsRightLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowsRightLeftIcon.d.ts new file mode 100644 index 00000000..c92d4637 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowsRightLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowsRightLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowsRightLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowsRightLeftIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowsRightLeftIcon.js new file mode 100644 index 00000000..5f269ede --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowsRightLeftIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowsRightLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M7.5 21 3 16.5m0 0L7.5 12M3 16.5h13.5m0-13.5L21 7.5m0 0L16.5 12M21 7.5H7.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowsRightLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowsUpDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowsUpDownIcon.d.ts new file mode 100644 index 00000000..f913ee96 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowsUpDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowsUpDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowsUpDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowsUpDownIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowsUpDownIcon.js new file mode 100644 index 00000000..d10dc696 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ArrowsUpDownIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowsUpDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3 7.5 7.5 3m0 0L12 7.5M7.5 3v13.5m13.5 0L16.5 21m0 0L12 16.5m4.5 4.5V7.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowsUpDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/AtSymbolIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/AtSymbolIcon.d.ts new file mode 100644 index 00000000..81c8736a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/AtSymbolIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const AtSymbolIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default AtSymbolIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/AtSymbolIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/AtSymbolIcon.js new file mode 100644 index 00000000..bd247372 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/AtSymbolIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function AtSymbolIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M16.5 12a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm0 0c0 1.657 1.007 3 2.25 3S21 13.657 21 12a9 9 0 1 0-2.636 6.364M16.5 12V8.25" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(AtSymbolIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BackspaceIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/BackspaceIcon.d.ts new file mode 100644 index 00000000..11a6491c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BackspaceIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BackspaceIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BackspaceIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BackspaceIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/BackspaceIcon.js new file mode 100644 index 00000000..8d57e9a7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BackspaceIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function BackspaceIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 9.75 14.25 12m0 0 2.25 2.25M14.25 12l2.25-2.25M14.25 12 12 14.25m-2.58 4.92-6.374-6.375a1.125 1.125 0 0 1 0-1.59L9.42 4.83c.21-.211.497-.33.795-.33H19.5a2.25 2.25 0 0 1 2.25 2.25v10.5a2.25 2.25 0 0 1-2.25 2.25h-9.284c-.298 0-.585-.119-.795-.33Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BackspaceIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BackwardIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/BackwardIcon.d.ts new file mode 100644 index 00000000..b154df6b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BackwardIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BackwardIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BackwardIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BackwardIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/BackwardIcon.js new file mode 100644 index 00000000..9db5ec68 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BackwardIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function BackwardIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M21 16.811c0 .864-.933 1.406-1.683.977l-7.108-4.061a1.125 1.125 0 0 1 0-1.954l7.108-4.061A1.125 1.125 0 0 1 21 8.689v8.122ZM11.25 16.811c0 .864-.933 1.406-1.683.977l-7.108-4.061a1.125 1.125 0 0 1 0-1.954l7.108-4.061a1.125 1.125 0 0 1 1.683.977v8.122Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BackwardIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BanknotesIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/BanknotesIcon.d.ts new file mode 100644 index 00000000..2295d499 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BanknotesIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BanknotesIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BanknotesIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BanknotesIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/BanknotesIcon.js new file mode 100644 index 00000000..1de14724 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BanknotesIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function BanknotesIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M2.25 18.75a60.07 60.07 0 0 1 15.797 2.101c.727.198 1.453-.342 1.453-1.096V18.75M3.75 4.5v.75A.75.75 0 0 1 3 6h-.75m0 0v-.375c0-.621.504-1.125 1.125-1.125H20.25M2.25 6v9m18-10.5v.75c0 .414.336.75.75.75h.75m-1.5-1.5h.375c.621 0 1.125.504 1.125 1.125v9.75c0 .621-.504 1.125-1.125 1.125h-.375m1.5-1.5H21a.75.75 0 0 0-.75.75v.75m0 0H3.75m0 0h-.375a1.125 1.125 0 0 1-1.125-1.125V15m1.5 1.5v-.75A.75.75 0 0 0 3 15h-.75M15 10.5a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm3 0h.008v.008H18V10.5Zm-12 0h.008v.008H6V10.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BanknotesIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/Bars2Icon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/Bars2Icon.d.ts new file mode 100644 index 00000000..f36a9586 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/Bars2Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars2Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars2Icon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/Bars2Icon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/Bars2Icon.js new file mode 100644 index 00000000..9c62a4ff --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/Bars2Icon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function Bars2Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3.75 9h16.5m-16.5 6.75h16.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars2Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/Bars3BottomLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/Bars3BottomLeftIcon.d.ts new file mode 100644 index 00000000..1183f870 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/Bars3BottomLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars3BottomLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars3BottomLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/Bars3BottomLeftIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/Bars3BottomLeftIcon.js new file mode 100644 index 00000000..d7a3ce30 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/Bars3BottomLeftIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function Bars3BottomLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25H12" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars3BottomLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/Bars3BottomRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/Bars3BottomRightIcon.d.ts new file mode 100644 index 00000000..633e9477 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/Bars3BottomRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars3BottomRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars3BottomRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/Bars3BottomRightIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/Bars3BottomRightIcon.js new file mode 100644 index 00000000..77ba7719 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/Bars3BottomRightIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function Bars3BottomRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3.75 6.75h16.5M3.75 12h16.5M12 17.25h8.25" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars3BottomRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/Bars3CenterLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/Bars3CenterLeftIcon.d.ts new file mode 100644 index 00000000..12d3ece6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/Bars3CenterLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars3CenterLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars3CenterLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/Bars3CenterLeftIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/Bars3CenterLeftIcon.js new file mode 100644 index 00000000..3d6dd16a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/Bars3CenterLeftIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function Bars3CenterLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3.75 6.75h16.5M3.75 12H12m-8.25 5.25h16.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars3CenterLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/Bars3Icon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/Bars3Icon.d.ts new file mode 100644 index 00000000..64290021 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/Bars3Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars3Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars3Icon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/Bars3Icon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/Bars3Icon.js new file mode 100644 index 00000000..7a1fa9ff --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/Bars3Icon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function Bars3Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars3Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/Bars4Icon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/Bars4Icon.d.ts new file mode 100644 index 00000000..83dbe1df --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/Bars4Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars4Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars4Icon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/Bars4Icon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/Bars4Icon.js new file mode 100644 index 00000000..5d88e7d5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/Bars4Icon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function Bars4Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3.75 5.25h16.5m-16.5 4.5h16.5m-16.5 4.5h16.5m-16.5 4.5h16.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars4Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BarsArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/BarsArrowDownIcon.d.ts new file mode 100644 index 00000000..40e8d73a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BarsArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BarsArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BarsArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BarsArrowDownIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/BarsArrowDownIcon.js new file mode 100644 index 00000000..9d10f4a1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BarsArrowDownIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function BarsArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3 4.5h14.25M3 9h9.75M3 13.5h9.75m4.5-4.5v12m0 0-3.75-3.75M17.25 21 21 17.25" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BarsArrowDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BarsArrowUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/BarsArrowUpIcon.d.ts new file mode 100644 index 00000000..c8b3b932 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BarsArrowUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BarsArrowUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BarsArrowUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BarsArrowUpIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/BarsArrowUpIcon.js new file mode 100644 index 00000000..f2704683 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BarsArrowUpIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function BarsArrowUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3 4.5h14.25M3 9h9.75M3 13.5h5.25m5.25-.75L17.25 9m0 0L21 12.75M17.25 9v12" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BarsArrowUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/Battery0Icon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/Battery0Icon.d.ts new file mode 100644 index 00000000..45a9879f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/Battery0Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Battery0Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Battery0Icon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/Battery0Icon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/Battery0Icon.js new file mode 100644 index 00000000..715555e1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/Battery0Icon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function Battery0Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M21 10.5h.375c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125H21M3.75 18h15A2.25 2.25 0 0 0 21 15.75v-6a2.25 2.25 0 0 0-2.25-2.25h-15A2.25 2.25 0 0 0 1.5 9.75v6A2.25 2.25 0 0 0 3.75 18Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Battery0Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/Battery100Icon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/Battery100Icon.d.ts new file mode 100644 index 00000000..5d0f04b2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/Battery100Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Battery100Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Battery100Icon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/Battery100Icon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/Battery100Icon.js new file mode 100644 index 00000000..8a676dc7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/Battery100Icon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function Battery100Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M21 10.5h.375c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125H21M4.5 10.5H18V15H4.5v-4.5ZM3.75 18h15A2.25 2.25 0 0 0 21 15.75v-6a2.25 2.25 0 0 0-2.25-2.25h-15A2.25 2.25 0 0 0 1.5 9.75v6A2.25 2.25 0 0 0 3.75 18Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Battery100Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/Battery50Icon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/Battery50Icon.d.ts new file mode 100644 index 00000000..26713176 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/Battery50Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Battery50Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Battery50Icon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/Battery50Icon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/Battery50Icon.js new file mode 100644 index 00000000..eaafed13 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/Battery50Icon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function Battery50Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M21 10.5h.375c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125H21M4.5 10.5h6.75V15H4.5v-4.5ZM3.75 18h15A2.25 2.25 0 0 0 21 15.75v-6a2.25 2.25 0 0 0-2.25-2.25h-15A2.25 2.25 0 0 0 1.5 9.75v6A2.25 2.25 0 0 0 3.75 18Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Battery50Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BeakerIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/BeakerIcon.d.ts new file mode 100644 index 00000000..f2fdcedf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BeakerIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BeakerIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BeakerIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BeakerIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/BeakerIcon.js new file mode 100644 index 00000000..ae0538de --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BeakerIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function BeakerIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9.75 3.104v5.714a2.25 2.25 0 0 1-.659 1.591L5 14.5M9.75 3.104c-.251.023-.501.05-.75.082m.75-.082a24.301 24.301 0 0 1 4.5 0m0 0v5.714c0 .597.237 1.17.659 1.591L19.8 15.3M14.25 3.104c.251.023.501.05.75.082M19.8 15.3l-1.57.393A9.065 9.065 0 0 1 12 15a9.065 9.065 0 0 0-6.23-.693L5 14.5m14.8.8 1.402 1.402c1.232 1.232.65 3.318-1.067 3.611A48.309 48.309 0 0 1 12 21c-2.773 0-5.491-.235-8.135-.687-1.718-.293-2.3-2.379-1.067-3.61L5 14.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BeakerIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BellAlertIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/BellAlertIcon.d.ts new file mode 100644 index 00000000..8d5d773d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BellAlertIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BellAlertIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BellAlertIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BellAlertIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/BellAlertIcon.js new file mode 100644 index 00000000..90c280f4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BellAlertIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function BellAlertIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M14.857 17.082a23.848 23.848 0 0 0 5.454-1.31A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6 9v.75a8.967 8.967 0 0 1-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 0 1-5.714 0m5.714 0a3 3 0 1 1-5.714 0M3.124 7.5A8.969 8.969 0 0 1 5.292 3m13.416 0a8.969 8.969 0 0 1 2.168 4.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BellAlertIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BellIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/BellIcon.d.ts new file mode 100644 index 00000000..5d58b3d3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BellIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BellIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BellIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BellIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/BellIcon.js new file mode 100644 index 00000000..0a07ff92 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BellIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function BellIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M14.857 17.082a23.848 23.848 0 0 0 5.454-1.31A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6 9v.75a8.967 8.967 0 0 1-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 0 1-5.714 0m5.714 0a3 3 0 1 1-5.714 0" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BellIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BellSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/BellSlashIcon.d.ts new file mode 100644 index 00000000..9b9002cd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BellSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BellSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BellSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BellSlashIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/BellSlashIcon.js new file mode 100644 index 00000000..5619e30f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BellSlashIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function BellSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9.143 17.082a24.248 24.248 0 0 0 3.844.148m-3.844-.148a23.856 23.856 0 0 1-5.455-1.31 8.964 8.964 0 0 0 2.3-5.542m3.155 6.852a3 3 0 0 0 5.667 1.97m1.965-2.277L21 21m-4.225-4.225a23.81 23.81 0 0 0 3.536-1.003A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6.53 6.53m10.245 10.245L6.53 6.53M3 3l3.53 3.53" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BellSlashIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BellSnoozeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/BellSnoozeIcon.d.ts new file mode 100644 index 00000000..bb97a302 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BellSnoozeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BellSnoozeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BellSnoozeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BellSnoozeIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/BellSnoozeIcon.js new file mode 100644 index 00000000..0687e3fd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BellSnoozeIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function BellSnoozeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M14.857 17.082a23.848 23.848 0 0 0 5.454-1.31A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6 9v.75a8.967 8.967 0 0 1-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 0 1-5.714 0m5.714 0a3 3 0 1 1-5.714 0M10.5 8.25h3l-3 4.5h3" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BellSnoozeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BoldIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/BoldIcon.d.ts new file mode 100644 index 00000000..e90cc8ef --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BoldIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BoldIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BoldIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BoldIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/BoldIcon.js new file mode 100644 index 00000000..1cb89719 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BoldIcon.js @@ -0,0 +1,25 @@ +import * as React from "react"; +function BoldIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinejoin: "round", + d: "M6.75 3.744h-.753v8.25h7.125a4.125 4.125 0 0 0 0-8.25H6.75Zm0 0v.38m0 16.122h6.747a4.5 4.5 0 0 0 0-9.001h-7.5v9h.753Zm0 0v-.37m0-15.751h6a3.75 3.75 0 1 1 0 7.5h-6m0-7.5v7.5m0 0v8.25m0-8.25h6.375a4.125 4.125 0 0 1 0 8.25H6.75m.747-15.38h4.875a3.375 3.375 0 0 1 0 6.75H7.497v-6.75Zm0 7.5h5.25a3.75 3.75 0 0 1 0 7.5h-5.25v-7.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BoldIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BoltIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/BoltIcon.d.ts new file mode 100644 index 00000000..93704fbe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BoltIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BoltIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BoltIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BoltIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/BoltIcon.js new file mode 100644 index 00000000..c6a6e791 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BoltIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function BoltIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m3.75 13.5 10.5-11.25L12 10.5h8.25L9.75 21.75 12 13.5H3.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BoltIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BoltSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/BoltSlashIcon.d.ts new file mode 100644 index 00000000..d7db7c0d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BoltSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BoltSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BoltSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BoltSlashIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/BoltSlashIcon.js new file mode 100644 index 00000000..41a98e28 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BoltSlashIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function BoltSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M11.412 15.655 9.75 21.75l3.745-4.012M9.257 13.5H3.75l2.659-2.849m2.048-2.194L14.25 2.25 12 10.5h8.25l-4.707 5.043M8.457 8.457 3 3m5.457 5.457 7.086 7.086m0 0L21 21" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BoltSlashIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BookOpenIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/BookOpenIcon.d.ts new file mode 100644 index 00000000..11702953 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BookOpenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BookOpenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BookOpenIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BookOpenIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/BookOpenIcon.js new file mode 100644 index 00000000..849d4ac5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BookOpenIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function BookOpenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 6.042A8.967 8.967 0 0 0 6 3.75c-1.052 0-2.062.18-3 .512v14.25A8.987 8.987 0 0 1 6 18c2.305 0 4.408.867 6 2.292m0-14.25a8.966 8.966 0 0 1 6-2.292c1.052 0 2.062.18 3 .512v14.25A8.987 8.987 0 0 0 18 18a8.967 8.967 0 0 0-6 2.292m0-14.25v14.25" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BookOpenIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BookmarkIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/BookmarkIcon.d.ts new file mode 100644 index 00000000..53b465da --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BookmarkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BookmarkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BookmarkIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BookmarkIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/BookmarkIcon.js new file mode 100644 index 00000000..f67e12ab --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BookmarkIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function BookmarkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M17.593 3.322c1.1.128 1.907 1.077 1.907 2.185V21L12 17.25 4.5 21V5.507c0-1.108.806-2.057 1.907-2.185a48.507 48.507 0 0 1 11.186 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BookmarkIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BookmarkSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/BookmarkSlashIcon.d.ts new file mode 100644 index 00000000..5ff3a4c6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BookmarkSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BookmarkSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BookmarkSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BookmarkSlashIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/BookmarkSlashIcon.js new file mode 100644 index 00000000..ba34adb7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BookmarkSlashIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function BookmarkSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m3 3 1.664 1.664M21 21l-1.5-1.5m-5.485-1.242L12 17.25 4.5 21V8.742m.164-4.078a2.15 2.15 0 0 1 1.743-1.342 48.507 48.507 0 0 1 11.186 0c1.1.128 1.907 1.077 1.907 2.185V19.5M4.664 4.664 19.5 19.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BookmarkSlashIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BookmarkSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/BookmarkSquareIcon.d.ts new file mode 100644 index 00000000..0f2977b3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BookmarkSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BookmarkSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BookmarkSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BookmarkSquareIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/BookmarkSquareIcon.js new file mode 100644 index 00000000..cb6c8e98 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BookmarkSquareIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function BookmarkSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M16.5 3.75V16.5L12 14.25 7.5 16.5V3.75m9 0H18A2.25 2.25 0 0 1 20.25 6v12A2.25 2.25 0 0 1 18 20.25H6A2.25 2.25 0 0 1 3.75 18V6A2.25 2.25 0 0 1 6 3.75h1.5m9 0h-9" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BookmarkSquareIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BriefcaseIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/BriefcaseIcon.d.ts new file mode 100644 index 00000000..b082422e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BriefcaseIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BriefcaseIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BriefcaseIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BriefcaseIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/BriefcaseIcon.js new file mode 100644 index 00000000..bbfbf5cc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BriefcaseIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function BriefcaseIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M20.25 14.15v4.25c0 1.094-.787 2.036-1.872 2.18-2.087.277-4.216.42-6.378.42s-4.291-.143-6.378-.42c-1.085-.144-1.872-1.086-1.872-2.18v-4.25m16.5 0a2.18 2.18 0 0 0 .75-1.661V8.706c0-1.081-.768-2.015-1.837-2.175a48.114 48.114 0 0 0-3.413-.387m4.5 8.006c-.194.165-.42.295-.673.38A23.978 23.978 0 0 1 12 15.75c-2.648 0-5.195-.429-7.577-1.22a2.016 2.016 0 0 1-.673-.38m0 0A2.18 2.18 0 0 1 3 12.489V8.706c0-1.081.768-2.015 1.837-2.175a48.111 48.111 0 0 1 3.413-.387m7.5 0V5.25A2.25 2.25 0 0 0 13.5 3h-3a2.25 2.25 0 0 0-2.25 2.25v.894m7.5 0a48.667 48.667 0 0 0-7.5 0M12 12.75h.008v.008H12v-.008Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BriefcaseIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BugAntIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/BugAntIcon.d.ts new file mode 100644 index 00000000..1514ca9d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BugAntIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BugAntIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BugAntIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BugAntIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/BugAntIcon.js new file mode 100644 index 00000000..d2b92a20 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BugAntIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function BugAntIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 12.75c1.148 0 2.278.08 3.383.237 1.037.146 1.866.966 1.866 2.013 0 3.728-2.35 6.75-5.25 6.75S6.75 18.728 6.75 15c0-1.046.83-1.867 1.866-2.013A24.204 24.204 0 0 1 12 12.75Zm0 0c2.883 0 5.647.508 8.207 1.44a23.91 23.91 0 0 1-1.152 6.06M12 12.75c-2.883 0-5.647.508-8.208 1.44.125 2.104.52 4.136 1.153 6.06M12 12.75a2.25 2.25 0 0 0 2.248-2.354M12 12.75a2.25 2.25 0 0 1-2.248-2.354M12 8.25c.995 0 1.971-.08 2.922-.236.403-.066.74-.358.795-.762a3.778 3.778 0 0 0-.399-2.25M12 8.25c-.995 0-1.97-.08-2.922-.236-.402-.066-.74-.358-.795-.762a3.734 3.734 0 0 1 .4-2.253M12 8.25a2.25 2.25 0 0 0-2.248 2.146M12 8.25a2.25 2.25 0 0 1 2.248 2.146M8.683 5a6.032 6.032 0 0 1-1.155-1.002c.07-.63.27-1.222.574-1.747m.581 2.749A3.75 3.75 0 0 1 15.318 5m0 0c.427-.283.815-.62 1.155-.999a4.471 4.471 0 0 0-.575-1.752M4.921 6a24.048 24.048 0 0 0-.392 3.314c1.668.546 3.416.914 5.223 1.082M19.08 6c.205 1.08.337 2.187.392 3.314a23.882 23.882 0 0 1-5.223 1.082" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BugAntIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BuildingLibraryIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/BuildingLibraryIcon.d.ts new file mode 100644 index 00000000..3e31a801 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BuildingLibraryIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BuildingLibraryIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BuildingLibraryIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BuildingLibraryIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/BuildingLibraryIcon.js new file mode 100644 index 00000000..0a3e9bdd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BuildingLibraryIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function BuildingLibraryIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 21v-8.25M15.75 21v-8.25M8.25 21v-8.25M3 9l9-6 9 6m-1.5 12V10.332A48.36 48.36 0 0 0 12 9.75c-2.551 0-5.056.2-7.5.582V21M3 21h18M12 6.75h.008v.008H12V6.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BuildingLibraryIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BuildingOffice2Icon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/BuildingOffice2Icon.d.ts new file mode 100644 index 00000000..656d4baa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BuildingOffice2Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BuildingOffice2Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BuildingOffice2Icon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BuildingOffice2Icon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/BuildingOffice2Icon.js new file mode 100644 index 00000000..f1485770 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BuildingOffice2Icon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function BuildingOffice2Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M2.25 21h19.5m-18-18v18m10.5-18v18m6-13.5V21M6.75 6.75h.75m-.75 3h.75m-.75 3h.75m3-6h.75m-.75 3h.75m-.75 3h.75M6.75 21v-3.375c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21M3 3h12m-.75 4.5H21m-3.75 3.75h.008v.008h-.008v-.008Zm0 3h.008v.008h-.008v-.008Zm0 3h.008v.008h-.008v-.008Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BuildingOffice2Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BuildingOfficeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/BuildingOfficeIcon.d.ts new file mode 100644 index 00000000..8a8012fc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BuildingOfficeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BuildingOfficeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BuildingOfficeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BuildingOfficeIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/BuildingOfficeIcon.js new file mode 100644 index 00000000..3f026e9e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BuildingOfficeIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function BuildingOfficeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3.75 21h16.5M4.5 3h15M5.25 3v18m13.5-18v18M9 6.75h1.5m-1.5 3h1.5m-1.5 3h1.5m3-6H15m-1.5 3H15m-1.5 3H15M9 21v-3.375c0-.621.504-1.125 1.125-1.125h3.75c.621 0 1.125.504 1.125 1.125V21" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BuildingOfficeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BuildingStorefrontIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/BuildingStorefrontIcon.d.ts new file mode 100644 index 00000000..34e2ecce --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BuildingStorefrontIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BuildingStorefrontIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BuildingStorefrontIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/BuildingStorefrontIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/BuildingStorefrontIcon.js new file mode 100644 index 00000000..8cf0c4f1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/BuildingStorefrontIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function BuildingStorefrontIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M13.5 21v-7.5a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 .75.75V21m-4.5 0H2.36m11.14 0H18m0 0h3.64m-1.39 0V9.349M3.75 21V9.349m0 0a3.001 3.001 0 0 0 3.75-.615A2.993 2.993 0 0 0 9.75 9.75c.896 0 1.7-.393 2.25-1.016a2.993 2.993 0 0 0 2.25 1.016c.896 0 1.7-.393 2.25-1.015a3.001 3.001 0 0 0 3.75.614m-16.5 0a3.004 3.004 0 0 1-.621-4.72l1.189-1.19A1.5 1.5 0 0 1 5.378 3h13.243a1.5 1.5 0 0 1 1.06.44l1.19 1.189a3 3 0 0 1-.621 4.72M6.75 18h3.75a.75.75 0 0 0 .75-.75V13.5a.75.75 0 0 0-.75-.75H6.75a.75.75 0 0 0-.75.75v3.75c0 .414.336.75.75.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BuildingStorefrontIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CakeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/CakeIcon.d.ts new file mode 100644 index 00000000..d53a3f3c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CakeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CakeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CakeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CakeIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/CakeIcon.js new file mode 100644 index 00000000..c151d1cf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CakeIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CakeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 8.25v-1.5m0 1.5c-1.355 0-2.697.056-4.024.166C6.845 8.51 6 9.473 6 10.608v2.513m6-4.871c1.355 0 2.697.056 4.024.166C17.155 8.51 18 9.473 18 10.608v2.513M15 8.25v-1.5m-6 1.5v-1.5m12 9.75-1.5.75a3.354 3.354 0 0 1-3 0 3.354 3.354 0 0 0-3 0 3.354 3.354 0 0 1-3 0 3.354 3.354 0 0 0-3 0 3.354 3.354 0 0 1-3 0L3 16.5m15-3.379a48.474 48.474 0 0 0-6-.371c-2.032 0-4.034.126-6 .371m12 0c.39.049.777.102 1.163.16 1.07.16 1.837 1.094 1.837 2.175v5.169c0 .621-.504 1.125-1.125 1.125H4.125A1.125 1.125 0 0 1 3 20.625v-5.17c0-1.08.768-2.014 1.837-2.174A47.78 47.78 0 0 1 6 13.12M12.265 3.11a.375.375 0 1 1-.53 0L12 2.845l.265.265Zm-3 0a.375.375 0 1 1-.53 0L9 2.845l.265.265Zm6 0a.375.375 0 1 1-.53 0L15 2.845l.265.265Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CakeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CalculatorIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/CalculatorIcon.d.ts new file mode 100644 index 00000000..6dd88acf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CalculatorIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CalculatorIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CalculatorIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CalculatorIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/CalculatorIcon.js new file mode 100644 index 00000000..f2429392 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CalculatorIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CalculatorIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.75 15.75V18m-7.5-6.75h.008v.008H8.25v-.008Zm0 2.25h.008v.008H8.25V13.5Zm0 2.25h.008v.008H8.25v-.008Zm0 2.25h.008v.008H8.25V18Zm2.498-6.75h.007v.008h-.007v-.008Zm0 2.25h.007v.008h-.007V13.5Zm0 2.25h.007v.008h-.007v-.008Zm0 2.25h.007v.008h-.007V18Zm2.504-6.75h.008v.008h-.008v-.008Zm0 2.25h.008v.008h-.008V13.5Zm0 2.25h.008v.008h-.008v-.008Zm0 2.25h.008v.008h-.008V18Zm2.498-6.75h.008v.008h-.008v-.008Zm0 2.25h.008v.008h-.008V13.5ZM8.25 6h7.5v2.25h-7.5V6ZM12 2.25c-1.892 0-3.758.11-5.593.322C5.307 2.7 4.5 3.65 4.5 4.757V19.5a2.25 2.25 0 0 0 2.25 2.25h10.5a2.25 2.25 0 0 0 2.25-2.25V4.757c0-1.108-.806-2.057-1.907-2.185A48.507 48.507 0 0 0 12 2.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CalculatorIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CalendarDateRangeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/CalendarDateRangeIcon.d.ts new file mode 100644 index 00000000..c20998eb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CalendarDateRangeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CalendarDateRangeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CalendarDateRangeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CalendarDateRangeIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/CalendarDateRangeIcon.js new file mode 100644 index 00000000..9c10c97a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CalendarDateRangeIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CalendarDateRangeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M6.75 2.994v2.25m10.5-2.25v2.25m-14.252 13.5V7.491a2.25 2.25 0 0 1 2.25-2.25h13.5a2.25 2.25 0 0 1 2.25 2.25v11.251m-18 0a2.25 2.25 0 0 0 2.25 2.25h13.5a2.25 2.25 0 0 0 2.25-2.25m-18 0v-7.5a2.25 2.25 0 0 1 2.25-2.25h13.5a2.25 2.25 0 0 1 2.25 2.25v7.5m-6.75-6h2.25m-9 2.25h4.5m.002-2.25h.005v.006H12v-.006Zm-.001 4.5h.006v.006h-.006v-.005Zm-2.25.001h.005v.006H9.75v-.006Zm-2.25 0h.005v.005h-.006v-.005Zm6.75-2.247h.005v.005h-.005v-.005Zm0 2.247h.006v.006h-.006v-.006Zm2.25-2.248h.006V15H16.5v-.005Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CalendarDateRangeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CalendarDaysIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/CalendarDaysIcon.d.ts new file mode 100644 index 00000000..11743d57 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CalendarDaysIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CalendarDaysIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CalendarDaysIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CalendarDaysIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/CalendarDaysIcon.js new file mode 100644 index 00000000..02ac74a4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CalendarDaysIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CalendarDaysIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M6.75 3v2.25M17.25 3v2.25M3 18.75V7.5a2.25 2.25 0 0 1 2.25-2.25h13.5A2.25 2.25 0 0 1 21 7.5v11.25m-18 0A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75m-18 0v-7.5A2.25 2.25 0 0 1 5.25 9h13.5A2.25 2.25 0 0 1 21 11.25v7.5m-9-6h.008v.008H12v-.008ZM12 15h.008v.008H12V15Zm0 2.25h.008v.008H12v-.008ZM9.75 15h.008v.008H9.75V15Zm0 2.25h.008v.008H9.75v-.008ZM7.5 15h.008v.008H7.5V15Zm0 2.25h.008v.008H7.5v-.008Zm6.75-4.5h.008v.008h-.008v-.008Zm0 2.25h.008v.008h-.008V15Zm0 2.25h.008v.008h-.008v-.008Zm2.25-4.5h.008v.008H16.5v-.008Zm0 2.25h.008v.008H16.5V15Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CalendarDaysIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CalendarIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/CalendarIcon.d.ts new file mode 100644 index 00000000..8c2fbb86 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CalendarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CalendarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CalendarIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CalendarIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/CalendarIcon.js new file mode 100644 index 00000000..68ea425d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CalendarIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CalendarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M6.75 3v2.25M17.25 3v2.25M3 18.75V7.5a2.25 2.25 0 0 1 2.25-2.25h13.5A2.25 2.25 0 0 1 21 7.5v11.25m-18 0A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75m-18 0v-7.5A2.25 2.25 0 0 1 5.25 9h13.5A2.25 2.25 0 0 1 21 11.25v7.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CalendarIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CameraIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/CameraIcon.d.ts new file mode 100644 index 00000000..f04b065d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CameraIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CameraIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CameraIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CameraIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/CameraIcon.js new file mode 100644 index 00000000..5c66da33 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CameraIcon.js @@ -0,0 +1,30 @@ +import * as React from "react"; +function CameraIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M6.827 6.175A2.31 2.31 0 0 1 5.186 7.23c-.38.054-.757.112-1.134.175C2.999 7.58 2.25 8.507 2.25 9.574V18a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9.574c0-1.067-.75-1.994-1.802-2.169a47.865 47.865 0 0 0-1.134-.175 2.31 2.31 0 0 1-1.64-1.055l-.822-1.316a2.192 2.192 0 0 0-1.736-1.039 48.774 48.774 0 0 0-5.232 0 2.192 2.192 0 0 0-1.736 1.039l-.821 1.316Z" + }), /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M16.5 12.75a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0ZM18.75 10.5h.008v.008h-.008V10.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CameraIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ChartBarIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ChartBarIcon.d.ts new file mode 100644 index 00000000..00d13e4f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ChartBarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChartBarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChartBarIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ChartBarIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ChartBarIcon.js new file mode 100644 index 00000000..ea3b4237 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ChartBarIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ChartBarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3 13.125C3 12.504 3.504 12 4.125 12h2.25c.621 0 1.125.504 1.125 1.125v6.75C7.5 20.496 6.996 21 6.375 21h-2.25A1.125 1.125 0 0 1 3 19.875v-6.75ZM9.75 8.625c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125v11.25c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 0 1-1.125-1.125V8.625ZM16.5 4.125c0-.621.504-1.125 1.125-1.125h2.25C20.496 3 21 3.504 21 4.125v15.75c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 0 1-1.125-1.125V4.125Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChartBarIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ChartBarSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ChartBarSquareIcon.d.ts new file mode 100644 index 00000000..dbdf6055 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ChartBarSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChartBarSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChartBarSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ChartBarSquareIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ChartBarSquareIcon.js new file mode 100644 index 00000000..fa6e80b7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ChartBarSquareIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ChartBarSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M7.5 14.25v2.25m3-4.5v4.5m3-6.75v6.75m3-9v9M6 20.25h12A2.25 2.25 0 0 0 20.25 18V6A2.25 2.25 0 0 0 18 3.75H6A2.25 2.25 0 0 0 3.75 6v12A2.25 2.25 0 0 0 6 20.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChartBarSquareIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ChartPieIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ChartPieIcon.d.ts new file mode 100644 index 00000000..32f49130 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ChartPieIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChartPieIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChartPieIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ChartPieIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ChartPieIcon.js new file mode 100644 index 00000000..5cbd8669 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ChartPieIcon.js @@ -0,0 +1,30 @@ +import * as React from "react"; +function ChartPieIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M10.5 6a7.5 7.5 0 1 0 7.5 7.5h-7.5V6Z" + }), /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M13.5 10.5H21A7.5 7.5 0 0 0 13.5 3v7.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChartPieIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleBottomCenterIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleBottomCenterIcon.d.ts new file mode 100644 index 00000000..a1b5e935 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleBottomCenterIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleBottomCenterIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleBottomCenterIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleBottomCenterIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleBottomCenterIcon.js new file mode 100644 index 00000000..d79e2691 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleBottomCenterIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ChatBubbleBottomCenterIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M2.25 12.76c0 1.6 1.123 2.994 2.707 3.227 1.068.157 2.148.279 3.238.364.466.037.893.281 1.153.671L12 21l2.652-3.978c.26-.39.687-.634 1.153-.67 1.09-.086 2.17-.208 3.238-.365 1.584-.233 2.707-1.626 2.707-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0 0 12 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleBottomCenterIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleBottomCenterTextIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleBottomCenterTextIcon.d.ts new file mode 100644 index 00000000..063305b1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleBottomCenterTextIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleBottomCenterTextIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleBottomCenterTextIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleBottomCenterTextIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleBottomCenterTextIcon.js new file mode 100644 index 00000000..e1675908 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleBottomCenterTextIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ChatBubbleBottomCenterTextIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M7.5 8.25h9m-9 3H12m-9.75 1.51c0 1.6 1.123 2.994 2.707 3.227 1.129.166 2.27.293 3.423.379.35.026.67.21.865.501L12 21l2.755-4.133a1.14 1.14 0 0 1 .865-.501 48.172 48.172 0 0 0 3.423-.379c1.584-.233 2.707-1.626 2.707-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0 0 12 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleBottomCenterTextIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftEllipsisIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftEllipsisIcon.d.ts new file mode 100644 index 00000000..a47610a1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftEllipsisIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleLeftEllipsisIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleLeftEllipsisIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftEllipsisIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftEllipsisIcon.js new file mode 100644 index 00000000..f8d70138 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftEllipsisIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ChatBubbleLeftEllipsisIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M8.625 9.75a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H8.25m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H12m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0h-.375m-13.5 3.01c0 1.6 1.123 2.994 2.707 3.227 1.087.16 2.185.283 3.293.369V21l4.184-4.183a1.14 1.14 0 0 1 .778-.332 48.294 48.294 0 0 0 5.83-.498c1.585-.233 2.708-1.626 2.708-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0 0 12 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleLeftEllipsisIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftIcon.d.ts new file mode 100644 index 00000000..6cc3f428 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftIcon.js new file mode 100644 index 00000000..6dc33cd1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ChatBubbleLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M2.25 12.76c0 1.6 1.123 2.994 2.707 3.227 1.087.16 2.185.283 3.293.369V21l4.076-4.076a1.526 1.526 0 0 1 1.037-.443 48.282 48.282 0 0 0 5.68-.494c1.584-.233 2.707-1.626 2.707-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0 0 12 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftRightIcon.d.ts new file mode 100644 index 00000000..0570c987 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleLeftRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleLeftRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftRightIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftRightIcon.js new file mode 100644 index 00000000..6db6fbda --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftRightIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ChatBubbleLeftRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 0 1-.825-.242m9.345-8.334a2.126 2.126 0 0 0-.476-.095 48.64 48.64 0 0 0-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0 0 11.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleLeftRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleOvalLeftEllipsisIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleOvalLeftEllipsisIcon.d.ts new file mode 100644 index 00000000..fbdac0c6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleOvalLeftEllipsisIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleOvalLeftEllipsisIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleOvalLeftEllipsisIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleOvalLeftEllipsisIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleOvalLeftEllipsisIcon.js new file mode 100644 index 00000000..10c6fd4a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleOvalLeftEllipsisIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ChatBubbleOvalLeftEllipsisIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M8.625 12a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H8.25m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H12m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0h-.375M21 12c0 4.556-4.03 8.25-9 8.25a9.764 9.764 0 0 1-2.555-.337A5.972 5.972 0 0 1 5.41 20.97a5.969 5.969 0 0 1-.474-.065 4.48 4.48 0 0 0 .978-2.025c.09-.457-.133-.901-.467-1.226C3.93 16.178 3 14.189 3 12c0-4.556 4.03-8.25 9-8.25s9 3.694 9 8.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleOvalLeftEllipsisIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleOvalLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleOvalLeftIcon.d.ts new file mode 100644 index 00000000..337b7ef5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleOvalLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleOvalLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleOvalLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleOvalLeftIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleOvalLeftIcon.js new file mode 100644 index 00000000..215704fd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ChatBubbleOvalLeftIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ChatBubbleOvalLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 20.25c4.97 0 9-3.694 9-8.25s-4.03-8.25-9-8.25S3 7.444 3 12c0 2.104.859 4.023 2.273 5.48.432.447.74 1.04.586 1.641a4.483 4.483 0 0 1-.923 1.785A5.969 5.969 0 0 0 6 21c1.282 0 2.47-.402 3.445-1.087.81.22 1.668.337 2.555.337Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleOvalLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CheckBadgeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/CheckBadgeIcon.d.ts new file mode 100644 index 00000000..986c9969 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CheckBadgeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CheckBadgeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CheckBadgeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CheckBadgeIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/CheckBadgeIcon.js new file mode 100644 index 00000000..4a2c8742 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CheckBadgeIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CheckBadgeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9 12.75 11.25 15 15 9.75M21 12c0 1.268-.63 2.39-1.593 3.068a3.745 3.745 0 0 1-1.043 3.296 3.745 3.745 0 0 1-3.296 1.043A3.745 3.745 0 0 1 12 21c-1.268 0-2.39-.63-3.068-1.593a3.746 3.746 0 0 1-3.296-1.043 3.745 3.745 0 0 1-1.043-3.296A3.745 3.745 0 0 1 3 12c0-1.268.63-2.39 1.593-3.068a3.745 3.745 0 0 1 1.043-3.296 3.746 3.746 0 0 1 3.296-1.043A3.746 3.746 0 0 1 12 3c1.268 0 2.39.63 3.068 1.593a3.746 3.746 0 0 1 3.296 1.043 3.746 3.746 0 0 1 1.043 3.296A3.745 3.745 0 0 1 21 12Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CheckBadgeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CheckCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/CheckCircleIcon.d.ts new file mode 100644 index 00000000..469518eb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CheckCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CheckCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CheckCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CheckCircleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/CheckCircleIcon.js new file mode 100644 index 00000000..6d67c261 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CheckCircleIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CheckCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CheckCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CheckIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/CheckIcon.d.ts new file mode 100644 index 00000000..b820cd99 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CheckIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CheckIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CheckIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CheckIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/CheckIcon.js new file mode 100644 index 00000000..6b2ecf4f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CheckIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CheckIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m4.5 12.75 6 6 9-13.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CheckIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronDoubleDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronDoubleDownIcon.d.ts new file mode 100644 index 00000000..6feae523 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronDoubleDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronDoubleDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronDoubleDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronDoubleDownIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronDoubleDownIcon.js new file mode 100644 index 00000000..2b3c46e6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronDoubleDownIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ChevronDoubleDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m4.5 5.25 7.5 7.5 7.5-7.5m-15 6 7.5 7.5 7.5-7.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronDoubleDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronDoubleLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronDoubleLeftIcon.d.ts new file mode 100644 index 00000000..3e75e8cf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronDoubleLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronDoubleLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronDoubleLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronDoubleLeftIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronDoubleLeftIcon.js new file mode 100644 index 00000000..868e8c1d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronDoubleLeftIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ChevronDoubleLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m18.75 4.5-7.5 7.5 7.5 7.5m-6-15L5.25 12l7.5 7.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronDoubleLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronDoubleRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronDoubleRightIcon.d.ts new file mode 100644 index 00000000..bf5c0a89 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronDoubleRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronDoubleRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronDoubleRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronDoubleRightIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronDoubleRightIcon.js new file mode 100644 index 00000000..2894fea0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronDoubleRightIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ChevronDoubleRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m5.25 4.5 7.5 7.5-7.5 7.5m6-15 7.5 7.5-7.5 7.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronDoubleRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronDoubleUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronDoubleUpIcon.d.ts new file mode 100644 index 00000000..00d556a5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronDoubleUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronDoubleUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronDoubleUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronDoubleUpIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronDoubleUpIcon.js new file mode 100644 index 00000000..880c3b55 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronDoubleUpIcon.js @@ -0,0 +1,30 @@ +import * as React from "react"; +function ChevronDoubleUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m4.5 18.75 7.5-7.5 7.5 7.5" + }), /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m4.5 12.75 7.5-7.5 7.5 7.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronDoubleUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronDownIcon.d.ts new file mode 100644 index 00000000..dd69c4b3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronDownIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronDownIcon.js new file mode 100644 index 00000000..a4b7cb59 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronDownIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ChevronDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m19.5 8.25-7.5 7.5-7.5-7.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronLeftIcon.d.ts new file mode 100644 index 00000000..7c694e2c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronLeftIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronLeftIcon.js new file mode 100644 index 00000000..4a68ecdc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronLeftIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ChevronLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.75 19.5 8.25 12l7.5-7.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronRightIcon.d.ts new file mode 100644 index 00000000..1bbf4c91 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronRightIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronRightIcon.js new file mode 100644 index 00000000..e6caabfb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronRightIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ChevronRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m8.25 4.5 7.5 7.5-7.5 7.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronUpDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronUpDownIcon.d.ts new file mode 100644 index 00000000..c3ac4f97 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronUpDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronUpDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronUpDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronUpDownIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronUpDownIcon.js new file mode 100644 index 00000000..15ed8df3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronUpDownIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ChevronUpDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M8.25 15 12 18.75 15.75 15m-7.5-6L12 5.25 15.75 9" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronUpDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronUpIcon.d.ts new file mode 100644 index 00000000..844cf9b7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronUpIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronUpIcon.js new file mode 100644 index 00000000..6280d9f0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ChevronUpIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ChevronUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m4.5 15.75 7.5-7.5 7.5 7.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CircleStackIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/CircleStackIcon.d.ts new file mode 100644 index 00000000..2bbb5569 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CircleStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CircleStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CircleStackIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CircleStackIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/CircleStackIcon.js new file mode 100644 index 00000000..3291800f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CircleStackIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CircleStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M20.25 6.375c0 2.278-3.694 4.125-8.25 4.125S3.75 8.653 3.75 6.375m16.5 0c0-2.278-3.694-4.125-8.25-4.125S3.75 4.097 3.75 6.375m16.5 0v11.25c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125V6.375m16.5 0v3.75m-16.5-3.75v3.75m16.5 0v3.75C20.25 16.153 16.556 18 12 18s-8.25-1.847-8.25-4.125v-3.75m16.5 0c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CircleStackIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ClipboardDocumentCheckIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ClipboardDocumentCheckIcon.d.ts new file mode 100644 index 00000000..9efe079e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ClipboardDocumentCheckIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ClipboardDocumentCheckIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ClipboardDocumentCheckIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ClipboardDocumentCheckIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ClipboardDocumentCheckIcon.js new file mode 100644 index 00000000..6d6bc69d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ClipboardDocumentCheckIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ClipboardDocumentCheckIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M11.35 3.836c-.065.21-.1.433-.1.664 0 .414.336.75.75.75h4.5a.75.75 0 0 0 .75-.75 2.25 2.25 0 0 0-.1-.664m-5.8 0A2.251 2.251 0 0 1 13.5 2.25H15c1.012 0 1.867.668 2.15 1.586m-5.8 0c-.376.023-.75.05-1.124.08C9.095 4.01 8.25 4.973 8.25 6.108V8.25m8.9-4.414c.376.023.75.05 1.124.08 1.131.094 1.976 1.057 1.976 2.192V16.5A2.25 2.25 0 0 1 18 18.75h-2.25m-7.5-10.5H4.875c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V18.75m-7.5-10.5h6.375c.621 0 1.125.504 1.125 1.125v9.375m-8.25-3 1.5 1.5 3-3.75" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ClipboardDocumentCheckIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ClipboardDocumentIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ClipboardDocumentIcon.d.ts new file mode 100644 index 00000000..24e6a6b7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ClipboardDocumentIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ClipboardDocumentIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ClipboardDocumentIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ClipboardDocumentIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ClipboardDocumentIcon.js new file mode 100644 index 00000000..248da6e7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ClipboardDocumentIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ClipboardDocumentIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M8.25 7.5V6.108c0-1.135.845-2.098 1.976-2.192.373-.03.748-.057 1.123-.08M15.75 18H18a2.25 2.25 0 0 0 2.25-2.25V6.108c0-1.135-.845-2.098-1.976-2.192a48.424 48.424 0 0 0-1.123-.08M15.75 18.75v-1.875a3.375 3.375 0 0 0-3.375-3.375h-1.5a1.125 1.125 0 0 1-1.125-1.125v-1.5A3.375 3.375 0 0 0 6.375 7.5H5.25m11.9-3.664A2.251 2.251 0 0 0 15 2.25h-1.5a2.251 2.251 0 0 0-2.15 1.586m5.8 0c.065.21.1.433.1.664v.75h-6V4.5c0-.231.035-.454.1-.664M6.75 7.5H4.875c-.621 0-1.125.504-1.125 1.125v12c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V16.5a9 9 0 0 0-9-9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ClipboardDocumentIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ClipboardDocumentListIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ClipboardDocumentListIcon.d.ts new file mode 100644 index 00000000..121e6c9b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ClipboardDocumentListIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ClipboardDocumentListIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ClipboardDocumentListIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ClipboardDocumentListIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ClipboardDocumentListIcon.js new file mode 100644 index 00000000..5d427e8e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ClipboardDocumentListIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ClipboardDocumentListIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9 12h3.75M9 15h3.75M9 18h3.75m3 .75H18a2.25 2.25 0 0 0 2.25-2.25V6.108c0-1.135-.845-2.098-1.976-2.192a48.424 48.424 0 0 0-1.123-.08m-5.801 0c-.065.21-.1.433-.1.664 0 .414.336.75.75.75h4.5a.75.75 0 0 0 .75-.75 2.25 2.25 0 0 0-.1-.664m-5.8 0A2.251 2.251 0 0 1 13.5 2.25H15c1.012 0 1.867.668 2.15 1.586m-5.8 0c-.376.023-.75.05-1.124.08C9.095 4.01 8.25 4.973 8.25 6.108V8.25m0 0H4.875c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V9.375c0-.621-.504-1.125-1.125-1.125H8.25ZM6.75 12h.008v.008H6.75V12Zm0 3h.008v.008H6.75V15Zm0 3h.008v.008H6.75V18Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ClipboardDocumentListIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ClipboardIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ClipboardIcon.d.ts new file mode 100644 index 00000000..9ee561ac --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ClipboardIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ClipboardIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ClipboardIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ClipboardIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ClipboardIcon.js new file mode 100644 index 00000000..643d6117 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ClipboardIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ClipboardIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.666 3.888A2.25 2.25 0 0 0 13.5 2.25h-3c-1.03 0-1.9.693-2.166 1.638m7.332 0c.055.194.084.4.084.612v0a.75.75 0 0 1-.75.75H9a.75.75 0 0 1-.75-.75v0c0-.212.03-.418.084-.612m7.332 0c.646.049 1.288.11 1.927.184 1.1.128 1.907 1.077 1.907 2.185V19.5a2.25 2.25 0 0 1-2.25 2.25H6.75A2.25 2.25 0 0 1 4.5 19.5V6.257c0-1.108.806-2.057 1.907-2.185a48.208 48.208 0 0 1 1.927-.184" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ClipboardIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ClockIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ClockIcon.d.ts new file mode 100644 index 00000000..2de89851 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ClockIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ClockIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ClockIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ClockIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ClockIcon.js new file mode 100644 index 00000000..2afc5ec7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ClockIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ClockIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ClockIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CloudArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/CloudArrowDownIcon.d.ts new file mode 100644 index 00000000..39732ffe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CloudArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CloudArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CloudArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CloudArrowDownIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/CloudArrowDownIcon.js new file mode 100644 index 00000000..3a43ecec --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CloudArrowDownIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CloudArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 9.75v6.75m0 0-3-3m3 3 3-3m-8.25 6a4.5 4.5 0 0 1-1.41-8.775 5.25 5.25 0 0 1 10.233-2.33 3 3 0 0 1 3.758 3.848A3.752 3.752 0 0 1 18 19.5H6.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CloudArrowDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CloudArrowUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/CloudArrowUpIcon.d.ts new file mode 100644 index 00000000..726007d8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CloudArrowUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CloudArrowUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CloudArrowUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CloudArrowUpIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/CloudArrowUpIcon.js new file mode 100644 index 00000000..2229d185 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CloudArrowUpIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CloudArrowUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 16.5V9.75m0 0 3 3m-3-3-3 3M6.75 19.5a4.5 4.5 0 0 1-1.41-8.775 5.25 5.25 0 0 1 10.233-2.33 3 3 0 0 1 3.758 3.848A3.752 3.752 0 0 1 18 19.5H6.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CloudArrowUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CloudIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/CloudIcon.d.ts new file mode 100644 index 00000000..b5ccfe79 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CloudIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CloudIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CloudIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CloudIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/CloudIcon.js new file mode 100644 index 00000000..12a1a1d5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CloudIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CloudIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M2.25 15a4.5 4.5 0 0 0 4.5 4.5H18a3.75 3.75 0 0 0 1.332-7.257 3 3 0 0 0-3.758-3.848 5.25 5.25 0 0 0-10.233 2.33A4.502 4.502 0 0 0 2.25 15Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CloudIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CodeBracketIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/CodeBracketIcon.d.ts new file mode 100644 index 00000000..ca0d8e8c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CodeBracketIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CodeBracketIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CodeBracketIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CodeBracketIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/CodeBracketIcon.js new file mode 100644 index 00000000..89ef4512 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CodeBracketIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CodeBracketIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M17.25 6.75 22.5 12l-5.25 5.25m-10.5 0L1.5 12l5.25-5.25m7.5-3-4.5 16.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CodeBracketIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CodeBracketSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/CodeBracketSquareIcon.d.ts new file mode 100644 index 00000000..53dd03aa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CodeBracketSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CodeBracketSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CodeBracketSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CodeBracketSquareIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/CodeBracketSquareIcon.js new file mode 100644 index 00000000..10444baa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CodeBracketSquareIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CodeBracketSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M14.25 9.75 16.5 12l-2.25 2.25m-4.5 0L7.5 12l2.25-2.25M6 20.25h12A2.25 2.25 0 0 0 20.25 18V6A2.25 2.25 0 0 0 18 3.75H6A2.25 2.25 0 0 0 3.75 6v12A2.25 2.25 0 0 0 6 20.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CodeBracketSquareIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/Cog6ToothIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/Cog6ToothIcon.d.ts new file mode 100644 index 00000000..327c3e9e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/Cog6ToothIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Cog6ToothIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Cog6ToothIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/Cog6ToothIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/Cog6ToothIcon.js new file mode 100644 index 00000000..ca6771ea --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/Cog6ToothIcon.js @@ -0,0 +1,30 @@ +import * as React from "react"; +function Cog6ToothIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9.594 3.94c.09-.542.56-.94 1.11-.94h2.593c.55 0 1.02.398 1.11.94l.213 1.281c.063.374.313.686.645.87.074.04.147.083.22.127.325.196.72.257 1.075.124l1.217-.456a1.125 1.125 0 0 1 1.37.49l1.296 2.247a1.125 1.125 0 0 1-.26 1.431l-1.003.827c-.293.241-.438.613-.43.992a7.723 7.723 0 0 1 0 .255c-.008.378.137.75.43.991l1.004.827c.424.35.534.955.26 1.43l-1.298 2.247a1.125 1.125 0 0 1-1.369.491l-1.217-.456c-.355-.133-.75-.072-1.076.124a6.47 6.47 0 0 1-.22.128c-.331.183-.581.495-.644.869l-.213 1.281c-.09.543-.56.94-1.11.94h-2.594c-.55 0-1.019-.398-1.11-.94l-.213-1.281c-.062-.374-.312-.686-.644-.87a6.52 6.52 0 0 1-.22-.127c-.325-.196-.72-.257-1.076-.124l-1.217.456a1.125 1.125 0 0 1-1.369-.49l-1.297-2.247a1.125 1.125 0 0 1 .26-1.431l1.004-.827c.292-.24.437-.613.43-.991a6.932 6.932 0 0 1 0-.255c.007-.38-.138-.751-.43-.992l-1.004-.827a1.125 1.125 0 0 1-.26-1.43l1.297-2.247a1.125 1.125 0 0 1 1.37-.491l1.216.456c.356.133.751.072 1.076-.124.072-.044.146-.086.22-.128.332-.183.582-.495.644-.869l.214-1.28Z" + }), /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Cog6ToothIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/Cog8ToothIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/Cog8ToothIcon.d.ts new file mode 100644 index 00000000..6a3f546b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/Cog8ToothIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Cog8ToothIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Cog8ToothIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/Cog8ToothIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/Cog8ToothIcon.js new file mode 100644 index 00000000..7e1d3c30 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/Cog8ToothIcon.js @@ -0,0 +1,30 @@ +import * as React from "react"; +function Cog8ToothIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M10.343 3.94c.09-.542.56-.94 1.11-.94h1.093c.55 0 1.02.398 1.11.94l.149.894c.07.424.384.764.78.93.398.164.855.142 1.205-.108l.737-.527a1.125 1.125 0 0 1 1.45.12l.773.774c.39.389.44 1.002.12 1.45l-.527.737c-.25.35-.272.806-.107 1.204.165.397.505.71.93.78l.893.15c.543.09.94.559.94 1.109v1.094c0 .55-.397 1.02-.94 1.11l-.894.149c-.424.07-.764.383-.929.78-.165.398-.143.854.107 1.204l.527.738c.32.447.269 1.06-.12 1.45l-.774.773a1.125 1.125 0 0 1-1.449.12l-.738-.527c-.35-.25-.806-.272-1.203-.107-.398.165-.71.505-.781.929l-.149.894c-.09.542-.56.94-1.11.94h-1.094c-.55 0-1.019-.398-1.11-.94l-.148-.894c-.071-.424-.384-.764-.781-.93-.398-.164-.854-.142-1.204.108l-.738.527c-.447.32-1.06.269-1.45-.12l-.773-.774a1.125 1.125 0 0 1-.12-1.45l.527-.737c.25-.35.272-.806.108-1.204-.165-.397-.506-.71-.93-.78l-.894-.15c-.542-.09-.94-.56-.94-1.109v-1.094c0-.55.398-1.02.94-1.11l.894-.149c.424-.07.765-.383.93-.78.165-.398.143-.854-.108-1.204l-.526-.738a1.125 1.125 0 0 1 .12-1.45l.773-.773a1.125 1.125 0 0 1 1.45-.12l.737.527c.35.25.807.272 1.204.107.397-.165.71-.505.78-.929l.15-.894Z" + }), /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Cog8ToothIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CogIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/CogIcon.d.ts new file mode 100644 index 00000000..e6570f2c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CogIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CogIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CogIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CogIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/CogIcon.js new file mode 100644 index 00000000..f46f2c92 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CogIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CogIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M4.5 12a7.5 7.5 0 0 0 15 0m-15 0a7.5 7.5 0 1 1 15 0m-15 0H3m16.5 0H21m-1.5 0H12m-8.457 3.077 1.41-.513m14.095-5.13 1.41-.513M5.106 17.785l1.15-.964m11.49-9.642 1.149-.964M7.501 19.795l.75-1.3m7.5-12.99.75-1.3m-6.063 16.658.26-1.477m2.605-14.772.26-1.477m0 17.726-.26-1.477M10.698 4.614l-.26-1.477M16.5 19.794l-.75-1.299M7.5 4.205 12 12m6.894 5.785-1.149-.964M6.256 7.178l-1.15-.964m15.352 8.864-1.41-.513M4.954 9.435l-1.41-.514M12.002 12l-3.75 6.495" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CogIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CommandLineIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/CommandLineIcon.d.ts new file mode 100644 index 00000000..30939870 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CommandLineIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CommandLineIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CommandLineIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CommandLineIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/CommandLineIcon.js new file mode 100644 index 00000000..b28d1b79 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CommandLineIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CommandLineIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m6.75 7.5 3 2.25-3 2.25m4.5 0h3m-9 8.25h13.5A2.25 2.25 0 0 0 21 18V6a2.25 2.25 0 0 0-2.25-2.25H5.25A2.25 2.25 0 0 0 3 6v12a2.25 2.25 0 0 0 2.25 2.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CommandLineIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ComputerDesktopIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ComputerDesktopIcon.d.ts new file mode 100644 index 00000000..c181101d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ComputerDesktopIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ComputerDesktopIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ComputerDesktopIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ComputerDesktopIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ComputerDesktopIcon.js new file mode 100644 index 00000000..38bbede1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ComputerDesktopIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ComputerDesktopIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9 17.25v1.007a3 3 0 0 1-.879 2.122L7.5 21h9l-.621-.621A3 3 0 0 1 15 18.257V17.25m6-12V15a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 15V5.25m18 0A2.25 2.25 0 0 0 18.75 3H5.25A2.25 2.25 0 0 0 3 5.25m18 0V12a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 12V5.25" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ComputerDesktopIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CpuChipIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/CpuChipIcon.d.ts new file mode 100644 index 00000000..3450bd59 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CpuChipIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CpuChipIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CpuChipIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CpuChipIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/CpuChipIcon.js new file mode 100644 index 00000000..7ebe9e96 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CpuChipIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CpuChipIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M8.25 3v1.5M4.5 8.25H3m18 0h-1.5M4.5 12H3m18 0h-1.5m-15 3.75H3m18 0h-1.5M8.25 19.5V21M12 3v1.5m0 15V21m3.75-18v1.5m0 15V21m-9-1.5h10.5a2.25 2.25 0 0 0 2.25-2.25V6.75a2.25 2.25 0 0 0-2.25-2.25H6.75A2.25 2.25 0 0 0 4.5 6.75v10.5a2.25 2.25 0 0 0 2.25 2.25Zm.75-12h9v9h-9v-9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CpuChipIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CreditCardIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/CreditCardIcon.d.ts new file mode 100644 index 00000000..5c8a8953 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CreditCardIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CreditCardIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CreditCardIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CreditCardIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/CreditCardIcon.js new file mode 100644 index 00000000..8d158842 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CreditCardIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CreditCardIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M2.25 8.25h19.5M2.25 9h19.5m-16.5 5.25h6m-6 2.25h3m-3.75 3h15a2.25 2.25 0 0 0 2.25-2.25V6.75A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25v10.5A2.25 2.25 0 0 0 4.5 19.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CreditCardIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CubeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/CubeIcon.d.ts new file mode 100644 index 00000000..71f780cd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CubeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CubeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CubeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CubeIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/CubeIcon.js new file mode 100644 index 00000000..33304697 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CubeIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CubeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m21 7.5-9-5.25L3 7.5m18 0-9 5.25m9-5.25v9l-9 5.25M3 7.5l9 5.25M3 7.5v9l9 5.25m0-9v9" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CubeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CubeTransparentIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/CubeTransparentIcon.d.ts new file mode 100644 index 00000000..88a40867 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CubeTransparentIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CubeTransparentIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CubeTransparentIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CubeTransparentIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/CubeTransparentIcon.js new file mode 100644 index 00000000..c8a6d469 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CubeTransparentIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CubeTransparentIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m21 7.5-2.25-1.313M21 7.5v2.25m0-2.25-2.25 1.313M3 7.5l2.25-1.313M3 7.5l2.25 1.313M3 7.5v2.25m9 3 2.25-1.313M12 12.75l-2.25-1.313M12 12.75V15m0 6.75 2.25-1.313M12 21.75V19.5m0 2.25-2.25-1.313m0-16.875L12 2.25l2.25 1.313M21 14.25v2.25l-2.25 1.313m-13.5 0L3 16.5v-2.25" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CubeTransparentIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CurrencyBangladeshiIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/CurrencyBangladeshiIcon.d.ts new file mode 100644 index 00000000..1e28144c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CurrencyBangladeshiIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyBangladeshiIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyBangladeshiIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CurrencyBangladeshiIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/CurrencyBangladeshiIcon.js new file mode 100644 index 00000000..0e5ce8a5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CurrencyBangladeshiIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CurrencyBangladeshiIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m8.25 7.5.415-.207a.75.75 0 0 1 1.085.67V10.5m0 0h6m-6 0h-1.5m1.5 0v5.438c0 .354.161.697.473.865a3.751 3.751 0 0 0 5.452-2.553c.083-.409-.263-.75-.68-.75h-.745M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyBangladeshiIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CurrencyDollarIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/CurrencyDollarIcon.d.ts new file mode 100644 index 00000000..69350dd6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CurrencyDollarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyDollarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyDollarIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CurrencyDollarIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/CurrencyDollarIcon.js new file mode 100644 index 00000000..9421bdb3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CurrencyDollarIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CurrencyDollarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 6v12m-3-2.818.879.659c1.171.879 3.07.879 4.242 0 1.172-.879 1.172-2.303 0-3.182C13.536 12.219 12.768 12 12 12c-.725 0-1.45-.22-2.003-.659-1.106-.879-1.106-2.303 0-3.182s2.9-.879 4.006 0l.415.33M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyDollarIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CurrencyEuroIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/CurrencyEuroIcon.d.ts new file mode 100644 index 00000000..9eb581d8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CurrencyEuroIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyEuroIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyEuroIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CurrencyEuroIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/CurrencyEuroIcon.js new file mode 100644 index 00000000..93613ca9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CurrencyEuroIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CurrencyEuroIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M14.25 7.756a4.5 4.5 0 1 0 0 8.488M7.5 10.5h5.25m-5.25 3h5.25M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyEuroIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CurrencyPoundIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/CurrencyPoundIcon.d.ts new file mode 100644 index 00000000..ee1b59c8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CurrencyPoundIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyPoundIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyPoundIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CurrencyPoundIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/CurrencyPoundIcon.js new file mode 100644 index 00000000..069ca125 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CurrencyPoundIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CurrencyPoundIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M14.121 7.629A3 3 0 0 0 9.017 9.43c-.023.212-.002.425.028.636l.506 3.541a4.5 4.5 0 0 1-.43 2.65L9 16.5l1.539-.513a2.25 2.25 0 0 1 1.422 0l.655.218a2.25 2.25 0 0 0 1.718-.122L15 15.75M8.25 12H12m9 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyPoundIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CurrencyRupeeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/CurrencyRupeeIcon.d.ts new file mode 100644 index 00000000..e5c72f61 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CurrencyRupeeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyRupeeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyRupeeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CurrencyRupeeIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/CurrencyRupeeIcon.js new file mode 100644 index 00000000..938bbe76 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CurrencyRupeeIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CurrencyRupeeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15 8.25H9m6 3H9m3 6-3-3h1.5a3 3 0 1 0 0-6M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyRupeeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CurrencyYenIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/CurrencyYenIcon.d.ts new file mode 100644 index 00000000..a26351d2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CurrencyYenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyYenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyYenIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CurrencyYenIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/CurrencyYenIcon.js new file mode 100644 index 00000000..a2c5c01f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CurrencyYenIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CurrencyYenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m9 7.5 3 4.5m0 0 3-4.5M12 12v5.25M15 12H9m6 3H9m12-3a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyYenIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CursorArrowRaysIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/CursorArrowRaysIcon.d.ts new file mode 100644 index 00000000..0bc05e58 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CursorArrowRaysIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CursorArrowRaysIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CursorArrowRaysIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CursorArrowRaysIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/CursorArrowRaysIcon.js new file mode 100644 index 00000000..9d2158c9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CursorArrowRaysIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CursorArrowRaysIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.042 21.672 13.684 16.6m0 0-2.51 2.225.569-9.47 5.227 7.917-3.286-.672ZM12 2.25V4.5m5.834.166-1.591 1.591M20.25 10.5H18M7.757 14.743l-1.59 1.59M6 10.5H3.75m4.007-4.243-1.59-1.59" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CursorArrowRaysIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CursorArrowRippleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/CursorArrowRippleIcon.d.ts new file mode 100644 index 00000000..2b2dfa45 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CursorArrowRippleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CursorArrowRippleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CursorArrowRippleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/CursorArrowRippleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/CursorArrowRippleIcon.js new file mode 100644 index 00000000..3e00f059 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/CursorArrowRippleIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CursorArrowRippleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.042 21.672 13.684 16.6m0 0-2.51 2.225.569-9.47 5.227 7.917-3.286-.672Zm-7.518-.267A8.25 8.25 0 1 1 20.25 10.5M8.288 14.212A5.25 5.25 0 1 1 17.25 10.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CursorArrowRippleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/DevicePhoneMobileIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/DevicePhoneMobileIcon.d.ts new file mode 100644 index 00000000..98865d35 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/DevicePhoneMobileIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DevicePhoneMobileIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DevicePhoneMobileIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/DevicePhoneMobileIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/DevicePhoneMobileIcon.js new file mode 100644 index 00000000..13d111fc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/DevicePhoneMobileIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function DevicePhoneMobileIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M10.5 1.5H8.25A2.25 2.25 0 0 0 6 3.75v16.5a2.25 2.25 0 0 0 2.25 2.25h7.5A2.25 2.25 0 0 0 18 20.25V3.75a2.25 2.25 0 0 0-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DevicePhoneMobileIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/DeviceTabletIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/DeviceTabletIcon.d.ts new file mode 100644 index 00000000..0ac9da19 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/DeviceTabletIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DeviceTabletIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DeviceTabletIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/DeviceTabletIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/DeviceTabletIcon.js new file mode 100644 index 00000000..4f0c8b25 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/DeviceTabletIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function DeviceTabletIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M10.5 19.5h3m-6.75 2.25h10.5a2.25 2.25 0 0 0 2.25-2.25v-15a2.25 2.25 0 0 0-2.25-2.25H6.75A2.25 2.25 0 0 0 4.5 4.5v15a2.25 2.25 0 0 0 2.25 2.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DeviceTabletIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/DivideIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/DivideIcon.d.ts new file mode 100644 index 00000000..997c414d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/DivideIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DivideIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DivideIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/DivideIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/DivideIcon.js new file mode 100644 index 00000000..07f084b0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/DivideIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function DivideIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M4.499 11.998h15m-7.5-6.75h.008v.008h-.008v-.008Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0ZM12 18.751h.007v.007H12v-.007Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DivideIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentArrowDownIcon.d.ts new file mode 100644 index 00000000..fe24428a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentArrowDownIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentArrowDownIcon.js new file mode 100644 index 00000000..1aa25bae --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentArrowDownIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function DocumentArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m.75 12 3 3m0 0 3-3m-3 3v-6m-1.5-9H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentArrowDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentArrowUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentArrowUpIcon.d.ts new file mode 100644 index 00000000..fe2fe304 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentArrowUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentArrowUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentArrowUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentArrowUpIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentArrowUpIcon.js new file mode 100644 index 00000000..1faf4619 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentArrowUpIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function DocumentArrowUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m6.75 12-3-3m0 0-3 3m3-3v6m-1.5-15H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentArrowUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentChartBarIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentChartBarIcon.d.ts new file mode 100644 index 00000000..0d302299 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentChartBarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentChartBarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentChartBarIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentChartBarIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentChartBarIcon.js new file mode 100644 index 00000000..898ff78b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentChartBarIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function DocumentChartBarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25M9 16.5v.75m3-3v3M15 12v5.25m-4.5-15H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentChartBarIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCheckIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCheckIcon.d.ts new file mode 100644 index 00000000..67250d12 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCheckIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCheckIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCheckIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCheckIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCheckIcon.js new file mode 100644 index 00000000..64a11f45 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCheckIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function DocumentCheckIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M10.125 2.25h-4.5c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125v-9M10.125 2.25h.375a9 9 0 0 1 9 9v.375M10.125 2.25A3.375 3.375 0 0 1 13.5 5.625v1.5c0 .621.504 1.125 1.125 1.125h1.5a3.375 3.375 0 0 1 3.375 3.375M9 15l2.25 2.25L15 12" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCheckIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCurrencyBangladeshiIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCurrencyBangladeshiIcon.d.ts new file mode 100644 index 00000000..c2bce0c1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCurrencyBangladeshiIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyBangladeshiIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyBangladeshiIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCurrencyBangladeshiIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCurrencyBangladeshiIcon.js new file mode 100644 index 00000000..e85233e5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCurrencyBangladeshiIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function DocumentCurrencyBangladeshiIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m0 8.25.22-.22a.75.75 0 0 1 1.28.53v6.441c0 .472.214.934.64 1.137a3.75 3.75 0 0 0 4.994-1.77c.205-.428-.152-.868-.627-.868h-.507m-6-2.25h7.5M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyBangladeshiIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCurrencyDollarIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCurrencyDollarIcon.d.ts new file mode 100644 index 00000000..6bfe92bc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCurrencyDollarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyDollarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyDollarIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCurrencyDollarIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCurrencyDollarIcon.js new file mode 100644 index 00000000..27cedf9d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCurrencyDollarIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function DocumentCurrencyDollarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m3.75 9v7.5m2.25-6.466a9.016 9.016 0 0 0-3.461-.203c-.536.072-.974.478-1.021 1.017a4.559 4.559 0 0 0-.018.402c0 .464.336.844.775.994l2.95 1.012c.44.15.775.53.775.994 0 .136-.006.27-.018.402-.047.539-.485.945-1.021 1.017a9.077 9.077 0 0 1-3.461-.203M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyDollarIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCurrencyEuroIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCurrencyEuroIcon.d.ts new file mode 100644 index 00000000..0333f02e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCurrencyEuroIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyEuroIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyEuroIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCurrencyEuroIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCurrencyEuroIcon.js new file mode 100644 index 00000000..2591ac38 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCurrencyEuroIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function DocumentCurrencyEuroIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m0 11.625h4.5m-4.5 2.25h4.5m2.121 1.527c-1.171 1.464-3.07 1.464-4.242 0-1.172-1.465-1.172-3.84 0-5.304 1.171-1.464 3.07-1.464 4.242 0M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyEuroIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCurrencyPoundIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCurrencyPoundIcon.d.ts new file mode 100644 index 00000000..47d0a886 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCurrencyPoundIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyPoundIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyPoundIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCurrencyPoundIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCurrencyPoundIcon.js new file mode 100644 index 00000000..5ba41f3e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCurrencyPoundIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function DocumentCurrencyPoundIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m6.621 9.879a3 3 0 0 0-5.02 2.897l.164.609a4.5 4.5 0 0 1-.108 2.676l-.157.439.44-.22a2.863 2.863 0 0 1 2.185-.155c.72.24 1.507.184 2.186-.155L15 18M8.25 15.75H12m-1.5-13.5H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyPoundIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCurrencyRupeeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCurrencyRupeeIcon.d.ts new file mode 100644 index 00000000..4c5e29c4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCurrencyRupeeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyRupeeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyRupeeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCurrencyRupeeIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCurrencyRupeeIcon.js new file mode 100644 index 00000000..bea66bb2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCurrencyRupeeIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function DocumentCurrencyRupeeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m2.25 9h3.75m-4.5 2.625h4.5M12 18.75 9.75 16.5h.375a2.625 2.625 0 0 0 0-5.25H9.75m.75-9H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyRupeeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCurrencyYenIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCurrencyYenIcon.d.ts new file mode 100644 index 00000000..32fd2d12 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCurrencyYenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyYenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyYenIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCurrencyYenIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCurrencyYenIcon.js new file mode 100644 index 00000000..116b18d9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentCurrencyYenIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function DocumentCurrencyYenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m1.5 9 2.25 3m0 0 2.25-3m-2.25 3v4.5M9.75 15h4.5m-4.5 2.25h4.5m-3.75-15H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyYenIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentDuplicateIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentDuplicateIcon.d.ts new file mode 100644 index 00000000..04a06a67 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentDuplicateIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentDuplicateIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentDuplicateIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentDuplicateIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentDuplicateIcon.js new file mode 100644 index 00000000..a3553acc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentDuplicateIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function DocumentDuplicateIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.75 17.25v3.375c0 .621-.504 1.125-1.125 1.125h-9.75a1.125 1.125 0 0 1-1.125-1.125V7.875c0-.621.504-1.125 1.125-1.125H6.75a9.06 9.06 0 0 1 1.5.124m7.5 10.376h3.375c.621 0 1.125-.504 1.125-1.125V11.25c0-4.46-3.243-8.161-7.5-8.876a9.06 9.06 0 0 0-1.5-.124H9.375c-.621 0-1.125.504-1.125 1.125v3.5m7.5 10.375H9.375a1.125 1.125 0 0 1-1.125-1.125v-9.25m12 6.625v-1.875a3.375 3.375 0 0 0-3.375-3.375h-1.5a1.125 1.125 0 0 1-1.125-1.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H9.75" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentDuplicateIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentIcon.d.ts new file mode 100644 index 00000000..bc42e724 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentIcon.js new file mode 100644 index 00000000..e1896c0c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function DocumentIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m2.25 0H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentMagnifyingGlassIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentMagnifyingGlassIcon.d.ts new file mode 100644 index 00000000..dc68c0c5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentMagnifyingGlassIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentMagnifyingGlassIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentMagnifyingGlassIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentMagnifyingGlassIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentMagnifyingGlassIcon.js new file mode 100644 index 00000000..2fd1e670 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentMagnifyingGlassIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function DocumentMagnifyingGlassIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m5.231 13.481L15 17.25m-4.5-15H5.625c-.621 0-1.125.504-1.125 1.125v16.5c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Zm3.75 11.625a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentMagnifyingGlassIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentMinusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentMinusIcon.d.ts new file mode 100644 index 00000000..a4fe39b8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentMinusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentMinusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentMinusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentMinusIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentMinusIcon.js new file mode 100644 index 00000000..6db6b3d9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentMinusIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function DocumentMinusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m6.75 12H9m1.5-12H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentMinusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentPlusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentPlusIcon.d.ts new file mode 100644 index 00000000..9446dd5e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentPlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentPlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentPlusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentPlusIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentPlusIcon.js new file mode 100644 index 00000000..c24585eb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentPlusIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function DocumentPlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m3.75 9v6m3-3H9m1.5-12H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentPlusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.d.ts new file mode 100644 index 00000000..1d9f5482 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentTextIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentTextIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.js new file mode 100644 index 00000000..8180de37 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function DocumentTextIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m0 12.75h7.5m-7.5 3H12M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentTextIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/EllipsisHorizontalCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/EllipsisHorizontalCircleIcon.d.ts new file mode 100644 index 00000000..18be974b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/EllipsisHorizontalCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EllipsisHorizontalCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EllipsisHorizontalCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/EllipsisHorizontalCircleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/EllipsisHorizontalCircleIcon.js new file mode 100644 index 00000000..403efe3e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/EllipsisHorizontalCircleIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function EllipsisHorizontalCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M8.625 12a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H8.25m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H12m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0h-.375M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EllipsisHorizontalCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/EllipsisHorizontalIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/EllipsisHorizontalIcon.d.ts new file mode 100644 index 00000000..6de30faf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/EllipsisHorizontalIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EllipsisHorizontalIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EllipsisHorizontalIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/EllipsisHorizontalIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/EllipsisHorizontalIcon.js new file mode 100644 index 00000000..405edfec --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/EllipsisHorizontalIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function EllipsisHorizontalIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M6.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM12.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM18.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EllipsisHorizontalIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/EllipsisVerticalIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/EllipsisVerticalIcon.d.ts new file mode 100644 index 00000000..c343e141 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/EllipsisVerticalIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EllipsisVerticalIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EllipsisVerticalIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/EllipsisVerticalIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/EllipsisVerticalIcon.js new file mode 100644 index 00000000..3d5da90a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/EllipsisVerticalIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function EllipsisVerticalIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 6.75a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5ZM12 12.75a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5ZM12 18.75a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EllipsisVerticalIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/EnvelopeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/EnvelopeIcon.d.ts new file mode 100644 index 00000000..c9db4845 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/EnvelopeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EnvelopeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EnvelopeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/EnvelopeIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/EnvelopeIcon.js new file mode 100644 index 00000000..8d416b20 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/EnvelopeIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function EnvelopeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M21.75 6.75v10.5a2.25 2.25 0 0 1-2.25 2.25h-15a2.25 2.25 0 0 1-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25m19.5 0v.243a2.25 2.25 0 0 1-1.07 1.916l-7.5 4.615a2.25 2.25 0 0 1-2.36 0L3.32 8.91a2.25 2.25 0 0 1-1.07-1.916V6.75" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EnvelopeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/EnvelopeOpenIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/EnvelopeOpenIcon.d.ts new file mode 100644 index 00000000..46a5e61f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/EnvelopeOpenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EnvelopeOpenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EnvelopeOpenIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/EnvelopeOpenIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/EnvelopeOpenIcon.js new file mode 100644 index 00000000..6028b398 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/EnvelopeOpenIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function EnvelopeOpenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M21.75 9v.906a2.25 2.25 0 0 1-1.183 1.981l-6.478 3.488M2.25 9v.906a2.25 2.25 0 0 0 1.183 1.981l6.478 3.488m8.839 2.51-4.66-2.51m0 0-1.023-.55a2.25 2.25 0 0 0-2.134 0l-1.022.55m0 0-4.661 2.51m16.5 1.615a2.25 2.25 0 0 1-2.25 2.25h-15a2.25 2.25 0 0 1-2.25-2.25V8.844a2.25 2.25 0 0 1 1.183-1.981l7.5-4.039a2.25 2.25 0 0 1 2.134 0l7.5 4.039a2.25 2.25 0 0 1 1.183 1.98V19.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EnvelopeOpenIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/EqualsIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/EqualsIcon.d.ts new file mode 100644 index 00000000..a535cdb0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/EqualsIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EqualsIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EqualsIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/EqualsIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/EqualsIcon.js new file mode 100644 index 00000000..e8571b4c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/EqualsIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function EqualsIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M4.499 8.248h15m-15 7.501h15" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EqualsIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ExclamationCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ExclamationCircleIcon.d.ts new file mode 100644 index 00000000..c6008c94 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ExclamationCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ExclamationCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ExclamationCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ExclamationCircleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ExclamationCircleIcon.js new file mode 100644 index 00000000..96424847 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ExclamationCircleIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ExclamationCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 9v3.75m9-.75a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9 3.75h.008v.008H12v-.008Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ExclamationCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ExclamationTriangleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ExclamationTriangleIcon.d.ts new file mode 100644 index 00000000..be0d82c5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ExclamationTriangleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ExclamationTriangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ExclamationTriangleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ExclamationTriangleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ExclamationTriangleIcon.js new file mode 100644 index 00000000..ee43d916 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ExclamationTriangleIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ExclamationTriangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 9v3.75m-9.303 3.376c-.866 1.5.217 3.374 1.948 3.374h14.71c1.73 0 2.813-1.874 1.948-3.374L13.949 3.378c-.866-1.5-3.032-1.5-3.898 0L2.697 16.126ZM12 15.75h.007v.008H12v-.008Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ExclamationTriangleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/EyeDropperIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/EyeDropperIcon.d.ts new file mode 100644 index 00000000..af7bce13 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/EyeDropperIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EyeDropperIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EyeDropperIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/EyeDropperIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/EyeDropperIcon.js new file mode 100644 index 00000000..6b6c05b4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/EyeDropperIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function EyeDropperIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m15 11.25 1.5 1.5.75-.75V8.758l2.276-.61a3 3 0 1 0-3.675-3.675l-.61 2.277H12l-.75.75 1.5 1.5M15 11.25l-8.47 8.47c-.34.34-.8.53-1.28.53s-.94.19-1.28.53l-.97.97-.75-.75.97-.97c.34-.34.53-.8.53-1.28s.19-.94.53-1.28L12.75 9M15 11.25 12.75 9" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EyeDropperIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/EyeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/EyeIcon.d.ts new file mode 100644 index 00000000..3b9c01f3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/EyeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EyeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EyeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/EyeIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/EyeIcon.js new file mode 100644 index 00000000..50d6b4c0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/EyeIcon.js @@ -0,0 +1,30 @@ +import * as React from "react"; +function EyeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M2.036 12.322a1.012 1.012 0 0 1 0-.639C3.423 7.51 7.36 4.5 12 4.5c4.638 0 8.573 3.007 9.963 7.178.07.207.07.431 0 .639C20.577 16.49 16.64 19.5 12 19.5c-4.638 0-8.573-3.007-9.963-7.178Z" + }), /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EyeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/EyeSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/EyeSlashIcon.d.ts new file mode 100644 index 00000000..e0540b3a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/EyeSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EyeSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EyeSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/EyeSlashIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/EyeSlashIcon.js new file mode 100644 index 00000000..c795ae0e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/EyeSlashIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function EyeSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3.98 8.223A10.477 10.477 0 0 0 1.934 12C3.226 16.338 7.244 19.5 12 19.5c.993 0 1.953-.138 2.863-.395M6.228 6.228A10.451 10.451 0 0 1 12 4.5c4.756 0 8.773 3.162 10.065 7.498a10.522 10.522 0 0 1-4.293 5.774M6.228 6.228 3 3m3.228 3.228 3.65 3.65m7.894 7.894L21 21m-3.228-3.228-3.65-3.65m0 0a3 3 0 1 0-4.243-4.243m4.242 4.242L9.88 9.88" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EyeSlashIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/FaceFrownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/FaceFrownIcon.d.ts new file mode 100644 index 00000000..b11631b6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/FaceFrownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FaceFrownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FaceFrownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/FaceFrownIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/FaceFrownIcon.js new file mode 100644 index 00000000..68e810a2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/FaceFrownIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function FaceFrownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.182 16.318A4.486 4.486 0 0 0 12.016 15a4.486 4.486 0 0 0-3.198 1.318M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0ZM9.75 9.75c0 .414-.168.75-.375.75S9 10.164 9 9.75 9.168 9 9.375 9s.375.336.375.75Zm-.375 0h.008v.015h-.008V9.75Zm5.625 0c0 .414-.168.75-.375.75s-.375-.336-.375-.75.168-.75.375-.75.375.336.375.75Zm-.375 0h.008v.015h-.008V9.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FaceFrownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/FaceSmileIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/FaceSmileIcon.d.ts new file mode 100644 index 00000000..ef261f45 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/FaceSmileIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FaceSmileIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FaceSmileIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/FaceSmileIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/FaceSmileIcon.js new file mode 100644 index 00000000..d7c1930f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/FaceSmileIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function FaceSmileIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.182 15.182a4.5 4.5 0 0 1-6.364 0M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0ZM9.75 9.75c0 .414-.168.75-.375.75S9 10.164 9 9.75 9.168 9 9.375 9s.375.336.375.75Zm-.375 0h.008v.015h-.008V9.75Zm5.625 0c0 .414-.168.75-.375.75s-.375-.336-.375-.75.168-.75.375-.75.375.336.375.75Zm-.375 0h.008v.015h-.008V9.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FaceSmileIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/FilmIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/FilmIcon.d.ts new file mode 100644 index 00000000..9b4ad1fd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/FilmIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FilmIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FilmIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/FilmIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/FilmIcon.js new file mode 100644 index 00000000..e363593f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/FilmIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function FilmIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3.375 19.5h17.25m-17.25 0a1.125 1.125 0 0 1-1.125-1.125M3.375 19.5h1.5C5.496 19.5 6 18.996 6 18.375m-3.75 0V5.625m0 12.75v-1.5c0-.621.504-1.125 1.125-1.125m18.375 2.625V5.625m0 12.75c0 .621-.504 1.125-1.125 1.125m1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125m0 3.75h-1.5A1.125 1.125 0 0 1 18 18.375M20.625 4.5H3.375m17.25 0c.621 0 1.125.504 1.125 1.125M20.625 4.5h-1.5C18.504 4.5 18 5.004 18 5.625m3.75 0v1.5c0 .621-.504 1.125-1.125 1.125M3.375 4.5c-.621 0-1.125.504-1.125 1.125M3.375 4.5h1.5C5.496 4.5 6 5.004 6 5.625m-3.75 0v1.5c0 .621.504 1.125 1.125 1.125m0 0h1.5m-1.5 0c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125m1.5-3.75C5.496 8.25 6 7.746 6 7.125v-1.5M4.875 8.25C5.496 8.25 6 8.754 6 9.375v1.5m0-5.25v5.25m0-5.25C6 5.004 6.504 4.5 7.125 4.5h9.75c.621 0 1.125.504 1.125 1.125m1.125 2.625h1.5m-1.5 0A1.125 1.125 0 0 1 18 7.125v-1.5m1.125 2.625c-.621 0-1.125.504-1.125 1.125v1.5m2.625-2.625c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125M18 5.625v5.25M7.125 12h9.75m-9.75 0A1.125 1.125 0 0 1 6 10.875M7.125 12C6.504 12 6 12.504 6 13.125m0-2.25C6 11.496 5.496 12 4.875 12M18 10.875c0 .621-.504 1.125-1.125 1.125M18 10.875c0 .621.504 1.125 1.125 1.125m-2.25 0c.621 0 1.125.504 1.125 1.125m-12 5.25v-5.25m0 5.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125m-12 0v-1.5c0-.621-.504-1.125-1.125-1.125M18 18.375v-5.25m0 5.25v-1.5c0-.621.504-1.125 1.125-1.125M18 13.125v1.5c0 .621.504 1.125 1.125 1.125M18 13.125c0-.621.504-1.125 1.125-1.125M6 13.125v1.5c0 .621-.504 1.125-1.125 1.125M6 13.125C6 12.504 5.496 12 4.875 12m-1.5 0h1.5m-1.5 0c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125M19.125 12h1.5m0 0c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125m-17.25 0h1.5m14.25 0h1.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FilmIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/FingerPrintIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/FingerPrintIcon.d.ts new file mode 100644 index 00000000..58bb338c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/FingerPrintIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FingerPrintIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FingerPrintIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/FingerPrintIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/FingerPrintIcon.js new file mode 100644 index 00000000..49ba7e95 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/FingerPrintIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function FingerPrintIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M7.864 4.243A7.5 7.5 0 0 1 19.5 10.5c0 2.92-.556 5.709-1.568 8.268M5.742 6.364A7.465 7.465 0 0 0 4.5 10.5a7.464 7.464 0 0 1-1.15 3.993m1.989 3.559A11.209 11.209 0 0 0 8.25 10.5a3.75 3.75 0 1 1 7.5 0c0 .527-.021 1.049-.064 1.565M12 10.5a14.94 14.94 0 0 1-3.6 9.75m6.633-4.596a18.666 18.666 0 0 1-2.485 5.33" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FingerPrintIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/FireIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/FireIcon.d.ts new file mode 100644 index 00000000..608efc52 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/FireIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FireIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FireIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/FireIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/FireIcon.js new file mode 100644 index 00000000..65b8b5a4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/FireIcon.js @@ -0,0 +1,30 @@ +import * as React from "react"; +function FireIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.362 5.214A8.252 8.252 0 0 1 12 21 8.25 8.25 0 0 1 6.038 7.047 8.287 8.287 0 0 0 9 9.601a8.983 8.983 0 0 1 3.361-6.867 8.21 8.21 0 0 0 3 2.48Z" + }), /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 18a3.75 3.75 0 0 0 .495-7.468 5.99 5.99 0 0 0-1.925 3.547 5.975 5.975 0 0 1-2.133-1.001A3.75 3.75 0 0 0 12 18Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FireIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/FlagIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/FlagIcon.d.ts new file mode 100644 index 00000000..ce09768c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/FlagIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FlagIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FlagIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/FlagIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/FlagIcon.js new file mode 100644 index 00000000..60a82311 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/FlagIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function FlagIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3 3v1.5M3 21v-6m0 0 2.77-.693a9 9 0 0 1 6.208.682l.108.054a9 9 0 0 0 6.086.71l3.114-.732a48.524 48.524 0 0 1-.005-10.499l-3.11.732a9 9 0 0 1-6.085-.711l-.108-.054a9 9 0 0 0-6.208-.682L3 4.5M3 15V4.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FlagIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/FolderArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/FolderArrowDownIcon.d.ts new file mode 100644 index 00000000..4895e92b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/FolderArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FolderArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FolderArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/FolderArrowDownIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/FolderArrowDownIcon.js new file mode 100644 index 00000000..0e02b541 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/FolderArrowDownIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function FolderArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m9 13.5 3 3m0 0 3-3m-3 3v-6m1.06-4.19-2.12-2.12a1.5 1.5 0 0 0-1.061-.44H4.5A2.25 2.25 0 0 0 2.25 6v12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9a2.25 2.25 0 0 0-2.25-2.25h-5.379a1.5 1.5 0 0 1-1.06-.44Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FolderArrowDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/FolderIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/FolderIcon.d.ts new file mode 100644 index 00000000..a9c9b8cd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/FolderIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FolderIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FolderIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/FolderIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/FolderIcon.js new file mode 100644 index 00000000..fede21a2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/FolderIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function FolderIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M2.25 12.75V12A2.25 2.25 0 0 1 4.5 9.75h15A2.25 2.25 0 0 1 21.75 12v.75m-8.69-6.44-2.12-2.12a1.5 1.5 0 0 0-1.061-.44H4.5A2.25 2.25 0 0 0 2.25 6v12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9a2.25 2.25 0 0 0-2.25-2.25h-5.379a1.5 1.5 0 0 1-1.06-.44Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FolderIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/FolderMinusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/FolderMinusIcon.d.ts new file mode 100644 index 00000000..c32ad5b2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/FolderMinusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FolderMinusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FolderMinusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/FolderMinusIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/FolderMinusIcon.js new file mode 100644 index 00000000..8d762fc2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/FolderMinusIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function FolderMinusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15 13.5H9m4.06-7.19-2.12-2.12a1.5 1.5 0 0 0-1.061-.44H4.5A2.25 2.25 0 0 0 2.25 6v12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9a2.25 2.25 0 0 0-2.25-2.25h-5.379a1.5 1.5 0 0 1-1.06-.44Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FolderMinusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/FolderOpenIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/FolderOpenIcon.d.ts new file mode 100644 index 00000000..41656cca --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/FolderOpenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FolderOpenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FolderOpenIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/FolderOpenIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/FolderOpenIcon.js new file mode 100644 index 00000000..9e1d6299 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/FolderOpenIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function FolderOpenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3.75 9.776c.112-.017.227-.026.344-.026h15.812c.117 0 .232.009.344.026m-16.5 0a2.25 2.25 0 0 0-1.883 2.542l.857 6a2.25 2.25 0 0 0 2.227 1.932H19.05a2.25 2.25 0 0 0 2.227-1.932l.857-6a2.25 2.25 0 0 0-1.883-2.542m-16.5 0V6A2.25 2.25 0 0 1 6 3.75h3.879a1.5 1.5 0 0 1 1.06.44l2.122 2.12a1.5 1.5 0 0 0 1.06.44H18A2.25 2.25 0 0 1 20.25 9v.776" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FolderOpenIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/FolderPlusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/FolderPlusIcon.d.ts new file mode 100644 index 00000000..ba21ba17 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/FolderPlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FolderPlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FolderPlusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/FolderPlusIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/FolderPlusIcon.js new file mode 100644 index 00000000..942f4ca8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/FolderPlusIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function FolderPlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 10.5v6m3-3H9m4.06-7.19-2.12-2.12a1.5 1.5 0 0 0-1.061-.44H4.5A2.25 2.25 0 0 0 2.25 6v12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9a2.25 2.25 0 0 0-2.25-2.25h-5.379a1.5 1.5 0 0 1-1.06-.44Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FolderPlusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ForwardIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ForwardIcon.d.ts new file mode 100644 index 00000000..1cd375b3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ForwardIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ForwardIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ForwardIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ForwardIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ForwardIcon.js new file mode 100644 index 00000000..2aa83ab6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ForwardIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ForwardIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3 8.689c0-.864.933-1.406 1.683-.977l7.108 4.061a1.125 1.125 0 0 1 0 1.954l-7.108 4.061A1.125 1.125 0 0 1 3 16.811V8.69ZM12.75 8.689c0-.864.933-1.406 1.683-.977l7.108 4.061a1.125 1.125 0 0 1 0 1.954l-7.108 4.061a1.125 1.125 0 0 1-1.683-.977V8.69Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ForwardIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/FunnelIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/FunnelIcon.d.ts new file mode 100644 index 00000000..ef9ce222 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/FunnelIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FunnelIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FunnelIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/FunnelIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/FunnelIcon.js new file mode 100644 index 00000000..9890eb32 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/FunnelIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function FunnelIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 3c2.755 0 5.455.232 8.083.678.533.09.917.556.917 1.096v1.044a2.25 2.25 0 0 1-.659 1.591l-5.432 5.432a2.25 2.25 0 0 0-.659 1.591v2.927a2.25 2.25 0 0 1-1.244 2.013L9.75 21v-6.568a2.25 2.25 0 0 0-.659-1.591L3.659 7.409A2.25 2.25 0 0 1 3 5.818V4.774c0-.54.384-1.006.917-1.096A48.32 48.32 0 0 1 12 3Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FunnelIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/GifIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/GifIcon.d.ts new file mode 100644 index 00000000..28c9754e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/GifIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GifIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GifIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/GifIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/GifIcon.js new file mode 100644 index 00000000..a455f223 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/GifIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function GifIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12.75 8.25v7.5m6-7.5h-3V12m0 0v3.75m0-3.75H18M9.75 9.348c-1.03-1.464-2.698-1.464-3.728 0-1.03 1.465-1.03 3.84 0 5.304 1.03 1.464 2.699 1.464 3.728 0V12h-1.5M4.5 19.5h15a2.25 2.25 0 0 0 2.25-2.25V6.75A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25v10.5A2.25 2.25 0 0 0 4.5 19.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GifIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/GiftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/GiftIcon.d.ts new file mode 100644 index 00000000..1be9eff4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/GiftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GiftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GiftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/GiftIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/GiftIcon.js new file mode 100644 index 00000000..50adc0a7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/GiftIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function GiftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M21 11.25v8.25a1.5 1.5 0 0 1-1.5 1.5H5.25a1.5 1.5 0 0 1-1.5-1.5v-8.25M12 4.875A2.625 2.625 0 1 0 9.375 7.5H12m0-2.625V7.5m0-2.625A2.625 2.625 0 1 1 14.625 7.5H12m0 0V21m-8.625-9.75h18c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125h-18c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GiftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/GiftTopIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/GiftTopIcon.d.ts new file mode 100644 index 00000000..fb112a99 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/GiftTopIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GiftTopIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GiftTopIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/GiftTopIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/GiftTopIcon.js new file mode 100644 index 00000000..d14a7c26 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/GiftTopIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function GiftTopIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 3.75v16.5M2.25 12h19.5M6.375 17.25a4.875 4.875 0 0 0 4.875-4.875V12m6.375 5.25a4.875 4.875 0 0 1-4.875-4.875V12m-9 8.25h16.5a1.5 1.5 0 0 0 1.5-1.5V5.25a1.5 1.5 0 0 0-1.5-1.5H3.75a1.5 1.5 0 0 0-1.5 1.5v13.5a1.5 1.5 0 0 0 1.5 1.5Zm12.621-9.44c-1.409 1.41-4.242 1.061-4.242 1.061s-.349-2.833 1.06-4.242a2.25 2.25 0 0 1 3.182 3.182ZM10.773 7.63c1.409 1.409 1.06 4.242 1.06 4.242S9 12.22 7.592 10.811a2.25 2.25 0 1 1 3.182-3.182Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GiftTopIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/GlobeAltIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/GlobeAltIcon.d.ts new file mode 100644 index 00000000..dcfbe8d2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/GlobeAltIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GlobeAltIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GlobeAltIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/GlobeAltIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/GlobeAltIcon.js new file mode 100644 index 00000000..35dcf1cb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/GlobeAltIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function GlobeAltIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 21a9.004 9.004 0 0 0 8.716-6.747M12 21a9.004 9.004 0 0 1-8.716-6.747M12 21c2.485 0 4.5-4.03 4.5-9S14.485 3 12 3m0 18c-2.485 0-4.5-4.03-4.5-9S9.515 3 12 3m0 0a8.997 8.997 0 0 1 7.843 4.582M12 3a8.997 8.997 0 0 0-7.843 4.582m15.686 0A11.953 11.953 0 0 1 12 10.5c-2.998 0-5.74-1.1-7.843-2.918m15.686 0A8.959 8.959 0 0 1 21 12c0 .778-.099 1.533-.284 2.253m0 0A17.919 17.919 0 0 1 12 16.5c-3.162 0-6.133-.815-8.716-2.247m0 0A9.015 9.015 0 0 1 3 12c0-1.605.42-3.113 1.157-4.418" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GlobeAltIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/GlobeAmericasIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/GlobeAmericasIcon.d.ts new file mode 100644 index 00000000..768a792f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/GlobeAmericasIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GlobeAmericasIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GlobeAmericasIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/GlobeAmericasIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/GlobeAmericasIcon.js new file mode 100644 index 00000000..19460b2e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/GlobeAmericasIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function GlobeAmericasIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m6.115 5.19.319 1.913A6 6 0 0 0 8.11 10.36L9.75 12l-.387.775c-.217.433-.132.956.21 1.298l1.348 1.348c.21.21.329.497.329.795v1.089c0 .426.24.815.622 1.006l.153.076c.433.217.956.132 1.298-.21l.723-.723a8.7 8.7 0 0 0 2.288-4.042 1.087 1.087 0 0 0-.358-1.099l-1.33-1.108c-.251-.21-.582-.299-.905-.245l-1.17.195a1.125 1.125 0 0 1-.98-.314l-.295-.295a1.125 1.125 0 0 1 0-1.591l.13-.132a1.125 1.125 0 0 1 1.3-.21l.603.302a.809.809 0 0 0 1.086-1.086L14.25 7.5l1.256-.837a4.5 4.5 0 0 0 1.528-1.732l.146-.292M6.115 5.19A9 9 0 1 0 17.18 4.64M6.115 5.19A8.965 8.965 0 0 1 12 3c1.929 0 3.716.607 5.18 1.64" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GlobeAmericasIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/GlobeAsiaAustraliaIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/GlobeAsiaAustraliaIcon.d.ts new file mode 100644 index 00000000..2b043982 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/GlobeAsiaAustraliaIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GlobeAsiaAustraliaIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GlobeAsiaAustraliaIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/GlobeAsiaAustraliaIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/GlobeAsiaAustraliaIcon.js new file mode 100644 index 00000000..b5896523 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/GlobeAsiaAustraliaIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function GlobeAsiaAustraliaIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12.75 3.03v.568c0 .334.148.65.405.864l1.068.89c.442.369.535 1.01.216 1.49l-.51.766a2.25 2.25 0 0 1-1.161.886l-.143.048a1.107 1.107 0 0 0-.57 1.664c.369.555.169 1.307-.427 1.605L9 13.125l.423 1.059a.956.956 0 0 1-1.652.928l-.679-.906a1.125 1.125 0 0 0-1.906.172L4.5 15.75l-.612.153M12.75 3.031a9 9 0 0 0-8.862 12.872M12.75 3.031a9 9 0 0 1 6.69 14.036m0 0-.177-.529A2.25 2.25 0 0 0 17.128 15H16.5l-.324-.324a1.453 1.453 0 0 0-2.328.377l-.036.073a1.586 1.586 0 0 1-.982.816l-.99.282c-.55.157-.894.702-.8 1.267l.073.438c.08.474.49.821.97.821.846 0 1.598.542 1.865 1.345l.215.643m5.276-3.67a9.012 9.012 0 0 1-5.276 3.67m0 0a9 9 0 0 1-10.275-4.835M15.75 9c0 .896-.393 1.7-1.016 2.25" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GlobeAsiaAustraliaIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/GlobeEuropeAfricaIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/GlobeEuropeAfricaIcon.d.ts new file mode 100644 index 00000000..0df28058 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/GlobeEuropeAfricaIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GlobeEuropeAfricaIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GlobeEuropeAfricaIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/GlobeEuropeAfricaIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/GlobeEuropeAfricaIcon.js new file mode 100644 index 00000000..5c81d25e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/GlobeEuropeAfricaIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function GlobeEuropeAfricaIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m20.893 13.393-1.135-1.135a2.252 2.252 0 0 1-.421-.585l-1.08-2.16a.414.414 0 0 0-.663-.107.827.827 0 0 1-.812.21l-1.273-.363a.89.89 0 0 0-.738 1.595l.587.39c.59.395.674 1.23.172 1.732l-.2.2c-.212.212-.33.498-.33.796v.41c0 .409-.11.809-.32 1.158l-1.315 2.191a2.11 2.11 0 0 1-1.81 1.025 1.055 1.055 0 0 1-1.055-1.055v-1.172c0-.92-.56-1.747-1.414-2.089l-.655-.261a2.25 2.25 0 0 1-1.383-2.46l.007-.042a2.25 2.25 0 0 1 .29-.787l.09-.15a2.25 2.25 0 0 1 2.37-1.048l1.178.236a1.125 1.125 0 0 0 1.302-.795l.208-.73a1.125 1.125 0 0 0-.578-1.315l-.665-.332-.091.091a2.25 2.25 0 0 1-1.591.659h-.18c-.249 0-.487.1-.662.274a.931.931 0 0 1-1.458-1.137l1.411-2.353a2.25 2.25 0 0 0 .286-.76m11.928 9.869A9 9 0 0 0 8.965 3.525m11.928 9.868A9 9 0 1 1 8.965 3.525" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GlobeEuropeAfricaIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/H1Icon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/H1Icon.d.ts new file mode 100644 index 00000000..6dd8b51a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/H1Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const H1Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default H1Icon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/H1Icon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/H1Icon.js new file mode 100644 index 00000000..e8806a54 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/H1Icon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function H1Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M2.243 4.493v7.5m0 0v7.502m0-7.501h10.5m0-7.5v7.5m0 0v7.501m4.501-8.627 2.25-1.5v10.126m0 0h-2.25m2.25 0h2.25" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(H1Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/H2Icon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/H2Icon.d.ts new file mode 100644 index 00000000..ced8aa38 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/H2Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const H2Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default H2Icon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/H2Icon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/H2Icon.js new file mode 100644 index 00000000..5449a58b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/H2Icon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function H2Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M21.75 19.5H16.5v-1.609a2.25 2.25 0 0 1 1.244-2.012l2.89-1.445c.651-.326 1.116-.955 1.116-1.683 0-.498-.04-.987-.118-1.463-.135-.825-.835-1.422-1.668-1.489a15.202 15.202 0 0 0-3.464.12M2.243 4.492v7.5m0 0v7.502m0-7.501h10.5m0-7.5v7.5m0 0v7.501" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(H2Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/H3Icon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/H3Icon.d.ts new file mode 100644 index 00000000..3e101f77 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/H3Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const H3Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default H3Icon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/H3Icon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/H3Icon.js new file mode 100644 index 00000000..df1cac1d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/H3Icon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function H3Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M20.905 14.626a4.52 4.52 0 0 1 .738 3.603c-.154.695-.794 1.143-1.504 1.208a15.194 15.194 0 0 1-3.639-.104m4.405-4.707a4.52 4.52 0 0 0 .738-3.603c-.154-.696-.794-1.144-1.504-1.209a15.19 15.19 0 0 0-3.639.104m4.405 4.708H18M2.243 4.493v7.5m0 0v7.502m0-7.501h10.5m0-7.5v7.5m0 0v7.501" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(H3Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/HandRaisedIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/HandRaisedIcon.d.ts new file mode 100644 index 00000000..66fd8285 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/HandRaisedIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HandRaisedIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HandRaisedIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/HandRaisedIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/HandRaisedIcon.js new file mode 100644 index 00000000..f009ef3a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/HandRaisedIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function HandRaisedIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M10.05 4.575a1.575 1.575 0 1 0-3.15 0v3m3.15-3v-1.5a1.575 1.575 0 0 1 3.15 0v1.5m-3.15 0 .075 5.925m3.075.75V4.575m0 0a1.575 1.575 0 0 1 3.15 0V15M6.9 7.575a1.575 1.575 0 1 0-3.15 0v8.175a6.75 6.75 0 0 0 6.75 6.75h2.018a5.25 5.25 0 0 0 3.712-1.538l1.732-1.732a5.25 5.25 0 0 0 1.538-3.712l.003-2.024a.668.668 0 0 1 .198-.471 1.575 1.575 0 1 0-2.228-2.228 3.818 3.818 0 0 0-1.12 2.687M6.9 7.575V12m6.27 4.318A4.49 4.49 0 0 1 16.35 15m.002 0h-.002" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HandRaisedIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/HandThumbDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/HandThumbDownIcon.d.ts new file mode 100644 index 00000000..efb5173f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/HandThumbDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HandThumbDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HandThumbDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/HandThumbDownIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/HandThumbDownIcon.js new file mode 100644 index 00000000..200932d7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/HandThumbDownIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function HandThumbDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M7.498 15.25H4.372c-1.026 0-1.945-.694-2.054-1.715a12.137 12.137 0 0 1-.068-1.285c0-2.848.992-5.464 2.649-7.521C5.287 4.247 5.886 4 6.504 4h4.016a4.5 4.5 0 0 1 1.423.23l3.114 1.04a4.5 4.5 0 0 0 1.423.23h1.294M7.498 15.25c.618 0 .991.724.725 1.282A7.471 7.471 0 0 0 7.5 19.75 2.25 2.25 0 0 0 9.75 22a.75.75 0 0 0 .75-.75v-.633c0-.573.11-1.14.322-1.672.304-.76.93-1.33 1.653-1.715a9.04 9.04 0 0 0 2.86-2.4c.498-.634 1.226-1.08 2.032-1.08h.384m-10.253 1.5H9.7m8.075-9.75c.01.05.027.1.05.148.593 1.2.925 2.55.925 3.977 0 1.487-.36 2.89-.999 4.125m.023-8.25c-.076-.365.183-.75.575-.75h.908c.889 0 1.713.518 1.972 1.368.339 1.11.521 2.287.521 3.507 0 1.553-.295 3.036-.831 4.398-.306.774-1.086 1.227-1.918 1.227h-1.053c-.472 0-.745-.556-.5-.96a8.95 8.95 0 0 0 .303-.54" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HandThumbDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/HandThumbUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/HandThumbUpIcon.d.ts new file mode 100644 index 00000000..69b969f9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/HandThumbUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HandThumbUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HandThumbUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/HandThumbUpIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/HandThumbUpIcon.js new file mode 100644 index 00000000..ed8982fd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/HandThumbUpIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function HandThumbUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M6.633 10.25c.806 0 1.533-.446 2.031-1.08a9.041 9.041 0 0 1 2.861-2.4c.723-.384 1.35-.956 1.653-1.715a4.498 4.498 0 0 0 .322-1.672V2.75a.75.75 0 0 1 .75-.75 2.25 2.25 0 0 1 2.25 2.25c0 1.152-.26 2.243-.723 3.218-.266.558.107 1.282.725 1.282m0 0h3.126c1.026 0 1.945.694 2.054 1.715.045.422.068.85.068 1.285a11.95 11.95 0 0 1-2.649 7.521c-.388.482-.987.729-1.605.729H13.48c-.483 0-.964-.078-1.423-.23l-3.114-1.04a4.501 4.501 0 0 0-1.423-.23H5.904m10.598-9.75H14.25M5.904 18.5c.083.205.173.405.27.602.197.4-.078.898-.523.898h-.908c-.889 0-1.713-.518-1.972-1.368a12 12 0 0 1-.521-3.507c0-1.553.295-3.036.831-4.398C3.387 9.953 4.167 9.5 5 9.5h1.053c.472 0 .745.556.5.96a8.958 8.958 0 0 0-1.302 4.665c0 1.194.232 2.333.654 3.375Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HandThumbUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/HashtagIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/HashtagIcon.d.ts new file mode 100644 index 00000000..cd41dcf2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/HashtagIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HashtagIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HashtagIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/HashtagIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/HashtagIcon.js new file mode 100644 index 00000000..69138ceb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/HashtagIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function HashtagIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M5.25 8.25h15m-16.5 7.5h15m-1.8-13.5-3.9 19.5m-2.1-19.5-3.9 19.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HashtagIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/HeartIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/HeartIcon.d.ts new file mode 100644 index 00000000..a6bd0952 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/HeartIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HeartIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HeartIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/HeartIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/HeartIcon.js new file mode 100644 index 00000000..af1fe599 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/HeartIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function HeartIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HeartIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/HomeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/HomeIcon.d.ts new file mode 100644 index 00000000..eea727df --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/HomeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HomeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HomeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/HomeIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/HomeIcon.js new file mode 100644 index 00000000..d6de0880 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/HomeIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function HomeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m2.25 12 8.954-8.955c.44-.439 1.152-.439 1.591 0L21.75 12M4.5 9.75v10.125c0 .621.504 1.125 1.125 1.125H9.75v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21h4.125c.621 0 1.125-.504 1.125-1.125V9.75M8.25 21h8.25" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HomeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/HomeModernIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/HomeModernIcon.d.ts new file mode 100644 index 00000000..03e6a85c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/HomeModernIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HomeModernIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HomeModernIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/HomeModernIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/HomeModernIcon.js new file mode 100644 index 00000000..bcb79ea7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/HomeModernIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function HomeModernIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M8.25 21v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21m0 0h4.5V3.545M12.75 21h7.5V10.75M2.25 21h1.5m18 0h-18M2.25 9l4.5-1.636M18.75 3l-1.5.545m0 6.205 3 1m1.5.5-1.5-.5M6.75 7.364V3h-3v18m3-13.636 10.5-3.819" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HomeModernIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/IdentificationIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/IdentificationIcon.d.ts new file mode 100644 index 00000000..85d23894 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/IdentificationIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const IdentificationIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default IdentificationIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/IdentificationIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/IdentificationIcon.js new file mode 100644 index 00000000..4d4c6c83 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/IdentificationIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function IdentificationIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15 9h3.75M15 12h3.75M15 15h3.75M4.5 19.5h15a2.25 2.25 0 0 0 2.25-2.25V6.75A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25v10.5A2.25 2.25 0 0 0 4.5 19.5Zm6-10.125a1.875 1.875 0 1 1-3.75 0 1.875 1.875 0 0 1 3.75 0Zm1.294 6.336a6.721 6.721 0 0 1-3.17.789 6.721 6.721 0 0 1-3.168-.789 3.376 3.376 0 0 1 6.338 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(IdentificationIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/InboxArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/InboxArrowDownIcon.d.ts new file mode 100644 index 00000000..2b604ed7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/InboxArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const InboxArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default InboxArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/InboxArrowDownIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/InboxArrowDownIcon.js new file mode 100644 index 00000000..6f5fd6a8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/InboxArrowDownIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function InboxArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9 3.75H6.912a2.25 2.25 0 0 0-2.15 1.588L2.35 13.177a2.25 2.25 0 0 0-.1.661V18a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18v-4.162c0-.224-.034-.447-.1-.661L19.24 5.338a2.25 2.25 0 0 0-2.15-1.588H15M2.25 13.5h3.86a2.25 2.25 0 0 1 2.012 1.244l.256.512a2.25 2.25 0 0 0 2.013 1.244h3.218a2.25 2.25 0 0 0 2.013-1.244l.256-.512a2.25 2.25 0 0 1 2.013-1.244h3.859M12 3v8.25m0 0-3-3m3 3 3-3" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(InboxArrowDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/InboxIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/InboxIcon.d.ts new file mode 100644 index 00000000..1bf31e53 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/InboxIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const InboxIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default InboxIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/InboxIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/InboxIcon.js new file mode 100644 index 00000000..15476e1f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/InboxIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function InboxIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M2.25 13.5h3.86a2.25 2.25 0 0 1 2.012 1.244l.256.512a2.25 2.25 0 0 0 2.013 1.244h3.218a2.25 2.25 0 0 0 2.013-1.244l.256-.512a2.25 2.25 0 0 1 2.013-1.244h3.859m-19.5.338V18a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18v-4.162c0-.224-.034-.447-.1-.661L19.24 5.338a2.25 2.25 0 0 0-2.15-1.588H6.911a2.25 2.25 0 0 0-2.15 1.588L2.35 13.177a2.25 2.25 0 0 0-.1.661Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(InboxIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/InboxStackIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/InboxStackIcon.d.ts new file mode 100644 index 00000000..cea338d6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/InboxStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const InboxStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default InboxStackIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/InboxStackIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/InboxStackIcon.js new file mode 100644 index 00000000..803f4726 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/InboxStackIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function InboxStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m7.875 14.25 1.214 1.942a2.25 2.25 0 0 0 1.908 1.058h2.006c.776 0 1.497-.4 1.908-1.058l1.214-1.942M2.41 9h4.636a2.25 2.25 0 0 1 1.872 1.002l.164.246a2.25 2.25 0 0 0 1.872 1.002h2.092a2.25 2.25 0 0 0 1.872-1.002l.164-.246A2.25 2.25 0 0 1 16.954 9h4.636M2.41 9a2.25 2.25 0 0 0-.16.832V12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 12V9.832c0-.287-.055-.57-.16-.832M2.41 9a2.25 2.25 0 0 1 .382-.632l3.285-3.832a2.25 2.25 0 0 1 1.708-.786h8.43c.657 0 1.281.287 1.709.786l3.284 3.832c.163.19.291.404.382.632M4.5 20.25h15A2.25 2.25 0 0 0 21.75 18v-2.625c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125V18a2.25 2.25 0 0 0 2.25 2.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(InboxStackIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/InformationCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/InformationCircleIcon.d.ts new file mode 100644 index 00000000..f072a915 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/InformationCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const InformationCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default InformationCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/InformationCircleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/InformationCircleIcon.js new file mode 100644 index 00000000..3d5158b8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/InformationCircleIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function InformationCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m11.25 11.25.041-.02a.75.75 0 0 1 1.063.852l-.708 2.836a.75.75 0 0 0 1.063.853l.041-.021M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9-3.75h.008v.008H12V8.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(InformationCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ItalicIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ItalicIcon.d.ts new file mode 100644 index 00000000..3b26c948 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ItalicIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ItalicIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ItalicIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ItalicIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ItalicIcon.js new file mode 100644 index 00000000..89b7c52e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ItalicIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ItalicIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M5.248 20.246H9.05m0 0h3.696m-3.696 0 5.893-16.502m0 0h-3.697m3.697 0h3.803" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ItalicIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/KeyIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/KeyIcon.d.ts new file mode 100644 index 00000000..54031ee1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/KeyIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const KeyIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default KeyIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/KeyIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/KeyIcon.js new file mode 100644 index 00000000..064d5055 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/KeyIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function KeyIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.75 5.25a3 3 0 0 1 3 3m3 0a6 6 0 0 1-7.029 5.912c-.563-.097-1.159.026-1.563.43L10.5 17.25H8.25v2.25H6v2.25H2.25v-2.818c0-.597.237-1.17.659-1.591l6.499-6.499c.404-.404.527-1 .43-1.563A6 6 0 1 1 21.75 8.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(KeyIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/LanguageIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/LanguageIcon.d.ts new file mode 100644 index 00000000..004c7bdd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/LanguageIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LanguageIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LanguageIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/LanguageIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/LanguageIcon.js new file mode 100644 index 00000000..e54399ba --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/LanguageIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function LanguageIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m10.5 21 5.25-11.25L21 21m-9-3h7.5M3 5.621a48.474 48.474 0 0 1 6-.371m0 0c1.12 0 2.233.038 3.334.114M9 5.25V3m3.334 2.364C11.176 10.658 7.69 15.08 3 17.502m9.334-12.138c.896.061 1.785.147 2.666.257m-4.589 8.495a18.023 18.023 0 0 1-3.827-5.802" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LanguageIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/LifebuoyIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/LifebuoyIcon.d.ts new file mode 100644 index 00000000..9e84fdbe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/LifebuoyIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LifebuoyIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LifebuoyIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/LifebuoyIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/LifebuoyIcon.js new file mode 100644 index 00000000..f348e059 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/LifebuoyIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function LifebuoyIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M16.712 4.33a9.027 9.027 0 0 1 1.652 1.306c.51.51.944 1.064 1.306 1.652M16.712 4.33l-3.448 4.138m3.448-4.138a9.014 9.014 0 0 0-9.424 0M19.67 7.288l-4.138 3.448m4.138-3.448a9.014 9.014 0 0 1 0 9.424m-4.138-5.976a3.736 3.736 0 0 0-.88-1.388 3.737 3.737 0 0 0-1.388-.88m2.268 2.268a3.765 3.765 0 0 1 0 2.528m-2.268-4.796a3.765 3.765 0 0 0-2.528 0m4.796 4.796c-.181.506-.475.982-.88 1.388a3.736 3.736 0 0 1-1.388.88m2.268-2.268 4.138 3.448m0 0a9.027 9.027 0 0 1-1.306 1.652c-.51.51-1.064.944-1.652 1.306m0 0-3.448-4.138m3.448 4.138a9.014 9.014 0 0 1-9.424 0m5.976-4.138a3.765 3.765 0 0 1-2.528 0m0 0a3.736 3.736 0 0 1-1.388-.88 3.737 3.737 0 0 1-.88-1.388m2.268 2.268L7.288 19.67m0 0a9.024 9.024 0 0 1-1.652-1.306 9.027 9.027 0 0 1-1.306-1.652m0 0 4.138-3.448M4.33 16.712a9.014 9.014 0 0 1 0-9.424m4.138 5.976a3.765 3.765 0 0 1 0-2.528m0 0c.181-.506.475-.982.88-1.388a3.736 3.736 0 0 1 1.388-.88m-2.268 2.268L4.33 7.288m6.406 1.18L7.288 4.33m0 0a9.024 9.024 0 0 0-1.652 1.306A9.025 9.025 0 0 0 4.33 7.288" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LifebuoyIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/LightBulbIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/LightBulbIcon.d.ts new file mode 100644 index 00000000..140569d3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/LightBulbIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LightBulbIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LightBulbIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/LightBulbIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/LightBulbIcon.js new file mode 100644 index 00000000..81d40105 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/LightBulbIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function LightBulbIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 18v-5.25m0 0a6.01 6.01 0 0 0 1.5-.189m-1.5.189a6.01 6.01 0 0 1-1.5-.189m3.75 7.478a12.06 12.06 0 0 1-4.5 0m3.75 2.383a14.406 14.406 0 0 1-3 0M14.25 18v-.192c0-.983.658-1.823 1.508-2.316a7.5 7.5 0 1 0-7.517 0c.85.493 1.509 1.333 1.509 2.316V18" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LightBulbIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/LinkIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/LinkIcon.d.ts new file mode 100644 index 00000000..7c670eff --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/LinkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LinkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LinkIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/LinkIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/LinkIcon.js new file mode 100644 index 00000000..1361b544 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/LinkIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function LinkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M13.19 8.688a4.5 4.5 0 0 1 1.242 7.244l-4.5 4.5a4.5 4.5 0 0 1-6.364-6.364l1.757-1.757m13.35-.622 1.757-1.757a4.5 4.5 0 0 0-6.364-6.364l-4.5 4.5a4.5 4.5 0 0 0 1.242 7.244" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LinkIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/LinkSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/LinkSlashIcon.d.ts new file mode 100644 index 00000000..10fa71e3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/LinkSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LinkSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LinkSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/LinkSlashIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/LinkSlashIcon.js new file mode 100644 index 00000000..f15ec726 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/LinkSlashIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function LinkSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M13.181 8.68a4.503 4.503 0 0 1 1.903 6.405m-9.768-2.782L3.56 14.06a4.5 4.5 0 0 0 6.364 6.365l3.129-3.129m5.614-5.615 1.757-1.757a4.5 4.5 0 0 0-6.364-6.365l-4.5 4.5c-.258.26-.479.541-.661.84m1.903 6.405a4.495 4.495 0 0 1-1.242-.88 4.483 4.483 0 0 1-1.062-1.683m6.587 2.345 5.907 5.907m-5.907-5.907L8.898 8.898M2.991 2.99 8.898 8.9" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LinkSlashIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ListBulletIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ListBulletIcon.d.ts new file mode 100644 index 00000000..0c6cd1ed --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ListBulletIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ListBulletIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ListBulletIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ListBulletIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ListBulletIcon.js new file mode 100644 index 00000000..bde1792d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ListBulletIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ListBulletIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M8.25 6.75h12M8.25 12h12m-12 5.25h12M3.75 6.75h.007v.008H3.75V6.75Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0ZM3.75 12h.007v.008H3.75V12Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm-.375 5.25h.007v.008H3.75v-.008Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ListBulletIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/LockClosedIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/LockClosedIcon.d.ts new file mode 100644 index 00000000..b5df9ca2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/LockClosedIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LockClosedIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LockClosedIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/LockClosedIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/LockClosedIcon.js new file mode 100644 index 00000000..f7eddaf0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/LockClosedIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function LockClosedIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M16.5 10.5V6.75a4.5 4.5 0 1 0-9 0v3.75m-.75 11.25h10.5a2.25 2.25 0 0 0 2.25-2.25v-6.75a2.25 2.25 0 0 0-2.25-2.25H6.75a2.25 2.25 0 0 0-2.25 2.25v6.75a2.25 2.25 0 0 0 2.25 2.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LockClosedIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/LockOpenIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/LockOpenIcon.d.ts new file mode 100644 index 00000000..0f847fce --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/LockOpenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LockOpenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LockOpenIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/LockOpenIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/LockOpenIcon.js new file mode 100644 index 00000000..b4f54cb1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/LockOpenIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function LockOpenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M13.5 10.5V6.75a4.5 4.5 0 1 1 9 0v3.75M3.75 21.75h10.5a2.25 2.25 0 0 0 2.25-2.25v-6.75a2.25 2.25 0 0 0-2.25-2.25H3.75a2.25 2.25 0 0 0-2.25 2.25v6.75a2.25 2.25 0 0 0 2.25 2.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LockOpenIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/MagnifyingGlassCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/MagnifyingGlassCircleIcon.d.ts new file mode 100644 index 00000000..bb57af1e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/MagnifyingGlassCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MagnifyingGlassCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MagnifyingGlassCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/MagnifyingGlassCircleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/MagnifyingGlassCircleIcon.js new file mode 100644 index 00000000..9a306227 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/MagnifyingGlassCircleIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function MagnifyingGlassCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m15.75 15.75-2.489-2.489m0 0a3.375 3.375 0 1 0-4.773-4.773 3.375 3.375 0 0 0 4.774 4.774ZM21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MagnifyingGlassCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/MagnifyingGlassIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/MagnifyingGlassIcon.d.ts new file mode 100644 index 00000000..8481bf29 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/MagnifyingGlassIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MagnifyingGlassIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MagnifyingGlassIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/MagnifyingGlassIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/MagnifyingGlassIcon.js new file mode 100644 index 00000000..5c0e529d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/MagnifyingGlassIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function MagnifyingGlassIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MagnifyingGlassIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/MagnifyingGlassMinusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/MagnifyingGlassMinusIcon.d.ts new file mode 100644 index 00000000..e0d8a15d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/MagnifyingGlassMinusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MagnifyingGlassMinusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MagnifyingGlassMinusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/MagnifyingGlassMinusIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/MagnifyingGlassMinusIcon.js new file mode 100644 index 00000000..5e811aca --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/MagnifyingGlassMinusIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function MagnifyingGlassMinusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607ZM13.5 10.5h-6" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MagnifyingGlassMinusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/MagnifyingGlassPlusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/MagnifyingGlassPlusIcon.d.ts new file mode 100644 index 00000000..2f92e87a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/MagnifyingGlassPlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MagnifyingGlassPlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MagnifyingGlassPlusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/MagnifyingGlassPlusIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/MagnifyingGlassPlusIcon.js new file mode 100644 index 00000000..531c4ac4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/MagnifyingGlassPlusIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function MagnifyingGlassPlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607ZM10.5 7.5v6m3-3h-6" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MagnifyingGlassPlusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/MapIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/MapIcon.d.ts new file mode 100644 index 00000000..0d81f6f4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/MapIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MapIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MapIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/MapIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/MapIcon.js new file mode 100644 index 00000000..1ee34aba --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/MapIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function MapIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9 6.75V15m6-6v8.25m.503 3.498 4.875-2.437c.381-.19.622-.58.622-1.006V4.82c0-.836-.88-1.38-1.628-1.006l-3.869 1.934c-.317.159-.69.159-1.006 0L9.503 3.252a1.125 1.125 0 0 0-1.006 0L3.622 5.689C3.24 5.88 3 6.27 3 6.695V19.18c0 .836.88 1.38 1.628 1.006l3.869-1.934c.317-.159.69-.159 1.006 0l4.994 2.497c.317.158.69.158 1.006 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MapIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/MapPinIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/MapPinIcon.d.ts new file mode 100644 index 00000000..5a651e4f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/MapPinIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MapPinIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MapPinIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/MapPinIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/MapPinIcon.js new file mode 100644 index 00000000..949de557 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/MapPinIcon.js @@ -0,0 +1,30 @@ +import * as React from "react"; +function MapPinIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15 10.5a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z" + }), /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M19.5 10.5c0 7.142-7.5 11.25-7.5 11.25S4.5 17.642 4.5 10.5a7.5 7.5 0 1 1 15 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MapPinIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/MegaphoneIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/MegaphoneIcon.d.ts new file mode 100644 index 00000000..105abf4b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/MegaphoneIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MegaphoneIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MegaphoneIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/MegaphoneIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/MegaphoneIcon.js new file mode 100644 index 00000000..66ca0646 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/MegaphoneIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function MegaphoneIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M10.34 15.84c-.688-.06-1.386-.09-2.09-.09H7.5a4.5 4.5 0 1 1 0-9h.75c.704 0 1.402-.03 2.09-.09m0 9.18c.253.962.584 1.892.985 2.783.247.55.06 1.21-.463 1.511l-.657.38c-.551.318-1.26.117-1.527-.461a20.845 20.845 0 0 1-1.44-4.282m3.102.069a18.03 18.03 0 0 1-.59-4.59c0-1.586.205-3.124.59-4.59m0 9.18a23.848 23.848 0 0 1 8.835 2.535M10.34 6.66a23.847 23.847 0 0 0 8.835-2.535m0 0A23.74 23.74 0 0 0 18.795 3m.38 1.125a23.91 23.91 0 0 1 1.014 5.395m-1.014 8.855c-.118.38-.245.754-.38 1.125m.38-1.125a23.91 23.91 0 0 0 1.014-5.395m0-3.46c.495.413.811 1.035.811 1.73 0 .695-.316 1.317-.811 1.73m0-3.46a24.347 24.347 0 0 1 0 3.46" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MegaphoneIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/MicrophoneIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/MicrophoneIcon.d.ts new file mode 100644 index 00000000..8671d6b9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/MicrophoneIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MicrophoneIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MicrophoneIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/MicrophoneIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/MicrophoneIcon.js new file mode 100644 index 00000000..bd0927f3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/MicrophoneIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function MicrophoneIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 18.75a6 6 0 0 0 6-6v-1.5m-6 7.5a6 6 0 0 1-6-6v-1.5m6 7.5v3.75m-3.75 0h7.5M12 15.75a3 3 0 0 1-3-3V4.5a3 3 0 1 1 6 0v8.25a3 3 0 0 1-3 3Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MicrophoneIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/MinusCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/MinusCircleIcon.d.ts new file mode 100644 index 00000000..cfc27bcc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/MinusCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MinusCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MinusCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/MinusCircleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/MinusCircleIcon.js new file mode 100644 index 00000000..533f4840 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/MinusCircleIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function MinusCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15 12H9m12 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MinusCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/MinusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/MinusIcon.d.ts new file mode 100644 index 00000000..7fdb4b6c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/MinusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MinusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MinusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/MinusIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/MinusIcon.js new file mode 100644 index 00000000..a6c2b20a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/MinusIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function MinusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M5 12h14" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MinusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/MinusSmallIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/MinusSmallIcon.d.ts new file mode 100644 index 00000000..b8f586d6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/MinusSmallIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const MinusSmallIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MinusSmallIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/MinusSmallIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/MinusSmallIcon.js new file mode 100644 index 00000000..62f066c5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/MinusSmallIcon.js @@ -0,0 +1,27 @@ +import * as React from "react"; +/** @deprecated */ +function MinusSmallIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M18 12H6" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MinusSmallIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/MoonIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/MoonIcon.d.ts new file mode 100644 index 00000000..de7d2c5e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/MoonIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MoonIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MoonIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/MoonIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/MoonIcon.js new file mode 100644 index 00000000..dd3f74ec --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/MoonIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function MoonIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M21.752 15.002A9.72 9.72 0 0 1 18 15.75c-5.385 0-9.75-4.365-9.75-9.75 0-1.33.266-2.597.748-3.752A9.753 9.753 0 0 0 3 11.25C3 16.635 7.365 21 12.75 21a9.753 9.753 0 0 0 9.002-5.998Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MoonIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/MusicalNoteIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/MusicalNoteIcon.d.ts new file mode 100644 index 00000000..043d34ef --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/MusicalNoteIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MusicalNoteIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MusicalNoteIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/MusicalNoteIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/MusicalNoteIcon.js new file mode 100644 index 00000000..23df2c2a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/MusicalNoteIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function MusicalNoteIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m9 9 10.5-3m0 6.553v3.75a2.25 2.25 0 0 1-1.632 2.163l-1.32.377a1.803 1.803 0 1 1-.99-3.467l2.31-.66a2.25 2.25 0 0 0 1.632-2.163Zm0 0V2.25L9 5.25v10.303m0 0v3.75a2.25 2.25 0 0 1-1.632 2.163l-1.32.377a1.803 1.803 0 0 1-.99-3.467l2.31-.66A2.25 2.25 0 0 0 9 15.553Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MusicalNoteIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/NewspaperIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/NewspaperIcon.d.ts new file mode 100644 index 00000000..79735338 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/NewspaperIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const NewspaperIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default NewspaperIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/NewspaperIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/NewspaperIcon.js new file mode 100644 index 00000000..41a4bfe9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/NewspaperIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function NewspaperIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 7.5h1.5m-1.5 3h1.5m-7.5 3h7.5m-7.5 3h7.5m3-9h3.375c.621 0 1.125.504 1.125 1.125V18a2.25 2.25 0 0 1-2.25 2.25M16.5 7.5V18a2.25 2.25 0 0 0 2.25 2.25M16.5 7.5V4.875c0-.621-.504-1.125-1.125-1.125H4.125C3.504 3.75 3 4.254 3 4.875V18a2.25 2.25 0 0 0 2.25 2.25h13.5M6 7.5h3v3H6v-3Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(NewspaperIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/NoSymbolIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/NoSymbolIcon.d.ts new file mode 100644 index 00000000..5a3d4b75 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/NoSymbolIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const NoSymbolIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default NoSymbolIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/NoSymbolIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/NoSymbolIcon.js new file mode 100644 index 00000000..d87e980c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/NoSymbolIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function NoSymbolIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M18.364 18.364A9 9 0 0 0 5.636 5.636m12.728 12.728A9 9 0 0 1 5.636 5.636m12.728 12.728L5.636 5.636" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(NoSymbolIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/NumberedListIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/NumberedListIcon.d.ts new file mode 100644 index 00000000..bd0b135f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/NumberedListIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const NumberedListIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default NumberedListIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/NumberedListIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/NumberedListIcon.js new file mode 100644 index 00000000..3cbfd291 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/NumberedListIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function NumberedListIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M8.242 5.992h12m-12 6.003H20.24m-12 5.999h12M4.117 7.495v-3.75H2.99m1.125 3.75H2.99m1.125 0H5.24m-1.92 2.577a1.125 1.125 0 1 1 1.591 1.59l-1.83 1.83h2.16M2.99 15.745h1.125a1.125 1.125 0 0 1 0 2.25H3.74m0-.002h.375a1.125 1.125 0 0 1 0 2.25H2.99" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(NumberedListIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PaintBrushIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/PaintBrushIcon.d.ts new file mode 100644 index 00000000..2278908e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PaintBrushIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PaintBrushIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PaintBrushIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PaintBrushIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/PaintBrushIcon.js new file mode 100644 index 00000000..43042800 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PaintBrushIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function PaintBrushIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9.53 16.122a3 3 0 0 0-5.78 1.128 2.25 2.25 0 0 1-2.4 2.245 4.5 4.5 0 0 0 8.4-2.245c0-.399-.078-.78-.22-1.128Zm0 0a15.998 15.998 0 0 0 3.388-1.62m-5.043-.025a15.994 15.994 0 0 1 1.622-3.395m3.42 3.42a15.995 15.995 0 0 0 4.764-4.648l3.876-5.814a1.151 1.151 0 0 0-1.597-1.597L14.146 6.32a15.996 15.996 0 0 0-4.649 4.763m3.42 3.42a6.776 6.776 0 0 0-3.42-3.42" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PaintBrushIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PaperAirplaneIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/PaperAirplaneIcon.d.ts new file mode 100644 index 00000000..8f9b057d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PaperAirplaneIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PaperAirplaneIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PaperAirplaneIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PaperAirplaneIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/PaperAirplaneIcon.js new file mode 100644 index 00000000..051deafb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PaperAirplaneIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function PaperAirplaneIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M6 12 3.269 3.125A59.769 59.769 0 0 1 21.485 12 59.768 59.768 0 0 1 3.27 20.875L5.999 12Zm0 0h7.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PaperAirplaneIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PaperClipIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/PaperClipIcon.d.ts new file mode 100644 index 00000000..85bc18b3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PaperClipIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PaperClipIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PaperClipIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PaperClipIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/PaperClipIcon.js new file mode 100644 index 00000000..3fc8e936 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PaperClipIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function PaperClipIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m18.375 12.739-7.693 7.693a4.5 4.5 0 0 1-6.364-6.364l10.94-10.94A3 3 0 1 1 19.5 7.372L8.552 18.32m.009-.01-.01.01m5.699-9.941-7.81 7.81a1.5 1.5 0 0 0 2.112 2.13" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PaperClipIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PauseCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/PauseCircleIcon.d.ts new file mode 100644 index 00000000..369128d9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PauseCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PauseCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PauseCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PauseCircleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/PauseCircleIcon.js new file mode 100644 index 00000000..83be1261 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PauseCircleIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function PauseCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M14.25 9v6m-4.5 0V9M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PauseCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PauseIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/PauseIcon.d.ts new file mode 100644 index 00000000..be960989 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PauseIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PauseIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PauseIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PauseIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/PauseIcon.js new file mode 100644 index 00000000..2e3246ce --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PauseIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function PauseIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.75 5.25v13.5m-7.5-13.5v13.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PauseIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PencilIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/PencilIcon.d.ts new file mode 100644 index 00000000..cfc12556 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PencilIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PencilIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PencilIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PencilIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/PencilIcon.js new file mode 100644 index 00000000..1171d1fd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PencilIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function PencilIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m16.862 4.487 1.687-1.688a1.875 1.875 0 1 1 2.652 2.652L6.832 19.82a4.5 4.5 0 0 1-1.897 1.13l-2.685.8.8-2.685a4.5 4.5 0 0 1 1.13-1.897L16.863 4.487Zm0 0L19.5 7.125" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PencilIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PencilSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/PencilSquareIcon.d.ts new file mode 100644 index 00000000..b1008d21 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PencilSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PencilSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PencilSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PencilSquareIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/PencilSquareIcon.js new file mode 100644 index 00000000..67593364 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PencilSquareIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function PencilSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m16.862 4.487 1.687-1.688a1.875 1.875 0 1 1 2.652 2.652L10.582 16.07a4.5 4.5 0 0 1-1.897 1.13L6 18l.8-2.685a4.5 4.5 0 0 1 1.13-1.897l8.932-8.931Zm0 0L19.5 7.125M18 14v4.75A2.25 2.25 0 0 1 15.75 21H5.25A2.25 2.25 0 0 1 3 18.75V8.25A2.25 2.25 0 0 1 5.25 6H10" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PencilSquareIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PercentBadgeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/PercentBadgeIcon.d.ts new file mode 100644 index 00000000..e879c9fe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PercentBadgeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PercentBadgeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PercentBadgeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PercentBadgeIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/PercentBadgeIcon.js new file mode 100644 index 00000000..2a27cf61 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PercentBadgeIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function PercentBadgeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m8.99 14.993 6-6m6 3.001c0 1.268-.63 2.39-1.593 3.069a3.746 3.746 0 0 1-1.043 3.296 3.745 3.745 0 0 1-3.296 1.043 3.745 3.745 0 0 1-3.068 1.593c-1.268 0-2.39-.63-3.068-1.593a3.745 3.745 0 0 1-3.296-1.043 3.746 3.746 0 0 1-1.043-3.297 3.746 3.746 0 0 1-1.593-3.068c0-1.268.63-2.39 1.593-3.068a3.746 3.746 0 0 1 1.043-3.297 3.745 3.745 0 0 1 3.296-1.042 3.745 3.745 0 0 1 3.068-1.594c1.268 0 2.39.63 3.068 1.593a3.745 3.745 0 0 1 3.296 1.043 3.746 3.746 0 0 1 1.043 3.297 3.746 3.746 0 0 1 1.593 3.068ZM9.74 9.743h.008v.007H9.74v-.007Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm4.125 4.5h.008v.008h-.008v-.008Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PercentBadgeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PhoneArrowDownLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/PhoneArrowDownLeftIcon.d.ts new file mode 100644 index 00000000..a9d877f2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PhoneArrowDownLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PhoneArrowDownLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PhoneArrowDownLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PhoneArrowDownLeftIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/PhoneArrowDownLeftIcon.js new file mode 100644 index 00000000..6b41d998 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PhoneArrowDownLeftIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function PhoneArrowDownLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M14.25 9.75v-4.5m0 4.5h4.5m-4.5 0 6-6m-3 18c-8.284 0-15-6.716-15-15V4.5A2.25 2.25 0 0 1 4.5 2.25h1.372c.516 0 .966.351 1.091.852l1.106 4.423c.11.44-.054.902-.417 1.173l-1.293.97a1.062 1.062 0 0 0-.38 1.21 12.035 12.035 0 0 0 7.143 7.143c.441.162.928-.004 1.21-.38l.97-1.293a1.125 1.125 0 0 1 1.173-.417l4.423 1.106c.5.125.852.575.852 1.091V19.5a2.25 2.25 0 0 1-2.25 2.25h-2.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PhoneArrowDownLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PhoneArrowUpRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/PhoneArrowUpRightIcon.d.ts new file mode 100644 index 00000000..9b1ff4da --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PhoneArrowUpRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PhoneArrowUpRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PhoneArrowUpRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PhoneArrowUpRightIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/PhoneArrowUpRightIcon.js new file mode 100644 index 00000000..d3e31ce4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PhoneArrowUpRightIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function PhoneArrowUpRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M20.25 3.75v4.5m0-4.5h-4.5m4.5 0-6 6m3 12c-8.284 0-15-6.716-15-15V4.5A2.25 2.25 0 0 1 4.5 2.25h1.372c.516 0 .966.351 1.091.852l1.106 4.423c.11.44-.054.902-.417 1.173l-1.293.97a1.062 1.062 0 0 0-.38 1.21 12.035 12.035 0 0 0 7.143 7.143c.441.162.928-.004 1.21-.38l.97-1.293a1.125 1.125 0 0 1 1.173-.417l4.423 1.106c.5.125.852.575.852 1.091V19.5a2.25 2.25 0 0 1-2.25 2.25h-2.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PhoneArrowUpRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PhoneIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/PhoneIcon.d.ts new file mode 100644 index 00000000..e9a6bb47 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PhoneIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PhoneIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PhoneIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PhoneIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/PhoneIcon.js new file mode 100644 index 00000000..8a9f8d97 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PhoneIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function PhoneIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M2.25 6.75c0 8.284 6.716 15 15 15h2.25a2.25 2.25 0 0 0 2.25-2.25v-1.372c0-.516-.351-.966-.852-1.091l-4.423-1.106c-.44-.11-.902.055-1.173.417l-.97 1.293c-.282.376-.769.542-1.21.38a12.035 12.035 0 0 1-7.143-7.143c-.162-.441.004-.928.38-1.21l1.293-.97c.363-.271.527-.734.417-1.173L6.963 3.102a1.125 1.125 0 0 0-1.091-.852H4.5A2.25 2.25 0 0 0 2.25 4.5v2.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PhoneIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PhoneXMarkIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/PhoneXMarkIcon.d.ts new file mode 100644 index 00000000..f4afe695 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PhoneXMarkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PhoneXMarkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PhoneXMarkIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PhoneXMarkIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/PhoneXMarkIcon.js new file mode 100644 index 00000000..44a9c930 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PhoneXMarkIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function PhoneXMarkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.75 3.75 18 6m0 0 2.25 2.25M18 6l2.25-2.25M18 6l-2.25 2.25m1.5 13.5c-8.284 0-15-6.716-15-15V4.5A2.25 2.25 0 0 1 4.5 2.25h1.372c.516 0 .966.351 1.091.852l1.106 4.423c.11.44-.054.902-.417 1.173l-1.293.97a1.062 1.062 0 0 0-.38 1.21 12.035 12.035 0 0 0 7.143 7.143c.441.162.928-.004 1.21-.38l.97-1.293a1.125 1.125 0 0 1 1.173-.417l4.423 1.106c.5.125.852.575.852 1.091V19.5a2.25 2.25 0 0 1-2.25 2.25h-2.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PhoneXMarkIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PhotoIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/PhotoIcon.d.ts new file mode 100644 index 00000000..b00e9f04 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PhotoIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PhotoIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PhotoIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PhotoIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/PhotoIcon.js new file mode 100644 index 00000000..f4d79fc9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PhotoIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function PhotoIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m2.25 15.75 5.159-5.159a2.25 2.25 0 0 1 3.182 0l5.159 5.159m-1.5-1.5 1.409-1.409a2.25 2.25 0 0 1 3.182 0l2.909 2.909m-18 3.75h16.5a1.5 1.5 0 0 0 1.5-1.5V6a1.5 1.5 0 0 0-1.5-1.5H3.75A1.5 1.5 0 0 0 2.25 6v12a1.5 1.5 0 0 0 1.5 1.5Zm10.5-11.25h.008v.008h-.008V8.25Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PhotoIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PlayCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/PlayCircleIcon.d.ts new file mode 100644 index 00000000..a320814d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PlayCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PlayCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlayCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PlayCircleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/PlayCircleIcon.js new file mode 100644 index 00000000..f771edfb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PlayCircleIcon.js @@ -0,0 +1,30 @@ +import * as React from "react"; +function PlayCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" + }), /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.91 11.672a.375.375 0 0 1 0 .656l-5.603 3.113a.375.375 0 0 1-.557-.328V8.887c0-.286.307-.466.557-.327l5.603 3.112Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlayCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PlayIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/PlayIcon.d.ts new file mode 100644 index 00000000..7da224c8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PlayIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PlayIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlayIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PlayIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/PlayIcon.js new file mode 100644 index 00000000..9a5ef89a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PlayIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function PlayIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M5.25 5.653c0-.856.917-1.398 1.667-.986l11.54 6.347a1.125 1.125 0 0 1 0 1.972l-11.54 6.347a1.125 1.125 0 0 1-1.667-.986V5.653Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlayIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PlayPauseIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/PlayPauseIcon.d.ts new file mode 100644 index 00000000..1baf435f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PlayPauseIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PlayPauseIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlayPauseIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PlayPauseIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/PlayPauseIcon.js new file mode 100644 index 00000000..48c620c8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PlayPauseIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function PlayPauseIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M21 7.5V18M15 7.5V18M3 16.811V8.69c0-.864.933-1.406 1.683-.977l7.108 4.061a1.125 1.125 0 0 1 0 1.954l-7.108 4.061A1.125 1.125 0 0 1 3 16.811Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlayPauseIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PlusCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/PlusCircleIcon.d.ts new file mode 100644 index 00000000..9c7ce73d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PlusCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PlusCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlusCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PlusCircleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/PlusCircleIcon.js new file mode 100644 index 00000000..e3535df0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PlusCircleIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function PlusCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 9v6m3-3H9m12 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlusCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PlusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/PlusIcon.d.ts new file mode 100644 index 00000000..04e381a1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PlusIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/PlusIcon.js new file mode 100644 index 00000000..808e8123 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PlusIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function PlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 4.5v15m7.5-7.5h-15" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PlusSmallIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/PlusSmallIcon.d.ts new file mode 100644 index 00000000..f00e0b8e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PlusSmallIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const PlusSmallIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlusSmallIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PlusSmallIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/PlusSmallIcon.js new file mode 100644 index 00000000..88417a9d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PlusSmallIcon.js @@ -0,0 +1,27 @@ +import * as React from "react"; +/** @deprecated */ +function PlusSmallIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 6v12m6-6H6" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlusSmallIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PowerIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/PowerIcon.d.ts new file mode 100644 index 00000000..754fe6b1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PowerIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PowerIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PowerIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PowerIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/PowerIcon.js new file mode 100644 index 00000000..7adba1be --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PowerIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function PowerIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M5.636 5.636a9 9 0 1 0 12.728 0M12 3v9" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PowerIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PresentationChartBarIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/PresentationChartBarIcon.d.ts new file mode 100644 index 00000000..d80b6596 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PresentationChartBarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PresentationChartBarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PresentationChartBarIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PresentationChartBarIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/PresentationChartBarIcon.js new file mode 100644 index 00000000..cb5adfe4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PresentationChartBarIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function PresentationChartBarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3.75 3v11.25A2.25 2.25 0 0 0 6 16.5h2.25M3.75 3h-1.5m1.5 0h16.5m0 0h1.5m-1.5 0v11.25A2.25 2.25 0 0 1 18 16.5h-2.25m-7.5 0h7.5m-7.5 0-1 3m8.5-3 1 3m0 0 .5 1.5m-.5-1.5h-9.5m0 0-.5 1.5M9 11.25v1.5M12 9v3.75m3-6v6" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PresentationChartBarIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PresentationChartLineIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/PresentationChartLineIcon.d.ts new file mode 100644 index 00000000..a240a46d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PresentationChartLineIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PresentationChartLineIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PresentationChartLineIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PresentationChartLineIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/PresentationChartLineIcon.js new file mode 100644 index 00000000..b925166c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PresentationChartLineIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function PresentationChartLineIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3.75 3v11.25A2.25 2.25 0 0 0 6 16.5h2.25M3.75 3h-1.5m1.5 0h16.5m0 0h1.5m-1.5 0v11.25A2.25 2.25 0 0 1 18 16.5h-2.25m-7.5 0h7.5m-7.5 0-1 3m8.5-3 1 3m0 0 .5 1.5m-.5-1.5h-9.5m0 0-.5 1.5m.75-9 3-3 2.148 2.148A12.061 12.061 0 0 1 16.5 7.605" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PresentationChartLineIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PrinterIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/PrinterIcon.d.ts new file mode 100644 index 00000000..f1d1be8f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PrinterIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PrinterIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PrinterIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PrinterIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/PrinterIcon.js new file mode 100644 index 00000000..83552c51 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PrinterIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function PrinterIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M6.72 13.829c-.24.03-.48.062-.72.096m.72-.096a42.415 42.415 0 0 1 10.56 0m-10.56 0L6.34 18m10.94-4.171c.24.03.48.062.72.096m-.72-.096L17.66 18m0 0 .229 2.523a1.125 1.125 0 0 1-1.12 1.227H7.231c-.662 0-1.18-.568-1.12-1.227L6.34 18m11.318 0h1.091A2.25 2.25 0 0 0 21 15.75V9.456c0-1.081-.768-2.015-1.837-2.175a48.055 48.055 0 0 0-1.913-.247M6.34 18H5.25A2.25 2.25 0 0 1 3 15.75V9.456c0-1.081.768-2.015 1.837-2.175a48.041 48.041 0 0 1 1.913-.247m10.5 0a48.536 48.536 0 0 0-10.5 0m10.5 0V3.375c0-.621-.504-1.125-1.125-1.125h-8.25c-.621 0-1.125.504-1.125 1.125v3.659M18 10.5h.008v.008H18V10.5Zm-3 0h.008v.008H15V10.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PrinterIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PuzzlePieceIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/PuzzlePieceIcon.d.ts new file mode 100644 index 00000000..04f58f55 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PuzzlePieceIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PuzzlePieceIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PuzzlePieceIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/PuzzlePieceIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/PuzzlePieceIcon.js new file mode 100644 index 00000000..07fa5aff --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/PuzzlePieceIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function PuzzlePieceIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M14.25 6.087c0-.355.186-.676.401-.959.221-.29.349-.634.349-1.003 0-1.036-1.007-1.875-2.25-1.875s-2.25.84-2.25 1.875c0 .369.128.713.349 1.003.215.283.401.604.401.959v0a.64.64 0 0 1-.657.643 48.39 48.39 0 0 1-4.163-.3c.186 1.613.293 3.25.315 4.907a.656.656 0 0 1-.658.663v0c-.355 0-.676-.186-.959-.401a1.647 1.647 0 0 0-1.003-.349c-1.036 0-1.875 1.007-1.875 2.25s.84 2.25 1.875 2.25c.369 0 .713-.128 1.003-.349.283-.215.604-.401.959-.401v0c.31 0 .555.26.532.57a48.039 48.039 0 0 1-.642 5.056c1.518.19 3.058.309 4.616.354a.64.64 0 0 0 .657-.643v0c0-.355-.186-.676-.401-.959a1.647 1.647 0 0 1-.349-1.003c0-1.035 1.008-1.875 2.25-1.875 1.243 0 2.25.84 2.25 1.875 0 .369-.128.713-.349 1.003-.215.283-.4.604-.4.959v0c0 .333.277.599.61.58a48.1 48.1 0 0 0 5.427-.63 48.05 48.05 0 0 0 .582-4.717.532.532 0 0 0-.533-.57v0c-.355 0-.676.186-.959.401-.29.221-.634.349-1.003.349-1.035 0-1.875-1.007-1.875-2.25s.84-2.25 1.875-2.25c.37 0 .713.128 1.003.349.283.215.604.401.96.401v0a.656.656 0 0 0 .658-.663 48.422 48.422 0 0 0-.37-5.36c-1.886.342-3.81.574-5.766.689a.578.578 0 0 1-.61-.58v0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PuzzlePieceIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/QrCodeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/QrCodeIcon.d.ts new file mode 100644 index 00000000..3106d4bb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/QrCodeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const QrCodeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default QrCodeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/QrCodeIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/QrCodeIcon.js new file mode 100644 index 00000000..5b3f4977 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/QrCodeIcon.js @@ -0,0 +1,30 @@ +import * as React from "react"; +function QrCodeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3.75 4.875c0-.621.504-1.125 1.125-1.125h4.5c.621 0 1.125.504 1.125 1.125v4.5c0 .621-.504 1.125-1.125 1.125h-4.5A1.125 1.125 0 0 1 3.75 9.375v-4.5ZM3.75 14.625c0-.621.504-1.125 1.125-1.125h4.5c.621 0 1.125.504 1.125 1.125v4.5c0 .621-.504 1.125-1.125 1.125h-4.5a1.125 1.125 0 0 1-1.125-1.125v-4.5ZM13.5 4.875c0-.621.504-1.125 1.125-1.125h4.5c.621 0 1.125.504 1.125 1.125v4.5c0 .621-.504 1.125-1.125 1.125h-4.5A1.125 1.125 0 0 1 13.5 9.375v-4.5Z" + }), /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M6.75 6.75h.75v.75h-.75v-.75ZM6.75 16.5h.75v.75h-.75v-.75ZM16.5 6.75h.75v.75h-.75v-.75ZM13.5 13.5h.75v.75h-.75v-.75ZM13.5 19.5h.75v.75h-.75v-.75ZM19.5 13.5h.75v.75h-.75v-.75ZM19.5 19.5h.75v.75h-.75v-.75ZM16.5 16.5h.75v.75h-.75v-.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(QrCodeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/QuestionMarkCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/QuestionMarkCircleIcon.d.ts new file mode 100644 index 00000000..987c90a9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/QuestionMarkCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const QuestionMarkCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default QuestionMarkCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/QuestionMarkCircleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/QuestionMarkCircleIcon.js new file mode 100644 index 00000000..82fd7a30 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/QuestionMarkCircleIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function QuestionMarkCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9.879 7.519c1.171-1.025 3.071-1.025 4.242 0 1.172 1.025 1.172 2.687 0 3.712-.203.179-.43.326-.67.442-.745.361-1.45.999-1.45 1.827v.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9 5.25h.008v.008H12v-.008Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(QuestionMarkCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/QueueListIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/QueueListIcon.d.ts new file mode 100644 index 00000000..a466459c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/QueueListIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const QueueListIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default QueueListIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/QueueListIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/QueueListIcon.js new file mode 100644 index 00000000..d800189e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/QueueListIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function QueueListIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3.75 12h16.5m-16.5 3.75h16.5M3.75 19.5h16.5M5.625 4.5h12.75a1.875 1.875 0 0 1 0 3.75H5.625a1.875 1.875 0 0 1 0-3.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(QueueListIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/RadioIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/RadioIcon.d.ts new file mode 100644 index 00000000..3ca8a702 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/RadioIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const RadioIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default RadioIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/RadioIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/RadioIcon.js new file mode 100644 index 00000000..0569e19a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/RadioIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function RadioIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m3.75 7.5 16.5-4.125M12 6.75c-2.708 0-5.363.224-7.948.655C2.999 7.58 2.25 8.507 2.25 9.574v9.176A2.25 2.25 0 0 0 4.5 21h15a2.25 2.25 0 0 0 2.25-2.25V9.574c0-1.067-.75-1.994-1.802-2.169A48.329 48.329 0 0 0 12 6.75Zm-1.683 6.443-.005.005-.006-.005.006-.005.005.005Zm-.005 2.127-.005-.006.005-.005.005.005-.005.005Zm-2.116-.006-.005.006-.006-.006.005-.005.006.005Zm-.005-2.116-.006-.005.006-.005.005.005-.005.005ZM9.255 10.5v.008h-.008V10.5h.008Zm3.249 1.88-.007.004-.003-.007.006-.003.004.006Zm-1.38 5.126-.003-.006.006-.004.004.007-.006.003Zm.007-6.501-.003.006-.007-.003.004-.007.006.004Zm1.37 5.129-.007-.004.004-.006.006.003-.004.007Zm.504-1.877h-.008v-.007h.008v.007ZM9.255 18v.008h-.008V18h.008Zm-3.246-1.87-.007.004L6 16.127l.006-.003.004.006Zm1.366-5.119-.004-.006.006-.004.004.007-.006.003ZM7.38 17.5l-.003.006-.007-.003.004-.007.006.004Zm-1.376-5.116L6 12.38l.003-.007.007.004-.004.007Zm-.5 1.873h-.008v-.007h.008v.007ZM17.25 12.75a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5Zm0 4.5a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(RadioIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ReceiptPercentIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ReceiptPercentIcon.d.ts new file mode 100644 index 00000000..605fd45e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ReceiptPercentIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ReceiptPercentIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ReceiptPercentIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ReceiptPercentIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ReceiptPercentIcon.js new file mode 100644 index 00000000..a73092e5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ReceiptPercentIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ReceiptPercentIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m9 14.25 6-6m4.5-3.493V21.75l-3.75-1.5-3.75 1.5-3.75-1.5-3.75 1.5V4.757c0-1.108.806-2.057 1.907-2.185a48.507 48.507 0 0 1 11.186 0c1.1.128 1.907 1.077 1.907 2.185ZM9.75 9h.008v.008H9.75V9Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm4.125 4.5h.008v.008h-.008V13.5Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ReceiptPercentIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ReceiptRefundIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ReceiptRefundIcon.d.ts new file mode 100644 index 00000000..0a37ab1d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ReceiptRefundIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ReceiptRefundIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ReceiptRefundIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ReceiptRefundIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ReceiptRefundIcon.js new file mode 100644 index 00000000..395fc285 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ReceiptRefundIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ReceiptRefundIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M8.25 9.75h4.875a2.625 2.625 0 0 1 0 5.25H12M8.25 9.75 10.5 7.5M8.25 9.75 10.5 12m9-7.243V21.75l-3.75-1.5-3.75 1.5-3.75-1.5-3.75 1.5V4.757c0-1.108.806-2.057 1.907-2.185a48.507 48.507 0 0 1 11.186 0c1.1.128 1.907 1.077 1.907 2.185Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ReceiptRefundIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/RectangleGroupIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/RectangleGroupIcon.d.ts new file mode 100644 index 00000000..074cdeaa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/RectangleGroupIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const RectangleGroupIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default RectangleGroupIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/RectangleGroupIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/RectangleGroupIcon.js new file mode 100644 index 00000000..b9dd4f4a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/RectangleGroupIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function RectangleGroupIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M2.25 7.125C2.25 6.504 2.754 6 3.375 6h6c.621 0 1.125.504 1.125 1.125v3.75c0 .621-.504 1.125-1.125 1.125h-6a1.125 1.125 0 0 1-1.125-1.125v-3.75ZM14.25 8.625c0-.621.504-1.125 1.125-1.125h5.25c.621 0 1.125.504 1.125 1.125v8.25c0 .621-.504 1.125-1.125 1.125h-5.25a1.125 1.125 0 0 1-1.125-1.125v-8.25ZM3.75 16.125c0-.621.504-1.125 1.125-1.125h5.25c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125h-5.25a1.125 1.125 0 0 1-1.125-1.125v-2.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(RectangleGroupIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/RectangleStackIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/RectangleStackIcon.d.ts new file mode 100644 index 00000000..611b8a88 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/RectangleStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const RectangleStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default RectangleStackIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/RectangleStackIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/RectangleStackIcon.js new file mode 100644 index 00000000..9148bd02 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/RectangleStackIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function RectangleStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M6 6.878V6a2.25 2.25 0 0 1 2.25-2.25h7.5A2.25 2.25 0 0 1 18 6v.878m-12 0c.235-.083.487-.128.75-.128h10.5c.263 0 .515.045.75.128m-12 0A2.25 2.25 0 0 0 4.5 9v.878m13.5-3A2.25 2.25 0 0 1 19.5 9v.878m0 0a2.246 2.246 0 0 0-.75-.128H5.25c-.263 0-.515.045-.75.128m15 0A2.25 2.25 0 0 1 21 12v6a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 18v-6c0-.98.626-1.813 1.5-2.122" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(RectangleStackIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/RocketLaunchIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/RocketLaunchIcon.d.ts new file mode 100644 index 00000000..101beeaf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/RocketLaunchIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const RocketLaunchIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default RocketLaunchIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/RocketLaunchIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/RocketLaunchIcon.js new file mode 100644 index 00000000..c39f59f2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/RocketLaunchIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function RocketLaunchIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.59 14.37a6 6 0 0 1-5.84 7.38v-4.8m5.84-2.58a14.98 14.98 0 0 0 6.16-12.12A14.98 14.98 0 0 0 9.631 8.41m5.96 5.96a14.926 14.926 0 0 1-5.841 2.58m-.119-8.54a6 6 0 0 0-7.381 5.84h4.8m2.581-5.84a14.927 14.927 0 0 0-2.58 5.84m2.699 2.7c-.103.021-.207.041-.311.06a15.09 15.09 0 0 1-2.448-2.448 14.9 14.9 0 0 1 .06-.312m-2.24 2.39a4.493 4.493 0 0 0-1.757 4.306 4.493 4.493 0 0 0 4.306-1.758M16.5 9a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(RocketLaunchIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/RssIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/RssIcon.d.ts new file mode 100644 index 00000000..b9e59791 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/RssIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const RssIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default RssIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/RssIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/RssIcon.js new file mode 100644 index 00000000..f50043e2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/RssIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function RssIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12.75 19.5v-.75a7.5 7.5 0 0 0-7.5-7.5H4.5m0-6.75h.75c7.87 0 14.25 6.38 14.25 14.25v.75M6 18.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(RssIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ScaleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ScaleIcon.d.ts new file mode 100644 index 00000000..3cab3de1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ScaleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ScaleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ScaleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ScaleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ScaleIcon.js new file mode 100644 index 00000000..03ef3a6c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ScaleIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ScaleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 3v17.25m0 0c-1.472 0-2.882.265-4.185.75M12 20.25c1.472 0 2.882.265 4.185.75M18.75 4.97A48.416 48.416 0 0 0 12 4.5c-2.291 0-4.545.16-6.75.47m13.5 0c1.01.143 2.01.317 3 .52m-3-.52 2.62 10.726c.122.499-.106 1.028-.589 1.202a5.988 5.988 0 0 1-2.031.352 5.988 5.988 0 0 1-2.031-.352c-.483-.174-.711-.703-.59-1.202L18.75 4.971Zm-16.5.52c.99-.203 1.99-.377 3-.52m0 0 2.62 10.726c.122.499-.106 1.028-.589 1.202a5.989 5.989 0 0 1-2.031.352 5.989 5.989 0 0 1-2.031-.352c-.483-.174-.711-.703-.59-1.202L5.25 4.971Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ScaleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ScissorsIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ScissorsIcon.d.ts new file mode 100644 index 00000000..3256bc64 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ScissorsIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ScissorsIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ScissorsIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ScissorsIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ScissorsIcon.js new file mode 100644 index 00000000..92f2df6b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ScissorsIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ScissorsIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m7.848 8.25 1.536.887M7.848 8.25a3 3 0 1 1-5.196-3 3 3 0 0 1 5.196 3Zm1.536.887a2.165 2.165 0 0 1 1.083 1.839c.005.351.054.695.14 1.024M9.384 9.137l2.077 1.199M7.848 15.75l1.536-.887m-1.536.887a3 3 0 1 1-5.196 3 3 3 0 0 1 5.196-3Zm1.536-.887a2.165 2.165 0 0 0 1.083-1.838c.005-.352.054-.695.14-1.025m-1.223 2.863 2.077-1.199m0-3.328a4.323 4.323 0 0 1 2.068-1.379l5.325-1.628a4.5 4.5 0 0 1 2.48-.044l.803.215-7.794 4.5m-2.882-1.664A4.33 4.33 0 0 0 10.607 12m3.736 0 7.794 4.5-.802.215a4.5 4.5 0 0 1-2.48-.043l-5.326-1.629a4.324 4.324 0 0 1-2.068-1.379M14.343 12l-2.882 1.664" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ScissorsIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ServerIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ServerIcon.d.ts new file mode 100644 index 00000000..609d2314 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ServerIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ServerIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ServerIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ServerIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ServerIcon.js new file mode 100644 index 00000000..56b260ec --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ServerIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ServerIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M21.75 17.25v-.228a4.5 4.5 0 0 0-.12-1.03l-2.268-9.64a3.375 3.375 0 0 0-3.285-2.602H7.923a3.375 3.375 0 0 0-3.285 2.602l-2.268 9.64a4.5 4.5 0 0 0-.12 1.03v.228m19.5 0a3 3 0 0 1-3 3H5.25a3 3 0 0 1-3-3m19.5 0a3 3 0 0 0-3-3H5.25a3 3 0 0 0-3 3m16.5 0h.008v.008h-.008v-.008Zm-3 0h.008v.008h-.008v-.008Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ServerIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ServerStackIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ServerStackIcon.d.ts new file mode 100644 index 00000000..878e05f5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ServerStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ServerStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ServerStackIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ServerStackIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ServerStackIcon.js new file mode 100644 index 00000000..6fcda5ed --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ServerStackIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ServerStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M5.25 14.25h13.5m-13.5 0a3 3 0 0 1-3-3m3 3a3 3 0 1 0 0 6h13.5a3 3 0 1 0 0-6m-16.5-3a3 3 0 0 1 3-3h13.5a3 3 0 0 1 3 3m-19.5 0a4.5 4.5 0 0 1 .9-2.7L5.737 5.1a3.375 3.375 0 0 1 2.7-1.35h7.126c1.062 0 2.062.5 2.7 1.35l2.587 3.45a4.5 4.5 0 0 1 .9 2.7m0 0a3 3 0 0 1-3 3m0 3h.008v.008h-.008v-.008Zm0-6h.008v.008h-.008v-.008Zm-3 6h.008v.008h-.008v-.008Zm0-6h.008v.008h-.008v-.008Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ServerStackIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ShareIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ShareIcon.d.ts new file mode 100644 index 00000000..b50d1b43 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ShareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ShareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ShareIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ShareIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ShareIcon.js new file mode 100644 index 00000000..ba8e0e77 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ShareIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ShareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M7.217 10.907a2.25 2.25 0 1 0 0 2.186m0-2.186c.18.324.283.696.283 1.093s-.103.77-.283 1.093m0-2.186 9.566-5.314m-9.566 7.5 9.566 5.314m0 0a2.25 2.25 0 1 0 3.935 2.186 2.25 2.25 0 0 0-3.935-2.186Zm0-12.814a2.25 2.25 0 1 0 3.933-2.185 2.25 2.25 0 0 0-3.933 2.185Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ShareIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ShieldCheckIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ShieldCheckIcon.d.ts new file mode 100644 index 00000000..cc454f84 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ShieldCheckIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ShieldCheckIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ShieldCheckIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ShieldCheckIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ShieldCheckIcon.js new file mode 100644 index 00000000..e5ae98d1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ShieldCheckIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ShieldCheckIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9 12.75 11.25 15 15 9.75m-3-7.036A11.959 11.959 0 0 1 3.598 6 11.99 11.99 0 0 0 3 9.749c0 5.592 3.824 10.29 9 11.623 5.176-1.332 9-6.03 9-11.622 0-1.31-.21-2.571-.598-3.751h-.152c-3.196 0-6.1-1.248-8.25-3.285Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ShieldCheckIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ShieldExclamationIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ShieldExclamationIcon.d.ts new file mode 100644 index 00000000..3c82f8db --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ShieldExclamationIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ShieldExclamationIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ShieldExclamationIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ShieldExclamationIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ShieldExclamationIcon.js new file mode 100644 index 00000000..9df143cd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ShieldExclamationIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ShieldExclamationIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 9v3.75m0-10.036A11.959 11.959 0 0 1 3.598 6 11.99 11.99 0 0 0 3 9.75c0 5.592 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.31-.21-2.57-.598-3.75h-.152c-3.196 0-6.1-1.25-8.25-3.286Zm0 13.036h.008v.008H12v-.008Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ShieldExclamationIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ShoppingBagIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ShoppingBagIcon.d.ts new file mode 100644 index 00000000..f831a6c2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ShoppingBagIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ShoppingBagIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ShoppingBagIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ShoppingBagIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ShoppingBagIcon.js new file mode 100644 index 00000000..299e514e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ShoppingBagIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ShoppingBagIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.75 10.5V6a3.75 3.75 0 1 0-7.5 0v4.5m11.356-1.993 1.263 12c.07.665-.45 1.243-1.119 1.243H4.25a1.125 1.125 0 0 1-1.12-1.243l1.264-12A1.125 1.125 0 0 1 5.513 7.5h12.974c.576 0 1.059.435 1.119 1.007ZM8.625 10.5a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm7.5 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ShoppingBagIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ShoppingCartIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ShoppingCartIcon.d.ts new file mode 100644 index 00000000..5ba6b683 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ShoppingCartIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ShoppingCartIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ShoppingCartIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ShoppingCartIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ShoppingCartIcon.js new file mode 100644 index 00000000..81ea3a1f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ShoppingCartIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ShoppingCartIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 0 0-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 0 0-16.536-1.84M7.5 14.25 5.106 5.272M6 20.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm12.75 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ShoppingCartIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/SignalIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/SignalIcon.d.ts new file mode 100644 index 00000000..886956e2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/SignalIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SignalIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SignalIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/SignalIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/SignalIcon.js new file mode 100644 index 00000000..61f1f1f6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/SignalIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function SignalIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9.348 14.652a3.75 3.75 0 0 1 0-5.304m5.304 0a3.75 3.75 0 0 1 0 5.304m-7.425 2.121a6.75 6.75 0 0 1 0-9.546m9.546 0a6.75 6.75 0 0 1 0 9.546M5.106 18.894c-3.808-3.807-3.808-9.98 0-13.788m13.788 0c3.808 3.807 3.808 9.98 0 13.788M12 12h.008v.008H12V12Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SignalIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/SignalSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/SignalSlashIcon.d.ts new file mode 100644 index 00000000..d8cf07fb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/SignalSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SignalSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SignalSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/SignalSlashIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/SignalSlashIcon.js new file mode 100644 index 00000000..1d63cc0e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/SignalSlashIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function SignalSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m3 3 8.735 8.735m0 0a.374.374 0 1 1 .53.53m-.53-.53.53.53m0 0L21 21M14.652 9.348a3.75 3.75 0 0 1 0 5.304m2.121-7.425a6.75 6.75 0 0 1 0 9.546m2.121-11.667c3.808 3.807 3.808 9.98 0 13.788m-9.546-4.242a3.733 3.733 0 0 1-1.06-2.122m-1.061 4.243a6.75 6.75 0 0 1-1.625-6.929m-.496 9.05c-3.068-3.067-3.664-7.67-1.79-11.334M12 12h.008v.008H12V12Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SignalSlashIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/SlashIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/SlashIcon.d.ts new file mode 100644 index 00000000..44e1654d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/SlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SlashIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/SlashIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/SlashIcon.js new file mode 100644 index 00000000..4fb834fb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/SlashIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function SlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m9 20.247 6-16.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SlashIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/SparklesIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/SparklesIcon.d.ts new file mode 100644 index 00000000..c0e03bbe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/SparklesIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SparklesIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SparklesIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/SparklesIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/SparklesIcon.js new file mode 100644 index 00000000..74895e7b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/SparklesIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function SparklesIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9.813 15.904 9 18.75l-.813-2.846a4.5 4.5 0 0 0-3.09-3.09L2.25 12l2.846-.813a4.5 4.5 0 0 0 3.09-3.09L9 5.25l.813 2.846a4.5 4.5 0 0 0 3.09 3.09L15.75 12l-2.846.813a4.5 4.5 0 0 0-3.09 3.09ZM18.259 8.715 18 9.75l-.259-1.035a3.375 3.375 0 0 0-2.455-2.456L14.25 6l1.036-.259a3.375 3.375 0 0 0 2.455-2.456L18 2.25l.259 1.035a3.375 3.375 0 0 0 2.456 2.456L21.75 6l-1.035.259a3.375 3.375 0 0 0-2.456 2.456ZM16.894 20.567 16.5 21.75l-.394-1.183a2.25 2.25 0 0 0-1.423-1.423L13.5 18.75l1.183-.394a2.25 2.25 0 0 0 1.423-1.423l.394-1.183.394 1.183a2.25 2.25 0 0 0 1.423 1.423l1.183.394-1.183.394a2.25 2.25 0 0 0-1.423 1.423Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SparklesIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/SpeakerWaveIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/SpeakerWaveIcon.d.ts new file mode 100644 index 00000000..8b0cf464 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/SpeakerWaveIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SpeakerWaveIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SpeakerWaveIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/SpeakerWaveIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/SpeakerWaveIcon.js new file mode 100644 index 00000000..545d47d2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/SpeakerWaveIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function SpeakerWaveIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M19.114 5.636a9 9 0 0 1 0 12.728M16.463 8.288a5.25 5.25 0 0 1 0 7.424M6.75 8.25l4.72-4.72a.75.75 0 0 1 1.28.53v15.88a.75.75 0 0 1-1.28.53l-4.72-4.72H4.51c-.88 0-1.704-.507-1.938-1.354A9.009 9.009 0 0 1 2.25 12c0-.83.112-1.633.322-2.396C2.806 8.756 3.63 8.25 4.51 8.25H6.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SpeakerWaveIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/SpeakerXMarkIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/SpeakerXMarkIcon.d.ts new file mode 100644 index 00000000..86327341 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/SpeakerXMarkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SpeakerXMarkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SpeakerXMarkIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/SpeakerXMarkIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/SpeakerXMarkIcon.js new file mode 100644 index 00000000..a25e4e6c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/SpeakerXMarkIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function SpeakerXMarkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M17.25 9.75 19.5 12m0 0 2.25 2.25M19.5 12l2.25-2.25M19.5 12l-2.25 2.25m-10.5-6 4.72-4.72a.75.75 0 0 1 1.28.53v15.88a.75.75 0 0 1-1.28.53l-4.72-4.72H4.51c-.88 0-1.704-.507-1.938-1.354A9.009 9.009 0 0 1 2.25 12c0-.83.112-1.633.322-2.396C2.806 8.756 3.63 8.25 4.51 8.25H6.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SpeakerXMarkIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/Square2StackIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/Square2StackIcon.d.ts new file mode 100644 index 00000000..2fc1451e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/Square2StackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Square2StackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Square2StackIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/Square2StackIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/Square2StackIcon.js new file mode 100644 index 00000000..b16443f0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/Square2StackIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function Square2StackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M16.5 8.25V6a2.25 2.25 0 0 0-2.25-2.25H6A2.25 2.25 0 0 0 3.75 6v8.25A2.25 2.25 0 0 0 6 16.5h2.25m8.25-8.25H18a2.25 2.25 0 0 1 2.25 2.25V18A2.25 2.25 0 0 1 18 20.25h-7.5A2.25 2.25 0 0 1 8.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 0 0-2.25 2.25v6" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Square2StackIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/Square3Stack3DIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/Square3Stack3DIcon.d.ts new file mode 100644 index 00000000..be59bc56 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/Square3Stack3DIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Square3Stack3DIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Square3Stack3DIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/Square3Stack3DIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/Square3Stack3DIcon.js new file mode 100644 index 00000000..be92f6ea --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/Square3Stack3DIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function Square3Stack3DIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M6.429 9.75 2.25 12l4.179 2.25m0-4.5 5.571 3 5.571-3m-11.142 0L2.25 7.5 12 2.25l9.75 5.25-4.179 2.25m0 0L21.75 12l-4.179 2.25m0 0 4.179 2.25L12 21.75 2.25 16.5l4.179-2.25m11.142 0-5.571 3-5.571-3" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Square3Stack3DIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/Squares2X2Icon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/Squares2X2Icon.d.ts new file mode 100644 index 00000000..98914994 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/Squares2X2Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Squares2X2Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Squares2X2Icon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/Squares2X2Icon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/Squares2X2Icon.js new file mode 100644 index 00000000..2804cb68 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/Squares2X2Icon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function Squares2X2Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3.75 6A2.25 2.25 0 0 1 6 3.75h2.25A2.25 2.25 0 0 1 10.5 6v2.25a2.25 2.25 0 0 1-2.25 2.25H6a2.25 2.25 0 0 1-2.25-2.25V6ZM3.75 15.75A2.25 2.25 0 0 1 6 13.5h2.25a2.25 2.25 0 0 1 2.25 2.25V18a2.25 2.25 0 0 1-2.25 2.25H6A2.25 2.25 0 0 1 3.75 18v-2.25ZM13.5 6a2.25 2.25 0 0 1 2.25-2.25H18A2.25 2.25 0 0 1 20.25 6v2.25A2.25 2.25 0 0 1 18 10.5h-2.25a2.25 2.25 0 0 1-2.25-2.25V6ZM13.5 15.75a2.25 2.25 0 0 1 2.25-2.25H18a2.25 2.25 0 0 1 2.25 2.25V18A2.25 2.25 0 0 1 18 20.25h-2.25A2.25 2.25 0 0 1 13.5 18v-2.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Squares2X2Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/SquaresPlusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/SquaresPlusIcon.d.ts new file mode 100644 index 00000000..480f2089 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/SquaresPlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SquaresPlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SquaresPlusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/SquaresPlusIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/SquaresPlusIcon.js new file mode 100644 index 00000000..79b55272 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/SquaresPlusIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function SquaresPlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M13.5 16.875h3.375m0 0h3.375m-3.375 0V13.5m0 3.375v3.375M6 10.5h2.25a2.25 2.25 0 0 0 2.25-2.25V6a2.25 2.25 0 0 0-2.25-2.25H6A2.25 2.25 0 0 0 3.75 6v2.25A2.25 2.25 0 0 0 6 10.5Zm0 9.75h2.25A2.25 2.25 0 0 0 10.5 18v-2.25a2.25 2.25 0 0 0-2.25-2.25H6a2.25 2.25 0 0 0-2.25 2.25V18A2.25 2.25 0 0 0 6 20.25Zm9.75-9.75H18a2.25 2.25 0 0 0 2.25-2.25V6A2.25 2.25 0 0 0 18 3.75h-2.25A2.25 2.25 0 0 0 13.5 6v2.25a2.25 2.25 0 0 0 2.25 2.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SquaresPlusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/StarIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/StarIcon.d.ts new file mode 100644 index 00000000..dbd5189b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/StarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const StarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default StarIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/StarIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/StarIcon.js new file mode 100644 index 00000000..c2267752 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/StarIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function StarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M11.48 3.499a.562.562 0 0 1 1.04 0l2.125 5.111a.563.563 0 0 0 .475.345l5.518.442c.499.04.701.663.321.988l-4.204 3.602a.563.563 0 0 0-.182.557l1.285 5.385a.562.562 0 0 1-.84.61l-4.725-2.885a.562.562 0 0 0-.586 0L6.982 20.54a.562.562 0 0 1-.84-.61l1.285-5.386a.562.562 0 0 0-.182-.557l-4.204-3.602a.562.562 0 0 1 .321-.988l5.518-.442a.563.563 0 0 0 .475-.345L11.48 3.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(StarIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/StopCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/StopCircleIcon.d.ts new file mode 100644 index 00000000..ad6507ca --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/StopCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const StopCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default StopCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/StopCircleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/StopCircleIcon.js new file mode 100644 index 00000000..117d03ce --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/StopCircleIcon.js @@ -0,0 +1,30 @@ +import * as React from "react"; +function StopCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" + }), /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9 9.563C9 9.252 9.252 9 9.563 9h4.874c.311 0 .563.252.563.563v4.874c0 .311-.252.563-.563.563H9.564A.562.562 0 0 1 9 14.437V9.564Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(StopCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/StopIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/StopIcon.d.ts new file mode 100644 index 00000000..08820da8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/StopIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const StopIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default StopIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/StopIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/StopIcon.js new file mode 100644 index 00000000..e8bb8fa9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/StopIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function StopIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M5.25 7.5A2.25 2.25 0 0 1 7.5 5.25h9a2.25 2.25 0 0 1 2.25 2.25v9a2.25 2.25 0 0 1-2.25 2.25h-9a2.25 2.25 0 0 1-2.25-2.25v-9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(StopIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/StrikethroughIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/StrikethroughIcon.d.ts new file mode 100644 index 00000000..955b0191 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/StrikethroughIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const StrikethroughIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default StrikethroughIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/StrikethroughIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/StrikethroughIcon.js new file mode 100644 index 00000000..f41fe575 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/StrikethroughIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function StrikethroughIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 12a8.912 8.912 0 0 1-.318-.079c-1.585-.424-2.904-1.247-3.76-2.236-.873-1.009-1.265-2.19-.968-3.301.59-2.2 3.663-3.29 6.863-2.432A8.186 8.186 0 0 1 16.5 5.21M6.42 17.81c.857.99 2.176 1.812 3.761 2.237 3.2.858 6.274-.23 6.863-2.431.233-.868.044-1.779-.465-2.617M3.75 12h16.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(StrikethroughIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/SunIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/SunIcon.d.ts new file mode 100644 index 00000000..b3c17db6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/SunIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SunIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SunIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/SunIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/SunIcon.js new file mode 100644 index 00000000..3ce34034 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/SunIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function SunIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M12 3v2.25m6.364.386-1.591 1.591M21 12h-2.25m-.386 6.364-1.591-1.591M12 18.75V21m-4.773-4.227-1.591 1.591M5.25 12H3m4.227-4.773L5.636 5.636M15.75 12a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SunIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/SwatchIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/SwatchIcon.d.ts new file mode 100644 index 00000000..6724dd96 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/SwatchIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SwatchIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SwatchIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/SwatchIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/SwatchIcon.js new file mode 100644 index 00000000..29dc9859 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/SwatchIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function SwatchIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M4.098 19.902a3.75 3.75 0 0 0 5.304 0l6.401-6.402M6.75 21A3.75 3.75 0 0 1 3 17.25V4.125C3 3.504 3.504 3 4.125 3h5.25c.621 0 1.125.504 1.125 1.125v4.072M6.75 21a3.75 3.75 0 0 0 3.75-3.75V8.197M6.75 21h13.125c.621 0 1.125-.504 1.125-1.125v-5.25c0-.621-.504-1.125-1.125-1.125h-4.072M10.5 8.197l2.88-2.88c.438-.439 1.15-.439 1.59 0l3.712 3.713c.44.44.44 1.152 0 1.59l-2.879 2.88M6.75 17.25h.008v.008H6.75v-.008Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SwatchIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/TableCellsIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/TableCellsIcon.d.ts new file mode 100644 index 00000000..8f21088d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/TableCellsIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TableCellsIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TableCellsIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/TableCellsIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/TableCellsIcon.js new file mode 100644 index 00000000..386f1d27 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/TableCellsIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function TableCellsIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3.375 19.5h17.25m-17.25 0a1.125 1.125 0 0 1-1.125-1.125M3.375 19.5h7.5c.621 0 1.125-.504 1.125-1.125m-9.75 0V5.625m0 12.75v-1.5c0-.621.504-1.125 1.125-1.125m18.375 2.625V5.625m0 12.75c0 .621-.504 1.125-1.125 1.125m1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125m0 3.75h-7.5A1.125 1.125 0 0 1 12 18.375m9.75-12.75c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125m19.5 0v1.5c0 .621-.504 1.125-1.125 1.125M2.25 5.625v1.5c0 .621.504 1.125 1.125 1.125m0 0h17.25m-17.25 0h7.5c.621 0 1.125.504 1.125 1.125M3.375 8.25c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125m17.25-3.75h-7.5c-.621 0-1.125.504-1.125 1.125m8.625-1.125c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125m-17.25 0h7.5m-7.5 0c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125M12 10.875v-1.5m0 1.5c0 .621-.504 1.125-1.125 1.125M12 10.875c0 .621.504 1.125 1.125 1.125m-2.25 0c.621 0 1.125.504 1.125 1.125M13.125 12h7.5m-7.5 0c-.621 0-1.125.504-1.125 1.125M20.625 12c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125m-17.25 0h7.5M12 14.625v-1.5m0 1.5c0 .621-.504 1.125-1.125 1.125M12 14.625c0 .621.504 1.125 1.125 1.125m-2.25 0c.621 0 1.125.504 1.125 1.125m0 1.5v-1.5m0 0c0-.621.504-1.125 1.125-1.125m0 0h7.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TableCellsIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/TagIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/TagIcon.d.ts new file mode 100644 index 00000000..9ded8c05 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/TagIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TagIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TagIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/TagIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/TagIcon.js new file mode 100644 index 00000000..6fa55226 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/TagIcon.js @@ -0,0 +1,30 @@ +import * as React from "react"; +function TagIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9.568 3H5.25A2.25 2.25 0 0 0 3 5.25v4.318c0 .597.237 1.17.659 1.591l9.581 9.581c.699.699 1.78.872 2.607.33a18.095 18.095 0 0 0 5.223-5.223c.542-.827.369-1.908-.33-2.607L11.16 3.66A2.25 2.25 0 0 0 9.568 3Z" + }), /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M6 6h.008v.008H6V6Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TagIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/TicketIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/TicketIcon.d.ts new file mode 100644 index 00000000..8c023f86 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/TicketIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TicketIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TicketIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/TicketIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/TicketIcon.js new file mode 100644 index 00000000..39595b41 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/TicketIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function TicketIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M16.5 6v.75m0 3v.75m0 3v.75m0 3V18m-9-5.25h5.25M7.5 15h3M3.375 5.25c-.621 0-1.125.504-1.125 1.125v3.026a2.999 2.999 0 0 1 0 5.198v3.026c0 .621.504 1.125 1.125 1.125h17.25c.621 0 1.125-.504 1.125-1.125v-3.026a2.999 2.999 0 0 1 0-5.198V6.375c0-.621-.504-1.125-1.125-1.125H3.375Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TicketIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/TrashIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/TrashIcon.d.ts new file mode 100644 index 00000000..48a2ee23 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/TrashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TrashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TrashIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/TrashIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/TrashIcon.js new file mode 100644 index 00000000..35b6899d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/TrashIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function TrashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m14.74 9-.346 9m-4.788 0L9.26 9m9.968-3.21c.342.052.682.107 1.022.166m-1.022-.165L18.16 19.673a2.25 2.25 0 0 1-2.244 2.077H8.084a2.25 2.25 0 0 1-2.244-2.077L4.772 5.79m14.456 0a48.108 48.108 0 0 0-3.478-.397m-12 .562c.34-.059.68-.114 1.022-.165m0 0a48.11 48.11 0 0 1 3.478-.397m7.5 0v-.916c0-1.18-.91-2.164-2.09-2.201a51.964 51.964 0 0 0-3.32 0c-1.18.037-2.09 1.022-2.09 2.201v.916m7.5 0a48.667 48.667 0 0 0-7.5 0" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TrashIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/TrophyIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/TrophyIcon.d.ts new file mode 100644 index 00000000..7c30b4cb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/TrophyIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TrophyIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TrophyIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/TrophyIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/TrophyIcon.js new file mode 100644 index 00000000..c0a07bb5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/TrophyIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function TrophyIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M16.5 18.75h-9m9 0a3 3 0 0 1 3 3h-15a3 3 0 0 1 3-3m9 0v-3.375c0-.621-.503-1.125-1.125-1.125h-.871M7.5 18.75v-3.375c0-.621.504-1.125 1.125-1.125h.872m5.007 0H9.497m5.007 0a7.454 7.454 0 0 1-.982-3.172M9.497 14.25a7.454 7.454 0 0 0 .981-3.172M5.25 4.236c-.982.143-1.954.317-2.916.52A6.003 6.003 0 0 0 7.73 9.728M5.25 4.236V4.5c0 2.108.966 3.99 2.48 5.228M5.25 4.236V2.721C7.456 2.41 9.71 2.25 12 2.25c2.291 0 4.545.16 6.75.47v1.516M7.73 9.728a6.726 6.726 0 0 0 2.748 1.35m8.272-6.842V4.5c0 2.108-.966 3.99-2.48 5.228m2.48-5.492a46.32 46.32 0 0 1 2.916.52 6.003 6.003 0 0 1-5.395 4.972m0 0a6.726 6.726 0 0 1-2.749 1.35m0 0a6.772 6.772 0 0 1-3.044 0" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TrophyIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/TruckIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/TruckIcon.d.ts new file mode 100644 index 00000000..51492fb0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/TruckIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TruckIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TruckIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/TruckIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/TruckIcon.js new file mode 100644 index 00000000..da9f8824 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/TruckIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function TruckIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M8.25 18.75a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m3 0h6m-9 0H3.375a1.125 1.125 0 0 1-1.125-1.125V14.25m17.25 4.5a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m3 0h1.125c.621 0 1.129-.504 1.09-1.124a17.902 17.902 0 0 0-3.213-9.193 2.056 2.056 0 0 0-1.58-.86H14.25M16.5 18.75h-2.25m0-11.177v-.958c0-.568-.422-1.048-.987-1.106a48.554 48.554 0 0 0-10.026 0 1.106 1.106 0 0 0-.987 1.106v7.635m12-6.677v6.677m0 4.5v-4.5m0 0h-12" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TruckIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/TvIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/TvIcon.d.ts new file mode 100644 index 00000000..54c4c6aa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/TvIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TvIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TvIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/TvIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/TvIcon.js new file mode 100644 index 00000000..62f64070 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/TvIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function TvIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M6 20.25h12m-7.5-3v3m3-3v3m-10.125-3h17.25c.621 0 1.125-.504 1.125-1.125V4.875c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TvIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/UnderlineIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/UnderlineIcon.d.ts new file mode 100644 index 00000000..8f6acc73 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/UnderlineIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UnderlineIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UnderlineIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/UnderlineIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/UnderlineIcon.js new file mode 100644 index 00000000..88f5fbfa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/UnderlineIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function UnderlineIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M17.995 3.744v7.5a6 6 0 1 1-12 0v-7.5m-2.25 16.502h16.5" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UnderlineIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/UserCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/UserCircleIcon.d.ts new file mode 100644 index 00000000..b398b1a2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/UserCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UserCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UserCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/UserCircleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/UserCircleIcon.js new file mode 100644 index 00000000..479eea4a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/UserCircleIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function UserCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M17.982 18.725A7.488 7.488 0 0 0 12 15.75a7.488 7.488 0 0 0-5.982 2.975m11.963 0a9 9 0 1 0-11.963 0m11.963 0A8.966 8.966 0 0 1 12 21a8.966 8.966 0 0 1-5.982-2.275M15 9.75a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UserCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/UserGroupIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/UserGroupIcon.d.ts new file mode 100644 index 00000000..db3a8465 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/UserGroupIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UserGroupIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UserGroupIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/UserGroupIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/UserGroupIcon.js new file mode 100644 index 00000000..a852c85a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/UserGroupIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function UserGroupIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M18 18.72a9.094 9.094 0 0 0 3.741-.479 3 3 0 0 0-4.682-2.72m.94 3.198.001.031c0 .225-.012.447-.037.666A11.944 11.944 0 0 1 12 21c-2.17 0-4.207-.576-5.963-1.584A6.062 6.062 0 0 1 6 18.719m12 0a5.971 5.971 0 0 0-.941-3.197m0 0A5.995 5.995 0 0 0 12 12.75a5.995 5.995 0 0 0-5.058 2.772m0 0a3 3 0 0 0-4.681 2.72 8.986 8.986 0 0 0 3.74.477m.94-3.197a5.971 5.971 0 0 0-.94 3.197M15 6.75a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm6 3a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Zm-13.5 0a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UserGroupIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/UserIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/UserIcon.d.ts new file mode 100644 index 00000000..7ebdc6aa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/UserIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UserIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UserIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/UserIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/UserIcon.js new file mode 100644 index 00000000..8b833fa5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/UserIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function UserIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15.75 6a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0ZM4.501 20.118a7.5 7.5 0 0 1 14.998 0A17.933 17.933 0 0 1 12 21.75c-2.676 0-5.216-.584-7.499-1.632Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UserIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/UserMinusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/UserMinusIcon.d.ts new file mode 100644 index 00000000..e1bd6605 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/UserMinusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UserMinusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UserMinusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/UserMinusIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/UserMinusIcon.js new file mode 100644 index 00000000..23733fdf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/UserMinusIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function UserMinusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M22 10.5h-6m-2.25-4.125a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0ZM4 19.235v-.11a6.375 6.375 0 0 1 12.75 0v.109A12.318 12.318 0 0 1 10.374 21c-2.331 0-4.512-.645-6.374-1.766Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UserMinusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/UserPlusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/UserPlusIcon.d.ts new file mode 100644 index 00000000..c1fdbc4e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/UserPlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UserPlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UserPlusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/UserPlusIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/UserPlusIcon.js new file mode 100644 index 00000000..ad500320 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/UserPlusIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function UserPlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M18 7.5v3m0 0v3m0-3h3m-3 0h-3m-2.25-4.125a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0ZM3 19.235v-.11a6.375 6.375 0 0 1 12.75 0v.109A12.318 12.318 0 0 1 9.374 21c-2.331 0-4.512-.645-6.374-1.766Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UserPlusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/UsersIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/UsersIcon.d.ts new file mode 100644 index 00000000..0b623c1a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/UsersIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UsersIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UsersIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/UsersIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/UsersIcon.js new file mode 100644 index 00000000..9c1afd13 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/UsersIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function UsersIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M15 19.128a9.38 9.38 0 0 0 2.625.372 9.337 9.337 0 0 0 4.121-.952 4.125 4.125 0 0 0-7.533-2.493M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.318 12.318 0 0 1 8.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0 1 11.964-3.07M12 6.375a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0Zm8.25 2.25a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UsersIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/VariableIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/VariableIcon.d.ts new file mode 100644 index 00000000..c7fbf5e2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/VariableIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const VariableIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default VariableIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/VariableIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/VariableIcon.js new file mode 100644 index 00000000..684d4328 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/VariableIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function VariableIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M4.745 3A23.933 23.933 0 0 0 3 12c0 3.183.62 6.22 1.745 9M19.5 3c.967 2.78 1.5 5.817 1.5 9s-.533 6.22-1.5 9M8.25 8.885l1.444-.89a.75.75 0 0 1 1.105.402l2.402 7.206a.75.75 0 0 0 1.104.401l1.445-.889m-8.25.75.213.09a1.687 1.687 0 0 0 2.062-.617l4.45-6.676a1.688 1.688 0 0 1 2.062-.618l.213.09" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(VariableIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/VideoCameraIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/VideoCameraIcon.d.ts new file mode 100644 index 00000000..ea0d067e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/VideoCameraIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const VideoCameraIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default VideoCameraIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/VideoCameraIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/VideoCameraIcon.js new file mode 100644 index 00000000..bcb0abd0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/VideoCameraIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function VideoCameraIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m15.75 10.5 4.72-4.72a.75.75 0 0 1 1.28.53v11.38a.75.75 0 0 1-1.28.53l-4.72-4.72M4.5 18.75h9a2.25 2.25 0 0 0 2.25-2.25v-9a2.25 2.25 0 0 0-2.25-2.25h-9A2.25 2.25 0 0 0 2.25 7.5v9a2.25 2.25 0 0 0 2.25 2.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(VideoCameraIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/VideoCameraSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/VideoCameraSlashIcon.d.ts new file mode 100644 index 00000000..592efb41 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/VideoCameraSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const VideoCameraSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default VideoCameraSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/VideoCameraSlashIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/VideoCameraSlashIcon.js new file mode 100644 index 00000000..1aadd40f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/VideoCameraSlashIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function VideoCameraSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m15.75 10.5 4.72-4.72a.75.75 0 0 1 1.28.53v11.38a.75.75 0 0 1-1.28.53l-4.72-4.72M12 18.75H4.5a2.25 2.25 0 0 1-2.25-2.25V9m12.841 9.091L16.5 19.5m-1.409-1.409c.407-.407.659-.97.659-1.591v-9a2.25 2.25 0 0 0-2.25-2.25h-9c-.621 0-1.184.252-1.591.659m12.182 12.182L2.909 5.909M1.5 4.5l1.409 1.409" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(VideoCameraSlashIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ViewColumnsIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ViewColumnsIcon.d.ts new file mode 100644 index 00000000..fdd02309 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ViewColumnsIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ViewColumnsIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ViewColumnsIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ViewColumnsIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ViewColumnsIcon.js new file mode 100644 index 00000000..24e2e33a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ViewColumnsIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ViewColumnsIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M9 4.5v15m6-15v15m-10.875 0h15.75c.621 0 1.125-.504 1.125-1.125V5.625c0-.621-.504-1.125-1.125-1.125H4.125C3.504 4.5 3 5.004 3 5.625v12.75c0 .621.504 1.125 1.125 1.125Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ViewColumnsIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ViewfinderCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/ViewfinderCircleIcon.d.ts new file mode 100644 index 00000000..378d1aa8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ViewfinderCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ViewfinderCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ViewfinderCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/ViewfinderCircleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/ViewfinderCircleIcon.js new file mode 100644 index 00000000..aa8a9573 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/ViewfinderCircleIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ViewfinderCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M7.5 3.75H6A2.25 2.25 0 0 0 3.75 6v1.5M16.5 3.75H18A2.25 2.25 0 0 1 20.25 6v1.5m0 9V18A2.25 2.25 0 0 1 18 20.25h-1.5m-9 0H6A2.25 2.25 0 0 1 3.75 18v-1.5M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ViewfinderCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/WalletIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/WalletIcon.d.ts new file mode 100644 index 00000000..760de0cd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/WalletIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const WalletIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default WalletIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/WalletIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/WalletIcon.js new file mode 100644 index 00000000..024fa727 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/WalletIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function WalletIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M21 12a2.25 2.25 0 0 0-2.25-2.25H15a3 3 0 1 1-6 0H5.25A2.25 2.25 0 0 0 3 12m18 0v6a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 18v-6m18 0V9M3 12V9m18 0a2.25 2.25 0 0 0-2.25-2.25H5.25A2.25 2.25 0 0 0 3 9m18 0V6a2.25 2.25 0 0 0-2.25-2.25H5.25A2.25 2.25 0 0 0 3 6v3" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(WalletIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/WifiIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/WifiIcon.d.ts new file mode 100644 index 00000000..393605f1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/WifiIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const WifiIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default WifiIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/WifiIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/WifiIcon.js new file mode 100644 index 00000000..cbd4778a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/WifiIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function WifiIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M8.288 15.038a5.25 5.25 0 0 1 7.424 0M5.106 11.856c3.807-3.808 9.98-3.808 13.788 0M1.924 8.674c5.565-5.565 14.587-5.565 20.152 0M12.53 18.22l-.53.53-.53-.53a.75.75 0 0 1 1.06 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(WifiIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/WindowIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/WindowIcon.d.ts new file mode 100644 index 00000000..e0eddb35 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/WindowIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const WindowIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default WindowIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/WindowIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/WindowIcon.js new file mode 100644 index 00000000..067db30b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/WindowIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function WindowIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M3 8.25V18a2.25 2.25 0 0 0 2.25 2.25h13.5A2.25 2.25 0 0 0 21 18V8.25m-18 0V6a2.25 2.25 0 0 1 2.25-2.25h13.5A2.25 2.25 0 0 1 21 6v2.25m-18 0h18M5.25 6h.008v.008H5.25V6ZM7.5 6h.008v.008H7.5V6Zm2.25 0h.008v.008H9.75V6Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(WindowIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/WrenchIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/WrenchIcon.d.ts new file mode 100644 index 00000000..1ffd1f2c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/WrenchIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const WrenchIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default WrenchIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/WrenchIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/WrenchIcon.js new file mode 100644 index 00000000..7b9f817b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/WrenchIcon.js @@ -0,0 +1,30 @@ +import * as React from "react"; +function WrenchIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M21.75 6.75a4.5 4.5 0 0 1-4.884 4.484c-1.076-.091-2.264.071-2.95.904l-7.152 8.684a2.548 2.548 0 1 1-3.586-3.586l8.684-7.152c.833-.686.995-1.874.904-2.95a4.5 4.5 0 0 1 6.336-4.486l-3.276 3.276a3.004 3.004 0 0 0 2.25 2.25l3.276-3.276c.256.565.398 1.192.398 1.852Z" + }), /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M4.867 19.125h.008v.008h-.008v-.008Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(WrenchIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/WrenchScrewdriverIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/WrenchScrewdriverIcon.d.ts new file mode 100644 index 00000000..ad96c868 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/WrenchScrewdriverIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const WrenchScrewdriverIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default WrenchScrewdriverIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/WrenchScrewdriverIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/WrenchScrewdriverIcon.js new file mode 100644 index 00000000..1f31e7cf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/WrenchScrewdriverIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function WrenchScrewdriverIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M11.42 15.17 17.25 21A2.652 2.652 0 0 0 21 17.25l-5.877-5.877M11.42 15.17l2.496-3.03c.317-.384.74-.626 1.208-.766M11.42 15.17l-4.655 5.653a2.548 2.548 0 1 1-3.586-3.586l6.837-5.63m5.108-.233c.55-.164 1.163-.188 1.743-.14a4.5 4.5 0 0 0 4.486-6.336l-3.276 3.277a3.004 3.004 0 0 1-2.25-2.25l3.276-3.276a4.5 4.5 0 0 0-6.336 4.486c.091 1.076-.071 2.264-.904 2.95l-.102.085m-1.745 1.437L5.909 7.5H4.5L2.25 3.75l1.5-1.5L7.5 4.5v1.409l4.26 4.26m-1.745 1.437 1.745-1.437m6.615 8.206L15.75 15.75M4.867 19.125h.008v.008h-.008v-.008Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(WrenchScrewdriverIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/XCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/XCircleIcon.d.ts new file mode 100644 index 00000000..03e86569 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/XCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const XCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default XCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/XCircleIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/XCircleIcon.js new file mode 100644 index 00000000..c27845b7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/XCircleIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function XCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "m9.75 9.75 4.5 4.5m0-4.5-4.5 4.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(XCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/XMarkIcon.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/XMarkIcon.d.ts new file mode 100644 index 00000000..1d1018fb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/XMarkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const XMarkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default XMarkIcon; diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/XMarkIcon.js b/frontend/node_modules/@heroicons/react/24/outline/esm/XMarkIcon.js new file mode 100644 index 00000000..e2c52b25 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/XMarkIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function XMarkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + fill: "none", + viewBox: "0 0 24 24", + strokeWidth: 1.5, + stroke: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + strokeLinecap: "round", + strokeLinejoin: "round", + d: "M6 18 18 6M6 6l12 12" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(XMarkIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/index.d.ts b/frontend/node_modules/@heroicons/react/24/outline/esm/index.d.ts new file mode 100644 index 00000000..f8a00880 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/index.d.ts @@ -0,0 +1,324 @@ +export { default as AcademicCapIcon } from './AcademicCapIcon' +export { default as AdjustmentsHorizontalIcon } from './AdjustmentsHorizontalIcon' +export { default as AdjustmentsVerticalIcon } from './AdjustmentsVerticalIcon' +export { default as ArchiveBoxArrowDownIcon } from './ArchiveBoxArrowDownIcon' +export { default as ArchiveBoxXMarkIcon } from './ArchiveBoxXMarkIcon' +export { default as ArchiveBoxIcon } from './ArchiveBoxIcon' +export { default as ArrowDownCircleIcon } from './ArrowDownCircleIcon' +export { default as ArrowDownLeftIcon } from './ArrowDownLeftIcon' +export { default as ArrowDownOnSquareStackIcon } from './ArrowDownOnSquareStackIcon' +export { default as ArrowDownOnSquareIcon } from './ArrowDownOnSquareIcon' +export { default as ArrowDownRightIcon } from './ArrowDownRightIcon' +export { default as ArrowDownTrayIcon } from './ArrowDownTrayIcon' +export { default as ArrowDownIcon } from './ArrowDownIcon' +export { default as ArrowLeftCircleIcon } from './ArrowLeftCircleIcon' +export { default as ArrowLeftEndOnRectangleIcon } from './ArrowLeftEndOnRectangleIcon' +export { default as ArrowLeftOnRectangleIcon } from './ArrowLeftOnRectangleIcon' +export { default as ArrowLeftStartOnRectangleIcon } from './ArrowLeftStartOnRectangleIcon' +export { default as ArrowLeftIcon } from './ArrowLeftIcon' +export { default as ArrowLongDownIcon } from './ArrowLongDownIcon' +export { default as ArrowLongLeftIcon } from './ArrowLongLeftIcon' +export { default as ArrowLongRightIcon } from './ArrowLongRightIcon' +export { default as ArrowLongUpIcon } from './ArrowLongUpIcon' +export { default as ArrowPathRoundedSquareIcon } from './ArrowPathRoundedSquareIcon' +export { default as ArrowPathIcon } from './ArrowPathIcon' +export { default as ArrowRightCircleIcon } from './ArrowRightCircleIcon' +export { default as ArrowRightEndOnRectangleIcon } from './ArrowRightEndOnRectangleIcon' +export { default as ArrowRightOnRectangleIcon } from './ArrowRightOnRectangleIcon' +export { default as ArrowRightStartOnRectangleIcon } from './ArrowRightStartOnRectangleIcon' +export { default as ArrowRightIcon } from './ArrowRightIcon' +export { default as ArrowSmallDownIcon } from './ArrowSmallDownIcon' +export { default as ArrowSmallLeftIcon } from './ArrowSmallLeftIcon' +export { default as ArrowSmallRightIcon } from './ArrowSmallRightIcon' +export { default as ArrowSmallUpIcon } from './ArrowSmallUpIcon' +export { default as ArrowTopRightOnSquareIcon } from './ArrowTopRightOnSquareIcon' +export { default as ArrowTrendingDownIcon } from './ArrowTrendingDownIcon' +export { default as ArrowTrendingUpIcon } from './ArrowTrendingUpIcon' +export { default as ArrowTurnDownLeftIcon } from './ArrowTurnDownLeftIcon' +export { default as ArrowTurnDownRightIcon } from './ArrowTurnDownRightIcon' +export { default as ArrowTurnLeftDownIcon } from './ArrowTurnLeftDownIcon' +export { default as ArrowTurnLeftUpIcon } from './ArrowTurnLeftUpIcon' +export { default as ArrowTurnRightDownIcon } from './ArrowTurnRightDownIcon' +export { default as ArrowTurnRightUpIcon } from './ArrowTurnRightUpIcon' +export { default as ArrowTurnUpLeftIcon } from './ArrowTurnUpLeftIcon' +export { default as ArrowTurnUpRightIcon } from './ArrowTurnUpRightIcon' +export { default as ArrowUpCircleIcon } from './ArrowUpCircleIcon' +export { default as ArrowUpLeftIcon } from './ArrowUpLeftIcon' +export { default as ArrowUpOnSquareStackIcon } from './ArrowUpOnSquareStackIcon' +export { default as ArrowUpOnSquareIcon } from './ArrowUpOnSquareIcon' +export { default as ArrowUpRightIcon } from './ArrowUpRightIcon' +export { default as ArrowUpTrayIcon } from './ArrowUpTrayIcon' +export { default as ArrowUpIcon } from './ArrowUpIcon' +export { default as ArrowUturnDownIcon } from './ArrowUturnDownIcon' +export { default as ArrowUturnLeftIcon } from './ArrowUturnLeftIcon' +export { default as ArrowUturnRightIcon } from './ArrowUturnRightIcon' +export { default as ArrowUturnUpIcon } from './ArrowUturnUpIcon' +export { default as ArrowsPointingInIcon } from './ArrowsPointingInIcon' +export { default as ArrowsPointingOutIcon } from './ArrowsPointingOutIcon' +export { default as ArrowsRightLeftIcon } from './ArrowsRightLeftIcon' +export { default as ArrowsUpDownIcon } from './ArrowsUpDownIcon' +export { default as AtSymbolIcon } from './AtSymbolIcon' +export { default as BackspaceIcon } from './BackspaceIcon' +export { default as BackwardIcon } from './BackwardIcon' +export { default as BanknotesIcon } from './BanknotesIcon' +export { default as Bars2Icon } from './Bars2Icon' +export { default as Bars3BottomLeftIcon } from './Bars3BottomLeftIcon' +export { default as Bars3BottomRightIcon } from './Bars3BottomRightIcon' +export { default as Bars3CenterLeftIcon } from './Bars3CenterLeftIcon' +export { default as Bars3Icon } from './Bars3Icon' +export { default as Bars4Icon } from './Bars4Icon' +export { default as BarsArrowDownIcon } from './BarsArrowDownIcon' +export { default as BarsArrowUpIcon } from './BarsArrowUpIcon' +export { default as Battery0Icon } from './Battery0Icon' +export { default as Battery100Icon } from './Battery100Icon' +export { default as Battery50Icon } from './Battery50Icon' +export { default as BeakerIcon } from './BeakerIcon' +export { default as BellAlertIcon } from './BellAlertIcon' +export { default as BellSlashIcon } from './BellSlashIcon' +export { default as BellSnoozeIcon } from './BellSnoozeIcon' +export { default as BellIcon } from './BellIcon' +export { default as BoldIcon } from './BoldIcon' +export { default as BoltSlashIcon } from './BoltSlashIcon' +export { default as BoltIcon } from './BoltIcon' +export { default as BookOpenIcon } from './BookOpenIcon' +export { default as BookmarkSlashIcon } from './BookmarkSlashIcon' +export { default as BookmarkSquareIcon } from './BookmarkSquareIcon' +export { default as BookmarkIcon } from './BookmarkIcon' +export { default as BriefcaseIcon } from './BriefcaseIcon' +export { default as BugAntIcon } from './BugAntIcon' +export { default as BuildingLibraryIcon } from './BuildingLibraryIcon' +export { default as BuildingOffice2Icon } from './BuildingOffice2Icon' +export { default as BuildingOfficeIcon } from './BuildingOfficeIcon' +export { default as BuildingStorefrontIcon } from './BuildingStorefrontIcon' +export { default as CakeIcon } from './CakeIcon' +export { default as CalculatorIcon } from './CalculatorIcon' +export { default as CalendarDateRangeIcon } from './CalendarDateRangeIcon' +export { default as CalendarDaysIcon } from './CalendarDaysIcon' +export { default as CalendarIcon } from './CalendarIcon' +export { default as CameraIcon } from './CameraIcon' +export { default as ChartBarSquareIcon } from './ChartBarSquareIcon' +export { default as ChartBarIcon } from './ChartBarIcon' +export { default as ChartPieIcon } from './ChartPieIcon' +export { default as ChatBubbleBottomCenterTextIcon } from './ChatBubbleBottomCenterTextIcon' +export { default as ChatBubbleBottomCenterIcon } from './ChatBubbleBottomCenterIcon' +export { default as ChatBubbleLeftEllipsisIcon } from './ChatBubbleLeftEllipsisIcon' +export { default as ChatBubbleLeftRightIcon } from './ChatBubbleLeftRightIcon' +export { default as ChatBubbleLeftIcon } from './ChatBubbleLeftIcon' +export { default as ChatBubbleOvalLeftEllipsisIcon } from './ChatBubbleOvalLeftEllipsisIcon' +export { default as ChatBubbleOvalLeftIcon } from './ChatBubbleOvalLeftIcon' +export { default as CheckBadgeIcon } from './CheckBadgeIcon' +export { default as CheckCircleIcon } from './CheckCircleIcon' +export { default as CheckIcon } from './CheckIcon' +export { default as ChevronDoubleDownIcon } from './ChevronDoubleDownIcon' +export { default as ChevronDoubleLeftIcon } from './ChevronDoubleLeftIcon' +export { default as ChevronDoubleRightIcon } from './ChevronDoubleRightIcon' +export { default as ChevronDoubleUpIcon } from './ChevronDoubleUpIcon' +export { default as ChevronDownIcon } from './ChevronDownIcon' +export { default as ChevronLeftIcon } from './ChevronLeftIcon' +export { default as ChevronRightIcon } from './ChevronRightIcon' +export { default as ChevronUpDownIcon } from './ChevronUpDownIcon' +export { default as ChevronUpIcon } from './ChevronUpIcon' +export { default as CircleStackIcon } from './CircleStackIcon' +export { default as ClipboardDocumentCheckIcon } from './ClipboardDocumentCheckIcon' +export { default as ClipboardDocumentListIcon } from './ClipboardDocumentListIcon' +export { default as ClipboardDocumentIcon } from './ClipboardDocumentIcon' +export { default as ClipboardIcon } from './ClipboardIcon' +export { default as ClockIcon } from './ClockIcon' +export { default as CloudArrowDownIcon } from './CloudArrowDownIcon' +export { default as CloudArrowUpIcon } from './CloudArrowUpIcon' +export { default as CloudIcon } from './CloudIcon' +export { default as CodeBracketSquareIcon } from './CodeBracketSquareIcon' +export { default as CodeBracketIcon } from './CodeBracketIcon' +export { default as Cog6ToothIcon } from './Cog6ToothIcon' +export { default as Cog8ToothIcon } from './Cog8ToothIcon' +export { default as CogIcon } from './CogIcon' +export { default as CommandLineIcon } from './CommandLineIcon' +export { default as ComputerDesktopIcon } from './ComputerDesktopIcon' +export { default as CpuChipIcon } from './CpuChipIcon' +export { default as CreditCardIcon } from './CreditCardIcon' +export { default as CubeTransparentIcon } from './CubeTransparentIcon' +export { default as CubeIcon } from './CubeIcon' +export { default as CurrencyBangladeshiIcon } from './CurrencyBangladeshiIcon' +export { default as CurrencyDollarIcon } from './CurrencyDollarIcon' +export { default as CurrencyEuroIcon } from './CurrencyEuroIcon' +export { default as CurrencyPoundIcon } from './CurrencyPoundIcon' +export { default as CurrencyRupeeIcon } from './CurrencyRupeeIcon' +export { default as CurrencyYenIcon } from './CurrencyYenIcon' +export { default as CursorArrowRaysIcon } from './CursorArrowRaysIcon' +export { default as CursorArrowRippleIcon } from './CursorArrowRippleIcon' +export { default as DevicePhoneMobileIcon } from './DevicePhoneMobileIcon' +export { default as DeviceTabletIcon } from './DeviceTabletIcon' +export { default as DivideIcon } from './DivideIcon' +export { default as DocumentArrowDownIcon } from './DocumentArrowDownIcon' +export { default as DocumentArrowUpIcon } from './DocumentArrowUpIcon' +export { default as DocumentChartBarIcon } from './DocumentChartBarIcon' +export { default as DocumentCheckIcon } from './DocumentCheckIcon' +export { default as DocumentCurrencyBangladeshiIcon } from './DocumentCurrencyBangladeshiIcon' +export { default as DocumentCurrencyDollarIcon } from './DocumentCurrencyDollarIcon' +export { default as DocumentCurrencyEuroIcon } from './DocumentCurrencyEuroIcon' +export { default as DocumentCurrencyPoundIcon } from './DocumentCurrencyPoundIcon' +export { default as DocumentCurrencyRupeeIcon } from './DocumentCurrencyRupeeIcon' +export { default as DocumentCurrencyYenIcon } from './DocumentCurrencyYenIcon' +export { default as DocumentDuplicateIcon } from './DocumentDuplicateIcon' +export { default as DocumentMagnifyingGlassIcon } from './DocumentMagnifyingGlassIcon' +export { default as DocumentMinusIcon } from './DocumentMinusIcon' +export { default as DocumentPlusIcon } from './DocumentPlusIcon' +export { default as DocumentTextIcon } from './DocumentTextIcon' +export { default as DocumentIcon } from './DocumentIcon' +export { default as EllipsisHorizontalCircleIcon } from './EllipsisHorizontalCircleIcon' +export { default as EllipsisHorizontalIcon } from './EllipsisHorizontalIcon' +export { default as EllipsisVerticalIcon } from './EllipsisVerticalIcon' +export { default as EnvelopeOpenIcon } from './EnvelopeOpenIcon' +export { default as EnvelopeIcon } from './EnvelopeIcon' +export { default as EqualsIcon } from './EqualsIcon' +export { default as ExclamationCircleIcon } from './ExclamationCircleIcon' +export { default as ExclamationTriangleIcon } from './ExclamationTriangleIcon' +export { default as EyeDropperIcon } from './EyeDropperIcon' +export { default as EyeSlashIcon } from './EyeSlashIcon' +export { default as EyeIcon } from './EyeIcon' +export { default as FaceFrownIcon } from './FaceFrownIcon' +export { default as FaceSmileIcon } from './FaceSmileIcon' +export { default as FilmIcon } from './FilmIcon' +export { default as FingerPrintIcon } from './FingerPrintIcon' +export { default as FireIcon } from './FireIcon' +export { default as FlagIcon } from './FlagIcon' +export { default as FolderArrowDownIcon } from './FolderArrowDownIcon' +export { default as FolderMinusIcon } from './FolderMinusIcon' +export { default as FolderOpenIcon } from './FolderOpenIcon' +export { default as FolderPlusIcon } from './FolderPlusIcon' +export { default as FolderIcon } from './FolderIcon' +export { default as ForwardIcon } from './ForwardIcon' +export { default as FunnelIcon } from './FunnelIcon' +export { default as GifIcon } from './GifIcon' +export { default as GiftTopIcon } from './GiftTopIcon' +export { default as GiftIcon } from './GiftIcon' +export { default as GlobeAltIcon } from './GlobeAltIcon' +export { default as GlobeAmericasIcon } from './GlobeAmericasIcon' +export { default as GlobeAsiaAustraliaIcon } from './GlobeAsiaAustraliaIcon' +export { default as GlobeEuropeAfricaIcon } from './GlobeEuropeAfricaIcon' +export { default as H1Icon } from './H1Icon' +export { default as H2Icon } from './H2Icon' +export { default as H3Icon } from './H3Icon' +export { default as HandRaisedIcon } from './HandRaisedIcon' +export { default as HandThumbDownIcon } from './HandThumbDownIcon' +export { default as HandThumbUpIcon } from './HandThumbUpIcon' +export { default as HashtagIcon } from './HashtagIcon' +export { default as HeartIcon } from './HeartIcon' +export { default as HomeModernIcon } from './HomeModernIcon' +export { default as HomeIcon } from './HomeIcon' +export { default as IdentificationIcon } from './IdentificationIcon' +export { default as InboxArrowDownIcon } from './InboxArrowDownIcon' +export { default as InboxStackIcon } from './InboxStackIcon' +export { default as InboxIcon } from './InboxIcon' +export { default as InformationCircleIcon } from './InformationCircleIcon' +export { default as ItalicIcon } from './ItalicIcon' +export { default as KeyIcon } from './KeyIcon' +export { default as LanguageIcon } from './LanguageIcon' +export { default as LifebuoyIcon } from './LifebuoyIcon' +export { default as LightBulbIcon } from './LightBulbIcon' +export { default as LinkSlashIcon } from './LinkSlashIcon' +export { default as LinkIcon } from './LinkIcon' +export { default as ListBulletIcon } from './ListBulletIcon' +export { default as LockClosedIcon } from './LockClosedIcon' +export { default as LockOpenIcon } from './LockOpenIcon' +export { default as MagnifyingGlassCircleIcon } from './MagnifyingGlassCircleIcon' +export { default as MagnifyingGlassMinusIcon } from './MagnifyingGlassMinusIcon' +export { default as MagnifyingGlassPlusIcon } from './MagnifyingGlassPlusIcon' +export { default as MagnifyingGlassIcon } from './MagnifyingGlassIcon' +export { default as MapPinIcon } from './MapPinIcon' +export { default as MapIcon } from './MapIcon' +export { default as MegaphoneIcon } from './MegaphoneIcon' +export { default as MicrophoneIcon } from './MicrophoneIcon' +export { default as MinusCircleIcon } from './MinusCircleIcon' +export { default as MinusSmallIcon } from './MinusSmallIcon' +export { default as MinusIcon } from './MinusIcon' +export { default as MoonIcon } from './MoonIcon' +export { default as MusicalNoteIcon } from './MusicalNoteIcon' +export { default as NewspaperIcon } from './NewspaperIcon' +export { default as NoSymbolIcon } from './NoSymbolIcon' +export { default as NumberedListIcon } from './NumberedListIcon' +export { default as PaintBrushIcon } from './PaintBrushIcon' +export { default as PaperAirplaneIcon } from './PaperAirplaneIcon' +export { default as PaperClipIcon } from './PaperClipIcon' +export { default as PauseCircleIcon } from './PauseCircleIcon' +export { default as PauseIcon } from './PauseIcon' +export { default as PencilSquareIcon } from './PencilSquareIcon' +export { default as PencilIcon } from './PencilIcon' +export { default as PercentBadgeIcon } from './PercentBadgeIcon' +export { default as PhoneArrowDownLeftIcon } from './PhoneArrowDownLeftIcon' +export { default as PhoneArrowUpRightIcon } from './PhoneArrowUpRightIcon' +export { default as PhoneXMarkIcon } from './PhoneXMarkIcon' +export { default as PhoneIcon } from './PhoneIcon' +export { default as PhotoIcon } from './PhotoIcon' +export { default as PlayCircleIcon } from './PlayCircleIcon' +export { default as PlayPauseIcon } from './PlayPauseIcon' +export { default as PlayIcon } from './PlayIcon' +export { default as PlusCircleIcon } from './PlusCircleIcon' +export { default as PlusSmallIcon } from './PlusSmallIcon' +export { default as PlusIcon } from './PlusIcon' +export { default as PowerIcon } from './PowerIcon' +export { default as PresentationChartBarIcon } from './PresentationChartBarIcon' +export { default as PresentationChartLineIcon } from './PresentationChartLineIcon' +export { default as PrinterIcon } from './PrinterIcon' +export { default as PuzzlePieceIcon } from './PuzzlePieceIcon' +export { default as QrCodeIcon } from './QrCodeIcon' +export { default as QuestionMarkCircleIcon } from './QuestionMarkCircleIcon' +export { default as QueueListIcon } from './QueueListIcon' +export { default as RadioIcon } from './RadioIcon' +export { default as ReceiptPercentIcon } from './ReceiptPercentIcon' +export { default as ReceiptRefundIcon } from './ReceiptRefundIcon' +export { default as RectangleGroupIcon } from './RectangleGroupIcon' +export { default as RectangleStackIcon } from './RectangleStackIcon' +export { default as RocketLaunchIcon } from './RocketLaunchIcon' +export { default as RssIcon } from './RssIcon' +export { default as ScaleIcon } from './ScaleIcon' +export { default as ScissorsIcon } from './ScissorsIcon' +export { default as ServerStackIcon } from './ServerStackIcon' +export { default as ServerIcon } from './ServerIcon' +export { default as ShareIcon } from './ShareIcon' +export { default as ShieldCheckIcon } from './ShieldCheckIcon' +export { default as ShieldExclamationIcon } from './ShieldExclamationIcon' +export { default as ShoppingBagIcon } from './ShoppingBagIcon' +export { default as ShoppingCartIcon } from './ShoppingCartIcon' +export { default as SignalSlashIcon } from './SignalSlashIcon' +export { default as SignalIcon } from './SignalIcon' +export { default as SlashIcon } from './SlashIcon' +export { default as SparklesIcon } from './SparklesIcon' +export { default as SpeakerWaveIcon } from './SpeakerWaveIcon' +export { default as SpeakerXMarkIcon } from './SpeakerXMarkIcon' +export { default as Square2StackIcon } from './Square2StackIcon' +export { default as Square3Stack3DIcon } from './Square3Stack3DIcon' +export { default as Squares2X2Icon } from './Squares2X2Icon' +export { default as SquaresPlusIcon } from './SquaresPlusIcon' +export { default as StarIcon } from './StarIcon' +export { default as StopCircleIcon } from './StopCircleIcon' +export { default as StopIcon } from './StopIcon' +export { default as StrikethroughIcon } from './StrikethroughIcon' +export { default as SunIcon } from './SunIcon' +export { default as SwatchIcon } from './SwatchIcon' +export { default as TableCellsIcon } from './TableCellsIcon' +export { default as TagIcon } from './TagIcon' +export { default as TicketIcon } from './TicketIcon' +export { default as TrashIcon } from './TrashIcon' +export { default as TrophyIcon } from './TrophyIcon' +export { default as TruckIcon } from './TruckIcon' +export { default as TvIcon } from './TvIcon' +export { default as UnderlineIcon } from './UnderlineIcon' +export { default as UserCircleIcon } from './UserCircleIcon' +export { default as UserGroupIcon } from './UserGroupIcon' +export { default as UserMinusIcon } from './UserMinusIcon' +export { default as UserPlusIcon } from './UserPlusIcon' +export { default as UserIcon } from './UserIcon' +export { default as UsersIcon } from './UsersIcon' +export { default as VariableIcon } from './VariableIcon' +export { default as VideoCameraSlashIcon } from './VideoCameraSlashIcon' +export { default as VideoCameraIcon } from './VideoCameraIcon' +export { default as ViewColumnsIcon } from './ViewColumnsIcon' +export { default as ViewfinderCircleIcon } from './ViewfinderCircleIcon' +export { default as WalletIcon } from './WalletIcon' +export { default as WifiIcon } from './WifiIcon' +export { default as WindowIcon } from './WindowIcon' +export { default as WrenchScrewdriverIcon } from './WrenchScrewdriverIcon' +export { default as WrenchIcon } from './WrenchIcon' +export { default as XCircleIcon } from './XCircleIcon' +export { default as XMarkIcon } from './XMarkIcon' \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/index.js b/frontend/node_modules/@heroicons/react/24/outline/esm/index.js new file mode 100644 index 00000000..529ae1b5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/index.js @@ -0,0 +1,324 @@ +export { default as AcademicCapIcon } from './AcademicCapIcon.js' +export { default as AdjustmentsHorizontalIcon } from './AdjustmentsHorizontalIcon.js' +export { default as AdjustmentsVerticalIcon } from './AdjustmentsVerticalIcon.js' +export { default as ArchiveBoxArrowDownIcon } from './ArchiveBoxArrowDownIcon.js' +export { default as ArchiveBoxXMarkIcon } from './ArchiveBoxXMarkIcon.js' +export { default as ArchiveBoxIcon } from './ArchiveBoxIcon.js' +export { default as ArrowDownCircleIcon } from './ArrowDownCircleIcon.js' +export { default as ArrowDownLeftIcon } from './ArrowDownLeftIcon.js' +export { default as ArrowDownOnSquareStackIcon } from './ArrowDownOnSquareStackIcon.js' +export { default as ArrowDownOnSquareIcon } from './ArrowDownOnSquareIcon.js' +export { default as ArrowDownRightIcon } from './ArrowDownRightIcon.js' +export { default as ArrowDownTrayIcon } from './ArrowDownTrayIcon.js' +export { default as ArrowDownIcon } from './ArrowDownIcon.js' +export { default as ArrowLeftCircleIcon } from './ArrowLeftCircleIcon.js' +export { default as ArrowLeftEndOnRectangleIcon } from './ArrowLeftEndOnRectangleIcon.js' +export { default as ArrowLeftOnRectangleIcon } from './ArrowLeftOnRectangleIcon.js' +export { default as ArrowLeftStartOnRectangleIcon } from './ArrowLeftStartOnRectangleIcon.js' +export { default as ArrowLeftIcon } from './ArrowLeftIcon.js' +export { default as ArrowLongDownIcon } from './ArrowLongDownIcon.js' +export { default as ArrowLongLeftIcon } from './ArrowLongLeftIcon.js' +export { default as ArrowLongRightIcon } from './ArrowLongRightIcon.js' +export { default as ArrowLongUpIcon } from './ArrowLongUpIcon.js' +export { default as ArrowPathRoundedSquareIcon } from './ArrowPathRoundedSquareIcon.js' +export { default as ArrowPathIcon } from './ArrowPathIcon.js' +export { default as ArrowRightCircleIcon } from './ArrowRightCircleIcon.js' +export { default as ArrowRightEndOnRectangleIcon } from './ArrowRightEndOnRectangleIcon.js' +export { default as ArrowRightOnRectangleIcon } from './ArrowRightOnRectangleIcon.js' +export { default as ArrowRightStartOnRectangleIcon } from './ArrowRightStartOnRectangleIcon.js' +export { default as ArrowRightIcon } from './ArrowRightIcon.js' +export { default as ArrowSmallDownIcon } from './ArrowSmallDownIcon.js' +export { default as ArrowSmallLeftIcon } from './ArrowSmallLeftIcon.js' +export { default as ArrowSmallRightIcon } from './ArrowSmallRightIcon.js' +export { default as ArrowSmallUpIcon } from './ArrowSmallUpIcon.js' +export { default as ArrowTopRightOnSquareIcon } from './ArrowTopRightOnSquareIcon.js' +export { default as ArrowTrendingDownIcon } from './ArrowTrendingDownIcon.js' +export { default as ArrowTrendingUpIcon } from './ArrowTrendingUpIcon.js' +export { default as ArrowTurnDownLeftIcon } from './ArrowTurnDownLeftIcon.js' +export { default as ArrowTurnDownRightIcon } from './ArrowTurnDownRightIcon.js' +export { default as ArrowTurnLeftDownIcon } from './ArrowTurnLeftDownIcon.js' +export { default as ArrowTurnLeftUpIcon } from './ArrowTurnLeftUpIcon.js' +export { default as ArrowTurnRightDownIcon } from './ArrowTurnRightDownIcon.js' +export { default as ArrowTurnRightUpIcon } from './ArrowTurnRightUpIcon.js' +export { default as ArrowTurnUpLeftIcon } from './ArrowTurnUpLeftIcon.js' +export { default as ArrowTurnUpRightIcon } from './ArrowTurnUpRightIcon.js' +export { default as ArrowUpCircleIcon } from './ArrowUpCircleIcon.js' +export { default as ArrowUpLeftIcon } from './ArrowUpLeftIcon.js' +export { default as ArrowUpOnSquareStackIcon } from './ArrowUpOnSquareStackIcon.js' +export { default as ArrowUpOnSquareIcon } from './ArrowUpOnSquareIcon.js' +export { default as ArrowUpRightIcon } from './ArrowUpRightIcon.js' +export { default as ArrowUpTrayIcon } from './ArrowUpTrayIcon.js' +export { default as ArrowUpIcon } from './ArrowUpIcon.js' +export { default as ArrowUturnDownIcon } from './ArrowUturnDownIcon.js' +export { default as ArrowUturnLeftIcon } from './ArrowUturnLeftIcon.js' +export { default as ArrowUturnRightIcon } from './ArrowUturnRightIcon.js' +export { default as ArrowUturnUpIcon } from './ArrowUturnUpIcon.js' +export { default as ArrowsPointingInIcon } from './ArrowsPointingInIcon.js' +export { default as ArrowsPointingOutIcon } from './ArrowsPointingOutIcon.js' +export { default as ArrowsRightLeftIcon } from './ArrowsRightLeftIcon.js' +export { default as ArrowsUpDownIcon } from './ArrowsUpDownIcon.js' +export { default as AtSymbolIcon } from './AtSymbolIcon.js' +export { default as BackspaceIcon } from './BackspaceIcon.js' +export { default as BackwardIcon } from './BackwardIcon.js' +export { default as BanknotesIcon } from './BanknotesIcon.js' +export { default as Bars2Icon } from './Bars2Icon.js' +export { default as Bars3BottomLeftIcon } from './Bars3BottomLeftIcon.js' +export { default as Bars3BottomRightIcon } from './Bars3BottomRightIcon.js' +export { default as Bars3CenterLeftIcon } from './Bars3CenterLeftIcon.js' +export { default as Bars3Icon } from './Bars3Icon.js' +export { default as Bars4Icon } from './Bars4Icon.js' +export { default as BarsArrowDownIcon } from './BarsArrowDownIcon.js' +export { default as BarsArrowUpIcon } from './BarsArrowUpIcon.js' +export { default as Battery0Icon } from './Battery0Icon.js' +export { default as Battery100Icon } from './Battery100Icon.js' +export { default as Battery50Icon } from './Battery50Icon.js' +export { default as BeakerIcon } from './BeakerIcon.js' +export { default as BellAlertIcon } from './BellAlertIcon.js' +export { default as BellSlashIcon } from './BellSlashIcon.js' +export { default as BellSnoozeIcon } from './BellSnoozeIcon.js' +export { default as BellIcon } from './BellIcon.js' +export { default as BoldIcon } from './BoldIcon.js' +export { default as BoltSlashIcon } from './BoltSlashIcon.js' +export { default as BoltIcon } from './BoltIcon.js' +export { default as BookOpenIcon } from './BookOpenIcon.js' +export { default as BookmarkSlashIcon } from './BookmarkSlashIcon.js' +export { default as BookmarkSquareIcon } from './BookmarkSquareIcon.js' +export { default as BookmarkIcon } from './BookmarkIcon.js' +export { default as BriefcaseIcon } from './BriefcaseIcon.js' +export { default as BugAntIcon } from './BugAntIcon.js' +export { default as BuildingLibraryIcon } from './BuildingLibraryIcon.js' +export { default as BuildingOffice2Icon } from './BuildingOffice2Icon.js' +export { default as BuildingOfficeIcon } from './BuildingOfficeIcon.js' +export { default as BuildingStorefrontIcon } from './BuildingStorefrontIcon.js' +export { default as CakeIcon } from './CakeIcon.js' +export { default as CalculatorIcon } from './CalculatorIcon.js' +export { default as CalendarDateRangeIcon } from './CalendarDateRangeIcon.js' +export { default as CalendarDaysIcon } from './CalendarDaysIcon.js' +export { default as CalendarIcon } from './CalendarIcon.js' +export { default as CameraIcon } from './CameraIcon.js' +export { default as ChartBarSquareIcon } from './ChartBarSquareIcon.js' +export { default as ChartBarIcon } from './ChartBarIcon.js' +export { default as ChartPieIcon } from './ChartPieIcon.js' +export { default as ChatBubbleBottomCenterTextIcon } from './ChatBubbleBottomCenterTextIcon.js' +export { default as ChatBubbleBottomCenterIcon } from './ChatBubbleBottomCenterIcon.js' +export { default as ChatBubbleLeftEllipsisIcon } from './ChatBubbleLeftEllipsisIcon.js' +export { default as ChatBubbleLeftRightIcon } from './ChatBubbleLeftRightIcon.js' +export { default as ChatBubbleLeftIcon } from './ChatBubbleLeftIcon.js' +export { default as ChatBubbleOvalLeftEllipsisIcon } from './ChatBubbleOvalLeftEllipsisIcon.js' +export { default as ChatBubbleOvalLeftIcon } from './ChatBubbleOvalLeftIcon.js' +export { default as CheckBadgeIcon } from './CheckBadgeIcon.js' +export { default as CheckCircleIcon } from './CheckCircleIcon.js' +export { default as CheckIcon } from './CheckIcon.js' +export { default as ChevronDoubleDownIcon } from './ChevronDoubleDownIcon.js' +export { default as ChevronDoubleLeftIcon } from './ChevronDoubleLeftIcon.js' +export { default as ChevronDoubleRightIcon } from './ChevronDoubleRightIcon.js' +export { default as ChevronDoubleUpIcon } from './ChevronDoubleUpIcon.js' +export { default as ChevronDownIcon } from './ChevronDownIcon.js' +export { default as ChevronLeftIcon } from './ChevronLeftIcon.js' +export { default as ChevronRightIcon } from './ChevronRightIcon.js' +export { default as ChevronUpDownIcon } from './ChevronUpDownIcon.js' +export { default as ChevronUpIcon } from './ChevronUpIcon.js' +export { default as CircleStackIcon } from './CircleStackIcon.js' +export { default as ClipboardDocumentCheckIcon } from './ClipboardDocumentCheckIcon.js' +export { default as ClipboardDocumentListIcon } from './ClipboardDocumentListIcon.js' +export { default as ClipboardDocumentIcon } from './ClipboardDocumentIcon.js' +export { default as ClipboardIcon } from './ClipboardIcon.js' +export { default as ClockIcon } from './ClockIcon.js' +export { default as CloudArrowDownIcon } from './CloudArrowDownIcon.js' +export { default as CloudArrowUpIcon } from './CloudArrowUpIcon.js' +export { default as CloudIcon } from './CloudIcon.js' +export { default as CodeBracketSquareIcon } from './CodeBracketSquareIcon.js' +export { default as CodeBracketIcon } from './CodeBracketIcon.js' +export { default as Cog6ToothIcon } from './Cog6ToothIcon.js' +export { default as Cog8ToothIcon } from './Cog8ToothIcon.js' +export { default as CogIcon } from './CogIcon.js' +export { default as CommandLineIcon } from './CommandLineIcon.js' +export { default as ComputerDesktopIcon } from './ComputerDesktopIcon.js' +export { default as CpuChipIcon } from './CpuChipIcon.js' +export { default as CreditCardIcon } from './CreditCardIcon.js' +export { default as CubeTransparentIcon } from './CubeTransparentIcon.js' +export { default as CubeIcon } from './CubeIcon.js' +export { default as CurrencyBangladeshiIcon } from './CurrencyBangladeshiIcon.js' +export { default as CurrencyDollarIcon } from './CurrencyDollarIcon.js' +export { default as CurrencyEuroIcon } from './CurrencyEuroIcon.js' +export { default as CurrencyPoundIcon } from './CurrencyPoundIcon.js' +export { default as CurrencyRupeeIcon } from './CurrencyRupeeIcon.js' +export { default as CurrencyYenIcon } from './CurrencyYenIcon.js' +export { default as CursorArrowRaysIcon } from './CursorArrowRaysIcon.js' +export { default as CursorArrowRippleIcon } from './CursorArrowRippleIcon.js' +export { default as DevicePhoneMobileIcon } from './DevicePhoneMobileIcon.js' +export { default as DeviceTabletIcon } from './DeviceTabletIcon.js' +export { default as DivideIcon } from './DivideIcon.js' +export { default as DocumentArrowDownIcon } from './DocumentArrowDownIcon.js' +export { default as DocumentArrowUpIcon } from './DocumentArrowUpIcon.js' +export { default as DocumentChartBarIcon } from './DocumentChartBarIcon.js' +export { default as DocumentCheckIcon } from './DocumentCheckIcon.js' +export { default as DocumentCurrencyBangladeshiIcon } from './DocumentCurrencyBangladeshiIcon.js' +export { default as DocumentCurrencyDollarIcon } from './DocumentCurrencyDollarIcon.js' +export { default as DocumentCurrencyEuroIcon } from './DocumentCurrencyEuroIcon.js' +export { default as DocumentCurrencyPoundIcon } from './DocumentCurrencyPoundIcon.js' +export { default as DocumentCurrencyRupeeIcon } from './DocumentCurrencyRupeeIcon.js' +export { default as DocumentCurrencyYenIcon } from './DocumentCurrencyYenIcon.js' +export { default as DocumentDuplicateIcon } from './DocumentDuplicateIcon.js' +export { default as DocumentMagnifyingGlassIcon } from './DocumentMagnifyingGlassIcon.js' +export { default as DocumentMinusIcon } from './DocumentMinusIcon.js' +export { default as DocumentPlusIcon } from './DocumentPlusIcon.js' +export { default as DocumentTextIcon } from './DocumentTextIcon.js' +export { default as DocumentIcon } from './DocumentIcon.js' +export { default as EllipsisHorizontalCircleIcon } from './EllipsisHorizontalCircleIcon.js' +export { default as EllipsisHorizontalIcon } from './EllipsisHorizontalIcon.js' +export { default as EllipsisVerticalIcon } from './EllipsisVerticalIcon.js' +export { default as EnvelopeOpenIcon } from './EnvelopeOpenIcon.js' +export { default as EnvelopeIcon } from './EnvelopeIcon.js' +export { default as EqualsIcon } from './EqualsIcon.js' +export { default as ExclamationCircleIcon } from './ExclamationCircleIcon.js' +export { default as ExclamationTriangleIcon } from './ExclamationTriangleIcon.js' +export { default as EyeDropperIcon } from './EyeDropperIcon.js' +export { default as EyeSlashIcon } from './EyeSlashIcon.js' +export { default as EyeIcon } from './EyeIcon.js' +export { default as FaceFrownIcon } from './FaceFrownIcon.js' +export { default as FaceSmileIcon } from './FaceSmileIcon.js' +export { default as FilmIcon } from './FilmIcon.js' +export { default as FingerPrintIcon } from './FingerPrintIcon.js' +export { default as FireIcon } from './FireIcon.js' +export { default as FlagIcon } from './FlagIcon.js' +export { default as FolderArrowDownIcon } from './FolderArrowDownIcon.js' +export { default as FolderMinusIcon } from './FolderMinusIcon.js' +export { default as FolderOpenIcon } from './FolderOpenIcon.js' +export { default as FolderPlusIcon } from './FolderPlusIcon.js' +export { default as FolderIcon } from './FolderIcon.js' +export { default as ForwardIcon } from './ForwardIcon.js' +export { default as FunnelIcon } from './FunnelIcon.js' +export { default as GifIcon } from './GifIcon.js' +export { default as GiftTopIcon } from './GiftTopIcon.js' +export { default as GiftIcon } from './GiftIcon.js' +export { default as GlobeAltIcon } from './GlobeAltIcon.js' +export { default as GlobeAmericasIcon } from './GlobeAmericasIcon.js' +export { default as GlobeAsiaAustraliaIcon } from './GlobeAsiaAustraliaIcon.js' +export { default as GlobeEuropeAfricaIcon } from './GlobeEuropeAfricaIcon.js' +export { default as H1Icon } from './H1Icon.js' +export { default as H2Icon } from './H2Icon.js' +export { default as H3Icon } from './H3Icon.js' +export { default as HandRaisedIcon } from './HandRaisedIcon.js' +export { default as HandThumbDownIcon } from './HandThumbDownIcon.js' +export { default as HandThumbUpIcon } from './HandThumbUpIcon.js' +export { default as HashtagIcon } from './HashtagIcon.js' +export { default as HeartIcon } from './HeartIcon.js' +export { default as HomeModernIcon } from './HomeModernIcon.js' +export { default as HomeIcon } from './HomeIcon.js' +export { default as IdentificationIcon } from './IdentificationIcon.js' +export { default as InboxArrowDownIcon } from './InboxArrowDownIcon.js' +export { default as InboxStackIcon } from './InboxStackIcon.js' +export { default as InboxIcon } from './InboxIcon.js' +export { default as InformationCircleIcon } from './InformationCircleIcon.js' +export { default as ItalicIcon } from './ItalicIcon.js' +export { default as KeyIcon } from './KeyIcon.js' +export { default as LanguageIcon } from './LanguageIcon.js' +export { default as LifebuoyIcon } from './LifebuoyIcon.js' +export { default as LightBulbIcon } from './LightBulbIcon.js' +export { default as LinkSlashIcon } from './LinkSlashIcon.js' +export { default as LinkIcon } from './LinkIcon.js' +export { default as ListBulletIcon } from './ListBulletIcon.js' +export { default as LockClosedIcon } from './LockClosedIcon.js' +export { default as LockOpenIcon } from './LockOpenIcon.js' +export { default as MagnifyingGlassCircleIcon } from './MagnifyingGlassCircleIcon.js' +export { default as MagnifyingGlassMinusIcon } from './MagnifyingGlassMinusIcon.js' +export { default as MagnifyingGlassPlusIcon } from './MagnifyingGlassPlusIcon.js' +export { default as MagnifyingGlassIcon } from './MagnifyingGlassIcon.js' +export { default as MapPinIcon } from './MapPinIcon.js' +export { default as MapIcon } from './MapIcon.js' +export { default as MegaphoneIcon } from './MegaphoneIcon.js' +export { default as MicrophoneIcon } from './MicrophoneIcon.js' +export { default as MinusCircleIcon } from './MinusCircleIcon.js' +export { default as MinusSmallIcon } from './MinusSmallIcon.js' +export { default as MinusIcon } from './MinusIcon.js' +export { default as MoonIcon } from './MoonIcon.js' +export { default as MusicalNoteIcon } from './MusicalNoteIcon.js' +export { default as NewspaperIcon } from './NewspaperIcon.js' +export { default as NoSymbolIcon } from './NoSymbolIcon.js' +export { default as NumberedListIcon } from './NumberedListIcon.js' +export { default as PaintBrushIcon } from './PaintBrushIcon.js' +export { default as PaperAirplaneIcon } from './PaperAirplaneIcon.js' +export { default as PaperClipIcon } from './PaperClipIcon.js' +export { default as PauseCircleIcon } from './PauseCircleIcon.js' +export { default as PauseIcon } from './PauseIcon.js' +export { default as PencilSquareIcon } from './PencilSquareIcon.js' +export { default as PencilIcon } from './PencilIcon.js' +export { default as PercentBadgeIcon } from './PercentBadgeIcon.js' +export { default as PhoneArrowDownLeftIcon } from './PhoneArrowDownLeftIcon.js' +export { default as PhoneArrowUpRightIcon } from './PhoneArrowUpRightIcon.js' +export { default as PhoneXMarkIcon } from './PhoneXMarkIcon.js' +export { default as PhoneIcon } from './PhoneIcon.js' +export { default as PhotoIcon } from './PhotoIcon.js' +export { default as PlayCircleIcon } from './PlayCircleIcon.js' +export { default as PlayPauseIcon } from './PlayPauseIcon.js' +export { default as PlayIcon } from './PlayIcon.js' +export { default as PlusCircleIcon } from './PlusCircleIcon.js' +export { default as PlusSmallIcon } from './PlusSmallIcon.js' +export { default as PlusIcon } from './PlusIcon.js' +export { default as PowerIcon } from './PowerIcon.js' +export { default as PresentationChartBarIcon } from './PresentationChartBarIcon.js' +export { default as PresentationChartLineIcon } from './PresentationChartLineIcon.js' +export { default as PrinterIcon } from './PrinterIcon.js' +export { default as PuzzlePieceIcon } from './PuzzlePieceIcon.js' +export { default as QrCodeIcon } from './QrCodeIcon.js' +export { default as QuestionMarkCircleIcon } from './QuestionMarkCircleIcon.js' +export { default as QueueListIcon } from './QueueListIcon.js' +export { default as RadioIcon } from './RadioIcon.js' +export { default as ReceiptPercentIcon } from './ReceiptPercentIcon.js' +export { default as ReceiptRefundIcon } from './ReceiptRefundIcon.js' +export { default as RectangleGroupIcon } from './RectangleGroupIcon.js' +export { default as RectangleStackIcon } from './RectangleStackIcon.js' +export { default as RocketLaunchIcon } from './RocketLaunchIcon.js' +export { default as RssIcon } from './RssIcon.js' +export { default as ScaleIcon } from './ScaleIcon.js' +export { default as ScissorsIcon } from './ScissorsIcon.js' +export { default as ServerStackIcon } from './ServerStackIcon.js' +export { default as ServerIcon } from './ServerIcon.js' +export { default as ShareIcon } from './ShareIcon.js' +export { default as ShieldCheckIcon } from './ShieldCheckIcon.js' +export { default as ShieldExclamationIcon } from './ShieldExclamationIcon.js' +export { default as ShoppingBagIcon } from './ShoppingBagIcon.js' +export { default as ShoppingCartIcon } from './ShoppingCartIcon.js' +export { default as SignalSlashIcon } from './SignalSlashIcon.js' +export { default as SignalIcon } from './SignalIcon.js' +export { default as SlashIcon } from './SlashIcon.js' +export { default as SparklesIcon } from './SparklesIcon.js' +export { default as SpeakerWaveIcon } from './SpeakerWaveIcon.js' +export { default as SpeakerXMarkIcon } from './SpeakerXMarkIcon.js' +export { default as Square2StackIcon } from './Square2StackIcon.js' +export { default as Square3Stack3DIcon } from './Square3Stack3DIcon.js' +export { default as Squares2X2Icon } from './Squares2X2Icon.js' +export { default as SquaresPlusIcon } from './SquaresPlusIcon.js' +export { default as StarIcon } from './StarIcon.js' +export { default as StopCircleIcon } from './StopCircleIcon.js' +export { default as StopIcon } from './StopIcon.js' +export { default as StrikethroughIcon } from './StrikethroughIcon.js' +export { default as SunIcon } from './SunIcon.js' +export { default as SwatchIcon } from './SwatchIcon.js' +export { default as TableCellsIcon } from './TableCellsIcon.js' +export { default as TagIcon } from './TagIcon.js' +export { default as TicketIcon } from './TicketIcon.js' +export { default as TrashIcon } from './TrashIcon.js' +export { default as TrophyIcon } from './TrophyIcon.js' +export { default as TruckIcon } from './TruckIcon.js' +export { default as TvIcon } from './TvIcon.js' +export { default as UnderlineIcon } from './UnderlineIcon.js' +export { default as UserCircleIcon } from './UserCircleIcon.js' +export { default as UserGroupIcon } from './UserGroupIcon.js' +export { default as UserMinusIcon } from './UserMinusIcon.js' +export { default as UserPlusIcon } from './UserPlusIcon.js' +export { default as UserIcon } from './UserIcon.js' +export { default as UsersIcon } from './UsersIcon.js' +export { default as VariableIcon } from './VariableIcon.js' +export { default as VideoCameraSlashIcon } from './VideoCameraSlashIcon.js' +export { default as VideoCameraIcon } from './VideoCameraIcon.js' +export { default as ViewColumnsIcon } from './ViewColumnsIcon.js' +export { default as ViewfinderCircleIcon } from './ViewfinderCircleIcon.js' +export { default as WalletIcon } from './WalletIcon.js' +export { default as WifiIcon } from './WifiIcon.js' +export { default as WindowIcon } from './WindowIcon.js' +export { default as WrenchScrewdriverIcon } from './WrenchScrewdriverIcon.js' +export { default as WrenchIcon } from './WrenchIcon.js' +export { default as XCircleIcon } from './XCircleIcon.js' +export { default as XMarkIcon } from './XMarkIcon.js' \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/esm/package.json b/frontend/node_modules/@heroicons/react/24/outline/esm/package.json new file mode 100644 index 00000000..7f1fc33d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/esm/package.json @@ -0,0 +1,4 @@ +{ + "type": "module", + "sideEffects": false +} diff --git a/frontend/node_modules/@heroicons/react/24/outline/index.d.ts b/frontend/node_modules/@heroicons/react/24/outline/index.d.ts new file mode 100644 index 00000000..f8a00880 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/index.d.ts @@ -0,0 +1,324 @@ +export { default as AcademicCapIcon } from './AcademicCapIcon' +export { default as AdjustmentsHorizontalIcon } from './AdjustmentsHorizontalIcon' +export { default as AdjustmentsVerticalIcon } from './AdjustmentsVerticalIcon' +export { default as ArchiveBoxArrowDownIcon } from './ArchiveBoxArrowDownIcon' +export { default as ArchiveBoxXMarkIcon } from './ArchiveBoxXMarkIcon' +export { default as ArchiveBoxIcon } from './ArchiveBoxIcon' +export { default as ArrowDownCircleIcon } from './ArrowDownCircleIcon' +export { default as ArrowDownLeftIcon } from './ArrowDownLeftIcon' +export { default as ArrowDownOnSquareStackIcon } from './ArrowDownOnSquareStackIcon' +export { default as ArrowDownOnSquareIcon } from './ArrowDownOnSquareIcon' +export { default as ArrowDownRightIcon } from './ArrowDownRightIcon' +export { default as ArrowDownTrayIcon } from './ArrowDownTrayIcon' +export { default as ArrowDownIcon } from './ArrowDownIcon' +export { default as ArrowLeftCircleIcon } from './ArrowLeftCircleIcon' +export { default as ArrowLeftEndOnRectangleIcon } from './ArrowLeftEndOnRectangleIcon' +export { default as ArrowLeftOnRectangleIcon } from './ArrowLeftOnRectangleIcon' +export { default as ArrowLeftStartOnRectangleIcon } from './ArrowLeftStartOnRectangleIcon' +export { default as ArrowLeftIcon } from './ArrowLeftIcon' +export { default as ArrowLongDownIcon } from './ArrowLongDownIcon' +export { default as ArrowLongLeftIcon } from './ArrowLongLeftIcon' +export { default as ArrowLongRightIcon } from './ArrowLongRightIcon' +export { default as ArrowLongUpIcon } from './ArrowLongUpIcon' +export { default as ArrowPathRoundedSquareIcon } from './ArrowPathRoundedSquareIcon' +export { default as ArrowPathIcon } from './ArrowPathIcon' +export { default as ArrowRightCircleIcon } from './ArrowRightCircleIcon' +export { default as ArrowRightEndOnRectangleIcon } from './ArrowRightEndOnRectangleIcon' +export { default as ArrowRightOnRectangleIcon } from './ArrowRightOnRectangleIcon' +export { default as ArrowRightStartOnRectangleIcon } from './ArrowRightStartOnRectangleIcon' +export { default as ArrowRightIcon } from './ArrowRightIcon' +export { default as ArrowSmallDownIcon } from './ArrowSmallDownIcon' +export { default as ArrowSmallLeftIcon } from './ArrowSmallLeftIcon' +export { default as ArrowSmallRightIcon } from './ArrowSmallRightIcon' +export { default as ArrowSmallUpIcon } from './ArrowSmallUpIcon' +export { default as ArrowTopRightOnSquareIcon } from './ArrowTopRightOnSquareIcon' +export { default as ArrowTrendingDownIcon } from './ArrowTrendingDownIcon' +export { default as ArrowTrendingUpIcon } from './ArrowTrendingUpIcon' +export { default as ArrowTurnDownLeftIcon } from './ArrowTurnDownLeftIcon' +export { default as ArrowTurnDownRightIcon } from './ArrowTurnDownRightIcon' +export { default as ArrowTurnLeftDownIcon } from './ArrowTurnLeftDownIcon' +export { default as ArrowTurnLeftUpIcon } from './ArrowTurnLeftUpIcon' +export { default as ArrowTurnRightDownIcon } from './ArrowTurnRightDownIcon' +export { default as ArrowTurnRightUpIcon } from './ArrowTurnRightUpIcon' +export { default as ArrowTurnUpLeftIcon } from './ArrowTurnUpLeftIcon' +export { default as ArrowTurnUpRightIcon } from './ArrowTurnUpRightIcon' +export { default as ArrowUpCircleIcon } from './ArrowUpCircleIcon' +export { default as ArrowUpLeftIcon } from './ArrowUpLeftIcon' +export { default as ArrowUpOnSquareStackIcon } from './ArrowUpOnSquareStackIcon' +export { default as ArrowUpOnSquareIcon } from './ArrowUpOnSquareIcon' +export { default as ArrowUpRightIcon } from './ArrowUpRightIcon' +export { default as ArrowUpTrayIcon } from './ArrowUpTrayIcon' +export { default as ArrowUpIcon } from './ArrowUpIcon' +export { default as ArrowUturnDownIcon } from './ArrowUturnDownIcon' +export { default as ArrowUturnLeftIcon } from './ArrowUturnLeftIcon' +export { default as ArrowUturnRightIcon } from './ArrowUturnRightIcon' +export { default as ArrowUturnUpIcon } from './ArrowUturnUpIcon' +export { default as ArrowsPointingInIcon } from './ArrowsPointingInIcon' +export { default as ArrowsPointingOutIcon } from './ArrowsPointingOutIcon' +export { default as ArrowsRightLeftIcon } from './ArrowsRightLeftIcon' +export { default as ArrowsUpDownIcon } from './ArrowsUpDownIcon' +export { default as AtSymbolIcon } from './AtSymbolIcon' +export { default as BackspaceIcon } from './BackspaceIcon' +export { default as BackwardIcon } from './BackwardIcon' +export { default as BanknotesIcon } from './BanknotesIcon' +export { default as Bars2Icon } from './Bars2Icon' +export { default as Bars3BottomLeftIcon } from './Bars3BottomLeftIcon' +export { default as Bars3BottomRightIcon } from './Bars3BottomRightIcon' +export { default as Bars3CenterLeftIcon } from './Bars3CenterLeftIcon' +export { default as Bars3Icon } from './Bars3Icon' +export { default as Bars4Icon } from './Bars4Icon' +export { default as BarsArrowDownIcon } from './BarsArrowDownIcon' +export { default as BarsArrowUpIcon } from './BarsArrowUpIcon' +export { default as Battery0Icon } from './Battery0Icon' +export { default as Battery100Icon } from './Battery100Icon' +export { default as Battery50Icon } from './Battery50Icon' +export { default as BeakerIcon } from './BeakerIcon' +export { default as BellAlertIcon } from './BellAlertIcon' +export { default as BellSlashIcon } from './BellSlashIcon' +export { default as BellSnoozeIcon } from './BellSnoozeIcon' +export { default as BellIcon } from './BellIcon' +export { default as BoldIcon } from './BoldIcon' +export { default as BoltSlashIcon } from './BoltSlashIcon' +export { default as BoltIcon } from './BoltIcon' +export { default as BookOpenIcon } from './BookOpenIcon' +export { default as BookmarkSlashIcon } from './BookmarkSlashIcon' +export { default as BookmarkSquareIcon } from './BookmarkSquareIcon' +export { default as BookmarkIcon } from './BookmarkIcon' +export { default as BriefcaseIcon } from './BriefcaseIcon' +export { default as BugAntIcon } from './BugAntIcon' +export { default as BuildingLibraryIcon } from './BuildingLibraryIcon' +export { default as BuildingOffice2Icon } from './BuildingOffice2Icon' +export { default as BuildingOfficeIcon } from './BuildingOfficeIcon' +export { default as BuildingStorefrontIcon } from './BuildingStorefrontIcon' +export { default as CakeIcon } from './CakeIcon' +export { default as CalculatorIcon } from './CalculatorIcon' +export { default as CalendarDateRangeIcon } from './CalendarDateRangeIcon' +export { default as CalendarDaysIcon } from './CalendarDaysIcon' +export { default as CalendarIcon } from './CalendarIcon' +export { default as CameraIcon } from './CameraIcon' +export { default as ChartBarSquareIcon } from './ChartBarSquareIcon' +export { default as ChartBarIcon } from './ChartBarIcon' +export { default as ChartPieIcon } from './ChartPieIcon' +export { default as ChatBubbleBottomCenterTextIcon } from './ChatBubbleBottomCenterTextIcon' +export { default as ChatBubbleBottomCenterIcon } from './ChatBubbleBottomCenterIcon' +export { default as ChatBubbleLeftEllipsisIcon } from './ChatBubbleLeftEllipsisIcon' +export { default as ChatBubbleLeftRightIcon } from './ChatBubbleLeftRightIcon' +export { default as ChatBubbleLeftIcon } from './ChatBubbleLeftIcon' +export { default as ChatBubbleOvalLeftEllipsisIcon } from './ChatBubbleOvalLeftEllipsisIcon' +export { default as ChatBubbleOvalLeftIcon } from './ChatBubbleOvalLeftIcon' +export { default as CheckBadgeIcon } from './CheckBadgeIcon' +export { default as CheckCircleIcon } from './CheckCircleIcon' +export { default as CheckIcon } from './CheckIcon' +export { default as ChevronDoubleDownIcon } from './ChevronDoubleDownIcon' +export { default as ChevronDoubleLeftIcon } from './ChevronDoubleLeftIcon' +export { default as ChevronDoubleRightIcon } from './ChevronDoubleRightIcon' +export { default as ChevronDoubleUpIcon } from './ChevronDoubleUpIcon' +export { default as ChevronDownIcon } from './ChevronDownIcon' +export { default as ChevronLeftIcon } from './ChevronLeftIcon' +export { default as ChevronRightIcon } from './ChevronRightIcon' +export { default as ChevronUpDownIcon } from './ChevronUpDownIcon' +export { default as ChevronUpIcon } from './ChevronUpIcon' +export { default as CircleStackIcon } from './CircleStackIcon' +export { default as ClipboardDocumentCheckIcon } from './ClipboardDocumentCheckIcon' +export { default as ClipboardDocumentListIcon } from './ClipboardDocumentListIcon' +export { default as ClipboardDocumentIcon } from './ClipboardDocumentIcon' +export { default as ClipboardIcon } from './ClipboardIcon' +export { default as ClockIcon } from './ClockIcon' +export { default as CloudArrowDownIcon } from './CloudArrowDownIcon' +export { default as CloudArrowUpIcon } from './CloudArrowUpIcon' +export { default as CloudIcon } from './CloudIcon' +export { default as CodeBracketSquareIcon } from './CodeBracketSquareIcon' +export { default as CodeBracketIcon } from './CodeBracketIcon' +export { default as Cog6ToothIcon } from './Cog6ToothIcon' +export { default as Cog8ToothIcon } from './Cog8ToothIcon' +export { default as CogIcon } from './CogIcon' +export { default as CommandLineIcon } from './CommandLineIcon' +export { default as ComputerDesktopIcon } from './ComputerDesktopIcon' +export { default as CpuChipIcon } from './CpuChipIcon' +export { default as CreditCardIcon } from './CreditCardIcon' +export { default as CubeTransparentIcon } from './CubeTransparentIcon' +export { default as CubeIcon } from './CubeIcon' +export { default as CurrencyBangladeshiIcon } from './CurrencyBangladeshiIcon' +export { default as CurrencyDollarIcon } from './CurrencyDollarIcon' +export { default as CurrencyEuroIcon } from './CurrencyEuroIcon' +export { default as CurrencyPoundIcon } from './CurrencyPoundIcon' +export { default as CurrencyRupeeIcon } from './CurrencyRupeeIcon' +export { default as CurrencyYenIcon } from './CurrencyYenIcon' +export { default as CursorArrowRaysIcon } from './CursorArrowRaysIcon' +export { default as CursorArrowRippleIcon } from './CursorArrowRippleIcon' +export { default as DevicePhoneMobileIcon } from './DevicePhoneMobileIcon' +export { default as DeviceTabletIcon } from './DeviceTabletIcon' +export { default as DivideIcon } from './DivideIcon' +export { default as DocumentArrowDownIcon } from './DocumentArrowDownIcon' +export { default as DocumentArrowUpIcon } from './DocumentArrowUpIcon' +export { default as DocumentChartBarIcon } from './DocumentChartBarIcon' +export { default as DocumentCheckIcon } from './DocumentCheckIcon' +export { default as DocumentCurrencyBangladeshiIcon } from './DocumentCurrencyBangladeshiIcon' +export { default as DocumentCurrencyDollarIcon } from './DocumentCurrencyDollarIcon' +export { default as DocumentCurrencyEuroIcon } from './DocumentCurrencyEuroIcon' +export { default as DocumentCurrencyPoundIcon } from './DocumentCurrencyPoundIcon' +export { default as DocumentCurrencyRupeeIcon } from './DocumentCurrencyRupeeIcon' +export { default as DocumentCurrencyYenIcon } from './DocumentCurrencyYenIcon' +export { default as DocumentDuplicateIcon } from './DocumentDuplicateIcon' +export { default as DocumentMagnifyingGlassIcon } from './DocumentMagnifyingGlassIcon' +export { default as DocumentMinusIcon } from './DocumentMinusIcon' +export { default as DocumentPlusIcon } from './DocumentPlusIcon' +export { default as DocumentTextIcon } from './DocumentTextIcon' +export { default as DocumentIcon } from './DocumentIcon' +export { default as EllipsisHorizontalCircleIcon } from './EllipsisHorizontalCircleIcon' +export { default as EllipsisHorizontalIcon } from './EllipsisHorizontalIcon' +export { default as EllipsisVerticalIcon } from './EllipsisVerticalIcon' +export { default as EnvelopeOpenIcon } from './EnvelopeOpenIcon' +export { default as EnvelopeIcon } from './EnvelopeIcon' +export { default as EqualsIcon } from './EqualsIcon' +export { default as ExclamationCircleIcon } from './ExclamationCircleIcon' +export { default as ExclamationTriangleIcon } from './ExclamationTriangleIcon' +export { default as EyeDropperIcon } from './EyeDropperIcon' +export { default as EyeSlashIcon } from './EyeSlashIcon' +export { default as EyeIcon } from './EyeIcon' +export { default as FaceFrownIcon } from './FaceFrownIcon' +export { default as FaceSmileIcon } from './FaceSmileIcon' +export { default as FilmIcon } from './FilmIcon' +export { default as FingerPrintIcon } from './FingerPrintIcon' +export { default as FireIcon } from './FireIcon' +export { default as FlagIcon } from './FlagIcon' +export { default as FolderArrowDownIcon } from './FolderArrowDownIcon' +export { default as FolderMinusIcon } from './FolderMinusIcon' +export { default as FolderOpenIcon } from './FolderOpenIcon' +export { default as FolderPlusIcon } from './FolderPlusIcon' +export { default as FolderIcon } from './FolderIcon' +export { default as ForwardIcon } from './ForwardIcon' +export { default as FunnelIcon } from './FunnelIcon' +export { default as GifIcon } from './GifIcon' +export { default as GiftTopIcon } from './GiftTopIcon' +export { default as GiftIcon } from './GiftIcon' +export { default as GlobeAltIcon } from './GlobeAltIcon' +export { default as GlobeAmericasIcon } from './GlobeAmericasIcon' +export { default as GlobeAsiaAustraliaIcon } from './GlobeAsiaAustraliaIcon' +export { default as GlobeEuropeAfricaIcon } from './GlobeEuropeAfricaIcon' +export { default as H1Icon } from './H1Icon' +export { default as H2Icon } from './H2Icon' +export { default as H3Icon } from './H3Icon' +export { default as HandRaisedIcon } from './HandRaisedIcon' +export { default as HandThumbDownIcon } from './HandThumbDownIcon' +export { default as HandThumbUpIcon } from './HandThumbUpIcon' +export { default as HashtagIcon } from './HashtagIcon' +export { default as HeartIcon } from './HeartIcon' +export { default as HomeModernIcon } from './HomeModernIcon' +export { default as HomeIcon } from './HomeIcon' +export { default as IdentificationIcon } from './IdentificationIcon' +export { default as InboxArrowDownIcon } from './InboxArrowDownIcon' +export { default as InboxStackIcon } from './InboxStackIcon' +export { default as InboxIcon } from './InboxIcon' +export { default as InformationCircleIcon } from './InformationCircleIcon' +export { default as ItalicIcon } from './ItalicIcon' +export { default as KeyIcon } from './KeyIcon' +export { default as LanguageIcon } from './LanguageIcon' +export { default as LifebuoyIcon } from './LifebuoyIcon' +export { default as LightBulbIcon } from './LightBulbIcon' +export { default as LinkSlashIcon } from './LinkSlashIcon' +export { default as LinkIcon } from './LinkIcon' +export { default as ListBulletIcon } from './ListBulletIcon' +export { default as LockClosedIcon } from './LockClosedIcon' +export { default as LockOpenIcon } from './LockOpenIcon' +export { default as MagnifyingGlassCircleIcon } from './MagnifyingGlassCircleIcon' +export { default as MagnifyingGlassMinusIcon } from './MagnifyingGlassMinusIcon' +export { default as MagnifyingGlassPlusIcon } from './MagnifyingGlassPlusIcon' +export { default as MagnifyingGlassIcon } from './MagnifyingGlassIcon' +export { default as MapPinIcon } from './MapPinIcon' +export { default as MapIcon } from './MapIcon' +export { default as MegaphoneIcon } from './MegaphoneIcon' +export { default as MicrophoneIcon } from './MicrophoneIcon' +export { default as MinusCircleIcon } from './MinusCircleIcon' +export { default as MinusSmallIcon } from './MinusSmallIcon' +export { default as MinusIcon } from './MinusIcon' +export { default as MoonIcon } from './MoonIcon' +export { default as MusicalNoteIcon } from './MusicalNoteIcon' +export { default as NewspaperIcon } from './NewspaperIcon' +export { default as NoSymbolIcon } from './NoSymbolIcon' +export { default as NumberedListIcon } from './NumberedListIcon' +export { default as PaintBrushIcon } from './PaintBrushIcon' +export { default as PaperAirplaneIcon } from './PaperAirplaneIcon' +export { default as PaperClipIcon } from './PaperClipIcon' +export { default as PauseCircleIcon } from './PauseCircleIcon' +export { default as PauseIcon } from './PauseIcon' +export { default as PencilSquareIcon } from './PencilSquareIcon' +export { default as PencilIcon } from './PencilIcon' +export { default as PercentBadgeIcon } from './PercentBadgeIcon' +export { default as PhoneArrowDownLeftIcon } from './PhoneArrowDownLeftIcon' +export { default as PhoneArrowUpRightIcon } from './PhoneArrowUpRightIcon' +export { default as PhoneXMarkIcon } from './PhoneXMarkIcon' +export { default as PhoneIcon } from './PhoneIcon' +export { default as PhotoIcon } from './PhotoIcon' +export { default as PlayCircleIcon } from './PlayCircleIcon' +export { default as PlayPauseIcon } from './PlayPauseIcon' +export { default as PlayIcon } from './PlayIcon' +export { default as PlusCircleIcon } from './PlusCircleIcon' +export { default as PlusSmallIcon } from './PlusSmallIcon' +export { default as PlusIcon } from './PlusIcon' +export { default as PowerIcon } from './PowerIcon' +export { default as PresentationChartBarIcon } from './PresentationChartBarIcon' +export { default as PresentationChartLineIcon } from './PresentationChartLineIcon' +export { default as PrinterIcon } from './PrinterIcon' +export { default as PuzzlePieceIcon } from './PuzzlePieceIcon' +export { default as QrCodeIcon } from './QrCodeIcon' +export { default as QuestionMarkCircleIcon } from './QuestionMarkCircleIcon' +export { default as QueueListIcon } from './QueueListIcon' +export { default as RadioIcon } from './RadioIcon' +export { default as ReceiptPercentIcon } from './ReceiptPercentIcon' +export { default as ReceiptRefundIcon } from './ReceiptRefundIcon' +export { default as RectangleGroupIcon } from './RectangleGroupIcon' +export { default as RectangleStackIcon } from './RectangleStackIcon' +export { default as RocketLaunchIcon } from './RocketLaunchIcon' +export { default as RssIcon } from './RssIcon' +export { default as ScaleIcon } from './ScaleIcon' +export { default as ScissorsIcon } from './ScissorsIcon' +export { default as ServerStackIcon } from './ServerStackIcon' +export { default as ServerIcon } from './ServerIcon' +export { default as ShareIcon } from './ShareIcon' +export { default as ShieldCheckIcon } from './ShieldCheckIcon' +export { default as ShieldExclamationIcon } from './ShieldExclamationIcon' +export { default as ShoppingBagIcon } from './ShoppingBagIcon' +export { default as ShoppingCartIcon } from './ShoppingCartIcon' +export { default as SignalSlashIcon } from './SignalSlashIcon' +export { default as SignalIcon } from './SignalIcon' +export { default as SlashIcon } from './SlashIcon' +export { default as SparklesIcon } from './SparklesIcon' +export { default as SpeakerWaveIcon } from './SpeakerWaveIcon' +export { default as SpeakerXMarkIcon } from './SpeakerXMarkIcon' +export { default as Square2StackIcon } from './Square2StackIcon' +export { default as Square3Stack3DIcon } from './Square3Stack3DIcon' +export { default as Squares2X2Icon } from './Squares2X2Icon' +export { default as SquaresPlusIcon } from './SquaresPlusIcon' +export { default as StarIcon } from './StarIcon' +export { default as StopCircleIcon } from './StopCircleIcon' +export { default as StopIcon } from './StopIcon' +export { default as StrikethroughIcon } from './StrikethroughIcon' +export { default as SunIcon } from './SunIcon' +export { default as SwatchIcon } from './SwatchIcon' +export { default as TableCellsIcon } from './TableCellsIcon' +export { default as TagIcon } from './TagIcon' +export { default as TicketIcon } from './TicketIcon' +export { default as TrashIcon } from './TrashIcon' +export { default as TrophyIcon } from './TrophyIcon' +export { default as TruckIcon } from './TruckIcon' +export { default as TvIcon } from './TvIcon' +export { default as UnderlineIcon } from './UnderlineIcon' +export { default as UserCircleIcon } from './UserCircleIcon' +export { default as UserGroupIcon } from './UserGroupIcon' +export { default as UserMinusIcon } from './UserMinusIcon' +export { default as UserPlusIcon } from './UserPlusIcon' +export { default as UserIcon } from './UserIcon' +export { default as UsersIcon } from './UsersIcon' +export { default as VariableIcon } from './VariableIcon' +export { default as VideoCameraSlashIcon } from './VideoCameraSlashIcon' +export { default as VideoCameraIcon } from './VideoCameraIcon' +export { default as ViewColumnsIcon } from './ViewColumnsIcon' +export { default as ViewfinderCircleIcon } from './ViewfinderCircleIcon' +export { default as WalletIcon } from './WalletIcon' +export { default as WifiIcon } from './WifiIcon' +export { default as WindowIcon } from './WindowIcon' +export { default as WrenchScrewdriverIcon } from './WrenchScrewdriverIcon' +export { default as WrenchIcon } from './WrenchIcon' +export { default as XCircleIcon } from './XCircleIcon' +export { default as XMarkIcon } from './XMarkIcon' \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/index.js b/frontend/node_modules/@heroicons/react/24/outline/index.js new file mode 100644 index 00000000..56ce2477 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/index.js @@ -0,0 +1,324 @@ +module.exports.AcademicCapIcon = require("./AcademicCapIcon.js") +module.exports.AdjustmentsHorizontalIcon = require("./AdjustmentsHorizontalIcon.js") +module.exports.AdjustmentsVerticalIcon = require("./AdjustmentsVerticalIcon.js") +module.exports.ArchiveBoxArrowDownIcon = require("./ArchiveBoxArrowDownIcon.js") +module.exports.ArchiveBoxXMarkIcon = require("./ArchiveBoxXMarkIcon.js") +module.exports.ArchiveBoxIcon = require("./ArchiveBoxIcon.js") +module.exports.ArrowDownCircleIcon = require("./ArrowDownCircleIcon.js") +module.exports.ArrowDownLeftIcon = require("./ArrowDownLeftIcon.js") +module.exports.ArrowDownOnSquareStackIcon = require("./ArrowDownOnSquareStackIcon.js") +module.exports.ArrowDownOnSquareIcon = require("./ArrowDownOnSquareIcon.js") +module.exports.ArrowDownRightIcon = require("./ArrowDownRightIcon.js") +module.exports.ArrowDownTrayIcon = require("./ArrowDownTrayIcon.js") +module.exports.ArrowDownIcon = require("./ArrowDownIcon.js") +module.exports.ArrowLeftCircleIcon = require("./ArrowLeftCircleIcon.js") +module.exports.ArrowLeftEndOnRectangleIcon = require("./ArrowLeftEndOnRectangleIcon.js") +module.exports.ArrowLeftOnRectangleIcon = require("./ArrowLeftOnRectangleIcon.js") +module.exports.ArrowLeftStartOnRectangleIcon = require("./ArrowLeftStartOnRectangleIcon.js") +module.exports.ArrowLeftIcon = require("./ArrowLeftIcon.js") +module.exports.ArrowLongDownIcon = require("./ArrowLongDownIcon.js") +module.exports.ArrowLongLeftIcon = require("./ArrowLongLeftIcon.js") +module.exports.ArrowLongRightIcon = require("./ArrowLongRightIcon.js") +module.exports.ArrowLongUpIcon = require("./ArrowLongUpIcon.js") +module.exports.ArrowPathRoundedSquareIcon = require("./ArrowPathRoundedSquareIcon.js") +module.exports.ArrowPathIcon = require("./ArrowPathIcon.js") +module.exports.ArrowRightCircleIcon = require("./ArrowRightCircleIcon.js") +module.exports.ArrowRightEndOnRectangleIcon = require("./ArrowRightEndOnRectangleIcon.js") +module.exports.ArrowRightOnRectangleIcon = require("./ArrowRightOnRectangleIcon.js") +module.exports.ArrowRightStartOnRectangleIcon = require("./ArrowRightStartOnRectangleIcon.js") +module.exports.ArrowRightIcon = require("./ArrowRightIcon.js") +module.exports.ArrowSmallDownIcon = require("./ArrowSmallDownIcon.js") +module.exports.ArrowSmallLeftIcon = require("./ArrowSmallLeftIcon.js") +module.exports.ArrowSmallRightIcon = require("./ArrowSmallRightIcon.js") +module.exports.ArrowSmallUpIcon = require("./ArrowSmallUpIcon.js") +module.exports.ArrowTopRightOnSquareIcon = require("./ArrowTopRightOnSquareIcon.js") +module.exports.ArrowTrendingDownIcon = require("./ArrowTrendingDownIcon.js") +module.exports.ArrowTrendingUpIcon = require("./ArrowTrendingUpIcon.js") +module.exports.ArrowTurnDownLeftIcon = require("./ArrowTurnDownLeftIcon.js") +module.exports.ArrowTurnDownRightIcon = require("./ArrowTurnDownRightIcon.js") +module.exports.ArrowTurnLeftDownIcon = require("./ArrowTurnLeftDownIcon.js") +module.exports.ArrowTurnLeftUpIcon = require("./ArrowTurnLeftUpIcon.js") +module.exports.ArrowTurnRightDownIcon = require("./ArrowTurnRightDownIcon.js") +module.exports.ArrowTurnRightUpIcon = require("./ArrowTurnRightUpIcon.js") +module.exports.ArrowTurnUpLeftIcon = require("./ArrowTurnUpLeftIcon.js") +module.exports.ArrowTurnUpRightIcon = require("./ArrowTurnUpRightIcon.js") +module.exports.ArrowUpCircleIcon = require("./ArrowUpCircleIcon.js") +module.exports.ArrowUpLeftIcon = require("./ArrowUpLeftIcon.js") +module.exports.ArrowUpOnSquareStackIcon = require("./ArrowUpOnSquareStackIcon.js") +module.exports.ArrowUpOnSquareIcon = require("./ArrowUpOnSquareIcon.js") +module.exports.ArrowUpRightIcon = require("./ArrowUpRightIcon.js") +module.exports.ArrowUpTrayIcon = require("./ArrowUpTrayIcon.js") +module.exports.ArrowUpIcon = require("./ArrowUpIcon.js") +module.exports.ArrowUturnDownIcon = require("./ArrowUturnDownIcon.js") +module.exports.ArrowUturnLeftIcon = require("./ArrowUturnLeftIcon.js") +module.exports.ArrowUturnRightIcon = require("./ArrowUturnRightIcon.js") +module.exports.ArrowUturnUpIcon = require("./ArrowUturnUpIcon.js") +module.exports.ArrowsPointingInIcon = require("./ArrowsPointingInIcon.js") +module.exports.ArrowsPointingOutIcon = require("./ArrowsPointingOutIcon.js") +module.exports.ArrowsRightLeftIcon = require("./ArrowsRightLeftIcon.js") +module.exports.ArrowsUpDownIcon = require("./ArrowsUpDownIcon.js") +module.exports.AtSymbolIcon = require("./AtSymbolIcon.js") +module.exports.BackspaceIcon = require("./BackspaceIcon.js") +module.exports.BackwardIcon = require("./BackwardIcon.js") +module.exports.BanknotesIcon = require("./BanknotesIcon.js") +module.exports.Bars2Icon = require("./Bars2Icon.js") +module.exports.Bars3BottomLeftIcon = require("./Bars3BottomLeftIcon.js") +module.exports.Bars3BottomRightIcon = require("./Bars3BottomRightIcon.js") +module.exports.Bars3CenterLeftIcon = require("./Bars3CenterLeftIcon.js") +module.exports.Bars3Icon = require("./Bars3Icon.js") +module.exports.Bars4Icon = require("./Bars4Icon.js") +module.exports.BarsArrowDownIcon = require("./BarsArrowDownIcon.js") +module.exports.BarsArrowUpIcon = require("./BarsArrowUpIcon.js") +module.exports.Battery0Icon = require("./Battery0Icon.js") +module.exports.Battery100Icon = require("./Battery100Icon.js") +module.exports.Battery50Icon = require("./Battery50Icon.js") +module.exports.BeakerIcon = require("./BeakerIcon.js") +module.exports.BellAlertIcon = require("./BellAlertIcon.js") +module.exports.BellSlashIcon = require("./BellSlashIcon.js") +module.exports.BellSnoozeIcon = require("./BellSnoozeIcon.js") +module.exports.BellIcon = require("./BellIcon.js") +module.exports.BoldIcon = require("./BoldIcon.js") +module.exports.BoltSlashIcon = require("./BoltSlashIcon.js") +module.exports.BoltIcon = require("./BoltIcon.js") +module.exports.BookOpenIcon = require("./BookOpenIcon.js") +module.exports.BookmarkSlashIcon = require("./BookmarkSlashIcon.js") +module.exports.BookmarkSquareIcon = require("./BookmarkSquareIcon.js") +module.exports.BookmarkIcon = require("./BookmarkIcon.js") +module.exports.BriefcaseIcon = require("./BriefcaseIcon.js") +module.exports.BugAntIcon = require("./BugAntIcon.js") +module.exports.BuildingLibraryIcon = require("./BuildingLibraryIcon.js") +module.exports.BuildingOffice2Icon = require("./BuildingOffice2Icon.js") +module.exports.BuildingOfficeIcon = require("./BuildingOfficeIcon.js") +module.exports.BuildingStorefrontIcon = require("./BuildingStorefrontIcon.js") +module.exports.CakeIcon = require("./CakeIcon.js") +module.exports.CalculatorIcon = require("./CalculatorIcon.js") +module.exports.CalendarDateRangeIcon = require("./CalendarDateRangeIcon.js") +module.exports.CalendarDaysIcon = require("./CalendarDaysIcon.js") +module.exports.CalendarIcon = require("./CalendarIcon.js") +module.exports.CameraIcon = require("./CameraIcon.js") +module.exports.ChartBarSquareIcon = require("./ChartBarSquareIcon.js") +module.exports.ChartBarIcon = require("./ChartBarIcon.js") +module.exports.ChartPieIcon = require("./ChartPieIcon.js") +module.exports.ChatBubbleBottomCenterTextIcon = require("./ChatBubbleBottomCenterTextIcon.js") +module.exports.ChatBubbleBottomCenterIcon = require("./ChatBubbleBottomCenterIcon.js") +module.exports.ChatBubbleLeftEllipsisIcon = require("./ChatBubbleLeftEllipsisIcon.js") +module.exports.ChatBubbleLeftRightIcon = require("./ChatBubbleLeftRightIcon.js") +module.exports.ChatBubbleLeftIcon = require("./ChatBubbleLeftIcon.js") +module.exports.ChatBubbleOvalLeftEllipsisIcon = require("./ChatBubbleOvalLeftEllipsisIcon.js") +module.exports.ChatBubbleOvalLeftIcon = require("./ChatBubbleOvalLeftIcon.js") +module.exports.CheckBadgeIcon = require("./CheckBadgeIcon.js") +module.exports.CheckCircleIcon = require("./CheckCircleIcon.js") +module.exports.CheckIcon = require("./CheckIcon.js") +module.exports.ChevronDoubleDownIcon = require("./ChevronDoubleDownIcon.js") +module.exports.ChevronDoubleLeftIcon = require("./ChevronDoubleLeftIcon.js") +module.exports.ChevronDoubleRightIcon = require("./ChevronDoubleRightIcon.js") +module.exports.ChevronDoubleUpIcon = require("./ChevronDoubleUpIcon.js") +module.exports.ChevronDownIcon = require("./ChevronDownIcon.js") +module.exports.ChevronLeftIcon = require("./ChevronLeftIcon.js") +module.exports.ChevronRightIcon = require("./ChevronRightIcon.js") +module.exports.ChevronUpDownIcon = require("./ChevronUpDownIcon.js") +module.exports.ChevronUpIcon = require("./ChevronUpIcon.js") +module.exports.CircleStackIcon = require("./CircleStackIcon.js") +module.exports.ClipboardDocumentCheckIcon = require("./ClipboardDocumentCheckIcon.js") +module.exports.ClipboardDocumentListIcon = require("./ClipboardDocumentListIcon.js") +module.exports.ClipboardDocumentIcon = require("./ClipboardDocumentIcon.js") +module.exports.ClipboardIcon = require("./ClipboardIcon.js") +module.exports.ClockIcon = require("./ClockIcon.js") +module.exports.CloudArrowDownIcon = require("./CloudArrowDownIcon.js") +module.exports.CloudArrowUpIcon = require("./CloudArrowUpIcon.js") +module.exports.CloudIcon = require("./CloudIcon.js") +module.exports.CodeBracketSquareIcon = require("./CodeBracketSquareIcon.js") +module.exports.CodeBracketIcon = require("./CodeBracketIcon.js") +module.exports.Cog6ToothIcon = require("./Cog6ToothIcon.js") +module.exports.Cog8ToothIcon = require("./Cog8ToothIcon.js") +module.exports.CogIcon = require("./CogIcon.js") +module.exports.CommandLineIcon = require("./CommandLineIcon.js") +module.exports.ComputerDesktopIcon = require("./ComputerDesktopIcon.js") +module.exports.CpuChipIcon = require("./CpuChipIcon.js") +module.exports.CreditCardIcon = require("./CreditCardIcon.js") +module.exports.CubeTransparentIcon = require("./CubeTransparentIcon.js") +module.exports.CubeIcon = require("./CubeIcon.js") +module.exports.CurrencyBangladeshiIcon = require("./CurrencyBangladeshiIcon.js") +module.exports.CurrencyDollarIcon = require("./CurrencyDollarIcon.js") +module.exports.CurrencyEuroIcon = require("./CurrencyEuroIcon.js") +module.exports.CurrencyPoundIcon = require("./CurrencyPoundIcon.js") +module.exports.CurrencyRupeeIcon = require("./CurrencyRupeeIcon.js") +module.exports.CurrencyYenIcon = require("./CurrencyYenIcon.js") +module.exports.CursorArrowRaysIcon = require("./CursorArrowRaysIcon.js") +module.exports.CursorArrowRippleIcon = require("./CursorArrowRippleIcon.js") +module.exports.DevicePhoneMobileIcon = require("./DevicePhoneMobileIcon.js") +module.exports.DeviceTabletIcon = require("./DeviceTabletIcon.js") +module.exports.DivideIcon = require("./DivideIcon.js") +module.exports.DocumentArrowDownIcon = require("./DocumentArrowDownIcon.js") +module.exports.DocumentArrowUpIcon = require("./DocumentArrowUpIcon.js") +module.exports.DocumentChartBarIcon = require("./DocumentChartBarIcon.js") +module.exports.DocumentCheckIcon = require("./DocumentCheckIcon.js") +module.exports.DocumentCurrencyBangladeshiIcon = require("./DocumentCurrencyBangladeshiIcon.js") +module.exports.DocumentCurrencyDollarIcon = require("./DocumentCurrencyDollarIcon.js") +module.exports.DocumentCurrencyEuroIcon = require("./DocumentCurrencyEuroIcon.js") +module.exports.DocumentCurrencyPoundIcon = require("./DocumentCurrencyPoundIcon.js") +module.exports.DocumentCurrencyRupeeIcon = require("./DocumentCurrencyRupeeIcon.js") +module.exports.DocumentCurrencyYenIcon = require("./DocumentCurrencyYenIcon.js") +module.exports.DocumentDuplicateIcon = require("./DocumentDuplicateIcon.js") +module.exports.DocumentMagnifyingGlassIcon = require("./DocumentMagnifyingGlassIcon.js") +module.exports.DocumentMinusIcon = require("./DocumentMinusIcon.js") +module.exports.DocumentPlusIcon = require("./DocumentPlusIcon.js") +module.exports.DocumentTextIcon = require("./DocumentTextIcon.js") +module.exports.DocumentIcon = require("./DocumentIcon.js") +module.exports.EllipsisHorizontalCircleIcon = require("./EllipsisHorizontalCircleIcon.js") +module.exports.EllipsisHorizontalIcon = require("./EllipsisHorizontalIcon.js") +module.exports.EllipsisVerticalIcon = require("./EllipsisVerticalIcon.js") +module.exports.EnvelopeOpenIcon = require("./EnvelopeOpenIcon.js") +module.exports.EnvelopeIcon = require("./EnvelopeIcon.js") +module.exports.EqualsIcon = require("./EqualsIcon.js") +module.exports.ExclamationCircleIcon = require("./ExclamationCircleIcon.js") +module.exports.ExclamationTriangleIcon = require("./ExclamationTriangleIcon.js") +module.exports.EyeDropperIcon = require("./EyeDropperIcon.js") +module.exports.EyeSlashIcon = require("./EyeSlashIcon.js") +module.exports.EyeIcon = require("./EyeIcon.js") +module.exports.FaceFrownIcon = require("./FaceFrownIcon.js") +module.exports.FaceSmileIcon = require("./FaceSmileIcon.js") +module.exports.FilmIcon = require("./FilmIcon.js") +module.exports.FingerPrintIcon = require("./FingerPrintIcon.js") +module.exports.FireIcon = require("./FireIcon.js") +module.exports.FlagIcon = require("./FlagIcon.js") +module.exports.FolderArrowDownIcon = require("./FolderArrowDownIcon.js") +module.exports.FolderMinusIcon = require("./FolderMinusIcon.js") +module.exports.FolderOpenIcon = require("./FolderOpenIcon.js") +module.exports.FolderPlusIcon = require("./FolderPlusIcon.js") +module.exports.FolderIcon = require("./FolderIcon.js") +module.exports.ForwardIcon = require("./ForwardIcon.js") +module.exports.FunnelIcon = require("./FunnelIcon.js") +module.exports.GifIcon = require("./GifIcon.js") +module.exports.GiftTopIcon = require("./GiftTopIcon.js") +module.exports.GiftIcon = require("./GiftIcon.js") +module.exports.GlobeAltIcon = require("./GlobeAltIcon.js") +module.exports.GlobeAmericasIcon = require("./GlobeAmericasIcon.js") +module.exports.GlobeAsiaAustraliaIcon = require("./GlobeAsiaAustraliaIcon.js") +module.exports.GlobeEuropeAfricaIcon = require("./GlobeEuropeAfricaIcon.js") +module.exports.H1Icon = require("./H1Icon.js") +module.exports.H2Icon = require("./H2Icon.js") +module.exports.H3Icon = require("./H3Icon.js") +module.exports.HandRaisedIcon = require("./HandRaisedIcon.js") +module.exports.HandThumbDownIcon = require("./HandThumbDownIcon.js") +module.exports.HandThumbUpIcon = require("./HandThumbUpIcon.js") +module.exports.HashtagIcon = require("./HashtagIcon.js") +module.exports.HeartIcon = require("./HeartIcon.js") +module.exports.HomeModernIcon = require("./HomeModernIcon.js") +module.exports.HomeIcon = require("./HomeIcon.js") +module.exports.IdentificationIcon = require("./IdentificationIcon.js") +module.exports.InboxArrowDownIcon = require("./InboxArrowDownIcon.js") +module.exports.InboxStackIcon = require("./InboxStackIcon.js") +module.exports.InboxIcon = require("./InboxIcon.js") +module.exports.InformationCircleIcon = require("./InformationCircleIcon.js") +module.exports.ItalicIcon = require("./ItalicIcon.js") +module.exports.KeyIcon = require("./KeyIcon.js") +module.exports.LanguageIcon = require("./LanguageIcon.js") +module.exports.LifebuoyIcon = require("./LifebuoyIcon.js") +module.exports.LightBulbIcon = require("./LightBulbIcon.js") +module.exports.LinkSlashIcon = require("./LinkSlashIcon.js") +module.exports.LinkIcon = require("./LinkIcon.js") +module.exports.ListBulletIcon = require("./ListBulletIcon.js") +module.exports.LockClosedIcon = require("./LockClosedIcon.js") +module.exports.LockOpenIcon = require("./LockOpenIcon.js") +module.exports.MagnifyingGlassCircleIcon = require("./MagnifyingGlassCircleIcon.js") +module.exports.MagnifyingGlassMinusIcon = require("./MagnifyingGlassMinusIcon.js") +module.exports.MagnifyingGlassPlusIcon = require("./MagnifyingGlassPlusIcon.js") +module.exports.MagnifyingGlassIcon = require("./MagnifyingGlassIcon.js") +module.exports.MapPinIcon = require("./MapPinIcon.js") +module.exports.MapIcon = require("./MapIcon.js") +module.exports.MegaphoneIcon = require("./MegaphoneIcon.js") +module.exports.MicrophoneIcon = require("./MicrophoneIcon.js") +module.exports.MinusCircleIcon = require("./MinusCircleIcon.js") +module.exports.MinusSmallIcon = require("./MinusSmallIcon.js") +module.exports.MinusIcon = require("./MinusIcon.js") +module.exports.MoonIcon = require("./MoonIcon.js") +module.exports.MusicalNoteIcon = require("./MusicalNoteIcon.js") +module.exports.NewspaperIcon = require("./NewspaperIcon.js") +module.exports.NoSymbolIcon = require("./NoSymbolIcon.js") +module.exports.NumberedListIcon = require("./NumberedListIcon.js") +module.exports.PaintBrushIcon = require("./PaintBrushIcon.js") +module.exports.PaperAirplaneIcon = require("./PaperAirplaneIcon.js") +module.exports.PaperClipIcon = require("./PaperClipIcon.js") +module.exports.PauseCircleIcon = require("./PauseCircleIcon.js") +module.exports.PauseIcon = require("./PauseIcon.js") +module.exports.PencilSquareIcon = require("./PencilSquareIcon.js") +module.exports.PencilIcon = require("./PencilIcon.js") +module.exports.PercentBadgeIcon = require("./PercentBadgeIcon.js") +module.exports.PhoneArrowDownLeftIcon = require("./PhoneArrowDownLeftIcon.js") +module.exports.PhoneArrowUpRightIcon = require("./PhoneArrowUpRightIcon.js") +module.exports.PhoneXMarkIcon = require("./PhoneXMarkIcon.js") +module.exports.PhoneIcon = require("./PhoneIcon.js") +module.exports.PhotoIcon = require("./PhotoIcon.js") +module.exports.PlayCircleIcon = require("./PlayCircleIcon.js") +module.exports.PlayPauseIcon = require("./PlayPauseIcon.js") +module.exports.PlayIcon = require("./PlayIcon.js") +module.exports.PlusCircleIcon = require("./PlusCircleIcon.js") +module.exports.PlusSmallIcon = require("./PlusSmallIcon.js") +module.exports.PlusIcon = require("./PlusIcon.js") +module.exports.PowerIcon = require("./PowerIcon.js") +module.exports.PresentationChartBarIcon = require("./PresentationChartBarIcon.js") +module.exports.PresentationChartLineIcon = require("./PresentationChartLineIcon.js") +module.exports.PrinterIcon = require("./PrinterIcon.js") +module.exports.PuzzlePieceIcon = require("./PuzzlePieceIcon.js") +module.exports.QrCodeIcon = require("./QrCodeIcon.js") +module.exports.QuestionMarkCircleIcon = require("./QuestionMarkCircleIcon.js") +module.exports.QueueListIcon = require("./QueueListIcon.js") +module.exports.RadioIcon = require("./RadioIcon.js") +module.exports.ReceiptPercentIcon = require("./ReceiptPercentIcon.js") +module.exports.ReceiptRefundIcon = require("./ReceiptRefundIcon.js") +module.exports.RectangleGroupIcon = require("./RectangleGroupIcon.js") +module.exports.RectangleStackIcon = require("./RectangleStackIcon.js") +module.exports.RocketLaunchIcon = require("./RocketLaunchIcon.js") +module.exports.RssIcon = require("./RssIcon.js") +module.exports.ScaleIcon = require("./ScaleIcon.js") +module.exports.ScissorsIcon = require("./ScissorsIcon.js") +module.exports.ServerStackIcon = require("./ServerStackIcon.js") +module.exports.ServerIcon = require("./ServerIcon.js") +module.exports.ShareIcon = require("./ShareIcon.js") +module.exports.ShieldCheckIcon = require("./ShieldCheckIcon.js") +module.exports.ShieldExclamationIcon = require("./ShieldExclamationIcon.js") +module.exports.ShoppingBagIcon = require("./ShoppingBagIcon.js") +module.exports.ShoppingCartIcon = require("./ShoppingCartIcon.js") +module.exports.SignalSlashIcon = require("./SignalSlashIcon.js") +module.exports.SignalIcon = require("./SignalIcon.js") +module.exports.SlashIcon = require("./SlashIcon.js") +module.exports.SparklesIcon = require("./SparklesIcon.js") +module.exports.SpeakerWaveIcon = require("./SpeakerWaveIcon.js") +module.exports.SpeakerXMarkIcon = require("./SpeakerXMarkIcon.js") +module.exports.Square2StackIcon = require("./Square2StackIcon.js") +module.exports.Square3Stack3DIcon = require("./Square3Stack3DIcon.js") +module.exports.Squares2X2Icon = require("./Squares2X2Icon.js") +module.exports.SquaresPlusIcon = require("./SquaresPlusIcon.js") +module.exports.StarIcon = require("./StarIcon.js") +module.exports.StopCircleIcon = require("./StopCircleIcon.js") +module.exports.StopIcon = require("./StopIcon.js") +module.exports.StrikethroughIcon = require("./StrikethroughIcon.js") +module.exports.SunIcon = require("./SunIcon.js") +module.exports.SwatchIcon = require("./SwatchIcon.js") +module.exports.TableCellsIcon = require("./TableCellsIcon.js") +module.exports.TagIcon = require("./TagIcon.js") +module.exports.TicketIcon = require("./TicketIcon.js") +module.exports.TrashIcon = require("./TrashIcon.js") +module.exports.TrophyIcon = require("./TrophyIcon.js") +module.exports.TruckIcon = require("./TruckIcon.js") +module.exports.TvIcon = require("./TvIcon.js") +module.exports.UnderlineIcon = require("./UnderlineIcon.js") +module.exports.UserCircleIcon = require("./UserCircleIcon.js") +module.exports.UserGroupIcon = require("./UserGroupIcon.js") +module.exports.UserMinusIcon = require("./UserMinusIcon.js") +module.exports.UserPlusIcon = require("./UserPlusIcon.js") +module.exports.UserIcon = require("./UserIcon.js") +module.exports.UsersIcon = require("./UsersIcon.js") +module.exports.VariableIcon = require("./VariableIcon.js") +module.exports.VideoCameraSlashIcon = require("./VideoCameraSlashIcon.js") +module.exports.VideoCameraIcon = require("./VideoCameraIcon.js") +module.exports.ViewColumnsIcon = require("./ViewColumnsIcon.js") +module.exports.ViewfinderCircleIcon = require("./ViewfinderCircleIcon.js") +module.exports.WalletIcon = require("./WalletIcon.js") +module.exports.WifiIcon = require("./WifiIcon.js") +module.exports.WindowIcon = require("./WindowIcon.js") +module.exports.WrenchScrewdriverIcon = require("./WrenchScrewdriverIcon.js") +module.exports.WrenchIcon = require("./WrenchIcon.js") +module.exports.XCircleIcon = require("./XCircleIcon.js") +module.exports.XMarkIcon = require("./XMarkIcon.js") \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/outline/package.json b/frontend/node_modules/@heroicons/react/24/outline/package.json new file mode 100644 index 00000000..a4153173 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/outline/package.json @@ -0,0 +1,4 @@ +{ + "module": "./esm/index.js", + "sideEffects": false +} diff --git a/frontend/node_modules/@heroicons/react/24/solid/AcademicCapIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/AcademicCapIcon.d.ts new file mode 100644 index 00000000..f7cea572 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/AcademicCapIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const AcademicCapIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default AcademicCapIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/AcademicCapIcon.js b/frontend/node_modules/@heroicons/react/24/solid/AcademicCapIcon.js new file mode 100644 index 00000000..f9e01014 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/AcademicCapIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function AcademicCapIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M11.7 2.805a.75.75 0 0 1 .6 0A60.65 60.65 0 0 1 22.83 8.72a.75.75 0 0 1-.231 1.337 49.948 49.948 0 0 0-9.902 3.912l-.003.002c-.114.06-.227.119-.34.18a.75.75 0 0 1-.707 0A50.88 50.88 0 0 0 7.5 12.173v-.224c0-.131.067-.248.172-.311a54.615 54.615 0 0 1 4.653-2.52.75.75 0 0 0-.65-1.352 56.123 56.123 0 0 0-4.78 2.589 1.858 1.858 0 0 0-.859 1.228 49.803 49.803 0 0 0-4.634-1.527.75.75 0 0 1-.231-1.337A60.653 60.653 0 0 1 11.7 2.805Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M13.06 15.473a48.45 48.45 0 0 1 7.666-3.282c.134 1.414.22 2.843.255 4.284a.75.75 0 0 1-.46.711 47.87 47.87 0 0 0-8.105 4.342.75.75 0 0 1-.832 0 47.87 47.87 0 0 0-8.104-4.342.75.75 0 0 1-.461-.71c.035-1.442.121-2.87.255-4.286.921.304 1.83.634 2.726.99v1.27a1.5 1.5 0 0 0-.14 2.508c-.09.38-.222.753-.397 1.11.452.213.901.434 1.346.66a6.727 6.727 0 0 0 .551-1.607 1.5 1.5 0 0 0 .14-2.67v-.645a48.549 48.549 0 0 1 3.44 1.667 2.25 2.25 0 0 0 2.12 0Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M4.462 19.462c.42-.419.753-.89 1-1.395.453.214.902.435 1.347.662a6.742 6.742 0 0 1-1.286 1.794.75.75 0 0 1-1.06-1.06Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(AcademicCapIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/AdjustmentsHorizontalIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/AdjustmentsHorizontalIcon.d.ts new file mode 100644 index 00000000..66e5c914 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/AdjustmentsHorizontalIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const AdjustmentsHorizontalIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default AdjustmentsHorizontalIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/AdjustmentsHorizontalIcon.js b/frontend/node_modules/@heroicons/react/24/solid/AdjustmentsHorizontalIcon.js new file mode 100644 index 00000000..0032d6d3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/AdjustmentsHorizontalIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function AdjustmentsHorizontalIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M18.75 12.75h1.5a.75.75 0 0 0 0-1.5h-1.5a.75.75 0 0 0 0 1.5ZM12 6a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5A.75.75 0 0 1 12 6ZM12 18a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5A.75.75 0 0 1 12 18ZM3.75 6.75h1.5a.75.75 0 1 0 0-1.5h-1.5a.75.75 0 0 0 0 1.5ZM5.25 18.75h-1.5a.75.75 0 0 1 0-1.5h1.5a.75.75 0 0 1 0 1.5ZM3 12a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5A.75.75 0 0 1 3 12ZM9 3.75a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5ZM12.75 12a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0ZM9 15.75a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(AdjustmentsHorizontalIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/AdjustmentsVerticalIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/AdjustmentsVerticalIcon.d.ts new file mode 100644 index 00000000..1d7146f9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/AdjustmentsVerticalIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const AdjustmentsVerticalIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default AdjustmentsVerticalIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/AdjustmentsVerticalIcon.js b/frontend/node_modules/@heroicons/react/24/solid/AdjustmentsVerticalIcon.js new file mode 100644 index 00000000..967c9cdd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/AdjustmentsVerticalIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function AdjustmentsVerticalIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M6 12a.75.75 0 0 1-.75-.75v-7.5a.75.75 0 1 1 1.5 0v7.5A.75.75 0 0 1 6 12ZM18 12a.75.75 0 0 1-.75-.75v-7.5a.75.75 0 0 1 1.5 0v7.5A.75.75 0 0 1 18 12ZM6.75 20.25v-1.5a.75.75 0 0 0-1.5 0v1.5a.75.75 0 0 0 1.5 0ZM18.75 18.75v1.5a.75.75 0 0 1-1.5 0v-1.5a.75.75 0 0 1 1.5 0ZM12.75 5.25v-1.5a.75.75 0 0 0-1.5 0v1.5a.75.75 0 0 0 1.5 0ZM12 21a.75.75 0 0 1-.75-.75v-7.5a.75.75 0 0 1 1.5 0v7.5A.75.75 0 0 1 12 21ZM3.75 15a2.25 2.25 0 1 0 4.5 0 2.25 2.25 0 0 0-4.5 0ZM12 11.25a2.25 2.25 0 1 1 0-4.5 2.25 2.25 0 0 1 0 4.5ZM15.75 15a2.25 2.25 0 1 0 4.5 0 2.25 2.25 0 0 0-4.5 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(AdjustmentsVerticalIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArchiveBoxArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArchiveBoxArrowDownIcon.d.ts new file mode 100644 index 00000000..1e791cee --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArchiveBoxArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArchiveBoxArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArchiveBoxArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArchiveBoxArrowDownIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArchiveBoxArrowDownIcon.js new file mode 100644 index 00000000..913a7aa2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArchiveBoxArrowDownIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArchiveBoxArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.375 3C2.339 3 1.5 3.84 1.5 4.875v.75c0 1.036.84 1.875 1.875 1.875h17.25c1.035 0 1.875-.84 1.875-1.875v-.75C22.5 3.839 21.66 3 20.625 3H3.375Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "m3.087 9 .54 9.176A3 3 0 0 0 6.62 21h10.757a3 3 0 0 0 2.995-2.824L20.913 9H3.087ZM12 10.5a.75.75 0 0 1 .75.75v4.94l1.72-1.72a.75.75 0 1 1 1.06 1.06l-3 3a.75.75 0 0 1-1.06 0l-3-3a.75.75 0 1 1 1.06-1.06l1.72 1.72v-4.94a.75.75 0 0 1 .75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArchiveBoxArrowDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArchiveBoxIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArchiveBoxIcon.d.ts new file mode 100644 index 00000000..4b92cdd7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArchiveBoxIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArchiveBoxIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArchiveBoxIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArchiveBoxIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArchiveBoxIcon.js new file mode 100644 index 00000000..8388d2d9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArchiveBoxIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArchiveBoxIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.375 3C2.339 3 1.5 3.84 1.5 4.875v.75c0 1.036.84 1.875 1.875 1.875h17.25c1.035 0 1.875-.84 1.875-1.875v-.75C22.5 3.839 21.66 3 20.625 3H3.375Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "m3.087 9 .54 9.176A3 3 0 0 0 6.62 21h10.757a3 3 0 0 0 2.995-2.824L20.913 9H3.087Zm6.163 3.75A.75.75 0 0 1 10 12h4a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArchiveBoxIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArchiveBoxXMarkIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArchiveBoxXMarkIcon.d.ts new file mode 100644 index 00000000..fb5f7dba --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArchiveBoxXMarkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArchiveBoxXMarkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArchiveBoxXMarkIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArchiveBoxXMarkIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArchiveBoxXMarkIcon.js new file mode 100644 index 00000000..322c3388 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArchiveBoxXMarkIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArchiveBoxXMarkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.375 3C2.339 3 1.5 3.84 1.5 4.875v.75c0 1.036.84 1.875 1.875 1.875h17.25c1.035 0 1.875-.84 1.875-1.875v-.75C22.5 3.839 21.66 3 20.625 3H3.375Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "m3.087 9 .54 9.176A3 3 0 0 0 6.62 21h10.757a3 3 0 0 0 2.995-2.824L20.913 9H3.087Zm6.133 2.845a.75.75 0 0 1 1.06 0l1.72 1.72 1.72-1.72a.75.75 0 1 1 1.06 1.06l-1.72 1.72 1.72 1.72a.75.75 0 1 1-1.06 1.06L12 15.685l-1.72 1.72a.75.75 0 1 1-1.06-1.06l1.72-1.72-1.72-1.72a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArchiveBoxXMarkIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowDownCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowDownCircleIcon.d.ts new file mode 100644 index 00000000..b6500220 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowDownCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowDownCircleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowDownCircleIcon.js new file mode 100644 index 00000000..ca16fd75 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowDownCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowDownCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25Zm-.53 14.03a.75.75 0 0 0 1.06 0l3-3a.75.75 0 1 0-1.06-1.06l-1.72 1.72V8.25a.75.75 0 0 0-1.5 0v5.69l-1.72-1.72a.75.75 0 0 0-1.06 1.06l3 3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowDownIcon.d.ts new file mode 100644 index 00000000..6fcb0764 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowDownIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowDownIcon.js new file mode 100644 index 00000000..9bcba54e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25a.75.75 0 0 1 .75.75v16.19l6.22-6.22a.75.75 0 1 1 1.06 1.06l-7.5 7.5a.75.75 0 0 1-1.06 0l-7.5-7.5a.75.75 0 1 1 1.06-1.06l6.22 6.22V3a.75.75 0 0 1 .75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowDownLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowDownLeftIcon.d.ts new file mode 100644 index 00000000..c2de5115 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowDownLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowDownLeftIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowDownLeftIcon.js new file mode 100644 index 00000000..1f635b84 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowDownLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowDownLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M20.03 3.97a.75.75 0 0 1 0 1.06L6.31 18.75h9.44a.75.75 0 0 1 0 1.5H4.5a.75.75 0 0 1-.75-.75V8.25a.75.75 0 0 1 1.5 0v9.44L18.97 3.97a.75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowDownOnSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowDownOnSquareIcon.d.ts new file mode 100644 index 00000000..ad998a9f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowDownOnSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownOnSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownOnSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowDownOnSquareIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowDownOnSquareIcon.js new file mode 100644 index 00000000..693fdf19 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowDownOnSquareIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function ArrowDownOnSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M12 1.5a.75.75 0 0 1 .75.75V7.5h-1.5V2.25A.75.75 0 0 1 12 1.5ZM11.25 7.5v5.69l-1.72-1.72a.75.75 0 0 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 1 0-1.06-1.06l-1.72 1.72V7.5h3.75a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3h-9a3 3 0 0 1-3-3v-9a3 3 0 0 1 3-3h3.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownOnSquareIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowDownOnSquareStackIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowDownOnSquareStackIcon.d.ts new file mode 100644 index 00000000..3069f334 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowDownOnSquareStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownOnSquareStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownOnSquareStackIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowDownOnSquareStackIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowDownOnSquareStackIcon.js new file mode 100644 index 00000000..0036769f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowDownOnSquareStackIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ArrowDownOnSquareStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.75 6.75h-3a3 3 0 0 0-3 3v7.5a3 3 0 0 0 3 3h7.5a3 3 0 0 0 3-3v-7.5a3 3 0 0 0-3-3h-3V1.5a.75.75 0 0 0-1.5 0v5.25Zm0 0h1.5v5.69l1.72-1.72a.75.75 0 1 1 1.06 1.06l-3 3a.75.75 0 0 1-1.06 0l-3-3a.75.75 0 1 1 1.06-1.06l1.72 1.72V6.75Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M7.151 21.75a2.999 2.999 0 0 0 2.599 1.5h7.5a3 3 0 0 0 3-3v-7.5c0-1.11-.603-2.08-1.5-2.599v7.099a4.5 4.5 0 0 1-4.5 4.5H7.151Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownOnSquareStackIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowDownRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowDownRightIcon.d.ts new file mode 100644 index 00000000..af2b43e2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowDownRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowDownRightIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowDownRightIcon.js new file mode 100644 index 00000000..f2c56d21 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowDownRightIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowDownRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.97 3.97a.75.75 0 0 1 1.06 0l13.72 13.72V8.25a.75.75 0 0 1 1.5 0V19.5a.75.75 0 0 1-.75.75H8.25a.75.75 0 0 1 0-1.5h9.44L3.97 5.03a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowDownTrayIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowDownTrayIcon.d.ts new file mode 100644 index 00000000..d755642a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowDownTrayIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownTrayIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownTrayIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowDownTrayIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowDownTrayIcon.js new file mode 100644 index 00000000..9301832d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowDownTrayIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowDownTrayIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25a.75.75 0 0 1 .75.75v11.69l3.22-3.22a.75.75 0 1 1 1.06 1.06l-4.5 4.5a.75.75 0 0 1-1.06 0l-4.5-4.5a.75.75 0 1 1 1.06-1.06l3.22 3.22V3a.75.75 0 0 1 .75-.75Zm-9 13.5a.75.75 0 0 1 .75.75v2.25a1.5 1.5 0 0 0 1.5 1.5h13.5a1.5 1.5 0 0 0 1.5-1.5V16.5a.75.75 0 0 1 1.5 0v2.25a3 3 0 0 1-3 3H5.25a3 3 0 0 1-3-3V16.5a.75.75 0 0 1 .75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownTrayIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowLeftCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowLeftCircleIcon.d.ts new file mode 100644 index 00000000..5ebd1ee5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowLeftCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLeftCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLeftCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowLeftCircleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowLeftCircleIcon.js new file mode 100644 index 00000000..d8d6ecbb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowLeftCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowLeftCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25Zm-4.28 9.22a.75.75 0 0 0 0 1.06l3 3a.75.75 0 1 0 1.06-1.06l-1.72-1.72h5.69a.75.75 0 0 0 0-1.5h-5.69l1.72-1.72a.75.75 0 0 0-1.06-1.06l-3 3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowLeftEndOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowLeftEndOnRectangleIcon.d.ts new file mode 100644 index 00000000..0bb80a06 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowLeftEndOnRectangleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLeftEndOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLeftEndOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowLeftEndOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowLeftEndOnRectangleIcon.js new file mode 100644 index 00000000..16869a1e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowLeftEndOnRectangleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowLeftEndOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.5 3.75A1.5 1.5 0 0 0 6 5.25v13.5a1.5 1.5 0 0 0 1.5 1.5h6a1.5 1.5 0 0 0 1.5-1.5V15a.75.75 0 0 1 1.5 0v3.75a3 3 0 0 1-3 3h-6a3 3 0 0 1-3-3V5.25a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3V9A.75.75 0 0 1 15 9V5.25a1.5 1.5 0 0 0-1.5-1.5h-6Zm5.03 4.72a.75.75 0 0 1 0 1.06l-1.72 1.72h10.94a.75.75 0 0 1 0 1.5H10.81l1.72 1.72a.75.75 0 1 1-1.06 1.06l-3-3a.75.75 0 0 1 0-1.06l3-3a.75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftEndOnRectangleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowLeftIcon.d.ts new file mode 100644 index 00000000..8b184ac4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowLeftIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowLeftIcon.js new file mode 100644 index 00000000..95f112a8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.03 3.97a.75.75 0 0 1 0 1.06l-6.22 6.22H21a.75.75 0 0 1 0 1.5H4.81l6.22 6.22a.75.75 0 1 1-1.06 1.06l-7.5-7.5a.75.75 0 0 1 0-1.06l7.5-7.5a.75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowLeftOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowLeftOnRectangleIcon.d.ts new file mode 100644 index 00000000..58ef43b6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowLeftOnRectangleIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const ArrowLeftOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLeftOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowLeftOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowLeftOnRectangleIcon.js new file mode 100644 index 00000000..879e6b22 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowLeftOnRectangleIcon.js @@ -0,0 +1,25 @@ +const React = require("react"); +/** @deprecated */ +function ArrowLeftOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.5 3.75A1.5 1.5 0 0 0 6 5.25v13.5a1.5 1.5 0 0 0 1.5 1.5h6a1.5 1.5 0 0 0 1.5-1.5V15a.75.75 0 0 1 1.5 0v3.75a3 3 0 0 1-3 3h-6a3 3 0 0 1-3-3V5.25a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3V9A.75.75 0 0 1 15 9V5.25a1.5 1.5 0 0 0-1.5-1.5h-6Zm5.03 4.72a.75.75 0 0 1 0 1.06l-1.72 1.72h10.94a.75.75 0 0 1 0 1.5H10.81l1.72 1.72a.75.75 0 1 1-1.06 1.06l-3-3a.75.75 0 0 1 0-1.06l3-3a.75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftOnRectangleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowLeftStartOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowLeftStartOnRectangleIcon.d.ts new file mode 100644 index 00000000..0f113252 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowLeftStartOnRectangleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLeftStartOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLeftStartOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowLeftStartOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowLeftStartOnRectangleIcon.js new file mode 100644 index 00000000..f35306e8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowLeftStartOnRectangleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowLeftStartOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M16.5 3.75a1.5 1.5 0 0 1 1.5 1.5v13.5a1.5 1.5 0 0 1-1.5 1.5h-6a1.5 1.5 0 0 1-1.5-1.5V15a.75.75 0 0 0-1.5 0v3.75a3 3 0 0 0 3 3h6a3 3 0 0 0 3-3V5.25a3 3 0 0 0-3-3h-6a3 3 0 0 0-3 3V9A.75.75 0 1 0 9 9V5.25a1.5 1.5 0 0 1 1.5-1.5h6ZM5.78 8.47a.75.75 0 0 0-1.06 0l-3 3a.75.75 0 0 0 0 1.06l3 3a.75.75 0 0 0 1.06-1.06l-1.72-1.72H15a.75.75 0 0 0 0-1.5H4.06l1.72-1.72a.75.75 0 0 0 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftStartOnRectangleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowLongDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowLongDownIcon.d.ts new file mode 100644 index 00000000..f83cde05 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowLongDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLongDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLongDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowLongDownIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowLongDownIcon.js new file mode 100644 index 00000000..248eb9cc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowLongDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowLongDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25a.75.75 0 0 1 .75.75v16.19l2.47-2.47a.75.75 0 1 1 1.06 1.06l-3.75 3.75a.75.75 0 0 1-1.06 0l-3.75-3.75a.75.75 0 1 1 1.06-1.06l2.47 2.47V3a.75.75 0 0 1 .75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLongDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowLongLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowLongLeftIcon.d.ts new file mode 100644 index 00000000..28f72830 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowLongLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLongLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLongLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowLongLeftIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowLongLeftIcon.js new file mode 100644 index 00000000..7ae7355e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowLongLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowLongLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.28 7.72a.75.75 0 0 1 0 1.06l-2.47 2.47H21a.75.75 0 0 1 0 1.5H4.81l2.47 2.47a.75.75 0 1 1-1.06 1.06l-3.75-3.75a.75.75 0 0 1 0-1.06l3.75-3.75a.75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLongLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowLongRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowLongRightIcon.d.ts new file mode 100644 index 00000000..2375bd76 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowLongRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLongRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLongRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowLongRightIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowLongRightIcon.js new file mode 100644 index 00000000..ce233d06 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowLongRightIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowLongRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M16.72 7.72a.75.75 0 0 1 1.06 0l3.75 3.75a.75.75 0 0 1 0 1.06l-3.75 3.75a.75.75 0 1 1-1.06-1.06l2.47-2.47H3a.75.75 0 0 1 0-1.5h16.19l-2.47-2.47a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLongRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowLongUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowLongUpIcon.d.ts new file mode 100644 index 00000000..cb3f5687 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowLongUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLongUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLongUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowLongUpIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowLongUpIcon.js new file mode 100644 index 00000000..6a3694a7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowLongUpIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowLongUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.47 2.47a.75.75 0 0 1 1.06 0l3.75 3.75a.75.75 0 0 1-1.06 1.06l-2.47-2.47V21a.75.75 0 0 1-1.5 0V4.81L8.78 7.28a.75.75 0 0 1-1.06-1.06l3.75-3.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLongUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowPathIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowPathIcon.d.ts new file mode 100644 index 00000000..4260afbd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowPathIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowPathIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowPathIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowPathIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowPathIcon.js new file mode 100644 index 00000000..bd35a00d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowPathIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowPathIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.755 10.059a7.5 7.5 0 0 1 12.548-3.364l1.903 1.903h-3.183a.75.75 0 1 0 0 1.5h4.992a.75.75 0 0 0 .75-.75V4.356a.75.75 0 0 0-1.5 0v3.18l-1.9-1.9A9 9 0 0 0 3.306 9.67a.75.75 0 1 0 1.45.388Zm15.408 3.352a.75.75 0 0 0-.919.53 7.5 7.5 0 0 1-12.548 3.364l-1.902-1.903h3.183a.75.75 0 0 0 0-1.5H2.984a.75.75 0 0 0-.75.75v4.992a.75.75 0 0 0 1.5 0v-3.18l1.9 1.9a9 9 0 0 0 15.059-4.035.75.75 0 0 0-.53-.918Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowPathIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowPathRoundedSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowPathRoundedSquareIcon.d.ts new file mode 100644 index 00000000..0e9778d9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowPathRoundedSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowPathRoundedSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowPathRoundedSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowPathRoundedSquareIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowPathRoundedSquareIcon.js new file mode 100644 index 00000000..e92de5a4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowPathRoundedSquareIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowPathRoundedSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 5.25c1.213 0 2.415.046 3.605.135a3.256 3.256 0 0 1 3.01 3.01c.044.583.077 1.17.1 1.759L17.03 8.47a.75.75 0 1 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 0 0-1.06-1.06l-1.752 1.751c-.023-.65-.06-1.296-.108-1.939a4.756 4.756 0 0 0-4.392-4.392 49.422 49.422 0 0 0-7.436 0A4.756 4.756 0 0 0 3.89 8.282c-.017.224-.033.447-.046.672a.75.75 0 1 0 1.497.092c.013-.217.028-.434.044-.651a3.256 3.256 0 0 1 3.01-3.01c1.19-.09 2.392-.135 3.605-.135Zm-6.97 6.22a.75.75 0 0 0-1.06 0l-3 3a.75.75 0 1 0 1.06 1.06l1.752-1.751c.023.65.06 1.296.108 1.939a4.756 4.756 0 0 0 4.392 4.392 49.413 49.413 0 0 0 7.436 0 4.756 4.756 0 0 0 4.392-4.392c.017-.223.032-.447.046-.672a.75.75 0 0 0-1.497-.092c-.013.217-.028.434-.044.651a3.256 3.256 0 0 1-3.01 3.01 47.953 47.953 0 0 1-7.21 0 3.256 3.256 0 0 1-3.01-3.01 47.759 47.759 0 0 1-.1-1.759L6.97 15.53a.75.75 0 0 0 1.06-1.06l-3-3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowPathRoundedSquareIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowRightCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowRightCircleIcon.d.ts new file mode 100644 index 00000000..c362cf3a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowRightCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowRightCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowRightCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowRightCircleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowRightCircleIcon.js new file mode 100644 index 00000000..dd6def76 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowRightCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowRightCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25Zm4.28 10.28a.75.75 0 0 0 0-1.06l-3-3a.75.75 0 1 0-1.06 1.06l1.72 1.72H8.25a.75.75 0 0 0 0 1.5h5.69l-1.72 1.72a.75.75 0 1 0 1.06 1.06l3-3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowRightEndOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowRightEndOnRectangleIcon.d.ts new file mode 100644 index 00000000..69f1804f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowRightEndOnRectangleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowRightEndOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowRightEndOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowRightEndOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowRightEndOnRectangleIcon.js new file mode 100644 index 00000000..464c111f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowRightEndOnRectangleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowRightEndOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M16.5 3.75a1.5 1.5 0 0 1 1.5 1.5v13.5a1.5 1.5 0 0 1-1.5 1.5h-6a1.5 1.5 0 0 1-1.5-1.5V15a.75.75 0 0 0-1.5 0v3.75a3 3 0 0 0 3 3h6a3 3 0 0 0 3-3V5.25a3 3 0 0 0-3-3h-6a3 3 0 0 0-3 3V9A.75.75 0 1 0 9 9V5.25a1.5 1.5 0 0 1 1.5-1.5h6Zm-5.03 4.72a.75.75 0 0 0 0 1.06l1.72 1.72H2.25a.75.75 0 0 0 0 1.5h10.94l-1.72 1.72a.75.75 0 1 0 1.06 1.06l3-3a.75.75 0 0 0 0-1.06l-3-3a.75.75 0 0 0-1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightEndOnRectangleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowRightIcon.d.ts new file mode 100644 index 00000000..fd9ad463 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowRightIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowRightIcon.js new file mode 100644 index 00000000..b9ffd8da --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowRightIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12.97 3.97a.75.75 0 0 1 1.06 0l7.5 7.5a.75.75 0 0 1 0 1.06l-7.5 7.5a.75.75 0 1 1-1.06-1.06l6.22-6.22H3a.75.75 0 0 1 0-1.5h16.19l-6.22-6.22a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowRightOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowRightOnRectangleIcon.d.ts new file mode 100644 index 00000000..beb562de --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowRightOnRectangleIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const ArrowRightOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowRightOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowRightOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowRightOnRectangleIcon.js new file mode 100644 index 00000000..dc79e181 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowRightOnRectangleIcon.js @@ -0,0 +1,25 @@ +const React = require("react"); +/** @deprecated */ +function ArrowRightOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.5 3.75A1.5 1.5 0 0 0 6 5.25v13.5a1.5 1.5 0 0 0 1.5 1.5h6a1.5 1.5 0 0 0 1.5-1.5V15a.75.75 0 0 1 1.5 0v3.75a3 3 0 0 1-3 3h-6a3 3 0 0 1-3-3V5.25a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3V9A.75.75 0 0 1 15 9V5.25a1.5 1.5 0 0 0-1.5-1.5h-6Zm10.72 4.72a.75.75 0 0 1 1.06 0l3 3a.75.75 0 0 1 0 1.06l-3 3a.75.75 0 1 1-1.06-1.06l1.72-1.72H9a.75.75 0 0 1 0-1.5h10.94l-1.72-1.72a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightOnRectangleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowRightStartOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowRightStartOnRectangleIcon.d.ts new file mode 100644 index 00000000..125ccfd7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowRightStartOnRectangleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowRightStartOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowRightStartOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowRightStartOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowRightStartOnRectangleIcon.js new file mode 100644 index 00000000..5cb770b5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowRightStartOnRectangleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowRightStartOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.5 3.75A1.5 1.5 0 0 0 6 5.25v13.5a1.5 1.5 0 0 0 1.5 1.5h6a1.5 1.5 0 0 0 1.5-1.5V15a.75.75 0 0 1 1.5 0v3.75a3 3 0 0 1-3 3h-6a3 3 0 0 1-3-3V5.25a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3V9A.75.75 0 0 1 15 9V5.25a1.5 1.5 0 0 0-1.5-1.5h-6Zm10.72 4.72a.75.75 0 0 1 1.06 0l3 3a.75.75 0 0 1 0 1.06l-3 3a.75.75 0 1 1-1.06-1.06l1.72-1.72H9a.75.75 0 0 1 0-1.5h10.94l-1.72-1.72a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightStartOnRectangleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowSmallDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowSmallDownIcon.d.ts new file mode 100644 index 00000000..ee183571 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowSmallDownIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const ArrowSmallDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowSmallDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowSmallDownIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowSmallDownIcon.js new file mode 100644 index 00000000..019a56df --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowSmallDownIcon.js @@ -0,0 +1,25 @@ +const React = require("react"); +/** @deprecated */ +function ArrowSmallDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 3.75a.75.75 0 0 1 .75.75v13.19l5.47-5.47a.75.75 0 1 1 1.06 1.06l-6.75 6.75a.75.75 0 0 1-1.06 0l-6.75-6.75a.75.75 0 1 1 1.06-1.06l5.47 5.47V4.5a.75.75 0 0 1 .75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowSmallDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowSmallLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowSmallLeftIcon.d.ts new file mode 100644 index 00000000..5686c1af --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowSmallLeftIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const ArrowSmallLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowSmallLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowSmallLeftIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowSmallLeftIcon.js new file mode 100644 index 00000000..d9fd1fda --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowSmallLeftIcon.js @@ -0,0 +1,25 @@ +const React = require("react"); +/** @deprecated */ +function ArrowSmallLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M20.25 12a.75.75 0 0 1-.75.75H6.31l5.47 5.47a.75.75 0 1 1-1.06 1.06l-6.75-6.75a.75.75 0 0 1 0-1.06l6.75-6.75a.75.75 0 1 1 1.06 1.06l-5.47 5.47H19.5a.75.75 0 0 1 .75.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowSmallLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowSmallRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowSmallRightIcon.d.ts new file mode 100644 index 00000000..019725bb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowSmallRightIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const ArrowSmallRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowSmallRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowSmallRightIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowSmallRightIcon.js new file mode 100644 index 00000000..8df1feab --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowSmallRightIcon.js @@ -0,0 +1,25 @@ +const React = require("react"); +/** @deprecated */ +function ArrowSmallRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.75 12a.75.75 0 0 1 .75-.75h13.19l-5.47-5.47a.75.75 0 0 1 1.06-1.06l6.75 6.75a.75.75 0 0 1 0 1.06l-6.75 6.75a.75.75 0 1 1-1.06-1.06l5.47-5.47H4.5a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowSmallRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowSmallUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowSmallUpIcon.d.ts new file mode 100644 index 00000000..644e37fb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowSmallUpIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const ArrowSmallUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowSmallUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowSmallUpIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowSmallUpIcon.js new file mode 100644 index 00000000..a33d20ed --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowSmallUpIcon.js @@ -0,0 +1,25 @@ +const React = require("react"); +/** @deprecated */ +function ArrowSmallUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 20.25a.75.75 0 0 1-.75-.75V6.31l-5.47 5.47a.75.75 0 0 1-1.06-1.06l6.75-6.75a.75.75 0 0 1 1.06 0l6.75 6.75a.75.75 0 1 1-1.06 1.06l-5.47-5.47V19.5a.75.75 0 0 1-.75.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowSmallUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowTopRightOnSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowTopRightOnSquareIcon.d.ts new file mode 100644 index 00000000..86a6805d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowTopRightOnSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTopRightOnSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTopRightOnSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowTopRightOnSquareIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowTopRightOnSquareIcon.js new file mode 100644 index 00000000..d73c7af2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowTopRightOnSquareIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowTopRightOnSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15.75 2.25H21a.75.75 0 0 1 .75.75v5.25a.75.75 0 0 1-1.5 0V4.81L8.03 17.03a.75.75 0 0 1-1.06-1.06L19.19 3.75h-3.44a.75.75 0 0 1 0-1.5Zm-10.5 4.5a1.5 1.5 0 0 0-1.5 1.5v10.5a1.5 1.5 0 0 0 1.5 1.5h10.5a1.5 1.5 0 0 0 1.5-1.5V10.5a.75.75 0 0 1 1.5 0v8.25a3 3 0 0 1-3 3H5.25a3 3 0 0 1-3-3V8.25a3 3 0 0 1 3-3h8.25a.75.75 0 0 1 0 1.5H5.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTopRightOnSquareIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowTrendingDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowTrendingDownIcon.d.ts new file mode 100644 index 00000000..cfb218f9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowTrendingDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTrendingDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTrendingDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowTrendingDownIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowTrendingDownIcon.js new file mode 100644 index 00000000..41a5a00f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowTrendingDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowTrendingDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.72 5.47a.75.75 0 0 1 1.06 0L9 11.69l3.756-3.756a.75.75 0 0 1 .985-.066 12.698 12.698 0 0 1 4.575 6.832l.308 1.149 2.277-3.943a.75.75 0 1 1 1.299.75l-3.182 5.51a.75.75 0 0 1-1.025.275l-5.511-3.181a.75.75 0 0 1 .75-1.3l3.943 2.277-.308-1.149a11.194 11.194 0 0 0-3.528-5.617l-3.809 3.81a.75.75 0 0 1-1.06 0L1.72 6.53a.75.75 0 0 1 0-1.061Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTrendingDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowTrendingUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowTrendingUpIcon.d.ts new file mode 100644 index 00000000..54763a8c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowTrendingUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTrendingUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTrendingUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowTrendingUpIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowTrendingUpIcon.js new file mode 100644 index 00000000..0b344cad --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowTrendingUpIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowTrendingUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15.22 6.268a.75.75 0 0 1 .968-.431l5.942 2.28a.75.75 0 0 1 .431.97l-2.28 5.94a.75.75 0 1 1-1.4-.537l1.63-4.251-1.086.484a11.2 11.2 0 0 0-5.45 5.173.75.75 0 0 1-1.199.19L9 12.312l-6.22 6.22a.75.75 0 0 1-1.06-1.061l6.75-6.75a.75.75 0 0 1 1.06 0l3.606 3.606a12.695 12.695 0 0 1 5.68-4.974l1.086-.483-4.251-1.632a.75.75 0 0 1-.432-.97Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTrendingUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnDownLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnDownLeftIcon.d.ts new file mode 100644 index 00000000..30988be3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnDownLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnDownLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnDownLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnDownLeftIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnDownLeftIcon.js new file mode 100644 index 00000000..88f57247 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnDownLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowTurnDownLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M20.239 3.749a.75.75 0 0 0-.75.75V15H5.549l2.47-2.47a.75.75 0 0 0-1.06-1.06l-3.75 3.75a.75.75 0 0 0 0 1.06l3.75 3.75a.75.75 0 1 0 1.06-1.06L5.55 16.5h14.69a.75.75 0 0 0 .75-.75V4.5a.75.75 0 0 0-.75-.751Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnDownLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnDownRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnDownRightIcon.d.ts new file mode 100644 index 00000000..a97f44c6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnDownRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnDownRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnDownRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnDownRightIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnDownRightIcon.js new file mode 100644 index 00000000..2a12452e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnDownRightIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowTurnDownRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.74 3.749a.75.75 0 0 1 .75.75V15h13.938l-2.47-2.47a.75.75 0 0 1 1.061-1.06l3.75 3.75a.75.75 0 0 1 0 1.06l-3.75 3.75a.75.75 0 0 1-1.06-1.06l2.47-2.47H3.738a.75.75 0 0 1-.75-.75V4.5a.75.75 0 0 1 .75-.751Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnDownRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnLeftDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnLeftDownIcon.d.ts new file mode 100644 index 00000000..54c35be7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnLeftDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnLeftDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnLeftDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnLeftDownIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnLeftDownIcon.js new file mode 100644 index 00000000..72e1bb25 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnLeftDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowTurnLeftDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M20.24 3.75a.75.75 0 0 1-.75.75H8.989v13.939l2.47-2.47a.75.75 0 1 1 1.06 1.061l-3.75 3.75a.75.75 0 0 1-1.06 0l-3.751-3.75a.75.75 0 1 1 1.06-1.06l2.47 2.469V3.75a.75.75 0 0 1 .75-.75H19.49a.75.75 0 0 1 .75.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnLeftDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnLeftUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnLeftUpIcon.d.ts new file mode 100644 index 00000000..db9b7a64 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnLeftUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnLeftUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnLeftUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnLeftUpIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnLeftUpIcon.js new file mode 100644 index 00000000..f6056f27 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnLeftUpIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowTurnLeftUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M20.24 20.249a.75.75 0 0 0-.75-.75H8.989V5.56l2.47 2.47a.75.75 0 0 0 1.06-1.061l-3.75-3.75a.75.75 0 0 0-1.06 0l-3.75 3.75a.75.75 0 1 0 1.06 1.06l2.47-2.469V20.25c0 .414.335.75.75.75h11.25a.75.75 0 0 0 .75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnLeftUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnRightDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnRightDownIcon.d.ts new file mode 100644 index 00000000..8719674d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnRightDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnRightDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnRightDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnRightDownIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnRightDownIcon.js new file mode 100644 index 00000000..66fe27be --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnRightDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowTurnRightDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.738 3.75c0 .414.336.75.75.75H14.99v13.939l-2.47-2.47a.75.75 0 0 0-1.06 1.061l3.75 3.75a.75.75 0 0 0 1.06 0l3.751-3.75a.75.75 0 0 0-1.06-1.06l-2.47 2.469V3.75a.75.75 0 0 0-.75-.75H4.487a.75.75 0 0 0-.75.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnRightDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnRightUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnRightUpIcon.d.ts new file mode 100644 index 00000000..f1c75f84 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnRightUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnRightUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnRightUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnRightUpIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnRightUpIcon.js new file mode 100644 index 00000000..af867090 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnRightUpIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowTurnRightUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.738 20.249a.75.75 0 0 1 .75-.75H14.99V5.56l-2.47 2.47a.75.75 0 0 1-1.06-1.061l3.75-3.75a.75.75 0 0 1 1.06 0l3.751 3.75a.75.75 0 0 1-1.06 1.06L16.49 5.56V20.25a.75.75 0 0 1-.75.75H4.487a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnRightUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnUpLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnUpLeftIcon.d.ts new file mode 100644 index 00000000..1e0636c3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnUpLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnUpLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnUpLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnUpLeftIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnUpLeftIcon.js new file mode 100644 index 00000000..718e93d2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnUpLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowTurnUpLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M20.239 20.25a.75.75 0 0 1-.75-.75V8.999H5.549l2.47 2.47a.75.75 0 0 1-1.06 1.06l-3.75-3.75a.75.75 0 0 1 0-1.06l3.75-3.75a.75.75 0 1 1 1.06 1.06l-2.47 2.47h14.69a.75.75 0 0 1 .75.75V19.5a.75.75 0 0 1-.75.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnUpLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnUpRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnUpRightIcon.d.ts new file mode 100644 index 00000000..a2cb836a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnUpRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnUpRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnUpRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnUpRightIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnUpRightIcon.js new file mode 100644 index 00000000..adfff798 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowTurnUpRightIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowTurnUpRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.74 20.25a.75.75 0 0 0 .75-.75V8.999h13.938l-2.47 2.47a.75.75 0 0 0 1.061 1.06l3.75-3.75a.75.75 0 0 0 0-1.06l-3.75-3.75a.75.75 0 0 0-1.06 1.06l2.47 2.47H3.738a.75.75 0 0 0-.75.75V19.5c0 .414.336.75.75.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnUpRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowUpCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowUpCircleIcon.d.ts new file mode 100644 index 00000000..dbc3f8e7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowUpCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowUpCircleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowUpCircleIcon.js new file mode 100644 index 00000000..29abcd9a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowUpCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowUpCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25Zm.53 5.47a.75.75 0 0 0-1.06 0l-3 3a.75.75 0 1 0 1.06 1.06l1.72-1.72v5.69a.75.75 0 0 0 1.5 0v-5.69l1.72 1.72a.75.75 0 1 0 1.06-1.06l-3-3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowUpIcon.d.ts new file mode 100644 index 00000000..6567e292 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowUpIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowUpIcon.js new file mode 100644 index 00000000..5911664e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowUpIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.47 2.47a.75.75 0 0 1 1.06 0l7.5 7.5a.75.75 0 1 1-1.06 1.06l-6.22-6.22V21a.75.75 0 0 1-1.5 0V4.81l-6.22 6.22a.75.75 0 1 1-1.06-1.06l7.5-7.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowUpLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowUpLeftIcon.d.ts new file mode 100644 index 00000000..b440666c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowUpLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowUpLeftIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowUpLeftIcon.js new file mode 100644 index 00000000..e0462735 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowUpLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowUpLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.25 6.31v9.44a.75.75 0 0 1-1.5 0V4.5a.75.75 0 0 1 .75-.75h11.25a.75.75 0 0 1 0 1.5H6.31l13.72 13.72a.75.75 0 1 1-1.06 1.06L5.25 6.31Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowUpOnSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowUpOnSquareIcon.d.ts new file mode 100644 index 00000000..d50c7262 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowUpOnSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpOnSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpOnSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowUpOnSquareIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowUpOnSquareIcon.js new file mode 100644 index 00000000..ada14cad --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowUpOnSquareIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function ArrowUpOnSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M11.47 1.72a.75.75 0 0 1 1.06 0l3 3a.75.75 0 0 1-1.06 1.06l-1.72-1.72V7.5h-1.5V4.06L9.53 5.78a.75.75 0 0 1-1.06-1.06l3-3ZM11.25 7.5V15a.75.75 0 0 0 1.5 0V7.5h3.75a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3h-9a3 3 0 0 1-3-3v-9a3 3 0 0 1 3-3h3.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpOnSquareIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowUpOnSquareStackIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowUpOnSquareStackIcon.d.ts new file mode 100644 index 00000000..c1d92c28 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowUpOnSquareStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpOnSquareStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpOnSquareStackIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowUpOnSquareStackIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowUpOnSquareStackIcon.js new file mode 100644 index 00000000..cb57ef40 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowUpOnSquareStackIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowUpOnSquareStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M9.97.97a.75.75 0 0 1 1.06 0l3 3a.75.75 0 0 1-1.06 1.06l-1.72-1.72v3.44h-1.5V3.31L8.03 5.03a.75.75 0 0 1-1.06-1.06l3-3ZM9.75 6.75v6a.75.75 0 0 0 1.5 0v-6h3a3 3 0 0 1 3 3v7.5a3 3 0 0 1-3 3h-7.5a3 3 0 0 1-3-3v-7.5a3 3 0 0 1 3-3h3Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M7.151 21.75a2.999 2.999 0 0 0 2.599 1.5h7.5a3 3 0 0 0 3-3v-7.5c0-1.11-.603-2.08-1.5-2.599v7.099a4.5 4.5 0 0 1-4.5 4.5H7.151Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpOnSquareStackIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowUpRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowUpRightIcon.d.ts new file mode 100644 index 00000000..9e8bedec --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowUpRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowUpRightIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowUpRightIcon.js new file mode 100644 index 00000000..3d24e15d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowUpRightIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowUpRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8.25 3.75H19.5a.75.75 0 0 1 .75.75v11.25a.75.75 0 0 1-1.5 0V6.31L5.03 20.03a.75.75 0 0 1-1.06-1.06L17.69 5.25H8.25a.75.75 0 0 1 0-1.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowUpTrayIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowUpTrayIcon.d.ts new file mode 100644 index 00000000..1304d9e4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowUpTrayIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpTrayIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpTrayIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowUpTrayIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowUpTrayIcon.js new file mode 100644 index 00000000..11fc2ff1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowUpTrayIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowUpTrayIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.47 2.47a.75.75 0 0 1 1.06 0l4.5 4.5a.75.75 0 0 1-1.06 1.06l-3.22-3.22V16.5a.75.75 0 0 1-1.5 0V4.81L8.03 8.03a.75.75 0 0 1-1.06-1.06l4.5-4.5ZM3 15.75a.75.75 0 0 1 .75.75v2.25a1.5 1.5 0 0 0 1.5 1.5h13.5a1.5 1.5 0 0 0 1.5-1.5V16.5a.75.75 0 0 1 1.5 0v2.25a3 3 0 0 1-3 3H5.25a3 3 0 0 1-3-3V16.5a.75.75 0 0 1 .75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpTrayIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowUturnDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowUturnDownIcon.d.ts new file mode 100644 index 00000000..2a656eef --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowUturnDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUturnDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUturnDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowUturnDownIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowUturnDownIcon.js new file mode 100644 index 00000000..547146e9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowUturnDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowUturnDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 3.75A5.25 5.25 0 0 0 9.75 9v10.19l4.72-4.72a.75.75 0 1 1 1.06 1.06l-6 6a.75.75 0 0 1-1.06 0l-6-6a.75.75 0 1 1 1.06-1.06l4.72 4.72V9a6.75 6.75 0 0 1 13.5 0v3a.75.75 0 0 1-1.5 0V9c0-2.9-2.35-5.25-5.25-5.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUturnDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowUturnLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowUturnLeftIcon.d.ts new file mode 100644 index 00000000..8d827dd8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowUturnLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUturnLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUturnLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowUturnLeftIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowUturnLeftIcon.js new file mode 100644 index 00000000..94adc636 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowUturnLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowUturnLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.53 2.47a.75.75 0 0 1 0 1.06L4.81 8.25H15a6.75 6.75 0 0 1 0 13.5h-3a.75.75 0 0 1 0-1.5h3a5.25 5.25 0 1 0 0-10.5H4.81l4.72 4.72a.75.75 0 1 1-1.06 1.06l-6-6a.75.75 0 0 1 0-1.06l6-6a.75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUturnLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowUturnRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowUturnRightIcon.d.ts new file mode 100644 index 00000000..b75389ab --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowUturnRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUturnRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUturnRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowUturnRightIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowUturnRightIcon.js new file mode 100644 index 00000000..0823205e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowUturnRightIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowUturnRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M14.47 2.47a.75.75 0 0 1 1.06 0l6 6a.75.75 0 0 1 0 1.06l-6 6a.75.75 0 1 1-1.06-1.06l4.72-4.72H9a5.25 5.25 0 1 0 0 10.5h3a.75.75 0 0 1 0 1.5H9a6.75 6.75 0 0 1 0-13.5h10.19l-4.72-4.72a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUturnRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowUturnUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowUturnUpIcon.d.ts new file mode 100644 index 00000000..1996413e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowUturnUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUturnUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUturnUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowUturnUpIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowUturnUpIcon.js new file mode 100644 index 00000000..b6e34f89 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowUturnUpIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowUturnUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M21.53 9.53a.75.75 0 0 1-1.06 0l-4.72-4.72V15a6.75 6.75 0 0 1-13.5 0v-3a.75.75 0 0 1 1.5 0v3a5.25 5.25 0 1 0 10.5 0V4.81L9.53 9.53a.75.75 0 0 1-1.06-1.06l6-6a.75.75 0 0 1 1.06 0l6 6a.75.75 0 0 1 0 1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUturnUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowsPointingInIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowsPointingInIcon.d.ts new file mode 100644 index 00000000..2570a1ea --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowsPointingInIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowsPointingInIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowsPointingInIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowsPointingInIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowsPointingInIcon.js new file mode 100644 index 00000000..6707cded --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowsPointingInIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowsPointingInIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.22 3.22a.75.75 0 0 1 1.06 0l3.97 3.97V4.5a.75.75 0 0 1 1.5 0V9a.75.75 0 0 1-.75.75H4.5a.75.75 0 0 1 0-1.5h2.69L3.22 4.28a.75.75 0 0 1 0-1.06Zm17.56 0a.75.75 0 0 1 0 1.06l-3.97 3.97h2.69a.75.75 0 0 1 0 1.5H15a.75.75 0 0 1-.75-.75V4.5a.75.75 0 0 1 1.5 0v2.69l3.97-3.97a.75.75 0 0 1 1.06 0ZM3.75 15a.75.75 0 0 1 .75-.75H9a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0v-2.69l-3.97 3.97a.75.75 0 0 1-1.06-1.06l3.97-3.97H4.5a.75.75 0 0 1-.75-.75Zm10.5 0a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-2.69l3.97 3.97a.75.75 0 1 1-1.06 1.06l-3.97-3.97v2.69a.75.75 0 0 1-1.5 0V15Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowsPointingInIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowsPointingOutIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowsPointingOutIcon.d.ts new file mode 100644 index 00000000..56f25889 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowsPointingOutIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowsPointingOutIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowsPointingOutIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowsPointingOutIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowsPointingOutIcon.js new file mode 100644 index 00000000..edaacb6c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowsPointingOutIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowsPointingOutIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 3.75a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0V5.56l-3.97 3.97a.75.75 0 1 1-1.06-1.06l3.97-3.97h-2.69a.75.75 0 0 1-.75-.75Zm-12 0A.75.75 0 0 1 3.75 3h4.5a.75.75 0 0 1 0 1.5H5.56l3.97 3.97a.75.75 0 0 1-1.06 1.06L4.5 5.56v2.69a.75.75 0 0 1-1.5 0v-4.5Zm11.47 11.78a.75.75 0 1 1 1.06-1.06l3.97 3.97v-2.69a.75.75 0 0 1 1.5 0v4.5a.75.75 0 0 1-.75.75h-4.5a.75.75 0 0 1 0-1.5h2.69l-3.97-3.97Zm-4.94-1.06a.75.75 0 0 1 0 1.06L5.56 19.5h2.69a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75v-4.5a.75.75 0 0 1 1.5 0v2.69l3.97-3.97a.75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowsPointingOutIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowsRightLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowsRightLeftIcon.d.ts new file mode 100644 index 00000000..c92d4637 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowsRightLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowsRightLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowsRightLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowsRightLeftIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowsRightLeftIcon.js new file mode 100644 index 00000000..98453df6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowsRightLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowsRightLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15.97 2.47a.75.75 0 0 1 1.06 0l4.5 4.5a.75.75 0 0 1 0 1.06l-4.5 4.5a.75.75 0 1 1-1.06-1.06l3.22-3.22H7.5a.75.75 0 0 1 0-1.5h11.69l-3.22-3.22a.75.75 0 0 1 0-1.06Zm-7.94 9a.75.75 0 0 1 0 1.06l-3.22 3.22H16.5a.75.75 0 0 1 0 1.5H4.81l3.22 3.22a.75.75 0 1 1-1.06 1.06l-4.5-4.5a.75.75 0 0 1 0-1.06l4.5-4.5a.75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowsRightLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowsUpDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ArrowsUpDownIcon.d.ts new file mode 100644 index 00000000..f913ee96 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowsUpDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowsUpDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowsUpDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ArrowsUpDownIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ArrowsUpDownIcon.js new file mode 100644 index 00000000..2fdf841e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ArrowsUpDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ArrowsUpDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6.97 2.47a.75.75 0 0 1 1.06 0l4.5 4.5a.75.75 0 0 1-1.06 1.06L8.25 4.81V16.5a.75.75 0 0 1-1.5 0V4.81L3.53 8.03a.75.75 0 0 1-1.06-1.06l4.5-4.5Zm9.53 4.28a.75.75 0 0 1 .75.75v11.69l3.22-3.22a.75.75 0 1 1 1.06 1.06l-4.5 4.5a.75.75 0 0 1-1.06 0l-4.5-4.5a.75.75 0 1 1 1.06-1.06l3.22 3.22V7.5a.75.75 0 0 1 .75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowsUpDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/AtSymbolIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/AtSymbolIcon.d.ts new file mode 100644 index 00000000..81c8736a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/AtSymbolIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const AtSymbolIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default AtSymbolIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/AtSymbolIcon.js b/frontend/node_modules/@heroicons/react/24/solid/AtSymbolIcon.js new file mode 100644 index 00000000..1232829e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/AtSymbolIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function AtSymbolIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M17.834 6.166a8.25 8.25 0 1 0 0 11.668.75.75 0 0 1 1.06 1.06c-3.807 3.808-9.98 3.808-13.788 0-3.808-3.807-3.808-9.98 0-13.788 3.807-3.808 9.98-3.808 13.788 0A9.722 9.722 0 0 1 21.75 12c0 .975-.296 1.887-.809 2.571-.514.685-1.28 1.179-2.191 1.179-.904 0-1.666-.487-2.18-1.164a5.25 5.25 0 1 1-.82-6.26V8.25a.75.75 0 0 1 1.5 0V12c0 .682.208 1.27.509 1.671.3.401.659.579.991.579.332 0 .69-.178.991-.579.3-.4.509-.99.509-1.671a8.222 8.222 0 0 0-2.416-5.834ZM15.75 12a3.75 3.75 0 1 0-7.5 0 3.75 3.75 0 0 0 7.5 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(AtSymbolIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/BackspaceIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/BackspaceIcon.d.ts new file mode 100644 index 00000000..11a6491c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BackspaceIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BackspaceIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BackspaceIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/BackspaceIcon.js b/frontend/node_modules/@heroicons/react/24/solid/BackspaceIcon.js new file mode 100644 index 00000000..8b46551c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BackspaceIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function BackspaceIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.515 10.674a1.875 1.875 0 0 0 0 2.652L8.89 19.7c.352.351.829.549 1.326.549H19.5a3 3 0 0 0 3-3V6.75a3 3 0 0 0-3-3h-9.284c-.497 0-.974.198-1.326.55l-6.375 6.374ZM12.53 9.22a.75.75 0 1 0-1.06 1.06L13.19 12l-1.72 1.72a.75.75 0 1 0 1.06 1.06l1.72-1.72 1.72 1.72a.75.75 0 1 0 1.06-1.06L15.31 12l1.72-1.72a.75.75 0 1 0-1.06-1.06l-1.72 1.72-1.72-1.72Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BackspaceIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/BackwardIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/BackwardIcon.d.ts new file mode 100644 index 00000000..b154df6b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BackwardIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BackwardIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BackwardIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/BackwardIcon.js b/frontend/node_modules/@heroicons/react/24/solid/BackwardIcon.js new file mode 100644 index 00000000..ab6b08b8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BackwardIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function BackwardIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M9.195 18.44c1.25.714 2.805-.189 2.805-1.629v-2.34l6.945 3.968c1.25.715 2.805-.188 2.805-1.628V8.69c0-1.44-1.555-2.343-2.805-1.628L12 11.029v-2.34c0-1.44-1.555-2.343-2.805-1.628l-7.108 4.061c-1.26.72-1.26 2.536 0 3.256l7.108 4.061Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BackwardIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/BanknotesIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/BanknotesIcon.d.ts new file mode 100644 index 00000000..2295d499 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BanknotesIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BanknotesIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BanknotesIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/BanknotesIcon.js b/frontend/node_modules/@heroicons/react/24/solid/BanknotesIcon.js new file mode 100644 index 00000000..015b512b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BanknotesIcon.js @@ -0,0 +1,28 @@ +const React = require("react"); +function BanknotesIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M12 7.5a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.5 4.875C1.5 3.839 2.34 3 3.375 3h17.25c1.035 0 1.875.84 1.875 1.875v9.75c0 1.036-.84 1.875-1.875 1.875H3.375A1.875 1.875 0 0 1 1.5 14.625v-9.75ZM8.25 9.75a3.75 3.75 0 1 1 7.5 0 3.75 3.75 0 0 1-7.5 0ZM18.75 9a.75.75 0 0 0-.75.75v.008c0 .414.336.75.75.75h.008a.75.75 0 0 0 .75-.75V9.75a.75.75 0 0 0-.75-.75h-.008ZM4.5 9.75A.75.75 0 0 1 5.25 9h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75H5.25a.75.75 0 0 1-.75-.75V9.75Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M2.25 18a.75.75 0 0 0 0 1.5c5.4 0 10.63.722 15.6 2.075 1.19.324 2.4-.558 2.4-1.82V18.75a.75.75 0 0 0-.75-.75H2.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BanknotesIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/Bars2Icon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/Bars2Icon.d.ts new file mode 100644 index 00000000..f36a9586 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/Bars2Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars2Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars2Icon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/Bars2Icon.js b/frontend/node_modules/@heroicons/react/24/solid/Bars2Icon.js new file mode 100644 index 00000000..c5f86e2e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/Bars2Icon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function Bars2Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 9a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 9Zm0 6.75a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars2Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/Bars3BottomLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/Bars3BottomLeftIcon.d.ts new file mode 100644 index 00000000..1183f870 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/Bars3BottomLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars3BottomLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars3BottomLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/Bars3BottomLeftIcon.js b/frontend/node_modules/@heroicons/react/24/solid/Bars3BottomLeftIcon.js new file mode 100644 index 00000000..f908fdbc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/Bars3BottomLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function Bars3BottomLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 6.75A.75.75 0 0 1 3.75 6h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 6.75ZM3 12a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 12Zm0 5.25a.75.75 0 0 1 .75-.75H12a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars3BottomLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/Bars3BottomRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/Bars3BottomRightIcon.d.ts new file mode 100644 index 00000000..633e9477 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/Bars3BottomRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars3BottomRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars3BottomRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/Bars3BottomRightIcon.js b/frontend/node_modules/@heroicons/react/24/solid/Bars3BottomRightIcon.js new file mode 100644 index 00000000..5b8da779 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/Bars3BottomRightIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function Bars3BottomRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 6.75A.75.75 0 0 1 3.75 6h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 6.75ZM3 12a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 12Zm8.25 5.25a.75.75 0 0 1 .75-.75h8.25a.75.75 0 0 1 0 1.5H12a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars3BottomRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/Bars3CenterLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/Bars3CenterLeftIcon.d.ts new file mode 100644 index 00000000..12d3ece6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/Bars3CenterLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars3CenterLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars3CenterLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/Bars3CenterLeftIcon.js b/frontend/node_modules/@heroicons/react/24/solid/Bars3CenterLeftIcon.js new file mode 100644 index 00000000..a4434b31 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/Bars3CenterLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function Bars3CenterLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 6.75A.75.75 0 0 1 3.75 6h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 6.75ZM3 12a.75.75 0 0 1 .75-.75H12a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 12Zm0 5.25a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars3CenterLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/Bars3Icon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/Bars3Icon.d.ts new file mode 100644 index 00000000..64290021 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/Bars3Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars3Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars3Icon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/Bars3Icon.js b/frontend/node_modules/@heroicons/react/24/solid/Bars3Icon.js new file mode 100644 index 00000000..ace2eac6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/Bars3Icon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function Bars3Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 6.75A.75.75 0 0 1 3.75 6h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 6.75ZM3 12a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 12Zm0 5.25a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars3Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/Bars4Icon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/Bars4Icon.d.ts new file mode 100644 index 00000000..83dbe1df --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/Bars4Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars4Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars4Icon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/Bars4Icon.js b/frontend/node_modules/@heroicons/react/24/solid/Bars4Icon.js new file mode 100644 index 00000000..9d5154c5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/Bars4Icon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function Bars4Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 5.25a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 5.25Zm0 4.5A.75.75 0 0 1 3.75 9h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 9.75Zm0 4.5a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75Zm0 4.5a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars4Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/BarsArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/BarsArrowDownIcon.d.ts new file mode 100644 index 00000000..40e8d73a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BarsArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BarsArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BarsArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/BarsArrowDownIcon.js b/frontend/node_modules/@heroicons/react/24/solid/BarsArrowDownIcon.js new file mode 100644 index 00000000..24eb31eb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BarsArrowDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function BarsArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.25 4.5A.75.75 0 0 1 3 3.75h14.25a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75Zm0 4.5A.75.75 0 0 1 3 8.25h9.75a.75.75 0 0 1 0 1.5H3A.75.75 0 0 1 2.25 9Zm15-.75A.75.75 0 0 1 18 9v10.19l2.47-2.47a.75.75 0 1 1 1.06 1.06l-3.75 3.75a.75.75 0 0 1-1.06 0l-3.75-3.75a.75.75 0 1 1 1.06-1.06l2.47 2.47V9a.75.75 0 0 1 .75-.75Zm-15 5.25a.75.75 0 0 1 .75-.75h9.75a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BarsArrowDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/BarsArrowUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/BarsArrowUpIcon.d.ts new file mode 100644 index 00000000..c8b3b932 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BarsArrowUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BarsArrowUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BarsArrowUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/BarsArrowUpIcon.js b/frontend/node_modules/@heroicons/react/24/solid/BarsArrowUpIcon.js new file mode 100644 index 00000000..54c7d218 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BarsArrowUpIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function BarsArrowUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.25 4.5A.75.75 0 0 1 3 3.75h14.25a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75Zm14.47 3.97a.75.75 0 0 1 1.06 0l3.75 3.75a.75.75 0 1 1-1.06 1.06L18 10.81V21a.75.75 0 0 1-1.5 0V10.81l-2.47 2.47a.75.75 0 1 1-1.06-1.06l3.75-3.75ZM2.25 9A.75.75 0 0 1 3 8.25h9.75a.75.75 0 0 1 0 1.5H3A.75.75 0 0 1 2.25 9Zm0 4.5a.75.75 0 0 1 .75-.75h5.25a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BarsArrowUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/Battery0Icon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/Battery0Icon.d.ts new file mode 100644 index 00000000..45a9879f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/Battery0Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Battery0Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Battery0Icon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/Battery0Icon.js b/frontend/node_modules/@heroicons/react/24/solid/Battery0Icon.js new file mode 100644 index 00000000..a365c2ad --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/Battery0Icon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function Battery0Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M.75 9.75a3 3 0 0 1 3-3h15a3 3 0 0 1 3 3v.038c.856.173 1.5.93 1.5 1.837v2.25c0 .907-.644 1.664-1.5 1.838v.037a3 3 0 0 1-3 3h-15a3 3 0 0 1-3-3v-6Zm19.5 0a1.5 1.5 0 0 0-1.5-1.5h-15a1.5 1.5 0 0 0-1.5 1.5v6a1.5 1.5 0 0 0 1.5 1.5h15a1.5 1.5 0 0 0 1.5-1.5v-6Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Battery0Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/Battery100Icon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/Battery100Icon.d.ts new file mode 100644 index 00000000..5d0f04b2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/Battery100Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Battery100Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Battery100Icon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/Battery100Icon.js b/frontend/node_modules/@heroicons/react/24/solid/Battery100Icon.js new file mode 100644 index 00000000..b3dbd631 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/Battery100Icon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function Battery100Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.75 6.75a3 3 0 0 0-3 3v6a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3v-.037c.856-.174 1.5-.93 1.5-1.838v-2.25c0-.907-.644-1.664-1.5-1.837V9.75a3 3 0 0 0-3-3h-15Zm15 1.5a1.5 1.5 0 0 1 1.5 1.5v6a1.5 1.5 0 0 1-1.5 1.5h-15a1.5 1.5 0 0 1-1.5-1.5v-6a1.5 1.5 0 0 1 1.5-1.5h15ZM4.5 9.75a.75.75 0 0 0-.75.75V15c0 .414.336.75.75.75H18a.75.75 0 0 0 .75-.75v-4.5a.75.75 0 0 0-.75-.75H4.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Battery100Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/Battery50Icon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/Battery50Icon.d.ts new file mode 100644 index 00000000..26713176 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/Battery50Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Battery50Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Battery50Icon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/Battery50Icon.js b/frontend/node_modules/@heroicons/react/24/solid/Battery50Icon.js new file mode 100644 index 00000000..851eaeb4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/Battery50Icon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function Battery50Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4.5 9.75a.75.75 0 0 0-.75.75V15c0 .414.336.75.75.75h6.75A.75.75 0 0 0 12 15v-4.5a.75.75 0 0 0-.75-.75H4.5Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.75 6.75a3 3 0 0 0-3 3v6a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3v-.037c.856-.174 1.5-.93 1.5-1.838v-2.25c0-.907-.644-1.664-1.5-1.837V9.75a3 3 0 0 0-3-3h-15Zm15 1.5a1.5 1.5 0 0 1 1.5 1.5v6a1.5 1.5 0 0 1-1.5 1.5h-15a1.5 1.5 0 0 1-1.5-1.5v-6a1.5 1.5 0 0 1 1.5-1.5h15Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Battery50Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/BeakerIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/BeakerIcon.d.ts new file mode 100644 index 00000000..f2fdcedf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BeakerIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BeakerIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BeakerIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/BeakerIcon.js b/frontend/node_modules/@heroicons/react/24/solid/BeakerIcon.js new file mode 100644 index 00000000..dd7ddca6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BeakerIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function BeakerIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10.5 3.798v5.02a3 3 0 0 1-.879 2.121l-2.377 2.377a9.845 9.845 0 0 1 5.091 1.013 8.315 8.315 0 0 0 5.713.636l.285-.071-3.954-3.955a3 3 0 0 1-.879-2.121v-5.02a23.614 23.614 0 0 0-3 0Zm4.5.138a.75.75 0 0 0 .093-1.495A24.837 24.837 0 0 0 12 2.25a25.048 25.048 0 0 0-3.093.191A.75.75 0 0 0 9 3.936v4.882a1.5 1.5 0 0 1-.44 1.06l-6.293 6.294c-1.62 1.621-.903 4.475 1.471 4.88 2.686.46 5.447.698 8.262.698 2.816 0 5.576-.239 8.262-.697 2.373-.406 3.092-3.26 1.47-4.881L15.44 9.879A1.5 1.5 0 0 1 15 8.818V3.936Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BeakerIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/BellAlertIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/BellAlertIcon.d.ts new file mode 100644 index 00000000..8d5d773d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BellAlertIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BellAlertIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BellAlertIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/BellAlertIcon.js b/frontend/node_modules/@heroicons/react/24/solid/BellAlertIcon.js new file mode 100644 index 00000000..01306229 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BellAlertIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function BellAlertIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5.85 3.5a.75.75 0 0 0-1.117-1 9.719 9.719 0 0 0-2.348 4.876.75.75 0 0 0 1.479.248A8.219 8.219 0 0 1 5.85 3.5ZM19.267 2.5a.75.75 0 1 0-1.118 1 8.22 8.22 0 0 1 1.987 4.124.75.75 0 0 0 1.48-.248A9.72 9.72 0 0 0 19.266 2.5Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25A6.75 6.75 0 0 0 5.25 9v.75a8.217 8.217 0 0 1-2.119 5.52.75.75 0 0 0 .298 1.206c1.544.57 3.16.99 4.831 1.243a3.75 3.75 0 1 0 7.48 0 24.583 24.583 0 0 0 4.83-1.244.75.75 0 0 0 .298-1.205 8.217 8.217 0 0 1-2.118-5.52V9A6.75 6.75 0 0 0 12 2.25ZM9.75 18c0-.034 0-.067.002-.1a25.05 25.05 0 0 0 4.496 0l.002.1a2.25 2.25 0 1 1-4.5 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BellAlertIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/BellIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/BellIcon.d.ts new file mode 100644 index 00000000..5d58b3d3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BellIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BellIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BellIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/BellIcon.js b/frontend/node_modules/@heroicons/react/24/solid/BellIcon.js new file mode 100644 index 00000000..587e9ea4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BellIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function BellIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.25 9a6.75 6.75 0 0 1 13.5 0v.75c0 2.123.8 4.057 2.118 5.52a.75.75 0 0 1-.297 1.206c-1.544.57-3.16.99-4.831 1.243a3.75 3.75 0 1 1-7.48 0 24.585 24.585 0 0 1-4.831-1.244.75.75 0 0 1-.298-1.205A8.217 8.217 0 0 0 5.25 9.75V9Zm4.502 8.9a2.25 2.25 0 1 0 4.496 0 25.057 25.057 0 0 1-4.496 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BellIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/BellSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/BellSlashIcon.d.ts new file mode 100644 index 00000000..9b9002cd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BellSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BellSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BellSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/BellSlashIcon.js b/frontend/node_modules/@heroicons/react/24/solid/BellSlashIcon.js new file mode 100644 index 00000000..a51b0b99 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BellSlashIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function BellSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.53 2.47a.75.75 0 0 0-1.06 1.06l18 18a.75.75 0 1 0 1.06-1.06l-18-18ZM20.57 16.476c-.223.082-.448.161-.674.238L7.319 4.137A6.75 6.75 0 0 1 18.75 9v.75c0 2.123.8 4.057 2.118 5.52a.75.75 0 0 1-.297 1.206Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.25 9c0-.184.007-.366.022-.546l10.384 10.384a3.751 3.751 0 0 1-7.396-1.119 24.585 24.585 0 0 1-4.831-1.244.75.75 0 0 1-.298-1.205A8.217 8.217 0 0 0 5.25 9.75V9Zm4.502 8.9a2.25 2.25 0 1 0 4.496 0 25.057 25.057 0 0 1-4.496 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BellSlashIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/BellSnoozeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/BellSnoozeIcon.d.ts new file mode 100644 index 00000000..bb97a302 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BellSnoozeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BellSnoozeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BellSnoozeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/BellSnoozeIcon.js b/frontend/node_modules/@heroicons/react/24/solid/BellSnoozeIcon.js new file mode 100644 index 00000000..531a8f55 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BellSnoozeIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function BellSnoozeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25A6.75 6.75 0 0 0 5.25 9v.75a8.217 8.217 0 0 1-2.119 5.52.75.75 0 0 0 .298 1.206c1.544.57 3.16.99 4.831 1.243a3.75 3.75 0 1 0 7.48 0 24.583 24.583 0 0 0 4.83-1.244.75.75 0 0 0 .298-1.205 8.217 8.217 0 0 1-2.118-5.52V9A6.75 6.75 0 0 0 12 2.25ZM9.75 18c0-.034 0-.067.002-.1a25.05 25.05 0 0 0 4.496 0l.002.1a2.25 2.25 0 1 1-4.5 0Zm.75-10.5a.75.75 0 0 0 0 1.5h1.599l-2.223 3.334A.75.75 0 0 0 10.5 13.5h3a.75.75 0 0 0 0-1.5h-1.599l2.223-3.334A.75.75 0 0 0 13.5 7.5h-3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BellSnoozeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/BoldIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/BoldIcon.d.ts new file mode 100644 index 00000000..e90cc8ef --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BoldIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BoldIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BoldIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/BoldIcon.js b/frontend/node_modules/@heroicons/react/24/solid/BoldIcon.js new file mode 100644 index 00000000..26d8e39e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BoldIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function BoldIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.246 3.744a.75.75 0 0 1 .75-.75h7.125a4.875 4.875 0 0 1 3.346 8.422 5.25 5.25 0 0 1-2.97 9.58h-7.5a.75.75 0 0 1-.75-.75V3.744Zm7.125 6.75a2.625 2.625 0 0 0 0-5.25H8.246v5.25h4.125Zm-4.125 2.251v6h4.5a3 3 0 0 0 0-6h-4.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BoldIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/BoltIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/BoltIcon.d.ts new file mode 100644 index 00000000..93704fbe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BoltIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BoltIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BoltIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/BoltIcon.js b/frontend/node_modules/@heroicons/react/24/solid/BoltIcon.js new file mode 100644 index 00000000..4e146c83 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BoltIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function BoltIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M14.615 1.595a.75.75 0 0 1 .359.852L12.982 9.75h7.268a.75.75 0 0 1 .548 1.262l-10.5 11.25a.75.75 0 0 1-1.272-.71l1.992-7.302H3.75a.75.75 0 0 1-.548-1.262l10.5-11.25a.75.75 0 0 1 .913-.143Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BoltIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/BoltSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/BoltSlashIcon.d.ts new file mode 100644 index 00000000..d7db7c0d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BoltSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BoltSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BoltSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/BoltSlashIcon.js b/frontend/node_modules/@heroicons/react/24/solid/BoltSlashIcon.js new file mode 100644 index 00000000..3482cf0a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BoltSlashIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function BoltSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "m20.798 11.012-3.188 3.416L9.462 6.28l4.24-4.542a.75.75 0 0 1 1.272.71L12.982 9.75h7.268a.75.75 0 0 1 .548 1.262ZM3.202 12.988 6.39 9.572l8.148 8.148-4.24 4.542a.75.75 0 0 1-1.272-.71l1.992-7.302H3.75a.75.75 0 0 1-.548-1.262ZM3.53 2.47a.75.75 0 0 0-1.06 1.06l18 18a.75.75 0 1 0 1.06-1.06l-18-18Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BoltSlashIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/BookOpenIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/BookOpenIcon.d.ts new file mode 100644 index 00000000..11702953 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BookOpenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BookOpenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BookOpenIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/BookOpenIcon.js b/frontend/node_modules/@heroicons/react/24/solid/BookOpenIcon.js new file mode 100644 index 00000000..b9468e26 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BookOpenIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function BookOpenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M11.25 4.533A9.707 9.707 0 0 0 6 3a9.735 9.735 0 0 0-3.25.555.75.75 0 0 0-.5.707v14.25a.75.75 0 0 0 1 .707A8.237 8.237 0 0 1 6 18.75c1.995 0 3.823.707 5.25 1.886V4.533ZM12.75 20.636A8.214 8.214 0 0 1 18 18.75c.966 0 1.89.166 2.75.47a.75.75 0 0 0 1-.708V4.262a.75.75 0 0 0-.5-.707A9.735 9.735 0 0 0 18 3a9.707 9.707 0 0 0-5.25 1.533v16.103Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BookOpenIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/BookmarkIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/BookmarkIcon.d.ts new file mode 100644 index 00000000..53b465da --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BookmarkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BookmarkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BookmarkIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/BookmarkIcon.js b/frontend/node_modules/@heroicons/react/24/solid/BookmarkIcon.js new file mode 100644 index 00000000..7bb6ba1a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BookmarkIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function BookmarkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6.32 2.577a49.255 49.255 0 0 1 11.36 0c1.497.174 2.57 1.46 2.57 2.93V21a.75.75 0 0 1-1.085.67L12 18.089l-7.165 3.583A.75.75 0 0 1 3.75 21V5.507c0-1.47 1.073-2.756 2.57-2.93Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BookmarkIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/BookmarkSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/BookmarkSlashIcon.d.ts new file mode 100644 index 00000000..5ff3a4c6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BookmarkSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BookmarkSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BookmarkSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/BookmarkSlashIcon.js b/frontend/node_modules/@heroicons/react/24/solid/BookmarkSlashIcon.js new file mode 100644 index 00000000..822644cc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BookmarkSlashIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function BookmarkSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.53 2.47a.75.75 0 0 0-1.06 1.06l18 18a.75.75 0 1 0 1.06-1.06l-18-18ZM20.25 5.507v11.561L5.853 2.671c.15-.043.306-.075.467-.094a49.255 49.255 0 0 1 11.36 0c1.497.174 2.57 1.46 2.57 2.93ZM3.75 21V6.932l14.063 14.063L12 18.088l-7.165 3.583A.75.75 0 0 1 3.75 21Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BookmarkSlashIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/BookmarkSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/BookmarkSquareIcon.d.ts new file mode 100644 index 00000000..0f2977b3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BookmarkSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BookmarkSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BookmarkSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/BookmarkSquareIcon.js b/frontend/node_modules/@heroicons/react/24/solid/BookmarkSquareIcon.js new file mode 100644 index 00000000..c9da690d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BookmarkSquareIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function BookmarkSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3H6Zm1.5 1.5a.75.75 0 0 0-.75.75V16.5a.75.75 0 0 0 1.085.67L12 15.089l4.165 2.083a.75.75 0 0 0 1.085-.671V5.25a.75.75 0 0 0-.75-.75h-9Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BookmarkSquareIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/BriefcaseIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/BriefcaseIcon.d.ts new file mode 100644 index 00000000..b082422e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BriefcaseIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BriefcaseIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BriefcaseIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/BriefcaseIcon.js b/frontend/node_modules/@heroicons/react/24/solid/BriefcaseIcon.js new file mode 100644 index 00000000..0c30ee70 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BriefcaseIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function BriefcaseIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.5 5.25a3 3 0 0 1 3-3h3a3 3 0 0 1 3 3v.205c.933.085 1.857.197 2.774.334 1.454.218 2.476 1.483 2.476 2.917v3.033c0 1.211-.734 2.352-1.936 2.752A24.726 24.726 0 0 1 12 15.75c-2.73 0-5.357-.442-7.814-1.259-1.202-.4-1.936-1.541-1.936-2.752V8.706c0-1.434 1.022-2.7 2.476-2.917A48.814 48.814 0 0 1 7.5 5.455V5.25Zm7.5 0v.09a49.488 49.488 0 0 0-6 0v-.09a1.5 1.5 0 0 1 1.5-1.5h3a1.5 1.5 0 0 1 1.5 1.5Zm-3 8.25a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M3 18.4v-2.796a4.3 4.3 0 0 0 .713.31A26.226 26.226 0 0 0 12 17.25c2.892 0 5.68-.468 8.287-1.335.252-.084.49-.189.713-.311V18.4c0 1.452-1.047 2.728-2.523 2.923-2.12.282-4.282.427-6.477.427a49.19 49.19 0 0 1-6.477-.427C4.047 21.128 3 19.852 3 18.4Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BriefcaseIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/BugAntIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/BugAntIcon.d.ts new file mode 100644 index 00000000..1514ca9d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BugAntIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BugAntIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BugAntIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/BugAntIcon.js b/frontend/node_modules/@heroicons/react/24/solid/BugAntIcon.js new file mode 100644 index 00000000..8f83f30c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BugAntIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function BugAntIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8.478 1.6a.75.75 0 0 1 .273 1.026 3.72 3.72 0 0 0-.425 1.121c.058.058.118.114.18.168A4.491 4.491 0 0 1 12 2.25c1.413 0 2.673.651 3.497 1.668.06-.054.12-.11.178-.167a3.717 3.717 0 0 0-.426-1.125.75.75 0 1 1 1.298-.752 5.22 5.22 0 0 1 .671 2.046.75.75 0 0 1-.187.582c-.241.27-.505.52-.787.749a4.494 4.494 0 0 1 .216 2.1c-.106.792-.753 1.295-1.417 1.403-.182.03-.364.057-.547.081.152.227.273.476.359.742a23.122 23.122 0 0 0 3.832-.803 23.241 23.241 0 0 0-.345-2.634.75.75 0 0 1 1.474-.28c.21 1.115.348 2.256.404 3.418a.75.75 0 0 1-.516.75c-1.527.499-3.119.854-4.76 1.049-.074.38-.22.735-.423 1.05 2.066.209 4.058.672 5.943 1.358a.75.75 0 0 1 .492.75 24.665 24.665 0 0 1-1.189 6.25.75.75 0 0 1-1.425-.47 23.14 23.14 0 0 0 1.077-5.306c-.5-.169-1.009-.32-1.524-.455.068.234.104.484.104.746 0 3.956-2.521 7.5-6 7.5-3.478 0-6-3.544-6-7.5 0-.262.037-.511.104-.746-.514.135-1.022.286-1.522.455.154 1.838.52 3.616 1.077 5.307a.75.75 0 1 1-1.425.468 24.662 24.662 0 0 1-1.19-6.25.75.75 0 0 1 .493-.749 24.586 24.586 0 0 1 4.964-1.24h.01c.321-.046.644-.085.969-.118a2.983 2.983 0 0 1-.424-1.05 24.614 24.614 0 0 1-4.76-1.05.75.75 0 0 1-.516-.75c.057-1.16.194-2.302.405-3.417a.75.75 0 0 1 1.474.28c-.164.862-.28 1.74-.345 2.634 1.237.371 2.517.642 3.832.803.085-.266.207-.515.359-.742a18.698 18.698 0 0 1-.547-.08c-.664-.11-1.311-.612-1.417-1.404a4.535 4.535 0 0 1 .217-2.103 6.788 6.788 0 0 1-.788-.751.75.75 0 0 1-.187-.583 5.22 5.22 0 0 1 .67-2.04.75.75 0 0 1 1.026-.273Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BugAntIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/BuildingLibraryIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/BuildingLibraryIcon.d.ts new file mode 100644 index 00000000..3e31a801 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BuildingLibraryIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BuildingLibraryIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BuildingLibraryIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/BuildingLibraryIcon.js b/frontend/node_modules/@heroicons/react/24/solid/BuildingLibraryIcon.js new file mode 100644 index 00000000..ff6eb717 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BuildingLibraryIcon.js @@ -0,0 +1,28 @@ +const React = require("react"); +function BuildingLibraryIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M11.584 2.376a.75.75 0 0 1 .832 0l9 6a.75.75 0 1 1-.832 1.248L12 3.901 3.416 9.624a.75.75 0 0 1-.832-1.248l9-6Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M20.25 10.332v9.918H21a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1 0-1.5h.75v-9.918a.75.75 0 0 1 .634-.74A49.109 49.109 0 0 1 12 9c2.59 0 5.134.202 7.616.592a.75.75 0 0 1 .634.74Zm-7.5 2.418a.75.75 0 0 0-1.5 0v6.75a.75.75 0 0 0 1.5 0v-6.75Zm3-.75a.75.75 0 0 1 .75.75v6.75a.75.75 0 0 1-1.5 0v-6.75a.75.75 0 0 1 .75-.75ZM9 12.75a.75.75 0 0 0-1.5 0v6.75a.75.75 0 0 0 1.5 0v-6.75Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M12 7.875a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BuildingLibraryIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/BuildingOffice2Icon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/BuildingOffice2Icon.d.ts new file mode 100644 index 00000000..656d4baa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BuildingOffice2Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BuildingOffice2Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BuildingOffice2Icon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/BuildingOffice2Icon.js b/frontend/node_modules/@heroicons/react/24/solid/BuildingOffice2Icon.js new file mode 100644 index 00000000..00a3764a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BuildingOffice2Icon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function BuildingOffice2Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 2.25a.75.75 0 0 0 0 1.5v16.5h-.75a.75.75 0 0 0 0 1.5H15v-18a.75.75 0 0 0 0-1.5H3ZM6.75 19.5v-2.25a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 .75.75v2.25a.75.75 0 0 1-.75.75h-3a.75.75 0 0 1-.75-.75ZM6 6.75A.75.75 0 0 1 6.75 6h.75a.75.75 0 0 1 0 1.5h-.75A.75.75 0 0 1 6 6.75ZM6.75 9a.75.75 0 0 0 0 1.5h.75a.75.75 0 0 0 0-1.5h-.75ZM6 12.75a.75.75 0 0 1 .75-.75h.75a.75.75 0 0 1 0 1.5h-.75a.75.75 0 0 1-.75-.75ZM10.5 6a.75.75 0 0 0 0 1.5h.75a.75.75 0 0 0 0-1.5h-.75Zm-.75 3.75A.75.75 0 0 1 10.5 9h.75a.75.75 0 0 1 0 1.5h-.75a.75.75 0 0 1-.75-.75ZM10.5 12a.75.75 0 0 0 0 1.5h.75a.75.75 0 0 0 0-1.5h-.75ZM16.5 6.75v15h5.25a.75.75 0 0 0 0-1.5H21v-12a.75.75 0 0 0 0-1.5h-4.5Zm1.5 4.5a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75h-.008a.75.75 0 0 1-.75-.75v-.008Zm.75 2.25a.75.75 0 0 0-.75.75v.008c0 .414.336.75.75.75h.008a.75.75 0 0 0 .75-.75v-.008a.75.75 0 0 0-.75-.75h-.008ZM18 17.25a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75h-.008a.75.75 0 0 1-.75-.75v-.008Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BuildingOffice2Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/BuildingOfficeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/BuildingOfficeIcon.d.ts new file mode 100644 index 00000000..8a8012fc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BuildingOfficeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BuildingOfficeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BuildingOfficeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/BuildingOfficeIcon.js b/frontend/node_modules/@heroicons/react/24/solid/BuildingOfficeIcon.js new file mode 100644 index 00000000..43de8a47 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BuildingOfficeIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function BuildingOfficeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 2.25a.75.75 0 0 0 0 1.5v16.5h-.75a.75.75 0 0 0 0 1.5h16.5a.75.75 0 0 0 0-1.5h-.75V3.75a.75.75 0 0 0 0-1.5h-15ZM9 6a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5H9Zm-.75 3.75A.75.75 0 0 1 9 9h1.5a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1-.75-.75ZM9 12a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5H9Zm3.75-5.25A.75.75 0 0 1 13.5 6H15a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1-.75-.75ZM13.5 9a.75.75 0 0 0 0 1.5H15A.75.75 0 0 0 15 9h-1.5Zm-.75 3.75a.75.75 0 0 1 .75-.75H15a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1-.75-.75ZM9 19.5v-2.25a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 .75.75v2.25a.75.75 0 0 1-.75.75h-4.5A.75.75 0 0 1 9 19.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BuildingOfficeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/BuildingStorefrontIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/BuildingStorefrontIcon.d.ts new file mode 100644 index 00000000..34e2ecce --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BuildingStorefrontIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BuildingStorefrontIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BuildingStorefrontIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/BuildingStorefrontIcon.js b/frontend/node_modules/@heroicons/react/24/solid/BuildingStorefrontIcon.js new file mode 100644 index 00000000..df135b88 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/BuildingStorefrontIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function BuildingStorefrontIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5.223 2.25c-.497 0-.974.198-1.325.55l-1.3 1.298A3.75 3.75 0 0 0 7.5 9.75c.627.47 1.406.75 2.25.75.844 0 1.624-.28 2.25-.75.626.47 1.406.75 2.25.75.844 0 1.623-.28 2.25-.75a3.75 3.75 0 0 0 4.902-5.652l-1.3-1.299a1.875 1.875 0 0 0-1.325-.549H5.223Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 20.25v-8.755c1.42.674 3.08.673 4.5 0A5.234 5.234 0 0 0 9.75 12c.804 0 1.568-.182 2.25-.506a5.234 5.234 0 0 0 2.25.506c.804 0 1.567-.182 2.25-.506 1.42.674 3.08.675 4.5.001v8.755h.75a.75.75 0 0 1 0 1.5H2.25a.75.75 0 0 1 0-1.5H3Zm3-6a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 .75.75v3a.75.75 0 0 1-.75.75h-3a.75.75 0 0 1-.75-.75v-3Zm8.25-.75a.75.75 0 0 0-.75.75v5.25c0 .414.336.75.75.75h3a.75.75 0 0 0 .75-.75v-5.25a.75.75 0 0 0-.75-.75h-3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BuildingStorefrontIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/CakeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/CakeIcon.d.ts new file mode 100644 index 00000000..d53a3f3c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CakeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CakeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CakeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/CakeIcon.js b/frontend/node_modules/@heroicons/react/24/solid/CakeIcon.js new file mode 100644 index 00000000..de934e8a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CakeIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function CakeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "m15 1.784-.796.795a1.125 1.125 0 1 0 1.591 0L15 1.784ZM12 1.784l-.796.795a1.125 1.125 0 1 0 1.591 0L12 1.784ZM9 1.784l-.796.795a1.125 1.125 0 1 0 1.591 0L9 1.784ZM9.75 7.547c.498-.021.998-.035 1.5-.042V6.75a.75.75 0 0 1 1.5 0v.755c.502.007 1.002.021 1.5.042V6.75a.75.75 0 0 1 1.5 0v.88l.307.022c1.55.117 2.693 1.427 2.693 2.946v1.018a62.182 62.182 0 0 0-13.5 0v-1.018c0-1.519 1.143-2.829 2.693-2.946l.307-.022v-.88a.75.75 0 0 1 1.5 0v.797ZM12 12.75c-2.472 0-4.9.184-7.274.54-1.454.217-2.476 1.482-2.476 2.916v.384a4.104 4.104 0 0 1 2.585.364 2.605 2.605 0 0 0 2.33 0 4.104 4.104 0 0 1 3.67 0 2.605 2.605 0 0 0 2.33 0 4.104 4.104 0 0 1 3.67 0 2.605 2.605 0 0 0 2.33 0 4.104 4.104 0 0 1 2.585-.364v-.384c0-1.434-1.022-2.7-2.476-2.917A49.138 49.138 0 0 0 12 12.75ZM21.75 18.131a2.604 2.604 0 0 0-1.915.165 4.104 4.104 0 0 1-3.67 0 2.605 2.605 0 0 0-2.33 0 4.104 4.104 0 0 1-3.67 0 2.605 2.605 0 0 0-2.33 0 4.104 4.104 0 0 1-3.67 0 2.604 2.604 0 0 0-1.915-.165v2.494c0 1.035.84 1.875 1.875 1.875h15.75c1.035 0 1.875-.84 1.875-1.875v-2.494Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CakeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/CalculatorIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/CalculatorIcon.d.ts new file mode 100644 index 00000000..6dd88acf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CalculatorIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CalculatorIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CalculatorIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/CalculatorIcon.js b/frontend/node_modules/@heroicons/react/24/solid/CalculatorIcon.js new file mode 100644 index 00000000..ac6b81ff --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CalculatorIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CalculatorIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6.32 1.827a49.255 49.255 0 0 1 11.36 0c1.497.174 2.57 1.46 2.57 2.93V19.5a3 3 0 0 1-3 3H6.75a3 3 0 0 1-3-3V4.757c0-1.47 1.073-2.756 2.57-2.93ZM7.5 11.25a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75H8.25a.75.75 0 0 1-.75-.75v-.008Zm.75 1.5a.75.75 0 0 0-.75.75v.008c0 .414.336.75.75.75h.008a.75.75 0 0 0 .75-.75V13.5a.75.75 0 0 0-.75-.75H8.25Zm-.75 3a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75H8.25a.75.75 0 0 1-.75-.75v-.008Zm.75 1.5a.75.75 0 0 0-.75.75v.008c0 .414.336.75.75.75h.008a.75.75 0 0 0 .75-.75V18a.75.75 0 0 0-.75-.75H8.25Zm1.748-6a.75.75 0 0 1 .75-.75h.007a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75h-.007a.75.75 0 0 1-.75-.75v-.008Zm.75 1.5a.75.75 0 0 0-.75.75v.008c0 .414.335.75.75.75h.007a.75.75 0 0 0 .75-.75V13.5a.75.75 0 0 0-.75-.75h-.007Zm-.75 3a.75.75 0 0 1 .75-.75h.007a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75h-.007a.75.75 0 0 1-.75-.75v-.008Zm.75 1.5a.75.75 0 0 0-.75.75v.008c0 .414.335.75.75.75h.007a.75.75 0 0 0 .75-.75V18a.75.75 0 0 0-.75-.75h-.007Zm1.754-6a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75h-.008a.75.75 0 0 1-.75-.75v-.008Zm.75 1.5a.75.75 0 0 0-.75.75v.008c0 .414.336.75.75.75h.008a.75.75 0 0 0 .75-.75V13.5a.75.75 0 0 0-.75-.75h-.008Zm-.75 3a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75h-.008a.75.75 0 0 1-.75-.75v-.008Zm.75 1.5a.75.75 0 0 0-.75.75v.008c0 .414.336.75.75.75h.008a.75.75 0 0 0 .75-.75V18a.75.75 0 0 0-.75-.75h-.008Zm1.748-6a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75h-.008a.75.75 0 0 1-.75-.75v-.008Zm.75 1.5a.75.75 0 0 0-.75.75v.008c0 .414.336.75.75.75h.008a.75.75 0 0 0 .75-.75V13.5a.75.75 0 0 0-.75-.75h-.008Zm-8.25-6A.75.75 0 0 1 8.25 6h7.5a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-7.5a.75.75 0 0 1-.75-.75v-.75Zm9 9a.75.75 0 0 0-1.5 0V18a.75.75 0 0 0 1.5 0v-2.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CalculatorIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/CalendarDateRangeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/CalendarDateRangeIcon.d.ts new file mode 100644 index 00000000..c20998eb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CalendarDateRangeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CalendarDateRangeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CalendarDateRangeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/CalendarDateRangeIcon.js b/frontend/node_modules/@heroicons/react/24/solid/CalendarDateRangeIcon.js new file mode 100644 index 00000000..8a8775d6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CalendarDateRangeIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CalendarDateRangeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M12 11.993a.75.75 0 0 0-.75.75v.006c0 .414.336.75.75.75h.006a.75.75 0 0 0 .75-.75v-.006a.75.75 0 0 0-.75-.75H12ZM12 16.494a.75.75 0 0 0-.75.75v.005c0 .414.335.75.75.75h.005a.75.75 0 0 0 .75-.75v-.005a.75.75 0 0 0-.75-.75H12ZM8.999 17.244a.75.75 0 0 1 .75-.75h.006a.75.75 0 0 1 .75.75v.006a.75.75 0 0 1-.75.75h-.006a.75.75 0 0 1-.75-.75v-.006ZM7.499 16.494a.75.75 0 0 0-.75.75v.005c0 .414.336.75.75.75h.005a.75.75 0 0 0 .75-.75v-.005a.75.75 0 0 0-.75-.75H7.5ZM13.499 14.997a.75.75 0 0 1 .75-.75h.006a.75.75 0 0 1 .75.75v.005a.75.75 0 0 1-.75.75h-.006a.75.75 0 0 1-.75-.75v-.005ZM14.25 16.494a.75.75 0 0 0-.75.75v.006c0 .414.335.75.75.75h.005a.75.75 0 0 0 .75-.75v-.006a.75.75 0 0 0-.75-.75h-.005ZM15.75 14.995a.75.75 0 0 1 .75-.75h.005a.75.75 0 0 1 .75.75v.006a.75.75 0 0 1-.75.75H16.5a.75.75 0 0 1-.75-.75v-.006ZM13.498 12.743a.75.75 0 0 1 .75-.75h2.25a.75.75 0 1 1 0 1.5h-2.25a.75.75 0 0 1-.75-.75ZM6.748 14.993a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M18 2.993a.75.75 0 0 0-1.5 0v1.5h-9V2.994a.75.75 0 1 0-1.5 0v1.497h-.752a3 3 0 0 0-3 3v11.252a3 3 0 0 0 3 3h13.5a3 3 0 0 0 3-3V7.492a3 3 0 0 0-3-3H18V2.993ZM3.748 18.743v-7.5a1.5 1.5 0 0 1 1.5-1.5h13.5a1.5 1.5 0 0 1 1.5 1.5v7.5a1.5 1.5 0 0 1-1.5 1.5h-13.5a1.5 1.5 0 0 1-1.5-1.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CalendarDateRangeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/CalendarDaysIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/CalendarDaysIcon.d.ts new file mode 100644 index 00000000..11743d57 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CalendarDaysIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CalendarDaysIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CalendarDaysIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/CalendarDaysIcon.js b/frontend/node_modules/@heroicons/react/24/solid/CalendarDaysIcon.js new file mode 100644 index 00000000..a55e0241 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CalendarDaysIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CalendarDaysIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M12.75 12.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM7.5 15.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5ZM8.25 17.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM9.75 15.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5ZM10.5 17.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM12 15.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5ZM12.75 17.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM14.25 15.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5ZM15 17.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM16.5 15.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5ZM15 12.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM16.5 13.5a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6.75 2.25A.75.75 0 0 1 7.5 3v1.5h9V3A.75.75 0 0 1 18 3v1.5h.75a3 3 0 0 1 3 3v11.25a3 3 0 0 1-3 3H5.25a3 3 0 0 1-3-3V7.5a3 3 0 0 1 3-3H6V3a.75.75 0 0 1 .75-.75Zm13.5 9a1.5 1.5 0 0 0-1.5-1.5H5.25a1.5 1.5 0 0 0-1.5 1.5v7.5a1.5 1.5 0 0 0 1.5 1.5h13.5a1.5 1.5 0 0 0 1.5-1.5v-7.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CalendarDaysIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/CalendarIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/CalendarIcon.d.ts new file mode 100644 index 00000000..8c2fbb86 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CalendarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CalendarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CalendarIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/CalendarIcon.js b/frontend/node_modules/@heroicons/react/24/solid/CalendarIcon.js new file mode 100644 index 00000000..0811630a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CalendarIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CalendarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6.75 2.25A.75.75 0 0 1 7.5 3v1.5h9V3A.75.75 0 0 1 18 3v1.5h.75a3 3 0 0 1 3 3v11.25a3 3 0 0 1-3 3H5.25a3 3 0 0 1-3-3V7.5a3 3 0 0 1 3-3H6V3a.75.75 0 0 1 .75-.75Zm13.5 9a1.5 1.5 0 0 0-1.5-1.5H5.25a1.5 1.5 0 0 0-1.5 1.5v7.5a1.5 1.5 0 0 0 1.5 1.5h13.5a1.5 1.5 0 0 0 1.5-1.5v-7.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CalendarIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/CameraIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/CameraIcon.d.ts new file mode 100644 index 00000000..f04b065d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CameraIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CameraIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CameraIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/CameraIcon.js b/frontend/node_modules/@heroicons/react/24/solid/CameraIcon.js new file mode 100644 index 00000000..3343231c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CameraIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CameraIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M12 9a3.75 3.75 0 1 0 0 7.5A3.75 3.75 0 0 0 12 9Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.344 3.071a49.52 49.52 0 0 1 5.312 0c.967.052 1.83.585 2.332 1.39l.821 1.317c.24.383.645.643 1.11.71.386.054.77.113 1.152.177 1.432.239 2.429 1.493 2.429 2.909V18a3 3 0 0 1-3 3h-15a3 3 0 0 1-3-3V9.574c0-1.416.997-2.67 2.429-2.909.382-.064.766-.123 1.151-.178a1.56 1.56 0 0 0 1.11-.71l.822-1.315a2.942 2.942 0 0 1 2.332-1.39ZM6.75 12.75a5.25 5.25 0 1 1 10.5 0 5.25 5.25 0 0 1-10.5 0Zm12-1.5a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CameraIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ChartBarIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ChartBarIcon.d.ts new file mode 100644 index 00000000..00d13e4f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ChartBarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChartBarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChartBarIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ChartBarIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ChartBarIcon.js new file mode 100644 index 00000000..0513172f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ChartBarIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function ChartBarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M18.375 2.25c-1.035 0-1.875.84-1.875 1.875v15.75c0 1.035.84 1.875 1.875 1.875h.75c1.035 0 1.875-.84 1.875-1.875V4.125c0-1.036-.84-1.875-1.875-1.875h-.75ZM9.75 8.625c0-1.036.84-1.875 1.875-1.875h.75c1.036 0 1.875.84 1.875 1.875v11.25c0 1.035-.84 1.875-1.875 1.875h-.75a1.875 1.875 0 0 1-1.875-1.875V8.625ZM3 13.125c0-1.036.84-1.875 1.875-1.875h.75c1.036 0 1.875.84 1.875 1.875v6.75c0 1.035-.84 1.875-1.875 1.875h-.75A1.875 1.875 0 0 1 3 19.875v-6.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChartBarIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ChartBarSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ChartBarSquareIcon.d.ts new file mode 100644 index 00000000..dbdf6055 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ChartBarSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChartBarSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChartBarSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ChartBarSquareIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ChartBarSquareIcon.js new file mode 100644 index 00000000..9199f9fe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ChartBarSquareIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChartBarSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6Zm4.5 7.5a.75.75 0 0 1 .75.75v2.25a.75.75 0 0 1-1.5 0v-2.25a.75.75 0 0 1 .75-.75Zm3.75-1.5a.75.75 0 0 0-1.5 0v4.5a.75.75 0 0 0 1.5 0V12Zm2.25-3a.75.75 0 0 1 .75.75v6.75a.75.75 0 0 1-1.5 0V9.75A.75.75 0 0 1 13.5 9Zm3.75-1.5a.75.75 0 0 0-1.5 0v9a.75.75 0 0 0 1.5 0v-9Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChartBarSquareIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ChartPieIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ChartPieIcon.d.ts new file mode 100644 index 00000000..32f49130 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ChartPieIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChartPieIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChartPieIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ChartPieIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ChartPieIcon.js new file mode 100644 index 00000000..5ec3e77e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ChartPieIcon.js @@ -0,0 +1,28 @@ +const React = require("react"); +function ChartPieIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.25 13.5a8.25 8.25 0 0 1 8.25-8.25.75.75 0 0 1 .75.75v6.75H18a.75.75 0 0 1 .75.75 8.25 8.25 0 0 1-16.5 0Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12.75 3a.75.75 0 0 1 .75-.75 8.25 8.25 0 0 1 8.25 8.25.75.75 0 0 1-.75.75h-7.5a.75.75 0 0 1-.75-.75V3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChartPieIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleBottomCenterIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleBottomCenterIcon.d.ts new file mode 100644 index 00000000..a1b5e935 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleBottomCenterIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleBottomCenterIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleBottomCenterIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleBottomCenterIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleBottomCenterIcon.js new file mode 100644 index 00000000..f242460f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleBottomCenterIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChatBubbleBottomCenterIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.848 2.771A49.144 49.144 0 0 1 12 2.25c2.43 0 4.817.178 7.152.52 1.978.292 3.348 2.024 3.348 3.97v6.02c0 1.946-1.37 3.678-3.348 3.97a48.901 48.901 0 0 1-3.476.383.39.39 0 0 0-.297.17l-2.755 4.133a.75.75 0 0 1-1.248 0l-2.755-4.133a.39.39 0 0 0-.297-.17 48.9 48.9 0 0 1-3.476-.384c-1.978-.29-3.348-2.024-3.348-3.97V6.741c0-1.946 1.37-3.68 3.348-3.97Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleBottomCenterIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleBottomCenterTextIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleBottomCenterTextIcon.d.ts new file mode 100644 index 00000000..063305b1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleBottomCenterTextIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleBottomCenterTextIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleBottomCenterTextIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleBottomCenterTextIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleBottomCenterTextIcon.js new file mode 100644 index 00000000..483f7af2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleBottomCenterTextIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChatBubbleBottomCenterTextIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.848 2.771A49.144 49.144 0 0 1 12 2.25c2.43 0 4.817.178 7.152.52 1.978.292 3.348 2.024 3.348 3.97v6.02c0 1.946-1.37 3.678-3.348 3.97a48.901 48.901 0 0 1-3.476.383.39.39 0 0 0-.297.17l-2.755 4.133a.75.75 0 0 1-1.248 0l-2.755-4.133a.39.39 0 0 0-.297-.17 48.9 48.9 0 0 1-3.476-.384c-1.978-.29-3.348-2.024-3.348-3.97V6.741c0-1.946 1.37-3.68 3.348-3.97ZM6.75 8.25a.75.75 0 0 1 .75-.75h9a.75.75 0 0 1 0 1.5h-9a.75.75 0 0 1-.75-.75Zm.75 2.25a.75.75 0 0 0 0 1.5H12a.75.75 0 0 0 0-1.5H7.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleBottomCenterTextIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleLeftEllipsisIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleLeftEllipsisIcon.d.ts new file mode 100644 index 00000000..a47610a1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleLeftEllipsisIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleLeftEllipsisIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleLeftEllipsisIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleLeftEllipsisIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleLeftEllipsisIcon.js new file mode 100644 index 00000000..93063ebc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleLeftEllipsisIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChatBubbleLeftEllipsisIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-2.429 0-4.817.178-7.152.521C2.87 3.061 1.5 4.795 1.5 6.741v6.018c0 1.946 1.37 3.68 3.348 3.97.877.129 1.761.234 2.652.316V21a.75.75 0 0 0 1.28.53l4.184-4.183a.39.39 0 0 1 .266-.112c2.006-.05 3.982-.22 5.922-.506 1.978-.29 3.348-2.023 3.348-3.97V6.741c0-1.947-1.37-3.68-3.348-3.97A49.145 49.145 0 0 0 12 2.25ZM8.25 8.625a1.125 1.125 0 1 0 0 2.25 1.125 1.125 0 0 0 0-2.25Zm2.625 1.125a1.125 1.125 0 1 1 2.25 0 1.125 1.125 0 0 1-2.25 0Zm4.875-1.125a1.125 1.125 0 1 0 0 2.25 1.125 1.125 0 0 0 0-2.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleLeftEllipsisIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleLeftIcon.d.ts new file mode 100644 index 00000000..6cc3f428 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleLeftIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleLeftIcon.js new file mode 100644 index 00000000..3d4f4a60 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChatBubbleLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.848 2.771A49.144 49.144 0 0 1 12 2.25c2.43 0 4.817.178 7.152.52 1.978.292 3.348 2.024 3.348 3.97v6.02c0 1.946-1.37 3.678-3.348 3.97-1.94.284-3.916.455-5.922.505a.39.39 0 0 0-.266.112L8.78 21.53A.75.75 0 0 1 7.5 21v-3.955a48.842 48.842 0 0 1-2.652-.316c-1.978-.29-3.348-2.024-3.348-3.97V6.741c0-1.946 1.37-3.68 3.348-3.97Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleLeftRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleLeftRightIcon.d.ts new file mode 100644 index 00000000..0570c987 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleLeftRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleLeftRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleLeftRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleLeftRightIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleLeftRightIcon.js new file mode 100644 index 00000000..21fdc04c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleLeftRightIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChatBubbleLeftRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4.913 2.658c2.075-.27 4.19-.408 6.337-.408 2.147 0 4.262.139 6.337.408 1.922.25 3.291 1.861 3.405 3.727a4.403 4.403 0 0 0-1.032-.211 50.89 50.89 0 0 0-8.42 0c-2.358.196-4.04 2.19-4.04 4.434v4.286a4.47 4.47 0 0 0 2.433 3.984L7.28 21.53A.75.75 0 0 1 6 21v-4.03a48.527 48.527 0 0 1-1.087-.128C2.905 16.58 1.5 14.833 1.5 12.862V6.638c0-1.97 1.405-3.718 3.413-3.979Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M15.75 7.5c-1.376 0-2.739.057-4.086.169C10.124 7.797 9 9.103 9 10.609v4.285c0 1.507 1.128 2.814 2.67 2.94 1.243.102 2.5.157 3.768.165l2.782 2.781a.75.75 0 0 0 1.28-.53v-2.39l.33-.026c1.542-.125 2.67-1.433 2.67-2.94v-4.286c0-1.505-1.125-2.811-2.664-2.94A49.392 49.392 0 0 0 15.75 7.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleLeftRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleOvalLeftEllipsisIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleOvalLeftEllipsisIcon.d.ts new file mode 100644 index 00000000..fbdac0c6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleOvalLeftEllipsisIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleOvalLeftEllipsisIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleOvalLeftEllipsisIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleOvalLeftEllipsisIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleOvalLeftEllipsisIcon.js new file mode 100644 index 00000000..1fcc92c8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleOvalLeftEllipsisIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChatBubbleOvalLeftEllipsisIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.804 21.644A6.707 6.707 0 0 0 6 21.75a6.721 6.721 0 0 0 3.583-1.029c.774.182 1.584.279 2.417.279 5.322 0 9.75-3.97 9.75-9 0-5.03-4.428-9-9.75-9s-9.75 3.97-9.75 9c0 2.409 1.025 4.587 2.674 6.192.232.226.277.428.254.543a3.73 3.73 0 0 1-.814 1.686.75.75 0 0 0 .44 1.223ZM8.25 10.875a1.125 1.125 0 1 0 0 2.25 1.125 1.125 0 0 0 0-2.25ZM10.875 12a1.125 1.125 0 1 1 2.25 0 1.125 1.125 0 0 1-2.25 0Zm4.875-1.125a1.125 1.125 0 1 0 0 2.25 1.125 1.125 0 0 0 0-2.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleOvalLeftEllipsisIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleOvalLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleOvalLeftIcon.d.ts new file mode 100644 index 00000000..337b7ef5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleOvalLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleOvalLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleOvalLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleOvalLeftIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleOvalLeftIcon.js new file mode 100644 index 00000000..6f84a4df --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ChatBubbleOvalLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChatBubbleOvalLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.337 21.718a6.707 6.707 0 0 1-.533-.074.75.75 0 0 1-.44-1.223 3.73 3.73 0 0 0 .814-1.686c.023-.115-.022-.317-.254-.543C3.274 16.587 2.25 14.41 2.25 12c0-5.03 4.428-9 9.75-9s9.75 3.97 9.75 9c0 5.03-4.428 9-9.75 9-.833 0-1.643-.097-2.417-.279a6.721 6.721 0 0 1-4.246.997Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleOvalLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/CheckBadgeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/CheckBadgeIcon.d.ts new file mode 100644 index 00000000..986c9969 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CheckBadgeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CheckBadgeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CheckBadgeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/CheckBadgeIcon.js b/frontend/node_modules/@heroicons/react/24/solid/CheckBadgeIcon.js new file mode 100644 index 00000000..33191cec --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CheckBadgeIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CheckBadgeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8.603 3.799A4.49 4.49 0 0 1 12 2.25c1.357 0 2.573.6 3.397 1.549a4.49 4.49 0 0 1 3.498 1.307 4.491 4.491 0 0 1 1.307 3.497A4.49 4.49 0 0 1 21.75 12a4.49 4.49 0 0 1-1.549 3.397 4.491 4.491 0 0 1-1.307 3.497 4.491 4.491 0 0 1-3.497 1.307A4.49 4.49 0 0 1 12 21.75a4.49 4.49 0 0 1-3.397-1.549 4.49 4.49 0 0 1-3.498-1.306 4.491 4.491 0 0 1-1.307-3.498A4.49 4.49 0 0 1 2.25 12c0-1.357.6-2.573 1.549-3.397a4.49 4.49 0 0 1 1.307-3.497 4.49 4.49 0 0 1 3.497-1.307Zm7.007 6.387a.75.75 0 1 0-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.14-.094l3.75-5.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CheckBadgeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/CheckCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/CheckCircleIcon.d.ts new file mode 100644 index 00000000..469518eb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CheckCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CheckCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CheckCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/CheckCircleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/CheckCircleIcon.js new file mode 100644 index 00000000..29447d63 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CheckCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CheckCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm13.36-1.814a.75.75 0 1 0-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.14-.094l3.75-5.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CheckCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/CheckIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/CheckIcon.d.ts new file mode 100644 index 00000000..b820cd99 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CheckIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CheckIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CheckIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/CheckIcon.js b/frontend/node_modules/@heroicons/react/24/solid/CheckIcon.js new file mode 100644 index 00000000..2bb81a8f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CheckIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CheckIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M19.916 4.626a.75.75 0 0 1 .208 1.04l-9 13.5a.75.75 0 0 1-1.154.114l-6-6a.75.75 0 0 1 1.06-1.06l5.353 5.353 8.493-12.74a.75.75 0 0 1 1.04-.207Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CheckIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ChevronDoubleDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ChevronDoubleDownIcon.d.ts new file mode 100644 index 00000000..6feae523 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ChevronDoubleDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronDoubleDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronDoubleDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ChevronDoubleDownIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ChevronDoubleDownIcon.js new file mode 100644 index 00000000..49260fca --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ChevronDoubleDownIcon.js @@ -0,0 +1,28 @@ +const React = require("react"); +function ChevronDoubleDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.47 13.28a.75.75 0 0 0 1.06 0l7.5-7.5a.75.75 0 0 0-1.06-1.06L12 11.69 5.03 4.72a.75.75 0 0 0-1.06 1.06l7.5 7.5Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.47 19.28a.75.75 0 0 0 1.06 0l7.5-7.5a.75.75 0 1 0-1.06-1.06L12 17.69l-6.97-6.97a.75.75 0 0 0-1.06 1.06l7.5 7.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronDoubleDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ChevronDoubleLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ChevronDoubleLeftIcon.d.ts new file mode 100644 index 00000000..3e75e8cf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ChevronDoubleLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronDoubleLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronDoubleLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ChevronDoubleLeftIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ChevronDoubleLeftIcon.js new file mode 100644 index 00000000..cb0ba6f1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ChevronDoubleLeftIcon.js @@ -0,0 +1,28 @@ +const React = require("react"); +function ChevronDoubleLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10.72 11.47a.75.75 0 0 0 0 1.06l7.5 7.5a.75.75 0 1 0 1.06-1.06L12.31 12l6.97-6.97a.75.75 0 0 0-1.06-1.06l-7.5 7.5Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.72 11.47a.75.75 0 0 0 0 1.06l7.5 7.5a.75.75 0 1 0 1.06-1.06L6.31 12l6.97-6.97a.75.75 0 0 0-1.06-1.06l-7.5 7.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronDoubleLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ChevronDoubleRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ChevronDoubleRightIcon.d.ts new file mode 100644 index 00000000..bf5c0a89 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ChevronDoubleRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronDoubleRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronDoubleRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ChevronDoubleRightIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ChevronDoubleRightIcon.js new file mode 100644 index 00000000..3a9dc180 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ChevronDoubleRightIcon.js @@ -0,0 +1,28 @@ +const React = require("react"); +function ChevronDoubleRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M13.28 11.47a.75.75 0 0 1 0 1.06l-7.5 7.5a.75.75 0 0 1-1.06-1.06L11.69 12 4.72 5.03a.75.75 0 0 1 1.06-1.06l7.5 7.5Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M19.28 11.47a.75.75 0 0 1 0 1.06l-7.5 7.5a.75.75 0 1 1-1.06-1.06L17.69 12l-6.97-6.97a.75.75 0 0 1 1.06-1.06l7.5 7.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronDoubleRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ChevronDoubleUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ChevronDoubleUpIcon.d.ts new file mode 100644 index 00000000..00d556a5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ChevronDoubleUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronDoubleUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronDoubleUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ChevronDoubleUpIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ChevronDoubleUpIcon.js new file mode 100644 index 00000000..3bb647c9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ChevronDoubleUpIcon.js @@ -0,0 +1,28 @@ +const React = require("react"); +function ChevronDoubleUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.47 10.72a.75.75 0 0 1 1.06 0l7.5 7.5a.75.75 0 1 1-1.06 1.06L12 12.31l-6.97 6.97a.75.75 0 0 1-1.06-1.06l7.5-7.5Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.47 4.72a.75.75 0 0 1 1.06 0l7.5 7.5a.75.75 0 1 1-1.06 1.06L12 6.31l-6.97 6.97a.75.75 0 0 1-1.06-1.06l7.5-7.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronDoubleUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ChevronDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ChevronDownIcon.d.ts new file mode 100644 index 00000000..dd69c4b3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ChevronDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ChevronDownIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ChevronDownIcon.js new file mode 100644 index 00000000..5bc47944 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ChevronDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChevronDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12.53 16.28a.75.75 0 0 1-1.06 0l-7.5-7.5a.75.75 0 0 1 1.06-1.06L12 14.69l6.97-6.97a.75.75 0 1 1 1.06 1.06l-7.5 7.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ChevronLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ChevronLeftIcon.d.ts new file mode 100644 index 00000000..7c694e2c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ChevronLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ChevronLeftIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ChevronLeftIcon.js new file mode 100644 index 00000000..e52e58e6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ChevronLeftIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChevronLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.72 12.53a.75.75 0 0 1 0-1.06l7.5-7.5a.75.75 0 1 1 1.06 1.06L9.31 12l6.97 6.97a.75.75 0 1 1-1.06 1.06l-7.5-7.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ChevronRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ChevronRightIcon.d.ts new file mode 100644 index 00000000..1bbf4c91 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ChevronRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ChevronRightIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ChevronRightIcon.js new file mode 100644 index 00000000..9ccd3496 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ChevronRightIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChevronRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M16.28 11.47a.75.75 0 0 1 0 1.06l-7.5 7.5a.75.75 0 0 1-1.06-1.06L14.69 12 7.72 5.03a.75.75 0 0 1 1.06-1.06l7.5 7.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ChevronUpDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ChevronUpDownIcon.d.ts new file mode 100644 index 00000000..c3ac4f97 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ChevronUpDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronUpDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronUpDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ChevronUpDownIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ChevronUpDownIcon.js new file mode 100644 index 00000000..bb430dba --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ChevronUpDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChevronUpDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.47 4.72a.75.75 0 0 1 1.06 0l3.75 3.75a.75.75 0 0 1-1.06 1.06L12 6.31 8.78 9.53a.75.75 0 0 1-1.06-1.06l3.75-3.75Zm-3.75 9.75a.75.75 0 0 1 1.06 0L12 17.69l3.22-3.22a.75.75 0 1 1 1.06 1.06l-3.75 3.75a.75.75 0 0 1-1.06 0l-3.75-3.75a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronUpDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ChevronUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ChevronUpIcon.d.ts new file mode 100644 index 00000000..844cf9b7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ChevronUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ChevronUpIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ChevronUpIcon.js new file mode 100644 index 00000000..004896be --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ChevronUpIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ChevronUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.47 7.72a.75.75 0 0 1 1.06 0l7.5 7.5a.75.75 0 1 1-1.06 1.06L12 9.31l-6.97 6.97a.75.75 0 0 1-1.06-1.06l7.5-7.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/CircleStackIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/CircleStackIcon.d.ts new file mode 100644 index 00000000..2bbb5569 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CircleStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CircleStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CircleStackIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/CircleStackIcon.js b/frontend/node_modules/@heroicons/react/24/solid/CircleStackIcon.js new file mode 100644 index 00000000..02e9b043 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CircleStackIcon.js @@ -0,0 +1,28 @@ +const React = require("react"); +function CircleStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M21 6.375c0 2.692-4.03 4.875-9 4.875S3 9.067 3 6.375 7.03 1.5 12 1.5s9 2.183 9 4.875Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M12 12.75c2.685 0 5.19-.586 7.078-1.609a8.283 8.283 0 0 0 1.897-1.384c.016.121.025.244.025.368C21 12.817 16.97 15 12 15s-9-2.183-9-4.875c0-.124.009-.247.025-.368a8.285 8.285 0 0 0 1.897 1.384C6.809 12.164 9.315 12.75 12 12.75Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M12 16.5c2.685 0 5.19-.586 7.078-1.609a8.282 8.282 0 0 0 1.897-1.384c.016.121.025.244.025.368 0 2.692-4.03 4.875-9 4.875s-9-2.183-9-4.875c0-.124.009-.247.025-.368a8.284 8.284 0 0 0 1.897 1.384C6.809 15.914 9.315 16.5 12 16.5Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M12 20.25c2.685 0 5.19-.586 7.078-1.609a8.282 8.282 0 0 0 1.897-1.384c.016.121.025.244.025.368 0 2.692-4.03 4.875-9 4.875s-9-2.183-9-4.875c0-.124.009-.247.025-.368a8.284 8.284 0 0 0 1.897 1.384C6.809 19.664 9.315 20.25 12 20.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CircleStackIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ClipboardDocumentCheckIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ClipboardDocumentCheckIcon.d.ts new file mode 100644 index 00000000..9efe079e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ClipboardDocumentCheckIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ClipboardDocumentCheckIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ClipboardDocumentCheckIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ClipboardDocumentCheckIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ClipboardDocumentCheckIcon.js new file mode 100644 index 00000000..2f3bfd89 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ClipboardDocumentCheckIcon.js @@ -0,0 +1,28 @@ +const React = require("react"); +function ClipboardDocumentCheckIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.502 6h7.128A3.375 3.375 0 0 1 18 9.375v9.375a3 3 0 0 0 3-3V6.108c0-1.505-1.125-2.811-2.664-2.94a48.972 48.972 0 0 0-.673-.05A3 3 0 0 0 15 1.5h-1.5a3 3 0 0 0-2.663 1.618c-.225.015-.45.032-.673.05C8.662 3.295 7.554 4.542 7.502 6ZM13.5 3A1.5 1.5 0 0 0 12 4.5h4.5A1.5 1.5 0 0 0 15 3h-1.5Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 9.375C3 8.339 3.84 7.5 4.875 7.5h9.75c1.036 0 1.875.84 1.875 1.875v11.25c0 1.035-.84 1.875-1.875 1.875h-9.75A1.875 1.875 0 0 1 3 20.625V9.375Zm9.586 4.594a.75.75 0 0 0-1.172-.938l-2.476 3.096-.908-.907a.75.75 0 0 0-1.06 1.06l1.5 1.5a.75.75 0 0 0 1.116-.062l3-3.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ClipboardDocumentCheckIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ClipboardDocumentIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ClipboardDocumentIcon.d.ts new file mode 100644 index 00000000..24e6a6b7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ClipboardDocumentIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ClipboardDocumentIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ClipboardDocumentIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ClipboardDocumentIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ClipboardDocumentIcon.js new file mode 100644 index 00000000..856a63d8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ClipboardDocumentIcon.js @@ -0,0 +1,28 @@ +const React = require("react"); +function ClipboardDocumentIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M17.663 3.118c.225.015.45.032.673.05C19.876 3.298 21 4.604 21 6.109v9.642a3 3 0 0 1-3 3V16.5c0-5.922-4.576-10.775-10.384-11.217.324-1.132 1.3-2.01 2.548-2.114.224-.019.448-.036.673-.051A3 3 0 0 1 13.5 1.5H15a3 3 0 0 1 2.663 1.618ZM12 4.5A1.5 1.5 0 0 1 13.5 3H15a1.5 1.5 0 0 1 1.5 1.5H12Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M3 8.625c0-1.036.84-1.875 1.875-1.875h.375A3.75 3.75 0 0 1 9 10.5v1.875c0 1.036.84 1.875 1.875 1.875h1.875A3.75 3.75 0 0 1 16.5 18v2.625c0 1.035-.84 1.875-1.875 1.875h-9.75A1.875 1.875 0 0 1 3 20.625v-12Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M10.5 10.5a5.23 5.23 0 0 0-1.279-3.434 9.768 9.768 0 0 1 6.963 6.963 5.23 5.23 0 0 0-3.434-1.279h-1.875a.375.375 0 0 1-.375-.375V10.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ClipboardDocumentIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ClipboardDocumentListIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ClipboardDocumentListIcon.d.ts new file mode 100644 index 00000000..121e6c9b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ClipboardDocumentListIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ClipboardDocumentListIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ClipboardDocumentListIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ClipboardDocumentListIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ClipboardDocumentListIcon.js new file mode 100644 index 00000000..a84f2927 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ClipboardDocumentListIcon.js @@ -0,0 +1,28 @@ +const React = require("react"); +function ClipboardDocumentListIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.502 6h7.128A3.375 3.375 0 0 1 18 9.375v9.375a3 3 0 0 0 3-3V6.108c0-1.505-1.125-2.811-2.664-2.94a48.972 48.972 0 0 0-.673-.05A3 3 0 0 0 15 1.5h-1.5a3 3 0 0 0-2.663 1.618c-.225.015-.45.032-.673.05C8.662 3.295 7.554 4.542 7.502 6ZM13.5 3A1.5 1.5 0 0 0 12 4.5h4.5A1.5 1.5 0 0 0 15 3h-1.5Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 9.375C3 8.339 3.84 7.5 4.875 7.5h9.75c1.036 0 1.875.84 1.875 1.875v11.25c0 1.035-.84 1.875-1.875 1.875h-9.75A1.875 1.875 0 0 1 3 20.625V9.375ZM6 12a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75H6.75a.75.75 0 0 1-.75-.75V12Zm2.25 0a.75.75 0 0 1 .75-.75h3.75a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1-.75-.75ZM6 15a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75H6.75a.75.75 0 0 1-.75-.75V15Zm2.25 0a.75.75 0 0 1 .75-.75h3.75a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1-.75-.75ZM6 18a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75H6.75a.75.75 0 0 1-.75-.75V18Zm2.25 0a.75.75 0 0 1 .75-.75h3.75a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ClipboardDocumentListIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ClipboardIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ClipboardIcon.d.ts new file mode 100644 index 00000000..9ee561ac --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ClipboardIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ClipboardIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ClipboardIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ClipboardIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ClipboardIcon.js new file mode 100644 index 00000000..630f24aa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ClipboardIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ClipboardIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10.5 3A1.501 1.501 0 0 0 9 4.5h6A1.5 1.5 0 0 0 13.5 3h-3Zm-2.693.178A3 3 0 0 1 10.5 1.5h3a3 3 0 0 1 2.694 1.678c.497.042.992.092 1.486.15 1.497.173 2.57 1.46 2.57 2.929V19.5a3 3 0 0 1-3 3H6.75a3 3 0 0 1-3-3V6.257c0-1.47 1.073-2.756 2.57-2.93.493-.057.989-.107 1.487-.15Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ClipboardIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ClockIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ClockIcon.d.ts new file mode 100644 index 00000000..2de89851 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ClockIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ClockIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ClockIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ClockIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ClockIcon.js new file mode 100644 index 00000000..76414cbf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ClockIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ClockIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25ZM12.75 6a.75.75 0 0 0-1.5 0v6c0 .414.336.75.75.75h4.5a.75.75 0 0 0 0-1.5h-3.75V6Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ClockIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/CloudArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/CloudArrowDownIcon.d.ts new file mode 100644 index 00000000..39732ffe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CloudArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CloudArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CloudArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/CloudArrowDownIcon.js b/frontend/node_modules/@heroicons/react/24/solid/CloudArrowDownIcon.js new file mode 100644 index 00000000..e70a0355 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CloudArrowDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CloudArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10.5 3.75a6 6 0 0 0-5.98 6.496A5.25 5.25 0 0 0 6.75 20.25H18a4.5 4.5 0 0 0 2.206-8.423 3.75 3.75 0 0 0-4.133-4.303A6.001 6.001 0 0 0 10.5 3.75Zm2.25 6a.75.75 0 0 0-1.5 0v4.94l-1.72-1.72a.75.75 0 0 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 1 0-1.06-1.06l-1.72 1.72V9.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CloudArrowDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/CloudArrowUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/CloudArrowUpIcon.d.ts new file mode 100644 index 00000000..726007d8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CloudArrowUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CloudArrowUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CloudArrowUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/CloudArrowUpIcon.js b/frontend/node_modules/@heroicons/react/24/solid/CloudArrowUpIcon.js new file mode 100644 index 00000000..0474883c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CloudArrowUpIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CloudArrowUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10.5 3.75a6 6 0 0 0-5.98 6.496A5.25 5.25 0 0 0 6.75 20.25H18a4.5 4.5 0 0 0 2.206-8.423 3.75 3.75 0 0 0-4.133-4.303A6.001 6.001 0 0 0 10.5 3.75Zm2.03 5.47a.75.75 0 0 0-1.06 0l-3 3a.75.75 0 1 0 1.06 1.06l1.72-1.72v4.94a.75.75 0 0 0 1.5 0v-4.94l1.72 1.72a.75.75 0 1 0 1.06-1.06l-3-3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CloudArrowUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/CloudIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/CloudIcon.d.ts new file mode 100644 index 00000000..b5ccfe79 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CloudIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CloudIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CloudIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/CloudIcon.js b/frontend/node_modules/@heroicons/react/24/solid/CloudIcon.js new file mode 100644 index 00000000..22a4ec8d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CloudIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CloudIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 9.75a6 6 0 0 1 11.573-2.226 3.75 3.75 0 0 1 4.133 4.303A4.5 4.5 0 0 1 18 20.25H6.75a5.25 5.25 0 0 1-2.23-10.004 6.072 6.072 0 0 1-.02-.496Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CloudIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/CodeBracketIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/CodeBracketIcon.d.ts new file mode 100644 index 00000000..ca0d8e8c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CodeBracketIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CodeBracketIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CodeBracketIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/CodeBracketIcon.js b/frontend/node_modules/@heroicons/react/24/solid/CodeBracketIcon.js new file mode 100644 index 00000000..5c8e4ffb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CodeBracketIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CodeBracketIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M14.447 3.026a.75.75 0 0 1 .527.921l-4.5 16.5a.75.75 0 0 1-1.448-.394l4.5-16.5a.75.75 0 0 1 .921-.527ZM16.72 6.22a.75.75 0 0 1 1.06 0l5.25 5.25a.75.75 0 0 1 0 1.06l-5.25 5.25a.75.75 0 1 1-1.06-1.06L21.44 12l-4.72-4.72a.75.75 0 0 1 0-1.06Zm-9.44 0a.75.75 0 0 1 0 1.06L2.56 12l4.72 4.72a.75.75 0 0 1-1.06 1.06L.97 12.53a.75.75 0 0 1 0-1.06l5.25-5.25a.75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CodeBracketIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/CodeBracketSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/CodeBracketSquareIcon.d.ts new file mode 100644 index 00000000..53dd03aa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CodeBracketSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CodeBracketSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CodeBracketSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/CodeBracketSquareIcon.js b/frontend/node_modules/@heroicons/react/24/solid/CodeBracketSquareIcon.js new file mode 100644 index 00000000..0d2c22e9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CodeBracketSquareIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CodeBracketSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6Zm14.25 6a.75.75 0 0 1-.22.53l-2.25 2.25a.75.75 0 1 1-1.06-1.06L15.44 12l-1.72-1.72a.75.75 0 1 1 1.06-1.06l2.25 2.25c.141.14.22.331.22.53Zm-10.28-.53a.75.75 0 0 0 0 1.06l2.25 2.25a.75.75 0 1 0 1.06-1.06L8.56 12l1.72-1.72a.75.75 0 1 0-1.06-1.06l-2.25 2.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CodeBracketSquareIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/Cog6ToothIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/Cog6ToothIcon.d.ts new file mode 100644 index 00000000..327c3e9e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/Cog6ToothIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Cog6ToothIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Cog6ToothIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/Cog6ToothIcon.js b/frontend/node_modules/@heroicons/react/24/solid/Cog6ToothIcon.js new file mode 100644 index 00000000..416046b2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/Cog6ToothIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function Cog6ToothIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.078 2.25c-.917 0-1.699.663-1.85 1.567L9.05 4.889c-.02.12-.115.26-.297.348a7.493 7.493 0 0 0-.986.57c-.166.115-.334.126-.45.083L6.3 5.508a1.875 1.875 0 0 0-2.282.819l-.922 1.597a1.875 1.875 0 0 0 .432 2.385l.84.692c.095.078.17.229.154.43a7.598 7.598 0 0 0 0 1.139c.015.2-.059.352-.153.43l-.841.692a1.875 1.875 0 0 0-.432 2.385l.922 1.597a1.875 1.875 0 0 0 2.282.818l1.019-.382c.115-.043.283-.031.45.082.312.214.641.405.985.57.182.088.277.228.297.35l.178 1.071c.151.904.933 1.567 1.85 1.567h1.844c.916 0 1.699-.663 1.85-1.567l.178-1.072c.02-.12.114-.26.297-.349.344-.165.673-.356.985-.57.167-.114.335-.125.45-.082l1.02.382a1.875 1.875 0 0 0 2.28-.819l.923-1.597a1.875 1.875 0 0 0-.432-2.385l-.84-.692c-.095-.078-.17-.229-.154-.43a7.614 7.614 0 0 0 0-1.139c-.016-.2.059-.352.153-.43l.84-.692c.708-.582.891-1.59.433-2.385l-.922-1.597a1.875 1.875 0 0 0-2.282-.818l-1.02.382c-.114.043-.282.031-.449-.083a7.49 7.49 0 0 0-.985-.57c-.183-.087-.277-.227-.297-.348l-.179-1.072a1.875 1.875 0 0 0-1.85-1.567h-1.843ZM12 15.75a3.75 3.75 0 1 0 0-7.5 3.75 3.75 0 0 0 0 7.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Cog6ToothIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/Cog8ToothIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/Cog8ToothIcon.d.ts new file mode 100644 index 00000000..6a3f546b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/Cog8ToothIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Cog8ToothIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Cog8ToothIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/Cog8ToothIcon.js b/frontend/node_modules/@heroicons/react/24/solid/Cog8ToothIcon.js new file mode 100644 index 00000000..bd5b445a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/Cog8ToothIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function Cog8ToothIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.828 2.25c-.916 0-1.699.663-1.85 1.567l-.091.549a.798.798 0 0 1-.517.608 7.45 7.45 0 0 0-.478.198.798.798 0 0 1-.796-.064l-.453-.324a1.875 1.875 0 0 0-2.416.2l-.243.243a1.875 1.875 0 0 0-.2 2.416l.324.453a.798.798 0 0 1 .064.796 7.448 7.448 0 0 0-.198.478.798.798 0 0 1-.608.517l-.55.092a1.875 1.875 0 0 0-1.566 1.849v.344c0 .916.663 1.699 1.567 1.85l.549.091c.281.047.508.25.608.517.06.162.127.321.198.478a.798.798 0 0 1-.064.796l-.324.453a1.875 1.875 0 0 0 .2 2.416l.243.243c.648.648 1.67.733 2.416.2l.453-.324a.798.798 0 0 1 .796-.064c.157.071.316.137.478.198.267.1.47.327.517.608l.092.55c.15.903.932 1.566 1.849 1.566h.344c.916 0 1.699-.663 1.85-1.567l.091-.549a.798.798 0 0 1 .517-.608 7.52 7.52 0 0 0 .478-.198.798.798 0 0 1 .796.064l.453.324a1.875 1.875 0 0 0 2.416-.2l.243-.243c.648-.648.733-1.67.2-2.416l-.324-.453a.798.798 0 0 1-.064-.796c.071-.157.137-.316.198-.478.1-.267.327-.47.608-.517l.55-.091a1.875 1.875 0 0 0 1.566-1.85v-.344c0-.916-.663-1.699-1.567-1.85l-.549-.091a.798.798 0 0 1-.608-.517 7.507 7.507 0 0 0-.198-.478.798.798 0 0 1 .064-.796l.324-.453a1.875 1.875 0 0 0-.2-2.416l-.243-.243a1.875 1.875 0 0 0-2.416-.2l-.453.324a.798.798 0 0 1-.796.064 7.462 7.462 0 0 0-.478-.198.798.798 0 0 1-.517-.608l-.091-.55a1.875 1.875 0 0 0-1.85-1.566h-.344ZM12 15.75a3.75 3.75 0 1 0 0-7.5 3.75 3.75 0 0 0 0 7.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Cog8ToothIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/CogIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/CogIcon.d.ts new file mode 100644 index 00000000..e6570f2c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CogIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CogIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CogIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/CogIcon.js b/frontend/node_modules/@heroicons/react/24/solid/CogIcon.js new file mode 100644 index 00000000..1a10093f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CogIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CogIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M17.004 10.407c.138.435-.216.842-.672.842h-3.465a.75.75 0 0 1-.65-.375l-1.732-3c-.229-.396-.053-.907.393-1.004a5.252 5.252 0 0 1 6.126 3.537ZM8.12 8.464c.307-.338.838-.235 1.066.16l1.732 3a.75.75 0 0 1 0 .75l-1.732 3c-.229.397-.76.5-1.067.161A5.23 5.23 0 0 1 6.75 12a5.23 5.23 0 0 1 1.37-3.536ZM10.878 17.13c-.447-.098-.623-.608-.394-1.004l1.733-3.002a.75.75 0 0 1 .65-.375h3.465c.457 0 .81.407.672.842a5.252 5.252 0 0 1-6.126 3.539Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M21 12.75a.75.75 0 1 0 0-1.5h-.783a8.22 8.22 0 0 0-.237-1.357l.734-.267a.75.75 0 1 0-.513-1.41l-.735.268a8.24 8.24 0 0 0-.689-1.192l.6-.503a.75.75 0 1 0-.964-1.149l-.6.504a8.3 8.3 0 0 0-1.054-.885l.391-.678a.75.75 0 1 0-1.299-.75l-.39.676a8.188 8.188 0 0 0-1.295-.47l.136-.77a.75.75 0 0 0-1.477-.26l-.136.77a8.36 8.36 0 0 0-1.377 0l-.136-.77a.75.75 0 1 0-1.477.26l.136.77c-.448.121-.88.28-1.294.47l-.39-.676a.75.75 0 0 0-1.3.75l.392.678a8.29 8.29 0 0 0-1.054.885l-.6-.504a.75.75 0 1 0-.965 1.149l.6.503a8.243 8.243 0 0 0-.689 1.192L3.8 8.216a.75.75 0 1 0-.513 1.41l.735.267a8.222 8.222 0 0 0-.238 1.356h-.783a.75.75 0 0 0 0 1.5h.783c.042.464.122.917.238 1.356l-.735.268a.75.75 0 0 0 .513 1.41l.735-.268c.197.417.428.816.69 1.191l-.6.504a.75.75 0 0 0 .963 1.15l.601-.505c.326.323.679.62 1.054.885l-.392.68a.75.75 0 0 0 1.3.75l.39-.679c.414.192.847.35 1.294.471l-.136.77a.75.75 0 0 0 1.477.261l.137-.772a8.332 8.332 0 0 0 1.376 0l.136.772a.75.75 0 1 0 1.477-.26l-.136-.771a8.19 8.19 0 0 0 1.294-.47l.391.677a.75.75 0 0 0 1.3-.75l-.393-.679a8.29 8.29 0 0 0 1.054-.885l.601.504a.75.75 0 0 0 .964-1.15l-.6-.503c.261-.375.492-.774.69-1.191l.735.267a.75.75 0 1 0 .512-1.41l-.734-.267c.115-.439.195-.892.237-1.356h.784Zm-2.657-3.06a6.744 6.744 0 0 0-1.19-2.053 6.784 6.784 0 0 0-1.82-1.51A6.705 6.705 0 0 0 12 5.25a6.8 6.8 0 0 0-1.225.11 6.7 6.7 0 0 0-2.15.793 6.784 6.784 0 0 0-2.952 3.489.76.76 0 0 1-.036.098A6.74 6.74 0 0 0 5.251 12a6.74 6.74 0 0 0 3.366 5.842l.009.005a6.704 6.704 0 0 0 2.18.798l.022.003a6.792 6.792 0 0 0 2.368-.004 6.704 6.704 0 0 0 2.205-.811 6.785 6.785 0 0 0 1.762-1.484l.009-.01.009-.01a6.743 6.743 0 0 0 1.18-2.066c.253-.707.39-1.469.39-2.263a6.74 6.74 0 0 0-.408-2.309Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CogIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/CommandLineIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/CommandLineIcon.d.ts new file mode 100644 index 00000000..30939870 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CommandLineIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CommandLineIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CommandLineIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/CommandLineIcon.js b/frontend/node_modules/@heroicons/react/24/solid/CommandLineIcon.js new file mode 100644 index 00000000..82d66d94 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CommandLineIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CommandLineIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.25 6a3 3 0 0 1 3-3h13.5a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H5.25a3 3 0 0 1-3-3V6Zm3.97.97a.75.75 0 0 1 1.06 0l2.25 2.25a.75.75 0 0 1 0 1.06l-2.25 2.25a.75.75 0 0 1-1.06-1.06l1.72-1.72-1.72-1.72a.75.75 0 0 1 0-1.06Zm4.28 4.28a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5h-3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CommandLineIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ComputerDesktopIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ComputerDesktopIcon.d.ts new file mode 100644 index 00000000..c181101d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ComputerDesktopIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ComputerDesktopIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ComputerDesktopIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ComputerDesktopIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ComputerDesktopIcon.js new file mode 100644 index 00000000..940d17fb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ComputerDesktopIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ComputerDesktopIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.25 5.25a3 3 0 0 1 3-3h13.5a3 3 0 0 1 3 3V15a3 3 0 0 1-3 3h-3v.257c0 .597.237 1.17.659 1.591l.621.622a.75.75 0 0 1-.53 1.28h-9a.75.75 0 0 1-.53-1.28l.621-.622a2.25 2.25 0 0 0 .659-1.59V18h-3a3 3 0 0 1-3-3V5.25Zm1.5 0v7.5a1.5 1.5 0 0 0 1.5 1.5h13.5a1.5 1.5 0 0 0 1.5-1.5v-7.5a1.5 1.5 0 0 0-1.5-1.5H5.25a1.5 1.5 0 0 0-1.5 1.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ComputerDesktopIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/CpuChipIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/CpuChipIcon.d.ts new file mode 100644 index 00000000..3450bd59 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CpuChipIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CpuChipIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CpuChipIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/CpuChipIcon.js b/frontend/node_modules/@heroicons/react/24/solid/CpuChipIcon.js new file mode 100644 index 00000000..789f41ec --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CpuChipIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CpuChipIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M16.5 7.5h-9v9h9v-9Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8.25 2.25A.75.75 0 0 1 9 3v.75h2.25V3a.75.75 0 0 1 1.5 0v.75H15V3a.75.75 0 0 1 1.5 0v.75h.75a3 3 0 0 1 3 3v.75H21A.75.75 0 0 1 21 9h-.75v2.25H21a.75.75 0 0 1 0 1.5h-.75V15H21a.75.75 0 0 1 0 1.5h-.75v.75a3 3 0 0 1-3 3h-.75V21a.75.75 0 0 1-1.5 0v-.75h-2.25V21a.75.75 0 0 1-1.5 0v-.75H9V21a.75.75 0 0 1-1.5 0v-.75h-.75a3 3 0 0 1-3-3v-.75H3A.75.75 0 0 1 3 15h.75v-2.25H3a.75.75 0 0 1 0-1.5h.75V9H3a.75.75 0 0 1 0-1.5h.75v-.75a3 3 0 0 1 3-3h.75V3a.75.75 0 0 1 .75-.75ZM6 6.75A.75.75 0 0 1 6.75 6h10.5a.75.75 0 0 1 .75.75v10.5a.75.75 0 0 1-.75.75H6.75a.75.75 0 0 1-.75-.75V6.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CpuChipIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/CreditCardIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/CreditCardIcon.d.ts new file mode 100644 index 00000000..5c8a8953 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CreditCardIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CreditCardIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CreditCardIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/CreditCardIcon.js b/frontend/node_modules/@heroicons/react/24/solid/CreditCardIcon.js new file mode 100644 index 00000000..675ad5f2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CreditCardIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CreditCardIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4.5 3.75a3 3 0 0 0-3 3v.75h21v-.75a3 3 0 0 0-3-3h-15Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M22.5 9.75h-21v7.5a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3v-7.5Zm-18 3.75a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5h-6a.75.75 0 0 1-.75-.75Zm.75 2.25a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5h-3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CreditCardIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/CubeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/CubeIcon.d.ts new file mode 100644 index 00000000..71f780cd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CubeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CubeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CubeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/CubeIcon.js b/frontend/node_modules/@heroicons/react/24/solid/CubeIcon.js new file mode 100644 index 00000000..133de71a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CubeIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function CubeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M12.378 1.602a.75.75 0 0 0-.756 0L3 6.632l9 5.25 9-5.25-8.622-5.03ZM21.75 7.93l-9 5.25v9l8.628-5.032a.75.75 0 0 0 .372-.648V7.93ZM11.25 22.18v-9l-9-5.25v8.57a.75.75 0 0 0 .372.648l8.628 5.033Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CubeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/CubeTransparentIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/CubeTransparentIcon.d.ts new file mode 100644 index 00000000..88a40867 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CubeTransparentIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CubeTransparentIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CubeTransparentIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/CubeTransparentIcon.js b/frontend/node_modules/@heroicons/react/24/solid/CubeTransparentIcon.js new file mode 100644 index 00000000..274aa99e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CubeTransparentIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CubeTransparentIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.622 1.602a.75.75 0 0 1 .756 0l2.25 1.313a.75.75 0 0 1-.756 1.295L12 3.118 10.128 4.21a.75.75 0 1 1-.756-1.295l2.25-1.313ZM5.898 5.81a.75.75 0 0 1-.27 1.025l-1.14.665 1.14.665a.75.75 0 1 1-.756 1.295L3.75 8.806v.944a.75.75 0 0 1-1.5 0V7.5a.75.75 0 0 1 .372-.648l2.25-1.312a.75.75 0 0 1 1.026.27Zm12.204 0a.75.75 0 0 1 1.026-.27l2.25 1.312a.75.75 0 0 1 .372.648v2.25a.75.75 0 0 1-1.5 0v-.944l-1.122.654a.75.75 0 1 1-.756-1.295l1.14-.665-1.14-.665a.75.75 0 0 1-.27-1.025Zm-9 5.25a.75.75 0 0 1 1.026-.27L12 11.882l1.872-1.092a.75.75 0 1 1 .756 1.295l-1.878 1.096V15a.75.75 0 0 1-1.5 0v-1.82l-1.878-1.095a.75.75 0 0 1-.27-1.025ZM3 13.5a.75.75 0 0 1 .75.75v1.82l1.878 1.095a.75.75 0 1 1-.756 1.295l-2.25-1.312a.75.75 0 0 1-.372-.648v-2.25A.75.75 0 0 1 3 13.5Zm18 0a.75.75 0 0 1 .75.75v2.25a.75.75 0 0 1-.372.648l-2.25 1.312a.75.75 0 1 1-.756-1.295l1.878-1.096V14.25a.75.75 0 0 1 .75-.75Zm-9 5.25a.75.75 0 0 1 .75.75v.944l1.122-.654a.75.75 0 1 1 .756 1.295l-2.25 1.313a.75.75 0 0 1-.756 0l-2.25-1.313a.75.75 0 1 1 .756-1.295l1.122.654V19.5a.75.75 0 0 1 .75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CubeTransparentIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/CurrencyBangladeshiIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/CurrencyBangladeshiIcon.d.ts new file mode 100644 index 00000000..1e28144c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CurrencyBangladeshiIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyBangladeshiIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyBangladeshiIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/CurrencyBangladeshiIcon.js b/frontend/node_modules/@heroicons/react/24/solid/CurrencyBangladeshiIcon.js new file mode 100644 index 00000000..5d5b9af6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CurrencyBangladeshiIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CurrencyBangladeshiIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 21.75c5.385 0 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25 2.25 6.615 2.25 12s4.365 9.75 9.75 9.75ZM10.5 7.963a1.5 1.5 0 0 0-2.17-1.341l-.415.207a.75.75 0 0 0 .67 1.342L9 7.963V9.75h-.75a.75.75 0 1 0 0 1.5H9v4.688c0 .563.26 1.198.867 1.525A4.501 4.501 0 0 0 16.41 14.4c.199-.977-.636-1.649-1.415-1.649h-.745a.75.75 0 1 0 0 1.5h.656a3.002 3.002 0 0 1-4.327 1.893.113.113 0 0 1-.045-.051.336.336 0 0 1-.034-.154V11.25h5.25a.75.75 0 0 0 0-1.5H10.5V7.963Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyBangladeshiIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/CurrencyDollarIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/CurrencyDollarIcon.d.ts new file mode 100644 index 00000000..69350dd6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CurrencyDollarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyDollarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyDollarIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/CurrencyDollarIcon.js b/frontend/node_modules/@heroicons/react/24/solid/CurrencyDollarIcon.js new file mode 100644 index 00000000..8a07471a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CurrencyDollarIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function CurrencyDollarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10.464 8.746c.227-.18.497-.311.786-.394v2.795a2.252 2.252 0 0 1-.786-.393c-.394-.313-.546-.681-.546-1.004 0-.323.152-.691.546-1.004ZM12.75 15.662v-2.824c.347.085.664.228.921.421.427.32.579.686.579.991 0 .305-.152.671-.579.991a2.534 2.534 0 0 1-.921.42Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25ZM12.75 6a.75.75 0 0 0-1.5 0v.816a3.836 3.836 0 0 0-1.72.756c-.712.566-1.112 1.35-1.112 2.178 0 .829.4 1.612 1.113 2.178.502.4 1.102.647 1.719.756v2.978a2.536 2.536 0 0 1-.921-.421l-.879-.66a.75.75 0 0 0-.9 1.2l.879.66c.533.4 1.169.645 1.821.75V18a.75.75 0 0 0 1.5 0v-.81a4.124 4.124 0 0 0 1.821-.749c.745-.559 1.179-1.344 1.179-2.191 0-.847-.434-1.632-1.179-2.191a4.122 4.122 0 0 0-1.821-.75V8.354c.29.082.559.213.786.393l.415.33a.75.75 0 0 0 .933-1.175l-.415-.33a3.836 3.836 0 0 0-1.719-.755V6Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyDollarIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/CurrencyEuroIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/CurrencyEuroIcon.d.ts new file mode 100644 index 00000000..9eb581d8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CurrencyEuroIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyEuroIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyEuroIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/CurrencyEuroIcon.js b/frontend/node_modules/@heroicons/react/24/solid/CurrencyEuroIcon.js new file mode 100644 index 00000000..0a907099 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CurrencyEuroIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CurrencyEuroIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25Zm-1.902 7.098a3.75 3.75 0 0 1 3.903-.884.75.75 0 1 0 .498-1.415A5.25 5.25 0 0 0 8.005 9.75H7.5a.75.75 0 0 0 0 1.5h.054a5.281 5.281 0 0 0 0 1.5H7.5a.75.75 0 0 0 0 1.5h.505a5.25 5.25 0 0 0 6.494 2.701.75.75 0 1 0-.498-1.415 3.75 3.75 0 0 1-4.252-1.286h3.001a.75.75 0 0 0 0-1.5H9.075a3.77 3.77 0 0 1 0-1.5h3.675a.75.75 0 0 0 0-1.5h-3c.105-.14.221-.274.348-.402Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyEuroIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/CurrencyPoundIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/CurrencyPoundIcon.d.ts new file mode 100644 index 00000000..ee1b59c8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CurrencyPoundIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyPoundIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyPoundIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/CurrencyPoundIcon.js b/frontend/node_modules/@heroicons/react/24/solid/CurrencyPoundIcon.js new file mode 100644 index 00000000..ef6f11aa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CurrencyPoundIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CurrencyPoundIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25ZM9.763 9.51a2.25 2.25 0 0 1 3.828-1.351.75.75 0 0 0 1.06-1.06 3.75 3.75 0 0 0-6.38 2.252c-.033.307 0 .595.032.822l.154 1.077H8.25a.75.75 0 0 0 0 1.5h.421l.138.964a3.75 3.75 0 0 1-.358 2.208l-.122.242a.75.75 0 0 0 .908 1.047l1.539-.512a1.5 1.5 0 0 1 .948 0l.655.218a3 3 0 0 0 2.29-.163l.666-.333a.75.75 0 1 0-.67-1.342l-.667.333a1.5 1.5 0 0 1-1.145.082l-.654-.218a3 3 0 0 0-1.898 0l-.06.02a5.25 5.25 0 0 0 .053-1.794l-.108-.752H12a.75.75 0 0 0 0-1.5H9.972l-.184-1.29a1.863 1.863 0 0 1-.025-.45Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyPoundIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/CurrencyRupeeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/CurrencyRupeeIcon.d.ts new file mode 100644 index 00000000..e5c72f61 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CurrencyRupeeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyRupeeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyRupeeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/CurrencyRupeeIcon.js b/frontend/node_modules/@heroicons/react/24/solid/CurrencyRupeeIcon.js new file mode 100644 index 00000000..f8ff0c5c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CurrencyRupeeIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CurrencyRupeeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25ZM9 7.5A.75.75 0 0 0 9 9h1.5c.98 0 1.813.626 2.122 1.5H9A.75.75 0 0 0 9 12h3.622a2.251 2.251 0 0 1-2.122 1.5H9a.75.75 0 0 0-.53 1.28l3 3a.75.75 0 1 0 1.06-1.06L10.8 14.988A3.752 3.752 0 0 0 14.175 12H15a.75.75 0 0 0 0-1.5h-.825A3.733 3.733 0 0 0 13.5 9H15a.75.75 0 0 0 0-1.5H9Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyRupeeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/CurrencyYenIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/CurrencyYenIcon.d.ts new file mode 100644 index 00000000..a26351d2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CurrencyYenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyYenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyYenIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/CurrencyYenIcon.js b/frontend/node_modules/@heroicons/react/24/solid/CurrencyYenIcon.js new file mode 100644 index 00000000..8feb6434 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CurrencyYenIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CurrencyYenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25ZM9.624 7.084a.75.75 0 0 0-1.248.832l2.223 3.334H9a.75.75 0 0 0 0 1.5h2.25v1.5H9a.75.75 0 0 0 0 1.5h2.25v1.5a.75.75 0 0 0 1.5 0v-1.5H15a.75.75 0 0 0 0-1.5h-2.25v-1.5H15a.75.75 0 0 0 0-1.5h-1.599l2.223-3.334a.75.75 0 1 0-1.248-.832L12 10.648 9.624 7.084Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyYenIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/CursorArrowRaysIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/CursorArrowRaysIcon.d.ts new file mode 100644 index 00000000..0bc05e58 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CursorArrowRaysIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CursorArrowRaysIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CursorArrowRaysIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/CursorArrowRaysIcon.js b/frontend/node_modules/@heroicons/react/24/solid/CursorArrowRaysIcon.js new file mode 100644 index 00000000..ce4fd4ed --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CursorArrowRaysIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CursorArrowRaysIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 1.5a.75.75 0 0 1 .75.75V4.5a.75.75 0 0 1-1.5 0V2.25A.75.75 0 0 1 12 1.5ZM5.636 4.136a.75.75 0 0 1 1.06 0l1.592 1.591a.75.75 0 0 1-1.061 1.06l-1.591-1.59a.75.75 0 0 1 0-1.061Zm12.728 0a.75.75 0 0 1 0 1.06l-1.591 1.592a.75.75 0 0 1-1.06-1.061l1.59-1.591a.75.75 0 0 1 1.061 0Zm-6.816 4.496a.75.75 0 0 1 .82.311l5.228 7.917a.75.75 0 0 1-.777 1.148l-2.097-.43 1.045 3.9a.75.75 0 0 1-1.45.388l-1.044-3.899-1.601 1.42a.75.75 0 0 1-1.247-.606l.569-9.47a.75.75 0 0 1 .554-.68ZM3 10.5a.75.75 0 0 1 .75-.75H6a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 10.5Zm14.25 0a.75.75 0 0 1 .75-.75h2.25a.75.75 0 0 1 0 1.5H18a.75.75 0 0 1-.75-.75Zm-8.962 3.712a.75.75 0 0 1 0 1.061l-1.591 1.591a.75.75 0 1 1-1.061-1.06l1.591-1.592a.75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CursorArrowRaysIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/CursorArrowRippleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/CursorArrowRippleIcon.d.ts new file mode 100644 index 00000000..2b2dfa45 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CursorArrowRippleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CursorArrowRippleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CursorArrowRippleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/CursorArrowRippleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/CursorArrowRippleIcon.js new file mode 100644 index 00000000..c8db54f2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/CursorArrowRippleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function CursorArrowRippleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M17.303 5.197A7.5 7.5 0 0 0 6.697 15.803a.75.75 0 0 1-1.061 1.061A9 9 0 1 1 21 10.5a.75.75 0 0 1-1.5 0c0-1.92-.732-3.839-2.197-5.303Zm-2.121 2.121a4.5 4.5 0 0 0-6.364 6.364.75.75 0 1 1-1.06 1.06A6 6 0 1 1 18 10.5a.75.75 0 0 1-1.5 0c0-1.153-.44-2.303-1.318-3.182Zm-3.634 1.314a.75.75 0 0 1 .82.311l5.228 7.917a.75.75 0 0 1-.777 1.148l-2.097-.43 1.045 3.9a.75.75 0 0 1-1.45.388l-1.044-3.899-1.601 1.42a.75.75 0 0 1-1.247-.606l.569-9.47a.75.75 0 0 1 .554-.68Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CursorArrowRippleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/DevicePhoneMobileIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/DevicePhoneMobileIcon.d.ts new file mode 100644 index 00000000..98865d35 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/DevicePhoneMobileIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DevicePhoneMobileIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DevicePhoneMobileIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/DevicePhoneMobileIcon.js b/frontend/node_modules/@heroicons/react/24/solid/DevicePhoneMobileIcon.js new file mode 100644 index 00000000..079eb654 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/DevicePhoneMobileIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function DevicePhoneMobileIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10.5 18.75a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5h-3Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8.625.75A3.375 3.375 0 0 0 5.25 4.125v15.75a3.375 3.375 0 0 0 3.375 3.375h6.75a3.375 3.375 0 0 0 3.375-3.375V4.125A3.375 3.375 0 0 0 15.375.75h-6.75ZM7.5 4.125C7.5 3.504 8.004 3 8.625 3H9.75v.375c0 .621.504 1.125 1.125 1.125h2.25c.621 0 1.125-.504 1.125-1.125V3h1.125c.621 0 1.125.504 1.125 1.125v15.75c0 .621-.504 1.125-1.125 1.125h-6.75A1.125 1.125 0 0 1 7.5 19.875V4.125Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DevicePhoneMobileIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/DeviceTabletIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/DeviceTabletIcon.d.ts new file mode 100644 index 00000000..0ac9da19 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/DeviceTabletIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DeviceTabletIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DeviceTabletIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/DeviceTabletIcon.js b/frontend/node_modules/@heroicons/react/24/solid/DeviceTabletIcon.js new file mode 100644 index 00000000..a71be3b9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/DeviceTabletIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function DeviceTabletIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10.5 18a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5h-3Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.125 1.5A3.375 3.375 0 0 0 3.75 4.875v14.25A3.375 3.375 0 0 0 7.125 22.5h9.75a3.375 3.375 0 0 0 3.375-3.375V4.875A3.375 3.375 0 0 0 16.875 1.5h-9.75ZM6 4.875c0-.621.504-1.125 1.125-1.125h9.75c.621 0 1.125.504 1.125 1.125v14.25c0 .621-.504 1.125-1.125 1.125h-9.75A1.125 1.125 0 0 1 6 19.125V4.875Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DeviceTabletIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/DivideIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/DivideIcon.d.ts new file mode 100644 index 00000000..997c414d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/DivideIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DivideIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DivideIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/DivideIcon.js b/frontend/node_modules/@heroicons/react/24/solid/DivideIcon.js new file mode 100644 index 00000000..71cf6f3a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/DivideIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function DivideIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10.874 5.248a1.125 1.125 0 1 1 2.25 0 1.125 1.125 0 0 1-2.25 0Zm-7.125 6.75a.75.75 0 0 1 .75-.75h15a.75.75 0 0 1 0 1.5h-15a.75.75 0 0 1-.75-.75Zm7.125 6.753a1.125 1.125 0 1 1 2.25 0 1.125 1.125 0 0 1-2.25 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DivideIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/DocumentArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/DocumentArrowDownIcon.d.ts new file mode 100644 index 00000000..fe24428a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/DocumentArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/DocumentArrowDownIcon.js b/frontend/node_modules/@heroicons/react/24/solid/DocumentArrowDownIcon.js new file mode 100644 index 00000000..5d94724b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/DocumentArrowDownIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function DocumentArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.625 1.5H9a3.75 3.75 0 0 1 3.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 0 1 3.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 0 1-1.875-1.875V3.375c0-1.036.84-1.875 1.875-1.875Zm5.845 17.03a.75.75 0 0 0 1.06 0l3-3a.75.75 0 1 0-1.06-1.06l-1.72 1.72V12a.75.75 0 0 0-1.5 0v4.19l-1.72-1.72a.75.75 0 0 0-1.06 1.06l3 3Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M14.25 5.25a5.23 5.23 0 0 0-1.279-3.434 9.768 9.768 0 0 1 6.963 6.963A5.23 5.23 0 0 0 16.5 7.5h-1.875a.375.375 0 0 1-.375-.375V5.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentArrowDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/DocumentArrowUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/DocumentArrowUpIcon.d.ts new file mode 100644 index 00000000..fe2fe304 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/DocumentArrowUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentArrowUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentArrowUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/DocumentArrowUpIcon.js b/frontend/node_modules/@heroicons/react/24/solid/DocumentArrowUpIcon.js new file mode 100644 index 00000000..3657e170 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/DocumentArrowUpIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function DocumentArrowUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.625 1.5H9a3.75 3.75 0 0 1 3.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 0 1 3.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 0 1-1.875-1.875V3.375c0-1.036.84-1.875 1.875-1.875Zm6.905 9.97a.75.75 0 0 0-1.06 0l-3 3a.75.75 0 1 0 1.06 1.06l1.72-1.72V18a.75.75 0 0 0 1.5 0v-4.19l1.72 1.72a.75.75 0 1 0 1.06-1.06l-3-3Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M14.25 5.25a5.23 5.23 0 0 0-1.279-3.434 9.768 9.768 0 0 1 6.963 6.963A5.23 5.23 0 0 0 16.5 7.5h-1.875a.375.375 0 0 1-.375-.375V5.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentArrowUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/DocumentChartBarIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/DocumentChartBarIcon.d.ts new file mode 100644 index 00000000..0d302299 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/DocumentChartBarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentChartBarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentChartBarIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/DocumentChartBarIcon.js b/frontend/node_modules/@heroicons/react/24/solid/DocumentChartBarIcon.js new file mode 100644 index 00000000..e8d803cb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/DocumentChartBarIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function DocumentChartBarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.625 1.5H9a3.75 3.75 0 0 1 3.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 0 1 3.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 0 1-1.875-1.875V3.375c0-1.036.84-1.875 1.875-1.875ZM9.75 17.25a.75.75 0 0 0-1.5 0V18a.75.75 0 0 0 1.5 0v-.75Zm2.25-3a.75.75 0 0 1 .75.75v3a.75.75 0 0 1-1.5 0v-3a.75.75 0 0 1 .75-.75Zm3.75-1.5a.75.75 0 0 0-1.5 0V18a.75.75 0 0 0 1.5 0v-5.25Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M14.25 5.25a5.23 5.23 0 0 0-1.279-3.434 9.768 9.768 0 0 1 6.963 6.963A5.23 5.23 0 0 0 16.5 7.5h-1.875a.375.375 0 0 1-.375-.375V5.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentChartBarIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/DocumentCheckIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/DocumentCheckIcon.d.ts new file mode 100644 index 00000000..67250d12 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/DocumentCheckIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCheckIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCheckIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/DocumentCheckIcon.js b/frontend/node_modules/@heroicons/react/24/solid/DocumentCheckIcon.js new file mode 100644 index 00000000..fdd0555d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/DocumentCheckIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function DocumentCheckIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9 1.5H5.625c-1.036 0-1.875.84-1.875 1.875v17.25c0 1.035.84 1.875 1.875 1.875h12.75c1.035 0 1.875-.84 1.875-1.875V12.75A3.75 3.75 0 0 0 16.5 9h-1.875a1.875 1.875 0 0 1-1.875-1.875V5.25A3.75 3.75 0 0 0 9 1.5Zm6.61 10.936a.75.75 0 1 0-1.22-.872l-3.236 4.53L9.53 14.47a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.14-.094l3.75-5.25Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M12.971 1.816A5.23 5.23 0 0 1 14.25 5.25v1.875c0 .207.168.375.375.375H16.5a5.23 5.23 0 0 1 3.434 1.279 9.768 9.768 0 0 0-6.963-6.963Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCheckIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/DocumentCurrencyBangladeshiIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/DocumentCurrencyBangladeshiIcon.d.ts new file mode 100644 index 00000000..c2bce0c1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/DocumentCurrencyBangladeshiIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyBangladeshiIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyBangladeshiIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/DocumentCurrencyBangladeshiIcon.js b/frontend/node_modules/@heroicons/react/24/solid/DocumentCurrencyBangladeshiIcon.js new file mode 100644 index 00000000..7b41933d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/DocumentCurrencyBangladeshiIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function DocumentCurrencyBangladeshiIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.75 3.375c0-1.036.84-1.875 1.875-1.875H9a3.75 3.75 0 0 1 3.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 0 1 3.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 0 1-1.875-1.875V3.375Zm10.5 1.875a5.23 5.23 0 0 0-1.279-3.434 9.768 9.768 0 0 1 6.963 6.963A5.23 5.23 0 0 0 16.5 7.5h-1.875a.375.375 0 0 1-.375-.375V5.25Zm-3.75 5.56c0-1.336-1.616-2.005-2.56-1.06l-.22.22a.75.75 0 0 0 1.06 1.06l.22-.22v1.94h-.75a.75.75 0 0 0 0 1.5H9v3c0 .671.307 1.453 1.068 1.815a4.5 4.5 0 0 0 5.993-2.123c.233-.487.14-1-.136-1.37A1.459 1.459 0 0 0 14.757 15h-.507a.75.75 0 0 0 0 1.5h.349a2.999 2.999 0 0 1-3.887 1.21c-.091-.043-.212-.186-.212-.46v-3h5.25a.75.75 0 1 0 0-1.5H10.5v-1.94Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyBangladeshiIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/DocumentCurrencyDollarIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/DocumentCurrencyDollarIcon.d.ts new file mode 100644 index 00000000..6bfe92bc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/DocumentCurrencyDollarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyDollarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyDollarIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/DocumentCurrencyDollarIcon.js b/frontend/node_modules/@heroicons/react/24/solid/DocumentCurrencyDollarIcon.js new file mode 100644 index 00000000..f548d27a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/DocumentCurrencyDollarIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function DocumentCurrencyDollarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.75 3.375c0-1.036.84-1.875 1.875-1.875H9a3.75 3.75 0 0 1 3.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 0 1 3.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 0 1-1.875-1.875V3.375Zm10.5 1.875a5.23 5.23 0 0 0-1.279-3.434 9.768 9.768 0 0 1 6.963 6.963A5.23 5.23 0 0 0 16.5 7.5h-1.875a.375.375 0 0 1-.375-.375V5.25ZM12 10.5a.75.75 0 0 1 .75.75v.028a9.727 9.727 0 0 1 1.687.28.75.75 0 1 1-.374 1.452 8.207 8.207 0 0 0-1.313-.226v1.68l.969.332c.67.23 1.281.85 1.281 1.704 0 .158-.007.314-.02.468-.083.931-.83 1.582-1.669 1.695a9.776 9.776 0 0 1-.561.059v.028a.75.75 0 0 1-1.5 0v-.029a9.724 9.724 0 0 1-1.687-.278.75.75 0 0 1 .374-1.453c.425.11.864.186 1.313.226v-1.68l-.968-.332C9.612 14.974 9 14.354 9 13.5c0-.158.007-.314.02-.468.083-.931.831-1.582 1.67-1.694.185-.025.372-.045.56-.06v-.028a.75.75 0 0 1 .75-.75Zm-1.11 2.324c.119-.016.239-.03.36-.04v1.166l-.482-.165c-.208-.072-.268-.211-.268-.285 0-.113.005-.225.015-.336.013-.146.14-.309.374-.34Zm1.86 4.392V16.05l.482.165c.208.072.268.211.268.285 0 .113-.005.225-.015.336-.012.146-.14.309-.374.34-.12.016-.24.03-.361.04Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyDollarIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/DocumentCurrencyEuroIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/DocumentCurrencyEuroIcon.d.ts new file mode 100644 index 00000000..0333f02e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/DocumentCurrencyEuroIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyEuroIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyEuroIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/DocumentCurrencyEuroIcon.js b/frontend/node_modules/@heroicons/react/24/solid/DocumentCurrencyEuroIcon.js new file mode 100644 index 00000000..a87f57db --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/DocumentCurrencyEuroIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function DocumentCurrencyEuroIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.75 3.375c0-1.036.84-1.875 1.875-1.875H9a3.75 3.75 0 0 1 3.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 0 1 3.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 0 1-1.875-1.875V3.375Zm7.464 9.442c.459-.573 1.019-.817 1.536-.817.517 0 1.077.244 1.536.817a.75.75 0 1 0 1.171-.937c-.713-.892-1.689-1.38-2.707-1.38-1.018 0-1.994.488-2.707 1.38a4.61 4.61 0 0 0-.705 1.245H8.25a.75.75 0 0 0 0 1.5h.763c-.017.25-.017.5 0 .75H8.25a.75.75 0 0 0 0 1.5h1.088c.17.449.406.87.705 1.245.713.892 1.689 1.38 2.707 1.38 1.018 0 1.994-.488 2.707-1.38a.75.75 0 0 0-1.171-.937c-.459.573-1.019.817-1.536.817-.517 0-1.077-.244-1.536-.817-.078-.098-.15-.2-.215-.308h1.751a.75.75 0 0 0 0-1.5h-2.232a3.965 3.965 0 0 1 0-.75h2.232a.75.75 0 0 0 0-1.5H11c.065-.107.136-.21.214-.308Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M14.25 5.25a5.23 5.23 0 0 0-1.279-3.434 9.768 9.768 0 0 1 6.963 6.963A5.23 5.23 0 0 0 16.5 7.5h-1.875a.375.375 0 0 1-.375-.375V5.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyEuroIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/DocumentCurrencyPoundIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/DocumentCurrencyPoundIcon.d.ts new file mode 100644 index 00000000..47d0a886 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/DocumentCurrencyPoundIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyPoundIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyPoundIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/DocumentCurrencyPoundIcon.js b/frontend/node_modules/@heroicons/react/24/solid/DocumentCurrencyPoundIcon.js new file mode 100644 index 00000000..64d8990f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/DocumentCurrencyPoundIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function DocumentCurrencyPoundIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.75 3.375c0-1.036.84-1.875 1.875-1.875H9a3.75 3.75 0 0 1 3.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 0 1 3.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 0 1-1.875-1.875V3.375Zm10.5 1.875a5.23 5.23 0 0 0-1.279-3.434 9.768 9.768 0 0 1 6.963 6.963A5.23 5.23 0 0 0 16.5 7.5h-1.875a.375.375 0 0 1-.375-.375V5.25Zm-3.674 9.583a2.249 2.249 0 0 1 3.765-2.174.75.75 0 0 0 1.06-1.06A3.75 3.75 0 0 0 9.076 15H8.25a.75.75 0 0 0 0 1.5h1.156a3.75 3.75 0 0 1-.206 1.559l-.156.439a.75.75 0 0 0 1.042.923l.439-.22a2.113 2.113 0 0 1 1.613-.115 3.613 3.613 0 0 0 2.758-.196l.44-.22a.75.75 0 1 0-.671-1.341l-.44.22a2.113 2.113 0 0 1-1.613.114 3.612 3.612 0 0 0-1.745-.134c.048-.341.062-.686.042-1.029H12a.75.75 0 0 0 0-1.5h-1.379l-.045-.167Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyPoundIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/DocumentCurrencyRupeeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/DocumentCurrencyRupeeIcon.d.ts new file mode 100644 index 00000000..4c5e29c4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/DocumentCurrencyRupeeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyRupeeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyRupeeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/DocumentCurrencyRupeeIcon.js b/frontend/node_modules/@heroicons/react/24/solid/DocumentCurrencyRupeeIcon.js new file mode 100644 index 00000000..0f3c802e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/DocumentCurrencyRupeeIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function DocumentCurrencyRupeeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.75 3.375c0-1.036.84-1.875 1.875-1.875H9a3.75 3.75 0 0 1 3.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 0 1 3.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 0 1-1.875-1.875V3.375Zm10.5 1.875a5.23 5.23 0 0 0-1.279-3.434 9.768 9.768 0 0 1 6.963 6.963A5.23 5.23 0 0 0 16.5 7.5h-1.875a.375.375 0 0 1-.375-.375V5.25Zm-4.5 5.25a.75.75 0 0 0 0 1.5h.375c.769 0 1.43.463 1.719 1.125H9.75a.75.75 0 0 0 0 1.5h2.094a1.875 1.875 0 0 1-1.719 1.125H9.75a.75.75 0 0 0-.53 1.28l2.25 2.25a.75.75 0 0 0 1.06-1.06l-1.193-1.194a3.382 3.382 0 0 0 2.08-2.401h.833a.75.75 0 0 0 0-1.5h-.834A3.357 3.357 0 0 0 12.932 12h1.318a.75.75 0 0 0 0-1.5H10.5c-.04 0-.08.003-.12.01a3.425 3.425 0 0 0-.255-.01H9.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyRupeeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/DocumentCurrencyYenIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/DocumentCurrencyYenIcon.d.ts new file mode 100644 index 00000000..32fd2d12 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/DocumentCurrencyYenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyYenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyYenIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/DocumentCurrencyYenIcon.js b/frontend/node_modules/@heroicons/react/24/solid/DocumentCurrencyYenIcon.js new file mode 100644 index 00000000..d2947e30 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/DocumentCurrencyYenIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function DocumentCurrencyYenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.75 3.375c0-1.036.84-1.875 1.875-1.875H9a3.75 3.75 0 0 1 3.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 0 1 3.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 0 1-1.875-1.875V3.375Zm10.5 1.875a5.23 5.23 0 0 0-1.279-3.434 9.768 9.768 0 0 1 6.963 6.963A5.23 5.23 0 0 0 16.5 7.5h-1.875a.375.375 0 0 1-.375-.375V5.25Zm-3.9 5.55a.75.75 0 0 0-1.2.9l1.912 2.55H9.75a.75.75 0 0 0 0 1.5h1.5v.75h-1.5a.75.75 0 0 0 0 1.5h1.5v.75a.75.75 0 1 0 1.5 0V18h1.5a.75.75 0 1 0 0-1.5h-1.5v-.75h1.5a.75.75 0 1 0 0-1.5h-1.313l1.913-2.55a.75.75 0 1 0-1.2-.9L12 13l-1.65-2.2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyYenIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/DocumentDuplicateIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/DocumentDuplicateIcon.d.ts new file mode 100644 index 00000000..04a06a67 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/DocumentDuplicateIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentDuplicateIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentDuplicateIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/DocumentDuplicateIcon.js b/frontend/node_modules/@heroicons/react/24/solid/DocumentDuplicateIcon.js new file mode 100644 index 00000000..aa4db455 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/DocumentDuplicateIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function DocumentDuplicateIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M7.5 3.375c0-1.036.84-1.875 1.875-1.875h.375a3.75 3.75 0 0 1 3.75 3.75v1.875C13.5 8.161 14.34 9 15.375 9h1.875A3.75 3.75 0 0 1 21 12.75v3.375C21 17.16 20.16 18 19.125 18h-9.75A1.875 1.875 0 0 1 7.5 16.125V3.375Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M15 5.25a5.23 5.23 0 0 0-1.279-3.434 9.768 9.768 0 0 1 6.963 6.963A5.23 5.23 0 0 0 17.25 7.5h-1.875A.375.375 0 0 1 15 7.125V5.25ZM4.875 6H6v10.125A3.375 3.375 0 0 0 9.375 19.5H16.5v1.125c0 1.035-.84 1.875-1.875 1.875h-9.75A1.875 1.875 0 0 1 3 20.625V7.875C3 6.839 3.84 6 4.875 6Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentDuplicateIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/DocumentIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/DocumentIcon.d.ts new file mode 100644 index 00000000..bc42e724 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/DocumentIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/DocumentIcon.js b/frontend/node_modules/@heroicons/react/24/solid/DocumentIcon.js new file mode 100644 index 00000000..0931b1dc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/DocumentIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function DocumentIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5.625 1.5c-1.036 0-1.875.84-1.875 1.875v17.25c0 1.035.84 1.875 1.875 1.875h12.75c1.035 0 1.875-.84 1.875-1.875V12.75A3.75 3.75 0 0 0 16.5 9h-1.875a1.875 1.875 0 0 1-1.875-1.875V5.25A3.75 3.75 0 0 0 9 1.5H5.625Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M12.971 1.816A5.23 5.23 0 0 1 14.25 5.25v1.875c0 .207.168.375.375.375H16.5a5.23 5.23 0 0 1 3.434 1.279 9.768 9.768 0 0 0-6.963-6.963Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/DocumentMagnifyingGlassIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/DocumentMagnifyingGlassIcon.d.ts new file mode 100644 index 00000000..dc68c0c5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/DocumentMagnifyingGlassIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentMagnifyingGlassIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentMagnifyingGlassIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/DocumentMagnifyingGlassIcon.js b/frontend/node_modules/@heroicons/react/24/solid/DocumentMagnifyingGlassIcon.js new file mode 100644 index 00000000..c5565a23 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/DocumentMagnifyingGlassIcon.js @@ -0,0 +1,28 @@ +const React = require("react"); +function DocumentMagnifyingGlassIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M11.625 16.5a1.875 1.875 0 1 0 0-3.75 1.875 1.875 0 0 0 0 3.75Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.625 1.5H9a3.75 3.75 0 0 1 3.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 0 1 3.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 0 1-1.875-1.875V3.375c0-1.036.84-1.875 1.875-1.875Zm6 16.5c.66 0 1.277-.19 1.797-.518l1.048 1.048a.75.75 0 0 0 1.06-1.06l-1.047-1.048A3.375 3.375 0 1 0 11.625 18Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M14.25 5.25a5.23 5.23 0 0 0-1.279-3.434 9.768 9.768 0 0 1 6.963 6.963A5.23 5.23 0 0 0 16.5 7.5h-1.875a.375.375 0 0 1-.375-.375V5.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentMagnifyingGlassIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/DocumentMinusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/DocumentMinusIcon.d.ts new file mode 100644 index 00000000..a4fe39b8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/DocumentMinusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentMinusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentMinusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/DocumentMinusIcon.js b/frontend/node_modules/@heroicons/react/24/solid/DocumentMinusIcon.js new file mode 100644 index 00000000..d7895fbd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/DocumentMinusIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function DocumentMinusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.625 1.5H9a3.75 3.75 0 0 1 3.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 0 1 3.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 0 1-1.875-1.875V3.375c0-1.036.84-1.875 1.875-1.875ZM9.75 14.25a.75.75 0 0 0 0 1.5H15a.75.75 0 0 0 0-1.5H9.75Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M14.25 5.25a5.23 5.23 0 0 0-1.279-3.434 9.768 9.768 0 0 1 6.963 6.963A5.23 5.23 0 0 0 16.5 7.5h-1.875a.375.375 0 0 1-.375-.375V5.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentMinusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/DocumentPlusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/DocumentPlusIcon.d.ts new file mode 100644 index 00000000..9446dd5e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/DocumentPlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentPlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentPlusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/DocumentPlusIcon.js b/frontend/node_modules/@heroicons/react/24/solid/DocumentPlusIcon.js new file mode 100644 index 00000000..03299b29 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/DocumentPlusIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function DocumentPlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.625 1.5H9a3.75 3.75 0 0 1 3.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 0 1 3.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 0 1-1.875-1.875V3.375c0-1.036.84-1.875 1.875-1.875ZM12.75 12a.75.75 0 0 0-1.5 0v2.25H9a.75.75 0 0 0 0 1.5h2.25V18a.75.75 0 0 0 1.5 0v-2.25H15a.75.75 0 0 0 0-1.5h-2.25V12Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M14.25 5.25a5.23 5.23 0 0 0-1.279-3.434 9.768 9.768 0 0 1 6.963 6.963A5.23 5.23 0 0 0 16.5 7.5h-1.875a.375.375 0 0 1-.375-.375V5.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentPlusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/DocumentTextIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/DocumentTextIcon.d.ts new file mode 100644 index 00000000..1d9f5482 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/DocumentTextIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentTextIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentTextIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/DocumentTextIcon.js b/frontend/node_modules/@heroicons/react/24/solid/DocumentTextIcon.js new file mode 100644 index 00000000..da64a32d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/DocumentTextIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function DocumentTextIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.625 1.5c-1.036 0-1.875.84-1.875 1.875v17.25c0 1.035.84 1.875 1.875 1.875h12.75c1.035 0 1.875-.84 1.875-1.875V12.75A3.75 3.75 0 0 0 16.5 9h-1.875a1.875 1.875 0 0 1-1.875-1.875V5.25A3.75 3.75 0 0 0 9 1.5H5.625ZM7.5 15a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5A.75.75 0 0 1 7.5 15Zm.75 2.25a.75.75 0 0 0 0 1.5H12a.75.75 0 0 0 0-1.5H8.25Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M12.971 1.816A5.23 5.23 0 0 1 14.25 5.25v1.875c0 .207.168.375.375.375H16.5a5.23 5.23 0 0 1 3.434 1.279 9.768 9.768 0 0 0-6.963-6.963Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentTextIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/EllipsisHorizontalCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/EllipsisHorizontalCircleIcon.d.ts new file mode 100644 index 00000000..18be974b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/EllipsisHorizontalCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EllipsisHorizontalCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EllipsisHorizontalCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/EllipsisHorizontalCircleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/EllipsisHorizontalCircleIcon.js new file mode 100644 index 00000000..908d8972 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/EllipsisHorizontalCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function EllipsisHorizontalCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25Zm0 8.625a1.125 1.125 0 1 0 0 2.25 1.125 1.125 0 0 0 0-2.25ZM15.375 12a1.125 1.125 0 1 1 2.25 0 1.125 1.125 0 0 1-2.25 0ZM7.5 10.875a1.125 1.125 0 1 0 0 2.25 1.125 1.125 0 0 0 0-2.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EllipsisHorizontalCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/EllipsisHorizontalIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/EllipsisHorizontalIcon.d.ts new file mode 100644 index 00000000..6de30faf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/EllipsisHorizontalIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EllipsisHorizontalIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EllipsisHorizontalIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/EllipsisHorizontalIcon.js b/frontend/node_modules/@heroicons/react/24/solid/EllipsisHorizontalIcon.js new file mode 100644 index 00000000..28d09791 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/EllipsisHorizontalIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function EllipsisHorizontalIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 12a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Zm6 0a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Zm6 0a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EllipsisHorizontalIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/EllipsisVerticalIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/EllipsisVerticalIcon.d.ts new file mode 100644 index 00000000..c343e141 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/EllipsisVerticalIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EllipsisVerticalIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EllipsisVerticalIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/EllipsisVerticalIcon.js b/frontend/node_modules/@heroicons/react/24/solid/EllipsisVerticalIcon.js new file mode 100644 index 00000000..5d302343 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/EllipsisVerticalIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function EllipsisVerticalIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10.5 6a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Zm0 6a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Zm0 6a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EllipsisVerticalIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/EnvelopeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/EnvelopeIcon.d.ts new file mode 100644 index 00000000..c9db4845 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/EnvelopeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EnvelopeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EnvelopeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/EnvelopeIcon.js b/frontend/node_modules/@heroicons/react/24/solid/EnvelopeIcon.js new file mode 100644 index 00000000..664ea165 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/EnvelopeIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function EnvelopeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M1.5 8.67v8.58a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3V8.67l-8.928 5.493a3 3 0 0 1-3.144 0L1.5 8.67Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M22.5 6.908V6.75a3 3 0 0 0-3-3h-15a3 3 0 0 0-3 3v.158l9.714 5.978a1.5 1.5 0 0 0 1.572 0L22.5 6.908Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EnvelopeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/EnvelopeOpenIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/EnvelopeOpenIcon.d.ts new file mode 100644 index 00000000..46a5e61f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/EnvelopeOpenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EnvelopeOpenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EnvelopeOpenIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/EnvelopeOpenIcon.js b/frontend/node_modules/@heroicons/react/24/solid/EnvelopeOpenIcon.js new file mode 100644 index 00000000..3b325202 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/EnvelopeOpenIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function EnvelopeOpenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M19.5 22.5a3 3 0 0 0 3-3v-8.174l-6.879 4.022 3.485 1.876a.75.75 0 1 1-.712 1.321l-5.683-3.06a1.5 1.5 0 0 0-1.422 0l-5.683 3.06a.75.75 0 0 1-.712-1.32l3.485-1.877L1.5 11.326V19.5a3 3 0 0 0 3 3h15Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M1.5 9.589v-.745a3 3 0 0 1 1.578-2.642l7.5-4.038a3 3 0 0 1 2.844 0l7.5 4.038A3 3 0 0 1 22.5 8.844v.745l-8.426 4.926-.652-.351a3 3 0 0 0-2.844 0l-.652.351L1.5 9.589Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EnvelopeOpenIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/EqualsIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/EqualsIcon.d.ts new file mode 100644 index 00000000..a535cdb0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/EqualsIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EqualsIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EqualsIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/EqualsIcon.js b/frontend/node_modules/@heroicons/react/24/solid/EqualsIcon.js new file mode 100644 index 00000000..bb11b2e5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/EqualsIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function EqualsIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.748 8.248a.75.75 0 0 1 .75-.75h15a.75.75 0 0 1 0 1.5h-15a.75.75 0 0 1-.75-.75ZM3.748 15.75a.75.75 0 0 1 .75-.751h15a.75.75 0 0 1 0 1.5h-15a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EqualsIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ExclamationCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ExclamationCircleIcon.d.ts new file mode 100644 index 00000000..c6008c94 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ExclamationCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ExclamationCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ExclamationCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ExclamationCircleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ExclamationCircleIcon.js new file mode 100644 index 00000000..e7db9647 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ExclamationCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ExclamationCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12ZM12 8.25a.75.75 0 0 1 .75.75v3.75a.75.75 0 0 1-1.5 0V9a.75.75 0 0 1 .75-.75Zm0 8.25a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ExclamationCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ExclamationTriangleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ExclamationTriangleIcon.d.ts new file mode 100644 index 00000000..be0d82c5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ExclamationTriangleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ExclamationTriangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ExclamationTriangleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ExclamationTriangleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ExclamationTriangleIcon.js new file mode 100644 index 00000000..f860cd9e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ExclamationTriangleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ExclamationTriangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.401 3.003c1.155-2 4.043-2 5.197 0l7.355 12.748c1.154 2-.29 4.5-2.599 4.5H4.645c-2.309 0-3.752-2.5-2.598-4.5L9.4 3.003ZM12 8.25a.75.75 0 0 1 .75.75v3.75a.75.75 0 0 1-1.5 0V9a.75.75 0 0 1 .75-.75Zm0 8.25a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ExclamationTriangleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/EyeDropperIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/EyeDropperIcon.d.ts new file mode 100644 index 00000000..af7bce13 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/EyeDropperIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EyeDropperIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EyeDropperIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/EyeDropperIcon.js b/frontend/node_modules/@heroicons/react/24/solid/EyeDropperIcon.js new file mode 100644 index 00000000..c94c5277 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/EyeDropperIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function EyeDropperIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M16.098 2.598a3.75 3.75 0 1 1 3.622 6.275l-1.72.46V12a.75.75 0 0 1-.22.53l-.75.75a.75.75 0 0 1-1.06 0l-.97-.97-7.94 7.94a2.56 2.56 0 0 1-1.81.75 1.06 1.06 0 0 0-.75.31l-.97.97a.75.75 0 0 1-1.06 0l-.75-.75a.75.75 0 0 1 0-1.06l.97-.97a1.06 1.06 0 0 0 .31-.75c0-.68.27-1.33.75-1.81L11.69 9l-.97-.97a.75.75 0 0 1 0-1.06l.75-.75A.75.75 0 0 1 12 6h2.666l.461-1.72c.165-.617.49-1.2.971-1.682Zm-3.348 7.463L4.81 18a1.06 1.06 0 0 0-.31.75c0 .318-.06.63-.172.922a2.56 2.56 0 0 1 .922-.172c.281 0 .551-.112.75-.31l7.94-7.94-1.19-1.19Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EyeDropperIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/EyeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/EyeIcon.d.ts new file mode 100644 index 00000000..3b9c01f3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/EyeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EyeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EyeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/EyeIcon.js b/frontend/node_modules/@heroicons/react/24/solid/EyeIcon.js new file mode 100644 index 00000000..5f79561d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/EyeIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function EyeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.323 11.447C2.811 6.976 7.028 3.75 12.001 3.75c4.97 0 9.185 3.223 10.675 7.69.12.362.12.752 0 1.113-1.487 4.471-5.705 7.697-10.677 7.697-4.97 0-9.186-3.223-10.675-7.69a1.762 1.762 0 0 1 0-1.113ZM17.25 12a5.25 5.25 0 1 1-10.5 0 5.25 5.25 0 0 1 10.5 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EyeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/EyeSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/EyeSlashIcon.d.ts new file mode 100644 index 00000000..e0540b3a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/EyeSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EyeSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EyeSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/EyeSlashIcon.js b/frontend/node_modules/@heroicons/react/24/solid/EyeSlashIcon.js new file mode 100644 index 00000000..b9b21467 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/EyeSlashIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function EyeSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.53 2.47a.75.75 0 0 0-1.06 1.06l18 18a.75.75 0 1 0 1.06-1.06l-18-18ZM22.676 12.553a11.249 11.249 0 0 1-2.631 4.31l-3.099-3.099a5.25 5.25 0 0 0-6.71-6.71L7.759 4.577a11.217 11.217 0 0 1 4.242-.827c4.97 0 9.185 3.223 10.675 7.69.12.362.12.752 0 1.113Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M15.75 12c0 .18-.013.357-.037.53l-4.244-4.243A3.75 3.75 0 0 1 15.75 12ZM12.53 15.713l-4.243-4.244a3.75 3.75 0 0 0 4.244 4.243Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M6.75 12c0-.619.107-1.213.304-1.764l-3.1-3.1a11.25 11.25 0 0 0-2.63 4.31c-.12.362-.12.752 0 1.114 1.489 4.467 5.704 7.69 10.675 7.69 1.5 0 2.933-.294 4.242-.827l-2.477-2.477A5.25 5.25 0 0 1 6.75 12Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EyeSlashIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/FaceFrownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/FaceFrownIcon.d.ts new file mode 100644 index 00000000..b11631b6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/FaceFrownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FaceFrownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FaceFrownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/FaceFrownIcon.js b/frontend/node_modules/@heroicons/react/24/solid/FaceFrownIcon.js new file mode 100644 index 00000000..462a631f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/FaceFrownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function FaceFrownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25Zm-2.625 6c-.54 0-.828.419-.936.634a1.96 1.96 0 0 0-.189.866c0 .298.059.605.189.866.108.215.395.634.936.634.54 0 .828-.419.936-.634.13-.26.189-.568.189-.866 0-.298-.059-.605-.189-.866-.108-.215-.395-.634-.936-.634Zm4.314.634c.108-.215.395-.634.936-.634.54 0 .828.419.936.634.13.26.189.568.189.866 0 .298-.059.605-.189.866-.108.215-.395.634-.936.634-.54 0-.828-.419-.936-.634a1.96 1.96 0 0 1-.189-.866c0-.298.059-.605.189-.866Zm-4.34 7.964a.75.75 0 0 1-1.061-1.06 5.236 5.236 0 0 1 3.73-1.538 5.236 5.236 0 0 1 3.695 1.538.75.75 0 1 1-1.061 1.06 3.736 3.736 0 0 0-2.639-1.098 3.736 3.736 0 0 0-2.664 1.098Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FaceFrownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/FaceSmileIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/FaceSmileIcon.d.ts new file mode 100644 index 00000000..ef261f45 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/FaceSmileIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FaceSmileIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FaceSmileIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/FaceSmileIcon.js b/frontend/node_modules/@heroicons/react/24/solid/FaceSmileIcon.js new file mode 100644 index 00000000..809372a6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/FaceSmileIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function FaceSmileIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25Zm-2.625 6c-.54 0-.828.419-.936.634a1.96 1.96 0 0 0-.189.866c0 .298.059.605.189.866.108.215.395.634.936.634.54 0 .828-.419.936-.634.13-.26.189-.568.189-.866 0-.298-.059-.605-.189-.866-.108-.215-.395-.634-.936-.634Zm4.314.634c.108-.215.395-.634.936-.634.54 0 .828.419.936.634.13.26.189.568.189.866 0 .298-.059.605-.189.866-.108.215-.395.634-.936.634-.54 0-.828-.419-.936-.634a1.96 1.96 0 0 1-.189-.866c0-.298.059-.605.189-.866Zm2.023 6.828a.75.75 0 1 0-1.06-1.06 3.75 3.75 0 0 1-5.304 0 .75.75 0 0 0-1.06 1.06 5.25 5.25 0 0 0 7.424 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FaceSmileIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/FilmIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/FilmIcon.d.ts new file mode 100644 index 00000000..9b4ad1fd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/FilmIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FilmIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FilmIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/FilmIcon.js b/frontend/node_modules/@heroicons/react/24/solid/FilmIcon.js new file mode 100644 index 00000000..6d748651 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/FilmIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function FilmIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.5 5.625c0-1.036.84-1.875 1.875-1.875h17.25c1.035 0 1.875.84 1.875 1.875v12.75c0 1.035-.84 1.875-1.875 1.875H3.375A1.875 1.875 0 0 1 1.5 18.375V5.625Zm1.5 0v1.5c0 .207.168.375.375.375h1.5a.375.375 0 0 0 .375-.375v-1.5a.375.375 0 0 0-.375-.375h-1.5A.375.375 0 0 0 3 5.625Zm16.125-.375a.375.375 0 0 0-.375.375v1.5c0 .207.168.375.375.375h1.5A.375.375 0 0 0 21 7.125v-1.5a.375.375 0 0 0-.375-.375h-1.5ZM21 9.375A.375.375 0 0 0 20.625 9h-1.5a.375.375 0 0 0-.375.375v1.5c0 .207.168.375.375.375h1.5a.375.375 0 0 0 .375-.375v-1.5Zm0 3.75a.375.375 0 0 0-.375-.375h-1.5a.375.375 0 0 0-.375.375v1.5c0 .207.168.375.375.375h1.5a.375.375 0 0 0 .375-.375v-1.5Zm0 3.75a.375.375 0 0 0-.375-.375h-1.5a.375.375 0 0 0-.375.375v1.5c0 .207.168.375.375.375h1.5a.375.375 0 0 0 .375-.375v-1.5ZM4.875 18.75a.375.375 0 0 0 .375-.375v-1.5a.375.375 0 0 0-.375-.375h-1.5a.375.375 0 0 0-.375.375v1.5c0 .207.168.375.375.375h1.5ZM3.375 15h1.5a.375.375 0 0 0 .375-.375v-1.5a.375.375 0 0 0-.375-.375h-1.5a.375.375 0 0 0-.375.375v1.5c0 .207.168.375.375.375Zm0-3.75h1.5a.375.375 0 0 0 .375-.375v-1.5A.375.375 0 0 0 4.875 9h-1.5A.375.375 0 0 0 3 9.375v1.5c0 .207.168.375.375.375Zm4.125 0a.75.75 0 0 0 0 1.5h9a.75.75 0 0 0 0-1.5h-9Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FilmIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/FingerPrintIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/FingerPrintIcon.d.ts new file mode 100644 index 00000000..58bb338c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/FingerPrintIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FingerPrintIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FingerPrintIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/FingerPrintIcon.js b/frontend/node_modules/@heroicons/react/24/solid/FingerPrintIcon.js new file mode 100644 index 00000000..2edb18a0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/FingerPrintIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function FingerPrintIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 3.75a6.715 6.715 0 0 0-3.722 1.118.75.75 0 1 1-.828-1.25 8.25 8.25 0 0 1 12.8 6.883c0 3.014-.574 5.897-1.62 8.543a.75.75 0 0 1-1.395-.551A21.69 21.69 0 0 0 18.75 10.5 6.75 6.75 0 0 0 12 3.75ZM6.157 5.739a.75.75 0 0 1 .21 1.04A6.715 6.715 0 0 0 5.25 10.5c0 1.613-.463 3.12-1.265 4.393a.75.75 0 0 1-1.27-.8A6.715 6.715 0 0 0 3.75 10.5c0-1.68.503-3.246 1.367-4.55a.75.75 0 0 1 1.04-.211ZM12 7.5a3 3 0 0 0-3 3c0 3.1-1.176 5.927-3.105 8.056a.75.75 0 1 1-1.112-1.008A10.459 10.459 0 0 0 7.5 10.5a4.5 4.5 0 1 1 9 0c0 .547-.022 1.09-.067 1.626a.75.75 0 0 1-1.495-.123c.041-.495.062-.996.062-1.503a3 3 0 0 0-3-3Zm0 2.25a.75.75 0 0 1 .75.75c0 3.908-1.424 7.485-3.781 10.238a.75.75 0 0 1-1.14-.975A14.19 14.19 0 0 0 11.25 10.5a.75.75 0 0 1 .75-.75Zm3.239 5.183a.75.75 0 0 1 .515.927 19.417 19.417 0 0 1-2.585 5.544.75.75 0 0 1-1.243-.84 17.915 17.915 0 0 0 2.386-5.116.75.75 0 0 1 .927-.515Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FingerPrintIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/FireIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/FireIcon.d.ts new file mode 100644 index 00000000..608efc52 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/FireIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FireIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FireIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/FireIcon.js b/frontend/node_modules/@heroicons/react/24/solid/FireIcon.js new file mode 100644 index 00000000..5c1cd013 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/FireIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function FireIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12.963 2.286a.75.75 0 0 0-1.071-.136 9.742 9.742 0 0 0-3.539 6.176 7.547 7.547 0 0 1-1.705-1.715.75.75 0 0 0-1.152-.082A9 9 0 1 0 15.68 4.534a7.46 7.46 0 0 1-2.717-2.248ZM15.75 14.25a3.75 3.75 0 1 1-7.313-1.172c.628.465 1.35.81 2.133 1a5.99 5.99 0 0 1 1.925-3.546 3.75 3.75 0 0 1 3.255 3.718Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FireIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/FlagIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/FlagIcon.d.ts new file mode 100644 index 00000000..ce09768c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/FlagIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FlagIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FlagIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/FlagIcon.js b/frontend/node_modules/@heroicons/react/24/solid/FlagIcon.js new file mode 100644 index 00000000..52fe84f1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/FlagIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function FlagIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 2.25a.75.75 0 0 1 .75.75v.54l1.838-.46a9.75 9.75 0 0 1 6.725.738l.108.054A8.25 8.25 0 0 0 18 4.524l3.11-.732a.75.75 0 0 1 .917.81 47.784 47.784 0 0 0 .005 10.337.75.75 0 0 1-.574.812l-3.114.733a9.75 9.75 0 0 1-6.594-.77l-.108-.054a8.25 8.25 0 0 0-5.69-.625l-2.202.55V21a.75.75 0 0 1-1.5 0V3A.75.75 0 0 1 3 2.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FlagIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/FolderArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/FolderArrowDownIcon.d.ts new file mode 100644 index 00000000..4895e92b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/FolderArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FolderArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FolderArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/FolderArrowDownIcon.js b/frontend/node_modules/@heroicons/react/24/solid/FolderArrowDownIcon.js new file mode 100644 index 00000000..097c1933 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/FolderArrowDownIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function FolderArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M19.5 21a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3h-5.379a.75.75 0 0 1-.53-.22L11.47 3.66A2.25 2.25 0 0 0 9.879 3H4.5a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h15Zm-6.75-10.5a.75.75 0 0 0-1.5 0v4.19l-1.72-1.72a.75.75 0 0 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 1 0-1.06-1.06l-1.72 1.72V10.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FolderArrowDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/FolderIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/FolderIcon.d.ts new file mode 100644 index 00000000..a9c9b8cd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/FolderIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FolderIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FolderIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/FolderIcon.js b/frontend/node_modules/@heroicons/react/24/solid/FolderIcon.js new file mode 100644 index 00000000..086b96f0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/FolderIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function FolderIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M19.5 21a3 3 0 0 0 3-3v-4.5a3 3 0 0 0-3-3h-15a3 3 0 0 0-3 3V18a3 3 0 0 0 3 3h15ZM1.5 10.146V6a3 3 0 0 1 3-3h5.379a2.25 2.25 0 0 1 1.59.659l2.122 2.121c.14.141.331.22.53.22H19.5a3 3 0 0 1 3 3v1.146A4.483 4.483 0 0 0 19.5 9h-15a4.483 4.483 0 0 0-3 1.146Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FolderIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/FolderMinusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/FolderMinusIcon.d.ts new file mode 100644 index 00000000..c32ad5b2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/FolderMinusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FolderMinusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FolderMinusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/FolderMinusIcon.js b/frontend/node_modules/@heroicons/react/24/solid/FolderMinusIcon.js new file mode 100644 index 00000000..3b4b5fec --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/FolderMinusIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function FolderMinusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M19.5 21a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3h-5.379a.75.75 0 0 1-.53-.22L11.47 3.66A2.25 2.25 0 0 0 9.879 3H4.5a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h15ZM9 12.75a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5H9Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FolderMinusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/FolderOpenIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/FolderOpenIcon.d.ts new file mode 100644 index 00000000..41656cca --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/FolderOpenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FolderOpenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FolderOpenIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/FolderOpenIcon.js b/frontend/node_modules/@heroicons/react/24/solid/FolderOpenIcon.js new file mode 100644 index 00000000..9ac36eea --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/FolderOpenIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function FolderOpenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M19.906 9c.382 0 .749.057 1.094.162V9a3 3 0 0 0-3-3h-3.879a.75.75 0 0 1-.53-.22L11.47 3.66A2.25 2.25 0 0 0 9.879 3H6a3 3 0 0 0-3 3v3.162A3.756 3.756 0 0 1 4.094 9h15.812ZM4.094 10.5a2.25 2.25 0 0 0-2.227 2.568l.857 6A2.25 2.25 0 0 0 4.951 21H19.05a2.25 2.25 0 0 0 2.227-1.932l.857-6a2.25 2.25 0 0 0-2.227-2.568H4.094Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FolderOpenIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/FolderPlusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/FolderPlusIcon.d.ts new file mode 100644 index 00000000..ba21ba17 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/FolderPlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FolderPlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FolderPlusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/FolderPlusIcon.js b/frontend/node_modules/@heroicons/react/24/solid/FolderPlusIcon.js new file mode 100644 index 00000000..6833e74c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/FolderPlusIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function FolderPlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M19.5 21a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3h-5.379a.75.75 0 0 1-.53-.22L11.47 3.66A2.25 2.25 0 0 0 9.879 3H4.5a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h15Zm-6.75-10.5a.75.75 0 0 0-1.5 0v2.25H9a.75.75 0 0 0 0 1.5h2.25v2.25a.75.75 0 0 0 1.5 0v-2.25H15a.75.75 0 0 0 0-1.5h-2.25V10.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FolderPlusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ForwardIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ForwardIcon.d.ts new file mode 100644 index 00000000..1cd375b3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ForwardIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ForwardIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ForwardIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ForwardIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ForwardIcon.js new file mode 100644 index 00000000..f430043c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ForwardIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function ForwardIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5.055 7.06C3.805 6.347 2.25 7.25 2.25 8.69v8.122c0 1.44 1.555 2.343 2.805 1.628L12 14.471v2.34c0 1.44 1.555 2.343 2.805 1.628l7.108-4.061c1.26-.72 1.26-2.536 0-3.256l-7.108-4.061C13.555 6.346 12 7.249 12 8.689v2.34L5.055 7.061Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ForwardIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/FunnelIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/FunnelIcon.d.ts new file mode 100644 index 00000000..ef9ce222 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/FunnelIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FunnelIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FunnelIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/FunnelIcon.js b/frontend/node_modules/@heroicons/react/24/solid/FunnelIcon.js new file mode 100644 index 00000000..6044da4d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/FunnelIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function FunnelIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.792 2.938A49.069 49.069 0 0 1 12 2.25c2.797 0 5.54.236 8.209.688a1.857 1.857 0 0 1 1.541 1.836v1.044a3 3 0 0 1-.879 2.121l-6.182 6.182a1.5 1.5 0 0 0-.439 1.061v2.927a3 3 0 0 1-1.658 2.684l-1.757.878A.75.75 0 0 1 9.75 21v-5.818a1.5 1.5 0 0 0-.44-1.06L3.13 7.938a3 3 0 0 1-.879-2.121V4.774c0-.897.64-1.683 1.542-1.836Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FunnelIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/GifIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/GifIcon.d.ts new file mode 100644 index 00000000..28c9754e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/GifIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GifIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GifIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/GifIcon.js b/frontend/node_modules/@heroicons/react/24/solid/GifIcon.js new file mode 100644 index 00000000..9d5bc743 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/GifIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function GifIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 3.75a3 3 0 0 0-3 3v10.5a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3V6.75a3 3 0 0 0-3-3h-15Zm9 4.5a.75.75 0 0 0-1.5 0v7.5a.75.75 0 0 0 1.5 0v-7.5Zm1.5 0a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5H16.5v2.25H18a.75.75 0 0 1 0 1.5h-1.5v3a.75.75 0 0 1-1.5 0v-7.5ZM6.636 9.78c.404-.575.867-.78 1.25-.78s.846.205 1.25.78a.75.75 0 0 0 1.228-.863C9.738 8.027 8.853 7.5 7.886 7.5c-.966 0-1.852.527-2.478 1.417-.62.882-.908 2-.908 3.083 0 1.083.288 2.201.909 3.083.625.89 1.51 1.417 2.477 1.417.967 0 1.852-.527 2.478-1.417a.75.75 0 0 0 .136-.431V12a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0 0 1.5H9v1.648c-.37.44-.774.602-1.114.602-.383 0-.846-.205-1.25-.78C6.226 13.638 6 12.837 6 12c0-.837.226-1.638.636-2.22Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GifIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/GiftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/GiftIcon.d.ts new file mode 100644 index 00000000..1be9eff4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/GiftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GiftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GiftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/GiftIcon.js b/frontend/node_modules/@heroicons/react/24/solid/GiftIcon.js new file mode 100644 index 00000000..3c2e0ee1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/GiftIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function GiftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M9.375 3a1.875 1.875 0 0 0 0 3.75h1.875v4.5H3.375A1.875 1.875 0 0 1 1.5 9.375v-.75c0-1.036.84-1.875 1.875-1.875h3.193A3.375 3.375 0 0 1 12 2.753a3.375 3.375 0 0 1 5.432 3.997h3.943c1.035 0 1.875.84 1.875 1.875v.75c0 1.036-.84 1.875-1.875 1.875H12.75v-4.5h1.875a1.875 1.875 0 1 0-1.875-1.875V6.75h-1.5V4.875C11.25 3.839 10.41 3 9.375 3ZM11.25 12.75H3v6.75a2.25 2.25 0 0 0 2.25 2.25h6v-9ZM12.75 12.75v9h6.75a2.25 2.25 0 0 0 2.25-2.25v-6.75h-9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GiftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/GiftTopIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/GiftTopIcon.d.ts new file mode 100644 index 00000000..fb112a99 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/GiftTopIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GiftTopIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GiftTopIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/GiftTopIcon.js b/frontend/node_modules/@heroicons/react/24/solid/GiftTopIcon.js new file mode 100644 index 00000000..ca140350 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/GiftTopIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function GiftTopIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M11.25 3v4.046a3 3 0 0 0-4.277 4.204H1.5v-6A2.25 2.25 0 0 1 3.75 3h7.5ZM12.75 3v4.011a3 3 0 0 1 4.239 4.239H22.5v-6A2.25 2.25 0 0 0 20.25 3h-7.5ZM22.5 12.75h-8.983a4.125 4.125 0 0 0 4.108 3.75.75.75 0 0 1 0 1.5 5.623 5.623 0 0 1-4.875-2.817V21h7.5a2.25 2.25 0 0 0 2.25-2.25v-6ZM11.25 21v-5.817A5.623 5.623 0 0 1 6.375 18a.75.75 0 0 1 0-1.5 4.126 4.126 0 0 0 4.108-3.75H1.5v6A2.25 2.25 0 0 0 3.75 21h7.5Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M11.085 10.354c.03.297.038.575.036.805a7.484 7.484 0 0 1-.805-.036c-.833-.084-1.677-.325-2.195-.843a1.5 1.5 0 0 1 2.122-2.12c.517.517.759 1.36.842 2.194ZM12.877 10.354c-.03.297-.038.575-.036.805.23.002.508-.006.805-.036.833-.084 1.677-.325 2.195-.843A1.5 1.5 0 0 0 13.72 8.16c-.518.518-.76 1.362-.843 2.194Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GiftTopIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/GlobeAltIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/GlobeAltIcon.d.ts new file mode 100644 index 00000000..dcfbe8d2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/GlobeAltIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GlobeAltIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GlobeAltIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/GlobeAltIcon.js b/frontend/node_modules/@heroicons/react/24/solid/GlobeAltIcon.js new file mode 100644 index 00000000..a343545d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/GlobeAltIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function GlobeAltIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M21.721 12.752a9.711 9.711 0 0 0-.945-5.003 12.754 12.754 0 0 1-4.339 2.708 18.991 18.991 0 0 1-.214 4.772 17.165 17.165 0 0 0 5.498-2.477ZM14.634 15.55a17.324 17.324 0 0 0 .332-4.647c-.952.227-1.945.347-2.966.347-1.021 0-2.014-.12-2.966-.347a17.515 17.515 0 0 0 .332 4.647 17.385 17.385 0 0 0 5.268 0ZM9.772 17.119a18.963 18.963 0 0 0 4.456 0A17.182 17.182 0 0 1 12 21.724a17.18 17.18 0 0 1-2.228-4.605ZM7.777 15.23a18.87 18.87 0 0 1-.214-4.774 12.753 12.753 0 0 1-4.34-2.708 9.711 9.711 0 0 0-.944 5.004 17.165 17.165 0 0 0 5.498 2.477ZM21.356 14.752a9.765 9.765 0 0 1-7.478 6.817 18.64 18.64 0 0 0 1.988-4.718 18.627 18.627 0 0 0 5.49-2.098ZM2.644 14.752c1.682.971 3.53 1.688 5.49 2.099a18.64 18.64 0 0 0 1.988 4.718 9.765 9.765 0 0 1-7.478-6.816ZM13.878 2.43a9.755 9.755 0 0 1 6.116 3.986 11.267 11.267 0 0 1-3.746 2.504 18.63 18.63 0 0 0-2.37-6.49ZM12 2.276a17.152 17.152 0 0 1 2.805 7.121c-.897.23-1.837.353-2.805.353-.968 0-1.908-.122-2.805-.353A17.151 17.151 0 0 1 12 2.276ZM10.122 2.43a18.629 18.629 0 0 0-2.37 6.49 11.266 11.266 0 0 1-3.746-2.504 9.754 9.754 0 0 1 6.116-3.985Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GlobeAltIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/GlobeAmericasIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/GlobeAmericasIcon.d.ts new file mode 100644 index 00000000..768a792f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/GlobeAmericasIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GlobeAmericasIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GlobeAmericasIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/GlobeAmericasIcon.js b/frontend/node_modules/@heroicons/react/24/solid/GlobeAmericasIcon.js new file mode 100644 index 00000000..d3090de5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/GlobeAmericasIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function GlobeAmericasIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25ZM6.262 6.072a8.25 8.25 0 1 0 10.562-.766 4.5 4.5 0 0 1-1.318 1.357L14.25 7.5l.165.33a.809.809 0 0 1-1.086 1.085l-.604-.302a1.125 1.125 0 0 0-1.298.21l-.132.131c-.439.44-.439 1.152 0 1.591l.296.296c.256.257.622.374.98.314l1.17-.195c.323-.054.654.036.905.245l1.33 1.108c.32.267.46.694.358 1.1a8.7 8.7 0 0 1-2.288 4.04l-.723.724a1.125 1.125 0 0 1-1.298.21l-.153-.076a1.125 1.125 0 0 1-.622-1.006v-1.089c0-.298-.119-.585-.33-.796l-1.347-1.347a1.125 1.125 0 0 1-.21-1.298L9.75 12l-1.64-1.64a6 6 0 0 1-1.676-3.257l-.172-1.03Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GlobeAmericasIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/GlobeAsiaAustraliaIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/GlobeAsiaAustraliaIcon.d.ts new file mode 100644 index 00000000..2b043982 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/GlobeAsiaAustraliaIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GlobeAsiaAustraliaIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GlobeAsiaAustraliaIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/GlobeAsiaAustraliaIcon.js b/frontend/node_modules/@heroicons/react/24/solid/GlobeAsiaAustraliaIcon.js new file mode 100644 index 00000000..5dfafd7f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/GlobeAsiaAustraliaIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function GlobeAsiaAustraliaIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M15.75 8.25a.75.75 0 0 1 .75.75c0 1.12-.492 2.126-1.27 2.812a.75.75 0 1 1-.992-1.124A2.243 2.243 0 0 0 15 9a.75.75 0 0 1 .75-.75Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25ZM4.575 15.6a8.25 8.25 0 0 0 9.348 4.425 1.966 1.966 0 0 0-1.84-1.275.983.983 0 0 1-.97-.822l-.073-.437c-.094-.565.25-1.11.8-1.267l.99-.282c.427-.123.783-.418.982-.816l.036-.073a1.453 1.453 0 0 1 2.328-.377L16.5 15h.628a2.25 2.25 0 0 1 1.983 1.186 8.25 8.25 0 0 0-6.345-12.4c.044.262.18.503.389.676l1.068.89c.442.369.535 1.01.216 1.49l-.51.766a2.25 2.25 0 0 1-1.161.886l-.143.048a1.107 1.107 0 0 0-.57 1.664c.369.555.169 1.307-.427 1.605L9 13.125l.423 1.059a.956.956 0 0 1-1.652.928l-.679-.906a1.125 1.125 0 0 0-1.906.172L4.575 15.6Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GlobeAsiaAustraliaIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/GlobeEuropeAfricaIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/GlobeEuropeAfricaIcon.d.ts new file mode 100644 index 00000000..0df28058 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/GlobeEuropeAfricaIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GlobeEuropeAfricaIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GlobeEuropeAfricaIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/GlobeEuropeAfricaIcon.js b/frontend/node_modules/@heroicons/react/24/solid/GlobeEuropeAfricaIcon.js new file mode 100644 index 00000000..e314c46e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/GlobeEuropeAfricaIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function GlobeEuropeAfricaIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25ZM8.547 4.505a8.25 8.25 0 1 0 11.672 8.214l-.46-.46a2.252 2.252 0 0 1-.422-.586l-1.08-2.16a.414.414 0 0 0-.663-.107.827.827 0 0 1-.812.21l-1.273-.363a.89.89 0 0 0-.738 1.595l.587.39c.59.395.674 1.23.172 1.732l-.2.2c-.211.212-.33.498-.33.796v.41c0 .409-.11.809-.32 1.158l-1.315 2.191a2.11 2.11 0 0 1-1.81 1.025 1.055 1.055 0 0 1-1.055-1.055v-1.172c0-.92-.56-1.747-1.414-2.089l-.654-.261a2.25 2.25 0 0 1-1.384-2.46l.007-.042a2.25 2.25 0 0 1 .29-.787l.09-.15a2.25 2.25 0 0 1 2.37-1.048l1.178.236a1.125 1.125 0 0 0 1.302-.795l.208-.73a1.125 1.125 0 0 0-.578-1.315l-.665-.332-.091.091a2.25 2.25 0 0 1-1.591.659h-.18c-.249 0-.487.1-.662.274a.931.931 0 0 1-1.458-1.137l1.279-2.132Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GlobeEuropeAfricaIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/H1Icon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/H1Icon.d.ts new file mode 100644 index 00000000..6dd8b51a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/H1Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const H1Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default H1Icon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/H1Icon.js b/frontend/node_modules/@heroicons/react/24/solid/H1Icon.js new file mode 100644 index 00000000..d52593fa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/H1Icon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function H1Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.243 3.743a.75.75 0 0 1 .75.75v6.75h9v-6.75a.75.75 0 1 1 1.5 0v15.002a.75.75 0 1 1-1.5 0v-6.751h-9v6.75a.75.75 0 1 1-1.5 0v-15a.75.75 0 0 1 .75-.75Zm17.605 4.964a.75.75 0 0 1 .396.661v9.376h1.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1 0-1.5h1.5V10.77l-1.084.722a.75.75 0 1 1-.832-1.248l2.25-1.5a.75.75 0 0 1 .77-.037Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(H1Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/H2Icon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/H2Icon.d.ts new file mode 100644 index 00000000..ced8aa38 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/H2Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const H2Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default H2Icon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/H2Icon.js b/frontend/node_modules/@heroicons/react/24/solid/H2Icon.js new file mode 100644 index 00000000..9d60e54c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/H2Icon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function H2Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.246 3.743a.75.75 0 0 1 .75.75v6.75h9v-6.75a.75.75 0 0 1 1.5 0v15.002a.75.75 0 1 1-1.5 0v-6.751h-9v6.75a.75.75 0 1 1-1.5 0v-15a.75.75 0 0 1 .75-.75ZM18.75 10.5c-.727 0-1.441.054-2.138.16a.75.75 0 1 1-.223-1.484 15.867 15.867 0 0 1 3.635-.125c1.149.092 2.153.923 2.348 2.115.084.516.128 1.045.128 1.584 0 1.065-.676 1.927-1.531 2.354l-2.89 1.445a1.5 1.5 0 0 0-.829 1.342v.86h4.5a.75.75 0 1 1 0 1.5H16.5a.75.75 0 0 1-.75-.75v-1.61a3 3 0 0 1 1.659-2.684l2.89-1.445c.447-.223.701-.62.701-1.012a8.32 8.32 0 0 0-.108-1.342c-.075-.457-.47-.82-.987-.862a14.45 14.45 0 0 0-1.155-.046Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(H2Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/H3Icon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/H3Icon.d.ts new file mode 100644 index 00000000..3e101f77 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/H3Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const H3Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default H3Icon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/H3Icon.js b/frontend/node_modules/@heroicons/react/24/solid/H3Icon.js new file mode 100644 index 00000000..0c528c97 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/H3Icon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function H3Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12.749 3.743a.75.75 0 0 1 .75.75v15.002a.75.75 0 1 1-1.5 0v-6.75H2.997v6.75a.75.75 0 0 1-1.5 0V4.494a.75.75 0 1 1 1.5 0v6.75H12v-6.75a.75.75 0 0 1 .75-.75ZM18.75 10.5c-.727 0-1.441.055-2.139.16a.75.75 0 1 1-.223-1.483 15.87 15.87 0 0 1 3.82-.11c.95.088 1.926.705 2.168 1.794a5.265 5.265 0 0 1-.579 3.765 5.265 5.265 0 0 1 .578 3.765c-.24 1.088-1.216 1.706-2.167 1.793a15.942 15.942 0 0 1-3.82-.109.75.75 0 0 1 .223-1.483 14.366 14.366 0 0 0 3.46.099c.467-.043.773-.322.84-.624a3.768 3.768 0 0 0-.413-2.691H18a.75.75 0 0 1 0-1.5h2.498a3.768 3.768 0 0 0 .413-2.69c-.067-.303-.373-.582-.84-.625-.435-.04-.876-.06-1.321-.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(H3Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/HandRaisedIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/HandRaisedIcon.d.ts new file mode 100644 index 00000000..66fd8285 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/HandRaisedIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HandRaisedIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HandRaisedIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/HandRaisedIcon.js b/frontend/node_modules/@heroicons/react/24/solid/HandRaisedIcon.js new file mode 100644 index 00000000..7031e16b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/HandRaisedIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function HandRaisedIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10.5 1.875a1.125 1.125 0 0 1 2.25 0v8.219c.517.162 1.02.382 1.5.659V3.375a1.125 1.125 0 0 1 2.25 0v10.937a4.505 4.505 0 0 0-3.25 2.373 8.963 8.963 0 0 1 4-.935A.75.75 0 0 0 18 15v-2.266a3.368 3.368 0 0 1 .988-2.37 1.125 1.125 0 0 1 1.591 1.59 1.118 1.118 0 0 0-.329.79v3.006h-.005a6 6 0 0 1-1.752 4.007l-1.736 1.736a6 6 0 0 1-4.242 1.757H10.5a7.5 7.5 0 0 1-7.5-7.5V6.375a1.125 1.125 0 0 1 2.25 0v5.519c.46-.452.965-.832 1.5-1.141V3.375a1.125 1.125 0 0 1 2.25 0v6.526c.495-.1.997-.151 1.5-.151V1.875Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HandRaisedIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/HandThumbDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/HandThumbDownIcon.d.ts new file mode 100644 index 00000000..efb5173f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/HandThumbDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HandThumbDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HandThumbDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/HandThumbDownIcon.js b/frontend/node_modules/@heroicons/react/24/solid/HandThumbDownIcon.js new file mode 100644 index 00000000..7c12b582 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/HandThumbDownIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function HandThumbDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M15.73 5.5h1.035A7.465 7.465 0 0 1 18 9.625a7.465 7.465 0 0 1-1.235 4.125h-.148c-.806 0-1.534.446-2.031 1.08a9.04 9.04 0 0 1-2.861 2.4c-.723.384-1.35.956-1.653 1.715a4.499 4.499 0 0 0-.322 1.672v.633A.75.75 0 0 1 9 22a2.25 2.25 0 0 1-2.25-2.25c0-1.152.26-2.243.723-3.218.266-.558-.107-1.282-.725-1.282H3.622c-1.026 0-1.945-.694-2.054-1.715A12.137 12.137 0 0 1 1.5 12.25c0-2.848.992-5.464 2.649-7.521C4.537 4.247 5.136 4 5.754 4H9.77a4.5 4.5 0 0 1 1.423.23l3.114 1.04a4.5 4.5 0 0 0 1.423.23ZM21.669 14.023c.536-1.362.831-2.845.831-4.398 0-1.22-.182-2.398-.52-3.507-.26-.85-1.084-1.368-1.973-1.368H19.1c-.445 0-.72.498-.523.898.591 1.2.924 2.55.924 3.977a8.958 8.958 0 0 1-1.302 4.666c-.245.403.028.959.5.959h1.053c.832 0 1.612-.453 1.918-1.227Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HandThumbDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/HandThumbUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/HandThumbUpIcon.d.ts new file mode 100644 index 00000000..69b969f9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/HandThumbUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HandThumbUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HandThumbUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/HandThumbUpIcon.js b/frontend/node_modules/@heroicons/react/24/solid/HandThumbUpIcon.js new file mode 100644 index 00000000..a354cffb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/HandThumbUpIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function HandThumbUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M7.493 18.5c-.425 0-.82-.236-.975-.632A7.48 7.48 0 0 1 6 15.125c0-1.75.599-3.358 1.602-4.634.151-.192.373-.309.6-.397.473-.183.89-.514 1.212-.924a9.042 9.042 0 0 1 2.861-2.4c.723-.384 1.35-.956 1.653-1.715a4.498 4.498 0 0 0 .322-1.672V2.75A.75.75 0 0 1 15 2a2.25 2.25 0 0 1 2.25 2.25c0 1.152-.26 2.243-.723 3.218-.266.558.107 1.282.725 1.282h3.126c1.026 0 1.945.694 2.054 1.715.045.422.068.85.068 1.285a11.95 11.95 0 0 1-2.649 7.521c-.388.482-.987.729-1.605.729H14.23c-.483 0-.964-.078-1.423-.23l-3.114-1.04a4.501 4.501 0 0 0-1.423-.23h-.777ZM2.331 10.727a11.969 11.969 0 0 0-.831 4.398 12 12 0 0 0 .52 3.507C2.28 19.482 3.105 20 3.994 20H4.9c.445 0 .72-.498.523-.898a8.963 8.963 0 0 1-.924-3.977c0-1.708.476-3.305 1.302-4.666.245-.403-.028-.959-.5-.959H4.25c-.832 0-1.612.453-1.918 1.227Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HandThumbUpIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/HashtagIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/HashtagIcon.d.ts new file mode 100644 index 00000000..cd41dcf2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/HashtagIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HashtagIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HashtagIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/HashtagIcon.js b/frontend/node_modules/@heroicons/react/24/solid/HashtagIcon.js new file mode 100644 index 00000000..c7e42d57 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/HashtagIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function HashtagIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.097 1.515a.75.75 0 0 1 .589.882L10.666 7.5h4.47l1.079-5.397a.75.75 0 1 1 1.47.294L16.665 7.5h3.585a.75.75 0 0 1 0 1.5h-3.885l-1.2 6h3.585a.75.75 0 0 1 0 1.5h-3.885l-1.08 5.397a.75.75 0 1 1-1.47-.294l1.02-5.103h-4.47l-1.08 5.397a.75.75 0 1 1-1.47-.294l1.02-5.103H3.75a.75.75 0 0 1 0-1.5h3.885l1.2-6H5.25a.75.75 0 0 1 0-1.5h3.885l1.08-5.397a.75.75 0 0 1 .882-.588ZM10.365 9l-1.2 6h4.47l1.2-6h-4.47Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HashtagIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/HeartIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/HeartIcon.d.ts new file mode 100644 index 00000000..a6bd0952 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/HeartIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HeartIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HeartIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/HeartIcon.js b/frontend/node_modules/@heroicons/react/24/solid/HeartIcon.js new file mode 100644 index 00000000..818917db --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/HeartIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function HeartIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "m11.645 20.91-.007-.003-.022-.012a15.247 15.247 0 0 1-.383-.218 25.18 25.18 0 0 1-4.244-3.17C4.688 15.36 2.25 12.174 2.25 8.25 2.25 5.322 4.714 3 7.688 3A5.5 5.5 0 0 1 12 5.052 5.5 5.5 0 0 1 16.313 3c2.973 0 5.437 2.322 5.437 5.25 0 3.925-2.438 7.111-4.739 9.256a25.175 25.175 0 0 1-4.244 3.17 15.247 15.247 0 0 1-.383.219l-.022.012-.007.004-.003.001a.752.752 0 0 1-.704 0l-.003-.001Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HeartIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/HomeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/HomeIcon.d.ts new file mode 100644 index 00000000..eea727df --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/HomeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HomeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HomeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/HomeIcon.js b/frontend/node_modules/@heroicons/react/24/solid/HomeIcon.js new file mode 100644 index 00000000..55221b74 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/HomeIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function HomeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M11.47 3.841a.75.75 0 0 1 1.06 0l8.69 8.69a.75.75 0 1 0 1.06-1.061l-8.689-8.69a2.25 2.25 0 0 0-3.182 0l-8.69 8.69a.75.75 0 1 0 1.061 1.06l8.69-8.689Z" + }), /*#__PURE__*/React.createElement("path", { + d: "m12 5.432 8.159 8.159c.03.03.06.058.091.086v6.198c0 1.035-.84 1.875-1.875 1.875H15a.75.75 0 0 1-.75-.75v-4.5a.75.75 0 0 0-.75-.75h-3a.75.75 0 0 0-.75.75V21a.75.75 0 0 1-.75.75H5.625a1.875 1.875 0 0 1-1.875-1.875v-6.198a2.29 2.29 0 0 0 .091-.086L12 5.432Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HomeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/HomeModernIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/HomeModernIcon.d.ts new file mode 100644 index 00000000..03e6a85c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/HomeModernIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HomeModernIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HomeModernIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/HomeModernIcon.js b/frontend/node_modules/@heroicons/react/24/solid/HomeModernIcon.js new file mode 100644 index 00000000..751f4f00 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/HomeModernIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function HomeModernIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M19.006 3.705a.75.75 0 1 0-.512-1.41L6 6.838V3a.75.75 0 0 0-.75-.75h-1.5A.75.75 0 0 0 3 3v4.93l-1.006.365a.75.75 0 0 0 .512 1.41l16.5-6Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.019 11.114 18 5.667v3.421l4.006 1.457a.75.75 0 1 1-.512 1.41l-.494-.18v8.475h.75a.75.75 0 0 1 0 1.5H2.25a.75.75 0 0 1 0-1.5H3v-9.129l.019-.007ZM18 20.25v-9.566l1.5.546v9.02H18Zm-9-6a.75.75 0 0 0-.75.75v4.5c0 .414.336.75.75.75h3a.75.75 0 0 0 .75-.75V15a.75.75 0 0 0-.75-.75H9Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HomeModernIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/IdentificationIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/IdentificationIcon.d.ts new file mode 100644 index 00000000..85d23894 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/IdentificationIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const IdentificationIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default IdentificationIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/IdentificationIcon.js b/frontend/node_modules/@heroicons/react/24/solid/IdentificationIcon.js new file mode 100644 index 00000000..cb0b90b9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/IdentificationIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function IdentificationIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 3.75a3 3 0 0 0-3 3v10.5a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3V6.75a3 3 0 0 0-3-3h-15Zm4.125 3a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5Zm-3.873 8.703a4.126 4.126 0 0 1 7.746 0 .75.75 0 0 1-.351.92 7.47 7.47 0 0 1-3.522.877 7.47 7.47 0 0 1-3.522-.877.75.75 0 0 1-.351-.92ZM15 8.25a.75.75 0 0 0 0 1.5h3.75a.75.75 0 0 0 0-1.5H15ZM14.25 12a.75.75 0 0 1 .75-.75h3.75a.75.75 0 0 1 0 1.5H15a.75.75 0 0 1-.75-.75Zm.75 2.25a.75.75 0 0 0 0 1.5h3.75a.75.75 0 0 0 0-1.5H15Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(IdentificationIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/InboxArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/InboxArrowDownIcon.d.ts new file mode 100644 index 00000000..2b604ed7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/InboxArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const InboxArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default InboxArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/InboxArrowDownIcon.js b/frontend/node_modules/@heroicons/react/24/solid/InboxArrowDownIcon.js new file mode 100644 index 00000000..93938aa2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/InboxArrowDownIcon.js @@ -0,0 +1,28 @@ +const React = require("react"); +function InboxArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.478 5.559A1.5 1.5 0 0 1 6.912 4.5H9A.75.75 0 0 0 9 3H6.912a3 3 0 0 0-2.868 2.118l-2.411 7.838a3 3 0 0 0-.133.882V18a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3v-4.162c0-.299-.045-.596-.133-.882l-2.412-7.838A3 3 0 0 0 17.088 3H15a.75.75 0 0 0 0 1.5h2.088a1.5 1.5 0 0 1 1.434 1.059l2.213 7.191H17.89a3 3 0 0 0-2.684 1.658l-.256.513a1.5 1.5 0 0 1-1.342.829h-3.218a1.5 1.5 0 0 1-1.342-.83l-.256-.512a3 3 0 0 0-2.684-1.658H3.265l2.213-7.191Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25a.75.75 0 0 1 .75.75v6.44l1.72-1.72a.75.75 0 1 1 1.06 1.06l-3 3a.75.75 0 0 1-1.06 0l-3-3a.75.75 0 0 1 1.06-1.06l1.72 1.72V3a.75.75 0 0 1 .75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(InboxArrowDownIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/InboxIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/InboxIcon.d.ts new file mode 100644 index 00000000..1bf31e53 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/InboxIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const InboxIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default InboxIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/InboxIcon.js b/frontend/node_modules/@heroicons/react/24/solid/InboxIcon.js new file mode 100644 index 00000000..7f5346a9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/InboxIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function InboxIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6.912 3a3 3 0 0 0-2.868 2.118l-2.411 7.838a3 3 0 0 0-.133.882V18a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3v-4.162c0-.299-.045-.596-.133-.882l-2.412-7.838A3 3 0 0 0 17.088 3H6.912Zm13.823 9.75-2.213-7.191A1.5 1.5 0 0 0 17.088 4.5H6.912a1.5 1.5 0 0 0-1.434 1.059L3.265 12.75H6.11a3 3 0 0 1 2.684 1.658l.256.513a1.5 1.5 0 0 0 1.342.829h3.218a1.5 1.5 0 0 0 1.342-.83l.256-.512a3 3 0 0 1 2.684-1.658h2.844Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(InboxIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/InboxStackIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/InboxStackIcon.d.ts new file mode 100644 index 00000000..cea338d6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/InboxStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const InboxStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default InboxStackIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/InboxStackIcon.js b/frontend/node_modules/@heroicons/react/24/solid/InboxStackIcon.js new file mode 100644 index 00000000..568ac4a9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/InboxStackIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function InboxStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.5 9.832v1.793c0 1.036.84 1.875 1.875 1.875h17.25c1.035 0 1.875-.84 1.875-1.875V9.832a3 3 0 0 0-.722-1.952l-3.285-3.832A3 3 0 0 0 16.215 3h-8.43a3 3 0 0 0-2.278 1.048L2.222 7.88A3 3 0 0 0 1.5 9.832ZM7.785 4.5a1.5 1.5 0 0 0-1.139.524L3.881 8.25h3.165a3 3 0 0 1 2.496 1.336l.164.246a1.5 1.5 0 0 0 1.248.668h2.092a1.5 1.5 0 0 0 1.248-.668l.164-.246a3 3 0 0 1 2.496-1.336h3.165l-2.765-3.226a1.5 1.5 0 0 0-1.139-.524h-8.43Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M2.813 15c-.725 0-1.313.588-1.313 1.313V18a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3v-1.688c0-.724-.588-1.312-1.313-1.312h-4.233a3 3 0 0 0-2.496 1.336l-.164.246a1.5 1.5 0 0 1-1.248.668h-2.092a1.5 1.5 0 0 1-1.248-.668l-.164-.246A3 3 0 0 0 7.046 15H2.812Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(InboxStackIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/InformationCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/InformationCircleIcon.d.ts new file mode 100644 index 00000000..f072a915 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/InformationCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const InformationCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default InformationCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/InformationCircleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/InformationCircleIcon.js new file mode 100644 index 00000000..f005cae5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/InformationCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function InformationCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm8.706-1.442c1.146-.573 2.437.463 2.126 1.706l-.709 2.836.042-.02a.75.75 0 0 1 .67 1.34l-.04.022c-1.147.573-2.438-.463-2.127-1.706l.71-2.836-.042.02a.75.75 0 1 1-.671-1.34l.041-.022ZM12 9a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(InformationCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ItalicIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ItalicIcon.d.ts new file mode 100644 index 00000000..3b26c948 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ItalicIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ItalicIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ItalicIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ItalicIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ItalicIcon.js new file mode 100644 index 00000000..23129346 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ItalicIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ItalicIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10.497 3.744a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-3.275l-5.357 15.002h2.632a.75.75 0 1 1 0 1.5h-7.5a.75.75 0 1 1 0-1.5h3.275l5.357-15.002h-2.632a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ItalicIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/KeyIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/KeyIcon.d.ts new file mode 100644 index 00000000..54031ee1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/KeyIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const KeyIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default KeyIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/KeyIcon.js b/frontend/node_modules/@heroicons/react/24/solid/KeyIcon.js new file mode 100644 index 00000000..8d94020e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/KeyIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function KeyIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15.75 1.5a6.75 6.75 0 0 0-6.651 7.906c.067.39-.032.717-.221.906l-6.5 6.499a3 3 0 0 0-.878 2.121v2.818c0 .414.336.75.75.75H6a.75.75 0 0 0 .75-.75v-1.5h1.5A.75.75 0 0 0 9 19.5V18h1.5a.75.75 0 0 0 .53-.22l2.658-2.658c.19-.189.517-.288.906-.22A6.75 6.75 0 1 0 15.75 1.5Zm0 3a.75.75 0 0 0 0 1.5A2.25 2.25 0 0 1 18 8.25a.75.75 0 0 0 1.5 0 3.75 3.75 0 0 0-3.75-3.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(KeyIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/LanguageIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/LanguageIcon.d.ts new file mode 100644 index 00000000..004c7bdd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/LanguageIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LanguageIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LanguageIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/LanguageIcon.js b/frontend/node_modules/@heroicons/react/24/solid/LanguageIcon.js new file mode 100644 index 00000000..0607a4c7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/LanguageIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function LanguageIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9 2.25a.75.75 0 0 1 .75.75v1.506a49.384 49.384 0 0 1 5.343.371.75.75 0 1 1-.186 1.489c-.66-.083-1.323-.151-1.99-.206a18.67 18.67 0 0 1-2.97 6.323c.318.384.65.753 1 1.107a.75.75 0 0 1-1.07 1.052A18.902 18.902 0 0 1 9 13.687a18.823 18.823 0 0 1-5.656 4.482.75.75 0 0 1-.688-1.333 17.323 17.323 0 0 0 5.396-4.353A18.72 18.72 0 0 1 5.89 8.598a.75.75 0 0 1 1.388-.568A17.21 17.21 0 0 0 9 11.224a17.168 17.168 0 0 0 2.391-5.165 48.04 48.04 0 0 0-8.298.307.75.75 0 0 1-.186-1.489 49.159 49.159 0 0 1 5.343-.371V3A.75.75 0 0 1 9 2.25ZM15.75 9a.75.75 0 0 1 .68.433l5.25 11.25a.75.75 0 1 1-1.36.634l-1.198-2.567h-6.744l-1.198 2.567a.75.75 0 0 1-1.36-.634l5.25-11.25A.75.75 0 0 1 15.75 9Zm-2.672 8.25h5.344l-2.672-5.726-2.672 5.726Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LanguageIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/LifebuoyIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/LifebuoyIcon.d.ts new file mode 100644 index 00000000..9e84fdbe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/LifebuoyIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LifebuoyIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LifebuoyIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/LifebuoyIcon.js b/frontend/node_modules/@heroicons/react/24/solid/LifebuoyIcon.js new file mode 100644 index 00000000..b527380e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/LifebuoyIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function LifebuoyIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M19.449 8.448 16.388 11a4.52 4.52 0 0 1 0 2.002l3.061 2.55a8.275 8.275 0 0 0 0-7.103ZM15.552 19.45 13 16.388a4.52 4.52 0 0 1-2.002 0l-2.55 3.061a8.275 8.275 0 0 0 7.103 0ZM4.55 15.552 7.612 13a4.52 4.52 0 0 1 0-2.002L4.551 8.45a8.275 8.275 0 0 0 0 7.103ZM8.448 4.55 11 7.612a4.52 4.52 0 0 1 2.002 0l2.55-3.061a8.275 8.275 0 0 0-7.103 0Zm8.657-.86a9.776 9.776 0 0 1 1.79 1.415 9.776 9.776 0 0 1 1.414 1.788 9.764 9.764 0 0 1 0 10.211 9.777 9.777 0 0 1-1.415 1.79 9.777 9.777 0 0 1-1.788 1.414 9.764 9.764 0 0 1-10.212 0 9.776 9.776 0 0 1-1.788-1.415 9.776 9.776 0 0 1-1.415-1.788 9.764 9.764 0 0 1 0-10.212 9.774 9.774 0 0 1 1.415-1.788A9.774 9.774 0 0 1 6.894 3.69a9.764 9.764 0 0 1 10.211 0ZM14.121 9.88a2.985 2.985 0 0 0-1.11-.704 3.015 3.015 0 0 0-2.022 0 2.985 2.985 0 0 0-1.11.704c-.326.325-.56.705-.704 1.11a3.015 3.015 0 0 0 0 2.022c.144.405.378.785.704 1.11.325.326.705.56 1.11.704.652.233 1.37.233 2.022 0a2.985 2.985 0 0 0 1.11-.704c.326-.325.56-.705.704-1.11a3.016 3.016 0 0 0 0-2.022 2.985 2.985 0 0 0-.704-1.11Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LifebuoyIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/LightBulbIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/LightBulbIcon.d.ts new file mode 100644 index 00000000..140569d3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/LightBulbIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LightBulbIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LightBulbIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/LightBulbIcon.js b/frontend/node_modules/@heroicons/react/24/solid/LightBulbIcon.js new file mode 100644 index 00000000..2ceb9b67 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/LightBulbIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function LightBulbIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M12 .75a8.25 8.25 0 0 0-4.135 15.39c.686.398 1.115 1.008 1.134 1.623a.75.75 0 0 0 .577.706c.352.083.71.148 1.074.195.323.041.6-.218.6-.544v-4.661a6.714 6.714 0 0 1-.937-.171.75.75 0 1 1 .374-1.453 5.261 5.261 0 0 0 2.626 0 .75.75 0 1 1 .374 1.452 6.712 6.712 0 0 1-.937.172v4.66c0 .327.277.586.6.545.364-.047.722-.112 1.074-.195a.75.75 0 0 0 .577-.706c.02-.615.448-1.225 1.134-1.623A8.25 8.25 0 0 0 12 .75Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.013 19.9a.75.75 0 0 1 .877-.597 11.319 11.319 0 0 0 4.22 0 .75.75 0 1 1 .28 1.473 12.819 12.819 0 0 1-4.78 0 .75.75 0 0 1-.597-.876ZM9.754 22.344a.75.75 0 0 1 .824-.668 13.682 13.682 0 0 0 2.844 0 .75.75 0 1 1 .156 1.492 15.156 15.156 0 0 1-3.156 0 .75.75 0 0 1-.668-.824Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LightBulbIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/LinkIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/LinkIcon.d.ts new file mode 100644 index 00000000..7c670eff --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/LinkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LinkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LinkIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/LinkIcon.js b/frontend/node_modules/@heroicons/react/24/solid/LinkIcon.js new file mode 100644 index 00000000..fd1cd34d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/LinkIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function LinkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M19.902 4.098a3.75 3.75 0 0 0-5.304 0l-4.5 4.5a3.75 3.75 0 0 0 1.035 6.037.75.75 0 0 1-.646 1.353 5.25 5.25 0 0 1-1.449-8.45l4.5-4.5a5.25 5.25 0 1 1 7.424 7.424l-1.757 1.757a.75.75 0 1 1-1.06-1.06l1.757-1.757a3.75 3.75 0 0 0 0-5.304Zm-7.389 4.267a.75.75 0 0 1 1-.353 5.25 5.25 0 0 1 1.449 8.45l-4.5 4.5a5.25 5.25 0 1 1-7.424-7.424l1.757-1.757a.75.75 0 1 1 1.06 1.06l-1.757 1.757a3.75 3.75 0 1 0 5.304 5.304l4.5-4.5a3.75 3.75 0 0 0-1.035-6.037.75.75 0 0 1-.354-1Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LinkIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/LinkSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/LinkSlashIcon.d.ts new file mode 100644 index 00000000..10fa71e3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/LinkSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LinkSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LinkSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/LinkSlashIcon.js b/frontend/node_modules/@heroicons/react/24/solid/LinkSlashIcon.js new file mode 100644 index 00000000..f02d6c2f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/LinkSlashIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function LinkSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M19.892 4.09a3.75 3.75 0 0 0-5.303 0l-4.5 4.5c-.074.074-.144.15-.21.229l4.965 4.966a3.75 3.75 0 0 0-1.986-4.428.75.75 0 0 1 .646-1.353 5.253 5.253 0 0 1 2.502 6.944l5.515 5.515a.75.75 0 0 1-1.061 1.06l-18-18.001A.75.75 0 0 1 3.521 2.46l5.294 5.295a5.31 5.31 0 0 1 .213-.227l4.5-4.5a5.25 5.25 0 1 1 7.425 7.425l-1.757 1.757a.75.75 0 1 1-1.06-1.06l1.756-1.757a3.75 3.75 0 0 0 0-5.304ZM5.846 11.773a.75.75 0 0 1 0 1.06l-1.757 1.758a3.75 3.75 0 0 0 5.303 5.304l3.129-3.13a.75.75 0 1 1 1.06 1.061l-3.128 3.13a5.25 5.25 0 1 1-7.425-7.426l1.757-1.757a.75.75 0 0 1 1.061 0Zm2.401.26a.75.75 0 0 1 .957.458c.18.512.474.992.885 1.403.31.311.661.555 1.035.733a.75.75 0 0 1-.647 1.354 5.244 5.244 0 0 1-1.449-1.026 5.232 5.232 0 0 1-1.24-1.965.75.75 0 0 1 .46-.957Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LinkSlashIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ListBulletIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ListBulletIcon.d.ts new file mode 100644 index 00000000..0c6cd1ed --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ListBulletIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ListBulletIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ListBulletIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ListBulletIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ListBulletIcon.js new file mode 100644 index 00000000..0696ab2b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ListBulletIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ListBulletIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.625 6.75a1.125 1.125 0 1 1 2.25 0 1.125 1.125 0 0 1-2.25 0Zm4.875 0A.75.75 0 0 1 8.25 6h12a.75.75 0 0 1 0 1.5h-12a.75.75 0 0 1-.75-.75ZM2.625 12a1.125 1.125 0 1 1 2.25 0 1.125 1.125 0 0 1-2.25 0ZM7.5 12a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5h-12A.75.75 0 0 1 7.5 12Zm-4.875 5.25a1.125 1.125 0 1 1 2.25 0 1.125 1.125 0 0 1-2.25 0Zm4.875 0a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5h-12a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ListBulletIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/LockClosedIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/LockClosedIcon.d.ts new file mode 100644 index 00000000..b5df9ca2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/LockClosedIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LockClosedIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LockClosedIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/LockClosedIcon.js b/frontend/node_modules/@heroicons/react/24/solid/LockClosedIcon.js new file mode 100644 index 00000000..bd7881d3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/LockClosedIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function LockClosedIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 1.5a5.25 5.25 0 0 0-5.25 5.25v3a3 3 0 0 0-3 3v6.75a3 3 0 0 0 3 3h10.5a3 3 0 0 0 3-3v-6.75a3 3 0 0 0-3-3v-3c0-2.9-2.35-5.25-5.25-5.25Zm3.75 8.25v-3a3.75 3.75 0 1 0-7.5 0v3h7.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LockClosedIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/LockOpenIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/LockOpenIcon.d.ts new file mode 100644 index 00000000..0f847fce --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/LockOpenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LockOpenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LockOpenIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/LockOpenIcon.js b/frontend/node_modules/@heroicons/react/24/solid/LockOpenIcon.js new file mode 100644 index 00000000..ed5bdd29 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/LockOpenIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function LockOpenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M18 1.5c2.9 0 5.25 2.35 5.25 5.25v3.75a.75.75 0 0 1-1.5 0V6.75a3.75 3.75 0 1 0-7.5 0v3a3 3 0 0 1 3 3v6.75a3 3 0 0 1-3 3H3.75a3 3 0 0 1-3-3v-6.75a3 3 0 0 1 3-3h9v-3c0-2.9 2.35-5.25 5.25-5.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LockOpenIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/MagnifyingGlassCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/MagnifyingGlassCircleIcon.d.ts new file mode 100644 index 00000000..bb57af1e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/MagnifyingGlassCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MagnifyingGlassCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MagnifyingGlassCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/MagnifyingGlassCircleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/MagnifyingGlassCircleIcon.js new file mode 100644 index 00000000..6aac50ac --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/MagnifyingGlassCircleIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function MagnifyingGlassCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8.25 10.875a2.625 2.625 0 1 1 5.25 0 2.625 2.625 0 0 1-5.25 0Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25Zm-1.125 4.5a4.125 4.125 0 1 0 2.338 7.524l2.007 2.006a.75.75 0 1 0 1.06-1.06l-2.006-2.007a4.125 4.125 0 0 0-3.399-6.463Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MagnifyingGlassCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/MagnifyingGlassIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/MagnifyingGlassIcon.d.ts new file mode 100644 index 00000000..8481bf29 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/MagnifyingGlassIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MagnifyingGlassIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MagnifyingGlassIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/MagnifyingGlassIcon.js b/frontend/node_modules/@heroicons/react/24/solid/MagnifyingGlassIcon.js new file mode 100644 index 00000000..3dcea268 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/MagnifyingGlassIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function MagnifyingGlassIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10.5 3.75a6.75 6.75 0 1 0 0 13.5 6.75 6.75 0 0 0 0-13.5ZM2.25 10.5a8.25 8.25 0 1 1 14.59 5.28l4.69 4.69a.75.75 0 1 1-1.06 1.06l-4.69-4.69A8.25 8.25 0 0 1 2.25 10.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MagnifyingGlassIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/MagnifyingGlassMinusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/MagnifyingGlassMinusIcon.d.ts new file mode 100644 index 00000000..e0d8a15d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/MagnifyingGlassMinusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MagnifyingGlassMinusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MagnifyingGlassMinusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/MagnifyingGlassMinusIcon.js b/frontend/node_modules/@heroicons/react/24/solid/MagnifyingGlassMinusIcon.js new file mode 100644 index 00000000..1478f56d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/MagnifyingGlassMinusIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function MagnifyingGlassMinusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10.5 3.75a6.75 6.75 0 1 0 0 13.5 6.75 6.75 0 0 0 0-13.5ZM2.25 10.5a8.25 8.25 0 1 1 14.59 5.28l4.69 4.69a.75.75 0 1 1-1.06 1.06l-4.69-4.69A8.25 8.25 0 0 1 2.25 10.5Zm4.5 0a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5h-6a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MagnifyingGlassMinusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/MagnifyingGlassPlusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/MagnifyingGlassPlusIcon.d.ts new file mode 100644 index 00000000..2f92e87a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/MagnifyingGlassPlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MagnifyingGlassPlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MagnifyingGlassPlusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/MagnifyingGlassPlusIcon.js b/frontend/node_modules/@heroicons/react/24/solid/MagnifyingGlassPlusIcon.js new file mode 100644 index 00000000..600cb463 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/MagnifyingGlassPlusIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function MagnifyingGlassPlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10.5 3.75a6.75 6.75 0 1 0 0 13.5 6.75 6.75 0 0 0 0-13.5ZM2.25 10.5a8.25 8.25 0 1 1 14.59 5.28l4.69 4.69a.75.75 0 1 1-1.06 1.06l-4.69-4.69A8.25 8.25 0 0 1 2.25 10.5Zm8.25-3.75a.75.75 0 0 1 .75.75v2.25h2.25a.75.75 0 0 1 0 1.5h-2.25v2.25a.75.75 0 0 1-1.5 0v-2.25H7.5a.75.75 0 0 1 0-1.5h2.25V7.5a.75.75 0 0 1 .75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MagnifyingGlassPlusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/MapIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/MapIcon.d.ts new file mode 100644 index 00000000..0d81f6f4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/MapIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MapIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MapIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/MapIcon.js b/frontend/node_modules/@heroicons/react/24/solid/MapIcon.js new file mode 100644 index 00000000..4855fea7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/MapIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function MapIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8.161 2.58a1.875 1.875 0 0 1 1.678 0l4.993 2.498c.106.052.23.052.336 0l3.869-1.935A1.875 1.875 0 0 1 21.75 4.82v12.485c0 .71-.401 1.36-1.037 1.677l-4.875 2.437a1.875 1.875 0 0 1-1.676 0l-4.994-2.497a.375.375 0 0 0-.336 0l-3.868 1.935A1.875 1.875 0 0 1 2.25 19.18V6.695c0-.71.401-1.36 1.036-1.677l4.875-2.437ZM9 6a.75.75 0 0 1 .75.75V15a.75.75 0 0 1-1.5 0V6.75A.75.75 0 0 1 9 6Zm6.75 3a.75.75 0 0 0-1.5 0v8.25a.75.75 0 0 0 1.5 0V9Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MapIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/MapPinIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/MapPinIcon.d.ts new file mode 100644 index 00000000..5a651e4f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/MapPinIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MapPinIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MapPinIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/MapPinIcon.js b/frontend/node_modules/@heroicons/react/24/solid/MapPinIcon.js new file mode 100644 index 00000000..96c5a7e6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/MapPinIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function MapPinIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "m11.54 22.351.07.04.028.016a.76.76 0 0 0 .723 0l.028-.015.071-.041a16.975 16.975 0 0 0 1.144-.742 19.58 19.58 0 0 0 2.683-2.282c1.944-1.99 3.963-4.98 3.963-8.827a8.25 8.25 0 0 0-16.5 0c0 3.846 2.02 6.837 3.963 8.827a19.58 19.58 0 0 0 2.682 2.282 16.975 16.975 0 0 0 1.145.742ZM12 13.5a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MapPinIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/MegaphoneIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/MegaphoneIcon.d.ts new file mode 100644 index 00000000..105abf4b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/MegaphoneIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MegaphoneIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MegaphoneIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/MegaphoneIcon.js b/frontend/node_modules/@heroicons/react/24/solid/MegaphoneIcon.js new file mode 100644 index 00000000..6b32dd98 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/MegaphoneIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function MegaphoneIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M16.881 4.345A23.112 23.112 0 0 1 8.25 6H7.5a5.25 5.25 0 0 0-.88 10.427 21.593 21.593 0 0 0 1.378 3.94c.464 1.004 1.674 1.32 2.582.796l.657-.379c.88-.508 1.165-1.593.772-2.468a17.116 17.116 0 0 1-.628-1.607c1.918.258 3.76.75 5.5 1.446A21.727 21.727 0 0 0 18 11.25c0-2.414-.393-4.735-1.119-6.905ZM18.26 3.74a23.22 23.22 0 0 1 1.24 7.51 23.22 23.22 0 0 1-1.41 7.992.75.75 0 1 0 1.409.516 24.555 24.555 0 0 0 1.415-6.43 2.992 2.992 0 0 0 .836-2.078c0-.807-.319-1.54-.836-2.078a24.65 24.65 0 0 0-1.415-6.43.75.75 0 1 0-1.409.516c.059.16.116.321.17.483Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MegaphoneIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/MicrophoneIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/MicrophoneIcon.d.ts new file mode 100644 index 00000000..8671d6b9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/MicrophoneIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MicrophoneIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MicrophoneIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/MicrophoneIcon.js b/frontend/node_modules/@heroicons/react/24/solid/MicrophoneIcon.js new file mode 100644 index 00000000..9c6147b3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/MicrophoneIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function MicrophoneIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8.25 4.5a3.75 3.75 0 1 1 7.5 0v8.25a3.75 3.75 0 1 1-7.5 0V4.5Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M6 10.5a.75.75 0 0 1 .75.75v1.5a5.25 5.25 0 1 0 10.5 0v-1.5a.75.75 0 0 1 1.5 0v1.5a6.751 6.751 0 0 1-6 6.709v2.291h3a.75.75 0 0 1 0 1.5h-7.5a.75.75 0 0 1 0-1.5h3v-2.291a6.751 6.751 0 0 1-6-6.709v-1.5A.75.75 0 0 1 6 10.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MicrophoneIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/MinusCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/MinusCircleIcon.d.ts new file mode 100644 index 00000000..cfc27bcc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/MinusCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MinusCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MinusCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/MinusCircleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/MinusCircleIcon.js new file mode 100644 index 00000000..08c29087 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/MinusCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function MinusCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25Zm3 10.5a.75.75 0 0 0 0-1.5H9a.75.75 0 0 0 0 1.5h6Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MinusCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/MinusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/MinusIcon.d.ts new file mode 100644 index 00000000..7fdb4b6c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/MinusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MinusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MinusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/MinusIcon.js b/frontend/node_modules/@heroicons/react/24/solid/MinusIcon.js new file mode 100644 index 00000000..61e70535 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/MinusIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function MinusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.25 12a.75.75 0 0 1 .75-.75h14a.75.75 0 0 1 0 1.5H5a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MinusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/MinusSmallIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/MinusSmallIcon.d.ts new file mode 100644 index 00000000..b8f586d6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/MinusSmallIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const MinusSmallIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MinusSmallIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/MinusSmallIcon.js b/frontend/node_modules/@heroicons/react/24/solid/MinusSmallIcon.js new file mode 100644 index 00000000..e27edcbe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/MinusSmallIcon.js @@ -0,0 +1,25 @@ +const React = require("react"); +/** @deprecated */ +function MinusSmallIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.25 12a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MinusSmallIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/MoonIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/MoonIcon.d.ts new file mode 100644 index 00000000..de7d2c5e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/MoonIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MoonIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MoonIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/MoonIcon.js b/frontend/node_modules/@heroicons/react/24/solid/MoonIcon.js new file mode 100644 index 00000000..864f5ccb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/MoonIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function MoonIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.528 1.718a.75.75 0 0 1 .162.819A8.97 8.97 0 0 0 9 6a9 9 0 0 0 9 9 8.97 8.97 0 0 0 3.463-.69.75.75 0 0 1 .981.98 10.503 10.503 0 0 1-9.694 6.46c-5.799 0-10.5-4.7-10.5-10.5 0-4.368 2.667-8.112 6.46-9.694a.75.75 0 0 1 .818.162Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MoonIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/MusicalNoteIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/MusicalNoteIcon.d.ts new file mode 100644 index 00000000..043d34ef --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/MusicalNoteIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MusicalNoteIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MusicalNoteIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/MusicalNoteIcon.js b/frontend/node_modules/@heroicons/react/24/solid/MusicalNoteIcon.js new file mode 100644 index 00000000..e438a20a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/MusicalNoteIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function MusicalNoteIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M19.952 1.651a.75.75 0 0 1 .298.599V16.303a3 3 0 0 1-2.176 2.884l-1.32.377a2.553 2.553 0 1 1-1.403-4.909l2.311-.66a1.5 1.5 0 0 0 1.088-1.442V6.994l-9 2.572v9.737a3 3 0 0 1-2.176 2.884l-1.32.377a2.553 2.553 0 1 1-1.402-4.909l2.31-.66a1.5 1.5 0 0 0 1.088-1.442V5.25a.75.75 0 0 1 .544-.721l10.5-3a.75.75 0 0 1 .658.122Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MusicalNoteIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/NewspaperIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/NewspaperIcon.d.ts new file mode 100644 index 00000000..79735338 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/NewspaperIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const NewspaperIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default NewspaperIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/NewspaperIcon.js b/frontend/node_modules/@heroicons/react/24/solid/NewspaperIcon.js new file mode 100644 index 00000000..c5f20d3e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/NewspaperIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function NewspaperIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.125 3C3.089 3 2.25 3.84 2.25 4.875V18a3 3 0 0 0 3 3h15a3 3 0 0 1-3-3V4.875C17.25 3.839 16.41 3 15.375 3H4.125ZM12 9.75a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5H12Zm-.75-2.25a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5H12a.75.75 0 0 1-.75-.75ZM6 12.75a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5H6Zm-.75 3.75a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75ZM6 6.75a.75.75 0 0 0-.75.75v3c0 .414.336.75.75.75h3a.75.75 0 0 0 .75-.75v-3A.75.75 0 0 0 9 6.75H6Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M18.75 6.75h1.875c.621 0 1.125.504 1.125 1.125V18a1.5 1.5 0 0 1-3 0V6.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(NewspaperIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/NoSymbolIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/NoSymbolIcon.d.ts new file mode 100644 index 00000000..5a3d4b75 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/NoSymbolIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const NoSymbolIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default NoSymbolIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/NoSymbolIcon.js b/frontend/node_modules/@heroicons/react/24/solid/NoSymbolIcon.js new file mode 100644 index 00000000..d0263761 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/NoSymbolIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function NoSymbolIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "m6.72 5.66 11.62 11.62A8.25 8.25 0 0 0 6.72 5.66Zm10.56 12.68L5.66 6.72a8.25 8.25 0 0 0 11.62 11.62ZM5.105 5.106c3.807-3.808 9.98-3.808 13.788 0 3.808 3.807 3.808 9.98 0 13.788-3.807 3.808-9.98 3.808-13.788 0-3.808-3.807-3.808-9.98 0-13.788Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(NoSymbolIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/NumberedListIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/NumberedListIcon.d.ts new file mode 100644 index 00000000..bd0b135f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/NumberedListIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const NumberedListIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default NumberedListIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/NumberedListIcon.js b/frontend/node_modules/@heroicons/react/24/solid/NumberedListIcon.js new file mode 100644 index 00000000..46cafcb3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/NumberedListIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function NumberedListIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.491 5.992a.75.75 0 0 1 .75-.75h12a.75.75 0 1 1 0 1.5h-12a.75.75 0 0 1-.75-.75ZM7.49 11.995a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5h-12a.75.75 0 0 1-.75-.75ZM7.491 17.994a.75.75 0 0 1 .75-.75h12a.75.75 0 1 1 0 1.5h-12a.75.75 0 0 1-.75-.75ZM2.24 3.745a.75.75 0 0 1 .75-.75h1.125a.75.75 0 0 1 .75.75v3h.375a.75.75 0 0 1 0 1.5H2.99a.75.75 0 0 1 0-1.5h.375v-2.25H2.99a.75.75 0 0 1-.75-.75ZM2.79 10.602a.75.75 0 0 1 0-1.06 1.875 1.875 0 1 1 2.652 2.651l-.55.55h.35a.75.75 0 0 1 0 1.5h-2.16a.75.75 0 0 1-.53-1.281l1.83-1.83a.375.375 0 0 0-.53-.53.75.75 0 0 1-1.062 0ZM2.24 15.745a.75.75 0 0 1 .75-.75h1.125a1.875 1.875 0 0 1 1.501 2.999 1.875 1.875 0 0 1-1.501 3H2.99a.75.75 0 0 1 0-1.501h1.125a.375.375 0 0 0 .036-.748H3.74a.75.75 0 0 1-.75-.75v-.002a.75.75 0 0 1 .75-.75h.411a.375.375 0 0 0-.036-.748H2.99a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(NumberedListIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/PaintBrushIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/PaintBrushIcon.d.ts new file mode 100644 index 00000000..2278908e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PaintBrushIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PaintBrushIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PaintBrushIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/PaintBrushIcon.js b/frontend/node_modules/@heroicons/react/24/solid/PaintBrushIcon.js new file mode 100644 index 00000000..d262b1d3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PaintBrushIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PaintBrushIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M20.599 1.5c-.376 0-.743.111-1.055.32l-5.08 3.385a18.747 18.747 0 0 0-3.471 2.987 10.04 10.04 0 0 1 4.815 4.815 18.748 18.748 0 0 0 2.987-3.472l3.386-5.079A1.902 1.902 0 0 0 20.599 1.5Zm-8.3 14.025a18.76 18.76 0 0 0 1.896-1.207 8.026 8.026 0 0 0-4.513-4.513A18.75 18.75 0 0 0 8.475 11.7l-.278.5a5.26 5.26 0 0 1 3.601 3.602l.502-.278ZM6.75 13.5A3.75 3.75 0 0 0 3 17.25a1.5 1.5 0 0 1-1.601 1.497.75.75 0 0 0-.7 1.123 5.25 5.25 0 0 0 9.8-2.62 3.75 3.75 0 0 0-3.75-3.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PaintBrushIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/PaperAirplaneIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/PaperAirplaneIcon.d.ts new file mode 100644 index 00000000..8f9b057d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PaperAirplaneIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PaperAirplaneIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PaperAirplaneIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/PaperAirplaneIcon.js b/frontend/node_modules/@heroicons/react/24/solid/PaperAirplaneIcon.js new file mode 100644 index 00000000..fc1be2b1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PaperAirplaneIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function PaperAirplaneIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.478 2.404a.75.75 0 0 0-.926.941l2.432 7.905H13.5a.75.75 0 0 1 0 1.5H4.984l-2.432 7.905a.75.75 0 0 0 .926.94 60.519 60.519 0 0 0 18.445-8.986.75.75 0 0 0 0-1.218A60.517 60.517 0 0 0 3.478 2.404Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PaperAirplaneIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/PaperClipIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/PaperClipIcon.d.ts new file mode 100644 index 00000000..85bc18b3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PaperClipIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PaperClipIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PaperClipIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/PaperClipIcon.js b/frontend/node_modules/@heroicons/react/24/solid/PaperClipIcon.js new file mode 100644 index 00000000..a2a51f64 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PaperClipIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PaperClipIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M18.97 3.659a2.25 2.25 0 0 0-3.182 0l-10.94 10.94a3.75 3.75 0 1 0 5.304 5.303l7.693-7.693a.75.75 0 0 1 1.06 1.06l-7.693 7.693a5.25 5.25 0 1 1-7.424-7.424l10.939-10.94a3.75 3.75 0 1 1 5.303 5.304L9.097 18.835l-.008.008-.007.007-.002.002-.003.002A2.25 2.25 0 0 1 5.91 15.66l7.81-7.81a.75.75 0 0 1 1.061 1.06l-7.81 7.81a.75.75 0 0 0 1.054 1.068L18.97 6.84a2.25 2.25 0 0 0 0-3.182Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PaperClipIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/PauseCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/PauseCircleIcon.d.ts new file mode 100644 index 00000000..369128d9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PauseCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PauseCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PauseCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/PauseCircleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/PauseCircleIcon.js new file mode 100644 index 00000000..53df91e5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PauseCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PauseCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12ZM9 8.25a.75.75 0 0 0-.75.75v6c0 .414.336.75.75.75h.75a.75.75 0 0 0 .75-.75V9a.75.75 0 0 0-.75-.75H9Zm5.25 0a.75.75 0 0 0-.75.75v6c0 .414.336.75.75.75H15a.75.75 0 0 0 .75-.75V9a.75.75 0 0 0-.75-.75h-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PauseCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/PauseIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/PauseIcon.d.ts new file mode 100644 index 00000000..be960989 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PauseIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PauseIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PauseIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/PauseIcon.js b/frontend/node_modules/@heroicons/react/24/solid/PauseIcon.js new file mode 100644 index 00000000..b4d8a862 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PauseIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PauseIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6.75 5.25a.75.75 0 0 1 .75-.75H9a.75.75 0 0 1 .75.75v13.5a.75.75 0 0 1-.75.75H7.5a.75.75 0 0 1-.75-.75V5.25Zm7.5 0A.75.75 0 0 1 15 4.5h1.5a.75.75 0 0 1 .75.75v13.5a.75.75 0 0 1-.75.75H15a.75.75 0 0 1-.75-.75V5.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PauseIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/PencilIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/PencilIcon.d.ts new file mode 100644 index 00000000..cfc12556 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PencilIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PencilIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PencilIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/PencilIcon.js b/frontend/node_modules/@heroicons/react/24/solid/PencilIcon.js new file mode 100644 index 00000000..a17af382 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PencilIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function PencilIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M21.731 2.269a2.625 2.625 0 0 0-3.712 0l-1.157 1.157 3.712 3.712 1.157-1.157a2.625 2.625 0 0 0 0-3.712ZM19.513 8.199l-3.712-3.712-12.15 12.15a5.25 5.25 0 0 0-1.32 2.214l-.8 2.685a.75.75 0 0 0 .933.933l2.685-.8a5.25 5.25 0 0 0 2.214-1.32L19.513 8.2Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PencilIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/PencilSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/PencilSquareIcon.d.ts new file mode 100644 index 00000000..b1008d21 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PencilSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PencilSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PencilSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/PencilSquareIcon.js b/frontend/node_modules/@heroicons/react/24/solid/PencilSquareIcon.js new file mode 100644 index 00000000..d23c717d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PencilSquareIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PencilSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M21.731 2.269a2.625 2.625 0 0 0-3.712 0l-1.157 1.157 3.712 3.712 1.157-1.157a2.625 2.625 0 0 0 0-3.712ZM19.513 8.199l-3.712-3.712-8.4 8.4a5.25 5.25 0 0 0-1.32 2.214l-.8 2.685a.75.75 0 0 0 .933.933l2.685-.8a5.25 5.25 0 0 0 2.214-1.32l8.4-8.4Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M5.25 5.25a3 3 0 0 0-3 3v10.5a3 3 0 0 0 3 3h10.5a3 3 0 0 0 3-3V13.5a.75.75 0 0 0-1.5 0v5.25a1.5 1.5 0 0 1-1.5 1.5H5.25a1.5 1.5 0 0 1-1.5-1.5V8.25a1.5 1.5 0 0 1 1.5-1.5h5.25a.75.75 0 0 0 0-1.5H5.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PencilSquareIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/PercentBadgeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/PercentBadgeIcon.d.ts new file mode 100644 index 00000000..e879c9fe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PercentBadgeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PercentBadgeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PercentBadgeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/PercentBadgeIcon.js b/frontend/node_modules/@heroicons/react/24/solid/PercentBadgeIcon.js new file mode 100644 index 00000000..1b4e77aa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PercentBadgeIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PercentBadgeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.99 2.243a4.49 4.49 0 0 0-3.398 1.55 4.49 4.49 0 0 0-3.497 1.306 4.491 4.491 0 0 0-1.307 3.498 4.491 4.491 0 0 0-1.548 3.397c0 1.357.6 2.573 1.548 3.397a4.491 4.491 0 0 0 1.307 3.498 4.49 4.49 0 0 0 3.498 1.307 4.49 4.49 0 0 0 3.397 1.549 4.49 4.49 0 0 0 3.397-1.549 4.49 4.49 0 0 0 3.497-1.307 4.491 4.491 0 0 0 1.306-3.497 4.491 4.491 0 0 0 1.55-3.398c0-1.357-.601-2.573-1.549-3.397a4.491 4.491 0 0 0-1.307-3.498 4.49 4.49 0 0 0-3.498-1.307 4.49 4.49 0 0 0-3.396-1.549Zm3.53 7.28a.75.75 0 0 0-1.06-1.06l-6 6a.75.75 0 1 0 1.06 1.06l6-6Zm-5.78-.905a1.125 1.125 0 1 0 0 2.25 1.125 1.125 0 0 0 0-2.25Zm4.5 4.5a1.125 1.125 0 1 0 0 2.25 1.125 1.125 0 0 0 0-2.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PercentBadgeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/PhoneArrowDownLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/PhoneArrowDownLeftIcon.d.ts new file mode 100644 index 00000000..a9d877f2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PhoneArrowDownLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PhoneArrowDownLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PhoneArrowDownLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/PhoneArrowDownLeftIcon.js b/frontend/node_modules/@heroicons/react/24/solid/PhoneArrowDownLeftIcon.js new file mode 100644 index 00000000..27d137d0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PhoneArrowDownLeftIcon.js @@ -0,0 +1,28 @@ +const React = require("react"); +function PhoneArrowDownLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M19.5 9.75a.75.75 0 0 1-.75.75h-4.5a.75.75 0 0 1-.75-.75v-4.5a.75.75 0 0 1 1.5 0v2.69l4.72-4.72a.75.75 0 1 1 1.06 1.06L16.06 9h2.69a.75.75 0 0 1 .75.75Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.5 4.5a3 3 0 0 1 3-3h1.372c.86 0 1.61.586 1.819 1.42l1.105 4.423a1.875 1.875 0 0 1-.694 1.955l-1.293.97c-.135.101-.164.249-.126.352a11.285 11.285 0 0 0 6.697 6.697c.103.038.25.009.352-.126l.97-1.293a1.875 1.875 0 0 1 1.955-.694l4.423 1.105c.834.209 1.42.959 1.42 1.82V19.5a3 3 0 0 1-3 3h-2.25C8.552 22.5 1.5 15.448 1.5 6.75V4.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PhoneArrowDownLeftIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/PhoneArrowUpRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/PhoneArrowUpRightIcon.d.ts new file mode 100644 index 00000000..9b1ff4da --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PhoneArrowUpRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PhoneArrowUpRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PhoneArrowUpRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/PhoneArrowUpRightIcon.js b/frontend/node_modules/@heroicons/react/24/solid/PhoneArrowUpRightIcon.js new file mode 100644 index 00000000..3b5d0a0c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PhoneArrowUpRightIcon.js @@ -0,0 +1,28 @@ +const React = require("react"); +function PhoneArrowUpRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 3.75a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0V5.56l-4.72 4.72a.75.75 0 1 1-1.06-1.06l4.72-4.72h-2.69a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.5 4.5a3 3 0 0 1 3-3h1.372c.86 0 1.61.586 1.819 1.42l1.105 4.423a1.875 1.875 0 0 1-.694 1.955l-1.293.97c-.135.101-.164.249-.126.352a11.285 11.285 0 0 0 6.697 6.697c.103.038.25.009.352-.126l.97-1.293a1.875 1.875 0 0 1 1.955-.694l4.423 1.105c.834.209 1.42.959 1.42 1.82V19.5a3 3 0 0 1-3 3h-2.25C8.552 22.5 1.5 15.448 1.5 6.75V4.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PhoneArrowUpRightIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/PhoneIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/PhoneIcon.d.ts new file mode 100644 index 00000000..e9a6bb47 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PhoneIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PhoneIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PhoneIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/PhoneIcon.js b/frontend/node_modules/@heroicons/react/24/solid/PhoneIcon.js new file mode 100644 index 00000000..e438d9c9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PhoneIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PhoneIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.5 4.5a3 3 0 0 1 3-3h1.372c.86 0 1.61.586 1.819 1.42l1.105 4.423a1.875 1.875 0 0 1-.694 1.955l-1.293.97c-.135.101-.164.249-.126.352a11.285 11.285 0 0 0 6.697 6.697c.103.038.25.009.352-.126l.97-1.293a1.875 1.875 0 0 1 1.955-.694l4.423 1.105c.834.209 1.42.959 1.42 1.82V19.5a3 3 0 0 1-3 3h-2.25C8.552 22.5 1.5 15.448 1.5 6.75V4.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PhoneIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/PhoneXMarkIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/PhoneXMarkIcon.d.ts new file mode 100644 index 00000000..f4afe695 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PhoneXMarkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PhoneXMarkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PhoneXMarkIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/PhoneXMarkIcon.js b/frontend/node_modules/@heroicons/react/24/solid/PhoneXMarkIcon.js new file mode 100644 index 00000000..cc2c050c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PhoneXMarkIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PhoneXMarkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15.22 3.22a.75.75 0 0 1 1.06 0L18 4.94l1.72-1.72a.75.75 0 1 1 1.06 1.06L19.06 6l1.72 1.72a.75.75 0 0 1-1.06 1.06L18 7.06l-1.72 1.72a.75.75 0 1 1-1.06-1.06L16.94 6l-1.72-1.72a.75.75 0 0 1 0-1.06ZM1.5 4.5a3 3 0 0 1 3-3h1.372c.86 0 1.61.586 1.819 1.42l1.105 4.423a1.875 1.875 0 0 1-.694 1.955l-1.293.97c-.135.101-.164.249-.126.352a11.285 11.285 0 0 0 6.697 6.697c.103.038.25.009.352-.126l.97-1.293a1.875 1.875 0 0 1 1.955-.694l4.423 1.105c.834.209 1.42.959 1.42 1.82V19.5a3 3 0 0 1-3 3h-2.25C8.552 22.5 1.5 15.448 1.5 6.75V4.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PhoneXMarkIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/PhotoIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/PhotoIcon.d.ts new file mode 100644 index 00000000..b00e9f04 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PhotoIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PhotoIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PhotoIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/PhotoIcon.js b/frontend/node_modules/@heroicons/react/24/solid/PhotoIcon.js new file mode 100644 index 00000000..811df6e7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PhotoIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PhotoIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.5 6a2.25 2.25 0 0 1 2.25-2.25h16.5A2.25 2.25 0 0 1 22.5 6v12a2.25 2.25 0 0 1-2.25 2.25H3.75A2.25 2.25 0 0 1 1.5 18V6ZM3 16.06V18c0 .414.336.75.75.75h16.5A.75.75 0 0 0 21 18v-1.94l-2.69-2.689a1.5 1.5 0 0 0-2.12 0l-.88.879.97.97a.75.75 0 1 1-1.06 1.06l-5.16-5.159a1.5 1.5 0 0 0-2.12 0L3 16.061Zm10.125-7.81a1.125 1.125 0 1 1 2.25 0 1.125 1.125 0 0 1-2.25 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PhotoIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/PlayCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/PlayCircleIcon.d.ts new file mode 100644 index 00000000..a320814d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PlayCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PlayCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlayCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/PlayCircleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/PlayCircleIcon.js new file mode 100644 index 00000000..33004281 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PlayCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PlayCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm14.024-.983a1.125 1.125 0 0 1 0 1.966l-5.603 3.113A1.125 1.125 0 0 1 9 15.113V8.887c0-.857.921-1.4 1.671-.983l5.603 3.113Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlayCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/PlayIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/PlayIcon.d.ts new file mode 100644 index 00000000..7da224c8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PlayIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PlayIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlayIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/PlayIcon.js b/frontend/node_modules/@heroicons/react/24/solid/PlayIcon.js new file mode 100644 index 00000000..ef5bacdf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PlayIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PlayIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 5.653c0-1.427 1.529-2.33 2.779-1.643l11.54 6.347c1.295.712 1.295 2.573 0 3.286L7.28 19.99c-1.25.687-2.779-.217-2.779-1.643V5.653Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlayIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/PlayPauseIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/PlayPauseIcon.d.ts new file mode 100644 index 00000000..1baf435f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PlayPauseIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PlayPauseIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlayPauseIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/PlayPauseIcon.js b/frontend/node_modules/@heroicons/react/24/solid/PlayPauseIcon.js new file mode 100644 index 00000000..fa7e81a3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PlayPauseIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function PlayPauseIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M15 6.75a.75.75 0 0 0-.75.75V18a.75.75 0 0 0 .75.75h.75a.75.75 0 0 0 .75-.75V7.5a.75.75 0 0 0-.75-.75H15ZM20.25 6.75a.75.75 0 0 0-.75.75V18c0 .414.336.75.75.75H21a.75.75 0 0 0 .75-.75V7.5a.75.75 0 0 0-.75-.75h-.75ZM5.055 7.06C3.805 6.347 2.25 7.25 2.25 8.69v8.122c0 1.44 1.555 2.343 2.805 1.628l7.108-4.061c1.26-.72 1.26-2.536 0-3.256L5.055 7.061Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlayPauseIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/PlusCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/PlusCircleIcon.d.ts new file mode 100644 index 00000000..9c7ce73d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PlusCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PlusCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlusCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/PlusCircleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/PlusCircleIcon.js new file mode 100644 index 00000000..96c233dc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PlusCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PlusCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25ZM12.75 9a.75.75 0 0 0-1.5 0v2.25H9a.75.75 0 0 0 0 1.5h2.25V15a.75.75 0 0 0 1.5 0v-2.25H15a.75.75 0 0 0 0-1.5h-2.25V9Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlusCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/PlusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/PlusIcon.d.ts new file mode 100644 index 00000000..04e381a1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/PlusIcon.js b/frontend/node_modules/@heroicons/react/24/solid/PlusIcon.js new file mode 100644 index 00000000..cfa4eb42 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PlusIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 3.75a.75.75 0 0 1 .75.75v6.75h6.75a.75.75 0 0 1 0 1.5h-6.75v6.75a.75.75 0 0 1-1.5 0v-6.75H4.5a.75.75 0 0 1 0-1.5h6.75V4.5a.75.75 0 0 1 .75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/PlusSmallIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/PlusSmallIcon.d.ts new file mode 100644 index 00000000..f00e0b8e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PlusSmallIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const PlusSmallIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlusSmallIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/PlusSmallIcon.js b/frontend/node_modules/@heroicons/react/24/solid/PlusSmallIcon.js new file mode 100644 index 00000000..58c1dba7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PlusSmallIcon.js @@ -0,0 +1,25 @@ +const React = require("react"); +/** @deprecated */ +function PlusSmallIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 5.25a.75.75 0 0 1 .75.75v5.25H18a.75.75 0 0 1 0 1.5h-5.25V18a.75.75 0 0 1-1.5 0v-5.25H6a.75.75 0 0 1 0-1.5h5.25V6a.75.75 0 0 1 .75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlusSmallIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/PowerIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/PowerIcon.d.ts new file mode 100644 index 00000000..754fe6b1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PowerIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PowerIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PowerIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/PowerIcon.js b/frontend/node_modules/@heroicons/react/24/solid/PowerIcon.js new file mode 100644 index 00000000..be604c58 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PowerIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PowerIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25a.75.75 0 0 1 .75.75v9a.75.75 0 0 1-1.5 0V3a.75.75 0 0 1 .75-.75ZM6.166 5.106a.75.75 0 0 1 0 1.06 8.25 8.25 0 1 0 11.668 0 .75.75 0 1 1 1.06-1.06c3.808 3.807 3.808 9.98 0 13.788-3.807 3.808-9.98 3.808-13.788 0-3.808-3.807-3.808-9.98 0-13.788a.75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PowerIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/PresentationChartBarIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/PresentationChartBarIcon.d.ts new file mode 100644 index 00000000..d80b6596 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PresentationChartBarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PresentationChartBarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PresentationChartBarIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/PresentationChartBarIcon.js b/frontend/node_modules/@heroicons/react/24/solid/PresentationChartBarIcon.js new file mode 100644 index 00000000..0615a5b3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PresentationChartBarIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PresentationChartBarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.25 2.25a.75.75 0 0 0 0 1.5H3v10.5a3 3 0 0 0 3 3h1.21l-1.172 3.513a.75.75 0 0 0 1.424.474l.329-.987h8.418l.33.987a.75.75 0 0 0 1.422-.474l-1.17-3.513H18a3 3 0 0 0 3-3V3.75h.75a.75.75 0 0 0 0-1.5H2.25Zm6.04 16.5.5-1.5h6.42l.5 1.5H8.29Zm7.46-12a.75.75 0 0 0-1.5 0v6a.75.75 0 0 0 1.5 0v-6Zm-3 2.25a.75.75 0 0 0-1.5 0v3.75a.75.75 0 0 0 1.5 0V9Zm-3 2.25a.75.75 0 0 0-1.5 0v1.5a.75.75 0 0 0 1.5 0v-1.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PresentationChartBarIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/PresentationChartLineIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/PresentationChartLineIcon.d.ts new file mode 100644 index 00000000..a240a46d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PresentationChartLineIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PresentationChartLineIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PresentationChartLineIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/PresentationChartLineIcon.js b/frontend/node_modules/@heroicons/react/24/solid/PresentationChartLineIcon.js new file mode 100644 index 00000000..bb6f304b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PresentationChartLineIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PresentationChartLineIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.25 2.25a.75.75 0 0 0 0 1.5H3v10.5a3 3 0 0 0 3 3h1.21l-1.172 3.513a.75.75 0 0 0 1.424.474l.329-.987h8.418l.33.987a.75.75 0 0 0 1.422-.474l-1.17-3.513H18a3 3 0 0 0 3-3V3.75h.75a.75.75 0 0 0 0-1.5H2.25Zm6.54 15h6.42l.5 1.5H8.29l.5-1.5Zm8.085-8.995a.75.75 0 1 0-.75-1.299 12.81 12.81 0 0 0-3.558 3.05L11.03 8.47a.75.75 0 0 0-1.06 0l-3 3a.75.75 0 1 0 1.06 1.06l2.47-2.47 1.617 1.618a.75.75 0 0 0 1.146-.102 11.312 11.312 0 0 1 3.612-3.321Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PresentationChartLineIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/PrinterIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/PrinterIcon.d.ts new file mode 100644 index 00000000..f1d1be8f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PrinterIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PrinterIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PrinterIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/PrinterIcon.js b/frontend/node_modules/@heroicons/react/24/solid/PrinterIcon.js new file mode 100644 index 00000000..c141edcf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PrinterIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function PrinterIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.875 1.5C6.839 1.5 6 2.34 6 3.375v2.99c-.426.053-.851.11-1.274.174-1.454.218-2.476 1.483-2.476 2.917v6.294a3 3 0 0 0 3 3h.27l-.155 1.705A1.875 1.875 0 0 0 7.232 22.5h9.536a1.875 1.875 0 0 0 1.867-2.045l-.155-1.705h.27a3 3 0 0 0 3-3V9.456c0-1.434-1.022-2.7-2.476-2.917A48.716 48.716 0 0 0 18 6.366V3.375c0-1.036-.84-1.875-1.875-1.875h-8.25ZM16.5 6.205v-2.83A.375.375 0 0 0 16.125 3h-8.25a.375.375 0 0 0-.375.375v2.83a49.353 49.353 0 0 1 9 0Zm-.217 8.265c.178.018.317.16.333.337l.526 5.784a.375.375 0 0 1-.374.409H7.232a.375.375 0 0 1-.374-.409l.526-5.784a.373.373 0 0 1 .333-.337 41.741 41.741 0 0 1 8.566 0Zm.967-3.97a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75H18a.75.75 0 0 1-.75-.75V10.5ZM15 9.75a.75.75 0 0 0-.75.75v.008c0 .414.336.75.75.75h.008a.75.75 0 0 0 .75-.75V10.5a.75.75 0 0 0-.75-.75H15Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PrinterIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/PuzzlePieceIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/PuzzlePieceIcon.d.ts new file mode 100644 index 00000000..04f58f55 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PuzzlePieceIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PuzzlePieceIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PuzzlePieceIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/PuzzlePieceIcon.js b/frontend/node_modules/@heroicons/react/24/solid/PuzzlePieceIcon.js new file mode 100644 index 00000000..554f011b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/PuzzlePieceIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function PuzzlePieceIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M11.25 5.337c0-.355-.186-.676-.401-.959a1.647 1.647 0 0 1-.349-1.003c0-1.036 1.007-1.875 2.25-1.875S15 2.34 15 3.375c0 .369-.128.713-.349 1.003-.215.283-.401.604-.401.959 0 .332.278.598.61.578 1.91-.114 3.79-.342 5.632-.676a.75.75 0 0 1 .878.645 49.17 49.17 0 0 1 .376 5.452.657.657 0 0 1-.66.664c-.354 0-.675-.186-.958-.401a1.647 1.647 0 0 0-1.003-.349c-1.035 0-1.875 1.007-1.875 2.25s.84 2.25 1.875 2.25c.369 0 .713-.128 1.003-.349.283-.215.604-.401.959-.401.31 0 .557.262.534.571a48.774 48.774 0 0 1-.595 4.845.75.75 0 0 1-.61.61c-1.82.317-3.673.533-5.555.642a.58.58 0 0 1-.611-.581c0-.355.186-.676.401-.959.221-.29.349-.634.349-1.003 0-1.035-1.007-1.875-2.25-1.875s-2.25.84-2.25 1.875c0 .369.128.713.349 1.003.215.283.401.604.401.959a.641.641 0 0 1-.658.643 49.118 49.118 0 0 1-4.708-.36.75.75 0 0 1-.645-.878c.293-1.614.504-3.257.629-4.924A.53.53 0 0 0 5.337 15c-.355 0-.676.186-.959.401-.29.221-.634.349-1.003.349-1.036 0-1.875-1.007-1.875-2.25s.84-2.25 1.875-2.25c.369 0 .713.128 1.003.349.283.215.604.401.959.401a.656.656 0 0 0 .659-.663 47.703 47.703 0 0 0-.31-4.82.75.75 0 0 1 .83-.832c1.343.155 2.703.254 4.077.294a.64.64 0 0 0 .657-.642Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PuzzlePieceIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/QrCodeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/QrCodeIcon.d.ts new file mode 100644 index 00000000..3106d4bb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/QrCodeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const QrCodeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default QrCodeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/QrCodeIcon.js b/frontend/node_modules/@heroicons/react/24/solid/QrCodeIcon.js new file mode 100644 index 00000000..07a0cc2f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/QrCodeIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function QrCodeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 4.875C3 3.839 3.84 3 4.875 3h4.5c1.036 0 1.875.84 1.875 1.875v4.5c0 1.036-.84 1.875-1.875 1.875h-4.5A1.875 1.875 0 0 1 3 9.375v-4.5ZM4.875 4.5a.375.375 0 0 0-.375.375v4.5c0 .207.168.375.375.375h4.5a.375.375 0 0 0 .375-.375v-4.5a.375.375 0 0 0-.375-.375h-4.5Zm7.875.375c0-1.036.84-1.875 1.875-1.875h4.5C20.16 3 21 3.84 21 4.875v4.5c0 1.036-.84 1.875-1.875 1.875h-4.5a1.875 1.875 0 0 1-1.875-1.875v-4.5Zm1.875-.375a.375.375 0 0 0-.375.375v4.5c0 .207.168.375.375.375h4.5a.375.375 0 0 0 .375-.375v-4.5a.375.375 0 0 0-.375-.375h-4.5ZM6 6.75A.75.75 0 0 1 6.75 6h.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-.75A.75.75 0 0 1 6 7.5v-.75Zm9.75 0A.75.75 0 0 1 16.5 6h.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-.75a.75.75 0 0 1-.75-.75v-.75ZM3 14.625c0-1.036.84-1.875 1.875-1.875h4.5c1.036 0 1.875.84 1.875 1.875v4.5c0 1.035-.84 1.875-1.875 1.875h-4.5A1.875 1.875 0 0 1 3 19.125v-4.5Zm1.875-.375a.375.375 0 0 0-.375.375v4.5c0 .207.168.375.375.375h4.5a.375.375 0 0 0 .375-.375v-4.5a.375.375 0 0 0-.375-.375h-4.5Zm7.875-.75a.75.75 0 0 1 .75-.75h.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-.75a.75.75 0 0 1-.75-.75v-.75Zm6 0a.75.75 0 0 1 .75-.75h.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-.75a.75.75 0 0 1-.75-.75v-.75ZM6 16.5a.75.75 0 0 1 .75-.75h.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-.75a.75.75 0 0 1-.75-.75v-.75Zm9.75 0a.75.75 0 0 1 .75-.75h.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-.75a.75.75 0 0 1-.75-.75v-.75Zm-3 3a.75.75 0 0 1 .75-.75h.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-.75a.75.75 0 0 1-.75-.75v-.75Zm6 0a.75.75 0 0 1 .75-.75h.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-.75a.75.75 0 0 1-.75-.75v-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(QrCodeIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/QuestionMarkCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/QuestionMarkCircleIcon.d.ts new file mode 100644 index 00000000..987c90a9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/QuestionMarkCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const QuestionMarkCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default QuestionMarkCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/QuestionMarkCircleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/QuestionMarkCircleIcon.js new file mode 100644 index 00000000..91be6a3b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/QuestionMarkCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function QuestionMarkCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm11.378-3.917c-.89-.777-2.366-.777-3.255 0a.75.75 0 0 1-.988-1.129c1.454-1.272 3.776-1.272 5.23 0 1.513 1.324 1.513 3.518 0 4.842a3.75 3.75 0 0 1-.837.552c-.676.328-1.028.774-1.028 1.152v.75a.75.75 0 0 1-1.5 0v-.75c0-1.279 1.06-2.107 1.875-2.502.182-.088.351-.199.503-.331.83-.727.83-1.857 0-2.584ZM12 18a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(QuestionMarkCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/QueueListIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/QueueListIcon.d.ts new file mode 100644 index 00000000..a466459c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/QueueListIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const QueueListIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default QueueListIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/QueueListIcon.js b/frontend/node_modules/@heroicons/react/24/solid/QueueListIcon.js new file mode 100644 index 00000000..1914a497 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/QueueListIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function QueueListIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5.625 3.75a2.625 2.625 0 1 0 0 5.25h12.75a2.625 2.625 0 0 0 0-5.25H5.625ZM3.75 11.25a.75.75 0 0 0 0 1.5h16.5a.75.75 0 0 0 0-1.5H3.75ZM3 15.75a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75ZM3.75 18.75a.75.75 0 0 0 0 1.5h16.5a.75.75 0 0 0 0-1.5H3.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(QueueListIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/RadioIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/RadioIcon.d.ts new file mode 100644 index 00000000..3ca8a702 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/RadioIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const RadioIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default RadioIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/RadioIcon.js b/frontend/node_modules/@heroicons/react/24/solid/RadioIcon.js new file mode 100644 index 00000000..cf3ab397 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/RadioIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function RadioIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M20.432 4.103a.75.75 0 0 0-.364-1.456L4.128 6.632l-.2.033C2.498 6.904 1.5 8.158 1.5 9.574v9.176a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3V9.574c0-1.416-.997-2.67-2.429-2.909a49.017 49.017 0 0 0-7.255-.658l7.616-1.904Zm-9.585 8.56a.75.75 0 0 1 0 1.06l-.005.006a.75.75 0 0 1-1.06 0l-.006-.006a.75.75 0 0 1 0-1.06l.005-.005a.75.75 0 0 1 1.06 0l.006.005ZM9.781 15.85a.75.75 0 0 0 1.061 0l.005-.005a.75.75 0 0 0 0-1.061l-.005-.005a.75.75 0 0 0-1.06 0l-.006.005a.75.75 0 0 0 0 1.06l.005.006Zm-1.055-1.066a.75.75 0 0 1 0 1.06l-.005.006a.75.75 0 0 1-1.061 0l-.005-.005a.75.75 0 0 1 0-1.06l.005-.006a.75.75 0 0 1 1.06 0l.006.005ZM7.66 13.73a.75.75 0 0 0 1.061 0l.005-.006a.75.75 0 0 0 0-1.06l-.005-.006a.75.75 0 0 0-1.06 0l-.006.006a.75.75 0 0 0 0 1.06l.005.006ZM9.255 9.75a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75h-.008a.75.75 0 0 1-.75-.75V10.5a.75.75 0 0 1 .75-.75h.008Zm3.624 3.28a.75.75 0 0 0 .275-1.025L13.15 12a.75.75 0 0 0-1.025-.275l-.006.004a.75.75 0 0 0-.275 1.024l.004.007a.75.75 0 0 0 1.025.274l.006-.003Zm-1.38 5.126a.75.75 0 0 1-1.024-.275l-.004-.006a.75.75 0 0 1 .275-1.025l.006-.004a.75.75 0 0 1 1.025.275l.004.007a.75.75 0 0 1-.275 1.024l-.006.004Zm.282-6.776a.75.75 0 0 0-.274-1.025l-.007-.003a.75.75 0 0 0-1.024.274l-.004.007a.75.75 0 0 0 .274 1.024l.007.004a.75.75 0 0 0 1.024-.275l.004-.006Zm1.369 5.129a.75.75 0 0 1-1.025.274l-.006-.004a.75.75 0 0 1-.275-1.024l.004-.007a.75.75 0 0 1 1.025-.274l.006.004a.75.75 0 0 1 .275 1.024l-.004.007Zm-.145-1.502a.75.75 0 0 0 .75-.75v-.007a.75.75 0 0 0-.75-.75h-.008a.75.75 0 0 0-.75.75v.007c0 .415.336.75.75.75h.008Zm-3.75 2.243a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75h-.008a.75.75 0 0 1-.75-.75V18a.75.75 0 0 1 .75-.75h.008Zm-2.871-.47a.75.75 0 0 0 .274-1.025l-.003-.006a.75.75 0 0 0-1.025-.275l-.006.004a.75.75 0 0 0-.275 1.024l.004.007a.75.75 0 0 0 1.024.274l.007-.003Zm1.366-5.12a.75.75 0 0 1-1.025-.274l-.004-.006a.75.75 0 0 1 .275-1.025l.006-.004a.75.75 0 0 1 1.025.275l.004.006a.75.75 0 0 1-.275 1.025l-.006.004Zm.281 6.215a.75.75 0 0 0-.275-1.024l-.006-.004a.75.75 0 0 0-1.025.274l-.003.007a.75.75 0 0 0 .274 1.024l.007.004a.75.75 0 0 0 1.024-.274l.004-.007Zm-1.376-5.116a.75.75 0 0 1-1.025.274l-.006-.003a.75.75 0 0 1-.275-1.025l.004-.007a.75.75 0 0 1 1.025-.274l.006.004a.75.75 0 0 1 .275 1.024l-.004.007Zm-1.15 2.248a.75.75 0 0 0 .75-.75v-.007a.75.75 0 0 0-.75-.75h-.008a.75.75 0 0 0-.75.75v.007c0 .415.336.75.75.75h.008ZM17.25 10.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm1.5 6a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(RadioIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ReceiptPercentIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ReceiptPercentIcon.d.ts new file mode 100644 index 00000000..605fd45e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ReceiptPercentIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ReceiptPercentIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ReceiptPercentIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ReceiptPercentIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ReceiptPercentIcon.js new file mode 100644 index 00000000..8ed3e4a9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ReceiptPercentIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ReceiptPercentIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 1.5c-1.921 0-3.816.111-5.68.327-1.497.174-2.57 1.46-2.57 2.93V21.75a.75.75 0 0 0 1.029.696l3.471-1.388 3.472 1.388a.75.75 0 0 0 .556 0l3.472-1.388 3.471 1.388a.75.75 0 0 0 1.029-.696V4.757c0-1.47-1.073-2.756-2.57-2.93A49.255 49.255 0 0 0 12 1.5Zm3.53 7.28a.75.75 0 0 0-1.06-1.06l-6 6a.75.75 0 1 0 1.06 1.06l6-6ZM8.625 9a1.125 1.125 0 1 1 2.25 0 1.125 1.125 0 0 1-2.25 0Zm5.625 3.375a1.125 1.125 0 1 0 0 2.25 1.125 1.125 0 0 0 0-2.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ReceiptPercentIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ReceiptRefundIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ReceiptRefundIcon.d.ts new file mode 100644 index 00000000..0a37ab1d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ReceiptRefundIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ReceiptRefundIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ReceiptRefundIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ReceiptRefundIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ReceiptRefundIcon.js new file mode 100644 index 00000000..013b3292 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ReceiptRefundIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ReceiptRefundIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 1.5c-1.921 0-3.816.111-5.68.327-1.497.174-2.57 1.46-2.57 2.93V21.75a.75.75 0 0 0 1.029.696l3.471-1.388 3.472 1.388a.75.75 0 0 0 .556 0l3.472-1.388 3.471 1.388a.75.75 0 0 0 1.029-.696V4.757c0-1.47-1.073-2.756-2.57-2.93A49.255 49.255 0 0 0 12 1.5Zm-.97 6.53a.75.75 0 1 0-1.06-1.06L7.72 9.22a.75.75 0 0 0 0 1.06l2.25 2.25a.75.75 0 1 0 1.06-1.06l-.97-.97h3.065a1.875 1.875 0 0 1 0 3.75H12a.75.75 0 0 0 0 1.5h1.125a3.375 3.375 0 1 0 0-6.75h-3.064l.97-.97Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ReceiptRefundIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/RectangleGroupIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/RectangleGroupIcon.d.ts new file mode 100644 index 00000000..074cdeaa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/RectangleGroupIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const RectangleGroupIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default RectangleGroupIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/RectangleGroupIcon.js b/frontend/node_modules/@heroicons/react/24/solid/RectangleGroupIcon.js new file mode 100644 index 00000000..b3f670c2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/RectangleGroupIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function RectangleGroupIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.5 7.125c0-1.036.84-1.875 1.875-1.875h6c1.036 0 1.875.84 1.875 1.875v3.75c0 1.036-.84 1.875-1.875 1.875h-6A1.875 1.875 0 0 1 1.5 10.875v-3.75Zm12 1.5c0-1.036.84-1.875 1.875-1.875h5.25c1.035 0 1.875.84 1.875 1.875v8.25c0 1.035-.84 1.875-1.875 1.875h-5.25a1.875 1.875 0 0 1-1.875-1.875v-8.25ZM3 16.125c0-1.036.84-1.875 1.875-1.875h5.25c1.036 0 1.875.84 1.875 1.875v2.25c0 1.035-.84 1.875-1.875 1.875h-5.25A1.875 1.875 0 0 1 3 18.375v-2.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(RectangleGroupIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/RectangleStackIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/RectangleStackIcon.d.ts new file mode 100644 index 00000000..611b8a88 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/RectangleStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const RectangleStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default RectangleStackIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/RectangleStackIcon.js b/frontend/node_modules/@heroicons/react/24/solid/RectangleStackIcon.js new file mode 100644 index 00000000..4ced09d5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/RectangleStackIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function RectangleStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5.566 4.657A4.505 4.505 0 0 1 6.75 4.5h10.5c.41 0 .806.055 1.183.157A3 3 0 0 0 15.75 3h-7.5a3 3 0 0 0-2.684 1.657ZM2.25 12a3 3 0 0 1 3-3h13.5a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H5.25a3 3 0 0 1-3-3v-6ZM5.25 7.5c-.41 0-.806.055-1.184.157A3 3 0 0 1 6.75 6h10.5a3 3 0 0 1 2.683 1.657A4.505 4.505 0 0 0 18.75 7.5H5.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(RectangleStackIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/RocketLaunchIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/RocketLaunchIcon.d.ts new file mode 100644 index 00000000..101beeaf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/RocketLaunchIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const RocketLaunchIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default RocketLaunchIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/RocketLaunchIcon.js b/frontend/node_modules/@heroicons/react/24/solid/RocketLaunchIcon.js new file mode 100644 index 00000000..43beee29 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/RocketLaunchIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function RocketLaunchIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.315 7.584C12.195 3.883 16.695 1.5 21.75 1.5a.75.75 0 0 1 .75.75c0 5.056-2.383 9.555-6.084 12.436A6.75 6.75 0 0 1 9.75 22.5a.75.75 0 0 1-.75-.75v-4.131A15.838 15.838 0 0 1 6.382 15H2.25a.75.75 0 0 1-.75-.75 6.75 6.75 0 0 1 7.815-6.666ZM15 6.75a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M5.26 17.242a.75.75 0 1 0-.897-1.203 5.243 5.243 0 0 0-2.05 5.022.75.75 0 0 0 .625.627 5.243 5.243 0 0 0 5.022-2.051.75.75 0 1 0-1.202-.897 3.744 3.744 0 0 1-3.008 1.51c0-1.23.592-2.323 1.51-3.008Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(RocketLaunchIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/RssIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/RssIcon.d.ts new file mode 100644 index 00000000..b9e59791 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/RssIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const RssIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default RssIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/RssIcon.js b/frontend/node_modules/@heroicons/react/24/solid/RssIcon.js new file mode 100644 index 00000000..54f9f1ae --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/RssIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function RssIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.75 4.5a.75.75 0 0 1 .75-.75h.75c8.284 0 15 6.716 15 15v.75a.75.75 0 0 1-.75.75h-.75a.75.75 0 0 1-.75-.75v-.75C18 11.708 12.292 6 5.25 6H4.5a.75.75 0 0 1-.75-.75V4.5Zm0 6.75a.75.75 0 0 1 .75-.75h.75a8.25 8.25 0 0 1 8.25 8.25v.75a.75.75 0 0 1-.75.75H12a.75.75 0 0 1-.75-.75v-.75a6 6 0 0 0-6-6H4.5a.75.75 0 0 1-.75-.75v-.75Zm0 7.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(RssIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ScaleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ScaleIcon.d.ts new file mode 100644 index 00000000..3cab3de1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ScaleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ScaleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ScaleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ScaleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ScaleIcon.js new file mode 100644 index 00000000..28624d2f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ScaleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ScaleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25a.75.75 0 0 1 .75.75v.756a49.106 49.106 0 0 1 9.152 1 .75.75 0 0 1-.152 1.485h-1.918l2.474 10.124a.75.75 0 0 1-.375.84A6.723 6.723 0 0 1 18.75 18a6.723 6.723 0 0 1-3.181-.795.75.75 0 0 1-.375-.84l2.474-10.124H12.75v13.28c1.293.076 2.534.343 3.697.776a.75.75 0 0 1-.262 1.453h-8.37a.75.75 0 0 1-.262-1.453c1.162-.433 2.404-.7 3.697-.775V6.24H6.332l2.474 10.124a.75.75 0 0 1-.375.84A6.723 6.723 0 0 1 5.25 18a6.723 6.723 0 0 1-3.181-.795.75.75 0 0 1-.375-.84L4.168 6.241H2.25a.75.75 0 0 1-.152-1.485 49.105 49.105 0 0 1 9.152-1V3a.75.75 0 0 1 .75-.75Zm4.878 13.543 1.872-7.662 1.872 7.662h-3.744Zm-9.756 0L5.25 8.131l-1.872 7.662h3.744Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ScaleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ScissorsIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ScissorsIcon.d.ts new file mode 100644 index 00000000..3256bc64 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ScissorsIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ScissorsIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ScissorsIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ScissorsIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ScissorsIcon.js new file mode 100644 index 00000000..4cfe197c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ScissorsIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ScissorsIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8.128 9.155a3.751 3.751 0 1 1 .713-1.321l1.136.656a.75.75 0 0 1 .222 1.104l-.006.007a.75.75 0 0 1-1.032.157 1.421 1.421 0 0 0-.113-.072l-.92-.531Zm-4.827-3.53a2.25 2.25 0 0 1 3.994 2.063.756.756 0 0 0-.122.23 2.25 2.25 0 0 1-3.872-2.293ZM13.348 8.272a5.073 5.073 0 0 0-3.428 3.57 5.08 5.08 0 0 0-.165 1.202 1.415 1.415 0 0 1-.707 1.201l-.96.554a3.751 3.751 0 1 0 .734 1.309l13.729-7.926a.75.75 0 0 0-.181-1.374l-.803-.215a5.25 5.25 0 0 0-2.894.05l-5.325 1.629Zm-9.223 7.03a2.25 2.25 0 1 0 2.25 3.897 2.25 2.25 0 0 0-2.25-3.897ZM12 12.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M16.372 12.615a.75.75 0 0 1 .75 0l5.43 3.135a.75.75 0 0 1-.182 1.374l-.802.215a5.25 5.25 0 0 1-2.894-.051l-5.147-1.574a.75.75 0 0 1-.156-1.367l3-1.732Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ScissorsIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ServerIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ServerIcon.d.ts new file mode 100644 index 00000000..609d2314 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ServerIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ServerIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ServerIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ServerIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ServerIcon.js new file mode 100644 index 00000000..dc7c7ac4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ServerIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ServerIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4.08 5.227A3 3 0 0 1 6.979 3H17.02a3 3 0 0 1 2.9 2.227l2.113 7.926A5.228 5.228 0 0 0 18.75 12H5.25a5.228 5.228 0 0 0-3.284 1.153L4.08 5.227Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.25 13.5a3.75 3.75 0 1 0 0 7.5h13.5a3.75 3.75 0 1 0 0-7.5H5.25Zm10.5 4.5a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm3.75-.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ServerIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ServerStackIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ServerStackIcon.d.ts new file mode 100644 index 00000000..878e05f5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ServerStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ServerStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ServerStackIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ServerStackIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ServerStackIcon.js new file mode 100644 index 00000000..d0d3dcf0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ServerStackIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function ServerStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5.507 4.048A3 3 0 0 1 7.785 3h8.43a3 3 0 0 1 2.278 1.048l1.722 2.008A4.533 4.533 0 0 0 19.5 6h-15c-.243 0-.482.02-.715.056l1.722-2.008Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.5 10.5a3 3 0 0 1 3-3h15a3 3 0 1 1 0 6h-15a3 3 0 0 1-3-3Zm15 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm2.25.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5ZM4.5 15a3 3 0 1 0 0 6h15a3 3 0 1 0 0-6h-15Zm11.25 3.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5ZM19.5 18a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ServerStackIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ShareIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ShareIcon.d.ts new file mode 100644 index 00000000..b50d1b43 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ShareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ShareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ShareIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ShareIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ShareIcon.js new file mode 100644 index 00000000..04f1c818 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ShareIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ShareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15.75 4.5a3 3 0 1 1 .825 2.066l-8.421 4.679a3.002 3.002 0 0 1 0 1.51l8.421 4.679a3 3 0 1 1-.729 1.31l-8.421-4.678a3 3 0 1 1 0-4.132l8.421-4.679a3 3 0 0 1-.096-.755Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ShareIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ShieldCheckIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ShieldCheckIcon.d.ts new file mode 100644 index 00000000..cc454f84 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ShieldCheckIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ShieldCheckIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ShieldCheckIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ShieldCheckIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ShieldCheckIcon.js new file mode 100644 index 00000000..e5c25997 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ShieldCheckIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ShieldCheckIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12.516 2.17a.75.75 0 0 0-1.032 0 11.209 11.209 0 0 1-7.877 3.08.75.75 0 0 0-.722.515A12.74 12.74 0 0 0 2.25 9.75c0 5.942 4.064 10.933 9.563 12.348a.749.749 0 0 0 .374 0c5.499-1.415 9.563-6.406 9.563-12.348 0-1.39-.223-2.73-.635-3.985a.75.75 0 0 0-.722-.516l-.143.001c-2.996 0-5.717-1.17-7.734-3.08Zm3.094 8.016a.75.75 0 1 0-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.14-.094l3.75-5.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ShieldCheckIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ShieldExclamationIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ShieldExclamationIcon.d.ts new file mode 100644 index 00000000..3c82f8db --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ShieldExclamationIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ShieldExclamationIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ShieldExclamationIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ShieldExclamationIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ShieldExclamationIcon.js new file mode 100644 index 00000000..8d4636b7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ShieldExclamationIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ShieldExclamationIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.484 2.17a.75.75 0 0 1 1.032 0 11.209 11.209 0 0 0 7.877 3.08.75.75 0 0 1 .722.515 12.74 12.74 0 0 1 .635 3.985c0 5.942-4.064 10.933-9.563 12.348a.749.749 0 0 1-.374 0C6.314 20.683 2.25 15.692 2.25 9.75c0-1.39.223-2.73.635-3.985a.75.75 0 0 1 .722-.516l.143.001c2.996 0 5.718-1.17 7.734-3.08ZM12 8.25a.75.75 0 0 1 .75.75v3.75a.75.75 0 0 1-1.5 0V9a.75.75 0 0 1 .75-.75ZM12 15a.75.75 0 0 0-.75.75v.008c0 .414.336.75.75.75h.008a.75.75 0 0 0 .75-.75v-.008a.75.75 0 0 0-.75-.75H12Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ShieldExclamationIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ShoppingBagIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ShoppingBagIcon.d.ts new file mode 100644 index 00000000..f831a6c2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ShoppingBagIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ShoppingBagIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ShoppingBagIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ShoppingBagIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ShoppingBagIcon.js new file mode 100644 index 00000000..0ceec75c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ShoppingBagIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function ShoppingBagIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.5 6v.75H5.513c-.96 0-1.764.724-1.865 1.679l-1.263 12A1.875 1.875 0 0 0 4.25 22.5h15.5a1.875 1.875 0 0 0 1.865-2.071l-1.263-12a1.875 1.875 0 0 0-1.865-1.679H16.5V6a4.5 4.5 0 1 0-9 0ZM12 3a3 3 0 0 0-3 3v.75h6V6a3 3 0 0 0-3-3Zm-3 8.25a3 3 0 1 0 6 0v-.75a.75.75 0 0 1 1.5 0v.75a4.5 4.5 0 1 1-9 0v-.75a.75.75 0 0 1 1.5 0v.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ShoppingBagIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ShoppingCartIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ShoppingCartIcon.d.ts new file mode 100644 index 00000000..5ba6b683 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ShoppingCartIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ShoppingCartIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ShoppingCartIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ShoppingCartIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ShoppingCartIcon.js new file mode 100644 index 00000000..d9b14dc2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ShoppingCartIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function ShoppingCartIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2.25 2.25a.75.75 0 0 0 0 1.5h1.386c.17 0 .318.114.362.278l2.558 9.592a3.752 3.752 0 0 0-2.806 3.63c0 .414.336.75.75.75h15.75a.75.75 0 0 0 0-1.5H5.378A2.25 2.25 0 0 1 7.5 15h11.218a.75.75 0 0 0 .674-.421 60.358 60.358 0 0 0 2.96-7.228.75.75 0 0 0-.525-.965A60.864 60.864 0 0 0 5.68 4.509l-.232-.867A1.875 1.875 0 0 0 3.636 2.25H2.25ZM3.75 20.25a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0ZM16.5 20.25a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ShoppingCartIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/SignalIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/SignalIcon.d.ts new file mode 100644 index 00000000..886956e2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/SignalIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SignalIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SignalIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/SignalIcon.js b/frontend/node_modules/@heroicons/react/24/solid/SignalIcon.js new file mode 100644 index 00000000..4b0f6015 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/SignalIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function SignalIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.636 4.575a.75.75 0 0 1 0 1.061 9 9 0 0 0 0 12.728.75.75 0 1 1-1.06 1.06c-4.101-4.1-4.101-10.748 0-14.849a.75.75 0 0 1 1.06 0Zm12.728 0a.75.75 0 0 1 1.06 0c4.101 4.1 4.101 10.75 0 14.85a.75.75 0 1 1-1.06-1.061 9 9 0 0 0 0-12.728.75.75 0 0 1 0-1.06ZM7.757 6.697a.75.75 0 0 1 0 1.06 6 6 0 0 0 0 8.486.75.75 0 0 1-1.06 1.06 7.5 7.5 0 0 1 0-10.606.75.75 0 0 1 1.06 0Zm8.486 0a.75.75 0 0 1 1.06 0 7.5 7.5 0 0 1 0 10.606.75.75 0 0 1-1.06-1.06 6 6 0 0 0 0-8.486.75.75 0 0 1 0-1.06ZM9.879 8.818a.75.75 0 0 1 0 1.06 3 3 0 0 0 0 4.243.75.75 0 1 1-1.061 1.061 4.5 4.5 0 0 1 0-6.364.75.75 0 0 1 1.06 0Zm4.242 0a.75.75 0 0 1 1.061 0 4.5 4.5 0 0 1 0 6.364.75.75 0 0 1-1.06-1.06 3 3 0 0 0 0-4.243.75.75 0 0 1 0-1.061ZM10.875 12a1.125 1.125 0 1 1 2.25 0 1.125 1.125 0 0 1-2.25 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SignalIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/SignalSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/SignalSlashIcon.d.ts new file mode 100644 index 00000000..d8cf07fb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/SignalSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SignalSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SignalSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/SignalSlashIcon.js b/frontend/node_modules/@heroicons/react/24/solid/SignalSlashIcon.js new file mode 100644 index 00000000..18746cdc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/SignalSlashIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function SignalSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.47 2.47a.75.75 0 0 1 1.06 0l8.407 8.407a1.125 1.125 0 0 1 1.186 1.186l1.462 1.461a3.001 3.001 0 0 0-.464-3.645.75.75 0 1 1 1.061-1.061 4.501 4.501 0 0 1 .486 5.79l1.072 1.072a6.001 6.001 0 0 0-.497-7.923.75.75 0 0 1 1.06-1.06 7.501 7.501 0 0 1 .505 10.05l1.064 1.065a9 9 0 0 0-.508-12.176.75.75 0 0 1 1.06-1.06c3.923 3.922 4.093 10.175.512 14.3l1.594 1.594a.75.75 0 1 1-1.06 1.06l-2.106-2.105-2.121-2.122h-.001l-4.705-4.706a.747.747 0 0 1-.127-.126L2.47 3.53a.75.75 0 0 1 0-1.061Zm1.189 4.422a.75.75 0 0 1 .326 1.01 9.004 9.004 0 0 0 1.651 10.462.75.75 0 1 1-1.06 1.06C1.27 16.12.63 11.165 2.648 7.219a.75.75 0 0 1 1.01-.326ZM5.84 9.134a.75.75 0 0 1 .472.95 6 6 0 0 0 1.444 6.159.75.75 0 0 1-1.06 1.06A7.5 7.5 0 0 1 4.89 9.606a.75.75 0 0 1 .95-.472Zm2.341 2.653a.75.75 0 0 1 .848.638c.088.62.37 1.218.849 1.696a.75.75 0 0 1-1.061 1.061 4.483 4.483 0 0 1-1.273-2.546.75.75 0 0 1 .637-.848Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SignalSlashIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/SlashIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/SlashIcon.d.ts new file mode 100644 index 00000000..44e1654d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/SlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SlashIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/SlashIcon.js b/frontend/node_modules/@heroicons/react/24/solid/SlashIcon.js new file mode 100644 index 00000000..4efbe217 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/SlashIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function SlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15.256 3.042a.75.75 0 0 1 .449.962l-6 16.5a.75.75 0 1 1-1.41-.513l6-16.5a.75.75 0 0 1 .961-.449Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SlashIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/SparklesIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/SparklesIcon.d.ts new file mode 100644 index 00000000..c0e03bbe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/SparklesIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SparklesIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SparklesIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/SparklesIcon.js b/frontend/node_modules/@heroicons/react/24/solid/SparklesIcon.js new file mode 100644 index 00000000..90545ac4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/SparklesIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function SparklesIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9 4.5a.75.75 0 0 1 .721.544l.813 2.846a3.75 3.75 0 0 0 2.576 2.576l2.846.813a.75.75 0 0 1 0 1.442l-2.846.813a3.75 3.75 0 0 0-2.576 2.576l-.813 2.846a.75.75 0 0 1-1.442 0l-.813-2.846a3.75 3.75 0 0 0-2.576-2.576l-2.846-.813a.75.75 0 0 1 0-1.442l2.846-.813A3.75 3.75 0 0 0 7.466 7.89l.813-2.846A.75.75 0 0 1 9 4.5ZM18 1.5a.75.75 0 0 1 .728.568l.258 1.036c.236.94.97 1.674 1.91 1.91l1.036.258a.75.75 0 0 1 0 1.456l-1.036.258c-.94.236-1.674.97-1.91 1.91l-.258 1.036a.75.75 0 0 1-1.456 0l-.258-1.036a2.625 2.625 0 0 0-1.91-1.91l-1.036-.258a.75.75 0 0 1 0-1.456l1.036-.258a2.625 2.625 0 0 0 1.91-1.91l.258-1.036A.75.75 0 0 1 18 1.5ZM16.5 15a.75.75 0 0 1 .712.513l.394 1.183c.15.447.5.799.948.948l1.183.395a.75.75 0 0 1 0 1.422l-1.183.395c-.447.15-.799.5-.948.948l-.395 1.183a.75.75 0 0 1-1.422 0l-.395-1.183a1.5 1.5 0 0 0-.948-.948l-1.183-.395a.75.75 0 0 1 0-1.422l1.183-.395c.447-.15.799-.5.948-.948l.395-1.183A.75.75 0 0 1 16.5 15Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SparklesIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/SpeakerWaveIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/SpeakerWaveIcon.d.ts new file mode 100644 index 00000000..8b0cf464 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/SpeakerWaveIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SpeakerWaveIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SpeakerWaveIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/SpeakerWaveIcon.js b/frontend/node_modules/@heroicons/react/24/solid/SpeakerWaveIcon.js new file mode 100644 index 00000000..76ac2369 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/SpeakerWaveIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function SpeakerWaveIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M13.5 4.06c0-1.336-1.616-2.005-2.56-1.06l-4.5 4.5H4.508c-1.141 0-2.318.664-2.66 1.905A9.76 9.76 0 0 0 1.5 12c0 .898.121 1.768.35 2.595.341 1.24 1.518 1.905 2.659 1.905h1.93l4.5 4.5c.945.945 2.561.276 2.561-1.06V4.06ZM18.584 5.106a.75.75 0 0 1 1.06 0c3.808 3.807 3.808 9.98 0 13.788a.75.75 0 0 1-1.06-1.06 8.25 8.25 0 0 0 0-11.668.75.75 0 0 1 0-1.06Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M15.932 7.757a.75.75 0 0 1 1.061 0 6 6 0 0 1 0 8.486.75.75 0 0 1-1.06-1.061 4.5 4.5 0 0 0 0-6.364.75.75 0 0 1 0-1.06Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SpeakerWaveIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/SpeakerXMarkIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/SpeakerXMarkIcon.d.ts new file mode 100644 index 00000000..86327341 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/SpeakerXMarkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SpeakerXMarkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SpeakerXMarkIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/SpeakerXMarkIcon.js b/frontend/node_modules/@heroicons/react/24/solid/SpeakerXMarkIcon.js new file mode 100644 index 00000000..68c9a558 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/SpeakerXMarkIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function SpeakerXMarkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M13.5 4.06c0-1.336-1.616-2.005-2.56-1.06l-4.5 4.5H4.508c-1.141 0-2.318.664-2.66 1.905A9.76 9.76 0 0 0 1.5 12c0 .898.121 1.768.35 2.595.341 1.24 1.518 1.905 2.659 1.905h1.93l4.5 4.5c.945.945 2.561.276 2.561-1.06V4.06ZM17.78 9.22a.75.75 0 1 0-1.06 1.06L18.44 12l-1.72 1.72a.75.75 0 1 0 1.06 1.06l1.72-1.72 1.72 1.72a.75.75 0 1 0 1.06-1.06L20.56 12l1.72-1.72a.75.75 0 1 0-1.06-1.06l-1.72 1.72-1.72-1.72Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SpeakerXMarkIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/Square2StackIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/Square2StackIcon.d.ts new file mode 100644 index 00000000..2fc1451e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/Square2StackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Square2StackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Square2StackIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/Square2StackIcon.js b/frontend/node_modules/@heroicons/react/24/solid/Square2StackIcon.js new file mode 100644 index 00000000..13e043da --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/Square2StackIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function Square2StackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M16.5 6a3 3 0 0 0-3-3H6a3 3 0 0 0-3 3v7.5a3 3 0 0 0 3 3v-6A4.5 4.5 0 0 1 10.5 6h6Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M18 7.5a3 3 0 0 1 3 3V18a3 3 0 0 1-3 3h-7.5a3 3 0 0 1-3-3v-7.5a3 3 0 0 1 3-3H18Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Square2StackIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/Square3Stack3DIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/Square3Stack3DIcon.d.ts new file mode 100644 index 00000000..be59bc56 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/Square3Stack3DIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Square3Stack3DIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Square3Stack3DIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/Square3Stack3DIcon.js b/frontend/node_modules/@heroicons/react/24/solid/Square3Stack3DIcon.js new file mode 100644 index 00000000..c87cf5d3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/Square3Stack3DIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function Square3Stack3DIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M11.644 1.59a.75.75 0 0 1 .712 0l9.75 5.25a.75.75 0 0 1 0 1.32l-9.75 5.25a.75.75 0 0 1-.712 0l-9.75-5.25a.75.75 0 0 1 0-1.32l9.75-5.25Z" + }), /*#__PURE__*/React.createElement("path", { + d: "m3.265 10.602 7.668 4.129a2.25 2.25 0 0 0 2.134 0l7.668-4.13 1.37.739a.75.75 0 0 1 0 1.32l-9.75 5.25a.75.75 0 0 1-.71 0l-9.75-5.25a.75.75 0 0 1 0-1.32l1.37-.738Z" + }), /*#__PURE__*/React.createElement("path", { + d: "m10.933 19.231-7.668-4.13-1.37.739a.75.75 0 0 0 0 1.32l9.75 5.25c.221.12.489.12.71 0l9.75-5.25a.75.75 0 0 0 0-1.32l-1.37-.738-7.668 4.13a2.25 2.25 0 0 1-2.134-.001Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Square3Stack3DIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/Squares2X2Icon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/Squares2X2Icon.d.ts new file mode 100644 index 00000000..98914994 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/Squares2X2Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Squares2X2Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Squares2X2Icon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/Squares2X2Icon.js b/frontend/node_modules/@heroicons/react/24/solid/Squares2X2Icon.js new file mode 100644 index 00000000..e59a88f4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/Squares2X2Icon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function Squares2X2Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 6a3 3 0 0 1 3-3h2.25a3 3 0 0 1 3 3v2.25a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6Zm9.75 0a3 3 0 0 1 3-3H18a3 3 0 0 1 3 3v2.25a3 3 0 0 1-3 3h-2.25a3 3 0 0 1-3-3V6ZM3 15.75a3 3 0 0 1 3-3h2.25a3 3 0 0 1 3 3V18a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3v-2.25Zm9.75 0a3 3 0 0 1 3-3H18a3 3 0 0 1 3 3V18a3 3 0 0 1-3 3h-2.25a3 3 0 0 1-3-3v-2.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Squares2X2Icon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/SquaresPlusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/SquaresPlusIcon.d.ts new file mode 100644 index 00000000..480f2089 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/SquaresPlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SquaresPlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SquaresPlusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/SquaresPlusIcon.js b/frontend/node_modules/@heroicons/react/24/solid/SquaresPlusIcon.js new file mode 100644 index 00000000..eeaf5057 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/SquaresPlusIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function SquaresPlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M6 3a3 3 0 0 0-3 3v2.25a3 3 0 0 0 3 3h2.25a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3H6ZM15.75 3a3 3 0 0 0-3 3v2.25a3 3 0 0 0 3 3H18a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3h-2.25ZM6 12.75a3 3 0 0 0-3 3V18a3 3 0 0 0 3 3h2.25a3 3 0 0 0 3-3v-2.25a3 3 0 0 0-3-3H6ZM17.625 13.5a.75.75 0 0 0-1.5 0v2.625H13.5a.75.75 0 0 0 0 1.5h2.625v2.625a.75.75 0 0 0 1.5 0v-2.625h2.625a.75.75 0 0 0 0-1.5h-2.625V13.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SquaresPlusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/StarIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/StarIcon.d.ts new file mode 100644 index 00000000..dbd5189b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/StarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const StarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default StarIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/StarIcon.js b/frontend/node_modules/@heroicons/react/24/solid/StarIcon.js new file mode 100644 index 00000000..0adc85f5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/StarIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function StarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10.788 3.21c.448-1.077 1.976-1.077 2.424 0l2.082 5.006 5.404.434c1.164.093 1.636 1.545.749 2.305l-4.117 3.527 1.257 5.273c.271 1.136-.964 2.033-1.96 1.425L12 18.354 7.373 21.18c-.996.608-2.231-.29-1.96-1.425l1.257-5.273-4.117-3.527c-.887-.76-.415-2.212.749-2.305l5.404-.434 2.082-5.005Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(StarIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/StopCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/StopCircleIcon.d.ts new file mode 100644 index 00000000..ad6507ca --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/StopCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const StopCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default StopCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/StopCircleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/StopCircleIcon.js new file mode 100644 index 00000000..54ce132b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/StopCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function StopCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm6-2.438c0-.724.588-1.312 1.313-1.312h4.874c.725 0 1.313.588 1.313 1.313v4.874c0 .725-.588 1.313-1.313 1.313H9.564a1.312 1.312 0 0 1-1.313-1.313V9.564Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(StopCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/StopIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/StopIcon.d.ts new file mode 100644 index 00000000..08820da8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/StopIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const StopIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default StopIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/StopIcon.js b/frontend/node_modules/@heroicons/react/24/solid/StopIcon.js new file mode 100644 index 00000000..bbbe22c2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/StopIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function StopIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 7.5a3 3 0 0 1 3-3h9a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3h-9a3 3 0 0 1-3-3v-9Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(StopIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/StrikethroughIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/StrikethroughIcon.d.ts new file mode 100644 index 00000000..955b0191 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/StrikethroughIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const StrikethroughIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default StrikethroughIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/StrikethroughIcon.js b/frontend/node_modules/@heroicons/react/24/solid/StrikethroughIcon.js new file mode 100644 index 00000000..4fabc5b2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/StrikethroughIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function StrikethroughIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.657 4.728c-1.086.385-1.766 1.057-1.979 1.85-.214.8.046 1.733.81 2.616.746.862 1.93 1.612 3.388 2.003.07.019.14.037.21.053h8.163a.75.75 0 0 1 0 1.5h-8.24a.66.66 0 0 1-.02 0H3.75a.75.75 0 0 1 0-1.5h4.78a7.108 7.108 0 0 1-1.175-1.074C6.372 9.042 5.849 7.61 6.229 6.19c.377-1.408 1.528-2.38 2.927-2.876 1.402-.497 3.127-.55 4.855-.086A8.937 8.937 0 0 1 16.94 4.6a.75.75 0 0 1-.881 1.215 7.437 7.437 0 0 0-2.436-1.14c-1.473-.394-2.885-.331-3.966.052Zm6.533 9.632a.75.75 0 0 1 1.03.25c.592.974.846 2.094.55 3.2-.378 1.408-1.529 2.38-2.927 2.876-1.402.497-3.127.55-4.855.087-1.712-.46-3.168-1.354-4.134-2.47a.75.75 0 0 1 1.134-.982c.746.862 1.93 1.612 3.388 2.003 1.473.394 2.884.331 3.966-.052 1.085-.384 1.766-1.056 1.978-1.85.169-.628.046-1.33-.381-2.032a.75.75 0 0 1 .25-1.03Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(StrikethroughIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/SunIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/SunIcon.d.ts new file mode 100644 index 00000000..b3c17db6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/SunIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SunIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SunIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/SunIcon.js b/frontend/node_modules/@heroicons/react/24/solid/SunIcon.js new file mode 100644 index 00000000..d9551a5e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/SunIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function SunIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M12 2.25a.75.75 0 0 1 .75.75v2.25a.75.75 0 0 1-1.5 0V3a.75.75 0 0 1 .75-.75ZM7.5 12a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0ZM18.894 6.166a.75.75 0 0 0-1.06-1.06l-1.591 1.59a.75.75 0 1 0 1.06 1.061l1.591-1.59ZM21.75 12a.75.75 0 0 1-.75.75h-2.25a.75.75 0 0 1 0-1.5H21a.75.75 0 0 1 .75.75ZM17.834 18.894a.75.75 0 0 0 1.06-1.06l-1.59-1.591a.75.75 0 1 0-1.061 1.06l1.59 1.591ZM12 18a.75.75 0 0 1 .75.75V21a.75.75 0 0 1-1.5 0v-2.25A.75.75 0 0 1 12 18ZM7.758 17.303a.75.75 0 0 0-1.061-1.06l-1.591 1.59a.75.75 0 0 0 1.06 1.061l1.591-1.59ZM6 12a.75.75 0 0 1-.75.75H3a.75.75 0 0 1 0-1.5h2.25A.75.75 0 0 1 6 12ZM6.697 7.757a.75.75 0 0 0 1.06-1.06l-1.59-1.591a.75.75 0 0 0-1.061 1.06l1.59 1.591Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SunIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/SwatchIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/SwatchIcon.d.ts new file mode 100644 index 00000000..6724dd96 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/SwatchIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SwatchIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SwatchIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/SwatchIcon.js b/frontend/node_modules/@heroicons/react/24/solid/SwatchIcon.js new file mode 100644 index 00000000..d9ee5ca5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/SwatchIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function SwatchIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.25 4.125c0-1.036.84-1.875 1.875-1.875h5.25c1.036 0 1.875.84 1.875 1.875V17.25a4.5 4.5 0 1 1-9 0V4.125Zm4.5 14.25a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M10.719 21.75h9.156c1.036 0 1.875-.84 1.875-1.875v-5.25c0-1.036-.84-1.875-1.875-1.875h-.14l-8.742 8.743c-.09.089-.18.175-.274.257ZM12.738 17.625l6.474-6.474a1.875 1.875 0 0 0 0-2.651L15.5 4.787a1.875 1.875 0 0 0-2.651 0l-.1.099V17.25c0 .126-.003.251-.01.375Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SwatchIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/TableCellsIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/TableCellsIcon.d.ts new file mode 100644 index 00000000..8f21088d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/TableCellsIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TableCellsIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TableCellsIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/TableCellsIcon.js b/frontend/node_modules/@heroicons/react/24/solid/TableCellsIcon.js new file mode 100644 index 00000000..ea823fad --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/TableCellsIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function TableCellsIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.5 5.625c0-1.036.84-1.875 1.875-1.875h17.25c1.035 0 1.875.84 1.875 1.875v12.75c0 1.035-.84 1.875-1.875 1.875H3.375A1.875 1.875 0 0 1 1.5 18.375V5.625ZM21 9.375A.375.375 0 0 0 20.625 9h-7.5a.375.375 0 0 0-.375.375v1.5c0 .207.168.375.375.375h7.5a.375.375 0 0 0 .375-.375v-1.5Zm0 3.75a.375.375 0 0 0-.375-.375h-7.5a.375.375 0 0 0-.375.375v1.5c0 .207.168.375.375.375h7.5a.375.375 0 0 0 .375-.375v-1.5Zm0 3.75a.375.375 0 0 0-.375-.375h-7.5a.375.375 0 0 0-.375.375v1.5c0 .207.168.375.375.375h7.5a.375.375 0 0 0 .375-.375v-1.5ZM10.875 18.75a.375.375 0 0 0 .375-.375v-1.5a.375.375 0 0 0-.375-.375h-7.5a.375.375 0 0 0-.375.375v1.5c0 .207.168.375.375.375h7.5ZM3.375 15h7.5a.375.375 0 0 0 .375-.375v-1.5a.375.375 0 0 0-.375-.375h-7.5a.375.375 0 0 0-.375.375v1.5c0 .207.168.375.375.375Zm0-3.75h7.5a.375.375 0 0 0 .375-.375v-1.5A.375.375 0 0 0 10.875 9h-7.5A.375.375 0 0 0 3 9.375v1.5c0 .207.168.375.375.375Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TableCellsIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/TagIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/TagIcon.d.ts new file mode 100644 index 00000000..9ded8c05 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/TagIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TagIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TagIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/TagIcon.js b/frontend/node_modules/@heroicons/react/24/solid/TagIcon.js new file mode 100644 index 00000000..644772fc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/TagIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function TagIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.25 2.25a3 3 0 0 0-3 3v4.318a3 3 0 0 0 .879 2.121l9.58 9.581c.92.92 2.39 1.186 3.548.428a18.849 18.849 0 0 0 5.441-5.44c.758-1.16.492-2.629-.428-3.548l-9.58-9.581a3 3 0 0 0-2.122-.879H5.25ZM6.375 7.5a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TagIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/TicketIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/TicketIcon.d.ts new file mode 100644 index 00000000..8c023f86 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/TicketIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TicketIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TicketIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/TicketIcon.js b/frontend/node_modules/@heroicons/react/24/solid/TicketIcon.js new file mode 100644 index 00000000..48ff89b0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/TicketIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function TicketIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.5 6.375c0-1.036.84-1.875 1.875-1.875h17.25c1.035 0 1.875.84 1.875 1.875v3.026a.75.75 0 0 1-.375.65 2.249 2.249 0 0 0 0 3.898.75.75 0 0 1 .375.65v3.026c0 1.035-.84 1.875-1.875 1.875H3.375A1.875 1.875 0 0 1 1.5 17.625v-3.026a.75.75 0 0 1 .374-.65 2.249 2.249 0 0 0 0-3.898.75.75 0 0 1-.374-.65V6.375Zm15-1.125a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-1.5 0V6a.75.75 0 0 1 .75-.75Zm.75 4.5a.75.75 0 0 0-1.5 0v.75a.75.75 0 0 0 1.5 0v-.75Zm-.75 3a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-1.5 0v-.75a.75.75 0 0 1 .75-.75Zm.75 4.5a.75.75 0 0 0-1.5 0V18a.75.75 0 0 0 1.5 0v-.75ZM6 12a.75.75 0 0 1 .75-.75H12a.75.75 0 0 1 0 1.5H6.75A.75.75 0 0 1 6 12Zm.75 2.25a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5h-3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TicketIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/TrashIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/TrashIcon.d.ts new file mode 100644 index 00000000..48a2ee23 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/TrashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TrashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TrashIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/TrashIcon.js b/frontend/node_modules/@heroicons/react/24/solid/TrashIcon.js new file mode 100644 index 00000000..e4815b8b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/TrashIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function TrashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M16.5 4.478v.227a48.816 48.816 0 0 1 3.878.512.75.75 0 1 1-.256 1.478l-.209-.035-1.005 13.07a3 3 0 0 1-2.991 2.77H8.084a3 3 0 0 1-2.991-2.77L4.087 6.66l-.209.035a.75.75 0 0 1-.256-1.478A48.567 48.567 0 0 1 7.5 4.705v-.227c0-1.564 1.213-2.9 2.816-2.951a52.662 52.662 0 0 1 3.369 0c1.603.051 2.815 1.387 2.815 2.951Zm-6.136-1.452a51.196 51.196 0 0 1 3.273 0C14.39 3.05 15 3.684 15 4.478v.113a49.488 49.488 0 0 0-6 0v-.113c0-.794.609-1.428 1.364-1.452Zm-.355 5.945a.75.75 0 1 0-1.5.058l.347 9a.75.75 0 1 0 1.499-.058l-.346-9Zm5.48.058a.75.75 0 1 0-1.498-.058l-.347 9a.75.75 0 0 0 1.5.058l.345-9Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TrashIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/TrophyIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/TrophyIcon.d.ts new file mode 100644 index 00000000..7c30b4cb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/TrophyIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TrophyIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TrophyIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/TrophyIcon.js b/frontend/node_modules/@heroicons/react/24/solid/TrophyIcon.js new file mode 100644 index 00000000..79d77c01 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/TrophyIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function TrophyIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.166 2.621v.858c-1.035.148-2.059.33-3.071.543a.75.75 0 0 0-.584.859 6.753 6.753 0 0 0 6.138 5.6 6.73 6.73 0 0 0 2.743 1.346A6.707 6.707 0 0 1 9.279 15H8.54c-1.036 0-1.875.84-1.875 1.875V19.5h-.75a2.25 2.25 0 0 0-2.25 2.25c0 .414.336.75.75.75h15a.75.75 0 0 0 .75-.75 2.25 2.25 0 0 0-2.25-2.25h-.75v-2.625c0-1.036-.84-1.875-1.875-1.875h-.739a6.706 6.706 0 0 1-1.112-3.173 6.73 6.73 0 0 0 2.743-1.347 6.753 6.753 0 0 0 6.139-5.6.75.75 0 0 0-.585-.858 47.077 47.077 0 0 0-3.07-.543V2.62a.75.75 0 0 0-.658-.744 49.22 49.22 0 0 0-6.093-.377c-2.063 0-4.096.128-6.093.377a.75.75 0 0 0-.657.744Zm0 2.629c0 1.196.312 2.32.857 3.294A5.266 5.266 0 0 1 3.16 5.337a45.6 45.6 0 0 1 2.006-.343v.256Zm13.5 0v-.256c.674.1 1.343.214 2.006.343a5.265 5.265 0 0 1-2.863 3.207 6.72 6.72 0 0 0 .857-3.294Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TrophyIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/TruckIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/TruckIcon.d.ts new file mode 100644 index 00000000..51492fb0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/TruckIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TruckIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TruckIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/TruckIcon.js b/frontend/node_modules/@heroicons/react/24/solid/TruckIcon.js new file mode 100644 index 00000000..c5de272c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/TruckIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function TruckIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.375 4.5C2.339 4.5 1.5 5.34 1.5 6.375V13.5h12V6.375c0-1.036-.84-1.875-1.875-1.875h-8.25ZM13.5 15h-12v2.625c0 1.035.84 1.875 1.875 1.875h.375a3 3 0 1 1 6 0h3a.75.75 0 0 0 .75-.75V15Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M8.25 19.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0ZM15.75 6.75a.75.75 0 0 0-.75.75v11.25c0 .087.015.17.042.248a3 3 0 0 1 5.958.464c.853-.175 1.522-.935 1.464-1.883a18.659 18.659 0 0 0-3.732-10.104 1.837 1.837 0 0 0-1.47-.725H15.75Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M19.5 19.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TruckIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/TvIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/TvIcon.d.ts new file mode 100644 index 00000000..54c4c6aa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/TvIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TvIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TvIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/TvIcon.js b/frontend/node_modules/@heroicons/react/24/solid/TvIcon.js new file mode 100644 index 00000000..9560b59a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/TvIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function TvIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M19.5 6h-15v9h15V6Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.375 3C2.339 3 1.5 3.84 1.5 4.875v11.25C1.5 17.16 2.34 18 3.375 18H9.75v1.5H6A.75.75 0 0 0 6 21h12a.75.75 0 0 0 0-1.5h-3.75V18h6.375c1.035 0 1.875-.84 1.875-1.875V4.875C22.5 3.839 21.66 3 20.625 3H3.375Zm0 13.5h17.25a.375.375 0 0 0 .375-.375V4.875a.375.375 0 0 0-.375-.375H3.375A.375.375 0 0 0 3 4.875v11.25c0 .207.168.375.375.375Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TvIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/UnderlineIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/UnderlineIcon.d.ts new file mode 100644 index 00000000..8f6acc73 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/UnderlineIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UnderlineIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UnderlineIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/UnderlineIcon.js b/frontend/node_modules/@heroicons/react/24/solid/UnderlineIcon.js new file mode 100644 index 00000000..acb1ccaf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/UnderlineIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function UnderlineIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.995 2.994a.75.75 0 0 1 .75.75v7.5a5.25 5.25 0 1 0 10.5 0v-7.5a.75.75 0 0 1 1.5 0v7.5a6.75 6.75 0 1 1-13.5 0v-7.5a.75.75 0 0 1 .75-.75Zm-3 17.252a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5h-16.5a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UnderlineIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/UserCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/UserCircleIcon.d.ts new file mode 100644 index 00000000..b398b1a2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/UserCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UserCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UserCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/UserCircleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/UserCircleIcon.js new file mode 100644 index 00000000..8f5ba1b6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/UserCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function UserCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M18.685 19.097A9.723 9.723 0 0 0 21.75 12c0-5.385-4.365-9.75-9.75-9.75S2.25 6.615 2.25 12a9.723 9.723 0 0 0 3.065 7.097A9.716 9.716 0 0 0 12 21.75a9.716 9.716 0 0 0 6.685-2.653Zm-12.54-1.285A7.486 7.486 0 0 1 12 15a7.486 7.486 0 0 1 5.855 2.812A8.224 8.224 0 0 1 12 20.25a8.224 8.224 0 0 1-5.855-2.438ZM15.75 9a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UserCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/UserGroupIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/UserGroupIcon.d.ts new file mode 100644 index 00000000..db3a8465 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/UserGroupIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UserGroupIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UserGroupIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/UserGroupIcon.js b/frontend/node_modules/@heroicons/react/24/solid/UserGroupIcon.js new file mode 100644 index 00000000..055d96aa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/UserGroupIcon.js @@ -0,0 +1,26 @@ +const React = require("react"); +function UserGroupIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8.25 6.75a3.75 3.75 0 1 1 7.5 0 3.75 3.75 0 0 1-7.5 0ZM15.75 9.75a3 3 0 1 1 6 0 3 3 0 0 1-6 0ZM2.25 9.75a3 3 0 1 1 6 0 3 3 0 0 1-6 0ZM6.31 15.117A6.745 6.745 0 0 1 12 12a6.745 6.745 0 0 1 6.709 7.498.75.75 0 0 1-.372.568A12.696 12.696 0 0 1 12 21.75c-2.305 0-4.47-.612-6.337-1.684a.75.75 0 0 1-.372-.568 6.787 6.787 0 0 1 1.019-4.38Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M5.082 14.254a8.287 8.287 0 0 0-1.308 5.135 9.687 9.687 0 0 1-1.764-.44l-.115-.04a.563.563 0 0 1-.373-.487l-.01-.121a3.75 3.75 0 0 1 3.57-4.047ZM20.226 19.389a8.287 8.287 0 0 0-1.308-5.135 3.75 3.75 0 0 1 3.57 4.047l-.01.121a.563.563 0 0 1-.373.486l-.115.04c-.567.2-1.156.349-1.764.441Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UserGroupIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/UserIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/UserIcon.d.ts new file mode 100644 index 00000000..7ebdc6aa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/UserIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UserIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UserIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/UserIcon.js b/frontend/node_modules/@heroicons/react/24/solid/UserIcon.js new file mode 100644 index 00000000..4c1bf259 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/UserIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function UserIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.5 6a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0ZM3.751 20.105a8.25 8.25 0 0 1 16.498 0 .75.75 0 0 1-.437.695A18.683 18.683 0 0 1 12 22.5c-2.786 0-5.433-.608-7.812-1.7a.75.75 0 0 1-.437-.695Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UserIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/UserMinusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/UserMinusIcon.d.ts new file mode 100644 index 00000000..e1bd6605 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/UserMinusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UserMinusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UserMinusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/UserMinusIcon.js b/frontend/node_modules/@heroicons/react/24/solid/UserMinusIcon.js new file mode 100644 index 00000000..1f1feabb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/UserMinusIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function UserMinusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10.375 2.25a4.125 4.125 0 1 0 0 8.25 4.125 4.125 0 0 0 0-8.25ZM10.375 12a7.125 7.125 0 0 0-7.124 7.247.75.75 0 0 0 .363.63 13.067 13.067 0 0 0 6.761 1.873c2.472 0 4.786-.684 6.76-1.873a.75.75 0 0 0 .364-.63l.001-.12v-.002A7.125 7.125 0 0 0 10.375 12ZM16 9.75a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5h-6Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UserMinusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/UserPlusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/UserPlusIcon.d.ts new file mode 100644 index 00000000..c1fdbc4e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/UserPlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UserPlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UserPlusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/UserPlusIcon.js b/frontend/node_modules/@heroicons/react/24/solid/UserPlusIcon.js new file mode 100644 index 00000000..170f61dd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/UserPlusIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function UserPlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5.25 6.375a4.125 4.125 0 1 1 8.25 0 4.125 4.125 0 0 1-8.25 0ZM2.25 19.125a7.125 7.125 0 0 1 14.25 0v.003l-.001.119a.75.75 0 0 1-.363.63 13.067 13.067 0 0 1-6.761 1.873c-2.472 0-4.786-.684-6.76-1.873a.75.75 0 0 1-.364-.63l-.001-.122ZM18.75 7.5a.75.75 0 0 0-1.5 0v2.25H15a.75.75 0 0 0 0 1.5h2.25v2.25a.75.75 0 0 0 1.5 0v-2.25H21a.75.75 0 0 0 0-1.5h-2.25V7.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UserPlusIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/UsersIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/UsersIcon.d.ts new file mode 100644 index 00000000..0b623c1a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/UsersIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UsersIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UsersIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/UsersIcon.js b/frontend/node_modules/@heroicons/react/24/solid/UsersIcon.js new file mode 100644 index 00000000..fa1cc918 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/UsersIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function UsersIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4.5 6.375a4.125 4.125 0 1 1 8.25 0 4.125 4.125 0 0 1-8.25 0ZM14.25 8.625a3.375 3.375 0 1 1 6.75 0 3.375 3.375 0 0 1-6.75 0ZM1.5 19.125a7.125 7.125 0 0 1 14.25 0v.003l-.001.119a.75.75 0 0 1-.363.63 13.067 13.067 0 0 1-6.761 1.873c-2.472 0-4.786-.684-6.76-1.873a.75.75 0 0 1-.364-.63l-.001-.122ZM17.25 19.128l-.001.144a2.25 2.25 0 0 1-.233.96 10.088 10.088 0 0 0 5.06-1.01.75.75 0 0 0 .42-.643 4.875 4.875 0 0 0-6.957-4.611 8.586 8.586 0 0 1 1.71 5.157v.003Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UsersIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/VariableIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/VariableIcon.d.ts new file mode 100644 index 00000000..c7fbf5e2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/VariableIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const VariableIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default VariableIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/VariableIcon.js b/frontend/node_modules/@heroicons/react/24/solid/VariableIcon.js new file mode 100644 index 00000000..c08a4e1c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/VariableIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function VariableIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M19.253 2.292a.75.75 0 0 1 .955.461A28.123 28.123 0 0 1 21.75 12c0 3.266-.547 6.388-1.542 9.247a.75.75 0 1 1-1.416-.494c.94-2.7 1.458-5.654 1.458-8.753s-.519-6.054-1.458-8.754a.75.75 0 0 1 .461-.954Zm-14.227.013a.75.75 0 0 1 .414.976A23.183 23.183 0 0 0 3.75 12c0 3.085.6 6.027 1.69 8.718a.75.75 0 0 1-1.39.563c-1.161-2.867-1.8-6-1.8-9.281 0-3.28.639-6.414 1.8-9.281a.75.75 0 0 1 .976-.414Zm4.275 5.052a1.5 1.5 0 0 1 2.21.803l.716 2.148L13.6 8.246a2.438 2.438 0 0 1 2.978-.892l.213.09a.75.75 0 1 1-.584 1.381l-.214-.09a.937.937 0 0 0-1.145.343l-2.021 3.033 1.084 3.255 1.445-.89a.75.75 0 1 1 .786 1.278l-1.444.889a1.5 1.5 0 0 1-2.21-.803l-.716-2.148-1.374 2.062a2.437 2.437 0 0 1-2.978.892l-.213-.09a.75.75 0 0 1 .584-1.381l.214.09a.938.938 0 0 0 1.145-.344l2.021-3.032-1.084-3.255-1.445.89a.75.75 0 1 1-.786-1.278l1.444-.89Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(VariableIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/VideoCameraIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/VideoCameraIcon.d.ts new file mode 100644 index 00000000..ea0d067e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/VideoCameraIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const VideoCameraIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default VideoCameraIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/VideoCameraIcon.js b/frontend/node_modules/@heroicons/react/24/solid/VideoCameraIcon.js new file mode 100644 index 00000000..602cb53a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/VideoCameraIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function VideoCameraIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4.5 4.5a3 3 0 0 0-3 3v9a3 3 0 0 0 3 3h8.25a3 3 0 0 0 3-3v-9a3 3 0 0 0-3-3H4.5ZM19.94 18.75l-2.69-2.69V7.94l2.69-2.69c.944-.945 2.56-.276 2.56 1.06v11.38c0 1.336-1.616 2.005-2.56 1.06Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(VideoCameraIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/VideoCameraSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/VideoCameraSlashIcon.d.ts new file mode 100644 index 00000000..592efb41 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/VideoCameraSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const VideoCameraSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default VideoCameraSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/VideoCameraSlashIcon.js b/frontend/node_modules/@heroicons/react/24/solid/VideoCameraSlashIcon.js new file mode 100644 index 00000000..57547a9c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/VideoCameraSlashIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function VideoCameraSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M.97 3.97a.75.75 0 0 1 1.06 0l15 15a.75.75 0 1 1-1.06 1.06l-15-15a.75.75 0 0 1 0-1.06ZM17.25 16.06l2.69 2.69c.944.945 2.56.276 2.56-1.06V6.31c0-1.336-1.616-2.005-2.56-1.06l-2.69 2.69v8.12ZM15.75 7.5v8.068L4.682 4.5h8.068a3 3 0 0 1 3 3ZM1.5 16.5V7.682l11.773 11.773c-.17.03-.345.045-.523.045H4.5a3 3 0 0 1-3-3Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(VideoCameraSlashIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ViewColumnsIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ViewColumnsIcon.d.ts new file mode 100644 index 00000000..fdd02309 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ViewColumnsIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ViewColumnsIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ViewColumnsIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ViewColumnsIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ViewColumnsIcon.js new file mode 100644 index 00000000..b8437f2c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ViewColumnsIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function ViewColumnsIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M15 3.75H9v16.5h6V3.75ZM16.5 20.25h3.375c1.035 0 1.875-.84 1.875-1.875V5.625c0-1.036-.84-1.875-1.875-1.875H16.5v16.5ZM4.125 3.75H7.5v16.5H4.125a1.875 1.875 0 0 1-1.875-1.875V5.625c0-1.036.84-1.875 1.875-1.875Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ViewColumnsIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/ViewfinderCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/ViewfinderCircleIcon.d.ts new file mode 100644 index 00000000..378d1aa8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ViewfinderCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ViewfinderCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ViewfinderCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/ViewfinderCircleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/ViewfinderCircleIcon.js new file mode 100644 index 00000000..449483b6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/ViewfinderCircleIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function ViewfinderCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M6 3a3 3 0 0 0-3 3v1.5a.75.75 0 0 0 1.5 0V6A1.5 1.5 0 0 1 6 4.5h1.5a.75.75 0 0 0 0-1.5H6ZM16.5 3a.75.75 0 0 0 0 1.5H18A1.5 1.5 0 0 1 19.5 6v1.5a.75.75 0 0 0 1.5 0V6a3 3 0 0 0-3-3h-1.5ZM12 8.25a3.75 3.75 0 1 0 0 7.5 3.75 3.75 0 0 0 0-7.5ZM4.5 16.5a.75.75 0 0 0-1.5 0V18a3 3 0 0 0 3 3h1.5a.75.75 0 0 0 0-1.5H6A1.5 1.5 0 0 1 4.5 18v-1.5ZM21 16.5a.75.75 0 0 0-1.5 0V18a1.5 1.5 0 0 1-1.5 1.5h-1.5a.75.75 0 0 0 0 1.5H18a3 3 0 0 0 3-3v-1.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ViewfinderCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/WalletIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/WalletIcon.d.ts new file mode 100644 index 00000000..760de0cd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/WalletIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const WalletIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default WalletIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/WalletIcon.js b/frontend/node_modules/@heroicons/react/24/solid/WalletIcon.js new file mode 100644 index 00000000..0bca1081 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/WalletIcon.js @@ -0,0 +1,22 @@ +const React = require("react"); +function WalletIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2.273 5.625A4.483 4.483 0 0 1 5.25 4.5h13.5c1.141 0 2.183.425 2.977 1.125A3 3 0 0 0 18.75 3H5.25a3 3 0 0 0-2.977 2.625ZM2.273 8.625A4.483 4.483 0 0 1 5.25 7.5h13.5c1.141 0 2.183.425 2.977 1.125A3 3 0 0 0 18.75 6H5.25a3 3 0 0 0-2.977 2.625ZM5.25 9a3 3 0 0 0-3 3v6a3 3 0 0 0 3 3h13.5a3 3 0 0 0 3-3v-6a3 3 0 0 0-3-3H15a.75.75 0 0 0-.75.75 2.25 2.25 0 0 1-4.5 0A.75.75 0 0 0 9 9H5.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(WalletIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/WifiIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/WifiIcon.d.ts new file mode 100644 index 00000000..393605f1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/WifiIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const WifiIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default WifiIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/WifiIcon.js b/frontend/node_modules/@heroicons/react/24/solid/WifiIcon.js new file mode 100644 index 00000000..22f3b0a8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/WifiIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function WifiIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.371 8.143c5.858-5.857 15.356-5.857 21.213 0a.75.75 0 0 1 0 1.061l-.53.53a.75.75 0 0 1-1.06 0c-4.98-4.979-13.053-4.979-18.032 0a.75.75 0 0 1-1.06 0l-.53-.53a.75.75 0 0 1 0-1.06Zm3.182 3.182c4.1-4.1 10.749-4.1 14.85 0a.75.75 0 0 1 0 1.061l-.53.53a.75.75 0 0 1-1.062 0 8.25 8.25 0 0 0-11.667 0 .75.75 0 0 1-1.06 0l-.53-.53a.75.75 0 0 1 0-1.06Zm3.204 3.182a6 6 0 0 1 8.486 0 .75.75 0 0 1 0 1.061l-.53.53a.75.75 0 0 1-1.061 0 3.75 3.75 0 0 0-5.304 0 .75.75 0 0 1-1.06 0l-.53-.53a.75.75 0 0 1 0-1.06Zm3.182 3.182a1.5 1.5 0 0 1 2.122 0 .75.75 0 0 1 0 1.061l-.53.53a.75.75 0 0 1-1.061 0l-.53-.53a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(WifiIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/WindowIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/WindowIcon.d.ts new file mode 100644 index 00000000..e0eddb35 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/WindowIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const WindowIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default WindowIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/WindowIcon.js b/frontend/node_modules/@heroicons/react/24/solid/WindowIcon.js new file mode 100644 index 00000000..c7dc508d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/WindowIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function WindowIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.25 6a3 3 0 0 1 3-3h13.5a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H5.25a3 3 0 0 1-3-3V6Zm18 3H3.75v9a1.5 1.5 0 0 0 1.5 1.5h13.5a1.5 1.5 0 0 0 1.5-1.5V9Zm-15-3.75A.75.75 0 0 0 4.5 6v.008c0 .414.336.75.75.75h.008a.75.75 0 0 0 .75-.75V6a.75.75 0 0 0-.75-.75H5.25Zm1.5.75a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75H7.5a.75.75 0 0 1-.75-.75V6Zm3-.75A.75.75 0 0 0 9 6v.008c0 .414.336.75.75.75h.008a.75.75 0 0 0 .75-.75V6a.75.75 0 0 0-.75-.75H9.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(WindowIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/WrenchIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/WrenchIcon.d.ts new file mode 100644 index 00000000..1ffd1f2c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/WrenchIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const WrenchIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default WrenchIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/WrenchIcon.js b/frontend/node_modules/@heroicons/react/24/solid/WrenchIcon.js new file mode 100644 index 00000000..e9be9f7a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/WrenchIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function WrenchIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 6.75a5.25 5.25 0 0 1 6.775-5.025.75.75 0 0 1 .313 1.248l-3.32 3.319c.063.475.276.934.641 1.299.365.365.824.578 1.3.64l3.318-3.319a.75.75 0 0 1 1.248.313 5.25 5.25 0 0 1-5.472 6.756c-1.018-.086-1.87.1-2.309.634L7.344 21.3A3.298 3.298 0 1 1 2.7 16.657l8.684-7.151c.533-.44.72-1.291.634-2.309A5.342 5.342 0 0 1 12 6.75ZM4.117 19.125a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75h-.008a.75.75 0 0 1-.75-.75v-.008Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(WrenchIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/WrenchScrewdriverIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/WrenchScrewdriverIcon.d.ts new file mode 100644 index 00000000..ad96c868 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/WrenchScrewdriverIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const WrenchScrewdriverIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default WrenchScrewdriverIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/WrenchScrewdriverIcon.js b/frontend/node_modules/@heroicons/react/24/solid/WrenchScrewdriverIcon.js new file mode 100644 index 00000000..25ed829f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/WrenchScrewdriverIcon.js @@ -0,0 +1,30 @@ +const React = require("react"); +function WrenchScrewdriverIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 6.75a5.25 5.25 0 0 1 6.775-5.025.75.75 0 0 1 .313 1.248l-3.32 3.319c.063.475.276.934.641 1.299.365.365.824.578 1.3.64l3.318-3.319a.75.75 0 0 1 1.248.313 5.25 5.25 0 0 1-5.472 6.756c-1.018-.086-1.87.1-2.309.634L7.344 21.3A3.298 3.298 0 1 1 2.7 16.657l8.684-7.151c.533-.44.72-1.291.634-2.309A5.342 5.342 0 0 1 12 6.75ZM4.117 19.125a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75h-.008a.75.75 0 0 1-.75-.75v-.008Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "m10.076 8.64-2.201-2.2V4.874a.75.75 0 0 0-.364-.643l-3.75-2.25a.75.75 0 0 0-.916.113l-.75.75a.75.75 0 0 0-.113.916l2.25 3.75a.75.75 0 0 0 .643.364h1.564l2.062 2.062 1.575-1.297Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "m12.556 17.329 4.183 4.182a3.375 3.375 0 0 0 4.773-4.773l-3.306-3.305a6.803 6.803 0 0 1-1.53.043c-.394-.034-.682-.006-.867.042a.589.589 0 0 0-.167.063l-3.086 3.748Zm3.414-1.36a.75.75 0 0 1 1.06 0l1.875 1.876a.75.75 0 1 1-1.06 1.06L15.97 17.03a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(WrenchScrewdriverIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/XCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/XCircleIcon.d.ts new file mode 100644 index 00000000..03e86569 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/XCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const XCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default XCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/XCircleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/XCircleIcon.js new file mode 100644 index 00000000..b92c4bce --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/XCircleIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function XCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25Zm-1.72 6.97a.75.75 0 1 0-1.06 1.06L10.94 12l-1.72 1.72a.75.75 0 1 0 1.06 1.06L12 13.06l1.72 1.72a.75.75 0 1 0 1.06-1.06L13.06 12l1.72-1.72a.75.75 0 1 0-1.06-1.06L12 10.94l-1.72-1.72Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(XCircleIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/XMarkIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/XMarkIcon.d.ts new file mode 100644 index 00000000..1d1018fb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/XMarkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const XMarkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default XMarkIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/XMarkIcon.js b/frontend/node_modules/@heroicons/react/24/solid/XMarkIcon.js new file mode 100644 index 00000000..f8b4ed31 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/XMarkIcon.js @@ -0,0 +1,24 @@ +const React = require("react"); +function XMarkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.47 5.47a.75.75 0 0 1 1.06 0L12 10.94l5.47-5.47a.75.75 0 1 1 1.06 1.06L13.06 12l5.47 5.47a.75.75 0 1 1-1.06 1.06L12 13.06l-5.47 5.47a.75.75 0 0 1-1.06-1.06L10.94 12 5.47 6.53a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(XMarkIcon); +module.exports = ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/AcademicCapIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/AcademicCapIcon.d.ts new file mode 100644 index 00000000..f7cea572 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/AcademicCapIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const AcademicCapIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default AcademicCapIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/AcademicCapIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/AcademicCapIcon.js new file mode 100644 index 00000000..cc2b492f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/AcademicCapIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function AcademicCapIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M11.7 2.805a.75.75 0 0 1 .6 0A60.65 60.65 0 0 1 22.83 8.72a.75.75 0 0 1-.231 1.337 49.948 49.948 0 0 0-9.902 3.912l-.003.002c-.114.06-.227.119-.34.18a.75.75 0 0 1-.707 0A50.88 50.88 0 0 0 7.5 12.173v-.224c0-.131.067-.248.172-.311a54.615 54.615 0 0 1 4.653-2.52.75.75 0 0 0-.65-1.352 56.123 56.123 0 0 0-4.78 2.589 1.858 1.858 0 0 0-.859 1.228 49.803 49.803 0 0 0-4.634-1.527.75.75 0 0 1-.231-1.337A60.653 60.653 0 0 1 11.7 2.805Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M13.06 15.473a48.45 48.45 0 0 1 7.666-3.282c.134 1.414.22 2.843.255 4.284a.75.75 0 0 1-.46.711 47.87 47.87 0 0 0-8.105 4.342.75.75 0 0 1-.832 0 47.87 47.87 0 0 0-8.104-4.342.75.75 0 0 1-.461-.71c.035-1.442.121-2.87.255-4.286.921.304 1.83.634 2.726.99v1.27a1.5 1.5 0 0 0-.14 2.508c-.09.38-.222.753-.397 1.11.452.213.901.434 1.346.66a6.727 6.727 0 0 0 .551-1.607 1.5 1.5 0 0 0 .14-2.67v-.645a48.549 48.549 0 0 1 3.44 1.667 2.25 2.25 0 0 0 2.12 0Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M4.462 19.462c.42-.419.753-.89 1-1.395.453.214.902.435 1.347.662a6.742 6.742 0 0 1-1.286 1.794.75.75 0 0 1-1.06-1.06Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(AcademicCapIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/AdjustmentsHorizontalIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/AdjustmentsHorizontalIcon.d.ts new file mode 100644 index 00000000..66e5c914 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/AdjustmentsHorizontalIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const AdjustmentsHorizontalIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default AdjustmentsHorizontalIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/AdjustmentsHorizontalIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/AdjustmentsHorizontalIcon.js new file mode 100644 index 00000000..1d97caaa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/AdjustmentsHorizontalIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function AdjustmentsHorizontalIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M18.75 12.75h1.5a.75.75 0 0 0 0-1.5h-1.5a.75.75 0 0 0 0 1.5ZM12 6a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5A.75.75 0 0 1 12 6ZM12 18a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5A.75.75 0 0 1 12 18ZM3.75 6.75h1.5a.75.75 0 1 0 0-1.5h-1.5a.75.75 0 0 0 0 1.5ZM5.25 18.75h-1.5a.75.75 0 0 1 0-1.5h1.5a.75.75 0 0 1 0 1.5ZM3 12a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5A.75.75 0 0 1 3 12ZM9 3.75a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5ZM12.75 12a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0ZM9 15.75a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(AdjustmentsHorizontalIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/AdjustmentsVerticalIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/AdjustmentsVerticalIcon.d.ts new file mode 100644 index 00000000..1d7146f9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/AdjustmentsVerticalIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const AdjustmentsVerticalIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default AdjustmentsVerticalIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/AdjustmentsVerticalIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/AdjustmentsVerticalIcon.js new file mode 100644 index 00000000..84dae22b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/AdjustmentsVerticalIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function AdjustmentsVerticalIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M6 12a.75.75 0 0 1-.75-.75v-7.5a.75.75 0 1 1 1.5 0v7.5A.75.75 0 0 1 6 12ZM18 12a.75.75 0 0 1-.75-.75v-7.5a.75.75 0 0 1 1.5 0v7.5A.75.75 0 0 1 18 12ZM6.75 20.25v-1.5a.75.75 0 0 0-1.5 0v1.5a.75.75 0 0 0 1.5 0ZM18.75 18.75v1.5a.75.75 0 0 1-1.5 0v-1.5a.75.75 0 0 1 1.5 0ZM12.75 5.25v-1.5a.75.75 0 0 0-1.5 0v1.5a.75.75 0 0 0 1.5 0ZM12 21a.75.75 0 0 1-.75-.75v-7.5a.75.75 0 0 1 1.5 0v7.5A.75.75 0 0 1 12 21ZM3.75 15a2.25 2.25 0 1 0 4.5 0 2.25 2.25 0 0 0-4.5 0ZM12 11.25a2.25 2.25 0 1 1 0-4.5 2.25 2.25 0 0 1 0 4.5ZM15.75 15a2.25 2.25 0 1 0 4.5 0 2.25 2.25 0 0 0-4.5 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(AdjustmentsVerticalIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArchiveBoxArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArchiveBoxArrowDownIcon.d.ts new file mode 100644 index 00000000..1e791cee --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArchiveBoxArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArchiveBoxArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArchiveBoxArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArchiveBoxArrowDownIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArchiveBoxArrowDownIcon.js new file mode 100644 index 00000000..dfaa07a4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArchiveBoxArrowDownIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArchiveBoxArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.375 3C2.339 3 1.5 3.84 1.5 4.875v.75c0 1.036.84 1.875 1.875 1.875h17.25c1.035 0 1.875-.84 1.875-1.875v-.75C22.5 3.839 21.66 3 20.625 3H3.375Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "m3.087 9 .54 9.176A3 3 0 0 0 6.62 21h10.757a3 3 0 0 0 2.995-2.824L20.913 9H3.087ZM12 10.5a.75.75 0 0 1 .75.75v4.94l1.72-1.72a.75.75 0 1 1 1.06 1.06l-3 3a.75.75 0 0 1-1.06 0l-3-3a.75.75 0 1 1 1.06-1.06l1.72 1.72v-4.94a.75.75 0 0 1 .75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArchiveBoxArrowDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArchiveBoxIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArchiveBoxIcon.d.ts new file mode 100644 index 00000000..4b92cdd7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArchiveBoxIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArchiveBoxIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArchiveBoxIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArchiveBoxIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArchiveBoxIcon.js new file mode 100644 index 00000000..c52920f4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArchiveBoxIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArchiveBoxIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.375 3C2.339 3 1.5 3.84 1.5 4.875v.75c0 1.036.84 1.875 1.875 1.875h17.25c1.035 0 1.875-.84 1.875-1.875v-.75C22.5 3.839 21.66 3 20.625 3H3.375Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "m3.087 9 .54 9.176A3 3 0 0 0 6.62 21h10.757a3 3 0 0 0 2.995-2.824L20.913 9H3.087Zm6.163 3.75A.75.75 0 0 1 10 12h4a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArchiveBoxIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArchiveBoxXMarkIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArchiveBoxXMarkIcon.d.ts new file mode 100644 index 00000000..fb5f7dba --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArchiveBoxXMarkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArchiveBoxXMarkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArchiveBoxXMarkIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArchiveBoxXMarkIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArchiveBoxXMarkIcon.js new file mode 100644 index 00000000..66564bdd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArchiveBoxXMarkIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArchiveBoxXMarkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.375 3C2.339 3 1.5 3.84 1.5 4.875v.75c0 1.036.84 1.875 1.875 1.875h17.25c1.035 0 1.875-.84 1.875-1.875v-.75C22.5 3.839 21.66 3 20.625 3H3.375Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "m3.087 9 .54 9.176A3 3 0 0 0 6.62 21h10.757a3 3 0 0 0 2.995-2.824L20.913 9H3.087Zm6.133 2.845a.75.75 0 0 1 1.06 0l1.72 1.72 1.72-1.72a.75.75 0 1 1 1.06 1.06l-1.72 1.72 1.72 1.72a.75.75 0 1 1-1.06 1.06L12 15.685l-1.72 1.72a.75.75 0 1 1-1.06-1.06l1.72-1.72-1.72-1.72a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArchiveBoxXMarkIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownCircleIcon.d.ts new file mode 100644 index 00000000..b6500220 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownCircleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownCircleIcon.js new file mode 100644 index 00000000..54f9fe8a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowDownCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25Zm-.53 14.03a.75.75 0 0 0 1.06 0l3-3a.75.75 0 1 0-1.06-1.06l-1.72 1.72V8.25a.75.75 0 0 0-1.5 0v5.69l-1.72-1.72a.75.75 0 0 0-1.06 1.06l3 3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownIcon.d.ts new file mode 100644 index 00000000..6fcb0764 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownIcon.js new file mode 100644 index 00000000..25fd0f0a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25a.75.75 0 0 1 .75.75v16.19l6.22-6.22a.75.75 0 1 1 1.06 1.06l-7.5 7.5a.75.75 0 0 1-1.06 0l-7.5-7.5a.75.75 0 1 1 1.06-1.06l6.22 6.22V3a.75.75 0 0 1 .75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownLeftIcon.d.ts new file mode 100644 index 00000000..c2de5115 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownLeftIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownLeftIcon.js new file mode 100644 index 00000000..adbf0796 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowDownLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M20.03 3.97a.75.75 0 0 1 0 1.06L6.31 18.75h9.44a.75.75 0 0 1 0 1.5H4.5a.75.75 0 0 1-.75-.75V8.25a.75.75 0 0 1 1.5 0v9.44L18.97 3.97a.75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownOnSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownOnSquareIcon.d.ts new file mode 100644 index 00000000..ad998a9f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownOnSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownOnSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownOnSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownOnSquareIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownOnSquareIcon.js new file mode 100644 index 00000000..144ac2ee --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownOnSquareIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function ArrowDownOnSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M12 1.5a.75.75 0 0 1 .75.75V7.5h-1.5V2.25A.75.75 0 0 1 12 1.5ZM11.25 7.5v5.69l-1.72-1.72a.75.75 0 0 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 1 0-1.06-1.06l-1.72 1.72V7.5h3.75a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3h-9a3 3 0 0 1-3-3v-9a3 3 0 0 1 3-3h3.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownOnSquareIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownOnSquareStackIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownOnSquareStackIcon.d.ts new file mode 100644 index 00000000..3069f334 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownOnSquareStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownOnSquareStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownOnSquareStackIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownOnSquareStackIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownOnSquareStackIcon.js new file mode 100644 index 00000000..f3f64230 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownOnSquareStackIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ArrowDownOnSquareStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.75 6.75h-3a3 3 0 0 0-3 3v7.5a3 3 0 0 0 3 3h7.5a3 3 0 0 0 3-3v-7.5a3 3 0 0 0-3-3h-3V1.5a.75.75 0 0 0-1.5 0v5.25Zm0 0h1.5v5.69l1.72-1.72a.75.75 0 1 1 1.06 1.06l-3 3a.75.75 0 0 1-1.06 0l-3-3a.75.75 0 1 1 1.06-1.06l1.72 1.72V6.75Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M7.151 21.75a2.999 2.999 0 0 0 2.599 1.5h7.5a3 3 0 0 0 3-3v-7.5c0-1.11-.603-2.08-1.5-2.599v7.099a4.5 4.5 0 0 1-4.5 4.5H7.151Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownOnSquareStackIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownRightIcon.d.ts new file mode 100644 index 00000000..af2b43e2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownRightIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownRightIcon.js new file mode 100644 index 00000000..f7a3ef99 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownRightIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowDownRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.97 3.97a.75.75 0 0 1 1.06 0l13.72 13.72V8.25a.75.75 0 0 1 1.5 0V19.5a.75.75 0 0 1-.75.75H8.25a.75.75 0 0 1 0-1.5h9.44L3.97 5.03a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownTrayIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownTrayIcon.d.ts new file mode 100644 index 00000000..d755642a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownTrayIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowDownTrayIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowDownTrayIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownTrayIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownTrayIcon.js new file mode 100644 index 00000000..57f888e6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownTrayIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowDownTrayIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25a.75.75 0 0 1 .75.75v11.69l3.22-3.22a.75.75 0 1 1 1.06 1.06l-4.5 4.5a.75.75 0 0 1-1.06 0l-4.5-4.5a.75.75 0 1 1 1.06-1.06l3.22 3.22V3a.75.75 0 0 1 .75-.75Zm-9 13.5a.75.75 0 0 1 .75.75v2.25a1.5 1.5 0 0 0 1.5 1.5h13.5a1.5 1.5 0 0 0 1.5-1.5V16.5a.75.75 0 0 1 1.5 0v2.25a3 3 0 0 1-3 3H5.25a3 3 0 0 1-3-3V16.5a.75.75 0 0 1 .75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownTrayIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftCircleIcon.d.ts new file mode 100644 index 00000000..5ebd1ee5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLeftCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLeftCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftCircleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftCircleIcon.js new file mode 100644 index 00000000..2705dc19 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowLeftCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25Zm-4.28 9.22a.75.75 0 0 0 0 1.06l3 3a.75.75 0 1 0 1.06-1.06l-1.72-1.72h5.69a.75.75 0 0 0 0-1.5h-5.69l1.72-1.72a.75.75 0 0 0-1.06-1.06l-3 3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftEndOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftEndOnRectangleIcon.d.ts new file mode 100644 index 00000000..0bb80a06 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftEndOnRectangleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLeftEndOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLeftEndOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftEndOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftEndOnRectangleIcon.js new file mode 100644 index 00000000..0aeb01f4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftEndOnRectangleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowLeftEndOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.5 3.75A1.5 1.5 0 0 0 6 5.25v13.5a1.5 1.5 0 0 0 1.5 1.5h6a1.5 1.5 0 0 0 1.5-1.5V15a.75.75 0 0 1 1.5 0v3.75a3 3 0 0 1-3 3h-6a3 3 0 0 1-3-3V5.25a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3V9A.75.75 0 0 1 15 9V5.25a1.5 1.5 0 0 0-1.5-1.5h-6Zm5.03 4.72a.75.75 0 0 1 0 1.06l-1.72 1.72h10.94a.75.75 0 0 1 0 1.5H10.81l1.72 1.72a.75.75 0 1 1-1.06 1.06l-3-3a.75.75 0 0 1 0-1.06l3-3a.75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftEndOnRectangleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftIcon.d.ts new file mode 100644 index 00000000..8b184ac4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftIcon.js new file mode 100644 index 00000000..4b2a3e96 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.03 3.97a.75.75 0 0 1 0 1.06l-6.22 6.22H21a.75.75 0 0 1 0 1.5H4.81l6.22 6.22a.75.75 0 1 1-1.06 1.06l-7.5-7.5a.75.75 0 0 1 0-1.06l7.5-7.5a.75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftOnRectangleIcon.d.ts new file mode 100644 index 00000000..58ef43b6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftOnRectangleIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const ArrowLeftOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLeftOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftOnRectangleIcon.js new file mode 100644 index 00000000..a06d2268 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftOnRectangleIcon.js @@ -0,0 +1,25 @@ +import * as React from "react"; +/** @deprecated */ +function ArrowLeftOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.5 3.75A1.5 1.5 0 0 0 6 5.25v13.5a1.5 1.5 0 0 0 1.5 1.5h6a1.5 1.5 0 0 0 1.5-1.5V15a.75.75 0 0 1 1.5 0v3.75a3 3 0 0 1-3 3h-6a3 3 0 0 1-3-3V5.25a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3V9A.75.75 0 0 1 15 9V5.25a1.5 1.5 0 0 0-1.5-1.5h-6Zm5.03 4.72a.75.75 0 0 1 0 1.06l-1.72 1.72h10.94a.75.75 0 0 1 0 1.5H10.81l1.72 1.72a.75.75 0 1 1-1.06 1.06l-3-3a.75.75 0 0 1 0-1.06l3-3a.75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftOnRectangleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftStartOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftStartOnRectangleIcon.d.ts new file mode 100644 index 00000000..0f113252 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftStartOnRectangleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLeftStartOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLeftStartOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftStartOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftStartOnRectangleIcon.js new file mode 100644 index 00000000..0f17449a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftStartOnRectangleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowLeftStartOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M16.5 3.75a1.5 1.5 0 0 1 1.5 1.5v13.5a1.5 1.5 0 0 1-1.5 1.5h-6a1.5 1.5 0 0 1-1.5-1.5V15a.75.75 0 0 0-1.5 0v3.75a3 3 0 0 0 3 3h6a3 3 0 0 0 3-3V5.25a3 3 0 0 0-3-3h-6a3 3 0 0 0-3 3V9A.75.75 0 1 0 9 9V5.25a1.5 1.5 0 0 1 1.5-1.5h6ZM5.78 8.47a.75.75 0 0 0-1.06 0l-3 3a.75.75 0 0 0 0 1.06l3 3a.75.75 0 0 0 1.06-1.06l-1.72-1.72H15a.75.75 0 0 0 0-1.5H4.06l1.72-1.72a.75.75 0 0 0 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftStartOnRectangleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLongDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLongDownIcon.d.ts new file mode 100644 index 00000000..f83cde05 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLongDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLongDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLongDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLongDownIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLongDownIcon.js new file mode 100644 index 00000000..2db41931 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLongDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowLongDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25a.75.75 0 0 1 .75.75v16.19l2.47-2.47a.75.75 0 1 1 1.06 1.06l-3.75 3.75a.75.75 0 0 1-1.06 0l-3.75-3.75a.75.75 0 1 1 1.06-1.06l2.47 2.47V3a.75.75 0 0 1 .75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLongDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLongLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLongLeftIcon.d.ts new file mode 100644 index 00000000..28f72830 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLongLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLongLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLongLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLongLeftIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLongLeftIcon.js new file mode 100644 index 00000000..1b833012 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLongLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowLongLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.28 7.72a.75.75 0 0 1 0 1.06l-2.47 2.47H21a.75.75 0 0 1 0 1.5H4.81l2.47 2.47a.75.75 0 1 1-1.06 1.06l-3.75-3.75a.75.75 0 0 1 0-1.06l3.75-3.75a.75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLongLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLongRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLongRightIcon.d.ts new file mode 100644 index 00000000..2375bd76 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLongRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLongRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLongRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLongRightIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLongRightIcon.js new file mode 100644 index 00000000..e1d3ecdb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLongRightIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowLongRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M16.72 7.72a.75.75 0 0 1 1.06 0l3.75 3.75a.75.75 0 0 1 0 1.06l-3.75 3.75a.75.75 0 1 1-1.06-1.06l2.47-2.47H3a.75.75 0 0 1 0-1.5h16.19l-2.47-2.47a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLongRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLongUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLongUpIcon.d.ts new file mode 100644 index 00000000..cb3f5687 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLongUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowLongUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowLongUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLongUpIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLongUpIcon.js new file mode 100644 index 00000000..5b89dfd9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLongUpIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowLongUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.47 2.47a.75.75 0 0 1 1.06 0l3.75 3.75a.75.75 0 0 1-1.06 1.06l-2.47-2.47V21a.75.75 0 0 1-1.5 0V4.81L8.78 7.28a.75.75 0 0 1-1.06-1.06l3.75-3.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLongUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowPathIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowPathIcon.d.ts new file mode 100644 index 00000000..4260afbd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowPathIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowPathIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowPathIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowPathIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowPathIcon.js new file mode 100644 index 00000000..3a62cf33 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowPathIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowPathIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.755 10.059a7.5 7.5 0 0 1 12.548-3.364l1.903 1.903h-3.183a.75.75 0 1 0 0 1.5h4.992a.75.75 0 0 0 .75-.75V4.356a.75.75 0 0 0-1.5 0v3.18l-1.9-1.9A9 9 0 0 0 3.306 9.67a.75.75 0 1 0 1.45.388Zm15.408 3.352a.75.75 0 0 0-.919.53 7.5 7.5 0 0 1-12.548 3.364l-1.902-1.903h3.183a.75.75 0 0 0 0-1.5H2.984a.75.75 0 0 0-.75.75v4.992a.75.75 0 0 0 1.5 0v-3.18l1.9 1.9a9 9 0 0 0 15.059-4.035.75.75 0 0 0-.53-.918Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowPathIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowPathRoundedSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowPathRoundedSquareIcon.d.ts new file mode 100644 index 00000000..0e9778d9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowPathRoundedSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowPathRoundedSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowPathRoundedSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowPathRoundedSquareIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowPathRoundedSquareIcon.js new file mode 100644 index 00000000..9c5df3ae --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowPathRoundedSquareIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowPathRoundedSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 5.25c1.213 0 2.415.046 3.605.135a3.256 3.256 0 0 1 3.01 3.01c.044.583.077 1.17.1 1.759L17.03 8.47a.75.75 0 1 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 0 0-1.06-1.06l-1.752 1.751c-.023-.65-.06-1.296-.108-1.939a4.756 4.756 0 0 0-4.392-4.392 49.422 49.422 0 0 0-7.436 0A4.756 4.756 0 0 0 3.89 8.282c-.017.224-.033.447-.046.672a.75.75 0 1 0 1.497.092c.013-.217.028-.434.044-.651a3.256 3.256 0 0 1 3.01-3.01c1.19-.09 2.392-.135 3.605-.135Zm-6.97 6.22a.75.75 0 0 0-1.06 0l-3 3a.75.75 0 1 0 1.06 1.06l1.752-1.751c.023.65.06 1.296.108 1.939a4.756 4.756 0 0 0 4.392 4.392 49.413 49.413 0 0 0 7.436 0 4.756 4.756 0 0 0 4.392-4.392c.017-.223.032-.447.046-.672a.75.75 0 0 0-1.497-.092c-.013.217-.028.434-.044.651a3.256 3.256 0 0 1-3.01 3.01 47.953 47.953 0 0 1-7.21 0 3.256 3.256 0 0 1-3.01-3.01 47.759 47.759 0 0 1-.1-1.759L6.97 15.53a.75.75 0 0 0 1.06-1.06l-3-3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowPathRoundedSquareIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightCircleIcon.d.ts new file mode 100644 index 00000000..c362cf3a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowRightCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowRightCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightCircleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightCircleIcon.js new file mode 100644 index 00000000..964be3a9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowRightCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25Zm4.28 10.28a.75.75 0 0 0 0-1.06l-3-3a.75.75 0 1 0-1.06 1.06l1.72 1.72H8.25a.75.75 0 0 0 0 1.5h5.69l-1.72 1.72a.75.75 0 1 0 1.06 1.06l3-3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightEndOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightEndOnRectangleIcon.d.ts new file mode 100644 index 00000000..69f1804f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightEndOnRectangleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowRightEndOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowRightEndOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightEndOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightEndOnRectangleIcon.js new file mode 100644 index 00000000..491fb4ad --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightEndOnRectangleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowRightEndOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M16.5 3.75a1.5 1.5 0 0 1 1.5 1.5v13.5a1.5 1.5 0 0 1-1.5 1.5h-6a1.5 1.5 0 0 1-1.5-1.5V15a.75.75 0 0 0-1.5 0v3.75a3 3 0 0 0 3 3h6a3 3 0 0 0 3-3V5.25a3 3 0 0 0-3-3h-6a3 3 0 0 0-3 3V9A.75.75 0 1 0 9 9V5.25a1.5 1.5 0 0 1 1.5-1.5h6Zm-5.03 4.72a.75.75 0 0 0 0 1.06l1.72 1.72H2.25a.75.75 0 0 0 0 1.5h10.94l-1.72 1.72a.75.75 0 1 0 1.06 1.06l3-3a.75.75 0 0 0 0-1.06l-3-3a.75.75 0 0 0-1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightEndOnRectangleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightIcon.d.ts new file mode 100644 index 00000000..fd9ad463 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightIcon.js new file mode 100644 index 00000000..e9a2507b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12.97 3.97a.75.75 0 0 1 1.06 0l7.5 7.5a.75.75 0 0 1 0 1.06l-7.5 7.5a.75.75 0 1 1-1.06-1.06l6.22-6.22H3a.75.75 0 0 1 0-1.5h16.19l-6.22-6.22a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightOnRectangleIcon.d.ts new file mode 100644 index 00000000..beb562de --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightOnRectangleIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const ArrowRightOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowRightOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightOnRectangleIcon.js new file mode 100644 index 00000000..ccd5e3b0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightOnRectangleIcon.js @@ -0,0 +1,25 @@ +import * as React from "react"; +/** @deprecated */ +function ArrowRightOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.5 3.75A1.5 1.5 0 0 0 6 5.25v13.5a1.5 1.5 0 0 0 1.5 1.5h6a1.5 1.5 0 0 0 1.5-1.5V15a.75.75 0 0 1 1.5 0v3.75a3 3 0 0 1-3 3h-6a3 3 0 0 1-3-3V5.25a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3V9A.75.75 0 0 1 15 9V5.25a1.5 1.5 0 0 0-1.5-1.5h-6Zm10.72 4.72a.75.75 0 0 1 1.06 0l3 3a.75.75 0 0 1 0 1.06l-3 3a.75.75 0 1 1-1.06-1.06l1.72-1.72H9a.75.75 0 0 1 0-1.5h10.94l-1.72-1.72a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightOnRectangleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightStartOnRectangleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightStartOnRectangleIcon.d.ts new file mode 100644 index 00000000..125ccfd7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightStartOnRectangleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowRightStartOnRectangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowRightStartOnRectangleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightStartOnRectangleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightStartOnRectangleIcon.js new file mode 100644 index 00000000..f23d0117 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightStartOnRectangleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowRightStartOnRectangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.5 3.75A1.5 1.5 0 0 0 6 5.25v13.5a1.5 1.5 0 0 0 1.5 1.5h6a1.5 1.5 0 0 0 1.5-1.5V15a.75.75 0 0 1 1.5 0v3.75a3 3 0 0 1-3 3h-6a3 3 0 0 1-3-3V5.25a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3V9A.75.75 0 0 1 15 9V5.25a1.5 1.5 0 0 0-1.5-1.5h-6Zm10.72 4.72a.75.75 0 0 1 1.06 0l3 3a.75.75 0 0 1 0 1.06l-3 3a.75.75 0 1 1-1.06-1.06l1.72-1.72H9a.75.75 0 0 1 0-1.5h10.94l-1.72-1.72a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightStartOnRectangleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowSmallDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowSmallDownIcon.d.ts new file mode 100644 index 00000000..ee183571 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowSmallDownIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const ArrowSmallDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowSmallDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowSmallDownIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowSmallDownIcon.js new file mode 100644 index 00000000..9e136708 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowSmallDownIcon.js @@ -0,0 +1,25 @@ +import * as React from "react"; +/** @deprecated */ +function ArrowSmallDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 3.75a.75.75 0 0 1 .75.75v13.19l5.47-5.47a.75.75 0 1 1 1.06 1.06l-6.75 6.75a.75.75 0 0 1-1.06 0l-6.75-6.75a.75.75 0 1 1 1.06-1.06l5.47 5.47V4.5a.75.75 0 0 1 .75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowSmallDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowSmallLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowSmallLeftIcon.d.ts new file mode 100644 index 00000000..5686c1af --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowSmallLeftIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const ArrowSmallLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowSmallLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowSmallLeftIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowSmallLeftIcon.js new file mode 100644 index 00000000..3e453686 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowSmallLeftIcon.js @@ -0,0 +1,25 @@ +import * as React from "react"; +/** @deprecated */ +function ArrowSmallLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M20.25 12a.75.75 0 0 1-.75.75H6.31l5.47 5.47a.75.75 0 1 1-1.06 1.06l-6.75-6.75a.75.75 0 0 1 0-1.06l6.75-6.75a.75.75 0 1 1 1.06 1.06l-5.47 5.47H19.5a.75.75 0 0 1 .75.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowSmallLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowSmallRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowSmallRightIcon.d.ts new file mode 100644 index 00000000..019725bb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowSmallRightIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const ArrowSmallRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowSmallRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowSmallRightIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowSmallRightIcon.js new file mode 100644 index 00000000..c3342508 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowSmallRightIcon.js @@ -0,0 +1,25 @@ +import * as React from "react"; +/** @deprecated */ +function ArrowSmallRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.75 12a.75.75 0 0 1 .75-.75h13.19l-5.47-5.47a.75.75 0 0 1 1.06-1.06l6.75 6.75a.75.75 0 0 1 0 1.06l-6.75 6.75a.75.75 0 1 1-1.06-1.06l5.47-5.47H4.5a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowSmallRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowSmallUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowSmallUpIcon.d.ts new file mode 100644 index 00000000..644e37fb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowSmallUpIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const ArrowSmallUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowSmallUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowSmallUpIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowSmallUpIcon.js new file mode 100644 index 00000000..79843a77 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowSmallUpIcon.js @@ -0,0 +1,25 @@ +import * as React from "react"; +/** @deprecated */ +function ArrowSmallUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 20.25a.75.75 0 0 1-.75-.75V6.31l-5.47 5.47a.75.75 0 0 1-1.06-1.06l6.75-6.75a.75.75 0 0 1 1.06 0l6.75 6.75a.75.75 0 1 1-1.06 1.06l-5.47-5.47V19.5a.75.75 0 0 1-.75.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowSmallUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTopRightOnSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTopRightOnSquareIcon.d.ts new file mode 100644 index 00000000..86a6805d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTopRightOnSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTopRightOnSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTopRightOnSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTopRightOnSquareIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTopRightOnSquareIcon.js new file mode 100644 index 00000000..7ab30f3e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTopRightOnSquareIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowTopRightOnSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15.75 2.25H21a.75.75 0 0 1 .75.75v5.25a.75.75 0 0 1-1.5 0V4.81L8.03 17.03a.75.75 0 0 1-1.06-1.06L19.19 3.75h-3.44a.75.75 0 0 1 0-1.5Zm-10.5 4.5a1.5 1.5 0 0 0-1.5 1.5v10.5a1.5 1.5 0 0 0 1.5 1.5h10.5a1.5 1.5 0 0 0 1.5-1.5V10.5a.75.75 0 0 1 1.5 0v8.25a3 3 0 0 1-3 3H5.25a3 3 0 0 1-3-3V8.25a3 3 0 0 1 3-3h8.25a.75.75 0 0 1 0 1.5H5.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTopRightOnSquareIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTrendingDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTrendingDownIcon.d.ts new file mode 100644 index 00000000..cfb218f9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTrendingDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTrendingDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTrendingDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTrendingDownIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTrendingDownIcon.js new file mode 100644 index 00000000..9cf1e3c3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTrendingDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowTrendingDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.72 5.47a.75.75 0 0 1 1.06 0L9 11.69l3.756-3.756a.75.75 0 0 1 .985-.066 12.698 12.698 0 0 1 4.575 6.832l.308 1.149 2.277-3.943a.75.75 0 1 1 1.299.75l-3.182 5.51a.75.75 0 0 1-1.025.275l-5.511-3.181a.75.75 0 0 1 .75-1.3l3.943 2.277-.308-1.149a11.194 11.194 0 0 0-3.528-5.617l-3.809 3.81a.75.75 0 0 1-1.06 0L1.72 6.53a.75.75 0 0 1 0-1.061Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTrendingDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTrendingUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTrendingUpIcon.d.ts new file mode 100644 index 00000000..54763a8c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTrendingUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTrendingUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTrendingUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTrendingUpIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTrendingUpIcon.js new file mode 100644 index 00000000..29f20308 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTrendingUpIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowTrendingUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15.22 6.268a.75.75 0 0 1 .968-.431l5.942 2.28a.75.75 0 0 1 .431.97l-2.28 5.94a.75.75 0 1 1-1.4-.537l1.63-4.251-1.086.484a11.2 11.2 0 0 0-5.45 5.173.75.75 0 0 1-1.199.19L9 12.312l-6.22 6.22a.75.75 0 0 1-1.06-1.061l6.75-6.75a.75.75 0 0 1 1.06 0l3.606 3.606a12.695 12.695 0 0 1 5.68-4.974l1.086-.483-4.251-1.632a.75.75 0 0 1-.432-.97Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTrendingUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnDownLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnDownLeftIcon.d.ts new file mode 100644 index 00000000..30988be3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnDownLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnDownLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnDownLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnDownLeftIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnDownLeftIcon.js new file mode 100644 index 00000000..28a739f5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnDownLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowTurnDownLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M20.239 3.749a.75.75 0 0 0-.75.75V15H5.549l2.47-2.47a.75.75 0 0 0-1.06-1.06l-3.75 3.75a.75.75 0 0 0 0 1.06l3.75 3.75a.75.75 0 1 0 1.06-1.06L5.55 16.5h14.69a.75.75 0 0 0 .75-.75V4.5a.75.75 0 0 0-.75-.751Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnDownLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnDownRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnDownRightIcon.d.ts new file mode 100644 index 00000000..a97f44c6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnDownRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnDownRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnDownRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnDownRightIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnDownRightIcon.js new file mode 100644 index 00000000..5d93676e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnDownRightIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowTurnDownRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.74 3.749a.75.75 0 0 1 .75.75V15h13.938l-2.47-2.47a.75.75 0 0 1 1.061-1.06l3.75 3.75a.75.75 0 0 1 0 1.06l-3.75 3.75a.75.75 0 0 1-1.06-1.06l2.47-2.47H3.738a.75.75 0 0 1-.75-.75V4.5a.75.75 0 0 1 .75-.751Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnDownRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnLeftDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnLeftDownIcon.d.ts new file mode 100644 index 00000000..54c35be7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnLeftDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnLeftDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnLeftDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnLeftDownIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnLeftDownIcon.js new file mode 100644 index 00000000..951c88b0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnLeftDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowTurnLeftDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M20.24 3.75a.75.75 0 0 1-.75.75H8.989v13.939l2.47-2.47a.75.75 0 1 1 1.06 1.061l-3.75 3.75a.75.75 0 0 1-1.06 0l-3.751-3.75a.75.75 0 1 1 1.06-1.06l2.47 2.469V3.75a.75.75 0 0 1 .75-.75H19.49a.75.75 0 0 1 .75.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnLeftDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnLeftUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnLeftUpIcon.d.ts new file mode 100644 index 00000000..db9b7a64 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnLeftUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnLeftUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnLeftUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnLeftUpIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnLeftUpIcon.js new file mode 100644 index 00000000..20086b1e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnLeftUpIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowTurnLeftUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M20.24 20.249a.75.75 0 0 0-.75-.75H8.989V5.56l2.47 2.47a.75.75 0 0 0 1.06-1.061l-3.75-3.75a.75.75 0 0 0-1.06 0l-3.75 3.75a.75.75 0 1 0 1.06 1.06l2.47-2.469V20.25c0 .414.335.75.75.75h11.25a.75.75 0 0 0 .75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnLeftUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnRightDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnRightDownIcon.d.ts new file mode 100644 index 00000000..8719674d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnRightDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnRightDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnRightDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnRightDownIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnRightDownIcon.js new file mode 100644 index 00000000..f8290727 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnRightDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowTurnRightDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.738 3.75c0 .414.336.75.75.75H14.99v13.939l-2.47-2.47a.75.75 0 0 0-1.06 1.061l3.75 3.75a.75.75 0 0 0 1.06 0l3.751-3.75a.75.75 0 0 0-1.06-1.06l-2.47 2.469V3.75a.75.75 0 0 0-.75-.75H4.487a.75.75 0 0 0-.75.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnRightDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnRightUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnRightUpIcon.d.ts new file mode 100644 index 00000000..f1c75f84 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnRightUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnRightUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnRightUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnRightUpIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnRightUpIcon.js new file mode 100644 index 00000000..d1b3a86f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnRightUpIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowTurnRightUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.738 20.249a.75.75 0 0 1 .75-.75H14.99V5.56l-2.47 2.47a.75.75 0 0 1-1.06-1.061l3.75-3.75a.75.75 0 0 1 1.06 0l3.751 3.75a.75.75 0 0 1-1.06 1.06L16.49 5.56V20.25a.75.75 0 0 1-.75.75H4.487a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnRightUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnUpLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnUpLeftIcon.d.ts new file mode 100644 index 00000000..1e0636c3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnUpLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnUpLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnUpLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnUpLeftIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnUpLeftIcon.js new file mode 100644 index 00000000..17bffa38 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnUpLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowTurnUpLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M20.239 20.25a.75.75 0 0 1-.75-.75V8.999H5.549l2.47 2.47a.75.75 0 0 1-1.06 1.06l-3.75-3.75a.75.75 0 0 1 0-1.06l3.75-3.75a.75.75 0 1 1 1.06 1.06l-2.47 2.47h14.69a.75.75 0 0 1 .75.75V19.5a.75.75 0 0 1-.75.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnUpLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnUpRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnUpRightIcon.d.ts new file mode 100644 index 00000000..a2cb836a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnUpRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowTurnUpRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowTurnUpRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnUpRightIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnUpRightIcon.js new file mode 100644 index 00000000..e2e70d88 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnUpRightIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowTurnUpRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.74 20.25a.75.75 0 0 0 .75-.75V8.999h13.938l-2.47 2.47a.75.75 0 0 0 1.061 1.06l3.75-3.75a.75.75 0 0 0 0-1.06l-3.75-3.75a.75.75 0 0 0-1.06 1.06l2.47 2.47H3.738a.75.75 0 0 0-.75.75V19.5c0 .414.336.75.75.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnUpRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpCircleIcon.d.ts new file mode 100644 index 00000000..dbc3f8e7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpCircleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpCircleIcon.js new file mode 100644 index 00000000..1921eab4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowUpCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25Zm.53 5.47a.75.75 0 0 0-1.06 0l-3 3a.75.75 0 1 0 1.06 1.06l1.72-1.72v5.69a.75.75 0 0 0 1.5 0v-5.69l1.72 1.72a.75.75 0 1 0 1.06-1.06l-3-3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpIcon.d.ts new file mode 100644 index 00000000..6567e292 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpIcon.js new file mode 100644 index 00000000..497e641a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.47 2.47a.75.75 0 0 1 1.06 0l7.5 7.5a.75.75 0 1 1-1.06 1.06l-6.22-6.22V21a.75.75 0 0 1-1.5 0V4.81l-6.22 6.22a.75.75 0 1 1-1.06-1.06l7.5-7.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpLeftIcon.d.ts new file mode 100644 index 00000000..b440666c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpLeftIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpLeftIcon.js new file mode 100644 index 00000000..c378c8f7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowUpLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.25 6.31v9.44a.75.75 0 0 1-1.5 0V4.5a.75.75 0 0 1 .75-.75h11.25a.75.75 0 0 1 0 1.5H6.31l13.72 13.72a.75.75 0 1 1-1.06 1.06L5.25 6.31Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpOnSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpOnSquareIcon.d.ts new file mode 100644 index 00000000..d50c7262 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpOnSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpOnSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpOnSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpOnSquareIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpOnSquareIcon.js new file mode 100644 index 00000000..cbbb8b1c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpOnSquareIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function ArrowUpOnSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M11.47 1.72a.75.75 0 0 1 1.06 0l3 3a.75.75 0 0 1-1.06 1.06l-1.72-1.72V7.5h-1.5V4.06L9.53 5.78a.75.75 0 0 1-1.06-1.06l3-3ZM11.25 7.5V15a.75.75 0 0 0 1.5 0V7.5h3.75a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3h-9a3 3 0 0 1-3-3v-9a3 3 0 0 1 3-3h3.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpOnSquareIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpOnSquareStackIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpOnSquareStackIcon.d.ts new file mode 100644 index 00000000..c1d92c28 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpOnSquareStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpOnSquareStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpOnSquareStackIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpOnSquareStackIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpOnSquareStackIcon.js new file mode 100644 index 00000000..785e698f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpOnSquareStackIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowUpOnSquareStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M9.97.97a.75.75 0 0 1 1.06 0l3 3a.75.75 0 0 1-1.06 1.06l-1.72-1.72v3.44h-1.5V3.31L8.03 5.03a.75.75 0 0 1-1.06-1.06l3-3ZM9.75 6.75v6a.75.75 0 0 0 1.5 0v-6h3a3 3 0 0 1 3 3v7.5a3 3 0 0 1-3 3h-7.5a3 3 0 0 1-3-3v-7.5a3 3 0 0 1 3-3h3Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M7.151 21.75a2.999 2.999 0 0 0 2.599 1.5h7.5a3 3 0 0 0 3-3v-7.5c0-1.11-.603-2.08-1.5-2.599v7.099a4.5 4.5 0 0 1-4.5 4.5H7.151Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpOnSquareStackIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpRightIcon.d.ts new file mode 100644 index 00000000..9e8bedec --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpRightIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpRightIcon.js new file mode 100644 index 00000000..c6c7c196 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpRightIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowUpRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8.25 3.75H19.5a.75.75 0 0 1 .75.75v11.25a.75.75 0 0 1-1.5 0V6.31L5.03 20.03a.75.75 0 0 1-1.06-1.06L17.69 5.25H8.25a.75.75 0 0 1 0-1.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpTrayIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpTrayIcon.d.ts new file mode 100644 index 00000000..1304d9e4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpTrayIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUpTrayIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUpTrayIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpTrayIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpTrayIcon.js new file mode 100644 index 00000000..b0185999 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpTrayIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowUpTrayIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.47 2.47a.75.75 0 0 1 1.06 0l4.5 4.5a.75.75 0 0 1-1.06 1.06l-3.22-3.22V16.5a.75.75 0 0 1-1.5 0V4.81L8.03 8.03a.75.75 0 0 1-1.06-1.06l4.5-4.5ZM3 15.75a.75.75 0 0 1 .75.75v2.25a1.5 1.5 0 0 0 1.5 1.5h13.5a1.5 1.5 0 0 0 1.5-1.5V16.5a.75.75 0 0 1 1.5 0v2.25a3 3 0 0 1-3 3H5.25a3 3 0 0 1-3-3V16.5a.75.75 0 0 1 .75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpTrayIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUturnDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUturnDownIcon.d.ts new file mode 100644 index 00000000..2a656eef --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUturnDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUturnDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUturnDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUturnDownIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUturnDownIcon.js new file mode 100644 index 00000000..f240cbd4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUturnDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowUturnDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 3.75A5.25 5.25 0 0 0 9.75 9v10.19l4.72-4.72a.75.75 0 1 1 1.06 1.06l-6 6a.75.75 0 0 1-1.06 0l-6-6a.75.75 0 1 1 1.06-1.06l4.72 4.72V9a6.75 6.75 0 0 1 13.5 0v3a.75.75 0 0 1-1.5 0V9c0-2.9-2.35-5.25-5.25-5.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUturnDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUturnLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUturnLeftIcon.d.ts new file mode 100644 index 00000000..8d827dd8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUturnLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUturnLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUturnLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUturnLeftIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUturnLeftIcon.js new file mode 100644 index 00000000..7ced89cd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUturnLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowUturnLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.53 2.47a.75.75 0 0 1 0 1.06L4.81 8.25H15a6.75 6.75 0 0 1 0 13.5h-3a.75.75 0 0 1 0-1.5h3a5.25 5.25 0 1 0 0-10.5H4.81l4.72 4.72a.75.75 0 1 1-1.06 1.06l-6-6a.75.75 0 0 1 0-1.06l6-6a.75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUturnLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUturnRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUturnRightIcon.d.ts new file mode 100644 index 00000000..b75389ab --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUturnRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUturnRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUturnRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUturnRightIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUturnRightIcon.js new file mode 100644 index 00000000..24d96582 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUturnRightIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowUturnRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M14.47 2.47a.75.75 0 0 1 1.06 0l6 6a.75.75 0 0 1 0 1.06l-6 6a.75.75 0 1 1-1.06-1.06l4.72-4.72H9a5.25 5.25 0 1 0 0 10.5h3a.75.75 0 0 1 0 1.5H9a6.75 6.75 0 0 1 0-13.5h10.19l-4.72-4.72a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUturnRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUturnUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUturnUpIcon.d.ts new file mode 100644 index 00000000..1996413e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUturnUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowUturnUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowUturnUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUturnUpIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUturnUpIcon.js new file mode 100644 index 00000000..fa4d27a2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUturnUpIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowUturnUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M21.53 9.53a.75.75 0 0 1-1.06 0l-4.72-4.72V15a6.75 6.75 0 0 1-13.5 0v-3a.75.75 0 0 1 1.5 0v3a5.25 5.25 0 1 0 10.5 0V4.81L9.53 9.53a.75.75 0 0 1-1.06-1.06l6-6a.75.75 0 0 1 1.06 0l6 6a.75.75 0 0 1 0 1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUturnUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowsPointingInIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowsPointingInIcon.d.ts new file mode 100644 index 00000000..2570a1ea --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowsPointingInIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowsPointingInIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowsPointingInIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowsPointingInIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowsPointingInIcon.js new file mode 100644 index 00000000..aba27d84 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowsPointingInIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowsPointingInIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.22 3.22a.75.75 0 0 1 1.06 0l3.97 3.97V4.5a.75.75 0 0 1 1.5 0V9a.75.75 0 0 1-.75.75H4.5a.75.75 0 0 1 0-1.5h2.69L3.22 4.28a.75.75 0 0 1 0-1.06Zm17.56 0a.75.75 0 0 1 0 1.06l-3.97 3.97h2.69a.75.75 0 0 1 0 1.5H15a.75.75 0 0 1-.75-.75V4.5a.75.75 0 0 1 1.5 0v2.69l3.97-3.97a.75.75 0 0 1 1.06 0ZM3.75 15a.75.75 0 0 1 .75-.75H9a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0v-2.69l-3.97 3.97a.75.75 0 0 1-1.06-1.06l3.97-3.97H4.5a.75.75 0 0 1-.75-.75Zm10.5 0a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-2.69l3.97 3.97a.75.75 0 1 1-1.06 1.06l-3.97-3.97v2.69a.75.75 0 0 1-1.5 0V15Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowsPointingInIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowsPointingOutIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowsPointingOutIcon.d.ts new file mode 100644 index 00000000..56f25889 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowsPointingOutIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowsPointingOutIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowsPointingOutIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowsPointingOutIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowsPointingOutIcon.js new file mode 100644 index 00000000..e565abb9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowsPointingOutIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowsPointingOutIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 3.75a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0V5.56l-3.97 3.97a.75.75 0 1 1-1.06-1.06l3.97-3.97h-2.69a.75.75 0 0 1-.75-.75Zm-12 0A.75.75 0 0 1 3.75 3h4.5a.75.75 0 0 1 0 1.5H5.56l3.97 3.97a.75.75 0 0 1-1.06 1.06L4.5 5.56v2.69a.75.75 0 0 1-1.5 0v-4.5Zm11.47 11.78a.75.75 0 1 1 1.06-1.06l3.97 3.97v-2.69a.75.75 0 0 1 1.5 0v4.5a.75.75 0 0 1-.75.75h-4.5a.75.75 0 0 1 0-1.5h2.69l-3.97-3.97Zm-4.94-1.06a.75.75 0 0 1 0 1.06L5.56 19.5h2.69a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75v-4.5a.75.75 0 0 1 1.5 0v2.69l3.97-3.97a.75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowsPointingOutIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowsRightLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowsRightLeftIcon.d.ts new file mode 100644 index 00000000..c92d4637 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowsRightLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowsRightLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowsRightLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowsRightLeftIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowsRightLeftIcon.js new file mode 100644 index 00000000..96dc8fc6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowsRightLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowsRightLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15.97 2.47a.75.75 0 0 1 1.06 0l4.5 4.5a.75.75 0 0 1 0 1.06l-4.5 4.5a.75.75 0 1 1-1.06-1.06l3.22-3.22H7.5a.75.75 0 0 1 0-1.5h11.69l-3.22-3.22a.75.75 0 0 1 0-1.06Zm-7.94 9a.75.75 0 0 1 0 1.06l-3.22 3.22H16.5a.75.75 0 0 1 0 1.5H4.81l3.22 3.22a.75.75 0 1 1-1.06 1.06l-4.5-4.5a.75.75 0 0 1 0-1.06l4.5-4.5a.75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowsRightLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowsUpDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowsUpDownIcon.d.ts new file mode 100644 index 00000000..f913ee96 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowsUpDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ArrowsUpDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ArrowsUpDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowsUpDownIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowsUpDownIcon.js new file mode 100644 index 00000000..3b4f5124 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ArrowsUpDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ArrowsUpDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6.97 2.47a.75.75 0 0 1 1.06 0l4.5 4.5a.75.75 0 0 1-1.06 1.06L8.25 4.81V16.5a.75.75 0 0 1-1.5 0V4.81L3.53 8.03a.75.75 0 0 1-1.06-1.06l4.5-4.5Zm9.53 4.28a.75.75 0 0 1 .75.75v11.69l3.22-3.22a.75.75 0 1 1 1.06 1.06l-4.5 4.5a.75.75 0 0 1-1.06 0l-4.5-4.5a.75.75 0 1 1 1.06-1.06l3.22 3.22V7.5a.75.75 0 0 1 .75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowsUpDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/AtSymbolIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/AtSymbolIcon.d.ts new file mode 100644 index 00000000..81c8736a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/AtSymbolIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const AtSymbolIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default AtSymbolIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/AtSymbolIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/AtSymbolIcon.js new file mode 100644 index 00000000..a1685578 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/AtSymbolIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function AtSymbolIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M17.834 6.166a8.25 8.25 0 1 0 0 11.668.75.75 0 0 1 1.06 1.06c-3.807 3.808-9.98 3.808-13.788 0-3.808-3.807-3.808-9.98 0-13.788 3.807-3.808 9.98-3.808 13.788 0A9.722 9.722 0 0 1 21.75 12c0 .975-.296 1.887-.809 2.571-.514.685-1.28 1.179-2.191 1.179-.904 0-1.666-.487-2.18-1.164a5.25 5.25 0 1 1-.82-6.26V8.25a.75.75 0 0 1 1.5 0V12c0 .682.208 1.27.509 1.671.3.401.659.579.991.579.332 0 .69-.178.991-.579.3-.4.509-.99.509-1.671a8.222 8.222 0 0 0-2.416-5.834ZM15.75 12a3.75 3.75 0 1 0-7.5 0 3.75 3.75 0 0 0 7.5 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(AtSymbolIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BackspaceIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/BackspaceIcon.d.ts new file mode 100644 index 00000000..11a6491c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BackspaceIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BackspaceIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BackspaceIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BackspaceIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/BackspaceIcon.js new file mode 100644 index 00000000..017c57c1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BackspaceIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function BackspaceIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.515 10.674a1.875 1.875 0 0 0 0 2.652L8.89 19.7c.352.351.829.549 1.326.549H19.5a3 3 0 0 0 3-3V6.75a3 3 0 0 0-3-3h-9.284c-.497 0-.974.198-1.326.55l-6.375 6.374ZM12.53 9.22a.75.75 0 1 0-1.06 1.06L13.19 12l-1.72 1.72a.75.75 0 1 0 1.06 1.06l1.72-1.72 1.72 1.72a.75.75 0 1 0 1.06-1.06L15.31 12l1.72-1.72a.75.75 0 1 0-1.06-1.06l-1.72 1.72-1.72-1.72Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BackspaceIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BackwardIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/BackwardIcon.d.ts new file mode 100644 index 00000000..b154df6b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BackwardIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BackwardIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BackwardIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BackwardIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/BackwardIcon.js new file mode 100644 index 00000000..05a4fd3b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BackwardIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function BackwardIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M9.195 18.44c1.25.714 2.805-.189 2.805-1.629v-2.34l6.945 3.968c1.25.715 2.805-.188 2.805-1.628V8.69c0-1.44-1.555-2.343-2.805-1.628L12 11.029v-2.34c0-1.44-1.555-2.343-2.805-1.628l-7.108 4.061c-1.26.72-1.26 2.536 0 3.256l7.108 4.061Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BackwardIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BanknotesIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/BanknotesIcon.d.ts new file mode 100644 index 00000000..2295d499 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BanknotesIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BanknotesIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BanknotesIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BanknotesIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/BanknotesIcon.js new file mode 100644 index 00000000..d6dfe337 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BanknotesIcon.js @@ -0,0 +1,28 @@ +import * as React from "react"; +function BanknotesIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M12 7.5a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.5 4.875C1.5 3.839 2.34 3 3.375 3h17.25c1.035 0 1.875.84 1.875 1.875v9.75c0 1.036-.84 1.875-1.875 1.875H3.375A1.875 1.875 0 0 1 1.5 14.625v-9.75ZM8.25 9.75a3.75 3.75 0 1 1 7.5 0 3.75 3.75 0 0 1-7.5 0ZM18.75 9a.75.75 0 0 0-.75.75v.008c0 .414.336.75.75.75h.008a.75.75 0 0 0 .75-.75V9.75a.75.75 0 0 0-.75-.75h-.008ZM4.5 9.75A.75.75 0 0 1 5.25 9h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75H5.25a.75.75 0 0 1-.75-.75V9.75Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M2.25 18a.75.75 0 0 0 0 1.5c5.4 0 10.63.722 15.6 2.075 1.19.324 2.4-.558 2.4-1.82V18.75a.75.75 0 0 0-.75-.75H2.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BanknotesIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/Bars2Icon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/Bars2Icon.d.ts new file mode 100644 index 00000000..f36a9586 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/Bars2Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars2Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars2Icon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/Bars2Icon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/Bars2Icon.js new file mode 100644 index 00000000..130b455d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/Bars2Icon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function Bars2Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 9a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 9Zm0 6.75a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars2Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/Bars3BottomLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/Bars3BottomLeftIcon.d.ts new file mode 100644 index 00000000..1183f870 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/Bars3BottomLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars3BottomLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars3BottomLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/Bars3BottomLeftIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/Bars3BottomLeftIcon.js new file mode 100644 index 00000000..b0fa8ae7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/Bars3BottomLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function Bars3BottomLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 6.75A.75.75 0 0 1 3.75 6h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 6.75ZM3 12a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 12Zm0 5.25a.75.75 0 0 1 .75-.75H12a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars3BottomLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/Bars3BottomRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/Bars3BottomRightIcon.d.ts new file mode 100644 index 00000000..633e9477 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/Bars3BottomRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars3BottomRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars3BottomRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/Bars3BottomRightIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/Bars3BottomRightIcon.js new file mode 100644 index 00000000..09aeadcb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/Bars3BottomRightIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function Bars3BottomRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 6.75A.75.75 0 0 1 3.75 6h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 6.75ZM3 12a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 12Zm8.25 5.25a.75.75 0 0 1 .75-.75h8.25a.75.75 0 0 1 0 1.5H12a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars3BottomRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/Bars3CenterLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/Bars3CenterLeftIcon.d.ts new file mode 100644 index 00000000..12d3ece6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/Bars3CenterLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars3CenterLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars3CenterLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/Bars3CenterLeftIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/Bars3CenterLeftIcon.js new file mode 100644 index 00000000..8685e89e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/Bars3CenterLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function Bars3CenterLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 6.75A.75.75 0 0 1 3.75 6h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 6.75ZM3 12a.75.75 0 0 1 .75-.75H12a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 12Zm0 5.25a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars3CenterLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/Bars3Icon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/Bars3Icon.d.ts new file mode 100644 index 00000000..64290021 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/Bars3Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars3Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars3Icon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/Bars3Icon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/Bars3Icon.js new file mode 100644 index 00000000..492a57b3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/Bars3Icon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function Bars3Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 6.75A.75.75 0 0 1 3.75 6h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 6.75ZM3 12a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 12Zm0 5.25a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars3Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/Bars4Icon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/Bars4Icon.d.ts new file mode 100644 index 00000000..83dbe1df --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/Bars4Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Bars4Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Bars4Icon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/Bars4Icon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/Bars4Icon.js new file mode 100644 index 00000000..67e84984 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/Bars4Icon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function Bars4Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 5.25a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 5.25Zm0 4.5A.75.75 0 0 1 3.75 9h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 9.75Zm0 4.5a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75Zm0 4.5a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Bars4Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BarsArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/BarsArrowDownIcon.d.ts new file mode 100644 index 00000000..40e8d73a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BarsArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BarsArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BarsArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BarsArrowDownIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/BarsArrowDownIcon.js new file mode 100644 index 00000000..ad023253 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BarsArrowDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function BarsArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.25 4.5A.75.75 0 0 1 3 3.75h14.25a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75Zm0 4.5A.75.75 0 0 1 3 8.25h9.75a.75.75 0 0 1 0 1.5H3A.75.75 0 0 1 2.25 9Zm15-.75A.75.75 0 0 1 18 9v10.19l2.47-2.47a.75.75 0 1 1 1.06 1.06l-3.75 3.75a.75.75 0 0 1-1.06 0l-3.75-3.75a.75.75 0 1 1 1.06-1.06l2.47 2.47V9a.75.75 0 0 1 .75-.75Zm-15 5.25a.75.75 0 0 1 .75-.75h9.75a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BarsArrowDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BarsArrowUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/BarsArrowUpIcon.d.ts new file mode 100644 index 00000000..c8b3b932 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BarsArrowUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BarsArrowUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BarsArrowUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BarsArrowUpIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/BarsArrowUpIcon.js new file mode 100644 index 00000000..dedde76d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BarsArrowUpIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function BarsArrowUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.25 4.5A.75.75 0 0 1 3 3.75h14.25a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75Zm14.47 3.97a.75.75 0 0 1 1.06 0l3.75 3.75a.75.75 0 1 1-1.06 1.06L18 10.81V21a.75.75 0 0 1-1.5 0V10.81l-2.47 2.47a.75.75 0 1 1-1.06-1.06l3.75-3.75ZM2.25 9A.75.75 0 0 1 3 8.25h9.75a.75.75 0 0 1 0 1.5H3A.75.75 0 0 1 2.25 9Zm0 4.5a.75.75 0 0 1 .75-.75h5.25a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BarsArrowUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/Battery0Icon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/Battery0Icon.d.ts new file mode 100644 index 00000000..45a9879f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/Battery0Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Battery0Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Battery0Icon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/Battery0Icon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/Battery0Icon.js new file mode 100644 index 00000000..632f03f4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/Battery0Icon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function Battery0Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M.75 9.75a3 3 0 0 1 3-3h15a3 3 0 0 1 3 3v.038c.856.173 1.5.93 1.5 1.837v2.25c0 .907-.644 1.664-1.5 1.838v.037a3 3 0 0 1-3 3h-15a3 3 0 0 1-3-3v-6Zm19.5 0a1.5 1.5 0 0 0-1.5-1.5h-15a1.5 1.5 0 0 0-1.5 1.5v6a1.5 1.5 0 0 0 1.5 1.5h15a1.5 1.5 0 0 0 1.5-1.5v-6Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Battery0Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/Battery100Icon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/Battery100Icon.d.ts new file mode 100644 index 00000000..5d0f04b2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/Battery100Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Battery100Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Battery100Icon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/Battery100Icon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/Battery100Icon.js new file mode 100644 index 00000000..e09cadce --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/Battery100Icon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function Battery100Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.75 6.75a3 3 0 0 0-3 3v6a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3v-.037c.856-.174 1.5-.93 1.5-1.838v-2.25c0-.907-.644-1.664-1.5-1.837V9.75a3 3 0 0 0-3-3h-15Zm15 1.5a1.5 1.5 0 0 1 1.5 1.5v6a1.5 1.5 0 0 1-1.5 1.5h-15a1.5 1.5 0 0 1-1.5-1.5v-6a1.5 1.5 0 0 1 1.5-1.5h15ZM4.5 9.75a.75.75 0 0 0-.75.75V15c0 .414.336.75.75.75H18a.75.75 0 0 0 .75-.75v-4.5a.75.75 0 0 0-.75-.75H4.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Battery100Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/Battery50Icon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/Battery50Icon.d.ts new file mode 100644 index 00000000..26713176 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/Battery50Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Battery50Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Battery50Icon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/Battery50Icon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/Battery50Icon.js new file mode 100644 index 00000000..d4be6899 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/Battery50Icon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function Battery50Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4.5 9.75a.75.75 0 0 0-.75.75V15c0 .414.336.75.75.75h6.75A.75.75 0 0 0 12 15v-4.5a.75.75 0 0 0-.75-.75H4.5Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.75 6.75a3 3 0 0 0-3 3v6a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3v-.037c.856-.174 1.5-.93 1.5-1.838v-2.25c0-.907-.644-1.664-1.5-1.837V9.75a3 3 0 0 0-3-3h-15Zm15 1.5a1.5 1.5 0 0 1 1.5 1.5v6a1.5 1.5 0 0 1-1.5 1.5h-15a1.5 1.5 0 0 1-1.5-1.5v-6a1.5 1.5 0 0 1 1.5-1.5h15Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Battery50Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BeakerIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/BeakerIcon.d.ts new file mode 100644 index 00000000..f2fdcedf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BeakerIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BeakerIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BeakerIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BeakerIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/BeakerIcon.js new file mode 100644 index 00000000..03a5fda4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BeakerIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function BeakerIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10.5 3.798v5.02a3 3 0 0 1-.879 2.121l-2.377 2.377a9.845 9.845 0 0 1 5.091 1.013 8.315 8.315 0 0 0 5.713.636l.285-.071-3.954-3.955a3 3 0 0 1-.879-2.121v-5.02a23.614 23.614 0 0 0-3 0Zm4.5.138a.75.75 0 0 0 .093-1.495A24.837 24.837 0 0 0 12 2.25a25.048 25.048 0 0 0-3.093.191A.75.75 0 0 0 9 3.936v4.882a1.5 1.5 0 0 1-.44 1.06l-6.293 6.294c-1.62 1.621-.903 4.475 1.471 4.88 2.686.46 5.447.698 8.262.698 2.816 0 5.576-.239 8.262-.697 2.373-.406 3.092-3.26 1.47-4.881L15.44 9.879A1.5 1.5 0 0 1 15 8.818V3.936Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BeakerIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BellAlertIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/BellAlertIcon.d.ts new file mode 100644 index 00000000..8d5d773d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BellAlertIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BellAlertIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BellAlertIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BellAlertIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/BellAlertIcon.js new file mode 100644 index 00000000..acb6ea09 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BellAlertIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function BellAlertIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5.85 3.5a.75.75 0 0 0-1.117-1 9.719 9.719 0 0 0-2.348 4.876.75.75 0 0 0 1.479.248A8.219 8.219 0 0 1 5.85 3.5ZM19.267 2.5a.75.75 0 1 0-1.118 1 8.22 8.22 0 0 1 1.987 4.124.75.75 0 0 0 1.48-.248A9.72 9.72 0 0 0 19.266 2.5Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25A6.75 6.75 0 0 0 5.25 9v.75a8.217 8.217 0 0 1-2.119 5.52.75.75 0 0 0 .298 1.206c1.544.57 3.16.99 4.831 1.243a3.75 3.75 0 1 0 7.48 0 24.583 24.583 0 0 0 4.83-1.244.75.75 0 0 0 .298-1.205 8.217 8.217 0 0 1-2.118-5.52V9A6.75 6.75 0 0 0 12 2.25ZM9.75 18c0-.034 0-.067.002-.1a25.05 25.05 0 0 0 4.496 0l.002.1a2.25 2.25 0 1 1-4.5 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BellAlertIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BellIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/BellIcon.d.ts new file mode 100644 index 00000000..5d58b3d3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BellIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BellIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BellIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BellIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/BellIcon.js new file mode 100644 index 00000000..d3ac9794 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BellIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function BellIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.25 9a6.75 6.75 0 0 1 13.5 0v.75c0 2.123.8 4.057 2.118 5.52a.75.75 0 0 1-.297 1.206c-1.544.57-3.16.99-4.831 1.243a3.75 3.75 0 1 1-7.48 0 24.585 24.585 0 0 1-4.831-1.244.75.75 0 0 1-.298-1.205A8.217 8.217 0 0 0 5.25 9.75V9Zm4.502 8.9a2.25 2.25 0 1 0 4.496 0 25.057 25.057 0 0 1-4.496 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BellIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BellSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/BellSlashIcon.d.ts new file mode 100644 index 00000000..9b9002cd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BellSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BellSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BellSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BellSlashIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/BellSlashIcon.js new file mode 100644 index 00000000..3c541fc7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BellSlashIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function BellSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.53 2.47a.75.75 0 0 0-1.06 1.06l18 18a.75.75 0 1 0 1.06-1.06l-18-18ZM20.57 16.476c-.223.082-.448.161-.674.238L7.319 4.137A6.75 6.75 0 0 1 18.75 9v.75c0 2.123.8 4.057 2.118 5.52a.75.75 0 0 1-.297 1.206Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.25 9c0-.184.007-.366.022-.546l10.384 10.384a3.751 3.751 0 0 1-7.396-1.119 24.585 24.585 0 0 1-4.831-1.244.75.75 0 0 1-.298-1.205A8.217 8.217 0 0 0 5.25 9.75V9Zm4.502 8.9a2.25 2.25 0 1 0 4.496 0 25.057 25.057 0 0 1-4.496 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BellSlashIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BellSnoozeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/BellSnoozeIcon.d.ts new file mode 100644 index 00000000..bb97a302 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BellSnoozeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BellSnoozeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BellSnoozeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BellSnoozeIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/BellSnoozeIcon.js new file mode 100644 index 00000000..b0317a25 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BellSnoozeIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function BellSnoozeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25A6.75 6.75 0 0 0 5.25 9v.75a8.217 8.217 0 0 1-2.119 5.52.75.75 0 0 0 .298 1.206c1.544.57 3.16.99 4.831 1.243a3.75 3.75 0 1 0 7.48 0 24.583 24.583 0 0 0 4.83-1.244.75.75 0 0 0 .298-1.205 8.217 8.217 0 0 1-2.118-5.52V9A6.75 6.75 0 0 0 12 2.25ZM9.75 18c0-.034 0-.067.002-.1a25.05 25.05 0 0 0 4.496 0l.002.1a2.25 2.25 0 1 1-4.5 0Zm.75-10.5a.75.75 0 0 0 0 1.5h1.599l-2.223 3.334A.75.75 0 0 0 10.5 13.5h3a.75.75 0 0 0 0-1.5h-1.599l2.223-3.334A.75.75 0 0 0 13.5 7.5h-3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BellSnoozeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BoldIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/BoldIcon.d.ts new file mode 100644 index 00000000..e90cc8ef --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BoldIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BoldIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BoldIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BoldIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/BoldIcon.js new file mode 100644 index 00000000..48c38c52 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BoldIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function BoldIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.246 3.744a.75.75 0 0 1 .75-.75h7.125a4.875 4.875 0 0 1 3.346 8.422 5.25 5.25 0 0 1-2.97 9.58h-7.5a.75.75 0 0 1-.75-.75V3.744Zm7.125 6.75a2.625 2.625 0 0 0 0-5.25H8.246v5.25h4.125Zm-4.125 2.251v6h4.5a3 3 0 0 0 0-6h-4.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BoldIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BoltIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/BoltIcon.d.ts new file mode 100644 index 00000000..93704fbe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BoltIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BoltIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BoltIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BoltIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/BoltIcon.js new file mode 100644 index 00000000..f049a063 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BoltIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function BoltIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M14.615 1.595a.75.75 0 0 1 .359.852L12.982 9.75h7.268a.75.75 0 0 1 .548 1.262l-10.5 11.25a.75.75 0 0 1-1.272-.71l1.992-7.302H3.75a.75.75 0 0 1-.548-1.262l10.5-11.25a.75.75 0 0 1 .913-.143Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BoltIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BoltSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/BoltSlashIcon.d.ts new file mode 100644 index 00000000..d7db7c0d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BoltSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BoltSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BoltSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BoltSlashIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/BoltSlashIcon.js new file mode 100644 index 00000000..59090f93 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BoltSlashIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function BoltSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "m20.798 11.012-3.188 3.416L9.462 6.28l4.24-4.542a.75.75 0 0 1 1.272.71L12.982 9.75h7.268a.75.75 0 0 1 .548 1.262ZM3.202 12.988 6.39 9.572l8.148 8.148-4.24 4.542a.75.75 0 0 1-1.272-.71l1.992-7.302H3.75a.75.75 0 0 1-.548-1.262ZM3.53 2.47a.75.75 0 0 0-1.06 1.06l18 18a.75.75 0 1 0 1.06-1.06l-18-18Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BoltSlashIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BookOpenIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/BookOpenIcon.d.ts new file mode 100644 index 00000000..11702953 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BookOpenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BookOpenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BookOpenIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BookOpenIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/BookOpenIcon.js new file mode 100644 index 00000000..3ae68779 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BookOpenIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function BookOpenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M11.25 4.533A9.707 9.707 0 0 0 6 3a9.735 9.735 0 0 0-3.25.555.75.75 0 0 0-.5.707v14.25a.75.75 0 0 0 1 .707A8.237 8.237 0 0 1 6 18.75c1.995 0 3.823.707 5.25 1.886V4.533ZM12.75 20.636A8.214 8.214 0 0 1 18 18.75c.966 0 1.89.166 2.75.47a.75.75 0 0 0 1-.708V4.262a.75.75 0 0 0-.5-.707A9.735 9.735 0 0 0 18 3a9.707 9.707 0 0 0-5.25 1.533v16.103Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BookOpenIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BookmarkIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/BookmarkIcon.d.ts new file mode 100644 index 00000000..53b465da --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BookmarkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BookmarkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BookmarkIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BookmarkIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/BookmarkIcon.js new file mode 100644 index 00000000..22471f0a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BookmarkIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function BookmarkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6.32 2.577a49.255 49.255 0 0 1 11.36 0c1.497.174 2.57 1.46 2.57 2.93V21a.75.75 0 0 1-1.085.67L12 18.089l-7.165 3.583A.75.75 0 0 1 3.75 21V5.507c0-1.47 1.073-2.756 2.57-2.93Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BookmarkIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BookmarkSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/BookmarkSlashIcon.d.ts new file mode 100644 index 00000000..5ff3a4c6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BookmarkSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BookmarkSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BookmarkSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BookmarkSlashIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/BookmarkSlashIcon.js new file mode 100644 index 00000000..04cb8f0b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BookmarkSlashIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function BookmarkSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.53 2.47a.75.75 0 0 0-1.06 1.06l18 18a.75.75 0 1 0 1.06-1.06l-18-18ZM20.25 5.507v11.561L5.853 2.671c.15-.043.306-.075.467-.094a49.255 49.255 0 0 1 11.36 0c1.497.174 2.57 1.46 2.57 2.93ZM3.75 21V6.932l14.063 14.063L12 18.088l-7.165 3.583A.75.75 0 0 1 3.75 21Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BookmarkSlashIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BookmarkSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/BookmarkSquareIcon.d.ts new file mode 100644 index 00000000..0f2977b3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BookmarkSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BookmarkSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BookmarkSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BookmarkSquareIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/BookmarkSquareIcon.js new file mode 100644 index 00000000..6c97c4af --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BookmarkSquareIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function BookmarkSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3H6Zm1.5 1.5a.75.75 0 0 0-.75.75V16.5a.75.75 0 0 0 1.085.67L12 15.089l4.165 2.083a.75.75 0 0 0 1.085-.671V5.25a.75.75 0 0 0-.75-.75h-9Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BookmarkSquareIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BriefcaseIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/BriefcaseIcon.d.ts new file mode 100644 index 00000000..b082422e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BriefcaseIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BriefcaseIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BriefcaseIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BriefcaseIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/BriefcaseIcon.js new file mode 100644 index 00000000..bdacda9a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BriefcaseIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function BriefcaseIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.5 5.25a3 3 0 0 1 3-3h3a3 3 0 0 1 3 3v.205c.933.085 1.857.197 2.774.334 1.454.218 2.476 1.483 2.476 2.917v3.033c0 1.211-.734 2.352-1.936 2.752A24.726 24.726 0 0 1 12 15.75c-2.73 0-5.357-.442-7.814-1.259-1.202-.4-1.936-1.541-1.936-2.752V8.706c0-1.434 1.022-2.7 2.476-2.917A48.814 48.814 0 0 1 7.5 5.455V5.25Zm7.5 0v.09a49.488 49.488 0 0 0-6 0v-.09a1.5 1.5 0 0 1 1.5-1.5h3a1.5 1.5 0 0 1 1.5 1.5Zm-3 8.25a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M3 18.4v-2.796a4.3 4.3 0 0 0 .713.31A26.226 26.226 0 0 0 12 17.25c2.892 0 5.68-.468 8.287-1.335.252-.084.49-.189.713-.311V18.4c0 1.452-1.047 2.728-2.523 2.923-2.12.282-4.282.427-6.477.427a49.19 49.19 0 0 1-6.477-.427C4.047 21.128 3 19.852 3 18.4Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BriefcaseIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BugAntIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/BugAntIcon.d.ts new file mode 100644 index 00000000..1514ca9d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BugAntIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BugAntIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BugAntIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BugAntIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/BugAntIcon.js new file mode 100644 index 00000000..8103ce81 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BugAntIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function BugAntIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8.478 1.6a.75.75 0 0 1 .273 1.026 3.72 3.72 0 0 0-.425 1.121c.058.058.118.114.18.168A4.491 4.491 0 0 1 12 2.25c1.413 0 2.673.651 3.497 1.668.06-.054.12-.11.178-.167a3.717 3.717 0 0 0-.426-1.125.75.75 0 1 1 1.298-.752 5.22 5.22 0 0 1 .671 2.046.75.75 0 0 1-.187.582c-.241.27-.505.52-.787.749a4.494 4.494 0 0 1 .216 2.1c-.106.792-.753 1.295-1.417 1.403-.182.03-.364.057-.547.081.152.227.273.476.359.742a23.122 23.122 0 0 0 3.832-.803 23.241 23.241 0 0 0-.345-2.634.75.75 0 0 1 1.474-.28c.21 1.115.348 2.256.404 3.418a.75.75 0 0 1-.516.75c-1.527.499-3.119.854-4.76 1.049-.074.38-.22.735-.423 1.05 2.066.209 4.058.672 5.943 1.358a.75.75 0 0 1 .492.75 24.665 24.665 0 0 1-1.189 6.25.75.75 0 0 1-1.425-.47 23.14 23.14 0 0 0 1.077-5.306c-.5-.169-1.009-.32-1.524-.455.068.234.104.484.104.746 0 3.956-2.521 7.5-6 7.5-3.478 0-6-3.544-6-7.5 0-.262.037-.511.104-.746-.514.135-1.022.286-1.522.455.154 1.838.52 3.616 1.077 5.307a.75.75 0 1 1-1.425.468 24.662 24.662 0 0 1-1.19-6.25.75.75 0 0 1 .493-.749 24.586 24.586 0 0 1 4.964-1.24h.01c.321-.046.644-.085.969-.118a2.983 2.983 0 0 1-.424-1.05 24.614 24.614 0 0 1-4.76-1.05.75.75 0 0 1-.516-.75c.057-1.16.194-2.302.405-3.417a.75.75 0 0 1 1.474.28c-.164.862-.28 1.74-.345 2.634 1.237.371 2.517.642 3.832.803.085-.266.207-.515.359-.742a18.698 18.698 0 0 1-.547-.08c-.664-.11-1.311-.612-1.417-1.404a4.535 4.535 0 0 1 .217-2.103 6.788 6.788 0 0 1-.788-.751.75.75 0 0 1-.187-.583 5.22 5.22 0 0 1 .67-2.04.75.75 0 0 1 1.026-.273Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BugAntIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BuildingLibraryIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/BuildingLibraryIcon.d.ts new file mode 100644 index 00000000..3e31a801 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BuildingLibraryIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BuildingLibraryIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BuildingLibraryIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BuildingLibraryIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/BuildingLibraryIcon.js new file mode 100644 index 00000000..a96186e1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BuildingLibraryIcon.js @@ -0,0 +1,28 @@ +import * as React from "react"; +function BuildingLibraryIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M11.584 2.376a.75.75 0 0 1 .832 0l9 6a.75.75 0 1 1-.832 1.248L12 3.901 3.416 9.624a.75.75 0 0 1-.832-1.248l9-6Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M20.25 10.332v9.918H21a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1 0-1.5h.75v-9.918a.75.75 0 0 1 .634-.74A49.109 49.109 0 0 1 12 9c2.59 0 5.134.202 7.616.592a.75.75 0 0 1 .634.74Zm-7.5 2.418a.75.75 0 0 0-1.5 0v6.75a.75.75 0 0 0 1.5 0v-6.75Zm3-.75a.75.75 0 0 1 .75.75v6.75a.75.75 0 0 1-1.5 0v-6.75a.75.75 0 0 1 .75-.75ZM9 12.75a.75.75 0 0 0-1.5 0v6.75a.75.75 0 0 0 1.5 0v-6.75Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M12 7.875a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BuildingLibraryIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BuildingOffice2Icon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/BuildingOffice2Icon.d.ts new file mode 100644 index 00000000..656d4baa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BuildingOffice2Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BuildingOffice2Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BuildingOffice2Icon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BuildingOffice2Icon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/BuildingOffice2Icon.js new file mode 100644 index 00000000..ef564b9d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BuildingOffice2Icon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function BuildingOffice2Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 2.25a.75.75 0 0 0 0 1.5v16.5h-.75a.75.75 0 0 0 0 1.5H15v-18a.75.75 0 0 0 0-1.5H3ZM6.75 19.5v-2.25a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 .75.75v2.25a.75.75 0 0 1-.75.75h-3a.75.75 0 0 1-.75-.75ZM6 6.75A.75.75 0 0 1 6.75 6h.75a.75.75 0 0 1 0 1.5h-.75A.75.75 0 0 1 6 6.75ZM6.75 9a.75.75 0 0 0 0 1.5h.75a.75.75 0 0 0 0-1.5h-.75ZM6 12.75a.75.75 0 0 1 .75-.75h.75a.75.75 0 0 1 0 1.5h-.75a.75.75 0 0 1-.75-.75ZM10.5 6a.75.75 0 0 0 0 1.5h.75a.75.75 0 0 0 0-1.5h-.75Zm-.75 3.75A.75.75 0 0 1 10.5 9h.75a.75.75 0 0 1 0 1.5h-.75a.75.75 0 0 1-.75-.75ZM10.5 12a.75.75 0 0 0 0 1.5h.75a.75.75 0 0 0 0-1.5h-.75ZM16.5 6.75v15h5.25a.75.75 0 0 0 0-1.5H21v-12a.75.75 0 0 0 0-1.5h-4.5Zm1.5 4.5a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75h-.008a.75.75 0 0 1-.75-.75v-.008Zm.75 2.25a.75.75 0 0 0-.75.75v.008c0 .414.336.75.75.75h.008a.75.75 0 0 0 .75-.75v-.008a.75.75 0 0 0-.75-.75h-.008ZM18 17.25a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75h-.008a.75.75 0 0 1-.75-.75v-.008Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BuildingOffice2Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BuildingOfficeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/BuildingOfficeIcon.d.ts new file mode 100644 index 00000000..8a8012fc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BuildingOfficeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BuildingOfficeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BuildingOfficeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BuildingOfficeIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/BuildingOfficeIcon.js new file mode 100644 index 00000000..4e01a49a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BuildingOfficeIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function BuildingOfficeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 2.25a.75.75 0 0 0 0 1.5v16.5h-.75a.75.75 0 0 0 0 1.5h16.5a.75.75 0 0 0 0-1.5h-.75V3.75a.75.75 0 0 0 0-1.5h-15ZM9 6a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5H9Zm-.75 3.75A.75.75 0 0 1 9 9h1.5a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1-.75-.75ZM9 12a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5H9Zm3.75-5.25A.75.75 0 0 1 13.5 6H15a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1-.75-.75ZM13.5 9a.75.75 0 0 0 0 1.5H15A.75.75 0 0 0 15 9h-1.5Zm-.75 3.75a.75.75 0 0 1 .75-.75H15a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1-.75-.75ZM9 19.5v-2.25a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 .75.75v2.25a.75.75 0 0 1-.75.75h-4.5A.75.75 0 0 1 9 19.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BuildingOfficeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BuildingStorefrontIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/BuildingStorefrontIcon.d.ts new file mode 100644 index 00000000..34e2ecce --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BuildingStorefrontIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const BuildingStorefrontIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default BuildingStorefrontIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/BuildingStorefrontIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/BuildingStorefrontIcon.js new file mode 100644 index 00000000..ead1321f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/BuildingStorefrontIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function BuildingStorefrontIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5.223 2.25c-.497 0-.974.198-1.325.55l-1.3 1.298A3.75 3.75 0 0 0 7.5 9.75c.627.47 1.406.75 2.25.75.844 0 1.624-.28 2.25-.75.626.47 1.406.75 2.25.75.844 0 1.623-.28 2.25-.75a3.75 3.75 0 0 0 4.902-5.652l-1.3-1.299a1.875 1.875 0 0 0-1.325-.549H5.223Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 20.25v-8.755c1.42.674 3.08.673 4.5 0A5.234 5.234 0 0 0 9.75 12c.804 0 1.568-.182 2.25-.506a5.234 5.234 0 0 0 2.25.506c.804 0 1.567-.182 2.25-.506 1.42.674 3.08.675 4.5.001v8.755h.75a.75.75 0 0 1 0 1.5H2.25a.75.75 0 0 1 0-1.5H3Zm3-6a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 .75.75v3a.75.75 0 0 1-.75.75h-3a.75.75 0 0 1-.75-.75v-3Zm8.25-.75a.75.75 0 0 0-.75.75v5.25c0 .414.336.75.75.75h3a.75.75 0 0 0 .75-.75v-5.25a.75.75 0 0 0-.75-.75h-3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(BuildingStorefrontIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CakeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/CakeIcon.d.ts new file mode 100644 index 00000000..d53a3f3c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CakeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CakeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CakeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CakeIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/CakeIcon.js new file mode 100644 index 00000000..eb623485 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CakeIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function CakeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "m15 1.784-.796.795a1.125 1.125 0 1 0 1.591 0L15 1.784ZM12 1.784l-.796.795a1.125 1.125 0 1 0 1.591 0L12 1.784ZM9 1.784l-.796.795a1.125 1.125 0 1 0 1.591 0L9 1.784ZM9.75 7.547c.498-.021.998-.035 1.5-.042V6.75a.75.75 0 0 1 1.5 0v.755c.502.007 1.002.021 1.5.042V6.75a.75.75 0 0 1 1.5 0v.88l.307.022c1.55.117 2.693 1.427 2.693 2.946v1.018a62.182 62.182 0 0 0-13.5 0v-1.018c0-1.519 1.143-2.829 2.693-2.946l.307-.022v-.88a.75.75 0 0 1 1.5 0v.797ZM12 12.75c-2.472 0-4.9.184-7.274.54-1.454.217-2.476 1.482-2.476 2.916v.384a4.104 4.104 0 0 1 2.585.364 2.605 2.605 0 0 0 2.33 0 4.104 4.104 0 0 1 3.67 0 2.605 2.605 0 0 0 2.33 0 4.104 4.104 0 0 1 3.67 0 2.605 2.605 0 0 0 2.33 0 4.104 4.104 0 0 1 2.585-.364v-.384c0-1.434-1.022-2.7-2.476-2.917A49.138 49.138 0 0 0 12 12.75ZM21.75 18.131a2.604 2.604 0 0 0-1.915.165 4.104 4.104 0 0 1-3.67 0 2.605 2.605 0 0 0-2.33 0 4.104 4.104 0 0 1-3.67 0 2.605 2.605 0 0 0-2.33 0 4.104 4.104 0 0 1-3.67 0 2.604 2.604 0 0 0-1.915-.165v2.494c0 1.035.84 1.875 1.875 1.875h15.75c1.035 0 1.875-.84 1.875-1.875v-2.494Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CakeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CalculatorIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/CalculatorIcon.d.ts new file mode 100644 index 00000000..6dd88acf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CalculatorIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CalculatorIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CalculatorIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CalculatorIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/CalculatorIcon.js new file mode 100644 index 00000000..dd311d4c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CalculatorIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CalculatorIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6.32 1.827a49.255 49.255 0 0 1 11.36 0c1.497.174 2.57 1.46 2.57 2.93V19.5a3 3 0 0 1-3 3H6.75a3 3 0 0 1-3-3V4.757c0-1.47 1.073-2.756 2.57-2.93ZM7.5 11.25a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75H8.25a.75.75 0 0 1-.75-.75v-.008Zm.75 1.5a.75.75 0 0 0-.75.75v.008c0 .414.336.75.75.75h.008a.75.75 0 0 0 .75-.75V13.5a.75.75 0 0 0-.75-.75H8.25Zm-.75 3a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75H8.25a.75.75 0 0 1-.75-.75v-.008Zm.75 1.5a.75.75 0 0 0-.75.75v.008c0 .414.336.75.75.75h.008a.75.75 0 0 0 .75-.75V18a.75.75 0 0 0-.75-.75H8.25Zm1.748-6a.75.75 0 0 1 .75-.75h.007a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75h-.007a.75.75 0 0 1-.75-.75v-.008Zm.75 1.5a.75.75 0 0 0-.75.75v.008c0 .414.335.75.75.75h.007a.75.75 0 0 0 .75-.75V13.5a.75.75 0 0 0-.75-.75h-.007Zm-.75 3a.75.75 0 0 1 .75-.75h.007a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75h-.007a.75.75 0 0 1-.75-.75v-.008Zm.75 1.5a.75.75 0 0 0-.75.75v.008c0 .414.335.75.75.75h.007a.75.75 0 0 0 .75-.75V18a.75.75 0 0 0-.75-.75h-.007Zm1.754-6a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75h-.008a.75.75 0 0 1-.75-.75v-.008Zm.75 1.5a.75.75 0 0 0-.75.75v.008c0 .414.336.75.75.75h.008a.75.75 0 0 0 .75-.75V13.5a.75.75 0 0 0-.75-.75h-.008Zm-.75 3a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75h-.008a.75.75 0 0 1-.75-.75v-.008Zm.75 1.5a.75.75 0 0 0-.75.75v.008c0 .414.336.75.75.75h.008a.75.75 0 0 0 .75-.75V18a.75.75 0 0 0-.75-.75h-.008Zm1.748-6a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75h-.008a.75.75 0 0 1-.75-.75v-.008Zm.75 1.5a.75.75 0 0 0-.75.75v.008c0 .414.336.75.75.75h.008a.75.75 0 0 0 .75-.75V13.5a.75.75 0 0 0-.75-.75h-.008Zm-8.25-6A.75.75 0 0 1 8.25 6h7.5a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-7.5a.75.75 0 0 1-.75-.75v-.75Zm9 9a.75.75 0 0 0-1.5 0V18a.75.75 0 0 0 1.5 0v-2.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CalculatorIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CalendarDateRangeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/CalendarDateRangeIcon.d.ts new file mode 100644 index 00000000..c20998eb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CalendarDateRangeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CalendarDateRangeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CalendarDateRangeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CalendarDateRangeIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/CalendarDateRangeIcon.js new file mode 100644 index 00000000..0196e634 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CalendarDateRangeIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CalendarDateRangeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M12 11.993a.75.75 0 0 0-.75.75v.006c0 .414.336.75.75.75h.006a.75.75 0 0 0 .75-.75v-.006a.75.75 0 0 0-.75-.75H12ZM12 16.494a.75.75 0 0 0-.75.75v.005c0 .414.335.75.75.75h.005a.75.75 0 0 0 .75-.75v-.005a.75.75 0 0 0-.75-.75H12ZM8.999 17.244a.75.75 0 0 1 .75-.75h.006a.75.75 0 0 1 .75.75v.006a.75.75 0 0 1-.75.75h-.006a.75.75 0 0 1-.75-.75v-.006ZM7.499 16.494a.75.75 0 0 0-.75.75v.005c0 .414.336.75.75.75h.005a.75.75 0 0 0 .75-.75v-.005a.75.75 0 0 0-.75-.75H7.5ZM13.499 14.997a.75.75 0 0 1 .75-.75h.006a.75.75 0 0 1 .75.75v.005a.75.75 0 0 1-.75.75h-.006a.75.75 0 0 1-.75-.75v-.005ZM14.25 16.494a.75.75 0 0 0-.75.75v.006c0 .414.335.75.75.75h.005a.75.75 0 0 0 .75-.75v-.006a.75.75 0 0 0-.75-.75h-.005ZM15.75 14.995a.75.75 0 0 1 .75-.75h.005a.75.75 0 0 1 .75.75v.006a.75.75 0 0 1-.75.75H16.5a.75.75 0 0 1-.75-.75v-.006ZM13.498 12.743a.75.75 0 0 1 .75-.75h2.25a.75.75 0 1 1 0 1.5h-2.25a.75.75 0 0 1-.75-.75ZM6.748 14.993a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M18 2.993a.75.75 0 0 0-1.5 0v1.5h-9V2.994a.75.75 0 1 0-1.5 0v1.497h-.752a3 3 0 0 0-3 3v11.252a3 3 0 0 0 3 3h13.5a3 3 0 0 0 3-3V7.492a3 3 0 0 0-3-3H18V2.993ZM3.748 18.743v-7.5a1.5 1.5 0 0 1 1.5-1.5h13.5a1.5 1.5 0 0 1 1.5 1.5v7.5a1.5 1.5 0 0 1-1.5 1.5h-13.5a1.5 1.5 0 0 1-1.5-1.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CalendarDateRangeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CalendarDaysIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/CalendarDaysIcon.d.ts new file mode 100644 index 00000000..11743d57 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CalendarDaysIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CalendarDaysIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CalendarDaysIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CalendarDaysIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/CalendarDaysIcon.js new file mode 100644 index 00000000..84455026 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CalendarDaysIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CalendarDaysIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M12.75 12.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM7.5 15.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5ZM8.25 17.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM9.75 15.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5ZM10.5 17.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM12 15.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5ZM12.75 17.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM14.25 15.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5ZM15 17.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM16.5 15.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5ZM15 12.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM16.5 13.5a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6.75 2.25A.75.75 0 0 1 7.5 3v1.5h9V3A.75.75 0 0 1 18 3v1.5h.75a3 3 0 0 1 3 3v11.25a3 3 0 0 1-3 3H5.25a3 3 0 0 1-3-3V7.5a3 3 0 0 1 3-3H6V3a.75.75 0 0 1 .75-.75Zm13.5 9a1.5 1.5 0 0 0-1.5-1.5H5.25a1.5 1.5 0 0 0-1.5 1.5v7.5a1.5 1.5 0 0 0 1.5 1.5h13.5a1.5 1.5 0 0 0 1.5-1.5v-7.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CalendarDaysIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CalendarIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/CalendarIcon.d.ts new file mode 100644 index 00000000..8c2fbb86 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CalendarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CalendarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CalendarIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CalendarIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/CalendarIcon.js new file mode 100644 index 00000000..9a5e188e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CalendarIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CalendarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6.75 2.25A.75.75 0 0 1 7.5 3v1.5h9V3A.75.75 0 0 1 18 3v1.5h.75a3 3 0 0 1 3 3v11.25a3 3 0 0 1-3 3H5.25a3 3 0 0 1-3-3V7.5a3 3 0 0 1 3-3H6V3a.75.75 0 0 1 .75-.75Zm13.5 9a1.5 1.5 0 0 0-1.5-1.5H5.25a1.5 1.5 0 0 0-1.5 1.5v7.5a1.5 1.5 0 0 0 1.5 1.5h13.5a1.5 1.5 0 0 0 1.5-1.5v-7.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CalendarIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CameraIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/CameraIcon.d.ts new file mode 100644 index 00000000..f04b065d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CameraIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CameraIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CameraIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CameraIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/CameraIcon.js new file mode 100644 index 00000000..e3a90058 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CameraIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CameraIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M12 9a3.75 3.75 0 1 0 0 7.5A3.75 3.75 0 0 0 12 9Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.344 3.071a49.52 49.52 0 0 1 5.312 0c.967.052 1.83.585 2.332 1.39l.821 1.317c.24.383.645.643 1.11.71.386.054.77.113 1.152.177 1.432.239 2.429 1.493 2.429 2.909V18a3 3 0 0 1-3 3h-15a3 3 0 0 1-3-3V9.574c0-1.416.997-2.67 2.429-2.909.382-.064.766-.123 1.151-.178a1.56 1.56 0 0 0 1.11-.71l.822-1.315a2.942 2.942 0 0 1 2.332-1.39ZM6.75 12.75a5.25 5.25 0 1 1 10.5 0 5.25 5.25 0 0 1-10.5 0Zm12-1.5a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CameraIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ChartBarIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ChartBarIcon.d.ts new file mode 100644 index 00000000..00d13e4f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ChartBarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChartBarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChartBarIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ChartBarIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ChartBarIcon.js new file mode 100644 index 00000000..e94e5810 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ChartBarIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function ChartBarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M18.375 2.25c-1.035 0-1.875.84-1.875 1.875v15.75c0 1.035.84 1.875 1.875 1.875h.75c1.035 0 1.875-.84 1.875-1.875V4.125c0-1.036-.84-1.875-1.875-1.875h-.75ZM9.75 8.625c0-1.036.84-1.875 1.875-1.875h.75c1.036 0 1.875.84 1.875 1.875v11.25c0 1.035-.84 1.875-1.875 1.875h-.75a1.875 1.875 0 0 1-1.875-1.875V8.625ZM3 13.125c0-1.036.84-1.875 1.875-1.875h.75c1.036 0 1.875.84 1.875 1.875v6.75c0 1.035-.84 1.875-1.875 1.875h-.75A1.875 1.875 0 0 1 3 19.875v-6.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChartBarIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ChartBarSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ChartBarSquareIcon.d.ts new file mode 100644 index 00000000..dbdf6055 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ChartBarSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChartBarSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChartBarSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ChartBarSquareIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ChartBarSquareIcon.js new file mode 100644 index 00000000..add571f9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ChartBarSquareIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChartBarSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6Zm4.5 7.5a.75.75 0 0 1 .75.75v2.25a.75.75 0 0 1-1.5 0v-2.25a.75.75 0 0 1 .75-.75Zm3.75-1.5a.75.75 0 0 0-1.5 0v4.5a.75.75 0 0 0 1.5 0V12Zm2.25-3a.75.75 0 0 1 .75.75v6.75a.75.75 0 0 1-1.5 0V9.75A.75.75 0 0 1 13.5 9Zm3.75-1.5a.75.75 0 0 0-1.5 0v9a.75.75 0 0 0 1.5 0v-9Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChartBarSquareIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ChartPieIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ChartPieIcon.d.ts new file mode 100644 index 00000000..32f49130 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ChartPieIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChartPieIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChartPieIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ChartPieIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ChartPieIcon.js new file mode 100644 index 00000000..81bb68c5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ChartPieIcon.js @@ -0,0 +1,28 @@ +import * as React from "react"; +function ChartPieIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.25 13.5a8.25 8.25 0 0 1 8.25-8.25.75.75 0 0 1 .75.75v6.75H18a.75.75 0 0 1 .75.75 8.25 8.25 0 0 1-16.5 0Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12.75 3a.75.75 0 0 1 .75-.75 8.25 8.25 0 0 1 8.25 8.25.75.75 0 0 1-.75.75h-7.5a.75.75 0 0 1-.75-.75V3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChartPieIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleBottomCenterIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleBottomCenterIcon.d.ts new file mode 100644 index 00000000..a1b5e935 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleBottomCenterIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleBottomCenterIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleBottomCenterIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleBottomCenterIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleBottomCenterIcon.js new file mode 100644 index 00000000..31feb932 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleBottomCenterIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChatBubbleBottomCenterIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.848 2.771A49.144 49.144 0 0 1 12 2.25c2.43 0 4.817.178 7.152.52 1.978.292 3.348 2.024 3.348 3.97v6.02c0 1.946-1.37 3.678-3.348 3.97a48.901 48.901 0 0 1-3.476.383.39.39 0 0 0-.297.17l-2.755 4.133a.75.75 0 0 1-1.248 0l-2.755-4.133a.39.39 0 0 0-.297-.17 48.9 48.9 0 0 1-3.476-.384c-1.978-.29-3.348-2.024-3.348-3.97V6.741c0-1.946 1.37-3.68 3.348-3.97Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleBottomCenterIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleBottomCenterTextIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleBottomCenterTextIcon.d.ts new file mode 100644 index 00000000..063305b1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleBottomCenterTextIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleBottomCenterTextIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleBottomCenterTextIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleBottomCenterTextIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleBottomCenterTextIcon.js new file mode 100644 index 00000000..4bffeaf5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleBottomCenterTextIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChatBubbleBottomCenterTextIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.848 2.771A49.144 49.144 0 0 1 12 2.25c2.43 0 4.817.178 7.152.52 1.978.292 3.348 2.024 3.348 3.97v6.02c0 1.946-1.37 3.678-3.348 3.97a48.901 48.901 0 0 1-3.476.383.39.39 0 0 0-.297.17l-2.755 4.133a.75.75 0 0 1-1.248 0l-2.755-4.133a.39.39 0 0 0-.297-.17 48.9 48.9 0 0 1-3.476-.384c-1.978-.29-3.348-2.024-3.348-3.97V6.741c0-1.946 1.37-3.68 3.348-3.97ZM6.75 8.25a.75.75 0 0 1 .75-.75h9a.75.75 0 0 1 0 1.5h-9a.75.75 0 0 1-.75-.75Zm.75 2.25a.75.75 0 0 0 0 1.5H12a.75.75 0 0 0 0-1.5H7.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleBottomCenterTextIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleLeftEllipsisIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleLeftEllipsisIcon.d.ts new file mode 100644 index 00000000..a47610a1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleLeftEllipsisIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleLeftEllipsisIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleLeftEllipsisIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleLeftEllipsisIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleLeftEllipsisIcon.js new file mode 100644 index 00000000..3d52e95e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleLeftEllipsisIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChatBubbleLeftEllipsisIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-2.429 0-4.817.178-7.152.521C2.87 3.061 1.5 4.795 1.5 6.741v6.018c0 1.946 1.37 3.68 3.348 3.97.877.129 1.761.234 2.652.316V21a.75.75 0 0 0 1.28.53l4.184-4.183a.39.39 0 0 1 .266-.112c2.006-.05 3.982-.22 5.922-.506 1.978-.29 3.348-2.023 3.348-3.97V6.741c0-1.947-1.37-3.68-3.348-3.97A49.145 49.145 0 0 0 12 2.25ZM8.25 8.625a1.125 1.125 0 1 0 0 2.25 1.125 1.125 0 0 0 0-2.25Zm2.625 1.125a1.125 1.125 0 1 1 2.25 0 1.125 1.125 0 0 1-2.25 0Zm4.875-1.125a1.125 1.125 0 1 0 0 2.25 1.125 1.125 0 0 0 0-2.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleLeftEllipsisIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleLeftIcon.d.ts new file mode 100644 index 00000000..6cc3f428 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleLeftIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleLeftIcon.js new file mode 100644 index 00000000..d328b8fb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChatBubbleLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.848 2.771A49.144 49.144 0 0 1 12 2.25c2.43 0 4.817.178 7.152.52 1.978.292 3.348 2.024 3.348 3.97v6.02c0 1.946-1.37 3.678-3.348 3.97-1.94.284-3.916.455-5.922.505a.39.39 0 0 0-.266.112L8.78 21.53A.75.75 0 0 1 7.5 21v-3.955a48.842 48.842 0 0 1-2.652-.316c-1.978-.29-3.348-2.024-3.348-3.97V6.741c0-1.946 1.37-3.68 3.348-3.97Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleLeftRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleLeftRightIcon.d.ts new file mode 100644 index 00000000..0570c987 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleLeftRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleLeftRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleLeftRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleLeftRightIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleLeftRightIcon.js new file mode 100644 index 00000000..1f4386cd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleLeftRightIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChatBubbleLeftRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4.913 2.658c2.075-.27 4.19-.408 6.337-.408 2.147 0 4.262.139 6.337.408 1.922.25 3.291 1.861 3.405 3.727a4.403 4.403 0 0 0-1.032-.211 50.89 50.89 0 0 0-8.42 0c-2.358.196-4.04 2.19-4.04 4.434v4.286a4.47 4.47 0 0 0 2.433 3.984L7.28 21.53A.75.75 0 0 1 6 21v-4.03a48.527 48.527 0 0 1-1.087-.128C2.905 16.58 1.5 14.833 1.5 12.862V6.638c0-1.97 1.405-3.718 3.413-3.979Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M15.75 7.5c-1.376 0-2.739.057-4.086.169C10.124 7.797 9 9.103 9 10.609v4.285c0 1.507 1.128 2.814 2.67 2.94 1.243.102 2.5.157 3.768.165l2.782 2.781a.75.75 0 0 0 1.28-.53v-2.39l.33-.026c1.542-.125 2.67-1.433 2.67-2.94v-4.286c0-1.505-1.125-2.811-2.664-2.94A49.392 49.392 0 0 0 15.75 7.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleLeftRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleOvalLeftEllipsisIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleOvalLeftEllipsisIcon.d.ts new file mode 100644 index 00000000..fbdac0c6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleOvalLeftEllipsisIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleOvalLeftEllipsisIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleOvalLeftEllipsisIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleOvalLeftEllipsisIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleOvalLeftEllipsisIcon.js new file mode 100644 index 00000000..94b716a9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleOvalLeftEllipsisIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChatBubbleOvalLeftEllipsisIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.804 21.644A6.707 6.707 0 0 0 6 21.75a6.721 6.721 0 0 0 3.583-1.029c.774.182 1.584.279 2.417.279 5.322 0 9.75-3.97 9.75-9 0-5.03-4.428-9-9.75-9s-9.75 3.97-9.75 9c0 2.409 1.025 4.587 2.674 6.192.232.226.277.428.254.543a3.73 3.73 0 0 1-.814 1.686.75.75 0 0 0 .44 1.223ZM8.25 10.875a1.125 1.125 0 1 0 0 2.25 1.125 1.125 0 0 0 0-2.25ZM10.875 12a1.125 1.125 0 1 1 2.25 0 1.125 1.125 0 0 1-2.25 0Zm4.875-1.125a1.125 1.125 0 1 0 0 2.25 1.125 1.125 0 0 0 0-2.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleOvalLeftEllipsisIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleOvalLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleOvalLeftIcon.d.ts new file mode 100644 index 00000000..337b7ef5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleOvalLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChatBubbleOvalLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChatBubbleOvalLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleOvalLeftIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleOvalLeftIcon.js new file mode 100644 index 00000000..1cbe8c61 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ChatBubbleOvalLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChatBubbleOvalLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.337 21.718a6.707 6.707 0 0 1-.533-.074.75.75 0 0 1-.44-1.223 3.73 3.73 0 0 0 .814-1.686c.023-.115-.022-.317-.254-.543C3.274 16.587 2.25 14.41 2.25 12c0-5.03 4.428-9 9.75-9s9.75 3.97 9.75 9c0 5.03-4.428 9-9.75 9-.833 0-1.643-.097-2.417-.279a6.721 6.721 0 0 1-4.246.997Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleOvalLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CheckBadgeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/CheckBadgeIcon.d.ts new file mode 100644 index 00000000..986c9969 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CheckBadgeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CheckBadgeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CheckBadgeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CheckBadgeIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/CheckBadgeIcon.js new file mode 100644 index 00000000..b826ddeb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CheckBadgeIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CheckBadgeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8.603 3.799A4.49 4.49 0 0 1 12 2.25c1.357 0 2.573.6 3.397 1.549a4.49 4.49 0 0 1 3.498 1.307 4.491 4.491 0 0 1 1.307 3.497A4.49 4.49 0 0 1 21.75 12a4.49 4.49 0 0 1-1.549 3.397 4.491 4.491 0 0 1-1.307 3.497 4.491 4.491 0 0 1-3.497 1.307A4.49 4.49 0 0 1 12 21.75a4.49 4.49 0 0 1-3.397-1.549 4.49 4.49 0 0 1-3.498-1.306 4.491 4.491 0 0 1-1.307-3.498A4.49 4.49 0 0 1 2.25 12c0-1.357.6-2.573 1.549-3.397a4.49 4.49 0 0 1 1.307-3.497 4.49 4.49 0 0 1 3.497-1.307Zm7.007 6.387a.75.75 0 1 0-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.14-.094l3.75-5.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CheckBadgeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CheckCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/CheckCircleIcon.d.ts new file mode 100644 index 00000000..469518eb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CheckCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CheckCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CheckCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CheckCircleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/CheckCircleIcon.js new file mode 100644 index 00000000..321ec85d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CheckCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CheckCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm13.36-1.814a.75.75 0 1 0-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.14-.094l3.75-5.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CheckCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CheckIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/CheckIcon.d.ts new file mode 100644 index 00000000..b820cd99 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CheckIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CheckIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CheckIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CheckIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/CheckIcon.js new file mode 100644 index 00000000..b57fd71c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CheckIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CheckIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M19.916 4.626a.75.75 0 0 1 .208 1.04l-9 13.5a.75.75 0 0 1-1.154.114l-6-6a.75.75 0 0 1 1.06-1.06l5.353 5.353 8.493-12.74a.75.75 0 0 1 1.04-.207Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CheckIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronDoubleDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronDoubleDownIcon.d.ts new file mode 100644 index 00000000..6feae523 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronDoubleDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronDoubleDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronDoubleDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronDoubleDownIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronDoubleDownIcon.js new file mode 100644 index 00000000..563435b8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronDoubleDownIcon.js @@ -0,0 +1,28 @@ +import * as React from "react"; +function ChevronDoubleDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.47 13.28a.75.75 0 0 0 1.06 0l7.5-7.5a.75.75 0 0 0-1.06-1.06L12 11.69 5.03 4.72a.75.75 0 0 0-1.06 1.06l7.5 7.5Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.47 19.28a.75.75 0 0 0 1.06 0l7.5-7.5a.75.75 0 1 0-1.06-1.06L12 17.69l-6.97-6.97a.75.75 0 0 0-1.06 1.06l7.5 7.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronDoubleDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronDoubleLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronDoubleLeftIcon.d.ts new file mode 100644 index 00000000..3e75e8cf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronDoubleLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronDoubleLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronDoubleLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronDoubleLeftIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronDoubleLeftIcon.js new file mode 100644 index 00000000..8960156a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronDoubleLeftIcon.js @@ -0,0 +1,28 @@ +import * as React from "react"; +function ChevronDoubleLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10.72 11.47a.75.75 0 0 0 0 1.06l7.5 7.5a.75.75 0 1 0 1.06-1.06L12.31 12l6.97-6.97a.75.75 0 0 0-1.06-1.06l-7.5 7.5Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.72 11.47a.75.75 0 0 0 0 1.06l7.5 7.5a.75.75 0 1 0 1.06-1.06L6.31 12l6.97-6.97a.75.75 0 0 0-1.06-1.06l-7.5 7.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronDoubleLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronDoubleRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronDoubleRightIcon.d.ts new file mode 100644 index 00000000..bf5c0a89 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronDoubleRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronDoubleRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronDoubleRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronDoubleRightIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronDoubleRightIcon.js new file mode 100644 index 00000000..c7ca4404 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronDoubleRightIcon.js @@ -0,0 +1,28 @@ +import * as React from "react"; +function ChevronDoubleRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M13.28 11.47a.75.75 0 0 1 0 1.06l-7.5 7.5a.75.75 0 0 1-1.06-1.06L11.69 12 4.72 5.03a.75.75 0 0 1 1.06-1.06l7.5 7.5Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M19.28 11.47a.75.75 0 0 1 0 1.06l-7.5 7.5a.75.75 0 1 1-1.06-1.06L17.69 12l-6.97-6.97a.75.75 0 0 1 1.06-1.06l7.5 7.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronDoubleRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronDoubleUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronDoubleUpIcon.d.ts new file mode 100644 index 00000000..00d556a5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronDoubleUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronDoubleUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronDoubleUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronDoubleUpIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronDoubleUpIcon.js new file mode 100644 index 00000000..1a341882 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronDoubleUpIcon.js @@ -0,0 +1,28 @@ +import * as React from "react"; +function ChevronDoubleUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.47 10.72a.75.75 0 0 1 1.06 0l7.5 7.5a.75.75 0 1 1-1.06 1.06L12 12.31l-6.97 6.97a.75.75 0 0 1-1.06-1.06l7.5-7.5Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.47 4.72a.75.75 0 0 1 1.06 0l7.5 7.5a.75.75 0 1 1-1.06 1.06L12 6.31l-6.97 6.97a.75.75 0 0 1-1.06-1.06l7.5-7.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronDoubleUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronDownIcon.d.ts new file mode 100644 index 00000000..dd69c4b3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronDownIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronDownIcon.js new file mode 100644 index 00000000..48296646 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChevronDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12.53 16.28a.75.75 0 0 1-1.06 0l-7.5-7.5a.75.75 0 0 1 1.06-1.06L12 14.69l6.97-6.97a.75.75 0 1 1 1.06 1.06l-7.5 7.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronLeftIcon.d.ts new file mode 100644 index 00000000..7c694e2c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronLeftIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronLeftIcon.js new file mode 100644 index 00000000..d26bac5c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronLeftIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChevronLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.72 12.53a.75.75 0 0 1 0-1.06l7.5-7.5a.75.75 0 1 1 1.06 1.06L9.31 12l6.97 6.97a.75.75 0 1 1-1.06 1.06l-7.5-7.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronRightIcon.d.ts new file mode 100644 index 00000000..1bbf4c91 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronRightIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronRightIcon.js new file mode 100644 index 00000000..bb129a17 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronRightIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChevronRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M16.28 11.47a.75.75 0 0 1 0 1.06l-7.5 7.5a.75.75 0 0 1-1.06-1.06L14.69 12 7.72 5.03a.75.75 0 0 1 1.06-1.06l7.5 7.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronUpDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronUpDownIcon.d.ts new file mode 100644 index 00000000..c3ac4f97 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronUpDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronUpDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronUpDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronUpDownIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronUpDownIcon.js new file mode 100644 index 00000000..c16ec8ea --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronUpDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChevronUpDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.47 4.72a.75.75 0 0 1 1.06 0l3.75 3.75a.75.75 0 0 1-1.06 1.06L12 6.31 8.78 9.53a.75.75 0 0 1-1.06-1.06l3.75-3.75Zm-3.75 9.75a.75.75 0 0 1 1.06 0L12 17.69l3.22-3.22a.75.75 0 1 1 1.06 1.06l-3.75 3.75a.75.75 0 0 1-1.06 0l-3.75-3.75a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronUpDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronUpIcon.d.ts new file mode 100644 index 00000000..844cf9b7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ChevronUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ChevronUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronUpIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronUpIcon.js new file mode 100644 index 00000000..c26a9338 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ChevronUpIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ChevronUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.47 7.72a.75.75 0 0 1 1.06 0l7.5 7.5a.75.75 0 1 1-1.06 1.06L12 9.31l-6.97 6.97a.75.75 0 0 1-1.06-1.06l7.5-7.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ChevronUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CircleStackIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/CircleStackIcon.d.ts new file mode 100644 index 00000000..2bbb5569 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CircleStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CircleStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CircleStackIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CircleStackIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/CircleStackIcon.js new file mode 100644 index 00000000..5d3a54a5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CircleStackIcon.js @@ -0,0 +1,28 @@ +import * as React from "react"; +function CircleStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M21 6.375c0 2.692-4.03 4.875-9 4.875S3 9.067 3 6.375 7.03 1.5 12 1.5s9 2.183 9 4.875Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M12 12.75c2.685 0 5.19-.586 7.078-1.609a8.283 8.283 0 0 0 1.897-1.384c.016.121.025.244.025.368C21 12.817 16.97 15 12 15s-9-2.183-9-4.875c0-.124.009-.247.025-.368a8.285 8.285 0 0 0 1.897 1.384C6.809 12.164 9.315 12.75 12 12.75Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M12 16.5c2.685 0 5.19-.586 7.078-1.609a8.282 8.282 0 0 0 1.897-1.384c.016.121.025.244.025.368 0 2.692-4.03 4.875-9 4.875s-9-2.183-9-4.875c0-.124.009-.247.025-.368a8.284 8.284 0 0 0 1.897 1.384C6.809 15.914 9.315 16.5 12 16.5Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M12 20.25c2.685 0 5.19-.586 7.078-1.609a8.282 8.282 0 0 0 1.897-1.384c.016.121.025.244.025.368 0 2.692-4.03 4.875-9 4.875s-9-2.183-9-4.875c0-.124.009-.247.025-.368a8.284 8.284 0 0 0 1.897 1.384C6.809 19.664 9.315 20.25 12 20.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CircleStackIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ClipboardDocumentCheckIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ClipboardDocumentCheckIcon.d.ts new file mode 100644 index 00000000..9efe079e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ClipboardDocumentCheckIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ClipboardDocumentCheckIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ClipboardDocumentCheckIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ClipboardDocumentCheckIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ClipboardDocumentCheckIcon.js new file mode 100644 index 00000000..7b65a06f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ClipboardDocumentCheckIcon.js @@ -0,0 +1,28 @@ +import * as React from "react"; +function ClipboardDocumentCheckIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.502 6h7.128A3.375 3.375 0 0 1 18 9.375v9.375a3 3 0 0 0 3-3V6.108c0-1.505-1.125-2.811-2.664-2.94a48.972 48.972 0 0 0-.673-.05A3 3 0 0 0 15 1.5h-1.5a3 3 0 0 0-2.663 1.618c-.225.015-.45.032-.673.05C8.662 3.295 7.554 4.542 7.502 6ZM13.5 3A1.5 1.5 0 0 0 12 4.5h4.5A1.5 1.5 0 0 0 15 3h-1.5Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 9.375C3 8.339 3.84 7.5 4.875 7.5h9.75c1.036 0 1.875.84 1.875 1.875v11.25c0 1.035-.84 1.875-1.875 1.875h-9.75A1.875 1.875 0 0 1 3 20.625V9.375Zm9.586 4.594a.75.75 0 0 0-1.172-.938l-2.476 3.096-.908-.907a.75.75 0 0 0-1.06 1.06l1.5 1.5a.75.75 0 0 0 1.116-.062l3-3.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ClipboardDocumentCheckIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ClipboardDocumentIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ClipboardDocumentIcon.d.ts new file mode 100644 index 00000000..24e6a6b7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ClipboardDocumentIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ClipboardDocumentIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ClipboardDocumentIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ClipboardDocumentIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ClipboardDocumentIcon.js new file mode 100644 index 00000000..b1d200cd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ClipboardDocumentIcon.js @@ -0,0 +1,28 @@ +import * as React from "react"; +function ClipboardDocumentIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M17.663 3.118c.225.015.45.032.673.05C19.876 3.298 21 4.604 21 6.109v9.642a3 3 0 0 1-3 3V16.5c0-5.922-4.576-10.775-10.384-11.217.324-1.132 1.3-2.01 2.548-2.114.224-.019.448-.036.673-.051A3 3 0 0 1 13.5 1.5H15a3 3 0 0 1 2.663 1.618ZM12 4.5A1.5 1.5 0 0 1 13.5 3H15a1.5 1.5 0 0 1 1.5 1.5H12Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M3 8.625c0-1.036.84-1.875 1.875-1.875h.375A3.75 3.75 0 0 1 9 10.5v1.875c0 1.036.84 1.875 1.875 1.875h1.875A3.75 3.75 0 0 1 16.5 18v2.625c0 1.035-.84 1.875-1.875 1.875h-9.75A1.875 1.875 0 0 1 3 20.625v-12Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M10.5 10.5a5.23 5.23 0 0 0-1.279-3.434 9.768 9.768 0 0 1 6.963 6.963 5.23 5.23 0 0 0-3.434-1.279h-1.875a.375.375 0 0 1-.375-.375V10.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ClipboardDocumentIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ClipboardDocumentListIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ClipboardDocumentListIcon.d.ts new file mode 100644 index 00000000..121e6c9b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ClipboardDocumentListIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ClipboardDocumentListIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ClipboardDocumentListIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ClipboardDocumentListIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ClipboardDocumentListIcon.js new file mode 100644 index 00000000..d63a86c5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ClipboardDocumentListIcon.js @@ -0,0 +1,28 @@ +import * as React from "react"; +function ClipboardDocumentListIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.502 6h7.128A3.375 3.375 0 0 1 18 9.375v9.375a3 3 0 0 0 3-3V6.108c0-1.505-1.125-2.811-2.664-2.94a48.972 48.972 0 0 0-.673-.05A3 3 0 0 0 15 1.5h-1.5a3 3 0 0 0-2.663 1.618c-.225.015-.45.032-.673.05C8.662 3.295 7.554 4.542 7.502 6ZM13.5 3A1.5 1.5 0 0 0 12 4.5h4.5A1.5 1.5 0 0 0 15 3h-1.5Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 9.375C3 8.339 3.84 7.5 4.875 7.5h9.75c1.036 0 1.875.84 1.875 1.875v11.25c0 1.035-.84 1.875-1.875 1.875h-9.75A1.875 1.875 0 0 1 3 20.625V9.375ZM6 12a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75H6.75a.75.75 0 0 1-.75-.75V12Zm2.25 0a.75.75 0 0 1 .75-.75h3.75a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1-.75-.75ZM6 15a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75H6.75a.75.75 0 0 1-.75-.75V15Zm2.25 0a.75.75 0 0 1 .75-.75h3.75a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1-.75-.75ZM6 18a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75H6.75a.75.75 0 0 1-.75-.75V18Zm2.25 0a.75.75 0 0 1 .75-.75h3.75a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ClipboardDocumentListIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ClipboardIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ClipboardIcon.d.ts new file mode 100644 index 00000000..9ee561ac --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ClipboardIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ClipboardIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ClipboardIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ClipboardIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ClipboardIcon.js new file mode 100644 index 00000000..53feb07e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ClipboardIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ClipboardIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10.5 3A1.501 1.501 0 0 0 9 4.5h6A1.5 1.5 0 0 0 13.5 3h-3Zm-2.693.178A3 3 0 0 1 10.5 1.5h3a3 3 0 0 1 2.694 1.678c.497.042.992.092 1.486.15 1.497.173 2.57 1.46 2.57 2.929V19.5a3 3 0 0 1-3 3H6.75a3 3 0 0 1-3-3V6.257c0-1.47 1.073-2.756 2.57-2.93.493-.057.989-.107 1.487-.15Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ClipboardIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ClockIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ClockIcon.d.ts new file mode 100644 index 00000000..2de89851 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ClockIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ClockIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ClockIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ClockIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ClockIcon.js new file mode 100644 index 00000000..4a0541df --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ClockIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ClockIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25ZM12.75 6a.75.75 0 0 0-1.5 0v6c0 .414.336.75.75.75h4.5a.75.75 0 0 0 0-1.5h-3.75V6Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ClockIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CloudArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/CloudArrowDownIcon.d.ts new file mode 100644 index 00000000..39732ffe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CloudArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CloudArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CloudArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CloudArrowDownIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/CloudArrowDownIcon.js new file mode 100644 index 00000000..fab5418d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CloudArrowDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CloudArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10.5 3.75a6 6 0 0 0-5.98 6.496A5.25 5.25 0 0 0 6.75 20.25H18a4.5 4.5 0 0 0 2.206-8.423 3.75 3.75 0 0 0-4.133-4.303A6.001 6.001 0 0 0 10.5 3.75Zm2.25 6a.75.75 0 0 0-1.5 0v4.94l-1.72-1.72a.75.75 0 0 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 1 0-1.06-1.06l-1.72 1.72V9.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CloudArrowDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CloudArrowUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/CloudArrowUpIcon.d.ts new file mode 100644 index 00000000..726007d8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CloudArrowUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CloudArrowUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CloudArrowUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CloudArrowUpIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/CloudArrowUpIcon.js new file mode 100644 index 00000000..b6dc0294 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CloudArrowUpIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CloudArrowUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10.5 3.75a6 6 0 0 0-5.98 6.496A5.25 5.25 0 0 0 6.75 20.25H18a4.5 4.5 0 0 0 2.206-8.423 3.75 3.75 0 0 0-4.133-4.303A6.001 6.001 0 0 0 10.5 3.75Zm2.03 5.47a.75.75 0 0 0-1.06 0l-3 3a.75.75 0 1 0 1.06 1.06l1.72-1.72v4.94a.75.75 0 0 0 1.5 0v-4.94l1.72 1.72a.75.75 0 1 0 1.06-1.06l-3-3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CloudArrowUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CloudIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/CloudIcon.d.ts new file mode 100644 index 00000000..b5ccfe79 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CloudIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CloudIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CloudIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CloudIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/CloudIcon.js new file mode 100644 index 00000000..a1631914 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CloudIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CloudIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 9.75a6 6 0 0 1 11.573-2.226 3.75 3.75 0 0 1 4.133 4.303A4.5 4.5 0 0 1 18 20.25H6.75a5.25 5.25 0 0 1-2.23-10.004 6.072 6.072 0 0 1-.02-.496Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CloudIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CodeBracketIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/CodeBracketIcon.d.ts new file mode 100644 index 00000000..ca0d8e8c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CodeBracketIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CodeBracketIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CodeBracketIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CodeBracketIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/CodeBracketIcon.js new file mode 100644 index 00000000..4b108ad1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CodeBracketIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CodeBracketIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M14.447 3.026a.75.75 0 0 1 .527.921l-4.5 16.5a.75.75 0 0 1-1.448-.394l4.5-16.5a.75.75 0 0 1 .921-.527ZM16.72 6.22a.75.75 0 0 1 1.06 0l5.25 5.25a.75.75 0 0 1 0 1.06l-5.25 5.25a.75.75 0 1 1-1.06-1.06L21.44 12l-4.72-4.72a.75.75 0 0 1 0-1.06Zm-9.44 0a.75.75 0 0 1 0 1.06L2.56 12l4.72 4.72a.75.75 0 0 1-1.06 1.06L.97 12.53a.75.75 0 0 1 0-1.06l5.25-5.25a.75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CodeBracketIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CodeBracketSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/CodeBracketSquareIcon.d.ts new file mode 100644 index 00000000..53dd03aa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CodeBracketSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CodeBracketSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CodeBracketSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CodeBracketSquareIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/CodeBracketSquareIcon.js new file mode 100644 index 00000000..ebee1b24 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CodeBracketSquareIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CodeBracketSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6Zm14.25 6a.75.75 0 0 1-.22.53l-2.25 2.25a.75.75 0 1 1-1.06-1.06L15.44 12l-1.72-1.72a.75.75 0 1 1 1.06-1.06l2.25 2.25c.141.14.22.331.22.53Zm-10.28-.53a.75.75 0 0 0 0 1.06l2.25 2.25a.75.75 0 1 0 1.06-1.06L8.56 12l1.72-1.72a.75.75 0 1 0-1.06-1.06l-2.25 2.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CodeBracketSquareIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/Cog6ToothIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/Cog6ToothIcon.d.ts new file mode 100644 index 00000000..327c3e9e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/Cog6ToothIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Cog6ToothIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Cog6ToothIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/Cog6ToothIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/Cog6ToothIcon.js new file mode 100644 index 00000000..cd3e7ed0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/Cog6ToothIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function Cog6ToothIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.078 2.25c-.917 0-1.699.663-1.85 1.567L9.05 4.889c-.02.12-.115.26-.297.348a7.493 7.493 0 0 0-.986.57c-.166.115-.334.126-.45.083L6.3 5.508a1.875 1.875 0 0 0-2.282.819l-.922 1.597a1.875 1.875 0 0 0 .432 2.385l.84.692c.095.078.17.229.154.43a7.598 7.598 0 0 0 0 1.139c.015.2-.059.352-.153.43l-.841.692a1.875 1.875 0 0 0-.432 2.385l.922 1.597a1.875 1.875 0 0 0 2.282.818l1.019-.382c.115-.043.283-.031.45.082.312.214.641.405.985.57.182.088.277.228.297.35l.178 1.071c.151.904.933 1.567 1.85 1.567h1.844c.916 0 1.699-.663 1.85-1.567l.178-1.072c.02-.12.114-.26.297-.349.344-.165.673-.356.985-.57.167-.114.335-.125.45-.082l1.02.382a1.875 1.875 0 0 0 2.28-.819l.923-1.597a1.875 1.875 0 0 0-.432-2.385l-.84-.692c-.095-.078-.17-.229-.154-.43a7.614 7.614 0 0 0 0-1.139c-.016-.2.059-.352.153-.43l.84-.692c.708-.582.891-1.59.433-2.385l-.922-1.597a1.875 1.875 0 0 0-2.282-.818l-1.02.382c-.114.043-.282.031-.449-.083a7.49 7.49 0 0 0-.985-.57c-.183-.087-.277-.227-.297-.348l-.179-1.072a1.875 1.875 0 0 0-1.85-1.567h-1.843ZM12 15.75a3.75 3.75 0 1 0 0-7.5 3.75 3.75 0 0 0 0 7.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Cog6ToothIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/Cog8ToothIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/Cog8ToothIcon.d.ts new file mode 100644 index 00000000..6a3f546b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/Cog8ToothIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Cog8ToothIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Cog8ToothIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/Cog8ToothIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/Cog8ToothIcon.js new file mode 100644 index 00000000..af57db86 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/Cog8ToothIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function Cog8ToothIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.828 2.25c-.916 0-1.699.663-1.85 1.567l-.091.549a.798.798 0 0 1-.517.608 7.45 7.45 0 0 0-.478.198.798.798 0 0 1-.796-.064l-.453-.324a1.875 1.875 0 0 0-2.416.2l-.243.243a1.875 1.875 0 0 0-.2 2.416l.324.453a.798.798 0 0 1 .064.796 7.448 7.448 0 0 0-.198.478.798.798 0 0 1-.608.517l-.55.092a1.875 1.875 0 0 0-1.566 1.849v.344c0 .916.663 1.699 1.567 1.85l.549.091c.281.047.508.25.608.517.06.162.127.321.198.478a.798.798 0 0 1-.064.796l-.324.453a1.875 1.875 0 0 0 .2 2.416l.243.243c.648.648 1.67.733 2.416.2l.453-.324a.798.798 0 0 1 .796-.064c.157.071.316.137.478.198.267.1.47.327.517.608l.092.55c.15.903.932 1.566 1.849 1.566h.344c.916 0 1.699-.663 1.85-1.567l.091-.549a.798.798 0 0 1 .517-.608 7.52 7.52 0 0 0 .478-.198.798.798 0 0 1 .796.064l.453.324a1.875 1.875 0 0 0 2.416-.2l.243-.243c.648-.648.733-1.67.2-2.416l-.324-.453a.798.798 0 0 1-.064-.796c.071-.157.137-.316.198-.478.1-.267.327-.47.608-.517l.55-.091a1.875 1.875 0 0 0 1.566-1.85v-.344c0-.916-.663-1.699-1.567-1.85l-.549-.091a.798.798 0 0 1-.608-.517 7.507 7.507 0 0 0-.198-.478.798.798 0 0 1 .064-.796l.324-.453a1.875 1.875 0 0 0-.2-2.416l-.243-.243a1.875 1.875 0 0 0-2.416-.2l-.453.324a.798.798 0 0 1-.796.064 7.462 7.462 0 0 0-.478-.198.798.798 0 0 1-.517-.608l-.091-.55a1.875 1.875 0 0 0-1.85-1.566h-.344ZM12 15.75a3.75 3.75 0 1 0 0-7.5 3.75 3.75 0 0 0 0 7.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Cog8ToothIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CogIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/CogIcon.d.ts new file mode 100644 index 00000000..e6570f2c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CogIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CogIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CogIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CogIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/CogIcon.js new file mode 100644 index 00000000..2a162ce0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CogIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CogIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M17.004 10.407c.138.435-.216.842-.672.842h-3.465a.75.75 0 0 1-.65-.375l-1.732-3c-.229-.396-.053-.907.393-1.004a5.252 5.252 0 0 1 6.126 3.537ZM8.12 8.464c.307-.338.838-.235 1.066.16l1.732 3a.75.75 0 0 1 0 .75l-1.732 3c-.229.397-.76.5-1.067.161A5.23 5.23 0 0 1 6.75 12a5.23 5.23 0 0 1 1.37-3.536ZM10.878 17.13c-.447-.098-.623-.608-.394-1.004l1.733-3.002a.75.75 0 0 1 .65-.375h3.465c.457 0 .81.407.672.842a5.252 5.252 0 0 1-6.126 3.539Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M21 12.75a.75.75 0 1 0 0-1.5h-.783a8.22 8.22 0 0 0-.237-1.357l.734-.267a.75.75 0 1 0-.513-1.41l-.735.268a8.24 8.24 0 0 0-.689-1.192l.6-.503a.75.75 0 1 0-.964-1.149l-.6.504a8.3 8.3 0 0 0-1.054-.885l.391-.678a.75.75 0 1 0-1.299-.75l-.39.676a8.188 8.188 0 0 0-1.295-.47l.136-.77a.75.75 0 0 0-1.477-.26l-.136.77a8.36 8.36 0 0 0-1.377 0l-.136-.77a.75.75 0 1 0-1.477.26l.136.77c-.448.121-.88.28-1.294.47l-.39-.676a.75.75 0 0 0-1.3.75l.392.678a8.29 8.29 0 0 0-1.054.885l-.6-.504a.75.75 0 1 0-.965 1.149l.6.503a8.243 8.243 0 0 0-.689 1.192L3.8 8.216a.75.75 0 1 0-.513 1.41l.735.267a8.222 8.222 0 0 0-.238 1.356h-.783a.75.75 0 0 0 0 1.5h.783c.042.464.122.917.238 1.356l-.735.268a.75.75 0 0 0 .513 1.41l.735-.268c.197.417.428.816.69 1.191l-.6.504a.75.75 0 0 0 .963 1.15l.601-.505c.326.323.679.62 1.054.885l-.392.68a.75.75 0 0 0 1.3.75l.39-.679c.414.192.847.35 1.294.471l-.136.77a.75.75 0 0 0 1.477.261l.137-.772a8.332 8.332 0 0 0 1.376 0l.136.772a.75.75 0 1 0 1.477-.26l-.136-.771a8.19 8.19 0 0 0 1.294-.47l.391.677a.75.75 0 0 0 1.3-.75l-.393-.679a8.29 8.29 0 0 0 1.054-.885l.601.504a.75.75 0 0 0 .964-1.15l-.6-.503c.261-.375.492-.774.69-1.191l.735.267a.75.75 0 1 0 .512-1.41l-.734-.267c.115-.439.195-.892.237-1.356h.784Zm-2.657-3.06a6.744 6.744 0 0 0-1.19-2.053 6.784 6.784 0 0 0-1.82-1.51A6.705 6.705 0 0 0 12 5.25a6.8 6.8 0 0 0-1.225.11 6.7 6.7 0 0 0-2.15.793 6.784 6.784 0 0 0-2.952 3.489.76.76 0 0 1-.036.098A6.74 6.74 0 0 0 5.251 12a6.74 6.74 0 0 0 3.366 5.842l.009.005a6.704 6.704 0 0 0 2.18.798l.022.003a6.792 6.792 0 0 0 2.368-.004 6.704 6.704 0 0 0 2.205-.811 6.785 6.785 0 0 0 1.762-1.484l.009-.01.009-.01a6.743 6.743 0 0 0 1.18-2.066c.253-.707.39-1.469.39-2.263a6.74 6.74 0 0 0-.408-2.309Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CogIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CommandLineIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/CommandLineIcon.d.ts new file mode 100644 index 00000000..30939870 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CommandLineIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CommandLineIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CommandLineIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CommandLineIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/CommandLineIcon.js new file mode 100644 index 00000000..2f931a5c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CommandLineIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CommandLineIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.25 6a3 3 0 0 1 3-3h13.5a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H5.25a3 3 0 0 1-3-3V6Zm3.97.97a.75.75 0 0 1 1.06 0l2.25 2.25a.75.75 0 0 1 0 1.06l-2.25 2.25a.75.75 0 0 1-1.06-1.06l1.72-1.72-1.72-1.72a.75.75 0 0 1 0-1.06Zm4.28 4.28a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5h-3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CommandLineIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ComputerDesktopIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ComputerDesktopIcon.d.ts new file mode 100644 index 00000000..c181101d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ComputerDesktopIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ComputerDesktopIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ComputerDesktopIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ComputerDesktopIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ComputerDesktopIcon.js new file mode 100644 index 00000000..d5eb1e37 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ComputerDesktopIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ComputerDesktopIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.25 5.25a3 3 0 0 1 3-3h13.5a3 3 0 0 1 3 3V15a3 3 0 0 1-3 3h-3v.257c0 .597.237 1.17.659 1.591l.621.622a.75.75 0 0 1-.53 1.28h-9a.75.75 0 0 1-.53-1.28l.621-.622a2.25 2.25 0 0 0 .659-1.59V18h-3a3 3 0 0 1-3-3V5.25Zm1.5 0v7.5a1.5 1.5 0 0 0 1.5 1.5h13.5a1.5 1.5 0 0 0 1.5-1.5v-7.5a1.5 1.5 0 0 0-1.5-1.5H5.25a1.5 1.5 0 0 0-1.5 1.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ComputerDesktopIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CpuChipIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/CpuChipIcon.d.ts new file mode 100644 index 00000000..3450bd59 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CpuChipIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CpuChipIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CpuChipIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CpuChipIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/CpuChipIcon.js new file mode 100644 index 00000000..61ba65aa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CpuChipIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CpuChipIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M16.5 7.5h-9v9h9v-9Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8.25 2.25A.75.75 0 0 1 9 3v.75h2.25V3a.75.75 0 0 1 1.5 0v.75H15V3a.75.75 0 0 1 1.5 0v.75h.75a3 3 0 0 1 3 3v.75H21A.75.75 0 0 1 21 9h-.75v2.25H21a.75.75 0 0 1 0 1.5h-.75V15H21a.75.75 0 0 1 0 1.5h-.75v.75a3 3 0 0 1-3 3h-.75V21a.75.75 0 0 1-1.5 0v-.75h-2.25V21a.75.75 0 0 1-1.5 0v-.75H9V21a.75.75 0 0 1-1.5 0v-.75h-.75a3 3 0 0 1-3-3v-.75H3A.75.75 0 0 1 3 15h.75v-2.25H3a.75.75 0 0 1 0-1.5h.75V9H3a.75.75 0 0 1 0-1.5h.75v-.75a3 3 0 0 1 3-3h.75V3a.75.75 0 0 1 .75-.75ZM6 6.75A.75.75 0 0 1 6.75 6h10.5a.75.75 0 0 1 .75.75v10.5a.75.75 0 0 1-.75.75H6.75a.75.75 0 0 1-.75-.75V6.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CpuChipIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CreditCardIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/CreditCardIcon.d.ts new file mode 100644 index 00000000..5c8a8953 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CreditCardIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CreditCardIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CreditCardIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CreditCardIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/CreditCardIcon.js new file mode 100644 index 00000000..f6efdf77 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CreditCardIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CreditCardIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4.5 3.75a3 3 0 0 0-3 3v.75h21v-.75a3 3 0 0 0-3-3h-15Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M22.5 9.75h-21v7.5a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3v-7.5Zm-18 3.75a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5h-6a.75.75 0 0 1-.75-.75Zm.75 2.25a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5h-3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CreditCardIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CubeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/CubeIcon.d.ts new file mode 100644 index 00000000..71f780cd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CubeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CubeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CubeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CubeIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/CubeIcon.js new file mode 100644 index 00000000..b039d2b9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CubeIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function CubeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M12.378 1.602a.75.75 0 0 0-.756 0L3 6.632l9 5.25 9-5.25-8.622-5.03ZM21.75 7.93l-9 5.25v9l8.628-5.032a.75.75 0 0 0 .372-.648V7.93ZM11.25 22.18v-9l-9-5.25v8.57a.75.75 0 0 0 .372.648l8.628 5.033Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CubeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CubeTransparentIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/CubeTransparentIcon.d.ts new file mode 100644 index 00000000..88a40867 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CubeTransparentIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CubeTransparentIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CubeTransparentIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CubeTransparentIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/CubeTransparentIcon.js new file mode 100644 index 00000000..0fdecdca --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CubeTransparentIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CubeTransparentIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.622 1.602a.75.75 0 0 1 .756 0l2.25 1.313a.75.75 0 0 1-.756 1.295L12 3.118 10.128 4.21a.75.75 0 1 1-.756-1.295l2.25-1.313ZM5.898 5.81a.75.75 0 0 1-.27 1.025l-1.14.665 1.14.665a.75.75 0 1 1-.756 1.295L3.75 8.806v.944a.75.75 0 0 1-1.5 0V7.5a.75.75 0 0 1 .372-.648l2.25-1.312a.75.75 0 0 1 1.026.27Zm12.204 0a.75.75 0 0 1 1.026-.27l2.25 1.312a.75.75 0 0 1 .372.648v2.25a.75.75 0 0 1-1.5 0v-.944l-1.122.654a.75.75 0 1 1-.756-1.295l1.14-.665-1.14-.665a.75.75 0 0 1-.27-1.025Zm-9 5.25a.75.75 0 0 1 1.026-.27L12 11.882l1.872-1.092a.75.75 0 1 1 .756 1.295l-1.878 1.096V15a.75.75 0 0 1-1.5 0v-1.82l-1.878-1.095a.75.75 0 0 1-.27-1.025ZM3 13.5a.75.75 0 0 1 .75.75v1.82l1.878 1.095a.75.75 0 1 1-.756 1.295l-2.25-1.312a.75.75 0 0 1-.372-.648v-2.25A.75.75 0 0 1 3 13.5Zm18 0a.75.75 0 0 1 .75.75v2.25a.75.75 0 0 1-.372.648l-2.25 1.312a.75.75 0 1 1-.756-1.295l1.878-1.096V14.25a.75.75 0 0 1 .75-.75Zm-9 5.25a.75.75 0 0 1 .75.75v.944l1.122-.654a.75.75 0 1 1 .756 1.295l-2.25 1.313a.75.75 0 0 1-.756 0l-2.25-1.313a.75.75 0 1 1 .756-1.295l1.122.654V19.5a.75.75 0 0 1 .75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CubeTransparentIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CurrencyBangladeshiIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/CurrencyBangladeshiIcon.d.ts new file mode 100644 index 00000000..1e28144c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CurrencyBangladeshiIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyBangladeshiIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyBangladeshiIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CurrencyBangladeshiIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/CurrencyBangladeshiIcon.js new file mode 100644 index 00000000..0ce97541 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CurrencyBangladeshiIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CurrencyBangladeshiIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 21.75c5.385 0 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25 2.25 6.615 2.25 12s4.365 9.75 9.75 9.75ZM10.5 7.963a1.5 1.5 0 0 0-2.17-1.341l-.415.207a.75.75 0 0 0 .67 1.342L9 7.963V9.75h-.75a.75.75 0 1 0 0 1.5H9v4.688c0 .563.26 1.198.867 1.525A4.501 4.501 0 0 0 16.41 14.4c.199-.977-.636-1.649-1.415-1.649h-.745a.75.75 0 1 0 0 1.5h.656a3.002 3.002 0 0 1-4.327 1.893.113.113 0 0 1-.045-.051.336.336 0 0 1-.034-.154V11.25h5.25a.75.75 0 0 0 0-1.5H10.5V7.963Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyBangladeshiIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CurrencyDollarIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/CurrencyDollarIcon.d.ts new file mode 100644 index 00000000..69350dd6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CurrencyDollarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyDollarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyDollarIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CurrencyDollarIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/CurrencyDollarIcon.js new file mode 100644 index 00000000..c6197457 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CurrencyDollarIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function CurrencyDollarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10.464 8.746c.227-.18.497-.311.786-.394v2.795a2.252 2.252 0 0 1-.786-.393c-.394-.313-.546-.681-.546-1.004 0-.323.152-.691.546-1.004ZM12.75 15.662v-2.824c.347.085.664.228.921.421.427.32.579.686.579.991 0 .305-.152.671-.579.991a2.534 2.534 0 0 1-.921.42Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25ZM12.75 6a.75.75 0 0 0-1.5 0v.816a3.836 3.836 0 0 0-1.72.756c-.712.566-1.112 1.35-1.112 2.178 0 .829.4 1.612 1.113 2.178.502.4 1.102.647 1.719.756v2.978a2.536 2.536 0 0 1-.921-.421l-.879-.66a.75.75 0 0 0-.9 1.2l.879.66c.533.4 1.169.645 1.821.75V18a.75.75 0 0 0 1.5 0v-.81a4.124 4.124 0 0 0 1.821-.749c.745-.559 1.179-1.344 1.179-2.191 0-.847-.434-1.632-1.179-2.191a4.122 4.122 0 0 0-1.821-.75V8.354c.29.082.559.213.786.393l.415.33a.75.75 0 0 0 .933-1.175l-.415-.33a3.836 3.836 0 0 0-1.719-.755V6Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyDollarIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CurrencyEuroIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/CurrencyEuroIcon.d.ts new file mode 100644 index 00000000..9eb581d8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CurrencyEuroIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyEuroIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyEuroIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CurrencyEuroIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/CurrencyEuroIcon.js new file mode 100644 index 00000000..796a26d4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CurrencyEuroIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CurrencyEuroIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25Zm-1.902 7.098a3.75 3.75 0 0 1 3.903-.884.75.75 0 1 0 .498-1.415A5.25 5.25 0 0 0 8.005 9.75H7.5a.75.75 0 0 0 0 1.5h.054a5.281 5.281 0 0 0 0 1.5H7.5a.75.75 0 0 0 0 1.5h.505a5.25 5.25 0 0 0 6.494 2.701.75.75 0 1 0-.498-1.415 3.75 3.75 0 0 1-4.252-1.286h3.001a.75.75 0 0 0 0-1.5H9.075a3.77 3.77 0 0 1 0-1.5h3.675a.75.75 0 0 0 0-1.5h-3c.105-.14.221-.274.348-.402Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyEuroIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CurrencyPoundIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/CurrencyPoundIcon.d.ts new file mode 100644 index 00000000..ee1b59c8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CurrencyPoundIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyPoundIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyPoundIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CurrencyPoundIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/CurrencyPoundIcon.js new file mode 100644 index 00000000..d9381e8e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CurrencyPoundIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CurrencyPoundIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25ZM9.763 9.51a2.25 2.25 0 0 1 3.828-1.351.75.75 0 0 0 1.06-1.06 3.75 3.75 0 0 0-6.38 2.252c-.033.307 0 .595.032.822l.154 1.077H8.25a.75.75 0 0 0 0 1.5h.421l.138.964a3.75 3.75 0 0 1-.358 2.208l-.122.242a.75.75 0 0 0 .908 1.047l1.539-.512a1.5 1.5 0 0 1 .948 0l.655.218a3 3 0 0 0 2.29-.163l.666-.333a.75.75 0 1 0-.67-1.342l-.667.333a1.5 1.5 0 0 1-1.145.082l-.654-.218a3 3 0 0 0-1.898 0l-.06.02a5.25 5.25 0 0 0 .053-1.794l-.108-.752H12a.75.75 0 0 0 0-1.5H9.972l-.184-1.29a1.863 1.863 0 0 1-.025-.45Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyPoundIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CurrencyRupeeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/CurrencyRupeeIcon.d.ts new file mode 100644 index 00000000..e5c72f61 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CurrencyRupeeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyRupeeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyRupeeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CurrencyRupeeIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/CurrencyRupeeIcon.js new file mode 100644 index 00000000..8e14c3a6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CurrencyRupeeIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CurrencyRupeeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25ZM9 7.5A.75.75 0 0 0 9 9h1.5c.98 0 1.813.626 2.122 1.5H9A.75.75 0 0 0 9 12h3.622a2.251 2.251 0 0 1-2.122 1.5H9a.75.75 0 0 0-.53 1.28l3 3a.75.75 0 1 0 1.06-1.06L10.8 14.988A3.752 3.752 0 0 0 14.175 12H15a.75.75 0 0 0 0-1.5h-.825A3.733 3.733 0 0 0 13.5 9H15a.75.75 0 0 0 0-1.5H9Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyRupeeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CurrencyYenIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/CurrencyYenIcon.d.ts new file mode 100644 index 00000000..a26351d2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CurrencyYenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CurrencyYenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CurrencyYenIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CurrencyYenIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/CurrencyYenIcon.js new file mode 100644 index 00000000..5b761e58 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CurrencyYenIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CurrencyYenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25ZM9.624 7.084a.75.75 0 0 0-1.248.832l2.223 3.334H9a.75.75 0 0 0 0 1.5h2.25v1.5H9a.75.75 0 0 0 0 1.5h2.25v1.5a.75.75 0 0 0 1.5 0v-1.5H15a.75.75 0 0 0 0-1.5h-2.25v-1.5H15a.75.75 0 0 0 0-1.5h-1.599l2.223-3.334a.75.75 0 1 0-1.248-.832L12 10.648 9.624 7.084Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CurrencyYenIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CursorArrowRaysIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/CursorArrowRaysIcon.d.ts new file mode 100644 index 00000000..0bc05e58 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CursorArrowRaysIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CursorArrowRaysIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CursorArrowRaysIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CursorArrowRaysIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/CursorArrowRaysIcon.js new file mode 100644 index 00000000..f88cec06 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CursorArrowRaysIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CursorArrowRaysIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 1.5a.75.75 0 0 1 .75.75V4.5a.75.75 0 0 1-1.5 0V2.25A.75.75 0 0 1 12 1.5ZM5.636 4.136a.75.75 0 0 1 1.06 0l1.592 1.591a.75.75 0 0 1-1.061 1.06l-1.591-1.59a.75.75 0 0 1 0-1.061Zm12.728 0a.75.75 0 0 1 0 1.06l-1.591 1.592a.75.75 0 0 1-1.06-1.061l1.59-1.591a.75.75 0 0 1 1.061 0Zm-6.816 4.496a.75.75 0 0 1 .82.311l5.228 7.917a.75.75 0 0 1-.777 1.148l-2.097-.43 1.045 3.9a.75.75 0 0 1-1.45.388l-1.044-3.899-1.601 1.42a.75.75 0 0 1-1.247-.606l.569-9.47a.75.75 0 0 1 .554-.68ZM3 10.5a.75.75 0 0 1 .75-.75H6a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 10.5Zm14.25 0a.75.75 0 0 1 .75-.75h2.25a.75.75 0 0 1 0 1.5H18a.75.75 0 0 1-.75-.75Zm-8.962 3.712a.75.75 0 0 1 0 1.061l-1.591 1.591a.75.75 0 1 1-1.061-1.06l1.591-1.592a.75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CursorArrowRaysIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CursorArrowRippleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/CursorArrowRippleIcon.d.ts new file mode 100644 index 00000000..2b2dfa45 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CursorArrowRippleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const CursorArrowRippleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default CursorArrowRippleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/CursorArrowRippleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/CursorArrowRippleIcon.js new file mode 100644 index 00000000..921e193b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/CursorArrowRippleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function CursorArrowRippleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M17.303 5.197A7.5 7.5 0 0 0 6.697 15.803a.75.75 0 0 1-1.061 1.061A9 9 0 1 1 21 10.5a.75.75 0 0 1-1.5 0c0-1.92-.732-3.839-2.197-5.303Zm-2.121 2.121a4.5 4.5 0 0 0-6.364 6.364.75.75 0 1 1-1.06 1.06A6 6 0 1 1 18 10.5a.75.75 0 0 1-1.5 0c0-1.153-.44-2.303-1.318-3.182Zm-3.634 1.314a.75.75 0 0 1 .82.311l5.228 7.917a.75.75 0 0 1-.777 1.148l-2.097-.43 1.045 3.9a.75.75 0 0 1-1.45.388l-1.044-3.899-1.601 1.42a.75.75 0 0 1-1.247-.606l.569-9.47a.75.75 0 0 1 .554-.68Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(CursorArrowRippleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/DevicePhoneMobileIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/DevicePhoneMobileIcon.d.ts new file mode 100644 index 00000000..98865d35 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/DevicePhoneMobileIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DevicePhoneMobileIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DevicePhoneMobileIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/DevicePhoneMobileIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/DevicePhoneMobileIcon.js new file mode 100644 index 00000000..89a628e1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/DevicePhoneMobileIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function DevicePhoneMobileIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10.5 18.75a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5h-3Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8.625.75A3.375 3.375 0 0 0 5.25 4.125v15.75a3.375 3.375 0 0 0 3.375 3.375h6.75a3.375 3.375 0 0 0 3.375-3.375V4.125A3.375 3.375 0 0 0 15.375.75h-6.75ZM7.5 4.125C7.5 3.504 8.004 3 8.625 3H9.75v.375c0 .621.504 1.125 1.125 1.125h2.25c.621 0 1.125-.504 1.125-1.125V3h1.125c.621 0 1.125.504 1.125 1.125v15.75c0 .621-.504 1.125-1.125 1.125h-6.75A1.125 1.125 0 0 1 7.5 19.875V4.125Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DevicePhoneMobileIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/DeviceTabletIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/DeviceTabletIcon.d.ts new file mode 100644 index 00000000..0ac9da19 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/DeviceTabletIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DeviceTabletIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DeviceTabletIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/DeviceTabletIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/DeviceTabletIcon.js new file mode 100644 index 00000000..396d151c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/DeviceTabletIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function DeviceTabletIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10.5 18a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5h-3Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.125 1.5A3.375 3.375 0 0 0 3.75 4.875v14.25A3.375 3.375 0 0 0 7.125 22.5h9.75a3.375 3.375 0 0 0 3.375-3.375V4.875A3.375 3.375 0 0 0 16.875 1.5h-9.75ZM6 4.875c0-.621.504-1.125 1.125-1.125h9.75c.621 0 1.125.504 1.125 1.125v14.25c0 .621-.504 1.125-1.125 1.125h-9.75A1.125 1.125 0 0 1 6 19.125V4.875Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DeviceTabletIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/DivideIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/DivideIcon.d.ts new file mode 100644 index 00000000..997c414d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/DivideIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DivideIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DivideIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/DivideIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/DivideIcon.js new file mode 100644 index 00000000..93c59eae --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/DivideIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function DivideIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10.874 5.248a1.125 1.125 0 1 1 2.25 0 1.125 1.125 0 0 1-2.25 0Zm-7.125 6.75a.75.75 0 0 1 .75-.75h15a.75.75 0 0 1 0 1.5h-15a.75.75 0 0 1-.75-.75Zm7.125 6.753a1.125 1.125 0 1 1 2.25 0 1.125 1.125 0 0 1-2.25 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DivideIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentArrowDownIcon.d.ts new file mode 100644 index 00000000..fe24428a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentArrowDownIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentArrowDownIcon.js new file mode 100644 index 00000000..a4f498c2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentArrowDownIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function DocumentArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.625 1.5H9a3.75 3.75 0 0 1 3.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 0 1 3.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 0 1-1.875-1.875V3.375c0-1.036.84-1.875 1.875-1.875Zm5.845 17.03a.75.75 0 0 0 1.06 0l3-3a.75.75 0 1 0-1.06-1.06l-1.72 1.72V12a.75.75 0 0 0-1.5 0v4.19l-1.72-1.72a.75.75 0 0 0-1.06 1.06l3 3Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M14.25 5.25a5.23 5.23 0 0 0-1.279-3.434 9.768 9.768 0 0 1 6.963 6.963A5.23 5.23 0 0 0 16.5 7.5h-1.875a.375.375 0 0 1-.375-.375V5.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentArrowDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentArrowUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentArrowUpIcon.d.ts new file mode 100644 index 00000000..fe2fe304 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentArrowUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentArrowUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentArrowUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentArrowUpIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentArrowUpIcon.js new file mode 100644 index 00000000..cc308e4a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentArrowUpIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function DocumentArrowUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.625 1.5H9a3.75 3.75 0 0 1 3.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 0 1 3.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 0 1-1.875-1.875V3.375c0-1.036.84-1.875 1.875-1.875Zm6.905 9.97a.75.75 0 0 0-1.06 0l-3 3a.75.75 0 1 0 1.06 1.06l1.72-1.72V18a.75.75 0 0 0 1.5 0v-4.19l1.72 1.72a.75.75 0 1 0 1.06-1.06l-3-3Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M14.25 5.25a5.23 5.23 0 0 0-1.279-3.434 9.768 9.768 0 0 1 6.963 6.963A5.23 5.23 0 0 0 16.5 7.5h-1.875a.375.375 0 0 1-.375-.375V5.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentArrowUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentChartBarIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentChartBarIcon.d.ts new file mode 100644 index 00000000..0d302299 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentChartBarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentChartBarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentChartBarIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentChartBarIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentChartBarIcon.js new file mode 100644 index 00000000..9d602b5a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentChartBarIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function DocumentChartBarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.625 1.5H9a3.75 3.75 0 0 1 3.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 0 1 3.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 0 1-1.875-1.875V3.375c0-1.036.84-1.875 1.875-1.875ZM9.75 17.25a.75.75 0 0 0-1.5 0V18a.75.75 0 0 0 1.5 0v-.75Zm2.25-3a.75.75 0 0 1 .75.75v3a.75.75 0 0 1-1.5 0v-3a.75.75 0 0 1 .75-.75Zm3.75-1.5a.75.75 0 0 0-1.5 0V18a.75.75 0 0 0 1.5 0v-5.25Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M14.25 5.25a5.23 5.23 0 0 0-1.279-3.434 9.768 9.768 0 0 1 6.963 6.963A5.23 5.23 0 0 0 16.5 7.5h-1.875a.375.375 0 0 1-.375-.375V5.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentChartBarIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCheckIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCheckIcon.d.ts new file mode 100644 index 00000000..67250d12 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCheckIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCheckIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCheckIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCheckIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCheckIcon.js new file mode 100644 index 00000000..858f6718 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCheckIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function DocumentCheckIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9 1.5H5.625c-1.036 0-1.875.84-1.875 1.875v17.25c0 1.035.84 1.875 1.875 1.875h12.75c1.035 0 1.875-.84 1.875-1.875V12.75A3.75 3.75 0 0 0 16.5 9h-1.875a1.875 1.875 0 0 1-1.875-1.875V5.25A3.75 3.75 0 0 0 9 1.5Zm6.61 10.936a.75.75 0 1 0-1.22-.872l-3.236 4.53L9.53 14.47a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.14-.094l3.75-5.25Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M12.971 1.816A5.23 5.23 0 0 1 14.25 5.25v1.875c0 .207.168.375.375.375H16.5a5.23 5.23 0 0 1 3.434 1.279 9.768 9.768 0 0 0-6.963-6.963Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCheckIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCurrencyBangladeshiIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCurrencyBangladeshiIcon.d.ts new file mode 100644 index 00000000..c2bce0c1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCurrencyBangladeshiIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyBangladeshiIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyBangladeshiIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCurrencyBangladeshiIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCurrencyBangladeshiIcon.js new file mode 100644 index 00000000..3dbbeb43 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCurrencyBangladeshiIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function DocumentCurrencyBangladeshiIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.75 3.375c0-1.036.84-1.875 1.875-1.875H9a3.75 3.75 0 0 1 3.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 0 1 3.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 0 1-1.875-1.875V3.375Zm10.5 1.875a5.23 5.23 0 0 0-1.279-3.434 9.768 9.768 0 0 1 6.963 6.963A5.23 5.23 0 0 0 16.5 7.5h-1.875a.375.375 0 0 1-.375-.375V5.25Zm-3.75 5.56c0-1.336-1.616-2.005-2.56-1.06l-.22.22a.75.75 0 0 0 1.06 1.06l.22-.22v1.94h-.75a.75.75 0 0 0 0 1.5H9v3c0 .671.307 1.453 1.068 1.815a4.5 4.5 0 0 0 5.993-2.123c.233-.487.14-1-.136-1.37A1.459 1.459 0 0 0 14.757 15h-.507a.75.75 0 0 0 0 1.5h.349a2.999 2.999 0 0 1-3.887 1.21c-.091-.043-.212-.186-.212-.46v-3h5.25a.75.75 0 1 0 0-1.5H10.5v-1.94Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyBangladeshiIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCurrencyDollarIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCurrencyDollarIcon.d.ts new file mode 100644 index 00000000..6bfe92bc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCurrencyDollarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyDollarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyDollarIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCurrencyDollarIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCurrencyDollarIcon.js new file mode 100644 index 00000000..41252c88 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCurrencyDollarIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function DocumentCurrencyDollarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.75 3.375c0-1.036.84-1.875 1.875-1.875H9a3.75 3.75 0 0 1 3.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 0 1 3.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 0 1-1.875-1.875V3.375Zm10.5 1.875a5.23 5.23 0 0 0-1.279-3.434 9.768 9.768 0 0 1 6.963 6.963A5.23 5.23 0 0 0 16.5 7.5h-1.875a.375.375 0 0 1-.375-.375V5.25ZM12 10.5a.75.75 0 0 1 .75.75v.028a9.727 9.727 0 0 1 1.687.28.75.75 0 1 1-.374 1.452 8.207 8.207 0 0 0-1.313-.226v1.68l.969.332c.67.23 1.281.85 1.281 1.704 0 .158-.007.314-.02.468-.083.931-.83 1.582-1.669 1.695a9.776 9.776 0 0 1-.561.059v.028a.75.75 0 0 1-1.5 0v-.029a9.724 9.724 0 0 1-1.687-.278.75.75 0 0 1 .374-1.453c.425.11.864.186 1.313.226v-1.68l-.968-.332C9.612 14.974 9 14.354 9 13.5c0-.158.007-.314.02-.468.083-.931.831-1.582 1.67-1.694.185-.025.372-.045.56-.06v-.028a.75.75 0 0 1 .75-.75Zm-1.11 2.324c.119-.016.239-.03.36-.04v1.166l-.482-.165c-.208-.072-.268-.211-.268-.285 0-.113.005-.225.015-.336.013-.146.14-.309.374-.34Zm1.86 4.392V16.05l.482.165c.208.072.268.211.268.285 0 .113-.005.225-.015.336-.012.146-.14.309-.374.34-.12.016-.24.03-.361.04Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyDollarIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCurrencyEuroIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCurrencyEuroIcon.d.ts new file mode 100644 index 00000000..0333f02e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCurrencyEuroIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyEuroIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyEuroIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCurrencyEuroIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCurrencyEuroIcon.js new file mode 100644 index 00000000..eb8304f8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCurrencyEuroIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function DocumentCurrencyEuroIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.75 3.375c0-1.036.84-1.875 1.875-1.875H9a3.75 3.75 0 0 1 3.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 0 1 3.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 0 1-1.875-1.875V3.375Zm7.464 9.442c.459-.573 1.019-.817 1.536-.817.517 0 1.077.244 1.536.817a.75.75 0 1 0 1.171-.937c-.713-.892-1.689-1.38-2.707-1.38-1.018 0-1.994.488-2.707 1.38a4.61 4.61 0 0 0-.705 1.245H8.25a.75.75 0 0 0 0 1.5h.763c-.017.25-.017.5 0 .75H8.25a.75.75 0 0 0 0 1.5h1.088c.17.449.406.87.705 1.245.713.892 1.689 1.38 2.707 1.38 1.018 0 1.994-.488 2.707-1.38a.75.75 0 0 0-1.171-.937c-.459.573-1.019.817-1.536.817-.517 0-1.077-.244-1.536-.817-.078-.098-.15-.2-.215-.308h1.751a.75.75 0 0 0 0-1.5h-2.232a3.965 3.965 0 0 1 0-.75h2.232a.75.75 0 0 0 0-1.5H11c.065-.107.136-.21.214-.308Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M14.25 5.25a5.23 5.23 0 0 0-1.279-3.434 9.768 9.768 0 0 1 6.963 6.963A5.23 5.23 0 0 0 16.5 7.5h-1.875a.375.375 0 0 1-.375-.375V5.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyEuroIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCurrencyPoundIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCurrencyPoundIcon.d.ts new file mode 100644 index 00000000..47d0a886 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCurrencyPoundIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyPoundIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyPoundIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCurrencyPoundIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCurrencyPoundIcon.js new file mode 100644 index 00000000..fa3fa7d3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCurrencyPoundIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function DocumentCurrencyPoundIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.75 3.375c0-1.036.84-1.875 1.875-1.875H9a3.75 3.75 0 0 1 3.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 0 1 3.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 0 1-1.875-1.875V3.375Zm10.5 1.875a5.23 5.23 0 0 0-1.279-3.434 9.768 9.768 0 0 1 6.963 6.963A5.23 5.23 0 0 0 16.5 7.5h-1.875a.375.375 0 0 1-.375-.375V5.25Zm-3.674 9.583a2.249 2.249 0 0 1 3.765-2.174.75.75 0 0 0 1.06-1.06A3.75 3.75 0 0 0 9.076 15H8.25a.75.75 0 0 0 0 1.5h1.156a3.75 3.75 0 0 1-.206 1.559l-.156.439a.75.75 0 0 0 1.042.923l.439-.22a2.113 2.113 0 0 1 1.613-.115 3.613 3.613 0 0 0 2.758-.196l.44-.22a.75.75 0 1 0-.671-1.341l-.44.22a2.113 2.113 0 0 1-1.613.114 3.612 3.612 0 0 0-1.745-.134c.048-.341.062-.686.042-1.029H12a.75.75 0 0 0 0-1.5h-1.379l-.045-.167Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyPoundIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCurrencyRupeeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCurrencyRupeeIcon.d.ts new file mode 100644 index 00000000..4c5e29c4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCurrencyRupeeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyRupeeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyRupeeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCurrencyRupeeIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCurrencyRupeeIcon.js new file mode 100644 index 00000000..2cbe433c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCurrencyRupeeIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function DocumentCurrencyRupeeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.75 3.375c0-1.036.84-1.875 1.875-1.875H9a3.75 3.75 0 0 1 3.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 0 1 3.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 0 1-1.875-1.875V3.375Zm10.5 1.875a5.23 5.23 0 0 0-1.279-3.434 9.768 9.768 0 0 1 6.963 6.963A5.23 5.23 0 0 0 16.5 7.5h-1.875a.375.375 0 0 1-.375-.375V5.25Zm-4.5 5.25a.75.75 0 0 0 0 1.5h.375c.769 0 1.43.463 1.719 1.125H9.75a.75.75 0 0 0 0 1.5h2.094a1.875 1.875 0 0 1-1.719 1.125H9.75a.75.75 0 0 0-.53 1.28l2.25 2.25a.75.75 0 0 0 1.06-1.06l-1.193-1.194a3.382 3.382 0 0 0 2.08-2.401h.833a.75.75 0 0 0 0-1.5h-.834A3.357 3.357 0 0 0 12.932 12h1.318a.75.75 0 0 0 0-1.5H10.5c-.04 0-.08.003-.12.01a3.425 3.425 0 0 0-.255-.01H9.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyRupeeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCurrencyYenIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCurrencyYenIcon.d.ts new file mode 100644 index 00000000..32fd2d12 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCurrencyYenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentCurrencyYenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentCurrencyYenIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCurrencyYenIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCurrencyYenIcon.js new file mode 100644 index 00000000..2835962a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentCurrencyYenIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function DocumentCurrencyYenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.75 3.375c0-1.036.84-1.875 1.875-1.875H9a3.75 3.75 0 0 1 3.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 0 1 3.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 0 1-1.875-1.875V3.375Zm10.5 1.875a5.23 5.23 0 0 0-1.279-3.434 9.768 9.768 0 0 1 6.963 6.963A5.23 5.23 0 0 0 16.5 7.5h-1.875a.375.375 0 0 1-.375-.375V5.25Zm-3.9 5.55a.75.75 0 0 0-1.2.9l1.912 2.55H9.75a.75.75 0 0 0 0 1.5h1.5v.75h-1.5a.75.75 0 0 0 0 1.5h1.5v.75a.75.75 0 1 0 1.5 0V18h1.5a.75.75 0 1 0 0-1.5h-1.5v-.75h1.5a.75.75 0 1 0 0-1.5h-1.313l1.913-2.55a.75.75 0 1 0-1.2-.9L12 13l-1.65-2.2Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentCurrencyYenIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentDuplicateIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentDuplicateIcon.d.ts new file mode 100644 index 00000000..04a06a67 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentDuplicateIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentDuplicateIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentDuplicateIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentDuplicateIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentDuplicateIcon.js new file mode 100644 index 00000000..c8ab6fdb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentDuplicateIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function DocumentDuplicateIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M7.5 3.375c0-1.036.84-1.875 1.875-1.875h.375a3.75 3.75 0 0 1 3.75 3.75v1.875C13.5 8.161 14.34 9 15.375 9h1.875A3.75 3.75 0 0 1 21 12.75v3.375C21 17.16 20.16 18 19.125 18h-9.75A1.875 1.875 0 0 1 7.5 16.125V3.375Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M15 5.25a5.23 5.23 0 0 0-1.279-3.434 9.768 9.768 0 0 1 6.963 6.963A5.23 5.23 0 0 0 17.25 7.5h-1.875A.375.375 0 0 1 15 7.125V5.25ZM4.875 6H6v10.125A3.375 3.375 0 0 0 9.375 19.5H16.5v1.125c0 1.035-.84 1.875-1.875 1.875h-9.75A1.875 1.875 0 0 1 3 20.625V7.875C3 6.839 3.84 6 4.875 6Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentDuplicateIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentIcon.d.ts new file mode 100644 index 00000000..bc42e724 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentIcon.js new file mode 100644 index 00000000..bd894bd6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function DocumentIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5.625 1.5c-1.036 0-1.875.84-1.875 1.875v17.25c0 1.035.84 1.875 1.875 1.875h12.75c1.035 0 1.875-.84 1.875-1.875V12.75A3.75 3.75 0 0 0 16.5 9h-1.875a1.875 1.875 0 0 1-1.875-1.875V5.25A3.75 3.75 0 0 0 9 1.5H5.625Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M12.971 1.816A5.23 5.23 0 0 1 14.25 5.25v1.875c0 .207.168.375.375.375H16.5a5.23 5.23 0 0 1 3.434 1.279 9.768 9.768 0 0 0-6.963-6.963Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentMagnifyingGlassIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentMagnifyingGlassIcon.d.ts new file mode 100644 index 00000000..dc68c0c5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentMagnifyingGlassIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentMagnifyingGlassIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentMagnifyingGlassIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentMagnifyingGlassIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentMagnifyingGlassIcon.js new file mode 100644 index 00000000..3187a15e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentMagnifyingGlassIcon.js @@ -0,0 +1,28 @@ +import * as React from "react"; +function DocumentMagnifyingGlassIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M11.625 16.5a1.875 1.875 0 1 0 0-3.75 1.875 1.875 0 0 0 0 3.75Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.625 1.5H9a3.75 3.75 0 0 1 3.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 0 1 3.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 0 1-1.875-1.875V3.375c0-1.036.84-1.875 1.875-1.875Zm6 16.5c.66 0 1.277-.19 1.797-.518l1.048 1.048a.75.75 0 0 0 1.06-1.06l-1.047-1.048A3.375 3.375 0 1 0 11.625 18Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M14.25 5.25a5.23 5.23 0 0 0-1.279-3.434 9.768 9.768 0 0 1 6.963 6.963A5.23 5.23 0 0 0 16.5 7.5h-1.875a.375.375 0 0 1-.375-.375V5.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentMagnifyingGlassIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentMinusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentMinusIcon.d.ts new file mode 100644 index 00000000..a4fe39b8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentMinusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentMinusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentMinusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentMinusIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentMinusIcon.js new file mode 100644 index 00000000..e4841959 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentMinusIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function DocumentMinusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.625 1.5H9a3.75 3.75 0 0 1 3.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 0 1 3.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 0 1-1.875-1.875V3.375c0-1.036.84-1.875 1.875-1.875ZM9.75 14.25a.75.75 0 0 0 0 1.5H15a.75.75 0 0 0 0-1.5H9.75Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M14.25 5.25a5.23 5.23 0 0 0-1.279-3.434 9.768 9.768 0 0 1 6.963 6.963A5.23 5.23 0 0 0 16.5 7.5h-1.875a.375.375 0 0 1-.375-.375V5.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentMinusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentPlusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentPlusIcon.d.ts new file mode 100644 index 00000000..9446dd5e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentPlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentPlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentPlusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentPlusIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentPlusIcon.js new file mode 100644 index 00000000..1416c4df --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentPlusIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function DocumentPlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.625 1.5H9a3.75 3.75 0 0 1 3.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 0 1 3.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 0 1-1.875-1.875V3.375c0-1.036.84-1.875 1.875-1.875ZM12.75 12a.75.75 0 0 0-1.5 0v2.25H9a.75.75 0 0 0 0 1.5h2.25V18a.75.75 0 0 0 1.5 0v-2.25H15a.75.75 0 0 0 0-1.5h-2.25V12Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M14.25 5.25a5.23 5.23 0 0 0-1.279-3.434 9.768 9.768 0 0 1 6.963 6.963A5.23 5.23 0 0 0 16.5 7.5h-1.875a.375.375 0 0 1-.375-.375V5.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentPlusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentTextIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentTextIcon.d.ts new file mode 100644 index 00000000..1d9f5482 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentTextIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const DocumentTextIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default DocumentTextIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentTextIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentTextIcon.js new file mode 100644 index 00000000..79618525 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/DocumentTextIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function DocumentTextIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.625 1.5c-1.036 0-1.875.84-1.875 1.875v17.25c0 1.035.84 1.875 1.875 1.875h12.75c1.035 0 1.875-.84 1.875-1.875V12.75A3.75 3.75 0 0 0 16.5 9h-1.875a1.875 1.875 0 0 1-1.875-1.875V5.25A3.75 3.75 0 0 0 9 1.5H5.625ZM7.5 15a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5A.75.75 0 0 1 7.5 15Zm.75 2.25a.75.75 0 0 0 0 1.5H12a.75.75 0 0 0 0-1.5H8.25Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M12.971 1.816A5.23 5.23 0 0 1 14.25 5.25v1.875c0 .207.168.375.375.375H16.5a5.23 5.23 0 0 1 3.434 1.279 9.768 9.768 0 0 0-6.963-6.963Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentTextIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/EllipsisHorizontalCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/EllipsisHorizontalCircleIcon.d.ts new file mode 100644 index 00000000..18be974b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/EllipsisHorizontalCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EllipsisHorizontalCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EllipsisHorizontalCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/EllipsisHorizontalCircleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/EllipsisHorizontalCircleIcon.js new file mode 100644 index 00000000..0bbbe551 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/EllipsisHorizontalCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function EllipsisHorizontalCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25Zm0 8.625a1.125 1.125 0 1 0 0 2.25 1.125 1.125 0 0 0 0-2.25ZM15.375 12a1.125 1.125 0 1 1 2.25 0 1.125 1.125 0 0 1-2.25 0ZM7.5 10.875a1.125 1.125 0 1 0 0 2.25 1.125 1.125 0 0 0 0-2.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EllipsisHorizontalCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/EllipsisHorizontalIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/EllipsisHorizontalIcon.d.ts new file mode 100644 index 00000000..6de30faf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/EllipsisHorizontalIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EllipsisHorizontalIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EllipsisHorizontalIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/EllipsisHorizontalIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/EllipsisHorizontalIcon.js new file mode 100644 index 00000000..cae5850d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/EllipsisHorizontalIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function EllipsisHorizontalIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 12a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Zm6 0a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Zm6 0a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EllipsisHorizontalIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/EllipsisVerticalIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/EllipsisVerticalIcon.d.ts new file mode 100644 index 00000000..c343e141 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/EllipsisVerticalIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EllipsisVerticalIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EllipsisVerticalIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/EllipsisVerticalIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/EllipsisVerticalIcon.js new file mode 100644 index 00000000..dbc043ae --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/EllipsisVerticalIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function EllipsisVerticalIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10.5 6a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Zm0 6a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Zm0 6a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EllipsisVerticalIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/EnvelopeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/EnvelopeIcon.d.ts new file mode 100644 index 00000000..c9db4845 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/EnvelopeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EnvelopeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EnvelopeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/EnvelopeIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/EnvelopeIcon.js new file mode 100644 index 00000000..4061f4e9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/EnvelopeIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function EnvelopeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M1.5 8.67v8.58a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3V8.67l-8.928 5.493a3 3 0 0 1-3.144 0L1.5 8.67Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M22.5 6.908V6.75a3 3 0 0 0-3-3h-15a3 3 0 0 0-3 3v.158l9.714 5.978a1.5 1.5 0 0 0 1.572 0L22.5 6.908Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EnvelopeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/EnvelopeOpenIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/EnvelopeOpenIcon.d.ts new file mode 100644 index 00000000..46a5e61f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/EnvelopeOpenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EnvelopeOpenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EnvelopeOpenIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/EnvelopeOpenIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/EnvelopeOpenIcon.js new file mode 100644 index 00000000..ed41aa9d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/EnvelopeOpenIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function EnvelopeOpenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M19.5 22.5a3 3 0 0 0 3-3v-8.174l-6.879 4.022 3.485 1.876a.75.75 0 1 1-.712 1.321l-5.683-3.06a1.5 1.5 0 0 0-1.422 0l-5.683 3.06a.75.75 0 0 1-.712-1.32l3.485-1.877L1.5 11.326V19.5a3 3 0 0 0 3 3h15Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M1.5 9.589v-.745a3 3 0 0 1 1.578-2.642l7.5-4.038a3 3 0 0 1 2.844 0l7.5 4.038A3 3 0 0 1 22.5 8.844v.745l-8.426 4.926-.652-.351a3 3 0 0 0-2.844 0l-.652.351L1.5 9.589Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EnvelopeOpenIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/EqualsIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/EqualsIcon.d.ts new file mode 100644 index 00000000..a535cdb0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/EqualsIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EqualsIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EqualsIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/EqualsIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/EqualsIcon.js new file mode 100644 index 00000000..01cf6b0d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/EqualsIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function EqualsIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.748 8.248a.75.75 0 0 1 .75-.75h15a.75.75 0 0 1 0 1.5h-15a.75.75 0 0 1-.75-.75ZM3.748 15.75a.75.75 0 0 1 .75-.751h15a.75.75 0 0 1 0 1.5h-15a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EqualsIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ExclamationCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ExclamationCircleIcon.d.ts new file mode 100644 index 00000000..c6008c94 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ExclamationCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ExclamationCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ExclamationCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ExclamationCircleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ExclamationCircleIcon.js new file mode 100644 index 00000000..fefd9271 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ExclamationCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ExclamationCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12ZM12 8.25a.75.75 0 0 1 .75.75v3.75a.75.75 0 0 1-1.5 0V9a.75.75 0 0 1 .75-.75Zm0 8.25a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ExclamationCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ExclamationTriangleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ExclamationTriangleIcon.d.ts new file mode 100644 index 00000000..be0d82c5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ExclamationTriangleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ExclamationTriangleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ExclamationTriangleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ExclamationTriangleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ExclamationTriangleIcon.js new file mode 100644 index 00000000..a79b08e0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ExclamationTriangleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ExclamationTriangleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.401 3.003c1.155-2 4.043-2 5.197 0l7.355 12.748c1.154 2-.29 4.5-2.599 4.5H4.645c-2.309 0-3.752-2.5-2.598-4.5L9.4 3.003ZM12 8.25a.75.75 0 0 1 .75.75v3.75a.75.75 0 0 1-1.5 0V9a.75.75 0 0 1 .75-.75Zm0 8.25a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ExclamationTriangleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/EyeDropperIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/EyeDropperIcon.d.ts new file mode 100644 index 00000000..af7bce13 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/EyeDropperIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EyeDropperIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EyeDropperIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/EyeDropperIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/EyeDropperIcon.js new file mode 100644 index 00000000..42e5f8ac --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/EyeDropperIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function EyeDropperIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M16.098 2.598a3.75 3.75 0 1 1 3.622 6.275l-1.72.46V12a.75.75 0 0 1-.22.53l-.75.75a.75.75 0 0 1-1.06 0l-.97-.97-7.94 7.94a2.56 2.56 0 0 1-1.81.75 1.06 1.06 0 0 0-.75.31l-.97.97a.75.75 0 0 1-1.06 0l-.75-.75a.75.75 0 0 1 0-1.06l.97-.97a1.06 1.06 0 0 0 .31-.75c0-.68.27-1.33.75-1.81L11.69 9l-.97-.97a.75.75 0 0 1 0-1.06l.75-.75A.75.75 0 0 1 12 6h2.666l.461-1.72c.165-.617.49-1.2.971-1.682Zm-3.348 7.463L4.81 18a1.06 1.06 0 0 0-.31.75c0 .318-.06.63-.172.922a2.56 2.56 0 0 1 .922-.172c.281 0 .551-.112.75-.31l7.94-7.94-1.19-1.19Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EyeDropperIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/EyeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/EyeIcon.d.ts new file mode 100644 index 00000000..3b9c01f3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/EyeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EyeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EyeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/EyeIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/EyeIcon.js new file mode 100644 index 00000000..12fae74c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/EyeIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function EyeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.323 11.447C2.811 6.976 7.028 3.75 12.001 3.75c4.97 0 9.185 3.223 10.675 7.69.12.362.12.752 0 1.113-1.487 4.471-5.705 7.697-10.677 7.697-4.97 0-9.186-3.223-10.675-7.69a1.762 1.762 0 0 1 0-1.113ZM17.25 12a5.25 5.25 0 1 1-10.5 0 5.25 5.25 0 0 1 10.5 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EyeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/EyeSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/EyeSlashIcon.d.ts new file mode 100644 index 00000000..e0540b3a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/EyeSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const EyeSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default EyeSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/EyeSlashIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/EyeSlashIcon.js new file mode 100644 index 00000000..59e0cae1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/EyeSlashIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function EyeSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.53 2.47a.75.75 0 0 0-1.06 1.06l18 18a.75.75 0 1 0 1.06-1.06l-18-18ZM22.676 12.553a11.249 11.249 0 0 1-2.631 4.31l-3.099-3.099a5.25 5.25 0 0 0-6.71-6.71L7.759 4.577a11.217 11.217 0 0 1 4.242-.827c4.97 0 9.185 3.223 10.675 7.69.12.362.12.752 0 1.113Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M15.75 12c0 .18-.013.357-.037.53l-4.244-4.243A3.75 3.75 0 0 1 15.75 12ZM12.53 15.713l-4.243-4.244a3.75 3.75 0 0 0 4.244 4.243Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M6.75 12c0-.619.107-1.213.304-1.764l-3.1-3.1a11.25 11.25 0 0 0-2.63 4.31c-.12.362-.12.752 0 1.114 1.489 4.467 5.704 7.69 10.675 7.69 1.5 0 2.933-.294 4.242-.827l-2.477-2.477A5.25 5.25 0 0 1 6.75 12Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(EyeSlashIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/FaceFrownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/FaceFrownIcon.d.ts new file mode 100644 index 00000000..b11631b6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/FaceFrownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FaceFrownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FaceFrownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/FaceFrownIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/FaceFrownIcon.js new file mode 100644 index 00000000..541d1c6c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/FaceFrownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function FaceFrownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25Zm-2.625 6c-.54 0-.828.419-.936.634a1.96 1.96 0 0 0-.189.866c0 .298.059.605.189.866.108.215.395.634.936.634.54 0 .828-.419.936-.634.13-.26.189-.568.189-.866 0-.298-.059-.605-.189-.866-.108-.215-.395-.634-.936-.634Zm4.314.634c.108-.215.395-.634.936-.634.54 0 .828.419.936.634.13.26.189.568.189.866 0 .298-.059.605-.189.866-.108.215-.395.634-.936.634-.54 0-.828-.419-.936-.634a1.96 1.96 0 0 1-.189-.866c0-.298.059-.605.189-.866Zm-4.34 7.964a.75.75 0 0 1-1.061-1.06 5.236 5.236 0 0 1 3.73-1.538 5.236 5.236 0 0 1 3.695 1.538.75.75 0 1 1-1.061 1.06 3.736 3.736 0 0 0-2.639-1.098 3.736 3.736 0 0 0-2.664 1.098Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FaceFrownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/FaceSmileIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/FaceSmileIcon.d.ts new file mode 100644 index 00000000..ef261f45 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/FaceSmileIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FaceSmileIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FaceSmileIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/FaceSmileIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/FaceSmileIcon.js new file mode 100644 index 00000000..e9be8288 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/FaceSmileIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function FaceSmileIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25Zm-2.625 6c-.54 0-.828.419-.936.634a1.96 1.96 0 0 0-.189.866c0 .298.059.605.189.866.108.215.395.634.936.634.54 0 .828-.419.936-.634.13-.26.189-.568.189-.866 0-.298-.059-.605-.189-.866-.108-.215-.395-.634-.936-.634Zm4.314.634c.108-.215.395-.634.936-.634.54 0 .828.419.936.634.13.26.189.568.189.866 0 .298-.059.605-.189.866-.108.215-.395.634-.936.634-.54 0-.828-.419-.936-.634a1.96 1.96 0 0 1-.189-.866c0-.298.059-.605.189-.866Zm2.023 6.828a.75.75 0 1 0-1.06-1.06 3.75 3.75 0 0 1-5.304 0 .75.75 0 0 0-1.06 1.06 5.25 5.25 0 0 0 7.424 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FaceSmileIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/FilmIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/FilmIcon.d.ts new file mode 100644 index 00000000..9b4ad1fd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/FilmIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FilmIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FilmIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/FilmIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/FilmIcon.js new file mode 100644 index 00000000..87f81926 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/FilmIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function FilmIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.5 5.625c0-1.036.84-1.875 1.875-1.875h17.25c1.035 0 1.875.84 1.875 1.875v12.75c0 1.035-.84 1.875-1.875 1.875H3.375A1.875 1.875 0 0 1 1.5 18.375V5.625Zm1.5 0v1.5c0 .207.168.375.375.375h1.5a.375.375 0 0 0 .375-.375v-1.5a.375.375 0 0 0-.375-.375h-1.5A.375.375 0 0 0 3 5.625Zm16.125-.375a.375.375 0 0 0-.375.375v1.5c0 .207.168.375.375.375h1.5A.375.375 0 0 0 21 7.125v-1.5a.375.375 0 0 0-.375-.375h-1.5ZM21 9.375A.375.375 0 0 0 20.625 9h-1.5a.375.375 0 0 0-.375.375v1.5c0 .207.168.375.375.375h1.5a.375.375 0 0 0 .375-.375v-1.5Zm0 3.75a.375.375 0 0 0-.375-.375h-1.5a.375.375 0 0 0-.375.375v1.5c0 .207.168.375.375.375h1.5a.375.375 0 0 0 .375-.375v-1.5Zm0 3.75a.375.375 0 0 0-.375-.375h-1.5a.375.375 0 0 0-.375.375v1.5c0 .207.168.375.375.375h1.5a.375.375 0 0 0 .375-.375v-1.5ZM4.875 18.75a.375.375 0 0 0 .375-.375v-1.5a.375.375 0 0 0-.375-.375h-1.5a.375.375 0 0 0-.375.375v1.5c0 .207.168.375.375.375h1.5ZM3.375 15h1.5a.375.375 0 0 0 .375-.375v-1.5a.375.375 0 0 0-.375-.375h-1.5a.375.375 0 0 0-.375.375v1.5c0 .207.168.375.375.375Zm0-3.75h1.5a.375.375 0 0 0 .375-.375v-1.5A.375.375 0 0 0 4.875 9h-1.5A.375.375 0 0 0 3 9.375v1.5c0 .207.168.375.375.375Zm4.125 0a.75.75 0 0 0 0 1.5h9a.75.75 0 0 0 0-1.5h-9Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FilmIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/FingerPrintIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/FingerPrintIcon.d.ts new file mode 100644 index 00000000..58bb338c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/FingerPrintIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FingerPrintIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FingerPrintIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/FingerPrintIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/FingerPrintIcon.js new file mode 100644 index 00000000..ac9b507a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/FingerPrintIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function FingerPrintIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 3.75a6.715 6.715 0 0 0-3.722 1.118.75.75 0 1 1-.828-1.25 8.25 8.25 0 0 1 12.8 6.883c0 3.014-.574 5.897-1.62 8.543a.75.75 0 0 1-1.395-.551A21.69 21.69 0 0 0 18.75 10.5 6.75 6.75 0 0 0 12 3.75ZM6.157 5.739a.75.75 0 0 1 .21 1.04A6.715 6.715 0 0 0 5.25 10.5c0 1.613-.463 3.12-1.265 4.393a.75.75 0 0 1-1.27-.8A6.715 6.715 0 0 0 3.75 10.5c0-1.68.503-3.246 1.367-4.55a.75.75 0 0 1 1.04-.211ZM12 7.5a3 3 0 0 0-3 3c0 3.1-1.176 5.927-3.105 8.056a.75.75 0 1 1-1.112-1.008A10.459 10.459 0 0 0 7.5 10.5a4.5 4.5 0 1 1 9 0c0 .547-.022 1.09-.067 1.626a.75.75 0 0 1-1.495-.123c.041-.495.062-.996.062-1.503a3 3 0 0 0-3-3Zm0 2.25a.75.75 0 0 1 .75.75c0 3.908-1.424 7.485-3.781 10.238a.75.75 0 0 1-1.14-.975A14.19 14.19 0 0 0 11.25 10.5a.75.75 0 0 1 .75-.75Zm3.239 5.183a.75.75 0 0 1 .515.927 19.417 19.417 0 0 1-2.585 5.544.75.75 0 0 1-1.243-.84 17.915 17.915 0 0 0 2.386-5.116.75.75 0 0 1 .927-.515Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FingerPrintIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/FireIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/FireIcon.d.ts new file mode 100644 index 00000000..608efc52 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/FireIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FireIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FireIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/FireIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/FireIcon.js new file mode 100644 index 00000000..706a6c75 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/FireIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function FireIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12.963 2.286a.75.75 0 0 0-1.071-.136 9.742 9.742 0 0 0-3.539 6.176 7.547 7.547 0 0 1-1.705-1.715.75.75 0 0 0-1.152-.082A9 9 0 1 0 15.68 4.534a7.46 7.46 0 0 1-2.717-2.248ZM15.75 14.25a3.75 3.75 0 1 1-7.313-1.172c.628.465 1.35.81 2.133 1a5.99 5.99 0 0 1 1.925-3.546 3.75 3.75 0 0 1 3.255 3.718Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FireIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/FlagIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/FlagIcon.d.ts new file mode 100644 index 00000000..ce09768c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/FlagIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FlagIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FlagIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/FlagIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/FlagIcon.js new file mode 100644 index 00000000..eb508624 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/FlagIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function FlagIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 2.25a.75.75 0 0 1 .75.75v.54l1.838-.46a9.75 9.75 0 0 1 6.725.738l.108.054A8.25 8.25 0 0 0 18 4.524l3.11-.732a.75.75 0 0 1 .917.81 47.784 47.784 0 0 0 .005 10.337.75.75 0 0 1-.574.812l-3.114.733a9.75 9.75 0 0 1-6.594-.77l-.108-.054a8.25 8.25 0 0 0-5.69-.625l-2.202.55V21a.75.75 0 0 1-1.5 0V3A.75.75 0 0 1 3 2.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FlagIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/FolderArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/FolderArrowDownIcon.d.ts new file mode 100644 index 00000000..4895e92b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/FolderArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FolderArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FolderArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/FolderArrowDownIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/FolderArrowDownIcon.js new file mode 100644 index 00000000..3fa8e79a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/FolderArrowDownIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function FolderArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M19.5 21a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3h-5.379a.75.75 0 0 1-.53-.22L11.47 3.66A2.25 2.25 0 0 0 9.879 3H4.5a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h15Zm-6.75-10.5a.75.75 0 0 0-1.5 0v4.19l-1.72-1.72a.75.75 0 0 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 1 0-1.06-1.06l-1.72 1.72V10.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FolderArrowDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/FolderIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/FolderIcon.d.ts new file mode 100644 index 00000000..a9c9b8cd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/FolderIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FolderIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FolderIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/FolderIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/FolderIcon.js new file mode 100644 index 00000000..5edb2bf4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/FolderIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function FolderIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M19.5 21a3 3 0 0 0 3-3v-4.5a3 3 0 0 0-3-3h-15a3 3 0 0 0-3 3V18a3 3 0 0 0 3 3h15ZM1.5 10.146V6a3 3 0 0 1 3-3h5.379a2.25 2.25 0 0 1 1.59.659l2.122 2.121c.14.141.331.22.53.22H19.5a3 3 0 0 1 3 3v1.146A4.483 4.483 0 0 0 19.5 9h-15a4.483 4.483 0 0 0-3 1.146Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FolderIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/FolderMinusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/FolderMinusIcon.d.ts new file mode 100644 index 00000000..c32ad5b2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/FolderMinusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FolderMinusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FolderMinusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/FolderMinusIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/FolderMinusIcon.js new file mode 100644 index 00000000..d066d2a1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/FolderMinusIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function FolderMinusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M19.5 21a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3h-5.379a.75.75 0 0 1-.53-.22L11.47 3.66A2.25 2.25 0 0 0 9.879 3H4.5a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h15ZM9 12.75a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5H9Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FolderMinusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/FolderOpenIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/FolderOpenIcon.d.ts new file mode 100644 index 00000000..41656cca --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/FolderOpenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FolderOpenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FolderOpenIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/FolderOpenIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/FolderOpenIcon.js new file mode 100644 index 00000000..a156d5fb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/FolderOpenIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function FolderOpenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M19.906 9c.382 0 .749.057 1.094.162V9a3 3 0 0 0-3-3h-3.879a.75.75 0 0 1-.53-.22L11.47 3.66A2.25 2.25 0 0 0 9.879 3H6a3 3 0 0 0-3 3v3.162A3.756 3.756 0 0 1 4.094 9h15.812ZM4.094 10.5a2.25 2.25 0 0 0-2.227 2.568l.857 6A2.25 2.25 0 0 0 4.951 21H19.05a2.25 2.25 0 0 0 2.227-1.932l.857-6a2.25 2.25 0 0 0-2.227-2.568H4.094Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FolderOpenIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/FolderPlusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/FolderPlusIcon.d.ts new file mode 100644 index 00000000..ba21ba17 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/FolderPlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FolderPlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FolderPlusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/FolderPlusIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/FolderPlusIcon.js new file mode 100644 index 00000000..bf239394 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/FolderPlusIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function FolderPlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M19.5 21a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3h-5.379a.75.75 0 0 1-.53-.22L11.47 3.66A2.25 2.25 0 0 0 9.879 3H4.5a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h15Zm-6.75-10.5a.75.75 0 0 0-1.5 0v2.25H9a.75.75 0 0 0 0 1.5h2.25v2.25a.75.75 0 0 0 1.5 0v-2.25H15a.75.75 0 0 0 0-1.5h-2.25V10.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FolderPlusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ForwardIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ForwardIcon.d.ts new file mode 100644 index 00000000..1cd375b3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ForwardIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ForwardIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ForwardIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ForwardIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ForwardIcon.js new file mode 100644 index 00000000..c139559c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ForwardIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function ForwardIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5.055 7.06C3.805 6.347 2.25 7.25 2.25 8.69v8.122c0 1.44 1.555 2.343 2.805 1.628L12 14.471v2.34c0 1.44 1.555 2.343 2.805 1.628l7.108-4.061c1.26-.72 1.26-2.536 0-3.256l-7.108-4.061C13.555 6.346 12 7.249 12 8.689v2.34L5.055 7.061Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ForwardIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/FunnelIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/FunnelIcon.d.ts new file mode 100644 index 00000000..ef9ce222 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/FunnelIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const FunnelIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default FunnelIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/FunnelIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/FunnelIcon.js new file mode 100644 index 00000000..09c0463e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/FunnelIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function FunnelIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.792 2.938A49.069 49.069 0 0 1 12 2.25c2.797 0 5.54.236 8.209.688a1.857 1.857 0 0 1 1.541 1.836v1.044a3 3 0 0 1-.879 2.121l-6.182 6.182a1.5 1.5 0 0 0-.439 1.061v2.927a3 3 0 0 1-1.658 2.684l-1.757.878A.75.75 0 0 1 9.75 21v-5.818a1.5 1.5 0 0 0-.44-1.06L3.13 7.938a3 3 0 0 1-.879-2.121V4.774c0-.897.64-1.683 1.542-1.836Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(FunnelIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/GifIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/GifIcon.d.ts new file mode 100644 index 00000000..28c9754e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/GifIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GifIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GifIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/GifIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/GifIcon.js new file mode 100644 index 00000000..d3905ffa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/GifIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function GifIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 3.75a3 3 0 0 0-3 3v10.5a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3V6.75a3 3 0 0 0-3-3h-15Zm9 4.5a.75.75 0 0 0-1.5 0v7.5a.75.75 0 0 0 1.5 0v-7.5Zm1.5 0a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5H16.5v2.25H18a.75.75 0 0 1 0 1.5h-1.5v3a.75.75 0 0 1-1.5 0v-7.5ZM6.636 9.78c.404-.575.867-.78 1.25-.78s.846.205 1.25.78a.75.75 0 0 0 1.228-.863C9.738 8.027 8.853 7.5 7.886 7.5c-.966 0-1.852.527-2.478 1.417-.62.882-.908 2-.908 3.083 0 1.083.288 2.201.909 3.083.625.89 1.51 1.417 2.477 1.417.967 0 1.852-.527 2.478-1.417a.75.75 0 0 0 .136-.431V12a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0 0 1.5H9v1.648c-.37.44-.774.602-1.114.602-.383 0-.846-.205-1.25-.78C6.226 13.638 6 12.837 6 12c0-.837.226-1.638.636-2.22Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GifIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/GiftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/GiftIcon.d.ts new file mode 100644 index 00000000..1be9eff4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/GiftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GiftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GiftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/GiftIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/GiftIcon.js new file mode 100644 index 00000000..9a24ea8e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/GiftIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function GiftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M9.375 3a1.875 1.875 0 0 0 0 3.75h1.875v4.5H3.375A1.875 1.875 0 0 1 1.5 9.375v-.75c0-1.036.84-1.875 1.875-1.875h3.193A3.375 3.375 0 0 1 12 2.753a3.375 3.375 0 0 1 5.432 3.997h3.943c1.035 0 1.875.84 1.875 1.875v.75c0 1.036-.84 1.875-1.875 1.875H12.75v-4.5h1.875a1.875 1.875 0 1 0-1.875-1.875V6.75h-1.5V4.875C11.25 3.839 10.41 3 9.375 3ZM11.25 12.75H3v6.75a2.25 2.25 0 0 0 2.25 2.25h6v-9ZM12.75 12.75v9h6.75a2.25 2.25 0 0 0 2.25-2.25v-6.75h-9Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GiftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/GiftTopIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/GiftTopIcon.d.ts new file mode 100644 index 00000000..fb112a99 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/GiftTopIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GiftTopIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GiftTopIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/GiftTopIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/GiftTopIcon.js new file mode 100644 index 00000000..ea42db55 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/GiftTopIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function GiftTopIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M11.25 3v4.046a3 3 0 0 0-4.277 4.204H1.5v-6A2.25 2.25 0 0 1 3.75 3h7.5ZM12.75 3v4.011a3 3 0 0 1 4.239 4.239H22.5v-6A2.25 2.25 0 0 0 20.25 3h-7.5ZM22.5 12.75h-8.983a4.125 4.125 0 0 0 4.108 3.75.75.75 0 0 1 0 1.5 5.623 5.623 0 0 1-4.875-2.817V21h7.5a2.25 2.25 0 0 0 2.25-2.25v-6ZM11.25 21v-5.817A5.623 5.623 0 0 1 6.375 18a.75.75 0 0 1 0-1.5 4.126 4.126 0 0 0 4.108-3.75H1.5v6A2.25 2.25 0 0 0 3.75 21h7.5Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M11.085 10.354c.03.297.038.575.036.805a7.484 7.484 0 0 1-.805-.036c-.833-.084-1.677-.325-2.195-.843a1.5 1.5 0 0 1 2.122-2.12c.517.517.759 1.36.842 2.194ZM12.877 10.354c-.03.297-.038.575-.036.805.23.002.508-.006.805-.036.833-.084 1.677-.325 2.195-.843A1.5 1.5 0 0 0 13.72 8.16c-.518.518-.76 1.362-.843 2.194Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GiftTopIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/GlobeAltIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/GlobeAltIcon.d.ts new file mode 100644 index 00000000..dcfbe8d2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/GlobeAltIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GlobeAltIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GlobeAltIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/GlobeAltIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/GlobeAltIcon.js new file mode 100644 index 00000000..38053f88 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/GlobeAltIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function GlobeAltIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M21.721 12.752a9.711 9.711 0 0 0-.945-5.003 12.754 12.754 0 0 1-4.339 2.708 18.991 18.991 0 0 1-.214 4.772 17.165 17.165 0 0 0 5.498-2.477ZM14.634 15.55a17.324 17.324 0 0 0 .332-4.647c-.952.227-1.945.347-2.966.347-1.021 0-2.014-.12-2.966-.347a17.515 17.515 0 0 0 .332 4.647 17.385 17.385 0 0 0 5.268 0ZM9.772 17.119a18.963 18.963 0 0 0 4.456 0A17.182 17.182 0 0 1 12 21.724a17.18 17.18 0 0 1-2.228-4.605ZM7.777 15.23a18.87 18.87 0 0 1-.214-4.774 12.753 12.753 0 0 1-4.34-2.708 9.711 9.711 0 0 0-.944 5.004 17.165 17.165 0 0 0 5.498 2.477ZM21.356 14.752a9.765 9.765 0 0 1-7.478 6.817 18.64 18.64 0 0 0 1.988-4.718 18.627 18.627 0 0 0 5.49-2.098ZM2.644 14.752c1.682.971 3.53 1.688 5.49 2.099a18.64 18.64 0 0 0 1.988 4.718 9.765 9.765 0 0 1-7.478-6.816ZM13.878 2.43a9.755 9.755 0 0 1 6.116 3.986 11.267 11.267 0 0 1-3.746 2.504 18.63 18.63 0 0 0-2.37-6.49ZM12 2.276a17.152 17.152 0 0 1 2.805 7.121c-.897.23-1.837.353-2.805.353-.968 0-1.908-.122-2.805-.353A17.151 17.151 0 0 1 12 2.276ZM10.122 2.43a18.629 18.629 0 0 0-2.37 6.49 11.266 11.266 0 0 1-3.746-2.504 9.754 9.754 0 0 1 6.116-3.985Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GlobeAltIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/GlobeAmericasIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/GlobeAmericasIcon.d.ts new file mode 100644 index 00000000..768a792f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/GlobeAmericasIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GlobeAmericasIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GlobeAmericasIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/GlobeAmericasIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/GlobeAmericasIcon.js new file mode 100644 index 00000000..f6d7e43b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/GlobeAmericasIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function GlobeAmericasIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25ZM6.262 6.072a8.25 8.25 0 1 0 10.562-.766 4.5 4.5 0 0 1-1.318 1.357L14.25 7.5l.165.33a.809.809 0 0 1-1.086 1.085l-.604-.302a1.125 1.125 0 0 0-1.298.21l-.132.131c-.439.44-.439 1.152 0 1.591l.296.296c.256.257.622.374.98.314l1.17-.195c.323-.054.654.036.905.245l1.33 1.108c.32.267.46.694.358 1.1a8.7 8.7 0 0 1-2.288 4.04l-.723.724a1.125 1.125 0 0 1-1.298.21l-.153-.076a1.125 1.125 0 0 1-.622-1.006v-1.089c0-.298-.119-.585-.33-.796l-1.347-1.347a1.125 1.125 0 0 1-.21-1.298L9.75 12l-1.64-1.64a6 6 0 0 1-1.676-3.257l-.172-1.03Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GlobeAmericasIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/GlobeAsiaAustraliaIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/GlobeAsiaAustraliaIcon.d.ts new file mode 100644 index 00000000..2b043982 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/GlobeAsiaAustraliaIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GlobeAsiaAustraliaIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GlobeAsiaAustraliaIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/GlobeAsiaAustraliaIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/GlobeAsiaAustraliaIcon.js new file mode 100644 index 00000000..e367c9e4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/GlobeAsiaAustraliaIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function GlobeAsiaAustraliaIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M15.75 8.25a.75.75 0 0 1 .75.75c0 1.12-.492 2.126-1.27 2.812a.75.75 0 1 1-.992-1.124A2.243 2.243 0 0 0 15 9a.75.75 0 0 1 .75-.75Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25ZM4.575 15.6a8.25 8.25 0 0 0 9.348 4.425 1.966 1.966 0 0 0-1.84-1.275.983.983 0 0 1-.97-.822l-.073-.437c-.094-.565.25-1.11.8-1.267l.99-.282c.427-.123.783-.418.982-.816l.036-.073a1.453 1.453 0 0 1 2.328-.377L16.5 15h.628a2.25 2.25 0 0 1 1.983 1.186 8.25 8.25 0 0 0-6.345-12.4c.044.262.18.503.389.676l1.068.89c.442.369.535 1.01.216 1.49l-.51.766a2.25 2.25 0 0 1-1.161.886l-.143.048a1.107 1.107 0 0 0-.57 1.664c.369.555.169 1.307-.427 1.605L9 13.125l.423 1.059a.956.956 0 0 1-1.652.928l-.679-.906a1.125 1.125 0 0 0-1.906.172L4.575 15.6Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GlobeAsiaAustraliaIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/GlobeEuropeAfricaIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/GlobeEuropeAfricaIcon.d.ts new file mode 100644 index 00000000..0df28058 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/GlobeEuropeAfricaIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const GlobeEuropeAfricaIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default GlobeEuropeAfricaIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/GlobeEuropeAfricaIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/GlobeEuropeAfricaIcon.js new file mode 100644 index 00000000..631a378e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/GlobeEuropeAfricaIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function GlobeEuropeAfricaIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25ZM8.547 4.505a8.25 8.25 0 1 0 11.672 8.214l-.46-.46a2.252 2.252 0 0 1-.422-.586l-1.08-2.16a.414.414 0 0 0-.663-.107.827.827 0 0 1-.812.21l-1.273-.363a.89.89 0 0 0-.738 1.595l.587.39c.59.395.674 1.23.172 1.732l-.2.2c-.211.212-.33.498-.33.796v.41c0 .409-.11.809-.32 1.158l-1.315 2.191a2.11 2.11 0 0 1-1.81 1.025 1.055 1.055 0 0 1-1.055-1.055v-1.172c0-.92-.56-1.747-1.414-2.089l-.654-.261a2.25 2.25 0 0 1-1.384-2.46l.007-.042a2.25 2.25 0 0 1 .29-.787l.09-.15a2.25 2.25 0 0 1 2.37-1.048l1.178.236a1.125 1.125 0 0 0 1.302-.795l.208-.73a1.125 1.125 0 0 0-.578-1.315l-.665-.332-.091.091a2.25 2.25 0 0 1-1.591.659h-.18c-.249 0-.487.1-.662.274a.931.931 0 0 1-1.458-1.137l1.279-2.132Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(GlobeEuropeAfricaIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/H1Icon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/H1Icon.d.ts new file mode 100644 index 00000000..6dd8b51a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/H1Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const H1Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default H1Icon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/H1Icon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/H1Icon.js new file mode 100644 index 00000000..a335107b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/H1Icon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function H1Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.243 3.743a.75.75 0 0 1 .75.75v6.75h9v-6.75a.75.75 0 1 1 1.5 0v15.002a.75.75 0 1 1-1.5 0v-6.751h-9v6.75a.75.75 0 1 1-1.5 0v-15a.75.75 0 0 1 .75-.75Zm17.605 4.964a.75.75 0 0 1 .396.661v9.376h1.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1 0-1.5h1.5V10.77l-1.084.722a.75.75 0 1 1-.832-1.248l2.25-1.5a.75.75 0 0 1 .77-.037Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(H1Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/H2Icon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/H2Icon.d.ts new file mode 100644 index 00000000..ced8aa38 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/H2Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const H2Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default H2Icon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/H2Icon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/H2Icon.js new file mode 100644 index 00000000..ac64d0ce --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/H2Icon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function H2Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.246 3.743a.75.75 0 0 1 .75.75v6.75h9v-6.75a.75.75 0 0 1 1.5 0v15.002a.75.75 0 1 1-1.5 0v-6.751h-9v6.75a.75.75 0 1 1-1.5 0v-15a.75.75 0 0 1 .75-.75ZM18.75 10.5c-.727 0-1.441.054-2.138.16a.75.75 0 1 1-.223-1.484 15.867 15.867 0 0 1 3.635-.125c1.149.092 2.153.923 2.348 2.115.084.516.128 1.045.128 1.584 0 1.065-.676 1.927-1.531 2.354l-2.89 1.445a1.5 1.5 0 0 0-.829 1.342v.86h4.5a.75.75 0 1 1 0 1.5H16.5a.75.75 0 0 1-.75-.75v-1.61a3 3 0 0 1 1.659-2.684l2.89-1.445c.447-.223.701-.62.701-1.012a8.32 8.32 0 0 0-.108-1.342c-.075-.457-.47-.82-.987-.862a14.45 14.45 0 0 0-1.155-.046Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(H2Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/H3Icon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/H3Icon.d.ts new file mode 100644 index 00000000..3e101f77 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/H3Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const H3Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default H3Icon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/H3Icon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/H3Icon.js new file mode 100644 index 00000000..dca5b054 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/H3Icon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function H3Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12.749 3.743a.75.75 0 0 1 .75.75v15.002a.75.75 0 1 1-1.5 0v-6.75H2.997v6.75a.75.75 0 0 1-1.5 0V4.494a.75.75 0 1 1 1.5 0v6.75H12v-6.75a.75.75 0 0 1 .75-.75ZM18.75 10.5c-.727 0-1.441.055-2.139.16a.75.75 0 1 1-.223-1.483 15.87 15.87 0 0 1 3.82-.11c.95.088 1.926.705 2.168 1.794a5.265 5.265 0 0 1-.579 3.765 5.265 5.265 0 0 1 .578 3.765c-.24 1.088-1.216 1.706-2.167 1.793a15.942 15.942 0 0 1-3.82-.109.75.75 0 0 1 .223-1.483 14.366 14.366 0 0 0 3.46.099c.467-.043.773-.322.84-.624a3.768 3.768 0 0 0-.413-2.691H18a.75.75 0 0 1 0-1.5h2.498a3.768 3.768 0 0 0 .413-2.69c-.067-.303-.373-.582-.84-.625-.435-.04-.876-.06-1.321-.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(H3Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/HandRaisedIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/HandRaisedIcon.d.ts new file mode 100644 index 00000000..66fd8285 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/HandRaisedIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HandRaisedIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HandRaisedIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/HandRaisedIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/HandRaisedIcon.js new file mode 100644 index 00000000..4918aaea --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/HandRaisedIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function HandRaisedIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10.5 1.875a1.125 1.125 0 0 1 2.25 0v8.219c.517.162 1.02.382 1.5.659V3.375a1.125 1.125 0 0 1 2.25 0v10.937a4.505 4.505 0 0 0-3.25 2.373 8.963 8.963 0 0 1 4-.935A.75.75 0 0 0 18 15v-2.266a3.368 3.368 0 0 1 .988-2.37 1.125 1.125 0 0 1 1.591 1.59 1.118 1.118 0 0 0-.329.79v3.006h-.005a6 6 0 0 1-1.752 4.007l-1.736 1.736a6 6 0 0 1-4.242 1.757H10.5a7.5 7.5 0 0 1-7.5-7.5V6.375a1.125 1.125 0 0 1 2.25 0v5.519c.46-.452.965-.832 1.5-1.141V3.375a1.125 1.125 0 0 1 2.25 0v6.526c.495-.1.997-.151 1.5-.151V1.875Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HandRaisedIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/HandThumbDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/HandThumbDownIcon.d.ts new file mode 100644 index 00000000..efb5173f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/HandThumbDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HandThumbDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HandThumbDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/HandThumbDownIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/HandThumbDownIcon.js new file mode 100644 index 00000000..2c6f90b5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/HandThumbDownIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function HandThumbDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M15.73 5.5h1.035A7.465 7.465 0 0 1 18 9.625a7.465 7.465 0 0 1-1.235 4.125h-.148c-.806 0-1.534.446-2.031 1.08a9.04 9.04 0 0 1-2.861 2.4c-.723.384-1.35.956-1.653 1.715a4.499 4.499 0 0 0-.322 1.672v.633A.75.75 0 0 1 9 22a2.25 2.25 0 0 1-2.25-2.25c0-1.152.26-2.243.723-3.218.266-.558-.107-1.282-.725-1.282H3.622c-1.026 0-1.945-.694-2.054-1.715A12.137 12.137 0 0 1 1.5 12.25c0-2.848.992-5.464 2.649-7.521C4.537 4.247 5.136 4 5.754 4H9.77a4.5 4.5 0 0 1 1.423.23l3.114 1.04a4.5 4.5 0 0 0 1.423.23ZM21.669 14.023c.536-1.362.831-2.845.831-4.398 0-1.22-.182-2.398-.52-3.507-.26-.85-1.084-1.368-1.973-1.368H19.1c-.445 0-.72.498-.523.898.591 1.2.924 2.55.924 3.977a8.958 8.958 0 0 1-1.302 4.666c-.245.403.028.959.5.959h1.053c.832 0 1.612-.453 1.918-1.227Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HandThumbDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/HandThumbUpIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/HandThumbUpIcon.d.ts new file mode 100644 index 00000000..69b969f9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/HandThumbUpIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HandThumbUpIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HandThumbUpIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/HandThumbUpIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/HandThumbUpIcon.js new file mode 100644 index 00000000..d7aaf273 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/HandThumbUpIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function HandThumbUpIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M7.493 18.5c-.425 0-.82-.236-.975-.632A7.48 7.48 0 0 1 6 15.125c0-1.75.599-3.358 1.602-4.634.151-.192.373-.309.6-.397.473-.183.89-.514 1.212-.924a9.042 9.042 0 0 1 2.861-2.4c.723-.384 1.35-.956 1.653-1.715a4.498 4.498 0 0 0 .322-1.672V2.75A.75.75 0 0 1 15 2a2.25 2.25 0 0 1 2.25 2.25c0 1.152-.26 2.243-.723 3.218-.266.558.107 1.282.725 1.282h3.126c1.026 0 1.945.694 2.054 1.715.045.422.068.85.068 1.285a11.95 11.95 0 0 1-2.649 7.521c-.388.482-.987.729-1.605.729H14.23c-.483 0-.964-.078-1.423-.23l-3.114-1.04a4.501 4.501 0 0 0-1.423-.23h-.777ZM2.331 10.727a11.969 11.969 0 0 0-.831 4.398 12 12 0 0 0 .52 3.507C2.28 19.482 3.105 20 3.994 20H4.9c.445 0 .72-.498.523-.898a8.963 8.963 0 0 1-.924-3.977c0-1.708.476-3.305 1.302-4.666.245-.403-.028-.959-.5-.959H4.25c-.832 0-1.612.453-1.918 1.227Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HandThumbUpIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/HashtagIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/HashtagIcon.d.ts new file mode 100644 index 00000000..cd41dcf2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/HashtagIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HashtagIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HashtagIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/HashtagIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/HashtagIcon.js new file mode 100644 index 00000000..e5dc5530 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/HashtagIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function HashtagIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.097 1.515a.75.75 0 0 1 .589.882L10.666 7.5h4.47l1.079-5.397a.75.75 0 1 1 1.47.294L16.665 7.5h3.585a.75.75 0 0 1 0 1.5h-3.885l-1.2 6h3.585a.75.75 0 0 1 0 1.5h-3.885l-1.08 5.397a.75.75 0 1 1-1.47-.294l1.02-5.103h-4.47l-1.08 5.397a.75.75 0 1 1-1.47-.294l1.02-5.103H3.75a.75.75 0 0 1 0-1.5h3.885l1.2-6H5.25a.75.75 0 0 1 0-1.5h3.885l1.08-5.397a.75.75 0 0 1 .882-.588ZM10.365 9l-1.2 6h4.47l1.2-6h-4.47Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HashtagIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/HeartIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/HeartIcon.d.ts new file mode 100644 index 00000000..a6bd0952 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/HeartIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HeartIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HeartIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/HeartIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/HeartIcon.js new file mode 100644 index 00000000..f7b9748d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/HeartIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function HeartIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "m11.645 20.91-.007-.003-.022-.012a15.247 15.247 0 0 1-.383-.218 25.18 25.18 0 0 1-4.244-3.17C4.688 15.36 2.25 12.174 2.25 8.25 2.25 5.322 4.714 3 7.688 3A5.5 5.5 0 0 1 12 5.052 5.5 5.5 0 0 1 16.313 3c2.973 0 5.437 2.322 5.437 5.25 0 3.925-2.438 7.111-4.739 9.256a25.175 25.175 0 0 1-4.244 3.17 15.247 15.247 0 0 1-.383.219l-.022.012-.007.004-.003.001a.752.752 0 0 1-.704 0l-.003-.001Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HeartIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/HomeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/HomeIcon.d.ts new file mode 100644 index 00000000..eea727df --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/HomeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HomeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HomeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/HomeIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/HomeIcon.js new file mode 100644 index 00000000..3be4fa36 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/HomeIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function HomeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M11.47 3.841a.75.75 0 0 1 1.06 0l8.69 8.69a.75.75 0 1 0 1.06-1.061l-8.689-8.69a2.25 2.25 0 0 0-3.182 0l-8.69 8.69a.75.75 0 1 0 1.061 1.06l8.69-8.689Z" + }), /*#__PURE__*/React.createElement("path", { + d: "m12 5.432 8.159 8.159c.03.03.06.058.091.086v6.198c0 1.035-.84 1.875-1.875 1.875H15a.75.75 0 0 1-.75-.75v-4.5a.75.75 0 0 0-.75-.75h-3a.75.75 0 0 0-.75.75V21a.75.75 0 0 1-.75.75H5.625a1.875 1.875 0 0 1-1.875-1.875v-6.198a2.29 2.29 0 0 0 .091-.086L12 5.432Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HomeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/HomeModernIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/HomeModernIcon.d.ts new file mode 100644 index 00000000..03e6a85c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/HomeModernIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const HomeModernIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default HomeModernIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/HomeModernIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/HomeModernIcon.js new file mode 100644 index 00000000..b992b9b5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/HomeModernIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function HomeModernIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M19.006 3.705a.75.75 0 1 0-.512-1.41L6 6.838V3a.75.75 0 0 0-.75-.75h-1.5A.75.75 0 0 0 3 3v4.93l-1.006.365a.75.75 0 0 0 .512 1.41l16.5-6Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.019 11.114 18 5.667v3.421l4.006 1.457a.75.75 0 1 1-.512 1.41l-.494-.18v8.475h.75a.75.75 0 0 1 0 1.5H2.25a.75.75 0 0 1 0-1.5H3v-9.129l.019-.007ZM18 20.25v-9.566l1.5.546v9.02H18Zm-9-6a.75.75 0 0 0-.75.75v4.5c0 .414.336.75.75.75h3a.75.75 0 0 0 .75-.75V15a.75.75 0 0 0-.75-.75H9Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(HomeModernIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/IdentificationIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/IdentificationIcon.d.ts new file mode 100644 index 00000000..85d23894 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/IdentificationIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const IdentificationIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default IdentificationIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/IdentificationIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/IdentificationIcon.js new file mode 100644 index 00000000..518beb75 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/IdentificationIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function IdentificationIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 3.75a3 3 0 0 0-3 3v10.5a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3V6.75a3 3 0 0 0-3-3h-15Zm4.125 3a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5Zm-3.873 8.703a4.126 4.126 0 0 1 7.746 0 .75.75 0 0 1-.351.92 7.47 7.47 0 0 1-3.522.877 7.47 7.47 0 0 1-3.522-.877.75.75 0 0 1-.351-.92ZM15 8.25a.75.75 0 0 0 0 1.5h3.75a.75.75 0 0 0 0-1.5H15ZM14.25 12a.75.75 0 0 1 .75-.75h3.75a.75.75 0 0 1 0 1.5H15a.75.75 0 0 1-.75-.75Zm.75 2.25a.75.75 0 0 0 0 1.5h3.75a.75.75 0 0 0 0-1.5H15Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(IdentificationIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/InboxArrowDownIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/InboxArrowDownIcon.d.ts new file mode 100644 index 00000000..2b604ed7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/InboxArrowDownIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const InboxArrowDownIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default InboxArrowDownIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/InboxArrowDownIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/InboxArrowDownIcon.js new file mode 100644 index 00000000..5028425c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/InboxArrowDownIcon.js @@ -0,0 +1,28 @@ +import * as React from "react"; +function InboxArrowDownIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.478 5.559A1.5 1.5 0 0 1 6.912 4.5H9A.75.75 0 0 0 9 3H6.912a3 3 0 0 0-2.868 2.118l-2.411 7.838a3 3 0 0 0-.133.882V18a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3v-4.162c0-.299-.045-.596-.133-.882l-2.412-7.838A3 3 0 0 0 17.088 3H15a.75.75 0 0 0 0 1.5h2.088a1.5 1.5 0 0 1 1.434 1.059l2.213 7.191H17.89a3 3 0 0 0-2.684 1.658l-.256.513a1.5 1.5 0 0 1-1.342.829h-3.218a1.5 1.5 0 0 1-1.342-.83l-.256-.512a3 3 0 0 0-2.684-1.658H3.265l2.213-7.191Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25a.75.75 0 0 1 .75.75v6.44l1.72-1.72a.75.75 0 1 1 1.06 1.06l-3 3a.75.75 0 0 1-1.06 0l-3-3a.75.75 0 0 1 1.06-1.06l1.72 1.72V3a.75.75 0 0 1 .75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(InboxArrowDownIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/InboxIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/InboxIcon.d.ts new file mode 100644 index 00000000..1bf31e53 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/InboxIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const InboxIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default InboxIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/InboxIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/InboxIcon.js new file mode 100644 index 00000000..d70d6145 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/InboxIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function InboxIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6.912 3a3 3 0 0 0-2.868 2.118l-2.411 7.838a3 3 0 0 0-.133.882V18a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3v-4.162c0-.299-.045-.596-.133-.882l-2.412-7.838A3 3 0 0 0 17.088 3H6.912Zm13.823 9.75-2.213-7.191A1.5 1.5 0 0 0 17.088 4.5H6.912a1.5 1.5 0 0 0-1.434 1.059L3.265 12.75H6.11a3 3 0 0 1 2.684 1.658l.256.513a1.5 1.5 0 0 0 1.342.829h3.218a1.5 1.5 0 0 0 1.342-.83l.256-.512a3 3 0 0 1 2.684-1.658h2.844Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(InboxIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/InboxStackIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/InboxStackIcon.d.ts new file mode 100644 index 00000000..cea338d6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/InboxStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const InboxStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default InboxStackIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/InboxStackIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/InboxStackIcon.js new file mode 100644 index 00000000..a0e1e57b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/InboxStackIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function InboxStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.5 9.832v1.793c0 1.036.84 1.875 1.875 1.875h17.25c1.035 0 1.875-.84 1.875-1.875V9.832a3 3 0 0 0-.722-1.952l-3.285-3.832A3 3 0 0 0 16.215 3h-8.43a3 3 0 0 0-2.278 1.048L2.222 7.88A3 3 0 0 0 1.5 9.832ZM7.785 4.5a1.5 1.5 0 0 0-1.139.524L3.881 8.25h3.165a3 3 0 0 1 2.496 1.336l.164.246a1.5 1.5 0 0 0 1.248.668h2.092a1.5 1.5 0 0 0 1.248-.668l.164-.246a3 3 0 0 1 2.496-1.336h3.165l-2.765-3.226a1.5 1.5 0 0 0-1.139-.524h-8.43Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M2.813 15c-.725 0-1.313.588-1.313 1.313V18a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3v-1.688c0-.724-.588-1.312-1.313-1.312h-4.233a3 3 0 0 0-2.496 1.336l-.164.246a1.5 1.5 0 0 1-1.248.668h-2.092a1.5 1.5 0 0 1-1.248-.668l-.164-.246A3 3 0 0 0 7.046 15H2.812Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(InboxStackIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/InformationCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/InformationCircleIcon.d.ts new file mode 100644 index 00000000..f072a915 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/InformationCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const InformationCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default InformationCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/InformationCircleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/InformationCircleIcon.js new file mode 100644 index 00000000..b28acead --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/InformationCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function InformationCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm8.706-1.442c1.146-.573 2.437.463 2.126 1.706l-.709 2.836.042-.02a.75.75 0 0 1 .67 1.34l-.04.022c-1.147.573-2.438-.463-2.127-1.706l.71-2.836-.042.02a.75.75 0 1 1-.671-1.34l.041-.022ZM12 9a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(InformationCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ItalicIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ItalicIcon.d.ts new file mode 100644 index 00000000..3b26c948 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ItalicIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ItalicIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ItalicIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ItalicIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ItalicIcon.js new file mode 100644 index 00000000..8986b4e5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ItalicIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ItalicIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10.497 3.744a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-3.275l-5.357 15.002h2.632a.75.75 0 1 1 0 1.5h-7.5a.75.75 0 1 1 0-1.5h3.275l5.357-15.002h-2.632a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ItalicIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/KeyIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/KeyIcon.d.ts new file mode 100644 index 00000000..54031ee1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/KeyIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const KeyIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default KeyIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/KeyIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/KeyIcon.js new file mode 100644 index 00000000..2237bd82 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/KeyIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function KeyIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15.75 1.5a6.75 6.75 0 0 0-6.651 7.906c.067.39-.032.717-.221.906l-6.5 6.499a3 3 0 0 0-.878 2.121v2.818c0 .414.336.75.75.75H6a.75.75 0 0 0 .75-.75v-1.5h1.5A.75.75 0 0 0 9 19.5V18h1.5a.75.75 0 0 0 .53-.22l2.658-2.658c.19-.189.517-.288.906-.22A6.75 6.75 0 1 0 15.75 1.5Zm0 3a.75.75 0 0 0 0 1.5A2.25 2.25 0 0 1 18 8.25a.75.75 0 0 0 1.5 0 3.75 3.75 0 0 0-3.75-3.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(KeyIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/LanguageIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/LanguageIcon.d.ts new file mode 100644 index 00000000..004c7bdd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/LanguageIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LanguageIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LanguageIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/LanguageIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/LanguageIcon.js new file mode 100644 index 00000000..069207a5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/LanguageIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function LanguageIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9 2.25a.75.75 0 0 1 .75.75v1.506a49.384 49.384 0 0 1 5.343.371.75.75 0 1 1-.186 1.489c-.66-.083-1.323-.151-1.99-.206a18.67 18.67 0 0 1-2.97 6.323c.318.384.65.753 1 1.107a.75.75 0 0 1-1.07 1.052A18.902 18.902 0 0 1 9 13.687a18.823 18.823 0 0 1-5.656 4.482.75.75 0 0 1-.688-1.333 17.323 17.323 0 0 0 5.396-4.353A18.72 18.72 0 0 1 5.89 8.598a.75.75 0 0 1 1.388-.568A17.21 17.21 0 0 0 9 11.224a17.168 17.168 0 0 0 2.391-5.165 48.04 48.04 0 0 0-8.298.307.75.75 0 0 1-.186-1.489 49.159 49.159 0 0 1 5.343-.371V3A.75.75 0 0 1 9 2.25ZM15.75 9a.75.75 0 0 1 .68.433l5.25 11.25a.75.75 0 1 1-1.36.634l-1.198-2.567h-6.744l-1.198 2.567a.75.75 0 0 1-1.36-.634l5.25-11.25A.75.75 0 0 1 15.75 9Zm-2.672 8.25h5.344l-2.672-5.726-2.672 5.726Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LanguageIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/LifebuoyIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/LifebuoyIcon.d.ts new file mode 100644 index 00000000..9e84fdbe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/LifebuoyIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LifebuoyIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LifebuoyIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/LifebuoyIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/LifebuoyIcon.js new file mode 100644 index 00000000..32f5c810 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/LifebuoyIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function LifebuoyIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M19.449 8.448 16.388 11a4.52 4.52 0 0 1 0 2.002l3.061 2.55a8.275 8.275 0 0 0 0-7.103ZM15.552 19.45 13 16.388a4.52 4.52 0 0 1-2.002 0l-2.55 3.061a8.275 8.275 0 0 0 7.103 0ZM4.55 15.552 7.612 13a4.52 4.52 0 0 1 0-2.002L4.551 8.45a8.275 8.275 0 0 0 0 7.103ZM8.448 4.55 11 7.612a4.52 4.52 0 0 1 2.002 0l2.55-3.061a8.275 8.275 0 0 0-7.103 0Zm8.657-.86a9.776 9.776 0 0 1 1.79 1.415 9.776 9.776 0 0 1 1.414 1.788 9.764 9.764 0 0 1 0 10.211 9.777 9.777 0 0 1-1.415 1.79 9.777 9.777 0 0 1-1.788 1.414 9.764 9.764 0 0 1-10.212 0 9.776 9.776 0 0 1-1.788-1.415 9.776 9.776 0 0 1-1.415-1.788 9.764 9.764 0 0 1 0-10.212 9.774 9.774 0 0 1 1.415-1.788A9.774 9.774 0 0 1 6.894 3.69a9.764 9.764 0 0 1 10.211 0ZM14.121 9.88a2.985 2.985 0 0 0-1.11-.704 3.015 3.015 0 0 0-2.022 0 2.985 2.985 0 0 0-1.11.704c-.326.325-.56.705-.704 1.11a3.015 3.015 0 0 0 0 2.022c.144.405.378.785.704 1.11.325.326.705.56 1.11.704.652.233 1.37.233 2.022 0a2.985 2.985 0 0 0 1.11-.704c.326-.325.56-.705.704-1.11a3.016 3.016 0 0 0 0-2.022 2.985 2.985 0 0 0-.704-1.11Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LifebuoyIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/LightBulbIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/LightBulbIcon.d.ts new file mode 100644 index 00000000..140569d3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/LightBulbIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LightBulbIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LightBulbIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/LightBulbIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/LightBulbIcon.js new file mode 100644 index 00000000..e8bbc2f1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/LightBulbIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function LightBulbIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M12 .75a8.25 8.25 0 0 0-4.135 15.39c.686.398 1.115 1.008 1.134 1.623a.75.75 0 0 0 .577.706c.352.083.71.148 1.074.195.323.041.6-.218.6-.544v-4.661a6.714 6.714 0 0 1-.937-.171.75.75 0 1 1 .374-1.453 5.261 5.261 0 0 0 2.626 0 .75.75 0 1 1 .374 1.452 6.712 6.712 0 0 1-.937.172v4.66c0 .327.277.586.6.545.364-.047.722-.112 1.074-.195a.75.75 0 0 0 .577-.706c.02-.615.448-1.225 1.134-1.623A8.25 8.25 0 0 0 12 .75Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.013 19.9a.75.75 0 0 1 .877-.597 11.319 11.319 0 0 0 4.22 0 .75.75 0 1 1 .28 1.473 12.819 12.819 0 0 1-4.78 0 .75.75 0 0 1-.597-.876ZM9.754 22.344a.75.75 0 0 1 .824-.668 13.682 13.682 0 0 0 2.844 0 .75.75 0 1 1 .156 1.492 15.156 15.156 0 0 1-3.156 0 .75.75 0 0 1-.668-.824Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LightBulbIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/LinkIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/LinkIcon.d.ts new file mode 100644 index 00000000..7c670eff --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/LinkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LinkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LinkIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/LinkIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/LinkIcon.js new file mode 100644 index 00000000..6aeaa513 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/LinkIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function LinkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M19.902 4.098a3.75 3.75 0 0 0-5.304 0l-4.5 4.5a3.75 3.75 0 0 0 1.035 6.037.75.75 0 0 1-.646 1.353 5.25 5.25 0 0 1-1.449-8.45l4.5-4.5a5.25 5.25 0 1 1 7.424 7.424l-1.757 1.757a.75.75 0 1 1-1.06-1.06l1.757-1.757a3.75 3.75 0 0 0 0-5.304Zm-7.389 4.267a.75.75 0 0 1 1-.353 5.25 5.25 0 0 1 1.449 8.45l-4.5 4.5a5.25 5.25 0 1 1-7.424-7.424l1.757-1.757a.75.75 0 1 1 1.06 1.06l-1.757 1.757a3.75 3.75 0 1 0 5.304 5.304l4.5-4.5a3.75 3.75 0 0 0-1.035-6.037.75.75 0 0 1-.354-1Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LinkIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/LinkSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/LinkSlashIcon.d.ts new file mode 100644 index 00000000..10fa71e3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/LinkSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LinkSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LinkSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/LinkSlashIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/LinkSlashIcon.js new file mode 100644 index 00000000..05575b60 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/LinkSlashIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function LinkSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M19.892 4.09a3.75 3.75 0 0 0-5.303 0l-4.5 4.5c-.074.074-.144.15-.21.229l4.965 4.966a3.75 3.75 0 0 0-1.986-4.428.75.75 0 0 1 .646-1.353 5.253 5.253 0 0 1 2.502 6.944l5.515 5.515a.75.75 0 0 1-1.061 1.06l-18-18.001A.75.75 0 0 1 3.521 2.46l5.294 5.295a5.31 5.31 0 0 1 .213-.227l4.5-4.5a5.25 5.25 0 1 1 7.425 7.425l-1.757 1.757a.75.75 0 1 1-1.06-1.06l1.756-1.757a3.75 3.75 0 0 0 0-5.304ZM5.846 11.773a.75.75 0 0 1 0 1.06l-1.757 1.758a3.75 3.75 0 0 0 5.303 5.304l3.129-3.13a.75.75 0 1 1 1.06 1.061l-3.128 3.13a5.25 5.25 0 1 1-7.425-7.426l1.757-1.757a.75.75 0 0 1 1.061 0Zm2.401.26a.75.75 0 0 1 .957.458c.18.512.474.992.885 1.403.31.311.661.555 1.035.733a.75.75 0 0 1-.647 1.354 5.244 5.244 0 0 1-1.449-1.026 5.232 5.232 0 0 1-1.24-1.965.75.75 0 0 1 .46-.957Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LinkSlashIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ListBulletIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ListBulletIcon.d.ts new file mode 100644 index 00000000..0c6cd1ed --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ListBulletIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ListBulletIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ListBulletIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ListBulletIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ListBulletIcon.js new file mode 100644 index 00000000..970cea73 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ListBulletIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ListBulletIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.625 6.75a1.125 1.125 0 1 1 2.25 0 1.125 1.125 0 0 1-2.25 0Zm4.875 0A.75.75 0 0 1 8.25 6h12a.75.75 0 0 1 0 1.5h-12a.75.75 0 0 1-.75-.75ZM2.625 12a1.125 1.125 0 1 1 2.25 0 1.125 1.125 0 0 1-2.25 0ZM7.5 12a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5h-12A.75.75 0 0 1 7.5 12Zm-4.875 5.25a1.125 1.125 0 1 1 2.25 0 1.125 1.125 0 0 1-2.25 0Zm4.875 0a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5h-12a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ListBulletIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/LockClosedIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/LockClosedIcon.d.ts new file mode 100644 index 00000000..b5df9ca2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/LockClosedIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LockClosedIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LockClosedIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/LockClosedIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/LockClosedIcon.js new file mode 100644 index 00000000..e6a5e73e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/LockClosedIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function LockClosedIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 1.5a5.25 5.25 0 0 0-5.25 5.25v3a3 3 0 0 0-3 3v6.75a3 3 0 0 0 3 3h10.5a3 3 0 0 0 3-3v-6.75a3 3 0 0 0-3-3v-3c0-2.9-2.35-5.25-5.25-5.25Zm3.75 8.25v-3a3.75 3.75 0 1 0-7.5 0v3h7.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LockClosedIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/LockOpenIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/LockOpenIcon.d.ts new file mode 100644 index 00000000..0f847fce --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/LockOpenIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const LockOpenIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default LockOpenIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/LockOpenIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/LockOpenIcon.js new file mode 100644 index 00000000..37c592e8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/LockOpenIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function LockOpenIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M18 1.5c2.9 0 5.25 2.35 5.25 5.25v3.75a.75.75 0 0 1-1.5 0V6.75a3.75 3.75 0 1 0-7.5 0v3a3 3 0 0 1 3 3v6.75a3 3 0 0 1-3 3H3.75a3 3 0 0 1-3-3v-6.75a3 3 0 0 1 3-3h9v-3c0-2.9 2.35-5.25 5.25-5.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(LockOpenIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/MagnifyingGlassCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/MagnifyingGlassCircleIcon.d.ts new file mode 100644 index 00000000..bb57af1e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/MagnifyingGlassCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MagnifyingGlassCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MagnifyingGlassCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/MagnifyingGlassCircleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/MagnifyingGlassCircleIcon.js new file mode 100644 index 00000000..ef1f3e1e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/MagnifyingGlassCircleIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function MagnifyingGlassCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8.25 10.875a2.625 2.625 0 1 1 5.25 0 2.625 2.625 0 0 1-5.25 0Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25Zm-1.125 4.5a4.125 4.125 0 1 0 2.338 7.524l2.007 2.006a.75.75 0 1 0 1.06-1.06l-2.006-2.007a4.125 4.125 0 0 0-3.399-6.463Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MagnifyingGlassCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/MagnifyingGlassIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/MagnifyingGlassIcon.d.ts new file mode 100644 index 00000000..8481bf29 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/MagnifyingGlassIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MagnifyingGlassIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MagnifyingGlassIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/MagnifyingGlassIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/MagnifyingGlassIcon.js new file mode 100644 index 00000000..3ba654b1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/MagnifyingGlassIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function MagnifyingGlassIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10.5 3.75a6.75 6.75 0 1 0 0 13.5 6.75 6.75 0 0 0 0-13.5ZM2.25 10.5a8.25 8.25 0 1 1 14.59 5.28l4.69 4.69a.75.75 0 1 1-1.06 1.06l-4.69-4.69A8.25 8.25 0 0 1 2.25 10.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MagnifyingGlassIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/MagnifyingGlassMinusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/MagnifyingGlassMinusIcon.d.ts new file mode 100644 index 00000000..e0d8a15d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/MagnifyingGlassMinusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MagnifyingGlassMinusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MagnifyingGlassMinusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/MagnifyingGlassMinusIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/MagnifyingGlassMinusIcon.js new file mode 100644 index 00000000..7eb216cf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/MagnifyingGlassMinusIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function MagnifyingGlassMinusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10.5 3.75a6.75 6.75 0 1 0 0 13.5 6.75 6.75 0 0 0 0-13.5ZM2.25 10.5a8.25 8.25 0 1 1 14.59 5.28l4.69 4.69a.75.75 0 1 1-1.06 1.06l-4.69-4.69A8.25 8.25 0 0 1 2.25 10.5Zm4.5 0a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5h-6a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MagnifyingGlassMinusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/MagnifyingGlassPlusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/MagnifyingGlassPlusIcon.d.ts new file mode 100644 index 00000000..2f92e87a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/MagnifyingGlassPlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MagnifyingGlassPlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MagnifyingGlassPlusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/MagnifyingGlassPlusIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/MagnifyingGlassPlusIcon.js new file mode 100644 index 00000000..f9f7019c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/MagnifyingGlassPlusIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function MagnifyingGlassPlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10.5 3.75a6.75 6.75 0 1 0 0 13.5 6.75 6.75 0 0 0 0-13.5ZM2.25 10.5a8.25 8.25 0 1 1 14.59 5.28l4.69 4.69a.75.75 0 1 1-1.06 1.06l-4.69-4.69A8.25 8.25 0 0 1 2.25 10.5Zm8.25-3.75a.75.75 0 0 1 .75.75v2.25h2.25a.75.75 0 0 1 0 1.5h-2.25v2.25a.75.75 0 0 1-1.5 0v-2.25H7.5a.75.75 0 0 1 0-1.5h2.25V7.5a.75.75 0 0 1 .75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MagnifyingGlassPlusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/MapIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/MapIcon.d.ts new file mode 100644 index 00000000..0d81f6f4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/MapIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MapIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MapIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/MapIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/MapIcon.js new file mode 100644 index 00000000..ef513e36 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/MapIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function MapIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8.161 2.58a1.875 1.875 0 0 1 1.678 0l4.993 2.498c.106.052.23.052.336 0l3.869-1.935A1.875 1.875 0 0 1 21.75 4.82v12.485c0 .71-.401 1.36-1.037 1.677l-4.875 2.437a1.875 1.875 0 0 1-1.676 0l-4.994-2.497a.375.375 0 0 0-.336 0l-3.868 1.935A1.875 1.875 0 0 1 2.25 19.18V6.695c0-.71.401-1.36 1.036-1.677l4.875-2.437ZM9 6a.75.75 0 0 1 .75.75V15a.75.75 0 0 1-1.5 0V6.75A.75.75 0 0 1 9 6Zm6.75 3a.75.75 0 0 0-1.5 0v8.25a.75.75 0 0 0 1.5 0V9Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MapIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/MapPinIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/MapPinIcon.d.ts new file mode 100644 index 00000000..5a651e4f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/MapPinIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MapPinIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MapPinIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/MapPinIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/MapPinIcon.js new file mode 100644 index 00000000..76b6706f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/MapPinIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function MapPinIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "m11.54 22.351.07.04.028.016a.76.76 0 0 0 .723 0l.028-.015.071-.041a16.975 16.975 0 0 0 1.144-.742 19.58 19.58 0 0 0 2.683-2.282c1.944-1.99 3.963-4.98 3.963-8.827a8.25 8.25 0 0 0-16.5 0c0 3.846 2.02 6.837 3.963 8.827a19.58 19.58 0 0 0 2.682 2.282 16.975 16.975 0 0 0 1.145.742ZM12 13.5a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MapPinIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/MegaphoneIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/MegaphoneIcon.d.ts new file mode 100644 index 00000000..105abf4b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/MegaphoneIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MegaphoneIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MegaphoneIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/MegaphoneIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/MegaphoneIcon.js new file mode 100644 index 00000000..2f0559e7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/MegaphoneIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function MegaphoneIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M16.881 4.345A23.112 23.112 0 0 1 8.25 6H7.5a5.25 5.25 0 0 0-.88 10.427 21.593 21.593 0 0 0 1.378 3.94c.464 1.004 1.674 1.32 2.582.796l.657-.379c.88-.508 1.165-1.593.772-2.468a17.116 17.116 0 0 1-.628-1.607c1.918.258 3.76.75 5.5 1.446A21.727 21.727 0 0 0 18 11.25c0-2.414-.393-4.735-1.119-6.905ZM18.26 3.74a23.22 23.22 0 0 1 1.24 7.51 23.22 23.22 0 0 1-1.41 7.992.75.75 0 1 0 1.409.516 24.555 24.555 0 0 0 1.415-6.43 2.992 2.992 0 0 0 .836-2.078c0-.807-.319-1.54-.836-2.078a24.65 24.65 0 0 0-1.415-6.43.75.75 0 1 0-1.409.516c.059.16.116.321.17.483Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MegaphoneIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/MicrophoneIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/MicrophoneIcon.d.ts new file mode 100644 index 00000000..8671d6b9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/MicrophoneIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MicrophoneIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MicrophoneIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/MicrophoneIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/MicrophoneIcon.js new file mode 100644 index 00000000..da0ca22c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/MicrophoneIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function MicrophoneIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M8.25 4.5a3.75 3.75 0 1 1 7.5 0v8.25a3.75 3.75 0 1 1-7.5 0V4.5Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M6 10.5a.75.75 0 0 1 .75.75v1.5a5.25 5.25 0 1 0 10.5 0v-1.5a.75.75 0 0 1 1.5 0v1.5a6.751 6.751 0 0 1-6 6.709v2.291h3a.75.75 0 0 1 0 1.5h-7.5a.75.75 0 0 1 0-1.5h3v-2.291a6.751 6.751 0 0 1-6-6.709v-1.5A.75.75 0 0 1 6 10.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MicrophoneIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/MinusCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/MinusCircleIcon.d.ts new file mode 100644 index 00000000..cfc27bcc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/MinusCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MinusCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MinusCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/MinusCircleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/MinusCircleIcon.js new file mode 100644 index 00000000..00874746 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/MinusCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function MinusCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25Zm3 10.5a.75.75 0 0 0 0-1.5H9a.75.75 0 0 0 0 1.5h6Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MinusCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/MinusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/MinusIcon.d.ts new file mode 100644 index 00000000..7fdb4b6c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/MinusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MinusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MinusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/MinusIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/MinusIcon.js new file mode 100644 index 00000000..42a50853 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/MinusIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function MinusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.25 12a.75.75 0 0 1 .75-.75h14a.75.75 0 0 1 0 1.5H5a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MinusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/MinusSmallIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/MinusSmallIcon.d.ts new file mode 100644 index 00000000..b8f586d6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/MinusSmallIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const MinusSmallIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MinusSmallIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/MinusSmallIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/MinusSmallIcon.js new file mode 100644 index 00000000..269cc009 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/MinusSmallIcon.js @@ -0,0 +1,25 @@ +import * as React from "react"; +/** @deprecated */ +function MinusSmallIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.25 12a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MinusSmallIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/MoonIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/MoonIcon.d.ts new file mode 100644 index 00000000..de7d2c5e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/MoonIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MoonIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MoonIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/MoonIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/MoonIcon.js new file mode 100644 index 00000000..f4142e9b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/MoonIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function MoonIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.528 1.718a.75.75 0 0 1 .162.819A8.97 8.97 0 0 0 9 6a9 9 0 0 0 9 9 8.97 8.97 0 0 0 3.463-.69.75.75 0 0 1 .981.98 10.503 10.503 0 0 1-9.694 6.46c-5.799 0-10.5-4.7-10.5-10.5 0-4.368 2.667-8.112 6.46-9.694a.75.75 0 0 1 .818.162Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MoonIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/MusicalNoteIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/MusicalNoteIcon.d.ts new file mode 100644 index 00000000..043d34ef --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/MusicalNoteIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const MusicalNoteIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default MusicalNoteIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/MusicalNoteIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/MusicalNoteIcon.js new file mode 100644 index 00000000..faf7f17b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/MusicalNoteIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function MusicalNoteIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M19.952 1.651a.75.75 0 0 1 .298.599V16.303a3 3 0 0 1-2.176 2.884l-1.32.377a2.553 2.553 0 1 1-1.403-4.909l2.311-.66a1.5 1.5 0 0 0 1.088-1.442V6.994l-9 2.572v9.737a3 3 0 0 1-2.176 2.884l-1.32.377a2.553 2.553 0 1 1-1.402-4.909l2.31-.66a1.5 1.5 0 0 0 1.088-1.442V5.25a.75.75 0 0 1 .544-.721l10.5-3a.75.75 0 0 1 .658.122Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(MusicalNoteIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/NewspaperIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/NewspaperIcon.d.ts new file mode 100644 index 00000000..79735338 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/NewspaperIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const NewspaperIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default NewspaperIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/NewspaperIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/NewspaperIcon.js new file mode 100644 index 00000000..f72bf446 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/NewspaperIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function NewspaperIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.125 3C3.089 3 2.25 3.84 2.25 4.875V18a3 3 0 0 0 3 3h15a3 3 0 0 1-3-3V4.875C17.25 3.839 16.41 3 15.375 3H4.125ZM12 9.75a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5H12Zm-.75-2.25a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5H12a.75.75 0 0 1-.75-.75ZM6 12.75a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5H6Zm-.75 3.75a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75ZM6 6.75a.75.75 0 0 0-.75.75v3c0 .414.336.75.75.75h3a.75.75 0 0 0 .75-.75v-3A.75.75 0 0 0 9 6.75H6Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M18.75 6.75h1.875c.621 0 1.125.504 1.125 1.125V18a1.5 1.5 0 0 1-3 0V6.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(NewspaperIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/NoSymbolIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/NoSymbolIcon.d.ts new file mode 100644 index 00000000..5a3d4b75 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/NoSymbolIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const NoSymbolIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default NoSymbolIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/NoSymbolIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/NoSymbolIcon.js new file mode 100644 index 00000000..873bb3f9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/NoSymbolIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function NoSymbolIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "m6.72 5.66 11.62 11.62A8.25 8.25 0 0 0 6.72 5.66Zm10.56 12.68L5.66 6.72a8.25 8.25 0 0 0 11.62 11.62ZM5.105 5.106c3.807-3.808 9.98-3.808 13.788 0 3.808 3.807 3.808 9.98 0 13.788-3.807 3.808-9.98 3.808-13.788 0-3.808-3.807-3.808-9.98 0-13.788Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(NoSymbolIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/NumberedListIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/NumberedListIcon.d.ts new file mode 100644 index 00000000..bd0b135f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/NumberedListIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const NumberedListIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default NumberedListIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/NumberedListIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/NumberedListIcon.js new file mode 100644 index 00000000..578f4bba --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/NumberedListIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function NumberedListIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.491 5.992a.75.75 0 0 1 .75-.75h12a.75.75 0 1 1 0 1.5h-12a.75.75 0 0 1-.75-.75ZM7.49 11.995a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5h-12a.75.75 0 0 1-.75-.75ZM7.491 17.994a.75.75 0 0 1 .75-.75h12a.75.75 0 1 1 0 1.5h-12a.75.75 0 0 1-.75-.75ZM2.24 3.745a.75.75 0 0 1 .75-.75h1.125a.75.75 0 0 1 .75.75v3h.375a.75.75 0 0 1 0 1.5H2.99a.75.75 0 0 1 0-1.5h.375v-2.25H2.99a.75.75 0 0 1-.75-.75ZM2.79 10.602a.75.75 0 0 1 0-1.06 1.875 1.875 0 1 1 2.652 2.651l-.55.55h.35a.75.75 0 0 1 0 1.5h-2.16a.75.75 0 0 1-.53-1.281l1.83-1.83a.375.375 0 0 0-.53-.53.75.75 0 0 1-1.062 0ZM2.24 15.745a.75.75 0 0 1 .75-.75h1.125a1.875 1.875 0 0 1 1.501 2.999 1.875 1.875 0 0 1-1.501 3H2.99a.75.75 0 0 1 0-1.501h1.125a.375.375 0 0 0 .036-.748H3.74a.75.75 0 0 1-.75-.75v-.002a.75.75 0 0 1 .75-.75h.411a.375.375 0 0 0-.036-.748H2.99a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(NumberedListIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PaintBrushIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/PaintBrushIcon.d.ts new file mode 100644 index 00000000..2278908e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PaintBrushIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PaintBrushIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PaintBrushIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PaintBrushIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/PaintBrushIcon.js new file mode 100644 index 00000000..658699d2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PaintBrushIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PaintBrushIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M20.599 1.5c-.376 0-.743.111-1.055.32l-5.08 3.385a18.747 18.747 0 0 0-3.471 2.987 10.04 10.04 0 0 1 4.815 4.815 18.748 18.748 0 0 0 2.987-3.472l3.386-5.079A1.902 1.902 0 0 0 20.599 1.5Zm-8.3 14.025a18.76 18.76 0 0 0 1.896-1.207 8.026 8.026 0 0 0-4.513-4.513A18.75 18.75 0 0 0 8.475 11.7l-.278.5a5.26 5.26 0 0 1 3.601 3.602l.502-.278ZM6.75 13.5A3.75 3.75 0 0 0 3 17.25a1.5 1.5 0 0 1-1.601 1.497.75.75 0 0 0-.7 1.123 5.25 5.25 0 0 0 9.8-2.62 3.75 3.75 0 0 0-3.75-3.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PaintBrushIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PaperAirplaneIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/PaperAirplaneIcon.d.ts new file mode 100644 index 00000000..8f9b057d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PaperAirplaneIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PaperAirplaneIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PaperAirplaneIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PaperAirplaneIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/PaperAirplaneIcon.js new file mode 100644 index 00000000..4cce30c9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PaperAirplaneIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function PaperAirplaneIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.478 2.404a.75.75 0 0 0-.926.941l2.432 7.905H13.5a.75.75 0 0 1 0 1.5H4.984l-2.432 7.905a.75.75 0 0 0 .926.94 60.519 60.519 0 0 0 18.445-8.986.75.75 0 0 0 0-1.218A60.517 60.517 0 0 0 3.478 2.404Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PaperAirplaneIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PaperClipIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/PaperClipIcon.d.ts new file mode 100644 index 00000000..85bc18b3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PaperClipIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PaperClipIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PaperClipIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PaperClipIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/PaperClipIcon.js new file mode 100644 index 00000000..1bd32414 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PaperClipIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PaperClipIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M18.97 3.659a2.25 2.25 0 0 0-3.182 0l-10.94 10.94a3.75 3.75 0 1 0 5.304 5.303l7.693-7.693a.75.75 0 0 1 1.06 1.06l-7.693 7.693a5.25 5.25 0 1 1-7.424-7.424l10.939-10.94a3.75 3.75 0 1 1 5.303 5.304L9.097 18.835l-.008.008-.007.007-.002.002-.003.002A2.25 2.25 0 0 1 5.91 15.66l7.81-7.81a.75.75 0 0 1 1.061 1.06l-7.81 7.81a.75.75 0 0 0 1.054 1.068L18.97 6.84a2.25 2.25 0 0 0 0-3.182Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PaperClipIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PauseCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/PauseCircleIcon.d.ts new file mode 100644 index 00000000..369128d9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PauseCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PauseCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PauseCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PauseCircleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/PauseCircleIcon.js new file mode 100644 index 00000000..cccba7c1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PauseCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PauseCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12ZM9 8.25a.75.75 0 0 0-.75.75v6c0 .414.336.75.75.75h.75a.75.75 0 0 0 .75-.75V9a.75.75 0 0 0-.75-.75H9Zm5.25 0a.75.75 0 0 0-.75.75v6c0 .414.336.75.75.75H15a.75.75 0 0 0 .75-.75V9a.75.75 0 0 0-.75-.75h-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PauseCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PauseIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/PauseIcon.d.ts new file mode 100644 index 00000000..be960989 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PauseIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PauseIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PauseIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PauseIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/PauseIcon.js new file mode 100644 index 00000000..a1be1fcc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PauseIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PauseIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M6.75 5.25a.75.75 0 0 1 .75-.75H9a.75.75 0 0 1 .75.75v13.5a.75.75 0 0 1-.75.75H7.5a.75.75 0 0 1-.75-.75V5.25Zm7.5 0A.75.75 0 0 1 15 4.5h1.5a.75.75 0 0 1 .75.75v13.5a.75.75 0 0 1-.75.75H15a.75.75 0 0 1-.75-.75V5.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PauseIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PencilIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/PencilIcon.d.ts new file mode 100644 index 00000000..cfc12556 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PencilIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PencilIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PencilIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PencilIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/PencilIcon.js new file mode 100644 index 00000000..9b49a728 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PencilIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function PencilIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M21.731 2.269a2.625 2.625 0 0 0-3.712 0l-1.157 1.157 3.712 3.712 1.157-1.157a2.625 2.625 0 0 0 0-3.712ZM19.513 8.199l-3.712-3.712-12.15 12.15a5.25 5.25 0 0 0-1.32 2.214l-.8 2.685a.75.75 0 0 0 .933.933l2.685-.8a5.25 5.25 0 0 0 2.214-1.32L19.513 8.2Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PencilIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PencilSquareIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/PencilSquareIcon.d.ts new file mode 100644 index 00000000..b1008d21 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PencilSquareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PencilSquareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PencilSquareIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PencilSquareIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/PencilSquareIcon.js new file mode 100644 index 00000000..9b7923ac --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PencilSquareIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PencilSquareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M21.731 2.269a2.625 2.625 0 0 0-3.712 0l-1.157 1.157 3.712 3.712 1.157-1.157a2.625 2.625 0 0 0 0-3.712ZM19.513 8.199l-3.712-3.712-8.4 8.4a5.25 5.25 0 0 0-1.32 2.214l-.8 2.685a.75.75 0 0 0 .933.933l2.685-.8a5.25 5.25 0 0 0 2.214-1.32l8.4-8.4Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M5.25 5.25a3 3 0 0 0-3 3v10.5a3 3 0 0 0 3 3h10.5a3 3 0 0 0 3-3V13.5a.75.75 0 0 0-1.5 0v5.25a1.5 1.5 0 0 1-1.5 1.5H5.25a1.5 1.5 0 0 1-1.5-1.5V8.25a1.5 1.5 0 0 1 1.5-1.5h5.25a.75.75 0 0 0 0-1.5H5.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PencilSquareIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PercentBadgeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/PercentBadgeIcon.d.ts new file mode 100644 index 00000000..e879c9fe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PercentBadgeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PercentBadgeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PercentBadgeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PercentBadgeIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/PercentBadgeIcon.js new file mode 100644 index 00000000..26b13d51 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PercentBadgeIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PercentBadgeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.99 2.243a4.49 4.49 0 0 0-3.398 1.55 4.49 4.49 0 0 0-3.497 1.306 4.491 4.491 0 0 0-1.307 3.498 4.491 4.491 0 0 0-1.548 3.397c0 1.357.6 2.573 1.548 3.397a4.491 4.491 0 0 0 1.307 3.498 4.49 4.49 0 0 0 3.498 1.307 4.49 4.49 0 0 0 3.397 1.549 4.49 4.49 0 0 0 3.397-1.549 4.49 4.49 0 0 0 3.497-1.307 4.491 4.491 0 0 0 1.306-3.497 4.491 4.491 0 0 0 1.55-3.398c0-1.357-.601-2.573-1.549-3.397a4.491 4.491 0 0 0-1.307-3.498 4.49 4.49 0 0 0-3.498-1.307 4.49 4.49 0 0 0-3.396-1.549Zm3.53 7.28a.75.75 0 0 0-1.06-1.06l-6 6a.75.75 0 1 0 1.06 1.06l6-6Zm-5.78-.905a1.125 1.125 0 1 0 0 2.25 1.125 1.125 0 0 0 0-2.25Zm4.5 4.5a1.125 1.125 0 1 0 0 2.25 1.125 1.125 0 0 0 0-2.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PercentBadgeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PhoneArrowDownLeftIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/PhoneArrowDownLeftIcon.d.ts new file mode 100644 index 00000000..a9d877f2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PhoneArrowDownLeftIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PhoneArrowDownLeftIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PhoneArrowDownLeftIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PhoneArrowDownLeftIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/PhoneArrowDownLeftIcon.js new file mode 100644 index 00000000..f62a0201 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PhoneArrowDownLeftIcon.js @@ -0,0 +1,28 @@ +import * as React from "react"; +function PhoneArrowDownLeftIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M19.5 9.75a.75.75 0 0 1-.75.75h-4.5a.75.75 0 0 1-.75-.75v-4.5a.75.75 0 0 1 1.5 0v2.69l4.72-4.72a.75.75 0 1 1 1.06 1.06L16.06 9h2.69a.75.75 0 0 1 .75.75Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.5 4.5a3 3 0 0 1 3-3h1.372c.86 0 1.61.586 1.819 1.42l1.105 4.423a1.875 1.875 0 0 1-.694 1.955l-1.293.97c-.135.101-.164.249-.126.352a11.285 11.285 0 0 0 6.697 6.697c.103.038.25.009.352-.126l.97-1.293a1.875 1.875 0 0 1 1.955-.694l4.423 1.105c.834.209 1.42.959 1.42 1.82V19.5a3 3 0 0 1-3 3h-2.25C8.552 22.5 1.5 15.448 1.5 6.75V4.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PhoneArrowDownLeftIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PhoneArrowUpRightIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/PhoneArrowUpRightIcon.d.ts new file mode 100644 index 00000000..9b1ff4da --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PhoneArrowUpRightIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PhoneArrowUpRightIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PhoneArrowUpRightIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PhoneArrowUpRightIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/PhoneArrowUpRightIcon.js new file mode 100644 index 00000000..5835d1e3 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PhoneArrowUpRightIcon.js @@ -0,0 +1,28 @@ +import * as React from "react"; +function PhoneArrowUpRightIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15 3.75a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0V5.56l-4.72 4.72a.75.75 0 1 1-1.06-1.06l4.72-4.72h-2.69a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.5 4.5a3 3 0 0 1 3-3h1.372c.86 0 1.61.586 1.819 1.42l1.105 4.423a1.875 1.875 0 0 1-.694 1.955l-1.293.97c-.135.101-.164.249-.126.352a11.285 11.285 0 0 0 6.697 6.697c.103.038.25.009.352-.126l.97-1.293a1.875 1.875 0 0 1 1.955-.694l4.423 1.105c.834.209 1.42.959 1.42 1.82V19.5a3 3 0 0 1-3 3h-2.25C8.552 22.5 1.5 15.448 1.5 6.75V4.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PhoneArrowUpRightIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PhoneIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/PhoneIcon.d.ts new file mode 100644 index 00000000..e9a6bb47 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PhoneIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PhoneIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PhoneIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PhoneIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/PhoneIcon.js new file mode 100644 index 00000000..dec65bb4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PhoneIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PhoneIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.5 4.5a3 3 0 0 1 3-3h1.372c.86 0 1.61.586 1.819 1.42l1.105 4.423a1.875 1.875 0 0 1-.694 1.955l-1.293.97c-.135.101-.164.249-.126.352a11.285 11.285 0 0 0 6.697 6.697c.103.038.25.009.352-.126l.97-1.293a1.875 1.875 0 0 1 1.955-.694l4.423 1.105c.834.209 1.42.959 1.42 1.82V19.5a3 3 0 0 1-3 3h-2.25C8.552 22.5 1.5 15.448 1.5 6.75V4.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PhoneIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PhoneXMarkIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/PhoneXMarkIcon.d.ts new file mode 100644 index 00000000..f4afe695 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PhoneXMarkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PhoneXMarkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PhoneXMarkIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PhoneXMarkIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/PhoneXMarkIcon.js new file mode 100644 index 00000000..821111cc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PhoneXMarkIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PhoneXMarkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15.22 3.22a.75.75 0 0 1 1.06 0L18 4.94l1.72-1.72a.75.75 0 1 1 1.06 1.06L19.06 6l1.72 1.72a.75.75 0 0 1-1.06 1.06L18 7.06l-1.72 1.72a.75.75 0 1 1-1.06-1.06L16.94 6l-1.72-1.72a.75.75 0 0 1 0-1.06ZM1.5 4.5a3 3 0 0 1 3-3h1.372c.86 0 1.61.586 1.819 1.42l1.105 4.423a1.875 1.875 0 0 1-.694 1.955l-1.293.97c-.135.101-.164.249-.126.352a11.285 11.285 0 0 0 6.697 6.697c.103.038.25.009.352-.126l.97-1.293a1.875 1.875 0 0 1 1.955-.694l4.423 1.105c.834.209 1.42.959 1.42 1.82V19.5a3 3 0 0 1-3 3h-2.25C8.552 22.5 1.5 15.448 1.5 6.75V4.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PhoneXMarkIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PhotoIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/PhotoIcon.d.ts new file mode 100644 index 00000000..b00e9f04 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PhotoIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PhotoIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PhotoIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PhotoIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/PhotoIcon.js new file mode 100644 index 00000000..9a06295b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PhotoIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PhotoIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.5 6a2.25 2.25 0 0 1 2.25-2.25h16.5A2.25 2.25 0 0 1 22.5 6v12a2.25 2.25 0 0 1-2.25 2.25H3.75A2.25 2.25 0 0 1 1.5 18V6ZM3 16.06V18c0 .414.336.75.75.75h16.5A.75.75 0 0 0 21 18v-1.94l-2.69-2.689a1.5 1.5 0 0 0-2.12 0l-.88.879.97.97a.75.75 0 1 1-1.06 1.06l-5.16-5.159a1.5 1.5 0 0 0-2.12 0L3 16.061Zm10.125-7.81a1.125 1.125 0 1 1 2.25 0 1.125 1.125 0 0 1-2.25 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PhotoIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PlayCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/PlayCircleIcon.d.ts new file mode 100644 index 00000000..a320814d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PlayCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PlayCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlayCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PlayCircleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/PlayCircleIcon.js new file mode 100644 index 00000000..d1e66107 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PlayCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PlayCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm14.024-.983a1.125 1.125 0 0 1 0 1.966l-5.603 3.113A1.125 1.125 0 0 1 9 15.113V8.887c0-.857.921-1.4 1.671-.983l5.603 3.113Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlayCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PlayIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/PlayIcon.d.ts new file mode 100644 index 00000000..7da224c8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PlayIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PlayIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlayIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PlayIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/PlayIcon.js new file mode 100644 index 00000000..875df4ad --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PlayIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PlayIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 5.653c0-1.427 1.529-2.33 2.779-1.643l11.54 6.347c1.295.712 1.295 2.573 0 3.286L7.28 19.99c-1.25.687-2.779-.217-2.779-1.643V5.653Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlayIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PlayPauseIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/PlayPauseIcon.d.ts new file mode 100644 index 00000000..1baf435f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PlayPauseIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PlayPauseIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlayPauseIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PlayPauseIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/PlayPauseIcon.js new file mode 100644 index 00000000..265fbb1e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PlayPauseIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function PlayPauseIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M15 6.75a.75.75 0 0 0-.75.75V18a.75.75 0 0 0 .75.75h.75a.75.75 0 0 0 .75-.75V7.5a.75.75 0 0 0-.75-.75H15ZM20.25 6.75a.75.75 0 0 0-.75.75V18c0 .414.336.75.75.75H21a.75.75 0 0 0 .75-.75V7.5a.75.75 0 0 0-.75-.75h-.75ZM5.055 7.06C3.805 6.347 2.25 7.25 2.25 8.69v8.122c0 1.44 1.555 2.343 2.805 1.628l7.108-4.061c1.26-.72 1.26-2.536 0-3.256L5.055 7.061Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlayPauseIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PlusCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/PlusCircleIcon.d.ts new file mode 100644 index 00000000..9c7ce73d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PlusCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PlusCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlusCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PlusCircleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/PlusCircleIcon.js new file mode 100644 index 00000000..ba00b4c5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PlusCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PlusCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25ZM12.75 9a.75.75 0 0 0-1.5 0v2.25H9a.75.75 0 0 0 0 1.5h2.25V15a.75.75 0 0 0 1.5 0v-2.25H15a.75.75 0 0 0 0-1.5h-2.25V9Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlusCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PlusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/PlusIcon.d.ts new file mode 100644 index 00000000..04e381a1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PlusIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/PlusIcon.js new file mode 100644 index 00000000..afd54d4f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PlusIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 3.75a.75.75 0 0 1 .75.75v6.75h6.75a.75.75 0 0 1 0 1.5h-6.75v6.75a.75.75 0 0 1-1.5 0v-6.75H4.5a.75.75 0 0 1 0-1.5h6.75V4.5a.75.75 0 0 1 .75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PlusSmallIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/PlusSmallIcon.d.ts new file mode 100644 index 00000000..f00e0b8e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PlusSmallIcon.d.ts @@ -0,0 +1,4 @@ +import * as React from 'react'; +/** @deprecated */ +declare const PlusSmallIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PlusSmallIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PlusSmallIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/PlusSmallIcon.js new file mode 100644 index 00000000..34ea7f12 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PlusSmallIcon.js @@ -0,0 +1,25 @@ +import * as React from "react"; +/** @deprecated */ +function PlusSmallIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 5.25a.75.75 0 0 1 .75.75v5.25H18a.75.75 0 0 1 0 1.5h-5.25V18a.75.75 0 0 1-1.5 0v-5.25H6a.75.75 0 0 1 0-1.5h5.25V6a.75.75 0 0 1 .75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PlusSmallIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PowerIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/PowerIcon.d.ts new file mode 100644 index 00000000..754fe6b1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PowerIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PowerIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PowerIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PowerIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/PowerIcon.js new file mode 100644 index 00000000..48e449ae --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PowerIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PowerIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25a.75.75 0 0 1 .75.75v9a.75.75 0 0 1-1.5 0V3a.75.75 0 0 1 .75-.75ZM6.166 5.106a.75.75 0 0 1 0 1.06 8.25 8.25 0 1 0 11.668 0 .75.75 0 1 1 1.06-1.06c3.808 3.807 3.808 9.98 0 13.788-3.807 3.808-9.98 3.808-13.788 0-3.808-3.807-3.808-9.98 0-13.788a.75.75 0 0 1 1.06 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PowerIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PresentationChartBarIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/PresentationChartBarIcon.d.ts new file mode 100644 index 00000000..d80b6596 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PresentationChartBarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PresentationChartBarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PresentationChartBarIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PresentationChartBarIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/PresentationChartBarIcon.js new file mode 100644 index 00000000..9220c35b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PresentationChartBarIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PresentationChartBarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.25 2.25a.75.75 0 0 0 0 1.5H3v10.5a3 3 0 0 0 3 3h1.21l-1.172 3.513a.75.75 0 0 0 1.424.474l.329-.987h8.418l.33.987a.75.75 0 0 0 1.422-.474l-1.17-3.513H18a3 3 0 0 0 3-3V3.75h.75a.75.75 0 0 0 0-1.5H2.25Zm6.04 16.5.5-1.5h6.42l.5 1.5H8.29Zm7.46-12a.75.75 0 0 0-1.5 0v6a.75.75 0 0 0 1.5 0v-6Zm-3 2.25a.75.75 0 0 0-1.5 0v3.75a.75.75 0 0 0 1.5 0V9Zm-3 2.25a.75.75 0 0 0-1.5 0v1.5a.75.75 0 0 0 1.5 0v-1.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PresentationChartBarIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PresentationChartLineIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/PresentationChartLineIcon.d.ts new file mode 100644 index 00000000..a240a46d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PresentationChartLineIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PresentationChartLineIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PresentationChartLineIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PresentationChartLineIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/PresentationChartLineIcon.js new file mode 100644 index 00000000..f6bb628c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PresentationChartLineIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PresentationChartLineIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.25 2.25a.75.75 0 0 0 0 1.5H3v10.5a3 3 0 0 0 3 3h1.21l-1.172 3.513a.75.75 0 0 0 1.424.474l.329-.987h8.418l.33.987a.75.75 0 0 0 1.422-.474l-1.17-3.513H18a3 3 0 0 0 3-3V3.75h.75a.75.75 0 0 0 0-1.5H2.25Zm6.54 15h6.42l.5 1.5H8.29l.5-1.5Zm8.085-8.995a.75.75 0 1 0-.75-1.299 12.81 12.81 0 0 0-3.558 3.05L11.03 8.47a.75.75 0 0 0-1.06 0l-3 3a.75.75 0 1 0 1.06 1.06l2.47-2.47 1.617 1.618a.75.75 0 0 0 1.146-.102 11.312 11.312 0 0 1 3.612-3.321Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PresentationChartLineIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PrinterIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/PrinterIcon.d.ts new file mode 100644 index 00000000..f1d1be8f --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PrinterIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PrinterIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PrinterIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PrinterIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/PrinterIcon.js new file mode 100644 index 00000000..dcc991a7 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PrinterIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function PrinterIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.875 1.5C6.839 1.5 6 2.34 6 3.375v2.99c-.426.053-.851.11-1.274.174-1.454.218-2.476 1.483-2.476 2.917v6.294a3 3 0 0 0 3 3h.27l-.155 1.705A1.875 1.875 0 0 0 7.232 22.5h9.536a1.875 1.875 0 0 0 1.867-2.045l-.155-1.705h.27a3 3 0 0 0 3-3V9.456c0-1.434-1.022-2.7-2.476-2.917A48.716 48.716 0 0 0 18 6.366V3.375c0-1.036-.84-1.875-1.875-1.875h-8.25ZM16.5 6.205v-2.83A.375.375 0 0 0 16.125 3h-8.25a.375.375 0 0 0-.375.375v2.83a49.353 49.353 0 0 1 9 0Zm-.217 8.265c.178.018.317.16.333.337l.526 5.784a.375.375 0 0 1-.374.409H7.232a.375.375 0 0 1-.374-.409l.526-5.784a.373.373 0 0 1 .333-.337 41.741 41.741 0 0 1 8.566 0Zm.967-3.97a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75H18a.75.75 0 0 1-.75-.75V10.5ZM15 9.75a.75.75 0 0 0-.75.75v.008c0 .414.336.75.75.75h.008a.75.75 0 0 0 .75-.75V10.5a.75.75 0 0 0-.75-.75H15Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PrinterIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PuzzlePieceIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/PuzzlePieceIcon.d.ts new file mode 100644 index 00000000..04f58f55 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PuzzlePieceIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const PuzzlePieceIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default PuzzlePieceIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/PuzzlePieceIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/PuzzlePieceIcon.js new file mode 100644 index 00000000..66e1db0c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/PuzzlePieceIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function PuzzlePieceIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M11.25 5.337c0-.355-.186-.676-.401-.959a1.647 1.647 0 0 1-.349-1.003c0-1.036 1.007-1.875 2.25-1.875S15 2.34 15 3.375c0 .369-.128.713-.349 1.003-.215.283-.401.604-.401.959 0 .332.278.598.61.578 1.91-.114 3.79-.342 5.632-.676a.75.75 0 0 1 .878.645 49.17 49.17 0 0 1 .376 5.452.657.657 0 0 1-.66.664c-.354 0-.675-.186-.958-.401a1.647 1.647 0 0 0-1.003-.349c-1.035 0-1.875 1.007-1.875 2.25s.84 2.25 1.875 2.25c.369 0 .713-.128 1.003-.349.283-.215.604-.401.959-.401.31 0 .557.262.534.571a48.774 48.774 0 0 1-.595 4.845.75.75 0 0 1-.61.61c-1.82.317-3.673.533-5.555.642a.58.58 0 0 1-.611-.581c0-.355.186-.676.401-.959.221-.29.349-.634.349-1.003 0-1.035-1.007-1.875-2.25-1.875s-2.25.84-2.25 1.875c0 .369.128.713.349 1.003.215.283.401.604.401.959a.641.641 0 0 1-.658.643 49.118 49.118 0 0 1-4.708-.36.75.75 0 0 1-.645-.878c.293-1.614.504-3.257.629-4.924A.53.53 0 0 0 5.337 15c-.355 0-.676.186-.959.401-.29.221-.634.349-1.003.349-1.036 0-1.875-1.007-1.875-2.25s.84-2.25 1.875-2.25c.369 0 .713.128 1.003.349.283.215.604.401.959.401a.656.656 0 0 0 .659-.663 47.703 47.703 0 0 0-.31-4.82.75.75 0 0 1 .83-.832c1.343.155 2.703.254 4.077.294a.64.64 0 0 0 .657-.642Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(PuzzlePieceIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/QrCodeIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/QrCodeIcon.d.ts new file mode 100644 index 00000000..3106d4bb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/QrCodeIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const QrCodeIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default QrCodeIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/QrCodeIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/QrCodeIcon.js new file mode 100644 index 00000000..b116a21b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/QrCodeIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function QrCodeIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 4.875C3 3.839 3.84 3 4.875 3h4.5c1.036 0 1.875.84 1.875 1.875v4.5c0 1.036-.84 1.875-1.875 1.875h-4.5A1.875 1.875 0 0 1 3 9.375v-4.5ZM4.875 4.5a.375.375 0 0 0-.375.375v4.5c0 .207.168.375.375.375h4.5a.375.375 0 0 0 .375-.375v-4.5a.375.375 0 0 0-.375-.375h-4.5Zm7.875.375c0-1.036.84-1.875 1.875-1.875h4.5C20.16 3 21 3.84 21 4.875v4.5c0 1.036-.84 1.875-1.875 1.875h-4.5a1.875 1.875 0 0 1-1.875-1.875v-4.5Zm1.875-.375a.375.375 0 0 0-.375.375v4.5c0 .207.168.375.375.375h4.5a.375.375 0 0 0 .375-.375v-4.5a.375.375 0 0 0-.375-.375h-4.5ZM6 6.75A.75.75 0 0 1 6.75 6h.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-.75A.75.75 0 0 1 6 7.5v-.75Zm9.75 0A.75.75 0 0 1 16.5 6h.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-.75a.75.75 0 0 1-.75-.75v-.75ZM3 14.625c0-1.036.84-1.875 1.875-1.875h4.5c1.036 0 1.875.84 1.875 1.875v4.5c0 1.035-.84 1.875-1.875 1.875h-4.5A1.875 1.875 0 0 1 3 19.125v-4.5Zm1.875-.375a.375.375 0 0 0-.375.375v4.5c0 .207.168.375.375.375h4.5a.375.375 0 0 0 .375-.375v-4.5a.375.375 0 0 0-.375-.375h-4.5Zm7.875-.75a.75.75 0 0 1 .75-.75h.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-.75a.75.75 0 0 1-.75-.75v-.75Zm6 0a.75.75 0 0 1 .75-.75h.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-.75a.75.75 0 0 1-.75-.75v-.75ZM6 16.5a.75.75 0 0 1 .75-.75h.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-.75a.75.75 0 0 1-.75-.75v-.75Zm9.75 0a.75.75 0 0 1 .75-.75h.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-.75a.75.75 0 0 1-.75-.75v-.75Zm-3 3a.75.75 0 0 1 .75-.75h.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-.75a.75.75 0 0 1-.75-.75v-.75Zm6 0a.75.75 0 0 1 .75-.75h.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-.75a.75.75 0 0 1-.75-.75v-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(QrCodeIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/QuestionMarkCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/QuestionMarkCircleIcon.d.ts new file mode 100644 index 00000000..987c90a9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/QuestionMarkCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const QuestionMarkCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default QuestionMarkCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/QuestionMarkCircleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/QuestionMarkCircleIcon.js new file mode 100644 index 00000000..cf074d80 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/QuestionMarkCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function QuestionMarkCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm11.378-3.917c-.89-.777-2.366-.777-3.255 0a.75.75 0 0 1-.988-1.129c1.454-1.272 3.776-1.272 5.23 0 1.513 1.324 1.513 3.518 0 4.842a3.75 3.75 0 0 1-.837.552c-.676.328-1.028.774-1.028 1.152v.75a.75.75 0 0 1-1.5 0v-.75c0-1.279 1.06-2.107 1.875-2.502.182-.088.351-.199.503-.331.83-.727.83-1.857 0-2.584ZM12 18a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(QuestionMarkCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/QueueListIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/QueueListIcon.d.ts new file mode 100644 index 00000000..a466459c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/QueueListIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const QueueListIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default QueueListIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/QueueListIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/QueueListIcon.js new file mode 100644 index 00000000..ae34d4fa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/QueueListIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function QueueListIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5.625 3.75a2.625 2.625 0 1 0 0 5.25h12.75a2.625 2.625 0 0 0 0-5.25H5.625ZM3.75 11.25a.75.75 0 0 0 0 1.5h16.5a.75.75 0 0 0 0-1.5H3.75ZM3 15.75a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75ZM3.75 18.75a.75.75 0 0 0 0 1.5h16.5a.75.75 0 0 0 0-1.5H3.75Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(QueueListIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/RadioIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/RadioIcon.d.ts new file mode 100644 index 00000000..3ca8a702 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/RadioIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const RadioIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default RadioIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/RadioIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/RadioIcon.js new file mode 100644 index 00000000..d060d533 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/RadioIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function RadioIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M20.432 4.103a.75.75 0 0 0-.364-1.456L4.128 6.632l-.2.033C2.498 6.904 1.5 8.158 1.5 9.574v9.176a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3V9.574c0-1.416-.997-2.67-2.429-2.909a49.017 49.017 0 0 0-7.255-.658l7.616-1.904Zm-9.585 8.56a.75.75 0 0 1 0 1.06l-.005.006a.75.75 0 0 1-1.06 0l-.006-.006a.75.75 0 0 1 0-1.06l.005-.005a.75.75 0 0 1 1.06 0l.006.005ZM9.781 15.85a.75.75 0 0 0 1.061 0l.005-.005a.75.75 0 0 0 0-1.061l-.005-.005a.75.75 0 0 0-1.06 0l-.006.005a.75.75 0 0 0 0 1.06l.005.006Zm-1.055-1.066a.75.75 0 0 1 0 1.06l-.005.006a.75.75 0 0 1-1.061 0l-.005-.005a.75.75 0 0 1 0-1.06l.005-.006a.75.75 0 0 1 1.06 0l.006.005ZM7.66 13.73a.75.75 0 0 0 1.061 0l.005-.006a.75.75 0 0 0 0-1.06l-.005-.006a.75.75 0 0 0-1.06 0l-.006.006a.75.75 0 0 0 0 1.06l.005.006ZM9.255 9.75a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75h-.008a.75.75 0 0 1-.75-.75V10.5a.75.75 0 0 1 .75-.75h.008Zm3.624 3.28a.75.75 0 0 0 .275-1.025L13.15 12a.75.75 0 0 0-1.025-.275l-.006.004a.75.75 0 0 0-.275 1.024l.004.007a.75.75 0 0 0 1.025.274l.006-.003Zm-1.38 5.126a.75.75 0 0 1-1.024-.275l-.004-.006a.75.75 0 0 1 .275-1.025l.006-.004a.75.75 0 0 1 1.025.275l.004.007a.75.75 0 0 1-.275 1.024l-.006.004Zm.282-6.776a.75.75 0 0 0-.274-1.025l-.007-.003a.75.75 0 0 0-1.024.274l-.004.007a.75.75 0 0 0 .274 1.024l.007.004a.75.75 0 0 0 1.024-.275l.004-.006Zm1.369 5.129a.75.75 0 0 1-1.025.274l-.006-.004a.75.75 0 0 1-.275-1.024l.004-.007a.75.75 0 0 1 1.025-.274l.006.004a.75.75 0 0 1 .275 1.024l-.004.007Zm-.145-1.502a.75.75 0 0 0 .75-.75v-.007a.75.75 0 0 0-.75-.75h-.008a.75.75 0 0 0-.75.75v.007c0 .415.336.75.75.75h.008Zm-3.75 2.243a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75h-.008a.75.75 0 0 1-.75-.75V18a.75.75 0 0 1 .75-.75h.008Zm-2.871-.47a.75.75 0 0 0 .274-1.025l-.003-.006a.75.75 0 0 0-1.025-.275l-.006.004a.75.75 0 0 0-.275 1.024l.004.007a.75.75 0 0 0 1.024.274l.007-.003Zm1.366-5.12a.75.75 0 0 1-1.025-.274l-.004-.006a.75.75 0 0 1 .275-1.025l.006-.004a.75.75 0 0 1 1.025.275l.004.006a.75.75 0 0 1-.275 1.025l-.006.004Zm.281 6.215a.75.75 0 0 0-.275-1.024l-.006-.004a.75.75 0 0 0-1.025.274l-.003.007a.75.75 0 0 0 .274 1.024l.007.004a.75.75 0 0 0 1.024-.274l.004-.007Zm-1.376-5.116a.75.75 0 0 1-1.025.274l-.006-.003a.75.75 0 0 1-.275-1.025l.004-.007a.75.75 0 0 1 1.025-.274l.006.004a.75.75 0 0 1 .275 1.024l-.004.007Zm-1.15 2.248a.75.75 0 0 0 .75-.75v-.007a.75.75 0 0 0-.75-.75h-.008a.75.75 0 0 0-.75.75v.007c0 .415.336.75.75.75h.008ZM17.25 10.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm1.5 6a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(RadioIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ReceiptPercentIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ReceiptPercentIcon.d.ts new file mode 100644 index 00000000..605fd45e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ReceiptPercentIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ReceiptPercentIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ReceiptPercentIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ReceiptPercentIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ReceiptPercentIcon.js new file mode 100644 index 00000000..7d89b23c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ReceiptPercentIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ReceiptPercentIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 1.5c-1.921 0-3.816.111-5.68.327-1.497.174-2.57 1.46-2.57 2.93V21.75a.75.75 0 0 0 1.029.696l3.471-1.388 3.472 1.388a.75.75 0 0 0 .556 0l3.472-1.388 3.471 1.388a.75.75 0 0 0 1.029-.696V4.757c0-1.47-1.073-2.756-2.57-2.93A49.255 49.255 0 0 0 12 1.5Zm3.53 7.28a.75.75 0 0 0-1.06-1.06l-6 6a.75.75 0 1 0 1.06 1.06l6-6ZM8.625 9a1.125 1.125 0 1 1 2.25 0 1.125 1.125 0 0 1-2.25 0Zm5.625 3.375a1.125 1.125 0 1 0 0 2.25 1.125 1.125 0 0 0 0-2.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ReceiptPercentIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ReceiptRefundIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ReceiptRefundIcon.d.ts new file mode 100644 index 00000000..0a37ab1d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ReceiptRefundIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ReceiptRefundIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ReceiptRefundIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ReceiptRefundIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ReceiptRefundIcon.js new file mode 100644 index 00000000..a710fee2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ReceiptRefundIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ReceiptRefundIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 1.5c-1.921 0-3.816.111-5.68.327-1.497.174-2.57 1.46-2.57 2.93V21.75a.75.75 0 0 0 1.029.696l3.471-1.388 3.472 1.388a.75.75 0 0 0 .556 0l3.472-1.388 3.471 1.388a.75.75 0 0 0 1.029-.696V4.757c0-1.47-1.073-2.756-2.57-2.93A49.255 49.255 0 0 0 12 1.5Zm-.97 6.53a.75.75 0 1 0-1.06-1.06L7.72 9.22a.75.75 0 0 0 0 1.06l2.25 2.25a.75.75 0 1 0 1.06-1.06l-.97-.97h3.065a1.875 1.875 0 0 1 0 3.75H12a.75.75 0 0 0 0 1.5h1.125a3.375 3.375 0 1 0 0-6.75h-3.064l.97-.97Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ReceiptRefundIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/RectangleGroupIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/RectangleGroupIcon.d.ts new file mode 100644 index 00000000..074cdeaa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/RectangleGroupIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const RectangleGroupIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default RectangleGroupIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/RectangleGroupIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/RectangleGroupIcon.js new file mode 100644 index 00000000..ada1df17 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/RectangleGroupIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function RectangleGroupIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.5 7.125c0-1.036.84-1.875 1.875-1.875h6c1.036 0 1.875.84 1.875 1.875v3.75c0 1.036-.84 1.875-1.875 1.875h-6A1.875 1.875 0 0 1 1.5 10.875v-3.75Zm12 1.5c0-1.036.84-1.875 1.875-1.875h5.25c1.035 0 1.875.84 1.875 1.875v8.25c0 1.035-.84 1.875-1.875 1.875h-5.25a1.875 1.875 0 0 1-1.875-1.875v-8.25ZM3 16.125c0-1.036.84-1.875 1.875-1.875h5.25c1.036 0 1.875.84 1.875 1.875v2.25c0 1.035-.84 1.875-1.875 1.875h-5.25A1.875 1.875 0 0 1 3 18.375v-2.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(RectangleGroupIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/RectangleStackIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/RectangleStackIcon.d.ts new file mode 100644 index 00000000..611b8a88 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/RectangleStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const RectangleStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default RectangleStackIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/RectangleStackIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/RectangleStackIcon.js new file mode 100644 index 00000000..7bba32d2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/RectangleStackIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function RectangleStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5.566 4.657A4.505 4.505 0 0 1 6.75 4.5h10.5c.41 0 .806.055 1.183.157A3 3 0 0 0 15.75 3h-7.5a3 3 0 0 0-2.684 1.657ZM2.25 12a3 3 0 0 1 3-3h13.5a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H5.25a3 3 0 0 1-3-3v-6ZM5.25 7.5c-.41 0-.806.055-1.184.157A3 3 0 0 1 6.75 6h10.5a3 3 0 0 1 2.683 1.657A4.505 4.505 0 0 0 18.75 7.5H5.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(RectangleStackIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/RocketLaunchIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/RocketLaunchIcon.d.ts new file mode 100644 index 00000000..101beeaf --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/RocketLaunchIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const RocketLaunchIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default RocketLaunchIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/RocketLaunchIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/RocketLaunchIcon.js new file mode 100644 index 00000000..4be090b9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/RocketLaunchIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function RocketLaunchIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.315 7.584C12.195 3.883 16.695 1.5 21.75 1.5a.75.75 0 0 1 .75.75c0 5.056-2.383 9.555-6.084 12.436A6.75 6.75 0 0 1 9.75 22.5a.75.75 0 0 1-.75-.75v-4.131A15.838 15.838 0 0 1 6.382 15H2.25a.75.75 0 0 1-.75-.75 6.75 6.75 0 0 1 7.815-6.666ZM15 6.75a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M5.26 17.242a.75.75 0 1 0-.897-1.203 5.243 5.243 0 0 0-2.05 5.022.75.75 0 0 0 .625.627 5.243 5.243 0 0 0 5.022-2.051.75.75 0 1 0-1.202-.897 3.744 3.744 0 0 1-3.008 1.51c0-1.23.592-2.323 1.51-3.008Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(RocketLaunchIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/RssIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/RssIcon.d.ts new file mode 100644 index 00000000..b9e59791 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/RssIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const RssIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default RssIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/RssIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/RssIcon.js new file mode 100644 index 00000000..88926322 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/RssIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function RssIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.75 4.5a.75.75 0 0 1 .75-.75h.75c8.284 0 15 6.716 15 15v.75a.75.75 0 0 1-.75.75h-.75a.75.75 0 0 1-.75-.75v-.75C18 11.708 12.292 6 5.25 6H4.5a.75.75 0 0 1-.75-.75V4.5Zm0 6.75a.75.75 0 0 1 .75-.75h.75a8.25 8.25 0 0 1 8.25 8.25v.75a.75.75 0 0 1-.75.75H12a.75.75 0 0 1-.75-.75v-.75a6 6 0 0 0-6-6H4.5a.75.75 0 0 1-.75-.75v-.75Zm0 7.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(RssIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ScaleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ScaleIcon.d.ts new file mode 100644 index 00000000..3cab3de1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ScaleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ScaleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ScaleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ScaleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ScaleIcon.js new file mode 100644 index 00000000..c797874a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ScaleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ScaleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25a.75.75 0 0 1 .75.75v.756a49.106 49.106 0 0 1 9.152 1 .75.75 0 0 1-.152 1.485h-1.918l2.474 10.124a.75.75 0 0 1-.375.84A6.723 6.723 0 0 1 18.75 18a6.723 6.723 0 0 1-3.181-.795.75.75 0 0 1-.375-.84l2.474-10.124H12.75v13.28c1.293.076 2.534.343 3.697.776a.75.75 0 0 1-.262 1.453h-8.37a.75.75 0 0 1-.262-1.453c1.162-.433 2.404-.7 3.697-.775V6.24H6.332l2.474 10.124a.75.75 0 0 1-.375.84A6.723 6.723 0 0 1 5.25 18a6.723 6.723 0 0 1-3.181-.795.75.75 0 0 1-.375-.84L4.168 6.241H2.25a.75.75 0 0 1-.152-1.485 49.105 49.105 0 0 1 9.152-1V3a.75.75 0 0 1 .75-.75Zm4.878 13.543 1.872-7.662 1.872 7.662h-3.744Zm-9.756 0L5.25 8.131l-1.872 7.662h3.744Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ScaleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ScissorsIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ScissorsIcon.d.ts new file mode 100644 index 00000000..3256bc64 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ScissorsIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ScissorsIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ScissorsIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ScissorsIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ScissorsIcon.js new file mode 100644 index 00000000..05494db8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ScissorsIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ScissorsIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8.128 9.155a3.751 3.751 0 1 1 .713-1.321l1.136.656a.75.75 0 0 1 .222 1.104l-.006.007a.75.75 0 0 1-1.032.157 1.421 1.421 0 0 0-.113-.072l-.92-.531Zm-4.827-3.53a2.25 2.25 0 0 1 3.994 2.063.756.756 0 0 0-.122.23 2.25 2.25 0 0 1-3.872-2.293ZM13.348 8.272a5.073 5.073 0 0 0-3.428 3.57 5.08 5.08 0 0 0-.165 1.202 1.415 1.415 0 0 1-.707 1.201l-.96.554a3.751 3.751 0 1 0 .734 1.309l13.729-7.926a.75.75 0 0 0-.181-1.374l-.803-.215a5.25 5.25 0 0 0-2.894.05l-5.325 1.629Zm-9.223 7.03a2.25 2.25 0 1 0 2.25 3.897 2.25 2.25 0 0 0-2.25-3.897ZM12 12.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M16.372 12.615a.75.75 0 0 1 .75 0l5.43 3.135a.75.75 0 0 1-.182 1.374l-.802.215a5.25 5.25 0 0 1-2.894-.051l-5.147-1.574a.75.75 0 0 1-.156-1.367l3-1.732Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ScissorsIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ServerIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ServerIcon.d.ts new file mode 100644 index 00000000..609d2314 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ServerIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ServerIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ServerIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ServerIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ServerIcon.js new file mode 100644 index 00000000..e3214594 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ServerIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ServerIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4.08 5.227A3 3 0 0 1 6.979 3H17.02a3 3 0 0 1 2.9 2.227l2.113 7.926A5.228 5.228 0 0 0 18.75 12H5.25a5.228 5.228 0 0 0-3.284 1.153L4.08 5.227Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.25 13.5a3.75 3.75 0 1 0 0 7.5h13.5a3.75 3.75 0 1 0 0-7.5H5.25Zm10.5 4.5a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm3.75-.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ServerIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ServerStackIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ServerStackIcon.d.ts new file mode 100644 index 00000000..878e05f5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ServerStackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ServerStackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ServerStackIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ServerStackIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ServerStackIcon.js new file mode 100644 index 00000000..a21263f0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ServerStackIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function ServerStackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5.507 4.048A3 3 0 0 1 7.785 3h8.43a3 3 0 0 1 2.278 1.048l1.722 2.008A4.533 4.533 0 0 0 19.5 6h-15c-.243 0-.482.02-.715.056l1.722-2.008Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.5 10.5a3 3 0 0 1 3-3h15a3 3 0 1 1 0 6h-15a3 3 0 0 1-3-3Zm15 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm2.25.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5ZM4.5 15a3 3 0 1 0 0 6h15a3 3 0 1 0 0-6h-15Zm11.25 3.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5ZM19.5 18a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ServerStackIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ShareIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ShareIcon.d.ts new file mode 100644 index 00000000..b50d1b43 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ShareIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ShareIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ShareIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ShareIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ShareIcon.js new file mode 100644 index 00000000..af846cda --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ShareIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ShareIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15.75 4.5a3 3 0 1 1 .825 2.066l-8.421 4.679a3.002 3.002 0 0 1 0 1.51l8.421 4.679a3 3 0 1 1-.729 1.31l-8.421-4.678a3 3 0 1 1 0-4.132l8.421-4.679a3 3 0 0 1-.096-.755Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ShareIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ShieldCheckIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ShieldCheckIcon.d.ts new file mode 100644 index 00000000..cc454f84 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ShieldCheckIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ShieldCheckIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ShieldCheckIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ShieldCheckIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ShieldCheckIcon.js new file mode 100644 index 00000000..511042b8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ShieldCheckIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ShieldCheckIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12.516 2.17a.75.75 0 0 0-1.032 0 11.209 11.209 0 0 1-7.877 3.08.75.75 0 0 0-.722.515A12.74 12.74 0 0 0 2.25 9.75c0 5.942 4.064 10.933 9.563 12.348a.749.749 0 0 0 .374 0c5.499-1.415 9.563-6.406 9.563-12.348 0-1.39-.223-2.73-.635-3.985a.75.75 0 0 0-.722-.516l-.143.001c-2.996 0-5.717-1.17-7.734-3.08Zm3.094 8.016a.75.75 0 1 0-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.14-.094l3.75-5.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ShieldCheckIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ShieldExclamationIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ShieldExclamationIcon.d.ts new file mode 100644 index 00000000..3c82f8db --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ShieldExclamationIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ShieldExclamationIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ShieldExclamationIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ShieldExclamationIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ShieldExclamationIcon.js new file mode 100644 index 00000000..9e226b6d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ShieldExclamationIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ShieldExclamationIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M11.484 2.17a.75.75 0 0 1 1.032 0 11.209 11.209 0 0 0 7.877 3.08.75.75 0 0 1 .722.515 12.74 12.74 0 0 1 .635 3.985c0 5.942-4.064 10.933-9.563 12.348a.749.749 0 0 1-.374 0C6.314 20.683 2.25 15.692 2.25 9.75c0-1.39.223-2.73.635-3.985a.75.75 0 0 1 .722-.516l.143.001c2.996 0 5.718-1.17 7.734-3.08ZM12 8.25a.75.75 0 0 1 .75.75v3.75a.75.75 0 0 1-1.5 0V9a.75.75 0 0 1 .75-.75ZM12 15a.75.75 0 0 0-.75.75v.008c0 .414.336.75.75.75h.008a.75.75 0 0 0 .75-.75v-.008a.75.75 0 0 0-.75-.75H12Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ShieldExclamationIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ShoppingBagIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ShoppingBagIcon.d.ts new file mode 100644 index 00000000..f831a6c2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ShoppingBagIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ShoppingBagIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ShoppingBagIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ShoppingBagIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ShoppingBagIcon.js new file mode 100644 index 00000000..61f7a999 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ShoppingBagIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function ShoppingBagIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.5 6v.75H5.513c-.96 0-1.764.724-1.865 1.679l-1.263 12A1.875 1.875 0 0 0 4.25 22.5h15.5a1.875 1.875 0 0 0 1.865-2.071l-1.263-12a1.875 1.875 0 0 0-1.865-1.679H16.5V6a4.5 4.5 0 1 0-9 0ZM12 3a3 3 0 0 0-3 3v.75h6V6a3 3 0 0 0-3-3Zm-3 8.25a3 3 0 1 0 6 0v-.75a.75.75 0 0 1 1.5 0v.75a4.5 4.5 0 1 1-9 0v-.75a.75.75 0 0 1 1.5 0v.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ShoppingBagIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ShoppingCartIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ShoppingCartIcon.d.ts new file mode 100644 index 00000000..5ba6b683 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ShoppingCartIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ShoppingCartIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ShoppingCartIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ShoppingCartIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ShoppingCartIcon.js new file mode 100644 index 00000000..e9159f5d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ShoppingCartIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function ShoppingCartIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2.25 2.25a.75.75 0 0 0 0 1.5h1.386c.17 0 .318.114.362.278l2.558 9.592a3.752 3.752 0 0 0-2.806 3.63c0 .414.336.75.75.75h15.75a.75.75 0 0 0 0-1.5H5.378A2.25 2.25 0 0 1 7.5 15h11.218a.75.75 0 0 0 .674-.421 60.358 60.358 0 0 0 2.96-7.228.75.75 0 0 0-.525-.965A60.864 60.864 0 0 0 5.68 4.509l-.232-.867A1.875 1.875 0 0 0 3.636 2.25H2.25ZM3.75 20.25a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0ZM16.5 20.25a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ShoppingCartIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/SignalIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/SignalIcon.d.ts new file mode 100644 index 00000000..886956e2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/SignalIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SignalIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SignalIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/SignalIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/SignalIcon.js new file mode 100644 index 00000000..5108c697 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/SignalIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function SignalIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.636 4.575a.75.75 0 0 1 0 1.061 9 9 0 0 0 0 12.728.75.75 0 1 1-1.06 1.06c-4.101-4.1-4.101-10.748 0-14.849a.75.75 0 0 1 1.06 0Zm12.728 0a.75.75 0 0 1 1.06 0c4.101 4.1 4.101 10.75 0 14.85a.75.75 0 1 1-1.06-1.061 9 9 0 0 0 0-12.728.75.75 0 0 1 0-1.06ZM7.757 6.697a.75.75 0 0 1 0 1.06 6 6 0 0 0 0 8.486.75.75 0 0 1-1.06 1.06 7.5 7.5 0 0 1 0-10.606.75.75 0 0 1 1.06 0Zm8.486 0a.75.75 0 0 1 1.06 0 7.5 7.5 0 0 1 0 10.606.75.75 0 0 1-1.06-1.06 6 6 0 0 0 0-8.486.75.75 0 0 1 0-1.06ZM9.879 8.818a.75.75 0 0 1 0 1.06 3 3 0 0 0 0 4.243.75.75 0 1 1-1.061 1.061 4.5 4.5 0 0 1 0-6.364.75.75 0 0 1 1.06 0Zm4.242 0a.75.75 0 0 1 1.061 0 4.5 4.5 0 0 1 0 6.364.75.75 0 0 1-1.06-1.06 3 3 0 0 0 0-4.243.75.75 0 0 1 0-1.061ZM10.875 12a1.125 1.125 0 1 1 2.25 0 1.125 1.125 0 0 1-2.25 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SignalIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/SignalSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/SignalSlashIcon.d.ts new file mode 100644 index 00000000..d8cf07fb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/SignalSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SignalSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SignalSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/SignalSlashIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/SignalSlashIcon.js new file mode 100644 index 00000000..19fd29a0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/SignalSlashIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function SignalSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.47 2.47a.75.75 0 0 1 1.06 0l8.407 8.407a1.125 1.125 0 0 1 1.186 1.186l1.462 1.461a3.001 3.001 0 0 0-.464-3.645.75.75 0 1 1 1.061-1.061 4.501 4.501 0 0 1 .486 5.79l1.072 1.072a6.001 6.001 0 0 0-.497-7.923.75.75 0 0 1 1.06-1.06 7.501 7.501 0 0 1 .505 10.05l1.064 1.065a9 9 0 0 0-.508-12.176.75.75 0 0 1 1.06-1.06c3.923 3.922 4.093 10.175.512 14.3l1.594 1.594a.75.75 0 1 1-1.06 1.06l-2.106-2.105-2.121-2.122h-.001l-4.705-4.706a.747.747 0 0 1-.127-.126L2.47 3.53a.75.75 0 0 1 0-1.061Zm1.189 4.422a.75.75 0 0 1 .326 1.01 9.004 9.004 0 0 0 1.651 10.462.75.75 0 1 1-1.06 1.06C1.27 16.12.63 11.165 2.648 7.219a.75.75 0 0 1 1.01-.326ZM5.84 9.134a.75.75 0 0 1 .472.95 6 6 0 0 0 1.444 6.159.75.75 0 0 1-1.06 1.06A7.5 7.5 0 0 1 4.89 9.606a.75.75 0 0 1 .95-.472Zm2.341 2.653a.75.75 0 0 1 .848.638c.088.62.37 1.218.849 1.696a.75.75 0 0 1-1.061 1.061 4.483 4.483 0 0 1-1.273-2.546.75.75 0 0 1 .637-.848Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SignalSlashIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/SlashIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/SlashIcon.d.ts new file mode 100644 index 00000000..44e1654d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/SlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SlashIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/SlashIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/SlashIcon.js new file mode 100644 index 00000000..7e8f5834 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/SlashIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function SlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M15.256 3.042a.75.75 0 0 1 .449.962l-6 16.5a.75.75 0 1 1-1.41-.513l6-16.5a.75.75 0 0 1 .961-.449Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SlashIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/SparklesIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/SparklesIcon.d.ts new file mode 100644 index 00000000..c0e03bbe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/SparklesIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SparklesIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SparklesIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/SparklesIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/SparklesIcon.js new file mode 100644 index 00000000..a52a9648 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/SparklesIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function SparklesIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9 4.5a.75.75 0 0 1 .721.544l.813 2.846a3.75 3.75 0 0 0 2.576 2.576l2.846.813a.75.75 0 0 1 0 1.442l-2.846.813a3.75 3.75 0 0 0-2.576 2.576l-.813 2.846a.75.75 0 0 1-1.442 0l-.813-2.846a3.75 3.75 0 0 0-2.576-2.576l-2.846-.813a.75.75 0 0 1 0-1.442l2.846-.813A3.75 3.75 0 0 0 7.466 7.89l.813-2.846A.75.75 0 0 1 9 4.5ZM18 1.5a.75.75 0 0 1 .728.568l.258 1.036c.236.94.97 1.674 1.91 1.91l1.036.258a.75.75 0 0 1 0 1.456l-1.036.258c-.94.236-1.674.97-1.91 1.91l-.258 1.036a.75.75 0 0 1-1.456 0l-.258-1.036a2.625 2.625 0 0 0-1.91-1.91l-1.036-.258a.75.75 0 0 1 0-1.456l1.036-.258a2.625 2.625 0 0 0 1.91-1.91l.258-1.036A.75.75 0 0 1 18 1.5ZM16.5 15a.75.75 0 0 1 .712.513l.394 1.183c.15.447.5.799.948.948l1.183.395a.75.75 0 0 1 0 1.422l-1.183.395c-.447.15-.799.5-.948.948l-.395 1.183a.75.75 0 0 1-1.422 0l-.395-1.183a1.5 1.5 0 0 0-.948-.948l-1.183-.395a.75.75 0 0 1 0-1.422l1.183-.395c.447-.15.799-.5.948-.948l.395-1.183A.75.75 0 0 1 16.5 15Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SparklesIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/SpeakerWaveIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/SpeakerWaveIcon.d.ts new file mode 100644 index 00000000..8b0cf464 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/SpeakerWaveIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SpeakerWaveIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SpeakerWaveIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/SpeakerWaveIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/SpeakerWaveIcon.js new file mode 100644 index 00000000..f76fa965 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/SpeakerWaveIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function SpeakerWaveIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M13.5 4.06c0-1.336-1.616-2.005-2.56-1.06l-4.5 4.5H4.508c-1.141 0-2.318.664-2.66 1.905A9.76 9.76 0 0 0 1.5 12c0 .898.121 1.768.35 2.595.341 1.24 1.518 1.905 2.659 1.905h1.93l4.5 4.5c.945.945 2.561.276 2.561-1.06V4.06ZM18.584 5.106a.75.75 0 0 1 1.06 0c3.808 3.807 3.808 9.98 0 13.788a.75.75 0 0 1-1.06-1.06 8.25 8.25 0 0 0 0-11.668.75.75 0 0 1 0-1.06Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M15.932 7.757a.75.75 0 0 1 1.061 0 6 6 0 0 1 0 8.486.75.75 0 0 1-1.06-1.061 4.5 4.5 0 0 0 0-6.364.75.75 0 0 1 0-1.06Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SpeakerWaveIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/SpeakerXMarkIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/SpeakerXMarkIcon.d.ts new file mode 100644 index 00000000..86327341 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/SpeakerXMarkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SpeakerXMarkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SpeakerXMarkIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/SpeakerXMarkIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/SpeakerXMarkIcon.js new file mode 100644 index 00000000..97412e90 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/SpeakerXMarkIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function SpeakerXMarkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M13.5 4.06c0-1.336-1.616-2.005-2.56-1.06l-4.5 4.5H4.508c-1.141 0-2.318.664-2.66 1.905A9.76 9.76 0 0 0 1.5 12c0 .898.121 1.768.35 2.595.341 1.24 1.518 1.905 2.659 1.905h1.93l4.5 4.5c.945.945 2.561.276 2.561-1.06V4.06ZM17.78 9.22a.75.75 0 1 0-1.06 1.06L18.44 12l-1.72 1.72a.75.75 0 1 0 1.06 1.06l1.72-1.72 1.72 1.72a.75.75 0 1 0 1.06-1.06L20.56 12l1.72-1.72a.75.75 0 1 0-1.06-1.06l-1.72 1.72-1.72-1.72Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SpeakerXMarkIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/Square2StackIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/Square2StackIcon.d.ts new file mode 100644 index 00000000..2fc1451e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/Square2StackIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Square2StackIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Square2StackIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/Square2StackIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/Square2StackIcon.js new file mode 100644 index 00000000..468ce0c6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/Square2StackIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function Square2StackIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M16.5 6a3 3 0 0 0-3-3H6a3 3 0 0 0-3 3v7.5a3 3 0 0 0 3 3v-6A4.5 4.5 0 0 1 10.5 6h6Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M18 7.5a3 3 0 0 1 3 3V18a3 3 0 0 1-3 3h-7.5a3 3 0 0 1-3-3v-7.5a3 3 0 0 1 3-3H18Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Square2StackIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/Square3Stack3DIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/Square3Stack3DIcon.d.ts new file mode 100644 index 00000000..be59bc56 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/Square3Stack3DIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Square3Stack3DIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Square3Stack3DIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/Square3Stack3DIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/Square3Stack3DIcon.js new file mode 100644 index 00000000..cc9078f1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/Square3Stack3DIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function Square3Stack3DIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M11.644 1.59a.75.75 0 0 1 .712 0l9.75 5.25a.75.75 0 0 1 0 1.32l-9.75 5.25a.75.75 0 0 1-.712 0l-9.75-5.25a.75.75 0 0 1 0-1.32l9.75-5.25Z" + }), /*#__PURE__*/React.createElement("path", { + d: "m3.265 10.602 7.668 4.129a2.25 2.25 0 0 0 2.134 0l7.668-4.13 1.37.739a.75.75 0 0 1 0 1.32l-9.75 5.25a.75.75 0 0 1-.71 0l-9.75-5.25a.75.75 0 0 1 0-1.32l1.37-.738Z" + }), /*#__PURE__*/React.createElement("path", { + d: "m10.933 19.231-7.668-4.13-1.37.739a.75.75 0 0 0 0 1.32l9.75 5.25c.221.12.489.12.71 0l9.75-5.25a.75.75 0 0 0 0-1.32l-1.37-.738-7.668 4.13a2.25 2.25 0 0 1-2.134-.001Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Square3Stack3DIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/Squares2X2Icon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/Squares2X2Icon.d.ts new file mode 100644 index 00000000..98914994 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/Squares2X2Icon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const Squares2X2Icon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default Squares2X2Icon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/Squares2X2Icon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/Squares2X2Icon.js new file mode 100644 index 00000000..22efcffc --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/Squares2X2Icon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function Squares2X2Icon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3 6a3 3 0 0 1 3-3h2.25a3 3 0 0 1 3 3v2.25a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6Zm9.75 0a3 3 0 0 1 3-3H18a3 3 0 0 1 3 3v2.25a3 3 0 0 1-3 3h-2.25a3 3 0 0 1-3-3V6ZM3 15.75a3 3 0 0 1 3-3h2.25a3 3 0 0 1 3 3V18a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3v-2.25Zm9.75 0a3 3 0 0 1 3-3H18a3 3 0 0 1 3 3V18a3 3 0 0 1-3 3h-2.25a3 3 0 0 1-3-3v-2.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(Squares2X2Icon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/SquaresPlusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/SquaresPlusIcon.d.ts new file mode 100644 index 00000000..480f2089 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/SquaresPlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SquaresPlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SquaresPlusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/SquaresPlusIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/SquaresPlusIcon.js new file mode 100644 index 00000000..9d286bb8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/SquaresPlusIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function SquaresPlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M6 3a3 3 0 0 0-3 3v2.25a3 3 0 0 0 3 3h2.25a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3H6ZM15.75 3a3 3 0 0 0-3 3v2.25a3 3 0 0 0 3 3H18a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3h-2.25ZM6 12.75a3 3 0 0 0-3 3V18a3 3 0 0 0 3 3h2.25a3 3 0 0 0 3-3v-2.25a3 3 0 0 0-3-3H6ZM17.625 13.5a.75.75 0 0 0-1.5 0v2.625H13.5a.75.75 0 0 0 0 1.5h2.625v2.625a.75.75 0 0 0 1.5 0v-2.625h2.625a.75.75 0 0 0 0-1.5h-2.625V13.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SquaresPlusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/StarIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/StarIcon.d.ts new file mode 100644 index 00000000..dbd5189b --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/StarIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const StarIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default StarIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/StarIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/StarIcon.js new file mode 100644 index 00000000..6f524824 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/StarIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function StarIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M10.788 3.21c.448-1.077 1.976-1.077 2.424 0l2.082 5.006 5.404.434c1.164.093 1.636 1.545.749 2.305l-4.117 3.527 1.257 5.273c.271 1.136-.964 2.033-1.96 1.425L12 18.354 7.373 21.18c-.996.608-2.231-.29-1.96-1.425l1.257-5.273-4.117-3.527c-.887-.76-.415-2.212.749-2.305l5.404-.434 2.082-5.005Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(StarIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/StopCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/StopCircleIcon.d.ts new file mode 100644 index 00000000..ad6507ca --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/StopCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const StopCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default StopCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/StopCircleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/StopCircleIcon.js new file mode 100644 index 00000000..3be99924 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/StopCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function StopCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm6-2.438c0-.724.588-1.312 1.313-1.312h4.874c.725 0 1.313.588 1.313 1.313v4.874c0 .725-.588 1.313-1.313 1.313H9.564a1.312 1.312 0 0 1-1.313-1.313V9.564Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(StopCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/StopIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/StopIcon.d.ts new file mode 100644 index 00000000..08820da8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/StopIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const StopIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default StopIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/StopIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/StopIcon.js new file mode 100644 index 00000000..0055811a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/StopIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function StopIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M4.5 7.5a3 3 0 0 1 3-3h9a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3h-9a3 3 0 0 1-3-3v-9Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(StopIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/StrikethroughIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/StrikethroughIcon.d.ts new file mode 100644 index 00000000..955b0191 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/StrikethroughIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const StrikethroughIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default StrikethroughIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/StrikethroughIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/StrikethroughIcon.js new file mode 100644 index 00000000..f0d8c53a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/StrikethroughIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function StrikethroughIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M9.657 4.728c-1.086.385-1.766 1.057-1.979 1.85-.214.8.046 1.733.81 2.616.746.862 1.93 1.612 3.388 2.003.07.019.14.037.21.053h8.163a.75.75 0 0 1 0 1.5h-8.24a.66.66 0 0 1-.02 0H3.75a.75.75 0 0 1 0-1.5h4.78a7.108 7.108 0 0 1-1.175-1.074C6.372 9.042 5.849 7.61 6.229 6.19c.377-1.408 1.528-2.38 2.927-2.876 1.402-.497 3.127-.55 4.855-.086A8.937 8.937 0 0 1 16.94 4.6a.75.75 0 0 1-.881 1.215 7.437 7.437 0 0 0-2.436-1.14c-1.473-.394-2.885-.331-3.966.052Zm6.533 9.632a.75.75 0 0 1 1.03.25c.592.974.846 2.094.55 3.2-.378 1.408-1.529 2.38-2.927 2.876-1.402.497-3.127.55-4.855.087-1.712-.46-3.168-1.354-4.134-2.47a.75.75 0 0 1 1.134-.982c.746.862 1.93 1.612 3.388 2.003 1.473.394 2.884.331 3.966-.052 1.085-.384 1.766-1.056 1.978-1.85.169-.628.046-1.33-.381-2.032a.75.75 0 0 1 .25-1.03Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(StrikethroughIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/SunIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/SunIcon.d.ts new file mode 100644 index 00000000..b3c17db6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/SunIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SunIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SunIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/SunIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/SunIcon.js new file mode 100644 index 00000000..7f358d2e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/SunIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function SunIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M12 2.25a.75.75 0 0 1 .75.75v2.25a.75.75 0 0 1-1.5 0V3a.75.75 0 0 1 .75-.75ZM7.5 12a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0ZM18.894 6.166a.75.75 0 0 0-1.06-1.06l-1.591 1.59a.75.75 0 1 0 1.06 1.061l1.591-1.59ZM21.75 12a.75.75 0 0 1-.75.75h-2.25a.75.75 0 0 1 0-1.5H21a.75.75 0 0 1 .75.75ZM17.834 18.894a.75.75 0 0 0 1.06-1.06l-1.59-1.591a.75.75 0 1 0-1.061 1.06l1.59 1.591ZM12 18a.75.75 0 0 1 .75.75V21a.75.75 0 0 1-1.5 0v-2.25A.75.75 0 0 1 12 18ZM7.758 17.303a.75.75 0 0 0-1.061-1.06l-1.591 1.59a.75.75 0 0 0 1.06 1.061l1.591-1.59ZM6 12a.75.75 0 0 1-.75.75H3a.75.75 0 0 1 0-1.5h2.25A.75.75 0 0 1 6 12ZM6.697 7.757a.75.75 0 0 0 1.06-1.06l-1.59-1.591a.75.75 0 0 0-1.061 1.06l1.59 1.591Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SunIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/SwatchIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/SwatchIcon.d.ts new file mode 100644 index 00000000..6724dd96 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/SwatchIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const SwatchIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default SwatchIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/SwatchIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/SwatchIcon.js new file mode 100644 index 00000000..57ccf876 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/SwatchIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function SwatchIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.25 4.125c0-1.036.84-1.875 1.875-1.875h5.25c1.036 0 1.875.84 1.875 1.875V17.25a4.5 4.5 0 1 1-9 0V4.125Zm4.5 14.25a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M10.719 21.75h9.156c1.036 0 1.875-.84 1.875-1.875v-5.25c0-1.036-.84-1.875-1.875-1.875h-.14l-8.742 8.743c-.09.089-.18.175-.274.257ZM12.738 17.625l6.474-6.474a1.875 1.875 0 0 0 0-2.651L15.5 4.787a1.875 1.875 0 0 0-2.651 0l-.1.099V17.25c0 .126-.003.251-.01.375Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(SwatchIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/TableCellsIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/TableCellsIcon.d.ts new file mode 100644 index 00000000..8f21088d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/TableCellsIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TableCellsIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TableCellsIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/TableCellsIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/TableCellsIcon.js new file mode 100644 index 00000000..87f56440 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/TableCellsIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function TableCellsIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.5 5.625c0-1.036.84-1.875 1.875-1.875h17.25c1.035 0 1.875.84 1.875 1.875v12.75c0 1.035-.84 1.875-1.875 1.875H3.375A1.875 1.875 0 0 1 1.5 18.375V5.625ZM21 9.375A.375.375 0 0 0 20.625 9h-7.5a.375.375 0 0 0-.375.375v1.5c0 .207.168.375.375.375h7.5a.375.375 0 0 0 .375-.375v-1.5Zm0 3.75a.375.375 0 0 0-.375-.375h-7.5a.375.375 0 0 0-.375.375v1.5c0 .207.168.375.375.375h7.5a.375.375 0 0 0 .375-.375v-1.5Zm0 3.75a.375.375 0 0 0-.375-.375h-7.5a.375.375 0 0 0-.375.375v1.5c0 .207.168.375.375.375h7.5a.375.375 0 0 0 .375-.375v-1.5ZM10.875 18.75a.375.375 0 0 0 .375-.375v-1.5a.375.375 0 0 0-.375-.375h-7.5a.375.375 0 0 0-.375.375v1.5c0 .207.168.375.375.375h7.5ZM3.375 15h7.5a.375.375 0 0 0 .375-.375v-1.5a.375.375 0 0 0-.375-.375h-7.5a.375.375 0 0 0-.375.375v1.5c0 .207.168.375.375.375Zm0-3.75h7.5a.375.375 0 0 0 .375-.375v-1.5A.375.375 0 0 0 10.875 9h-7.5A.375.375 0 0 0 3 9.375v1.5c0 .207.168.375.375.375Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TableCellsIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/TagIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/TagIcon.d.ts new file mode 100644 index 00000000..9ded8c05 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/TagIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TagIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TagIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/TagIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/TagIcon.js new file mode 100644 index 00000000..4707a774 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/TagIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function TagIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.25 2.25a3 3 0 0 0-3 3v4.318a3 3 0 0 0 .879 2.121l9.58 9.581c.92.92 2.39 1.186 3.548.428a18.849 18.849 0 0 0 5.441-5.44c.758-1.16.492-2.629-.428-3.548l-9.58-9.581a3 3 0 0 0-2.122-.879H5.25ZM6.375 7.5a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TagIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/TicketIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/TicketIcon.d.ts new file mode 100644 index 00000000..8c023f86 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/TicketIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TicketIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TicketIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/TicketIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/TicketIcon.js new file mode 100644 index 00000000..dae2d6e1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/TicketIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function TicketIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.5 6.375c0-1.036.84-1.875 1.875-1.875h17.25c1.035 0 1.875.84 1.875 1.875v3.026a.75.75 0 0 1-.375.65 2.249 2.249 0 0 0 0 3.898.75.75 0 0 1 .375.65v3.026c0 1.035-.84 1.875-1.875 1.875H3.375A1.875 1.875 0 0 1 1.5 17.625v-3.026a.75.75 0 0 1 .374-.65 2.249 2.249 0 0 0 0-3.898.75.75 0 0 1-.374-.65V6.375Zm15-1.125a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-1.5 0V6a.75.75 0 0 1 .75-.75Zm.75 4.5a.75.75 0 0 0-1.5 0v.75a.75.75 0 0 0 1.5 0v-.75Zm-.75 3a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-1.5 0v-.75a.75.75 0 0 1 .75-.75Zm.75 4.5a.75.75 0 0 0-1.5 0V18a.75.75 0 0 0 1.5 0v-.75ZM6 12a.75.75 0 0 1 .75-.75H12a.75.75 0 0 1 0 1.5H6.75A.75.75 0 0 1 6 12Zm.75 2.25a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5h-3Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TicketIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/TrashIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/TrashIcon.d.ts new file mode 100644 index 00000000..48a2ee23 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/TrashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TrashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TrashIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/TrashIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/TrashIcon.js new file mode 100644 index 00000000..0bb35505 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/TrashIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function TrashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M16.5 4.478v.227a48.816 48.816 0 0 1 3.878.512.75.75 0 1 1-.256 1.478l-.209-.035-1.005 13.07a3 3 0 0 1-2.991 2.77H8.084a3 3 0 0 1-2.991-2.77L4.087 6.66l-.209.035a.75.75 0 0 1-.256-1.478A48.567 48.567 0 0 1 7.5 4.705v-.227c0-1.564 1.213-2.9 2.816-2.951a52.662 52.662 0 0 1 3.369 0c1.603.051 2.815 1.387 2.815 2.951Zm-6.136-1.452a51.196 51.196 0 0 1 3.273 0C14.39 3.05 15 3.684 15 4.478v.113a49.488 49.488 0 0 0-6 0v-.113c0-.794.609-1.428 1.364-1.452Zm-.355 5.945a.75.75 0 1 0-1.5.058l.347 9a.75.75 0 1 0 1.499-.058l-.346-9Zm5.48.058a.75.75 0 1 0-1.498-.058l-.347 9a.75.75 0 0 0 1.5.058l.345-9Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TrashIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/TrophyIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/TrophyIcon.d.ts new file mode 100644 index 00000000..7c30b4cb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/TrophyIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TrophyIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TrophyIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/TrophyIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/TrophyIcon.js new file mode 100644 index 00000000..b0541904 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/TrophyIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function TrophyIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.166 2.621v.858c-1.035.148-2.059.33-3.071.543a.75.75 0 0 0-.584.859 6.753 6.753 0 0 0 6.138 5.6 6.73 6.73 0 0 0 2.743 1.346A6.707 6.707 0 0 1 9.279 15H8.54c-1.036 0-1.875.84-1.875 1.875V19.5h-.75a2.25 2.25 0 0 0-2.25 2.25c0 .414.336.75.75.75h15a.75.75 0 0 0 .75-.75 2.25 2.25 0 0 0-2.25-2.25h-.75v-2.625c0-1.036-.84-1.875-1.875-1.875h-.739a6.706 6.706 0 0 1-1.112-3.173 6.73 6.73 0 0 0 2.743-1.347 6.753 6.753 0 0 0 6.139-5.6.75.75 0 0 0-.585-.858 47.077 47.077 0 0 0-3.07-.543V2.62a.75.75 0 0 0-.658-.744 49.22 49.22 0 0 0-6.093-.377c-2.063 0-4.096.128-6.093.377a.75.75 0 0 0-.657.744Zm0 2.629c0 1.196.312 2.32.857 3.294A5.266 5.266 0 0 1 3.16 5.337a45.6 45.6 0 0 1 2.006-.343v.256Zm13.5 0v-.256c.674.1 1.343.214 2.006.343a5.265 5.265 0 0 1-2.863 3.207 6.72 6.72 0 0 0 .857-3.294Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TrophyIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/TruckIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/TruckIcon.d.ts new file mode 100644 index 00000000..51492fb0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/TruckIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TruckIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TruckIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/TruckIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/TruckIcon.js new file mode 100644 index 00000000..bf7dc7ce --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/TruckIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function TruckIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M3.375 4.5C2.339 4.5 1.5 5.34 1.5 6.375V13.5h12V6.375c0-1.036-.84-1.875-1.875-1.875h-8.25ZM13.5 15h-12v2.625c0 1.035.84 1.875 1.875 1.875h.375a3 3 0 1 1 6 0h3a.75.75 0 0 0 .75-.75V15Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M8.25 19.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0ZM15.75 6.75a.75.75 0 0 0-.75.75v11.25c0 .087.015.17.042.248a3 3 0 0 1 5.958.464c.853-.175 1.522-.935 1.464-1.883a18.659 18.659 0 0 0-3.732-10.104 1.837 1.837 0 0 0-1.47-.725H15.75Z" + }), /*#__PURE__*/React.createElement("path", { + d: "M19.5 19.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TruckIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/TvIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/TvIcon.d.ts new file mode 100644 index 00000000..54c4c6aa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/TvIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const TvIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default TvIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/TvIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/TvIcon.js new file mode 100644 index 00000000..1c4e5c49 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/TvIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function TvIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M19.5 6h-15v9h15V6Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M3.375 3C2.339 3 1.5 3.84 1.5 4.875v11.25C1.5 17.16 2.34 18 3.375 18H9.75v1.5H6A.75.75 0 0 0 6 21h12a.75.75 0 0 0 0-1.5h-3.75V18h6.375c1.035 0 1.875-.84 1.875-1.875V4.875C22.5 3.839 21.66 3 20.625 3H3.375Zm0 13.5h17.25a.375.375 0 0 0 .375-.375V4.875a.375.375 0 0 0-.375-.375H3.375A.375.375 0 0 0 3 4.875v11.25c0 .207.168.375.375.375Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(TvIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/UnderlineIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/UnderlineIcon.d.ts new file mode 100644 index 00000000..8f6acc73 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/UnderlineIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UnderlineIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UnderlineIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/UnderlineIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/UnderlineIcon.js new file mode 100644 index 00000000..d1aed344 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/UnderlineIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function UnderlineIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.995 2.994a.75.75 0 0 1 .75.75v7.5a5.25 5.25 0 1 0 10.5 0v-7.5a.75.75 0 0 1 1.5 0v7.5a6.75 6.75 0 1 1-13.5 0v-7.5a.75.75 0 0 1 .75-.75Zm-3 17.252a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5h-16.5a.75.75 0 0 1-.75-.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UnderlineIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/UserCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/UserCircleIcon.d.ts new file mode 100644 index 00000000..b398b1a2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/UserCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UserCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UserCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/UserCircleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/UserCircleIcon.js new file mode 100644 index 00000000..626538a9 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/UserCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function UserCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M18.685 19.097A9.723 9.723 0 0 0 21.75 12c0-5.385-4.365-9.75-9.75-9.75S2.25 6.615 2.25 12a9.723 9.723 0 0 0 3.065 7.097A9.716 9.716 0 0 0 12 21.75a9.716 9.716 0 0 0 6.685-2.653Zm-12.54-1.285A7.486 7.486 0 0 1 12 15a7.486 7.486 0 0 1 5.855 2.812A8.224 8.224 0 0 1 12 20.25a8.224 8.224 0 0 1-5.855-2.438ZM15.75 9a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UserCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/UserGroupIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/UserGroupIcon.d.ts new file mode 100644 index 00000000..db3a8465 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/UserGroupIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UserGroupIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UserGroupIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/UserGroupIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/UserGroupIcon.js new file mode 100644 index 00000000..19f30a5a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/UserGroupIcon.js @@ -0,0 +1,26 @@ +import * as React from "react"; +function UserGroupIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M8.25 6.75a3.75 3.75 0 1 1 7.5 0 3.75 3.75 0 0 1-7.5 0ZM15.75 9.75a3 3 0 1 1 6 0 3 3 0 0 1-6 0ZM2.25 9.75a3 3 0 1 1 6 0 3 3 0 0 1-6 0ZM6.31 15.117A6.745 6.745 0 0 1 12 12a6.745 6.745 0 0 1 6.709 7.498.75.75 0 0 1-.372.568A12.696 12.696 0 0 1 12 21.75c-2.305 0-4.47-.612-6.337-1.684a.75.75 0 0 1-.372-.568 6.787 6.787 0 0 1 1.019-4.38Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "M5.082 14.254a8.287 8.287 0 0 0-1.308 5.135 9.687 9.687 0 0 1-1.764-.44l-.115-.04a.563.563 0 0 1-.373-.487l-.01-.121a3.75 3.75 0 0 1 3.57-4.047ZM20.226 19.389a8.287 8.287 0 0 0-1.308-5.135 3.75 3.75 0 0 1 3.57 4.047l-.01.121a.563.563 0 0 1-.373.486l-.115.04c-.567.2-1.156.349-1.764.441Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UserGroupIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/UserIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/UserIcon.d.ts new file mode 100644 index 00000000..7ebdc6aa --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/UserIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UserIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UserIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/UserIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/UserIcon.js new file mode 100644 index 00000000..8559fb90 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/UserIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function UserIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M7.5 6a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0ZM3.751 20.105a8.25 8.25 0 0 1 16.498 0 .75.75 0 0 1-.437.695A18.683 18.683 0 0 1 12 22.5c-2.786 0-5.433-.608-7.812-1.7a.75.75 0 0 1-.437-.695Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UserIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/UserMinusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/UserMinusIcon.d.ts new file mode 100644 index 00000000..e1bd6605 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/UserMinusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UserMinusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UserMinusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/UserMinusIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/UserMinusIcon.js new file mode 100644 index 00000000..2d50a654 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/UserMinusIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function UserMinusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M10.375 2.25a4.125 4.125 0 1 0 0 8.25 4.125 4.125 0 0 0 0-8.25ZM10.375 12a7.125 7.125 0 0 0-7.124 7.247.75.75 0 0 0 .363.63 13.067 13.067 0 0 0 6.761 1.873c2.472 0 4.786-.684 6.76-1.873a.75.75 0 0 0 .364-.63l.001-.12v-.002A7.125 7.125 0 0 0 10.375 12ZM16 9.75a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5h-6Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UserMinusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/UserPlusIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/UserPlusIcon.d.ts new file mode 100644 index 00000000..c1fdbc4e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/UserPlusIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UserPlusIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UserPlusIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/UserPlusIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/UserPlusIcon.js new file mode 100644 index 00000000..6385fdb4 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/UserPlusIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function UserPlusIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M5.25 6.375a4.125 4.125 0 1 1 8.25 0 4.125 4.125 0 0 1-8.25 0ZM2.25 19.125a7.125 7.125 0 0 1 14.25 0v.003l-.001.119a.75.75 0 0 1-.363.63 13.067 13.067 0 0 1-6.761 1.873c-2.472 0-4.786-.684-6.76-1.873a.75.75 0 0 1-.364-.63l-.001-.122ZM18.75 7.5a.75.75 0 0 0-1.5 0v2.25H15a.75.75 0 0 0 0 1.5h2.25v2.25a.75.75 0 0 0 1.5 0v-2.25H21a.75.75 0 0 0 0-1.5h-2.25V7.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UserPlusIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/UsersIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/UsersIcon.d.ts new file mode 100644 index 00000000..0b623c1a --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/UsersIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const UsersIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default UsersIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/UsersIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/UsersIcon.js new file mode 100644 index 00000000..8110775d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/UsersIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function UsersIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4.5 6.375a4.125 4.125 0 1 1 8.25 0 4.125 4.125 0 0 1-8.25 0ZM14.25 8.625a3.375 3.375 0 1 1 6.75 0 3.375 3.375 0 0 1-6.75 0ZM1.5 19.125a7.125 7.125 0 0 1 14.25 0v.003l-.001.119a.75.75 0 0 1-.363.63 13.067 13.067 0 0 1-6.761 1.873c-2.472 0-4.786-.684-6.76-1.873a.75.75 0 0 1-.364-.63l-.001-.122ZM17.25 19.128l-.001.144a2.25 2.25 0 0 1-.233.96 10.088 10.088 0 0 0 5.06-1.01.75.75 0 0 0 .42-.643 4.875 4.875 0 0 0-6.957-4.611 8.586 8.586 0 0 1 1.71 5.157v.003Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(UsersIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/VariableIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/VariableIcon.d.ts new file mode 100644 index 00000000..c7fbf5e2 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/VariableIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const VariableIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default VariableIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/VariableIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/VariableIcon.js new file mode 100644 index 00000000..3eec40ce --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/VariableIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function VariableIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M19.253 2.292a.75.75 0 0 1 .955.461A28.123 28.123 0 0 1 21.75 12c0 3.266-.547 6.388-1.542 9.247a.75.75 0 1 1-1.416-.494c.94-2.7 1.458-5.654 1.458-8.753s-.519-6.054-1.458-8.754a.75.75 0 0 1 .461-.954Zm-14.227.013a.75.75 0 0 1 .414.976A23.183 23.183 0 0 0 3.75 12c0 3.085.6 6.027 1.69 8.718a.75.75 0 0 1-1.39.563c-1.161-2.867-1.8-6-1.8-9.281 0-3.28.639-6.414 1.8-9.281a.75.75 0 0 1 .976-.414Zm4.275 5.052a1.5 1.5 0 0 1 2.21.803l.716 2.148L13.6 8.246a2.438 2.438 0 0 1 2.978-.892l.213.09a.75.75 0 1 1-.584 1.381l-.214-.09a.937.937 0 0 0-1.145.343l-2.021 3.033 1.084 3.255 1.445-.89a.75.75 0 1 1 .786 1.278l-1.444.889a1.5 1.5 0 0 1-2.21-.803l-.716-2.148-1.374 2.062a2.437 2.437 0 0 1-2.978.892l-.213-.09a.75.75 0 0 1 .584-1.381l.214.09a.938.938 0 0 0 1.145-.344l2.021-3.032-1.084-3.255-1.445.89a.75.75 0 1 1-.786-1.278l1.444-.89Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(VariableIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/VideoCameraIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/VideoCameraIcon.d.ts new file mode 100644 index 00000000..ea0d067e --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/VideoCameraIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const VideoCameraIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default VideoCameraIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/VideoCameraIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/VideoCameraIcon.js new file mode 100644 index 00000000..cc38a8c1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/VideoCameraIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function VideoCameraIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M4.5 4.5a3 3 0 0 0-3 3v9a3 3 0 0 0 3 3h8.25a3 3 0 0 0 3-3v-9a3 3 0 0 0-3-3H4.5ZM19.94 18.75l-2.69-2.69V7.94l2.69-2.69c.944-.945 2.56-.276 2.56 1.06v11.38c0 1.336-1.616 2.005-2.56 1.06Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(VideoCameraIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/VideoCameraSlashIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/VideoCameraSlashIcon.d.ts new file mode 100644 index 00000000..592efb41 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/VideoCameraSlashIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const VideoCameraSlashIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default VideoCameraSlashIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/VideoCameraSlashIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/VideoCameraSlashIcon.js new file mode 100644 index 00000000..70c8e203 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/VideoCameraSlashIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function VideoCameraSlashIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M.97 3.97a.75.75 0 0 1 1.06 0l15 15a.75.75 0 1 1-1.06 1.06l-15-15a.75.75 0 0 1 0-1.06ZM17.25 16.06l2.69 2.69c.944.945 2.56.276 2.56-1.06V6.31c0-1.336-1.616-2.005-2.56-1.06l-2.69 2.69v8.12ZM15.75 7.5v8.068L4.682 4.5h8.068a3 3 0 0 1 3 3ZM1.5 16.5V7.682l11.773 11.773c-.17.03-.345.045-.523.045H4.5a3 3 0 0 1-3-3Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(VideoCameraSlashIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ViewColumnsIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ViewColumnsIcon.d.ts new file mode 100644 index 00000000..fdd02309 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ViewColumnsIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ViewColumnsIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ViewColumnsIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ViewColumnsIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ViewColumnsIcon.js new file mode 100644 index 00000000..f094ada6 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ViewColumnsIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function ViewColumnsIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M15 3.75H9v16.5h6V3.75ZM16.5 20.25h3.375c1.035 0 1.875-.84 1.875-1.875V5.625c0-1.036-.84-1.875-1.875-1.875H16.5v16.5ZM4.125 3.75H7.5v16.5H4.125a1.875 1.875 0 0 1-1.875-1.875V5.625c0-1.036.84-1.875 1.875-1.875Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ViewColumnsIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ViewfinderCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/ViewfinderCircleIcon.d.ts new file mode 100644 index 00000000..378d1aa8 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ViewfinderCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const ViewfinderCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default ViewfinderCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/ViewfinderCircleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/ViewfinderCircleIcon.js new file mode 100644 index 00000000..a42e2b59 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/ViewfinderCircleIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function ViewfinderCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M6 3a3 3 0 0 0-3 3v1.5a.75.75 0 0 0 1.5 0V6A1.5 1.5 0 0 1 6 4.5h1.5a.75.75 0 0 0 0-1.5H6ZM16.5 3a.75.75 0 0 0 0 1.5H18A1.5 1.5 0 0 1 19.5 6v1.5a.75.75 0 0 0 1.5 0V6a3 3 0 0 0-3-3h-1.5ZM12 8.25a3.75 3.75 0 1 0 0 7.5 3.75 3.75 0 0 0 0-7.5ZM4.5 16.5a.75.75 0 0 0-1.5 0V18a3 3 0 0 0 3 3h1.5a.75.75 0 0 0 0-1.5H6A1.5 1.5 0 0 1 4.5 18v-1.5ZM21 16.5a.75.75 0 0 0-1.5 0V18a1.5 1.5 0 0 1-1.5 1.5h-1.5a.75.75 0 0 0 0 1.5H18a3 3 0 0 0 3-3v-1.5Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(ViewfinderCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/WalletIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/WalletIcon.d.ts new file mode 100644 index 00000000..760de0cd --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/WalletIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const WalletIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default WalletIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/WalletIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/WalletIcon.js new file mode 100644 index 00000000..48f6d474 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/WalletIcon.js @@ -0,0 +1,22 @@ +import * as React from "react"; +function WalletIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + d: "M2.273 5.625A4.483 4.483 0 0 1 5.25 4.5h13.5c1.141 0 2.183.425 2.977 1.125A3 3 0 0 0 18.75 3H5.25a3 3 0 0 0-2.977 2.625ZM2.273 8.625A4.483 4.483 0 0 1 5.25 7.5h13.5c1.141 0 2.183.425 2.977 1.125A3 3 0 0 0 18.75 6H5.25a3 3 0 0 0-2.977 2.625ZM5.25 9a3 3 0 0 0-3 3v6a3 3 0 0 0 3 3h13.5a3 3 0 0 0 3-3v-6a3 3 0 0 0-3-3H15a.75.75 0 0 0-.75.75 2.25 2.25 0 0 1-4.5 0A.75.75 0 0 0 9 9H5.25Z" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(WalletIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/WifiIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/WifiIcon.d.ts new file mode 100644 index 00000000..393605f1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/WifiIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const WifiIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default WifiIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/WifiIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/WifiIcon.js new file mode 100644 index 00000000..73cccebe --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/WifiIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function WifiIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M1.371 8.143c5.858-5.857 15.356-5.857 21.213 0a.75.75 0 0 1 0 1.061l-.53.53a.75.75 0 0 1-1.06 0c-4.98-4.979-13.053-4.979-18.032 0a.75.75 0 0 1-1.06 0l-.53-.53a.75.75 0 0 1 0-1.06Zm3.182 3.182c4.1-4.1 10.749-4.1 14.85 0a.75.75 0 0 1 0 1.061l-.53.53a.75.75 0 0 1-1.062 0 8.25 8.25 0 0 0-11.667 0 .75.75 0 0 1-1.06 0l-.53-.53a.75.75 0 0 1 0-1.06Zm3.204 3.182a6 6 0 0 1 8.486 0 .75.75 0 0 1 0 1.061l-.53.53a.75.75 0 0 1-1.061 0 3.75 3.75 0 0 0-5.304 0 .75.75 0 0 1-1.06 0l-.53-.53a.75.75 0 0 1 0-1.06Zm3.182 3.182a1.5 1.5 0 0 1 2.122 0 .75.75 0 0 1 0 1.061l-.53.53a.75.75 0 0 1-1.061 0l-.53-.53a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(WifiIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/WindowIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/WindowIcon.d.ts new file mode 100644 index 00000000..e0eddb35 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/WindowIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const WindowIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default WindowIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/WindowIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/WindowIcon.js new file mode 100644 index 00000000..47be0210 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/WindowIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function WindowIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M2.25 6a3 3 0 0 1 3-3h13.5a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H5.25a3 3 0 0 1-3-3V6Zm18 3H3.75v9a1.5 1.5 0 0 0 1.5 1.5h13.5a1.5 1.5 0 0 0 1.5-1.5V9Zm-15-3.75A.75.75 0 0 0 4.5 6v.008c0 .414.336.75.75.75h.008a.75.75 0 0 0 .75-.75V6a.75.75 0 0 0-.75-.75H5.25Zm1.5.75a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75H7.5a.75.75 0 0 1-.75-.75V6Zm3-.75A.75.75 0 0 0 9 6v.008c0 .414.336.75.75.75h.008a.75.75 0 0 0 .75-.75V6a.75.75 0 0 0-.75-.75H9.75Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(WindowIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/WrenchIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/WrenchIcon.d.ts new file mode 100644 index 00000000..1ffd1f2c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/WrenchIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const WrenchIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default WrenchIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/WrenchIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/WrenchIcon.js new file mode 100644 index 00000000..a92d477d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/WrenchIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function WrenchIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 6.75a5.25 5.25 0 0 1 6.775-5.025.75.75 0 0 1 .313 1.248l-3.32 3.319c.063.475.276.934.641 1.299.365.365.824.578 1.3.64l3.318-3.319a.75.75 0 0 1 1.248.313 5.25 5.25 0 0 1-5.472 6.756c-1.018-.086-1.87.1-2.309.634L7.344 21.3A3.298 3.298 0 1 1 2.7 16.657l8.684-7.151c.533-.44.72-1.291.634-2.309A5.342 5.342 0 0 1 12 6.75ZM4.117 19.125a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75h-.008a.75.75 0 0 1-.75-.75v-.008Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(WrenchIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/WrenchScrewdriverIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/WrenchScrewdriverIcon.d.ts new file mode 100644 index 00000000..ad96c868 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/WrenchScrewdriverIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const WrenchScrewdriverIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default WrenchScrewdriverIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/WrenchScrewdriverIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/WrenchScrewdriverIcon.js new file mode 100644 index 00000000..013658de --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/WrenchScrewdriverIcon.js @@ -0,0 +1,30 @@ +import * as React from "react"; +function WrenchScrewdriverIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 6.75a5.25 5.25 0 0 1 6.775-5.025.75.75 0 0 1 .313 1.248l-3.32 3.319c.063.475.276.934.641 1.299.365.365.824.578 1.3.64l3.318-3.319a.75.75 0 0 1 1.248.313 5.25 5.25 0 0 1-5.472 6.756c-1.018-.086-1.87.1-2.309.634L7.344 21.3A3.298 3.298 0 1 1 2.7 16.657l8.684-7.151c.533-.44.72-1.291.634-2.309A5.342 5.342 0 0 1 12 6.75ZM4.117 19.125a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75h-.008a.75.75 0 0 1-.75-.75v-.008Z", + clipRule: "evenodd" + }), /*#__PURE__*/React.createElement("path", { + d: "m10.076 8.64-2.201-2.2V4.874a.75.75 0 0 0-.364-.643l-3.75-2.25a.75.75 0 0 0-.916.113l-.75.75a.75.75 0 0 0-.113.916l2.25 3.75a.75.75 0 0 0 .643.364h1.564l2.062 2.062 1.575-1.297Z" + }), /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "m12.556 17.329 4.183 4.182a3.375 3.375 0 0 0 4.773-4.773l-3.306-3.305a6.803 6.803 0 0 1-1.53.043c-.394-.034-.682-.006-.867.042a.589.589 0 0 0-.167.063l-3.086 3.748Zm3.414-1.36a.75.75 0 0 1 1.06 0l1.875 1.876a.75.75 0 1 1-1.06 1.06L15.97 17.03a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(WrenchScrewdriverIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/XCircleIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/XCircleIcon.d.ts new file mode 100644 index 00000000..03e86569 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/XCircleIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const XCircleIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default XCircleIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/XCircleIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/XCircleIcon.js new file mode 100644 index 00000000..ec450df0 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/XCircleIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function XCircleIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25Zm-1.72 6.97a.75.75 0 1 0-1.06 1.06L10.94 12l-1.72 1.72a.75.75 0 1 0 1.06 1.06L12 13.06l1.72 1.72a.75.75 0 1 0 1.06-1.06L13.06 12l1.72-1.72a.75.75 0 1 0-1.06-1.06L12 10.94l-1.72-1.72Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(XCircleIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/XMarkIcon.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/XMarkIcon.d.ts new file mode 100644 index 00000000..1d1018fb --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/XMarkIcon.d.ts @@ -0,0 +1,3 @@ +import * as React from 'react'; +declare const XMarkIcon: React.ForwardRefExoticComponent> & { title?: string, titleId?: string } & React.RefAttributes>; +export default XMarkIcon; diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/XMarkIcon.js b/frontend/node_modules/@heroicons/react/24/solid/esm/XMarkIcon.js new file mode 100644 index 00000000..b716cac1 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/XMarkIcon.js @@ -0,0 +1,24 @@ +import * as React from "react"; +function XMarkIcon({ + title, + titleId, + ...props +}, svgRef) { + return /*#__PURE__*/React.createElement("svg", Object.assign({ + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 24 24", + fill: "currentColor", + "aria-hidden": "true", + "data-slot": "icon", + ref: svgRef, + "aria-labelledby": titleId + }, props), title ? /*#__PURE__*/React.createElement("title", { + id: titleId + }, title) : null, /*#__PURE__*/React.createElement("path", { + fillRule: "evenodd", + d: "M5.47 5.47a.75.75 0 0 1 1.06 0L12 10.94l5.47-5.47a.75.75 0 1 1 1.06 1.06L13.06 12l5.47 5.47a.75.75 0 1 1-1.06 1.06L12 13.06l-5.47 5.47a.75.75 0 0 1-1.06-1.06L10.94 12 5.47 6.53a.75.75 0 0 1 0-1.06Z", + clipRule: "evenodd" + })); +} +const ForwardRef = /*#__PURE__*/ React.forwardRef(XMarkIcon); +export default ForwardRef; \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/index.d.ts b/frontend/node_modules/@heroicons/react/24/solid/esm/index.d.ts new file mode 100644 index 00000000..f8a00880 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/index.d.ts @@ -0,0 +1,324 @@ +export { default as AcademicCapIcon } from './AcademicCapIcon' +export { default as AdjustmentsHorizontalIcon } from './AdjustmentsHorizontalIcon' +export { default as AdjustmentsVerticalIcon } from './AdjustmentsVerticalIcon' +export { default as ArchiveBoxArrowDownIcon } from './ArchiveBoxArrowDownIcon' +export { default as ArchiveBoxXMarkIcon } from './ArchiveBoxXMarkIcon' +export { default as ArchiveBoxIcon } from './ArchiveBoxIcon' +export { default as ArrowDownCircleIcon } from './ArrowDownCircleIcon' +export { default as ArrowDownLeftIcon } from './ArrowDownLeftIcon' +export { default as ArrowDownOnSquareStackIcon } from './ArrowDownOnSquareStackIcon' +export { default as ArrowDownOnSquareIcon } from './ArrowDownOnSquareIcon' +export { default as ArrowDownRightIcon } from './ArrowDownRightIcon' +export { default as ArrowDownTrayIcon } from './ArrowDownTrayIcon' +export { default as ArrowDownIcon } from './ArrowDownIcon' +export { default as ArrowLeftCircleIcon } from './ArrowLeftCircleIcon' +export { default as ArrowLeftEndOnRectangleIcon } from './ArrowLeftEndOnRectangleIcon' +export { default as ArrowLeftOnRectangleIcon } from './ArrowLeftOnRectangleIcon' +export { default as ArrowLeftStartOnRectangleIcon } from './ArrowLeftStartOnRectangleIcon' +export { default as ArrowLeftIcon } from './ArrowLeftIcon' +export { default as ArrowLongDownIcon } from './ArrowLongDownIcon' +export { default as ArrowLongLeftIcon } from './ArrowLongLeftIcon' +export { default as ArrowLongRightIcon } from './ArrowLongRightIcon' +export { default as ArrowLongUpIcon } from './ArrowLongUpIcon' +export { default as ArrowPathRoundedSquareIcon } from './ArrowPathRoundedSquareIcon' +export { default as ArrowPathIcon } from './ArrowPathIcon' +export { default as ArrowRightCircleIcon } from './ArrowRightCircleIcon' +export { default as ArrowRightEndOnRectangleIcon } from './ArrowRightEndOnRectangleIcon' +export { default as ArrowRightOnRectangleIcon } from './ArrowRightOnRectangleIcon' +export { default as ArrowRightStartOnRectangleIcon } from './ArrowRightStartOnRectangleIcon' +export { default as ArrowRightIcon } from './ArrowRightIcon' +export { default as ArrowSmallDownIcon } from './ArrowSmallDownIcon' +export { default as ArrowSmallLeftIcon } from './ArrowSmallLeftIcon' +export { default as ArrowSmallRightIcon } from './ArrowSmallRightIcon' +export { default as ArrowSmallUpIcon } from './ArrowSmallUpIcon' +export { default as ArrowTopRightOnSquareIcon } from './ArrowTopRightOnSquareIcon' +export { default as ArrowTrendingDownIcon } from './ArrowTrendingDownIcon' +export { default as ArrowTrendingUpIcon } from './ArrowTrendingUpIcon' +export { default as ArrowTurnDownLeftIcon } from './ArrowTurnDownLeftIcon' +export { default as ArrowTurnDownRightIcon } from './ArrowTurnDownRightIcon' +export { default as ArrowTurnLeftDownIcon } from './ArrowTurnLeftDownIcon' +export { default as ArrowTurnLeftUpIcon } from './ArrowTurnLeftUpIcon' +export { default as ArrowTurnRightDownIcon } from './ArrowTurnRightDownIcon' +export { default as ArrowTurnRightUpIcon } from './ArrowTurnRightUpIcon' +export { default as ArrowTurnUpLeftIcon } from './ArrowTurnUpLeftIcon' +export { default as ArrowTurnUpRightIcon } from './ArrowTurnUpRightIcon' +export { default as ArrowUpCircleIcon } from './ArrowUpCircleIcon' +export { default as ArrowUpLeftIcon } from './ArrowUpLeftIcon' +export { default as ArrowUpOnSquareStackIcon } from './ArrowUpOnSquareStackIcon' +export { default as ArrowUpOnSquareIcon } from './ArrowUpOnSquareIcon' +export { default as ArrowUpRightIcon } from './ArrowUpRightIcon' +export { default as ArrowUpTrayIcon } from './ArrowUpTrayIcon' +export { default as ArrowUpIcon } from './ArrowUpIcon' +export { default as ArrowUturnDownIcon } from './ArrowUturnDownIcon' +export { default as ArrowUturnLeftIcon } from './ArrowUturnLeftIcon' +export { default as ArrowUturnRightIcon } from './ArrowUturnRightIcon' +export { default as ArrowUturnUpIcon } from './ArrowUturnUpIcon' +export { default as ArrowsPointingInIcon } from './ArrowsPointingInIcon' +export { default as ArrowsPointingOutIcon } from './ArrowsPointingOutIcon' +export { default as ArrowsRightLeftIcon } from './ArrowsRightLeftIcon' +export { default as ArrowsUpDownIcon } from './ArrowsUpDownIcon' +export { default as AtSymbolIcon } from './AtSymbolIcon' +export { default as BackspaceIcon } from './BackspaceIcon' +export { default as BackwardIcon } from './BackwardIcon' +export { default as BanknotesIcon } from './BanknotesIcon' +export { default as Bars2Icon } from './Bars2Icon' +export { default as Bars3BottomLeftIcon } from './Bars3BottomLeftIcon' +export { default as Bars3BottomRightIcon } from './Bars3BottomRightIcon' +export { default as Bars3CenterLeftIcon } from './Bars3CenterLeftIcon' +export { default as Bars3Icon } from './Bars3Icon' +export { default as Bars4Icon } from './Bars4Icon' +export { default as BarsArrowDownIcon } from './BarsArrowDownIcon' +export { default as BarsArrowUpIcon } from './BarsArrowUpIcon' +export { default as Battery0Icon } from './Battery0Icon' +export { default as Battery100Icon } from './Battery100Icon' +export { default as Battery50Icon } from './Battery50Icon' +export { default as BeakerIcon } from './BeakerIcon' +export { default as BellAlertIcon } from './BellAlertIcon' +export { default as BellSlashIcon } from './BellSlashIcon' +export { default as BellSnoozeIcon } from './BellSnoozeIcon' +export { default as BellIcon } from './BellIcon' +export { default as BoldIcon } from './BoldIcon' +export { default as BoltSlashIcon } from './BoltSlashIcon' +export { default as BoltIcon } from './BoltIcon' +export { default as BookOpenIcon } from './BookOpenIcon' +export { default as BookmarkSlashIcon } from './BookmarkSlashIcon' +export { default as BookmarkSquareIcon } from './BookmarkSquareIcon' +export { default as BookmarkIcon } from './BookmarkIcon' +export { default as BriefcaseIcon } from './BriefcaseIcon' +export { default as BugAntIcon } from './BugAntIcon' +export { default as BuildingLibraryIcon } from './BuildingLibraryIcon' +export { default as BuildingOffice2Icon } from './BuildingOffice2Icon' +export { default as BuildingOfficeIcon } from './BuildingOfficeIcon' +export { default as BuildingStorefrontIcon } from './BuildingStorefrontIcon' +export { default as CakeIcon } from './CakeIcon' +export { default as CalculatorIcon } from './CalculatorIcon' +export { default as CalendarDateRangeIcon } from './CalendarDateRangeIcon' +export { default as CalendarDaysIcon } from './CalendarDaysIcon' +export { default as CalendarIcon } from './CalendarIcon' +export { default as CameraIcon } from './CameraIcon' +export { default as ChartBarSquareIcon } from './ChartBarSquareIcon' +export { default as ChartBarIcon } from './ChartBarIcon' +export { default as ChartPieIcon } from './ChartPieIcon' +export { default as ChatBubbleBottomCenterTextIcon } from './ChatBubbleBottomCenterTextIcon' +export { default as ChatBubbleBottomCenterIcon } from './ChatBubbleBottomCenterIcon' +export { default as ChatBubbleLeftEllipsisIcon } from './ChatBubbleLeftEllipsisIcon' +export { default as ChatBubbleLeftRightIcon } from './ChatBubbleLeftRightIcon' +export { default as ChatBubbleLeftIcon } from './ChatBubbleLeftIcon' +export { default as ChatBubbleOvalLeftEllipsisIcon } from './ChatBubbleOvalLeftEllipsisIcon' +export { default as ChatBubbleOvalLeftIcon } from './ChatBubbleOvalLeftIcon' +export { default as CheckBadgeIcon } from './CheckBadgeIcon' +export { default as CheckCircleIcon } from './CheckCircleIcon' +export { default as CheckIcon } from './CheckIcon' +export { default as ChevronDoubleDownIcon } from './ChevronDoubleDownIcon' +export { default as ChevronDoubleLeftIcon } from './ChevronDoubleLeftIcon' +export { default as ChevronDoubleRightIcon } from './ChevronDoubleRightIcon' +export { default as ChevronDoubleUpIcon } from './ChevronDoubleUpIcon' +export { default as ChevronDownIcon } from './ChevronDownIcon' +export { default as ChevronLeftIcon } from './ChevronLeftIcon' +export { default as ChevronRightIcon } from './ChevronRightIcon' +export { default as ChevronUpDownIcon } from './ChevronUpDownIcon' +export { default as ChevronUpIcon } from './ChevronUpIcon' +export { default as CircleStackIcon } from './CircleStackIcon' +export { default as ClipboardDocumentCheckIcon } from './ClipboardDocumentCheckIcon' +export { default as ClipboardDocumentListIcon } from './ClipboardDocumentListIcon' +export { default as ClipboardDocumentIcon } from './ClipboardDocumentIcon' +export { default as ClipboardIcon } from './ClipboardIcon' +export { default as ClockIcon } from './ClockIcon' +export { default as CloudArrowDownIcon } from './CloudArrowDownIcon' +export { default as CloudArrowUpIcon } from './CloudArrowUpIcon' +export { default as CloudIcon } from './CloudIcon' +export { default as CodeBracketSquareIcon } from './CodeBracketSquareIcon' +export { default as CodeBracketIcon } from './CodeBracketIcon' +export { default as Cog6ToothIcon } from './Cog6ToothIcon' +export { default as Cog8ToothIcon } from './Cog8ToothIcon' +export { default as CogIcon } from './CogIcon' +export { default as CommandLineIcon } from './CommandLineIcon' +export { default as ComputerDesktopIcon } from './ComputerDesktopIcon' +export { default as CpuChipIcon } from './CpuChipIcon' +export { default as CreditCardIcon } from './CreditCardIcon' +export { default as CubeTransparentIcon } from './CubeTransparentIcon' +export { default as CubeIcon } from './CubeIcon' +export { default as CurrencyBangladeshiIcon } from './CurrencyBangladeshiIcon' +export { default as CurrencyDollarIcon } from './CurrencyDollarIcon' +export { default as CurrencyEuroIcon } from './CurrencyEuroIcon' +export { default as CurrencyPoundIcon } from './CurrencyPoundIcon' +export { default as CurrencyRupeeIcon } from './CurrencyRupeeIcon' +export { default as CurrencyYenIcon } from './CurrencyYenIcon' +export { default as CursorArrowRaysIcon } from './CursorArrowRaysIcon' +export { default as CursorArrowRippleIcon } from './CursorArrowRippleIcon' +export { default as DevicePhoneMobileIcon } from './DevicePhoneMobileIcon' +export { default as DeviceTabletIcon } from './DeviceTabletIcon' +export { default as DivideIcon } from './DivideIcon' +export { default as DocumentArrowDownIcon } from './DocumentArrowDownIcon' +export { default as DocumentArrowUpIcon } from './DocumentArrowUpIcon' +export { default as DocumentChartBarIcon } from './DocumentChartBarIcon' +export { default as DocumentCheckIcon } from './DocumentCheckIcon' +export { default as DocumentCurrencyBangladeshiIcon } from './DocumentCurrencyBangladeshiIcon' +export { default as DocumentCurrencyDollarIcon } from './DocumentCurrencyDollarIcon' +export { default as DocumentCurrencyEuroIcon } from './DocumentCurrencyEuroIcon' +export { default as DocumentCurrencyPoundIcon } from './DocumentCurrencyPoundIcon' +export { default as DocumentCurrencyRupeeIcon } from './DocumentCurrencyRupeeIcon' +export { default as DocumentCurrencyYenIcon } from './DocumentCurrencyYenIcon' +export { default as DocumentDuplicateIcon } from './DocumentDuplicateIcon' +export { default as DocumentMagnifyingGlassIcon } from './DocumentMagnifyingGlassIcon' +export { default as DocumentMinusIcon } from './DocumentMinusIcon' +export { default as DocumentPlusIcon } from './DocumentPlusIcon' +export { default as DocumentTextIcon } from './DocumentTextIcon' +export { default as DocumentIcon } from './DocumentIcon' +export { default as EllipsisHorizontalCircleIcon } from './EllipsisHorizontalCircleIcon' +export { default as EllipsisHorizontalIcon } from './EllipsisHorizontalIcon' +export { default as EllipsisVerticalIcon } from './EllipsisVerticalIcon' +export { default as EnvelopeOpenIcon } from './EnvelopeOpenIcon' +export { default as EnvelopeIcon } from './EnvelopeIcon' +export { default as EqualsIcon } from './EqualsIcon' +export { default as ExclamationCircleIcon } from './ExclamationCircleIcon' +export { default as ExclamationTriangleIcon } from './ExclamationTriangleIcon' +export { default as EyeDropperIcon } from './EyeDropperIcon' +export { default as EyeSlashIcon } from './EyeSlashIcon' +export { default as EyeIcon } from './EyeIcon' +export { default as FaceFrownIcon } from './FaceFrownIcon' +export { default as FaceSmileIcon } from './FaceSmileIcon' +export { default as FilmIcon } from './FilmIcon' +export { default as FingerPrintIcon } from './FingerPrintIcon' +export { default as FireIcon } from './FireIcon' +export { default as FlagIcon } from './FlagIcon' +export { default as FolderArrowDownIcon } from './FolderArrowDownIcon' +export { default as FolderMinusIcon } from './FolderMinusIcon' +export { default as FolderOpenIcon } from './FolderOpenIcon' +export { default as FolderPlusIcon } from './FolderPlusIcon' +export { default as FolderIcon } from './FolderIcon' +export { default as ForwardIcon } from './ForwardIcon' +export { default as FunnelIcon } from './FunnelIcon' +export { default as GifIcon } from './GifIcon' +export { default as GiftTopIcon } from './GiftTopIcon' +export { default as GiftIcon } from './GiftIcon' +export { default as GlobeAltIcon } from './GlobeAltIcon' +export { default as GlobeAmericasIcon } from './GlobeAmericasIcon' +export { default as GlobeAsiaAustraliaIcon } from './GlobeAsiaAustraliaIcon' +export { default as GlobeEuropeAfricaIcon } from './GlobeEuropeAfricaIcon' +export { default as H1Icon } from './H1Icon' +export { default as H2Icon } from './H2Icon' +export { default as H3Icon } from './H3Icon' +export { default as HandRaisedIcon } from './HandRaisedIcon' +export { default as HandThumbDownIcon } from './HandThumbDownIcon' +export { default as HandThumbUpIcon } from './HandThumbUpIcon' +export { default as HashtagIcon } from './HashtagIcon' +export { default as HeartIcon } from './HeartIcon' +export { default as HomeModernIcon } from './HomeModernIcon' +export { default as HomeIcon } from './HomeIcon' +export { default as IdentificationIcon } from './IdentificationIcon' +export { default as InboxArrowDownIcon } from './InboxArrowDownIcon' +export { default as InboxStackIcon } from './InboxStackIcon' +export { default as InboxIcon } from './InboxIcon' +export { default as InformationCircleIcon } from './InformationCircleIcon' +export { default as ItalicIcon } from './ItalicIcon' +export { default as KeyIcon } from './KeyIcon' +export { default as LanguageIcon } from './LanguageIcon' +export { default as LifebuoyIcon } from './LifebuoyIcon' +export { default as LightBulbIcon } from './LightBulbIcon' +export { default as LinkSlashIcon } from './LinkSlashIcon' +export { default as LinkIcon } from './LinkIcon' +export { default as ListBulletIcon } from './ListBulletIcon' +export { default as LockClosedIcon } from './LockClosedIcon' +export { default as LockOpenIcon } from './LockOpenIcon' +export { default as MagnifyingGlassCircleIcon } from './MagnifyingGlassCircleIcon' +export { default as MagnifyingGlassMinusIcon } from './MagnifyingGlassMinusIcon' +export { default as MagnifyingGlassPlusIcon } from './MagnifyingGlassPlusIcon' +export { default as MagnifyingGlassIcon } from './MagnifyingGlassIcon' +export { default as MapPinIcon } from './MapPinIcon' +export { default as MapIcon } from './MapIcon' +export { default as MegaphoneIcon } from './MegaphoneIcon' +export { default as MicrophoneIcon } from './MicrophoneIcon' +export { default as MinusCircleIcon } from './MinusCircleIcon' +export { default as MinusSmallIcon } from './MinusSmallIcon' +export { default as MinusIcon } from './MinusIcon' +export { default as MoonIcon } from './MoonIcon' +export { default as MusicalNoteIcon } from './MusicalNoteIcon' +export { default as NewspaperIcon } from './NewspaperIcon' +export { default as NoSymbolIcon } from './NoSymbolIcon' +export { default as NumberedListIcon } from './NumberedListIcon' +export { default as PaintBrushIcon } from './PaintBrushIcon' +export { default as PaperAirplaneIcon } from './PaperAirplaneIcon' +export { default as PaperClipIcon } from './PaperClipIcon' +export { default as PauseCircleIcon } from './PauseCircleIcon' +export { default as PauseIcon } from './PauseIcon' +export { default as PencilSquareIcon } from './PencilSquareIcon' +export { default as PencilIcon } from './PencilIcon' +export { default as PercentBadgeIcon } from './PercentBadgeIcon' +export { default as PhoneArrowDownLeftIcon } from './PhoneArrowDownLeftIcon' +export { default as PhoneArrowUpRightIcon } from './PhoneArrowUpRightIcon' +export { default as PhoneXMarkIcon } from './PhoneXMarkIcon' +export { default as PhoneIcon } from './PhoneIcon' +export { default as PhotoIcon } from './PhotoIcon' +export { default as PlayCircleIcon } from './PlayCircleIcon' +export { default as PlayPauseIcon } from './PlayPauseIcon' +export { default as PlayIcon } from './PlayIcon' +export { default as PlusCircleIcon } from './PlusCircleIcon' +export { default as PlusSmallIcon } from './PlusSmallIcon' +export { default as PlusIcon } from './PlusIcon' +export { default as PowerIcon } from './PowerIcon' +export { default as PresentationChartBarIcon } from './PresentationChartBarIcon' +export { default as PresentationChartLineIcon } from './PresentationChartLineIcon' +export { default as PrinterIcon } from './PrinterIcon' +export { default as PuzzlePieceIcon } from './PuzzlePieceIcon' +export { default as QrCodeIcon } from './QrCodeIcon' +export { default as QuestionMarkCircleIcon } from './QuestionMarkCircleIcon' +export { default as QueueListIcon } from './QueueListIcon' +export { default as RadioIcon } from './RadioIcon' +export { default as ReceiptPercentIcon } from './ReceiptPercentIcon' +export { default as ReceiptRefundIcon } from './ReceiptRefundIcon' +export { default as RectangleGroupIcon } from './RectangleGroupIcon' +export { default as RectangleStackIcon } from './RectangleStackIcon' +export { default as RocketLaunchIcon } from './RocketLaunchIcon' +export { default as RssIcon } from './RssIcon' +export { default as ScaleIcon } from './ScaleIcon' +export { default as ScissorsIcon } from './ScissorsIcon' +export { default as ServerStackIcon } from './ServerStackIcon' +export { default as ServerIcon } from './ServerIcon' +export { default as ShareIcon } from './ShareIcon' +export { default as ShieldCheckIcon } from './ShieldCheckIcon' +export { default as ShieldExclamationIcon } from './ShieldExclamationIcon' +export { default as ShoppingBagIcon } from './ShoppingBagIcon' +export { default as ShoppingCartIcon } from './ShoppingCartIcon' +export { default as SignalSlashIcon } from './SignalSlashIcon' +export { default as SignalIcon } from './SignalIcon' +export { default as SlashIcon } from './SlashIcon' +export { default as SparklesIcon } from './SparklesIcon' +export { default as SpeakerWaveIcon } from './SpeakerWaveIcon' +export { default as SpeakerXMarkIcon } from './SpeakerXMarkIcon' +export { default as Square2StackIcon } from './Square2StackIcon' +export { default as Square3Stack3DIcon } from './Square3Stack3DIcon' +export { default as Squares2X2Icon } from './Squares2X2Icon' +export { default as SquaresPlusIcon } from './SquaresPlusIcon' +export { default as StarIcon } from './StarIcon' +export { default as StopCircleIcon } from './StopCircleIcon' +export { default as StopIcon } from './StopIcon' +export { default as StrikethroughIcon } from './StrikethroughIcon' +export { default as SunIcon } from './SunIcon' +export { default as SwatchIcon } from './SwatchIcon' +export { default as TableCellsIcon } from './TableCellsIcon' +export { default as TagIcon } from './TagIcon' +export { default as TicketIcon } from './TicketIcon' +export { default as TrashIcon } from './TrashIcon' +export { default as TrophyIcon } from './TrophyIcon' +export { default as TruckIcon } from './TruckIcon' +export { default as TvIcon } from './TvIcon' +export { default as UnderlineIcon } from './UnderlineIcon' +export { default as UserCircleIcon } from './UserCircleIcon' +export { default as UserGroupIcon } from './UserGroupIcon' +export { default as UserMinusIcon } from './UserMinusIcon' +export { default as UserPlusIcon } from './UserPlusIcon' +export { default as UserIcon } from './UserIcon' +export { default as UsersIcon } from './UsersIcon' +export { default as VariableIcon } from './VariableIcon' +export { default as VideoCameraSlashIcon } from './VideoCameraSlashIcon' +export { default as VideoCameraIcon } from './VideoCameraIcon' +export { default as ViewColumnsIcon } from './ViewColumnsIcon' +export { default as ViewfinderCircleIcon } from './ViewfinderCircleIcon' +export { default as WalletIcon } from './WalletIcon' +export { default as WifiIcon } from './WifiIcon' +export { default as WindowIcon } from './WindowIcon' +export { default as WrenchScrewdriverIcon } from './WrenchScrewdriverIcon' +export { default as WrenchIcon } from './WrenchIcon' +export { default as XCircleIcon } from './XCircleIcon' +export { default as XMarkIcon } from './XMarkIcon' \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/index.js b/frontend/node_modules/@heroicons/react/24/solid/esm/index.js new file mode 100644 index 00000000..529ae1b5 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/index.js @@ -0,0 +1,324 @@ +export { default as AcademicCapIcon } from './AcademicCapIcon.js' +export { default as AdjustmentsHorizontalIcon } from './AdjustmentsHorizontalIcon.js' +export { default as AdjustmentsVerticalIcon } from './AdjustmentsVerticalIcon.js' +export { default as ArchiveBoxArrowDownIcon } from './ArchiveBoxArrowDownIcon.js' +export { default as ArchiveBoxXMarkIcon } from './ArchiveBoxXMarkIcon.js' +export { default as ArchiveBoxIcon } from './ArchiveBoxIcon.js' +export { default as ArrowDownCircleIcon } from './ArrowDownCircleIcon.js' +export { default as ArrowDownLeftIcon } from './ArrowDownLeftIcon.js' +export { default as ArrowDownOnSquareStackIcon } from './ArrowDownOnSquareStackIcon.js' +export { default as ArrowDownOnSquareIcon } from './ArrowDownOnSquareIcon.js' +export { default as ArrowDownRightIcon } from './ArrowDownRightIcon.js' +export { default as ArrowDownTrayIcon } from './ArrowDownTrayIcon.js' +export { default as ArrowDownIcon } from './ArrowDownIcon.js' +export { default as ArrowLeftCircleIcon } from './ArrowLeftCircleIcon.js' +export { default as ArrowLeftEndOnRectangleIcon } from './ArrowLeftEndOnRectangleIcon.js' +export { default as ArrowLeftOnRectangleIcon } from './ArrowLeftOnRectangleIcon.js' +export { default as ArrowLeftStartOnRectangleIcon } from './ArrowLeftStartOnRectangleIcon.js' +export { default as ArrowLeftIcon } from './ArrowLeftIcon.js' +export { default as ArrowLongDownIcon } from './ArrowLongDownIcon.js' +export { default as ArrowLongLeftIcon } from './ArrowLongLeftIcon.js' +export { default as ArrowLongRightIcon } from './ArrowLongRightIcon.js' +export { default as ArrowLongUpIcon } from './ArrowLongUpIcon.js' +export { default as ArrowPathRoundedSquareIcon } from './ArrowPathRoundedSquareIcon.js' +export { default as ArrowPathIcon } from './ArrowPathIcon.js' +export { default as ArrowRightCircleIcon } from './ArrowRightCircleIcon.js' +export { default as ArrowRightEndOnRectangleIcon } from './ArrowRightEndOnRectangleIcon.js' +export { default as ArrowRightOnRectangleIcon } from './ArrowRightOnRectangleIcon.js' +export { default as ArrowRightStartOnRectangleIcon } from './ArrowRightStartOnRectangleIcon.js' +export { default as ArrowRightIcon } from './ArrowRightIcon.js' +export { default as ArrowSmallDownIcon } from './ArrowSmallDownIcon.js' +export { default as ArrowSmallLeftIcon } from './ArrowSmallLeftIcon.js' +export { default as ArrowSmallRightIcon } from './ArrowSmallRightIcon.js' +export { default as ArrowSmallUpIcon } from './ArrowSmallUpIcon.js' +export { default as ArrowTopRightOnSquareIcon } from './ArrowTopRightOnSquareIcon.js' +export { default as ArrowTrendingDownIcon } from './ArrowTrendingDownIcon.js' +export { default as ArrowTrendingUpIcon } from './ArrowTrendingUpIcon.js' +export { default as ArrowTurnDownLeftIcon } from './ArrowTurnDownLeftIcon.js' +export { default as ArrowTurnDownRightIcon } from './ArrowTurnDownRightIcon.js' +export { default as ArrowTurnLeftDownIcon } from './ArrowTurnLeftDownIcon.js' +export { default as ArrowTurnLeftUpIcon } from './ArrowTurnLeftUpIcon.js' +export { default as ArrowTurnRightDownIcon } from './ArrowTurnRightDownIcon.js' +export { default as ArrowTurnRightUpIcon } from './ArrowTurnRightUpIcon.js' +export { default as ArrowTurnUpLeftIcon } from './ArrowTurnUpLeftIcon.js' +export { default as ArrowTurnUpRightIcon } from './ArrowTurnUpRightIcon.js' +export { default as ArrowUpCircleIcon } from './ArrowUpCircleIcon.js' +export { default as ArrowUpLeftIcon } from './ArrowUpLeftIcon.js' +export { default as ArrowUpOnSquareStackIcon } from './ArrowUpOnSquareStackIcon.js' +export { default as ArrowUpOnSquareIcon } from './ArrowUpOnSquareIcon.js' +export { default as ArrowUpRightIcon } from './ArrowUpRightIcon.js' +export { default as ArrowUpTrayIcon } from './ArrowUpTrayIcon.js' +export { default as ArrowUpIcon } from './ArrowUpIcon.js' +export { default as ArrowUturnDownIcon } from './ArrowUturnDownIcon.js' +export { default as ArrowUturnLeftIcon } from './ArrowUturnLeftIcon.js' +export { default as ArrowUturnRightIcon } from './ArrowUturnRightIcon.js' +export { default as ArrowUturnUpIcon } from './ArrowUturnUpIcon.js' +export { default as ArrowsPointingInIcon } from './ArrowsPointingInIcon.js' +export { default as ArrowsPointingOutIcon } from './ArrowsPointingOutIcon.js' +export { default as ArrowsRightLeftIcon } from './ArrowsRightLeftIcon.js' +export { default as ArrowsUpDownIcon } from './ArrowsUpDownIcon.js' +export { default as AtSymbolIcon } from './AtSymbolIcon.js' +export { default as BackspaceIcon } from './BackspaceIcon.js' +export { default as BackwardIcon } from './BackwardIcon.js' +export { default as BanknotesIcon } from './BanknotesIcon.js' +export { default as Bars2Icon } from './Bars2Icon.js' +export { default as Bars3BottomLeftIcon } from './Bars3BottomLeftIcon.js' +export { default as Bars3BottomRightIcon } from './Bars3BottomRightIcon.js' +export { default as Bars3CenterLeftIcon } from './Bars3CenterLeftIcon.js' +export { default as Bars3Icon } from './Bars3Icon.js' +export { default as Bars4Icon } from './Bars4Icon.js' +export { default as BarsArrowDownIcon } from './BarsArrowDownIcon.js' +export { default as BarsArrowUpIcon } from './BarsArrowUpIcon.js' +export { default as Battery0Icon } from './Battery0Icon.js' +export { default as Battery100Icon } from './Battery100Icon.js' +export { default as Battery50Icon } from './Battery50Icon.js' +export { default as BeakerIcon } from './BeakerIcon.js' +export { default as BellAlertIcon } from './BellAlertIcon.js' +export { default as BellSlashIcon } from './BellSlashIcon.js' +export { default as BellSnoozeIcon } from './BellSnoozeIcon.js' +export { default as BellIcon } from './BellIcon.js' +export { default as BoldIcon } from './BoldIcon.js' +export { default as BoltSlashIcon } from './BoltSlashIcon.js' +export { default as BoltIcon } from './BoltIcon.js' +export { default as BookOpenIcon } from './BookOpenIcon.js' +export { default as BookmarkSlashIcon } from './BookmarkSlashIcon.js' +export { default as BookmarkSquareIcon } from './BookmarkSquareIcon.js' +export { default as BookmarkIcon } from './BookmarkIcon.js' +export { default as BriefcaseIcon } from './BriefcaseIcon.js' +export { default as BugAntIcon } from './BugAntIcon.js' +export { default as BuildingLibraryIcon } from './BuildingLibraryIcon.js' +export { default as BuildingOffice2Icon } from './BuildingOffice2Icon.js' +export { default as BuildingOfficeIcon } from './BuildingOfficeIcon.js' +export { default as BuildingStorefrontIcon } from './BuildingStorefrontIcon.js' +export { default as CakeIcon } from './CakeIcon.js' +export { default as CalculatorIcon } from './CalculatorIcon.js' +export { default as CalendarDateRangeIcon } from './CalendarDateRangeIcon.js' +export { default as CalendarDaysIcon } from './CalendarDaysIcon.js' +export { default as CalendarIcon } from './CalendarIcon.js' +export { default as CameraIcon } from './CameraIcon.js' +export { default as ChartBarSquareIcon } from './ChartBarSquareIcon.js' +export { default as ChartBarIcon } from './ChartBarIcon.js' +export { default as ChartPieIcon } from './ChartPieIcon.js' +export { default as ChatBubbleBottomCenterTextIcon } from './ChatBubbleBottomCenterTextIcon.js' +export { default as ChatBubbleBottomCenterIcon } from './ChatBubbleBottomCenterIcon.js' +export { default as ChatBubbleLeftEllipsisIcon } from './ChatBubbleLeftEllipsisIcon.js' +export { default as ChatBubbleLeftRightIcon } from './ChatBubbleLeftRightIcon.js' +export { default as ChatBubbleLeftIcon } from './ChatBubbleLeftIcon.js' +export { default as ChatBubbleOvalLeftEllipsisIcon } from './ChatBubbleOvalLeftEllipsisIcon.js' +export { default as ChatBubbleOvalLeftIcon } from './ChatBubbleOvalLeftIcon.js' +export { default as CheckBadgeIcon } from './CheckBadgeIcon.js' +export { default as CheckCircleIcon } from './CheckCircleIcon.js' +export { default as CheckIcon } from './CheckIcon.js' +export { default as ChevronDoubleDownIcon } from './ChevronDoubleDownIcon.js' +export { default as ChevronDoubleLeftIcon } from './ChevronDoubleLeftIcon.js' +export { default as ChevronDoubleRightIcon } from './ChevronDoubleRightIcon.js' +export { default as ChevronDoubleUpIcon } from './ChevronDoubleUpIcon.js' +export { default as ChevronDownIcon } from './ChevronDownIcon.js' +export { default as ChevronLeftIcon } from './ChevronLeftIcon.js' +export { default as ChevronRightIcon } from './ChevronRightIcon.js' +export { default as ChevronUpDownIcon } from './ChevronUpDownIcon.js' +export { default as ChevronUpIcon } from './ChevronUpIcon.js' +export { default as CircleStackIcon } from './CircleStackIcon.js' +export { default as ClipboardDocumentCheckIcon } from './ClipboardDocumentCheckIcon.js' +export { default as ClipboardDocumentListIcon } from './ClipboardDocumentListIcon.js' +export { default as ClipboardDocumentIcon } from './ClipboardDocumentIcon.js' +export { default as ClipboardIcon } from './ClipboardIcon.js' +export { default as ClockIcon } from './ClockIcon.js' +export { default as CloudArrowDownIcon } from './CloudArrowDownIcon.js' +export { default as CloudArrowUpIcon } from './CloudArrowUpIcon.js' +export { default as CloudIcon } from './CloudIcon.js' +export { default as CodeBracketSquareIcon } from './CodeBracketSquareIcon.js' +export { default as CodeBracketIcon } from './CodeBracketIcon.js' +export { default as Cog6ToothIcon } from './Cog6ToothIcon.js' +export { default as Cog8ToothIcon } from './Cog8ToothIcon.js' +export { default as CogIcon } from './CogIcon.js' +export { default as CommandLineIcon } from './CommandLineIcon.js' +export { default as ComputerDesktopIcon } from './ComputerDesktopIcon.js' +export { default as CpuChipIcon } from './CpuChipIcon.js' +export { default as CreditCardIcon } from './CreditCardIcon.js' +export { default as CubeTransparentIcon } from './CubeTransparentIcon.js' +export { default as CubeIcon } from './CubeIcon.js' +export { default as CurrencyBangladeshiIcon } from './CurrencyBangladeshiIcon.js' +export { default as CurrencyDollarIcon } from './CurrencyDollarIcon.js' +export { default as CurrencyEuroIcon } from './CurrencyEuroIcon.js' +export { default as CurrencyPoundIcon } from './CurrencyPoundIcon.js' +export { default as CurrencyRupeeIcon } from './CurrencyRupeeIcon.js' +export { default as CurrencyYenIcon } from './CurrencyYenIcon.js' +export { default as CursorArrowRaysIcon } from './CursorArrowRaysIcon.js' +export { default as CursorArrowRippleIcon } from './CursorArrowRippleIcon.js' +export { default as DevicePhoneMobileIcon } from './DevicePhoneMobileIcon.js' +export { default as DeviceTabletIcon } from './DeviceTabletIcon.js' +export { default as DivideIcon } from './DivideIcon.js' +export { default as DocumentArrowDownIcon } from './DocumentArrowDownIcon.js' +export { default as DocumentArrowUpIcon } from './DocumentArrowUpIcon.js' +export { default as DocumentChartBarIcon } from './DocumentChartBarIcon.js' +export { default as DocumentCheckIcon } from './DocumentCheckIcon.js' +export { default as DocumentCurrencyBangladeshiIcon } from './DocumentCurrencyBangladeshiIcon.js' +export { default as DocumentCurrencyDollarIcon } from './DocumentCurrencyDollarIcon.js' +export { default as DocumentCurrencyEuroIcon } from './DocumentCurrencyEuroIcon.js' +export { default as DocumentCurrencyPoundIcon } from './DocumentCurrencyPoundIcon.js' +export { default as DocumentCurrencyRupeeIcon } from './DocumentCurrencyRupeeIcon.js' +export { default as DocumentCurrencyYenIcon } from './DocumentCurrencyYenIcon.js' +export { default as DocumentDuplicateIcon } from './DocumentDuplicateIcon.js' +export { default as DocumentMagnifyingGlassIcon } from './DocumentMagnifyingGlassIcon.js' +export { default as DocumentMinusIcon } from './DocumentMinusIcon.js' +export { default as DocumentPlusIcon } from './DocumentPlusIcon.js' +export { default as DocumentTextIcon } from './DocumentTextIcon.js' +export { default as DocumentIcon } from './DocumentIcon.js' +export { default as EllipsisHorizontalCircleIcon } from './EllipsisHorizontalCircleIcon.js' +export { default as EllipsisHorizontalIcon } from './EllipsisHorizontalIcon.js' +export { default as EllipsisVerticalIcon } from './EllipsisVerticalIcon.js' +export { default as EnvelopeOpenIcon } from './EnvelopeOpenIcon.js' +export { default as EnvelopeIcon } from './EnvelopeIcon.js' +export { default as EqualsIcon } from './EqualsIcon.js' +export { default as ExclamationCircleIcon } from './ExclamationCircleIcon.js' +export { default as ExclamationTriangleIcon } from './ExclamationTriangleIcon.js' +export { default as EyeDropperIcon } from './EyeDropperIcon.js' +export { default as EyeSlashIcon } from './EyeSlashIcon.js' +export { default as EyeIcon } from './EyeIcon.js' +export { default as FaceFrownIcon } from './FaceFrownIcon.js' +export { default as FaceSmileIcon } from './FaceSmileIcon.js' +export { default as FilmIcon } from './FilmIcon.js' +export { default as FingerPrintIcon } from './FingerPrintIcon.js' +export { default as FireIcon } from './FireIcon.js' +export { default as FlagIcon } from './FlagIcon.js' +export { default as FolderArrowDownIcon } from './FolderArrowDownIcon.js' +export { default as FolderMinusIcon } from './FolderMinusIcon.js' +export { default as FolderOpenIcon } from './FolderOpenIcon.js' +export { default as FolderPlusIcon } from './FolderPlusIcon.js' +export { default as FolderIcon } from './FolderIcon.js' +export { default as ForwardIcon } from './ForwardIcon.js' +export { default as FunnelIcon } from './FunnelIcon.js' +export { default as GifIcon } from './GifIcon.js' +export { default as GiftTopIcon } from './GiftTopIcon.js' +export { default as GiftIcon } from './GiftIcon.js' +export { default as GlobeAltIcon } from './GlobeAltIcon.js' +export { default as GlobeAmericasIcon } from './GlobeAmericasIcon.js' +export { default as GlobeAsiaAustraliaIcon } from './GlobeAsiaAustraliaIcon.js' +export { default as GlobeEuropeAfricaIcon } from './GlobeEuropeAfricaIcon.js' +export { default as H1Icon } from './H1Icon.js' +export { default as H2Icon } from './H2Icon.js' +export { default as H3Icon } from './H3Icon.js' +export { default as HandRaisedIcon } from './HandRaisedIcon.js' +export { default as HandThumbDownIcon } from './HandThumbDownIcon.js' +export { default as HandThumbUpIcon } from './HandThumbUpIcon.js' +export { default as HashtagIcon } from './HashtagIcon.js' +export { default as HeartIcon } from './HeartIcon.js' +export { default as HomeModernIcon } from './HomeModernIcon.js' +export { default as HomeIcon } from './HomeIcon.js' +export { default as IdentificationIcon } from './IdentificationIcon.js' +export { default as InboxArrowDownIcon } from './InboxArrowDownIcon.js' +export { default as InboxStackIcon } from './InboxStackIcon.js' +export { default as InboxIcon } from './InboxIcon.js' +export { default as InformationCircleIcon } from './InformationCircleIcon.js' +export { default as ItalicIcon } from './ItalicIcon.js' +export { default as KeyIcon } from './KeyIcon.js' +export { default as LanguageIcon } from './LanguageIcon.js' +export { default as LifebuoyIcon } from './LifebuoyIcon.js' +export { default as LightBulbIcon } from './LightBulbIcon.js' +export { default as LinkSlashIcon } from './LinkSlashIcon.js' +export { default as LinkIcon } from './LinkIcon.js' +export { default as ListBulletIcon } from './ListBulletIcon.js' +export { default as LockClosedIcon } from './LockClosedIcon.js' +export { default as LockOpenIcon } from './LockOpenIcon.js' +export { default as MagnifyingGlassCircleIcon } from './MagnifyingGlassCircleIcon.js' +export { default as MagnifyingGlassMinusIcon } from './MagnifyingGlassMinusIcon.js' +export { default as MagnifyingGlassPlusIcon } from './MagnifyingGlassPlusIcon.js' +export { default as MagnifyingGlassIcon } from './MagnifyingGlassIcon.js' +export { default as MapPinIcon } from './MapPinIcon.js' +export { default as MapIcon } from './MapIcon.js' +export { default as MegaphoneIcon } from './MegaphoneIcon.js' +export { default as MicrophoneIcon } from './MicrophoneIcon.js' +export { default as MinusCircleIcon } from './MinusCircleIcon.js' +export { default as MinusSmallIcon } from './MinusSmallIcon.js' +export { default as MinusIcon } from './MinusIcon.js' +export { default as MoonIcon } from './MoonIcon.js' +export { default as MusicalNoteIcon } from './MusicalNoteIcon.js' +export { default as NewspaperIcon } from './NewspaperIcon.js' +export { default as NoSymbolIcon } from './NoSymbolIcon.js' +export { default as NumberedListIcon } from './NumberedListIcon.js' +export { default as PaintBrushIcon } from './PaintBrushIcon.js' +export { default as PaperAirplaneIcon } from './PaperAirplaneIcon.js' +export { default as PaperClipIcon } from './PaperClipIcon.js' +export { default as PauseCircleIcon } from './PauseCircleIcon.js' +export { default as PauseIcon } from './PauseIcon.js' +export { default as PencilSquareIcon } from './PencilSquareIcon.js' +export { default as PencilIcon } from './PencilIcon.js' +export { default as PercentBadgeIcon } from './PercentBadgeIcon.js' +export { default as PhoneArrowDownLeftIcon } from './PhoneArrowDownLeftIcon.js' +export { default as PhoneArrowUpRightIcon } from './PhoneArrowUpRightIcon.js' +export { default as PhoneXMarkIcon } from './PhoneXMarkIcon.js' +export { default as PhoneIcon } from './PhoneIcon.js' +export { default as PhotoIcon } from './PhotoIcon.js' +export { default as PlayCircleIcon } from './PlayCircleIcon.js' +export { default as PlayPauseIcon } from './PlayPauseIcon.js' +export { default as PlayIcon } from './PlayIcon.js' +export { default as PlusCircleIcon } from './PlusCircleIcon.js' +export { default as PlusSmallIcon } from './PlusSmallIcon.js' +export { default as PlusIcon } from './PlusIcon.js' +export { default as PowerIcon } from './PowerIcon.js' +export { default as PresentationChartBarIcon } from './PresentationChartBarIcon.js' +export { default as PresentationChartLineIcon } from './PresentationChartLineIcon.js' +export { default as PrinterIcon } from './PrinterIcon.js' +export { default as PuzzlePieceIcon } from './PuzzlePieceIcon.js' +export { default as QrCodeIcon } from './QrCodeIcon.js' +export { default as QuestionMarkCircleIcon } from './QuestionMarkCircleIcon.js' +export { default as QueueListIcon } from './QueueListIcon.js' +export { default as RadioIcon } from './RadioIcon.js' +export { default as ReceiptPercentIcon } from './ReceiptPercentIcon.js' +export { default as ReceiptRefundIcon } from './ReceiptRefundIcon.js' +export { default as RectangleGroupIcon } from './RectangleGroupIcon.js' +export { default as RectangleStackIcon } from './RectangleStackIcon.js' +export { default as RocketLaunchIcon } from './RocketLaunchIcon.js' +export { default as RssIcon } from './RssIcon.js' +export { default as ScaleIcon } from './ScaleIcon.js' +export { default as ScissorsIcon } from './ScissorsIcon.js' +export { default as ServerStackIcon } from './ServerStackIcon.js' +export { default as ServerIcon } from './ServerIcon.js' +export { default as ShareIcon } from './ShareIcon.js' +export { default as ShieldCheckIcon } from './ShieldCheckIcon.js' +export { default as ShieldExclamationIcon } from './ShieldExclamationIcon.js' +export { default as ShoppingBagIcon } from './ShoppingBagIcon.js' +export { default as ShoppingCartIcon } from './ShoppingCartIcon.js' +export { default as SignalSlashIcon } from './SignalSlashIcon.js' +export { default as SignalIcon } from './SignalIcon.js' +export { default as SlashIcon } from './SlashIcon.js' +export { default as SparklesIcon } from './SparklesIcon.js' +export { default as SpeakerWaveIcon } from './SpeakerWaveIcon.js' +export { default as SpeakerXMarkIcon } from './SpeakerXMarkIcon.js' +export { default as Square2StackIcon } from './Square2StackIcon.js' +export { default as Square3Stack3DIcon } from './Square3Stack3DIcon.js' +export { default as Squares2X2Icon } from './Squares2X2Icon.js' +export { default as SquaresPlusIcon } from './SquaresPlusIcon.js' +export { default as StarIcon } from './StarIcon.js' +export { default as StopCircleIcon } from './StopCircleIcon.js' +export { default as StopIcon } from './StopIcon.js' +export { default as StrikethroughIcon } from './StrikethroughIcon.js' +export { default as SunIcon } from './SunIcon.js' +export { default as SwatchIcon } from './SwatchIcon.js' +export { default as TableCellsIcon } from './TableCellsIcon.js' +export { default as TagIcon } from './TagIcon.js' +export { default as TicketIcon } from './TicketIcon.js' +export { default as TrashIcon } from './TrashIcon.js' +export { default as TrophyIcon } from './TrophyIcon.js' +export { default as TruckIcon } from './TruckIcon.js' +export { default as TvIcon } from './TvIcon.js' +export { default as UnderlineIcon } from './UnderlineIcon.js' +export { default as UserCircleIcon } from './UserCircleIcon.js' +export { default as UserGroupIcon } from './UserGroupIcon.js' +export { default as UserMinusIcon } from './UserMinusIcon.js' +export { default as UserPlusIcon } from './UserPlusIcon.js' +export { default as UserIcon } from './UserIcon.js' +export { default as UsersIcon } from './UsersIcon.js' +export { default as VariableIcon } from './VariableIcon.js' +export { default as VideoCameraSlashIcon } from './VideoCameraSlashIcon.js' +export { default as VideoCameraIcon } from './VideoCameraIcon.js' +export { default as ViewColumnsIcon } from './ViewColumnsIcon.js' +export { default as ViewfinderCircleIcon } from './ViewfinderCircleIcon.js' +export { default as WalletIcon } from './WalletIcon.js' +export { default as WifiIcon } from './WifiIcon.js' +export { default as WindowIcon } from './WindowIcon.js' +export { default as WrenchScrewdriverIcon } from './WrenchScrewdriverIcon.js' +export { default as WrenchIcon } from './WrenchIcon.js' +export { default as XCircleIcon } from './XCircleIcon.js' +export { default as XMarkIcon } from './XMarkIcon.js' \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/esm/package.json b/frontend/node_modules/@heroicons/react/24/solid/esm/package.json new file mode 100644 index 00000000..7f1fc33d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/esm/package.json @@ -0,0 +1,4 @@ +{ + "type": "module", + "sideEffects": false +} diff --git a/frontend/node_modules/@heroicons/react/24/solid/index.d.ts b/frontend/node_modules/@heroicons/react/24/solid/index.d.ts new file mode 100644 index 00000000..f8a00880 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/index.d.ts @@ -0,0 +1,324 @@ +export { default as AcademicCapIcon } from './AcademicCapIcon' +export { default as AdjustmentsHorizontalIcon } from './AdjustmentsHorizontalIcon' +export { default as AdjustmentsVerticalIcon } from './AdjustmentsVerticalIcon' +export { default as ArchiveBoxArrowDownIcon } from './ArchiveBoxArrowDownIcon' +export { default as ArchiveBoxXMarkIcon } from './ArchiveBoxXMarkIcon' +export { default as ArchiveBoxIcon } from './ArchiveBoxIcon' +export { default as ArrowDownCircleIcon } from './ArrowDownCircleIcon' +export { default as ArrowDownLeftIcon } from './ArrowDownLeftIcon' +export { default as ArrowDownOnSquareStackIcon } from './ArrowDownOnSquareStackIcon' +export { default as ArrowDownOnSquareIcon } from './ArrowDownOnSquareIcon' +export { default as ArrowDownRightIcon } from './ArrowDownRightIcon' +export { default as ArrowDownTrayIcon } from './ArrowDownTrayIcon' +export { default as ArrowDownIcon } from './ArrowDownIcon' +export { default as ArrowLeftCircleIcon } from './ArrowLeftCircleIcon' +export { default as ArrowLeftEndOnRectangleIcon } from './ArrowLeftEndOnRectangleIcon' +export { default as ArrowLeftOnRectangleIcon } from './ArrowLeftOnRectangleIcon' +export { default as ArrowLeftStartOnRectangleIcon } from './ArrowLeftStartOnRectangleIcon' +export { default as ArrowLeftIcon } from './ArrowLeftIcon' +export { default as ArrowLongDownIcon } from './ArrowLongDownIcon' +export { default as ArrowLongLeftIcon } from './ArrowLongLeftIcon' +export { default as ArrowLongRightIcon } from './ArrowLongRightIcon' +export { default as ArrowLongUpIcon } from './ArrowLongUpIcon' +export { default as ArrowPathRoundedSquareIcon } from './ArrowPathRoundedSquareIcon' +export { default as ArrowPathIcon } from './ArrowPathIcon' +export { default as ArrowRightCircleIcon } from './ArrowRightCircleIcon' +export { default as ArrowRightEndOnRectangleIcon } from './ArrowRightEndOnRectangleIcon' +export { default as ArrowRightOnRectangleIcon } from './ArrowRightOnRectangleIcon' +export { default as ArrowRightStartOnRectangleIcon } from './ArrowRightStartOnRectangleIcon' +export { default as ArrowRightIcon } from './ArrowRightIcon' +export { default as ArrowSmallDownIcon } from './ArrowSmallDownIcon' +export { default as ArrowSmallLeftIcon } from './ArrowSmallLeftIcon' +export { default as ArrowSmallRightIcon } from './ArrowSmallRightIcon' +export { default as ArrowSmallUpIcon } from './ArrowSmallUpIcon' +export { default as ArrowTopRightOnSquareIcon } from './ArrowTopRightOnSquareIcon' +export { default as ArrowTrendingDownIcon } from './ArrowTrendingDownIcon' +export { default as ArrowTrendingUpIcon } from './ArrowTrendingUpIcon' +export { default as ArrowTurnDownLeftIcon } from './ArrowTurnDownLeftIcon' +export { default as ArrowTurnDownRightIcon } from './ArrowTurnDownRightIcon' +export { default as ArrowTurnLeftDownIcon } from './ArrowTurnLeftDownIcon' +export { default as ArrowTurnLeftUpIcon } from './ArrowTurnLeftUpIcon' +export { default as ArrowTurnRightDownIcon } from './ArrowTurnRightDownIcon' +export { default as ArrowTurnRightUpIcon } from './ArrowTurnRightUpIcon' +export { default as ArrowTurnUpLeftIcon } from './ArrowTurnUpLeftIcon' +export { default as ArrowTurnUpRightIcon } from './ArrowTurnUpRightIcon' +export { default as ArrowUpCircleIcon } from './ArrowUpCircleIcon' +export { default as ArrowUpLeftIcon } from './ArrowUpLeftIcon' +export { default as ArrowUpOnSquareStackIcon } from './ArrowUpOnSquareStackIcon' +export { default as ArrowUpOnSquareIcon } from './ArrowUpOnSquareIcon' +export { default as ArrowUpRightIcon } from './ArrowUpRightIcon' +export { default as ArrowUpTrayIcon } from './ArrowUpTrayIcon' +export { default as ArrowUpIcon } from './ArrowUpIcon' +export { default as ArrowUturnDownIcon } from './ArrowUturnDownIcon' +export { default as ArrowUturnLeftIcon } from './ArrowUturnLeftIcon' +export { default as ArrowUturnRightIcon } from './ArrowUturnRightIcon' +export { default as ArrowUturnUpIcon } from './ArrowUturnUpIcon' +export { default as ArrowsPointingInIcon } from './ArrowsPointingInIcon' +export { default as ArrowsPointingOutIcon } from './ArrowsPointingOutIcon' +export { default as ArrowsRightLeftIcon } from './ArrowsRightLeftIcon' +export { default as ArrowsUpDownIcon } from './ArrowsUpDownIcon' +export { default as AtSymbolIcon } from './AtSymbolIcon' +export { default as BackspaceIcon } from './BackspaceIcon' +export { default as BackwardIcon } from './BackwardIcon' +export { default as BanknotesIcon } from './BanknotesIcon' +export { default as Bars2Icon } from './Bars2Icon' +export { default as Bars3BottomLeftIcon } from './Bars3BottomLeftIcon' +export { default as Bars3BottomRightIcon } from './Bars3BottomRightIcon' +export { default as Bars3CenterLeftIcon } from './Bars3CenterLeftIcon' +export { default as Bars3Icon } from './Bars3Icon' +export { default as Bars4Icon } from './Bars4Icon' +export { default as BarsArrowDownIcon } from './BarsArrowDownIcon' +export { default as BarsArrowUpIcon } from './BarsArrowUpIcon' +export { default as Battery0Icon } from './Battery0Icon' +export { default as Battery100Icon } from './Battery100Icon' +export { default as Battery50Icon } from './Battery50Icon' +export { default as BeakerIcon } from './BeakerIcon' +export { default as BellAlertIcon } from './BellAlertIcon' +export { default as BellSlashIcon } from './BellSlashIcon' +export { default as BellSnoozeIcon } from './BellSnoozeIcon' +export { default as BellIcon } from './BellIcon' +export { default as BoldIcon } from './BoldIcon' +export { default as BoltSlashIcon } from './BoltSlashIcon' +export { default as BoltIcon } from './BoltIcon' +export { default as BookOpenIcon } from './BookOpenIcon' +export { default as BookmarkSlashIcon } from './BookmarkSlashIcon' +export { default as BookmarkSquareIcon } from './BookmarkSquareIcon' +export { default as BookmarkIcon } from './BookmarkIcon' +export { default as BriefcaseIcon } from './BriefcaseIcon' +export { default as BugAntIcon } from './BugAntIcon' +export { default as BuildingLibraryIcon } from './BuildingLibraryIcon' +export { default as BuildingOffice2Icon } from './BuildingOffice2Icon' +export { default as BuildingOfficeIcon } from './BuildingOfficeIcon' +export { default as BuildingStorefrontIcon } from './BuildingStorefrontIcon' +export { default as CakeIcon } from './CakeIcon' +export { default as CalculatorIcon } from './CalculatorIcon' +export { default as CalendarDateRangeIcon } from './CalendarDateRangeIcon' +export { default as CalendarDaysIcon } from './CalendarDaysIcon' +export { default as CalendarIcon } from './CalendarIcon' +export { default as CameraIcon } from './CameraIcon' +export { default as ChartBarSquareIcon } from './ChartBarSquareIcon' +export { default as ChartBarIcon } from './ChartBarIcon' +export { default as ChartPieIcon } from './ChartPieIcon' +export { default as ChatBubbleBottomCenterTextIcon } from './ChatBubbleBottomCenterTextIcon' +export { default as ChatBubbleBottomCenterIcon } from './ChatBubbleBottomCenterIcon' +export { default as ChatBubbleLeftEllipsisIcon } from './ChatBubbleLeftEllipsisIcon' +export { default as ChatBubbleLeftRightIcon } from './ChatBubbleLeftRightIcon' +export { default as ChatBubbleLeftIcon } from './ChatBubbleLeftIcon' +export { default as ChatBubbleOvalLeftEllipsisIcon } from './ChatBubbleOvalLeftEllipsisIcon' +export { default as ChatBubbleOvalLeftIcon } from './ChatBubbleOvalLeftIcon' +export { default as CheckBadgeIcon } from './CheckBadgeIcon' +export { default as CheckCircleIcon } from './CheckCircleIcon' +export { default as CheckIcon } from './CheckIcon' +export { default as ChevronDoubleDownIcon } from './ChevronDoubleDownIcon' +export { default as ChevronDoubleLeftIcon } from './ChevronDoubleLeftIcon' +export { default as ChevronDoubleRightIcon } from './ChevronDoubleRightIcon' +export { default as ChevronDoubleUpIcon } from './ChevronDoubleUpIcon' +export { default as ChevronDownIcon } from './ChevronDownIcon' +export { default as ChevronLeftIcon } from './ChevronLeftIcon' +export { default as ChevronRightIcon } from './ChevronRightIcon' +export { default as ChevronUpDownIcon } from './ChevronUpDownIcon' +export { default as ChevronUpIcon } from './ChevronUpIcon' +export { default as CircleStackIcon } from './CircleStackIcon' +export { default as ClipboardDocumentCheckIcon } from './ClipboardDocumentCheckIcon' +export { default as ClipboardDocumentListIcon } from './ClipboardDocumentListIcon' +export { default as ClipboardDocumentIcon } from './ClipboardDocumentIcon' +export { default as ClipboardIcon } from './ClipboardIcon' +export { default as ClockIcon } from './ClockIcon' +export { default as CloudArrowDownIcon } from './CloudArrowDownIcon' +export { default as CloudArrowUpIcon } from './CloudArrowUpIcon' +export { default as CloudIcon } from './CloudIcon' +export { default as CodeBracketSquareIcon } from './CodeBracketSquareIcon' +export { default as CodeBracketIcon } from './CodeBracketIcon' +export { default as Cog6ToothIcon } from './Cog6ToothIcon' +export { default as Cog8ToothIcon } from './Cog8ToothIcon' +export { default as CogIcon } from './CogIcon' +export { default as CommandLineIcon } from './CommandLineIcon' +export { default as ComputerDesktopIcon } from './ComputerDesktopIcon' +export { default as CpuChipIcon } from './CpuChipIcon' +export { default as CreditCardIcon } from './CreditCardIcon' +export { default as CubeTransparentIcon } from './CubeTransparentIcon' +export { default as CubeIcon } from './CubeIcon' +export { default as CurrencyBangladeshiIcon } from './CurrencyBangladeshiIcon' +export { default as CurrencyDollarIcon } from './CurrencyDollarIcon' +export { default as CurrencyEuroIcon } from './CurrencyEuroIcon' +export { default as CurrencyPoundIcon } from './CurrencyPoundIcon' +export { default as CurrencyRupeeIcon } from './CurrencyRupeeIcon' +export { default as CurrencyYenIcon } from './CurrencyYenIcon' +export { default as CursorArrowRaysIcon } from './CursorArrowRaysIcon' +export { default as CursorArrowRippleIcon } from './CursorArrowRippleIcon' +export { default as DevicePhoneMobileIcon } from './DevicePhoneMobileIcon' +export { default as DeviceTabletIcon } from './DeviceTabletIcon' +export { default as DivideIcon } from './DivideIcon' +export { default as DocumentArrowDownIcon } from './DocumentArrowDownIcon' +export { default as DocumentArrowUpIcon } from './DocumentArrowUpIcon' +export { default as DocumentChartBarIcon } from './DocumentChartBarIcon' +export { default as DocumentCheckIcon } from './DocumentCheckIcon' +export { default as DocumentCurrencyBangladeshiIcon } from './DocumentCurrencyBangladeshiIcon' +export { default as DocumentCurrencyDollarIcon } from './DocumentCurrencyDollarIcon' +export { default as DocumentCurrencyEuroIcon } from './DocumentCurrencyEuroIcon' +export { default as DocumentCurrencyPoundIcon } from './DocumentCurrencyPoundIcon' +export { default as DocumentCurrencyRupeeIcon } from './DocumentCurrencyRupeeIcon' +export { default as DocumentCurrencyYenIcon } from './DocumentCurrencyYenIcon' +export { default as DocumentDuplicateIcon } from './DocumentDuplicateIcon' +export { default as DocumentMagnifyingGlassIcon } from './DocumentMagnifyingGlassIcon' +export { default as DocumentMinusIcon } from './DocumentMinusIcon' +export { default as DocumentPlusIcon } from './DocumentPlusIcon' +export { default as DocumentTextIcon } from './DocumentTextIcon' +export { default as DocumentIcon } from './DocumentIcon' +export { default as EllipsisHorizontalCircleIcon } from './EllipsisHorizontalCircleIcon' +export { default as EllipsisHorizontalIcon } from './EllipsisHorizontalIcon' +export { default as EllipsisVerticalIcon } from './EllipsisVerticalIcon' +export { default as EnvelopeOpenIcon } from './EnvelopeOpenIcon' +export { default as EnvelopeIcon } from './EnvelopeIcon' +export { default as EqualsIcon } from './EqualsIcon' +export { default as ExclamationCircleIcon } from './ExclamationCircleIcon' +export { default as ExclamationTriangleIcon } from './ExclamationTriangleIcon' +export { default as EyeDropperIcon } from './EyeDropperIcon' +export { default as EyeSlashIcon } from './EyeSlashIcon' +export { default as EyeIcon } from './EyeIcon' +export { default as FaceFrownIcon } from './FaceFrownIcon' +export { default as FaceSmileIcon } from './FaceSmileIcon' +export { default as FilmIcon } from './FilmIcon' +export { default as FingerPrintIcon } from './FingerPrintIcon' +export { default as FireIcon } from './FireIcon' +export { default as FlagIcon } from './FlagIcon' +export { default as FolderArrowDownIcon } from './FolderArrowDownIcon' +export { default as FolderMinusIcon } from './FolderMinusIcon' +export { default as FolderOpenIcon } from './FolderOpenIcon' +export { default as FolderPlusIcon } from './FolderPlusIcon' +export { default as FolderIcon } from './FolderIcon' +export { default as ForwardIcon } from './ForwardIcon' +export { default as FunnelIcon } from './FunnelIcon' +export { default as GifIcon } from './GifIcon' +export { default as GiftTopIcon } from './GiftTopIcon' +export { default as GiftIcon } from './GiftIcon' +export { default as GlobeAltIcon } from './GlobeAltIcon' +export { default as GlobeAmericasIcon } from './GlobeAmericasIcon' +export { default as GlobeAsiaAustraliaIcon } from './GlobeAsiaAustraliaIcon' +export { default as GlobeEuropeAfricaIcon } from './GlobeEuropeAfricaIcon' +export { default as H1Icon } from './H1Icon' +export { default as H2Icon } from './H2Icon' +export { default as H3Icon } from './H3Icon' +export { default as HandRaisedIcon } from './HandRaisedIcon' +export { default as HandThumbDownIcon } from './HandThumbDownIcon' +export { default as HandThumbUpIcon } from './HandThumbUpIcon' +export { default as HashtagIcon } from './HashtagIcon' +export { default as HeartIcon } from './HeartIcon' +export { default as HomeModernIcon } from './HomeModernIcon' +export { default as HomeIcon } from './HomeIcon' +export { default as IdentificationIcon } from './IdentificationIcon' +export { default as InboxArrowDownIcon } from './InboxArrowDownIcon' +export { default as InboxStackIcon } from './InboxStackIcon' +export { default as InboxIcon } from './InboxIcon' +export { default as InformationCircleIcon } from './InformationCircleIcon' +export { default as ItalicIcon } from './ItalicIcon' +export { default as KeyIcon } from './KeyIcon' +export { default as LanguageIcon } from './LanguageIcon' +export { default as LifebuoyIcon } from './LifebuoyIcon' +export { default as LightBulbIcon } from './LightBulbIcon' +export { default as LinkSlashIcon } from './LinkSlashIcon' +export { default as LinkIcon } from './LinkIcon' +export { default as ListBulletIcon } from './ListBulletIcon' +export { default as LockClosedIcon } from './LockClosedIcon' +export { default as LockOpenIcon } from './LockOpenIcon' +export { default as MagnifyingGlassCircleIcon } from './MagnifyingGlassCircleIcon' +export { default as MagnifyingGlassMinusIcon } from './MagnifyingGlassMinusIcon' +export { default as MagnifyingGlassPlusIcon } from './MagnifyingGlassPlusIcon' +export { default as MagnifyingGlassIcon } from './MagnifyingGlassIcon' +export { default as MapPinIcon } from './MapPinIcon' +export { default as MapIcon } from './MapIcon' +export { default as MegaphoneIcon } from './MegaphoneIcon' +export { default as MicrophoneIcon } from './MicrophoneIcon' +export { default as MinusCircleIcon } from './MinusCircleIcon' +export { default as MinusSmallIcon } from './MinusSmallIcon' +export { default as MinusIcon } from './MinusIcon' +export { default as MoonIcon } from './MoonIcon' +export { default as MusicalNoteIcon } from './MusicalNoteIcon' +export { default as NewspaperIcon } from './NewspaperIcon' +export { default as NoSymbolIcon } from './NoSymbolIcon' +export { default as NumberedListIcon } from './NumberedListIcon' +export { default as PaintBrushIcon } from './PaintBrushIcon' +export { default as PaperAirplaneIcon } from './PaperAirplaneIcon' +export { default as PaperClipIcon } from './PaperClipIcon' +export { default as PauseCircleIcon } from './PauseCircleIcon' +export { default as PauseIcon } from './PauseIcon' +export { default as PencilSquareIcon } from './PencilSquareIcon' +export { default as PencilIcon } from './PencilIcon' +export { default as PercentBadgeIcon } from './PercentBadgeIcon' +export { default as PhoneArrowDownLeftIcon } from './PhoneArrowDownLeftIcon' +export { default as PhoneArrowUpRightIcon } from './PhoneArrowUpRightIcon' +export { default as PhoneXMarkIcon } from './PhoneXMarkIcon' +export { default as PhoneIcon } from './PhoneIcon' +export { default as PhotoIcon } from './PhotoIcon' +export { default as PlayCircleIcon } from './PlayCircleIcon' +export { default as PlayPauseIcon } from './PlayPauseIcon' +export { default as PlayIcon } from './PlayIcon' +export { default as PlusCircleIcon } from './PlusCircleIcon' +export { default as PlusSmallIcon } from './PlusSmallIcon' +export { default as PlusIcon } from './PlusIcon' +export { default as PowerIcon } from './PowerIcon' +export { default as PresentationChartBarIcon } from './PresentationChartBarIcon' +export { default as PresentationChartLineIcon } from './PresentationChartLineIcon' +export { default as PrinterIcon } from './PrinterIcon' +export { default as PuzzlePieceIcon } from './PuzzlePieceIcon' +export { default as QrCodeIcon } from './QrCodeIcon' +export { default as QuestionMarkCircleIcon } from './QuestionMarkCircleIcon' +export { default as QueueListIcon } from './QueueListIcon' +export { default as RadioIcon } from './RadioIcon' +export { default as ReceiptPercentIcon } from './ReceiptPercentIcon' +export { default as ReceiptRefundIcon } from './ReceiptRefundIcon' +export { default as RectangleGroupIcon } from './RectangleGroupIcon' +export { default as RectangleStackIcon } from './RectangleStackIcon' +export { default as RocketLaunchIcon } from './RocketLaunchIcon' +export { default as RssIcon } from './RssIcon' +export { default as ScaleIcon } from './ScaleIcon' +export { default as ScissorsIcon } from './ScissorsIcon' +export { default as ServerStackIcon } from './ServerStackIcon' +export { default as ServerIcon } from './ServerIcon' +export { default as ShareIcon } from './ShareIcon' +export { default as ShieldCheckIcon } from './ShieldCheckIcon' +export { default as ShieldExclamationIcon } from './ShieldExclamationIcon' +export { default as ShoppingBagIcon } from './ShoppingBagIcon' +export { default as ShoppingCartIcon } from './ShoppingCartIcon' +export { default as SignalSlashIcon } from './SignalSlashIcon' +export { default as SignalIcon } from './SignalIcon' +export { default as SlashIcon } from './SlashIcon' +export { default as SparklesIcon } from './SparklesIcon' +export { default as SpeakerWaveIcon } from './SpeakerWaveIcon' +export { default as SpeakerXMarkIcon } from './SpeakerXMarkIcon' +export { default as Square2StackIcon } from './Square2StackIcon' +export { default as Square3Stack3DIcon } from './Square3Stack3DIcon' +export { default as Squares2X2Icon } from './Squares2X2Icon' +export { default as SquaresPlusIcon } from './SquaresPlusIcon' +export { default as StarIcon } from './StarIcon' +export { default as StopCircleIcon } from './StopCircleIcon' +export { default as StopIcon } from './StopIcon' +export { default as StrikethroughIcon } from './StrikethroughIcon' +export { default as SunIcon } from './SunIcon' +export { default as SwatchIcon } from './SwatchIcon' +export { default as TableCellsIcon } from './TableCellsIcon' +export { default as TagIcon } from './TagIcon' +export { default as TicketIcon } from './TicketIcon' +export { default as TrashIcon } from './TrashIcon' +export { default as TrophyIcon } from './TrophyIcon' +export { default as TruckIcon } from './TruckIcon' +export { default as TvIcon } from './TvIcon' +export { default as UnderlineIcon } from './UnderlineIcon' +export { default as UserCircleIcon } from './UserCircleIcon' +export { default as UserGroupIcon } from './UserGroupIcon' +export { default as UserMinusIcon } from './UserMinusIcon' +export { default as UserPlusIcon } from './UserPlusIcon' +export { default as UserIcon } from './UserIcon' +export { default as UsersIcon } from './UsersIcon' +export { default as VariableIcon } from './VariableIcon' +export { default as VideoCameraSlashIcon } from './VideoCameraSlashIcon' +export { default as VideoCameraIcon } from './VideoCameraIcon' +export { default as ViewColumnsIcon } from './ViewColumnsIcon' +export { default as ViewfinderCircleIcon } from './ViewfinderCircleIcon' +export { default as WalletIcon } from './WalletIcon' +export { default as WifiIcon } from './WifiIcon' +export { default as WindowIcon } from './WindowIcon' +export { default as WrenchScrewdriverIcon } from './WrenchScrewdriverIcon' +export { default as WrenchIcon } from './WrenchIcon' +export { default as XCircleIcon } from './XCircleIcon' +export { default as XMarkIcon } from './XMarkIcon' \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/index.js b/frontend/node_modules/@heroicons/react/24/solid/index.js new file mode 100644 index 00000000..56ce2477 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/index.js @@ -0,0 +1,324 @@ +module.exports.AcademicCapIcon = require("./AcademicCapIcon.js") +module.exports.AdjustmentsHorizontalIcon = require("./AdjustmentsHorizontalIcon.js") +module.exports.AdjustmentsVerticalIcon = require("./AdjustmentsVerticalIcon.js") +module.exports.ArchiveBoxArrowDownIcon = require("./ArchiveBoxArrowDownIcon.js") +module.exports.ArchiveBoxXMarkIcon = require("./ArchiveBoxXMarkIcon.js") +module.exports.ArchiveBoxIcon = require("./ArchiveBoxIcon.js") +module.exports.ArrowDownCircleIcon = require("./ArrowDownCircleIcon.js") +module.exports.ArrowDownLeftIcon = require("./ArrowDownLeftIcon.js") +module.exports.ArrowDownOnSquareStackIcon = require("./ArrowDownOnSquareStackIcon.js") +module.exports.ArrowDownOnSquareIcon = require("./ArrowDownOnSquareIcon.js") +module.exports.ArrowDownRightIcon = require("./ArrowDownRightIcon.js") +module.exports.ArrowDownTrayIcon = require("./ArrowDownTrayIcon.js") +module.exports.ArrowDownIcon = require("./ArrowDownIcon.js") +module.exports.ArrowLeftCircleIcon = require("./ArrowLeftCircleIcon.js") +module.exports.ArrowLeftEndOnRectangleIcon = require("./ArrowLeftEndOnRectangleIcon.js") +module.exports.ArrowLeftOnRectangleIcon = require("./ArrowLeftOnRectangleIcon.js") +module.exports.ArrowLeftStartOnRectangleIcon = require("./ArrowLeftStartOnRectangleIcon.js") +module.exports.ArrowLeftIcon = require("./ArrowLeftIcon.js") +module.exports.ArrowLongDownIcon = require("./ArrowLongDownIcon.js") +module.exports.ArrowLongLeftIcon = require("./ArrowLongLeftIcon.js") +module.exports.ArrowLongRightIcon = require("./ArrowLongRightIcon.js") +module.exports.ArrowLongUpIcon = require("./ArrowLongUpIcon.js") +module.exports.ArrowPathRoundedSquareIcon = require("./ArrowPathRoundedSquareIcon.js") +module.exports.ArrowPathIcon = require("./ArrowPathIcon.js") +module.exports.ArrowRightCircleIcon = require("./ArrowRightCircleIcon.js") +module.exports.ArrowRightEndOnRectangleIcon = require("./ArrowRightEndOnRectangleIcon.js") +module.exports.ArrowRightOnRectangleIcon = require("./ArrowRightOnRectangleIcon.js") +module.exports.ArrowRightStartOnRectangleIcon = require("./ArrowRightStartOnRectangleIcon.js") +module.exports.ArrowRightIcon = require("./ArrowRightIcon.js") +module.exports.ArrowSmallDownIcon = require("./ArrowSmallDownIcon.js") +module.exports.ArrowSmallLeftIcon = require("./ArrowSmallLeftIcon.js") +module.exports.ArrowSmallRightIcon = require("./ArrowSmallRightIcon.js") +module.exports.ArrowSmallUpIcon = require("./ArrowSmallUpIcon.js") +module.exports.ArrowTopRightOnSquareIcon = require("./ArrowTopRightOnSquareIcon.js") +module.exports.ArrowTrendingDownIcon = require("./ArrowTrendingDownIcon.js") +module.exports.ArrowTrendingUpIcon = require("./ArrowTrendingUpIcon.js") +module.exports.ArrowTurnDownLeftIcon = require("./ArrowTurnDownLeftIcon.js") +module.exports.ArrowTurnDownRightIcon = require("./ArrowTurnDownRightIcon.js") +module.exports.ArrowTurnLeftDownIcon = require("./ArrowTurnLeftDownIcon.js") +module.exports.ArrowTurnLeftUpIcon = require("./ArrowTurnLeftUpIcon.js") +module.exports.ArrowTurnRightDownIcon = require("./ArrowTurnRightDownIcon.js") +module.exports.ArrowTurnRightUpIcon = require("./ArrowTurnRightUpIcon.js") +module.exports.ArrowTurnUpLeftIcon = require("./ArrowTurnUpLeftIcon.js") +module.exports.ArrowTurnUpRightIcon = require("./ArrowTurnUpRightIcon.js") +module.exports.ArrowUpCircleIcon = require("./ArrowUpCircleIcon.js") +module.exports.ArrowUpLeftIcon = require("./ArrowUpLeftIcon.js") +module.exports.ArrowUpOnSquareStackIcon = require("./ArrowUpOnSquareStackIcon.js") +module.exports.ArrowUpOnSquareIcon = require("./ArrowUpOnSquareIcon.js") +module.exports.ArrowUpRightIcon = require("./ArrowUpRightIcon.js") +module.exports.ArrowUpTrayIcon = require("./ArrowUpTrayIcon.js") +module.exports.ArrowUpIcon = require("./ArrowUpIcon.js") +module.exports.ArrowUturnDownIcon = require("./ArrowUturnDownIcon.js") +module.exports.ArrowUturnLeftIcon = require("./ArrowUturnLeftIcon.js") +module.exports.ArrowUturnRightIcon = require("./ArrowUturnRightIcon.js") +module.exports.ArrowUturnUpIcon = require("./ArrowUturnUpIcon.js") +module.exports.ArrowsPointingInIcon = require("./ArrowsPointingInIcon.js") +module.exports.ArrowsPointingOutIcon = require("./ArrowsPointingOutIcon.js") +module.exports.ArrowsRightLeftIcon = require("./ArrowsRightLeftIcon.js") +module.exports.ArrowsUpDownIcon = require("./ArrowsUpDownIcon.js") +module.exports.AtSymbolIcon = require("./AtSymbolIcon.js") +module.exports.BackspaceIcon = require("./BackspaceIcon.js") +module.exports.BackwardIcon = require("./BackwardIcon.js") +module.exports.BanknotesIcon = require("./BanknotesIcon.js") +module.exports.Bars2Icon = require("./Bars2Icon.js") +module.exports.Bars3BottomLeftIcon = require("./Bars3BottomLeftIcon.js") +module.exports.Bars3BottomRightIcon = require("./Bars3BottomRightIcon.js") +module.exports.Bars3CenterLeftIcon = require("./Bars3CenterLeftIcon.js") +module.exports.Bars3Icon = require("./Bars3Icon.js") +module.exports.Bars4Icon = require("./Bars4Icon.js") +module.exports.BarsArrowDownIcon = require("./BarsArrowDownIcon.js") +module.exports.BarsArrowUpIcon = require("./BarsArrowUpIcon.js") +module.exports.Battery0Icon = require("./Battery0Icon.js") +module.exports.Battery100Icon = require("./Battery100Icon.js") +module.exports.Battery50Icon = require("./Battery50Icon.js") +module.exports.BeakerIcon = require("./BeakerIcon.js") +module.exports.BellAlertIcon = require("./BellAlertIcon.js") +module.exports.BellSlashIcon = require("./BellSlashIcon.js") +module.exports.BellSnoozeIcon = require("./BellSnoozeIcon.js") +module.exports.BellIcon = require("./BellIcon.js") +module.exports.BoldIcon = require("./BoldIcon.js") +module.exports.BoltSlashIcon = require("./BoltSlashIcon.js") +module.exports.BoltIcon = require("./BoltIcon.js") +module.exports.BookOpenIcon = require("./BookOpenIcon.js") +module.exports.BookmarkSlashIcon = require("./BookmarkSlashIcon.js") +module.exports.BookmarkSquareIcon = require("./BookmarkSquareIcon.js") +module.exports.BookmarkIcon = require("./BookmarkIcon.js") +module.exports.BriefcaseIcon = require("./BriefcaseIcon.js") +module.exports.BugAntIcon = require("./BugAntIcon.js") +module.exports.BuildingLibraryIcon = require("./BuildingLibraryIcon.js") +module.exports.BuildingOffice2Icon = require("./BuildingOffice2Icon.js") +module.exports.BuildingOfficeIcon = require("./BuildingOfficeIcon.js") +module.exports.BuildingStorefrontIcon = require("./BuildingStorefrontIcon.js") +module.exports.CakeIcon = require("./CakeIcon.js") +module.exports.CalculatorIcon = require("./CalculatorIcon.js") +module.exports.CalendarDateRangeIcon = require("./CalendarDateRangeIcon.js") +module.exports.CalendarDaysIcon = require("./CalendarDaysIcon.js") +module.exports.CalendarIcon = require("./CalendarIcon.js") +module.exports.CameraIcon = require("./CameraIcon.js") +module.exports.ChartBarSquareIcon = require("./ChartBarSquareIcon.js") +module.exports.ChartBarIcon = require("./ChartBarIcon.js") +module.exports.ChartPieIcon = require("./ChartPieIcon.js") +module.exports.ChatBubbleBottomCenterTextIcon = require("./ChatBubbleBottomCenterTextIcon.js") +module.exports.ChatBubbleBottomCenterIcon = require("./ChatBubbleBottomCenterIcon.js") +module.exports.ChatBubbleLeftEllipsisIcon = require("./ChatBubbleLeftEllipsisIcon.js") +module.exports.ChatBubbleLeftRightIcon = require("./ChatBubbleLeftRightIcon.js") +module.exports.ChatBubbleLeftIcon = require("./ChatBubbleLeftIcon.js") +module.exports.ChatBubbleOvalLeftEllipsisIcon = require("./ChatBubbleOvalLeftEllipsisIcon.js") +module.exports.ChatBubbleOvalLeftIcon = require("./ChatBubbleOvalLeftIcon.js") +module.exports.CheckBadgeIcon = require("./CheckBadgeIcon.js") +module.exports.CheckCircleIcon = require("./CheckCircleIcon.js") +module.exports.CheckIcon = require("./CheckIcon.js") +module.exports.ChevronDoubleDownIcon = require("./ChevronDoubleDownIcon.js") +module.exports.ChevronDoubleLeftIcon = require("./ChevronDoubleLeftIcon.js") +module.exports.ChevronDoubleRightIcon = require("./ChevronDoubleRightIcon.js") +module.exports.ChevronDoubleUpIcon = require("./ChevronDoubleUpIcon.js") +module.exports.ChevronDownIcon = require("./ChevronDownIcon.js") +module.exports.ChevronLeftIcon = require("./ChevronLeftIcon.js") +module.exports.ChevronRightIcon = require("./ChevronRightIcon.js") +module.exports.ChevronUpDownIcon = require("./ChevronUpDownIcon.js") +module.exports.ChevronUpIcon = require("./ChevronUpIcon.js") +module.exports.CircleStackIcon = require("./CircleStackIcon.js") +module.exports.ClipboardDocumentCheckIcon = require("./ClipboardDocumentCheckIcon.js") +module.exports.ClipboardDocumentListIcon = require("./ClipboardDocumentListIcon.js") +module.exports.ClipboardDocumentIcon = require("./ClipboardDocumentIcon.js") +module.exports.ClipboardIcon = require("./ClipboardIcon.js") +module.exports.ClockIcon = require("./ClockIcon.js") +module.exports.CloudArrowDownIcon = require("./CloudArrowDownIcon.js") +module.exports.CloudArrowUpIcon = require("./CloudArrowUpIcon.js") +module.exports.CloudIcon = require("./CloudIcon.js") +module.exports.CodeBracketSquareIcon = require("./CodeBracketSquareIcon.js") +module.exports.CodeBracketIcon = require("./CodeBracketIcon.js") +module.exports.Cog6ToothIcon = require("./Cog6ToothIcon.js") +module.exports.Cog8ToothIcon = require("./Cog8ToothIcon.js") +module.exports.CogIcon = require("./CogIcon.js") +module.exports.CommandLineIcon = require("./CommandLineIcon.js") +module.exports.ComputerDesktopIcon = require("./ComputerDesktopIcon.js") +module.exports.CpuChipIcon = require("./CpuChipIcon.js") +module.exports.CreditCardIcon = require("./CreditCardIcon.js") +module.exports.CubeTransparentIcon = require("./CubeTransparentIcon.js") +module.exports.CubeIcon = require("./CubeIcon.js") +module.exports.CurrencyBangladeshiIcon = require("./CurrencyBangladeshiIcon.js") +module.exports.CurrencyDollarIcon = require("./CurrencyDollarIcon.js") +module.exports.CurrencyEuroIcon = require("./CurrencyEuroIcon.js") +module.exports.CurrencyPoundIcon = require("./CurrencyPoundIcon.js") +module.exports.CurrencyRupeeIcon = require("./CurrencyRupeeIcon.js") +module.exports.CurrencyYenIcon = require("./CurrencyYenIcon.js") +module.exports.CursorArrowRaysIcon = require("./CursorArrowRaysIcon.js") +module.exports.CursorArrowRippleIcon = require("./CursorArrowRippleIcon.js") +module.exports.DevicePhoneMobileIcon = require("./DevicePhoneMobileIcon.js") +module.exports.DeviceTabletIcon = require("./DeviceTabletIcon.js") +module.exports.DivideIcon = require("./DivideIcon.js") +module.exports.DocumentArrowDownIcon = require("./DocumentArrowDownIcon.js") +module.exports.DocumentArrowUpIcon = require("./DocumentArrowUpIcon.js") +module.exports.DocumentChartBarIcon = require("./DocumentChartBarIcon.js") +module.exports.DocumentCheckIcon = require("./DocumentCheckIcon.js") +module.exports.DocumentCurrencyBangladeshiIcon = require("./DocumentCurrencyBangladeshiIcon.js") +module.exports.DocumentCurrencyDollarIcon = require("./DocumentCurrencyDollarIcon.js") +module.exports.DocumentCurrencyEuroIcon = require("./DocumentCurrencyEuroIcon.js") +module.exports.DocumentCurrencyPoundIcon = require("./DocumentCurrencyPoundIcon.js") +module.exports.DocumentCurrencyRupeeIcon = require("./DocumentCurrencyRupeeIcon.js") +module.exports.DocumentCurrencyYenIcon = require("./DocumentCurrencyYenIcon.js") +module.exports.DocumentDuplicateIcon = require("./DocumentDuplicateIcon.js") +module.exports.DocumentMagnifyingGlassIcon = require("./DocumentMagnifyingGlassIcon.js") +module.exports.DocumentMinusIcon = require("./DocumentMinusIcon.js") +module.exports.DocumentPlusIcon = require("./DocumentPlusIcon.js") +module.exports.DocumentTextIcon = require("./DocumentTextIcon.js") +module.exports.DocumentIcon = require("./DocumentIcon.js") +module.exports.EllipsisHorizontalCircleIcon = require("./EllipsisHorizontalCircleIcon.js") +module.exports.EllipsisHorizontalIcon = require("./EllipsisHorizontalIcon.js") +module.exports.EllipsisVerticalIcon = require("./EllipsisVerticalIcon.js") +module.exports.EnvelopeOpenIcon = require("./EnvelopeOpenIcon.js") +module.exports.EnvelopeIcon = require("./EnvelopeIcon.js") +module.exports.EqualsIcon = require("./EqualsIcon.js") +module.exports.ExclamationCircleIcon = require("./ExclamationCircleIcon.js") +module.exports.ExclamationTriangleIcon = require("./ExclamationTriangleIcon.js") +module.exports.EyeDropperIcon = require("./EyeDropperIcon.js") +module.exports.EyeSlashIcon = require("./EyeSlashIcon.js") +module.exports.EyeIcon = require("./EyeIcon.js") +module.exports.FaceFrownIcon = require("./FaceFrownIcon.js") +module.exports.FaceSmileIcon = require("./FaceSmileIcon.js") +module.exports.FilmIcon = require("./FilmIcon.js") +module.exports.FingerPrintIcon = require("./FingerPrintIcon.js") +module.exports.FireIcon = require("./FireIcon.js") +module.exports.FlagIcon = require("./FlagIcon.js") +module.exports.FolderArrowDownIcon = require("./FolderArrowDownIcon.js") +module.exports.FolderMinusIcon = require("./FolderMinusIcon.js") +module.exports.FolderOpenIcon = require("./FolderOpenIcon.js") +module.exports.FolderPlusIcon = require("./FolderPlusIcon.js") +module.exports.FolderIcon = require("./FolderIcon.js") +module.exports.ForwardIcon = require("./ForwardIcon.js") +module.exports.FunnelIcon = require("./FunnelIcon.js") +module.exports.GifIcon = require("./GifIcon.js") +module.exports.GiftTopIcon = require("./GiftTopIcon.js") +module.exports.GiftIcon = require("./GiftIcon.js") +module.exports.GlobeAltIcon = require("./GlobeAltIcon.js") +module.exports.GlobeAmericasIcon = require("./GlobeAmericasIcon.js") +module.exports.GlobeAsiaAustraliaIcon = require("./GlobeAsiaAustraliaIcon.js") +module.exports.GlobeEuropeAfricaIcon = require("./GlobeEuropeAfricaIcon.js") +module.exports.H1Icon = require("./H1Icon.js") +module.exports.H2Icon = require("./H2Icon.js") +module.exports.H3Icon = require("./H3Icon.js") +module.exports.HandRaisedIcon = require("./HandRaisedIcon.js") +module.exports.HandThumbDownIcon = require("./HandThumbDownIcon.js") +module.exports.HandThumbUpIcon = require("./HandThumbUpIcon.js") +module.exports.HashtagIcon = require("./HashtagIcon.js") +module.exports.HeartIcon = require("./HeartIcon.js") +module.exports.HomeModernIcon = require("./HomeModernIcon.js") +module.exports.HomeIcon = require("./HomeIcon.js") +module.exports.IdentificationIcon = require("./IdentificationIcon.js") +module.exports.InboxArrowDownIcon = require("./InboxArrowDownIcon.js") +module.exports.InboxStackIcon = require("./InboxStackIcon.js") +module.exports.InboxIcon = require("./InboxIcon.js") +module.exports.InformationCircleIcon = require("./InformationCircleIcon.js") +module.exports.ItalicIcon = require("./ItalicIcon.js") +module.exports.KeyIcon = require("./KeyIcon.js") +module.exports.LanguageIcon = require("./LanguageIcon.js") +module.exports.LifebuoyIcon = require("./LifebuoyIcon.js") +module.exports.LightBulbIcon = require("./LightBulbIcon.js") +module.exports.LinkSlashIcon = require("./LinkSlashIcon.js") +module.exports.LinkIcon = require("./LinkIcon.js") +module.exports.ListBulletIcon = require("./ListBulletIcon.js") +module.exports.LockClosedIcon = require("./LockClosedIcon.js") +module.exports.LockOpenIcon = require("./LockOpenIcon.js") +module.exports.MagnifyingGlassCircleIcon = require("./MagnifyingGlassCircleIcon.js") +module.exports.MagnifyingGlassMinusIcon = require("./MagnifyingGlassMinusIcon.js") +module.exports.MagnifyingGlassPlusIcon = require("./MagnifyingGlassPlusIcon.js") +module.exports.MagnifyingGlassIcon = require("./MagnifyingGlassIcon.js") +module.exports.MapPinIcon = require("./MapPinIcon.js") +module.exports.MapIcon = require("./MapIcon.js") +module.exports.MegaphoneIcon = require("./MegaphoneIcon.js") +module.exports.MicrophoneIcon = require("./MicrophoneIcon.js") +module.exports.MinusCircleIcon = require("./MinusCircleIcon.js") +module.exports.MinusSmallIcon = require("./MinusSmallIcon.js") +module.exports.MinusIcon = require("./MinusIcon.js") +module.exports.MoonIcon = require("./MoonIcon.js") +module.exports.MusicalNoteIcon = require("./MusicalNoteIcon.js") +module.exports.NewspaperIcon = require("./NewspaperIcon.js") +module.exports.NoSymbolIcon = require("./NoSymbolIcon.js") +module.exports.NumberedListIcon = require("./NumberedListIcon.js") +module.exports.PaintBrushIcon = require("./PaintBrushIcon.js") +module.exports.PaperAirplaneIcon = require("./PaperAirplaneIcon.js") +module.exports.PaperClipIcon = require("./PaperClipIcon.js") +module.exports.PauseCircleIcon = require("./PauseCircleIcon.js") +module.exports.PauseIcon = require("./PauseIcon.js") +module.exports.PencilSquareIcon = require("./PencilSquareIcon.js") +module.exports.PencilIcon = require("./PencilIcon.js") +module.exports.PercentBadgeIcon = require("./PercentBadgeIcon.js") +module.exports.PhoneArrowDownLeftIcon = require("./PhoneArrowDownLeftIcon.js") +module.exports.PhoneArrowUpRightIcon = require("./PhoneArrowUpRightIcon.js") +module.exports.PhoneXMarkIcon = require("./PhoneXMarkIcon.js") +module.exports.PhoneIcon = require("./PhoneIcon.js") +module.exports.PhotoIcon = require("./PhotoIcon.js") +module.exports.PlayCircleIcon = require("./PlayCircleIcon.js") +module.exports.PlayPauseIcon = require("./PlayPauseIcon.js") +module.exports.PlayIcon = require("./PlayIcon.js") +module.exports.PlusCircleIcon = require("./PlusCircleIcon.js") +module.exports.PlusSmallIcon = require("./PlusSmallIcon.js") +module.exports.PlusIcon = require("./PlusIcon.js") +module.exports.PowerIcon = require("./PowerIcon.js") +module.exports.PresentationChartBarIcon = require("./PresentationChartBarIcon.js") +module.exports.PresentationChartLineIcon = require("./PresentationChartLineIcon.js") +module.exports.PrinterIcon = require("./PrinterIcon.js") +module.exports.PuzzlePieceIcon = require("./PuzzlePieceIcon.js") +module.exports.QrCodeIcon = require("./QrCodeIcon.js") +module.exports.QuestionMarkCircleIcon = require("./QuestionMarkCircleIcon.js") +module.exports.QueueListIcon = require("./QueueListIcon.js") +module.exports.RadioIcon = require("./RadioIcon.js") +module.exports.ReceiptPercentIcon = require("./ReceiptPercentIcon.js") +module.exports.ReceiptRefundIcon = require("./ReceiptRefundIcon.js") +module.exports.RectangleGroupIcon = require("./RectangleGroupIcon.js") +module.exports.RectangleStackIcon = require("./RectangleStackIcon.js") +module.exports.RocketLaunchIcon = require("./RocketLaunchIcon.js") +module.exports.RssIcon = require("./RssIcon.js") +module.exports.ScaleIcon = require("./ScaleIcon.js") +module.exports.ScissorsIcon = require("./ScissorsIcon.js") +module.exports.ServerStackIcon = require("./ServerStackIcon.js") +module.exports.ServerIcon = require("./ServerIcon.js") +module.exports.ShareIcon = require("./ShareIcon.js") +module.exports.ShieldCheckIcon = require("./ShieldCheckIcon.js") +module.exports.ShieldExclamationIcon = require("./ShieldExclamationIcon.js") +module.exports.ShoppingBagIcon = require("./ShoppingBagIcon.js") +module.exports.ShoppingCartIcon = require("./ShoppingCartIcon.js") +module.exports.SignalSlashIcon = require("./SignalSlashIcon.js") +module.exports.SignalIcon = require("./SignalIcon.js") +module.exports.SlashIcon = require("./SlashIcon.js") +module.exports.SparklesIcon = require("./SparklesIcon.js") +module.exports.SpeakerWaveIcon = require("./SpeakerWaveIcon.js") +module.exports.SpeakerXMarkIcon = require("./SpeakerXMarkIcon.js") +module.exports.Square2StackIcon = require("./Square2StackIcon.js") +module.exports.Square3Stack3DIcon = require("./Square3Stack3DIcon.js") +module.exports.Squares2X2Icon = require("./Squares2X2Icon.js") +module.exports.SquaresPlusIcon = require("./SquaresPlusIcon.js") +module.exports.StarIcon = require("./StarIcon.js") +module.exports.StopCircleIcon = require("./StopCircleIcon.js") +module.exports.StopIcon = require("./StopIcon.js") +module.exports.StrikethroughIcon = require("./StrikethroughIcon.js") +module.exports.SunIcon = require("./SunIcon.js") +module.exports.SwatchIcon = require("./SwatchIcon.js") +module.exports.TableCellsIcon = require("./TableCellsIcon.js") +module.exports.TagIcon = require("./TagIcon.js") +module.exports.TicketIcon = require("./TicketIcon.js") +module.exports.TrashIcon = require("./TrashIcon.js") +module.exports.TrophyIcon = require("./TrophyIcon.js") +module.exports.TruckIcon = require("./TruckIcon.js") +module.exports.TvIcon = require("./TvIcon.js") +module.exports.UnderlineIcon = require("./UnderlineIcon.js") +module.exports.UserCircleIcon = require("./UserCircleIcon.js") +module.exports.UserGroupIcon = require("./UserGroupIcon.js") +module.exports.UserMinusIcon = require("./UserMinusIcon.js") +module.exports.UserPlusIcon = require("./UserPlusIcon.js") +module.exports.UserIcon = require("./UserIcon.js") +module.exports.UsersIcon = require("./UsersIcon.js") +module.exports.VariableIcon = require("./VariableIcon.js") +module.exports.VideoCameraSlashIcon = require("./VideoCameraSlashIcon.js") +module.exports.VideoCameraIcon = require("./VideoCameraIcon.js") +module.exports.ViewColumnsIcon = require("./ViewColumnsIcon.js") +module.exports.ViewfinderCircleIcon = require("./ViewfinderCircleIcon.js") +module.exports.WalletIcon = require("./WalletIcon.js") +module.exports.WifiIcon = require("./WifiIcon.js") +module.exports.WindowIcon = require("./WindowIcon.js") +module.exports.WrenchScrewdriverIcon = require("./WrenchScrewdriverIcon.js") +module.exports.WrenchIcon = require("./WrenchIcon.js") +module.exports.XCircleIcon = require("./XCircleIcon.js") +module.exports.XMarkIcon = require("./XMarkIcon.js") \ No newline at end of file diff --git a/frontend/node_modules/@heroicons/react/24/solid/package.json b/frontend/node_modules/@heroicons/react/24/solid/package.json new file mode 100644 index 00000000..a4153173 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/24/solid/package.json @@ -0,0 +1,4 @@ +{ + "module": "./esm/index.js", + "sideEffects": false +} diff --git a/frontend/node_modules/@heroicons/react/LICENSE b/frontend/node_modules/@heroicons/react/LICENSE new file mode 100644 index 00000000..d6a82290 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) Tailwind Labs, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/frontend/node_modules/@heroicons/react/README.md b/frontend/node_modules/@heroicons/react/README.md new file mode 100644 index 00000000..15f11b87 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/README.md @@ -0,0 +1,59 @@ +

+ + + + + Heroicons + + +

+ +

Beautiful hand-crafted SVG icons, by the makers of Tailwind CSS.

+ +

+ Browse at Heroicons.com → +

+ +

+ Latest Release + License +

+ +## Basic Usage + +First, install `@heroicons/react` from npm: + +```sh +npm install @heroicons/react +``` + +Now each icon can be imported individually as a React component: + +```js +import { BeakerIcon } from '@heroicons/react/24/solid' + +function MyComponent() { + return ( +
+ +

...

+
+ ) +} +``` + +The 24x24 outline icons can be imported from `@heroicons/react/24/outline`, the 24x24 solid icons can be imported from `@heroicons/react/24/solid`, the 20x20 solid icons can be imported from `@heroicons/react/20/solid`, and 16x16 solid icons can be imported from `@heroicons/react/16/solid`. + +Icons use an upper camel case naming convention and are always suffixed with the word `Icon`. + +[Browse the full list of icon names on UNPKG →](https://unpkg.com/browse/@heroicons/react/24/outline/) + +## Contributing + +While we absolutely appreciate anyone's willingness to try and improve the project, we're currently only interested in contributions that fix bugs, for example things like incorrect TypeScript types, or fixing an icon that's been exported with a fill instead of a stroke, etc. + +**We're not accepting contributions for new icons or adding support for other frameworks like Svelte or SolidJS**. Instead we encourage you to release your own icons in your own library, and create your own packages for any other frameworks you'd like to see supported. + +## License + +This library is MIT licensed. diff --git a/frontend/node_modules/@heroicons/react/index.esm.js b/frontend/node_modules/@heroicons/react/index.esm.js new file mode 100644 index 00000000..fdfdf415 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/index.esm.js @@ -0,0 +1,16 @@ +// The only reason this file exists is to appease Vite's optimizeDeps feature which requires a root-level import. + +export default new Proxy( + {}, + { + get: (_, property) => { + if (property === '__esModule') { + return {} + } + + throw new Error( + `Importing from \`@heroicons/react\` directly is not supported. Please import from either \`@heroicons/react/16/solid\`, \`@heroicons/react/20/solid\`, \`@heroicons/react/24/solid\`, or \`@heroicons/react/24/outline\` instead.` + ) + }, + } +) diff --git a/frontend/node_modules/@heroicons/react/index.js b/frontend/node_modules/@heroicons/react/index.js new file mode 100644 index 00000000..b68af46c --- /dev/null +++ b/frontend/node_modules/@heroicons/react/index.js @@ -0,0 +1,16 @@ +// The only reason this file exists is to appease Vite's optimizeDeps feature which requires a root-level import. + +module.exports = new Proxy( + {}, + { + get: (_, property) => { + if (property === '__esModule') { + return {} + } + + throw new Error( + `Importing from \`@heroicons/react\` directly is not supported. Please import from either \`@heroicons/react/16/solid\`, \`@heroicons/react/20/solid\`, \`@heroicons/react/24/solid\`, or \`@heroicons/react/24/outline\` instead.` + ) + }, + } +) diff --git a/frontend/node_modules/@heroicons/react/outline/index.js b/frontend/node_modules/@heroicons/react/outline/index.js new file mode 100644 index 00000000..96a2466d --- /dev/null +++ b/frontend/node_modules/@heroicons/react/outline/index.js @@ -0,0 +1,16 @@ +let proxy = new Proxy( + {}, + { + get: (obj, property) => { + if (property === '__esModule') { + return {} + } + + throw new Error( + `You\'re trying to import \`@heroicons/react/outline/${property}\` from Heroicons v1 but have installed Heroicons v2. Install \`@heroicons/react@v1\` to resolve this error.` + ) + }, + } +) + +module.exports = proxy diff --git a/frontend/node_modules/@heroicons/react/package.json b/frontend/node_modules/@heroicons/react/package.json new file mode 100644 index 00000000..60c23672 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/package.json @@ -0,0 +1,149 @@ +{ + "name": "@heroicons/react", + "license": "MIT", + "version": "2.2.0", + "description": "", + "keywords": [], + "homepage": "https://github.com/tailwindlabs/heroicons#readme", + "repository": { + "type": "git", + "url": "https://github.com/tailwindlabs/heroicons.git" + }, + "files": [ + "16", + "20", + "24", + "outline", + "solid", + "index.esm.js", + "index.js", + "LICENSE", + "README.md" + ], + "sideEffects": false, + "exports": { + ".": { + "import": "./index.esm.js", + "require": "./index.js" + }, + "./package.json": { + "default": "./package.json" + }, + "./outline": { + "default": "./outline/index.js" + }, + "./outline/index": { + "default": "./outline/index.js" + }, + "./outline/index.js": { + "default": "./outline/index.js" + }, + "./solid": { + "default": "./solid/index.js" + }, + "./solid/index": { + "default": "./solid/index.js" + }, + "./solid/index.js": { + "default": "./solid/index.js" + }, + "./16/solid": { + "types": "./16/solid/index.d.ts", + "import": "./16/solid/esm/index.js", + "require": "./16/solid/index.js" + }, + "./16/solid/*": { + "types": "./16/solid/*.d.ts", + "import": "./16/solid/esm/*.js", + "require": "./16/solid/*.js" + }, + "./16/solid/*.js": { + "types": "./16/solid/*.d.ts", + "import": "./16/solid/esm/*.js", + "require": "./16/solid/*.js" + }, + "./16/solid/esm/*": { + "types": "./16/solid/*.d.ts", + "import": "./16/solid/esm/*.js" + }, + "./16/solid/esm/*.js": { + "types": "./16/solid/*.d.ts", + "import": "./16/solid/esm/*.js" + }, + "./20/solid": { + "types": "./20/solid/index.d.ts", + "import": "./20/solid/esm/index.js", + "require": "./20/solid/index.js" + }, + "./20/solid/*": { + "types": "./20/solid/*.d.ts", + "import": "./20/solid/esm/*.js", + "require": "./20/solid/*.js" + }, + "./20/solid/*.js": { + "types": "./20/solid/*.d.ts", + "import": "./20/solid/esm/*.js", + "require": "./20/solid/*.js" + }, + "./20/solid/esm/*": { + "types": "./20/solid/*.d.ts", + "import": "./20/solid/esm/*.js" + }, + "./20/solid/esm/*.js": { + "types": "./20/solid/*.d.ts", + "import": "./20/solid/esm/*.js" + }, + "./24/outline": { + "types": "./24/outline/index.d.ts", + "import": "./24/outline/esm/index.js", + "require": "./24/outline/index.js" + }, + "./24/outline/*": { + "types": "./24/outline/*.d.ts", + "import": "./24/outline/esm/*.js", + "require": "./24/outline/*.js" + }, + "./24/outline/*.js": { + "types": "./24/outline/*.d.ts", + "import": "./24/outline/esm/*.js", + "require": "./24/outline/*.js" + }, + "./24/outline/esm/*": { + "types": "./24/outline/*.d.ts", + "import": "./24/outline/esm/*.js" + }, + "./24/outline/esm/*.js": { + "types": "./24/outline/*.d.ts", + "import": "./24/outline/esm/*.js" + }, + "./24/solid": { + "types": "./24/solid/index.d.ts", + "import": "./24/solid/esm/index.js", + "require": "./24/solid/index.js" + }, + "./24/solid/*": { + "types": "./24/solid/*.d.ts", + "import": "./24/solid/esm/*.js", + "require": "./24/solid/*.js" + }, + "./24/solid/*.js": { + "types": "./24/solid/*.d.ts", + "import": "./24/solid/esm/*.js", + "require": "./24/solid/*.js" + }, + "./24/solid/esm/*": { + "types": "./24/solid/*.d.ts", + "import": "./24/solid/esm/*.js" + }, + "./24/solid/esm/*.js": { + "types": "./24/solid/*.d.ts", + "import": "./24/solid/esm/*.js" + } + }, + "publishConfig": { + "access": "public" + }, + "peerDependencies": { + "react": ">= 16 || ^19.0.0-rc" + } +} diff --git a/frontend/node_modules/@heroicons/react/solid/index.js b/frontend/node_modules/@heroicons/react/solid/index.js new file mode 100644 index 00000000..73559896 --- /dev/null +++ b/frontend/node_modules/@heroicons/react/solid/index.js @@ -0,0 +1,16 @@ +let proxy = new Proxy( + {}, + { + get: (obj, property) => { + if (property === '__esModule') { + return {} + } + + throw new Error( + `You\'re trying to import \`@heroicons/react/solid/${property}\` from Heroicons v1 but have installed Heroicons v2. Install \`@heroicons/react@v1\` to resolve this error.` + ) + }, + } +) + +module.exports = proxy diff --git a/frontend/node_modules/@types/cookie/LICENSE b/frontend/node_modules/@types/cookie/LICENSE deleted file mode 100644 index 9e841e7a..00000000 --- a/frontend/node_modules/@types/cookie/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ - MIT License - - Copyright (c) Microsoft Corporation. - - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - SOFTWARE diff --git a/frontend/node_modules/@types/cookie/README.md b/frontend/node_modules/@types/cookie/README.md deleted file mode 100644 index d2811ae8..00000000 --- a/frontend/node_modules/@types/cookie/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# Installation -> `npm install --save @types/cookie` - -# Summary -This package contains type definitions for cookie (https://github.com/jshttp/cookie). - -# Details -Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cookie. - -### Additional Details - * Last updated: Sun, 26 Nov 2023 22:07:01 GMT - * Dependencies: none - -# Credits -These definitions were written by [Pine Mizune](https://github.com/pine), and [Piotr Błażejewicz](https://github.com/peterblazejewicz). diff --git a/frontend/node_modules/@types/cookie/index.d.ts b/frontend/node_modules/@types/cookie/index.d.ts deleted file mode 100644 index 4800c73c..00000000 --- a/frontend/node_modules/@types/cookie/index.d.ts +++ /dev/null @@ -1,154 +0,0 @@ -/** - * Basic HTTP cookie parser and serializer for HTTP servers. - */ - -/** - * Additional serialization options - */ -export interface CookieSerializeOptions { - /** - * Specifies the value for the {@link https://tools.ietf.org/html/rfc6265#section-5.2.3|Domain Set-Cookie attribute}. By default, no - * domain is set, and most clients will consider the cookie to apply to only - * the current domain. - */ - domain?: string | undefined; - - /** - * Specifies a function that will be used to encode a cookie's value. Since - * value of a cookie has a limited character set (and must be a simple - * string), this function can be used to encode a value into a string suited - * for a cookie's value. - * - * The default function is the global `encodeURIComponent`, which will - * encode a JavaScript string into UTF-8 byte sequences and then URL-encode - * any that fall outside of the cookie range. - */ - encode?(value: string): string; - - /** - * Specifies the `Date` object to be the value for the {@link https://tools.ietf.org/html/rfc6265#section-5.2.1|`Expires` `Set-Cookie` attribute}. By default, - * no expiration is set, and most clients will consider this a "non-persistent cookie" and will delete - * it on a condition like exiting a web browser application. - * - * *Note* the {@link https://tools.ietf.org/html/rfc6265#section-5.3|cookie storage model specification} - * states that if both `expires` and `maxAge` are set, then `maxAge` takes precedence, but it is - * possible not all clients by obey this, so if both are set, they should - * point to the same date and time. - */ - expires?: Date | undefined; - /** - * Specifies the boolean value for the {@link https://tools.ietf.org/html/rfc6265#section-5.2.6|`HttpOnly` `Set-Cookie` attribute}. - * When truthy, the `HttpOnly` attribute is set, otherwise it is not. By - * default, the `HttpOnly` attribute is not set. - * - * *Note* be careful when setting this to true, as compliant clients will - * not allow client-side JavaScript to see the cookie in `document.cookie`. - */ - httpOnly?: boolean | undefined; - /** - * Specifies the number (in seconds) to be the value for the `Max-Age` - * `Set-Cookie` attribute. The given number will be converted to an integer - * by rounding down. By default, no maximum age is set. - * - * *Note* the {@link https://tools.ietf.org/html/rfc6265#section-5.3|cookie storage model specification} - * states that if both `expires` and `maxAge` are set, then `maxAge` takes precedence, but it is - * possible not all clients by obey this, so if both are set, they should - * point to the same date and time. - */ - maxAge?: number | undefined; - /** - * Specifies the `boolean` value for the [`Partitioned` `Set-Cookie`](rfc-cutler-httpbis-partitioned-cookies) - * attribute. When truthy, the `Partitioned` attribute is set, otherwise it is not. By default, the - * `Partitioned` attribute is not set. - * - * **note** This is an attribute that has not yet been fully standardized, and may change in the future. - * This also means many clients may ignore this attribute until they understand it. - * - * More information about can be found in [the proposal](https://github.com/privacycg/CHIPS) - */ - partitioned?: boolean | undefined; - /** - * Specifies the value for the {@link https://tools.ietf.org/html/rfc6265#section-5.2.4|`Path` `Set-Cookie` attribute}. - * By default, the path is considered the "default path". - */ - path?: string | undefined; - /** - * Specifies the `string` to be the value for the [`Priority` `Set-Cookie` attribute][rfc-west-cookie-priority-00-4.1]. - * - * - `'low'` will set the `Priority` attribute to `Low`. - * - `'medium'` will set the `Priority` attribute to `Medium`, the default priority when not set. - * - `'high'` will set the `Priority` attribute to `High`. - * - * More information about the different priority levels can be found in - * [the specification][rfc-west-cookie-priority-00-4.1]. - * - * **note** This is an attribute that has not yet been fully standardized, and may change in the future. - * This also means many clients may ignore this attribute until they understand it. - */ - priority?: "low" | "medium" | "high" | undefined; - /** - * Specifies the boolean or string to be the value for the {@link https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-03#section-4.1.2.7|`SameSite` `Set-Cookie` attribute}. - * - * - `true` will set the `SameSite` attribute to `Strict` for strict same - * site enforcement. - * - `false` will not set the `SameSite` attribute. - * - `'lax'` will set the `SameSite` attribute to Lax for lax same site - * enforcement. - * - `'strict'` will set the `SameSite` attribute to Strict for strict same - * site enforcement. - * - `'none'` will set the SameSite attribute to None for an explicit - * cross-site cookie. - * - * More information about the different enforcement levels can be found in {@link https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-03#section-4.1.2.7|the specification}. - * - * *note* This is an attribute that has not yet been fully standardized, and may change in the future. This also means many clients may ignore this attribute until they understand it. - */ - sameSite?: true | false | "lax" | "strict" | "none" | undefined; - /** - * Specifies the boolean value for the {@link https://tools.ietf.org/html/rfc6265#section-5.2.5|`Secure` `Set-Cookie` attribute}. When truthy, the - * `Secure` attribute is set, otherwise it is not. By default, the `Secure` attribute is not set. - * - * *Note* be careful when setting this to `true`, as compliant clients will - * not send the cookie back to the server in the future if the browser does - * not have an HTTPS connection. - */ - secure?: boolean | undefined; -} - -/** - * Additional parsing options - */ -export interface CookieParseOptions { - /** - * Specifies a function that will be used to decode a cookie's value. Since - * the value of a cookie has a limited character set (and must be a simple - * string), this function can be used to decode a previously-encoded cookie - * value into a JavaScript string or other object. - * - * The default function is the global `decodeURIComponent`, which will decode - * any URL-encoded sequences into their byte representations. - * - * *Note* if an error is thrown from this function, the original, non-decoded - * cookie value will be returned as the cookie's value. - */ - decode?(value: string): string; -} - -/** - * Parse an HTTP Cookie header string and returning an object of all cookie - * name-value pairs. - * - * @param str the string representing a `Cookie` header value - * @param [options] object containing parsing options - */ -export function parse(str: string, options?: CookieParseOptions): Record; - -/** - * Serialize a cookie name-value pair into a `Set-Cookie` header string. - * - * @param name the name for the cookie - * @param value value to set the cookie to - * @param [options] object containing serialization options - * @throws {TypeError} when `maxAge` options is invalid - */ -export function serialize(name: string, value: string, options?: CookieSerializeOptions): string; diff --git a/frontend/node_modules/@types/cookie/package.json b/frontend/node_modules/@types/cookie/package.json deleted file mode 100644 index 683b1e51..00000000 --- a/frontend/node_modules/@types/cookie/package.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "@types/cookie", - "version": "0.6.0", - "description": "TypeScript definitions for cookie", - "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cookie", - "license": "MIT", - "contributors": [ - { - "name": "Pine Mizune", - "githubUsername": "pine", - "url": "https://github.com/pine" - }, - { - "name": "Piotr Błażejewicz", - "githubUsername": "peterblazejewicz", - "url": "https://github.com/peterblazejewicz" - } - ], - "main": "", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/cookie" - }, - "scripts": {}, - "dependencies": {}, - "typesPublisherContentHash": "0fbdf9c886fb40c8dc7677b8b7d0f9e02ac5235e163d90244a4fb9004736a575", - "typeScriptVersion": "4.5" -} \ No newline at end of file diff --git a/frontend/node_modules/react-router-dom/LICENSE.md b/frontend/node_modules/react-router-dom/LICENSE.md new file mode 100644 index 00000000..7d0a32c3 --- /dev/null +++ b/frontend/node_modules/react-router-dom/LICENSE.md @@ -0,0 +1,23 @@ +MIT License + +Copyright (c) React Training LLC 2015-2019 +Copyright (c) Remix Software Inc. 2020-2021 +Copyright (c) Shopify Inc. 2022-2023 + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/frontend/node_modules/react-router-dom/README.md b/frontend/node_modules/react-router-dom/README.md new file mode 100644 index 00000000..d7bfd791 --- /dev/null +++ b/frontend/node_modules/react-router-dom/README.md @@ -0,0 +1,6 @@ +This package simply re-exports everything from `react-router` to smooth the upgrade path for v6 applications. Once upgraded you can change all of your imports and remove it from your dependencies: + +```diff +-import { Routes } from "react-router-dom" ++import { Routes } from "react-router" +``` diff --git a/frontend/node_modules/react-router-dom/dist/index.d.mts b/frontend/node_modules/react-router-dom/dist/index.d.mts new file mode 100644 index 00000000..b327a19e --- /dev/null +++ b/frontend/node_modules/react-router-dom/dist/index.d.mts @@ -0,0 +1,2 @@ +export { HydratedRouter, RouterProvider, RouterProviderProps } from 'react-router/dom'; +export * from 'react-router'; diff --git a/frontend/node_modules/react-router-dom/dist/index.d.ts b/frontend/node_modules/react-router-dom/dist/index.d.ts new file mode 100644 index 00000000..b327a19e --- /dev/null +++ b/frontend/node_modules/react-router-dom/dist/index.d.ts @@ -0,0 +1,2 @@ +export { HydratedRouter, RouterProvider, RouterProviderProps } from 'react-router/dom'; +export * from 'react-router'; diff --git a/frontend/node_modules/react-router/dist/development/lib/types/route-module.js b/frontend/node_modules/react-router-dom/dist/index.js similarity index 52% rename from frontend/node_modules/react-router/dist/development/lib/types/route-module.js rename to frontend/node_modules/react-router-dom/dist/index.js index d6133a64..667677bc 100644 --- a/frontend/node_modules/react-router/dist/development/lib/types/route-module.js +++ b/frontend/node_modules/react-router-dom/dist/index.js @@ -1,5 +1,5 @@ /** - * react-router v7.1.5 + * react-router-dom v7.9.5 * * Copyright (c) Remix Software Inc. * @@ -13,6 +13,10 @@ var __defProp = Object.defineProperty; var __getOwnPropDesc = Object.getOwnPropertyDescriptor; var __getOwnPropNames = Object.getOwnPropertyNames; var __hasOwnProp = Object.prototype.hasOwnProperty; +var __export = (target, all) => { + for (var name in all) + __defProp(target, name, { get: all[name], enumerable: true }); +}; var __copyProps = (to, from, except, desc) => { if (from && typeof from === "object" || typeof from === "function") { for (let key of __getOwnPropNames(from)) @@ -21,8 +25,21 @@ var __copyProps = (to, from, except, desc) => { } return to; }; +var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default")); var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); -// lib/types/route-module.ts -var route_module_exports = {}; -module.exports = __toCommonJS(route_module_exports); +// index.ts +var index_exports = {}; +__export(index_exports, { + HydratedRouter: () => import_dom.HydratedRouter, + RouterProvider: () => import_dom.RouterProvider +}); +module.exports = __toCommonJS(index_exports); +var import_dom = require("react-router/dom"); +__reExport(index_exports, require("react-router"), module.exports); +// Annotate the CommonJS export names for ESM import in node: +0 && (module.exports = { + HydratedRouter, + RouterProvider, + ...require("react-router") +}); diff --git a/frontend/node_modules/react-router-dom/dist/index.mjs b/frontend/node_modules/react-router-dom/dist/index.mjs new file mode 100644 index 00000000..8f5014f1 --- /dev/null +++ b/frontend/node_modules/react-router-dom/dist/index.mjs @@ -0,0 +1,18 @@ +/** + * react-router-dom v7.9.5 + * + * Copyright (c) Remix Software Inc. + * + * This source code is licensed under the MIT license found in the + * LICENSE.md file in the root directory of this source tree. + * + * @license MIT + */ + +// index.ts +import { HydratedRouter, RouterProvider } from "react-router/dom"; +export * from "react-router"; +export { + HydratedRouter, + RouterProvider +}; diff --git a/frontend/node_modules/react-router-dom/package.json b/frontend/node_modules/react-router-dom/package.json new file mode 100644 index 00000000..aebb0863 --- /dev/null +++ b/frontend/node_modules/react-router-dom/package.json @@ -0,0 +1,82 @@ +{ + "name": "react-router-dom", + "version": "7.9.5", + "description": "Declarative routing for React web applications", + "keywords": [ + "react", + "router", + "route", + "routing", + "history", + "link" + ], + "repository": { + "type": "git", + "url": "https://github.com/remix-run/react-router", + "directory": "packages/react-router-dom" + }, + "license": "MIT", + "author": "Remix Software ", + "sideEffects": false, + "main": "./dist/main.js", + "unpkg": "./dist/umd/react-router-dom.production.min.js", + "module": "./dist/index.mjs", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "node": { + "types": "./dist/index.d.ts", + "module-sync": "./dist/index.mjs", + "default": "./dist/index.js" + }, + "import": { + "types": "./dist/index.d.mts", + "default": "./dist/index.mjs" + }, + "default": { + "types": "./dist/index.d.ts", + "default": "./dist/index.js" + } + }, + "./package.json": "./package.json" + }, + "wireit": { + "build": { + "command": "tsup", + "files": [ + "*.ts", + "tsconfig.json", + "package.json" + ], + "output": [ + "dist/**" + ] + } + }, + "dependencies": { + "react-router": "7.9.5" + }, + "devDependencies": { + "react": "^19.1.0", + "react-dom": "^19.1.0", + "tsup": "^8.3.0", + "typescript": "^5.1.6", + "wireit": "0.14.9" + }, + "peerDependencies": { + "react": ">=18", + "react-dom": ">=18" + }, + "files": [ + "dist/", + "LICENSE.md", + "README.md" + ], + "engines": { + "node": ">=20.0.0" + }, + "scripts": { + "build": "wireit", + "typecheck": "tsc" + } +} \ No newline at end of file diff --git a/frontend/node_modules/react-router/CHANGELOG.md b/frontend/node_modules/react-router/CHANGELOG.md index 7eebb561..f97a0fac 100644 --- a/frontend/node_modules/react-router/CHANGELOG.md +++ b/frontend/node_modules/react-router/CHANGELOG.md @@ -1,5 +1,1041 @@ # `react-router` +## 7.9.5 + +### Patch Changes + +- Move RSCHydratedRouter and utils to `/dom` export. ([#14457](https://github.com/remix-run/react-router/pull/14457)) + +- useRoute: return type-safe `handle` ([#14462](https://github.com/remix-run/react-router/pull/14462)) + + For example: + + ```ts + // app/routes/admin.tsx + const handle = { hello: "world" }; + ``` + + ```ts + // app/routes/some-other-route.tsx + export default function Component() { + const admin = useRoute("routes/admin"); + if (!admin) throw new Error("Not nested within 'routes/admin'"); + console.log(admin.handle); + // ^? { hello: string } + } + ``` + +- Ensure action handlers run for routes with middleware even if no loader is present ([#14443](https://github.com/remix-run/react-router/pull/14443)) + +- Add `unstable_instrumentations` API to allow users to add observablity to their apps by instrumenting route loaders, actions, middlewares, lazy, as well as server-side request handlers and client side navigations/fetches ([#14412](https://github.com/remix-run/react-router/pull/14412)) + + - Framework Mode: + - `entry.server.tsx`: `export const unstable_instrumentations = [...]` + - `entry.client.tsx`: `` + - Data Mode + - `createBrowserRouter(routes, { unstable_instrumentations: [...] })` + + This also adds a new `unstable_pattern` parameter to loaders/actions/middleware which contains the un-interpolated route pattern (i.e., `/blog/:slug`) which is useful for aggregating performance metrics by route + +## 7.9.4 + +### Patch Changes + +- handle external redirects in from server actions ([#14400](https://github.com/remix-run/react-router/pull/14400)) +- New (unstable) `useRoute` hook for accessing data from specific routes ([#14407](https://github.com/remix-run/react-router/pull/14407)) + + For example, let's say you have an `admin` route somewhere in your app and you want any child routes of `admin` to all have access to the `loaderData` and `actionData` from `admin.` + + ```tsx + // app/routes/admin.tsx + import { Outlet } from "react-router"; + + export const loader = () => ({ message: "Hello, loader!" }); + + export const action = () => ({ count: 1 }); + + export default function Component() { + return ( +
+ {/* ... */} + + {/* ... */} +
+ ); + } + ``` + + You might even want to create a reusable widget that all of the routes nested under `admin` could use: + + ```tsx + import { unstable_useRoute as useRoute } from "react-router"; + + export function AdminWidget() { + // How to get `message` and `count` from `admin` route? + } + ``` + + In framework mode, `useRoute` knows all your app's routes and gives you TS errors when invalid route IDs are passed in: + + ```tsx + export function AdminWidget() { + const admin = useRoute("routes/dmin"); + // ^^^^^^^^^^^ + } + ``` + + `useRoute` returns `undefined` if the route is not part of the current page: + + ```tsx + export function AdminWidget() { + const admin = useRoute("routes/admin"); + if (!admin) { + throw new Error(`AdminWidget used outside of "routes/admin"`); + } + } + ``` + + Note: the `root` route is the exception since it is guaranteed to be part of the current page. + As a result, `useRoute` never returns `undefined` for `root`. + + `loaderData` and `actionData` are marked as optional since they could be accessed before the `action` is triggered or after the `loader` threw an error: + + ```tsx + export function AdminWidget() { + const admin = useRoute("routes/admin"); + if (!admin) { + throw new Error(`AdminWidget used outside of "routes/admin"`); + } + const { loaderData, actionData } = admin; + console.log(loaderData); + // ^? { message: string } | undefined + console.log(actionData); + // ^? { count: number } | undefined + } + ``` + + If instead of a specific route, you wanted access to the _current_ route's `loaderData` and `actionData`, you can call `useRoute` without arguments: + + ```tsx + export function AdminWidget() { + const currentRoute = useRoute(); + currentRoute.loaderData; + currentRoute.actionData; + } + ``` + + This usage is equivalent to calling `useLoaderData` and `useActionData`, but consolidates all route data access into one hook: `useRoute`. + + Note: when calling `useRoute()` (without a route ID), TS has no way to know which route is the current route. + As a result, `loaderData` and `actionData` are typed as `unknown`. + If you want more type-safety, you can either narrow the type yourself with something like `zod` or you can refactor your app to pass down typed props to your `AdminWidget`: + + ```tsx + export function AdminWidget({ + message, + count, + }: { + message: string; + count: number; + }) { + /* ... */ + } + ``` + +## 7.9.3 + +### Patch Changes + +- Do not try to use `turbo-stream` to decode CDN errors that never reached the server ([#14385](https://github.com/remix-run/react-router/pull/14385)) + - We used to do this but lost this check with the adoption of single fetch + +- Fix Data Mode regression causing a 404 during initial load in when `middleware` exists without any `loader` functions ([#14393](https://github.com/remix-run/react-router/pull/14393)) + +## 7.9.2 + +### Patch Changes + +- - Update client-side router to run client `middleware` on initial load even if no loaders exist ([#14348](https://github.com/remix-run/react-router/pull/14348)) + - Update `createRoutesStub` to run route middleware + - You will need to set the `` flag to enable the proper `context` type + +- Update Lazy Route Discovery manifest requests to use a singular comma-separated `paths` query param instead of repeated `p` query params ([#14321](https://github.com/remix-run/react-router/pull/14321)) + - This is because Cloudflare has a hard limit of 100 URL search param key/value pairs when used as a key for caching purposes + - If more that 100 paths were included, the cache key would be incomplete and could produce false-positive cache hits + +- \[UNSTABLE] Add `fetcher.unstable_reset()` API ([#14206](https://github.com/remix-run/react-router/pull/14206)) + +- Made useOutlet element reference have stable identity in-between route chages ([#13382](https://github.com/remix-run/react-router/pull/13382)) + +- feat: enable full transition support for the rsc router ([#14362](https://github.com/remix-run/react-router/pull/14362)) + +- In RSC Data Mode, handle SSR'd client errors and re-try in the browser ([#14342](https://github.com/remix-run/react-router/pull/14342)) + +- Support `middleware` prop on `` for usage with a data router via `createRoutesFromElements` ([#14357](https://github.com/remix-run/react-router/pull/14357)) + +- Handle encoded question mark and hash characters in ancestor splat routes ([#14249](https://github.com/remix-run/react-router/pull/14249)) + +- Fail gracefully on manifest version mismatch logic if `sessionStorage` access is blocked ([#14335](https://github.com/remix-run/react-router/pull/14335)) + +## 7.9.1 + +### Patch Changes + +- Fix internal `Future` interface naming from `middleware` -> `v8_middleware` ([#14327](https://github.com/remix-run/react-router/pull/14327)) + +## 7.9.0 + +### Minor Changes + +- Stabilize middleware and context APIs. ([#14215](https://github.com/remix-run/react-router/pull/14215)) + + We have removed the `unstable_` prefix from the following APIs and they are now considered stable and ready for production use: + + - [`RouterContextProvider`](https://reactrouter.com/api/utils/RouterContextProvider) + - [`createContext`](https://reactrouter.com/api/utils/createContext) + - `createBrowserRouter` [`getContext`](https://reactrouter.com/api/data-routers/createBrowserRouter#optsgetcontext) option + - `` [`getContext`](https://reactrouter.com/api/framework-routers/HydratedRouter#getcontext) prop + + Please see the [Middleware Docs](https://reactrouter.com/how-to/middleware), the [Middleware RFC](https://github.com/remix-run/remix/discussions/7642), and the [Client-side Context RFC](https://github.com/remix-run/react-router/discussions/9856) for more information. + +### Patch Changes + +- Escape HTML in `meta()` JSON-LD content ([#14316](https://github.com/remix-run/react-router/pull/14316)) +- Add react-server Await component implementation ([#14261](https://github.com/remix-run/react-router/pull/14261)) +- In RSC Data Mode when using a custom basename, fix hydration errors for routes that only have client loaders ([#14264](https://github.com/remix-run/react-router/pull/14264)) +- Make `href` function available in a react-server context ([#14262](https://github.com/remix-run/react-router/pull/14262)) +- decode each time `getPayload()` is called to allow for "in-context" decoding and hoisting of contextual assets ([#14248](https://github.com/remix-run/react-router/pull/14248)) +- `href()` now correctly processes routes that have an extension after the parameter or are a single optional parameter. ([#13797](https://github.com/remix-run/react-router/pull/13797)) + +## 7.8.2 + +### Patch Changes + +- \[UNSTABLE] Remove Data Mode `future.unstable_middleware` flag from `createBrowserRouter` ([#14213](https://github.com/remix-run/react-router/pull/14213)) + - This is only needed as a Framework Mode flag because of the route modules and the `getLoadContext` type behavior change + - In Data Mode, it's an opt-in feature because it's just a new property on a route object, so there's no behavior changes that necessitate a flag + +- \[UNSTABLE] Add ``/`` prop for client side error reporting ([#14162](https://github.com/remix-run/react-router/pull/14162)) + +- server action revalidation opt out via $SKIP\_REVALIDATION field ([#14154](https://github.com/remix-run/react-router/pull/14154)) + +- Properly escape interpolated param values in `generatePath()` ([#13530](https://github.com/remix-run/react-router/pull/13530)) + +- Maintain `ReadonlyMap` and `ReadonlySet` types in server response data. ([#13092](https://github.com/remix-run/react-router/pull/13092)) + +- \[UNSTABLE] Delay serialization of `.data` redirects to 202 responses until after middleware chain ([#14205](https://github.com/remix-run/react-router/pull/14205)) + +- Fix `TypeError` if you throw from `patchRoutesOnNavigation` when no partial matches exist ([#14198](https://github.com/remix-run/react-router/pull/14198)) + +- Fix `basename` usage without a leading slash in data routers ([#11671](https://github.com/remix-run/react-router/pull/11671)) + +- \[UNSTABLE] Update client middleware so it returns the data strategy results allowing for more advanced post-processing middleware ([#14151](https://github.com/remix-run/react-router/pull/14151)) + +## 7.8.1 + +### Patch Changes + +- Fix usage of optional path segments in nested routes defined using absolute paths ([#14135](https://github.com/remix-run/react-router/pull/14135)) +- Bubble client pre-next middleware error to the shallowest ancestor that needs to load, not strictly the shallowest ancestor with a loader ([#14150](https://github.com/remix-run/react-router/pull/14150)) +- Fix optional static segment matching in `matchPath` ([#11813](https://github.com/remix-run/react-router/pull/11813)) +- Fix prerendering when a `basename` is set with `ssr:false` ([#13791](https://github.com/remix-run/react-router/pull/13791)) +- Provide `isRouteErrorResponse` utility in `react-server` environments ([#14166](https://github.com/remix-run/react-router/pull/14166)) +- Propagate non-redirect Responses thrown from middleware to the error boundary on document/data requests ([#14182](https://github.com/remix-run/react-router/pull/14182)) +- Handle `meta` and `links` Route Exports in RSC Data Mode ([#14136](https://github.com/remix-run/react-router/pull/14136)) +- Properly convert returned/thrown `data()` values to `Response` instances via `Response.json()` in resource routes and middleware ([#14159](https://github.com/remix-run/react-router/pull/14159), [#14181](https://github.com/remix-run/react-router/pull/14181)) + +## 7.8.0 + +### Minor Changes + +- Add `nonce` prop to `Links` & `PrefetchPageLinks` ([#14048](https://github.com/remix-run/react-router/pull/14048)) +- Add `loaderData` arguments/properties alongside existing `data` arguments/properties to provide consistency and clarity between `loaderData` and `actionData` across the board ([#14047](https://github.com/remix-run/react-router/pull/14047)) + - Updated types: `Route.MetaArgs`, `Route.MetaMatch`, `MetaArgs`, `MetaMatch`, `Route.ComponentProps.matches`, `UIMatch` + - `@deprecated` warnings have been added to the existing `data` properties to point users to new `loaderData` properties, in preparation for removing the `data` properties in a future major release + +### Patch Changes + +- Prevent _"Did not find corresponding fetcher result"_ console error when navigating during a `fetcher.submit` revalidation ([#14114](https://github.com/remix-run/react-router/pull/14114)) + +- Bubble client-side middleware errors prior to `next` to the appropriate ancestor error boundary ([#14138](https://github.com/remix-run/react-router/pull/14138)) + +- Switch Lazy Route Discovery manifest URL generation to usea standalone `URLSearchParams` instance instead of `URL.searchParams` to avoid a major performance bottleneck in Chrome ([#14084](https://github.com/remix-run/react-router/pull/14084)) + +- Adjust internal RSC usage of `React.use` to avoid Webpack compilation errors when using React 18 ([#14113](https://github.com/remix-run/react-router/pull/14113)) + +- Remove dependency on `@types/node` in TypeScript declaration files ([#14059](https://github.com/remix-run/react-router/pull/14059)) + +- Fix types for `UIMatch` to reflect that the `loaderData`/`data` properties may be `undefined` ([#12206](https://github.com/remix-run/react-router/pull/12206)) + + - When an `ErrorBoundary` is being rendered, not all active matches will have loader data available, since it may have been their `loader` that threw to trigger the boundary + - The `UIMatch.data` type was not correctly handing this and would always reflect the presence of data, leading to the unexpected runtime errors when an `ErrorBoundary` was rendered + - ⚠️ This may cause some type errors to show up in your code for unguarded `match.data` accesses - you should properly guard for `undefined` values in those scenarios. + + ```tsx + // app/root.tsx + export function loader() { + someFunctionThatThrows(); // ❌ Throws an Error + return { title: "My Title" }; + } + + export function Layout({ children }: { children: React.ReactNode }) { + let matches = useMatches(); + let rootMatch = matches[0] as UIMatch>>; + // ^ rootMatch.data is incorrectly typed here, so TypeScript does not + // complain if you do the following which throws an error at runtime: + let { title } = rootMatch.data; // 💥 + + return ...; + } + ``` + +- \[UNSTABLE] Ensure resource route errors go through `handleError` w/middleware enabled ([#14078](https://github.com/remix-run/react-router/pull/14078)) + +- \[UNSTABLE] Propagate returned Response from server middleware if next wasn't called ([#14093](https://github.com/remix-run/react-router/pull/14093)) + +- \[UNSTABLE] Allow server middlewares to return `data()` values which will be converted into a `Response` ([#14093](https://github.com/remix-run/react-router/pull/14093)) + +- \[UNSTABLE] Update middleware error handling so that the `next` function never throws and instead handles any middleware errors at the proper `ErrorBoundary` and returns the `Response` up through the ancestor `next` function ([#14118](https://github.com/remix-run/react-router/pull/14118)) + +- \[UNSTABLE] When middleware is enabled, make the `context` parameter read-only (via `Readonly`) so that TypeScript will not allow you to write arbitrary fields to it in loaders, actions, or middleware. ([#14097](https://github.com/remix-run/react-router/pull/14097)) + +- \[UNSTABLE] Rename and alter the signature/functionality of the `unstable_respond` API in `staticHandler.query`/`staticHandler.queryRoute` ([#14103](https://github.com/remix-run/react-router/pull/14103)) + + - The API has been renamed to `unstable_generateMiddlewareResponse` for clarity + - The main functional change is that instead of running the loaders/actions before calling `unstable_respond` and handing you the result, we now pass a `query`/`queryRoute` function as a parameter and you execute the loaders/actions inside your callback, giving you full access to pre-processing and error handling + - The `query` version of the API now has a signature of `(query: (r: Request) => Promise) => Promise` + - The `queryRoute` version of the API now has a signature of `(queryRoute: (r: Request) => Promise) => Promise` + - This allows for more advanced usages such as running logic before/after calling `query` and direct error handling of errors thrown from query + - ⚠️ This is a breaking change if you've adopted the `staticHandler` `unstable_respond` API + + ```tsx + let response = await staticHandler.query(request, { + requestContext: new unstable_RouterContextProvider(), + async unstable_generateMiddlewareResponse(query) { + try { + // At this point we've run middleware top-down so we need to call the + // handlers and generate the Response to bubble back up the middleware + let result = await query(request); + if (isResponse(result)) { + return result; // Redirects, etc. + } + return await generateHtmlResponse(result); + } catch (error: unknown) { + return generateErrorResponse(error); + } + }, + }); + ``` + +- \[UNSTABLE] Convert internal middleware implementations to use the new `unstable_generateMiddlewareResponse` API ([#14103](https://github.com/remix-run/react-router/pull/14103)) + +- \[UNSTABLE] Change `getLoadContext` signature (`type GetLoadContextFunction`) when `future.unstable_middleware` is enabled so that it returns an `unstable_RouterContextProvider` instance instead of a `Map` used to contruct the instance internally ([#14097](https://github.com/remix-run/react-router/pull/14097)) + - This also removes the `type unstable_InitialContext` export + - ⚠️ This is a breaking change if you have adopted middleware and are using a custom server with a `getLoadContext` function + +- \[UNSTABLE] Run client middleware on client navigations even if no loaders exist ([#14106](https://github.com/remix-run/react-router/pull/14106)) + +- \[UNSTABLE] Change the `unstable_getContext` signature on `RouterProvider`/`HydratedRouter`/`unstable_RSCHydratedRouter` so that it returns an `unstable_RouterContextProvider` instance instead of a `Map` used to contruct the instance internally ([#14097](https://github.com/remix-run/react-router/pull/14097)) + - ⚠️ This is a breaking change if you have adopted the `unstable_getContext` prop + +- \[UNSTABLE] proxy server action side-effect redirects from actions for document and callServer requests ([#14131](https://github.com/remix-run/react-router/pull/14131)) + +- \[UNSTABLE] Fix RSC Data Mode issue where routes that return `false` from `shouldRevalidate` would be replaced by an `` ([#14071](https://github.com/remix-run/react-router/pull/14071)) + +## 7.7.1 + +### Patch Changes + +- In RSC Data Mode, fix bug where routes with errors weren't forced to revalidate when `shouldRevalidate` returned false ([#14026](https://github.com/remix-run/react-router/pull/14026)) +- In RSC Data Mode, fix `Matched leaf route at location "/..." does not have an element or Component` warnings when error boundaries are rendered. ([#14021](https://github.com/remix-run/react-router/pull/14021)) + +## 7.7.0 + +### Minor Changes + +- Add unstable RSC support ([#13700](https://github.com/remix-run/react-router/pull/13700)) + + For more information, see the [RSC documentation](https://reactrouter.com/start/rsc/installation). + +### Patch Changes + +- Handle `InvalidCharacterError` when validating cookie signature ([#13847](https://github.com/remix-run/react-router/pull/13847)) + +- Pass a copy of `searchParams` to the `setSearchParams` callback function to avoid muations of the internal `searchParams` instance. This was an issue when navigations were blocked because the internal instance be out of sync with `useLocation().search`. ([#12784](https://github.com/remix-run/react-router/pull/12784)) + +- Support invalid `Date` in `turbo-stream` v2 fork ([#13684](https://github.com/remix-run/react-router/pull/13684)) + +- In Framework Mode, clear critical CSS in development after initial render ([#13872](https://github.com/remix-run/react-router/pull/13872)) + +- Strip search parameters from `patchRoutesOnNavigation` `path` param for fetcher calls ([#13911](https://github.com/remix-run/react-router/pull/13911)) + +- Skip scroll restoration on useRevalidator() calls because they're not new locations ([#13671](https://github.com/remix-run/react-router/pull/13671)) + +- Support unencoded UTF-8 routes in prerender config with `ssr` set to `false` ([#13699](https://github.com/remix-run/react-router/pull/13699)) + +- Do not throw if the url hash is not a valid URI component ([#13247](https://github.com/remix-run/react-router/pull/13247)) + +- Fix a regression in `createRoutesStub` introduced with the middleware feature. ([#13946](https://github.com/remix-run/react-router/pull/13946)) + + As part of that work we altered the signature to align with the new middleware APIs without making it backwards compatible with the prior `AppLoadContext` API. This permitted `createRoutesStub` to work if you were opting into middleware and the updated `context` typings, but broke `createRoutesStub` for users not yet opting into middleware. + + We've reverted this change and re-implemented it in such a way that both sets of users can leverage it. + + ```tsx + // If you have not opted into middleware, the old API should work again + let context: AppLoadContext = { + /*...*/ + }; + let Stub = createRoutesStub(routes, context); + + // If you have opted into middleware, you should now pass an instantiated `unstable_routerContextProvider` instead of a `getContext` factory function. + let context = new unstable_RouterContextProvider(); + context.set(SomeContext, someValue); + let Stub = createRoutesStub(routes, context); + ``` + + ⚠️ This may be a breaking bug for if you have adopted the unstable Middleware feature and are using `createRoutesStub` with the updated API. + +- Remove `Content-Length` header from Single Fetch responses ([#13902](https://github.com/remix-run/react-router/pull/13902)) + +## 7.6.3 + +### Patch Changes + +- Do not serialize types for `useRouteLoaderData` ([#13752](https://github.com/remix-run/react-router/pull/13752)) + + For types to distinguish a `clientLoader` from a `serverLoader`, you MUST annotate `clientLoader` args: + + ```ts + // 👇 annotation required to skip serializing types + export function clientLoader({}: Route.ClientLoaderArgs) { + return { fn: () => "earth" }; + } + + function SomeComponent() { + const data = useRouteLoaderData("routes/this-route"); + const planet = data?.fn() ?? "world"; + return

Hello, {planet}!

; + } + ``` + +## 7.6.2 + +### Patch Changes + +- Avoid additional `with-props` chunk in Framework Mode by moving route module component prop logic from the Vite plugin to `react-router` ([#13650](https://github.com/remix-run/react-router/pull/13650)) +- Slight refactor of internal `headers()` function processing for use with RSC ([#13639](https://github.com/remix-run/react-router/pull/13639)) + +## 7.6.1 + +### Patch Changes + +- Update `Route.MetaArgs` to reflect that `data` can be potentially `undefined` ([#13563](https://github.com/remix-run/react-router/pull/13563)) + + This is primarily for cases where a route `loader` threw an error to it's own `ErrorBoundary`. but it also arises in the case of a 404 which renders the root `ErrorBoundary`/`meta` but the root loader did not run because not routes matched. + +- Partially revert optimization added in `7.1.4` to reduce calls to `matchRoutes` because it surfaced other issues ([#13562](https://github.com/remix-run/react-router/pull/13562)) + +- Fix typegen when same route is used at multiple paths ([#13574](https://github.com/remix-run/react-router/pull/13574)) + + For example, `routes/route.tsx` is used at 4 different paths here: + + ```ts + import { type RouteConfig, route } from "@react-router/dev/routes"; + export default [ + route("base/:base", "routes/base.tsx", [ + route("home/:home", "routes/route.tsx", { id: "home" }), + route("changelog/:changelog", "routes/route.tsx", { id: "changelog" }), + route("splat/*", "routes/route.tsx", { id: "splat" }), + ]), + route("other/:other", "routes/route.tsx", { id: "other" }), + ] satisfies RouteConfig; + ``` + + Previously, typegen would arbitrarily pick one of these paths to be the "winner" and generate types for the route module based on that path. + Now, typegen creates unions as necessary for alternate paths for the same route file. + +- Better types for `params` ([#13543](https://github.com/remix-run/react-router/pull/13543)) + + For example: + + ```ts + // routes.ts + import { type RouteConfig, route } from "@react-router/dev/routes"; + + export default [ + route("parent/:p", "routes/parent.tsx", [ + route("layout/:l", "routes/layout.tsx", [ + route("child1/:c1a/:c1b", "routes/child1.tsx"), + route("child2/:c2a/:c2b", "routes/child2.tsx"), + ]), + ]), + ] satisfies RouteConfig; + ``` + + Previously, `params` for the `routes/layout.tsx` route were calculated as `{ p: string, l: string }`. + This incorrectly ignores params that could come from child routes. + If visiting `/parent/1/layout/2/child1/3/4`, the actual params passed to `routes/layout.tsx` will have a type of `{ p: string, l: string, c1a: string, c1b: string }`. + + Now, `params` are aware of child routes and autocompletion will include child params as optionals: + + ```ts + params.| + // ^ cursor is here and you ask for autocompletion + // p: string + // l: string + // c1a?: string + // c1b?: string + // c2a?: string + // c2b?: string + ``` + + You can also narrow the types for `params` as it is implemented as a normalized union of params for each page that includes `routes/layout.tsx`: + + ```ts + if (typeof params.c1a === 'string') { + params.| + // ^ cursor is here and you ask for autocompletion + // p: string + // l: string + // c1a: string + // c1b: string + } + ``` + + *** + + UNSTABLE: renamed internal `react-router/route-module` export to `react-router/internal` + UNSTABLE: removed `Info` export from generated `+types/*` files + +- Avoid initial fetcher execution 404 error when Lazy Route Discovery is interrupted by a navigation ([#13564](https://github.com/remix-run/react-router/pull/13564)) + +- href replaces splats `*` ([#13593](https://github.com/remix-run/react-router/pull/13593)) + + ```ts + const a = href("/products/*", { "*": "/1/edit" }); + // -> /products/1/edit + ``` + +## 7.6.0 + +### Minor Changes + +- Added a new `react-router.config.ts` `routeDiscovery` option to configure Lazy Route Discovery behavior. ([#13451](https://github.com/remix-run/react-router/pull/13451)) + - By default, Lazy Route Discovery is enabled and makes manifest requests to the `/__manifest` path: + - `routeDiscovery: { mode: "lazy", manifestPath: "/__manifest" }` + - You can modify the manifest path used: + - `routeDiscovery: { mode: "lazy", manifestPath: "/custom-manifest" }` + - Or you can disable this feature entirely and include all routes in the manifest on initial document load: + - `routeDiscovery: { mode: "initial" }` + +- Add support for route component props in `createRoutesStub`. This allows you to unit test your route components using the props instead of the hooks: ([#13528](https://github.com/remix-run/react-router/pull/13528)) + + ```tsx + let RoutesStub = createRoutesStub([ + { + path: "/", + Component({ loaderData }) { + let data = loaderData as { message: string }; + return
Message: {data.message}
; + }, + loader() { + return { message: "hello" }; + }, + }, + ]); + + render(); + + await waitFor(() => screen.findByText("Message: hello")); + ``` + +### Patch Changes + +- Fix `react-router` module augmentation for `NodeNext` ([#13498](https://github.com/remix-run/react-router/pull/13498)) + +- Don't bundle `react-router` in `react-router/dom` CJS export ([#13497](https://github.com/remix-run/react-router/pull/13497)) + +- Fix bug where a submitting `fetcher` would get stuck in a `loading` state if a revalidating `loader` redirected ([#12873](https://github.com/remix-run/react-router/pull/12873)) + +- Fix hydration error if a server `loader` returned `undefined` ([#13496](https://github.com/remix-run/react-router/pull/13496)) + +- Fix initial load 404 scenarios in data mode ([#13500](https://github.com/remix-run/react-router/pull/13500)) + +- Stabilize `useRevalidator`'s `revalidate` function ([#13542](https://github.com/remix-run/react-router/pull/13542)) + +- Preserve status code if a `clientAction` throws a `data()` result in framework mode ([#13522](https://github.com/remix-run/react-router/pull/13522)) + +- Be defensive against leading double slashes in paths to avoid `Invalid URL` errors from the URL constructor ([#13510](https://github.com/remix-run/react-router/pull/13510)) + - Note we do not sanitize/normalize these paths - we only detect them so we can avoid the error that would be thrown by `new URL("//", window.location.origin)` + +- Remove `Navigator` declaration for `navigator.connection.saveData` to avoid messing with any other types beyond `saveData` in userland ([#13512](https://github.com/remix-run/react-router/pull/13512)) + +- Fix `handleError` `params` values on `.data` requests for routes with a dynamic param as the last URL segment ([#13481](https://github.com/remix-run/react-router/pull/13481)) + +- Don't trigger an `ErrorBoundary` UI before the reload when we detect a manifest verison mismatch in Lazy Route Discovery ([#13480](https://github.com/remix-run/react-router/pull/13480)) + +- Inline `turbo-stream@2.4.1` dependency and fix decoding ordering of Map/Set instances ([#13518](https://github.com/remix-run/react-router/pull/13518)) + +- Only render dev warnings in DEV mode ([#13461](https://github.com/remix-run/react-router/pull/13461)) + +- UNSTABLE: Fix a few bugs with error bubbling in middleware use-cases ([#13538](https://github.com/remix-run/react-router/pull/13538)) + +- Short circuit post-processing on aborted `dataStrategy` requests ([#13521](https://github.com/remix-run/react-router/pull/13521)) + - This resolves non-user-facing console errors of the form `Cannot read properties of undefined (reading 'result')` + +## 7.5.3 + +### Patch Changes + +- Fix bug where bubbled action errors would result in `loaderData` being cleared at the handling `ErrorBoundary` route ([#13476](https://github.com/remix-run/react-router/pull/13476)) +- Handle redirects from `clientLoader.hydrate` initial load executions ([#13477](https://github.com/remix-run/react-router/pull/13477)) + +## 7.5.2 + +### Patch Changes + +- Update Single Fetch to also handle the 204 redirects used in `?_data` requests in Remix v2 ([#13364](https://github.com/remix-run/react-router/pull/13364)) + - This allows applications to return a redirect on `.data` requests from outside the scope of React Router (i.e., an `express`/`hono` middleware) + - ⚠️ Please note that doing so relies on implementation details that are subject to change without a SemVer major release + - This is primarily done to ease upgrading to Single Fetch for existing Remix v2 applications, but the recommended way to handle this is redirecting from a route middleware + +- Adjust approach for Prerendering/SPA Mode via headers ([#13453](https://github.com/remix-run/react-router/pull/13453)) + +## 7.5.1 + +### Patch Changes + +- Fix single fetch bug where no revalidation request would be made when navigating upwards to a reused parent route ([#13253](https://github.com/remix-run/react-router/pull/13253)) + +- When using the object-based `route.lazy` API, the `HydrateFallback` and `hydrateFallbackElement` properties are now skipped when lazy loading routes after hydration. ([#13376](https://github.com/remix-run/react-router/pull/13376)) + + If you move the code for these properties into a separate file, you can use this optimization to avoid downloading unused hydration code. For example: + + ```ts + createBrowserRouter([ + { + path: "/show/:showId", + lazy: { + loader: async () => (await import("./show.loader.js")).loader, + Component: async () => (await import("./show.component.js")).Component, + HydrateFallback: async () => + (await import("./show.hydrate-fallback.js")).HydrateFallback, + }, + }, + ]); + ``` + +- Properly revalidate prerendered paths when param values change ([#13380](https://github.com/remix-run/react-router/pull/13380)) + +- UNSTABLE: Add a new `unstable_runClientMiddleware` argument to `dataStrategy` to enable middleware execution in custom `dataStrategy` implementations ([#13395](https://github.com/remix-run/react-router/pull/13395)) + +- UNSTABLE: Add better error messaging when `getLoadContext` is not updated to return a `Map`" ([#13242](https://github.com/remix-run/react-router/pull/13242)) + +- Do not automatically add `null` to `staticHandler.query()` `context.loaderData` if routes do not have loaders ([#13223](https://github.com/remix-run/react-router/pull/13223)) + - This was a Remix v2 implementation detail inadvertently left in for React Router v7 + - Now that we allow returning `undefined` from loaders, our prior check of `loaderData[routeId] !== undefined` was no longer sufficient and was changed to a `routeId in loaderData` check - these `null` values can cause issues for this new check + - ⚠️ This could be a "breaking bug fix" for you if you are doing manual SSR with `createStaticHandler()`/``, and using `context.loaderData` to control `` hydration behavior on the client + +- Fix prerendering when a loader returns a redirect ([#13365](https://github.com/remix-run/react-router/pull/13365)) + +- UNSTABLE: Update context type for `LoaderFunctionArgs`/`ActionFunctionArgs` when middleware is enabled ([#13381](https://github.com/remix-run/react-router/pull/13381)) + +- Add support for the new `unstable_shouldCallHandler`/`unstable_shouldRevalidateArgs` APIs in `dataStrategy` ([#13253](https://github.com/remix-run/react-router/pull/13253)) + +## 7.5.0 + +### Minor Changes + +- Add granular object-based API for `route.lazy` to support lazy loading of individual route properties, for example: ([#13294](https://github.com/remix-run/react-router/pull/13294)) + + ```ts + createBrowserRouter([ + { + path: "/show/:showId", + lazy: { + loader: async () => (await import("./show.loader.js")).loader, + action: async () => (await import("./show.action.js")).action, + Component: async () => (await import("./show.component.js")).Component, + }, + }, + ]); + ``` + + **Breaking change for `route.unstable_lazyMiddleware` consumers** + + The `route.unstable_lazyMiddleware` property is no longer supported. If you want to lazily load middleware, you must use the new object-based `route.lazy` API with `route.lazy.unstable_middleware`, for example: + + ```ts + createBrowserRouter([ + { + path: "/show/:showId", + lazy: { + unstable_middleware: async () => + (await import("./show.middleware.js")).middleware, + // etc. + }, + }, + ]); + ``` + +### Patch Changes + +- Introduce `unstable_subResourceIntegrity` future flag that enables generation of an importmap with integrity for the scripts that will be loaded by the browser. ([#13163](https://github.com/remix-run/react-router/pull/13163)) + +## 7.4.1 + +### Patch Changes + +- Fix types on `unstable_MiddlewareFunction` to avoid type errors when a middleware doesn't return a value ([#13311](https://github.com/remix-run/react-router/pull/13311)) +- Dedupe calls to `route.lazy` functions ([#13260](https://github.com/remix-run/react-router/pull/13260)) +- Add support for `route.unstable_lazyMiddleware` function to allow lazy loading of middleware logic. ([#13210](https://github.com/remix-run/react-router/pull/13210)) + + **Breaking change for `unstable_middleware` consumers** + + The `route.unstable_middleware` property is no longer supported in the return value from `route.lazy`. If you want to lazily load middleware, you must use `route.unstable_lazyMiddleware`. + +## 7.4.0 + +### Patch Changes + +- Fix root loader data on initial load redirects in SPA mode ([#13222](https://github.com/remix-run/react-router/pull/13222)) +- Load ancestor pathless/index routes in lazy route discovery for upwards non-eager-discoery routing ([#13203](https://github.com/remix-run/react-router/pull/13203)) +- Fix `shouldRevalidate` behavior for `clientLoader`-only routes in `ssr:true` apps ([#13221](https://github.com/remix-run/react-router/pull/13221)) +- UNSTABLE: Fix `RequestHandler` `loadContext` parameter type when middleware is enabled ([#13204](https://github.com/remix-run/react-router/pull/13204)) +- UNSTABLE: Update `Route.unstable_MiddlewareFunction` to have a return value of `Response | undefined` instead of `Response | void` becaue you should not return anything if you aren't returning the `Response` ([#13199](https://github.com/remix-run/react-router/pull/13199)) +- UNSTABLE(BREAKING): If a middleware throws an error, ensure we only bubble the error itself via `next()` and are no longer leaking the `MiddlewareError` implementation detail ([#13180](https://github.com/remix-run/react-router/pull/13180)) + +## 7.3.0 + +### Minor Changes + +- Add `fetcherKey` as a parameter to `patchRoutesOnNavigation` ([#13061](https://github.com/remix-run/react-router/pull/13061)) + - In framework mode, Lazy Route Discovery will now detect manifest version mismatches after a new deploy + - On navigations to undiscovered routes, this mismatch will trigger a document reload of the destination path + - On `fetcher` calls to undiscovered routes, this mismatch will trigger a document reload of the current path + +### Patch Changes + +- Skip resource route flow in dev server in SPA mode ([#13113](https://github.com/remix-run/react-router/pull/13113)) + +- Support middleware on routes (unstable) ([#12941](https://github.com/remix-run/react-router/pull/12941)) + + Middleware is implemented behind a `future.unstable_middleware` flag. To enable, you must enable the flag and the types in your `react-router-config.ts` file: + + ```ts + import type { Config } from "@react-router/dev/config"; + import type { Future } from "react-router"; + + declare module "react-router" { + interface Future { + unstable_middleware: true; // 👈 Enable middleware types + } + } + + export default { + future: { + unstable_middleware: true, // 👈 Enable middleware + }, + } satisfies Config; + ``` + + ⚠️ Middleware is unstable and should not be adopted in production. There is at least one known de-optimization in route module loading for `clientMiddleware` that we will be addressing this before a stable release. + + ⚠️ Enabling middleware contains a breaking change to the `context` parameter passed to your `loader`/`action` functions - see below for more information. + + Once enabled, routes can define an array of middleware functions that will run sequentially before route handlers run. These functions accept the same parameters as `loader`/`action` plus an additional `next` parameter to run the remaining data pipeline. This allows middlewares to perform logic before and after handlers execute. + + ```tsx + // Framework mode + export const unstable_middleware = [serverLogger, serverAuth]; // server + export const unstable_clientMiddleware = [clientLogger]; // client + + // Library mode + const routes = [ + { + path: "/", + // Middlewares are client-side for library mode SPA's + unstable_middleware: [clientLogger, clientAuth], + loader: rootLoader, + Component: Root, + }, + ]; + ``` + + Here's a simple example of a client-side logging middleware that can be placed on the root route: + + ```tsx + const clientLogger: Route.unstable_ClientMiddlewareFunction = async ( + { request }, + next, + ) => { + let start = performance.now(); + + // Run the remaining middlewares and all route loaders + await next(); + + let duration = performance.now() - start; + console.log(`Navigated to ${request.url} (${duration}ms)`); + }; + ``` + + Note that in the above example, the `next`/`middleware` functions don't return anything. This is by design as on the client there is no "response" to send over the network like there would be for middlewares running on the server. The data is all handled behind the scenes by the stateful `router`. + + For a server-side middleware, the `next` function will return the HTTP `Response` that React Router will be sending across the wire, thus giving you a chance to make changes as needed. You may throw a new response to short circuit and respond immediately, or you may return a new or altered response to override the default returned by `next()`. + + ```tsx + const serverLogger: Route.unstable_MiddlewareFunction = async ( + { request, params, context }, + next, + ) => { + let start = performance.now(); + + // 👇 Grab the response here + let res = await next(); + + let duration = performance.now() - start; + console.log(`Navigated to ${request.url} (${duration}ms)`); + + // 👇 And return it here (optional if you don't modify the response) + return res; + }; + ``` + + You can throw a `redirect` from a middleware to short circuit any remaining processing: + + ```tsx + import { sessionContext } from "../context"; + const serverAuth: Route.unstable_MiddlewareFunction = ( + { request, params, context }, + next, + ) => { + let session = context.get(sessionContext); + let user = session.get("user"); + if (!user) { + session.set("returnTo", request.url); + throw redirect("/login", 302); + } + }; + ``` + + _Note that in cases like this where you don't need to do any post-processing you don't need to call the `next` function or return a `Response`._ + + Here's another example of using a server middleware to detect 404s and check the CMS for a redirect: + + ```tsx + const redirects: Route.unstable_MiddlewareFunction = async ({ + request, + next, + }) => { + // attempt to handle the request + let res = await next(); + + // if it's a 404, check the CMS for a redirect, do it last + // because it's expensive + if (res.status === 404) { + let cmsRedirect = await checkCMSRedirects(request.url); + if (cmsRedirect) { + throw redirect(cmsRedirect, 302); + } + } + + return res; + }; + ``` + + **`context` parameter** + + When middleware is enabled, your application will use a different type of `context` parameter in your loaders and actions to provide better type safety. Instead of `AppLoadContext`, `context` will now be an instance of `ContextProvider` that you can use with type-safe contexts (similar to `React.createContext`): + + ```ts + import { unstable_createContext } from "react-router"; + import { Route } from "./+types/root"; + import type { Session } from "./sessions.server"; + import { getSession } from "./sessions.server"; + + let sessionContext = unstable_createContext(); + + const sessionMiddleware: Route.unstable_MiddlewareFunction = ({ + context, + request, + }) => { + let session = await getSession(request); + context.set(sessionContext, session); + // ^ must be of type Session + }; + + // ... then in some downstream middleware + const loggerMiddleware: Route.unstable_MiddlewareFunction = ({ + context, + request, + }) => { + let session = context.get(sessionContext); + // ^ typeof Session + console.log(session.get("userId"), request.method, request.url); + }; + + // ... or some downstream loader + export function loader({ context }: Route.LoaderArgs) { + let session = context.get(sessionContext); + let profile = await getProfile(session.get("userId")); + return { profile }; + } + ``` + + If you are using a custom server with a `getLoadContext` function, the return value for initial context values passed from the server adapter layer is no longer an object and should now return an `unstable_InitialContext` (`Map`): + + ```ts + let adapterContext = unstable_createContext(); + + function getLoadContext(req, res): unstable_InitialContext { + let map = new Map(); + map.set(adapterContext, getAdapterContext(req)); + return map; + } + ``` + +- Fix types for loaderData and actionData that contained `Record`s ([#13139](https://github.com/remix-run/react-router/pull/13139)) + + UNSTABLE(BREAKING): + + `unstable_SerializesTo` added a way to register custom serialization types in Single Fetch for other library and framework authors like Apollo. + It was implemented with branded type whose branded property that was made optional so that casting arbitrary values was easy: + + ```ts + // without the brand being marked as optional + let x1 = 42 as unknown as unstable_SerializesTo; + // ^^^^^^^^^^ + + // with the brand being marked as optional + let x2 = 42 as unstable_SerializesTo; + ``` + + However, this broke type inference in `loaderData` and `actionData` for any `Record` types as those would now (incorrectly) match `unstable_SerializesTo`. + This affected all users, not just those that depended on `unstable_SerializesTo`. + To fix this, the branded property of `unstable_SerializesTo` is marked as required instead of optional. + + For library and framework authors using `unstable_SerializesTo`, you may need to add `as unknown` casts before casting to `unstable_SerializesTo`. + +- Fix single fetch `_root.data` requests when a `basename` is used ([#12898](https://github.com/remix-run/react-router/pull/12898)) + +- Add `context` support to client side data routers (unstable) ([#12941](https://github.com/remix-run/react-router/pull/12941)) + + Your application `loader` and `action` functions on the client will now receive a `context` parameter. This is an instance of `unstable_RouterContextProvider` that you use with type-safe contexts (similar to `React.createContext`) and is most useful with the corresponding `middleware`/`clientMiddleware` API's: + + ```ts + import { unstable_createContext } from "react-router"; + + type User = { + /*...*/ + }; + + let userContext = unstable_createContext(); + + function sessionMiddleware({ context }) { + let user = await getUser(); + context.set(userContext, user); + } + + // ... then in some downstream loader + function loader({ context }) { + let user = context.get(userContext); + let profile = await getProfile(user.id); + return { profile }; + } + ``` + + Similar to server-side requests, a fresh `context` will be created per navigation (or `fetcher` call). If you have initial data you'd like to populate in the context for every request, you can provide an `unstable_getContext` function at the root of your app: + + - Library mode - `createBrowserRouter(routes, { unstable_getContext })` + - Framework mode - `` + + This function should return an value of type `unstable_InitialContext` which is a `Map` of context's and initial values: + + ```ts + const loggerContext = unstable_createContext<(...args: unknown[]) => void>(); + + function logger(...args: unknown[]) { + console.log(new Date.toISOString(), ...args); + } + + function unstable_getContext() { + let map = new Map(); + map.set(loggerContext, logger); + return map; + } + ``` + +## 7.2.0 + +### Minor Changes + +- New type-safe `href` utility that guarantees links point to actual paths in your app ([#13012](https://github.com/remix-run/react-router/pull/13012)) + + ```tsx + import { href } from "react-router"; + + export default function Component() { + const link = href("/blog/:slug", { slug: "my-first-post" }); + return ( +
+ + +
+ ); + } + ``` + +### Patch Changes + +- Fix typegen for repeated params ([#13012](https://github.com/remix-run/react-router/pull/13012)) + + In React Router, path parameters are keyed by their name. + So for a path pattern like `/a/:id/b/:id?/c/:id`, the last `:id` will set the value for `id` in `useParams` and the `params` prop. + For example, `/a/1/b/2/c/3` will result in the value `{ id: 3 }` at runtime. + + Previously, generated types for params incorrectly modeled repeated params with an array. + So `/a/1/b/2/c/3` generated a type like `{ id: [1,2,3] }`. + + To be consistent with runtime behavior, the generated types now correctly model the "last one wins" semantics of path parameters. + So `/a/1/b/2/c/3` now generates a type like `{ id: 3 }`. + +- Don't apply Single Fetch revalidation de-optimization when in SPA mode since there is no server HTTP request ([#12948](https://github.com/remix-run/react-router/pull/12948)) + +- Properly handle revalidations to across a prerender/SPA boundary ([#13021](https://github.com/remix-run/react-router/pull/13021)) + - In "hybrid" applications where some routes are pre-rendered and some are served from a SPA fallback, we need to avoid making `.data` requests if the path wasn't pre-rendered because the request will 404 + - We don't know all the pre-rendered paths client-side, however: + - All `loader` data in `ssr:false` mode is static because it's generated at build time + - A route must use a `clientLoader` to do anything dynamic + - Therefore, if a route only has a `loader` and not a `clientLoader`, we disable revalidation by default because there is no new data to retrieve + - We short circuit and skip single fetch `.data` request logic if there are no server loaders with `shouldLoad=true` in our single fetch `dataStrategy` + - This ensures that the route doesn't cause a `.data` request that would 404 after a submission + +- Error at build time in `ssr:false` + `prerender` apps for the edge case scenario of: ([#13021](https://github.com/remix-run/react-router/pull/13021)) + - A parent route has only a `loader` (does not have a `clientLoader`) + - The parent route is pre-rendered + - The parent route has children routes which are not prerendered + - This means that when the child paths are loaded via the SPA fallback, the parent won't have any `loaderData` because there is no server on which to run the `loader` + - This can be resolved by either adding a parent `clientLoader` or pre-rendering the child paths + - If you add a `clientLoader`, calling the `serverLoader()` on non-prerendered paths will throw a 404 + +- Add unstable support for splitting route modules in framework mode via `future.unstable_splitRouteModules` ([#11871](https://github.com/remix-run/react-router/pull/11871)) + +- Add `unstable_SerializesTo` brand type for library authors to register types serializable by React Router's streaming format (`turbo-stream`) ([`ab5b05b02`](https://github.com/remix-run/react-router/commit/ab5b05b02f99f062edb3c536c392197c88eb6c77)) + +- Align dev server behavior with static file server behavior when `ssr:false` is set ([#12948](https://github.com/remix-run/react-router/pull/12948)) + - When no `prerender` config exists, only SSR down to the root `HydrateFallback` (SPA Mode) + - When a `prerender` config exists but the current path is not prerendered, only SSR down to the root `HydrateFallback` (SPA Fallback) + - Return a 404 on `.data` requests to non-pre-rendered paths + +- Improve prefetch performance of CSS side effects in framework mode ([#12889](https://github.com/remix-run/react-router/pull/12889)) + +- Disable Lazy Route Discovery for all `ssr:false` apps and not just "SPA Mode" because there is no runtime server to serve the search-param-configured `__manifest` requests ([#12894](https://github.com/remix-run/react-router/pull/12894)) + - We previously only disabled this for "SPA Mode" which is `ssr:false` and no `prerender` config but we realized it should apply to all `ssr:false` apps, including those prerendering multiple pages + - In those `prerender` scenarios we would prerender the `/__manifest` file assuming the static file server would serve it but that makes some unneccesary assumptions about the static file server behaviors + +- Properly handle interrupted manifest requests in lazy route discovery ([#12915](https://github.com/remix-run/react-router/pull/12915)) + ## 7.1.5 ### Patch Changes @@ -71,7 +1107,6 @@ _No changes_ ### Major Changes - Remove the original `defer` implementation in favor of using raw promises via single fetch and `turbo-stream`. This removes these exports from React Router: ([#11744](https://github.com/remix-run/react-router/pull/11744)) - - `defer` - `AbortedDeferredError` - `type TypedDeferredData` @@ -83,7 +1118,7 @@ _No changes_ - Collapse `@remix-run/server-runtime` into `react-router` - Collapse `@remix-run/testing` into `react-router` -- Remove single\_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522)) +- Remove single fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522)) - Drop support for Node 16, React Router SSR now requires Node 18 or higher ([#11391](https://github.com/remix-run/react-router/pull/11391)) @@ -115,7 +1150,6 @@ _No changes_ - `createMemorySessionStorageFactory` - Imports/Exports cleanup ([#11840](https://github.com/remix-run/react-router/pull/11840)) - - Removed the following exports that were previously public API from `@remix-run/router` - types - `AgnosticDataIndexRouteObject` @@ -152,7 +1186,6 @@ _No changes_ - Remove `future.v7_prependBasename` from the ionternalized `@remix-run/router` package ([#11726](https://github.com/remix-run/react-router/pull/11726)) - Migrate Remix type generics to React Router ([#12180](https://github.com/remix-run/react-router/pull/12180)) - - These generics are provided for Remix v2 migration purposes - These generics and the APIs they exist on should be considered informally deprecated in favor of the new `Route.*` types - Anyone migrating from React Router v6 should probably not leverage these new generics and should migrate straight to the `Route.*` types @@ -192,11 +1225,9 @@ _No changes_ - Remove `v7_relativeSplatPath` future flag ([#11695](https://github.com/remix-run/react-router/pull/11695)) - Drop support for Node 18, update minimum Node vestion to 20 ([#12171](https://github.com/remix-run/react-router/pull/12171)) - - Remove `installGlobals()` as this should no longer be necessary - Remove remaining future flags ([#11820](https://github.com/remix-run/react-router/pull/11820)) - - React Router `v7_skipActionErrorRevalidation` - Remix `v3_fetcherPersist`, `v3_relativeSplatPath`, `v3_throwAbortReason` @@ -205,7 +1236,6 @@ _No changes_ - Remove `@remix-run/router` deprecated `detectErrorBoundary` option in favor of `mapRouteProperties` ([#11751](https://github.com/remix-run/react-router/pull/11751)) - Add `react-router/dom` subpath export to properly enable `react-dom` as an optional `peerDependency` ([#11851](https://github.com/remix-run/react-router/pull/11851)) - - This ensures that we don't blindly `import ReactDOM from "react-dom"` in `` in order to access `ReactDOM.flushSync()`, since that would break `createMemoryRouter` use cases in non-DOM environments - DOM environments should import from `react-router/dom` to get the proper component that makes `ReactDOM.flushSync()` available: - If you are using the Vite plugin, use this in your `entry.client.tsx`: @@ -309,7 +1339,6 @@ _No changes_ - Replace `substr` with `substring` ([#12080](https://github.com/remix-run/react-router/pull/12080)) - Remove the deprecated `json` utility ([#12146](https://github.com/remix-run/react-router/pull/12146)) - - You can use [`Response.json`](https://developer.mozilla.org/en-US/docs/Web/API/Response/json_static) if you still need to construct JSON responses in your app - Remove unneeded dependency on source-map ([#12275](https://github.com/remix-run/react-router/pull/12275)) @@ -663,7 +1692,6 @@ No significant changes to this package were made in this release. [See the repo - Fix `useActionData` so it returns proper contextual action data and not _any_ action data in the tree ([#11023](https://github.com/remix-run/react-router/pull/11023)) - Fix bug in `useResolvedPath` that would cause `useResolvedPath(".")` in a splat route to lose the splat portion of the URL path. ([#10983](https://github.com/remix-run/react-router/pull/10983)) - - ⚠️ This fixes a quite long-standing bug specifically for `"."` paths inside a splat route which incorrectly dropped the splat portion of the URL. If you are relative routing via `"."` inside a splat route in your application you should double check that your logic is not relying on this buggy behavior and update accordingly. - Updated dependencies: @@ -830,7 +1858,6 @@ No significant changes to this package were made in this release. [See the repo ### Minor Changes - Added support for [**Future Flags**](https://reactrouter.com/v6/guides/api-development-strategy) in React Router. The first flag being introduced is `future.v7_normalizeFormMethod` which will normalize the exposed `useNavigation()/useFetcher()` `formMethod` fields as uppercase HTTP methods to align with the `fetch()` behavior. ([#10207](https://github.com/remix-run/react-router/pull/10207)) - - When `future.v7_normalizeFormMethod === false` (default v6 behavior), - `useNavigation().formMethod` is lowercase - `useFetcher().formMethod` is lowercase @@ -903,7 +1930,7 @@ No significant changes to this package were made in this release. [See the repo } /> import("./a")} /> import("./b")} /> - + , ); ``` diff --git a/frontend/node_modules/react-router/dist/development/browser-DM83uryY.d.ts b/frontend/node_modules/react-router/dist/development/browser-DM83uryY.d.ts new file mode 100644 index 00000000..9fb96cd4 --- /dev/null +++ b/frontend/node_modules/react-router/dist/development/browser-DM83uryY.d.ts @@ -0,0 +1,310 @@ +import * as React from 'react'; +import { L as Location, C as ClientActionFunction, a as ClientLoaderFunction, b as LinksFunction, M as MetaFunction, S as ShouldRevalidateFunction, P as Params, c as RouterContextProvider, A as ActionFunction, H as HeadersFunction, d as LoaderFunction, e as RouterInit } from './instrumentation-iAqbU5Q4.js'; + +type RSCRouteConfigEntryBase = { + action?: ActionFunction; + clientAction?: ClientActionFunction; + clientLoader?: ClientLoaderFunction; + ErrorBoundary?: React.ComponentType; + handle?: any; + headers?: HeadersFunction; + HydrateFallback?: React.ComponentType; + Layout?: React.ComponentType; + links?: LinksFunction; + loader?: LoaderFunction; + meta?: MetaFunction; + shouldRevalidate?: ShouldRevalidateFunction; +}; +type RSCRouteConfigEntry = RSCRouteConfigEntryBase & { + id: string; + path?: string; + Component?: React.ComponentType; + lazy?: () => Promise; + Component?: never; + } | { + default?: never; + Component?: React.ComponentType; + })>; +} & ({ + index: true; +} | { + children?: RSCRouteConfigEntry[]; +}); +type RSCRouteConfig = Array; +type RSCRouteManifest = { + clientAction?: ClientActionFunction; + clientLoader?: ClientLoaderFunction; + element?: React.ReactElement | false; + errorElement?: React.ReactElement; + handle?: any; + hasAction: boolean; + hasComponent: boolean; + hasErrorBoundary: boolean; + hasLoader: boolean; + hydrateFallbackElement?: React.ReactElement; + id: string; + index?: boolean; + links?: LinksFunction; + meta?: MetaFunction; + parentId?: string; + path?: string; + shouldRevalidate?: ShouldRevalidateFunction; +}; +type RSCRouteMatch = RSCRouteManifest & { + params: Params; + pathname: string; + pathnameBase: string; +}; +type RSCRenderPayload = { + type: "render"; + actionData: Record | null; + basename: string | undefined; + errors: Record | null; + loaderData: Record; + location: Location; + matches: RSCRouteMatch[]; + patches?: RSCRouteManifest[]; + nonce?: string; + formState?: unknown; +}; +type RSCManifestPayload = { + type: "manifest"; + patches: RSCRouteManifest[]; +}; +type RSCActionPayload = { + type: "action"; + actionResult: Promise; + rerender?: Promise; +}; +type RSCRedirectPayload = { + type: "redirect"; + status: number; + location: string; + replace: boolean; + reload: boolean; + actionResult?: Promise; +}; +type RSCPayload = RSCRenderPayload | RSCManifestPayload | RSCActionPayload | RSCRedirectPayload; +type RSCMatch = { + statusCode: number; + headers: Headers; + payload: RSCPayload; +}; +type DecodeActionFunction = (formData: FormData) => Promise<() => Promise>; +type DecodeFormStateFunction = (result: unknown, formData: FormData) => unknown; +type DecodeReplyFunction = (reply: FormData | string, { temporaryReferences }: { + temporaryReferences: unknown; +}) => Promise; +type LoadServerActionFunction = (id: string) => Promise; +/** + * Matches the given routes to a [`Request`](https://developer.mozilla.org/en-US/docs/Web/API/Request) + * and returns an [RSC](https://react.dev/reference/rsc/server-components) + * [`Response`](https://developer.mozilla.org/en-US/docs/Web/API/Response) + * encoding an {@link unstable_RSCPayload} for consumption by an [RSC](https://react.dev/reference/rsc/server-components) + * enabled client router. + * + * @example + * import { + * createTemporaryReferenceSet, + * decodeAction, + * decodeReply, + * loadServerAction, + * renderToReadableStream, + * } from "@vitejs/plugin-rsc/rsc"; + * import { unstable_matchRSCServerRequest as matchRSCServerRequest } from "react-router"; + * + * matchRSCServerRequest({ + * createTemporaryReferenceSet, + * decodeAction, + * decodeFormState, + * decodeReply, + * loadServerAction, + * request, + * routes: routes(), + * generateResponse(match) { + * return new Response( + * renderToReadableStream(match.payload), + * { + * status: match.statusCode, + * headers: match.headers, + * } + * ); + * }, + * }); + * + * @name unstable_matchRSCServerRequest + * @public + * @category RSC + * @mode data + * @param opts Options + * @param opts.basename The basename to use when matching the request. + * @param opts.createTemporaryReferenceSet A function that returns a temporary + * reference set for the request, used to track temporary references in the [RSC](https://react.dev/reference/rsc/server-components) + * stream. + * @param opts.decodeAction Your `react-server-dom-xyz/server`'s `decodeAction` + * function, responsible for loading a server action. + * @param opts.decodeFormState A function responsible for decoding form state for + * progressively enhanceable forms with React's [`useActionState`](https://react.dev/reference/react/useActionState) + * using your `react-server-dom-xyz/server`'s `decodeFormState`. + * @param opts.decodeReply Your `react-server-dom-xyz/server`'s `decodeReply` + * function, used to decode the server function's arguments and bind them to the + * implementation for invocation by the router. + * @param opts.generateResponse A function responsible for using your + * `renderToReadableStream` to generate a [`Response`](https://developer.mozilla.org/en-US/docs/Web/API/Response) + * encoding the {@link unstable_RSCPayload}. + * @param opts.loadServerAction Your `react-server-dom-xyz/server`'s + * `loadServerAction` function, used to load a server action by ID. + * @param opts.onError An optional error handler that will be called with any + * errors that occur during the request processing. + * @param opts.request The [`Request`](https://developer.mozilla.org/en-US/docs/Web/API/Request) + * to match against. + * @param opts.requestContext An instance of {@link RouterContextProvider} + * that should be created per request, to be passed to [`action`](../../start/data/route-object#action)s, + * [`loader`](../../start/data/route-object#loader)s and [middleware](../../how-to/middleware). + * @param opts.routes Your {@link unstable_RSCRouteConfigEntry | route definitions}. + * @returns A [`Response`](https://developer.mozilla.org/en-US/docs/Web/API/Response) + * that contains the [RSC](https://react.dev/reference/rsc/server-components) + * data for hydration. + */ +declare function matchRSCServerRequest({ createTemporaryReferenceSet, basename, decodeReply, requestContext, loadServerAction, decodeAction, decodeFormState, onError, request, routes, generateResponse, }: { + createTemporaryReferenceSet: () => unknown; + basename?: string; + decodeReply?: DecodeReplyFunction; + decodeAction?: DecodeActionFunction; + decodeFormState?: DecodeFormStateFunction; + requestContext?: RouterContextProvider; + loadServerAction?: LoadServerActionFunction; + onError?: (error: unknown) => void; + request: Request; + routes: RSCRouteConfigEntry[]; + generateResponse: (match: RSCMatch, { temporaryReferences, }: { + temporaryReferences: unknown; + }) => Response; +}): Promise; + +type BrowserCreateFromReadableStreamFunction = (body: ReadableStream, { temporaryReferences, }: { + temporaryReferences: unknown; +}) => Promise; +type EncodeReplyFunction = (args: unknown[], options: { + temporaryReferences: unknown; +}) => Promise; +/** + * Create a React `callServer` implementation for React Router. + * + * @example + * import { + * createFromReadableStream, + * createTemporaryReferenceSet, + * encodeReply, + * setServerCallback, + * } from "@vitejs/plugin-rsc/browser"; + * import { unstable_createCallServer as createCallServer } from "react-router"; + * + * setServerCallback( + * createCallServer({ + * createFromReadableStream, + * createTemporaryReferenceSet, + * encodeReply, + * }) + * ); + * + * @name unstable_createCallServer + * @public + * @category RSC + * @mode data + * @param opts Options + * @param opts.createFromReadableStream Your `react-server-dom-xyz/client`'s + * `createFromReadableStream`. Used to decode payloads from the server. + * @param opts.createTemporaryReferenceSet A function that creates a temporary + * reference set for the [RSC](https://react.dev/reference/rsc/server-components) + * payload. + * @param opts.encodeReply Your `react-server-dom-xyz/client`'s `encodeReply`. + * Used when sending payloads to the server. + * @param opts.fetch Optional [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) + * implementation. Defaults to global [`fetch`](https://developer.mozilla.org/en-US/docs/Web/API/fetch). + * @returns A function that can be used to call server actions. + */ +declare function createCallServer({ createFromReadableStream, createTemporaryReferenceSet, encodeReply, fetch: fetchImplementation, }: { + createFromReadableStream: BrowserCreateFromReadableStreamFunction; + createTemporaryReferenceSet: () => unknown; + encodeReply: EncodeReplyFunction; + fetch?: (request: Request) => Promise; +}): (id: string, args: unknown[]) => Promise; +/** + * Props for the {@link unstable_RSCHydratedRouter} component. + * + * @name unstable_RSCHydratedRouterProps + * @category Types + */ +interface RSCHydratedRouterProps { + /** + * Your `react-server-dom-xyz/client`'s `createFromReadableStream` function, + * used to decode payloads from the server. + */ + createFromReadableStream: BrowserCreateFromReadableStreamFunction; + /** + * Optional fetch implementation. Defaults to global [`fetch`](https://developer.mozilla.org/en-US/docs/Web/API/fetch). + */ + fetch?: (request: Request) => Promise; + /** + * The decoded {@link unstable_RSCPayload} to hydrate. + */ + payload: RSCPayload; + /** + * `"eager"` or `"lazy"` - Determines if links are eagerly discovered, or + * delayed until clicked. + */ + routeDiscovery?: "eager" | "lazy"; + /** + * A function that returns an {@link RouterContextProvider} instance + * which is provided as the `context` argument to client [`action`](../../start/data/route-object#action)s, + * [`loader`](../../start/data/route-object#loader)s and [middleware](../../how-to/middleware). + * This function is called to generate a fresh `context` instance on each + * navigation or fetcher call. + */ + getContext?: RouterInit["getContext"]; +} +/** + * Hydrates a server rendered {@link unstable_RSCPayload} in the browser. + * + * @example + * import { startTransition, StrictMode } from "react"; + * import { hydrateRoot } from "react-dom/client"; + * import { + * unstable_getRSCStream as getRSCStream, + * unstable_RSCHydratedRouter as RSCHydratedRouter, + * } from "react-router"; + * import type { unstable_RSCPayload as RSCPayload } from "react-router"; + * + * createFromReadableStream(getRSCStream()).then((payload) => + * startTransition(async () => { + * hydrateRoot( + * document, + * + * + * , + * { formState: await getFormState(payload) }, + * ); + * }), + * ); + * + * @name unstable_RSCHydratedRouter + * @public + * @category RSC + * @mode data + * @param props Props + * @param {unstable_RSCHydratedRouterProps.createFromReadableStream} props.createFromReadableStream n/a + * @param {unstable_RSCHydratedRouterProps.fetch} props.fetch n/a + * @param {unstable_RSCHydratedRouterProps.getContext} props.getContext n/a + * @param {unstable_RSCHydratedRouterProps.payload} props.payload n/a + * @param {unstable_RSCHydratedRouterProps.routeDiscovery} props.routeDiscovery n/a + * @returns A hydrated {@link DataRouter} that can be used to navigate and + * render routes. + */ +declare function RSCHydratedRouter({ createFromReadableStream, fetch: fetchImplementation, payload, routeDiscovery, getContext, }: RSCHydratedRouterProps): React.JSX.Element; + +export { type BrowserCreateFromReadableStreamFunction as B, type DecodeActionFunction as D, type EncodeReplyFunction as E, type LoadServerActionFunction as L, RSCHydratedRouter as R, type DecodeFormStateFunction as a, type DecodeReplyFunction as b, createCallServer as c, type RSCManifestPayload as d, type RSCPayload as e, type RSCRenderPayload as f, type RSCHydratedRouterProps as g, type RSCMatch as h, type RSCRouteManifest as i, type RSCRouteMatch as j, type RSCRouteConfigEntry as k, type RSCRouteConfig as l, matchRSCServerRequest as m }; diff --git a/frontend/node_modules/react-router/dist/development/browser-DfMfSvsC.d.mts b/frontend/node_modules/react-router/dist/development/browser-DfMfSvsC.d.mts new file mode 100644 index 00000000..145160b2 --- /dev/null +++ b/frontend/node_modules/react-router/dist/development/browser-DfMfSvsC.d.mts @@ -0,0 +1,310 @@ +import * as React from 'react'; +import { L as Location, C as ClientActionFunction, a as ClientLoaderFunction, b as LinksFunction, M as MetaFunction, S as ShouldRevalidateFunction, P as Params, c as RouterContextProvider, A as ActionFunction, H as HeadersFunction, d as LoaderFunction, e as RouterInit } from './router-DIAPGK5f.mjs'; + +type RSCRouteConfigEntryBase = { + action?: ActionFunction; + clientAction?: ClientActionFunction; + clientLoader?: ClientLoaderFunction; + ErrorBoundary?: React.ComponentType; + handle?: any; + headers?: HeadersFunction; + HydrateFallback?: React.ComponentType; + Layout?: React.ComponentType; + links?: LinksFunction; + loader?: LoaderFunction; + meta?: MetaFunction; + shouldRevalidate?: ShouldRevalidateFunction; +}; +type RSCRouteConfigEntry = RSCRouteConfigEntryBase & { + id: string; + path?: string; + Component?: React.ComponentType; + lazy?: () => Promise; + Component?: never; + } | { + default?: never; + Component?: React.ComponentType; + })>; +} & ({ + index: true; +} | { + children?: RSCRouteConfigEntry[]; +}); +type RSCRouteConfig = Array; +type RSCRouteManifest = { + clientAction?: ClientActionFunction; + clientLoader?: ClientLoaderFunction; + element?: React.ReactElement | false; + errorElement?: React.ReactElement; + handle?: any; + hasAction: boolean; + hasComponent: boolean; + hasErrorBoundary: boolean; + hasLoader: boolean; + hydrateFallbackElement?: React.ReactElement; + id: string; + index?: boolean; + links?: LinksFunction; + meta?: MetaFunction; + parentId?: string; + path?: string; + shouldRevalidate?: ShouldRevalidateFunction; +}; +type RSCRouteMatch = RSCRouteManifest & { + params: Params; + pathname: string; + pathnameBase: string; +}; +type RSCRenderPayload = { + type: "render"; + actionData: Record | null; + basename: string | undefined; + errors: Record | null; + loaderData: Record; + location: Location; + matches: RSCRouteMatch[]; + patches?: RSCRouteManifest[]; + nonce?: string; + formState?: unknown; +}; +type RSCManifestPayload = { + type: "manifest"; + patches: RSCRouteManifest[]; +}; +type RSCActionPayload = { + type: "action"; + actionResult: Promise; + rerender?: Promise; +}; +type RSCRedirectPayload = { + type: "redirect"; + status: number; + location: string; + replace: boolean; + reload: boolean; + actionResult?: Promise; +}; +type RSCPayload = RSCRenderPayload | RSCManifestPayload | RSCActionPayload | RSCRedirectPayload; +type RSCMatch = { + statusCode: number; + headers: Headers; + payload: RSCPayload; +}; +type DecodeActionFunction = (formData: FormData) => Promise<() => Promise>; +type DecodeFormStateFunction = (result: unknown, formData: FormData) => unknown; +type DecodeReplyFunction = (reply: FormData | string, { temporaryReferences }: { + temporaryReferences: unknown; +}) => Promise; +type LoadServerActionFunction = (id: string) => Promise; +/** + * Matches the given routes to a [`Request`](https://developer.mozilla.org/en-US/docs/Web/API/Request) + * and returns an [RSC](https://react.dev/reference/rsc/server-components) + * [`Response`](https://developer.mozilla.org/en-US/docs/Web/API/Response) + * encoding an {@link unstable_RSCPayload} for consumption by an [RSC](https://react.dev/reference/rsc/server-components) + * enabled client router. + * + * @example + * import { + * createTemporaryReferenceSet, + * decodeAction, + * decodeReply, + * loadServerAction, + * renderToReadableStream, + * } from "@vitejs/plugin-rsc/rsc"; + * import { unstable_matchRSCServerRequest as matchRSCServerRequest } from "react-router"; + * + * matchRSCServerRequest({ + * createTemporaryReferenceSet, + * decodeAction, + * decodeFormState, + * decodeReply, + * loadServerAction, + * request, + * routes: routes(), + * generateResponse(match) { + * return new Response( + * renderToReadableStream(match.payload), + * { + * status: match.statusCode, + * headers: match.headers, + * } + * ); + * }, + * }); + * + * @name unstable_matchRSCServerRequest + * @public + * @category RSC + * @mode data + * @param opts Options + * @param opts.basename The basename to use when matching the request. + * @param opts.createTemporaryReferenceSet A function that returns a temporary + * reference set for the request, used to track temporary references in the [RSC](https://react.dev/reference/rsc/server-components) + * stream. + * @param opts.decodeAction Your `react-server-dom-xyz/server`'s `decodeAction` + * function, responsible for loading a server action. + * @param opts.decodeFormState A function responsible for decoding form state for + * progressively enhanceable forms with React's [`useActionState`](https://react.dev/reference/react/useActionState) + * using your `react-server-dom-xyz/server`'s `decodeFormState`. + * @param opts.decodeReply Your `react-server-dom-xyz/server`'s `decodeReply` + * function, used to decode the server function's arguments and bind them to the + * implementation for invocation by the router. + * @param opts.generateResponse A function responsible for using your + * `renderToReadableStream` to generate a [`Response`](https://developer.mozilla.org/en-US/docs/Web/API/Response) + * encoding the {@link unstable_RSCPayload}. + * @param opts.loadServerAction Your `react-server-dom-xyz/server`'s + * `loadServerAction` function, used to load a server action by ID. + * @param opts.onError An optional error handler that will be called with any + * errors that occur during the request processing. + * @param opts.request The [`Request`](https://developer.mozilla.org/en-US/docs/Web/API/Request) + * to match against. + * @param opts.requestContext An instance of {@link RouterContextProvider} + * that should be created per request, to be passed to [`action`](../../start/data/route-object#action)s, + * [`loader`](../../start/data/route-object#loader)s and [middleware](../../how-to/middleware). + * @param opts.routes Your {@link unstable_RSCRouteConfigEntry | route definitions}. + * @returns A [`Response`](https://developer.mozilla.org/en-US/docs/Web/API/Response) + * that contains the [RSC](https://react.dev/reference/rsc/server-components) + * data for hydration. + */ +declare function matchRSCServerRequest({ createTemporaryReferenceSet, basename, decodeReply, requestContext, loadServerAction, decodeAction, decodeFormState, onError, request, routes, generateResponse, }: { + createTemporaryReferenceSet: () => unknown; + basename?: string; + decodeReply?: DecodeReplyFunction; + decodeAction?: DecodeActionFunction; + decodeFormState?: DecodeFormStateFunction; + requestContext?: RouterContextProvider; + loadServerAction?: LoadServerActionFunction; + onError?: (error: unknown) => void; + request: Request; + routes: RSCRouteConfigEntry[]; + generateResponse: (match: RSCMatch, { temporaryReferences, }: { + temporaryReferences: unknown; + }) => Response; +}): Promise; + +type BrowserCreateFromReadableStreamFunction = (body: ReadableStream, { temporaryReferences, }: { + temporaryReferences: unknown; +}) => Promise; +type EncodeReplyFunction = (args: unknown[], options: { + temporaryReferences: unknown; +}) => Promise; +/** + * Create a React `callServer` implementation for React Router. + * + * @example + * import { + * createFromReadableStream, + * createTemporaryReferenceSet, + * encodeReply, + * setServerCallback, + * } from "@vitejs/plugin-rsc/browser"; + * import { unstable_createCallServer as createCallServer } from "react-router"; + * + * setServerCallback( + * createCallServer({ + * createFromReadableStream, + * createTemporaryReferenceSet, + * encodeReply, + * }) + * ); + * + * @name unstable_createCallServer + * @public + * @category RSC + * @mode data + * @param opts Options + * @param opts.createFromReadableStream Your `react-server-dom-xyz/client`'s + * `createFromReadableStream`. Used to decode payloads from the server. + * @param opts.createTemporaryReferenceSet A function that creates a temporary + * reference set for the [RSC](https://react.dev/reference/rsc/server-components) + * payload. + * @param opts.encodeReply Your `react-server-dom-xyz/client`'s `encodeReply`. + * Used when sending payloads to the server. + * @param opts.fetch Optional [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) + * implementation. Defaults to global [`fetch`](https://developer.mozilla.org/en-US/docs/Web/API/fetch). + * @returns A function that can be used to call server actions. + */ +declare function createCallServer({ createFromReadableStream, createTemporaryReferenceSet, encodeReply, fetch: fetchImplementation, }: { + createFromReadableStream: BrowserCreateFromReadableStreamFunction; + createTemporaryReferenceSet: () => unknown; + encodeReply: EncodeReplyFunction; + fetch?: (request: Request) => Promise; +}): (id: string, args: unknown[]) => Promise; +/** + * Props for the {@link unstable_RSCHydratedRouter} component. + * + * @name unstable_RSCHydratedRouterProps + * @category Types + */ +interface RSCHydratedRouterProps { + /** + * Your `react-server-dom-xyz/client`'s `createFromReadableStream` function, + * used to decode payloads from the server. + */ + createFromReadableStream: BrowserCreateFromReadableStreamFunction; + /** + * Optional fetch implementation. Defaults to global [`fetch`](https://developer.mozilla.org/en-US/docs/Web/API/fetch). + */ + fetch?: (request: Request) => Promise; + /** + * The decoded {@link unstable_RSCPayload} to hydrate. + */ + payload: RSCPayload; + /** + * `"eager"` or `"lazy"` - Determines if links are eagerly discovered, or + * delayed until clicked. + */ + routeDiscovery?: "eager" | "lazy"; + /** + * A function that returns an {@link RouterContextProvider} instance + * which is provided as the `context` argument to client [`action`](../../start/data/route-object#action)s, + * [`loader`](../../start/data/route-object#loader)s and [middleware](../../how-to/middleware). + * This function is called to generate a fresh `context` instance on each + * navigation or fetcher call. + */ + getContext?: RouterInit["getContext"]; +} +/** + * Hydrates a server rendered {@link unstable_RSCPayload} in the browser. + * + * @example + * import { startTransition, StrictMode } from "react"; + * import { hydrateRoot } from "react-dom/client"; + * import { + * unstable_getRSCStream as getRSCStream, + * unstable_RSCHydratedRouter as RSCHydratedRouter, + * } from "react-router"; + * import type { unstable_RSCPayload as RSCPayload } from "react-router"; + * + * createFromReadableStream(getRSCStream()).then((payload) => + * startTransition(async () => { + * hydrateRoot( + * document, + * + * + * , + * { formState: await getFormState(payload) }, + * ); + * }), + * ); + * + * @name unstable_RSCHydratedRouter + * @public + * @category RSC + * @mode data + * @param props Props + * @param {unstable_RSCHydratedRouterProps.createFromReadableStream} props.createFromReadableStream n/a + * @param {unstable_RSCHydratedRouterProps.fetch} props.fetch n/a + * @param {unstable_RSCHydratedRouterProps.getContext} props.getContext n/a + * @param {unstable_RSCHydratedRouterProps.payload} props.payload n/a + * @param {unstable_RSCHydratedRouterProps.routeDiscovery} props.routeDiscovery n/a + * @returns A hydrated {@link DataRouter} that can be used to navigate and + * render routes. + */ +declare function RSCHydratedRouter({ createFromReadableStream, fetch: fetchImplementation, payload, routeDiscovery, getContext, }: RSCHydratedRouterProps): React.JSX.Element; + +export { type BrowserCreateFromReadableStreamFunction as B, type DecodeActionFunction as D, type EncodeReplyFunction as E, type LoadServerActionFunction as L, RSCHydratedRouter as R, type DecodeFormStateFunction as a, type DecodeReplyFunction as b, createCallServer as c, type RSCManifestPayload as d, type RSCPayload as e, type RSCRenderPayload as f, type RSCHydratedRouterProps as g, type RSCMatch as h, type RSCRouteManifest as i, type RSCRouteMatch as j, type RSCRouteConfigEntry as k, type RSCRouteConfig as l, matchRSCServerRequest as m }; diff --git a/frontend/node_modules/react-router/dist/development/chunk-FQEOJFGW.js b/frontend/node_modules/react-router/dist/development/chunk-FQEOJFGW.js new file mode 100644 index 00000000..e1593ef8 --- /dev/null +++ b/frontend/node_modules/react-router/dist/development/chunk-FQEOJFGW.js @@ -0,0 +1,188 @@ +"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }/** + * react-router v7.9.5 + * + * Copyright (c) Remix Software Inc. + * + * This source code is licensed under the MIT license found in the + * LICENSE.md file in the root directory of this source tree. + * + * @license MIT + */ + + + + + + +var _chunkVNR6V74Njs = require('./chunk-VNR6V74N.js'); + +// lib/dom/ssr/hydration.tsx +function getHydrationData({ + state, + routes, + getRouteInfo, + location, + basename, + isSpaMode +}) { + let hydrationData = { + ...state, + loaderData: { ...state.loaderData } + }; + let initialMatches = _chunkVNR6V74Njs.matchRoutes.call(void 0, routes, location, basename); + if (initialMatches) { + for (let match of initialMatches) { + let routeId = match.route.id; + let routeInfo = getRouteInfo(routeId); + if (_chunkVNR6V74Njs.shouldHydrateRouteLoader.call(void 0, + routeId, + routeInfo.clientLoader, + routeInfo.hasLoader, + isSpaMode + ) && (routeInfo.hasHydrateFallback || !routeInfo.hasLoader)) { + delete hydrationData.loaderData[routeId]; + } else if (!routeInfo.hasLoader) { + hydrationData.loaderData[routeId] = null; + } + } + } + return hydrationData; +} + +// lib/rsc/errorBoundaries.tsx +var _react = require('react'); var _react2 = _interopRequireDefault(_react); +var RSCRouterGlobalErrorBoundary = class extends _react2.default.Component { + constructor(props) { + super(props); + this.state = { error: null, location: props.location }; + } + static getDerivedStateFromError(error) { + return { error }; + } + static getDerivedStateFromProps(props, state) { + if (state.location !== props.location) { + return { error: null, location: props.location }; + } + return { error: state.error, location: state.location }; + } + render() { + if (this.state.error) { + return /* @__PURE__ */ _react2.default.createElement( + RSCDefaultRootErrorBoundaryImpl, + { + error: this.state.error, + renderAppShell: true + } + ); + } else { + return this.props.children; + } + } +}; +function ErrorWrapper({ + renderAppShell, + title, + children +}) { + if (!renderAppShell) { + return children; + } + return /* @__PURE__ */ _react2.default.createElement("html", { lang: "en" }, /* @__PURE__ */ _react2.default.createElement("head", null, /* @__PURE__ */ _react2.default.createElement("meta", { charSet: "utf-8" }), /* @__PURE__ */ _react2.default.createElement( + "meta", + { + name: "viewport", + content: "width=device-width,initial-scale=1,viewport-fit=cover" + } + ), /* @__PURE__ */ _react2.default.createElement("title", null, title)), /* @__PURE__ */ _react2.default.createElement("body", null, /* @__PURE__ */ _react2.default.createElement("main", { style: { fontFamily: "system-ui, sans-serif", padding: "2rem" } }, children))); +} +function RSCDefaultRootErrorBoundaryImpl({ + error, + renderAppShell +}) { + console.error(error); + let heyDeveloper = /* @__PURE__ */ _react2.default.createElement( + "script", + { + dangerouslySetInnerHTML: { + __html: ` + console.log( + "\u{1F4BF} Hey developer \u{1F44B}. You can provide a way better UX than this when your app throws errors. Check out https://reactrouter.com/how-to/error-boundary for more information." + ); + ` + } + } + ); + if (_chunkVNR6V74Njs.isRouteErrorResponse.call(void 0, error)) { + return /* @__PURE__ */ _react2.default.createElement( + ErrorWrapper, + { + renderAppShell, + title: "Unhandled Thrown Response!" + }, + /* @__PURE__ */ _react2.default.createElement("h1", { style: { fontSize: "24px" } }, error.status, " ", error.statusText), + _chunkVNR6V74Njs.ENABLE_DEV_WARNINGS ? heyDeveloper : null + ); + } + let errorInstance; + if (error instanceof Error) { + errorInstance = error; + } else { + let errorString = error == null ? "Unknown Error" : typeof error === "object" && "toString" in error ? error.toString() : JSON.stringify(error); + errorInstance = new Error(errorString); + } + return /* @__PURE__ */ _react2.default.createElement(ErrorWrapper, { renderAppShell, title: "Application Error!" }, /* @__PURE__ */ _react2.default.createElement("h1", { style: { fontSize: "24px" } }, "Application Error"), /* @__PURE__ */ _react2.default.createElement( + "pre", + { + style: { + padding: "2rem", + background: "hsla(10, 50%, 50%, 0.1)", + color: "red", + overflow: "auto" + } + }, + errorInstance.stack + ), heyDeveloper); +} +function RSCDefaultRootErrorBoundary({ + hasRootLayout +}) { + let error = _chunkVNR6V74Njs.useRouteError.call(void 0, ); + if (hasRootLayout === void 0) { + throw new Error("Missing 'hasRootLayout' prop"); + } + return /* @__PURE__ */ _react2.default.createElement( + RSCDefaultRootErrorBoundaryImpl, + { + renderAppShell: !hasRootLayout, + error + } + ); +} + +// lib/rsc/route-modules.ts +function createRSCRouteModules(payload) { + const routeModules = {}; + for (const match of payload.matches) { + populateRSCRouteModules(routeModules, match); + } + return routeModules; +} +function populateRSCRouteModules(routeModules, matches) { + matches = Array.isArray(matches) ? matches : [matches]; + for (const match of matches) { + routeModules[match.id] = { + links: match.links, + meta: match.meta, + default: noopComponent + }; + } +} +var noopComponent = () => null; + + + + + + + +exports.getHydrationData = getHydrationData; exports.RSCRouterGlobalErrorBoundary = RSCRouterGlobalErrorBoundary; exports.RSCDefaultRootErrorBoundary = RSCDefaultRootErrorBoundary; exports.createRSCRouteModules = createRSCRouteModules; exports.populateRSCRouteModules = populateRSCRouteModules; diff --git a/frontend/node_modules/react-router/dist/development/chunk-IXESJAGJ.js b/frontend/node_modules/react-router/dist/development/chunk-IXESJAGJ.js new file mode 100644 index 00000000..a4e8f370 --- /dev/null +++ b/frontend/node_modules/react-router/dist/development/chunk-IXESJAGJ.js @@ -0,0 +1,1310 @@ +"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }/** + * react-router v7.9.5 + * + * Copyright (c) Remix Software Inc. + * + * This source code is licensed under the MIT license found in the + * LICENSE.md file in the root directory of this source tree. + * + * @license MIT + */ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +var _chunkVNR6V74Njs = require('./chunk-VNR6V74N.js'); + +// lib/dom/dom.ts +var defaultMethod = "get"; +var defaultEncType = "application/x-www-form-urlencoded"; +function isHtmlElement(object) { + return object != null && typeof object.tagName === "string"; +} +function isButtonElement(object) { + return isHtmlElement(object) && object.tagName.toLowerCase() === "button"; +} +function isFormElement(object) { + return isHtmlElement(object) && object.tagName.toLowerCase() === "form"; +} +function isInputElement(object) { + return isHtmlElement(object) && object.tagName.toLowerCase() === "input"; +} +function isModifiedEvent(event) { + return !!(event.metaKey || event.altKey || event.ctrlKey || event.shiftKey); +} +function shouldProcessLinkClick(event, target) { + return event.button === 0 && // Ignore everything but left clicks + (!target || target === "_self") && // Let browser handle "target=_blank" etc. + !isModifiedEvent(event); +} +function createSearchParams(init = "") { + return new URLSearchParams( + typeof init === "string" || Array.isArray(init) || init instanceof URLSearchParams ? init : Object.keys(init).reduce((memo, key) => { + let value = init[key]; + return memo.concat( + Array.isArray(value) ? value.map((v) => [key, v]) : [[key, value]] + ); + }, []) + ); +} +function getSearchParamsForLocation(locationSearch, defaultSearchParams) { + let searchParams = createSearchParams(locationSearch); + if (defaultSearchParams) { + defaultSearchParams.forEach((_, key) => { + if (!searchParams.has(key)) { + defaultSearchParams.getAll(key).forEach((value) => { + searchParams.append(key, value); + }); + } + }); + } + return searchParams; +} +var _formDataSupportsSubmitter = null; +function isFormDataSubmitterSupported() { + if (_formDataSupportsSubmitter === null) { + try { + new FormData( + document.createElement("form"), + // @ts-expect-error if FormData supports the submitter parameter, this will throw + 0 + ); + _formDataSupportsSubmitter = false; + } catch (e) { + _formDataSupportsSubmitter = true; + } + } + return _formDataSupportsSubmitter; +} +var supportedFormEncTypes = /* @__PURE__ */ new Set([ + "application/x-www-form-urlencoded", + "multipart/form-data", + "text/plain" +]); +function getFormEncType(encType) { + if (encType != null && !supportedFormEncTypes.has(encType)) { + _chunkVNR6V74Njs.warning.call(void 0, + false, + `"${encType}" is not a valid \`encType\` for \`
\`/\`\` and will default to "${defaultEncType}"` + ); + return null; + } + return encType; +} +function getFormSubmissionInfo(target, basename) { + let method; + let action; + let encType; + let formData; + let body; + if (isFormElement(target)) { + let attr = target.getAttribute("action"); + action = attr ? _chunkVNR6V74Njs.stripBasename.call(void 0, attr, basename) : null; + method = target.getAttribute("method") || defaultMethod; + encType = getFormEncType(target.getAttribute("enctype")) || defaultEncType; + formData = new FormData(target); + } else if (isButtonElement(target) || isInputElement(target) && (target.type === "submit" || target.type === "image")) { + let form = target.form; + if (form == null) { + throw new Error( + `Cannot submit a + * + * ); + * } + * + * @name unstable_usePrompt + * @public + * @category Hooks + * @mode framework + * @mode data + * @param options Options + * @param options.message The message to show in the confirmation dialog. + * @param options.when A boolean or a function that returns a boolean indicating + * whether to block the navigation. If a function is provided, it will receive an + * object with `currentLocation` and `nextLocation` properties. + * @returns {void} + */ +declare function usePrompt({ when, message, }: { + when: boolean | BlockerFunction; + message: string; +}): void; +/** + * This hook returns `true` when there is an active [View Transition](https://developer.mozilla.org/en-US/docs/Web/API/View_Transitions_API) + * to the specified location. This can be used to apply finer-grained styles to + * elements to further customize the view transition. This requires that view + * transitions have been enabled for the given navigation via {@link LinkProps.viewTransition} + * (or the `Form`, `submit`, or `navigate` call) + * + * @public + * @category Hooks + * @mode framework + * @mode data + * @param to The {@link To} location to check for an active [View Transition](https://developer.mozilla.org/en-US/docs/Web/API/View_Transitions_API). + * @param options Options + * @param options.relative The relative routing type to use when resolving the + * `to` location, defaults to `"route"`. See {@link RelativeRoutingType} for + * more details. + * @returns `true` if there is an active [View Transition](https://developer.mozilla.org/en-US/docs/Web/API/View_Transitions_API) + * to the specified {@link Location}, otherwise `false`. + */ +declare function useViewTransitionState(to: To, { relative }?: { + relative?: RelativeRoutingType; +}): boolean; + +/** + * @category Types + */ +interface StaticRouterProps { + /** + * The base URL for the static router (default: `/`) + */ + basename?: string; + /** + * The child elements to render inside the static router + */ + children?: React.ReactNode; + /** + * The {@link Location} to render the static router at (default: `/`) + */ + location: Partial | string; +} +/** + * A {@link Router | ``} that may not navigate to any other {@link Location}. + * This is useful on the server where there is no stateful UI. + * + * @public + * @category Declarative Routers + * @mode declarative + * @param props Props + * @param {StaticRouterProps.basename} props.basename n/a + * @param {StaticRouterProps.children} props.children n/a + * @param {StaticRouterProps.location} props.location n/a + * @returns A React element that renders the static {@link Router | ``} + */ +declare function StaticRouter({ basename, children, location: locationProp, }: StaticRouterProps): React.JSX.Element; +/** + * @category Types + */ +interface StaticRouterProviderProps { + /** + * The {@link StaticHandlerContext} returned from {@link StaticHandler}'s + * `query` + */ + context: StaticHandlerContext; + /** + * The static {@link DataRouter} from {@link createStaticRouter} + */ + router: Router; + /** + * Whether to hydrate the router on the client (default `true`) + */ + hydrate?: boolean; + /** + * The [`nonce`](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Global_attributes/nonce) + * to use for the hydration [`` + ) + ); +} +function escapeScript(script) { + return script.replace(/ + * + * @name UNSAFE_useScrollRestoration + * @category Hooks + * @mode framework + * @mode data + * @param options Options + * @param options.getKey A function that returns a key to use for scroll restoration. + * This is useful for custom scroll restoration logic, such as using only the pathname + * so that subsequent navigations to prior paths will restore the scroll. Defaults + * to `location.key`. + * @param options.storageKey The key to use for storing scroll positions in + * `sessionStorage`. Defaults to `"react-router-scroll-positions"`. + * @returns {void} + */ +declare function useScrollRestoration({ getKey, storageKey, }?: { + getKey?: GetScrollRestorationKeyFunction; + storageKey?: string; +}): void; +/** + * Set up a callback to be fired on [Window's `beforeunload` event](https://developer.mozilla.org/en-US/docs/Web/API/Window/beforeunload_event). + * + * @public + * @category Hooks + * @param callback The callback to be called when the [`beforeunload` event](https://developer.mozilla.org/en-US/docs/Web/API/Window/beforeunload_event) + * is fired. + * @param options Options + * @param options.capture If `true`, the event will be captured during the capture + * phase. Defaults to `false`. + * @returns {void} + */ +declare function useBeforeUnload(callback: (event: BeforeUnloadEvent) => any, options?: { + capture?: boolean; +}): void; +/** + * Wrapper around {@link useBlocker} to show a [`window.confirm`](https://developer.mozilla.org/en-US/docs/Web/API/Window/confirm) + * prompt to users instead of building a custom UI with {@link useBlocker}. + * + * The `unstable_` flag will not be removed because this technique has a lot of + * rough edges and behaves very differently (and incorrectly sometimes) across + * browsers if users click addition back/forward navigations while the + * confirmation is open. Use at your own risk. + * + * @example + * function ImportantForm() { + * let [value, setValue] = React.useState(""); + * + * // Block navigating elsewhere when data has been entered into the input + * unstable_usePrompt({ + * message: "Are you sure?", + * when: ({ currentLocation, nextLocation }) => + * value !== "" && + * currentLocation.pathname !== nextLocation.pathname, + * }); + * + * return ( + *
+ * + * + *
+ * ); + * } + * + * @name unstable_usePrompt + * @public + * @category Hooks + * @mode framework + * @mode data + * @param options Options + * @param options.message The message to show in the confirmation dialog. + * @param options.when A boolean or a function that returns a boolean indicating + * whether to block the navigation. If a function is provided, it will receive an + * object with `currentLocation` and `nextLocation` properties. + * @returns {void} + */ +declare function usePrompt({ when, message, }: { + when: boolean | BlockerFunction; + message: string; +}): void; +/** + * This hook returns `true` when there is an active [View Transition](https://developer.mozilla.org/en-US/docs/Web/API/View_Transitions_API) + * to the specified location. This can be used to apply finer-grained styles to + * elements to further customize the view transition. This requires that view + * transitions have been enabled for the given navigation via {@link LinkProps.viewTransition} + * (or the `Form`, `submit`, or `navigate` call) + * + * @public + * @category Hooks + * @mode framework + * @mode data + * @param to The {@link To} location to check for an active [View Transition](https://developer.mozilla.org/en-US/docs/Web/API/View_Transitions_API). + * @param options Options + * @param options.relative The relative routing type to use when resolving the + * `to` location, defaults to `"route"`. See {@link RelativeRoutingType} for + * more details. + * @returns `true` if there is an active [View Transition](https://developer.mozilla.org/en-US/docs/Web/API/View_Transitions_API) + * to the specified {@link Location}, otherwise `false`. + */ +declare function useViewTransitionState(to: To, { relative }?: { + relative?: RelativeRoutingType; +}): boolean; + +/** + * @category Types + */ +interface StaticRouterProps { + /** + * The base URL for the static router (default: `/`) + */ + basename?: string; + /** + * The child elements to render inside the static router + */ + children?: React.ReactNode; + /** + * The {@link Location} to render the static router at (default: `/`) + */ + location: Partial | string; +} +/** + * A {@link Router | ``} that may not navigate to any other {@link Location}. + * This is useful on the server where there is no stateful UI. + * + * @public + * @category Declarative Routers + * @mode declarative + * @param props Props + * @param {StaticRouterProps.basename} props.basename n/a + * @param {StaticRouterProps.children} props.children n/a + * @param {StaticRouterProps.location} props.location n/a + * @returns A React element that renders the static {@link Router | ``} + */ +declare function StaticRouter({ basename, children, location: locationProp, }: StaticRouterProps): React.JSX.Element; +/** + * @category Types + */ +interface StaticRouterProviderProps { + /** + * The {@link StaticHandlerContext} returned from {@link StaticHandler}'s + * `query` + */ + context: StaticHandlerContext; + /** + * The static {@link DataRouter} from {@link createStaticRouter} + */ + router: Router; + /** + * Whether to hydrate the router on the client (default `true`) + */ + hydrate?: boolean; + /** + * The [`nonce`](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Global_attributes/nonce) + * to use for the hydration [`` + ) + ); +} +function escapeScript(script) { + return script.replace(/