@huntflow/ui 0.1.3 → 0.1.4

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.
Files changed (77) hide show
  1. package/dist/components/index.d.ts +19 -19
  2. package/dist/components/ui-avatar/avatar.vue.d.ts +22 -0
  3. package/dist/components/ui-avatar/index.d.ts +3 -0
  4. package/dist/components/ui-avatar/types.d.ts +6 -0
  5. package/dist/components/{base-button → ui-button}/button.vue.d.ts +5 -5
  6. package/dist/components/ui-button/index.d.ts +3 -0
  7. package/dist/components/ui-button/types.d.ts +16 -0
  8. package/dist/components/ui-button-icon/button-icon.vue.d.ts +15 -0
  9. package/dist/components/ui-button-icon/index.d.ts +2 -0
  10. package/dist/components/ui-button-icon/types.d.ts +14 -0
  11. package/dist/components/ui-button-link/index.d.ts +2 -0
  12. package/dist/components/ui-error/error.vue.d.ts +18 -0
  13. package/dist/components/ui-error/index.d.ts +3 -0
  14. package/dist/components/ui-error/types.d.ts +3 -0
  15. package/dist/components/ui-icon/icon-list.d.ts +1 -0
  16. package/dist/components/ui-icon/icon.vue.d.ts +3 -0
  17. package/dist/components/ui-icon/index.d.ts +4 -0
  18. package/dist/components/ui-icon/types.d.ts +7 -0
  19. package/dist/components/ui-input/index.d.ts +3 -0
  20. package/dist/components/ui-input/input.vue.d.ts +27 -0
  21. package/dist/components/{base-input → ui-input}/types.d.ts +6 -3
  22. package/dist/components/ui-label/index.d.ts +3 -0
  23. package/dist/components/ui-label/label.vue.d.ts +18 -0
  24. package/dist/components/ui-label/types.d.ts +3 -0
  25. package/dist/components/ui-label-content/index.d.ts +2 -0
  26. package/dist/components/{base-label/label.vue.d.ts → ui-label-content/label-content.vue.d.ts} +2 -2
  27. package/dist/components/ui-loader/index.d.ts +3 -0
  28. package/dist/components/ui-loader/loader.vue.d.ts +6 -0
  29. package/dist/components/ui-loader/types.d.ts +6 -0
  30. package/dist/components/ui-plank/index.d.ts +3 -0
  31. package/dist/components/{base-plank/base-plank.vue.d.ts → ui-plank/plank.vue.d.ts} +4 -4
  32. package/dist/components/ui-plank/types.d.ts +7 -0
  33. package/dist/components/ui-radio-button/index.d.ts +3 -0
  34. package/dist/components/ui-radio-button/radio-button.vue.d.ts +13 -0
  35. package/dist/components/ui-radio-button/types.d.ts +19 -0
  36. package/dist/components/ui-text/index.d.ts +3 -0
  37. package/dist/components/{base-text → ui-text}/text.vue.d.ts +2 -2
  38. package/dist/components/{base-text → ui-text}/types.d.ts +1 -1
  39. package/dist/components/ui-textarea/index.d.ts +3 -0
  40. package/dist/components/{base-input/input.vue.d.ts → ui-textarea/textarea.vue.d.ts} +6 -4
  41. package/dist/components/ui-textarea/types.d.ts +16 -0
  42. package/dist/components/ui-title/index.d.ts +3 -0
  43. package/dist/components/{base-title → ui-title}/title.vue.d.ts +2 -2
  44. package/dist/components/{base-title → ui-title}/types.d.ts +1 -1
  45. package/dist/global.css +1 -1
  46. package/dist/sprite-DZhFK9-p.js +4 -0
  47. package/dist/sprite.svg +1 -1
  48. package/dist/ui.es.js +527 -413
  49. package/package.json +2 -1
  50. package/dist/components/base-button/index.d.ts +0 -3
  51. package/dist/components/base-button/types.d.ts +0 -16
  52. package/dist/components/base-checkbox/checkbox.vue.d.ts +0 -33
  53. package/dist/components/base-checkbox/index.d.ts +0 -3
  54. package/dist/components/base-checkbox/types.d.ts +0 -10
  55. package/dist/components/base-icon/icon.vue.d.ts +0 -3
  56. package/dist/components/base-icon/index.d.ts +0 -4
  57. package/dist/components/base-icon/types.d.ts +0 -7
  58. package/dist/components/base-input/index.d.ts +0 -3
  59. package/dist/components/base-label/index.d.ts +0 -2
  60. package/dist/components/base-loader/index.d.ts +0 -3
  61. package/dist/components/base-loader/loader.vue.d.ts +0 -6
  62. package/dist/components/base-loader/types.d.ts +0 -6
  63. package/dist/components/base-plank/index.d.ts +0 -3
  64. package/dist/components/base-plank/types.d.ts +0 -7
  65. package/dist/components/base-select/index.d.ts +0 -3
  66. package/dist/components/base-select/select.vue.d.ts +0 -38
  67. package/dist/components/base-select/types.d.ts +0 -20
  68. package/dist/components/base-text/index.d.ts +0 -3
  69. package/dist/components/base-title/index.d.ts +0 -3
  70. package/dist/components/button-icon/button-icon.vue.d.ts +0 -15
  71. package/dist/components/button-icon/index.d.ts +0 -2
  72. package/dist/components/button-icon/types.d.ts +0 -14
  73. package/dist/components/button-link/index.d.ts +0 -2
  74. package/dist/sprite-CRtOoHbV.js +0 -4
  75. package/dist/sprite-CTNw4BII.cjs +0 -1
  76. package/dist/ui.cjs.js +0 -6
  77. /package/dist/components/{button-link → ui-button-link}/button-link.vue.d.ts +0 -0
package/dist/ui.es.js CHANGED
@@ -1,93 +1,105 @@
1
- (function(){"use strict";var o;try{if(typeof document<"u"){var t=document.createElement("style");t.nonce=(o=document.head.querySelector("meta[property=csp-nonce]"))==null?void 0:o.content,t.appendChild(document.createTextNode('@keyframes _loader-animation_t6bg6_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loader_t6bg6_10{display:block;color:var(--hf-loader-color);flex:0 0 auto}._circle_t6bg6_15{animation-name:_loader-animation_t6bg6_1;animation-iteration-count:infinite;animation-duration:1s;animation-timing-function:linear}._white_t6bg6_22{--hf-loader-color: var(--hf-color-text-invert)}._black_t6bg6_26{--hf-loader-color: var(--hf-color-text-main)}._s_t6bg6_30{width:18px;height:18px}._m_t6bg6_35{width:28px;height:28px}._l_t6bg6_10{width:56px;height:56px}._spinner_t6bg6_45{display:inline-block;border:1px solid var(--hf-loader-color);border-top-color:transparent;border-left-color:transparent;border-radius:50%}._icon_1p8iz_2{font-style:normal;display:inline-block;vertical-align:middle}._button_1syl2_1{position:relative;display:inline-flex;align-items:center;justify-content:center;border:solid 1px;cursor:pointer;font-family:var(--hf-font-family-body),sans-serif;font-style:normal;min-width:-moz-max-content;min-width:max-content;text-decoration:none;color:inherit;gap:var(--hf-spacing-button-icon)}._button_1syl2_1:active{background-color:#999}._button_1syl2_1:focus{outline:none}._button_1syl2_1:focus-visible{outline:solid 3px var(--hf-color-button-disable-default)}._button_1syl2_1:is(._disabled_1syl2_1),._button_1syl2_1:is(._disabled_1syl2_1):hover{background:var(--hf-color-button-disable-default);border-color:transparent;color:var(--hf-color-text-light);box-shadow:none;transform:none;cursor:default}._button_1syl2_1._loading_1syl2_1{cursor:default}._button_1syl2_1._loading_1syl2_1>*:not(._loader_1syl2_1){visibility:hidden}._button_1syl2_1+._button_1syl2_1{margin-left:var(--hf-spacing-button-between)}._content_1syl2_1{display:flex;line-height:inherit}._content_1syl2_1:first-child:last-child{width:100%;text-align:center}._loader_1syl2_1{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}._dropdownIcon_1syl2_1{margin-left:calc(var(--hf-spacing-button-icon) * -1)}._s_1syl2_2{border-radius:var(--hf-radius-button-s);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)}._xs_1syl2_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_1syl2_1._square_1syl2_1{border-radius:var(--hf-radius-button-xs)}._xs_1syl2_1._circle_1syl2_1{border-radius:var(--hf-radius-button-circle)}._m_1syl2_1{border-radius:var(--hf-radius-button-m);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)}._l_1syl2_1{border-radius:var(--hf-radius-button-l);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)}._primary_1syl2_1{color:var(--hf-color-text-invert);background-color:var(--hf-color-button-primary-default);border-color:var(--hf-color-button-primary-default)}._primary_1syl2_1:hover{background-color:var(--hf-color-button-primary-hover);border-color:var(--hf-color-button-primary-hover)}._primary_1syl2_1:active{background-color:var(--hf-color-button-primary-active);border-color:var(--hf-color-button-primary-active)}._secondary_1syl2_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_1syl2_1:hover{background-color:var(--hf-color-button-secondary-fill-hover);border-color:var(--hf-color-button-secondary-fill-hover)}._secondary_1syl2_1:active{background-color:var(--hf-color-button-secondary-fill-active);border-color:var(--hf-color-button-secondary-fill-active)}._accent_1syl2_1{color:var(--hf-color-text-invert);background-color:var(--hf-color-button-accent-default);border-color:var(--hf-color-button-accent-default)}._accent_1syl2_1:hover{background-color:var(--hf-color-button-accent-hover);border-color:var(--hf-color-button-accent-hover)}._accent_1syl2_1:active{background-color:var(--hf-color-button-accent-active);border-color:var(--hf-color-button-accent-active)}._danger_1syl2_1{color:var(--hf-color-text-invert);background-color:var(--hf-color-button-danger-default);border-color:var(--hf-color-button-danger-default)}._danger_1syl2_1:hover{background-color:var(--hf-color-button-danger-hover);border-color:var(--hf-color-button-danger-hover)}._danger_1syl2_1:active{background-color:var(--hf-color-button-danger-active);border-color:var(--hf-color-button-danger-active)}._jobsites_1syl2_1{color:var(--hf-color-text-invert);background-color:var(--hf-color-button-jobsite-default);border-color:var(--hf-color-button-jobsite-default)}._jobsites_1syl2_1:hover{background-color:var(--hf-color-button-jobsite-hover);border-color:var(--hf-color-button-jobsite-hover)}._jobsites_1syl2_1:active{background-color:var(--hf-color-button-jobsite-active);border-color:var(--hf-color-button-jobsite-active)}._ghost_1syl2_1{color:var(--hf-color-text-main);background-color:transparent;border-color:transparent}._ghost_1syl2_1:hover{background-color:var(--hf-color-button-secondary-fill-hover)}._ghost_1syl2_1:active{background-color:var(--hf-color-button-secondary-fill-active)}._ghost-danger_1syl2_1{color:var(--hf-color-text-main);background-color:transparent;border-color:transparent}._ghost-danger_1syl2_1:hover{color:var(--hf-color-text-invert);background-color:var(--hf-color-button-danger-hover)}._ghost-danger_1syl2_1:active{color:var(--hf-color-text-invert);background-color:var(--hf-color-button-danger-active)}._label_4sgbr_1{display:flex;flex-direction:row;gap:var(--hf-spacing-xs);font-style:normal;flex:1;margin-bottom:var(--hf-spacing-xs)}._header_4sgbr_10{display:block;color:var(--hf-color-text-main);font-size:var(--hf-font-size-text-h4);font-weight:var(--hf-font-weight-text-h4);line-height:var(--hf-font-line-height-text-h4)}._headerWrapper_4sgbr_18{flex-grow:1;gap:var(--hf-spacing-xs);display:flex;flex-direction:column}._title_4sgbr_25{display:block;color:var(--hf-color-text-main);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)}._subTitleRow_4sgbr_33{display:flex;justify-content:space-between;font-size:var(--hf-font-size-label-subtitle);color:var(--hf-color-text-semilight);font-weight:var(--hf-font-weight-label-subtitle)}._subTitle_4sgbr_33{line-height:var(--hf-font-line-height-label-subtitle)}._link_4sgbr_45{overflow:hidden;text-overflow:ellipsis;font-size:var(--hf-font-size-label-title);line-height:var(--hf-font-line-height-label-subtitle);color:var(--hf-color-text-semilight);font-weight:var(--hf-font-weight-label-subtitle);margin-left:auto;align-self:flex-end;height:20px}._link_4sgbr_45 a{text-decoration:none;color:var(--hf-color-text-semilight)}._linkUpper_4sgbr_62{margin-bottom:1px}._wrapper_13pzw_1{margin-bottom:var(--hf-spacing-xs)}._input_13pzw_5{border-radius:var(--hf-radius-input-default);border:var(--hf-border-xs) solid var(--hf-color-input-border-default);background:var(--hf-color-input-background-default);padding:var(--hf-padding-input-top-bottom-default) var(--hf-padding-input-left-right-default);width:100%;box-sizing:border-box;color:var(--hf-color-input-text-default);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)}._input_13pzw_5:active{border-color:var(--hf-color-input-border-focus)}._input_13pzw_5:focus{border-color:var(--hf-color-input-border-focus);outline:solid 3px var(--hf-color-input-border-focus-visible)}._input_13pzw_5:disabled{outline:none;border-color:var(--hf-color-input-text-disable);background:var(--hf-color-input-background-disable);color:var(--hf-color-input-text-disable)}._error_13pzw_35,._error_13pzw_35:active{border-color:var(--hf-color-input-border-error)}._error_13pzw_35:focus{border-color:var(--hf-color-input-border-error);outline:solid 3px var(--hf-color-input-border-error-focus-visible)}._description_13pzw_47{margin-top:var(--hf-spacing-xs);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)}._description_13pzw_47 a{text-decoration:underline}._descriptionText_13pzw_58{color:var(--hf-color-input-text-description)}._errorText_13pzw_62{color:var(--hf-color-text-danger)}._label_jcdiv_1{display:flex;align-items:center;gap:8px;height:20px}._label_jcdiv_1._disabled_jcdiv_7{color:gray;cursor:not-allowed}._label_jcdiv_1 span{margin-top:-5px}._input_jcdiv_17[type=checkbox]{vertical-align:-2px;margin:0;border-radius:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;width:16px;height:16px;border:1px solid #25CFE8;transform:translateY(-.075em);display:grid;place-content:center}._input_jcdiv_17._error_jcdiv_30[type=checkbox]{border:1px solid #FF0000}._input_jcdiv_17[type=checkbox]:before{content:"";width:16px;height:16px;clip-path:polygon(0 0,50% 0,100% 0,100% 100%,50% 100%,0 100%);transform:scale(0);transform-origin:bottom left;transition:.12s transform ease-in-out;background-color:#25cfe8;border-radius:4px}._input_jcdiv_17[type=checkbox]:checked:before{transform:scale(1)}._input_jcdiv_17[type=checkbox]:focus{outline:2px solid #C4EDFA}._input_jcdiv_17._error_jcdiv_30[type=checkbox]:focus{outline:2px solid #FFD6D6}._input_jcdiv_17[type=checkbox]:disabled{border-color:#00000029;opacity:30%;color:#000;cursor:not-allowed}._text_jcdiv_70{-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:15px;line-height:20px}._errorText_jcdiv_76{color:red;font-size:12px}._title_471uj_1{font-family:var(--hf-font-family-body);font-style:normal;color:var(--hf-color-text-main);margin:0}._level-1_471uj_8{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_471uj_8._medium_471uj_12{font-weight:var(--hf-font-weight-text-h1-medium)}._level-2_471uj_17{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_471uj_17._medium_471uj_12{font-weight:var(--hf-font-weight-text-h2-medium)}._level-3_471uj_26{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_471uj_26._medium_471uj_12{font-weight:var(--hf-font-weight-text-h3-medium)}._level-4_471uj_35{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_471uj_35._medium_471uj_12{font-weight:var(--hf-font-weight-text-h4-medium)}._text_1mrtv_1{font-family:var(--hf-font-family-body);font-style:normal;color:var(--hf-color-text-main);margin:0}._primary_1mrtv_8{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)}._primary_1mrtv_8._medium_1mrtv_12{font-weight:var(--hf-font-weight-text-primary-medium)}._secondary_1mrtv_17{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)}._secondary_1mrtv_17._medium_1mrtv_12{font-weight:var(--hf-font-weight-text-secondary-medium)}._accent_1mrtv_26{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)}._accent_1mrtv_26._medium_1mrtv_12{font-weight:var(--hf-font-weight-text-accent-medium)}._subtitle_1mrtv_35{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)}:root{--hf-btn-size-xs: 28px;--hf-btn-size-s: 32px;--hf-btn-size-m: 36px;--hf-btn-size-l: 40px}._s_n8n8w_9{width:var(--hf-btn-size-s);height:var(--hf-btn-size-s)}._xs_n8n8w_14{width:var(--hf-btn-size-xs);height:var(--hf-btn-size-xs)}._m_n8n8w_19{width:var(--hf-btn-size-m);height:var(--hf-btn-size-m)}._l_n8n8w_24{width:var(--hf-btn-size-l);height:var(--hf-btn-size-l)}._button_n8n8w_30{padding:0}._button_1vqio_1{padding:0 2px 0 0;border:none;margin:0;cursor:pointer;display:flex;flex-direction:row;gap:var(--hf-spacing-button-link-s);align-items:center;background-color:transparent;color:var(--hf-color-link-default);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)}._button_1vqio_1:hover{color:var(--hf-color-link-hover)}._plank_8tn62_1{border-radius:var(--hf-radius-m);padding:var(--hf-spacing-m) var(--hf-spacing-l);border-width:1px;border-style:solid;font-family:var(--hf-font-family-body),sans-serif;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);font-style:normal;display:flex;flex-direction:row;gap:var(--hf-spacing-m);align-items:center;justify-content:space-between}._default_8tn62_19{color:var(--hf-color-text-main);border-color:var(--hf-color-plank-default-border);background-color:var(--hf-color-plank-default-background)}._accent_8tn62_25{color:var(--hf-color-plank-success-text);border-color:var(--hf-color-plank-success-border);background-color:var(--hf-color-plank-success-background)}._danger_8tn62_31{color:var(--hf-color-plank-danger-text);border-color:var(--hf-color-plank-danger-border);background-color:var(--hf-color-plank-danger-background)}._text_8tn62_37{flex-grow:1}._icon_8tn62_41{width:var(--hf-font-line-height-text-primary);height:var(--hf-font-line-height-text-primary)}')),document.head.appendChild(t)}}catch(r){console.error("vite-plugin-css-injected-by-js",r)}})();
2
- import { defineComponent as v, computed as c, createElementBlock as d, openBlock as a, normalizeClass as r, unref as o, normalizeStyle as P, createElementVNode as j, useSlots as U, createCommentVNode as u, renderSlot as b, createBlock as C, createVNode as S, mergeModels as R, useAttrs as G, useModel as D, withCtx as $, createTextVNode as N, toDisplayString as T, mergeProps as E, withDirectives as K, vModelCheckbox as J, resolveDynamicComponent as O } from "vue";
3
- const B = (n, e) => {
4
- const t = e ? n[e] : n.default;
5
- return (t == null ? void 0 : t().some((l) => {
6
- const s = l.children;
7
- return s && s.toString().trim() !== "";
1
+ (function(){"use strict";var o;try{if(typeof document<"u"){var t=document.createElement("style");t.nonce=(o=document.head.querySelector("meta[property=csp-nonce]"))==null?void 0:o.content,t.appendChild(document.createTextNode("@keyframes _loader-animation_t6bg6_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loader_t6bg6_10{display:block;color:var(--hf-loader-color);flex:0 0 auto}._circle_t6bg6_15{animation-name:_loader-animation_t6bg6_1;animation-iteration-count:infinite;animation-duration:1s;animation-timing-function:linear}._white_t6bg6_22{--hf-loader-color: var(--hf-color-text-invert)}._black_t6bg6_26{--hf-loader-color: var(--hf-color-text-main)}._s_t6bg6_30{width:18px;height:18px}._m_t6bg6_35{width:28px;height:28px}._l_t6bg6_10{width:56px;height:56px}._spinner_t6bg6_45{display:inline-block;border:1px solid var(--hf-loader-color);border-top-color:transparent;border-left-color:transparent;border-radius:50%}._icon_1p8iz_2{font-style:normal;display:inline-block;vertical-align:middle}._button_8zhhb_1{position:relative;display:inline-flex;align-items:center;justify-content:center;border:solid 1px;cursor:pointer;font-family:var(--hf-font-family-body),sans-serif;font-style:normal;min-width:-moz-max-content;min-width:max-content;text-decoration:none;color:inherit;gap:var(--hf-spacing-button-icon)}._button_8zhhb_1:active{background-color:#999}._button_8zhhb_1:focus{outline:none}._button_8zhhb_1:focus-visible{outline:solid 3px var(--hf-color-button-disable-default)}._button_8zhhb_1:is(._disabled_8zhhb_1),._button_8zhhb_1:is(._disabled_8zhhb_1):hover{background:var(--hf-color-button-disable-default);border-color:transparent;color:var(--hf-color-text-light);box-shadow:none;transform:none;cursor:default}._button_8zhhb_1._loading_8zhhb_1{cursor:default}._button_8zhhb_1._loading_8zhhb_1>*:not(._loader_8zhhb_1){visibility:hidden}._button_8zhhb_1+._button_8zhhb_1{margin-left:var(--hf-spacing-button-between)}._content_8zhhb_1{display:flex;line-height:inherit}._content_8zhhb_1:first-child:last-child{width:100%;text-align:center}._loader_8zhhb_1{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}._dropdownIcon_8zhhb_1{margin-left:calc(var(--hf-spacing-button-icon) * -1)}._s_8zhhb_2{border-radius:var(--hf-radius-button-s);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)}._xs_8zhhb_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_8zhhb_1._square_8zhhb_1{border-radius:var(--hf-radius-button-xs)}._xs_8zhhb_1._circle_8zhhb_1{border-radius:var(--hf-radius-button-circle)}._m_8zhhb_1{border-radius:var(--hf-radius-button-m);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)}._l_8zhhb_1{border-radius:var(--hf-radius-button-l);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)}._primary_8zhhb_1{color:var(--hf-color-text-invert);background-color:var(--hf-color-button-primary-default);border-color:var(--hf-color-button-primary-default)}._primary_8zhhb_1:hover{background-color:var(--hf-color-button-primary-hover);border-color:var(--hf-color-button-primary-hover)}._primary_8zhhb_1:active{background-color:var(--hf-color-button-primary-active);border-color:var(--hf-color-button-primary-active)}._secondary_8zhhb_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_8zhhb_1:hover{background-color:var(--hf-color-button-secondary-fill-hover);border-color:var(--hf-color-button-secondary-fill-hover)}._secondary_8zhhb_1:active{background-color:var(--hf-color-button-secondary-fill-active);border-color:var(--hf-color-button-secondary-fill-active)}._accent_8zhhb_1{color:var(--hf-color-text-invert);background-color:var(--hf-color-button-accent-default);border-color:var(--hf-color-button-accent-default)}._accent_8zhhb_1:hover{background-color:var(--hf-color-button-accent-hover);border-color:var(--hf-color-button-accent-hover)}._accent_8zhhb_1:active{background-color:var(--hf-color-button-accent-active);border-color:var(--hf-color-button-accent-active)}._danger_8zhhb_1{color:var(--hf-color-text-invert);background-color:var(--hf-color-button-danger-default);border-color:var(--hf-color-button-danger-default)}._danger_8zhhb_1:hover{background-color:var(--hf-color-button-danger-hover);border-color:var(--hf-color-button-danger-hover)}._danger_8zhhb_1:active{background-color:var(--hf-color-button-danger-active);border-color:var(--hf-color-button-danger-active)}._jobsites_8zhhb_1{color:var(--hf-color-text-invert);background-color:var(--hf-color-button-jobsite-default);border-color:var(--hf-color-button-jobsite-default)}._jobsites_8zhhb_1:hover{background-color:var(--hf-color-button-jobsite-hover);border-color:var(--hf-color-button-jobsite-hover)}._jobsites_8zhhb_1:active{background-color:var(--hf-color-button-jobsite-active);border-color:var(--hf-color-button-jobsite-active)}._ghost_8zhhb_1{color:var(--hf-color-text-main);background-color:transparent;border-color:transparent}._ghost_8zhhb_1:hover{background-color:var(--hf-color-button-secondary-fill-hover)}._ghost_8zhhb_1:active{background-color:var(--hf-color-button-secondary-fill-active)}._ghost-danger_8zhhb_1{color:var(--hf-color-text-main);background-color:transparent;border-color:transparent}._ghost-danger_8zhhb_1:hover{color:var(--hf-color-text-invert);background-color:var(--hf-color-button-danger-hover)}._ghost-danger_8zhhb_1:active{color:var(--hf-color-text-invert);background-color:var(--hf-color-button-danger-active)}:root{--hf-btn-size-xs: 28px;--hf-btn-size-s: 32px;--hf-btn-size-m: 36px;--hf-btn-size-l: 40px}._s_1oi85_9{width:var(--hf-btn-size-s);height:var(--hf-btn-size-s)}._xs_1oi85_14{width:var(--hf-btn-size-xs);height:var(--hf-btn-size-xs);border-radius:var(--hf-radius-button-circle)}._m_1oi85_20{width:var(--hf-btn-size-m);height:var(--hf-btn-size-m)}._l_1oi85_25{width:var(--hf-btn-size-l);height:var(--hf-btn-size-l)}._button_1oi85_31{padding:0}._button_1vqio_1{padding:0 2px 0 0;border:none;margin:0;cursor:pointer;display:flex;flex-direction:row;gap:var(--hf-spacing-button-link-s);align-items:center;background-color:transparent;color:var(--hf-color-link-default);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)}._button_1vqio_1:hover{color:var(--hf-color-link-hover)}._label_1a45q_1{color:var(--hf-color-text-main);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)}._content_14uwa_1{display:flex;flex-direction:row;gap:var(--hf-spacing-xs);flex:1;margin-bottom:var(--hf-spacing-xs)}._label_14uwa_9{display:flex;flex-direction:row;gap:var(--hf-spacing-xs);font-style:normal;flex:1;margin-bottom:var(--hf-spacing-xs)}._header_14uwa_18{display:block;color:var(--hf-color-text-main);font-size:var(--hf-font-size-text-h4);font-weight:var(--hf-font-weight-text-h4);line-height:var(--hf-font-line-height-text-h4)}._headerWrapper_14uwa_26{flex-grow:1;gap:var(--hf-spacing-xs);display:flex;flex-direction:column}._title_14uwa_33{display:block;color:var(--hf-color-text-main);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)}._subTitleRow_14uwa_41{display:flex;justify-content:space-between;font-size:var(--hf-font-size-label-subtitle);color:var(--hf-color-text-semilight);font-weight:var(--hf-font-weight-label-subtitle)}._subTitle_14uwa_41{line-height:var(--hf-font-line-height-label-subtitle)}._link_14uwa_53{overflow:hidden;text-overflow:ellipsis;font-size:var(--hf-font-size-label-title);line-height:var(--hf-font-line-height-label-subtitle);color:var(--hf-color-text-semilight);font-weight:var(--hf-font-weight-label-subtitle);margin-left:auto;align-self:flex-end;height:20px}._link_14uwa_53 a{text-decoration:none;color:var(--hf-color-text-semilight)}._linkUpper_14uwa_70{margin-bottom:1px}._wrapper_ep5oa_1{margin-bottom:var(--hf-spacing-xs)}._input_ep5oa_5{border-radius:var(--hf-radius-input-default);border:var(--hf-border-xs) solid var(--hf-color-input-border-default);background:var(--hf-color-input-background-default);padding:var(--hf-padding-input-top-bottom-default) var(--hf-padding-input-right-default) var(--hf-padding-input-top-bottom-default) var(--hf-padding-input-left-default);width:100%;box-sizing:border-box;color:var(--hf-color-input-text-default);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)}._input_ep5oa_5:active{border-color:var(--hf-color-input-border-focus)}._input_ep5oa_5:focus{border-color:var(--hf-color-input-border-focus);outline:solid 3px var(--hf-color-input-border-focus-visible)}._input_ep5oa_5:disabled{outline:none;border-color:var(--hf-color-input-text-disable);background:var(--hf-color-input-background-disable);color:var(--hf-color-input-text-disable)}._error_ep5oa_36,._error_ep5oa_36:active{border-color:var(--hf-color-input-border-error)}._error_ep5oa_36:focus{border-color:var(--hf-color-input-border-error);outline:solid 3px var(--hf-color-input-border-error-focus-visible)}._description_ep5oa_48{margin-top:var(--hf-spacing-xs);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)}._description_ep5oa_48 a{text-decoration:underline}._descriptionText_ep5oa_59{color:var(--hf-color-input-text-description)}._errorText_ep5oa_63{color:var(--hf-color-text-danger)}._inputWrapper_ep5oa_67{position:relative}._leftSpace_ep5oa_71{padding-left:42px}._rightSpace_ep5oa_75{padding-right:42px}._leftIcon_ep5oa_79,._rightIcon_ep5oa_80{position:absolute;height:100%}._leftIcon_ep5oa_79{left:15px}._rightIcon_ep5oa_80{padding:0 9px;right:0}._rightIcon_ep5oa_80[aria-label^=close]{color:var(--hf-color-text-light);cursor:pointer}._plank_8tn62_1{border-radius:var(--hf-radius-m);padding:var(--hf-spacing-m) var(--hf-spacing-l);border-width:1px;border-style:solid;font-family:var(--hf-font-family-body),sans-serif;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);font-style:normal;display:flex;flex-direction:row;gap:var(--hf-spacing-m);align-items:center;justify-content:space-between}._default_8tn62_19{color:var(--hf-color-text-main);border-color:var(--hf-color-plank-default-border);background-color:var(--hf-color-plank-default-background)}._accent_8tn62_25{color:var(--hf-color-plank-success-text);border-color:var(--hf-color-plank-success-border);background-color:var(--hf-color-plank-success-background)}._danger_8tn62_31{color:var(--hf-color-plank-danger-text);border-color:var(--hf-color-plank-danger-border);background-color:var(--hf-color-plank-danger-background)}._text_8tn62_37{flex-grow:1}._icon_8tn62_41{width:var(--hf-font-line-height-text-primary);height:var(--hf-font-line-height-text-primary)}._text_1mrtv_1{font-family:var(--hf-font-family-body);font-style:normal;color:var(--hf-color-text-main);margin:0}._primary_1mrtv_8{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)}._primary_1mrtv_8._medium_1mrtv_12{font-weight:var(--hf-font-weight-text-primary-medium)}._secondary_1mrtv_17{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)}._secondary_1mrtv_17._medium_1mrtv_12{font-weight:var(--hf-font-weight-text-secondary-medium)}._accent_1mrtv_26{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)}._accent_1mrtv_26._medium_1mrtv_12{font-weight:var(--hf-font-weight-text-accent-medium)}._subtitle_1mrtv_35{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)}._title_471uj_1{font-family:var(--hf-font-family-body);font-style:normal;color:var(--hf-color-text-main);margin:0}._level-1_471uj_8{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_471uj_8._medium_471uj_12{font-weight:var(--hf-font-weight-text-h1-medium)}._level-2_471uj_17{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_471uj_17._medium_471uj_12{font-weight:var(--hf-font-weight-text-h2-medium)}._level-3_471uj_26{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_471uj_26._medium_471uj_12{font-weight:var(--hf-font-weight-text-h3-medium)}._level-4_471uj_35{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_471uj_35._medium_471uj_12{font-weight:var(--hf-font-weight-text-h4-medium)}._error_2tdd3_1{display:inline-block;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)}")),document.head.appendChild(t)}}catch(r){console.error("vite-plugin-css-injected-by-js",r)}})();
2
+ import { defineComponent as f, computed as u, createElementBlock as p, openBlock as a, normalizeClass as i, unref as l, normalizeStyle as K, createElementVNode as j, useSlots as P, createCommentVNode as m, renderSlot as b, createBlock as k, createVNode as B, mergeProps as U, withCtx as v, Fragment as J, Comment as Q, cloneVNode as X, h as M, toValue as Y, getCurrentInstance as Z, ref as ee, mergeModels as W, useAttrs as te, useModel as ne, createTextVNode as I, toDisplayString as S, resolveDynamicComponent as H } from "vue";
3
+ const C = (s, e) => {
4
+ const t = e ? s[e] : s.default;
5
+ return (t == null ? void 0 : t().some((n) => {
6
+ const o = n.children;
7
+ return o && o.toString().trim() !== "";
8
8
  })) ?? !1;
9
- }, Q = "_loader_t6bg6_10", X = "_circle_t6bg6_15", Y = "_white_t6bg6_22", Z = "_black_t6bg6_26", ee = "_s_t6bg6_30", te = "_m_t6bg6_35", se = "_l_t6bg6_10", ne = "_spinner_t6bg6_45", z = {
10
- loader: Q,
11
- circle: X,
9
+ }, se = "_loader_t6bg6_10", oe = "_circle_t6bg6_15", le = "_white_t6bg6_22", ae = "_black_t6bg6_26", re = "_s_t6bg6_30", ce = "_m_t6bg6_35", ie = "_l_t6bg6_10", ue = "_spinner_t6bg6_45", z = {
10
+ loader: se,
11
+ circle: oe,
12
12
  "loader-animation": "_loader-animation_t6bg6_1",
13
- white: Y,
14
- black: Z,
15
- s: ee,
16
- m: te,
17
- l: se,
18
- spinner: ne
19
- }, le = /* @__PURE__ */ v({
13
+ white: le,
14
+ black: ae,
15
+ s: re,
16
+ m: ce,
17
+ l: ie,
18
+ spinner: ue
19
+ }, de = /* @__PURE__ */ f({
20
20
  __name: "loader",
21
21
  props: {
22
22
  className: {},
23
23
  size: { default: "l" },
24
24
  color: { default: "black" }
25
25
  },
26
- setup(n) {
27
- const e = n, t = c(() => [z.loader, z[e.size], z[e.color], z.circle]);
28
- return (l, s) => (a(), d("span", {
29
- class: r([o(z).spinner, t.value])
26
+ setup(s) {
27
+ const e = s, t = u(() => [z.loader, z[e.size], z[e.color], z.circle]);
28
+ return (n, o) => (a(), p("span", {
29
+ class: i([l(z).spinner, t.value])
30
30
  }, null, 2));
31
31
  }
32
- }), oe = ["aria-label", "width", "height"], ae = ["xlink:href"], re = /* @__PURE__ */ v({
32
+ }), _e = ["aria-label", "width", "height"], pe = ["xlink:href"], me = /* @__PURE__ */ f({
33
33
  __name: "icon",
34
34
  props: {
35
- type: {},
35
+ name: {},
36
36
  color: {},
37
37
  block: { type: Boolean }
38
38
  },
39
- setup(n) {
40
- const e = n, t = c(() => {
41
- var i;
42
- const s = (i = e == null ? void 0 : e.type) == null ? void 0 : i.match(/(\d+)$/);
43
- return s ? Number.parseInt(s[1], 10) : 16;
44
- }), l = c(() => {
45
- const s = {};
46
- return e.color && (s.color = e.color), e.block && (s.display = "block"), s;
39
+ setup(s) {
40
+ const e = s, t = u(() => {
41
+ var r;
42
+ const o = (r = e == null ? void 0 : e.name) == null ? void 0 : r.match(/(\d+)$/);
43
+ return o ? Number.parseInt(o[1], 10) : 16;
44
+ }), n = u(() => {
45
+ const o = {};
46
+ return e.color && (o.color = e.color), e.block && (o.display = "block"), o;
47
47
  });
48
- return (s, i) => (a(), d("svg", {
49
- class: r(s.$style.icon),
50
- "aria-label": s.type,
51
- style: P(l.value),
48
+ return (o, r) => (a(), p("svg", {
49
+ class: i(o.$style.icon),
50
+ "aria-label": o.name,
51
+ style: K(n.value),
52
52
  role: "img",
53
53
  width: t.value,
54
54
  height: t.value
55
55
  }, [
56
56
  j("use", {
57
- "xlink:href": `#${s.type}`
58
- }, null, 8, ae)
59
- ], 14, oe));
57
+ "xlink:href": `#${o.name}`
58
+ }, null, 8, pe)
59
+ ], 14, _e));
60
60
  }
61
- }), ce = "_icon_1p8iz_2", ie = {
62
- icon: ce
63
- }, de = (n, e) => {
64
- const t = n.__vccOpts || n;
65
- for (const [l, s] of e)
66
- t[l] = s;
61
+ }), fe = "_icon_1p8iz_2", be = {
62
+ icon: fe
63
+ }, he = (s, e) => {
64
+ const t = s.__vccOpts || s;
65
+ for (const [n, o] of e)
66
+ t[n] = o;
67
67
  return t;
68
- }, ue = {
69
- $style: ie
70
- }, I = /* @__PURE__ */ de(re, [["__cssModules", ue]]), _e = "_button_1syl2_1", pe = "_disabled_1syl2_1", me = "_loading_1syl2_1", be = "_loader_1syl2_1", ye = "_content_1syl2_1", ve = "_dropdownIcon_1syl2_1", ke = "_s_1syl2_2", fe = "_xs_1syl2_1", he = "_square_1syl2_1", $e = "_circle_1syl2_1", ge = "_m_1syl2_1", we = "_l_1syl2_1", Te = "_primary_1syl2_1", Be = "_secondary_1syl2_1", Ce = "_accent_1syl2_1", ze = "_danger_1syl2_1", Ne = "_jobsites_1syl2_1", je = "_ghost_1syl2_1", m = {
71
- button: _e,
72
- disabled: pe,
73
- loading: me,
74
- loader: be,
75
- content: ye,
76
- dropdownIcon: ve,
77
- s: ke,
78
- xs: fe,
79
- square: he,
80
- circle: $e,
81
- m: ge,
82
- l: we,
83
- primary: Te,
84
- secondary: Be,
85
- accent: Ce,
86
- danger: ze,
87
- jobsites: Ne,
88
- ghost: je,
89
- "ghost-danger": "_ghost-danger_1syl2_1"
90
- }, Le = ["name", "type", "disabled"], W = /* @__PURE__ */ v({
68
+ }, ye = {
69
+ $style: be
70
+ }, T = /* @__PURE__ */ he(me, [["__cssModules", ye]]), Ht = async () => {
71
+ if (!(typeof document > "u") && !document.getElementById("__svg-sprite__"))
72
+ try {
73
+ const e = `
74
+ <svg id="__svg-sprite__" xmlns="http://www.w3.org/2000/svg" style="display: none;">
75
+ ${(await import("./sprite-DZhFK9-p.js")).default}
76
+ </svg>
77
+ `;
78
+ document.body.insertAdjacentHTML("afterbegin", e);
79
+ } catch (s) {
80
+ console.error("Failed to load SVG sprite:", s);
81
+ }
82
+ }, ve = "_button_8zhhb_1", ge = "_disabled_8zhhb_1", ke = "_loading_8zhhb_1", $e = "_loader_8zhhb_1", we = "_content_8zhhb_1", Ce = "_dropdownIcon_8zhhb_1", Te = "_s_8zhhb_2", ze = "_xs_8zhhb_1", Ie = "_square_8zhhb_1", Se = "_circle_8zhhb_1", Be = "_m_8zhhb_1", Ne = "_l_8zhhb_1", Le = "_primary_8zhhb_1", je = "_secondary_8zhhb_1", Ue = "_accent_8zhhb_1", Me = "_danger_8zhhb_1", Ee = "_jobsites_8zhhb_1", Oe = "_ghost_8zhhb_1", y = {
83
+ button: ve,
84
+ disabled: ge,
85
+ loading: ke,
86
+ loader: $e,
87
+ content: we,
88
+ dropdownIcon: Ce,
89
+ s: Te,
90
+ xs: ze,
91
+ square: Ie,
92
+ circle: Se,
93
+ m: Be,
94
+ l: Ne,
95
+ primary: Le,
96
+ secondary: je,
97
+ accent: Ue,
98
+ danger: Me,
99
+ jobsites: Ee,
100
+ ghost: Oe,
101
+ "ghost-danger": "_ghost-danger_8zhhb_1"
102
+ }, Pe = ["name", "type", "disabled"], V = /* @__PURE__ */ f({
91
103
  __name: "button",
92
104
  props: {
93
105
  size: { default: "m" },
@@ -103,8 +115,8 @@ const B = (n, e) => {
103
115
  htmlType: {}
104
116
  },
105
117
  emits: ["click"],
106
- setup(n) {
107
- const e = n, t = U(), l = {
118
+ setup(s) {
119
+ const e = s, t = P(), n = {
108
120
  primary: "white",
109
121
  secondary: "black",
110
122
  accent: "white",
@@ -112,115 +124,290 @@ const B = (n, e) => {
112
124
  jobsites: "white",
113
125
  ghost: "black",
114
126
  "ghost-danger": "black"
115
- }, s = c(() => B(t)), i = c(() => [
116
- m.button,
117
- m[e.size],
118
- m[e.type],
119
- e.circle ? [m.circle] : [m.square],
127
+ }, o = u(() => C(t)), r = u(() => [
128
+ y.button,
129
+ y[e.size],
130
+ y[e.type],
131
+ e.circle ? [y.circle] : [y.square],
120
132
  {
121
- [m.disabled]: e.disabled,
122
- [m.loading]: e.loading,
123
- [m.active]: e.active,
124
- [m.bordered]: e.bordered
133
+ [y.disabled]: e.disabled,
134
+ [y.loading]: e.loading,
135
+ [y.active]: e.active,
136
+ [y.bordered]: e.bordered
125
137
  },
126
138
  e.className
127
- ]), y = c(() => l[e.type] || "white");
128
- return (_, g) => (a(), d("button", {
129
- name: _.name,
130
- class: r(i.value),
131
- type: _.htmlType,
132
- disabled: _.disabled || _.loading,
133
- onClick: g[0] || (g[0] = (k) => _.$emit("click"))
139
+ ]), c = u(() => n[e.type] || "white");
140
+ return (d, $) => (a(), p("button", {
141
+ name: d.name,
142
+ class: i(r.value),
143
+ type: d.htmlType,
144
+ disabled: d.disabled || d.loading,
145
+ onClick: $[0] || ($[0] = (g) => d.$emit("click"))
134
146
  }, [
135
- _.loading ? (a(), d("div", {
147
+ d.loading ? (a(), p("div", {
136
148
  key: 0,
137
- class: r(o(m).loader)
149
+ class: i(l(y).loader)
138
150
  }, [
139
- S(o(le), {
151
+ B(l(de), {
140
152
  size: "s",
141
- color: y.value
153
+ color: c.value
142
154
  }, null, 8, ["color"])
143
- ], 2)) : u("", !0),
144
- _.$slots.before ? b(_.$slots, "before", { key: 1 }) : u("", !0),
145
- s.value ? (a(), d("span", {
155
+ ], 2)) : m("", !0),
156
+ d.$slots.before ? b(d.$slots, "before", { key: 1 }) : m("", !0),
157
+ o.value ? (a(), p("span", {
146
158
  key: 2,
147
- class: r(o(m).content)
159
+ class: i(l(y).content)
148
160
  }, [
149
- b(_.$slots, "default")
150
- ], 2)) : u("", !0),
151
- _.$slots.after ? b(_.$slots, "after", { key: 3 }) : u("", !0),
152
- _.dropdown ? (a(), C(I, {
161
+ b(d.$slots, "default")
162
+ ], 2)) : m("", !0),
163
+ d.$slots.after ? b(d.$slots, "after", { key: 3 }) : m("", !0),
164
+ d.dropdown ? (a(), k(l(T), {
153
165
  key: 4,
154
- class: r(o(m).dropdownIcon),
155
- type: "chevron-down-18"
156
- }, null, 8, ["class"])) : u("", !0)
157
- ], 10, Le));
166
+ class: i(l(y).dropdownIcon),
167
+ name: "chevron-down-18"
168
+ }, null, 8, ["class"])) : m("", !0)
169
+ ], 10, Pe));
170
+ }
171
+ }), Re = "_s_1oi85_9", We = "_xs_1oi85_14", xe = "_m_1oi85_20", He = "_l_1oi85_25", Ve = "_button_1oi85_31", x = {
172
+ s: Re,
173
+ xs: We,
174
+ m: xe,
175
+ l: He,
176
+ button: Ve
177
+ }, Vt = /* @__PURE__ */ f({
178
+ __name: "button-icon",
179
+ props: {
180
+ icon: {},
181
+ size: { default: "m" },
182
+ className: {},
183
+ type: { default: "primary" },
184
+ disabled: { type: Boolean, default: !1 },
185
+ loading: { type: Boolean, default: !1 },
186
+ active: { type: Boolean, default: !1 },
187
+ name: {},
188
+ circle: { type: Boolean, default: !1 },
189
+ bordered: { type: Boolean, default: !1 }
190
+ },
191
+ emits: ["click"],
192
+ setup(s) {
193
+ const e = s, t = u(() => [x.button, x[e.size], e.className]), n = u(() => {
194
+ const r = e.size === "xs" ? "18" : "20";
195
+ return e.icon.replace(/-?\d*$/, `-${r}`);
196
+ }), o = u(() => e.size === "xs");
197
+ return (r, c) => (a(), k(l(V), U({ class: t.value }, e, {
198
+ "html-type": "button",
199
+ circle: o.value,
200
+ onClick: c[0] || (c[0] = (d) => r.$emit("click"))
201
+ }), {
202
+ before: v(() => [
203
+ B(l(T), { name: n.value }, null, 8, ["name"])
204
+ ]),
205
+ _: 1
206
+ }, 16, ["class", "circle"]));
207
+ }
208
+ }), qe = "_button_1vqio_1", Ae = {
209
+ button: qe
210
+ }, qt = /* @__PURE__ */ f({
211
+ __name: "button-link",
212
+ emits: ["click"],
213
+ setup(s) {
214
+ return (e, t) => (a(), p("button", {
215
+ class: i(l(Ae).button),
216
+ type: "button",
217
+ onClick: t[0] || (t[0] = (n) => e.$emit("click"))
218
+ }, [
219
+ B(l(T), { name: "plus-18" }),
220
+ b(e.$slots, "default")
221
+ ], 2));
222
+ }
223
+ });
224
+ function q(s) {
225
+ return s ? s.flatMap((e) => e.type === J ? q(e.children) : [e]) : [];
226
+ }
227
+ const De = f({
228
+ name: "PrimitiveSlot",
229
+ inheritAttrs: !1,
230
+ setup(s, { attrs: e, slots: t }) {
231
+ return () => {
232
+ var $;
233
+ if (!t.default)
234
+ return null;
235
+ const n = q(t.default()), o = n.findIndex((g) => g.type !== Q);
236
+ if (o === -1)
237
+ return n;
238
+ const r = n[o];
239
+ ($ = r.props) == null || delete $.ref;
240
+ const c = r.props ? U(e, r.props) : e, d = X({ ...r, props: {} }, c);
241
+ return n.length === 1 ? d : (n[o] = d, n);
242
+ };
243
+ }
244
+ }), Fe = ["area", "img", "input"], Ge = f({
245
+ name: "Primitive",
246
+ inheritAttrs: !1,
247
+ props: {
248
+ asChild: {
249
+ type: Boolean,
250
+ default: !1
251
+ },
252
+ as: {
253
+ type: [String, Object],
254
+ default: "div"
255
+ }
256
+ },
257
+ setup(s, { attrs: e, slots: t }) {
258
+ const n = s.asChild ? "template" : s.as;
259
+ return typeof n == "string" && Fe.includes(n) ? () => M(n, e) : n !== "template" ? () => M(s.as, e, { default: t.default }) : () => M(De, e, { default: t.default });
260
+ }
261
+ });
262
+ function Ke(s) {
263
+ var e;
264
+ const t = Y(s);
265
+ return (e = t == null ? void 0 : t.$el) != null ? e : t;
266
+ }
267
+ function Je() {
268
+ const s = Z(), e = ee(), t = u(() => {
269
+ var c, d;
270
+ return ["#text", "#comment"].includes((c = e.value) == null ? void 0 : c.$el.nodeName) ? (d = e.value) == null ? void 0 : d.$el.nextElementSibling : Ke(e);
271
+ }), n = Object.assign({}, s.exposed), o = {};
272
+ for (const c in s.props)
273
+ Object.defineProperty(o, c, {
274
+ enumerable: !0,
275
+ configurable: !0,
276
+ get: () => s.props[c]
277
+ });
278
+ if (Object.keys(n).length > 0)
279
+ for (const c in n)
280
+ Object.defineProperty(o, c, {
281
+ enumerable: !0,
282
+ configurable: !0,
283
+ get: () => n[c]
284
+ });
285
+ Object.defineProperty(o, "$el", {
286
+ enumerable: !0,
287
+ configurable: !0,
288
+ get: () => s.vnode.el
289
+ }), s.exposed = o;
290
+ function r(c) {
291
+ e.value = c, c && (Object.defineProperty(o, "$el", {
292
+ enumerable: !0,
293
+ configurable: !0,
294
+ get: () => c instanceof Element ? c : c.$el
295
+ }), s.exposed = o);
158
296
  }
159
- }), Me = "_label_4sgbr_1", Se = "_header_4sgbr_10", Ie = "_headerWrapper_4sgbr_18", He = "_title_4sgbr_25", xe = "_subTitleRow_4sgbr_33", Re = "_subTitle_4sgbr_33", Ue = "_link_4sgbr_45", Ve = "_linkUpper_4sgbr_62", f = {
160
- label: Me,
161
- header: Se,
162
- headerWrapper: Ie,
163
- title: He,
164
- subTitleRow: xe,
165
- subTitle: Re,
166
- link: Ue,
167
- linkUpper: Ve
168
- }, qe = /* @__PURE__ */ v({
297
+ return { forwardRef: r, currentRef: e, currentElement: t };
298
+ }
299
+ const Qe = /* @__PURE__ */ f({
300
+ __name: "Label",
301
+ props: {
302
+ for: {},
303
+ asChild: { type: Boolean },
304
+ as: { default: "label" }
305
+ },
306
+ setup(s) {
307
+ const e = s;
308
+ return Je(), (t, n) => (a(), k(l(Ge), U(e, {
309
+ onMousedown: n[0] || (n[0] = (o) => {
310
+ !o.defaultPrevented && o.detail > 1 && o.preventDefault();
311
+ })
312
+ }), {
313
+ default: v(() => [
314
+ b(t.$slots, "default")
315
+ ]),
316
+ _: 3
317
+ }, 16));
318
+ }
319
+ }), Xe = "_label_1a45q_1", Ye = {
320
+ label: Xe
321
+ }, Ze = /* @__PURE__ */ f({
169
322
  __name: "label",
323
+ props: {
324
+ className: {}
325
+ },
326
+ setup(s) {
327
+ const e = s, t = u(() => [
328
+ Ye.label,
329
+ e.className
330
+ ]);
331
+ return (n, o) => (a(), k(l(Qe), {
332
+ class: i(t.value)
333
+ }, {
334
+ default: v(() => [
335
+ b(n.$slots, "default")
336
+ ]),
337
+ _: 3
338
+ }, 8, ["class"]));
339
+ }
340
+ }), et = "_content_14uwa_1", tt = "_label_14uwa_9", nt = "_header_14uwa_18", st = "_headerWrapper_14uwa_26", ot = "_title_14uwa_33", lt = "_subTitleRow_14uwa_41", at = "_subTitle_14uwa_41", rt = "_link_14uwa_53", ct = "_linkUpper_14uwa_70", w = {
341
+ content: et,
342
+ label: tt,
343
+ header: nt,
344
+ headerWrapper: st,
345
+ title: ot,
346
+ subTitleRow: lt,
347
+ subTitle: at,
348
+ link: rt,
349
+ linkUpper: ct
350
+ }, it = /* @__PURE__ */ f({
351
+ __name: "label-content",
170
352
  emits: ["click"],
171
- setup(n) {
172
- const e = U(), t = c(() => B(e, "header")), l = c(() => B(e)), s = c(() => B(e, "subTitle")), i = c(() => B(e, "link")), y = c(() => t.value || l.value || s.value), _ = c(() => !l.value && !s.value), g = c(
173
- () => [f.link, _.value && f.linkUpper].filter(Boolean)
353
+ setup(s) {
354
+ const e = P(), t = u(() => C(e, "header")), n = u(() => C(e)), o = u(() => C(e, "subTitle")), r = u(() => C(e, "link")), c = u(() => t.value || n.value || o.value), d = u(() => !n.value && !o.value), $ = u(
355
+ () => [w.link, d.value && w.linkUpper].filter(Boolean)
174
356
  );
175
- return (k, L) => (a(), d("label", {
176
- class: r(o(f).label)
357
+ return (g, N) => (a(), p("div", {
358
+ class: i(l(w).content)
177
359
  }, [
178
- y.value ? (a(), d("span", {
360
+ c.value ? (a(), p("span", {
179
361
  key: 0,
180
- class: r(o(f).headerWrapper)
362
+ class: i(l(w).headerWrapper)
181
363
  }, [
182
- t.value ? (a(), d("span", {
364
+ t.value ? (a(), p("span", {
183
365
  key: 0,
184
- class: r(o(f).header)
366
+ class: i(l(w).header)
185
367
  }, [
186
- b(k.$slots, "header")
187
- ], 2)) : u("", !0),
188
- l.value ? (a(), d("span", {
368
+ b(g.$slots, "header")
369
+ ], 2)) : m("", !0),
370
+ n.value ? (a(), p("span", {
189
371
  key: 1,
190
- class: r(o(f).title)
372
+ class: i(l(w).title)
191
373
  }, [
192
- b(k.$slots, "default")
193
- ], 2)) : u("", !0),
194
- s.value ? (a(), d("span", {
374
+ b(g.$slots, "default")
375
+ ], 2)) : m("", !0),
376
+ o.value ? (a(), p("span", {
195
377
  key: 2,
196
- class: r(o(f).subTitleRow)
378
+ class: i(l(w).subTitleRow)
197
379
  }, [
198
380
  j("span", {
199
- class: r(o(f).subTitle)
381
+ class: i(l(w).subTitle)
200
382
  }, [
201
- b(k.$slots, "subTitle")
383
+ b(g.$slots, "subTitle")
202
384
  ], 2)
203
- ], 2)) : u("", !0)
204
- ], 2)) : u("", !0),
205
- i.value ? (a(), d("span", {
385
+ ], 2)) : m("", !0)
386
+ ], 2)) : m("", !0),
387
+ r.value ? (a(), p("span", {
206
388
  key: 1,
207
- class: r(g.value),
208
- onClick: L[0] || (L[0] = (V) => k.$emit("click"))
389
+ class: i($.value),
390
+ onClick: N[0] || (N[0] = (R) => g.$emit("click"))
209
391
  }, [
210
- b(k.$slots, "link")
211
- ], 2)) : u("", !0)
392
+ b(g.$slots, "link")
393
+ ], 2)) : m("", !0)
212
394
  ], 2));
213
395
  }
214
- }), De = "_wrapper_13pzw_1", Ee = "_input_13pzw_5", Oe = "_error_13pzw_35", We = "_description_13pzw_47", Ae = "_descriptionText_13pzw_58", Fe = "_errorText_13pzw_62", h = {
215
- wrapper: De,
216
- input: Ee,
217
- error: Oe,
218
- description: We,
219
- descriptionText: Ae,
220
- errorText: Fe
221
- }, Pe = ["id", "value", "name", "type", "disabled", "placeholder", "aria-invalid"], Ge = ["innerHTML"], Ke = ["innerHTML"], Bt = /* @__PURE__ */ v({
396
+ }), ut = "_wrapper_ep5oa_1", dt = "_input_ep5oa_5", _t = "_error_ep5oa_36", pt = "_description_ep5oa_48", mt = "_descriptionText_ep5oa_59", ft = "_errorText_ep5oa_63", bt = "_inputWrapper_ep5oa_67", ht = "_leftSpace_ep5oa_71", yt = "_rightSpace_ep5oa_75", vt = "_leftIcon_ep5oa_79", gt = "_rightIcon_ep5oa_80", h = {
397
+ wrapper: ut,
398
+ input: dt,
399
+ error: _t,
400
+ description: pt,
401
+ descriptionText: mt,
402
+ errorText: ft,
403
+ inputWrapper: bt,
404
+ leftSpace: ht,
405
+ rightSpace: yt,
406
+ leftIcon: vt,
407
+ rightIcon: gt
408
+ }, kt = ["id", "value", "name", "type", "disabled", "placeholder", "aria-invalid"], $t = ["innerHTML"], wt = ["innerHTML"], At = /* @__PURE__ */ f({
222
409
  __name: "input",
223
- props: /* @__PURE__ */ R({
410
+ props: /* @__PURE__ */ W({
224
411
  value: {},
225
412
  type: { default: "text" },
226
413
  id: {},
@@ -234,322 +421,249 @@ const B = (n, e) => {
234
421
  loading: { type: Boolean },
235
422
  error: {},
236
423
  description: {},
237
- className: {}
424
+ className: {},
425
+ leftIcon: {},
426
+ rightIcon: {}
238
427
  }, {
239
428
  value: {},
240
429
  valueModifiers: {}
241
430
  }),
242
- emits: /* @__PURE__ */ R(["update:value", "enter", "click-link", "focus", "blur"], ["update:value"]),
243
- setup(n, { emit: e }) {
244
- const t = n, l = e, s = G(), i = D(n, "value"), y = c(() => [
431
+ emits: /* @__PURE__ */ W(["update:value", "enter", "click-link", "click-icon", "click", "focus", "blur"], ["update:value"]),
432
+ setup(s, { emit: e }) {
433
+ const t = s, n = e, o = te(), r = ne(s, "value"), c = u(() => [
245
434
  h.input,
246
435
  {
247
436
  [h.disabled]: t.disabled,
248
437
  [h.error]: t.error,
249
- [h.loading]: t.loading
438
+ [h.loading]: t.loading,
439
+ [h.leftSpace]: !!t.leftIcon,
440
+ [h.rightSpace]: !!t.rightIcon
250
441
  },
251
442
  t.className
252
- ]), _ = c(() => t.header || t.title || t.subTitle || t.link), g = c(() => t.description || t.error), k = (p) => {
253
- p.key === "Enter" && l("enter");
254
- }, L = (p) => {
255
- l("update:value", p.target.value);
256
- }, V = () => {
257
- l("focus");
443
+ ]), d = u(() => t.header || t.title || t.subTitle || t.link), $ = u(() => t.description || t.error), g = (_) => {
444
+ _.key === "Enter" && n("enter");
445
+ }, N = (_) => {
446
+ n("update:value", _.target.value);
447
+ }, R = () => {
448
+ n("focus");
258
449
  }, A = () => {
259
- l("blur");
450
+ n("blur");
451
+ }, D = () => {
452
+ n("click-link");
260
453
  }, F = () => {
261
- l("click-link");
454
+ n("click");
455
+ }, G = (_) => {
456
+ _.preventDefault(), n("click-icon");
262
457
  };
263
- return (p, wt) => (a(), d("div", {
264
- class: r(o(h).wrapper)
458
+ return (_, Wt) => (a(), p("div", {
459
+ class: i(l(h).wrapper)
265
460
  }, [
266
- _.value ? (a(), C(o(qe), {
461
+ d.value ? (a(), k(l(Ze), {
267
462
  key: 0,
268
- for: p.id,
269
- onClick: F
463
+ for: _.id,
464
+ onClick: D
270
465
  }, {
271
- header: $(() => [
272
- N(T(t.header), 1)
273
- ]),
274
- subTitle: $(() => [
275
- N(T(t.subTitle), 1)
276
- ]),
277
- link: $(() => [
278
- N(T(t.link), 1)
279
- ]),
280
- default: $(() => [
281
- N(" " + T(t.title) + " ", 1)
466
+ default: v(() => [
467
+ B(l(it), null, {
468
+ header: v(() => [
469
+ I(S(t.header), 1)
470
+ ]),
471
+ subTitle: v(() => [
472
+ I(S(t.subTitle), 1)
473
+ ]),
474
+ link: v(() => [
475
+ I(S(t.link), 1)
476
+ ]),
477
+ default: v(() => [
478
+ I(" " + S(t.title) + " ", 1)
479
+ ]),
480
+ _: 1
481
+ })
282
482
  ]),
283
483
  _: 1
284
- }, 8, ["for"])) : u("", !0),
285
- j("input", E({
286
- id: p.id,
287
- value: i.value,
288
- name: p.name,
289
- type: p.type,
290
- disabled: p.disabled || p.loading,
291
- placeholder: p.placeholder,
292
- class: y.value,
293
- "aria-invalid": !!p.error
294
- }, o(s), {
295
- onInput: L,
296
- onKeydown: k,
297
- onFocus: V,
298
- onBlur: A
299
- }), null, 16, Pe),
300
- g.value ? (a(), d("div", {
301
- key: 1,
302
- class: r(o(h).description)
484
+ }, 8, ["for"])) : m("", !0),
485
+ j("div", {
486
+ class: i(l(h).inputWrapper)
303
487
  }, [
304
- p.error ? (a(), d("div", {
488
+ _.leftIcon ? (a(), k(l(T), {
305
489
  key: 0,
306
- class: r(o(h).errorText),
307
- innerHTML: p.error
308
- }, null, 10, Ge)) : u("", !0),
309
- p.description ? (a(), d("div", {
490
+ name: _.leftIcon,
491
+ class: i(l(h).leftIcon)
492
+ }, null, 8, ["name", "class"])) : m("", !0),
493
+ j("input", U({
494
+ id: _.id,
495
+ value: r.value,
496
+ name: _.name,
497
+ type: _.type,
498
+ disabled: _.disabled || _.loading,
499
+ placeholder: _.placeholder,
500
+ class: c.value,
501
+ "aria-invalid": !!_.error
502
+ }, l(o), {
503
+ onInput: N,
504
+ onKeydown: g,
505
+ onFocus: R,
506
+ onBlur: A,
507
+ onClick: F
508
+ }), null, 16, kt),
509
+ _.rightIcon ? (a(), k(l(T), {
310
510
  key: 1,
311
- class: r(o(h).descriptionText),
312
- innerHTML: p.description
313
- }, null, 10, Ke)) : u("", !0)
314
- ], 2)) : u("", !0)
315
- ], 2));
316
- }
317
- }), Je = "_label_jcdiv_1", Qe = "_disabled_jcdiv_7", Xe = "_input_jcdiv_17", Ye = "_error_jcdiv_30", Ze = "_text_jcdiv_70", et = "_errorText_jcdiv_76", w = {
318
- label: Je,
319
- disabled: Qe,
320
- input: Xe,
321
- error: Ye,
322
- text: Ze,
323
- errorText: et
324
- }, tt = ["for"], st = ["id", "name", "disabled"], Ct = /* @__PURE__ */ v({
325
- __name: "checkbox",
326
- props: /* @__PURE__ */ R({
327
- id: {},
328
- name: {},
329
- disabled: { type: Boolean },
330
- label: {},
331
- error: {},
332
- className: {}
333
- }, {
334
- checked: { type: Boolean },
335
- checkedModifiers: {}
336
- }),
337
- emits: ["update:checked"],
338
- setup(n) {
339
- const e = n, t = D(n, "checked"), l = c(() => [
340
- w.label,
341
- {
342
- [w.disabled]: e.disabled
343
- },
344
- e.className
345
- ]);
346
- return (s, i) => (a(), d("div", null, [
347
- j("label", {
348
- for: s.id,
349
- class: r(l.value)
511
+ name: _.rightIcon,
512
+ class: i(l(h).rightIcon),
513
+ onClick: G
514
+ }, null, 8, ["name", "class"])) : m("", !0)
515
+ ], 2),
516
+ $.value ? (a(), p("div", {
517
+ key: 1,
518
+ class: i(l(h).description)
350
519
  }, [
351
- K(j("input", {
352
- id: s.id,
353
- "onUpdate:modelValue": i[0] || (i[0] = (y) => t.value = y),
354
- name: s.name,
355
- type: "checkbox",
356
- disabled: s.disabled,
357
- class: r([o(w).input, { [o(w).error]: !!e.error }])
358
- }, null, 10, st), [
359
- [J, t.value]
360
- ]),
361
- s.$slots.default ? (a(), d("span", {
520
+ _.error ? (a(), p("div", {
362
521
  key: 0,
363
- class: r(o(w).text)
364
- }, [
365
- b(s.$slots, "default")
366
- ], 2)) : u("", !0)
367
- ], 10, tt),
368
- s.error ? (a(), d("div", {
369
- key: 0,
370
- class: r(o(w).errorText)
371
- }, T(s.error), 3)) : u("", !0)
372
- ]));
522
+ class: i(l(h).errorText),
523
+ innerHTML: _.error
524
+ }, null, 10, $t)) : m("", !0),
525
+ _.description ? (a(), p("div", {
526
+ key: 1,
527
+ class: i(l(h).descriptionText),
528
+ innerHTML: _.description
529
+ }, null, 10, wt)) : m("", !0)
530
+ ], 2)) : m("", !0)
531
+ ], 2));
373
532
  }
374
- }), zt = async () => {
375
- if (!(typeof document > "u") && !document.getElementById("__svg-sprite__"))
376
- try {
377
- const e = `
378
- <svg id="__svg-sprite__" xmlns="http://www.w3.org/2000/svg" style="display: none;">
379
- ${(await import("./sprite-CRtOoHbV.js")).default}
380
- </svg>
381
- `;
382
- document.body.insertAdjacentHTML("afterbegin", e);
383
- } catch (n) {
384
- console.error("Failed to load SVG sprite:", n);
385
- }
386
- }, nt = "_title_471uj_1", lt = "_medium_471uj_12", H = {
387
- title: nt,
388
- "level-1": "_level-1_471uj_8",
389
- medium: lt,
390
- "level-2": "_level-2_471uj_17",
391
- "level-3": "_level-3_471uj_26",
392
- "level-4": "_level-4_471uj_35"
393
- }, Nt = /* @__PURE__ */ v({
394
- __name: "title",
533
+ }), Ct = "_plank_8tn62_1", Tt = "_accent_8tn62_25", zt = "_danger_8tn62_31", It = "_text_8tn62_37", St = "_icon_8tn62_41", L = {
534
+ plank: Ct,
535
+ default: "_default_8tn62_19",
536
+ accent: Tt,
537
+ danger: zt,
538
+ text: It,
539
+ icon: St
540
+ }, Dt = /* @__PURE__ */ f({
541
+ __name: "plank",
395
542
  props: {
396
- level: {},
397
- className: {},
398
- weight: {}
543
+ type: { default: "default" },
544
+ icon: {},
545
+ label: {}
399
546
  },
400
- setup(n) {
401
- const e = n, t = c(() => [
402
- H.title,
403
- H[`level-${e.level ?? 1}`],
404
- e.className,
405
- e.weight && H[e.weight]
406
- ]), l = c(() => `h${e.level ?? 1}`);
407
- return (s, i) => (a(), C(O(l.value), {
408
- class: r(t.value)
409
- }, {
410
- default: $(() => [
411
- b(s.$slots, "default")
412
- ]),
413
- _: 3
414
- }, 8, ["class"]));
547
+ emits: ["click"],
548
+ setup(s) {
549
+ const e = s, t = P(), n = u(() => C(t)), o = u(() => [L.plank, L[e.type]]);
550
+ return (r, c) => (a(), p("div", {
551
+ class: i(o.value)
552
+ }, [
553
+ r.icon ? (a(), p("div", {
554
+ key: 0,
555
+ class: i(l(L).icon)
556
+ }, [
557
+ B(l(T), { name: r.icon }, null, 8, ["name"])
558
+ ], 2)) : m("", !0),
559
+ n.value ? (a(), p("div", {
560
+ key: 1,
561
+ class: i(l(L).text)
562
+ }, [
563
+ b(r.$slots, "default")
564
+ ], 2)) : m("", !0),
565
+ r.label ? (a(), k(l(V), {
566
+ key: 2,
567
+ size: "xs",
568
+ type: "secondary",
569
+ onClick: c[0] || (c[0] = (d) => r.$emit("click"))
570
+ }, {
571
+ default: v(() => [
572
+ I(S(r.label), 1)
573
+ ]),
574
+ _: 1
575
+ })) : m("", !0)
576
+ ], 2));
415
577
  }
416
- }), ot = "_text_1mrtv_1", at = "_primary_1mrtv_8", rt = "_medium_1mrtv_12", ct = "_secondary_1mrtv_17", it = "_accent_1mrtv_26", dt = "_subtitle_1mrtv_35", x = {
417
- text: ot,
418
- primary: at,
419
- medium: rt,
420
- secondary: ct,
421
- accent: it,
422
- subtitle: dt
423
- }, jt = /* @__PURE__ */ v({
578
+ }), Bt = "_text_1mrtv_1", Nt = "_primary_1mrtv_8", Lt = "_medium_1mrtv_12", jt = "_secondary_1mrtv_17", Ut = "_accent_1mrtv_26", Mt = "_subtitle_1mrtv_35", E = {
579
+ text: Bt,
580
+ primary: Nt,
581
+ medium: Lt,
582
+ secondary: jt,
583
+ accent: Ut,
584
+ subtitle: Mt
585
+ }, Ft = /* @__PURE__ */ f({
424
586
  __name: "text",
425
587
  props: {
426
588
  tagName: { default: "p" },
427
589
  kind: { default: "primary" },
428
590
  weight: {}
429
591
  },
430
- setup(n) {
431
- const e = n, t = c(() => [
432
- x.text,
433
- x[e.kind],
434
- e.weight && x[e.weight]
592
+ setup(s) {
593
+ const e = s, t = u(() => [
594
+ E.text,
595
+ E[e.kind],
596
+ e.weight && E[e.weight]
435
597
  ]);
436
- return (l, s) => (a(), C(O(l.tagName), {
437
- class: r(t.value)
598
+ return (n, o) => (a(), k(H(n.tagName), {
599
+ class: i(t.value)
438
600
  }, {
439
- default: $(() => [
440
- b(l.$slots, "default")
601
+ default: v(() => [
602
+ b(n.$slots, "default")
441
603
  ]),
442
604
  _: 3
443
605
  }, 8, ["class"]));
444
606
  }
445
- }), ut = "_s_n8n8w_9", _t = "_xs_n8n8w_14", pt = "_m_n8n8w_19", mt = "_l_n8n8w_24", bt = "_button_n8n8w_30", q = {
446
- s: ut,
447
- xs: _t,
448
- m: pt,
449
- l: mt,
450
- button: bt
451
- }, Lt = /* @__PURE__ */ v({
452
- __name: "button-icon",
607
+ }), Et = "_title_471uj_1", Ot = "_medium_471uj_12", O = {
608
+ title: Et,
609
+ "level-1": "_level-1_471uj_8",
610
+ medium: Ot,
611
+ "level-2": "_level-2_471uj_17",
612
+ "level-3": "_level-3_471uj_26",
613
+ "level-4": "_level-4_471uj_35"
614
+ }, Gt = /* @__PURE__ */ f({
615
+ __name: "title",
453
616
  props: {
454
- icon: {},
455
- size: { default: "m" },
617
+ level: {},
456
618
  className: {},
457
- type: { default: "primary" },
458
- disabled: { type: Boolean, default: !1 },
459
- loading: { type: Boolean, default: !1 },
460
- active: { type: Boolean, default: !1 },
461
- name: {},
462
- circle: { type: Boolean, default: !1 },
463
- bordered: { type: Boolean, default: !1 }
619
+ weight: {}
464
620
  },
465
- emits: ["click"],
466
- setup(n) {
467
- const e = n, t = c(() => [q.button, q[e.size], e.className]), l = c(() => {
468
- const s = e.size === "xs" ? "18" : "20";
469
- return e.icon.replace(/-?\d*$/, `-${s}`);
470
- });
471
- return (s, i) => (a(), C(o(W), E({ class: t.value }, e, {
472
- "html-type": "button",
473
- onClick: i[0] || (i[0] = (y) => s.$emit("click"))
474
- }), {
475
- before: $(() => [
476
- S(o(I), { type: l.value }, null, 8, ["type"])
621
+ setup(s) {
622
+ const e = s, t = u(() => [
623
+ O.title,
624
+ O[`level-${e.level ?? 1}`],
625
+ e.className,
626
+ e.weight && O[e.weight]
627
+ ]), n = u(() => `h${e.level ?? 1}`);
628
+ return (o, r) => (a(), k(H(n.value), {
629
+ class: i(t.value)
630
+ }, {
631
+ default: v(() => [
632
+ b(o.$slots, "default")
477
633
  ]),
478
- _: 1
479
- }, 16, ["class"]));
480
- }
481
- }), yt = "_button_1vqio_1", vt = {
482
- button: yt
483
- }, Mt = /* @__PURE__ */ v({
484
- __name: "button-link",
485
- emits: ["click"],
486
- setup(n) {
487
- return (e, t) => (a(), d("button", {
488
- class: r(o(vt).button),
489
- type: "button",
490
- onClick: t[0] || (t[0] = (l) => e.$emit("click"))
491
- }, [
492
- S(o(I), { type: "plus-18" }),
493
- b(e.$slots, "default")
494
- ], 2));
634
+ _: 3
635
+ }, 8, ["class"]));
495
636
  }
496
- }), kt = "_plank_8tn62_1", ft = "_accent_8tn62_25", ht = "_danger_8tn62_31", $t = "_text_8tn62_37", gt = "_icon_8tn62_41", M = {
497
- plank: kt,
498
- default: "_default_8tn62_19",
499
- accent: ft,
500
- danger: ht,
501
- text: $t,
502
- icon: gt
503
- }, St = /* @__PURE__ */ v({
504
- __name: "base-plank",
637
+ }), Pt = "_error_2tdd3_1", Rt = {
638
+ error: Pt
639
+ }, Kt = /* @__PURE__ */ f({
640
+ __name: "error",
505
641
  props: {
506
- type: { default: "default" },
507
- icon: {},
508
- label: {}
642
+ className: {}
509
643
  },
510
- emits: ["click"],
511
- setup(n) {
512
- const e = n, t = U(), l = c(() => B(t)), s = c(() => [M.plank, M[e.type]]);
513
- return (i, y) => (a(), d("div", {
514
- class: r(s.value)
644
+ setup(s) {
645
+ const e = s, t = u(() => [
646
+ Rt.error,
647
+ e.className
648
+ ]);
649
+ return (n, o) => (a(), p("span", {
650
+ class: i(t.value)
515
651
  }, [
516
- i.icon ? (a(), d("div", {
517
- key: 0,
518
- class: r(o(M).icon)
519
- }, [
520
- S(o(I), { type: i.icon }, null, 8, ["type"])
521
- ], 2)) : u("", !0),
522
- l.value ? (a(), d("div", {
523
- key: 1,
524
- class: r(o(M).text)
525
- }, [
526
- b(i.$slots, "default")
527
- ], 2)) : u("", !0),
528
- i.label ? (a(), C(o(W), {
529
- key: 2,
530
- size: "xs",
531
- type: "secondary",
532
- onClick: y[0] || (y[0] = (_) => i.$emit("click"))
533
- }, {
534
- default: $(() => [
535
- N(T(i.label), 1)
536
- ]),
537
- _: 1
538
- })) : u("", !0)
652
+ b(n.$slots, "default")
539
653
  ], 2));
540
654
  }
541
655
  });
542
656
  export {
543
- W as BaseButton,
544
- Ct as BaseCheckbox,
545
- I as BaseIcon,
546
- Bt as BaseInput,
547
- qe as BaseLabel,
548
- le as BaseLoader,
549
- St as BasePlank,
550
- jt as BaseText,
551
- Nt as BaseTitle,
552
- Lt as ButtonIcon,
553
- Mt as ButtonLink,
554
- zt as injectSvgSprite
657
+ V as UiButton,
658
+ Vt as UiButtonIcon,
659
+ qt as UiButtonLink,
660
+ Kt as UiError,
661
+ T as UiIcon,
662
+ At as UiInput,
663
+ Ze as UiLabel,
664
+ de as UiLoader,
665
+ Dt as UiPlank,
666
+ Ft as UiText,
667
+ Gt as UiTitle,
668
+ Ht as injectSvgSprite
555
669
  };