@1024pix/epreuves-components 1.3.0 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (27) hide show
  1. package/dist/{ImageQuiz.ce-DtarwFF1.js → ImageQuiz.ce-BU1wvQqO.js} +56 -66
  2. package/dist/{LLMMessage.ce-CnMf3mGa.js → LLMMessage.ce-55YTC7a9.js} +7 -7
  3. package/dist/{Loading.ce-BLJllV22.js → Loading.ce-BQOiwGj0.js} +1 -1
  4. package/dist/{NavigationButton.ce-Cz9511sV.js → NavigationButton.ce-CgyZHLpi.js} +8 -8
  5. package/dist/{_plugin-vue_export-helper-DK91u00G.js → _plugin-vue_export-helper-BaT1QC5Q.js} +150 -136
  6. package/dist/components/calcul-impact.ce.js.js +49 -49
  7. package/dist/components/capacity-calculation.ce.js.js +279 -0
  8. package/dist/components/clickable-image.ce.js.js +1 -1
  9. package/dist/components/complete-phrase.ce.js.js +8 -8
  10. package/dist/components/flip-cards.ce.js.js +108 -0
  11. package/dist/components/image-quiz.ce.js.js +2 -2
  12. package/dist/components/image-quizzes.ce.js.js +2 -2
  13. package/dist/components/llm-compare-messages.ce.js.js +3 -3
  14. package/dist/components/llm-messages.ce.js.js +3 -3
  15. package/dist/components/llm-prompt-select.ce.js.js +1 -1
  16. package/dist/components/message-conversation.ce.js.js +11 -11
  17. package/dist/components/pix-article.ce.js.js +2 -2
  18. package/dist/components/pix-carousel.ce.js.js +7 -7
  19. package/dist/components/pix-cursor.ce.js.js +12 -12
  20. package/dist/components/qcm-deepfake.ce.js.js +10 -10
  21. package/dist/{i18n-Gv3Ze5vF.js → i18n-BOk_ejZ-.js} +1 -1
  22. package/dist/index.js +2 -0
  23. package/dist/metadata.js +46 -38
  24. package/dist/schema.js +59 -24
  25. package/dist/{shadow-dom-DTRtrvgC.js → shadow-dom-CLVtaG5r.js} +1 -1
  26. package/dist/shuffled-CzcgAL34.js +14 -0
  27. package/package.json +1 -1
@@ -1,16 +1,6 @@
1
- import { a as B, r as N, G as I, c as d, o as m, H as b, q as f, I as g, D as y, f as h, m as j, t as k, _ as L, k as p, J as q, g as M, F as z, b as T, e as F } from "./_plugin-vue_export-helper-DK91u00G.js";
2
- function O(i, u = H) {
3
- const a = [...i];
4
- for (let n = a.length - 1; n > 0; n--) {
5
- const l = u() % (n + 1);
6
- [a[n], a[l]] = [a[l], a[n]];
7
- }
8
- return a;
9
- }
10
- function H() {
11
- return Math.floor(Math.random() * 2 ** 32);
12
- }
13
- const A = ["aria-labelledby", "aria-selected", "tabindex"], D = { key: 0 }, K = ["id"], Q = ["id"], R = /* @__PURE__ */ B({
1
+ import { s as j } from "./shuffled-CzcgAL34.js";
2
+ import { a as B, r as N, D as I, c, o as l, E as b, q as d, G as m, H as y, f as g, m as q, t as k, _ as L, k as r, I as T, g as F, F as z, b as O, e as H } from "./_plugin-vue_export-helper-BaT1QC5Q.js";
3
+ const M = ["aria-labelledby", "aria-selected", "tabindex"], A = { key: 0 }, D = ["id"], E = ["id"], K = /* @__PURE__ */ B({
14
4
  __name: "ImageOption.ce",
15
5
  props: {
16
6
  choice: { type: Object },
@@ -21,44 +11,44 @@ const A = ["aria-labelledby", "aria-selected", "tabindex"], D = { key: 0 }, K =
21
11
  tabFocusable: { type: Boolean }
22
12
  },
23
13
  emits: ["toggle", "next", "previous"],
24
- setup(i, { expose: u }) {
25
- const a = i, n = N();
26
- function l() {
27
- n.value.focus();
14
+ setup(o, { expose: f }) {
15
+ const h = o, p = N();
16
+ function u() {
17
+ p.value.focus();
28
18
  }
29
- u({ focus: l });
30
- const s = I();
31
- return (o, t) => (m(), d("div", {
19
+ f({ focus: u });
20
+ const t = I();
21
+ return (i, a) => (l(), c("div", {
32
22
  ref_key: "el",
33
- ref: n,
23
+ ref: p,
34
24
  role: "option",
35
- class: y(["image-option", `image-option--max${a.maxChoicesPerLine}`]),
36
- "aria-labelledby": g(s),
37
- "aria-selected": o.selected,
38
- tabindex: o.tabFocusable ? 0 : -1,
39
- onClick: t[0] || (t[0] = f((r) => o.$emit("toggle"), ["stop"])),
25
+ class: y(["image-option", `image-option--max${h.maxChoicesPerLine}`]),
26
+ "aria-labelledby": m(t),
27
+ "aria-selected": i.selected,
28
+ tabindex: i.tabFocusable ? 0 : -1,
29
+ onClick: a[0] || (a[0] = d((s) => i.$emit("toggle"), ["stop"])),
40
30
  onKeydown: [
41
- t[1] || (t[1] = b(f((r) => o.$emit("toggle"), ["stop", "prevent"]), ["space"])),
42
- t[2] || (t[2] = b(f((r) => o.$emit("previous"), ["stop", "prevent"]), ["up", "left"])),
43
- t[3] || (t[3] = b(f((r) => o.$emit("next"), ["stop", "prevent"]), ["down", "right"]))
31
+ a[1] || (a[1] = b(d((s) => i.$emit("toggle"), ["stop", "prevent"]), ["space"])),
32
+ a[2] || (a[2] = b(d((s) => i.$emit("previous"), ["stop", "prevent"]), ["up", "left"])),
33
+ a[3] || (a[3] = b(d((s) => i.$emit("next"), ["stop", "prevent"]), ["down", "right"]))
44
34
  ]
45
35
  }, [
46
- o.choice.image ? (m(), d("figure", D, [
47
- h("img", j(o.choice.image, {
48
- class: o.imageClass,
36
+ i.choice.image ? (l(), c("figure", A, [
37
+ g("img", q(i.choice.image, {
38
+ class: i.imageClass,
49
39
  alt: ""
50
40
  }), null, 16),
51
- h("figcaption", {
52
- class: y(o.nameClass),
53
- id: g(s)
54
- }, k(o.choice.name), 11, K)
55
- ])) : (m(), d("span", {
41
+ g("figcaption", {
42
+ class: y(i.nameClass),
43
+ id: m(t)
44
+ }, k(i.choice.name), 11, D)
45
+ ])) : (l(), c("span", {
56
46
  key: 1,
57
- id: g(s)
58
- }, k(o.choice.name), 9, Q))
59
- ], 42, A));
47
+ id: m(t)
48
+ }, k(i.choice.name), 9, E))
49
+ ], 42, M));
60
50
  }
61
- }), E = '.image-option{display:flex;position:relative;flex-direction:column;align-items:center;justify-content:center;margin:.5rem;border:solid 2px #c1c7d0;border-radius:10px;background:#fff;width:calc(20% - 2em);min-width:150px;padding:1rem}.image-option--max4{width:calc(25% - 2em);min-width:175px}.image-option--max3{width:calc(33% - 2em)}.image-option--max2{width:calc(50% - 2em);min-width:300px}.image-option--max1{width:calc(100% - 4em);min-width:300px}.image-option:hover{cursor:pointer;box-shadow:0 3px 10px #0000001a;transform:scale(1.04);transition:transform ease-in .1s}.image-option:focus{outline:none;box-shadow:5px 5px #ffbe00,-5px 5px #ffbe00,5px -5px #ffbe00,-5px -5px #ffbe00}.image-option[aria-selected=true]{border-color:#3d68ff}.image-option[aria-selected=true]:after{content:"";position:absolute;width:calc(100% + 2px);height:calc(100% + 2px);background:#3d68ff4d;border-radius:10px;z-index:3}.image-option figure{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;margin:0;text-align:center;width:100%}.image-option figure img{max-width:100%;height:auto}.image-option figure img.icon{max-height:100px;width:auto}.image-option figure img.medium{max-width:50%;height:auto}.image-option figure figcaption{margin:1ex}', G = /* @__PURE__ */ L(R, [["styles", [E]]]), J = ["id", "innerHTML"], V = ["aria-multiselectable", "aria-labelledby"], U = /* @__PURE__ */ B({
51
+ }), Q = '.image-option{display:flex;position:relative;flex-direction:column;align-items:center;justify-content:center;margin:.5rem;border:solid 2px #c1c7d0;border-radius:10px;background:#fff;width:calc(20% - 2em);min-width:150px;padding:1rem}.image-option--max4{width:calc(25% - 2em);min-width:175px}.image-option--max3{width:calc(33% - 2em)}.image-option--max2{width:calc(50% - 2em);min-width:300px}.image-option--max1{width:calc(100% - 4em);min-width:300px}.image-option:hover{cursor:pointer;box-shadow:0 3px 10px #0000001a;transform:scale(1.04);transition:transform ease-in .1s}.image-option:focus{outline:none;box-shadow:5px 5px #ffbe00,-5px 5px #ffbe00,5px -5px #ffbe00,-5px -5px #ffbe00}.image-option[aria-selected=true]{border-color:#3d68ff}.image-option[aria-selected=true]:after{content:"";position:absolute;width:calc(100% + 2px);height:calc(100% + 2px);background:#3d68ff4d;border-radius:10px;z-index:3}.image-option figure{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;margin:0;text-align:center;width:100%}.image-option figure img{max-width:100%;height:auto}.image-option figure img.icon{max-height:100px;width:auto}.image-option figure img.medium{max-width:50%;height:auto}.image-option figure figcaption{margin:1ex}', G = /* @__PURE__ */ L(K, [["styles", [Q]]]), R = ["id", "innerHTML"], V = ["aria-multiselectable", "aria-labelledby"], J = /* @__PURE__ */ B({
62
52
  __name: "ImageQuiz.ce",
63
53
  props: {
64
54
  multiple: { type: Boolean, default: !1 },
@@ -71,53 +61,53 @@ const A = ["aria-labelledby", "aria-selected", "tabindex"], D = { key: 0 }, K =
71
61
  showName: { type: Boolean, default: !1 }
72
62
  },
73
63
  emits: ["answer"],
74
- setup(i, { emit: u }) {
75
- const a = u, n = p(() => i.hideChoicesName ? "sr-only" : ""), l = p(() => i.orderChoices ? i.choices : O(i.choices)), s = N(new Array(i.choices.length).fill(!1)), o = p(() => l.value.filter((e, C) => s.value[C])), t = p(() => o.value.map((e) => e.response ?? e.name).sort().join(",")), r = I();
76
- q(t, () => {
77
- a("answer", t.value);
64
+ setup(o, { emit: f }) {
65
+ const h = f, p = r(() => o.hideChoicesName ? "sr-only" : ""), u = r(() => o.orderChoices ? o.choices : j(o.choices)), t = N(new Array(o.choices.length).fill(!1)), i = r(() => u.value.filter((e, C) => t.value[C])), a = r(() => i.value.map((e) => e.response ?? e.name).sort().join(",")), s = I();
66
+ T(a, () => {
67
+ h("answer", a.value);
78
68
  }, { immediate: !1 });
79
- const P = p(() => {
80
- const e = s.value.indexOf(!0);
69
+ const P = r(() => {
70
+ const e = t.value.indexOf(!0);
81
71
  return e === -1 ? 0 : e;
82
- }), x = M("options");
72
+ }), x = F("options");
83
73
  function v(e) {
84
- i.multiple || s.value.fill(!1), s.value[e] = !s.value[e];
74
+ o.multiple || t.value.fill(!1), t.value[e] = !t.value[e];
85
75
  }
86
76
  function w(e) {
87
- e = (e + i.choices.length) % i.choices.length, i.multiple || v(e), x.value[e].focus();
77
+ e = (e + o.choices.length) % o.choices.length, o.multiple || v(e), x.value[e].focus();
88
78
  }
89
- return (e, C) => (m(), d(z, null, [
90
- h("label", {
91
- id: g(r),
79
+ return (e, C) => (l(), c(z, null, [
80
+ g("label", {
81
+ id: m(s),
92
82
  class: y(["image-quiz-label", { "sr-only": !e.showName }]),
93
83
  innerHTML: e.name
94
- }, null, 10, J),
95
- h("div", {
84
+ }, null, 10, R),
85
+ g("div", {
96
86
  role: "listbox",
97
87
  class: "image-quiz",
98
88
  "aria-multiselectable": e.multiple,
99
- "aria-labelledby": g(r),
89
+ "aria-labelledby": m(s),
100
90
  "aria-orientation": "horizontal"
101
91
  }, [
102
- (m(!0), d(z, null, T(l.value, (S, c) => (m(), F(G, {
92
+ (l(!0), c(z, null, O(u.value, (S, n) => (l(), H(G, {
103
93
  ref_for: !0,
104
94
  ref_key: "options",
105
95
  ref: x,
106
96
  choice: S,
107
97
  "max-choices-per-line": e.maxChoicesPerLine,
108
- key: c,
109
- "name-class": n.value,
110
- "image-class": i.imageChoicesSize,
111
- selected: s.value[c],
112
- "tab-focusable": c === P.value,
113
- onToggle: ($) => v(c),
114
- onNext: ($) => w(c + 1),
115
- onPrevious: ($) => w(c - 1)
98
+ key: n,
99
+ "name-class": p.value,
100
+ "image-class": o.imageChoicesSize,
101
+ selected: t.value[n],
102
+ "tab-focusable": n === P.value,
103
+ onToggle: ($) => v(n),
104
+ onNext: ($) => w(n + 1),
105
+ onPrevious: ($) => w(n - 1)
116
106
  }, null, 8, ["choice", "max-choices-per-line", "name-class", "image-class", "selected", "tab-focusable", "onToggle", "onNext", "onPrevious"]))), 128))
117
107
  ], 8, V)
118
108
  ], 64));
119
109
  }
120
- }), W = "*{box-sizing:border-box}.image-quiz-label{font-size:1.25rem;margin:1rem 0;display:inline-block}.image-quiz{display:flex;flex-wrap:wrap;justify-content:space-around}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}", Y = /* @__PURE__ */ L(U, [["styles", [W]]]);
110
+ }), U = "*{box-sizing:border-box}.image-quiz-label{font-size:1.25rem;margin:1rem 0;display:inline-block}.image-quiz{display:flex;flex-wrap:wrap;justify-content:space-around}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}", Y = /* @__PURE__ */ L(J, [["styles", [U]]]);
121
111
  export {
122
112
  Y as I
123
113
  };
@@ -1,5 +1,5 @@
1
- import { _ as b, c as n, o as t, f as s, a as m, k as d, D as g, e as r, E as l, y as u, t as p } from "./_plugin-vue_export-helper-DK91u00G.js";
2
- import { L as f } from "./Loading.ce-BLJllV22.js";
1
+ import { _ as b, c as n, o as t, f as s, a as m, k as d, H as g, e as r, J as l, y as u, t as p } from "./_plugin-vue_export-helper-BaT1QC5Q.js";
2
+ import { L as f } from "./Loading.ce-BQOiwGj0.js";
3
3
  const h = {}, C = {
4
4
  height: "1rem",
5
5
  width: "auto",
@@ -46,10 +46,10 @@ function $(o, e) {
46
46
  }, null, -1)
47
47
  ])]);
48
48
  }
49
- const z = /* @__PURE__ */ b(L, [["render", $]]), B = { class: "avatar" }, q = { class: "bubble" }, Z = ["innerHTML"], N = {
49
+ const z = /* @__PURE__ */ b(L, [["render", $]]), B = { class: "avatar" }, q = { class: "bubble" }, Z = ["innerHTML"], H = {
50
50
  key: 1,
51
51
  class: "attachment-label"
52
- }, H = /* @__PURE__ */ m({
52
+ }, N = /* @__PURE__ */ m({
53
53
  __name: "LLMMessage.ce",
54
54
  props: {
55
55
  name: { type: String },
@@ -76,14 +76,14 @@ const z = /* @__PURE__ */ b(L, [["render", $]]), B = { class: "avatar" }, q = {
76
76
  innerHTML: i.value,
77
77
  class: "content"
78
78
  }, null, 8, Z)) : l("", !0),
79
- a.message.attachmentName && c.value ? (t(), n("p", N, [
79
+ a.message.attachmentName && c.value ? (t(), n("p", H, [
80
80
  s("span", null, p(a.message.attachmentName), 1),
81
81
  u(y)
82
82
  ])) : l("", !0)
83
83
  ])
84
84
  ], 2));
85
85
  }
86
- }), j = ".message{display:flex;width:90%;gap:12px;align-items:start}.message .avatar{align-items:center;aspect-ratio:1/1;background-color:#1c825d;border-radius:8px;display:flex;justify-content:center;margin-top:2px;padding:4px;width:32px;height:32px}.message .loader{margin-top:14px}.message .bubble .content{--background: #efefef;--focus: #0096bfab;--border: #dbdbdb;box-sizing:border-box;font-size:14px;color:#253858;line-height:20px}.message .bubble .content p{margin:0;word-wrap:break-word}.message .bubble .content h1{font-size:1.8em}.message .bubble .content h2{font-size:1.4em}.message .bubble .content h3{font-size:1.2em}.message .bubble .content h1,.message .bubble .content h2,.message .bubble .content h3,.message .bubble .content h4,.message .bubble .content h5,.message .bubble .content h6{margin-bottom:12px;color:#000}.message .bubble .content strong{color:#000}.message .bubble .content h1,.message .bubble .content h2,.message .bubble .content h3,.message .bubble .content h4,.message .bubble .content h5,.message .bubble .content h6,.message .bubble .content b,.message .bubble .content strong,.message .bubble .content th{font-weight:600}.message .bubble .content q:before{content:none}.message .bubble .content q:after{content:none}.message .bubble .content blockquote,.message .bubble .content q{border-left:4px solid var(--focus);margin:1.5em 0;padding:.5em 1em;font-style:italic}.message .bubble .content blockquote>footer{font-style:normal;border:0}.message .bubble .content blockquote cite{font-style:normal}.message .bubble .content mark{background-color:#ff0;border-radius:2px;padding:0 2px;color:#000}.message .bubble .content code{background:var(--background);color:#000;padding:2.5px 5px;border-radius:6px;font-size:1em}.message .bubble .content hr{border:none;border-top:1px solid var(--border)}.message .bubble .content table{border-collapse:collapse;margin-bottom:10px;width:100%;table-layout:fixed;border:1px solid #dbdbdb;border-radius:8px}.message .bubble .content table caption{text-align:left}.message .bubble .content td,.message .bubble .content th{padding:6px;text-align:left;vertical-align:top;word-wrap:break-word;border-right:1px solid var(--border)}.message .bubble .content thead{border-bottom:1px solid var(--border)}.message .bubble .content tfoot{border-top:1px solid var(--border)}.message .bubble .content tbody tr:nth-child(2n){background-color:#efefef}.message .bubble .content tbody tr:nth-child(2n) button{background-color:#f7f7f7}.message .bubble .content tbody tr:nth-child(2n) button:hover{background-color:#fff}.message .bubble .content details{display:flex;flex-direction:column;align-items:flex-start;background-color:#f7f7f7;padding:10px 10px 0;margin:1em 0;border-radius:6px;overflow:hidden}.message .bubble .content details[open]{padding:10px}.message .bubble .content details>:last-child{margin-bottom:0}.message .bubble .content details[open] summary{margin-bottom:10px}.message .bubble .content summary{display:list-item;background-color:#efefef;padding:10px;margin:-10px -10px 0;cursor:pointer;outline:none}.message .bubble .content summary:hover,.message .bubble .content summary:focus{text-decoration:underline}.message .bubble .content details>:not(summary){margin-top:0}.message .bubble .content summary::-webkit-details-marker{color:#363636}.message .bubble .content ul{list-style-type:disc;list-style-position:inside}.message .bubble .content ol{list-style-type:decimal}.message .bubble .attachment-label{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-style:italic;justify-content:end;margin:1rem}.message.outbound{align-self:end;flex-direction:row-reverse}.message.outbound .avatar{background-color:#957ee8}.message.outbound .bubble{background:#cec3f4;border-radius:16px;padding:8px 16px}", E = /* @__PURE__ */ b(H, [["styles", [j]]]);
86
+ }), j = ".message{display:flex;width:90%;gap:12px;align-items:start}.message .avatar{align-items:center;aspect-ratio:1/1;background-color:#1c825d;border-radius:8px;display:flex;justify-content:center;margin-top:2px;padding:4px;width:32px;height:32px}.message .loader{margin-top:14px}.message .bubble .content{--background: #efefef;--focus: #0096bfab;--border: #dbdbdb;box-sizing:border-box;font-size:14px;color:#253858;line-height:20px}.message .bubble .content p{margin:0;word-wrap:break-word}.message .bubble .content h1{font-size:1.8em}.message .bubble .content h2{font-size:1.4em}.message .bubble .content h3{font-size:1.2em}.message .bubble .content h1,.message .bubble .content h2,.message .bubble .content h3,.message .bubble .content h4,.message .bubble .content h5,.message .bubble .content h6{margin-bottom:12px;color:#000}.message .bubble .content strong{color:#000}.message .bubble .content h1,.message .bubble .content h2,.message .bubble .content h3,.message .bubble .content h4,.message .bubble .content h5,.message .bubble .content h6,.message .bubble .content b,.message .bubble .content strong,.message .bubble .content th{font-weight:600}.message .bubble .content q:before{content:none}.message .bubble .content q:after{content:none}.message .bubble .content blockquote,.message .bubble .content q{border-left:4px solid var(--focus);margin:1.5em 0;padding:.5em 1em;font-style:italic}.message .bubble .content blockquote>footer{font-style:normal;border:0}.message .bubble .content blockquote cite{font-style:normal}.message .bubble .content mark{background-color:#ff0;border-radius:2px;padding:0 2px;color:#000}.message .bubble .content code{background:var(--background);color:#000;padding:2.5px 5px;border-radius:6px;font-size:1em}.message .bubble .content hr{border:none;border-top:1px solid var(--border)}.message .bubble .content table{border-collapse:collapse;margin-bottom:10px;width:100%;table-layout:fixed;border:1px solid #dbdbdb;border-radius:8px}.message .bubble .content table caption{text-align:left}.message .bubble .content td,.message .bubble .content th{padding:6px;text-align:left;vertical-align:top;word-wrap:break-word;border-right:1px solid var(--border)}.message .bubble .content thead{border-bottom:1px solid var(--border)}.message .bubble .content tfoot{border-top:1px solid var(--border)}.message .bubble .content tbody tr:nth-child(2n){background-color:#efefef}.message .bubble .content tbody tr:nth-child(2n) button{background-color:#f7f7f7}.message .bubble .content tbody tr:nth-child(2n) button:hover{background-color:#fff}.message .bubble .content details{display:flex;flex-direction:column;align-items:flex-start;background-color:#f7f7f7;padding:10px 10px 0;margin:1em 0;border-radius:6px;overflow:hidden}.message .bubble .content details[open]{padding:10px}.message .bubble .content details>:last-child{margin-bottom:0}.message .bubble .content details[open] summary{margin-bottom:10px}.message .bubble .content summary{display:list-item;background-color:#efefef;padding:10px;margin:-10px -10px 0;cursor:pointer;outline:none}.message .bubble .content summary:hover,.message .bubble .content summary:focus{text-decoration:underline}.message .bubble .content details>:not(summary){margin-top:0}.message .bubble .content summary::-webkit-details-marker{color:#363636}.message .bubble .content ul{list-style-type:disc;list-style-position:inside}.message .bubble .content ol{list-style-type:decimal}.message .bubble .attachment-label{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-style:italic;justify-content:end;margin:1rem}.message.outbound{align-self:end;flex-direction:row-reverse}.message.outbound .avatar{background-color:#957ee8}.message.outbound .bubble{background:#cec3f4;border-radius:16px;padding:8px 16px}", T = /* @__PURE__ */ b(N, [["styles", [j]]]);
87
87
  export {
88
- E as L
88
+ T as L
89
89
  };
@@ -1,4 +1,4 @@
1
- import { _ as o, c as r, o as a, f as s } from "./_plugin-vue_export-helper-DK91u00G.js";
1
+ import { _ as o, c as r, o as a, f as s } from "./_plugin-vue_export-helper-BaT1QC5Q.js";
2
2
  const n = ".loader{width:8px;aspect-ratio:1;border-radius:50%;animation:l5 1s infinite linear alternate;transform:translate(100%)}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}@keyframes l5{0%{box-shadow:13px 0 #000,-13px 0 #0002;background:#000}33%{box-shadow:13px 0 #000,-13px 0 #0002;background:#0002}66%{box-shadow:13px 0 #0002,-13px 0 #000;background:#0002}to{box-shadow:13px 0 #0002,-13px 0 #000;background:#000}}@media (prefers-reduced-motion: reduce){.loader{display:none}}", t = {}, d = {
3
3
  class: "loader",
4
4
  role: "alert"
@@ -1,4 +1,4 @@
1
- import { a as f, r as g, G as w, c as h, o as i, f as l, D as C, I as b, t as m, m as x, q as y, L as _, _ as s, e as c, M as k } from "./_plugin-vue_export-helper-DK91u00G.js";
1
+ import { a as f, r as g, D as w, c as h, o as i, f as l, H as C, G as b, t as m, m as x, q as y, L as _, _ as s, e as c, M as k } from "./_plugin-vue_export-helper-BaT1QC5Q.js";
2
2
  const $ = { class: "tooltip-container" }, B = ["id"], L = ["aria-labelledby", "aria-disabled"], z = /* @__PURE__ */ f({
3
3
  inheritAttrs: !1,
4
4
  __name: "ButtonTooltip.ce",
@@ -38,7 +38,7 @@ const $ = { class: "tooltip-container" }, B = ["id"], L = ["aria-labelledby", "a
38
38
  ], 16, L)
39
39
  ]));
40
40
  }
41
- }), S = '*{--pix-neutral-800: #253858}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.tooltip-container{position:relative;display:grid}.tooltip-container .tooltip{position:absolute;padding:5px 7px;background:var(--pix-neutral-800);color:#fff;border-radius:4px;z-index:400;margin:0;--horizontal-shift: 12px;--tooltip-gap: 1px;--arrow-height: 6px;--arrow-width: 5px}.tooltip-container .tooltip:before{content:"";position:absolute}.tooltip-container .tooltip.top{bottom:calc(100% + var(--tooltip-gap) + var(--arrow-height));left:50%;transform:translate(calc(var(--horizontal-shift) * -1))}.tooltip-container .tooltip.top:before{top:100%;left:calc(var(--horizontal-shift) - var(--arrow-width));border-right:var(--arrow-width) solid transparent;border-left:var(--arrow-width) solid transparent;border-top:var(--arrow-height) solid var(--pix-neutral-800)}.tooltip-container .tooltip.bottom{top:calc(100% + var(--tooltip-gap) + var(--arrow-height));left:50%;transform:translate(calc(var(--horizontal-shift) * -1))}.tooltip-container .tooltip.bottom:before{bottom:100%;left:calc(var(--horizontal-shift) - var(--arrow-width));border-right:var(--arrow-width) solid transparent;border-left:var(--arrow-width) solid transparent;border-bottom:var(--arrow-height) solid var(--pix-neutral-800)}.tooltip-container .tooltip.left{right:calc(100% + var(--tooltip-gap) + var(--arrow-height));top:50%;transform:translateY(-50%)}.tooltip-container .tooltip.left:before{left:100%;top:50%;transform:translateY(-50%);border-top:var(--arrow-width) solid transparent;border-bottom:var(--arrow-width) solid transparent;border-left:var(--arrow-height) solid var(--pix-neutral-800)}.tooltip-container .tooltip.right{left:calc(100% + var(--tooltip-gap) + var(--arrow-height));top:50%;transform:translateY(-50%)}.tooltip-container .tooltip.right:before{right:100%;top:50%;transform:translateY(-50%);border-top:var(--arrow-width) solid transparent;border-bottom:var(--arrow-width) solid transparent;border-right:var(--arrow-height) solid var(--pix-neutral-800)}.tooltip-container button:hover{cursor:pointer}.tooltip-container button.disabled{color:#797e89;cursor:not-allowed;border-color:transparent;background:transparent}', M = /* @__PURE__ */ s(z, [["styles", [S]]]), H = {}, P = {
41
+ }), S = '*{--pix-neutral-800: #253858}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.tooltip-container{position:relative;display:grid}.tooltip-container .tooltip{position:absolute;padding:5px 7px;background:var(--pix-neutral-800);color:#fff;border-radius:4px;z-index:400;margin:0;--horizontal-shift: 12px;--tooltip-gap: 1px;--arrow-height: 6px;--arrow-width: 5px}.tooltip-container .tooltip:before{content:"";position:absolute}.tooltip-container .tooltip.top{bottom:calc(100% + var(--tooltip-gap) + var(--arrow-height));left:50%;transform:translate(calc(var(--horizontal-shift) * -1))}.tooltip-container .tooltip.top:before{top:100%;left:calc(var(--horizontal-shift) - var(--arrow-width));border-right:var(--arrow-width) solid transparent;border-left:var(--arrow-width) solid transparent;border-top:var(--arrow-height) solid var(--pix-neutral-800)}.tooltip-container .tooltip.bottom{top:calc(100% + var(--tooltip-gap) + var(--arrow-height));left:50%;transform:translate(calc(var(--horizontal-shift) * -1))}.tooltip-container .tooltip.bottom:before{bottom:100%;left:calc(var(--horizontal-shift) - var(--arrow-width));border-right:var(--arrow-width) solid transparent;border-left:var(--arrow-width) solid transparent;border-bottom:var(--arrow-height) solid var(--pix-neutral-800)}.tooltip-container .tooltip.left{right:calc(100% + var(--tooltip-gap) + var(--arrow-height));top:50%;transform:translateY(-50%)}.tooltip-container .tooltip.left:before{left:100%;top:50%;transform:translateY(-50%);border-top:var(--arrow-width) solid transparent;border-bottom:var(--arrow-width) solid transparent;border-left:var(--arrow-height) solid var(--pix-neutral-800)}.tooltip-container .tooltip.right{left:calc(100% + var(--tooltip-gap) + var(--arrow-height));top:50%;transform:translateY(-50%)}.tooltip-container .tooltip.right:before{right:100%;top:50%;transform:translateY(-50%);border-top:var(--arrow-width) solid transparent;border-bottom:var(--arrow-width) solid transparent;border-right:var(--arrow-height) solid var(--pix-neutral-800)}.tooltip-container button:hover{cursor:pointer}.tooltip-container button.disabled{color:#797e89;cursor:not-allowed;border-color:transparent;background:transparent}', H = /* @__PURE__ */ s(z, [["styles", [S]]]), M = {}, P = {
42
42
  xmlns: "http://www.w3.org/2000/svg",
43
43
  width: "16",
44
44
  height: "16",
@@ -53,7 +53,7 @@ function N(a, t) {
53
53
  }, null, -1)
54
54
  ])]);
55
55
  }
56
- const Y = /* @__PURE__ */ s(H, [["render", N]]), A = {}, T = {
56
+ const Y = /* @__PURE__ */ s(M, [["render", N]]), A = {}, T = {
57
57
  xmlns: "http://www.w3.org/2000/svg",
58
58
  width: "16",
59
59
  height: "16",
@@ -68,7 +68,7 @@ function D(a, t) {
68
68
  }, null, -1)
69
69
  ])]);
70
70
  }
71
- const F = /* @__PURE__ */ s(A, [["render", D]]), I = /* @__PURE__ */ f({
71
+ const F = /* @__PURE__ */ s(A, [["render", D]]), Z = /* @__PURE__ */ f({
72
72
  __name: "NavigationButton.ce",
73
73
  props: {
74
74
  disabled: { type: Boolean },
@@ -78,7 +78,7 @@ const F = /* @__PURE__ */ s(A, [["render", D]]), I = /* @__PURE__ */ f({
78
78
  },
79
79
  emits: ["click"],
80
80
  setup(a) {
81
- return (t, e) => (i(), c(M, {
81
+ return (t, e) => (i(), c(H, {
82
82
  class: "button",
83
83
  onClick: e[0] || (e[0] = (p) => t.$emit("click")),
84
84
  "tooltip-position": t.tooltipPosition,
@@ -91,8 +91,8 @@ const F = /* @__PURE__ */ s(A, [["render", D]]), I = /* @__PURE__ */ f({
91
91
  _: 1
92
92
  }, 8, ["tooltip-position", "label", "disabled"]));
93
93
  }
94
- }), Z = "*{--pix-neutral-800: #253858;color:var(--pix-neutral-800)}.button{border-radius:100%;padding:4px;width:32px;height:32px;background:transparent;border:1px var(--pix-neutral-800) solid;aspect-ratio:1/1;fill:var(--pix-neutral-800);display:flex;align-items:center;justify-content:center}.button:hover{background:#c3d0ff}.button:active{background:#cdd1d9}", q = /* @__PURE__ */ s(I, [["styles", [Z]]]);
94
+ }), j = "*{--pix-neutral-800: #253858;color:var(--pix-neutral-800)}.button{border-radius:100%;padding:4px;width:32px;height:32px;background:transparent;border:1px var(--pix-neutral-800) solid;aspect-ratio:1/1;fill:var(--pix-neutral-800);display:flex;align-items:center;justify-content:center}.button:hover{background:#c3d0ff}.button:active{background:#cdd1d9}", E = /* @__PURE__ */ s(Z, [["styles", [j]]]);
95
95
  export {
96
- M as B,
97
- q as N
96
+ H as B,
97
+ E as N
98
98
  };