@m2s2/vue-lib 2.5.0 → 2.5.2

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 (61) hide show
  1. package/dist/index14.cjs +1 -1
  2. package/dist/index14.mjs +1 -1
  3. package/dist/index2.cjs +1 -1
  4. package/dist/index2.mjs +12 -12
  5. package/dist/index24.cjs +1 -1
  6. package/dist/index24.mjs +20 -26
  7. package/dist/index26.cjs +2 -6
  8. package/dist/index26.mjs +147 -173
  9. package/dist/index28.cjs +1 -1
  10. package/dist/index28.mjs +33 -32
  11. package/dist/index30.cjs +1 -1
  12. package/dist/index30.mjs +29 -28
  13. package/dist/index32.cjs +1 -1
  14. package/dist/index32.mjs +1 -1
  15. package/dist/index36.cjs +1 -1
  16. package/dist/index36.mjs +1 -1
  17. package/dist/index40.cjs +1 -1
  18. package/dist/index40.mjs +4 -4
  19. package/dist/index46.cjs +1 -1
  20. package/dist/index46.mjs +2 -2
  21. package/dist/index77.cjs +1 -1
  22. package/dist/index77.mjs +22 -2
  23. package/dist/index78.cjs +5 -0
  24. package/dist/index78.mjs +21 -0
  25. package/dist/index79.cjs +1 -0
  26. package/dist/index79.mjs +8 -0
  27. package/dist/index8.cjs +1 -1
  28. package/dist/index8.mjs +5 -5
  29. package/dist/index80.cjs +1 -0
  30. package/dist/index80.mjs +6 -0
  31. package/dist/index81.cjs +1 -0
  32. package/dist/index81.mjs +4 -0
  33. package/dist/vue-lib/src/BrandConfigurator.vue.d.ts.map +1 -1
  34. package/dist/vue-lib/src/Welcome.vue.d.ts.map +1 -1
  35. package/dist/vue-lib/src/components/BlogEditor/BlogEditor.vue.d.ts +4 -1
  36. package/dist/vue-lib/src/components/BlogEditor/BlogEditor.vue.d.ts.map +1 -1
  37. package/dist/vue-lib/src/components/Chat/Chat.vue.d.ts +2 -0
  38. package/dist/vue-lib/src/components/Chat/Chat.vue.d.ts.map +1 -1
  39. package/dist/vue-lib/src/components/CtaSection/CtaSection.vue.d.ts.map +1 -1
  40. package/dist/vue-lib/src/components/DataTable/DataTable.vue.d.ts.map +1 -1
  41. package/dist/vue-lib/src/components/Dialog/Dialog.vue.d.ts.map +1 -1
  42. package/dist/vue-lib/src/components/Dropdown/Dropdown.vue.d.ts.map +1 -1
  43. package/dist/vue-lib/src/components/Dropdown/DropdownItem.vue.d.ts.map +1 -1
  44. package/dist/vue-lib/src/components/Footer/Footer.vue.d.ts.map +1 -1
  45. package/dist/vue-lib/src/components/Footer/SocialIcon.vue.d.ts.map +1 -1
  46. package/dist/vue-lib/src/components/LoadingButton/LoadingButton.vue.d.ts +1 -0
  47. package/dist/vue-lib/src/components/LoadingButton/LoadingButton.vue.d.ts.map +1 -1
  48. package/dist/vue-lib/src/components/Navbar/Navbar.vue.d.ts.map +1 -1
  49. package/dist/vue-lib/src/components/PageHeader/PageHeader.vue.d.ts.map +1 -1
  50. package/dist/vue-lib/src/components/Panel/Panel.vue.d.ts.map +1 -1
  51. package/dist/vue-lib/src/components/ProcessSteps/ProcessSteps.vue.d.ts.map +1 -1
  52. package/dist/vue-lib/src/components/SectionHeader/SectionHeader.vue.d.ts.map +1 -1
  53. package/dist/vue-lib/src/components/StatRow/StatRow.vue.d.ts.map +1 -1
  54. package/dist/vue-lib/src/components/StatusBadge/StatusBadge.vue.d.ts +1 -0
  55. package/dist/vue-lib/src/components/StatusBadge/StatusBadge.vue.d.ts.map +1 -1
  56. package/dist/vue-lib/src/components/SubscribeForm/SubscribeForm.vue.d.ts +3 -0
  57. package/dist/vue-lib/src/components/SubscribeForm/SubscribeForm.vue.d.ts.map +1 -1
  58. package/dist/vue-lib/src/components/cards/BlogCard/BlogCard.vue.d.ts.map +1 -1
  59. package/dist/vue-lib/src/components/cards/FeatureCard/FeatureCard.vue.d.ts.map +1 -1
  60. package/dist/vue-lib.css +1 -1
  61. package/package.json +13 -7
package/dist/index30.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";const e=require("vue"),b={key:0,class:"sub-form"},d=["disabled"],m=["disabled"],v=["disabled"],p={key:0,class:"sub-feedback sub-feedback--error"},k={key:1,class:"sub-success"},g={key:1,class:"sub-auth"},f=["disabled"],y={key:0,class:"sub-feedback sub-feedback--success"},h=["disabled"],B={key:2,class:"sub-feedback sub-feedback--error"},_=e.defineComponent({__name:"SubscribeForm",props:{mode:{default:"anon"},subscribeAnon:{},subscribeAuth:{},unsubscribeAuth:{}},setup(c){const u=c,n=e.ref(""),l=e.ref(""),t=e.ref("idle"),o=e.ref(!1),r=e.computed(()=>/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(n.value.trim()));async function a(){if(t.value!=="submitting")if(u.mode==="auth")if(o.value){if(!u.unsubscribeAuth)return;t.value="submitting";try{await u.unsubscribeAuth(),o.value=!1,t.value="idle"}catch{t.value="error"}}else{if(!u.subscribeAuth)return;t.value="submitting";try{await u.subscribeAuth(),o.value=!0,t.value="done"}catch{t.value="error"}}else{if(!r.value||!u.subscribeAnon)return;t.value="submitting";try{await u.subscribeAnon(n.value.trim(),l.value.trim()),t.value="done"}catch{t.value="error"}}}return(E,s)=>c.mode==="anon"?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[t.value!=="done"?(e.openBlock(),e.createElementBlock("div",b,[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":s[0]||(s[0]=i=>l.value=i),class:"sub-input",type:"text",placeholder:"Your name (optional)",disabled:t.value==="submitting"},null,8,d),[[e.vModelText,l.value]]),e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":s[1]||(s[1]=i=>n.value=i),class:"sub-input",type:"email",placeholder:"your@email.com",disabled:t.value==="submitting"},null,8,m),[[e.vModelText,n.value]]),e.createElementVNode("button",{class:"sub-btn",disabled:!r.value||t.value==="submitting",onClick:a},e.toDisplayString(t.value==="submitting"?"Submitting…":"Subscribe"),9,v),t.value==="error"?(e.openBlock(),e.createElementBlock("p",p," Something went wrong — please try again. ")):e.createCommentVNode("",!0)])):(e.openBlock(),e.createElementBlock("div",k,[...s[2]||(s[2]=[e.createElementVNode("span",{class:"sub-success-icon"},"✓",-1),e.createElementVNode("p",{class:"sub-success-text"},"Check your email to confirm your subscription.",-1)])]))],64)):(e.openBlock(),e.createElementBlock("div",g,[o.value?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[s[3]||(s[3]=e.createElementVNode("span",{class:"sub-subscribed-label"},"✓ Subscribed to blog updates",-1)),e.createElementVNode("button",{class:"sub-btn sub-btn--unsub",disabled:t.value==="submitting",onClick:a},e.toDisplayString(t.value==="submitting"?"Unsubscribing…":"Unsubscribe"),9,h)],64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createElementVNode("button",{class:"sub-btn",disabled:t.value==="submitting",onClick:a},e.toDisplayString(t.value==="submitting"?"Subscribing…":"Subscribe to Blog Updates"),9,f),t.value==="done"?(e.openBlock(),e.createElementBlock("p",y,"You're subscribed!")):e.createCommentVNode("",!0)],64)),t.value==="error"?(e.openBlock(),e.createElementBlock("p",B," Something went wrong — please try again. ")):e.createCommentVNode("",!0)]))}});module.exports=_;
1
+ "use strict";const e=require("vue"),b=require("./index79.cjs"),d={key:0,class:"sub-form"},m=["disabled"],v=["disabled"],p=["disabled"],k={key:0,class:"sub-feedback sub-feedback--error"},g={key:1,class:"sub-success"},f={key:1,class:"sub-auth"},y=["disabled"],h={key:0,class:"sub-feedback sub-feedback--success"},B=["disabled"],E={key:2,class:"sub-feedback sub-feedback--error"},_=e.defineComponent({__name:"SubscribeForm",props:{mode:{default:"anon"},subscribeAnon:{type:Function,default:void 0},subscribeAuth:{type:Function,default:void 0},unsubscribeAuth:{type:Function,default:void 0}},setup(c){const u=c,n=e.ref(""),l=e.ref(""),t=e.ref("idle"),o=e.ref(!1),r=e.computed(()=>b.validateEmail(n.value));async function a(){if(t.value!=="submitting")if(u.mode==="auth")if(o.value){if(!u.unsubscribeAuth)return;t.value="submitting";try{await u.unsubscribeAuth(),o.value=!1,t.value="idle"}catch{t.value="error"}}else{if(!u.subscribeAuth)return;t.value="submitting";try{await u.subscribeAuth(),o.value=!0,t.value="done"}catch{t.value="error"}}else{if(!r.value||!u.subscribeAnon)return;t.value="submitting";try{await u.subscribeAnon(n.value.trim(),l.value.trim()),t.value="done"}catch{t.value="error"}}}return(V,s)=>c.mode==="anon"?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[t.value!=="done"?(e.openBlock(),e.createElementBlock("div",d,[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":s[0]||(s[0]=i=>l.value=i),class:"sub-input",type:"text",placeholder:"Your name (optional)",disabled:t.value==="submitting"},null,8,m),[[e.vModelText,l.value]]),e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":s[1]||(s[1]=i=>n.value=i),class:"sub-input",type:"email",placeholder:"your@email.com",disabled:t.value==="submitting"},null,8,v),[[e.vModelText,n.value]]),e.createElementVNode("button",{class:"sub-btn",disabled:!r.value||t.value==="submitting",onClick:a},e.toDisplayString(t.value==="submitting"?"Submitting…":"Subscribe"),9,p),t.value==="error"?(e.openBlock(),e.createElementBlock("p",k," Something went wrong — please try again. ")):e.createCommentVNode("",!0)])):(e.openBlock(),e.createElementBlock("div",g,[...s[2]||(s[2]=[e.createElementVNode("span",{class:"sub-success-icon"},"✓",-1),e.createElementVNode("p",{class:"sub-success-text"}," Check your email to confirm your subscription. ",-1)])]))],64)):(e.openBlock(),e.createElementBlock("div",f,[o.value?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[s[3]||(s[3]=e.createElementVNode("span",{class:"sub-subscribed-label"},"✓ Subscribed to blog updates",-1)),e.createElementVNode("button",{class:"sub-btn sub-btn--unsub",disabled:t.value==="submitting",onClick:a},e.toDisplayString(t.value==="submitting"?"Unsubscribing…":"Unsubscribe"),9,B)],64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createElementVNode("button",{class:"sub-btn",disabled:t.value==="submitting",onClick:a},e.toDisplayString(t.value==="submitting"?"Subscribing…":"Subscribe to Blog Updates"),9,y),t.value==="done"?(e.openBlock(),e.createElementBlock("p",h," You're subscribed! ")):e.createCommentVNode("",!0)],64)),t.value==="error"?(e.openBlock(),e.createElementBlock("p",E," Something went wrong — please try again. ")):e.createCommentVNode("",!0)]))}});module.exports=_;
package/dist/index30.mjs CHANGED
@@ -1,11 +1,12 @@
1
- import { defineComponent as k, ref as o, computed as y, openBlock as s, createElementBlock as t, Fragment as d, withDirectives as f, createElementVNode as i, vModelText as h, toDisplayString as m, createCommentVNode as v } from "vue";
2
- const _ = {
1
+ import { defineComponent as h, ref as o, computed as k, openBlock as s, createElementBlock as t, Fragment as d, withDirectives as g, createElementVNode as i, vModelText as y, toDisplayString as m, createCommentVNode as v } from "vue";
2
+ import { validateEmail as _ } from "./index79.mjs";
3
+ const A = {
3
4
  key: 0,
4
5
  class: "sub-form"
5
- }, A = ["disabled"], S = ["disabled"], w = ["disabled"], C = {
6
+ }, S = ["disabled"], w = ["disabled"], C = ["disabled"], x = {
6
7
  key: 0,
7
8
  class: "sub-feedback sub-feedback--error"
8
- }, x = {
9
+ }, F = {
9
10
  key: 1,
10
11
  class: "sub-success"
11
12
  }, U = {
@@ -14,19 +15,19 @@ const _ = {
14
15
  }, V = ["disabled"], B = {
15
16
  key: 0,
16
17
  class: "sub-feedback sub-feedback--success"
17
- }, D = ["disabled"], E = {
18
+ }, E = ["disabled"], D = {
18
19
  key: 2,
19
20
  class: "sub-feedback sub-feedback--error"
20
- }, Y = /* @__PURE__ */ k({
21
+ }, T = /* @__PURE__ */ h({
21
22
  __name: "SubscribeForm",
22
23
  props: {
23
24
  mode: { default: "anon" },
24
- subscribeAnon: {},
25
- subscribeAuth: {},
26
- unsubscribeAuth: {}
25
+ subscribeAnon: { type: Function, default: void 0 },
26
+ subscribeAuth: { type: Function, default: void 0 },
27
+ unsubscribeAuth: { type: Function, default: void 0 }
27
28
  },
28
29
  setup(p) {
29
- const a = p, n = o(""), b = o(""), e = o("idle"), l = o(!1), g = y(() => /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(n.value.trim()));
30
+ const a = p, n = o(""), b = o(""), e = o("idle"), l = o(!1), f = k(() => _(n.value));
30
31
  async function r() {
31
32
  if (e.value !== "submitting")
32
33
  if (a.mode === "auth")
@@ -48,7 +49,7 @@ const _ = {
48
49
  }
49
50
  }
50
51
  else {
51
- if (!g.value || !a.subscribeAnon) return;
52
+ if (!f.value || !a.subscribeAnon) return;
52
53
  e.value = "submitting";
53
54
  try {
54
55
  await a.subscribeAnon(n.value.trim(), b.value.trim()), e.value = "done";
@@ -57,35 +58,35 @@ const _ = {
57
58
  }
58
59
  }
59
60
  }
60
- return (F, u) => p.mode === "anon" ? (s(), t(d, { key: 0 }, [
61
- e.value !== "done" ? (s(), t("div", _, [
62
- f(i("input", {
61
+ return (N, u) => p.mode === "anon" ? (s(), t(d, { key: 0 }, [
62
+ e.value !== "done" ? (s(), t("div", A, [
63
+ g(i("input", {
63
64
  "onUpdate:modelValue": u[0] || (u[0] = (c) => b.value = c),
64
65
  class: "sub-input",
65
66
  type: "text",
66
67
  placeholder: "Your name (optional)",
67
68
  disabled: e.value === "submitting"
68
- }, null, 8, A), [
69
- [h, b.value]
69
+ }, null, 8, S), [
70
+ [y, b.value]
70
71
  ]),
71
- f(i("input", {
72
+ g(i("input", {
72
73
  "onUpdate:modelValue": u[1] || (u[1] = (c) => n.value = c),
73
74
  class: "sub-input",
74
75
  type: "email",
75
76
  placeholder: "your@email.com",
76
77
  disabled: e.value === "submitting"
77
- }, null, 8, S), [
78
- [h, n.value]
78
+ }, null, 8, w), [
79
+ [y, n.value]
79
80
  ]),
80
81
  i("button", {
81
82
  class: "sub-btn",
82
- disabled: !g.value || e.value === "submitting",
83
+ disabled: !f.value || e.value === "submitting",
83
84
  onClick: r
84
- }, m(e.value === "submitting" ? "Submitting…" : "Subscribe"), 9, w),
85
- e.value === "error" ? (s(), t("p", C, " Something went wrong — please try again. ")) : v("", !0)
86
- ])) : (s(), t("div", x, [...u[2] || (u[2] = [
85
+ }, m(e.value === "submitting" ? "Submitting…" : "Subscribe"), 9, C),
86
+ e.value === "error" ? (s(), t("p", x, " Something went wrong — please try again. ")) : v("", !0)
87
+ ])) : (s(), t("div", F, [...u[2] || (u[2] = [
87
88
  i("span", { class: "sub-success-icon" }, "✓", -1),
88
- i("p", { class: "sub-success-text" }, "Check your email to confirm your subscription.", -1)
89
+ i("p", { class: "sub-success-text" }, " Check your email to confirm your subscription. ", -1)
89
90
  ])]))
90
91
  ], 64)) : (s(), t("div", U, [
91
92
  l.value ? (s(), t(d, { key: 1 }, [
@@ -94,19 +95,19 @@ const _ = {
94
95
  class: "sub-btn sub-btn--unsub",
95
96
  disabled: e.value === "submitting",
96
97
  onClick: r
97
- }, m(e.value === "submitting" ? "Unsubscribing…" : "Unsubscribe"), 9, D)
98
+ }, m(e.value === "submitting" ? "Unsubscribing…" : "Unsubscribe"), 9, E)
98
99
  ], 64)) : (s(), t(d, { key: 0 }, [
99
100
  i("button", {
100
101
  class: "sub-btn",
101
102
  disabled: e.value === "submitting",
102
103
  onClick: r
103
104
  }, m(e.value === "submitting" ? "Subscribing…" : "Subscribe to Blog Updates"), 9, V),
104
- e.value === "done" ? (s(), t("p", B, "You're subscribed!")) : v("", !0)
105
+ e.value === "done" ? (s(), t("p", B, " You're subscribed! ")) : v("", !0)
105
106
  ], 64)),
106
- e.value === "error" ? (s(), t("p", E, " Something went wrong — please try again. ")) : v("", !0)
107
+ e.value === "error" ? (s(), t("p", D, " Something went wrong — please try again. ")) : v("", !0)
107
108
  ]));
108
109
  }
109
110
  });
110
111
  export {
111
- Y as default
112
+ T as default
112
113
  };
package/dist/index32.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";const e=require("vue"),m={class:"m2s2-dialog-content",role:"dialog","aria-modal":!0,"aria-labelledby":"dialog-title"},k={class:"dialog-header"},g={id:"dialog-title",class:"dialog-title"},u={class:"dialog-body"},y={key:0,class:"dialog-message"},B={key:0,class:"dialog-footer"},f=["onClick"],C=e.defineComponent({__name:"Dialog",props:{data:{},open:{type:Boolean}},emits:["action","close"],setup(t,{emit:i}){const n=t,l=i;function s(o){l("action",o.value)}function d(){n.data.modal||l("close")}function r(o){o.key==="Escape"&&!n.data.modal&&l("close")}return(o,c)=>(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.createVNode(e.Transition,{name:"dialog-fade"},{default:e.withCtx(()=>[t.open?(e.openBlock(),e.createElementBlock("div",{key:0,class:"m2s2-dialog-overlay",onClick:e.withModifiers(d,["self"]),onKeydown:r},[e.createElementVNode("div",m,[e.createElementVNode("div",k,[e.createElementVNode("h2",g,e.toDisplayString(t.data.title),1),t.data.modal?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("button",{key:0,class:"dialog-close","aria-label":"Close",onClick:c[0]||(c[0]=a=>l("close"))},"✕"))]),e.createElementVNode("div",u,[t.data.message?(e.openBlock(),e.createElementBlock("p",y,e.toDisplayString(t.data.message),1)):e.createCommentVNode("",!0),e.renderSlot(o.$slots,"default")]),t.data.actions.length?(e.openBlock(),e.createElementBlock("div",B,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.data.actions,a=>(e.openBlock(),e.createElementBlock("button",{key:a.label,class:e.normalizeClass(["dialog-btn",`dialog-btn--${a.variant??"secondary"}`]),onClick:b=>s(a)},e.toDisplayString(a.label),11,f))),128))])):e.createCommentVNode("",!0)])],32)):e.createCommentVNode("",!0)]),_:3})]))}});module.exports=C;
1
+ "use strict";const e=require("vue"),m={class:"m2s2-dialog-content",role:"dialog","aria-modal":!0,"aria-labelledby":"dialog-title"},k={class:"dialog-header"},g={id:"dialog-title",class:"dialog-title"},u={class:"dialog-body"},y={key:0,class:"dialog-message"},B={key:0,class:"dialog-footer"},f=["onClick"],C=e.defineComponent({__name:"Dialog",props:{data:{},open:{type:Boolean}},emits:["action","close"],setup(t,{emit:i}){const n=t,l=i;function s(o){l("action",o.value)}function d(){n.data.modal||l("close")}function r(o){o.key==="Escape"&&!n.data.modal&&l("close")}return(o,c)=>(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.createVNode(e.Transition,{name:"dialog-fade"},{default:e.withCtx(()=>[t.open?(e.openBlock(),e.createElementBlock("div",{key:0,class:"m2s2-dialog-overlay",onClick:e.withModifiers(d,["self"]),onKeydown:r},[e.createElementVNode("div",m,[e.createElementVNode("div",k,[e.createElementVNode("h2",g,e.toDisplayString(t.data.title),1),t.data.modal?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("button",{key:0,class:"dialog-close","aria-label":"Close",onClick:c[0]||(c[0]=a=>l("close"))}," "))]),e.createElementVNode("div",u,[t.data.message?(e.openBlock(),e.createElementBlock("p",y,e.toDisplayString(t.data.message),1)):e.createCommentVNode("",!0),e.renderSlot(o.$slots,"default")]),t.data.actions.length?(e.openBlock(),e.createElementBlock("div",B,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.data.actions,a=>(e.openBlock(),e.createElementBlock("button",{key:a.label,class:e.normalizeClass(["dialog-btn",`dialog-btn--${a.variant??"secondary"}`]),onClick:b=>s(a)},e.toDisplayString(a.label),11,f))),128))])):e.createCommentVNode("",!0)])],32)):e.createCommentVNode("",!0)]),_:3})]))}});module.exports=C;
package/dist/index32.mjs CHANGED
@@ -48,7 +48,7 @@ const E = {
48
48
  class: "dialog-close",
49
49
  "aria-label": "Close",
50
50
  onClick: r[0] || (r[0] = (l) => i("close"))
51
- }, "✕"))
51
+ }, " "))
52
52
  ]),
53
53
  n("div", x, [
54
54
  e.data.message ? (t(), a("p", D, d(e.data.message), 1)) : s("", !0),
package/dist/index36.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";const e=require("vue"),k={class:"panel-header"},u={class:"panel-header-text"},p={id:"panel-title",class:"panel-title"},y={key:0,class:"panel-subtitle"},B={class:"panel-body"},h={key:0,class:"panel-message"},C={key:0,class:"panel-footer"},b=["onClick"],f=e.defineComponent({__name:"Panel",props:{data:{},open:{type:Boolean}},emits:["action","close"],setup(t,{emit:d}){const o=t,n=d,s=()=>o.data.side??"right";function r(l){n("action",l.value)}function m(){o.data.modal||n("close")}return(l,c)=>(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.createVNode(e.Transition,{name:"panel-overlay-fade"},{default:e.withCtx(()=>[t.open?(e.openBlock(),e.createElementBlock("div",{key:0,class:"m2s2-panel-overlay",onClick:e.withModifiers(m,["self"])})):e.createCommentVNode("",!0)]),_:1}),e.createVNode(e.Transition,{name:`panel-slide-${s()}`},{default:e.withCtx(()=>{var i;return[t.open?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["m2s2-panel-content",`m2s2-panel-content--${s()}`]),style:e.normalizeStyle(t.data.width?{"--panel-width":t.data.width}:{}),role:"dialog","aria-modal":!0,"aria-labelledby":"panel-title"},[e.createElementVNode("div",k,[e.createElementVNode("div",u,[e.createElementVNode("h2",p,e.toDisplayString(t.data.title),1),t.data.subtitle?(e.openBlock(),e.createElementBlock("p",y,e.toDisplayString(t.data.subtitle),1)):e.createCommentVNode("",!0)]),t.data.modal?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("button",{key:0,class:"panel-close","aria-label":"Close",onClick:c[0]||(c[0]=a=>n("close"))},"✕"))]),e.createElementVNode("div",B,[t.data.message&&!l.$slots.default?(e.openBlock(),e.createElementBlock("p",h,e.toDisplayString(t.data.message),1)):e.createCommentVNode("",!0),e.renderSlot(l.$slots,"default")]),(i=t.data.actions)!=null&&i.length?(e.openBlock(),e.createElementBlock("div",C,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.data.actions,a=>(e.openBlock(),e.createElementBlock("button",{key:a.label,class:e.normalizeClass(["panel-btn",`panel-btn--${a.variant??"secondary"}`]),onClick:v=>r(a)},e.toDisplayString(a.label),11,b))),128))])):e.createCommentVNode("",!0)],6)):e.createCommentVNode("",!0)]}),_:3},8,["name"])]))}});module.exports=f;
1
+ "use strict";const e=require("vue"),k={class:"panel-header"},u={class:"panel-header-text"},p={id:"panel-title",class:"panel-title"},y={key:0,class:"panel-subtitle"},B={class:"panel-body"},h={key:0,class:"panel-message"},C={key:0,class:"panel-footer"},b=["onClick"],f=e.defineComponent({__name:"Panel",props:{data:{},open:{type:Boolean}},emits:["action","close"],setup(t,{emit:d}){const o=t,n=d,s=()=>o.data.side??"right";function r(l){n("action",l.value)}function m(){o.data.modal||n("close")}return(l,c)=>(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.createVNode(e.Transition,{name:"panel-overlay-fade"},{default:e.withCtx(()=>[t.open?(e.openBlock(),e.createElementBlock("div",{key:0,class:"m2s2-panel-overlay",onClick:e.withModifiers(m,["self"])})):e.createCommentVNode("",!0)]),_:1}),e.createVNode(e.Transition,{name:`panel-slide-${s()}`},{default:e.withCtx(()=>{var i;return[t.open?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["m2s2-panel-content",`m2s2-panel-content--${s()}`]),style:e.normalizeStyle(t.data.width?{"--panel-width":t.data.width}:{}),role:"dialog","aria-modal":!0,"aria-labelledby":"panel-title"},[e.createElementVNode("div",k,[e.createElementVNode("div",u,[e.createElementVNode("h2",p,e.toDisplayString(t.data.title),1),t.data.subtitle?(e.openBlock(),e.createElementBlock("p",y,e.toDisplayString(t.data.subtitle),1)):e.createCommentVNode("",!0)]),t.data.modal?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("button",{key:0,class:"panel-close","aria-label":"Close",onClick:c[0]||(c[0]=a=>n("close"))}," "))]),e.createElementVNode("div",B,[t.data.message&&!l.$slots.default?(e.openBlock(),e.createElementBlock("p",h,e.toDisplayString(t.data.message),1)):e.createCommentVNode("",!0),e.renderSlot(l.$slots,"default")]),(i=t.data.actions)!=null&&i.length?(e.openBlock(),e.createElementBlock("div",C,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.data.actions,a=>(e.openBlock(),e.createElementBlock("button",{key:a.label,class:e.normalizeClass(["panel-btn",`panel-btn--${a.variant??"secondary"}`]),onClick:v=>r(a)},e.toDisplayString(a.label),11,b))),128))])):e.createCommentVNode("",!0)],6)):e.createCommentVNode("",!0)]}),_:3},8,["name"])]))}});module.exports=f;
package/dist/index36.mjs CHANGED
@@ -61,7 +61,7 @@ const x = { class: "panel-header" }, z = { class: "panel-header-text" }, E = {
61
61
  class: "panel-close",
62
62
  "aria-label": "Close",
63
63
  onClick: m[0] || (m[0] = (n) => d("close"))
64
- }, "✕"))
64
+ }, " "))
65
65
  ]),
66
66
  o("div", A, [
67
67
  e.data.message && !s.$slots.default ? (t(), a("p", D, i(e.data.message), 1)) : l("", !0),
package/dist/index40.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";const e=require("vue"),o=["disabled","aria-busy"],l={key:0,class:"m2s2-btn-spinner","aria-hidden":"true"},s=e.defineComponent({inheritAttrs:!1,__name:"LoadingButton",props:{loading:{type:Boolean,default:!1},loadingText:{}},setup(t){const n=e.useAttrs();return(a,i)=>(e.openBlock(),e.createElementBlock("button",e.mergeProps(e.unref(n),{disabled:t.loading||e.unref(n).disabled,"aria-busy":t.loading}),[t.loading?(e.openBlock(),e.createElementBlock("span",l)):e.createCommentVNode("",!0),!t.loading||!t.loadingText?e.renderSlot(a.$slots,"default",{key:1}):(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[e.createTextVNode(e.toDisplayString(t.loadingText),1)],64))],16,o))}});module.exports=s;
1
+ "use strict";const e=require("vue"),o=["disabled","aria-busy"],l={key:0,class:"m2s2-btn-spinner","aria-hidden":"true"},i=e.defineComponent({inheritAttrs:!1,__name:"LoadingButton",props:{loading:{type:Boolean,default:!1},loadingText:{default:void 0}},setup(t){const n=e.useAttrs();return(a,s)=>(e.openBlock(),e.createElementBlock("button",e.mergeProps(e.unref(n),{disabled:t.loading||e.unref(n).disabled,"aria-busy":t.loading}),[t.loading?(e.openBlock(),e.createElementBlock("span",l)):e.createCommentVNode("",!0),!t.loading||!t.loadingText?e.renderSlot(a.$slots,"default",{key:1}):(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[e.createTextVNode(e.toDisplayString(t.loadingText),1)],64))],16,o))}});module.exports=i;
package/dist/index40.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { defineComponent as i, useAttrs as s, openBlock as t, createElementBlock as a, mergeProps as l, unref as o, createCommentVNode as r, renderSlot as u, Fragment as c, createTextVNode as g, toDisplayString as m } from "vue";
1
+ import { defineComponent as i, useAttrs as l, openBlock as t, createElementBlock as a, mergeProps as s, unref as o, createCommentVNode as r, renderSlot as u, Fragment as c, createTextVNode as g, toDisplayString as m } from "vue";
2
2
  const f = ["disabled", "aria-busy"], b = {
3
3
  key: 0,
4
4
  class: "m2s2-btn-spinner",
@@ -8,11 +8,11 @@ const f = ["disabled", "aria-busy"], b = {
8
8
  __name: "LoadingButton",
9
9
  props: {
10
10
  loading: { type: Boolean, default: !1 },
11
- loadingText: {}
11
+ loadingText: { default: void 0 }
12
12
  },
13
13
  setup(e) {
14
- const n = s();
15
- return (d, y) => (t(), a("button", l(o(n), {
14
+ const n = l();
15
+ return (d, y) => (t(), a("button", s(o(n), {
16
16
  disabled: e.loading || o(n).disabled,
17
17
  "aria-busy": e.loading
18
18
  }), [
package/dist/index46.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";const e=require("vue"),d=require("./index48.cjs");;/* empty css */const i=["aria-expanded"],c=e.defineComponent({__name:"Dropdown",props:{items:{},align:{default:"left"}},setup(s){const n=e.ref(!1),r=e.ref(null);function u(o){r.value&&!r.value.contains(o.target)&&(n.value=!1)}function a(o){o.key==="Escape"&&(n.value=!1)}return e.onMounted(()=>{document.addEventListener("mousedown",u),document.addEventListener("keydown",a)}),e.onUnmounted(()=>{document.removeEventListener("mousedown",u),document.removeEventListener("keydown",a)}),(o,t)=>(e.openBlock(),e.createElementBlock("div",{class:"m2s2-dropdown",ref_key:"root",ref:r},[e.createElementVNode("div",{class:"m2s2-dropdown__trigger","aria-haspopup":"menu","aria-expanded":n.value,onClick:t[0]||(t[0]=l=>n.value=!n.value)},[e.renderSlot(o.$slots,"default")],8,i),n.value?(e.openBlock(),e.createElementBlock("ul",{key:0,class:e.normalizeClass(["m2s2-dropdown__menu",`m2s2-dropdown__menu--${s.align}`]),role:"menu"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.items,l=>(e.openBlock(),e.createBlock(d,{key:l.id,item:l,onSelect:t[1]||(t[1]=m=>n.value=!1)},null,8,["item"]))),128))],2)):e.createCommentVNode("",!0)],512))}});module.exports=c;
1
+ "use strict";const e=require("vue"),d=require("./index48.cjs");;/* empty css */const i=["aria-expanded"],c=e.defineComponent({__name:"Dropdown",props:{items:{},align:{default:"left"}},setup(s){const n=e.ref(!1),r=e.ref(null);function u(o){r.value&&!r.value.contains(o.target)&&(n.value=!1)}function a(o){o.key==="Escape"&&(n.value=!1)}return e.onMounted(()=>{document.addEventListener("mousedown",u),document.addEventListener("keydown",a)}),e.onUnmounted(()=>{document.removeEventListener("mousedown",u),document.removeEventListener("keydown",a)}),(o,t)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"root",ref:r,class:"m2s2-dropdown"},[e.createElementVNode("div",{class:"m2s2-dropdown__trigger","aria-haspopup":"menu","aria-expanded":n.value,onClick:t[0]||(t[0]=l=>n.value=!n.value)},[e.renderSlot(o.$slots,"default")],8,i),n.value?(e.openBlock(),e.createElementBlock("ul",{key:0,class:e.normalizeClass(["m2s2-dropdown__menu",`m2s2-dropdown__menu--${s.align}`]),role:"menu"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.items,l=>(e.openBlock(),e.createBlock(d,{key:l.id,item:l,onSelect:t[1]||(t[1]=m=>n.value=!1)},null,8,["item"]))),128))],2)):e.createCommentVNode("",!0)],512))}});module.exports=c;
package/dist/index46.mjs CHANGED
@@ -20,9 +20,9 @@ const L = ["aria-expanded"], N = /* @__PURE__ */ i({
20
20
  }), f(() => {
21
21
  document.removeEventListener("mousedown", d), document.removeEventListener("keydown", u);
22
22
  }), (n, o) => (t(), l("div", {
23
- class: "m2s2-dropdown",
24
23
  ref_key: "root",
25
- ref: r
24
+ ref: r,
25
+ class: "m2s2-dropdown"
26
26
  }, [
27
27
  p("div", {
28
28
  class: "m2s2-dropdown__trigger",
package/dist/index77.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";const e=require("./index75.cjs");module.exports=e;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function r(e){const[t,a,n]=e.split("-").map(Number);return new Date(t,a-1,n).toLocaleDateString("en-US",{year:"numeric",month:"long",day:"numeric"})}function o(){return new Date().toISOString().split("T")[0]}function i(e){return e.toLowerCase().replace(/[^a-z0-9\s-]/g,"").trim().replace(/\s+/g,"-").replace(/-+/g,"-")}function l(e){const t=e.trim().split(/\s+/).filter(Boolean).length;return Math.max(1,Math.ceil(t/200))}exports.calcReadingTime=l;exports.formatBlogDate=r;exports.generateSlug=i;exports.todayAsIsoDate=o;
package/dist/index77.mjs CHANGED
@@ -1,4 +1,24 @@
1
- import f from "./index75.mjs";
1
+ function a(e) {
2
+ const [t, n, r] = e.split("-").map(Number);
3
+ return new Date(t, n - 1, r).toLocaleDateString("en-US", {
4
+ year: "numeric",
5
+ month: "long",
6
+ day: "numeric"
7
+ });
8
+ }
9
+ function o() {
10
+ return (/* @__PURE__ */ new Date()).toISOString().split("T")[0];
11
+ }
12
+ function i(e) {
13
+ return e.toLowerCase().replace(/[^a-z0-9\s-]/g, "").trim().replace(/\s+/g, "-").replace(/-+/g, "-");
14
+ }
15
+ function c(e) {
16
+ const t = e.trim().split(/\s+/).filter(Boolean).length;
17
+ return Math.max(1, Math.ceil(t / 200));
18
+ }
2
19
  export {
3
- f as default
20
+ c as calcReadingTime,
21
+ a as formatBlogDate,
22
+ i as generateSlug,
23
+ o as todayAsIsoDate
4
24
  };
@@ -0,0 +1,5 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=[{label:"Heading 2",icon:"H2",prefix:"## "},{label:"Heading 3",icon:"H3",prefix:"### "},{label:"Bold",icon:"B",wrap:["**","**"]},{label:"Italic",icon:"I",wrap:["*","*"]},{label:"Inline code",icon:"`",wrap:["`","`"]},{label:"Code block",icon:"{ }",block:"\n```\n\n```\n"},{label:"Blockquote",icon:"❝",prefix:"> "},{label:"Link",icon:"⇗",wrap:["[","](url)"]},{label:"Image",icon:"⬚",block:`![alt text](image-url)
2
+ `},{label:"Bullet list",icon:"•–",prefix:"- "},{label:"Numbered list",icon:"1.",prefix:"1. "},{label:"Divider",icon:"—",block:`
3
+ ---
4
+
5
+ `}];exports.BLOG_EDITOR_TOOLBAR=l;
@@ -0,0 +1,21 @@
1
+ const l = [
2
+ { label: "Heading 2", icon: "H2", prefix: "## " },
3
+ { label: "Heading 3", icon: "H3", prefix: "### " },
4
+ { label: "Bold", icon: "B", wrap: ["**", "**"] },
5
+ { label: "Italic", icon: "I", wrap: ["*", "*"] },
6
+ { label: "Inline code", icon: "`", wrap: ["`", "`"] },
7
+ { label: "Code block", icon: "{ }", block: "\n```\n\n```\n" },
8
+ { label: "Blockquote", icon: "❝", prefix: "> " },
9
+ { label: "Link", icon: "⇗", wrap: ["[", "](url)"] },
10
+ { label: "Image", icon: "⬚", block: `![alt text](image-url)
11
+ ` },
12
+ { label: "Bullet list", icon: "•–", prefix: "- " },
13
+ { label: "Numbered list", icon: "1.", prefix: "1. " },
14
+ { label: "Divider", icon: "—", block: `
15
+ ---
16
+
17
+ ` }
18
+ ];
19
+ export {
20
+ l as BLOG_EDITOR_TOOLBAR
21
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;function i(e){return t.test(e.trim())}exports.EMAIL_REGEX=t;exports.validateEmail=i;
@@ -0,0 +1,8 @@
1
+ const s = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
2
+ function e(t) {
3
+ return s.test(t.trim());
4
+ }
5
+ export {
6
+ s as EMAIL_REGEX,
7
+ e as validateEmail
8
+ };
package/dist/index8.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";const t=require("vue"),n=require("@m2s2/models"),u=["data-status","data-variant"],c=t.defineComponent({__name:"StatusBadge",props:{status:{},label:{},variant:{default:"badge"}},setup(a){const s=a,e=t.computed(()=>s.label??n.STATUS_LABELS[s.status]??s.status);return(o,r)=>(t.openBlock(),t.createElementBlock("span",{class:"m2s2-status-badge","data-status":a.status,"data-variant":a.variant},t.toDisplayString(e.value),9,u))}});module.exports=c;
1
+ "use strict";const t=require("vue"),n=require("@m2s2/models"),u=["data-status","data-variant"],o=t.defineComponent({__name:"StatusBadge",props:{status:{},label:{default:void 0},variant:{default:"badge"}},setup(a){const s=a,e=t.computed(()=>s.label??n.STATUS_LABELS[s.status]??s.status);return(c,r)=>(t.openBlock(),t.createElementBlock("span",{class:"m2s2-status-badge","data-status":a.status,"data-variant":a.variant},t.toDisplayString(e.value),9,u))}});module.exports=o;
package/dist/index8.mjs CHANGED
@@ -1,19 +1,19 @@
1
- import { defineComponent as e, computed as n, openBlock as o, createElementBlock as r, toDisplayString as u } from "vue";
1
+ import { defineComponent as e, computed as n, openBlock as o, createElementBlock as u, toDisplayString as d } from "vue";
2
2
  import { STATUS_LABELS as l } from "@m2s2/models";
3
- const c = ["data-status", "data-variant"], f = /* @__PURE__ */ e({
3
+ const r = ["data-status", "data-variant"], f = /* @__PURE__ */ e({
4
4
  __name: "StatusBadge",
5
5
  props: {
6
6
  status: {},
7
- label: {},
7
+ label: { default: void 0 },
8
8
  variant: { default: "badge" }
9
9
  },
10
10
  setup(t) {
11
11
  const a = t, s = n(() => a.label ?? l[a.status] ?? a.status);
12
- return (d, i) => (o(), r("span", {
12
+ return (c, i) => (o(), u("span", {
13
13
  class: "m2s2-status-badge",
14
14
  "data-status": t.status,
15
15
  "data-variant": t.variant
16
- }, u(s.value), 9, c));
16
+ }, d(s.value), 9, r));
17
17
  }
18
18
  });
19
19
  export {
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function l(e,t){return e==="all"?"All":t[e]??e}exports.getStatusLabel=l;
@@ -0,0 +1,6 @@
1
+ function r(e, l) {
2
+ return e === "all" ? "All" : l[e] ?? e;
3
+ }
4
+ export {
5
+ r as getStatusLabel
6
+ };
@@ -0,0 +1 @@
1
+ "use strict";const e=require("./index75.cjs");module.exports=e;
@@ -0,0 +1,4 @@
1
+ import f from "./index75.mjs";
2
+ export {
3
+ f as default
4
+ };
@@ -1 +1 @@
1
- {"version":3,"file":"BrandConfigurator.vue.d.ts","sourceRoot":"","sources":["../../../src/BrandConfigurator.vue"],"names":[],"mappings":";AAwxBA,wBAKG"}
1
+ {"version":3,"file":"BrandConfigurator.vue.d.ts","sourceRoot":"","sources":["../../../src/BrandConfigurator.vue"],"names":[],"mappings":";AAk1BA,wBAKG"}
@@ -1 +1 @@
1
- {"version":3,"file":"Welcome.vue.d.ts","sourceRoot":"","sources":["../../../src/Welcome.vue"],"names":[],"mappings":";AAghBA,wBAKG"}
1
+ {"version":3,"file":"Welcome.vue.d.ts","sourceRoot":"","sources":["../../../src/Welcome.vue"],"names":[],"mappings":";AAgiBA,wBAKG"}
@@ -11,6 +11,9 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
11
11
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
12
12
  onPublish?: ((draft: BlogDraft) => any) | undefined;
13
13
  onCoverImageSelected?: ((file: File) => any) | undefined;
14
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ }>, {
15
+ initialPost: BlogPost;
16
+ coverImageUrl: string;
17
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
18
  export default _default;
16
19
  //# sourceMappingURL=BlogEditor.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BlogEditor.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/BlogEditor/BlogEditor.vue"],"names":[],"mappings":"AAgnBA,OAAO,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAExD,KAAK,WAAW,GAAG;IACjB,qDAAqD;IACrD,WAAW,CAAC,EAAE,QAAQ,CAAC;IACvB,kFAAkF;IAClF,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;;;;;;;;AAsjBF,wBAQG"}
1
+ {"version":3,"file":"BlogEditor.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/BlogEditor/BlogEditor.vue"],"names":[],"mappings":"AA2qBA,OAAO,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAIxD,KAAK,WAAW,GAAG;IACjB,qDAAqD;IACrD,WAAW,CAAC,EAAE,QAAQ,CAAC;IACvB,kFAAkF;IAClF,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;;;;;;;;iBAHc,QAAQ;mBAEN,MAAM;;AAyhBxB,wBAQG"}
@@ -17,6 +17,8 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
17
17
  maxMessages: number;
18
18
  ctaLabel: string;
19
19
  ctaUrl: string;
20
+ userAvatarUrl: string;
21
+ assistantAvatarUrl: string;
20
22
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
23
  export default _default;
22
24
  //# sourceMappingURL=Chat.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Chat.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/Chat/Chat.vue"],"names":[],"mappings":"AAyZA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAEhD,KAAK,WAAW,GAAG;IACjB,WAAW,EAAU,CAAC,QAAQ,EAAE,WAAW,EAAE,KAAK,OAAO,CAAC,MAAM,CAAC,CAAC;IAClE,KAAK,CAAC,EAAe,MAAM,CAAC;IAC5B,QAAQ,CAAC,EAAY,MAAM,CAAC;IAC5B,WAAW,CAAC,EAAS,MAAM,CAAC;IAC5B,WAAW,CAAC,EAAS,MAAM,CAAC;IAC5B,QAAQ,CAAC,EAAY,MAAM,CAAC;IAC5B,MAAM,CAAC,EAAc,MAAM,CAAC;IAC5B,aAAa,CAAC,EAAO,MAAM,CAAC;IAC5B,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B,CAAC;;WARqB,MAAM;cACN,MAAM;iBACN,MAAM;iBACN,MAAM;cACN,MAAM;YACN,MAAM;;AA2X7B,wBAOG"}
1
+ {"version":3,"file":"Chat.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/Chat/Chat.vue"],"names":[],"mappings":"AAuiBA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAEhD,KAAK,WAAW,GAAG;IACjB,WAAW,EAAU,CAAC,QAAQ,EAAE,WAAW,EAAE,KAAK,OAAO,CAAC,MAAM,CAAC,CAAC;IAClE,KAAK,CAAC,EAAe,MAAM,CAAC;IAC5B,QAAQ,CAAC,EAAY,MAAM,CAAC;IAC5B,WAAW,CAAC,EAAS,MAAM,CAAC;IAC5B,WAAW,CAAC,EAAS,MAAM,CAAC;IAC5B,QAAQ,CAAC,EAAY,MAAM,CAAC;IAC5B,MAAM,CAAC,EAAc,MAAM,CAAC;IAC5B,aAAa,CAAC,EAAO,MAAM,CAAC;IAC5B,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B,CAAC;;WARqB,MAAM;cACN,MAAM;iBACN,MAAM;iBACN,MAAM;cACN,MAAM;YACN,MAAM;mBACN,MAAM;wBACN,MAAM;;AA6X7B,wBAOG"}
@@ -1 +1 @@
1
- {"version":3,"file":"CtaSection.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/CtaSection/CtaSection.vue"],"names":[],"mappings":"AA4EA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE9C,KAAK,WAAW,GAAG;IAAE,MAAM,EAAE,SAAS,CAAA;CAAE,CAAC;;AA4DzC,wBAMG"}
1
+ {"version":3,"file":"CtaSection.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/CtaSection/CtaSection.vue"],"names":[],"mappings":"AAmFA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE9C,KAAK,WAAW,GAAG;IAAE,MAAM,EAAE,SAAS,CAAA;CAAE,CAAC;;AA4DzC,wBAMG"}
@@ -1 +1 @@
1
- {"version":3,"file":"DataTable.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/DataTable/DataTable.vue"],"names":[],"mappings":"AA+LA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE9C,KAAK,WAAW,GAAG;IACjB,UAAU,CAAC,EAAE,SAAS,EAAE,CAAC;IACzB,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACxC,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACtC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAmKF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AA2B/C,QAAA,MAAM,eAAe;;;;;;;;;gBA1MN,SAAS,EAAE;mBACR,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;cAC5B,MAAM,EAAE;kBACJ,MAAM;kBACN,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;iBACvB,MAAM;uBACA,MAAM;gBACb,MAAM;mBACH,MAAM;kBACP,MAAM;6EAyMrB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"DataTable.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/DataTable/DataTable.vue"],"names":[],"mappings":"AAqNA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAG9C,KAAK,WAAW,GAAG;IACjB,UAAU,CAAC,EAAE,SAAS,EAAE,CAAC;IACzB,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACxC,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACtC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAmKF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AA2B/C,QAAA,MAAM,eAAe;;;;;;;;;gBA1MN,SAAS,EAAE;mBACR,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;cAC5B,MAAM,EAAE;kBACJ,MAAM;kBACN,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;iBACvB,MAAM;uBACA,MAAM;gBACb,MAAM;mBACH,MAAM;kBACP,MAAM;6EAyMrB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Dialog.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/Dialog.vue"],"names":[],"mappings":"AAyHA,OAAO,KAAK,EAAE,cAAc,EAAgB,MAAM,cAAc,CAAC;AAEjE,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,cAAc,CAAC;IACrB,IAAI,EAAE,OAAO,CAAC;CACf,CAAC;AA4HF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAwB/C,QAAA,MAAM,eAAe;;;;;;kFAOnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAQ1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"Dialog.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/Dialog.vue"],"names":[],"mappings":"AAkJA,OAAO,KAAK,EAAE,cAAc,EAAgB,MAAM,cAAc,CAAC;AAEjE,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,cAAc,CAAC;IACrB,IAAI,EAAE,OAAO,CAAC;CACf,CAAC;AA4HF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAwB/C,QAAA,MAAM,eAAe;;;;;;kFAOnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAQ1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Dropdown.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dropdown/Dropdown.vue"],"names":[],"mappings":"AAuFA,OAAO,KAAK,EAAE,kBAAkB,EAAE,qBAAqB,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAG5F,KAAK,kBAAkB,GAAG,YAAY,GAAG,CACrC,IAAI,CAAC,kBAAkB,EAAE,MAAM,CAAC,GAChC,IAAI,CAAC,qBAAqB,EAAE,SAAS,CAAC,GACtC,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CACxB,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,kBAAkB,EAAE,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CAC1B,CAAC;AAgFF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAwB/C,QAAA,MAAM,eAAe;WA3GX,MAAM,GAAG,OAAO;6EAkHxB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"Dropdown.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dropdown/Dropdown.vue"],"names":[],"mappings":"AA6FA,OAAO,KAAK,EAAE,kBAAkB,EAAE,qBAAqB,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAG5F,KAAK,kBAAkB,GAAG,YAAY,GAAG,CACrC,IAAI,CAAC,kBAAkB,EAAE,MAAM,CAAC,GAChC,IAAI,CAAC,qBAAqB,EAAE,SAAS,CAAC,GACtC,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CACxB,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,kBAAkB,EAAE,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CAC1B,CAAC;AAgFF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAwB/C,QAAA,MAAM,eAAe;WA3GX,MAAM,GAAG,OAAO;6EAkHxB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"DropdownItem.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dropdown/DropdownItem.vue"],"names":[],"mappings":"AAAA,OAyFO,KAAK,EAAE,kBAAkB,EAAE,qBAAqB,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAE5F,KAAK,kBAAkB,GAAG,YAAY,GAAG,CACrC,IAAI,CAAC,kBAAkB,EAAE,MAAM,CAAC,GAChC,IAAI,CAAC,qBAAqB,EAAE,SAAS,CAAC,GACtC,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CACxB,CAAC;AAEF,KAAK,WAAW,GAAG;IAAE,IAAI,EAAE,kBAAkB,CAAA;CAAE,CAAC;;;;;;AA+GhD,wBAOG"}
1
+ {"version":3,"file":"DropdownItem.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dropdown/DropdownItem.vue"],"names":[],"mappings":"AAAA,OA8GO,KAAK,EAAE,kBAAkB,EAAE,qBAAqB,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAE5F,KAAK,kBAAkB,GAAG,YAAY,GAAG,CACrC,IAAI,CAAC,kBAAkB,EAAE,MAAM,CAAC,GAChC,IAAI,CAAC,qBAAqB,EAAE,SAAS,CAAC,GACtC,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CACxB,CAAC;AAEF,KAAK,WAAW,GAAG;IAAE,IAAI,EAAE,kBAAkB,CAAA;CAAE,CAAC;;;;;;AA+GhD,wBAOG"}
@@ -1 +1 @@
1
- {"version":3,"file":"Footer.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/Footer/Footer.vue"],"names":[],"mappings":"AA6EA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAGjD,KAAK,WAAW,GAAG;IAAE,MAAM,EAAE,YAAY,CAAA;CAAE,CAAC;;AA0E5C,wBAMG"}
1
+ {"version":3,"file":"Footer.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/Footer/Footer.vue"],"names":[],"mappings":"AAgFA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAGjD,KAAK,WAAW,GAAG;IAAE,MAAM,EAAE,YAAY,CAAA;CAAE,CAAC;;AA0E5C,wBAMG"}
@@ -1 +1 @@
1
- {"version":3,"file":"SocialIcon.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/Footer/SocialIcon.vue"],"names":[],"mappings":"AAsBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAEnD,KAAK,WAAW,GAAG;IAAE,IAAI,EAAE,cAAc,CAAA;CAAE,CAAC;;AAuF5C,wBAMG"}
1
+ {"version":3,"file":"SocialIcon.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/Footer/SocialIcon.vue"],"names":[],"mappings":"AAsDA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAEnD,KAAK,WAAW,GAAG;IAAE,IAAI,EAAE,cAAc,CAAA;CAAE,CAAC;;AAuF5C,wBAMG"}
@@ -8,6 +8,7 @@ type __VLS_Slots = {} & {
8
8
  };
9
9
  declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
10
10
  loading: boolean;
11
+ loadingText: string;
11
12
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
13
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
13
14
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"LoadingButton.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/LoadingButton/LoadingButton.vue"],"names":[],"mappings":"AAoCA,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAwCF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAqB/C,QAAA,MAAM,eAAe;aAjET,OAAO;6EAwEjB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"LoadingButton.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/LoadingButton/LoadingButton.vue"],"names":[],"mappings":"AA+CA,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AA0CF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAqB/C,QAAA,MAAM,eAAe;aAnET,OAAO;iBACH,MAAM;6EAyEpB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Navbar.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/Navbar/Navbar.vue"],"names":[],"mappings":"AAseA,OAAO,KAAK,EAAE,YAAY,EAAyE,MAAM,cAAc,CAAC;AAExH,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,YAAY,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AA6XF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AA4B/C,QAAA,MAAM,eAAe;cA5ZR,OAAO;6EAmalB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"Navbar.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/Navbar/Navbar.vue"],"names":[],"mappings":"AAwjBA,OAAO,KAAK,EAAE,YAAY,EAAyE,MAAM,cAAc,CAAC;AAExH,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,YAAY,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AA6XF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AA4B/C,QAAA,MAAM,eAAe;cA5ZR,OAAO;6EAmalB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"PageHeader.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/PageHeader/PageHeader.vue"],"names":[],"mappings":"AAwCA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAErD,KAAK,WAAW,GAAG;IAAE,MAAM,EAAE,gBAAgB,CAAA;CAAE,CAAC;;AA8ChD,wBAMG"}
1
+ {"version":3,"file":"PageHeader.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/PageHeader/PageHeader.vue"],"names":[],"mappings":"AA4CA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAErD,KAAK,WAAW,GAAG;IAAE,MAAM,EAAE,gBAAgB,CAAA;CAAE,CAAC;;AA8ChD,wBAMG"}
@@ -1 +1 @@
1
- {"version":3,"file":"Panel.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/Panel/Panel.vue"],"names":[],"mappings":"AAiJA,OAAO,KAAK,EAAE,aAAa,EAAgB,MAAM,cAAc,CAAC;AAEhE,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,aAAa,CAAC;IACpB,IAAI,EAAE,OAAO,CAAC;CACf,CAAC;AAoJF,QAAA,IAAI,QAAQ,IAAY,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAwBhD,QAAA,MAAM,eAAe;;;;;;kFAQnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"Panel.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/Panel/Panel.vue"],"names":[],"mappings":"AA8KA,OAAO,KAAK,EAAE,aAAa,EAAgB,MAAM,cAAc,CAAC;AAEhE,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,aAAa,CAAC;IACpB,IAAI,EAAE,OAAO,CAAC;CACf,CAAC;AAoJF,QAAA,IAAI,QAAQ,IAAY,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAwBhD,QAAA,MAAM,eAAe;;;;;;kFAQnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ProcessSteps.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/ProcessSteps/ProcessSteps.vue"],"names":[],"mappings":"AA+EA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAEhD,KAAK,WAAW,GAAG;IAAE,KAAK,EAAE,WAAW,EAAE,CAAA;CAAE,CAAC;;AAiE5C,wBAMG"}
1
+ {"version":3,"file":"ProcessSteps.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/ProcessSteps/ProcessSteps.vue"],"names":[],"mappings":"AAwFA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAEhD,KAAK,WAAW,GAAG;IAAE,KAAK,EAAE,WAAW,EAAE,CAAA;CAAE,CAAC;;AAiE5C,wBAMG"}
@@ -1 +1 @@
1
- {"version":3,"file":"SectionHeader.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/SectionHeader/SectionHeader.vue"],"names":[],"mappings":"AAsCA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAExD,KAAK,WAAW,GAAG;IAAE,MAAM,EAAE,mBAAmB,CAAA;CAAE,CAAC;;AAgDnD,wBAMG"}
1
+ {"version":3,"file":"SectionHeader.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/SectionHeader/SectionHeader.vue"],"names":[],"mappings":"AA6CA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAExD,KAAK,WAAW,GAAG;IAAE,MAAM,EAAE,mBAAmB,CAAA;CAAE,CAAC;;AAgDnD,wBAMG"}
@@ -1 +1 @@
1
- {"version":3,"file":"StatRow.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/StatRow/StatRow.vue"],"names":[],"mappings":"AAyDA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAE7C,KAAK,WAAW,GAAG;IAAE,KAAK,EAAE,QAAQ,EAAE,CAAA;CAAE,CAAC;;AA4DzC,wBAMG"}
1
+ {"version":3,"file":"StatRow.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/StatRow/StatRow.vue"],"names":[],"mappings":"AAgEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAE7C,KAAK,WAAW,GAAG;IAAE,KAAK,EAAE,QAAQ,EAAE,CAAA;CAAE,CAAC;;AA4DzC,wBAMG"}
@@ -5,6 +5,7 @@ type __VLS_Props = {
5
5
  variant?: StatusBadgeVariant;
6
6
  };
7
7
  declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
8
+ label: string;
8
9
  variant: StatusBadgeVariant;
9
10
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
11
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"StatusBadge.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/StatusBadge/StatusBadge.vue"],"names":[],"mappings":"AAqCA,OAAO,EAAiB,KAAK,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAEtE,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,kBAAkB,CAAC;CAC9B,CAAC;;aADU,kBAAkB;;AAiD9B,wBAOG"}
1
+ {"version":3,"file":"StatusBadge.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/StatusBadge/StatusBadge.vue"],"names":[],"mappings":"AAsCA,OAAO,EAAiB,KAAK,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAEtE,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,kBAAkB,CAAC;CAC9B,CAAC;;WAFQ,MAAM;aACJ,kBAAkB;;AAmD9B,wBAOG"}
@@ -7,6 +7,9 @@ type __VLS_Props = {
7
7
  };
8
8
  declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
9
9
  mode: Mode;
10
+ subscribeAnon: (email: string, name: string) => Promise<unknown>;
11
+ subscribeAuth: () => Promise<unknown>;
12
+ unsubscribeAuth: () => Promise<unknown>;
10
13
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
14
  export default _default;
12
15
  //# sourceMappingURL=SubscribeForm.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SubscribeForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/SubscribeForm/SubscribeForm.vue"],"names":[],"mappings":"AAwLA,KAAK,IAAI,GAAG,MAAM,GAAG,MAAM,CAAC;AAE5B,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IAClE,aAAa,CAAC,EAAE,MAAM,OAAO,CAAC,OAAO,CAAC,CAAC;IACvC,eAAe,CAAC,EAAE,MAAM,OAAO,CAAC,OAAO,CAAC,CAAC;CAC1C,CAAC;;UAJO,IAAI;;AA0Lb,wBAOG"}
1
+ {"version":3,"file":"SubscribeForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/SubscribeForm/SubscribeForm.vue"],"names":[],"mappings":"AA2NA,KAAK,IAAI,GAAG,MAAM,GAAG,MAAM,CAAC;AAE5B,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IAClE,aAAa,CAAC,EAAE,MAAM,OAAO,CAAC,OAAO,CAAC,CAAC;IACvC,eAAe,CAAC,EAAE,MAAM,OAAO,CAAC,OAAO,CAAC,CAAC;CAC1C,CAAC;;UAJO,IAAI;mBACK,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,KAAK,OAAO,CAAC,OAAO,CAAC;mBACjD,MAAM,OAAO,CAAC,OAAO,CAAC;qBACpB,MAAM,OAAO,CAAC,OAAO,CAAC;;AA6L1C,wBAOG"}
@@ -1 +1 @@
1
- {"version":3,"file":"BlogCard.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/cards/BlogCard/BlogCard.vue"],"names":[],"mappings":"AAwIA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAEnD,KAAK,WAAW,GAAG;IAAE,MAAM,EAAE,cAAc,CAAA;CAAE,CAAC;;AA+G9C,wBAMG"}
1
+ {"version":3,"file":"BlogCard.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/cards/BlogCard/BlogCard.vue"],"names":[],"mappings":"AA+IA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAGnD,KAAK,WAAW,GAAG;IAAE,MAAM,EAAE,cAAc,CAAA;CAAE,CAAC;;AAyG9C,wBAMG"}
@@ -1 +1 @@
1
- {"version":3,"file":"FeatureCard.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/cards/FeatureCard/FeatureCard.vue"],"names":[],"mappings":"AAuEA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAGtD,KAAK,WAAW,GAAG;IAAE,MAAM,EAAE,iBAAiB,CAAA;CAAE,CAAC;;AAqFjD,wBAMG"}
1
+ {"version":3,"file":"FeatureCard.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/cards/FeatureCard/FeatureCard.vue"],"names":[],"mappings":"AA6FA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAGtD,KAAK,WAAW,GAAG;IAAE,MAAM,EAAE,iBAAiB,CAAA;CAAE,CAAC;;AAqFjD,wBAMG"}