@citolab/qti-components 7.17.0 → 7.17.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.
package/dist/item.css CHANGED
@@ -1818,8 +1818,6 @@
1818
1818
  text-orientation: upright;
1819
1819
  }
1820
1820
 
1821
- /* stylelint-disable number-max-precision */
1822
-
1823
1821
  @layer qti-base {
1824
1822
  .qti-layout-row {
1825
1823
  display: flex;
@@ -2112,7 +2110,6 @@ qti-response-declaration {
2112
2110
  }
2113
2111
  }
2114
2112
 
2115
- /* stylelint-disable-next-line no-descending-specificity */
2116
2113
  & qti-simple-choice {
2117
2114
  width: -moz-fit-content;
2118
2115
  width: fit-content;
@@ -2121,7 +2118,6 @@ qti-response-declaration {
2121
2118
  /* Keep the checkmark for non-hidden input controls */
2122
2119
  &:state(correct-response),
2123
2120
  &[data-correct-response='true'] {
2124
- /* stylelint-disable-next-line no-descending-specificity */
2125
2121
  &::after {
2126
2122
  content: '\02714';
2127
2123
  color: var(--qti-correct);
@@ -2367,7 +2363,7 @@ qti-response-declaration {
2367
2363
  &:focus {
2368
2364
  box-shadow: 0 0 0 var(--qti-focus-border-width) var(--qti-focus-color);
2369
2365
  }
2370
-
2366
+
2371
2367
  &:state(candidate-correct) {
2372
2368
  background-color: var(--qti-correct);
2373
2369
  }
package/dist/item.js CHANGED
@@ -5,8 +5,8 @@ import {
5
5
  ItemShowCandidateCorrection,
6
6
  ItemShowCorrectResponse,
7
7
  QtiItem
8
- } from "./chunk-2DOYPVF5.js";
9
- import "./chunk-W4SQRNWO.js";
8
+ } from "./chunk-LAMJZ533.js";
9
+ import "./chunk-3PDF4K62.js";
10
10
  import "./chunk-F44CI35W.js";
11
11
  import "./chunk-2ZEJ3RR5.js";
12
12
  import "./chunk-INKI27D5.js";