@huntflow/ui 0.2.16 → 0.2.17

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.
@@ -7,14 +7,14 @@ declare function __VLS_template(): {
7
7
  after?(_: {}): any;
8
8
  };
9
9
  refs: {};
10
- rootEl: HTMLButtonElement;
10
+ rootEl: any;
11
11
  };
12
12
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
13
  declare const __VLS_component: import('vue').DefineComponent<UiButtonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
14
14
  click: (event: MouseEvent) => any;
15
15
  }, string, import('vue').PublicProps, Readonly<UiButtonProps> & Readonly<{
16
16
  onClick?: ((event: MouseEvent) => any) | undefined;
17
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLButtonElement>;
17
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
18
18
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
19
19
  export default _default;
20
20
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -0,0 +1,22 @@
1
+ type __VLS_Props = {
2
+ to?: string;
3
+ disabled?: boolean;
4
+ };
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ default?(_: {}): any;
9
+ default?(_: {}): any;
10
+ };
11
+ refs: {};
12
+ rootEl: any;
13
+ };
14
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
+ export default _default;
18
+ type __VLS_WithTemplateSlots<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };
@@ -10,6 +10,7 @@ export type UiButtonProps = {
10
10
  circle?: boolean;
11
11
  bordered?: boolean;
12
12
  htmlType?: UiButtonHTMLType;
13
+ to?: string;
13
14
  };
14
15
  export type UiButtonSize = 's' | 'xs' | 'm' | 'l';
15
16
  export type UiButtonType = 'primary' | 'secondary' | 'accent' | 'jobsites' | 'ghost' | 'ghost-danger' | 'danger';
@@ -3,5 +3,5 @@ declare const _default: import('vue').DefineComponent<UiButtonIconProps, {}, {},
3
3
  click: () => any;
4
4
  }, string, import('vue').PublicProps, Readonly<UiButtonIconProps> & Readonly<{
5
5
  onClick?: (() => any) | undefined;
6
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLButtonElement>;
6
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
7
7
  export default _default;
package/dist/ui.es.js CHANGED
@@ -1,5 +1,5 @@
1
1
  (function(){"use strict";try{if(typeof document<"u"){var o=document.createElement("style");o.nonce=document.head.querySelector("meta[property=csp-nonce]")?.content,o.appendChild(document.createTextNode(`@keyframes _loader-animation_tpkd0_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loader_tpkd0_11{color:var(--hf-loader-color);display:block;flex:0 0 auto}._circle_tpkd0_17{animation-name:_loader-animation_tpkd0_1;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}._white_tpkd0_24{--hf-loader-color: var(--hf-color-text-invert)}._black_tpkd0_28{--hf-loader-color: var(--hf-color-text-main)}._s_tpkd0_32{width:18px;height:18px}._m_tpkd0_37{width:28px;height:28px}._l_tpkd0_11{width:56px;height:56px}._spinner_tpkd0_47{display:inline-block;border:1px solid var(--hf-loader-color);border-radius:50%;border-left-color:transparent;border-top-color:transparent}._icon_1p8iz_2{font-style:normal;display:inline-block;vertical-align:middle}._button_mb1r2_1{font-family:var(--hf-font-family-body),sans-serif;font-style:normal;color:inherit;text-decoration:none;display:inline-flex;justify-content:center;align-items:center;gap:var(--hf-spacing-button-icon);min-width:-moz-max-content;min-width:max-content;border:solid 1px;position:relative;cursor:pointer;-moz-osx-font-smoothing:auto;-webkit-font-smoothing:antialiased}._button_mb1r2_1:active{background-color:#999}._button_mb1r2_1:focus{outline:none}._button_mb1r2_1:focus-visible{outline:solid 3px var(--hf-color-button-primary-border-focus)}._button_mb1r2_1:is(._disabled_mb1r2_1),._button_mb1r2_1:is(._disabled_mb1r2_1):hover{color:var(--hf-color-text-light);background-color:var(--hf-color-button-disable-default);border-color:transparent;box-shadow:none;transform:none;cursor:default}._button_mb1r2_1._loading_mb1r2_1{cursor:default}._button_mb1r2_1._loading_mb1r2_1>*:not(._loader_mb1r2_1){visibility:hidden}._content_mb1r2_1{line-height:inherit;display:flex}._content_mb1r2_1:first-child:last-child{text-align:center;width:100%}._loader_mb1r2_1{display:flex;justify-content:center;align-items:center;position:absolute;inset:0}._dropDown_mb1r2_1{margin-right:-4px}._s_mb1r2_2{font-size:var(--hf-font-size-button-s);font-weight:var(--hf-font-weight-button-s);line-height:var(--hf-font-line-height-button-s);padding:var(--hf-padding-button-top-bottom-s) var(--hf-padding-button-left-right-s);border-radius:var(--hf-radius-button-s)}._xs_mb1r2_1{font-size:var(--hf-font-size-button-xs);font-weight:var(--hf-font-weight-button-xs);line-height:var(--hf-font-line-height-button-xs);padding:var(--hf-padding-button-top-bottom-xs) var(--hf-padding-button-left-right-xs)}._xs_mb1r2_1._square_mb1r2_1{border-radius:var(--hf-radius-button-xs)}._xs_mb1r2_1._circle_mb1r2_1{border-radius:var(--hf-radius-button-circle)}._m_mb1r2_1{font-size:var(--hf-font-size-button-m);font-weight:var(--hf-font-weight-button-m);line-height:var(--hf-font-line-height-button-m);padding:var(--hf-padding-button-top-bottom-m) var(--hf-padding-button-left-right-m);border-radius:var(--hf-radius-button-m)}._l_mb1r2_1{font-size:var(--hf-font-size-button-l);font-weight:var(--hf-font-weight-button-l);line-height:var(--hf-font-line-height-button-l);padding:var(--hf-padding-button-top-bottom-l) var(--hf-padding-button-left-right-l);border-radius:var(--hf-radius-button-l)}._primary_mb1r2_1{color:var(--hf-color-text-invert);background-color:var(--hf-color-button-primary-default);border-color:var(--hf-color-button-primary-default)}._primary_mb1r2_1:hover{background-color:var(--hf-color-button-primary-hover);border-color:var(--hf-color-button-primary-hover)}._primary_mb1r2_1:active{background-color:var(--hf-color-button-primary-active);border-color:var(--hf-color-button-primary-active)}._primary_mb1r2_1._loading_mb1r2_1{background-color:var(--hf-color-button-primary-default)}._secondary_mb1r2_1{color:var(--hf-color-text-main);background-color:var(--hf-color-button-secondary-fill-default);border-color:var(--hf-color-button-secondary-border-default);box-shadow:0 1px 4px #0505050a}._secondary_mb1r2_1:hover{background-color:var(--hf-color-button-secondary-fill-hover);border-color:var(--hf-color-button-secondary-fill-hover)}._secondary_mb1r2_1:active{background-color:var(--hf-color-button-secondary-fill-active);border-color:var(--hf-color-button-secondary-fill-active)}._secondary_mb1r2_1._loading_mb1r2_1{background-color:var(--hf-color-button-secondary-fill-default)}._accent_mb1r2_1{color:var(--hf-color-text-invert);background-color:var(--hf-color-button-accent-default);border-color:var(--hf-color-button-accent-default)}._accent_mb1r2_1:hover{background-color:var(--hf-color-button-accent-hover);border-color:var(--hf-color-button-accent-hover)}._accent_mb1r2_1:active{background-color:var(--hf-color-button-accent-active);border-color:var(--hf-color-button-accent-active)}._accent_mb1r2_1._loading_mb1r2_1{background-color:var(--hf-color-button-accent-default)}._danger_mb1r2_1{color:var(--hf-color-text-invert);background-color:var(--hf-color-button-danger-default);border-color:var(--hf-color-button-danger-default)}._danger_mb1r2_1:hover{background-color:var(--hf-color-button-danger-hover);border-color:var(--hf-color-button-danger-hover)}._danger_mb1r2_1:active{background-color:var(--hf-color-button-danger-active);border-color:var(--hf-color-button-danger-active)}._danger_mb1r2_1._loading_mb1r2_1{background-color:var(--hf-color-button-danger-default)}._jobsites_mb1r2_1{color:var(--hf-color-text-invert);background-color:var(--hf-color-button-jobsite-default);border-color:var(--hf-color-button-jobsite-default)}._jobsites_mb1r2_1:hover{background-color:var(--hf-color-button-jobsite-hover);border-color:var(--hf-color-button-jobsite-hover)}._jobsites_mb1r2_1:active{background-color:var(--hf-color-button-jobsite-active);border-color:var(--hf-color-button-jobsite-active)}._jobsites_mb1r2_1._loading_mb1r2_1{background-color:var(--hf-color-button-jobsite-default)}._ghost_mb1r2_1{color:var(--hf-color-text-secondary);background-color:transparent;border-color:transparent}._ghost_mb1r2_1:hover{color:var(--hf-color-text-main);background-color:var(--hf-color-button-secondary-fill-hover)}._ghost_mb1r2_1:active{color:var(--hf-color-text-main);background-color:var(--hf-color-button-secondary-fill-active)}._ghost_mb1r2_1._loading_mb1r2_1{background-color:transparent}._ghost-danger_mb1r2_1{color:var(--hf-color-text-secondary);background-color:transparent;border-color:transparent}._ghost-danger_mb1r2_1:hover{color:var(--hf-color-text-invert);background-color:var(--hf-color-button-danger-hover)}._ghost-danger_mb1r2_1:active{color:var(--hf-color-text-invert);background-color:var(--hf-color-button-danger-active)}._ghost-danger_mb1r2_1._loading_mb1r2_1{background-color:transparent}:root{--hf-btn-size-xs: 28px;--hf-btn-size-s: 32px;--hf-btn-size-m: 36px;--hf-btn-size-l: 40px}._s_o7jd7_9{width:var(--hf-btn-size-s);height:var(--hf-btn-size-s)}._xs_o7jd7_14{width:var(--hf-btn-size-xs);height:var(--hf-btn-size-xs);border-radius:var(--hf-radius-button-circle)}._m_o7jd7_20{width:var(--hf-btn-size-m);height:var(--hf-btn-size-m)}._l_o7jd7_25{width:var(--hf-btn-size-l);height:var(--hf-btn-size-l)}._button_o7jd7_31{padding:0}._button_cmm43_1{font-family:var(--hf-font-family-body),sans-serif;font-size:var(--hf-font-size-button-link-s);font-style:normal;font-weight:var(--hf-font-weight-button-link-s);line-height:var(--hf-font-line-height-button-link-s);color:var(--hf-color-link-default);display:flex;flex-direction:row;align-items:center;gap:var(--hf-spacing-button-link-s);margin:0;padding:0 2px 0 0;background-color:transparent;border:none;cursor:pointer;-moz-osx-font-smoothing:auto;-webkit-font-smoothing:antialiased}._button_cmm43_1:hover{color:var(--hf-color-link-hover)}._button_cmm43_1:disabled,._button_cmm43_1:disabled:hover{color:var(--hf-color-link-default)}._lock_cmm43_30{margin:-12px -16px 0 0}._label_1ic51_1{font-family:var(--hf-font-family-body),sans-serif;font-size:var(--hf-font-size-label-title);font-style:normal;font-weight:var(--hf-font-weight-regular);line-height:var(--hf-font-line-height-label-title);color:var(--hf-color-text-main);-moz-osx-font-smoothing:auto;-webkit-font-smoothing:antialiased}._content_1g21n_1{font-family:var(--hf-font-family-body),sans-serif;display:flex;flex:1;flex-direction:row;gap:var(--hf-spacing-xs);margin-bottom:var(--hf-spacing-xs);-moz-osx-font-smoothing:auto;-webkit-font-smoothing:antialiased}._label_1g21n_12{font-style:normal;display:flex;flex:1;flex-direction:row;gap:var(--hf-spacing-xs);margin-bottom:var(--hf-spacing-xs)}._header_1g21n_21{font-size:var(--hf-font-size-text-h4);font-weight:var(--hf-font-weight-text-h4-medium);line-height:var(--hf-font-line-height-text-h4);color:var(--hf-color-text-main);display:block}._headerWrapper_1g21n_29{display:flex;flex-direction:column;flex-grow:1;gap:var(--hf-spacing-xs)}._title_1g21n_36{font-size:var(--hf-font-size-label-title);font-weight:var(--hf-font-weight-label-title);line-height:var(--hf-font-line-height-label-title);color:var(--hf-color-text-main);display:block}._subTitleRow_1g21n_44{font-size:var(--hf-font-size-label-subtitle);font-weight:var(--hf-font-weight-label-subtitle);color:var(--hf-color-text-semilight);display:flex;justify-content:space-between}._subTitle_1g21n_44{line-height:var(--hf-font-line-height-label-subtitle)}._link_1g21n_56{font-size:var(--hf-font-size-label-title);font-weight:var(--hf-font-weight-label-subtitle);line-height:var(--hf-font-line-height-label-subtitle);color:var(--hf-color-text-semilight);align-self:flex-end;height:20px;margin-left:auto;overflow:hidden;text-overflow:ellipsis}._link_1g21n_56 a{color:var(--hf-color-text-semilight);text-decoration:none}._linkUpper_1g21n_73{margin-bottom:1px}._wrapper_1qwte_1{font-family:var(--hf-font-family-body),sans-serif;margin-bottom:var(--hf-spacing-xs);-moz-osx-font-smoothing:auto;-webkit-font-smoothing:antialiased}._input_1qwte_8{font-size:var(--hf-font-size-field-text);font-weight:var(--hf-font-weight-field-text);line-height:var(--hf-font-line-height-field-text);color:var(--hf-color-input-text-default);box-sizing:border-box;width:100%;padding:var(--hf-padding-input-top-bottom-s) var(--hf-padding-input-right-s) var(--hf-padding-input-top-bottom-s) var(--hf-padding-input-left-s);background:var(--hf-color-input-background-default);border:var(--hf-border-xs) solid var(--hf-color-input-border-default);border-radius:var(--hf-radius-input-default)}._input_1qwte_8:active{border-color:var(--hf-color-input-border-focus)}._input_1qwte_8:focus{border-color:var(--hf-color-input-border-focus);outline:solid 3px var(--hf-color-input-border-focus-visible)}._input_1qwte_8:disabled{color:var(--hf-color-input-text-disable);background:var(--hf-color-input-background-disable);border-color:var(--hf-color-input-text-disable);outline:none}._error_1qwte_38,._error_1qwte_38:active{border-color:var(--hf-color-input-border-error)}._error_1qwte_38:focus{border-color:var(--hf-color-input-border-error);outline:solid 3px var(--hf-color-input-border-error-focus-visible)}._description_1qwte_51{font-size:var(--hf-font-size-field-error);font-weight:var(--hf-font-weight-field-description);line-height:var(--hf-font-line-height-field-description);margin-top:var(--hf-spacing-xs)}._description_1qwte_51 a{text-decoration:underline}._descriptionText_1qwte_62{color:var(--hf-color-input-text-description)}._errorText_1qwte_66{color:var(--hf-color-text-danger)}._inputWrapper_1qwte_70{position:relative}._leftSpace_1qwte_74{padding-left:42px}._rightSpace_1qwte_78{padding-right:42px}._leftIcon_1qwte_82,._rightIcon_1qwte_83{height:100%;position:absolute}._leftIcon_1qwte_82{left:15px}._rightIcon_1qwte_83{padding:0 9px;right:0}._rightIcon_1qwte_83[aria-label^=close]{color:var(--hf-color-text-light);cursor:pointer}._plank_1yp3k_1{font-family:var(--hf-font-family-body),sans-serif;font-size:var(--hf-font-size-text-primary);font-style:normal;font-weight:var(--hf-font-weight-text-primary-regular);line-height:var(--hf-font-line-height-text-primary);display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:var(--hf-spacing-m);padding:var(--hf-spacing-m) var(--hf-spacing-l);border-width:1px;border-style:solid;border-radius:var(--hf-radius-m);-moz-osx-font-smoothing:auto;-webkit-font-smoothing:antialiased}._default_1yp3k_20{color:var(--hf-color-text-main);background-color:var(--hf-color-plank-default-background);border-color:var(--hf-color-plank-default-border)}._accent_1yp3k_26{color:var(--hf-color-plank-success-text);background-color:var(--hf-color-plank-success-background);border-color:var(--hf-color-plank-success-border)}._danger_1yp3k_32{color:var(--hf-color-plank-danger-text);background-color:var(--hf-color-plank-danger-background);border-color:var(--hf-color-plank-danger-border)}._text_1yp3k_38{flex-grow:1}._icon_1yp3k_42{width:var(--hf-font-line-height-text-primary);height:var(--hf-font-line-height-text-primary)}._text_1sbhq_1{font-family:var(--hf-font-family-body),sans-serif;font-style:normal;color:var(--hf-color-text-main);margin:0;-moz-osx-font-smoothing:auto;-webkit-font-smoothing:antialiased}._primary_1sbhq_10{font-size:var(--hf-font-size-text-primary);font-weight:var(--hf-font-weight-text-primary-regular);line-height:var(--hf-font-line-height-text-primary)}._secondary_1sbhq_16{font-size:var(--hf-font-size-text-secondary);font-weight:var(--hf-font-weight-text-secondary-regular);line-height:var(--hf-font-line-height-text-secondary)}._accent_1sbhq_22{font-size:var(--hf-font-size-text-accent);font-weight:var(--hf-font-weight-text-accent-regular);line-height:var(--hf-font-line-height-text-accent)}._subtitle_1sbhq_28{font-size:var(--hf-font-size-text-subtitle);font-weight:var(--hf-font-weight-text-subtitle);line-height:var(--hf-font-line-height-text-subtitle)}._medium_1sbhq_34{font-weight:var(--hf-font-weight-text-primary-medium)}._color-main_1sbhq_38{color:var(--hf-color-text-main)}._color-secondary_1sbhq_42{color:var(--hf-color-text-secondary)}._color-semilight_1sbhq_46{color:var(--hf-color-text-semilight)}._color-light_1sbhq_50{color:var(--hf-color-text-light)}._color-invert_1sbhq_54{color:var(--hf-color-text-invert)}._color-danger_1sbhq_58{color:var(--hf-color-text-danger)}._color-success_1sbhq_62{color:var(--hf-color-text-success)}._title_1m0wo_1{font-family:var(--hf-font-family-body),sans-serif;font-style:normal;color:var(--hf-color-text-main);margin:0;-moz-osx-font-smoothing:auto;-webkit-font-smoothing:antialiased}._level-1_1m0wo_10{font-size:var(--hf-font-size-text-h1);font-weight:var(--hf-font-weight-text-h1-regular);line-height:var(--hf-font-line-height-text-h1)}._level-1_1m0wo_10._medium_1m0wo_15{font-weight:var(--hf-font-weight-text-h1-medium)}._level-2_1m0wo_20{font-size:var(--hf-font-size-text-h2);font-weight:var(--hf-font-weight-text-h2-regular);line-height:var(--hf-font-line-height-text-h2)}._level-2_1m0wo_20._medium_1m0wo_15{font-weight:var(--hf-font-weight-text-h2-medium)}._level-3_1m0wo_30{font-size:var(--hf-font-size-text-h3);font-weight:var(--hf-font-weight-text-h3-regular);line-height:var(--hf-font-line-height-text-h3)}._level-3_1m0wo_30._medium_1m0wo_15{font-weight:var(--hf-font-weight-text-h3-medium)}._level-4_1m0wo_40{font-size:var(--hf-font-size-text-h4);font-weight:var(--hf-font-weight-text-h4-regular);line-height:var(--hf-font-line-height-text-h4)}._level-4_1m0wo_40._medium_1m0wo_15{font-weight:var(--hf-font-weight-text-h4-medium)}._color-main_1m0wo_50{color:var(--hf-color-text-main)}._color-secondary_1m0wo_54{color:var(--hf-color-text-secondary)}._color-semilight_1m0wo_58{color:var(--hf-color-text-semilight)}._color-light_1m0wo_62{color:var(--hf-color-text-light)}._color-invert_1m0wo_66{color:var(--hf-color-text-invert)}._color-danger_1m0wo_70{color:var(--hf-color-text-danger)}._color-success_1m0wo_74{color:var(--hf-color-text-success)}._error_lk2jx_1{font-family:var(--hf-font-family-body),sans-serif;font-size:var(--hf-font-size-label-subtitle);font-weight:var(--hf-font-weight-regular);line-height:var(--hf-font-line-height-label-subtitle);color:var(--hf-color-text-danger);-moz-osx-font-smoothing:auto;-webkit-font-smoothing:antialiased}._root_1tj1b_1{overflow:hidden;border-radius:50%;position:relative;aspect-ratio:1/1}._root_1tj1b_1 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._default_1tj1b_14{background-color:var(--hf-color-avatar-background);background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.3731%2012.2451C8.04067%2011.4614%207.47001%207.04127%2010.5054%205.5244C11.4539%205.05047%2012.6607%205.02109%2013.5811%205.44961C15.802%206.48374%2016.3914%209.29209%2014.7734%2011.1304C13.9547%2012.0605%2012.5483%2012.5215%2011.3731%2012.2451Z'%20fill='%23D7D7D7'/%3e%3cpath%20d='M7.06146%2014.4533C7.36479%2013.8666%208.78017%2013.2895%2010.4265%2013.081C12.0578%2012.8746%2013.8883%2012.9839%2015.2382%2013.3686C17.2103%2013.9304%2017.7187%2014.6903%2017.0375%2016.0575C16.2941%2017.5493%2013.9853%2018.8659%2012.1058%2018.8699C10.2126%2018.874%207.85172%2017.5174%207.15739%2016.0265C6.84163%2015.3485%206.81597%2014.9279%207.06146%2014.4533Z'%20fill='%23D7D7D7'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center center;background-size:cover}._default_1tj1b_14 img{display:none}._xxs_1tj1b_26{width:var(--hf-size-avatar-xxs)}._xs_1tj1b_30{width:var(--hf-size-avatar-xs)}._s_1tj1b_16{width:var(--hf-size-avatar-s)}._m_1tj1b_38{width:var(--hf-size-avatar-m)}._l_1tj1b_42{width:var(--hf-size-avatar-l)}._l_1tj1b_42._square_1tj1b_45{border-radius:var(--hf-radius-s)}._xl_1tj1b_50{width:var(--hf-size-avatar-xl)}._xl_1tj1b_50._square_1tj1b_45{border-radius:var(--hf-radius-l)}._xxl_1tj1b_58{width:var(--hf-size-avatar-xxl)}._xxl_1tj1b_58._square_1tj1b_45{border-radius:var(--hf-radius-l)}._3xl_1tj1b_66{width:var(--hf-size-avatar-3xl)}._3xl_1tj1b_66._square_1tj1b_45{border-radius:var(--hf-radius-l)}._stack_1b4a2_1{list-style:none;display:flex;flex-wrap:wrap;margin:0;padding:0}._auto_1b4a2_9{width:auto}._row_1b4a2_13{flex-direction:row}._row_1b4a2_13._reverse_1b4a2_16{flex-direction:row-reverse}._column_1b4a2_21{flex-direction:column;width:-moz-fit-content;width:fit-content}._column_1b4a2_21._reverse_1b4a2_16{flex-direction:column-reverse}._full_1b4a2_30{width:100%}._xxs_1b4a2_34{gap:var(--hf-spacing-xxs)}._xs_1b4a2_38{gap:var(--hf-spacing-xs)}._s_1b4a2_1{gap:var(--hf-spacing-s)}._m_1b4a2_46{gap:var(--hf-spacing-m)}._l_1b4a2_50{gap:var(--hf-spacing-l)}._xl_1b4a2_54{gap:var(--hf-spacing-xl)}._xxl_1b4a2_58{gap:var(--hf-spacing-xxl)}._xxxl_1b4a2_62{gap:var(--hf-spacing-3xl)}._xxxxl_1b4a2_66{gap:var(--hf-spacing-4xl)}._xxxxxl_1b4a2_70{gap:var(--hf-spacing-5xl)}._main-start_1b4a2_74{justify-content:flex-start}._main-center_1b4a2_78{justify-content:center}._main-between_1b4a2_82{justify-content:space-between}._main-around_1b4a2_86{justify-content:space-around}._main-end_1b4a2_90{justify-content:flex-end}._cross-start_1b4a2_94{align-items:flex-start}._cross-center_1b4a2_98{align-items:center}._cross-end_1b4a2_102{align-items:flex-end}`)),document.head.appendChild(o)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();
2
- import { defineComponent as b, toRefs as J, computed as d, createElementBlock as m, openBlock as a, normalizeClass as r, unref as o, normalizeStyle as Q, createElementVNode as j, createCommentVNode as p, renderSlot as f, createBlock as k, createVNode as L, mergeProps as N, withCtx as h, Fragment as X, toValue as Y, getCurrentInstance as Z, ref as E, Comment as ee, cloneVNode as te, h as z, useSlots as ne, mergeModels as M, useModel as se, useAttrs as le, createSlots as oe, createTextVNode as T, toDisplayString as q, resolveDynamicComponent as A, watch as ae } from "vue";
2
+ import { defineComponent as f, toRefs as J, computed as d, createElementBlock as m, openBlock as o, normalizeClass as r, unref as a, normalizeStyle as Q, createElementVNode as j, renderSlot as b, createBlock as y, withCtx as g, createCommentVNode as p, createVNode as L, mergeProps as N, Fragment as X, toValue as Y, getCurrentInstance as Z, ref as E, Comment as ee, cloneVNode as te, h as z, useSlots as ne, mergeModels as M, useModel as se, useAttrs as le, createSlots as oe, createTextVNode as T, toDisplayString as q, resolveDynamicComponent as A, watch as ae } from "vue";
3
3
  const re = "_loader_tpkd0_11", ce = "_circle_tpkd0_17", ie = "_white_tpkd0_24", ue = "_black_tpkd0_28", de = "_s_tpkd0_32", _e = "_m_tpkd0_37", me = "_l_tpkd0_11", pe = "_spinner_tpkd0_47", C = {
4
4
  loader: re,
5
5
  circle: ce,
@@ -10,7 +10,7 @@ const re = "_loader_tpkd0_11", ce = "_circle_tpkd0_17", ie = "_white_tpkd0_24",
10
10
  m: _e,
11
11
  l: me,
12
12
  spinner: pe
13
- }, be = /* @__PURE__ */ b({
13
+ }, be = /* @__PURE__ */ f({
14
14
  name: "UiLoader",
15
15
  __name: "loader",
16
16
  props: {
@@ -25,11 +25,11 @@ const re = "_loader_tpkd0_11", ce = "_circle_tpkd0_17", ie = "_white_tpkd0_24",
25
25
  C[c.value],
26
26
  C.circle
27
27
  ]);
28
- return (u, w) => (a(), m("span", {
29
- class: r([o(C).spinner, _.value])
28
+ return (i, w) => (o(), m("span", {
29
+ class: r([a(C).spinner, _.value])
30
30
  }, null, 2));
31
31
  }
32
- }), fe = ["aria-label", "width", "height"], ye = ["xlink:href"], ke = /* @__PURE__ */ b({
32
+ }), fe = ["aria-label", "width", "height"], ye = ["xlink:href"], ke = /* @__PURE__ */ f({
33
33
  name: "UiIcon",
34
34
  __name: "icon",
35
35
  props: {
@@ -45,7 +45,7 @@ const re = "_loader_tpkd0_11", ce = "_circle_tpkd0_17", ie = "_white_tpkd0_24",
45
45
  const l = {};
46
46
  return t.color && (l.color = t.color), t.block && (l.display = "block"), l;
47
47
  });
48
- return (l, c) => (a(), m("svg", {
48
+ return (l, c) => (o(), m("svg", {
49
49
  class: r(l.$style.icon),
50
50
  "aria-label": l.name,
51
51
  style: Q(s.value),
@@ -67,7 +67,7 @@ const re = "_loader_tpkd0_11", ce = "_circle_tpkd0_17", ie = "_white_tpkd0_24",
67
67
  return n;
68
68
  }, $e = {
69
69
  $style: he
70
- }, x = /* @__PURE__ */ ve(ke, [["__cssModules", $e]]), hn = async () => {
70
+ }, x = /* @__PURE__ */ ve(ke, [["__cssModules", $e]]), $n = async () => {
71
71
  if (!(typeof document > "u") && !document.getElementById("__svg-sprite__"))
72
72
  try {
73
73
  const t = `
@@ -79,15 +79,15 @@ const re = "_loader_tpkd0_11", ce = "_circle_tpkd0_17", ie = "_white_tpkd0_24",
79
79
  } catch (e) {
80
80
  console.error("Failed to load SVG sprite:", e);
81
81
  }
82
- }, xe = "_button_mb1r2_1", we = "_disabled_mb1r2_1", Ce = "_loading_mb1r2_1", Te = "_loader_mb1r2_1", qe = "_content_mb1r2_1", Ie = "_dropDown_mb1r2_1", Se = "_s_mb1r2_2", Be = "_xs_mb1r2_1", Ue = "_square_mb1r2_1", je = "_circle_mb1r2_1", Le = "_m_mb1r2_1", Ne = "_l_mb1r2_1", ze = "_primary_mb1r2_1", Ee = "_secondary_mb1r2_1", Ae = "_accent_mb1r2_1", Me = "_danger_mb1r2_1", Ve = "_jobsites_mb1r2_1", Oe = "_ghost_mb1r2_1", g = {
82
+ }, xe = "_button_mb1r2_1", we = "_disabled_mb1r2_1", Ce = "_loading_mb1r2_1", Te = "_loader_mb1r2_1", qe = "_content_mb1r2_1", Be = "_dropDown_mb1r2_1", Ie = "_s_mb1r2_2", Se = "_xs_mb1r2_1", Ue = "_square_mb1r2_1", je = "_circle_mb1r2_1", Le = "_m_mb1r2_1", Ne = "_l_mb1r2_1", ze = "_primary_mb1r2_1", Ee = "_secondary_mb1r2_1", Ae = "_accent_mb1r2_1", Me = "_danger_mb1r2_1", Ve = "_jobsites_mb1r2_1", Oe = "_ghost_mb1r2_1", h = {
83
83
  button: xe,
84
84
  disabled: we,
85
85
  loading: Ce,
86
86
  loader: Te,
87
87
  content: qe,
88
- dropDown: Ie,
89
- s: Se,
90
- xs: Be,
88
+ dropDown: Be,
89
+ s: Ie,
90
+ xs: Se,
91
91
  square: Ue,
92
92
  circle: je,
93
93
  m: Le,
@@ -99,7 +99,26 @@ const re = "_loader_tpkd0_11", ce = "_circle_tpkd0_17", ie = "_white_tpkd0_24",
99
99
  jobsites: Ve,
100
100
  ghost: Oe,
101
101
  "ghost-danger": "_ghost-danger_mb1r2_1"
102
- }, Pe = ["name", "type", "disabled"], P = /* @__PURE__ */ b({
102
+ }, Pe = ["href"], De = ["disabled"], Re = /* @__PURE__ */ f({
103
+ __name: "tag-variant",
104
+ props: {
105
+ to: {},
106
+ disabled: { type: Boolean }
107
+ },
108
+ setup(e) {
109
+ return (t, n) => t.to && !t.disabled ? (o(), m("a", {
110
+ key: 0,
111
+ href: t.to
112
+ }, [
113
+ b(t.$slots, "default")
114
+ ], 8, Pe)) : (o(), m("button", {
115
+ key: 1,
116
+ disabled: t.disabled
117
+ }, [
118
+ b(t.$slots, "default")
119
+ ], 8, De));
120
+ }
121
+ }), P = /* @__PURE__ */ f({
103
122
  name: "UiButton",
104
123
  __name: "button",
105
124
  props: {
@@ -113,7 +132,8 @@ const re = "_loader_tpkd0_11", ce = "_circle_tpkd0_17", ie = "_white_tpkd0_24",
113
132
  name: {},
114
133
  circle: { type: Boolean, default: !1 },
115
134
  bordered: { type: Boolean, default: !1 },
116
- htmlType: { default: "button" }
135
+ htmlType: { default: "button" },
136
+ to: {}
117
137
  },
118
138
  emits: ["click"],
119
139
  setup(e, { emit: t }) {
@@ -126,58 +146,62 @@ const re = "_loader_tpkd0_11", ce = "_circle_tpkd0_17", ie = "_white_tpkd0_24",
126
146
  ghost: "black",
127
147
  "ghost-danger": "black"
128
148
  }, l = d(() => [
129
- g.button,
130
- g[e.size],
131
- g[e.type],
132
- e.circle ? g.circle : g.square,
149
+ h.button,
150
+ h[e.size],
151
+ h[e.type],
152
+ e.circle ? h.circle : h.square,
133
153
  {
134
- [g.disabled]: e.disabled,
135
- [g.loading]: e.loading,
136
- [g.active]: e.active,
137
- [g.bordered]: e.bordered
154
+ [h.disabled]: e.disabled,
155
+ [h.loading]: e.loading,
156
+ [h.active]: e.active,
157
+ [h.bordered]: e.bordered
138
158
  },
139
159
  e.className
140
- ]), c = d(() => s[e.type] || "white"), _ = (u) => {
141
- n("click", u);
160
+ ]), c = d(() => s[e.type] || "white"), _ = (i) => {
161
+ n("click", i);
142
162
  };
143
- return (u, w) => (a(), m("button", {
144
- name: u.name,
163
+ return (i, w) => (o(), y(Re, {
164
+ to: i.to,
165
+ name: i.name,
145
166
  class: r(l.value),
146
- type: u.htmlType,
147
- disabled: u.disabled || u.loading,
167
+ type: i.htmlType,
168
+ disabled: i.disabled || i.loading,
148
169
  onClick: _
149
- }, [
150
- u.loading ? (a(), m("div", {
151
- key: 0,
152
- class: r(o(g).loader)
153
- }, [
154
- L(o(be), {
155
- size: "s",
156
- color: c.value
157
- }, null, 8, ["color"])
158
- ], 2)) : p("", !0),
159
- u.$slots.before ? f(u.$slots, "before", { key: 1 }) : p("", !0),
160
- u.$slots.default ? (a(), m("span", {
161
- key: 2,
162
- class: r(o(g).content)
163
- }, [
164
- f(u.$slots, "default")
165
- ], 2)) : p("", !0),
166
- u.$slots.after ? f(u.$slots, "after", { key: 3 }) : p("", !0),
167
- u.dropdown ? (a(), k(o(x), {
168
- key: 4,
169
- class: r(o(g).dropDown),
170
- name: "chevron-down-16"
171
- }, null, 8, ["class"])) : p("", !0)
172
- ], 10, Pe));
170
+ }, {
171
+ default: g(() => [
172
+ i.loading ? (o(), m("div", {
173
+ key: 0,
174
+ class: r(a(h).loader)
175
+ }, [
176
+ L(a(be), {
177
+ size: "s",
178
+ color: c.value
179
+ }, null, 8, ["color"])
180
+ ], 2)) : p("", !0),
181
+ i.$slots.before ? b(i.$slots, "before", { key: 1 }) : p("", !0),
182
+ i.$slots.default ? (o(), m("span", {
183
+ key: 2,
184
+ class: r(a(h).content)
185
+ }, [
186
+ b(i.$slots, "default")
187
+ ], 2)) : p("", !0),
188
+ i.$slots.after ? b(i.$slots, "after", { key: 3 }) : p("", !0),
189
+ i.dropdown ? (o(), y(a(x), {
190
+ key: 4,
191
+ class: r(a(h).dropDown),
192
+ name: "chevron-down-16"
193
+ }, null, 8, ["class"])) : p("", !0)
194
+ ]),
195
+ _: 3
196
+ }, 8, ["to", "name", "class", "type", "disabled"]));
173
197
  }
174
- }), De = "_s_o7jd7_9", Re = "_xs_o7jd7_14", We = "_m_o7jd7_20", Fe = "_l_o7jd7_25", He = "_button_o7jd7_31", V = {
175
- s: De,
176
- xs: Re,
177
- m: We,
178
- l: Fe,
179
- button: He
180
- }, vn = /* @__PURE__ */ b({
198
+ }), We = "_s_o7jd7_9", Fe = "_xs_o7jd7_14", He = "_m_o7jd7_20", Ge = "_l_o7jd7_25", Ke = "_button_o7jd7_31", V = {
199
+ s: We,
200
+ xs: Fe,
201
+ m: He,
202
+ l: Ge,
203
+ button: Ke
204
+ }, xn = /* @__PURE__ */ f({
181
205
  name: "UiButtonIcon",
182
206
  __name: "button-icon",
183
207
  props: {
@@ -212,20 +236,20 @@ const re = "_loader_tpkd0_11", ce = "_circle_tpkd0_17", ie = "_white_tpkd0_24",
212
236
  circle: s.value,
213
237
  bordered: e.bordered
214
238
  }));
215
- return (c, _) => (a(), k(o(P), N({ class: t.value }, l.value, {
239
+ return (c, _) => (o(), y(a(P), N({ class: t.value }, l.value, {
216
240
  "html-type": "button",
217
- onClick: _[0] || (_[0] = (u) => c.$emit("click"))
241
+ onClick: _[0] || (_[0] = (i) => c.$emit("click"))
218
242
  }), {
219
- before: h(() => [
220
- L(o(x), { name: n.value }, null, 8, ["name"])
243
+ before: g(() => [
244
+ L(a(x), { name: n.value }, null, 8, ["name"])
221
245
  ]),
222
246
  _: 1
223
247
  }, 16, ["class"]));
224
248
  }
225
- }), Ge = "_button_cmm43_1", Ke = "_lock_cmm43_30", O = {
226
- button: Ge,
227
- lock: Ke
228
- }, Je = ["disabled"], $n = /* @__PURE__ */ b({
249
+ }), Je = "_button_cmm43_1", Qe = "_lock_cmm43_30", O = {
250
+ button: Je,
251
+ lock: Qe
252
+ }, Xe = ["disabled"], wn = /* @__PURE__ */ f({
229
253
  name: "UiButtonLink",
230
254
  __name: "button-link",
231
255
  props: {
@@ -234,35 +258,35 @@ const re = "_loader_tpkd0_11", ce = "_circle_tpkd0_17", ie = "_white_tpkd0_24",
234
258
  },
235
259
  emits: ["click"],
236
260
  setup(e) {
237
- return (t, n) => (a(), m("button", {
238
- class: r(o(O).button),
261
+ return (t, n) => (o(), m("button", {
262
+ class: r(a(O).button),
239
263
  type: "button",
240
264
  disabled: t.lock,
241
265
  onClick: n[0] || (n[0] = (s) => t.$emit("click"))
242
266
  }, [
243
- t.lock ? (a(), k(o(x), {
267
+ t.lock ? (o(), y(a(x), {
244
268
  key: 0,
245
269
  name: "lock-color-16",
246
- class: r(o(O).lock)
270
+ class: r(a(O).lock)
247
271
  }, null, 8, ["class"])) : p("", !0),
248
- t.icon ? (a(), k(o(x), {
272
+ t.icon ? (o(), y(a(x), {
249
273
  key: 1,
250
274
  name: "plus-18"
251
275
  })) : p("", !0),
252
- f(t.$slots, "default")
253
- ], 10, Je));
276
+ b(t.$slots, "default")
277
+ ], 10, Xe));
254
278
  }
255
279
  });
256
280
  function D(e) {
257
281
  return e ? e.flatMap((t) => t.type === X ? D(t.children) : [t]) : [];
258
282
  }
259
- function Qe(e) {
283
+ function Ye(e) {
260
284
  var t;
261
285
  const n = Y(e);
262
286
  return (t = n?.$el) != null ? t : n;
263
287
  }
264
- function Xe() {
265
- const e = Z(), t = E(), n = d(() => ["#text", "#comment"].includes(t.value?.$el.nodeName) ? t.value?.$el.nextElementSibling : Qe(t)), s = Object.assign({}, e.exposed), l = {};
288
+ function Ze() {
289
+ const e = Z(), t = E(), n = d(() => ["#text", "#comment"].includes(t.value?.$el.nodeName) ? t.value?.$el.nextElementSibling : Ye(t)), s = Object.assign({}, e.exposed), l = {};
266
290
  for (const _ in e.props) Object.defineProperty(l, _, {
267
291
  enumerable: !0,
268
292
  configurable: !0,
@@ -291,7 +315,7 @@ function Xe() {
291
315
  currentElement: n
292
316
  };
293
317
  }
294
- const Ye = b({
318
+ const et = f({
295
319
  name: "PrimitiveSlot",
296
320
  inheritAttrs: !1,
297
321
  setup(e, { attrs: t, slots: n }) {
@@ -301,18 +325,18 @@ const Ye = b({
301
325
  if (l === -1) return s;
302
326
  const c = s[l];
303
327
  delete c.props?.ref;
304
- const _ = c.props ? N(t, c.props) : t, u = te({
328
+ const _ = c.props ? N(t, c.props) : t, i = te({
305
329
  ...c,
306
330
  props: {}
307
331
  }, _);
308
- return s.length === 1 ? u : (s[l] = u, s);
332
+ return s.length === 1 ? i : (s[l] = i, s);
309
333
  };
310
334
  }
311
- }), Ze = [
335
+ }), tt = [
312
336
  "area",
313
337
  "img",
314
338
  "input"
315
- ], et = b({
339
+ ], nt = f({
316
340
  name: "Primitive",
317
341
  inheritAttrs: !1,
318
342
  props: {
@@ -327,10 +351,10 @@ const Ye = b({
327
351
  },
328
352
  setup(e, { attrs: t, slots: n }) {
329
353
  const s = e.asChild ? "template" : e.as;
330
- return typeof s == "string" && Ze.includes(s) ? () => z(s, t) : s !== "template" ? () => z(e.as, t, { default: n.default }) : () => z(Ye, t, { default: n.default });
354
+ return typeof s == "string" && tt.includes(s) ? () => z(s, t) : s !== "template" ? () => z(e.as, t, { default: n.default }) : () => z(et, t, { default: n.default });
331
355
  }
332
356
  });
333
- var tt = /* @__PURE__ */ b({
357
+ var st = /* @__PURE__ */ f({
334
358
  __name: "Label",
335
359
  props: {
336
360
  for: {
@@ -349,17 +373,17 @@ var tt = /* @__PURE__ */ b({
349
373
  },
350
374
  setup(e) {
351
375
  const t = e;
352
- return Xe(), (n, s) => (a(), k(o(et), N(t, { onMousedown: s[0] || (s[0] = (l) => {
376
+ return Ze(), (n, s) => (o(), y(a(nt), N(t, { onMousedown: s[0] || (s[0] = (l) => {
353
377
  !l.defaultPrevented && l.detail > 1 && l.preventDefault();
354
378
  }) }), {
355
- default: h(() => [f(n.$slots, "default")]),
379
+ default: g(() => [b(n.$slots, "default")]),
356
380
  _: 3
357
381
  }, 16));
358
382
  }
359
- }), nt = tt;
360
- const st = "_label_1ic51_1", lt = {
361
- label: st
362
- }, ot = /* @__PURE__ */ b({
383
+ }), lt = st;
384
+ const ot = "_label_1ic51_1", at = {
385
+ label: ot
386
+ }, rt = /* @__PURE__ */ f({
363
387
  name: "UiLabel",
364
388
  __name: "label",
365
389
  props: {
@@ -367,29 +391,29 @@ const st = "_label_1ic51_1", lt = {
367
391
  },
368
392
  setup(e) {
369
393
  const t = e, n = d(() => [
370
- lt.label,
394
+ at.label,
371
395
  t.className
372
396
  ]);
373
- return (s, l) => (a(), k(o(nt), {
397
+ return (s, l) => (o(), y(a(lt), {
374
398
  class: r(n.value)
375
399
  }, {
376
- default: h(() => [
377
- f(s.$slots, "default")
400
+ default: g(() => [
401
+ b(s.$slots, "default")
378
402
  ]),
379
403
  _: 3
380
404
  }, 8, ["class"]));
381
405
  }
382
- }), at = "_content_1g21n_1", rt = "_label_1g21n_12", ct = "_header_1g21n_21", it = "_headerWrapper_1g21n_29", ut = "_title_1g21n_36", dt = "_subTitleRow_1g21n_44", _t = "_subTitle_1g21n_44", mt = "_link_1g21n_56", pt = "_linkUpper_1g21n_73", v = {
383
- content: at,
384
- label: rt,
385
- header: ct,
386
- headerWrapper: it,
387
- title: ut,
388
- subTitleRow: dt,
389
- subTitle: _t,
390
- link: mt,
391
- linkUpper: pt
392
- }, bt = /* @__PURE__ */ b({
406
+ }), ct = "_content_1g21n_1", it = "_label_1g21n_12", ut = "_header_1g21n_21", dt = "_headerWrapper_1g21n_29", _t = "_title_1g21n_36", mt = "_subTitleRow_1g21n_44", pt = "_subTitle_1g21n_44", bt = "_link_1g21n_56", ft = "_linkUpper_1g21n_73", v = {
407
+ content: ct,
408
+ label: it,
409
+ header: ut,
410
+ headerWrapper: dt,
411
+ title: _t,
412
+ subTitleRow: mt,
413
+ subTitle: pt,
414
+ link: bt,
415
+ linkUpper: ft
416
+ }, yt = /* @__PURE__ */ f({
393
417
  name: "UiLabelContent",
394
418
  __name: "label-content",
395
419
  emits: ["click"],
@@ -397,58 +421,58 @@ const st = "_label_1ic51_1", lt = {
397
421
  const t = ne(), n = d(() => t.header || t.title || t.subTitle), s = d(() => !t.title && !t.subTitle), l = d(
398
422
  () => [v.link, s.value && v.linkUpper].filter(Boolean)
399
423
  );
400
- return (c, _) => (a(), m("div", {
401
- class: r(o(v).content)
424
+ return (c, _) => (o(), m("div", {
425
+ class: r(a(v).content)
402
426
  }, [
403
- n.value ? (a(), m("span", {
427
+ n.value ? (o(), m("span", {
404
428
  key: 0,
405
- class: r(o(v).headerWrapper)
429
+ class: r(a(v).headerWrapper)
406
430
  }, [
407
- c.$slots.header ? (a(), m("span", {
431
+ c.$slots.header ? (o(), m("span", {
408
432
  key: 0,
409
- class: r(o(v).header)
433
+ class: r(a(v).header)
410
434
  }, [
411
- f(c.$slots, "header")
435
+ b(c.$slots, "header")
412
436
  ], 2)) : p("", !0),
413
- c.$slots.title ? (a(), m("span", {
437
+ c.$slots.title ? (o(), m("span", {
414
438
  key: 1,
415
- class: r(o(v).title)
439
+ class: r(a(v).title)
416
440
  }, [
417
- f(c.$slots, "default")
441
+ b(c.$slots, "default")
418
442
  ], 2)) : p("", !0),
419
- c.$slots.subTitle ? (a(), m("span", {
443
+ c.$slots.subTitle ? (o(), m("span", {
420
444
  key: 2,
421
- class: r(o(v).subTitleRow)
445
+ class: r(a(v).subTitleRow)
422
446
  }, [
423
447
  j("span", {
424
- class: r(o(v).subTitle)
448
+ class: r(a(v).subTitle)
425
449
  }, [
426
- f(c.$slots, "subTitle")
450
+ b(c.$slots, "subTitle")
427
451
  ], 2)
428
452
  ], 2)) : p("", !0)
429
453
  ], 2)) : p("", !0),
430
- c.$slots.link ? (a(), m("span", {
454
+ c.$slots.link ? (o(), m("span", {
431
455
  key: 1,
432
456
  class: r(l.value),
433
- onClick: _[0] || (_[0] = (u) => c.$emit("click"))
457
+ onClick: _[0] || (_[0] = (i) => c.$emit("click"))
434
458
  }, [
435
- f(c.$slots, "link")
459
+ b(c.$slots, "link")
436
460
  ], 2)) : p("", !0)
437
461
  ], 2));
438
462
  }
439
- }), ft = "_wrapper_1qwte_1", yt = "_input_1qwte_8", kt = "_error_1qwte_38", gt = "_description_1qwte_51", ht = "_descriptionText_1qwte_62", vt = "_errorText_1qwte_66", $t = "_inputWrapper_1qwte_70", xt = "_leftSpace_1qwte_74", wt = "_rightSpace_1qwte_78", Ct = "_leftIcon_1qwte_82", Tt = "_rightIcon_1qwte_83", y = {
440
- wrapper: ft,
441
- input: yt,
442
- error: kt,
443
- description: gt,
444
- descriptionText: ht,
445
- errorText: vt,
446
- inputWrapper: $t,
447
- leftSpace: xt,
448
- rightSpace: wt,
449
- leftIcon: Ct,
450
- rightIcon: Tt
451
- }, qt = ["id", "value", "name", "type", "disabled", "placeholder", "aria-invalid"], It = ["innerHTML"], St = ["innerHTML"], xn = /* @__PURE__ */ b({
463
+ }), kt = "_wrapper_1qwte_1", gt = "_input_1qwte_8", ht = "_error_1qwte_38", vt = "_description_1qwte_51", $t = "_descriptionText_1qwte_62", xt = "_errorText_1qwte_66", wt = "_inputWrapper_1qwte_70", Ct = "_leftSpace_1qwte_74", Tt = "_rightSpace_1qwte_78", qt = "_leftIcon_1qwte_82", Bt = "_rightIcon_1qwte_83", k = {
464
+ wrapper: kt,
465
+ input: gt,
466
+ error: ht,
467
+ description: vt,
468
+ descriptionText: $t,
469
+ errorText: xt,
470
+ inputWrapper: wt,
471
+ leftSpace: Ct,
472
+ rightSpace: Tt,
473
+ leftIcon: qt,
474
+ rightIcon: Bt
475
+ }, It = ["id", "value", "name", "type", "disabled", "placeholder", "aria-invalid"], St = ["innerHTML"], Ut = ["innerHTML"], Cn = /* @__PURE__ */ f({
452
476
  name: "UiInput",
453
477
  __name: "input",
454
478
  props: /* @__PURE__ */ M({
@@ -474,55 +498,55 @@ const st = "_label_1ic51_1", lt = {
474
498
  emits: /* @__PURE__ */ M(["update:modelValue", "inputValue", "enter", "clickLink", "clickIcon", "click", "focus", "blur"], ["update:modelValue"]),
475
499
  setup(e, { emit: t }) {
476
500
  const n = t, s = se(e, "modelValue"), l = le(), c = d(() => [
477
- y.input,
501
+ k.input,
478
502
  {
479
- [y.disabled]: e.disabled,
480
- [y.error]: e.error,
481
- [y.loading]: e.loading,
482
- [y.leftSpace]: !!e.leftIcon,
483
- [y.rightSpace]: !!e.rightIcon
503
+ [k.disabled]: e.disabled,
504
+ [k.error]: e.error,
505
+ [k.loading]: e.loading,
506
+ [k.leftSpace]: !!e.leftIcon,
507
+ [k.rightSpace]: !!e.rightIcon
484
508
  },
485
509
  e.className
486
- ]), _ = d(() => e.header || e.title || e.subTitle || e.link), u = d(() => e.description || e.error), w = (i) => {
487
- i.key === "Enter" && n("enter");
488
- }, R = (i) => {
489
- n("update:modelValue", i.target.value), n("inputValue", i.target.value);
490
- }, W = () => n("focus"), F = () => n("blur"), H = () => n("clickLink"), G = () => n("click"), K = (i) => {
491
- i.preventDefault(), n("clickIcon");
510
+ ]), _ = d(() => e.header || e.title || e.subTitle || e.link), i = d(() => e.description || e.error), w = (u) => {
511
+ u.key === "Enter" && n("enter");
512
+ }, R = (u) => {
513
+ n("update:modelValue", u.target.value), n("inputValue", u.target.value);
514
+ }, W = () => n("focus"), F = () => n("blur"), H = () => n("clickLink"), G = () => n("click"), K = (u) => {
515
+ u.preventDefault(), n("clickIcon");
492
516
  };
493
- return (i, kn) => (a(), m("div", {
494
- class: r(o(y).wrapper)
517
+ return (u, hn) => (o(), m("div", {
518
+ class: r(a(k).wrapper)
495
519
  }, [
496
- _.value ? (a(), k(o(ot), {
520
+ _.value ? (o(), y(a(rt), {
497
521
  key: 0,
498
- for: i.id,
522
+ for: u.id,
499
523
  onClick: H
500
524
  }, {
501
- default: h(() => [
502
- L(o(bt), null, oe({
503
- default: h(() => [
504
- T(" " + q(i.title) + " ", 1)
525
+ default: g(() => [
526
+ L(a(yt), null, oe({
527
+ default: g(() => [
528
+ T(" " + q(u.title) + " ", 1)
505
529
  ]),
506
530
  _: 2
507
531
  }, [
508
- i.header ? {
532
+ u.header ? {
509
533
  name: "header",
510
- fn: h(() => [
511
- T(q(i.header), 1)
534
+ fn: g(() => [
535
+ T(q(u.header), 1)
512
536
  ]),
513
537
  key: "0"
514
538
  } : void 0,
515
- i.subTitle ? {
539
+ u.subTitle ? {
516
540
  name: "subTitle",
517
- fn: h(() => [
518
- T(q(i.subTitle), 1)
541
+ fn: g(() => [
542
+ T(q(u.subTitle), 1)
519
543
  ]),
520
544
  key: "1"
521
545
  } : void 0,
522
- i.link ? {
546
+ u.link ? {
523
547
  name: "link",
524
- fn: h(() => [
525
- T(q(i.link), 1)
548
+ fn: g(() => [
549
+ T(q(u.link), 1)
526
550
  ]),
527
551
  key: "2"
528
552
  } : void 0
@@ -531,61 +555,61 @@ const st = "_label_1ic51_1", lt = {
531
555
  _: 1
532
556
  }, 8, ["for"])) : p("", !0),
533
557
  j("div", {
534
- class: r(o(y).inputWrapper)
558
+ class: r(a(k).inputWrapper)
535
559
  }, [
536
- i.leftIcon ? (a(), k(o(x), {
560
+ u.leftIcon ? (o(), y(a(x), {
537
561
  key: 0,
538
- name: i.leftIcon,
539
- class: r(o(y).leftIcon)
562
+ name: u.leftIcon,
563
+ class: r(a(k).leftIcon)
540
564
  }, null, 8, ["name", "class"])) : p("", !0),
541
565
  j("input", N({
542
- id: i.id,
566
+ id: u.id,
543
567
  value: s.value,
544
- name: i.name,
545
- type: i.type,
546
- disabled: i.disabled || i.loading,
547
- placeholder: i.placeholder,
568
+ name: u.name,
569
+ type: u.type,
570
+ disabled: u.disabled || u.loading,
571
+ placeholder: u.placeholder,
548
572
  class: c.value,
549
- "aria-invalid": !!i.error
550
- }, o(l), {
573
+ "aria-invalid": !!u.error
574
+ }, a(l), {
551
575
  onInput: R,
552
576
  onKeydown: w,
553
577
  onFocus: W,
554
578
  onBlur: F,
555
579
  onClick: G
556
- }), null, 16, qt),
557
- i.rightIcon ? (a(), k(o(x), {
580
+ }), null, 16, It),
581
+ u.rightIcon ? (o(), y(a(x), {
558
582
  key: 1,
559
- name: i.rightIcon,
560
- class: r(o(y).rightIcon),
583
+ name: u.rightIcon,
584
+ class: r(a(k).rightIcon),
561
585
  onClick: K
562
586
  }, null, 8, ["name", "class"])) : p("", !0)
563
587
  ], 2),
564
- u.value ? (a(), m("div", {
588
+ i.value ? (o(), m("div", {
565
589
  key: 1,
566
- class: r(o(y).description)
590
+ class: r(a(k).description)
567
591
  }, [
568
- i.error ? (a(), m("div", {
592
+ u.error ? (o(), m("div", {
569
593
  key: 0,
570
- class: r(o(y).errorText),
571
- innerHTML: i.error
572
- }, null, 10, It)) : p("", !0),
573
- i.description ? (a(), m("div", {
594
+ class: r(a(k).errorText),
595
+ innerHTML: u.error
596
+ }, null, 10, St)) : p("", !0),
597
+ u.description ? (o(), m("div", {
574
598
  key: 1,
575
- class: r(o(y).descriptionText),
576
- innerHTML: i.description
577
- }, null, 10, St)) : p("", !0)
599
+ class: r(a(k).descriptionText),
600
+ innerHTML: u.description
601
+ }, null, 10, Ut)) : p("", !0)
578
602
  ], 2)) : p("", !0)
579
603
  ], 2));
580
604
  }
581
- }), Bt = "_plank_1yp3k_1", Ut = "_accent_1yp3k_26", jt = "_danger_1yp3k_32", Lt = "_text_1yp3k_38", Nt = "_icon_1yp3k_42", I = {
582
- plank: Bt,
605
+ }), jt = "_plank_1yp3k_1", Lt = "_accent_1yp3k_26", Nt = "_danger_1yp3k_32", zt = "_text_1yp3k_38", Et = "_icon_1yp3k_42", B = {
606
+ plank: jt,
583
607
  default: "_default_1yp3k_20",
584
- accent: Ut,
585
- danger: jt,
586
- text: Lt,
587
- icon: Nt
588
- }, wn = /* @__PURE__ */ b({
608
+ accent: Lt,
609
+ danger: Nt,
610
+ text: zt,
611
+ icon: Et
612
+ }, Tn = /* @__PURE__ */ f({
589
613
  name: "UiPlank",
590
614
  __name: "plank",
591
615
  props: {
@@ -596,44 +620,44 @@ const st = "_label_1ic51_1", lt = {
596
620
  emits: ["click"],
597
621
  setup(e) {
598
622
  const t = d(() => [
599
- I.plank,
600
- I[e.type]
623
+ B.plank,
624
+ B[e.type]
601
625
  ]);
602
- return (n, s) => (a(), m("div", {
626
+ return (n, s) => (o(), m("div", {
603
627
  class: r(t.value)
604
628
  }, [
605
- n.icon ? (a(), m("div", {
629
+ n.icon ? (o(), m("div", {
606
630
  key: 0,
607
- class: r(o(I).icon)
631
+ class: r(a(B).icon)
608
632
  }, [
609
- L(o(x), { name: n.icon }, null, 8, ["name"])
633
+ L(a(x), { name: n.icon }, null, 8, ["name"])
610
634
  ], 2)) : p("", !0),
611
- n.$slots.default ? (a(), m("div", {
635
+ n.$slots.default ? (o(), m("div", {
612
636
  key: 1,
613
- class: r(o(I).text)
637
+ class: r(a(B).text)
614
638
  }, [
615
- f(n.$slots, "default")
639
+ b(n.$slots, "default")
616
640
  ], 2)) : p("", !0),
617
- n.label ? (a(), k(o(P), {
641
+ n.label ? (o(), y(a(P), {
618
642
  key: 2,
619
643
  size: "xs",
620
644
  type: "secondary",
621
645
  onClick: s[0] || (s[0] = (l) => n.$emit("click"))
622
646
  }, {
623
- default: h(() => [
647
+ default: g(() => [
624
648
  T(q(n.label), 1)
625
649
  ]),
626
650
  _: 1
627
651
  })) : p("", !0)
628
652
  ], 2));
629
653
  }
630
- }), zt = "_text_1sbhq_1", Et = "_primary_1sbhq_10", At = "_secondary_1sbhq_16", Mt = "_accent_1sbhq_22", Vt = "_subtitle_1sbhq_28", Ot = "_medium_1sbhq_34", S = {
631
- text: zt,
632
- primary: Et,
633
- secondary: At,
634
- accent: Mt,
635
- subtitle: Vt,
636
- medium: Ot,
654
+ }), At = "_text_1sbhq_1", Mt = "_primary_1sbhq_10", Vt = "_secondary_1sbhq_16", Ot = "_accent_1sbhq_22", Pt = "_subtitle_1sbhq_28", Dt = "_medium_1sbhq_34", I = {
655
+ text: At,
656
+ primary: Mt,
657
+ secondary: Vt,
658
+ accent: Ot,
659
+ subtitle: Pt,
660
+ medium: Dt,
637
661
  "color-main": "_color-main_1sbhq_38",
638
662
  "color-secondary": "_color-secondary_1sbhq_42",
639
663
  "color-semilight": "_color-semilight_1sbhq_46",
@@ -641,7 +665,7 @@ const st = "_label_1ic51_1", lt = {
641
665
  "color-invert": "_color-invert_1sbhq_54",
642
666
  "color-danger": "_color-danger_1sbhq_58",
643
667
  "color-success": "_color-success_1sbhq_62"
644
- }, Cn = /* @__PURE__ */ b({
668
+ }, qn = /* @__PURE__ */ f({
645
669
  name: "UiText",
646
670
  __name: "text",
647
671
  props: {
@@ -652,24 +676,24 @@ const st = "_label_1ic51_1", lt = {
652
676
  },
653
677
  setup(e) {
654
678
  const t = d(() => [
655
- S.text,
656
- S[e.kind],
657
- e.weight && S[e.weight],
658
- e.color && S[`color-${e.color}`]
679
+ I.text,
680
+ I[e.kind],
681
+ e.weight && I[e.weight],
682
+ e.color && I[`color-${e.color}`]
659
683
  ]);
660
- return (n, s) => (a(), k(A(n.tagName), {
684
+ return (n, s) => (o(), y(A(n.tagName), {
661
685
  class: r(t.value)
662
686
  }, {
663
- default: h(() => [
664
- f(n.$slots, "default")
687
+ default: g(() => [
688
+ b(n.$slots, "default")
665
689
  ]),
666
690
  _: 3
667
691
  }, 8, ["class"]));
668
692
  }
669
- }), Pt = "_title_1m0wo_1", Dt = "_medium_1m0wo_15", B = {
670
- title: Pt,
693
+ }), Rt = "_title_1m0wo_1", Wt = "_medium_1m0wo_15", S = {
694
+ title: Rt,
671
695
  "level-1": "_level-1_1m0wo_10",
672
- medium: Dt,
696
+ medium: Wt,
673
697
  "level-2": "_level-2_1m0wo_20",
674
698
  "level-3": "_level-3_1m0wo_30",
675
699
  "level-4": "_level-4_1m0wo_40",
@@ -680,7 +704,7 @@ const st = "_label_1ic51_1", lt = {
680
704
  "color-invert": "_color-invert_1m0wo_66",
681
705
  "color-danger": "_color-danger_1m0wo_70",
682
706
  "color-success": "_color-success_1m0wo_74"
683
- }, Tn = /* @__PURE__ */ b({
707
+ }, Bn = /* @__PURE__ */ f({
684
708
  name: "UiTitle",
685
709
  __name: "title",
686
710
  props: {
@@ -691,24 +715,24 @@ const st = "_label_1ic51_1", lt = {
691
715
  },
692
716
  setup(e) {
693
717
  const t = e, n = d(() => [
694
- B.title,
695
- B[`level-${t.level ?? 1}`],
718
+ S.title,
719
+ S[`level-${t.level ?? 1}`],
696
720
  t.className,
697
- t.weight && B[t.weight],
698
- t.color && B[`color-${t.color}`]
721
+ t.weight && S[t.weight],
722
+ t.color && S[`color-${t.color}`]
699
723
  ]), s = d(() => `h${t.level ?? 1}`);
700
- return (l, c) => (a(), k(A(s.value), {
724
+ return (l, c) => (o(), y(A(s.value), {
701
725
  class: r(n.value)
702
726
  }, {
703
- default: h(() => [
704
- f(l.$slots, "default")
727
+ default: g(() => [
728
+ b(l.$slots, "default")
705
729
  ]),
706
730
  _: 3
707
731
  }, 8, ["class"]));
708
732
  }
709
- }), Rt = "_error_lk2jx_1", Wt = {
710
- error: Rt
711
- }, qn = /* @__PURE__ */ b({
733
+ }), Ft = "_error_lk2jx_1", Ht = {
734
+ error: Ft
735
+ }, In = /* @__PURE__ */ f({
712
736
  name: "UiError",
713
737
  __name: "error",
714
738
  props: {
@@ -716,28 +740,28 @@ const st = "_label_1ic51_1", lt = {
716
740
  },
717
741
  setup(e) {
718
742
  const t = e, n = d(() => [
719
- Wt.error,
743
+ Ht.error,
720
744
  t.className
721
745
  ]);
722
- return (s, l) => (a(), m("span", {
746
+ return (s, l) => (o(), m("span", {
723
747
  class: r(n.value)
724
748
  }, [
725
- f(s.$slots, "default")
749
+ b(s.$slots, "default")
726
750
  ], 2));
727
751
  }
728
- }), Ft = "_root_1tj1b_1", Ht = "_xxs_1tj1b_26", Gt = "_xs_1tj1b_30", Kt = "_s_1tj1b_16", Jt = "_m_1tj1b_38", Qt = "_l_1tj1b_42", Xt = "_square_1tj1b_45", Yt = "_xl_1tj1b_50", Zt = "_xxl_1tj1b_58", U = {
729
- root: Ft,
752
+ }), Gt = "_root_1tj1b_1", Kt = "_xxs_1tj1b_26", Jt = "_xs_1tj1b_30", Qt = "_s_1tj1b_16", Xt = "_m_1tj1b_38", Yt = "_l_1tj1b_42", Zt = "_square_1tj1b_45", en = "_xl_1tj1b_50", tn = "_xxl_1tj1b_58", U = {
753
+ root: Gt,
730
754
  default: "_default_1tj1b_14",
731
- xxs: Ht,
732
- xs: Gt,
733
- s: Kt,
734
- m: Jt,
735
- l: Qt,
736
- square: Xt,
737
- xl: Yt,
738
- xxl: Zt,
755
+ xxs: Kt,
756
+ xs: Jt,
757
+ s: Qt,
758
+ m: Xt,
759
+ l: Yt,
760
+ square: Zt,
761
+ xl: en,
762
+ xxl: tn,
739
763
  "3xl": "_3xl_1tj1b_66"
740
- }, en = ["src"], In = /* @__PURE__ */ b({
764
+ }, nn = ["src"], Sn = /* @__PURE__ */ f({
741
765
  name: "UiAvatar",
742
766
  __name: "avatar",
743
767
  props: {
@@ -747,18 +771,18 @@ const st = "_label_1ic51_1", lt = {
747
771
  },
748
772
  setup(e) {
749
773
  const t = E(!e.src), n = E(!1), s = d(() => e.src && !n.value), l = d(() => {
750
- const u = !t.value || n.value || !e.src;
774
+ const i = !t.value || n.value || !e.src;
751
775
  return [
752
776
  U.root,
753
777
  U[e.size],
754
778
  e.square && U.square,
755
- u && U.default
779
+ i && U.default
756
780
  ];
757
781
  });
758
782
  ae(
759
783
  () => e.src,
760
- (u) => {
761
- t.value = !u, n.value = !1;
784
+ (i) => {
785
+ t.value = !i, n.value = !1;
762
786
  },
763
787
  { immediate: !0 }
764
788
  );
@@ -768,35 +792,35 @@ const st = "_label_1ic51_1", lt = {
768
792
  function _() {
769
793
  n.value = !0;
770
794
  }
771
- return (u, w) => (a(), m("div", {
795
+ return (i, w) => (o(), m("div", {
772
796
  class: r(l.value)
773
797
  }, [
774
- s.value ? (a(), m("img", {
798
+ s.value ? (o(), m("img", {
775
799
  key: 0,
776
- src: u.src,
800
+ src: i.src,
777
801
  onLoad: c,
778
802
  onError: _
779
- }, null, 40, en)) : p("", !0),
780
- f(u.$slots, "default")
803
+ }, null, 40, nn)) : p("", !0),
804
+ b(i.$slots, "default")
781
805
  ], 2));
782
806
  }
783
- }), tn = "_stack_1b4a2_1", nn = "_auto_1b4a2_9", sn = "_row_1b4a2_13", ln = "_reverse_1b4a2_16", on = "_column_1b4a2_21", an = "_full_1b4a2_30", rn = "_xxs_1b4a2_34", cn = "_xs_1b4a2_38", un = "_s_1b4a2_1", dn = "_m_1b4a2_46", _n = "_l_1b4a2_50", mn = "_xl_1b4a2_54", pn = "_xxl_1b4a2_58", bn = "_xxxl_1b4a2_62", fn = "_xxxxl_1b4a2_66", yn = "_xxxxxl_1b4a2_70", $ = {
784
- stack: tn,
785
- auto: nn,
786
- row: sn,
787
- reverse: ln,
788
- column: on,
789
- full: an,
790
- xxs: rn,
791
- xs: cn,
792
- s: un,
793
- m: dn,
794
- l: _n,
795
- xl: mn,
796
- xxl: pn,
797
- xxxl: bn,
798
- xxxxl: fn,
799
- xxxxxl: yn,
807
+ }), sn = "_stack_1b4a2_1", ln = "_auto_1b4a2_9", on = "_row_1b4a2_13", an = "_reverse_1b4a2_16", rn = "_column_1b4a2_21", cn = "_full_1b4a2_30", un = "_xxs_1b4a2_34", dn = "_xs_1b4a2_38", _n = "_s_1b4a2_1", mn = "_m_1b4a2_46", pn = "_l_1b4a2_50", bn = "_xl_1b4a2_54", fn = "_xxl_1b4a2_58", yn = "_xxxl_1b4a2_62", kn = "_xxxxl_1b4a2_66", gn = "_xxxxxl_1b4a2_70", $ = {
808
+ stack: sn,
809
+ auto: ln,
810
+ row: on,
811
+ reverse: an,
812
+ column: rn,
813
+ full: cn,
814
+ xxs: un,
815
+ xs: dn,
816
+ s: _n,
817
+ m: mn,
818
+ l: pn,
819
+ xl: bn,
820
+ xxl: fn,
821
+ xxxl: yn,
822
+ xxxxl: kn,
823
+ xxxxxl: gn,
800
824
  "main-start": "_main-start_1b4a2_74",
801
825
  "main-center": "_main-center_1b4a2_78",
802
826
  "main-between": "_main-between_1b4a2_82",
@@ -805,7 +829,7 @@ const st = "_label_1ic51_1", lt = {
805
829
  "cross-start": "_cross-start_1b4a2_94",
806
830
  "cross-center": "_cross-center_1b4a2_98",
807
831
  "cross-end": "_cross-end_1b4a2_102"
808
- }, Sn = /* @__PURE__ */ b({
832
+ }, Un = /* @__PURE__ */ f({
809
833
  name: "UiStack",
810
834
  __name: "stack",
811
835
  props: {
@@ -838,29 +862,29 @@ const st = "_label_1ic51_1", lt = {
838
862
  e.reverse ? $.reverse : "",
839
863
  $[e.size]
840
864
  ]);
841
- return (s, l) => (a(), k(A(s.tagName), {
865
+ return (s, l) => (o(), y(A(s.tagName), {
842
866
  class: r(n.value)
843
867
  }, {
844
- default: h(() => [
845
- f(s.$slots, "default")
868
+ default: g(() => [
869
+ b(s.$slots, "default")
846
870
  ]),
847
871
  _: 3
848
872
  }, 8, ["class"]));
849
873
  }
850
874
  });
851
875
  export {
852
- In as UiAvatar,
876
+ Sn as UiAvatar,
853
877
  P as UiButton,
854
- vn as UiButtonIcon,
855
- $n as UiButtonLink,
856
- qn as UiError,
878
+ xn as UiButtonIcon,
879
+ wn as UiButtonLink,
880
+ In as UiError,
857
881
  x as UiIcon,
858
- xn as UiInput,
859
- ot as UiLabel,
882
+ Cn as UiInput,
883
+ rt as UiLabel,
860
884
  be as UiLoader,
861
- wn as UiPlank,
862
- Sn as UiStack,
863
- Cn as UiText,
864
- Tn as UiTitle,
865
- hn as injectSvgSprite
885
+ Tn as UiPlank,
886
+ Un as UiStack,
887
+ qn as UiText,
888
+ Bn as UiTitle,
889
+ $n as injectSvgSprite
866
890
  };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@huntflow/ui",
3
3
  "description": "HuntFlow UiKit, icons, utils library",
4
4
  "private": false,
5
- "version": "0.2.16",
5
+ "version": "0.2.17",
6
6
  "author": {
7
7
  "name": "HuntFlow Developer",
8
8
  "nickname": "developer",