@liberfi.io/ui-predict 4.0.85 → 4.0.87

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.mts CHANGED
@@ -179,7 +179,7 @@ interface EventsWidgetProps {
179
179
  minVolume?: string;
180
180
  /** Client-side minimum liquidity filter (USD string, e.g. "10000"). */
181
181
  minLiquidity?: string;
182
- /** Max markets per event (sorted by volume DESC). Default: 3. */
182
+ /** Maximum ranked summary markets per event. Default: 3. */
183
183
  markets_limit?: number;
184
184
  /** Resolved API language for localized event payloads. */
185
185
  lang?: string;
package/dist/index.d.ts CHANGED
@@ -179,7 +179,7 @@ interface EventsWidgetProps {
179
179
  minVolume?: string;
180
180
  /** Client-side minimum liquidity filter (USD string, e.g. "10000"). */
181
181
  minLiquidity?: string;
182
- /** Max markets per event (sorted by volume DESC). Default: 3. */
182
+ /** Maximum ranked summary markets per event. Default: 3. */
183
183
  markets_limit?: number;
184
184
  /** Resolved API language for localized event payloads. */
185
185
  lang?: string;