@wikicasa-dev/components 1.7.32 → 1.7.34

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 (24) hide show
  1. package/dist/AccessibleSelect.js +1 -1
  2. package/dist/BaseAccordionBtn.js +1 -1
  3. package/dist/BaseAccordionItem.js +1 -1
  4. package/dist/BaseAutocomplete.js +1 -1
  5. package/dist/BaseDropDown.js +1 -1
  6. package/dist/BaseModal.js +1 -1
  7. package/dist/BasePagination.js +1 -1
  8. package/dist/BaseSnackbar.js +4 -3
  9. package/dist/BaseTooltip.js +38 -49
  10. package/dist/UIKit/BaseTooltip.vue.d.ts +65 -47
  11. package/dist/assets/BaseTooltip.css +1 -1
  12. package/dist/chunks/{AccessibleSelect.vue_vue_type_script_setup_true_lang.BQ4qQ7zr.js → AccessibleSelect.vue_vue_type_script_setup_true_lang._TveE6SF.js} +30 -30
  13. package/dist/chunks/{ArrowIcon.CklBXJPN.js → ArrowIcon.GDkXwpPs.js} +1 -1
  14. package/dist/chunks/{BaseAccordionBtn.vue_vue_type_script_setup_true_lang.CrVwjQqr.js → BaseAccordionBtn.vue_vue_type_script_setup_true_lang.0xIiFb9q.js} +19 -15
  15. package/dist/chunks/{BaseAccordionItem.vue_vue_type_script_setup_true_lang.cWFIcTGL.js → BaseAccordionItem.vue_vue_type_script_setup_true_lang.6bQhmpuN.js} +12 -8
  16. package/dist/chunks/{BaseAutocomplete.vue_vue_type_script_setup_true_lang.4ohb2aKU.js → BaseAutocomplete.vue_vue_type_script_setup_true_lang.DqwIqwC2.js} +1 -1
  17. package/dist/chunks/{BaseDropDown.vue_vue_type_script_setup_true_lang.DK5S2KCI.js → BaseDropDown.vue_vue_type_script_setup_true_lang.CLzTJaGp.js} +4 -3
  18. package/dist/chunks/{BaseModal.vue_vue_type_style_index_0_lang.ToBCHvLi.js → BaseModal.vue_vue_type_style_index_0_lang.DR4KeMEv.js} +4 -3
  19. package/dist/chunks/{BasePagination.vue_vue_type_script_setup_true_lang.DnuvQIWk.js → BasePagination.vue_vue_type_script_setup_true_lang.DslSstg9.js} +4 -3
  20. package/dist/chunks/{CloseIcon.DiRdm5zi.js → CloseIcon._moEkaop.js} +1 -1
  21. package/dist/chunks/DownloadIcon.DHCHRETy.js +41 -0
  22. package/dist/index.js +7 -7
  23. package/package.json +3 -3
  24. package/dist/chunks/DefaultValues-k7iQWtC2.CPFgoBrE.js +0 -9
@@ -1,4 +1,4 @@
1
- import { _ as f } from "./chunks/AccessibleSelect.vue_vue_type_script_setup_true_lang.BQ4qQ7zr.js";
1
+ import { _ as f } from "./chunks/AccessibleSelect.vue_vue_type_script_setup_true_lang._TveE6SF.js";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,4 +1,4 @@
1
- import { _ as f } from "./chunks/BaseAccordionBtn.vue_vue_type_script_setup_true_lang.CrVwjQqr.js";
1
+ import { _ as f } from "./chunks/BaseAccordionBtn.vue_vue_type_script_setup_true_lang.0xIiFb9q.js";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,4 +1,4 @@
1
- import { _ as f } from "./chunks/BaseAccordionItem.vue_vue_type_script_setup_true_lang.cWFIcTGL.js";
1
+ import { _ as f } from "./chunks/BaseAccordionItem.vue_vue_type_script_setup_true_lang.6bQhmpuN.js";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,4 +1,4 @@
1
- import { _ as f } from "./chunks/BaseAutocomplete.vue_vue_type_script_setup_true_lang.4ohb2aKU.js";
1
+ import { _ as f } from "./chunks/BaseAutocomplete.vue_vue_type_script_setup_true_lang.DqwIqwC2.js";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,4 +1,4 @@
1
- import { _ as f } from "./chunks/BaseDropDown.vue_vue_type_script_setup_true_lang.DK5S2KCI.js";
1
+ import { _ as f } from "./chunks/BaseDropDown.vue_vue_type_script_setup_true_lang.CLzTJaGp.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/dist/BaseModal.js CHANGED
@@ -1,4 +1,4 @@
1
- import { _ as f } from "./chunks/BaseModal.vue_vue_type_style_index_0_lang.ToBCHvLi.js";
1
+ import { _ as f } from "./chunks/BaseModal.vue_vue_type_style_index_0_lang.DR4KeMEv.js";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,4 +1,4 @@
1
- import { _ as f } from "./chunks/BasePagination.vue_vue_type_script_setup_true_lang.DnuvQIWk.js";
1
+ import { _ as f } from "./chunks/BasePagination.vue_vue_type_script_setup_true_lang.DslSstg9.js";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,5 +1,6 @@
1
1
  import { defineComponent as b, ref as u, onBeforeMount as f, openBlock as i, createElementBlock as e, createElementVNode as o, normalizeClass as h, withModifiers as l, createCommentVNode as a, createVNode as y, unref as x } from "vue";
2
- import { l as _ } from "./chunks/CloseIcon.DiRdm5zi.js";
2
+ import { l as _ } from "./chunks/CloseIcon._moEkaop.js";
3
+ import "./chunks/DownloadIcon.DHCHRETy.js";
3
4
  import { _ as v } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
4
5
  import './assets/BaseSnackbar.css';const g = { class: "snackbar-container uikit-fixed uikit-bottom-10px uikit-left-10px uikit-z-[2000] max-sm:uikit-left-0 max-sm:uikit-w-full" }, C = ["data-cy"], w = ["src", "alt"], L = {
5
6
  key: 1,
@@ -73,7 +74,7 @@ import './assets/BaseSnackbar.css';const g = { class: "snackbar-container uikit-
73
74
  ], 10, C)
74
75
  ]));
75
76
  }
76
- }), z = /* @__PURE__ */ v(S, [["__scopeId", "data-v-1288e108"]]);
77
+ }), $ = /* @__PURE__ */ v(S, [["__scopeId", "data-v-1288e108"]]);
77
78
  export {
78
- z as default
79
+ $ as default
79
80
  };
@@ -1,53 +1,42 @@
1
- import { defineComponent as a, openBlock as o, createElementBlock as s, normalizeClass as t, renderSlot as r, createElementVNode as l, createCommentVNode as i } from "vue";
2
- import { _ as n } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
3
- import './assets/BaseTooltip.css';const p = a({
4
- name: "BaseTooltip",
5
- inheritAttrs: !1,
1
+ import { defineComponent as a, openBlock as e, createElementBlock as t, renderSlot as s, createElementVNode as i, normalizeClass as l, createCommentVNode as n } from "vue";
2
+ import { _ as r } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
3
+ import './assets/BaseTooltip.css';const p = { class: "base-tooltip" }, d = /* @__PURE__ */ a({
4
+ __name: "BaseTooltip",
6
5
  props: {
7
- theme: {
8
- type: Object,
9
- default() {
10
- return {
11
- color: "blue",
12
- size: "sm"
13
- };
14
- }
15
- },
16
- direction: {
17
- type: String,
18
- default: "top"
19
- },
20
- customTooltipClass: {
21
- type: String,
22
- default: ""
23
- },
24
- showTooltipContentManually: {
25
- type: Boolean,
26
- default: !0
27
- }
28
- }
29
- });
30
- function d(e, c, m, u, f, h) {
31
- return o(), s("div", {
32
- class: t(["base-tooltip", e.$attrs.class])
33
- }, [
34
- r(e.$slots, "trigger", {}, void 0, !0),
35
- l("div", {
36
- class: t(["bg-transparent", [
37
- e.theme.size,
38
- `${e.customTooltipClass ? e.customTooltipClass : "tooltip-content-wrapper"}`
39
- ]])
40
- }, [
41
- e.showTooltipContentManually ? (o(), s("div", {
42
- key: 0,
43
- class: t(["tooltip-content uikit-shadow-lg uikit-shadow-w-primary/10", ["base-tooltip-arrow", e.direction, e.theme.color, e.theme.size]])
6
+ theme: { default: () => ({
7
+ color: "blue",
8
+ size: "sm"
9
+ }) },
10
+ direction: { default: "top" },
11
+ customTooltipClass: { default: "" },
12
+ showTooltipContentManually: { type: Boolean, default: !0 },
13
+ tooltipContentClasses: { default: "" }
14
+ },
15
+ setup(m) {
16
+ return (o, u) => (e(), t("div", p, [
17
+ s(o.$slots, "trigger", {}, void 0, !0),
18
+ i("div", {
19
+ class: l(["bg-transparent", [
20
+ o.theme.size,
21
+ `${o.customTooltipClass ? o.customTooltipClass : "tooltip-content-wrapper"}`
22
+ ]])
44
23
  }, [
45
- r(e.$slots, "content", {}, void 0, !0)
46
- ], 2)) : i("", !0)
47
- ], 2)
48
- ], 2);
49
- }
50
- const $ = /* @__PURE__ */ n(p, [["render", d], ["__scopeId", "data-v-5d6f1c73"]]);
24
+ o.showTooltipContentManually ? (e(), t("div", {
25
+ key: 0,
26
+ class: l(["tooltip-content uikit-shadow-lg uikit-shadow-w-primary/10", [
27
+ "base-tooltip-arrow",
28
+ o.direction,
29
+ o.theme.color,
30
+ o.theme.size,
31
+ o.tooltipContentClasses
32
+ ]])
33
+ }, [
34
+ s(o.$slots, "content", {}, void 0, !0)
35
+ ], 2)) : n("", !0)
36
+ ], 2)
37
+ ]));
38
+ }
39
+ }), f = /* @__PURE__ */ r(d, [["__scopeId", "data-v-b0e473d5"]]);
51
40
  export {
52
- $ as default
41
+ f as default
53
42
  };
@@ -1,56 +1,74 @@
1
- declare const _default: import('vue').DefineComponent<{
2
- theme: {
3
- type: () => {
4
- color: "blue" | "white";
5
- size: "sm" | "md" | "lg";
6
- };
7
- default(): {
8
- color: string;
9
- size: string;
10
- };
11
- };
12
- direction: {
13
- type: () => "top" | "bottom" | "left" | "right" | "top-center" | "bottom-center";
14
- default: string;
15
- };
16
- customTooltipClass: {
17
- type: () => "mail-alert";
18
- default: string;
19
- };
20
- showTooltipContentManually: {
21
- type: BooleanConstructor;
22
- default: boolean;
23
- };
24
- }, unknown, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
25
- theme: {
26
- type: () => {
27
- color: "blue" | "white";
28
- size: "sm" | "md" | "lg";
29
- };
30
- default(): {
31
- color: string;
32
- size: string;
33
- };
34
- };
35
- direction: {
36
- type: () => "top" | "bottom" | "left" | "right" | "top-center" | "bottom-center";
37
- default: string;
38
- };
39
- customTooltipClass: {
40
- type: () => "mail-alert";
41
- default: string;
1
+ import { ClassType } from '@wikicasa-dev/types';
2
+
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
4
+ theme?: {
5
+ color: "blue" | "white";
6
+ size: "sm" | "md" | "lg";
7
+ } | undefined;
8
+ direction?: "left" | "right" | "bottom" | "top" | "top-center" | "bottom-center" | undefined;
9
+ customTooltipClass?: "" | "mail-alert" | undefined;
10
+ showTooltipContentManually?: boolean | undefined;
11
+ tooltipContentClasses?: ClassType | undefined;
12
+ }>, {
13
+ theme: () => {
14
+ color: string;
15
+ size: string;
42
16
  };
43
- showTooltipContentManually: {
44
- type: BooleanConstructor;
45
- default: boolean;
17
+ direction: string;
18
+ customTooltipClass: string;
19
+ showTooltipContentManually: boolean;
20
+ tooltipContentClasses: string;
21
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
22
+ theme?: {
23
+ color: "blue" | "white";
24
+ size: "sm" | "md" | "lg";
25
+ } | undefined;
26
+ direction?: "left" | "right" | "bottom" | "top" | "top-center" | "bottom-center" | undefined;
27
+ customTooltipClass?: "" | "mail-alert" | undefined;
28
+ showTooltipContentManually?: boolean | undefined;
29
+ tooltipContentClasses?: ClassType | undefined;
30
+ }>, {
31
+ theme: () => {
32
+ color: string;
33
+ size: string;
46
34
  };
47
- }>>, {
35
+ direction: string;
36
+ customTooltipClass: string;
37
+ showTooltipContentManually: boolean;
38
+ tooltipContentClasses: string;
39
+ }>>>, {
48
40
  direction: "left" | "right" | "bottom" | "top" | "top-center" | "bottom-center";
49
41
  theme: {
50
42
  color: "blue" | "white";
51
43
  size: "sm" | "md" | "lg";
52
44
  };
53
- customTooltipClass: "mail-alert";
45
+ customTooltipClass: "" | "mail-alert";
54
46
  showTooltipContentManually: boolean;
55
- }, {}>;
47
+ tooltipContentClasses: ClassType;
48
+ }, {}>, {
49
+ trigger?(_: {}): any;
50
+ content?(_: {}): any;
51
+ }>;
56
52
  export default _default;
53
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
54
+ type __VLS_TypePropsToRuntimeProps<T> = {
55
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
56
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
57
+ } : {
58
+ type: import('vue').PropType<T[K]>;
59
+ required: true;
60
+ };
61
+ };
62
+ type __VLS_WithDefaults<P, D> = {
63
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
64
+ default: D[K];
65
+ }> : P[K];
66
+ };
67
+ type __VLS_Prettify<T> = {
68
+ [K in keyof T]: T[K];
69
+ } & {};
70
+ type __VLS_WithTemplateSlots<T, S> = T & {
71
+ new (): {
72
+ $slots: S;
73
+ };
74
+ };
@@ -1 +1 @@
1
- .base-tooltip[data-v-5d6f1c73]{--tooltip-sm-content-width: 250px;--tooltip-sm-arrows-width: 8px;--tooltip-sm-height: 65px;--tooltip-md-width: calc(var(--tooltip-sm-content-width) * 1.2);--tooltip-md-height: 100px;--tooltip-lg-width: calc(var(--tooltip-sm-content-width) * 1.4);--tooltip-lg-height: 130px;--tooltip-border-radius: 10px;--tooltip-space-from-top-content: 65%;--tooltip-blue-bg: #2B5DFF;--tooltip-blue-color: #fff;--tooltip-white-bg: #fff;--tooltip-white-color: #000;--arrow-width: 10px;--arrow-margin-left: calc(var(--arrow-width) * -1);--arrow-left-position: 10%;position:relative;display:inline-block}.base-tooltip .tooltip-content-wrapper[data-v-5d6f1c73]{position:absolute;top:60%}.base-tooltip .tooltip-content-wrapper.sm[data-v-5d6f1c73]{width:var(--tooltip-sm-content-width)}.base-tooltip .tooltip-content-wrapper.md[data-v-5d6f1c73]{width:var(--tooltip-md-width)}.base-tooltip .tooltip-content-wrapper.lg[data-v-5d6f1c73]{width:var(--tooltip-lg-width)}.base-tooltip .tooltip-content[data-v-5d6f1c73]{display:none;opacity:0;text-align:center;padding:5px 0;position:absolute;z-index:1;left:var(--arrow-left-position);top:var(--tooltip-space-from-top-content)}.base-tooltip .tooltip-content.lg[data-v-5d6f1c73]{top:calc(var(--tooltip-space-from-top-content) + 20%)}.base-tooltip .mail-alert[data-v-5d6f1c73]{padding-top:22px;position:absolute;top:90%;z-index:1053}.base-tooltip .mail-alert.listing>.tooltip-content[data-v-5d6f1c73]{left:-70px}.base-tooltip .mail-alert .tooltip-content[data-v-5d6f1c73]{left:0;top:65%;display:flex!important;justify-content:center;align-items:center}.base-tooltip .mail-alert .tooltip-content[data-v-5d6f1c73],.base-tooltip .mail-alert .tooltip-content[data-v-5d6f1c73]:after{display:block;opacity:1;transition:opacity .25s ease-out}.base-tooltip .tooltip-content[data-v-5d6f1c73],.base-tooltip .tooltip-content[data-v-5d6f1c73]>*{border-radius:var(--tooltip-border-radius)}.base-tooltip .tooltip-content.blue[data-v-5d6f1c73]{background-color:var(--tooltip-blue-bg);color:var(--tooltip-blue-color)}.base-tooltip .tooltip-content.blue[data-v-5d6f1c73]:after{border-color:transparent transparent var(--tooltip-blue-bg) transparent}.base-tooltip .tooltip-content.white[data-v-5d6f1c73]{background-color:var(--tooltip-white-bg);color:var(--tooltip-white-color)}.base-tooltip .tooltip-content.white[data-v-5d6f1c73]:after{border-color:transparent transparent var(--tooltip-white-bg) transparent}.base-tooltip .tooltip-content.sm[data-v-5d6f1c73]{width:var(--tooltip-sm-content-width);height:var(--tooltip-sm-height)}.base-tooltip .tooltip-content.sm[data-v-5d6f1c73]:after{border-width:var(--tooltip-sm-arrows-width)}.base-tooltip .tooltip-content.md[data-v-5d6f1c73]{width:var(--tooltip-md-width);height:var(--tooltip-md-height)}.base-tooltip .tooltip-content.md[data-v-5d6f1c73]:after{border-width:calc(var(--tooltip-sm-arrows-width) + 1)}.base-tooltip .tooltip-content.lg[data-v-5d6f1c73]{width:var(--tooltip-lg-width);height:var(--tooltip-lg-height)}.base-tooltip .tooltip-content.lg[data-v-5d6f1c73]:after{border-width:calc(var(--tooltip-sm-arrows-width) + 2)}.base-tooltip:hover .tooltip-content-wrapper[data-v-5d6f1c73]{padding-top:30px}.base-tooltip:hover .tooltip-content.lg[data-v-5d6f1c73]{left:8%}.base-tooltip:hover .tooltip-content[data-v-5d6f1c73],.base-tooltip .tooltip-content[data-v-5d6f1c73]:after{display:block;opacity:1;transition:opacity .25s ease-out}.base-tooltip-arrow[data-v-5d6f1c73]:after{content:" ";position:absolute;margin-left:var(--arrow-margin-left);border-style:solid}.base-tooltip-arrow.top[data-v-5d6f1c73]:after{bottom:100%;left:var(--arrow-left-position)}.base-tooltip-arrow.top-center[data-v-5d6f1c73]:after{bottom:100%;left:50%}.base-tooltip-arrow.right[data-v-5d6f1c73]:after{top:50%;left:100%;transform:rotate(90deg)}.base-tooltip-arrow.bottom[data-v-5d6f1c73]:after{top:100%;left:var(--arrow-left-position);transform:rotate(180deg)}.base-tooltip-arrow.bottom-center[data-v-5d6f1c73]:after{top:100%;left:50%;transform:rotate(180deg)}.base-tooltip-arrow.left[data-v-5d6f1c73]:after{top:50%;right:100%;transform:rotate(270deg)}
1
+ .base-tooltip[data-v-b0e473d5]{--tooltip-sm-content-width: 250px;--tooltip-sm-arrows-width: 8px;--tooltip-sm-height: 65px;--tooltip-md-width: calc(var(--tooltip-sm-content-width) * 1.2);--tooltip-md-height: 100px;--tooltip-lg-width: calc(var(--tooltip-sm-content-width) * 1.4);--tooltip-lg-height: 130px;--tooltip-border-radius: 10px;--tooltip-space-from-top-content: 65%;--tooltip-blue-bg: #2B5DFF;--tooltip-blue-color: #fff;--tooltip-white-bg: #fff;--tooltip-white-color: #000;--arrow-width: 10px;--arrow-margin-left: calc(var(--arrow-width) * -1);--arrow-left-position: 10%;position:relative;display:inline-block}.base-tooltip .tooltip-content-wrapper[data-v-b0e473d5]{position:absolute;top:60%}.base-tooltip .tooltip-content-wrapper.sm[data-v-b0e473d5]{width:var(--tooltip-sm-content-width)}.base-tooltip .tooltip-content-wrapper.md[data-v-b0e473d5]{width:var(--tooltip-md-width)}.base-tooltip .tooltip-content-wrapper.lg[data-v-b0e473d5]{width:var(--tooltip-lg-width)}.base-tooltip .tooltip-content[data-v-b0e473d5]{display:none;opacity:0;text-align:center;padding:5px 0;position:absolute;z-index:1;left:var(--arrow-left-position);top:var(--tooltip-space-from-top-content)}.base-tooltip .tooltip-content.lg[data-v-b0e473d5]{top:calc(var(--tooltip-space-from-top-content) + 20%)}.base-tooltip .mail-alert[data-v-b0e473d5]{padding-top:22px;position:absolute;top:90%;z-index:1053}.base-tooltip .mail-alert.listing>.tooltip-content[data-v-b0e473d5]{left:-70px}.base-tooltip .mail-alert .tooltip-content[data-v-b0e473d5]{left:0;top:65%;display:flex!important;justify-content:center;align-items:center}.base-tooltip .mail-alert .tooltip-content[data-v-b0e473d5],.base-tooltip .mail-alert .tooltip-content[data-v-b0e473d5]:after{display:block;opacity:1;transition:opacity .25s ease-out}.base-tooltip .tooltip-content[data-v-b0e473d5],.base-tooltip .tooltip-content[data-v-b0e473d5]>*{border-radius:var(--tooltip-border-radius)}.base-tooltip .tooltip-content.blue[data-v-b0e473d5]{background-color:var(--tooltip-blue-bg);color:var(--tooltip-blue-color)}.base-tooltip .tooltip-content.blue[data-v-b0e473d5]:after{border-color:transparent transparent var(--tooltip-blue-bg) transparent}.base-tooltip .tooltip-content.white[data-v-b0e473d5]{background-color:var(--tooltip-white-bg);color:var(--tooltip-white-color)}.base-tooltip .tooltip-content.white[data-v-b0e473d5]:after{border-color:transparent transparent var(--tooltip-white-bg) transparent}.base-tooltip .tooltip-content.sm[data-v-b0e473d5]{width:var(--tooltip-sm-content-width);height:var(--tooltip-sm-height)}.base-tooltip .tooltip-content.sm[data-v-b0e473d5]:after{border-width:var(--tooltip-sm-arrows-width)}.base-tooltip .tooltip-content.md[data-v-b0e473d5]{width:var(--tooltip-md-width);height:var(--tooltip-md-height)}.base-tooltip .tooltip-content.md[data-v-b0e473d5]:after{border-width:calc(var(--tooltip-sm-arrows-width) + 1)}.base-tooltip .tooltip-content.lg[data-v-b0e473d5]{width:var(--tooltip-lg-width);height:var(--tooltip-lg-height)}.base-tooltip .tooltip-content.lg[data-v-b0e473d5]:after{border-width:calc(var(--tooltip-sm-arrows-width) + 2)}.base-tooltip:hover .tooltip-content-wrapper[data-v-b0e473d5]{padding-top:30px}.base-tooltip:hover .tooltip-content.lg[data-v-b0e473d5]{left:8%}.base-tooltip:hover .tooltip-content[data-v-b0e473d5],.base-tooltip .tooltip-content[data-v-b0e473d5]:after{display:block;opacity:1;transition:opacity .25s ease-out}.base-tooltip-arrow[data-v-b0e473d5]:after{content:" ";position:absolute;margin-left:var(--arrow-margin-left);border-style:solid}.base-tooltip-arrow.top[data-v-b0e473d5]:after{bottom:100%;left:var(--arrow-left-position)}.base-tooltip-arrow.top-center[data-v-b0e473d5]:after{bottom:100%;left:50%}.base-tooltip-arrow.right[data-v-b0e473d5]:after{top:50%;left:100%;transform:rotate(90deg)}.base-tooltip-arrow.bottom[data-v-b0e473d5]:after{top:100%;left:var(--arrow-left-position);transform:rotate(180deg)}.base-tooltip-arrow.bottom-center[data-v-b0e473d5]:after{top:100%;left:50%;transform:rotate(180deg)}.base-tooltip-arrow.left[data-v-b0e473d5]:after{top:50%;right:100%;transform:rotate(270deg)}
@@ -1,6 +1,6 @@
1
- import { h as V, ref as L, onMounted as B, onUnmounted as E, unref as y, defineComponent as T, computed as C, watch as F, openBlock as d, createElementBlock as k, Fragment as H, createElementVNode as o, normalizeClass as s, createCommentVNode as f, withModifiers as b, renderSlot as P, createBlock as A, createVNode as z, renderList as D } from "vue";
2
- import { d as O } from "./ArrowIcon.CklBXJPN.js";
3
- import { o as q } from "./DefaultValues-k7iQWtC2.CPFgoBrE.js";
1
+ import { h as V, ref as L, onMounted as B, onUnmounted as E, unref as y, defineComponent as T, computed as C, watch as F, openBlock as d, createElementBlock as k, Fragment as H, createElementVNode as o, normalizeClass as s, createCommentVNode as v, withModifiers as f, renderSlot as P, createBlock as A, createVNode as z, renderList as D } from "vue";
2
+ import { d as O } from "./ArrowIcon.GDkXwpPs.js";
3
+ import { o as q } from "./DownloadIcon.DHCHRETy.js";
4
4
  const N = (r, { attrs: u }) => {
5
5
  r = { ...q(), ...r };
6
6
  const { width: a, height: i } = r;
@@ -36,12 +36,12 @@ const N = (r, { attrs: u }) => {
36
36
  ]
37
37
  );
38
38
  }, S = (r) => {
39
- const { isDropdownOpen: u, disableSpaceHandler: a } = r, i = L(-1), h = L(-1), m = (t) => {
40
- const p = "ArrowUp", g = "ArrowDown", v = "Enter", w = "Escape", e = " ", l = "PageUp", n = "Home", c = "PageDown", $ = "End";
39
+ const { isDropdownOpen: u, disableSpaceHandler: a } = r, i = L(-1), h = L(-1), b = (t) => {
40
+ const p = "ArrowUp", g = "ArrowDown", m = "Enter", w = "Escape", e = " ", l = "PageUp", n = "Home", c = "PageDown", $ = "End";
41
41
  if (!u.value || ![
42
42
  p,
43
43
  g,
44
- v,
44
+ m,
45
45
  w,
46
46
  e,
47
47
  l,
@@ -55,7 +55,7 @@ const N = (r, { attrs: u }) => {
55
55
  i.value = i.value === 0 ? M - 1 : i.value - 1;
56
56
  else if (t.key === g)
57
57
  i.value = (i.value + 1) % M;
58
- else if (t.key === v || t.key === e) {
58
+ else if (t.key === m || t.key === e) {
59
59
  if (t.key === e && a)
60
60
  return;
61
61
  h.value = i.value, u.value = !1;
@@ -64,9 +64,9 @@ const N = (r, { attrs: u }) => {
64
64
  t.stopPropagation(), t.preventDefault();
65
65
  };
66
66
  return B(() => {
67
- document && document.addEventListener("keydown", m);
67
+ document && document.addEventListener("keydown", b);
68
68
  }), E(() => {
69
- document && document.removeEventListener("keydown", m);
69
+ document && document.removeEventListener("keydown", b);
70
70
  }), {
71
71
  activeIdx: i,
72
72
  selectedIdx: h
@@ -90,17 +90,17 @@ const N = (r, { attrs: u }) => {
90
90
  },
91
91
  emits: ["update:modelValue"],
92
92
  setup(r, { emit: u }) {
93
- const a = r, i = L(!1), h = L(null), m = C(() => !!a.modelValue.label), t = u, { activeIdx: p, selectedIdx: g } = S({
93
+ const a = r, i = L(!1), h = L(null), b = C(() => !!a.modelValue.label), t = u, { activeIdx: p, selectedIdx: g } = S({
94
94
  optionsLength: a.options.length,
95
95
  isDropdownOpen: i
96
- }), v = (e) => {
96
+ }), m = (e) => {
97
97
  i.value = !1, t("update:modelValue", e);
98
98
  };
99
99
  F(g, (e) => {
100
- v(a.options[e]), i.value = !1;
100
+ m(a.options[e]), i.value = !1;
101
101
  });
102
- const w = () => {
103
- i.value = !1;
102
+ const w = ({ target: e }) => {
103
+ `${a.namespace}_btn` !== e.id && (i.value = !1);
104
104
  };
105
105
  return B(() => {
106
106
  a.closeOnBodyPressed && document && document.addEventListener("click", w);
@@ -114,20 +114,20 @@ const N = (r, { attrs: u }) => {
114
114
  key: 0,
115
115
  id: `${e.namespace}_label`,
116
116
  class: s(["uikit-absolute uikit-text-sm uikit-font-medium uikit-transition-all uikit-ease-in-out uikit-pointer-events-none uikit-z-10", [
117
- m.value ? "as-floating -uikit-top-1 uikit-left-[22px] uikit-text-w-black" : "as-inline uikit-top-4 uikit-text-w-gray",
117
+ b.value ? "as-floating -uikit-top-1 uikit-left-[22px] uikit-text-w-black" : "as-inline uikit-top-4 uikit-text-w-gray",
118
118
  e.$attrs["label-classes"],
119
- { "uikit-left-9": e.$slots.lefticon && !m.value },
120
- { "uikit-left-4": !e.$slots.lefticon && !m.value }
119
+ { "uikit-left-9": e.$slots.lefticon && !b.value },
120
+ { "uikit-left-4": !e.$slots.lefticon && !b.value }
121
121
  ]]),
122
122
  innerHTML: e.label
123
- }, null, 10, U)) : f("", !0),
123
+ }, null, 10, U)) : v("", !0),
124
124
  e.$slots.lefticon ? (d(), k("span", {
125
125
  key: 1,
126
126
  class: "uikit-z-20 uikit-pl-2 uikit-mt-2",
127
- onClick: l[0] || (l[0] = b((n) => i.value = !i.value, ["stop"]))
127
+ onClick: l[0] || (l[0] = f((n) => i.value = !i.value, ["stop"]))
128
128
  }, [
129
129
  P(e.$slots, "lefticon")
130
- ])) : f("", !0),
130
+ ])) : v("", !0),
131
131
  o("button", {
132
132
  id: `${e.namespace}_btn`,
133
133
  ref_key: "btnEl",
@@ -144,7 +144,7 @@ const N = (r, { attrs: u }) => {
144
144
  "aria-activedescendant": y(p) >= 0 && i.value ? `${e.namespace}_element_${e.options[y(p)].label}` : "",
145
145
  "aria-invalid": a.isValid === !1,
146
146
  "aria-describedby": a.isValid === !1 ? `${e.namespace}_invalid_msg` : void 0,
147
- onClick: l[1] || (l[1] = b((n) => i.value = !i.value, ["stop"]))
147
+ onClick: l[1] || (l[1] = (n) => i.value = !i.value)
148
148
  }, [
149
149
  o("span", {
150
150
  class: s(["uikit-mt-1 uikit-pointer-events-none", e.$attrs["btn-text-classes"]]),
@@ -156,7 +156,7 @@ const N = (r, { attrs: u }) => {
156
156
  class: "uikit-mr-1",
157
157
  width: 20,
158
158
  height: 20
159
- })) : f("", !0),
159
+ })) : v("", !0),
160
160
  z(y(O), {
161
161
  class: s(["uikit-transition-transform motion-reduce:uikit-transition-none", i.value ? "uikit-rotate-180" : ""]),
162
162
  width: 18,
@@ -197,7 +197,7 @@ const N = (r, { attrs: u }) => {
197
197
  { "uikit-top-[55px]": e.dropdownPosition === "bottom" },
198
198
  e.$attrs["dropdown-classes"]
199
199
  ]]),
200
- onClick: l[3] || (l[3] = b(() => {
200
+ onClick: l[3] || (l[3] = f(() => {
201
201
  }, ["stop"]))
202
202
  }, [
203
203
  (d(!0), k(H, null, D(e.options, (n, c) => (d(), k("li", {
@@ -206,9 +206,9 @@ const N = (r, { attrs: u }) => {
206
206
  role: "option",
207
207
  "aria-selected": y(p) === c,
208
208
  class: s(["uikit-m-1 uikit-cursor-pointer uikit-px-20px uikit-py-10px uikit-text aria-selected:uikit-rounded-xs aria-selected:uikit-bg-w-cultured", e.$attrs["dropdown-item-classes"]]),
209
- onClick: b(($) => v(n), ["stop"]),
210
- onMouseover: b(($) => p.value = c, ["stop"]),
211
- onBlur: l[2] || (l[2] = b(() => {
209
+ onClick: f(($) => m(n), ["stop"]),
210
+ onMouseover: f(($) => p.value = c, ["stop"]),
211
+ onBlur: l[2] || (l[2] = f(() => {
212
212
  }, ["stop"]))
213
213
  }, [
214
214
  o("label", Q, [
@@ -218,7 +218,7 @@ const N = (r, { attrs: u }) => {
218
218
  name: `${e.namespace}_radio`,
219
219
  type: "radio",
220
220
  checked: n.label === e.modelValue.label,
221
- onInput: b(($) => v(n), ["stop"])
221
+ onInput: f(($) => m(n), ["stop"])
222
222
  }, null, 40, R),
223
223
  o("span", {
224
224
  innerHTML: n.label
@@ -234,15 +234,15 @@ const N = (r, { attrs: u }) => {
234
234
  "arial-live": e.$attrs["aria-live"],
235
235
  class: "uikit-mb-2 uikit-text-sm",
236
236
  innerHTML: e.isValid ? e.feedback.valid : ""
237
- }, null, 8, X)) : f("", !0),
237
+ }, null, 8, X)) : v("", !0),
238
238
  e.feedback.invalid ? (d(), k("span", {
239
239
  key: 1,
240
240
  id: `${e.namespace}_invalid_msg`,
241
241
  "arial-live": e.$attrs["aria-live"],
242
242
  class: "uikit-mb-2 uikit-text-sm uikit-text-w-danger",
243
243
  innerHTML: e.isValid === !1 ? e.feedback.invalid : ""
244
- }, null, 8, Z)) : f("", !0)
245
- ], 64)) : f("", !0)
244
+ }, null, 8, Z)) : v("", !0)
245
+ ], 64)) : v("", !0)
246
246
  ], 64));
247
247
  }
248
248
  });
@@ -1,5 +1,5 @@
1
1
  import { h as o } from "vue";
2
- import { o as e } from "./DefaultValues-k7iQWtC2.CPFgoBrE.js";
2
+ import { o as e } from "./DownloadIcon.DHCHRETy.js";
3
3
  const d = (t, { attrs: r }) => {
4
4
  t = { ...e(), ...t };
5
5
  const { width: i, height: s } = t;
@@ -1,6 +1,7 @@
1
- import { defineComponent as a, openBlock as d, createElementBlock as l, normalizeClass as t, renderSlot as i, createElementVNode as c, withModifiers as p, createVNode as u, unref as k } from "vue";
2
- import { d as m } from "./ArrowIcon.CklBXJPN.js";
3
- const f = ["id"], g = ["aria-expanded", "aria-controls"], b = /* @__PURE__ */ a({
1
+ import { defineComponent as a, openBlock as d, createElementBlock as l, normalizeClass as e, renderSlot as i, createElementVNode as c, withModifiers as p, createVNode as u, unref as m } from "vue";
2
+ import { d as k } from "./ArrowIcon.GDkXwpPs.js";
3
+ import "./DownloadIcon.DHCHRETy.js";
4
+ const f = ["id"], g = ["aria-expanded", "aria-controls"], w = /* @__PURE__ */ a({
4
5
  inheritAttrs: !1,
5
6
  __name: "BaseAccordionBtn",
6
7
  props: {
@@ -13,13 +14,13 @@ const f = ["id"], g = ["aria-expanded", "aria-controls"], b = /* @__PURE__ */ a(
13
14
  emits: ["click"],
14
15
  setup(h, { emit: n }) {
15
16
  const r = n;
16
- return (o, e) => (d(), l("div", {
17
+ return (o, t) => (d(), l("div", {
17
18
  id: `${o.id}`,
18
- class: t(["uikit-flex uikit-items-center uikit-justify-around", [
19
+ class: e(["uikit-flex uikit-items-center uikit-justify-around", [
19
20
  o.$attrs["btn-wrapper-classes"],
20
- o.onContainerClickExpand && "uikit-cursor-pointer"
21
+ o.onContainerClickExpand ? "uikit-cursor-pointer" : ""
21
22
  ]]),
22
- onClick: e[1] || (e[1] = (s) => o.onContainerClickExpand && o.toggleAccordion())
23
+ onClick: t[1] || (t[1] = (s) => o.onContainerClickExpand && o.toggleAccordion())
23
24
  }, [
24
25
  i(o.$slots, "custom_content"),
25
26
  i(o.$slots, "custom_btn", {
@@ -29,18 +30,21 @@ const f = ["id"], g = ["aria-expanded", "aria-controls"], b = /* @__PURE__ */ a(
29
30
  }, () => [
30
31
  c("button", {
31
32
  type: "button",
32
- class: t(["uikit-border-0 uikit-bg-transparent", o.$attrs["btn-classes"]]),
33
+ class: e(["uikit-border-0 uikit-bg-transparent", o.$attrs["btn-classes"]]),
33
34
  "aria-expanded": o.accordionOpen,
34
35
  "aria-controls": `accordion-text-${o.id}`,
35
- onClick: e[0] || (e[0] = p((s) => {
36
+ onClick: t[0] || (t[0] = p((s) => {
36
37
  o.toggleAccordion(), r("click");
37
38
  }, ["prevent", "stop"]))
38
39
  }, [
39
- u(k(m), {
40
- class: t(["uikit-transition-transform motion-reduce:uikit-transition-none", [
41
- o.accordionOpen && "uikit-rotate-180",
42
- o.$attrs["arrow-classes"]
43
- ]]),
40
+ u(m(k), {
41
+ class: e([
42
+ "uikit-transition-transform motion-reduce:uikit-transition-none",
43
+ [
44
+ o.accordionOpen ? "uikit-rotate-180" : "",
45
+ o.$attrs["arrow-classes"]
46
+ ]
47
+ ]),
44
48
  width: o.arrowWidth,
45
49
  height: o.arrowWidth
46
50
  }, null, 8, ["class", "width", "height"])
@@ -50,5 +54,5 @@ const f = ["id"], g = ["aria-expanded", "aria-controls"], b = /* @__PURE__ */ a(
50
54
  }
51
55
  });
52
56
  export {
53
- b as _
57
+ w as _
54
58
  };
@@ -1,8 +1,9 @@
1
1
  import { defineComponent as f, ref as w, watch as d, openBlock as r, createElementBlock as u, normalizeClass as c, createElementVNode as p, withModifiers as b, createVNode as m, unref as v, createBlock as h, withCtx as i, renderSlot as s, createCommentVNode as C } from "vue";
2
- import { d as y } from "./ArrowIcon.CklBXJPN.js";
2
+ import { d as y } from "./ArrowIcon.GDkXwpPs.js";
3
+ import "./DownloadIcon.DHCHRETy.js";
3
4
  import { _ as g } from "./BaseAccordionContent.vue_vue_type_script_setup_true_lang.8ErZghvk.js";
4
- import { _ as O } from "./BaseAccordionBtn.vue_vue_type_script_setup_true_lang.CrVwjQqr.js";
5
- const B = { key: 0 }, E = ["id", "data-cy", "aria-expanded", "aria-controls"], A = ["itemprop", "innerHTML"], H = /* @__PURE__ */ f({
5
+ import { _ as O } from "./BaseAccordionBtn.vue_vue_type_script_setup_true_lang.0xIiFb9q.js";
6
+ const B = { key: 0 }, E = ["id", "data-cy", "aria-expanded", "aria-controls"], A = ["itemprop", "innerHTML"], I = /* @__PURE__ */ f({
6
7
  inheritAttrs: !1,
7
8
  __name: "BaseAccordionItem",
8
9
  props: {
@@ -47,10 +48,13 @@ const B = { key: 0 }, E = ["id", "data-cy", "aria-expanded", "aria-controls"], A
47
48
  innerHTML: o.title
48
49
  }, null, 8, A),
49
50
  m(v(y), {
50
- class: c(["uikit-flex-shrink-0 uikit-transition-transform motion-reduce:uikit-transition-none", [
51
- e.value && "uikit-rotate-180",
52
- o.$attrs["arrow-classes"]
53
- ]]),
51
+ class: c([
52
+ "uikit-flex-shrink-0 uikit-transition-transform motion-reduce:uikit-transition-none",
53
+ [
54
+ e.value ? "uikit-rotate-180" : "",
55
+ o.$attrs["arrow-classes"]
56
+ ]
57
+ ]),
54
58
  "arrow-classes": o.$attrs["arrow-classes"],
55
59
  width: o.arrowWidth,
56
60
  height: o.arrowWidth
@@ -103,5 +107,5 @@ const B = { key: 0 }, E = ["id", "data-cy", "aria-expanded", "aria-controls"], A
103
107
  }
104
108
  });
105
109
  export {
106
- H as _
110
+ I as _
107
111
  };
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as L, mergeModels as S, useModel as H, ref as u, computed as k, onBeforeMount as K, watch as f, openBlock as y, createBlock as V, normalizeClass as z, withCtx as c, createVNode as N, renderSlot as B, createElementBlock as U, Fragment as A, renderList as F, unref as W, createElementVNode as j } from "vue";
2
2
  import q from "../BaseInput.js";
3
- import { _ as G } from "./BaseDropDown.vue_vue_type_script_setup_true_lang.DK5S2KCI.js";
3
+ import { _ as G } from "./BaseDropDown.vue_vue_type_script_setup_true_lang.CLzTJaGp.js";
4
4
  import "./js.cookie.CkZE2oaL.js";
5
5
  import { _ as J } from "./SelectItem.vue_vue_type_script_setup_true_lang.Colhxc7n.js";
6
6
  import { useKeyboardController as Q } from "../useKeyboardController.js";
@@ -1,7 +1,8 @@
1
1
  import { defineComponent as w, ref as b, watch as r, onBeforeMount as h, onUnmounted as v, openBlock as l, createElementBlock as C, normalizeClass as i, withModifiers as u, renderSlot as c, createVNode as y, withCtx as p, createElementVNode as g, createBlock as k, unref as $, createCommentVNode as B, resolveDynamicComponent as D } from "vue";
2
2
  import { _ as E } from "./BaseButton.vue_vue_type_script_setup_true_lang.dlLTK59i.js";
3
- import { d as L } from "./ArrowIcon.CklBXJPN.js";
4
- const S = ["innerHTML"], M = /* @__PURE__ */ w({
3
+ import { d as L } from "./ArrowIcon.GDkXwpPs.js";
4
+ import "./DownloadIcon.DHCHRETy.js";
5
+ const S = ["innerHTML"], H = /* @__PURE__ */ w({
5
6
  inheritAttrs: !1,
6
7
  __name: "BaseDropDown",
7
8
  props: {
@@ -110,5 +111,5 @@ const S = ["innerHTML"], M = /* @__PURE__ */ w({
110
111
  }
111
112
  });
112
113
  export {
113
- M as _
114
+ H as _
114
115
  };
@@ -1,7 +1,8 @@
1
1
  import { defineComponent as x, ref as k, watch as M, nextTick as B, openBlock as c, createBlock as f, Teleport as E, createElementVNode as a, normalizeClass as o, withModifiers as b, withCtx as L, createVNode as $, unref as T, createCommentVNode as y, renderSlot as d, createElementBlock as z } from "vue";
2
2
  import "./js.cookie.CkZE2oaL.js";
3
3
  import { _ as H } from "./BaseButton.vue_vue_type_script_setup_true_lang.dlLTK59i.js";
4
- import { l as O } from "./CloseIcon.DiRdm5zi.js";
4
+ import { l as O } from "./CloseIcon._moEkaop.js";
5
+ import "./DownloadIcon.DHCHRETy.js";
5
6
  import '../assets/BaseModal.css';const I = (l, n) => new Promise((s, u) => {
6
7
  setTimeout(() => {
7
8
  try {
@@ -10,7 +11,7 @@ import '../assets/BaseModal.css';const I = (l, n) => new Promise((s, u) => {
10
11
  u();
11
12
  }
12
13
  }, n);
13
- }), K = ["id", "data-cy"], N = ["innerHTML"], S = /* @__PURE__ */ x({
14
+ }), K = ["id", "data-cy"], N = ["innerHTML"], j = /* @__PURE__ */ x({
14
15
  __name: "BaseModal",
15
16
  props: {
16
17
  id: { default: "base-bt-modal" },
@@ -134,5 +135,5 @@ import '../assets/BaseModal.css';const I = (l, n) => new Promise((s, u) => {
134
135
  }
135
136
  });
136
137
  export {
137
- S as _
138
+ j as _
138
139
  };
@@ -1,6 +1,7 @@
1
1
  import { defineComponent as P, mergeModels as S, useModel as $, computed as k, openBlock as r, createElementBlock as n, createElementVNode as h, normalizeClass as g, createVNode as y, unref as p, toDisplayString as v, createCommentVNode as a, Fragment as m, renderList as C } from "vue";
2
2
  import "./js.cookie.CkZE2oaL.js";
3
- import { d as N } from "./ArrowIcon.CklBXJPN.js";
3
+ import { d as N } from "./ArrowIcon.GDkXwpPs.js";
4
+ import "./DownloadIcon.DHCHRETy.js";
4
5
  function d(s, l = !1) {
5
6
  return s == null ? "" : B(l ? Math.round(s) : Math.floor(s), 0);
6
7
  }
@@ -32,7 +33,7 @@ const F = {
32
33
  }, z = {
33
34
  key: 0,
34
35
  class: "uikit-mx-10px uikit-select-none"
35
- }, H = /* @__PURE__ */ P({
36
+ }, J = /* @__PURE__ */ P({
36
37
  __name: "BasePagination",
37
38
  props: /* @__PURE__ */ S({
38
39
  count: { default: 0 },
@@ -159,5 +160,5 @@ const F = {
159
160
  }
160
161
  });
161
162
  export {
162
- H as _
163
+ J as _
163
164
  };
@@ -1,5 +1,5 @@
1
1
  import { h as o } from "vue";
2
- import { o as e } from "./DefaultValues-k7iQWtC2.CPFgoBrE.js";
2
+ import { o as e } from "./DownloadIcon.DHCHRETy.js";
3
3
  const d = (r, { attrs: t }) => {
4
4
  r = { ...e(), ...r };
5
5
  const { width: i, height: s } = r;
@@ -0,0 +1,41 @@
1
+ import { h as o } from "vue";
2
+ const r = () => ({
3
+ width: 20,
4
+ height: 20,
5
+ color: "#222",
6
+ strokeColor: "#222",
7
+ fillColor: "none"
8
+ });
9
+ o("svg", { xmlns: "http://www.w3.org/2000/svg" });
10
+ o(
11
+ "svg",
12
+ { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 28.5 20.243" },
13
+ o("g", { fill: "none", stroke: "#222", "stroke-linecap": "round", "stroke-width": "3" }, [
14
+ o("path", { "stroke-linejoin": "round", d: "m9.501 2.121-8 8 8 8" }),
15
+ o("path", { d: "M2 10.121h25" })
16
+ ])
17
+ );
18
+ o(
19
+ "svg",
20
+ { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 13.504 13.504" },
21
+ o(
22
+ "g",
23
+ o(
24
+ "g",
25
+ {
26
+ fill: "none",
27
+ stroke: "#2b5dff",
28
+ "stroke-linecap": "round",
29
+ "stroke-linejoin": "round",
30
+ "stroke-width": "1.5"
31
+ },
32
+ [
33
+ o("path", { d: "m4.301 6.809 2.45 2.451 2.451-2.451L6.751 9.26V.745" }),
34
+ o("path", { d: "M.75 12.754h12.004" })
35
+ ]
36
+ )
37
+ )
38
+ );
39
+ export {
40
+ r as o
41
+ };
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { _ as r } from "./chunks/BaseAccordion.vue_vue_type_script_setup_true_lang.CoE2D2rV.js";
2
- import { _ as t } from "./chunks/BaseAccordionBtn.vue_vue_type_script_setup_true_lang.CrVwjQqr.js";
2
+ import { _ as t } from "./chunks/BaseAccordionBtn.vue_vue_type_script_setup_true_lang.0xIiFb9q.js";
3
3
  import { _ as f } from "./chunks/BaseAccordionContent.vue_vue_type_script_setup_true_lang.8ErZghvk.js";
4
- import { _ as m } from "./chunks/BaseAccordionItem.vue_vue_type_script_setup_true_lang.cWFIcTGL.js";
4
+ import { _ as m } from "./chunks/BaseAccordionItem.vue_vue_type_script_setup_true_lang.6bQhmpuN.js";
5
5
  import { _ as l } from "./chunks/SelectItem.vue_vue_type_script_setup_true_lang.Colhxc7n.js";
6
6
  import { default as d } from "./CheckboxBtn.js";
7
7
  import { _ as i } from "./chunks/CheckboxGroup.vue_vue_type_script_setup_true_lang.TNbYVnnF.js";
@@ -9,26 +9,26 @@ import { _ as n } from "./chunks/BaseTab.vue_vue_type_script_setup_true_lang.BRu
9
9
  import { _ as b } from "./chunks/BaseTabView.vue_vue_type_script_setup_true_lang.DRECN-Oz.js";
10
10
  import { _ as g } from "./chunks/RadioButton.vue_vue_type_script_setup_true_lang.DR6a7QAi.js";
11
11
  import { _ as h } from "./chunks/RadioGroup.vue_vue_type_script_setup_true_lang.BYlMCUWP.js";
12
- import { _ as I } from "./chunks/AccessibleSelect.vue_vue_type_script_setup_true_lang.BQ4qQ7zr.js";
12
+ import { _ as I } from "./chunks/AccessibleSelect.vue_vue_type_script_setup_true_lang._TveE6SF.js";
13
13
  import { _ as w } from "./chunks/BaseAlert.vue_vue_type_style_index_0_lang.BtqP_iYL.js";
14
- import { _ as k } from "./chunks/BaseAutocomplete.vue_vue_type_script_setup_true_lang.4ohb2aKU.js";
14
+ import { _ as k } from "./chunks/BaseAutocomplete.vue_vue_type_script_setup_true_lang.DqwIqwC2.js";
15
15
  import { _ as D } from "./chunks/BaseBadge.vue_vue_type_style_index_0_lang.BOA1gBKu.js";
16
16
  import { _ as G } from "./chunks/BaseButton.vue_vue_type_script_setup_true_lang.dlLTK59i.js";
17
17
  import { _ as O } from "./chunks/BaseCard.vue_vue_type_style_index_0_lang.CHBFU8rV.js";
18
18
  import { default as R } from "./BaseComplexToggle.js";
19
- import { _ as N } from "./chunks/BaseDropDown.vue_vue_type_script_setup_true_lang.DK5S2KCI.js";
19
+ import { _ as N } from "./chunks/BaseDropDown.vue_vue_type_script_setup_true_lang.CLzTJaGp.js";
20
20
  import { default as j } from "./BaseFloatingLabel.js";
21
21
  import { default as y } from "./BaseIcon.js";
22
22
  import { default as E } from "./BaseInput.js";
23
23
  import { default as J } from "./BaseNavItem.js";
24
- import { _ as Q } from "./chunks/BasePagination.vue_vue_type_script_setup_true_lang.DnuvQIWk.js";
24
+ import { _ as Q } from "./chunks/BasePagination.vue_vue_type_script_setup_true_lang.DslSstg9.js";
25
25
  import { default as X } from "./BasePaper.js";
26
26
  import { default as Z } from "./BaseSlider.js";
27
27
  import { default as ee } from "./BaseTextarea.js";
28
28
  import { default as re } from "./BaseToggle.js";
29
29
  import { default as te } from "./BaseTooltip.js";
30
30
  import { _ as fe } from "./chunks/BaseUploadFile.vue_vue_type_script_setup_true_lang.1Uo4HnFM.js";
31
- import { _ as me } from "./chunks/BaseModal.vue_vue_type_style_index_0_lang.ToBCHvLi.js";
31
+ import { _ as me } from "./chunks/BaseModal.vue_vue_type_style_index_0_lang.DR4KeMEv.js";
32
32
  import { default as le } from "./BaseSnackbar.js";
33
33
  import { default as de } from "./BaseShimmerLoader.js";
34
34
  import { _ as ie } from "./chunks/ShimmerMultiLine.vue_vue_type_script_setup_true_lang.1nDtukGi.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wikicasa-dev/components",
3
- "version": "1.7.32",
3
+ "version": "1.7.34",
4
4
  "description": "Wikicasa frontend components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -52,9 +52,9 @@
52
52
  "@storybook/vue3-vite": "^8.0.2",
53
53
  "@types/node": "^20.5.0",
54
54
  "@vitejs/plugin-vue": "^5.0.4",
55
- "@wikicasa-dev/svg-icons": "^0.0.1",
55
+ "@wikicasa-dev/svg-icons": "^0.0.36",
56
56
  "@wikicasa-dev/tailwind-plugins": "^0.0.2",
57
- "@wikicasa-dev/types": "^1.2.9",
57
+ "@wikicasa-dev/types": "^1.2.14",
58
58
  "@wikicasa-dev/utilities": "^0.2.1",
59
59
  "@wikicasa-dev/vue-composables": "^0.0.4",
60
60
  "autoprefixer": "^10.4.15",
@@ -1,9 +0,0 @@
1
- const o = () => ({
2
- width: 20,
3
- height: 20,
4
- strokeColor: "#222",
5
- fillColor: "none"
6
- });
7
- export {
8
- o
9
- };