@coxwave/tap-kit-types 2.9.4 → 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 CHANGED
@@ -217,7 +217,12 @@ type FeatureFlagKey =
217
217
  * Enable/disable flashcard widget on home page
218
218
  * @default false (disabled, feature in development)
219
219
  */
220
- | "home.flashcard.enabled";
220
+ | "home.flashcard.enabled"
221
+ /**
222
+ * Enable/disable activity buttons on home page
223
+ * @default true (enabled by default)
224
+ */
225
+ | "home.activity.enabled";
221
226
  /**
222
227
  * Feature flags object type
223
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.2/node_modules/valibot/dist/index.js
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) {