@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/cdn/index.global.js +1 -1
- package/cdn/index.js +14 -18
- package/custom-elements.json +21 -1627
- package/dist/{chunk-O4XIWHTF.js → chunk-3IHVFNP6.js} +5 -8
- package/dist/chunk-3IHVFNP6.js.map +1 -0
- package/dist/{chunk-W4SQRNWO.js → chunk-3PDF4K62.js} +2 -6
- package/dist/{chunk-W4SQRNWO.js.map → chunk-3PDF4K62.js.map} +1 -1
- package/dist/{chunk-352OTVTY.js → chunk-ERONHL4R.js} +35 -23
- package/dist/chunk-ERONHL4R.js.map +1 -0
- package/dist/{chunk-2DOYPVF5.js → chunk-LAMJZ533.js} +2 -2
- package/dist/elements.js +1 -1
- package/dist/index.js +4 -4
- package/dist/item.css +1 -5
- package/dist/item.js +2 -2
- package/dist/qti-components-jsx.d.ts +1173 -1173
- package/dist/test.d.ts +21 -21
- package/dist/test.js +3 -3
- package/package.json +2 -2
- package/dist/chunk-352OTVTY.js.map +0 -1
- package/dist/chunk-O4XIWHTF.js.map +0 -1
- package/dist/vscode.css-custom-data.json +0 -11
- package/dist/vscode.html-custom-data.json +0 -960
- /package/dist/{chunk-2DOYPVF5.js.map → chunk-LAMJZ533.js.map} +0 -0
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-
|
|
9
|
-
import "./chunk-
|
|
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";
|