@1024pix/epreuves-components 0.9.6 → 0.10.0

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/index.js CHANGED
@@ -6,3 +6,4 @@ import "./components/image-quiz.ce.js.js";
6
6
  import "./components/image-quizzes.ce.js.js";
7
7
  import "./components/pix-carousel.ce.js.js";
8
8
  import "./components/pix-cursor.ce.js.js";
9
+ import "./components/complete-phrase.ce.js.js";
package/dist/metadata.js CHANGED
@@ -1,7 +1,7 @@
1
- const t = {
1
+ const e = {
2
2
  isInteractive: !0
3
- }, e = !0, a = {
4
- isInteractive: e
3
+ }, t = !0, a = {
4
+ isInteractive: t
5
5
  }, s = !1, i = {
6
6
  isInteractive: s
7
7
  }, c = !1, n = {
@@ -12,18 +12,21 @@ const t = {
12
12
  isInteractive: l
13
13
  }, v = !0, I = {
14
14
  isInteractive: v
15
- }, u = !0, g = {
15
+ }, u = !0, p = {
16
16
  isInteractive: u
17
- }, p = {
18
- "image-quiz": t,
17
+ }, M = !0, d = {
18
+ isInteractive: M
19
+ }, g = {
20
+ "image-quiz": e,
19
21
  "image-quizzes": a,
20
22
  "message-conversation": i,
21
23
  "llm-compare-messages": n,
22
24
  "llm-messages": o,
23
25
  "llm-prompt-select": m,
24
26
  "pix-carousel": I,
25
- "pix-cursor": g
27
+ "pix-cursor": p,
28
+ "complete-phrase": d
26
29
  };
27
30
  export {
28
- p as metadata
31
+ g as metadata
29
32
  };
@@ -0,0 +1,9 @@
1
+ import { u as t, p as s } from "./_plugin-vue_export-helper-CGpZIhKK.js";
2
+ const a = Symbol("shadowRoot");
3
+ function r() {
4
+ const o = t();
5
+ o != null && s(a, o);
6
+ }
7
+ export {
8
+ r as p
9
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1024pix/epreuves-components",
3
- "version": "0.9.6",
3
+ "version": "0.10.0",
4
4
  "description": "A collection of interactive components to be used in Pix challenges or modules",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",