@citolab/qti-components 6.9.1-beta.77 → 6.9.1-beta.78

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