hive-react-kit 0.11.11 → 1.0.12
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/components/user/KERatioBadge.d.ts +1 -1
- package/dist/index.cjs.js +53 -53
- package/dist/index.esm.js +2030 -2030
- package/dist/services/userService.d.ts +11 -8
- package/package.json +1 -1
|
@@ -8,7 +8,7 @@ interface KERatioBadgeProps {
|
|
|
8
8
|
* Small clickable badge showing an account's KE ratio. Opens a details modal
|
|
9
9
|
* with the underlying numbers and a plain-language explanation of the metric.
|
|
10
10
|
*
|
|
11
|
-
* ke = (posting_rewards + curation_rewards
|
|
11
|
+
* ke = (posting_rewards + curation_rewards in HP) / own_HP
|
|
12
12
|
*
|
|
13
13
|
* Meant to live inline next to other account meta (VP, HP) on the profile
|
|
14
14
|
* header, so it inherits a similar visual treatment.
|