@citolab/qti-components 7.8.1 → 7.10.0

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/index.js CHANGED
@@ -95,13 +95,13 @@ import {
95
95
  QtiVariable,
96
96
  qtiAndMixin,
97
97
  qtiSubtractMixin
98
- } from "./chunks/chunk-7YO5JFT3.js";
98
+ } from "./chunks/chunk-TWFYYDV7.js";
99
99
  import {
100
100
  ItemContainer,
101
101
  ItemShowCorrectResponse,
102
102
  PrintItemVariables,
103
103
  QtiItem
104
- } from "./chunks/chunk-4QSZJYSB.js";
104
+ } from "./chunks/chunk-IHE5M7QU.js";
105
105
  import {
106
106
  QtiAssessmentItemRef,
107
107
  QtiAssessmentSection,
@@ -127,7 +127,7 @@ import {
127
127
  TestStamp,
128
128
  TestView,
129
129
  TestViewToggle
130
- } from "./chunks/chunk-B7XX75Z3.js";
130
+ } from "./chunks/chunk-YX2ZXXR5.js";
131
131
  import {
132
132
  QtiModalFeedback
133
133
  } from "./chunks/chunk-YD7FVKDP.js";
@@ -144,11 +144,213 @@ import {
144
144
  } from "./chunks/chunk-CJADUWEC.js";
145
145
  import "./chunks/chunk-4OGJBG35.js";
146
146
  import "./chunks/chunk-DVQQ7I6Y.js";
147
- import "./chunks/chunk-HFAUM56X.js";
147
+ import "./chunks/chunk-P4QBOVQ2.js";
148
148
  import "./chunks/chunk-NJNQOQUU.js";
149
- import "./chunks/chunk-ERYHQVOT.js";
149
+ import "./chunks/chunk-BHJSX3Q6.js";
150
150
  import "./chunks/chunk-JQ6HWGRY.js";
151
151
  import "./chunks/chunk-H2JE6IVU.js";
152
+
153
+ // package.json
154
+ var package_default = {
155
+ name: "@citolab/qti-components",
156
+ repository: {
157
+ type: "git",
158
+ url: "git+https://github.com/Citolab/qti-components.git"
159
+ },
160
+ description: "QTI webcomponents",
161
+ author: {
162
+ name: "Patrick de Klein"
163
+ },
164
+ contributors: [
165
+ {
166
+ name: "Sander Looise"
167
+ },
168
+ {
169
+ name: "Marcel Hoekstra"
170
+ }
171
+ ],
172
+ license: "GPLv3",
173
+ private: false,
174
+ engines: {
175
+ node: ">=22.0.0"
176
+ },
177
+ version: "7.10.0",
178
+ type: "module",
179
+ main: "./dist/index.js",
180
+ types: "./dist/index.d.ts",
181
+ sideEffects: true,
182
+ exports: {
183
+ ".": {
184
+ types: "./dist/index.d.ts",
185
+ import: "./dist/index.js"
186
+ },
187
+ "./exports/*": {
188
+ import: "./dist/exports/*"
189
+ },
190
+ "./qti-components": {
191
+ types: "./dist/qti-components/index.d.ts",
192
+ import: "./dist/qti-components/index.js"
193
+ },
194
+ "./qti-item": {
195
+ types: "./dist/qti-item/index.d.ts",
196
+ import: "./dist/qti-item/index.js"
197
+ },
198
+ "./qti-test": {
199
+ types: "./dist/qti-test/index.d.ts",
200
+ import: "./dist/qti-test/index.js"
201
+ },
202
+ "./qti-loader": {
203
+ types: "./dist/qti-loader/index.d.ts",
204
+ import: "./dist/qti-loader/index.js"
205
+ },
206
+ "./qti-transformers": {
207
+ types: "./dist/qti-transformers/index.d.ts",
208
+ import: "./dist/qti-transformers/index.js"
209
+ },
210
+ "./customElements": "./custom-elements.json",
211
+ "./react": "./dist/qti-components-jsx.d.ts",
212
+ "./item.css": "./dist/item.css",
213
+ "./cdn/*": "./cdn/*",
214
+ "./package.json": "./package.json"
215
+ },
216
+ files: [
217
+ "dist",
218
+ "cdn",
219
+ "custom-elements.json"
220
+ ],
221
+ scripts: {
222
+ storybook: "run-p storybook:dev cem:watch",
223
+ watch: 'nodemon --watch src --ext ts,css --exec "run-s tsup cem css && yalc push"',
224
+ "-----------------------cmds--": "-",
225
+ "pre-commit": "run-s lint stylelint madge",
226
+ "commit-msg": "commitlint --edit",
227
+ "build-storybook": "npm run cem && storybook build",
228
+ "-----------------------scripts--": "-",
229
+ build: "run-p cem css tsup",
230
+ "storybook:dev": "storybook dev -p 6006",
231
+ cem: "cem analyze",
232
+ "cem:watch": "cem analyze --watch",
233
+ css: "postcss src/item.css -d dist -m",
234
+ ci: "npm ci",
235
+ tsup: "tsup",
236
+ publint: "publint",
237
+ lint: "eslint src/**/*.ts",
238
+ stylelint: 'stylelint "src/**/*.css"',
239
+ test: "vitest run",
240
+ attw: "attw --profile esm-only --pack --exclude-entrypoints ./item.css ./react",
241
+ chromatic: "node chromatic-runner.cjs",
242
+ clean: "rm -rf dist cdn",
243
+ madge: "madge --circular --extensions ts src",
244
+ commitlint: "commitlint --edit",
245
+ "-----------------------npm--": "-",
246
+ prepare: "husky"
247
+ },
248
+ peerDependencies: {
249
+ "@heximal/templates": "^0.1.5",
250
+ "@lit/context": "^1.1.3",
251
+ lit: "^3.2.1"
252
+ },
253
+ devDependencies: {
254
+ "@arethetypeswrong/cli": "^0.18.2",
255
+ "@chromatic-com/storybook": "^4.1.1",
256
+ "@commitlint/cli": "^19.8.1",
257
+ "@commitlint/config-conventional": "^19.8.1",
258
+ "@custom-elements-manifest/analyzer": "^0.10.4",
259
+ "@eslint/js": "^9.29.0",
260
+ "@heximal/templates": "0.1.5",
261
+ "@lit/context": "^1.1.5",
262
+ "@open-wc/lit-helpers": "^0.7.0",
263
+ "@storybook/addon-a11y": "^9.1.5",
264
+ "@storybook/addon-docs": "^9.1.5",
265
+ "@storybook/addon-links": "^9.1.5",
266
+ "@storybook/addon-themes": "^9.1.5",
267
+ "@storybook/addon-vitest": "^9.1.5",
268
+ "@storybook/web-components-vite": "^9.1.5",
269
+ "@swc/core": "^1.12.1",
270
+ "@testing-library/dom": "^10.4.0",
271
+ "@types/dom-view-transitions": "^1.0.6",
272
+ "@types/node": "^24.0.3",
273
+ "@vitest/browser": "^3.2.4",
274
+ "@vitest/coverage-v8": "^3.2.4",
275
+ "@vitest/ui": "^3.2.4",
276
+ "@wc-toolkit/cem-inheritance": "^1.1.0",
277
+ "@wc-toolkit/cem-sorter": "^1.0.1",
278
+ "@wc-toolkit/cem-utilities": "^1.3.0",
279
+ "@wc-toolkit/changelog": "^1.0.1",
280
+ "@wc-toolkit/jsx-types": "^1.2.2",
281
+ "@wc-toolkit/storybook-helpers": "^9.0.0",
282
+ "@wc-toolkit/type-parser": "^1.1.0",
283
+ autoprefixer: "^10.4.21",
284
+ chromatic: "^13.0.0",
285
+ "custom-element-vs-code-integration": "^1.5.0",
286
+ "custom-elements-manifest-deprecator": "^1.2.0",
287
+ dotenv: "^16.5.0",
288
+ eslint: "^9.29.0",
289
+ "eslint-import-resolver-typescript": "^4.4.3",
290
+ "eslint-plugin-import": "^2.31.0",
291
+ "eslint-plugin-lit": "^2.1.1",
292
+ "eslint-plugin-lit-a11y": "^5.0.1",
293
+ "eslint-plugin-react": "^7.37.5",
294
+ "eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
295
+ "eslint-plugin-storybook": "^9.1.5",
296
+ "eslint-plugin-wc": "^3.0.1",
297
+ "fast-xml-parser": "^5.2.5",
298
+ globals: "^16.2.0",
299
+ globby: "^14.1.0",
300
+ husky: "^9.1.7",
301
+ lit: "^3.3.0",
302
+ madge: "^8.0.0",
303
+ nodemon: "^3.1.10",
304
+ "npm-run-all": "^4.1.5",
305
+ "path-browserify": "^1.0.1",
306
+ "pkg-pr-new": "^0.0.51",
307
+ playwright: "^1.53.0",
308
+ postcss: "^8.5.6",
309
+ "postcss-class-apply": "^4.0.1",
310
+ "postcss-cli": "^11.0.1",
311
+ "postcss-import": "^16.1.1",
312
+ "postcss-nesting": "^13.0.2",
313
+ prettier: "3.5.3",
314
+ "prettier-v2": "npm:prettier@2.8.8",
315
+ publint: "^0.3.12",
316
+ "remark-gfm": "^4.0.1",
317
+ "shadow-dom-testing-library": "^1.12.0",
318
+ storybook: "^9.1.5",
319
+ "storybook-addon-tag-badges": "^2.0.1",
320
+ stylelint: "^16.20.0",
321
+ "stylelint-config-standard": "^38.0.0",
322
+ "stylelint-prettier": "^5.0.3",
323
+ tsup: "^8.5.0",
324
+ typescript: "^5.8.3",
325
+ "typescript-eslint": "^8.34.1",
326
+ vite: "^6.3.5",
327
+ "vite-tsconfig-paths": "^5.1.4",
328
+ vitest: "^3.2.4",
329
+ yalc: "^1.0.0-pre.53"
330
+ },
331
+ optionalDependencies: {
332
+ "@rollup/rollup-linux-x64-gnu": "^4.43.0"
333
+ },
334
+ customElements: "custom-elements.json",
335
+ bugs: {
336
+ url: "https://github.com/Citolab/qti-components/issues"
337
+ },
338
+ homepage: "https://github.com/Citolab/qti-components#readme",
339
+ overrides: {
340
+ storybook: "$storybook"
341
+ }
342
+ };
343
+
344
+ // src/lib/index.ts
345
+ console.info(
346
+ "%cC\xBFTO%cLab%c: qti-components v%c%s%c loaded",
347
+ 'font-family: "PT Sans", font-weight:bold; color:green; font-size: smaller;vertical-align: sub',
348
+ "font-weight:bold; color:green",
349
+ "font-weight:unset",
350
+ "font-weight:bold; color:#2563eb",
351
+ package_default.version,
352
+ "font-weight:unset"
353
+ );
152
354
  export {
153
355
  INITIAL_TEST_CONTEXT,
154
356
  ItemContainer,
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
1
+ {"version":3,"sources":["../package.json","../src/lib/index.ts"],"sourcesContent":["{\n \"name\": \"@citolab/qti-components\",\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"git+https://github.com/Citolab/qti-components.git\"\n },\n \"description\": \"QTI webcomponents\",\n \"author\": {\n \"name\": \"Patrick de Klein\"\n },\n \"contributors\": [\n {\n \"name\": \"Sander Looise\"\n },\n {\n \"name\": \"Marcel Hoekstra\"\n }\n ],\n \"license\": \"GPLv3\",\n \"private\": false,\n \"engines\": {\n \"node\": \">=22.0.0\"\n },\n \"version\": \"7.10.0\",\n \"type\": \"module\",\n \"main\": \"./dist/index.js\",\n \"types\": \"./dist/index.d.ts\",\n \"sideEffects\": true,\n \"exports\": {\n \".\": {\n \"types\": \"./dist/index.d.ts\",\n \"import\": \"./dist/index.js\"\n },\n \"./exports/*\": {\n \"import\": \"./dist/exports/*\"\n },\n \"./qti-components\": {\n \"types\": \"./dist/qti-components/index.d.ts\",\n \"import\": \"./dist/qti-components/index.js\"\n },\n \"./qti-item\": {\n \"types\": \"./dist/qti-item/index.d.ts\",\n \"import\": \"./dist/qti-item/index.js\"\n },\n \"./qti-test\": {\n \"types\": \"./dist/qti-test/index.d.ts\",\n \"import\": \"./dist/qti-test/index.js\"\n },\n \"./qti-loader\": {\n \"types\": \"./dist/qti-loader/index.d.ts\",\n \"import\": \"./dist/qti-loader/index.js\"\n },\n \"./qti-transformers\": {\n \"types\": \"./dist/qti-transformers/index.d.ts\",\n \"import\": \"./dist/qti-transformers/index.js\"\n },\n \"./customElements\": \"./custom-elements.json\",\n \"./react\": \"./dist/qti-components-jsx.d.ts\",\n \"./item.css\": \"./dist/item.css\",\n \"./cdn/*\": \"./cdn/*\",\n \"./package.json\": \"./package.json\"\n },\n \"files\": [\n \"dist\",\n \"cdn\",\n \"custom-elements.json\"\n ],\n \"scripts\": {\n \"storybook\": \"run-p storybook:dev cem:watch\",\n \"watch\": \"nodemon --watch src --ext ts,css --exec \\\"run-s tsup cem css && yalc push\\\"\",\n \"-----------------------cmds--\": \"-\",\n \"pre-commit\": \"run-s lint stylelint madge\",\n \"commit-msg\": \"commitlint --edit\",\n \"build-storybook\": \"npm run cem && storybook build\",\n \"-----------------------scripts--\": \"-\",\n \"build\": \"run-p cem css tsup\",\n \"storybook:dev\": \"storybook dev -p 6006\",\n \"cem\": \"cem analyze\",\n \"cem:watch\": \"cem analyze --watch\",\n \"css\": \"postcss src/item.css -d dist -m\",\n \"ci\": \"npm ci\",\n \"tsup\": \"tsup\",\n \"publint\": \"publint\",\n \"lint\": \"eslint src/**/*.ts\",\n \"stylelint\": \"stylelint \\\"src/**/*.css\\\"\",\n \"test\": \"vitest run\",\n \"attw\": \"attw --profile esm-only --pack --exclude-entrypoints ./item.css ./react\",\n \"chromatic\": \"node chromatic-runner.cjs\",\n \"clean\": \"rm -rf dist cdn\",\n \"madge\": \"madge --circular --extensions ts src\",\n \"commitlint\": \"commitlint --edit\",\n \"-----------------------npm--\": \"-\",\n \"prepare\": \"husky\"\n },\n \"peerDependencies\": {\n \"@heximal/templates\": \"^0.1.5\",\n \"@lit/context\": \"^1.1.3\",\n \"lit\": \"^3.2.1\"\n },\n \"devDependencies\": {\n \"@arethetypeswrong/cli\": \"^0.18.2\",\n \"@chromatic-com/storybook\": \"^4.1.1\",\n \"@commitlint/cli\": \"^19.8.1\",\n \"@commitlint/config-conventional\": \"^19.8.1\",\n \"@custom-elements-manifest/analyzer\": \"^0.10.4\",\n \"@eslint/js\": \"^9.29.0\",\n \"@heximal/templates\": \"0.1.5\",\n \"@lit/context\": \"^1.1.5\",\n \"@open-wc/lit-helpers\": \"^0.7.0\",\n \"@storybook/addon-a11y\": \"^9.1.5\",\n \"@storybook/addon-docs\": \"^9.1.5\",\n \"@storybook/addon-links\": \"^9.1.5\",\n \"@storybook/addon-themes\": \"^9.1.5\",\n \"@storybook/addon-vitest\": \"^9.1.5\",\n \"@storybook/web-components-vite\": \"^9.1.5\",\n \"@swc/core\": \"^1.12.1\",\n \"@testing-library/dom\": \"^10.4.0\",\n \"@types/dom-view-transitions\": \"^1.0.6\",\n \"@types/node\": \"^24.0.3\",\n \"@vitest/browser\": \"^3.2.4\",\n \"@vitest/coverage-v8\": \"^3.2.4\",\n \"@vitest/ui\": \"^3.2.4\",\n \"@wc-toolkit/cem-inheritance\": \"^1.1.0\",\n \"@wc-toolkit/cem-sorter\": \"^1.0.1\",\n \"@wc-toolkit/cem-utilities\": \"^1.3.0\",\n \"@wc-toolkit/changelog\": \"^1.0.1\",\n \"@wc-toolkit/jsx-types\": \"^1.2.2\",\n \"@wc-toolkit/storybook-helpers\": \"^9.0.0\",\n \"@wc-toolkit/type-parser\": \"^1.1.0\",\n \"autoprefixer\": \"^10.4.21\",\n \"chromatic\": \"^13.0.0\",\n \"custom-element-vs-code-integration\": \"^1.5.0\",\n \"custom-elements-manifest-deprecator\": \"^1.2.0\",\n \"dotenv\": \"^16.5.0\",\n \"eslint\": \"^9.29.0\",\n \"eslint-import-resolver-typescript\": \"^4.4.3\",\n \"eslint-plugin-import\": \"^2.31.0\",\n \"eslint-plugin-lit\": \"^2.1.1\",\n \"eslint-plugin-lit-a11y\": \"^5.0.1\",\n \"eslint-plugin-react\": \"^7.37.5\",\n \"eslint-plugin-sort-imports-es6-autofix\": \"^0.6.0\",\n \"eslint-plugin-storybook\": \"^9.1.5\",\n \"eslint-plugin-wc\": \"^3.0.1\",\n \"fast-xml-parser\": \"^5.2.5\",\n \"globals\": \"^16.2.0\",\n \"globby\": \"^14.1.0\",\n \"husky\": \"^9.1.7\",\n \"lit\": \"^3.3.0\",\n \"madge\": \"^8.0.0\",\n \"nodemon\": \"^3.1.10\",\n \"npm-run-all\": \"^4.1.5\",\n \"path-browserify\": \"^1.0.1\",\n \"pkg-pr-new\": \"^0.0.51\",\n \"playwright\": \"^1.53.0\",\n \"postcss\": \"^8.5.6\",\n \"postcss-class-apply\": \"^4.0.1\",\n \"postcss-cli\": \"^11.0.1\",\n \"postcss-import\": \"^16.1.1\",\n \"postcss-nesting\": \"^13.0.2\",\n \"prettier\": \"3.5.3\",\n \"prettier-v2\": \"npm:prettier@2.8.8\",\n \"publint\": \"^0.3.12\",\n \"remark-gfm\": \"^4.0.1\",\n \"shadow-dom-testing-library\": \"^1.12.0\",\n \"storybook\": \"^9.1.5\",\n \"storybook-addon-tag-badges\": \"^2.0.1\",\n \"stylelint\": \"^16.20.0\",\n \"stylelint-config-standard\": \"^38.0.0\",\n \"stylelint-prettier\": \"^5.0.3\",\n \"tsup\": \"^8.5.0\",\n \"typescript\": \"^5.8.3\",\n \"typescript-eslint\": \"^8.34.1\",\n \"vite\": \"^6.3.5\",\n \"vite-tsconfig-paths\": \"^5.1.4\",\n \"vitest\": \"^3.2.4\",\n \"yalc\": \"^1.0.0-pre.53\"\n },\n \"optionalDependencies\": {\n \"@rollup/rollup-linux-x64-gnu\": \"^4.43.0\"\n },\n \"customElements\": \"custom-elements.json\",\n \"bugs\": {\n \"url\": \"https://github.com/Citolab/qti-components/issues\"\n },\n \"homepage\": \"https://github.com/Citolab/qti-components#readme\",\n \"overrides\": {\n \"storybook\": \"$storybook\"\n }\n}\n","export * from './qti-components';\nexport * from './qti-test';\nexport * from './qti-item';\n\n// Import version from package.json\nimport packageJson from '../../package.json' assert { type: 'json' };\n\nconsole.info(\n '%cC¿TO%cLab%c: qti-components v%c%s%c loaded',\n 'font-family: \"PT Sans\", font-weight:bold; color:green; font-size: smaller;vertical-align: sub',\n 'font-weight:bold; color:green',\n 'font-weight:unset',\n 'font-weight:bold; color:#2563eb',\n packageJson.version,\n 'font-weight:unset'\n);\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA,EACE,MAAQ;AAAA,EACR,YAAc;AAAA,IACZ,MAAQ;AAAA,IACR,KAAO;AAAA,EACT;AAAA,EACA,aAAe;AAAA,EACf,QAAU;AAAA,IACR,MAAQ;AAAA,EACV;AAAA,EACA,cAAgB;AAAA,IACd;AAAA,MACE,MAAQ;AAAA,IACV;AAAA,IACA;AAAA,MACE,MAAQ;AAAA,IACV;AAAA,EACF;AAAA,EACA,SAAW;AAAA,EACX,SAAW;AAAA,EACX,SAAW;AAAA,IACT,MAAQ;AAAA,EACV;AAAA,EACA,SAAW;AAAA,EACX,MAAQ;AAAA,EACR,MAAQ;AAAA,EACR,OAAS;AAAA,EACT,aAAe;AAAA,EACf,SAAW;AAAA,IACT,KAAK;AAAA,MACH,OAAS;AAAA,MACT,QAAU;AAAA,IACZ;AAAA,IACA,eAAe;AAAA,MACb,QAAU;AAAA,IACZ;AAAA,IACA,oBAAoB;AAAA,MAClB,OAAS;AAAA,MACT,QAAU;AAAA,IACZ;AAAA,IACA,cAAc;AAAA,MACZ,OAAS;AAAA,MACT,QAAU;AAAA,IACZ;AAAA,IACA,cAAc;AAAA,MACZ,OAAS;AAAA,MACT,QAAU;AAAA,IACZ;AAAA,IACA,gBAAgB;AAAA,MACd,OAAS;AAAA,MACT,QAAU;AAAA,IACZ;AAAA,IACA,sBAAsB;AAAA,MACpB,OAAS;AAAA,MACT,QAAU;AAAA,IACZ;AAAA,IACA,oBAAoB;AAAA,IACpB,WAAW;AAAA,IACX,cAAc;AAAA,IACd,WAAW;AAAA,IACX,kBAAkB;AAAA,EACpB;AAAA,EACA,OAAS;AAAA,IACP;AAAA,IACA;AAAA,IACA;AAAA,EACF;AAAA,EACA,SAAW;AAAA,IACT,WAAa;AAAA,IACb,OAAS;AAAA,IACT,iCAAiC;AAAA,IACjC,cAAc;AAAA,IACd,cAAc;AAAA,IACd,mBAAmB;AAAA,IACnB,oCAAoC;AAAA,IACpC,OAAS;AAAA,IACT,iBAAiB;AAAA,IACjB,KAAO;AAAA,IACP,aAAa;AAAA,IACb,KAAO;AAAA,IACP,IAAM;AAAA,IACN,MAAQ;AAAA,IACR,SAAW;AAAA,IACX,MAAQ;AAAA,IACR,WAAa;AAAA,IACb,MAAQ;AAAA,IACR,MAAQ;AAAA,IACR,WAAa;AAAA,IACb,OAAS;AAAA,IACT,OAAS;AAAA,IACT,YAAc;AAAA,IACd,gCAAgC;AAAA,IAChC,SAAW;AAAA,EACb;AAAA,EACA,kBAAoB;AAAA,IAClB,sBAAsB;AAAA,IACtB,gBAAgB;AAAA,IAChB,KAAO;AAAA,EACT;AAAA,EACA,iBAAmB;AAAA,IACjB,yBAAyB;AAAA,IACzB,4BAA4B;AAAA,IAC5B,mBAAmB;AAAA,IACnB,mCAAmC;AAAA,IACnC,sCAAsC;AAAA,IACtC,cAAc;AAAA,IACd,sBAAsB;AAAA,IACtB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,IACxB,yBAAyB;AAAA,IACzB,yBAAyB;AAAA,IACzB,0BAA0B;AAAA,IAC1B,2BAA2B;AAAA,IAC3B,2BAA2B;AAAA,IAC3B,kCAAkC;AAAA,IAClC,aAAa;AAAA,IACb,wBAAwB;AAAA,IACxB,+BAA+B;AAAA,IAC/B,eAAe;AAAA,IACf,mBAAmB;AAAA,IACnB,uBAAuB;AAAA,IACvB,cAAc;AAAA,IACd,+BAA+B;AAAA,IAC/B,0BAA0B;AAAA,IAC1B,6BAA6B;AAAA,IAC7B,yBAAyB;AAAA,IACzB,yBAAyB;AAAA,IACzB,iCAAiC;AAAA,IACjC,2BAA2B;AAAA,IAC3B,cAAgB;AAAA,IAChB,WAAa;AAAA,IACb,sCAAsC;AAAA,IACtC,uCAAuC;AAAA,IACvC,QAAU;AAAA,IACV,QAAU;AAAA,IACV,qCAAqC;AAAA,IACrC,wBAAwB;AAAA,IACxB,qBAAqB;AAAA,IACrB,0BAA0B;AAAA,IAC1B,uBAAuB;AAAA,IACvB,0CAA0C;AAAA,IAC1C,2BAA2B;AAAA,IAC3B,oBAAoB;AAAA,IACpB,mBAAmB;AAAA,IACnB,SAAW;AAAA,IACX,QAAU;AAAA,IACV,OAAS;AAAA,IACT,KAAO;AAAA,IACP,OAAS;AAAA,IACT,SAAW;AAAA,IACX,eAAe;AAAA,IACf,mBAAmB;AAAA,IACnB,cAAc;AAAA,IACd,YAAc;AAAA,IACd,SAAW;AAAA,IACX,uBAAuB;AAAA,IACvB,eAAe;AAAA,IACf,kBAAkB;AAAA,IAClB,mBAAmB;AAAA,IACnB,UAAY;AAAA,IACZ,eAAe;AAAA,IACf,SAAW;AAAA,IACX,cAAc;AAAA,IACd,8BAA8B;AAAA,IAC9B,WAAa;AAAA,IACb,8BAA8B;AAAA,IAC9B,WAAa;AAAA,IACb,6BAA6B;AAAA,IAC7B,sBAAsB;AAAA,IACtB,MAAQ;AAAA,IACR,YAAc;AAAA,IACd,qBAAqB;AAAA,IACrB,MAAQ;AAAA,IACR,uBAAuB;AAAA,IACvB,QAAU;AAAA,IACV,MAAQ;AAAA,EACV;AAAA,EACA,sBAAwB;AAAA,IACtB,gCAAgC;AAAA,EAClC;AAAA,EACA,gBAAkB;AAAA,EAClB,MAAQ;AAAA,IACN,KAAO;AAAA,EACT;AAAA,EACA,UAAY;AAAA,EACZ,WAAa;AAAA,IACX,WAAa;AAAA,EACf;AACF;;;ACrLA,QAAQ;AAAA,EACN;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA,gBAAY;AAAA,EACZ;AACF;","names":[]}
@@ -95,7 +95,7 @@ import {
95
95
  QtiVariable,
96
96
  qtiAndMixin,
97
97
  qtiSubtractMixin
98
- } from "../chunks/chunk-7YO5JFT3.js";
98
+ } from "../chunks/chunk-TWFYYDV7.js";
99
99
  import {
100
100
  QtiModalFeedback
101
101
  } from "../chunks/chunk-YD7FVKDP.js";
@@ -105,9 +105,9 @@ import "../chunks/chunk-SV4K25ZI.js";
105
105
  import "../chunks/chunk-GAAFN7QF.js";
106
106
  import "../chunks/chunk-H6KHXSIO.js";
107
107
  import "../chunks/chunk-CJADUWEC.js";
108
- import "../chunks/chunk-HFAUM56X.js";
108
+ import "../chunks/chunk-P4QBOVQ2.js";
109
109
  import "../chunks/chunk-NJNQOQUU.js";
110
- import "../chunks/chunk-ERYHQVOT.js";
110
+ import "../chunks/chunk-BHJSX3Q6.js";
111
111
  import "../chunks/chunk-JQ6HWGRY.js";
112
112
  import "../chunks/chunk-H2JE6IVU.js";
113
113
  export {
@@ -3,12 +3,12 @@ import {
3
3
  ItemShowCorrectResponse,
4
4
  PrintItemVariables,
5
5
  QtiItem
6
- } from "../chunks/chunk-4QSZJYSB.js";
6
+ } from "../chunks/chunk-IHE5M7QU.js";
7
7
  import "../chunks/chunk-PT5ASWGQ.js";
8
8
  import "../chunks/chunk-ELDMXTUQ.js";
9
9
  import "../chunks/chunk-WFUXZ4UT.js";
10
10
  import "../chunks/chunk-4OGJBG35.js";
11
- import "../chunks/chunk-ERYHQVOT.js";
11
+ import "../chunks/chunk-BHJSX3Q6.js";
12
12
  import "../chunks/chunk-H2JE6IVU.js";
13
13
  export {
14
14
  ItemContainer,
@@ -23,7 +23,7 @@ import {
23
23
  TestStamp,
24
24
  TestView,
25
25
  TestViewToggle
26
- } from "../chunks/chunk-B7XX75Z3.js";
26
+ } from "../chunks/chunk-YX2ZXXR5.js";
27
27
  import "../chunks/chunk-YD7FVKDP.js";
28
28
  import "../chunks/chunk-PT5ASWGQ.js";
29
29
  import "../chunks/chunk-ELDMXTUQ.js";
@@ -36,7 +36,7 @@ import {
36
36
  } from "../chunks/chunk-CJADUWEC.js";
37
37
  import "../chunks/chunk-DVQQ7I6Y.js";
38
38
  import "../chunks/chunk-NJNQOQUU.js";
39
- import "../chunks/chunk-ERYHQVOT.js";
39
+ import "../chunks/chunk-BHJSX3Q6.js";
40
40
  import "../chunks/chunk-H2JE6IVU.js";
41
41
  export {
42
42
  INITIAL_TEST_CONTEXT,
package/package.json CHANGED
@@ -21,7 +21,7 @@
21
21
  "engines": {
22
22
  "node": ">=22.0.0"
23
23
  },
24
- "version": "7.8.1",
24
+ "version": "7.10.0",
25
25
  "type": "module",
26
26
  "main": "./dist/index.js",
27
27
  "types": "./dist/index.d.ts",
@@ -121,6 +121,7 @@
121
121
  "@vitest/coverage-v8": "^3.2.4",
122
122
  "@vitest/ui": "^3.2.4",
123
123
  "@wc-toolkit/cem-inheritance": "^1.1.0",
124
+ "@wc-toolkit/cem-sorter": "^1.0.1",
124
125
  "@wc-toolkit/cem-utilities": "^1.3.0",
125
126
  "@wc-toolkit/changelog": "^1.0.1",
126
127
  "@wc-toolkit/jsx-types": "^1.2.2",
@@ -185,4 +186,4 @@
185
186
  "overrides": {
186
187
  "storybook": "$storybook"
187
188
  }
188
- }
189
+ }