@1024pix/epreuves-components 0.10.1 → 0.10.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.
- package/dist/{ImageQuiz.ce-BbfMcldf.js → ImageQuiz.ce-BM9vWQ_H.js} +1 -1
- package/dist/{LLMMessage.ce-DUUayymi.js → LLMMessage.ce-BFW5_GlC.js} +11 -11
- package/dist/Loading.ce-Dd1vKOPv.js +14 -0
- package/dist/{NavigationButton.ce-RaQYJjPs.js → NavigationButton.ce-CXaE9Mh7.js} +11 -11
- package/dist/{_plugin-vue_export-helper-CGpZIhKK.js → _plugin-vue_export-helper-BsbHZhhs.js} +795 -787
- package/dist/components/complete-phrase.ce.js.js +3 -3
- package/dist/components/image-quiz.ce.js.js +2 -2
- package/dist/components/image-quizzes.ce.js.js +2 -2
- package/dist/components/llm-compare-messages.ce.js.js +3 -3
- package/dist/components/llm-messages.ce.js.js +3 -3
- package/dist/components/llm-prompt-select.ce.js.js +1 -1
- package/dist/components/message-conversation.ce.js.js +6 -6
- package/dist/components/pix-article.ce.js.js +42 -0
- package/dist/components/pix-carousel.ce.js.js +14 -14
- package/dist/components/pix-cursor.ce.js.js +11 -11
- package/dist/{i18n-DZYcdfDF.js → i18n-DFZmIYUK.js} +141 -120
- package/dist/index.js +1 -0
- package/dist/metadata.js +17 -14
- package/dist/{shadow-dom-BdDj1I6f.js → shadow-dom-Bt1Mf11i.js} +1 -1
- package/package.json +1 -1
- package/dist/Loading.ce-BsBClsn3.js +0 -14
package/dist/index.js
CHANGED
package/dist/metadata.js
CHANGED
|
@@ -1,32 +1,35 @@
|
|
|
1
|
-
const
|
|
1
|
+
const t = {
|
|
2
2
|
isInteractive: !0
|
|
3
|
-
},
|
|
4
|
-
isInteractive:
|
|
3
|
+
}, e = !0, a = {
|
|
4
|
+
isInteractive: e
|
|
5
5
|
}, s = !1, i = {
|
|
6
6
|
isInteractive: s
|
|
7
7
|
}, c = !1, n = {
|
|
8
8
|
isInteractive: c
|
|
9
9
|
}, r = !1, o = {
|
|
10
10
|
isInteractive: r
|
|
11
|
-
}, l = !0,
|
|
11
|
+
}, l = !0, v = {
|
|
12
12
|
isInteractive: l
|
|
13
|
-
},
|
|
14
|
-
isInteractive:
|
|
15
|
-
},
|
|
16
|
-
isInteractive:
|
|
13
|
+
}, m = !0, I = {
|
|
14
|
+
isInteractive: m
|
|
15
|
+
}, p = !0, u = {
|
|
16
|
+
isInteractive: p
|
|
17
17
|
}, M = !0, d = {
|
|
18
18
|
isInteractive: M
|
|
19
|
-
}, g = {
|
|
20
|
-
|
|
19
|
+
}, g = !1, $ = {
|
|
20
|
+
isInteractive: g
|
|
21
|
+
}, x = {
|
|
22
|
+
"image-quiz": t,
|
|
21
23
|
"image-quizzes": a,
|
|
22
24
|
"message-conversation": i,
|
|
23
25
|
"llm-compare-messages": n,
|
|
24
26
|
"llm-messages": o,
|
|
25
|
-
"llm-prompt-select":
|
|
27
|
+
"llm-prompt-select": v,
|
|
26
28
|
"pix-carousel": I,
|
|
27
|
-
"pix-cursor":
|
|
28
|
-
"complete-phrase": d
|
|
29
|
+
"pix-cursor": u,
|
|
30
|
+
"complete-phrase": d,
|
|
31
|
+
"pix-article": $
|
|
29
32
|
};
|
|
30
33
|
export {
|
|
31
|
-
|
|
34
|
+
x as metadata
|
|
32
35
|
};
|
package/package.json
CHANGED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { _ as o, c as a, o as r, f as s } from "./_plugin-vue_export-helper-CGpZIhKK.js";
|
|
2
|
-
const n = ".loader{width:8px;aspect-ratio:1;border-radius:50%;animation:l5 1s infinite linear alternate;transform:translate(100%)}@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
|
-
class: "loader",
|
|
4
|
-
role: "alert"
|
|
5
|
-
};
|
|
6
|
-
function c(l, e) {
|
|
7
|
-
return r(), a("div", d, e[0] || (e[0] = [
|
|
8
|
-
s("p", { class: "sr-only" }, " Chargement... ", -1)
|
|
9
|
-
]));
|
|
10
|
-
}
|
|
11
|
-
const p = /* @__PURE__ */ o(t, [["render", c], ["styles", [n]]]);
|
|
12
|
-
export {
|
|
13
|
-
p as L
|
|
14
|
-
};
|