@citolab/qti-components 6.9.1-beta.53 → 6.9.1-beta.55

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 (2) hide show
  1. package/dist/item.css +2 -2
  2. package/package.json +1 -1
package/dist/item.css CHANGED
@@ -2466,7 +2466,7 @@ qti-response-declaration {
2466
2466
  display: none;
2467
2467
  }
2468
2468
 
2469
- :state(--checked) {
2469
+ &:state(--checked) {
2470
2470
  border-color: var(--qti-bg-primary);
2471
2471
  background-color: var(--qti-primary-light);
2472
2472
  }
@@ -2516,7 +2516,7 @@ qti-response-declaration {
2516
2516
  display: none;
2517
2517
  }
2518
2518
 
2519
- :state(--checked) {
2519
+ &:state(--checked) {
2520
2520
  background-color: var(--qti-primary-light); /* bg-blue-200 */
2521
2521
  }
2522
2522
 
package/package.json CHANGED
@@ -21,7 +21,7 @@
21
21
  "engines": {
22
22
  "node": ">=20.0.0"
23
23
  },
24
- "version": "6.9.1-beta.53",
24
+ "version": "6.9.1-beta.55",
25
25
  "type": "module",
26
26
  "exports": {
27
27
  "./qti-components": "./dist/qti-components/index.js",