@coxwave/tap-kit-types 2.9.3 → 2.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.d.ts +16 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -207,7 +207,22 @@ type FeatureFlagKey =
|
|
|
207
207
|
* Enable/disable PDF download button in material viewer
|
|
208
208
|
* @default true (download enabled)
|
|
209
209
|
*/
|
|
210
|
-
"material.pdf.download"
|
|
210
|
+
"material.pdf.download"
|
|
211
|
+
/**
|
|
212
|
+
* Enable/disable streak widget on home page
|
|
213
|
+
* @default false (disabled, feature in development)
|
|
214
|
+
*/
|
|
215
|
+
| "home.streak.enabled"
|
|
216
|
+
/**
|
|
217
|
+
* Enable/disable flashcard widget on home page
|
|
218
|
+
* @default false (disabled, feature in development)
|
|
219
|
+
*/
|
|
220
|
+
| "home.flashcard.enabled"
|
|
221
|
+
/**
|
|
222
|
+
* Enable/disable activity buttons on home page
|
|
223
|
+
* @default true (enabled by default)
|
|
224
|
+
*/
|
|
225
|
+
| "home.activity.enabled";
|
|
211
226
|
/**
|
|
212
227
|
* Feature flags object type
|
|
213
228
|
*
|
package/dist/index.js
CHANGED
|
@@ -162,7 +162,7 @@ var MaterialViewerError = class _MaterialViewerError extends TapKitError {
|
|
|
162
162
|
// src/protocol/alarm.ts
|
|
163
163
|
var ALARM_DURATION = 16e3;
|
|
164
164
|
|
|
165
|
-
// ../../node_modules/.pnpm/valibot@1.1.0_typescript@5.9.
|
|
165
|
+
// ../../node_modules/.pnpm/valibot@1.1.0_typescript@5.9.3/node_modules/valibot/dist/index.js
|
|
166
166
|
var store;
|
|
167
167
|
// @__NO_SIDE_EFFECTS__
|
|
168
168
|
function getGlobalConfig(config2) {
|