@hunter-industries/hunter-components 0.0.0 → 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,26 @@
1
+ import HunterAccountCircleIcon from "./account-circle.svg?component";
2
+ import HunterBackArrowIcon from "./back-arrow.svg?component";
3
+ import HunterCaretDownIcon from "./caret-down.svg?component";
4
+ import HunterCaretLeftIcon from "./caret-left.svg?component";
5
+ import HunterCaretRightIcon from "./caret-right.svg?component";
6
+ import HunterCaretUpIcon from "./caret-up.svg?component";
7
+ import HunterCopyContentIcon from "./copy-content.svg?component";
8
+ import HunterDownloadIcon from "./download.svg?component";
9
+ import HunterLocationIcon from "./location.svg?component";
10
+ import HunterSearchIcon from "./search.svg?component";
11
+ import HunterShareIcon from "./share.svg?component";
12
+ export { HunterAccountCircleIcon, HunterBackArrowIcon, HunterCaretDownIcon, HunterCaretLeftIcon, HunterCaretRightIcon, HunterCaretUpIcon, HunterCopyContentIcon, HunterDownloadIcon, HunterLocationIcon, HunterSearchIcon, HunterShareIcon, };
13
+ declare const icons: {
14
+ "account-circle": any;
15
+ "back-arrow": any;
16
+ "caret-down": any;
17
+ "caret-left": any;
18
+ "caret-right": any;
19
+ "caret-up": any;
20
+ "copy-content": any;
21
+ download: any;
22
+ location: any;
23
+ search: any;
24
+ share: any;
25
+ };
26
+ export default icons;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface Props {
3
2
  variant: string;
4
3
  disabled?: boolean;
@@ -5,7 +5,7 @@ declare const meta: {
5
5
  title: string;
6
6
  component: import("vue").DefineComponent<{
7
7
  options: {
8
- type: import("vue").PropType<import("../types").DropdownOption[]>;
8
+ type: import("vue").PropType<import("../types.js").DropdownOption[]>;
9
9
  required: true;
10
10
  };
11
11
  optionKey: {
@@ -26,13 +26,13 @@ declare const meta: {
26
26
  type: import("vue").PropType<string>;
27
27
  };
28
28
  selected: {
29
- type: import("vue").PropType<import("../types").DropdownOption>;
29
+ type: import("vue").PropType<import("../types.js").DropdownOption>;
30
30
  };
31
31
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
32
32
  selectOption: (value: any) => void;
33
33
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
34
34
  options: {
35
- type: import("vue").PropType<import("../types").DropdownOption[]>;
35
+ type: import("vue").PropType<import("../types.js").DropdownOption[]>;
36
36
  required: true;
37
37
  };
38
38
  optionKey: {
@@ -53,7 +53,7 @@ declare const meta: {
53
53
  type: import("vue").PropType<string>;
54
54
  };
55
55
  selected: {
56
- type: import("vue").PropType<import("../types").DropdownOption>;
56
+ type: import("vue").PropType<import("../types.js").DropdownOption>;
57
57
  };
58
58
  }>> & {
59
59
  onSelectOption?: ((value: any) => any) | undefined;
@@ -0,0 +1,15 @@
1
+ import icons from "../../assets/icons";
2
+ interface Props {
3
+ name: keyof typeof icons;
4
+ }
5
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<Props>>>, {}, {}>;
6
+ export default _default;
7
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
8
+ type __VLS_TypePropsToOption<T> = {
9
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
10
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
11
+ } : {
12
+ type: import('vue').PropType<T[K]>;
13
+ required: true;
14
+ };
15
+ };
@@ -0,0 +1,19 @@
1
+ import type { Meta, StoryObj } from "@storybook/vue3";
2
+ import { HunterAccountCircleIcon, HunterBackArrowIcon, HunterCaretDownIcon, HunterCaretLeftIcon, HunterCaretRightIcon, HunterCaretUpIcon, HunterCopyContentIcon, HunterDownloadIcon, HunterLocationIcon, HunterSearchIcon, HunterShareIcon } from "../../assets/icons";
3
+ import Icon from "./Icon.vue";
4
+ type SVGComponent = typeof HunterAccountCircleIcon | typeof HunterBackArrowIcon | typeof HunterCaretDownIcon | typeof HunterCaretLeftIcon | typeof HunterCaretRightIcon | typeof HunterCaretUpIcon | typeof HunterCopyContentIcon | typeof HunterDownloadIcon | typeof HunterLocationIcon | typeof HunterSearchIcon | typeof HunterShareIcon;
5
+ export declare const DefaultWithProps: Meta<typeof Icon>;
6
+ declare const meta: Meta<SVGComponent>;
7
+ export default meta;
8
+ type Story = StoryObj<typeof meta>;
9
+ export declare const AccountCircle: Story;
10
+ export declare const BackArrow: Story;
11
+ export declare const CaretDown: Story;
12
+ export declare const CaretLeft: Story;
13
+ export declare const CaretRight: Story;
14
+ export declare const CaretUp: Story;
15
+ export declare const CopyContent: Story;
16
+ export declare const Download: Story;
17
+ export declare const Location: Story;
18
+ export declare const Search: Story;
19
+ export declare const Share: Story;
@@ -0,0 +1,2 @@
1
+ import Icon from "./Icon.vue";
2
+ export { Icon as HunterIcon };
@@ -1,25 +1,25 @@
1
- (function(){"use strict";try{if(typeof document<"u"){var t=document.createElement("style");t.appendChild(document.createTextNode('*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;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;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(147 197 253 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(147 197 253 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.bottom-2{bottom:.5rem}.left-0{left:0}.right-3{right:.75rem}.top-full{top:100%}.my-0{margin-top:0;margin-bottom:0}.my-0\\.5{margin-top:.125rem;margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.ml-0{margin-left:0}.ml-0\\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-1\\.5{margin-left:.375rem}.mt-0{margin-top:0}.mt-0\\.5{margin-top:.125rem}.mt-2{margin-top:.5rem}.inline-block{display:inline-block}.flex{display:flex}.table{display:table}.hidden{display:none}.h-0{height:0px}.h-10{height:2.5rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-9{height:2.25rem}.h-max{height:-moz-max-content;height:max-content}.max-h-44{max-height:11rem}.w-4{width:1rem}.w-44{width:11rem}.w-5{width:1.25rem}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.max-w-screen-lg{max-width:1024px}.origin-center{transform-origin:center}.-scale-y-100{--tw-scale-y: -1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-x-0{--tw-scale-x: 0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-y-100{--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.resize{resize:both}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:var(--rounded)}.rounded-3xl{border-radius:1.5rem}.rounded-lg{border-radius:var(--rounded-lg)}.rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.rounded-r{border-top-right-radius:var(--rounded);border-bottom-right-radius:var(--rounded)}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-blue-400{border-color:var(--blue-400)}.border-blue-700{border-color:var(--blue-700)}.border-blue-800{border-color:var(--blue-800)}.border-disabled-light{border-color:var(--disabled-light)}.bg-blue-200{background-color:var(--blue-200)}.bg-blue-800{background-color:var(--blue-800)}.p-0{padding:0}.px-12{padding-left:3rem;padding-right:3rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.pb-1{padding-bottom:.25rem}.pr-0{padding-right:0}.pr-0\\.5{padding-right:.125rem}.pt-0{padding-top:0}.pt-1px{padding-top:1px}.pt-2{padding-top:.5rem}.text-left{text-align:left}.text-2xl{font-size:var(--28px)}.text-3xl{font-size:var(--32px)}.text-4xl{font-size:var(--36px)}.text-base{font-size:var(--16px)}.text-lg{font-size:var(--22px)}.text-md{font-size:var(--18px)}.text-sm{font-size:var(--14px)}.text-xl{font-size:var(--24px)}.text-xs{font-size:var(--12px)}.font-bold{font-weight:700}.font-medium{font-weight:500}.uppercase{text-transform:uppercase}.text-blue-500{color:var(--blue-500)}.text-blue-800{color:var(--blue-800)}.text-blue-900{color:var(--blue-900)}.text-disabled{color:var(--disabled)}.text-error{color:var(--error)}.underline{text-decoration-line:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.opacity-100{opacity:1}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.outline-1{outline-width:1px}.outline-blue-400{outline-color:var(--blue-400)}.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)}.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)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.hunter-component,.hunter-component~*,.hunter-component>*{font-family:Arial,Helvetica,Verdana,Bitstream Vera Sans,sans-serif;line-height:auto;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--dark);box-sizing:border-box;scroll-behavior:smooth}@supports not selector(::-webkit-scrollbar){.hunter-component,.hunter-component~*,.hunter-component>*{scrollbar-color:var(--disabled) var(--disabled-light);scrollbar-width:thin}}@supports selector(::-webkit-scrollbar){.hunter-component ::-webkit-scrollbar,.hunter-component~* ::-webkit-scrollbar,.hunter-component>* ::-webkit-scrollbar{background:var(--disabled-light)!important;width:8px!important;border-radius:1.5rem}.hunter-component ::-webkit-scrollbar-thumb,.hunter-component~* ::-webkit-scrollbar-thumb,.hunter-component>* ::-webkit-scrollbar-thumb{background:var(--disabled)!important;border-radius:1.5rem}}.hunter-component h1,.hunter-component h2,.hunter-component h3,.hunter-component h4,.hunter-component h5,.hunter-component h6,.hunter-component~h1,.hunter-component~h2,.hunter-component~h3,.hunter-component~h4,.hunter-component~h5,.hunter-component~h6{font-weight:500;color:var(--blue-900)}.hunter-component h1,.hunter-component~h1{font-size:var(--28px)}.hunter-component h2,.hunter-component~h2{font-size:var(--24px)}.hunter-component h3,.hunter-component~h3{font-size:var(--22px)}.hunter-component h4,.hunter-component~h4{font-size:var(--18px)}.hunter-component h5,.hunter-component~h5{font-size:var(--16px)}.hunter-component h6,.hunter-component~h6{font-size:var(--14px)}.hunter-component a,.hunter-component~a,.hunter-component>a{font-weight:500;color:var(--blue-800);text-decoration:inherit}.hunter-component a:hover,.hunter-component~a:hover,.hunter-component>a{color:var(--blue-700)}.hunter-button{position:relative;display:flex;height:2.25rem;align-items:center;justify-content:center;gap:.75rem;border-radius:var(--rounded);padding-left:1.5rem;padding-right:1.5rem;padding-top:.125rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hunter-button svg{color:inherit;pointer-events:none}.hunter-button-disabled{pointer-events:none;cursor:default;color:var(--disabled)}.hunter-button-primary{background-color:var(--blue-800);color:var(--blue-200)}.hunter-button-primary:hover{background-color:var(--blue-700)}.hunter-button-primary.hunter-button-disabled{background-color:var(--disabled-light)}.hunter-button-secondary{border-width:2px;border-color:var(--blue-800);background-color:var(--blue-200);color:var(--blue-800)}.hunter-button-secondary:hover{border-color:var(--blue-700);color:var(--blue-700)}.hunter-button-secondary.hunter-button-disabled{border-color:var(--disabled-light);color:var(--disabled-light)}.hunter-button-link,.hunter-button-text{height:-moz-max-content;height:max-content;padding:0;font-size:var(--16px);color:var(--blue-800)}.hunter-button-link:hover,.hunter-button-text:hover{color:var(--blue-700)}.hunter-button-text{font-weight:500}.hunter-button-icon{height:1.25rem;width:1.25rem;padding:0;color:var(--blue-800)}.hunter-button-icon:hover{color:var(--blue-700)}:root{--blue-900: #002533;--blue-800: #00658a;--blue-700: #0192c9;--blue-600: #47636b;--blue-500: #819da7;--blue-400: #dae4e7;--blue-300: #f1f3f4;--blue-200: #f9fafa;--dark: #363636;--disabled: #979797;--disabled-light: #d9d9d9;--information: #01b6fb;--information-light: #e9f5fe;--success: #83b001;--success-light: #f6fce6;--warning: #f4a729;--warning-light: #fef6ea;--error: #ff3923;--error-light: #ffebe9;--base-unit: .25rem;--2px: calc(var(--base-unit) / 2);--5px: calc(var(--base-unit) * 1.25);--8px: calc(var(--base-unit) * 2);--10px: calc(var(--base-unit) * 2.5);--12px: calc(var(--base-unit) * 3);--14px: calc(var(--base-unit) * 3.5);--16px: calc(var(--base-unit) * 4);--18px: calc(var(--base-unit) * 4.5);--22px: calc(var(--base-unit) * 5.5);--24px: calc(var(--base-unit) * 6);--28px: calc(var(--base-unit) * 7);--32px: calc(var(--base-unit) * 8);--36px: calc(var(--base-unit) * 9);--shadow: 0px var(--2px) var(--8px) #1e2127;--rounded: var(--5px);--rounded-lg: var(--10px)}@keyframes set-height-0{to{height:0px;overflow:hidden}}.hunter-dropdown-list{position:absolute;top:100%;left:0;margin-top:.5rem;width:100%;border-radius:var(--rounded-lg);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hunter-dropdown-list.collapsed{animation:set-height-0 0s forwards .15s;opacity:0}.hunter-dropdown-ol{display:flex;width:100%;flex-direction:column;align-items:flex-start;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hunter-dropdown-ol:after{content:"";pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--rounded-lg);--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hunter-search-input-option-li{width:100%;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hunter-dropdown-option-button{margin-top:.125rem;margin-bottom:.125rem;width:100%;background-color:transparent;padding:.5rem 1.5rem .25rem;text-align:left;font-weight:500;color:var(--blue-900);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hunter-dropdown-option-button:hover{background-color:var(--blue-300)}.hunter-dropdown-option-button.dropdown-option-selected{color:var(--blue-800);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hunter-dropdown-with-button[data-v-0a32b357]{display:flex;width:11rem;flex-direction:column;align-items:flex-end}.hunter-dropdown-selection-button[data-v-0a32b357]{position:relative;width:-moz-max-content;width:max-content}.hunter-dropdown-with-button-list[data-v-0a32b357]{position:relative;width:100%}.hunter-link{font-size:var(--16px);font-weight:700;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hunter-link.link-disabled{pointer-events:none;color:var(--disabled);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hunter-link.link-inactive{color:var(--blue-500);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hunter-link:hover,.hunter-link.link-inactive:hover{cursor:pointer;color:var(--blue-700)}.hunter-nav-links{display:flex;width:-moz-max-content;width:max-content}.hunter-nav-links.hunter-nav-links-tabs .nav-link-container{position:relative;display:flex;width:100%;justify-content:center;border-bottom-width:1px;border-color:var(--blue-400);padding-left:3rem;padding-right:3rem;padding-bottom:.25rem}.hunter-nav-links.hunter-nav-links-tabs .nav-link-container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin-bottom:-1px;transform-origin:center;--tw-scale-x: 0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-bottom-width:2px;border-color:var(--blue-800);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hunter-nav-links.hunter-nav-links-tabs .nav-link-container:has(.nav-link-active):before{content:"";--tw-scale-x: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}[data-v-ce08551e]:root{--blue-900: #002533;--blue-800: #00658a;--blue-700: #0192c9;--blue-600: #47636b;--blue-500: #819da7;--blue-400: #dae4e7;--blue-300: #f1f3f4;--blue-200: #f9fafa;--dark: #363636;--disabled: #979797;--disabled-light: #d9d9d9;--information: #01b6fb;--information-light: #e9f5fe;--success: #83b001;--success-light: #f6fce6;--warning: #f4a729;--warning-light: #fef6ea;--error: #ff3923;--error-light: #ffebe9;--base-unit: .25rem;--2px: calc(var(--base-unit) / 2);--5px: calc(var(--base-unit) * 1.25);--8px: calc(var(--base-unit) * 2);--10px: calc(var(--base-unit) * 2.5);--12px: calc(var(--base-unit) * 3);--14px: calc(var(--base-unit) * 3.5);--16px: calc(var(--base-unit) * 4);--18px: calc(var(--base-unit) * 4.5);--22px: calc(var(--base-unit) * 5.5);--24px: calc(var(--base-unit) * 6);--28px: calc(var(--base-unit) * 7);--32px: calc(var(--base-unit) * 8);--36px: calc(var(--base-unit) * 9);--shadow: 0px var(--2px) var(--8px) #1e2127;--rounded: var(--5px);--rounded-lg: var(--10px)}.hunter-search-input-with-dropdown[data-v-ce08551e]{display:flex;width:100%;align-items:flex-end;gap:.5rem}.hunter-search-input-with-dropdown .hunter-search-input-container[data-v-ce08551e]{position:relative;width:100%;min-width:13rem;max-width:1024px}.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input-label[data-v-ce08551e]{margin-left:.125rem;margin-bottom:.25rem;display:inline-block;width:100%;font-weight:500;text-transform:uppercase;color:var(--blue-900)}.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input[data-v-ce08551e]{outline:2px solid transparent;transition:outline-color .2s ease-in-out,color .1s ease-in-out;position:relative;display:flex;height:2.5rem;width:100%;align-items:center;border-radius:1.5rem;padding-left:.75rem;padding-right:.75rem;padding-top:1px;color:var(--blue-900);outline-width:1px;outline-color:var(--blue-400)}.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input[data-v-ce08551e]::-moz-placeholder{color:var(--blue-500)}.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input[data-v-ce08551e]::placeholder{color:var(--blue-500)}.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input[data-v-ce08551e]:focus,.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input[data-v-ce08551e]:active{outline:2px solid var(--blue-800)}.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input[data-v-ce08551e]:focus::-moz-placeholder{color:transparent}.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input[data-v-ce08551e]:focus::placeholder{color:transparent}.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input-button[data-v-ce08551e]{position:absolute;right:.75rem;bottom:.625rem}.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input-error[data-v-ce08551e]{pointer-events:none;position:absolute;top:100%;margin-top:.125rem;margin-left:.375rem;font-size:var(--14px);color:var(--error);opacity:0;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input-error.error-visible[data-v-ce08551e]{pointer-events:auto;opacity:1}.hunter-search-input-with-dropdown .hunter-search-input-container .hide-text[data-v-ce08551e]{color:transparent}.hunter-search-input-with-dropdown .clear-button-wrapper[data-v-ce08551e]{display:flex;height:2.5rem;width:-moz-max-content;width:max-content;align-items:center}.hunter-search-input-with-dropdown .clear-button[data-v-ce08551e]{padding-top:1px}')),document.head.appendChild(t)}}catch(r){console.error("vite-plugin-css-injected-by-js",r)}})();
2
- import { defineComponent as $, computed as y, openBlock as m, createElementBlock as f, normalizeClass as b, renderSlot as T, createElementVNode as h, Fragment as D, renderList as K, toDisplayString as g, ref as v, watch as N, createBlock as Q, onMounted as V, onBeforeUnmount as H, createVNode as k, withCtx as C, createTextVNode as I, unref as R, normalizeStyle as U, withDirectives as j, vModelText as A, pushScopeId as G, popScopeId as J } from "vue";
3
- const P = ["id"], O = /* @__PURE__ */ $({
1
+ (function(){"use strict";try{if(typeof document<"u"){var t=document.createElement("style");t.appendChild(document.createTextNode('*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;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;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(147 197 253 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(147 197 253 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.bottom-2{bottom:.5rem}.left-0{left:0}.right-3{right:.75rem}.top-full{top:100%}.my-0{margin-top:0;margin-bottom:0}.my-0\\.5{margin-top:.125rem;margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.ml-0{margin-left:0}.ml-0\\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-1\\.5{margin-left:.375rem}.mt-0{margin-top:0}.mt-0\\.5{margin-top:.125rem}.mt-2{margin-top:.5rem}.inline-block{display:inline-block}.flex{display:flex}.table{display:table}.hidden{display:none}.h-0{height:0px}.h-10{height:2.5rem}.h-12{height:3rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-9{height:2.25rem}.h-max{height:-moz-max-content;height:max-content}.max-h-44{max-height:11rem}.w-12{width:3rem}.w-4{width:1rem}.w-44{width:11rem}.w-5{width:1.25rem}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.max-w-screen-lg{max-width:1024px}.origin-center{transform-origin:center}.-scale-y-100{--tw-scale-y: -1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-x-0{--tw-scale-x: 0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-y-100{--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.resize{resize:both}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:var(--rounded)}.rounded-3xl{border-radius:1.5rem}.rounded-lg{border-radius:var(--rounded-lg)}.rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.rounded-r{border-top-right-radius:var(--rounded);border-bottom-right-radius:var(--rounded)}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-blue-400{border-color:var(--blue-400)}.border-blue-700{border-color:var(--blue-700)}.border-blue-800{border-color:var(--blue-800)}.border-disabled-light{border-color:var(--disabled-light)}.bg-blue-200{background-color:var(--blue-200)}.bg-blue-800{background-color:var(--blue-800)}.p-0{padding:0}.px-12{padding-left:3rem;padding-right:3rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.pb-1{padding-bottom:.25rem}.pr-0{padding-right:0}.pr-0\\.5{padding-right:.125rem}.pt-0{padding-top:0}.pt-1px{padding-top:1px}.pt-2{padding-top:.5rem}.text-left{text-align:left}.text-2xl{font-size:var(--28px)}.text-3xl{font-size:var(--32px)}.text-4xl{font-size:var(--36px)}.text-base{font-size:var(--16px)}.text-lg{font-size:var(--22px)}.text-md{font-size:var(--18px)}.text-sm{font-size:var(--14px)}.text-xl{font-size:var(--24px)}.text-xs{font-size:var(--12px)}.font-bold{font-weight:700}.font-medium{font-weight:500}.uppercase{text-transform:uppercase}.text-blue-500{color:var(--blue-500)}.text-blue-800{color:var(--blue-800)}.text-blue-900{color:var(--blue-900)}.text-disabled{color:var(--disabled)}.text-error{color:var(--error)}.underline{text-decoration-line:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.opacity-100{opacity:1}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.outline-1{outline-width:1px}.outline-blue-400{outline-color:var(--blue-400)}.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)}.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)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.hunter-component,.hunter-component~*,.hunter-component>*{font-family:Arial,Helvetica,Verdana,Bitstream Vera Sans,sans-serif;line-height:auto;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--dark);box-sizing:border-box;scroll-behavior:smooth}@supports not selector(::-webkit-scrollbar){.hunter-component,.hunter-component~*,.hunter-component>*{scrollbar-color:var(--disabled) var(--disabled-light);scrollbar-width:thin}}@supports selector(::-webkit-scrollbar){.hunter-component ::-webkit-scrollbar,.hunter-component~* ::-webkit-scrollbar,.hunter-component>* ::-webkit-scrollbar{background:var(--disabled-light)!important;width:8px!important;border-radius:1.5rem}.hunter-component ::-webkit-scrollbar-thumb,.hunter-component~* ::-webkit-scrollbar-thumb,.hunter-component>* ::-webkit-scrollbar-thumb{background:var(--disabled)!important;border-radius:1.5rem}}.hunter-component h1,.hunter-component h2,.hunter-component h3,.hunter-component h4,.hunter-component h5,.hunter-component h6,.hunter-component~h1,.hunter-component~h2,.hunter-component~h3,.hunter-component~h4,.hunter-component~h5,.hunter-component~h6{font-weight:500;color:var(--blue-900)}.hunter-component h1,.hunter-component~h1{font-size:var(--28px)}.hunter-component h2,.hunter-component~h2{font-size:var(--24px)}.hunter-component h3,.hunter-component~h3{font-size:var(--22px)}.hunter-component h4,.hunter-component~h4{font-size:var(--18px)}.hunter-component h5,.hunter-component~h5{font-size:var(--16px)}.hunter-component h6,.hunter-component~h6{font-size:var(--14px)}.hunter-component a,.hunter-component~a,.hunter-component>a{font-weight:500;color:var(--blue-800);text-decoration:inherit}.hunter-component a:hover,.hunter-component~a:hover,.hunter-component>a{color:var(--blue-700)}.hunter-button{position:relative;display:flex;height:2.25rem;align-items:center;justify-content:center;gap:.75rem;border-radius:var(--rounded);padding-left:1.5rem;padding-right:1.5rem;padding-top:.125rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hunter-button svg{color:inherit;pointer-events:none}.hunter-button-disabled{pointer-events:none;cursor:default;color:var(--disabled)}.hunter-button-primary{background-color:var(--blue-800);color:var(--blue-200)}.hunter-button-primary:hover{background-color:var(--blue-700)}.hunter-button-primary.hunter-button-disabled{background-color:var(--disabled-light)}.hunter-button-secondary{border-width:2px;border-color:var(--blue-800);background-color:var(--blue-200);color:var(--blue-800)}.hunter-button-secondary:hover{border-color:var(--blue-700);color:var(--blue-700)}.hunter-button-secondary.hunter-button-disabled{border-color:var(--disabled-light);color:var(--disabled-light)}.hunter-button-link,.hunter-button-text{height:-moz-max-content;height:max-content;padding:0;font-size:var(--16px);color:var(--blue-800)}.hunter-button-link:hover,.hunter-button-text:hover{color:var(--blue-700)}.hunter-button-text{font-weight:500}.hunter-button-icon{height:1.25rem;width:1.25rem;padding:0;color:var(--blue-800)}.hunter-button-icon:hover{color:var(--blue-700)}:root{--blue-900: #002533;--blue-800: #00658a;--blue-700: #0192c9;--blue-600: #47636b;--blue-500: #819da7;--blue-400: #dae4e7;--blue-300: #f1f3f4;--blue-200: #f9fafa;--dark: #363636;--disabled: #979797;--disabled-light: #d9d9d9;--information: #01b6fb;--information-light: #e9f5fe;--success: #83b001;--success-light: #f6fce6;--warning: #f4a729;--warning-light: #fef6ea;--error: #ff3923;--error-light: #ffebe9;--base-unit: .25rem;--2px: calc(var(--base-unit) / 2);--5px: calc(var(--base-unit) * 1.25);--8px: calc(var(--base-unit) * 2);--10px: calc(var(--base-unit) * 2.5);--12px: calc(var(--base-unit) * 3);--14px: calc(var(--base-unit) * 3.5);--16px: calc(var(--base-unit) * 4);--18px: calc(var(--base-unit) * 4.5);--22px: calc(var(--base-unit) * 5.5);--24px: calc(var(--base-unit) * 6);--28px: calc(var(--base-unit) * 7);--32px: calc(var(--base-unit) * 8);--36px: calc(var(--base-unit) * 9);--shadow: 0px var(--2px) var(--8px) #1e2127;--rounded: var(--5px);--rounded-lg: var(--10px)}@keyframes set-height-0{to{height:0px;overflow:hidden}}.hunter-dropdown-list{position:absolute;top:100%;left:0;margin-top:.5rem;width:100%;border-radius:var(--rounded-lg);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hunter-dropdown-list.collapsed{animation:set-height-0 0s forwards .15s;opacity:0}.hunter-dropdown-ol{display:flex;width:100%;flex-direction:column;align-items:flex-start;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hunter-dropdown-ol:after{content:"";pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--rounded-lg);--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hunter-search-input-option-li{width:100%;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hunter-dropdown-option-button{margin-top:.125rem;margin-bottom:.125rem;width:100%;background-color:transparent;padding:.5rem 1.5rem .25rem;text-align:left;font-weight:500;color:var(--blue-900);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hunter-dropdown-option-button:hover{background-color:var(--blue-300)}.hunter-dropdown-option-button.dropdown-option-selected{color:var(--blue-800);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hunter-dropdown-with-button[data-v-8173cf28]{display:flex;width:11rem;flex-direction:column;align-items:flex-end}.hunter-dropdown-selection-button[data-v-8173cf28]{position:relative;width:-moz-max-content;width:max-content}.hunter-dropdown-with-button-list[data-v-8173cf28]{position:relative;width:100%}.hunter-link{font-size:var(--16px);font-weight:700;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hunter-link.link-disabled{pointer-events:none;color:var(--disabled);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hunter-link.link-inactive{color:var(--blue-500);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hunter-link:hover,.hunter-link.link-inactive:hover{cursor:pointer;color:var(--blue-700)}.hunter-nav-links{display:flex;width:-moz-max-content;width:max-content}.hunter-nav-links.hunter-nav-links-tabs .nav-link-container{position:relative;display:flex;width:100%;justify-content:center;border-bottom-width:1px;border-color:var(--blue-400);padding-left:3rem;padding-right:3rem;padding-bottom:.25rem}.hunter-nav-links.hunter-nav-links-tabs .nav-link-container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin-bottom:-1px;transform-origin:center;--tw-scale-x: 0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-bottom-width:2px;border-color:var(--blue-800);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hunter-nav-links.hunter-nav-links-tabs .nav-link-container:has(.nav-link-active):before{content:"";--tw-scale-x: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}[data-v-4621853b]:root{--blue-900: #002533;--blue-800: #00658a;--blue-700: #0192c9;--blue-600: #47636b;--blue-500: #819da7;--blue-400: #dae4e7;--blue-300: #f1f3f4;--blue-200: #f9fafa;--dark: #363636;--disabled: #979797;--disabled-light: #d9d9d9;--information: #01b6fb;--information-light: #e9f5fe;--success: #83b001;--success-light: #f6fce6;--warning: #f4a729;--warning-light: #fef6ea;--error: #ff3923;--error-light: #ffebe9;--base-unit: .25rem;--2px: calc(var(--base-unit) / 2);--5px: calc(var(--base-unit) * 1.25);--8px: calc(var(--base-unit) * 2);--10px: calc(var(--base-unit) * 2.5);--12px: calc(var(--base-unit) * 3);--14px: calc(var(--base-unit) * 3.5);--16px: calc(var(--base-unit) * 4);--18px: calc(var(--base-unit) * 4.5);--22px: calc(var(--base-unit) * 5.5);--24px: calc(var(--base-unit) * 6);--28px: calc(var(--base-unit) * 7);--32px: calc(var(--base-unit) * 8);--36px: calc(var(--base-unit) * 9);--shadow: 0px var(--2px) var(--8px) #1e2127;--rounded: var(--5px);--rounded-lg: var(--10px)}.hunter-search-input-with-dropdown[data-v-4621853b]{display:flex;width:100%;align-items:flex-end;gap:.5rem}.hunter-search-input-with-dropdown .hunter-search-input-container[data-v-4621853b]{position:relative;width:100%;min-width:13rem;max-width:1024px}.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input-label[data-v-4621853b]{margin-left:.125rem;margin-bottom:.25rem;display:inline-block;width:100%;font-weight:500;text-transform:uppercase;color:var(--blue-900)}.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input[data-v-4621853b]{outline:2px solid transparent;transition:outline-color .2s ease-in-out,color .1s ease-in-out;position:relative;display:flex;height:2.5rem;width:100%;align-items:center;border-radius:1.5rem;padding-left:.75rem;padding-right:.75rem;padding-top:1px;color:var(--blue-900);outline-width:1px;outline-color:var(--blue-400)}.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input[data-v-4621853b]::-moz-placeholder{color:var(--blue-500)}.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input[data-v-4621853b]::placeholder{color:var(--blue-500)}.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input[data-v-4621853b]:focus,.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input[data-v-4621853b]:active{outline:2px solid var(--blue-800)}.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input[data-v-4621853b]:focus::-moz-placeholder{color:transparent}.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input[data-v-4621853b]:focus::placeholder{color:transparent}.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input-button[data-v-4621853b]{position:absolute;right:.75rem;bottom:.625rem}.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input-error[data-v-4621853b]{pointer-events:none;position:absolute;top:100%;margin-top:.125rem;margin-left:.375rem;font-size:var(--14px);color:var(--error);opacity:0;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input-error.error-visible[data-v-4621853b]{pointer-events:auto;opacity:1}.hunter-search-input-with-dropdown .hunter-search-input-container .hide-text[data-v-4621853b]{color:transparent}.hunter-search-input-with-dropdown .clear-button-wrapper[data-v-4621853b]{display:flex;height:2.5rem;width:-moz-max-content;width:max-content;align-items:center}.hunter-search-input-with-dropdown .clear-button[data-v-4621853b]{padding-top:1px}')),document.head.appendChild(t)}}catch(r){console.error("vite-plugin-css-injected-by-js",r)}})();
2
+ import { defineComponent as g, computed as k, openBlock as i, createElementBlock as c, normalizeClass as b, renderSlot as A, createElementVNode as a, Fragment as V, renderList as O, toDisplayString as x, ref as w, watch as D, createBlock as E, onMounted as T, onBeforeUnmount as M, createVNode as $, withCtx as L, createTextVNode as I, unref as q, resolveDynamicComponent as U, normalizeStyle as j, withDirectives as G, vModelText as J, pushScopeId as P, popScopeId as X } from "vue";
3
+ const Y = ["id"], S = /* @__PURE__ */ g({
4
4
  __name: "Button",
5
5
  props: {
6
6
  variant: {},
7
7
  disabled: { type: Boolean },
8
8
  id: {}
9
9
  },
10
- setup(s) {
11
- const t = s, o = y(() => t.disabled || !1), l = y(
12
- () => `hunter-button-${t.variant || "primary"} ${o.value && "hunter-button-disabled"}`
10
+ setup(t) {
11
+ const e = t, o = k(() => e.disabled || !1), l = k(
12
+ () => `hunter-button-${e.variant || "primary"} ${o.value && "hunter-button-disabled"}`
13
13
  );
14
- return (e, n) => (m(), f("button", {
14
+ return (n, s) => (i(), c("button", {
15
15
  ref: "button",
16
16
  class: b(["hunter-component hunter-button", l.value]),
17
- id: e.id
17
+ id: n.id
18
18
  }, [
19
- T(e.$slots, "default")
20
- ], 10, P));
19
+ A(n.$slots, "default")
20
+ ], 10, Y));
21
21
  }
22
- }), X = ["id"], Y = { class: "overflow-hidden rounded-r rounded-l-none" }, Z = ["value", "onClick"], F = /* @__PURE__ */ $({
22
+ }), Z = ["id"], ee = { class: "overflow-hidden rounded-r rounded-l-none" }, te = ["value", "onClick"], z = /* @__PURE__ */ g({
23
23
  __name: "DropdownList",
24
24
  props: {
25
25
  options: {},
@@ -31,57 +31,57 @@ const P = ["id"], O = /* @__PURE__ */ $({
31
31
  selected: {}
32
32
  },
33
33
  emits: ["selectOption"],
34
- setup(s, { emit: t }) {
35
- const o = s, l = t, e = y(() => o.scrollable || !1), n = y(() => o.selected || null), i = (d) => {
36
- l("selectOption", d);
34
+ setup(t, { emit: e }) {
35
+ const o = t, l = e, n = k(() => o.scrollable || !1), s = k(() => o.selected || null), d = (v) => {
36
+ l("selectOption", v);
37
37
  };
38
- return (d, u) => (m(), f("div", {
39
- id: `dropdown-list-${d.id}`,
40
- class: b(["hunter-component hunter-dropdown-list pr-0.5 py-1", d.collapsed ? "collapsed" : ""])
38
+ return (v, p) => (i(), c("div", {
39
+ id: `dropdown-list-${v.id}`,
40
+ class: b(["hunter-component hunter-dropdown-list pr-0.5 py-1", v.collapsed ? "collapsed" : ""])
41
41
  }, [
42
- h("div", Y, [
43
- h("ol", {
42
+ a("div", ee, [
43
+ a("ol", {
44
44
  ref: "dropdown",
45
- class: b(["hunter-dropdown-ol", e.value && "max-h-44 overflow-y-auto"]),
45
+ class: b(["hunter-dropdown-ol", n.value && "max-h-44 overflow-y-auto"]),
46
46
  "aria-hidden": "true"
47
47
  }, [
48
- (m(!0), f(D, null, K(d.options, (p) => (m(), f("li", {
49
- key: p[d.optionKey],
48
+ (i(!0), c(V, null, O(v.options, (_) => (i(), c("li", {
49
+ key: _[v.optionKey],
50
50
  "aria-hidden": "true",
51
51
  class: "hunter-search-input-option-li"
52
52
  }, [
53
- h("button", {
53
+ a("button", {
54
54
  class: b([
55
55
  "hunter-dropdown-option-button",
56
- n.value && p[d.optionKey] === n.value[d.optionKey] && "dropdown-option-selected"
56
+ s.value && _[v.optionKey] === s.value[v.optionKey] && "dropdown-option-selected"
57
57
  ]),
58
- value: p[d.optionKey],
59
- onClick: (w) => i(p)
60
- }, g(p[d.optionKey]), 11, Z)
58
+ value: _[v.optionKey],
59
+ onClick: (m) => d(_)
60
+ }, x(_[v.optionKey]), 11, te)
61
61
  ]))), 128))
62
62
  ], 2)
63
63
  ])
64
- ], 10, X));
64
+ ], 10, Z));
65
65
  }
66
- }), q = ({
67
- options: s,
68
- query: t,
66
+ }), ne = ({
67
+ options: t,
68
+ query: e,
69
69
  key: o,
70
70
  max: l
71
71
  }) => {
72
- if (!t)
72
+ if (!e)
73
73
  return;
74
- t = t == null ? void 0 : t.toLowerCase();
75
- let e = 0;
76
- return s.filter((n) => {
77
- if (n[o].toLowerCase().includes(t))
74
+ e = e == null ? void 0 : e.toLowerCase();
75
+ let n = 0;
76
+ return t.filter((s) => {
77
+ if (s[o].toLowerCase().includes(e))
78
78
  if (l) {
79
- if (l && e <= l - 1)
80
- return e++, n;
79
+ if (l && n <= l - 1)
80
+ return n++, s;
81
81
  } else
82
- return n;
82
+ return s;
83
83
  });
84
- }, ee = /* @__PURE__ */ $({
84
+ }, oe = /* @__PURE__ */ g({
85
85
  __name: "DropdownListWithFilter",
86
86
  props: {
87
87
  filterValue: {},
@@ -94,51 +94,51 @@ const P = ["id"], O = /* @__PURE__ */ $({
94
94
  selected: {}
95
95
  },
96
96
  emits: ["selectOption"],
97
- setup(s, { emit: t }) {
98
- const o = s, l = t, e = v([...o.options]), n = y(() => o.filterValue || ""), i = v(o.collapsed);
99
- N(
100
- n,
101
- (u) => {
102
- if (u.length > 1) {
103
- if (e.value = q({
97
+ setup(t, { emit: e }) {
98
+ const o = t, l = e, n = w([...o.options]), s = k(() => o.filterValue || ""), d = w(o.collapsed);
99
+ D(
100
+ s,
101
+ (p) => {
102
+ if (p.length > 1) {
103
+ if (n.value = ne({
104
104
  options: o.options,
105
- query: u,
105
+ query: p,
106
106
  key: o.optionKey,
107
107
  max: o.maxResults
108
- }), e.value.length === 0)
109
- return i.value = !0, i.value;
110
- i.value = !1;
108
+ }), n.value.length === 0)
109
+ return d.value = !0, d.value;
110
+ d.value = !1;
111
111
  return;
112
112
  } else
113
- i.value = !0;
113
+ d.value = !0;
114
114
  },
115
115
  { immediate: !0 }
116
116
  );
117
- const d = (u) => {
118
- l("selectOption", u);
117
+ const v = (p) => {
118
+ l("selectOption", p);
119
119
  };
120
- return (u, p) => (m(), Q(F, {
121
- options: e.value,
122
- optionKey: u.optionKey,
123
- collapsed: i.value,
124
- scrollable: u.scrollable,
125
- onSelectOption: p[0] || (p[0] = (w) => d(w))
120
+ return (p, _) => (i(), E(z, {
121
+ options: n.value,
122
+ optionKey: p.optionKey,
123
+ collapsed: d.value,
124
+ scrollable: p.scrollable,
125
+ onSelectOption: _[0] || (_[0] = (m) => v(m))
126
126
  }, null, 8, ["options", "optionKey", "collapsed", "scrollable"]));
127
127
  }
128
- }), te = {
128
+ }), se = {
129
129
  xmlns: "http://www.w3.org/2000/svg",
130
130
  fill: "none",
131
131
  viewBox: "0 0 18 9"
132
- }, oe = /* @__PURE__ */ h("path", {
132
+ }, le = /* @__PURE__ */ a("path", {
133
133
  fill: "currentColor",
134
134
  d: "M9 9 .667.667h16.666z"
135
- }, null, -1), ne = [
136
- oe
135
+ }, null, -1), re = [
136
+ le
137
137
  ];
138
- function se(s, t) {
139
- return m(), f("svg", te, [...ne]);
138
+ function ae(t, e) {
139
+ return i(), c("svg", se, [...re]);
140
140
  }
141
- const le = { render: se }, ae = { class: "hunter-dropdown-with-button" }, re = { class: "hunter-dropdown-selection-button" }, ie = /* @__PURE__ */ $({
141
+ const K = { render: ae }, ie = { class: "hunter-dropdown-with-button" }, ce = { class: "hunter-dropdown-selection-button" }, ue = /* @__PURE__ */ g({
142
142
  __name: "DropdownWithButton",
143
143
  props: {
144
144
  buttonText: {},
@@ -151,69 +151,220 @@ const le = { render: se }, ae = { class: "hunter-dropdown-with-button" }, re = {
151
151
  selected: {}
152
152
  },
153
153
  emits: ["selectOption"],
154
- setup(s, { emit: t }) {
155
- const { id: o } = s, l = t, e = v(), n = v(), i = v(!0), d = v(), u = () => {
156
- i.value = !i.value;
157
- }, p = (r) => {
158
- d.value = r, setTimeout(() => {
159
- i.value = !0;
160
- }, 750), l("selectOption", r);
161
- }, w = (r) => {
162
- var L;
163
- const S = r.target;
164
- if (!(S === e.value || (L = n.value) != null && L.contains(S) || S === n.value))
165
- return i.value = !0, i;
154
+ setup(t, { emit: e }) {
155
+ const { id: o } = t, l = e, n = w(), s = w(), d = w(!0), v = w(), p = () => {
156
+ d.value = !d.value;
157
+ }, _ = (u) => {
158
+ v.value = u, setTimeout(() => {
159
+ d.value = !0;
160
+ }, 750), l("selectOption", u);
161
+ }, m = (u) => {
162
+ var y;
163
+ const C = u.target;
164
+ if (!(C === n.value || (y = s.value) != null && y.contains(C) || C === s.value))
165
+ return d.value = !0, d;
166
166
  };
167
- return V(() => {
168
- document.addEventListener("click", (r) => w(r)), e.value = document.querySelector(`#button-dropdown-title-${o}`);
169
- }), H(() => {
170
- document.removeEventListener("click", (r) => w(r));
171
- }), (r, S) => (m(), f("div", ae, [
172
- h("div", re, [
173
- k(O, {
174
- id: `button-dropdown-title-${r.id}`,
167
+ return T(() => {
168
+ document.addEventListener("click", (u) => m(u)), n.value = document.querySelector(`#button-dropdown-title-${o}`);
169
+ }), M(() => {
170
+ document.removeEventListener("click", (u) => m(u));
171
+ }), (u, C) => (i(), c("div", ie, [
172
+ a("div", ce, [
173
+ $(S, {
174
+ id: `button-dropdown-title-${u.id}`,
175
175
  variant: "text",
176
- onClick: u
176
+ onClick: p
177
177
  }, {
178
- default: C(() => [
179
- I(g(r.buttonText) + " ", 1),
180
- k(R(le), {
181
- class: b(["h-4 w-4 transition duration-300 ease-in-out", i.value === !0 ? "scale-y-100" : "-scale-y-100"])
178
+ default: L(() => [
179
+ I(x(u.buttonText) + " ", 1),
180
+ $(q(K), {
181
+ class: b(["h-4 w-4 transition duration-300 ease-in-out", d.value === !0 ? "scale-y-100" : "-scale-y-100"])
182
182
  }, null, 8, ["class"])
183
183
  ]),
184
184
  _: 1
185
185
  }, 8, ["id"])
186
186
  ]),
187
- h("div", {
187
+ a("div", {
188
188
  ref_key: "dropdownListEl",
189
- ref: n,
189
+ ref: s,
190
190
  class: "hunter-dropdown-with-button-list"
191
191
  }, [
192
- k(F, {
193
- options: r.options,
194
- "option-key": r.optionKey,
195
- collapsed: i.value,
196
- selected: d.value,
197
- onSelectOption: p
192
+ $(z, {
193
+ options: u.options,
194
+ "option-key": u.optionKey,
195
+ collapsed: d.value,
196
+ selected: v.value,
197
+ onSelectOption: _
198
198
  }, null, 8, ["options", "option-key", "collapsed", "selected"])
199
199
  ], 512)
200
200
  ]));
201
201
  }
202
- }), W = (s, t) => {
203
- const o = s.__vccOpts || s;
204
- for (const [l, e] of t)
205
- o[l] = e;
202
+ }), N = (t, e) => {
203
+ const o = t.__vccOpts || t;
204
+ for (const [l, n] of e)
205
+ o[l] = n;
206
206
  return o;
207
- }, Ce = /* @__PURE__ */ W(ie, [["__scopeId", "data-v-0a32b357"]]), ue = ["href"], ce = /* @__PURE__ */ $({
207
+ }, mt = /* @__PURE__ */ N(ue, [["__scopeId", "data-v-8173cf28"]]), de = {
208
+ xmlns: "http://www.w3.org/2000/svg",
209
+ fill: "none",
210
+ viewBox: "0 0 18 18"
211
+ }, pe = /* @__PURE__ */ a("path", {
212
+ fill: "currentColor",
213
+ d: "M3.465 13.59a9.4 9.4 0 0 1 2.565-1.383A8.8 8.8 0 0 1 9 11.7q1.552 0 2.97.507 1.418.508 2.565 1.383a7 7 0 0 0 1.227-2.092q.44-1.17.438-2.498 0-2.992-2.103-5.097Q11.994 1.8 9 1.8q-2.993 0-5.097 2.104Q1.8 6.007 1.8 9q0 1.327.44 2.498.438 1.17 1.225 2.092M9 9.9q-1.327 0-2.24-.91-.91-.912-.91-2.24t.912-2.24Q7.672 3.6 9 3.6t2.24.912.91 2.238-.91 2.24q-.91.912-2.24.91M9 18a8.8 8.8 0 0 1-3.51-.71 9.1 9.1 0 0 1-2.858-1.922A9.1 9.1 0 0 1 .71 12.51 8.8 8.8 0 0 1 0 9q0-1.866.71-3.51a9.1 9.1 0 0 1 1.922-2.858A9.1 9.1 0 0 1 5.49.71 8.8 8.8 0 0 1 9 0q1.866 0 3.51.71a9.1 9.1 0 0 1 2.858 1.922 9.1 9.1 0 0 1 1.924 2.858A8.7 8.7 0 0 1 18 9a8.8 8.8 0 0 1-.71 3.51 9 9 0 0 1-1.922 2.858 9.1 9.1 0 0 1-2.858 1.924A8.7 8.7 0 0 1 9 18"
214
+ }, null, -1), he = [
215
+ pe
216
+ ];
217
+ function ve(t, e) {
218
+ return i(), c("svg", de, [...he]);
219
+ }
220
+ const _e = { render: ve }, we = {
221
+ xmlns: "http://www.w3.org/2000/svg",
222
+ width: "18",
223
+ height: "18",
224
+ fill: "none"
225
+ }, fe = /* @__PURE__ */ a("path", {
226
+ fill: "currentColor",
227
+ d: "m4.303 10.125 6.3 6.3L9 18 0 9l9-9 1.603 1.575-6.3 6.3H18v2.25z"
228
+ }, null, -1), me = [
229
+ fe
230
+ ];
231
+ function $e(t, e) {
232
+ return i(), c("svg", we, [...me]);
233
+ }
234
+ const ge = { render: $e }, be = {
235
+ xmlns: "http://www.w3.org/2000/svg",
236
+ fill: "none",
237
+ viewBox: "0 0 9 18"
238
+ }, ke = /* @__PURE__ */ a("path", {
239
+ fill: "currentColor",
240
+ d: "M8.333 17.333 0 9 8.333.667z"
241
+ }, null, -1), Ce = [
242
+ ke
243
+ ];
244
+ function ye(t, e) {
245
+ return i(), c("svg", be, [...Ce]);
246
+ }
247
+ const Le = { render: ye }, xe = {
248
+ xmlns: "http://www.w3.org/2000/svg",
249
+ fill: "none",
250
+ viewBox: "0 0 9 18"
251
+ }, Be = /* @__PURE__ */ a("path", {
252
+ fill: "currentColor",
253
+ d: "M.667 17.333V.667L9 9z"
254
+ }, null, -1), Se = [
255
+ Be
256
+ ];
257
+ function Ie(t, e) {
258
+ return i(), c("svg", xe, [...Se]);
259
+ }
260
+ const qe = { render: Ie }, He = {
261
+ xmlns: "http://www.w3.org/2000/svg",
262
+ viewBox: "0 0 8 8"
263
+ }, Ae = /* @__PURE__ */ a("path", {
264
+ fill: "currentColor",
265
+ d: "M4 2 0 6h8z"
266
+ }, null, -1), Ve = [
267
+ Ae
268
+ ];
269
+ function Oe(t, e) {
270
+ return i(), c("svg", He, [...Ve]);
271
+ }
272
+ const De = { render: Oe }, Ee = {
273
+ xmlns: "http://www.w3.org/2000/svg",
274
+ fill: "none",
275
+ viewBox: "0 0 15 18"
276
+ }, Te = /* @__PURE__ */ a("path", {
277
+ fill: "currentColor",
278
+ d: "M3.53 14.4V0H15v14.4zm1.764-1.8h7.941V1.8h-7.94zM0 18V3.6h1.765v12.6h9.706V18z"
279
+ }, null, -1), Me = [
280
+ Te
281
+ ];
282
+ function ze(t, e) {
283
+ return i(), c("svg", Ee, [...Me]);
284
+ }
285
+ const Ke = { render: ze }, Ne = {
286
+ xmlns: "http://www.w3.org/2000/svg",
287
+ fill: "none",
288
+ viewBox: "0 0 15 19"
289
+ }, Qe = /* @__PURE__ */ a("path", {
290
+ fill: "currentColor",
291
+ d: "M0 19v-1.9h15V19zm7.5-3.8L.938 6.65h3.75V0h5.625v6.65h3.75z"
292
+ }, null, -1), Re = [
293
+ Qe
294
+ ];
295
+ function Fe(t, e) {
296
+ return i(), c("svg", Ne, [...Re]);
297
+ }
298
+ const We = { render: Fe }, Ue = {
299
+ xmlns: "http://www.w3.org/2000/svg",
300
+ fill: "none",
301
+ viewBox: "0 0 14 18"
302
+ }, je = /* @__PURE__ */ a("path", {
303
+ fill: "currentColor",
304
+ d: "M7 9q.721 0 1.236-.514A1.68 1.68 0 0 0 8.75 7.25q0-.723-.514-1.235A1.7 1.7 0 0 0 7 5.5a1.67 1.67 0 0 0-1.235.515A1.7 1.7 0 0 0 5.25 7.25q-.003.72.515 1.236Q6.28 9.003 7 9m0 8.75q-3.522-2.997-5.26-5.567Q0 9.613 0 7.425q0-3.28 2.111-5.228T7 .25q2.776 0 4.89 1.947Q14.002 4.143 14 7.425q0 2.187-1.739 4.758Q10.523 14.754 7 17.75"
305
+ }, null, -1), Ge = [
306
+ je
307
+ ];
308
+ function Je(t, e) {
309
+ return i(), c("svg", Ue, [...Ge]);
310
+ }
311
+ const Pe = { render: Je }, Xe = {
312
+ xmlns: "http://www.w3.org/2000/svg",
313
+ fill: "none",
314
+ viewBox: "0 0 17 18"
315
+ }, Ye = /* @__PURE__ */ a("path", {
316
+ fill: "currentColor",
317
+ d: "m15.678 18-5.95-6.3a5.54 5.54 0 0 1-3.59 1.3q-2.573 0-4.355-1.888T0 6.5t1.783-4.612T6.14 0t4.357 1.888T12.278 6.5q0 1.1-.33 2.075-.331.975-.898 1.725L17 16.6zm-9.54-7Q7.91 11 9.15 9.688T10.389 6.5t-1.24-3.187Q7.913 2.002 6.14 2t-3.01 1.313T1.889 6.5q-.003 1.871 1.24 3.188Q4.372 11.004 6.139 11"
318
+ }, null, -1), Ze = [
319
+ Ye
320
+ ];
321
+ function et(t, e) {
322
+ return i(), c("svg", Xe, [...Ze]);
323
+ }
324
+ const Q = { render: et }, tt = {
325
+ xmlns: "http://www.w3.org/2000/svg",
326
+ fill: "none",
327
+ viewBox: "0 0 17 18"
328
+ }, nt = /* @__PURE__ */ a("path", {
329
+ fill: "currentColor",
330
+ d: "M13.5 18q-1.125 0-1.912-.788A2.6 2.6 0 0 1 10.8 15.3q0-.157.022-.327.024-.17.068-.303l-6.345-3.69q-.382.337-.855.53a2.6 2.6 0 0 1-.99.19q-1.125 0-1.912-.787A2.6 2.6 0 0 1 0 9q0-1.126.788-1.912A2.6 2.6 0 0 1 2.7 6.3q.517 0 .99.192t.855.528l6.345-3.69a1.7 1.7 0 0 1-.068-.303A3 3 0 0 1 10.8 2.7q0-1.125.787-1.912A2.6 2.6 0 0 1 13.5 0q1.125 0 1.912.788.788.787.788 1.912t-.787 1.912A2.6 2.6 0 0 1 13.5 5.4a2.6 2.6 0 0 1-.99-.19 3 3 0 0 1-.855-.53L5.31 8.37q.045.135.068.304a2.5 2.5 0 0 1 0 .653 1.6 1.6 0 0 1-.068.303l6.345 3.69q.383-.337.855-.528.472-.19.99-.192 1.125 0 1.912.787.788.788.788 1.913t-.787 1.912A2.6 2.6 0 0 1 13.5 18"
331
+ }, null, -1), ot = [
332
+ nt
333
+ ];
334
+ function st(t, e) {
335
+ return i(), c("svg", tt, [...ot]);
336
+ }
337
+ const lt = { render: st }, rt = {
338
+ "account-circle": _e,
339
+ "back-arrow": ge,
340
+ "caret-down": K,
341
+ "caret-left": Le,
342
+ "caret-right": qe,
343
+ "caret-up": De,
344
+ "copy-content": Ke,
345
+ download: We,
346
+ location: Pe,
347
+ search: Q,
348
+ share: lt
349
+ }, $t = /* @__PURE__ */ g({
350
+ __name: "Icon",
351
+ props: {
352
+ name: {}
353
+ },
354
+ setup(t) {
355
+ const { name: e } = t, o = rt[e];
356
+ return (l, n) => (i(), E(U(q(o))));
357
+ }
358
+ }), at = ["href"], it = /* @__PURE__ */ g({
208
359
  __name: "Link",
209
360
  props: {
210
361
  to: {},
211
362
  state: {},
212
363
  className: {}
213
364
  },
214
- setup(s) {
215
- const t = s, o = y(() => t.state);
216
- return (l, e) => (m(), f("a", {
365
+ setup(t) {
366
+ const e = t, o = k(() => e.state);
367
+ return (l, n) => (i(), c("a", {
217
368
  class: b(["hunter-component hunter-link", [
218
369
  o.value === "disabled" && "link-disabled",
219
370
  o.value === "inactive" && "link-inactive",
@@ -221,51 +372,38 @@ const le = { render: se }, ae = { class: "hunter-dropdown-with-button" }, re = {
221
372
  ]]),
222
373
  href: l.to
223
374
  }, [
224
- T(l.$slots, "default")
225
- ], 10, ue));
375
+ A(l.$slots, "default")
376
+ ], 10, at));
226
377
  }
227
- }), de = { class: "nav-link-container" }, ge = /* @__PURE__ */ $({
378
+ }), ct = { class: "nav-link-container" }, gt = /* @__PURE__ */ g({
228
379
  __name: "NavigationLinks",
229
380
  props: {
230
381
  links: {},
231
382
  variant: {},
232
383
  activeLink: {}
233
384
  },
234
- setup(s) {
235
- const t = s, o = y(
236
- () => t.variant && `hunter-nav-links-${t.variant}`
385
+ setup(t) {
386
+ const e = t, o = k(
387
+ () => e.variant && `hunter-nav-links-${e.variant}`
237
388
  );
238
- return console.log("CLS", o.value, t.variant), (l, e) => (m(), f("nav", {
389
+ return console.log("CLS", o.value, e.variant), (l, n) => (i(), c("nav", {
239
390
  class: b(["hunter-component hunter-nav-links", o.value])
240
391
  }, [
241
- (m(!0), f(D, null, K(l.links, (n) => (m(), f("div", de, [
242
- k(ce, {
243
- to: n.route,
244
- className: l.activeLink.route === n.route ? "nav-link-active" : "",
245
- state: l.activeLink.route !== n.route ? "inactive" : null
392
+ (i(!0), c(V, null, O(l.links, (s) => (i(), c("div", ct, [
393
+ $(it, {
394
+ to: s.route,
395
+ className: l.activeLink.route === s.route ? "nav-link-active" : "",
396
+ state: l.activeLink.route !== s.route ? "inactive" : null
246
397
  }, {
247
- default: C(() => [
248
- I(g(n.text), 1)
398
+ default: L(() => [
399
+ I(x(s.text), 1)
249
400
  ]),
250
401
  _: 2
251
402
  }, 1032, ["to", "className", "state"])
252
403
  ]))), 256))
253
404
  ], 2));
254
405
  }
255
- }), pe = {
256
- xmlns: "http://www.w3.org/2000/svg",
257
- fill: "none",
258
- viewBox: "0 0 17 18"
259
- }, ve = /* @__PURE__ */ h("path", {
260
- fill: "currentColor",
261
- d: "m15.678 18-5.95-6.3a5.54 5.54 0 0 1-3.59 1.3q-2.573 0-4.355-1.888T0 6.5t1.783-4.612T6.14 0t4.357 1.888T12.278 6.5q0 1.1-.33 2.075-.331.975-.898 1.725L17 16.6zm-9.54-7Q7.91 11 9.15 9.688T10.389 6.5t-1.24-3.187Q7.913 2.002 6.14 2t-3.01 1.313T1.889 6.5q-.003 1.871 1.24 3.188Q4.372 11.004 6.139 11"
262
- }, null, -1), he = [
263
- ve
264
- ];
265
- function me(s, t) {
266
- return m(), f("svg", pe, [...he]);
267
- }
268
- const fe = { render: me }, _e = (s) => (G("data-v-ce08551e"), s = s(), J(), s), we = { class: "hunter-component hunter-search-input-with-dropdown" }, ke = /* @__PURE__ */ _e(() => /* @__PURE__ */ h("span", { class: "hunter-search-input-label" }, "Search", -1)), be = ["placeholder"], ye = ["ariaHidden"], $e = { class: "clear-button-wrapper" }, Se = /* @__PURE__ */ $({
406
+ }), ut = (t) => (P("data-v-4621853b"), t = t(), X(), t), dt = { class: "hunter-component hunter-search-input-with-dropdown" }, pt = /* @__PURE__ */ ut(() => /* @__PURE__ */ a("span", { class: "hunter-search-input-label" }, "Search", -1)), ht = ["placeholder"], vt = ["ariaHidden"], _t = { class: "clear-button-wrapper" }, wt = /* @__PURE__ */ g({
269
407
  __name: "SearchInput",
270
408
  props: {
271
409
  placeholder: {},
@@ -273,108 +411,108 @@ const fe = { render: me }, _e = (s) => (G("data-v-ce08551e"), s = s(), J(), s),
273
411
  width: {}
274
412
  },
275
413
  emits: ["searchClick"],
276
- setup(s, { emit: t }) {
277
- const { options: o = [] } = s, l = t, e = v(), n = v(), i = v(), d = v(), u = v(), p = v(), w = v(!0), r = v(""), S = (a) => {
278
- a.preventDefault(), B(e.value);
279
- }, L = (a) => {
280
- const c = a.target;
281
- r.value = c.value;
282
- }, B = (a) => {
283
- if (!a)
284
- return u.value = "Enter a search term.", u;
285
- e.value = a;
286
- const c = o.find((_) => _.name === a);
287
- w.value = !0, r.value = "", l("searchClick", c || e.value);
288
- }, z = (a) => {
289
- e.value = a.name, B(e.value);
290
- }, x = () => {
291
- B(e.value);
414
+ setup(t, { emit: e }) {
415
+ const { options: o = [] } = t, l = e, n = w(), s = w(), d = w(), v = w(), p = w(), _ = w(), m = w(!0), u = w(""), C = (r) => {
416
+ r.preventDefault(), B(n.value);
417
+ }, y = (r) => {
418
+ const h = r.target;
419
+ u.value = h.value;
420
+ }, B = (r) => {
421
+ if (!r)
422
+ return p.value = "Enter a search term.", p;
423
+ n.value = r;
424
+ const h = o.find((f) => f.name === r);
425
+ m.value = !0, u.value = "", l("searchClick", h || n.value);
426
+ }, R = (r) => {
427
+ n.value = r.name, B(n.value);
428
+ }, F = () => {
429
+ B(n.value);
292
430
  };
293
- N(u, (a) => {
294
- a && (setTimeout(() => {
295
- p.value.classList.add("error-visible");
431
+ D(p, (r) => {
432
+ r && (setTimeout(() => {
433
+ _.value.classList.add("error-visible");
296
434
  }, 200), setTimeout(() => {
297
- p.value.classList.remove("error-visible");
435
+ _.value.classList.remove("error-visible");
298
436
  }, 3e3), setTimeout(() => {
299
- u.value = "";
437
+ p.value = "";
300
438
  }, 3300));
301
439
  });
302
- const M = () => {
303
- n.value.classList.add("hide-text"), setTimeout(() => {
304
- e.value = "", n.value.classList.remove("hide-text");
440
+ const W = () => {
441
+ s.value.classList.add("hide-text"), setTimeout(() => {
442
+ n.value = "", s.value.classList.remove("hide-text");
305
443
  }, 150);
306
- }, E = (a) => {
307
- const c = a.target;
308
- c === n.value && (r.value = e.value || ""), c !== (n == null ? void 0 : n.value) && (r.value = "");
444
+ }, H = (r) => {
445
+ const h = r.target;
446
+ h === s.value && (u.value = n.value || ""), h !== (s == null ? void 0 : s.value) && (u.value = "");
309
447
  };
310
- return V(() => {
311
- d.value = [
448
+ return T(() => {
449
+ v.value = [
312
450
  ...document.querySelectorAll(".hunter-search-input-option-li")
313
- ], w.value = !0, document.addEventListener("click", (a) => E(a));
314
- }), H(() => {
315
- document.removeEventListener("click", (a) => E(a));
316
- }), (a, c) => (m(), f("div", we, [
317
- h("div", {
451
+ ], m.value = !0, document.addEventListener("click", (r) => H(r));
452
+ }), M(() => {
453
+ document.removeEventListener("click", (r) => H(r));
454
+ }), (r, h) => (i(), c("div", dt, [
455
+ a("div", {
318
456
  class: "hunter-search-input-container",
319
- style: U({
320
- width: `${a.width && a.width > 208 && a.width}px`
457
+ style: j({
458
+ width: `${r.width && r.width > 208 && r.width}px`
321
459
  })
322
460
  }, [
323
- h("form", {
324
- onSubmit: c[3] || (c[3] = (_) => S(_)),
461
+ a("form", {
462
+ onSubmit: h[3] || (h[3] = (f) => C(f)),
325
463
  class: "w-full"
326
464
  }, [
327
- h("label", null, [
328
- ke,
329
- j(h("input", {
330
- "onUpdate:modelValue": c[0] || (c[0] = (_) => e.value = _),
465
+ a("label", null, [
466
+ pt,
467
+ G(a("input", {
468
+ "onUpdate:modelValue": h[0] || (h[0] = (f) => n.value = f),
331
469
  ref_key: "inputEl",
332
- ref: n,
470
+ ref: s,
333
471
  class: "hunter-search-input",
334
- onFocus: c[1] || (c[1] = (_) => u.value = ""),
335
- onInput: c[2] || (c[2] = (_) => L(_)),
336
- placeholder: a.placeholder || "Search projects"
337
- }, null, 40, be), [
338
- [A, e.value]
472
+ onFocus: h[1] || (h[1] = (f) => p.value = ""),
473
+ onInput: h[2] || (h[2] = (f) => y(f)),
474
+ placeholder: r.placeholder || "Search projects"
475
+ }, null, 40, ht), [
476
+ [J, n.value]
339
477
  ])
340
478
  ])
341
479
  ], 32),
342
- h("span", {
480
+ a("span", {
343
481
  ref_key: "errorEl",
344
- ref: p,
482
+ ref: _,
345
483
  class: "hunter-search-input-error transition duration-300 ease-in-out",
346
- ariaHidden: !u.value
347
- }, g(u.value), 9, ye),
348
- k(ee, {
349
- options: a.options,
484
+ ariaHidden: !p.value
485
+ }, x(p.value), 9, vt),
486
+ $(oe, {
487
+ options: r.options,
350
488
  "option-key": "name",
351
- collapsed: w.value,
489
+ collapsed: m.value,
352
490
  filter: "",
353
- "filter-value": r.value,
491
+ "filter-value": u.value,
354
492
  scrollable: "",
355
493
  maxResults: 10,
356
- onSelectOption: c[4] || (c[4] = (_) => z(_))
494
+ onSelectOption: h[4] || (h[4] = (f) => R(f))
357
495
  }, null, 8, ["options", "collapsed", "filter-value"]),
358
- k(O, {
496
+ $(S, {
359
497
  ref_key: "searchButtonEl",
360
- ref: i,
498
+ ref: d,
361
499
  class: "hunter-search-input-button",
362
500
  variant: "icon",
363
- onClick: x
501
+ onClick: F
364
502
  }, {
365
- default: C(() => [
366
- k(R(fe), { class: "hunter-search-input-icon" })
503
+ default: L(() => [
504
+ $(q(Q), { class: "hunter-search-input-icon" })
367
505
  ]),
368
506
  _: 1
369
507
  }, 512)
370
508
  ], 4),
371
- h("div", $e, [
372
- k(O, {
509
+ a("div", _t, [
510
+ $(S, {
373
511
  class: "underline clear-button",
374
512
  variant: "link",
375
- onClick: M
513
+ onClick: W
376
514
  }, {
377
- default: C(() => [
515
+ default: L(() => [
378
516
  I(" Clear ")
379
517
  ]),
380
518
  _: 1
@@ -382,13 +520,25 @@ const fe = { render: me }, _e = (s) => (G("data-v-ce08551e"), s = s(), J(), s),
382
520
  ])
383
521
  ]));
384
522
  }
385
- }), Be = /* @__PURE__ */ W(Se, [["__scopeId", "data-v-ce08551e"]]);
523
+ }), bt = /* @__PURE__ */ N(wt, [["__scopeId", "data-v-4621853b"]]);
386
524
  export {
387
- O as HunterButton,
388
- F as HunterDropdownList,
389
- ee as HunterDropdownListWithFilter,
390
- Ce as HunterDropdownWithButton,
391
- ce as HunterLink,
392
- ge as HunterNavigationLinks,
393
- Be as HunterSearchInput
525
+ _e as HunterAccountCircleIcon,
526
+ ge as HunterBackArrowIcon,
527
+ S as HunterButton,
528
+ K as HunterCaretDownIcon,
529
+ Le as HunterCaretLeftIcon,
530
+ qe as HunterCaretRightIcon,
531
+ De as HunterCaretUpIcon,
532
+ Ke as HunterCopyContentIcon,
533
+ We as HunterDownloadIcon,
534
+ z as HunterDropdownList,
535
+ oe as HunterDropdownListWithFilter,
536
+ mt as HunterDropdownWithButton,
537
+ $t as HunterIcon,
538
+ it as HunterLink,
539
+ Pe as HunterLocationIcon,
540
+ gt as HunterNavigationLinks,
541
+ Q as HunterSearchIcon,
542
+ bt as HunterSearchInput,
543
+ lt as HunterShareIcon
394
544
  };
@@ -1,2 +1,2 @@
1
- (function(){"use strict";try{if(typeof document<"u"){var t=document.createElement("style");t.appendChild(document.createTextNode('*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;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;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(147 197 253 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(147 197 253 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.bottom-2{bottom:.5rem}.left-0{left:0}.right-3{right:.75rem}.top-full{top:100%}.my-0{margin-top:0;margin-bottom:0}.my-0\\.5{margin-top:.125rem;margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.ml-0{margin-left:0}.ml-0\\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-1\\.5{margin-left:.375rem}.mt-0{margin-top:0}.mt-0\\.5{margin-top:.125rem}.mt-2{margin-top:.5rem}.inline-block{display:inline-block}.flex{display:flex}.table{display:table}.hidden{display:none}.h-0{height:0px}.h-10{height:2.5rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-9{height:2.25rem}.h-max{height:-moz-max-content;height:max-content}.max-h-44{max-height:11rem}.w-4{width:1rem}.w-44{width:11rem}.w-5{width:1.25rem}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.max-w-screen-lg{max-width:1024px}.origin-center{transform-origin:center}.-scale-y-100{--tw-scale-y: -1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-x-0{--tw-scale-x: 0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-y-100{--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.resize{resize:both}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:var(--rounded)}.rounded-3xl{border-radius:1.5rem}.rounded-lg{border-radius:var(--rounded-lg)}.rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.rounded-r{border-top-right-radius:var(--rounded);border-bottom-right-radius:var(--rounded)}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-blue-400{border-color:var(--blue-400)}.border-blue-700{border-color:var(--blue-700)}.border-blue-800{border-color:var(--blue-800)}.border-disabled-light{border-color:var(--disabled-light)}.bg-blue-200{background-color:var(--blue-200)}.bg-blue-800{background-color:var(--blue-800)}.p-0{padding:0}.px-12{padding-left:3rem;padding-right:3rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.pb-1{padding-bottom:.25rem}.pr-0{padding-right:0}.pr-0\\.5{padding-right:.125rem}.pt-0{padding-top:0}.pt-1px{padding-top:1px}.pt-2{padding-top:.5rem}.text-left{text-align:left}.text-2xl{font-size:var(--28px)}.text-3xl{font-size:var(--32px)}.text-4xl{font-size:var(--36px)}.text-base{font-size:var(--16px)}.text-lg{font-size:var(--22px)}.text-md{font-size:var(--18px)}.text-sm{font-size:var(--14px)}.text-xl{font-size:var(--24px)}.text-xs{font-size:var(--12px)}.font-bold{font-weight:700}.font-medium{font-weight:500}.uppercase{text-transform:uppercase}.text-blue-500{color:var(--blue-500)}.text-blue-800{color:var(--blue-800)}.text-blue-900{color:var(--blue-900)}.text-disabled{color:var(--disabled)}.text-error{color:var(--error)}.underline{text-decoration-line:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.opacity-100{opacity:1}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.outline-1{outline-width:1px}.outline-blue-400{outline-color:var(--blue-400)}.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)}.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)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.hunter-component,.hunter-component~*,.hunter-component>*{font-family:Arial,Helvetica,Verdana,Bitstream Vera Sans,sans-serif;line-height:auto;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--dark);box-sizing:border-box;scroll-behavior:smooth}@supports not selector(::-webkit-scrollbar){.hunter-component,.hunter-component~*,.hunter-component>*{scrollbar-color:var(--disabled) var(--disabled-light);scrollbar-width:thin}}@supports selector(::-webkit-scrollbar){.hunter-component ::-webkit-scrollbar,.hunter-component~* ::-webkit-scrollbar,.hunter-component>* ::-webkit-scrollbar{background:var(--disabled-light)!important;width:8px!important;border-radius:1.5rem}.hunter-component ::-webkit-scrollbar-thumb,.hunter-component~* ::-webkit-scrollbar-thumb,.hunter-component>* ::-webkit-scrollbar-thumb{background:var(--disabled)!important;border-radius:1.5rem}}.hunter-component h1,.hunter-component h2,.hunter-component h3,.hunter-component h4,.hunter-component h5,.hunter-component h6,.hunter-component~h1,.hunter-component~h2,.hunter-component~h3,.hunter-component~h4,.hunter-component~h5,.hunter-component~h6{font-weight:500;color:var(--blue-900)}.hunter-component h1,.hunter-component~h1{font-size:var(--28px)}.hunter-component h2,.hunter-component~h2{font-size:var(--24px)}.hunter-component h3,.hunter-component~h3{font-size:var(--22px)}.hunter-component h4,.hunter-component~h4{font-size:var(--18px)}.hunter-component h5,.hunter-component~h5{font-size:var(--16px)}.hunter-component h6,.hunter-component~h6{font-size:var(--14px)}.hunter-component a,.hunter-component~a,.hunter-component>a{font-weight:500;color:var(--blue-800);text-decoration:inherit}.hunter-component a:hover,.hunter-component~a:hover,.hunter-component>a{color:var(--blue-700)}.hunter-button{position:relative;display:flex;height:2.25rem;align-items:center;justify-content:center;gap:.75rem;border-radius:var(--rounded);padding-left:1.5rem;padding-right:1.5rem;padding-top:.125rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hunter-button svg{color:inherit;pointer-events:none}.hunter-button-disabled{pointer-events:none;cursor:default;color:var(--disabled)}.hunter-button-primary{background-color:var(--blue-800);color:var(--blue-200)}.hunter-button-primary:hover{background-color:var(--blue-700)}.hunter-button-primary.hunter-button-disabled{background-color:var(--disabled-light)}.hunter-button-secondary{border-width:2px;border-color:var(--blue-800);background-color:var(--blue-200);color:var(--blue-800)}.hunter-button-secondary:hover{border-color:var(--blue-700);color:var(--blue-700)}.hunter-button-secondary.hunter-button-disabled{border-color:var(--disabled-light);color:var(--disabled-light)}.hunter-button-link,.hunter-button-text{height:-moz-max-content;height:max-content;padding:0;font-size:var(--16px);color:var(--blue-800)}.hunter-button-link:hover,.hunter-button-text:hover{color:var(--blue-700)}.hunter-button-text{font-weight:500}.hunter-button-icon{height:1.25rem;width:1.25rem;padding:0;color:var(--blue-800)}.hunter-button-icon:hover{color:var(--blue-700)}:root{--blue-900: #002533;--blue-800: #00658a;--blue-700: #0192c9;--blue-600: #47636b;--blue-500: #819da7;--blue-400: #dae4e7;--blue-300: #f1f3f4;--blue-200: #f9fafa;--dark: #363636;--disabled: #979797;--disabled-light: #d9d9d9;--information: #01b6fb;--information-light: #e9f5fe;--success: #83b001;--success-light: #f6fce6;--warning: #f4a729;--warning-light: #fef6ea;--error: #ff3923;--error-light: #ffebe9;--base-unit: .25rem;--2px: calc(var(--base-unit) / 2);--5px: calc(var(--base-unit) * 1.25);--8px: calc(var(--base-unit) * 2);--10px: calc(var(--base-unit) * 2.5);--12px: calc(var(--base-unit) * 3);--14px: calc(var(--base-unit) * 3.5);--16px: calc(var(--base-unit) * 4);--18px: calc(var(--base-unit) * 4.5);--22px: calc(var(--base-unit) * 5.5);--24px: calc(var(--base-unit) * 6);--28px: calc(var(--base-unit) * 7);--32px: calc(var(--base-unit) * 8);--36px: calc(var(--base-unit) * 9);--shadow: 0px var(--2px) var(--8px) #1e2127;--rounded: var(--5px);--rounded-lg: var(--10px)}@keyframes set-height-0{to{height:0px;overflow:hidden}}.hunter-dropdown-list{position:absolute;top:100%;left:0;margin-top:.5rem;width:100%;border-radius:var(--rounded-lg);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hunter-dropdown-list.collapsed{animation:set-height-0 0s forwards .15s;opacity:0}.hunter-dropdown-ol{display:flex;width:100%;flex-direction:column;align-items:flex-start;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hunter-dropdown-ol:after{content:"";pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--rounded-lg);--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hunter-search-input-option-li{width:100%;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hunter-dropdown-option-button{margin-top:.125rem;margin-bottom:.125rem;width:100%;background-color:transparent;padding:.5rem 1.5rem .25rem;text-align:left;font-weight:500;color:var(--blue-900);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hunter-dropdown-option-button:hover{background-color:var(--blue-300)}.hunter-dropdown-option-button.dropdown-option-selected{color:var(--blue-800);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hunter-dropdown-with-button[data-v-0a32b357]{display:flex;width:11rem;flex-direction:column;align-items:flex-end}.hunter-dropdown-selection-button[data-v-0a32b357]{position:relative;width:-moz-max-content;width:max-content}.hunter-dropdown-with-button-list[data-v-0a32b357]{position:relative;width:100%}.hunter-link{font-size:var(--16px);font-weight:700;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hunter-link.link-disabled{pointer-events:none;color:var(--disabled);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hunter-link.link-inactive{color:var(--blue-500);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hunter-link:hover,.hunter-link.link-inactive:hover{cursor:pointer;color:var(--blue-700)}.hunter-nav-links{display:flex;width:-moz-max-content;width:max-content}.hunter-nav-links.hunter-nav-links-tabs .nav-link-container{position:relative;display:flex;width:100%;justify-content:center;border-bottom-width:1px;border-color:var(--blue-400);padding-left:3rem;padding-right:3rem;padding-bottom:.25rem}.hunter-nav-links.hunter-nav-links-tabs .nav-link-container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin-bottom:-1px;transform-origin:center;--tw-scale-x: 0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-bottom-width:2px;border-color:var(--blue-800);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hunter-nav-links.hunter-nav-links-tabs .nav-link-container:has(.nav-link-active):before{content:"";--tw-scale-x: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}[data-v-ce08551e]:root{--blue-900: #002533;--blue-800: #00658a;--blue-700: #0192c9;--blue-600: #47636b;--blue-500: #819da7;--blue-400: #dae4e7;--blue-300: #f1f3f4;--blue-200: #f9fafa;--dark: #363636;--disabled: #979797;--disabled-light: #d9d9d9;--information: #01b6fb;--information-light: #e9f5fe;--success: #83b001;--success-light: #f6fce6;--warning: #f4a729;--warning-light: #fef6ea;--error: #ff3923;--error-light: #ffebe9;--base-unit: .25rem;--2px: calc(var(--base-unit) / 2);--5px: calc(var(--base-unit) * 1.25);--8px: calc(var(--base-unit) * 2);--10px: calc(var(--base-unit) * 2.5);--12px: calc(var(--base-unit) * 3);--14px: calc(var(--base-unit) * 3.5);--16px: calc(var(--base-unit) * 4);--18px: calc(var(--base-unit) * 4.5);--22px: calc(var(--base-unit) * 5.5);--24px: calc(var(--base-unit) * 6);--28px: calc(var(--base-unit) * 7);--32px: calc(var(--base-unit) * 8);--36px: calc(var(--base-unit) * 9);--shadow: 0px var(--2px) var(--8px) #1e2127;--rounded: var(--5px);--rounded-lg: var(--10px)}.hunter-search-input-with-dropdown[data-v-ce08551e]{display:flex;width:100%;align-items:flex-end;gap:.5rem}.hunter-search-input-with-dropdown .hunter-search-input-container[data-v-ce08551e]{position:relative;width:100%;min-width:13rem;max-width:1024px}.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input-label[data-v-ce08551e]{margin-left:.125rem;margin-bottom:.25rem;display:inline-block;width:100%;font-weight:500;text-transform:uppercase;color:var(--blue-900)}.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input[data-v-ce08551e]{outline:2px solid transparent;transition:outline-color .2s ease-in-out,color .1s ease-in-out;position:relative;display:flex;height:2.5rem;width:100%;align-items:center;border-radius:1.5rem;padding-left:.75rem;padding-right:.75rem;padding-top:1px;color:var(--blue-900);outline-width:1px;outline-color:var(--blue-400)}.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input[data-v-ce08551e]::-moz-placeholder{color:var(--blue-500)}.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input[data-v-ce08551e]::placeholder{color:var(--blue-500)}.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input[data-v-ce08551e]:focus,.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input[data-v-ce08551e]:active{outline:2px solid var(--blue-800)}.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input[data-v-ce08551e]:focus::-moz-placeholder{color:transparent}.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input[data-v-ce08551e]:focus::placeholder{color:transparent}.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input-button[data-v-ce08551e]{position:absolute;right:.75rem;bottom:.625rem}.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input-error[data-v-ce08551e]{pointer-events:none;position:absolute;top:100%;margin-top:.125rem;margin-left:.375rem;font-size:var(--14px);color:var(--error);opacity:0;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input-error.error-visible[data-v-ce08551e]{pointer-events:auto;opacity:1}.hunter-search-input-with-dropdown .hunter-search-input-container .hide-text[data-v-ce08551e]{color:transparent}.hunter-search-input-with-dropdown .clear-button-wrapper[data-v-ce08551e]{display:flex;height:2.5rem;width:-moz-max-content;width:max-content;align-items:center}.hunter-search-input-with-dropdown .clear-button[data-v-ce08551e]{padding-top:1px}')),document.head.appendChild(t)}}catch(r){console.error("vite-plugin-css-injected-by-js",r)}})();
2
- (function(h,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],e):(h=typeof globalThis<"u"?globalThis:h||self,e(h.HunterComponents={},h.Vue))})(this,function(h,e){"use strict";const N=["id"],w=e.defineComponent({__name:"Button",props:{variant:{},disabled:{type:Boolean},id:{}},setup(s){const o=s,n=e.computed(()=>o.disabled||!1),r=e.computed(()=>`hunter-button-${o.variant||"primary"} ${n.value&&"hunter-button-disabled"}`);return(t,l)=>(e.openBlock(),e.createElementBlock("button",{ref:"button",class:e.normalizeClass(["hunter-component hunter-button",r.value]),id:t.id},[e.renderSlot(t.$slots,"default")],10,N))}}),S=["id"],g={class:"overflow-hidden rounded-r rounded-l-none"},L=["value","onClick"],b=e.defineComponent({__name:"DropdownList",props:{options:{},optionKey:{},collapsed:{type:Boolean},scrollable:{type:Boolean},maxResults:{},id:{},selected:{}},emits:["selectOption"],setup(s,{emit:o}){const n=s,r=o,t=e.computed(()=>n.scrollable||!1),l=e.computed(()=>n.selected||null),c=u=>{r("selectOption",u)};return(u,d)=>(e.openBlock(),e.createElementBlock("div",{id:`dropdown-list-${u.id}`,class:e.normalizeClass(["hunter-component hunter-dropdown-list pr-0.5 py-1",u.collapsed?"collapsed":""])},[e.createElementVNode("div",g,[e.createElementVNode("ol",{ref:"dropdown",class:e.normalizeClass(["hunter-dropdown-ol",t.value&&"max-h-44 overflow-y-auto"]),"aria-hidden":"true"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(u.options,m=>(e.openBlock(),e.createElementBlock("li",{key:m[u.optionKey],"aria-hidden":"true",class:"hunter-search-input-option-li"},[e.createElementVNode("button",{class:e.normalizeClass(["hunter-dropdown-option-button",l.value&&m[u.optionKey]===l.value[u.optionKey]&&"dropdown-option-selected"]),value:m[u.optionKey],onClick:_=>c(m)},e.toDisplayString(m[u.optionKey]),11,L)]))),128))],2)])],10,S))}}),T=({options:s,query:o,key:n,max:r})=>{if(!o)return;o=o==null?void 0:o.toLowerCase();let t=0;return s.filter(l=>{if(l[n].toLowerCase().includes(o))if(r){if(r&&t<=r-1)return t++,l}else return l})},C=e.defineComponent({__name:"DropdownListWithFilter",props:{filterValue:{},options:{},optionKey:{},collapsed:{type:Boolean},scrollable:{type:Boolean},maxResults:{},id:{},selected:{}},emits:["selectOption"],setup(s,{emit:o}){const n=s,r=o,t=e.ref([...n.options]),l=e.computed(()=>n.filterValue||""),c=e.ref(n.collapsed);e.watch(l,d=>{if(d.length>1){if(t.value=T({options:n.options,query:d,key:n.optionKey,max:n.maxResults}),t.value.length===0)return c.value=!0,c.value;c.value=!1;return}else c.value=!0},{immediate:!0});const u=d=>{r("selectOption",d)};return(d,m)=>(e.openBlock(),e.createBlock(b,{options:t.value,optionKey:d.optionKey,collapsed:c.value,scrollable:d.scrollable,onSelectOption:m[0]||(m[0]=_=>u(_))},null,8,["options","optionKey","collapsed","scrollable"]))}}),O={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 9"},D=[e.createElementVNode("path",{fill:"currentColor",d:"M9 9 .667.667h16.666z"},null,-1)];function I(s,o){return e.openBlock(),e.createElementBlock("svg",O,[...D])}const v={render:I},K={class:"hunter-dropdown-with-button"},z={class:"hunter-dropdown-selection-button"},H=e.defineComponent({__name:"DropdownWithButton",props:{buttonText:{},id:{},options:{},optionKey:{},collapsed:{type:Boolean},scrollable:{type:Boolean},maxResults:{},selected:{}},emits:["selectOption"],setup(s,{emit:o}){const{id:n}=s,r=o,t=e.ref(),l=e.ref(),c=e.ref(!0),u=e.ref(),d=()=>{c.value=!c.value},m=i=>{u.value=i,setTimeout(()=>{c.value=!0},750),r("selectOption",i)},_=i=>{var B;const k=i.target;if(!(k===t.value||(B=l.value)!=null&&B.contains(k)||k===l.value))return c.value=!0,c};return e.onMounted(()=>{document.addEventListener("click",i=>_(i)),t.value=document.querySelector(`#button-dropdown-title-${n}`)}),e.onBeforeUnmount(()=>{document.removeEventListener("click",i=>_(i))}),(i,k)=>(e.openBlock(),e.createElementBlock("div",K,[e.createElementVNode("div",z,[e.createVNode(w,{id:`button-dropdown-title-${i.id}`,variant:"text",onClick:d},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(i.buttonText)+" ",1),e.createVNode(e.unref(v),{class:e.normalizeClass(["h-4 w-4 transition duration-300 ease-in-out",c.value===!0?"scale-y-100":"-scale-y-100"])},null,8,["class"])]),_:1},8,["id"])]),e.createElementVNode("div",{ref_key:"dropdownListEl",ref:l,class:"hunter-dropdown-with-button-list"},[e.createVNode(b,{options:i.options,"option-key":i.optionKey,collapsed:c.value,selected:u.value,onSelectOption:m},null,8,["options","option-key","collapsed","selected"])],512)]))}}),E=(s,o)=>{const n=s.__vccOpts||s;for(const[r,t]of o)n[r]=t;return n},F=E(H,[["__scopeId","data-v-0a32b357"]]),R=["href"],V=e.defineComponent({__name:"Link",props:{to:{},state:{},className:{}},setup(s){const o=s,n=e.computed(()=>o.state);return(r,t)=>(e.openBlock(),e.createElementBlock("a",{class:e.normalizeClass(["hunter-component hunter-link",[n.value==="disabled"&&"link-disabled",n.value==="inactive"&&"link-inactive",r.className]]),href:r.to},[e.renderSlot(r.$slots,"default")],10,R))}}),M={class:"nav-link-container"},W=e.defineComponent({__name:"NavigationLinks",props:{links:{},variant:{},activeLink:{}},setup(s){const o=s,n=e.computed(()=>o.variant&&`hunter-nav-links-${o.variant}`);return console.log("CLS",n.value,o.variant),(r,t)=>(e.openBlock(),e.createElementBlock("nav",{class:e.normalizeClass(["hunter-component hunter-nav-links",n.value])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.links,l=>(e.openBlock(),e.createElementBlock("div",M,[e.createVNode(V,{to:l.route,className:r.activeLink.route===l.route?"nav-link-active":"",state:r.activeLink.route!==l.route?"inactive":null},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(l.text),1)]),_:2},1032,["to","className","state"])]))),256))],2))}}),U={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 17 18"},j=[e.createElementVNode("path",{fill:"currentColor",d:"m15.678 18-5.95-6.3a5.54 5.54 0 0 1-3.59 1.3q-2.573 0-4.355-1.888T0 6.5t1.783-4.612T6.14 0t4.357 1.888T12.278 6.5q0 1.1-.33 2.075-.331.975-.898 1.725L17 16.6zm-9.54-7Q7.91 11 9.15 9.688T10.389 6.5t-1.24-3.187Q7.913 2.002 6.14 2t-3.01 1.313T1.889 6.5q-.003 1.871 1.24 3.188Q4.372 11.004 6.139 11"},null,-1)];function x(s,o){return e.openBlock(),e.createElementBlock("svg",U,[...j])}const Q={render:x},A=s=>(e.pushScopeId("data-v-ce08551e"),s=s(),e.popScopeId(),s),P={class:"hunter-component hunter-search-input-with-dropdown"},q=A(()=>e.createElementVNode("span",{class:"hunter-search-input-label"},"Search",-1)),G=["placeholder"],J=["ariaHidden"],X={class:"clear-button-wrapper"},Y=E(e.defineComponent({__name:"SearchInput",props:{placeholder:{},options:{},width:{}},emits:["searchClick"],setup(s,{emit:o}){const{options:n=[]}=s,r=o,t=e.ref(),l=e.ref(),c=e.ref(),u=e.ref(),d=e.ref(),m=e.ref(),_=e.ref(!0),i=e.ref(""),k=a=>{a.preventDefault(),y(t.value)},B=a=>{const p=a.target;i.value=p.value},y=a=>{if(!a)return d.value="Enter a search term.",d;t.value=a;const p=n.find(f=>f.name===a);_.value=!0,i.value="",r("searchClick",p||t.value)},Z=a=>{t.value=a.name,y(t.value)},ee=()=>{y(t.value)};e.watch(d,a=>{a&&(setTimeout(()=>{m.value.classList.add("error-visible")},200),setTimeout(()=>{m.value.classList.remove("error-visible")},3e3),setTimeout(()=>{d.value=""},3300))});const te=()=>{l.value.classList.add("hide-text"),setTimeout(()=>{t.value="",l.value.classList.remove("hide-text")},150)},$=a=>{const p=a.target;p===l.value&&(i.value=t.value||""),p!==(l==null?void 0:l.value)&&(i.value="")};return e.onMounted(()=>{u.value=[...document.querySelectorAll(".hunter-search-input-option-li")],_.value=!0,document.addEventListener("click",a=>$(a))}),e.onBeforeUnmount(()=>{document.removeEventListener("click",a=>$(a))}),(a,p)=>(e.openBlock(),e.createElementBlock("div",P,[e.createElementVNode("div",{class:"hunter-search-input-container",style:e.normalizeStyle({width:`${a.width&&a.width>208&&a.width}px`})},[e.createElementVNode("form",{onSubmit:p[3]||(p[3]=f=>k(f)),class:"w-full"},[e.createElementVNode("label",null,[q,e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":p[0]||(p[0]=f=>t.value=f),ref_key:"inputEl",ref:l,class:"hunter-search-input",onFocus:p[1]||(p[1]=f=>d.value=""),onInput:p[2]||(p[2]=f=>B(f)),placeholder:a.placeholder||"Search projects"},null,40,G),[[e.vModelText,t.value]])])],32),e.createElementVNode("span",{ref_key:"errorEl",ref:m,class:"hunter-search-input-error transition duration-300 ease-in-out",ariaHidden:!d.value},e.toDisplayString(d.value),9,J),e.createVNode(C,{options:a.options,"option-key":"name",collapsed:_.value,filter:"","filter-value":i.value,scrollable:"",maxResults:10,onSelectOption:p[4]||(p[4]=f=>Z(f))},null,8,["options","collapsed","filter-value"]),e.createVNode(w,{ref_key:"searchButtonEl",ref:c,class:"hunter-search-input-button",variant:"icon",onClick:ee},{default:e.withCtx(()=>[e.createVNode(e.unref(Q),{class:"hunter-search-input-icon"})]),_:1},512)],4),e.createElementVNode("div",X,[e.createVNode(w,{class:"underline clear-button",variant:"link",onClick:te},{default:e.withCtx(()=>[e.createTextVNode(" Clear ")]),_:1})])]))}}),[["__scopeId","data-v-ce08551e"]]);h.HunterButton=w,h.HunterDropdownList=b,h.HunterDropdownListWithFilter=C,h.HunterDropdownWithButton=F,h.HunterLink=V,h.HunterNavigationLinks=W,h.HunterSearchInput=Y,Object.defineProperty(h,Symbol.toStringTag,{value:"Module"})});
1
+ (function(){"use strict";try{if(typeof document<"u"){var t=document.createElement("style");t.appendChild(document.createTextNode('*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;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;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(147 197 253 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(147 197 253 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.bottom-2{bottom:.5rem}.left-0{left:0}.right-3{right:.75rem}.top-full{top:100%}.my-0{margin-top:0;margin-bottom:0}.my-0\\.5{margin-top:.125rem;margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.ml-0{margin-left:0}.ml-0\\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-1\\.5{margin-left:.375rem}.mt-0{margin-top:0}.mt-0\\.5{margin-top:.125rem}.mt-2{margin-top:.5rem}.inline-block{display:inline-block}.flex{display:flex}.table{display:table}.hidden{display:none}.h-0{height:0px}.h-10{height:2.5rem}.h-12{height:3rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-9{height:2.25rem}.h-max{height:-moz-max-content;height:max-content}.max-h-44{max-height:11rem}.w-12{width:3rem}.w-4{width:1rem}.w-44{width:11rem}.w-5{width:1.25rem}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.max-w-screen-lg{max-width:1024px}.origin-center{transform-origin:center}.-scale-y-100{--tw-scale-y: -1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-x-0{--tw-scale-x: 0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-y-100{--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.resize{resize:both}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:var(--rounded)}.rounded-3xl{border-radius:1.5rem}.rounded-lg{border-radius:var(--rounded-lg)}.rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.rounded-r{border-top-right-radius:var(--rounded);border-bottom-right-radius:var(--rounded)}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-blue-400{border-color:var(--blue-400)}.border-blue-700{border-color:var(--blue-700)}.border-blue-800{border-color:var(--blue-800)}.border-disabled-light{border-color:var(--disabled-light)}.bg-blue-200{background-color:var(--blue-200)}.bg-blue-800{background-color:var(--blue-800)}.p-0{padding:0}.px-12{padding-left:3rem;padding-right:3rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.pb-1{padding-bottom:.25rem}.pr-0{padding-right:0}.pr-0\\.5{padding-right:.125rem}.pt-0{padding-top:0}.pt-1px{padding-top:1px}.pt-2{padding-top:.5rem}.text-left{text-align:left}.text-2xl{font-size:var(--28px)}.text-3xl{font-size:var(--32px)}.text-4xl{font-size:var(--36px)}.text-base{font-size:var(--16px)}.text-lg{font-size:var(--22px)}.text-md{font-size:var(--18px)}.text-sm{font-size:var(--14px)}.text-xl{font-size:var(--24px)}.text-xs{font-size:var(--12px)}.font-bold{font-weight:700}.font-medium{font-weight:500}.uppercase{text-transform:uppercase}.text-blue-500{color:var(--blue-500)}.text-blue-800{color:var(--blue-800)}.text-blue-900{color:var(--blue-900)}.text-disabled{color:var(--disabled)}.text-error{color:var(--error)}.underline{text-decoration-line:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.opacity-100{opacity:1}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.outline-1{outline-width:1px}.outline-blue-400{outline-color:var(--blue-400)}.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)}.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)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.hunter-component,.hunter-component~*,.hunter-component>*{font-family:Arial,Helvetica,Verdana,Bitstream Vera Sans,sans-serif;line-height:auto;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--dark);box-sizing:border-box;scroll-behavior:smooth}@supports not selector(::-webkit-scrollbar){.hunter-component,.hunter-component~*,.hunter-component>*{scrollbar-color:var(--disabled) var(--disabled-light);scrollbar-width:thin}}@supports selector(::-webkit-scrollbar){.hunter-component ::-webkit-scrollbar,.hunter-component~* ::-webkit-scrollbar,.hunter-component>* ::-webkit-scrollbar{background:var(--disabled-light)!important;width:8px!important;border-radius:1.5rem}.hunter-component ::-webkit-scrollbar-thumb,.hunter-component~* ::-webkit-scrollbar-thumb,.hunter-component>* ::-webkit-scrollbar-thumb{background:var(--disabled)!important;border-radius:1.5rem}}.hunter-component h1,.hunter-component h2,.hunter-component h3,.hunter-component h4,.hunter-component h5,.hunter-component h6,.hunter-component~h1,.hunter-component~h2,.hunter-component~h3,.hunter-component~h4,.hunter-component~h5,.hunter-component~h6{font-weight:500;color:var(--blue-900)}.hunter-component h1,.hunter-component~h1{font-size:var(--28px)}.hunter-component h2,.hunter-component~h2{font-size:var(--24px)}.hunter-component h3,.hunter-component~h3{font-size:var(--22px)}.hunter-component h4,.hunter-component~h4{font-size:var(--18px)}.hunter-component h5,.hunter-component~h5{font-size:var(--16px)}.hunter-component h6,.hunter-component~h6{font-size:var(--14px)}.hunter-component a,.hunter-component~a,.hunter-component>a{font-weight:500;color:var(--blue-800);text-decoration:inherit}.hunter-component a:hover,.hunter-component~a:hover,.hunter-component>a{color:var(--blue-700)}.hunter-button{position:relative;display:flex;height:2.25rem;align-items:center;justify-content:center;gap:.75rem;border-radius:var(--rounded);padding-left:1.5rem;padding-right:1.5rem;padding-top:.125rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hunter-button svg{color:inherit;pointer-events:none}.hunter-button-disabled{pointer-events:none;cursor:default;color:var(--disabled)}.hunter-button-primary{background-color:var(--blue-800);color:var(--blue-200)}.hunter-button-primary:hover{background-color:var(--blue-700)}.hunter-button-primary.hunter-button-disabled{background-color:var(--disabled-light)}.hunter-button-secondary{border-width:2px;border-color:var(--blue-800);background-color:var(--blue-200);color:var(--blue-800)}.hunter-button-secondary:hover{border-color:var(--blue-700);color:var(--blue-700)}.hunter-button-secondary.hunter-button-disabled{border-color:var(--disabled-light);color:var(--disabled-light)}.hunter-button-link,.hunter-button-text{height:-moz-max-content;height:max-content;padding:0;font-size:var(--16px);color:var(--blue-800)}.hunter-button-link:hover,.hunter-button-text:hover{color:var(--blue-700)}.hunter-button-text{font-weight:500}.hunter-button-icon{height:1.25rem;width:1.25rem;padding:0;color:var(--blue-800)}.hunter-button-icon:hover{color:var(--blue-700)}:root{--blue-900: #002533;--blue-800: #00658a;--blue-700: #0192c9;--blue-600: #47636b;--blue-500: #819da7;--blue-400: #dae4e7;--blue-300: #f1f3f4;--blue-200: #f9fafa;--dark: #363636;--disabled: #979797;--disabled-light: #d9d9d9;--information: #01b6fb;--information-light: #e9f5fe;--success: #83b001;--success-light: #f6fce6;--warning: #f4a729;--warning-light: #fef6ea;--error: #ff3923;--error-light: #ffebe9;--base-unit: .25rem;--2px: calc(var(--base-unit) / 2);--5px: calc(var(--base-unit) * 1.25);--8px: calc(var(--base-unit) * 2);--10px: calc(var(--base-unit) * 2.5);--12px: calc(var(--base-unit) * 3);--14px: calc(var(--base-unit) * 3.5);--16px: calc(var(--base-unit) * 4);--18px: calc(var(--base-unit) * 4.5);--22px: calc(var(--base-unit) * 5.5);--24px: calc(var(--base-unit) * 6);--28px: calc(var(--base-unit) * 7);--32px: calc(var(--base-unit) * 8);--36px: calc(var(--base-unit) * 9);--shadow: 0px var(--2px) var(--8px) #1e2127;--rounded: var(--5px);--rounded-lg: var(--10px)}@keyframes set-height-0{to{height:0px;overflow:hidden}}.hunter-dropdown-list{position:absolute;top:100%;left:0;margin-top:.5rem;width:100%;border-radius:var(--rounded-lg);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hunter-dropdown-list.collapsed{animation:set-height-0 0s forwards .15s;opacity:0}.hunter-dropdown-ol{display:flex;width:100%;flex-direction:column;align-items:flex-start;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hunter-dropdown-ol:after{content:"";pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--rounded-lg);--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hunter-search-input-option-li{width:100%;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hunter-dropdown-option-button{margin-top:.125rem;margin-bottom:.125rem;width:100%;background-color:transparent;padding:.5rem 1.5rem .25rem;text-align:left;font-weight:500;color:var(--blue-900);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hunter-dropdown-option-button:hover{background-color:var(--blue-300)}.hunter-dropdown-option-button.dropdown-option-selected{color:var(--blue-800);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hunter-dropdown-with-button[data-v-8173cf28]{display:flex;width:11rem;flex-direction:column;align-items:flex-end}.hunter-dropdown-selection-button[data-v-8173cf28]{position:relative;width:-moz-max-content;width:max-content}.hunter-dropdown-with-button-list[data-v-8173cf28]{position:relative;width:100%}.hunter-link{font-size:var(--16px);font-weight:700;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hunter-link.link-disabled{pointer-events:none;color:var(--disabled);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hunter-link.link-inactive{color:var(--blue-500);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hunter-link:hover,.hunter-link.link-inactive:hover{cursor:pointer;color:var(--blue-700)}.hunter-nav-links{display:flex;width:-moz-max-content;width:max-content}.hunter-nav-links.hunter-nav-links-tabs .nav-link-container{position:relative;display:flex;width:100%;justify-content:center;border-bottom-width:1px;border-color:var(--blue-400);padding-left:3rem;padding-right:3rem;padding-bottom:.25rem}.hunter-nav-links.hunter-nav-links-tabs .nav-link-container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin-bottom:-1px;transform-origin:center;--tw-scale-x: 0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-bottom-width:2px;border-color:var(--blue-800);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hunter-nav-links.hunter-nav-links-tabs .nav-link-container:has(.nav-link-active):before{content:"";--tw-scale-x: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}[data-v-4621853b]:root{--blue-900: #002533;--blue-800: #00658a;--blue-700: #0192c9;--blue-600: #47636b;--blue-500: #819da7;--blue-400: #dae4e7;--blue-300: #f1f3f4;--blue-200: #f9fafa;--dark: #363636;--disabled: #979797;--disabled-light: #d9d9d9;--information: #01b6fb;--information-light: #e9f5fe;--success: #83b001;--success-light: #f6fce6;--warning: #f4a729;--warning-light: #fef6ea;--error: #ff3923;--error-light: #ffebe9;--base-unit: .25rem;--2px: calc(var(--base-unit) / 2);--5px: calc(var(--base-unit) * 1.25);--8px: calc(var(--base-unit) * 2);--10px: calc(var(--base-unit) * 2.5);--12px: calc(var(--base-unit) * 3);--14px: calc(var(--base-unit) * 3.5);--16px: calc(var(--base-unit) * 4);--18px: calc(var(--base-unit) * 4.5);--22px: calc(var(--base-unit) * 5.5);--24px: calc(var(--base-unit) * 6);--28px: calc(var(--base-unit) * 7);--32px: calc(var(--base-unit) * 8);--36px: calc(var(--base-unit) * 9);--shadow: 0px var(--2px) var(--8px) #1e2127;--rounded: var(--5px);--rounded-lg: var(--10px)}.hunter-search-input-with-dropdown[data-v-4621853b]{display:flex;width:100%;align-items:flex-end;gap:.5rem}.hunter-search-input-with-dropdown .hunter-search-input-container[data-v-4621853b]{position:relative;width:100%;min-width:13rem;max-width:1024px}.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input-label[data-v-4621853b]{margin-left:.125rem;margin-bottom:.25rem;display:inline-block;width:100%;font-weight:500;text-transform:uppercase;color:var(--blue-900)}.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input[data-v-4621853b]{outline:2px solid transparent;transition:outline-color .2s ease-in-out,color .1s ease-in-out;position:relative;display:flex;height:2.5rem;width:100%;align-items:center;border-radius:1.5rem;padding-left:.75rem;padding-right:.75rem;padding-top:1px;color:var(--blue-900);outline-width:1px;outline-color:var(--blue-400)}.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input[data-v-4621853b]::-moz-placeholder{color:var(--blue-500)}.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input[data-v-4621853b]::placeholder{color:var(--blue-500)}.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input[data-v-4621853b]:focus,.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input[data-v-4621853b]:active{outline:2px solid var(--blue-800)}.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input[data-v-4621853b]:focus::-moz-placeholder{color:transparent}.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input[data-v-4621853b]:focus::placeholder{color:transparent}.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input-button[data-v-4621853b]{position:absolute;right:.75rem;bottom:.625rem}.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input-error[data-v-4621853b]{pointer-events:none;position:absolute;top:100%;margin-top:.125rem;margin-left:.375rem;font-size:var(--14px);color:var(--error);opacity:0;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hunter-search-input-with-dropdown .hunter-search-input-container .hunter-search-input-error.error-visible[data-v-4621853b]{pointer-events:auto;opacity:1}.hunter-search-input-with-dropdown .hunter-search-input-container .hide-text[data-v-4621853b]{color:transparent}.hunter-search-input-with-dropdown .clear-button-wrapper[data-v-4621853b]{display:flex;height:2.5rem;width:-moz-max-content;width:max-content;align-items:center}.hunter-search-input-with-dropdown .clear-button[data-v-4621853b]{padding-top:1px}')),document.head.appendChild(t)}}catch(r){console.error("vite-plugin-css-injected-by-js",r)}})();
2
+ (function(c,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],e):(c=typeof globalThis<"u"?globalThis:c||self,e(c.HunterComponents={},c.Vue))})(this,function(c,e){"use strict";const x=["id"],k=e.defineComponent({__name:"Button",props:{variant:{},disabled:{type:Boolean},id:{}},setup(n){const t=n,l=e.computed(()=>t.disabled||!1),s=e.computed(()=>`hunter-button-${t.variant||"primary"} ${l.value&&"hunter-button-disabled"}`);return(o,r)=>(e.openBlock(),e.createElementBlock("button",{ref:"button",class:e.normalizeClass(["hunter-component hunter-button",s.value]),id:o.id},[e.renderSlot(o.$slots,"default")],10,x))}}),O=["id"],M={class:"overflow-hidden rounded-r rounded-l-none"},v=["value","onClick"],B=e.defineComponent({__name:"DropdownList",props:{options:{},optionKey:{},collapsed:{type:Boolean},scrollable:{type:Boolean},maxResults:{},id:{},selected:{}},emits:["selectOption"],setup(n,{emit:t}){const l=n,s=t,o=e.computed(()=>l.scrollable||!1),r=e.computed(()=>l.selected||null),d=u=>{s("selectOption",u)};return(u,p)=>(e.openBlock(),e.createElementBlock("div",{id:`dropdown-list-${u.id}`,class:e.normalizeClass(["hunter-component hunter-dropdown-list pr-0.5 py-1",u.collapsed?"collapsed":""])},[e.createElementVNode("div",M,[e.createElementVNode("ol",{ref:"dropdown",class:e.normalizeClass(["hunter-dropdown-ol",o.value&&"max-h-44 overflow-y-auto"]),"aria-hidden":"true"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(u.options,m=>(e.openBlock(),e.createElementBlock("li",{key:m[u.optionKey],"aria-hidden":"true",class:"hunter-search-input-option-li"},[e.createElementVNode("button",{class:e.normalizeClass(["hunter-dropdown-option-button",r.value&&m[u.optionKey]===r.value[u.optionKey]&&"dropdown-option-selected"]),value:m[u.optionKey],onClick:f=>d(m)},e.toDisplayString(m[u.optionKey]),11,v)]))),128))],2)])],10,O))}}),K=({options:n,query:t,key:l,max:s})=>{if(!t)return;t=t==null?void 0:t.toLowerCase();let o=0;return n.filter(r=>{if(r[l].toLowerCase().includes(t))if(s){if(s&&o<=s-1)return o++,r}else return r})},V=e.defineComponent({__name:"DropdownListWithFilter",props:{filterValue:{},options:{},optionKey:{},collapsed:{type:Boolean},scrollable:{type:Boolean},maxResults:{},id:{},selected:{}},emits:["selectOption"],setup(n,{emit:t}){const l=n,s=t,o=e.ref([...l.options]),r=e.computed(()=>l.filterValue||""),d=e.ref(l.collapsed);e.watch(r,p=>{if(p.length>1){if(o.value=K({options:l.options,query:p,key:l.optionKey,max:l.maxResults}),o.value.length===0)return d.value=!0,d.value;d.value=!1;return}else d.value=!0},{immediate:!0});const u=p=>{s("selectOption",p)};return(p,m)=>(e.openBlock(),e.createBlock(B,{options:o.value,optionKey:p.optionKey,collapsed:d.value,scrollable:p.scrollable,onSelectOption:m[0]||(m[0]=f=>u(f))},null,8,["options","optionKey","collapsed","scrollable"]))}}),Q={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 9"},R=[e.createElementVNode("path",{fill:"currentColor",d:"M9 9 .667.667h16.666z"},null,-1)];function F(n,t){return e.openBlock(),e.createElementBlock("svg",Q,[...R])}const C={render:F},U={class:"hunter-dropdown-with-button"},W={class:"hunter-dropdown-selection-button"},j=e.defineComponent({__name:"DropdownWithButton",props:{buttonText:{},id:{},options:{},optionKey:{},collapsed:{type:Boolean},scrollable:{type:Boolean},maxResults:{},selected:{}},emits:["selectOption"],setup(n,{emit:t}){const{id:l}=n,s=t,o=e.ref(),r=e.ref(),d=e.ref(!0),u=e.ref(),p=()=>{d.value=!d.value},m=i=>{u.value=i,setTimeout(()=>{d.value=!0},750),s("selectOption",i)},f=i=>{var $;const w=i.target;if(!(w===o.value||($=r.value)!=null&&$.contains(w)||w===r.value))return d.value=!0,d};return e.onMounted(()=>{document.addEventListener("click",i=>f(i)),o.value=document.querySelector(`#button-dropdown-title-${l}`)}),e.onBeforeUnmount(()=>{document.removeEventListener("click",i=>f(i))}),(i,w)=>(e.openBlock(),e.createElementBlock("div",U,[e.createElementVNode("div",W,[e.createVNode(k,{id:`button-dropdown-title-${i.id}`,variant:"text",onClick:p},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(i.buttonText)+" ",1),e.createVNode(e.unref(C),{class:e.normalizeClass(["h-4 w-4 transition duration-300 ease-in-out",d.value===!0?"scale-y-100":"-scale-y-100"])},null,8,["class"])]),_:1},8,["id"])]),e.createElementVNode("div",{ref_key:"dropdownListEl",ref:r,class:"hunter-dropdown-with-button-list"},[e.createVNode(B,{options:i.options,"option-key":i.optionKey,collapsed:d.value,selected:u.value,onSelectOption:m},null,8,["options","option-key","collapsed","selected"])],512)]))}}),b=(n,t)=>{const l=n.__vccOpts||n;for(const[s,o]of t)l[s]=o;return l},P=b(j,[["__scopeId","data-v-8173cf28"]]),G={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 18"},J=[e.createElementVNode("path",{fill:"currentColor",d:"M3.465 13.59a9.4 9.4 0 0 1 2.565-1.383A8.8 8.8 0 0 1 9 11.7q1.552 0 2.97.507 1.418.508 2.565 1.383a7 7 0 0 0 1.227-2.092q.44-1.17.438-2.498 0-2.992-2.103-5.097Q11.994 1.8 9 1.8q-2.993 0-5.097 2.104Q1.8 6.007 1.8 9q0 1.327.44 2.498.438 1.17 1.225 2.092M9 9.9q-1.327 0-2.24-.91-.91-.912-.91-2.24t.912-2.24Q7.672 3.6 9 3.6t2.24.912.91 2.238-.91 2.24q-.91.912-2.24.91M9 18a8.8 8.8 0 0 1-3.51-.71 9.1 9.1 0 0 1-2.858-1.922A9.1 9.1 0 0 1 .71 12.51 8.8 8.8 0 0 1 0 9q0-1.866.71-3.51a9.1 9.1 0 0 1 1.922-2.858A9.1 9.1 0 0 1 5.49.71 8.8 8.8 0 0 1 9 0q1.866 0 3.51.71a9.1 9.1 0 0 1 2.858 1.922 9.1 9.1 0 0 1 1.924 2.858A8.7 8.7 0 0 1 18 9a8.8 8.8 0 0 1-.71 3.51 9 9 0 0 1-1.922 2.858 9.1 9.1 0 0 1-2.858 1.924A8.7 8.7 0 0 1 9 18"},null,-1)];function X(n,t){return e.openBlock(),e.createElementBlock("svg",G,[...J])}const y={render:X},Y={xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",fill:"none"},Z=[e.createElementVNode("path",{fill:"currentColor",d:"m4.303 10.125 6.3 6.3L9 18 0 9l9-9 1.603 1.575-6.3 6.3H18v2.25z"},null,-1)];function ee(n,t){return e.openBlock(),e.createElementBlock("svg",Y,[...Z])}const N={render:ee},te={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 9 18"},ne=[e.createElementVNode("path",{fill:"currentColor",d:"M8.333 17.333 0 9 8.333.667z"},null,-1)];function oe(n,t){return e.openBlock(),e.createElementBlock("svg",te,[...ne])}const I={render:oe},le={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 9 18"},re=[e.createElementVNode("path",{fill:"currentColor",d:"M.667 17.333V.667L9 9z"},null,-1)];function ce(n,t){return e.openBlock(),e.createElementBlock("svg",le,[...re])}const S={render:ce},se={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 8 8"},ae=[e.createElementVNode("path",{fill:"currentColor",d:"M4 2 0 6h8z"},null,-1)];function ie(n,t){return e.openBlock(),e.createElementBlock("svg",se,[...ae])}const L={render:ie},de={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 15 18"},pe=[e.createElementVNode("path",{fill:"currentColor",d:"M3.53 14.4V0H15v14.4zm1.764-1.8h7.941V1.8h-7.94zM0 18V3.6h1.765v12.6h9.706V18z"},null,-1)];function he(n,t){return e.openBlock(),e.createElementBlock("svg",de,[...pe])}const H={render:he},ue={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 15 19"},me=[e.createElementVNode("path",{fill:"currentColor",d:"M0 19v-1.9h15V19zm7.5-3.8L.938 6.65h3.75V0h5.625v6.65h3.75z"},null,-1)];function _e(n,t){return e.openBlock(),e.createElementBlock("svg",ue,[...me])}const q={render:_e},fe={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 18"},we=[e.createElementVNode("path",{fill:"currentColor",d:"M7 9q.721 0 1.236-.514A1.68 1.68 0 0 0 8.75 7.25q0-.723-.514-1.235A1.7 1.7 0 0 0 7 5.5a1.67 1.67 0 0 0-1.235.515A1.7 1.7 0 0 0 5.25 7.25q-.003.72.515 1.236Q6.28 9.003 7 9m0 8.75q-3.522-2.997-5.26-5.567Q0 9.613 0 7.425q0-3.28 2.111-5.228T7 .25q2.776 0 4.89 1.947Q14.002 4.143 14 7.425q0 2.187-1.739 4.758Q10.523 14.754 7 17.75"},null,-1)];function ke(n,t){return e.openBlock(),e.createElementBlock("svg",fe,[...we])}const D={render:ke},$e={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 17 18"},Be=[e.createElementVNode("path",{fill:"currentColor",d:"m15.678 18-5.95-6.3a5.54 5.54 0 0 1-3.59 1.3q-2.573 0-4.355-1.888T0 6.5t1.783-4.612T6.14 0t4.357 1.888T12.278 6.5q0 1.1-.33 2.075-.331.975-.898 1.725L17 16.6zm-9.54-7Q7.91 11 9.15 9.688T10.389 6.5t-1.24-3.187Q7.913 2.002 6.14 2t-3.01 1.313T1.889 6.5q-.003 1.871 1.24 3.188Q4.372 11.004 6.139 11"},null,-1)];function Ce(n,t){return e.openBlock(),e.createElementBlock("svg",$e,[...Be])}const g={render:Ce},ge={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 17 18"},Ee=[e.createElementVNode("path",{fill:"currentColor",d:"M13.5 18q-1.125 0-1.912-.788A2.6 2.6 0 0 1 10.8 15.3q0-.157.022-.327.024-.17.068-.303l-6.345-3.69q-.382.337-.855.53a2.6 2.6 0 0 1-.99.19q-1.125 0-1.912-.787A2.6 2.6 0 0 1 0 9q0-1.126.788-1.912A2.6 2.6 0 0 1 2.7 6.3q.517 0 .99.192t.855.528l6.345-3.69a1.7 1.7 0 0 1-.068-.303A3 3 0 0 1 10.8 2.7q0-1.125.787-1.912A2.6 2.6 0 0 1 13.5 0q1.125 0 1.912.788.788.787.788 1.912t-.787 1.912A2.6 2.6 0 0 1 13.5 5.4a2.6 2.6 0 0 1-.99-.19 3 3 0 0 1-.855-.53L5.31 8.37q.045.135.068.304a2.5 2.5 0 0 1 0 .653 1.6 1.6 0 0 1-.068.303l6.345 3.69q.383-.337.855-.528.472-.19.99-.192 1.125 0 1.912.787.788.788.788 1.913t-.787 1.912A2.6 2.6 0 0 1 13.5 18"},null,-1)];function Ve(n,t){return e.openBlock(),e.createElementBlock("svg",ge,[...Ee])}const A={render:Ve},be={"account-circle":y,"back-arrow":N,"caret-down":C,"caret-left":I,"caret-right":S,"caret-up":L,"copy-content":H,download:q,location:D,search:g,share:A},ye=e.defineComponent({__name:"Icon",props:{name:{}},setup(n){const{name:t}=n,l=be[t];return(s,o)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(l))))}}),Ne=["href"],T=e.defineComponent({__name:"Link",props:{to:{},state:{},className:{}},setup(n){const t=n,l=e.computed(()=>t.state);return(s,o)=>(e.openBlock(),e.createElementBlock("a",{class:e.normalizeClass(["hunter-component hunter-link",[l.value==="disabled"&&"link-disabled",l.value==="inactive"&&"link-inactive",s.className]]),href:s.to},[e.renderSlot(s.$slots,"default")],10,Ne))}}),Ie={class:"nav-link-container"},Se=e.defineComponent({__name:"NavigationLinks",props:{links:{},variant:{},activeLink:{}},setup(n){const t=n,l=e.computed(()=>t.variant&&`hunter-nav-links-${t.variant}`);return console.log("CLS",l.value,t.variant),(s,o)=>(e.openBlock(),e.createElementBlock("nav",{class:e.normalizeClass(["hunter-component hunter-nav-links",l.value])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.links,r=>(e.openBlock(),e.createElementBlock("div",Ie,[e.createVNode(T,{to:r.route,className:s.activeLink.route===r.route?"nav-link-active":"",state:s.activeLink.route!==r.route?"inactive":null},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.text),1)]),_:2},1032,["to","className","state"])]))),256))],2))}}),Le=n=>(e.pushScopeId("data-v-4621853b"),n=n(),e.popScopeId(),n),He={class:"hunter-component hunter-search-input-with-dropdown"},qe=Le(()=>e.createElementVNode("span",{class:"hunter-search-input-label"},"Search",-1)),De=["placeholder"],Ae=["ariaHidden"],Te={class:"clear-button-wrapper"},ze=b(e.defineComponent({__name:"SearchInput",props:{placeholder:{},options:{},width:{}},emits:["searchClick"],setup(n,{emit:t}){const{options:l=[]}=n,s=t,o=e.ref(),r=e.ref(),d=e.ref(),u=e.ref(),p=e.ref(),m=e.ref(),f=e.ref(!0),i=e.ref(""),w=a=>{a.preventDefault(),E(o.value)},$=a=>{const h=a.target;i.value=h.value},E=a=>{if(!a)return p.value="Enter a search term.",p;o.value=a;const h=l.find(_=>_.name===a);f.value=!0,i.value="",s("searchClick",h||o.value)},xe=a=>{o.value=a.name,E(o.value)},Oe=()=>{E(o.value)};e.watch(p,a=>{a&&(setTimeout(()=>{m.value.classList.add("error-visible")},200),setTimeout(()=>{m.value.classList.remove("error-visible")},3e3),setTimeout(()=>{p.value=""},3300))});const Me=()=>{r.value.classList.add("hide-text"),setTimeout(()=>{o.value="",r.value.classList.remove("hide-text")},150)},z=a=>{const h=a.target;h===r.value&&(i.value=o.value||""),h!==(r==null?void 0:r.value)&&(i.value="")};return e.onMounted(()=>{u.value=[...document.querySelectorAll(".hunter-search-input-option-li")],f.value=!0,document.addEventListener("click",a=>z(a))}),e.onBeforeUnmount(()=>{document.removeEventListener("click",a=>z(a))}),(a,h)=>(e.openBlock(),e.createElementBlock("div",He,[e.createElementVNode("div",{class:"hunter-search-input-container",style:e.normalizeStyle({width:`${a.width&&a.width>208&&a.width}px`})},[e.createElementVNode("form",{onSubmit:h[3]||(h[3]=_=>w(_)),class:"w-full"},[e.createElementVNode("label",null,[qe,e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":h[0]||(h[0]=_=>o.value=_),ref_key:"inputEl",ref:r,class:"hunter-search-input",onFocus:h[1]||(h[1]=_=>p.value=""),onInput:h[2]||(h[2]=_=>$(_)),placeholder:a.placeholder||"Search projects"},null,40,De),[[e.vModelText,o.value]])])],32),e.createElementVNode("span",{ref_key:"errorEl",ref:m,class:"hunter-search-input-error transition duration-300 ease-in-out",ariaHidden:!p.value},e.toDisplayString(p.value),9,Ae),e.createVNode(V,{options:a.options,"option-key":"name",collapsed:f.value,filter:"","filter-value":i.value,scrollable:"",maxResults:10,onSelectOption:h[4]||(h[4]=_=>xe(_))},null,8,["options","collapsed","filter-value"]),e.createVNode(k,{ref_key:"searchButtonEl",ref:d,class:"hunter-search-input-button",variant:"icon",onClick:Oe},{default:e.withCtx(()=>[e.createVNode(e.unref(g),{class:"hunter-search-input-icon"})]),_:1},512)],4),e.createElementVNode("div",Te,[e.createVNode(k,{class:"underline clear-button",variant:"link",onClick:Me},{default:e.withCtx(()=>[e.createTextVNode(" Clear ")]),_:1})])]))}}),[["__scopeId","data-v-4621853b"]]);c.HunterAccountCircleIcon=y,c.HunterBackArrowIcon=N,c.HunterButton=k,c.HunterCaretDownIcon=C,c.HunterCaretLeftIcon=I,c.HunterCaretRightIcon=S,c.HunterCaretUpIcon=L,c.HunterCopyContentIcon=H,c.HunterDownloadIcon=q,c.HunterDropdownList=B,c.HunterDropdownListWithFilter=V,c.HunterDropdownWithButton=P,c.HunterIcon=ye,c.HunterLink=T,c.HunterLocationIcon=D,c.HunterNavigationLinks=Se,c.HunterSearchIcon=g,c.HunterSearchInput=ze,c.HunterShareIcon=A,Object.defineProperty(c,Symbol.toStringTag,{value:"Module"})});
package/dist/index.d.ts CHANGED
@@ -2,7 +2,9 @@ import "./styles/index.scss";
2
2
  import { HunterButton } from "./components/Button";
3
3
  import { HunterDropdownList, HunterDropdownListWithFilter } from "./components/Dropdown/DropdownList";
4
4
  import { HunterDropdownWithButton } from "./components/Dropdown";
5
+ import { HunterIcon } from "./components/Icon";
5
6
  import { HunterLink } from "./components/Link";
6
7
  import { HunterNavigationLinks } from "./components/Navigation";
7
8
  import { HunterSearchInput } from "./components/SearchInput";
8
- export { HunterButton, HunterDropdownList, HunterDropdownListWithFilter, HunterDropdownWithButton, HunterLink, HunterNavigationLinks, HunterSearchInput, };
9
+ import { HunterAccountCircleIcon, HunterBackArrowIcon, HunterCaretDownIcon, HunterCaretLeftIcon, HunterCaretRightIcon, HunterCaretUpIcon, HunterCopyContentIcon, HunterDownloadIcon, HunterLocationIcon, HunterSearchIcon, HunterShareIcon } from "./assets/icons";
10
+ export { HunterButton, HunterDropdownList, HunterDropdownListWithFilter, HunterDropdownWithButton, HunterIcon, HunterLink, HunterNavigationLinks, HunterSearchInput, HunterAccountCircleIcon, HunterBackArrowIcon, HunterCaretDownIcon, HunterCaretLeftIcon, HunterCaretRightIcon, HunterCaretUpIcon, HunterCopyContentIcon, HunterDownloadIcon, HunterLocationIcon, HunterSearchIcon, HunterShareIcon, };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hunter-industries/hunter-components",
3
- "version": "0.0.0",
3
+ "version": "0.0.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"