@citolab/qti-components 7.26.0 → 7.27.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.
Files changed (39) hide show
  1. package/cdn/index.global.js +1 -1
  2. package/cdn/index.js +351 -342
  3. package/custom-elements.json +17216 -18384
  4. package/dist/base.d.ts +2 -2
  5. package/dist/base.js +1 -1
  6. package/dist/{chunk-FEO7D54Z.js → chunk-75ME6QG5.js} +3 -3
  7. package/dist/{chunk-VQAG7NSK.js → chunk-DG5TP35K.js} +2 -2
  8. package/dist/{chunk-IKBPPSNQ.js → chunk-G5ZUC3OT.js} +14 -2
  9. package/dist/{chunk-IKBPPSNQ.js.map → chunk-G5ZUC3OT.js.map} +1 -1
  10. package/dist/{chunk-RKXUA6D6.js → chunk-GG36UR7F.js} +2 -2
  11. package/dist/{chunk-DUBGJJ75.js → chunk-QUWFDFGZ.js} +3 -3
  12. package/dist/{chunk-BHB6PYJG.js → chunk-TORB5UN2.js} +1 -59
  13. package/dist/chunk-TORB5UN2.js.map +1 -0
  14. package/dist/{chunk-LPVYU726.js → chunk-TZMDZQFG.js} +4 -4
  15. package/dist/{chunk-I4NHZ6D6.js → chunk-XZY2TIZJ.js} +8404 -6413
  16. package/dist/chunk-XZY2TIZJ.js.map +1 -0
  17. package/dist/config.context-BjZ2bZSY.d.ts +42 -0
  18. package/dist/elements.js +3 -3
  19. package/dist/index.d.ts +2 -2
  20. package/dist/index.js +8 -8
  21. package/dist/{interaction-B1Pu7KOD.d.ts → interaction-Bgzlw7Iu.d.ts} +1 -1
  22. package/dist/interactions.d.ts +124 -13
  23. package/dist/interactions.js +3 -3
  24. package/dist/item.css +12 -0
  25. package/dist/item.d.ts +1 -1
  26. package/dist/item.js +3 -3
  27. package/dist/processing.js +2 -2
  28. package/dist/qti-components-jsx.d.ts +1169 -1126
  29. package/dist/test.d.ts +1 -1
  30. package/dist/test.js +5 -5
  31. package/package.json +1 -1
  32. package/dist/chunk-BHB6PYJG.js.map +0 -1
  33. package/dist/chunk-I4NHZ6D6.js.map +0 -1
  34. package/dist/config.context-DUz2-kxN.d.ts +0 -14
  35. /package/dist/{chunk-FEO7D54Z.js.map → chunk-75ME6QG5.js.map} +0 -0
  36. /package/dist/{chunk-VQAG7NSK.js.map → chunk-DG5TP35K.js.map} +0 -0
  37. /package/dist/{chunk-RKXUA6D6.js.map → chunk-GG36UR7F.js.map} +0 -0
  38. /package/dist/{chunk-DUBGJJ75.js.map → chunk-QUWFDFGZ.js.map} +0 -0
  39. /package/dist/{chunk-LPVYU726.js.map → chunk-TZMDZQFG.js.map} +0 -0
package/dist/test.d.ts CHANGED
@@ -5,7 +5,7 @@ import { TemplateFunction } from '@heximal/templates';
5
5
  import { T as TestContext } from './test.context-CByZZjkR.js';
6
6
  import { g as VariableValue, b as OutcomeVariable, V as VariableDeclaration } from './variables-CMYcDbyW.js';
7
7
  import { S as SessionContext, C as ComputedContext, a as ComputedItem, V as View } from './computed.context-DHbxad0N.js';
8
- import { C as ConfigContext } from './config.context-DUz2-kxN.js';
8
+ import { C as ConfigContext } from './config.context-BjZ2bZSY.js';
9
9
  import { Q as QtiContext } from './qti.context-B8PSyIWm.js';
10
10
  import { t as transformItemApi, b as transformTestApi } from './qti-transform-test-C2fL4PtU.js';
11
11
  import './item.context-CkUeDcaO.js';
package/dist/test.js CHANGED
@@ -23,12 +23,12 @@ import {
23
23
  TestStamp,
24
24
  TestView,
25
25
  TestViewToggle
26
- } from "./chunk-LPVYU726.js";
27
- import "./chunk-DUBGJJ75.js";
28
- import "./chunk-VQAG7NSK.js";
29
- import "./chunk-IKBPPSNQ.js";
26
+ } from "./chunk-TZMDZQFG.js";
27
+ import "./chunk-QUWFDFGZ.js";
28
+ import "./chunk-DG5TP35K.js";
29
+ import "./chunk-G5ZUC3OT.js";
30
30
  import "./chunk-K7HR6ZAY.js";
31
- import "./chunk-BHB6PYJG.js";
31
+ import "./chunk-TORB5UN2.js";
32
32
  import "./chunk-QXBXORM3.js";
33
33
  export {
34
34
  QtiAssessmentItemRef,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@citolab/qti-components",
3
3
  "description": "QTI component utilities",
4
- "version": "7.26.0",
4
+ "version": "7.27.0",
5
5
  "author": "",
6
6
  "customElements": "custom-elements.json",
7
7
  "dependencies": {