@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.
- package/cdn/index.global.js +1 -1
- package/cdn/index.js +351 -342
- package/custom-elements.json +17216 -18384
- package/dist/base.d.ts +2 -2
- package/dist/base.js +1 -1
- package/dist/{chunk-FEO7D54Z.js → chunk-75ME6QG5.js} +3 -3
- package/dist/{chunk-VQAG7NSK.js → chunk-DG5TP35K.js} +2 -2
- package/dist/{chunk-IKBPPSNQ.js → chunk-G5ZUC3OT.js} +14 -2
- package/dist/{chunk-IKBPPSNQ.js.map → chunk-G5ZUC3OT.js.map} +1 -1
- package/dist/{chunk-RKXUA6D6.js → chunk-GG36UR7F.js} +2 -2
- package/dist/{chunk-DUBGJJ75.js → chunk-QUWFDFGZ.js} +3 -3
- package/dist/{chunk-BHB6PYJG.js → chunk-TORB5UN2.js} +1 -59
- package/dist/chunk-TORB5UN2.js.map +1 -0
- package/dist/{chunk-LPVYU726.js → chunk-TZMDZQFG.js} +4 -4
- package/dist/{chunk-I4NHZ6D6.js → chunk-XZY2TIZJ.js} +8404 -6413
- package/dist/chunk-XZY2TIZJ.js.map +1 -0
- package/dist/config.context-BjZ2bZSY.d.ts +42 -0
- package/dist/elements.js +3 -3
- package/dist/index.d.ts +2 -2
- package/dist/index.js +8 -8
- package/dist/{interaction-B1Pu7KOD.d.ts → interaction-Bgzlw7Iu.d.ts} +1 -1
- package/dist/interactions.d.ts +124 -13
- package/dist/interactions.js +3 -3
- package/dist/item.css +12 -0
- package/dist/item.d.ts +1 -1
- package/dist/item.js +3 -3
- package/dist/processing.js +2 -2
- package/dist/qti-components-jsx.d.ts +1169 -1126
- package/dist/test.d.ts +1 -1
- package/dist/test.js +5 -5
- package/package.json +1 -1
- package/dist/chunk-BHB6PYJG.js.map +0 -1
- package/dist/chunk-I4NHZ6D6.js.map +0 -1
- package/dist/config.context-DUz2-kxN.d.ts +0 -14
- /package/dist/{chunk-FEO7D54Z.js.map → chunk-75ME6QG5.js.map} +0 -0
- /package/dist/{chunk-VQAG7NSK.js.map → chunk-DG5TP35K.js.map} +0 -0
- /package/dist/{chunk-RKXUA6D6.js.map → chunk-GG36UR7F.js.map} +0 -0
- /package/dist/{chunk-DUBGJJ75.js.map → chunk-QUWFDFGZ.js.map} +0 -0
- /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-
|
|
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-
|
|
27
|
-
import "./chunk-
|
|
28
|
-
import "./chunk-
|
|
29
|
-
import "./chunk-
|
|
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-
|
|
31
|
+
import "./chunk-TORB5UN2.js";
|
|
32
32
|
import "./chunk-QXBXORM3.js";
|
|
33
33
|
export {
|
|
34
34
|
QtiAssessmentItemRef,
|