@citolab/qti-components 7.0.9-beta.0 → 7.0.9-beta.1

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 (42) hide show
  1. package/cdn/chunks/{chunk-GVU44M3E.js → chunk-DKMHSSEK.js} +7 -16
  2. package/cdn/chunks/{chunk-I3HQJPKA.js → chunk-EG3QNAM6.js} +76 -71
  3. package/cdn/chunks/{chunk-LCKLXCUP.js → chunk-I5J4YQIW.js} +7 -16
  4. package/cdn/index.global.js +1 -1
  5. package/cdn/index.js +1 -1
  6. package/cdn/qti-components/index.js +1 -1
  7. package/cdn/qti-item/core/index.js +1 -1
  8. package/cdn/qti-test/components/index.js +1 -1
  9. package/cdn/qti-test/components/test-container.js +1 -1
  10. package/dist/chunks/{chunk-NPHDN2TQ.js → chunk-5E4OEZCA.js} +360 -70
  11. package/dist/chunks/chunk-5E4OEZCA.js.map +1 -0
  12. package/dist/chunks/{chunk-MDWBTFKL.js → chunk-BH5H7BSS.js} +8 -17
  13. package/dist/chunks/{chunk-MDWBTFKL.js.map → chunk-BH5H7BSS.js.map} +1 -1
  14. package/dist/chunks/{chunk-6MW3J6OM.js → chunk-QGPXAPBK.js} +8 -17
  15. package/dist/chunks/{chunk-6MW3J6OM.js.map → chunk-QGPXAPBK.js.map} +1 -1
  16. package/dist/exports/item.context.d.ts +1 -1
  17. package/dist/exports/qti-assessment-item.context.d.ts +1 -1
  18. package/dist/exports/qti-condition-expression.d.ts +1 -1
  19. package/dist/exports/qti-expression.d.ts +1 -1
  20. package/dist/exports/session.context.d.ts +3 -3
  21. package/dist/exports/test.context.d.ts +1 -1
  22. package/dist/exports/variables.d.ts +1 -1
  23. package/dist/index.d.ts +4 -4
  24. package/dist/index.js +7 -3
  25. package/dist/item.css +7 -16
  26. package/dist/qti-components/index.d.ts +44 -26
  27. package/dist/qti-components/index.js +5 -1
  28. package/dist/qti-components-jsx.d.ts +32 -0
  29. package/dist/qti-item/core/index.js +1 -1
  30. package/dist/qti-loader/index.d.ts +2 -2
  31. package/dist/{qti-response-declaration-CyOeVboh.d.ts → qti-response-declaration-CESClJ3_.d.ts} +5 -1
  32. package/dist/qti-test/components/index.d.ts +3 -3
  33. package/dist/qti-test/components/index.js +1 -1
  34. package/dist/qti-test/components/test-container.js +1 -1
  35. package/dist/qti-test/components/test-navigation.d.ts +3 -3
  36. package/dist/qti-test/core/index.d.ts +4 -4
  37. package/dist/{qti-test-part-zX9tOUbA.d.ts → qti-test-part-BAM_WUTL.d.ts} +1 -1
  38. package/dist/{variables-cO3DzqJy.d.ts → variables-DNDfraER.d.ts} +14 -1
  39. package/dist/vscode.html-custom-data.json +16 -0
  40. package/package.json +1 -1
  41. package/cdn/chunks/chunk-KGVJXME7.js +0 -934
  42. package/dist/chunks/chunk-NPHDN2TQ.js.map +0 -1
@@ -3273,19 +3273,22 @@ qti-response-declaration {
3273
3273
 
3274
3274
  qti-graphic-order-interaction {
3275
3275
  & qti-hotspot-choice {
3276
+ width: 100%;
3277
+ height: 100%;
3278
+ background-color: rgb(255 255 255 / 30%);
3279
+ padding: 0;
3276
3280
 
3277
3281
  &:hover {
3278
- background-color: var(--qti-hover-bg);
3282
+ background-color: rgb(255 255 255 / 70%);
3279
3283
  }
3280
3284
 
3281
3285
  &:focus {
3282
- box-shadow: 0 0 0 var(--qti-focus-border-width) var(--qti-focus-color);
3286
+ background-color: rgb(255 255 255 / 70%);
3283
3287
  }
3284
3288
 
3285
3289
  &:state(--checked),
3286
3290
  &[aria-checked='true'] {
3287
- border-color: var(--qti-border-active);
3288
- background-color: var(--qti-bg-active);
3291
+ background-color: rgb(255 255 255 / 70%);
3289
3292
  }
3290
3293
 
3291
3294
  &[aria-readonly='true'] {
@@ -3311,18 +3314,6 @@ qti-response-declaration {
3311
3314
  &[aria-ordervalue]::after {
3312
3315
  content: attr(aria-ordervalue) !important;
3313
3316
  }
3314
-
3315
- width: 100%;
3316
-
3317
- height: 100%;
3318
-
3319
- background-color: transparent;
3320
-
3321
- padding: 0;
3322
-
3323
- border: var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);
3324
-
3325
- outline: none
3326
3317
  }
3327
3318
 
3328
3319
  &.qti-selections-light {