@liberfi.io/ui-tokens 3.0.74 → 3.0.76
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 +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +13 -13
package/dist/index.d.mts
CHANGED
|
@@ -354,6 +354,7 @@ declare function HoldingRatioChip({ icon, value, tooltip, warning, disable, clas
|
|
|
354
354
|
*/
|
|
355
355
|
declare const TRADER_TAG_META: Record<string, {
|
|
356
356
|
label: string;
|
|
357
|
+
labelKey?: string;
|
|
357
358
|
bgClass: string;
|
|
358
359
|
textClass: string;
|
|
359
360
|
}>;
|
|
@@ -573,7 +574,7 @@ interface TokenPriceProps {
|
|
|
573
574
|
}
|
|
574
575
|
/**
|
|
575
576
|
* Presentational price widget with 24h-change delta. Colors follow
|
|
576
|
-
* bullish/bearish tokens from the HeroUI theme (`text-
|
|
577
|
+
* bullish/bearish tokens from the HeroUI theme (`text-positive` / `text-negative`).
|
|
577
578
|
*/
|
|
578
579
|
declare function TokenPrice({ priceInUsd, price24hAgoInUsd, className, }: TokenPriceProps): react_jsx_runtime.JSX.Element;
|
|
579
580
|
|
package/dist/index.d.ts
CHANGED
|
@@ -354,6 +354,7 @@ declare function HoldingRatioChip({ icon, value, tooltip, warning, disable, clas
|
|
|
354
354
|
*/
|
|
355
355
|
declare const TRADER_TAG_META: Record<string, {
|
|
356
356
|
label: string;
|
|
357
|
+
labelKey?: string;
|
|
357
358
|
bgClass: string;
|
|
358
359
|
textClass: string;
|
|
359
360
|
}>;
|
|
@@ -573,7 +574,7 @@ interface TokenPriceProps {
|
|
|
573
574
|
}
|
|
574
575
|
/**
|
|
575
576
|
* Presentational price widget with 24h-change delta. Colors follow
|
|
576
|
-
* bullish/bearish tokens from the HeroUI theme (`text-
|
|
577
|
+
* bullish/bearish tokens from the HeroUI theme (`text-positive` / `text-negative`).
|
|
577
578
|
*/
|
|
578
579
|
declare function TokenPrice({ priceInUsd, price24hAgoInUsd, className, }: TokenPriceProps): react_jsx_runtime.JSX.Element;
|
|
579
580
|
|