@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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +13 -13
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +13 -13
- package/dist/index.mjs.map +1 -1
- package/package.json +15 -15
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
|
-
/**
|
|
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
|
-
/**
|
|
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;
|