@citolab/qti-components 6.9.1-beta.77 → 6.9.1-beta.79
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/custom-element-eslint-rules.js +67 -67
- package/dist/custom-elements.json +13728 -13669
- package/dist/index.global.js +1 -1
- package/dist/index.js +10 -1
- package/dist/index.min.js +4 -4
- package/dist/qti-components/index.cjs +10 -1
- package/dist/qti-components/index.d.cts +2 -2
- package/dist/qti-components/index.d.ts +2 -2
- package/dist/qti-components/index.js +10 -1
- package/dist/qti-components-jsx.d.ts +681 -703
- package/dist/qti-item/index.d.cts +1 -1
- package/dist/qti-item/index.d.ts +1 -1
- package/dist/qti-loader/index.d.cts +1 -1
- package/dist/qti-loader/index.d.ts +1 -1
- package/dist/{qti-simple-choice-C7xBKYaS.d.cts → qti-simple-choice-DC5DJota.d.cts} +5 -3
- package/dist/{qti-simple-choice-C7xBKYaS.d.ts → qti-simple-choice-DC5DJota.d.ts} +5 -3
- package/dist/vscode.html-custom-data.json +406 -406
- package/package.json +44 -16
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.
|
|
24
|
+
"version": "6.9.1-beta.79",
|
|
25
25
|
"type": "module",
|
|
26
26
|
"exports": {
|
|
27
27
|
"./qti-components": {
|
|
@@ -69,23 +69,31 @@
|
|
|
69
69
|
],
|
|
70
70
|
"scripts": {
|
|
71
71
|
"dev": "vite",
|
|
72
|
-
"test": "
|
|
72
|
+
"test": "wireit",
|
|
73
73
|
"build": "wireit",
|
|
74
74
|
"watch": "wireit",
|
|
75
75
|
"attw": "wireit",
|
|
76
76
|
"lint": "wireit",
|
|
77
77
|
"cem": "wireit",
|
|
78
|
+
"cem:watch": "wireit",
|
|
78
79
|
"css": "wireit",
|
|
79
80
|
"stylelint": "stylelint \"src/**/*.css\"",
|
|
80
|
-
"storybook": "
|
|
81
|
+
"storybook": "wireit",
|
|
81
82
|
"build-storybook": "storybook build",
|
|
82
83
|
"storybook:test": "test-storybook",
|
|
84
|
+
"storybook-docs": "storybook dev --docs -c .storybook-docs",
|
|
83
85
|
"chromatic": "node chromatic-runner.cjs",
|
|
84
86
|
"----hooks----": "-",
|
|
85
87
|
"prepublishOnly": "npm run build",
|
|
86
88
|
"prepare": "husky"
|
|
87
89
|
},
|
|
88
90
|
"wireit": {
|
|
91
|
+
"test": {
|
|
92
|
+
"command": "vitest run",
|
|
93
|
+
"dependencies": [
|
|
94
|
+
"build"
|
|
95
|
+
]
|
|
96
|
+
},
|
|
89
97
|
"watch": {
|
|
90
98
|
"env": {
|
|
91
99
|
"NODE_ENV": "development"
|
|
@@ -95,6 +103,12 @@
|
|
|
95
103
|
"dist"
|
|
96
104
|
]
|
|
97
105
|
},
|
|
106
|
+
"storybook": {
|
|
107
|
+
"command": "storybook dev -p 6006",
|
|
108
|
+
"dependencies": [
|
|
109
|
+
"cem:watch"
|
|
110
|
+
]
|
|
111
|
+
},
|
|
98
112
|
"build": {
|
|
99
113
|
"env": {
|
|
100
114
|
"NODE_ENV": "production"
|
|
@@ -112,6 +126,14 @@
|
|
|
112
126
|
"cem": {
|
|
113
127
|
"command": "cem analyze --litelement --outdir \"dist\""
|
|
114
128
|
},
|
|
129
|
+
"cem:watch": {
|
|
130
|
+
"command": "cem analyze --litelement --outdir \"dist\" --watch",
|
|
131
|
+
"service": {
|
|
132
|
+
"readyWhen": {
|
|
133
|
+
"lineMatches": "Created new manifest."
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
},
|
|
115
137
|
"css": {
|
|
116
138
|
"command": "postcss src/item.css -d dist -m"
|
|
117
139
|
},
|
|
@@ -134,23 +156,25 @@
|
|
|
134
156
|
"@eslint/js": "^9.15.0",
|
|
135
157
|
"@lit/context": "^1.1.3",
|
|
136
158
|
"@ljcl/storybook-addon-cssprops": "^4.0.0",
|
|
137
|
-
"@storybook/addon-a11y": "^8.4.
|
|
138
|
-
"@storybook/addon-essentials": "^8.4.
|
|
139
|
-
"@storybook/addon-interactions": "^8.4.
|
|
140
|
-
"@storybook/addon-links": "^8.4.
|
|
141
|
-
"@storybook/
|
|
142
|
-
"@storybook/
|
|
143
|
-
"@storybook/
|
|
144
|
-
"@storybook/
|
|
145
|
-
"@storybook/web-components
|
|
159
|
+
"@storybook/addon-a11y": "^8.4.6",
|
|
160
|
+
"@storybook/addon-essentials": "^8.4.6",
|
|
161
|
+
"@storybook/addon-interactions": "^8.4.6",
|
|
162
|
+
"@storybook/addon-links": "^8.4.6",
|
|
163
|
+
"@storybook/addon-storysource": "^8.4.6",
|
|
164
|
+
"@storybook/blocks": "^8.4.6",
|
|
165
|
+
"@storybook/preview-api": "^8.4.6",
|
|
166
|
+
"@storybook/test": "^8.4.6",
|
|
167
|
+
"@storybook/web-components": "^8.4.6",
|
|
168
|
+
"@storybook/web-components-vite": "^8.4.6",
|
|
146
169
|
"@swc/core": "^1.9.3",
|
|
147
170
|
"@testing-library/dom": "^10.4.0",
|
|
148
171
|
"@types/dom-view-transitions": "^1.0.5",
|
|
149
172
|
"@types/node": "^22.9.3",
|
|
150
173
|
"@typescript-eslint/eslint-plugin": "^8.15.0",
|
|
151
174
|
"@typescript-eslint/parser": "^8.15.0",
|
|
152
|
-
"@vitest/browser": "^2.1.
|
|
175
|
+
"@vitest/browser": "^2.1.8",
|
|
153
176
|
"autoprefixer": "^10.4.20",
|
|
177
|
+
"cem-plugin-expanded-types": "^1.3.3",
|
|
154
178
|
"chromatic": "^11.18.1",
|
|
155
179
|
"custom-element-eslint-rule-generator": "^1.0.1",
|
|
156
180
|
"custom-element-jsx-integration": "^1.5.3",
|
|
@@ -180,15 +204,19 @@
|
|
|
180
204
|
"postcss-nesting": "^13.0.1",
|
|
181
205
|
"prettier": "3.3.3",
|
|
182
206
|
"remark-gfm": "^4.0.0",
|
|
183
|
-
"
|
|
207
|
+
"shadow-dom-testing-library": "^1.11.3",
|
|
208
|
+
"stampino": "^0.8.3",
|
|
209
|
+
"storybook": "^8.4.6",
|
|
184
210
|
"stylelint": "^16.10.0",
|
|
185
211
|
"stylelint-config-standard": "^36.0.1",
|
|
186
212
|
"stylelint-prettier": "^5.0.2",
|
|
187
213
|
"tsup": "^8.3.5",
|
|
188
214
|
"typescript": "^5.7.2",
|
|
189
215
|
"typescript-eslint": "^8.15.0",
|
|
190
|
-
"vite": "^
|
|
191
|
-
"
|
|
216
|
+
"vite": "^6.0.2",
|
|
217
|
+
"vite-tsconfig-paths": "^5.1.3",
|
|
218
|
+
"vitest": "^2.1.8",
|
|
219
|
+
"wc-storybook-helpers": "^2.0.4",
|
|
192
220
|
"wireit": "^0.14.9"
|
|
193
221
|
},
|
|
194
222
|
"optionalDependencies": {
|