@citolab/qti-components 7.14.1 → 7.14.3

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 (30) hide show
  1. package/cdn/index.global.js +1 -1
  2. package/cdn/index.js +86 -78
  3. package/custom-elements.json +427 -5
  4. package/dist/chunks/{chunk-YD7FVKDP.js → chunk-AGV5GOTF.js} +3 -5
  5. package/dist/chunks/chunk-AGV5GOTF.js.map +1 -0
  6. package/dist/chunks/{chunk-TISKSGJE.js → chunk-C4ELTNV7.js} +77 -18
  7. package/dist/chunks/chunk-C4ELTNV7.js.map +1 -0
  8. package/dist/chunks/{chunk-7567ZPN6.js → chunk-DGBI4IU5.js} +2 -2
  9. package/dist/chunks/{chunk-XEKFVRIO.js → chunk-E4GR4K26.js} +3 -4
  10. package/dist/chunks/{chunk-XEKFVRIO.js.map → chunk-E4GR4K26.js.map} +1 -1
  11. package/dist/chunks/{chunk-PT5ASWGQ.js → chunk-TN75CWLX.js} +9 -1
  12. package/dist/chunks/{chunk-PT5ASWGQ.js.map → chunk-TN75CWLX.js.map} +1 -1
  13. package/dist/exports/qti-test.d.ts +2 -2
  14. package/dist/index.d.ts +2 -3
  15. package/dist/index.js +16 -14
  16. package/dist/index.js.map +1 -1
  17. package/dist/item.css +8 -0
  18. package/dist/qti-components/index.d.ts +5 -3
  19. package/dist/qti-components/index.js +4 -2
  20. package/dist/qti-components-jsx.d.ts +23 -22
  21. package/dist/qti-item/index.js +2 -2
  22. package/dist/{qti-modal-feedback-PKbhO-3w.d.ts → qti-modal-feedback-Cp3CHVKw.d.ts} +1 -1
  23. package/dist/qti-test/index.d.ts +5 -6
  24. package/dist/qti-test/index.js +3 -3
  25. package/dist/{qti-test-Db7oNIWY.d.ts → qti-test-mmY8zNIj.d.ts} +1 -1
  26. package/dist/vscode.html-custom-data.json +7 -7
  27. package/package.json +10 -10
  28. package/dist/chunks/chunk-TISKSGJE.js.map +0 -1
  29. package/dist/chunks/chunk-YD7FVKDP.js.map +0 -1
  30. /package/dist/chunks/{chunk-7567ZPN6.js.map → chunk-DGBI4IU5.js.map} +0 -0
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  item_default
3
- } from "./chunk-PT5ASWGQ.js";
3
+ } from "./chunk-TN75CWLX.js";
4
4
  import {
5
5
  watch
6
6
  } from "./chunk-ELDMXTUQ.js";
@@ -362,4 +362,4 @@ export {
362
362
  ItemShowCorrectResponse,
363
363
  QtiItem
364
364
  };
365
- //# sourceMappingURL=chunk-7567ZPN6.js.map
365
+ //# sourceMappingURL=chunk-DGBI4IU5.js.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  QtiModalFeedback
3
- } from "./chunk-YD7FVKDP.js";
3
+ } from "./chunk-AGV5GOTF.js";
4
4
  import {
5
5
  item_default
6
- } from "./chunk-PT5ASWGQ.js";
6
+ } from "./chunk-TN75CWLX.js";
7
7
  import {
8
8
  watch
9
9
  } from "./chunk-ELDMXTUQ.js";
@@ -248,7 +248,6 @@ var TestNavigationMixin = (superClass) => {
248
248
  const allStimulusLoaded = this._loadingState.loadedStimulus >= this._loadingState.expectedStimulus;
249
249
  if (allItemsConnected && allStimulusLoaded && !this._loadingState.isComplete) {
250
250
  this._loadingState.isComplete = true;
251
- console.info("Loading complete:", this._loadingState);
252
251
  }
253
252
  }
254
253
  /**
@@ -2289,4 +2288,4 @@ export {
2289
2288
  TestScoringFeedback,
2290
2289
  TestCheckItem
2291
2290
  };
2292
- //# sourceMappingURL=chunk-XEKFVRIO.js.map
2291
+ //# sourceMappingURL=chunk-E4GR4K26.js.map