@citolab/qti-components 7.4.3 → 7.5.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.
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
item_default
|
|
3
|
-
} from "./chunk-LSEB52SP.js";
|
|
4
1
|
import {
|
|
5
2
|
QtiModalFeedback
|
|
6
3
|
} from "./chunk-K47QFOQX.js";
|
|
4
|
+
import {
|
|
5
|
+
item_default
|
|
6
|
+
} from "./chunk-LSEB52SP.js";
|
|
7
7
|
import {
|
|
8
8
|
watch
|
|
9
9
|
} from "./chunk-ELDMXTUQ.js";
|
|
@@ -2234,4 +2234,4 @@ export {
|
|
|
2234
2234
|
TestScoringFeedback,
|
|
2235
2235
|
TestCheckItem
|
|
2236
2236
|
};
|
|
2237
|
-
//# sourceMappingURL=chunk-
|
|
2237
|
+
//# sourceMappingURL=chunk-UVKOJQ52.js.map
|
package/dist/index.js
CHANGED
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ItemContainer,
|
|
3
|
-
ItemShowCorrectResponse,
|
|
4
|
-
PrintItemVariables,
|
|
5
|
-
QtiItem
|
|
6
|
-
} from "./chunks/chunk-4BDOB6KY.js";
|
|
7
1
|
import {
|
|
8
2
|
QtiAnd,
|
|
9
3
|
QtiAssessmentItem,
|
|
@@ -102,6 +96,12 @@ import {
|
|
|
102
96
|
qtiAndMixin,
|
|
103
97
|
qtiSubtractMixin
|
|
104
98
|
} from "./chunks/chunk-7RW7LCEJ.js";
|
|
99
|
+
import {
|
|
100
|
+
ItemContainer,
|
|
101
|
+
ItemShowCorrectResponse,
|
|
102
|
+
PrintItemVariables,
|
|
103
|
+
QtiItem
|
|
104
|
+
} from "./chunks/chunk-4BDOB6KY.js";
|
|
105
105
|
import {
|
|
106
106
|
QtiAssessmentItemRef,
|
|
107
107
|
QtiAssessmentSection,
|
|
@@ -127,11 +127,11 @@ import {
|
|
|
127
127
|
TestStamp,
|
|
128
128
|
TestView,
|
|
129
129
|
TestViewToggle
|
|
130
|
-
} from "./chunks/chunk-
|
|
131
|
-
import "./chunks/chunk-LSEB52SP.js";
|
|
130
|
+
} from "./chunks/chunk-UVKOJQ52.js";
|
|
132
131
|
import {
|
|
133
132
|
QtiModalFeedback
|
|
134
133
|
} from "./chunks/chunk-K47QFOQX.js";
|
|
134
|
+
import "./chunks/chunk-LSEB52SP.js";
|
|
135
135
|
import "./chunks/chunk-ELDMXTUQ.js";
|
|
136
136
|
import "./chunks/chunk-WFUXZ4UT.js";
|
|
137
137
|
import "./chunks/chunk-SV4K25ZI.js";
|
package/dist/qti-test/index.js
CHANGED
|
@@ -23,9 +23,9 @@ import {
|
|
|
23
23
|
TestStamp,
|
|
24
24
|
TestView,
|
|
25
25
|
TestViewToggle
|
|
26
|
-
} from "../chunks/chunk-
|
|
27
|
-
import "../chunks/chunk-LSEB52SP.js";
|
|
26
|
+
} from "../chunks/chunk-UVKOJQ52.js";
|
|
28
27
|
import "../chunks/chunk-K47QFOQX.js";
|
|
28
|
+
import "../chunks/chunk-LSEB52SP.js";
|
|
29
29
|
import "../chunks/chunk-ELDMXTUQ.js";
|
|
30
30
|
import "../chunks/chunk-WFUXZ4UT.js";
|
|
31
31
|
import "../chunks/chunk-H6KHXSIO.js";
|
package/package.json
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"engines": {
|
|
22
22
|
"node": ">=20.0.0"
|
|
23
23
|
},
|
|
24
|
-
"version": "7.
|
|
24
|
+
"version": "7.5.0",
|
|
25
25
|
"type": "module",
|
|
26
26
|
"main": "./dist/index.js",
|
|
27
27
|
"types": "./dist/index.d.ts",
|
|
@@ -40,6 +40,9 @@
|
|
|
40
40
|
"types": "./dist/index.d.ts",
|
|
41
41
|
"import": "./dist/index.js"
|
|
42
42
|
},
|
|
43
|
+
"./exports/*": {
|
|
44
|
+
"import": "./dist/exports/*"
|
|
45
|
+
},
|
|
43
46
|
"./qti-components": {
|
|
44
47
|
"types": "./dist/qti-components/index.d.ts",
|
|
45
48
|
"import": "./dist/qti-components/index.js"
|
|
@@ -77,7 +80,6 @@
|
|
|
77
80
|
"-----------------------cmds--": "-",
|
|
78
81
|
"pre-commit": "run-s lint stylelint madge",
|
|
79
82
|
"pre-push": "run-s clean ci build test lint stylelint publint attw",
|
|
80
|
-
"pkgr-release": "run-s tsup css cem test",
|
|
81
83
|
"build-storybook": "npm run cem && storybook build",
|
|
82
84
|
"-----------------------scripts--": "-",
|
|
83
85
|
"build": "run-p cem css tsup",
|
|
@@ -90,7 +92,8 @@
|
|
|
90
92
|
"tsup": "tsup",
|
|
91
93
|
"publint": "publint",
|
|
92
94
|
"lint": "eslint src/**/*.ts",
|
|
93
|
-
"act": "act --container-architecture linux/arm64 -W .github/workflows/
|
|
95
|
+
"act ci": "act --container-architecture linux/arm64 -W .github/workflows/ci.yml",
|
|
96
|
+
"act release": "act --container-architecture linux/arm64 -W .github/workflows/release.yml",
|
|
94
97
|
"stylelint": "stylelint \"src/**/*.css\"",
|
|
95
98
|
"test": "vitest run",
|
|
96
99
|
"attw": "attw --profile esm-only --pack --exclude-entrypoints ./item.css ./react",
|
|
@@ -151,6 +154,7 @@
|
|
|
151
154
|
"globby": "^14.1.0",
|
|
152
155
|
"husky": "^9.1.7",
|
|
153
156
|
"lit": "^3.3.0",
|
|
157
|
+
"madge": "^8.0.0",
|
|
154
158
|
"nodemon": "^3.1.10",
|
|
155
159
|
"np": "^10.2.0",
|
|
156
160
|
"npm-run-all": "^4.1.5",
|
|
File without changes
|